@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root {
  --ink: #17322b;
  --paper: #f5f0e6;
  --cream: #fffaf0;
  --rust: #d65e38;
  --moss: #52705f;
  --sun: #f3c76a;
  --line: rgba(23, 50, 43, .18);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; top: -4rem; left: 1rem; z-index: 99; padding: .7rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem;
  min-height: 82px; padding: 0 clamp(1rem, 4vw, 4.5rem);
  background: rgba(245, 240, 230, .94); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { width: 208px; height: auto; }
.main-nav { justify-self: center; display: flex; gap: 1.7rem; font-size: .92rem; font-weight: 600; }
.main-nav a { text-decoration: none; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a:focus, .main-nav a[aria-current] { border-color: var(--rust); }
.header-cta { padding: .65rem 1rem; border: 1px solid var(--ink); border-radius: 100px; text-decoration: none; font-size: .88rem; font-weight: 600; }
.menu-toggle { display: none; border: 0; background: none; font: 600 1rem var(--sans); }

.hero {
  min-height: min(78vh, 780px); position: relative; display: grid; align-items: end;
  overflow: hidden; background: var(--ink);
}
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,31,25,.78), rgba(10,31,25,.08) 70%), linear-gradient(0deg, rgba(10,31,25,.4), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(790px, 92%); margin: 0 0 clamp(3rem, 8vw, 7rem) clamp(1rem, 7vw, 7.5rem); color: white; }
.eyebrow { margin: 0 0 .85rem; color: var(--rust); font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: var(--sun); }
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; }
h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.7rem); letter-spacing: -.04em; }
.hero p { max-width: 610px; margin: 1.3rem 0 0; font-size: clamp(1rem, 2vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.button { display: inline-block; padding: .78rem 1.2rem; border-radius: 100px; background: var(--rust); color: white; text-decoration: none; font-weight: 600; }
.button.secondary { background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.55); }

.ticker { overflow: hidden; padding: .78rem 0; background: var(--sun); border-block: 1px solid var(--ink); font-size: .77rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.ticker-track { display: flex; width: max-content; gap: 2.5rem; animation: ticker 24s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 7vw, 7.5rem); }
.section.narrow { max-width: 900px; margin-inline: auto; padding-inline: 1.5rem; }
.section-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-head h2 { margin: 0; font-size: clamp(2.1rem, 3.8vw, 3.5rem); letter-spacing: -.03em; }
.section-head p { max-width: 560px; margin: 0; font-size: 1.05rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card { position: relative; min-height: 470px; overflow: hidden; background: var(--ink); color: white; text-decoration: none; }
.card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,34,27,.88), transparent 65%); }
.card-content { position: absolute; z-index: 2; inset: auto 1.5rem 1.5rem; }
.card h3 { margin: .25rem 0; font-size: 2rem; }
.card p { margin: .4rem 0 0; color: rgba(255,255,255,.8); }
.card:hover img { transform: scale(1.045); }
.card:nth-child(2) { transform: translateY(2rem); }

.note-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.note { padding: 2rem 1.5rem 2rem 0; border-right: 1px solid var(--line); }
.note + .note { padding-left: 1.5rem; }
.note:last-child { border-right: 0; }
.note strong { display: block; margin-bottom: .4rem; font: 600 1.45rem var(--serif); }
.note span { font-size: .9rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--ink); color: white; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.split-copy h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); }
.split-copy blockquote { margin: 2rem 0; padding-left: 1.3rem; border-left: 3px solid var(--sun); font: 600 1.4rem/1.4 var(--serif); }

.page-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 620px; border-bottom: 1px solid var(--line); }
.page-hero-copy { display: flex; flex-direction: column; justify-content: end; padding: clamp(3rem, 7vw, 7rem); }
.page-hero h1 { font-size: clamp(3.2rem, 7vw, 6.5rem); }
.page-hero-copy > p:last-of-type { max-width: 590px; font-size: 1.16rem; }
.page-hero-image { min-height: 460px; }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.meta-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.6rem; }
.pill { padding: .35rem .75rem; border: 1px solid var(--line); border-radius: 100px; font-size: .78rem; font-weight: 600; }

