/* The front door: clear purpose, useful choices, then a reason to keep reading. */
.primary-nav { gap: clamp(.7rem, 2vw, 2rem); flex-wrap: wrap; }
.primary-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.frontpage-hero { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.frontpage-hero .utility-hero__promise { min-height: 0; padding: clamp(1.5rem, 3vw, 3rem); }
.frontpage-hero .utility-hero__promise h1 { max-width: none; margin: .8rem 0 1.3rem; font-size: clamp(3rem, 5.1vw, 5.3rem); line-height: .98; letter-spacing: -.06em; }
.frontpage-hero .utility-hero__deck { font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.5; margin-bottom: 1rem; max-width: 40ch; }
.frontpage-routes { border-top: 1px solid #6a695f; }
.frontpage-routes a { display: grid; grid-template-columns: 2rem minmax(0,1fr) 1rem; align-items: center; gap: .5rem; min-height: 50px; border-bottom: 1px solid #6a695f; text-decoration: none; padding: .6rem 0; }
.frontpage-routes a:hover, .frontpage-routes a:focus-visible { color: var(--orange); }
.frontpage-routes a > span:first-child { color: var(--orange); font-size: .875rem; }
.frontpage-routes strong { font-size: 1rem; }
.frontpage-promise { color: #d7d1c5; font-size: .875rem; margin: 1rem 0 0; }
.frontpage-hero .utility-hero__lead { grid-template-rows: 240px auto; }
.frontpage-hero .utility-hero__lead > div { padding: 1.5rem; }
.frontpage-hero .utility-hero__lead h2 { font-size: clamp(1.6rem, 2.2vw, 2.35rem); line-height: 1.1; }
.frontpage-image-note { display: block; font-size: .75rem; line-height: 1.5; margin-top: .8rem; }
.frontpage-hero .eyebrow, .frontpage-section-head .eyebrow, .discovery-card .eyebrow, .weekend-teaser .eyebrow { font-size: .75rem; line-height: 1.5; }
.frontpage-section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.4rem; }
.frontpage-section-head h2 { font-size: clamp(2rem, 3vw, 3.2rem); letter-spacing: -.05em; line-height: 1.1; margin: .4rem 0 0; }
.frontpage-section-head > p { max-width: 32ch; font-family: var(--serif); font-size: 1.1rem; margin: 0; }
.discovery-home { margin-top: 3rem; padding-top: 1.5rem; border-top: 3px solid var(--ink); }
.discovery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.discovery-card { min-width: 0; background: var(--white); border: 1px solid var(--line); }
.discovery-card__image { display: block; overflow: hidden; aspect-ratio: 16 / 10; }
.discovery-card__image img { width: 100%; height: 100%; object-fit: cover; }
.discovery-card__body { padding: 1.25rem; }
.discovery-card h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 2.1vw, 2rem); line-height: 1.13; margin: .65rem 0; letter-spacing: -.035em; }
.discovery-card h3 a { text-decoration: none; }
.discovery-card h3 a:hover { text-decoration: underline; text-underline-offset: .2em; }
.discovery-card p { font-size: 1rem; }
.discovery-card small { display: block; font-size: .75rem; line-height: 1.5; margin-top: 1rem; color: #55554f; }
.weekend-teaser { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 3rem; background: #e6e9da; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 2rem; margin-top: 3rem; }
.weekend-teaser h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: 1.03; letter-spacing: -.05em; margin: .7rem 0 1rem; }
.weekend-teaser h2 em, .weekend-hero h1 em { font-family: var(--serif); font-weight: 400; }
.weekend-teaser ol { margin: 0; padding-left: 1.5rem; }
.weekend-teaser li { padding: 1rem .4rem; border-bottom: 1px solid #abb09e; }
.weekend-teaser li:first-child { padding-top: 0; }
.weekend-teaser li:last-child { border-bottom: 0; }
.weekend-teaser a { text-decoration: none; }
.weekend-teaser li a:hover strong { text-decoration: underline; }
.weekend-teaser strong, .weekend-teaser li span { display: block; }
.weekend-teaser strong { font-size: 1.15rem; margin-bottom: .35rem; }
.weekend-teaser li span { font-size: 1rem; line-height: 1.55; }
.weekend-hero { padding-block: 2.5rem; }
.weekend-hero h1 { font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.04; letter-spacing: -.05em; margin-block: 1rem; }
.weekend-hero > p:not(.eyebrow) { font-size: 1.125rem; }
.edition-label { color: var(--blue); font-weight: 700; }
.frontpage-note { padding-block: 2rem; max-width: 80ch; line-height: 1.7; }
.return-desk { display: grid; grid-template-columns: 2fr 1fr; gap: 2rem; padding: 2rem; background: var(--ink); color: var(--white); margin-block: 2rem 4rem; }
.return-desk h2 { font-size: 2.1rem; line-height: 1.2; }
.return-desk > div:last-child { display: flex; flex-direction: column; align-items: start; justify-content: center; gap: 1rem; }
.return-desk .button { background: var(--orange); color: var(--ink); }
.newsletter-callout small a { text-decoration: underline; }
@media (min-width: 981px) {
  body:has(.frontpage-hero) .masthead-wrap { padding-block: 1.8rem 1rem; }
  body:has(.frontpage-hero) .masthead { font-size: clamp(6rem, 10vw, 9rem); }
  body:has(.frontpage-hero) .tagline { margin-top: 1.8rem; }
}
@media (max-width: 980px) {
  .frontpage-hero { grid-template-columns: 1fr 1fr; }
  .frontpage-hero .utility-hero__lead { display: grid; grid-template-columns: 1fr; grid-template-rows: 220px auto; }
  .frontpage-hero .utility-hero__lead > div { border-left: 0; }
  .discovery-grid { gap: 1rem; }
}
@media (max-width: 720px) {
  .frontpage-hero { display: block; margin-top: 1rem; }
  .frontpage-hero .utility-hero__promise { padding: 1.4rem; border-right: 0; }
  .frontpage-hero .utility-hero__promise h1 { font-size: clamp(2.7rem, 10.5vw, 4.5rem); }
  .frontpage-hero .utility-hero__lead { grid-template-rows: 210px auto; border-top: 1px solid var(--ink); }
  .frontpage-hero .utility-hero__image { min-height: 0; }
  .frontpage-section-head { display: block; }
  .frontpage-section-head > p { margin-top: 1rem; max-width: none; }
  .discovery-grid, .weekend-teaser, .return-desk { grid-template-columns: 1fr; }
  .weekend-teaser, .return-desk { padding: 1.5rem; gap: 1.5rem; }
  .discovery-card h3 { font-size: 1.8rem; }
  .primary-nav { gap: 0; }
}