.article { display: grid; grid-template-columns: minmax(0, 730px) 250px; gap: 4.5rem; justify-content: center; align-items: start; }
.prose { font-size: 1.08rem; line-height: 1.75; }
.prose h2 { margin: 3.2rem 0 1.1rem; font-size: clamp(1.85rem, 3vw, 2.6rem); }
.prose h3 { margin-top: 2.3rem; font-size: 1.4rem; }
.prose p { margin: 0 0 1.25rem; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li { margin-bottom: .7rem; }
.prose .lead { font: 600 clamp(1.3rem, 2.2vw, 1.75rem)/1.5 var(--serif); }
.callout { margin: 2.5rem 0; padding: 1.5rem 1.7rem; background: var(--sun); border-radius: 0 2rem 0 0; }
.callout strong { display: block; margin-bottom: .3rem; font-family: var(--serif); font-size: 1.3rem; }
.article-aside { position: sticky; top: 110px; padding-top: 1rem; border-top: 3px solid var(--rust); font-size: .88rem; }
.article-aside a { display: block; padding: .55rem 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: color .2s ease; }
.article-aside a:hover { color: var(--rust); }
.article-aside a[aria-current] { color: var(--rust); font-weight: 600; }

.legal h1 { font-size: clamp(3rem, 6vw, 5.2rem); }
.legal .updated { color: var(--moss); font-size: .9rem; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; }
.contact-list { list-style: none; padding: 0; }
.contact-list li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-list small { display: block; color: var(--moss); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .35rem; font-size: .85rem; font-weight: 600; }
.contact-form label.full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: .9rem; border: 1px solid var(--line); border-radius: 0; background: var(--cream); font: inherit; }
.contact-form textarea { min-height: 150px; resize: vertical; }

.site-footer { padding: 4rem clamp(1rem, 7vw, 7.5rem) 2rem; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 3rem; }
.footer-title { max-width: 460px; margin: 0; font: 600 clamp(2rem, 4vw, 3.7rem)/1.08 var(--serif); }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1.2rem; }
.footer-links a { color: rgba(255,255,255,.74); text-decoration: none; font-size: .88rem; }
.footer-contact { font-style: normal; font-size: .9rem; }
.footer-contact a { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.58); font-size: .76rem; }

.cookie-banner { position: fixed; z-index: 50; right: 1rem; bottom: 1rem; width: min(470px, calc(100% - 2rem)); padding: 1.3rem; background: var(--cream); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 .4rem; font-size: 1.45rem; }
.cookie-banner p { margin: 0 0 1rem; font-size: .87rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .55rem; }
.cookie-actions button { padding: .6rem .9rem; border: 1px solid var(--ink); background: transparent; font: 600 .8rem var(--sans); cursor: pointer; }
.cookie-actions .accept { background: var(--ink); color: white; }

/* --- Breadcrumb --- */
.breadcrumb { padding: 1rem clamp(1rem, 7vw, 7.5rem); border-bottom: 1px solid var(--line); font-size: .8rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; color: var(--moss); }
.breadcrumb li + li::before { content: "/"; margin-right: .45rem; opacity: .5; }
.breadcrumb a { text-decoration: none; font-weight: 600; }
.breadcrumb a:hover { color: var(--rust); }
.breadcrumb [aria-current] { color: var(--moss); }

/* --- Article byline --- */
.byline { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; margin-top: 1.5rem; color: var(--moss); font-size: .82rem; }
.byline span { display: flex; align-items: center; gap: .4rem; }
.byline span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--rust); }

/* --- Factsheet strip --- */
.factsheet { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--ink); color: white; }
.factsheet div { padding: 1.9rem clamp(1rem, 2.5vw, 2.2rem); border-right: 1px solid rgba(255,255,255,.14); }
.factsheet div:last-child { border-right: 0; }
.factsheet dt { color: var(--sun); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.factsheet dd { margin: .5rem 0 0; font: 600 1.12rem/1.35 var(--serif); }

/* --- Long-form additions --- */
.prose { max-width: 100%; }
.prose h2 { scroll-margin-top: 110px; }
.prose h2::after { content: ""; display: block; width: 54px; height: 3px; margin-top: 1rem; background: var(--rust); }
.prose h3 { margin-bottom: .6rem; }
.prose > p:first-of-type { margin-bottom: 1.6rem; }
.prose strong { font-weight: 600; }
.prose figure { margin: 2.6rem 0; }
.prose figcaption { margin-top: .6rem; color: var(--moss); font-size: .84rem; }

.pullquote { margin: 3rem 0; padding: 2rem 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.pullquote p { margin: 0; font: 600 clamp(1.35rem, 2.6vw, 1.95rem)/1.32 var(--serif); letter-spacing: -.015em; }
.pullquote cite { display: block; margin-top: .9rem; color: var(--moss); font-size: .82rem; font-style: normal; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.timeline { margin: 2.5rem 0; padding: 0; list-style: none; counter-reset: step; }
.timeline li { position: relative; padding: 0 0 1.7rem 3.4rem; border-left: 1px solid var(--line); counter-increment: step; }
.timeline li:last-child { border-left-color: transparent; padding-bottom: 0; }
.timeline li::before {
  content: counter(step, decimal-leading-zero); position: absolute; left: -1.05rem; top: -.2rem;
  display: grid; place-items: center; width: 2.1rem; aspect-ratio: 1; border-radius: 50%;
  background: var(--paper); border: 1px solid var(--ink); font-size: .74rem; font-weight: 600;
}
.timeline strong { display: block; margin-bottom: .3rem; font: 600 1.2rem var(--serif); }
.timeline span { color: var(--moss); font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.table-wrap { max-width: 100%; margin: 2.4rem 0; overflow-x: auto; }
.table-wrap:focus-visible { outline: 2px solid var(--rust); outline-offset: 4px; }
.datatable { width: 100%; min-width: 34rem; margin: 0; border-collapse: collapse; font-size: .93rem; }
.datatable caption { margin-bottom: .8rem; color: var(--moss); font-size: .82rem; text-align: left; }
.datatable th, .datatable td { padding: .85rem .8rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.datatable thead th { background: var(--cream); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.datatable tbody th { font: 600 1rem var(--serif); white-space: nowrap; }

.checklist { margin: 2.2rem 0; padding: 1.8rem; background: var(--cream); border: 1px solid var(--line); }
.checklist h3 { margin: 0 0 1rem; font-size: 1.35rem; }
.checklist ul { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem 1.6rem; margin: 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding-left: 1.6rem; font-size: .93rem; }
.checklist li::before { content: ""; position: absolute; left: 0; top: .45rem; width: .75rem; height: .42rem; border-left: 2px solid var(--rust); border-bottom: 2px solid var(--rust); transform: rotate(-45deg); }

/* --- FAQ accordion --- */
.faq-list { margin: 2.4rem 0 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-of-type { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.15rem 0; cursor: pointer; font: 600 1.12rem var(--serif); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: none; color: var(--rust); font-family: var(--sans); font-size: 1.4rem; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { margin: 0 0 1.15rem; font-size: .97rem; }

/* --- Sidebar card --- */
.aside-card { margin-top: 2rem; padding: 1.4rem; background: var(--ink); color: white; }
.aside-card strong { display: block; margin-bottom: .5rem; font: 600 1.2rem var(--serif); }
.aside-card p { margin: 0 0 1rem; color: rgba(255,255,255,.78); font-size: .84rem; }
.aside-card a { display: block; margin-bottom: .35rem; color: var(--sun); font-weight: 600; }

/* --- Gallery band --- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; height: 340px; object-fit: cover; }
.gallery figcaption { margin-top: .65rem; color: var(--moss); font-size: .83rem; }
.gallery figure:nth-child(even) img { height: 400px; }

/* --- Related --- */
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.related a { display: grid; gap: .85rem; padding-top: 1rem; border-top: 3px solid var(--ink); text-decoration: none; }
.related a:hover { border-top-color: var(--rust); }
.related img { width: 100%; height: 210px; object-fit: cover; }
.related small { color: var(--moss); font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.related strong { font: 600 1.4rem/1.15 var(--serif); }
.related p { margin: 0; font-size: .9rem; }

/* --- CTA band --- */
.cta-band {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: center;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 7vw, 7.5rem); background: var(--sun); border-top: 1px solid var(--ink);
}
.cta-band h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.cta-band p { margin: 1rem 0 0; max-width: 520px; }
.cta-contact { display: grid; gap: .5rem; font-size: .95rem; }
.cta-contact a { font-weight: 600; }
.cta-band .button { background: var(--ink); }

/* --- Stats strip --- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.stats div { padding: 2.2rem 1.6rem; background: var(--paper); }
.stats strong { display: block; font: 700 clamp(2.2rem, 4vw, 3.2rem)/1 var(--serif); color: var(--rust); }
.stats span { display: block; margin-top: .6rem; font-size: .88rem; }

/* --- Season grid --- */
.seasons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.season { padding: 1.7rem; background: var(--cream); border: 1px solid var(--line); }
.season h3 { margin: 0 0 .3rem; font-size: 1.6rem; }
.season small { display: block; margin-bottom: .8rem; color: var(--rust); font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.season p { margin: 0; font-size: .92rem; }

/* --- Process steps --- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; counter-reset: proc; }
.steps div { counter-increment: proc; }
.steps div::before { content: counter(proc, decimal-leading-zero); display: block; margin-bottom: .8rem; color: var(--rust); font: 700 2.4rem var(--serif); }
.steps h3 { margin: 0 0 .5rem; font-size: 1.5rem; }
.steps p { margin: 0; font-size: .94rem; }

/* --- Index guide list --- */
.guide-list { border-top: 1px solid var(--line); }
.guide-list a {
  display: grid; grid-template-columns: 3.5rem 1fr auto; gap: 2rem; align-items: center;
  padding: 1.5rem 0; border-bottom: 1px solid var(--line); text-decoration: none;
}
.guide-list a:hover { background: var(--cream); }
.guide-list small { color: var(--moss); font-size: .8rem; font-weight: 600; }
.guide-list strong { font: 600 clamp(1.3rem, 2.4vw, 1.9rem) var(--serif); }
.guide-list p { grid-column: 2; margin: .3rem 0 0; color: var(--moss); font-size: .9rem; }
.guide-list span { font-size: 1.3rem; color: var(--rust); }

@media (max-width: 920px) {
  .factsheet { grid-template-columns: 1fr 1fr; }
  .factsheet div:nth-child(even) { border-right: 0; }
  .gallery, .related, .steps, .seasons { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .cta-band { grid-template-columns: 1fr; }
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; position: absolute; inset: 82px 0 auto; padding: 1.4rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; }
  .main-nav.open { display: flex; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .section-head, .page-hero, .split, .contact-grid { grid-template-columns: 1fr; }
  .page-hero-copy { min-height: 420px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .cards .card:last-child { grid-column: 1 / -1; }
  .card:nth-child(2) { transform: none; }
  .note-grid { grid-template-columns: 1fr 1fr; }
  .note:nth-child(2) { border-right: 0; }
  .article { grid-template-columns: minmax(0, 720px); }
  .article-aside { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-title { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .factsheet, .gallery, .related, .steps, .seasons, .stats, .checklist ul { grid-template-columns: 1fr; }
  .factsheet div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .gallery img, .gallery figure:nth-child(even) img { height: 260px; }
  .breadcrumb { padding-inline: 1rem; }
  .cta-band { padding-inline: 1rem; }
  .guide-list a { grid-template-columns: 1fr; gap: .3rem; }
  .guide-list p, .guide-list span { grid-column: auto; }
  .guide-list span { display: none; }
  .datatable { font-size: .85rem; min-width: 30rem; }
  .prose h2 { font-size: 1.75rem; }
  .page-hero-copy > p:last-of-type { max-width: 100%; }
  .brand img { width: 172px; }
  .hero-content { margin-left: 1rem; }
  .section { padding-inline: 1rem; }
  .cards, .note-grid, .footer-grid, .contact-form { grid-template-columns: 1fr; }
  .cards .card:last-child, .footer-title, .contact-form label.full { grid-column: auto; }
  .card { min-height: 390px; }
  .note { padding-left: 0 !important; border-right: 0; border-bottom: 1px solid var(--line); }
  .page-hero-copy { padding-inline: 1rem; }
  .page-hero h1 { font-size: 3rem; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
