:root {
  --cream: #f2ebdd;
  --paper: #fbf7ef;
  --olive: #5d6338;
  --olive-dark: #3f4528;
  --wine: #571f2b;
  --wine-dark: #35131b;
  --saffron: #d89b22;
  --ink: #201e18;
  --muted: #665f53;
  --line: rgba(32, 30, 24, 0.18);
  --max: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--saffron); outline-offset: 4px; }
.skip-link {
  position: fixed; z-index: 100; top: 10px; left: 10px;
  padding: 12px 18px; transform: translateY(-150%);
  background: var(--wine); color: white;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 50%;
  display: grid; width: min(calc(100% - 72px), var(--max)); min-height: 96px;
  transform: translateX(-50%);
  grid-template-columns: auto 1fr auto; gap: 44px; align-items: center;
  border-bottom: 1px solid rgba(32, 30, 24, 0.16);
}
.brand {
  display: inline-flex; gap: 12px; align-items: baseline;
  font-size: 1.4rem; letter-spacing: 0.03em; text-transform: uppercase;
}
.brand span { font-weight: 900; }
.brand i { color: var(--saffron); font-style: normal; font-weight: 900; }
.brand strong { font-weight: 600; }
.desktop-nav { display: flex; gap: 34px; justify-content: center; font-size: .9rem; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { position: absolute; right: -20px; color: var(--saffron); content: "•"; }
.desktop-nav a:last-child::after { display: none; }
.desktop-nav a:hover { color: var(--wine); }
.header-cta { padding: 13px 18px; border: 1px solid var(--wine); color: var(--wine); font-size: .82rem; font-weight: 800; }
.header-cta:hover { background: var(--wine); color: white; }
.mobile-menu { display: none; }

.hero {
  position: relative; overflow: hidden; min-height: 900px;
  padding: 126px max(36px, calc((100vw - var(--max)) / 2)) 132px;
  background:
    radial-gradient(circle at 4% 88%, rgba(216, 155, 34, .11), transparent 22%),
    linear-gradient(105deg, var(--cream) 0%, #f7f0e4 48%, #e7dcc8 100%);
}
.hero::after {
  position: absolute; bottom: 0; left: 0; width: 46%; height: 170px;
  opacity: .17;
  background: repeating-radial-gradient(ellipse at bottom left, transparent 0 13px, var(--olive) 14px 15px);
  content: ""; pointer-events: none;
}
.hero-grid {
  position: relative; z-index: 2; display: grid; min-height: 650px;
  grid-template-columns: minmax(430px, .78fr) minmax(560px, 1.22fr);
  gap: 22px; align-items: stretch;
}
.hero-copy { display: flex; padding: 54px 18px 30px 0; flex-direction: column; justify-content: center; }
.eyebrow {
  margin: 0 0 18px; color: var(--wine); font-size: .74rem; font-weight: 900;
  letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow.light { color: #f7d990; }
.hero h1,
.section-heading h2,
.collection-intro h2,
.techniques-title h2,
.coverage-copy h2,
.final-cta h2 {
  margin: 0; font-family: Georgia, "Times New Roman", serif;
  font-weight: 700; letter-spacing: -.045em; line-height: .98;
}
.hero h1 { max-width: 610px; color: var(--olive-dark); font-size: clamp(4rem, 6.2vw, 6.6rem); }
.hero-rule { width: 84px; height: 4px; margin: 28px 0 24px; background: var(--saffron); }
.hero-lead { max-width: 580px; margin: 0; color: #3d392f; font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.button {
  display: inline-flex; min-height: 58px; align-items: center; justify-content: space-between;
  gap: 28px; padding: 0 28px; border: 1px solid transparent; font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: white; }
.button-primary:hover { background: var(--wine-dark); }
.button-secondary { border-color: var(--wine); color: var(--wine); }
.button-secondary:hover { background: rgba(87, 31, 43, .08); }
.hero-facts { display: grid; gap: 10px; margin-top: 28px; color: #464035; font-size: .86rem; font-weight: 700; }
.hero-facts p { margin: 0; }
.hero-facts span { display: inline-block; width: 24px; color: var(--saffron); font-size: 1rem; }
.hero-visual {
  position: relative; overflow: hidden; min-height: 650px; margin: 0;
  border-radius: 54% 8px 8px 46% / 50% 8px 8px 50%;
  background: #d9c8aa; box-shadow: 0 24px 80px rgba(64, 48, 30, .15);
}
.hero-visual::before {
  position: absolute; z-index: 2; inset: 0;
  background: linear-gradient(90deg, rgba(242, 235, 221, .82) 0%, rgba(242, 235, 221, .08) 23%, transparent 45%);
  content: ""; pointer-events: none;
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero-visual figcaption {
  position: absolute; z-index: 4; right: 24px; bottom: 22px; max-width: 280px;
  padding: 10px 13px; background: rgba(53, 19, 27, .88); color: white;
  font-size: .72rem; font-weight: 700; letter-spacing: .04em;
}
.hero-index {
  position: absolute; z-index: 5; right: max(36px, calc((100vw - var(--max)) / 2)); bottom: 32px;
  display: grid; width: min(720px, calc(100% - 72px)); min-height: 76px; padding: 16px 24px;
  grid-template-columns: auto 1fr auto 1fr auto 1fr; gap: 12px; align-items: center;
  background: rgba(251, 247, 239, .93); border: 1px solid rgba(87, 31, 43, .18);
  box-shadow: 0 12px 40px rgba(45, 32, 24, .12);
}
.hero-index span { color: var(--wine); font: 700 1.55rem Georgia, serif; }
.hero-index p { margin: 0; color: var(--muted); font-size: .73rem; font-weight: 800; text-transform: uppercase; }

.route-section, .techniques-section {
  padding: 112px max(36px, calc((100vw - var(--max)) / 2));
  background: var(--olive-dark); color: white;
}
.section-heading {
  display: grid; max-width: var(--max); margin: 0 auto 56px;
  grid-template-columns: 1.05fr 1.45fr; column-gap: 80px;
}
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .collection-intro h2, .techniques-title h2, .coverage-copy h2, .final-cta h2 {
  font-size: clamp(3rem, 5.6vw, 5.7rem);
}
.section-heading > p:last-child { max-width: 620px; margin: 12px 0 0; color: var(--muted); line-height: 1.75; }
.section-heading.light h2 { color: var(--cream); }
.section-heading.light > p:last-child { color: #d9ddca; }
.route-track {
  position: relative; display: grid; max-width: var(--max); margin: 0 auto;
  grid-template-columns: repeat(5, 1fr); border-top: 2px solid rgba(216, 155, 34, .65);
}
.route-track article { position: relative; min-height: 300px; padding: 38px 28px 20px 0; }
.route-track article::before {
  position: absolute; top: -10px; left: 0; width: 16px; height: 16px;
  border: 2px solid var(--saffron); border-radius: 50%; background: var(--olive-dark); content: "";
}
.route-track article::after {
  position: absolute; top: 0; right: 22px; width: 1px; height: 100%;
  background: rgba(255, 255, 255, .14); content: "";
}
.route-track article:last-child::after { display: none; }
.route-track span { color: var(--saffron); font: 400 2rem Georgia, serif; }
.route-track small {
  display: block; margin-top: 36px; color: #c7ccb7; font-size: .67rem;
  font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
}
.route-track h3 { margin: 8px 0 14px; font-size: 1.5rem; }
.route-track p { margin: 0; color: #d9ddca; font-size: .9rem; line-height: 1.65; }
.route-note { max-width: var(--max); margin: 22px auto 0; color: #c7ccb7; font-size: .82rem; }

.audiences-section, .process-section, .faq-section {
  padding: 112px max(36px, calc((100vw - var(--max)) / 2));
}
.audience-grid {
  display: grid; max-width: var(--max); margin: 0 auto;
  grid-template-columns: 1.55fr 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.audience-grid article { min-height: 270px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid span { color: var(--saffron); font: 700 1.6rem Georgia, serif; }
.audience-grid h3 { margin: 42px 0 14px; color: var(--wine); font-size: 1.5rem; }
.audience-grid p { color: var(--muted); }
.audience-feature { grid-row: span 2; background: var(--cream); }
.audience-feature > div { display: flex; justify-content: space-between; }
.audience-feature h3 {
  max-width: 520px; margin-top: 90px; font: 700 clamp(2.5rem, 4vw, 4.4rem)/1 Georgia, serif;
}
.audience-feature > p { max-width: 560px; line-height: 1.75; }
.audience-feature a, .text-link {
  display: inline-flex; gap: 40px; margin-top: 20px; padding-bottom: 7px;
  border-bottom: 2px solid var(--wine); color: var(--wine); font-weight: 900;
}

.collection-section {
  display: grid; padding: 112px max(36px, calc((100vw - var(--max)) / 2));
  grid-template-columns: .8fr 1.2fr; gap: 76px; background: var(--cream);
}
.collection-intro p:not(.eyebrow) { max-width: 520px; color: var(--muted); line-height: 1.75; }
.collection-cards { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; }
.collection-cards article { min-height: 410px; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.collection-cards .card-accent { min-height: 460px; background: var(--wine); color: white; }
.pack-number {
  display: grid; width: 58px; height: 58px; place-items: center;
  border: 1px solid var(--saffron); border-radius: 50%; color: var(--saffron);
  font: 700 1.8rem Georgia, serif;
}
.pack-label {
  margin-top: 70px; color: var(--saffron); font-size: .72rem;
  font-weight: 900; letter-spacing: .14em; text-transform: uppercase;
}
.collection-cards h3 { margin: 12px 0 28px; font: 700 2rem/1 Georgia, serif; }
.collection-cards ul { display: grid; gap: 10px; padding: 0; color: var(--muted); font-size: .88rem; list-style: none; }
.collection-cards li::before { margin-right: 8px; color: var(--saffron); content: "•"; }
.card-accent ul { color: #eadce0; }

.techniques-section {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px;
  background: var(--wine-dark);
}
.techniques-title p:last-child { max-width: 520px; color: #d6c6ca; line-height: 1.75; }
.techniques-list { border-top: 1px solid rgba(255, 255, 255, .22); }
.techniques-list article {
  display: grid; min-height: 112px; padding: 24px 0;
  grid-template-columns: 60px 170px 1fr; gap: 20px; align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}
.techniques-list span { color: var(--saffron); font: 400 1.4rem Georgia, serif; }
.techniques-list h3, .techniques-list p { margin: 0; }
.techniques-list h3 { font-size: 1.25rem; }
.techniques-list p { color: #d6c6ca; font-size: .9rem; }

.process-list { max-width: var(--max); margin: 0 auto; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li {
  display: grid; min-height: 116px; grid-template-columns: 100px 1fr;
  gap: 30px; align-items: center; border-bottom: 1px solid var(--line);
}
.process-list > li > span { color: var(--saffron); font: 400 2.4rem Georgia, serif; }
.process-list div { display: grid; grid-template-columns: .6fr 1.4fr; gap: 42px; align-items: center; }
.process-list h3, .process-list p { margin: 0; }
.process-list h3 { color: var(--wine); font-size: 1.4rem; }
.process-list p { color: var(--muted); }

.coverage-section {
  display: grid; padding: 112px max(36px, calc((100vw - var(--max)) / 2));
  grid-template-columns: .9fr 1.1fr; gap: 70px; background: #e7ddc9;
}
.coverage-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); line-height: 1.75; }
.place-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.place-cloud span {
  padding: 9px 12px; border: 1px solid rgba(87, 31, 43, .25);
  color: var(--wine); font-size: .78rem; font-weight: 800;
}
.map-wrap { min-height: 500px; padding: 14px; background: var(--paper); box-shadow: 0 22px 60px rgba(51, 41, 29, .14); }
.map-wrap iframe { width: 100%; height: 445px; border: 0; }
.map-wrap p { margin: 12px 8px 0; color: var(--muted); font-size: .75rem; }

.faq-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: grid; min-height: 94px; cursor: pointer;
  grid-template-columns: 60px 1fr auto; gap: 20px; align-items: center;
  font-size: 1.12rem; font-weight: 800; list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary b { color: var(--saffron); }
.faq-list summary b { font-size: 1.8rem; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details > p { max-width: 850px; margin: -4px 0 28px 80px; color: var(--muted); line-height: 1.75; }

.final-cta {
  padding: 112px max(36px, calc((100vw - var(--max)) / 2));
  background: var(--wine); color: white;
}
.final-cta h2 { max-width: 1080px; }
.final-cta > p:not(.eyebrow) { max-width: 720px; margin: 26px 0 30px; color: #eadce0; line-height: 1.75; }
.final-cta > div { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; }
.button-light { background: var(--cream); color: var(--wine); }
.final-link { padding-bottom: 6px; border-bottom: 2px solid rgba(255, 255, 255, .7); font-weight: 900; }

footer {
  display: grid; padding: 46px max(36px, calc((100vw - var(--max)) / 2));
  grid-template-columns: auto 1fr auto; gap: 50px; align-items: center;
  background: #241014; color: #d7c8cc; font-size: .82rem;
}
.footer-brand { color: white; }
footer p { max-width: 620px; margin: 0; }
footer > div { display: grid; gap: 3px; text-align: right; }
footer a:hover { color: #f7d990; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto 1fr; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { position: relative; display: block; justify-self: end; }
  .mobile-menu summary { cursor: pointer; font-weight: 900; list-style: none; }
  .mobile-menu nav {
    position: absolute; top: 38px; right: 0; display: grid; width: 230px;
    padding: 16px; background: var(--paper); box-shadow: 0 18px 45px rgba(40, 30, 22, .18);
  }
  .mobile-menu nav a { padding: 10px; border-bottom: 1px solid var(--line); }
  .hero { min-height: 1120px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; }
  .hero-visual { min-height: 520px; border-radius: 180px 8px 8px 8px; }
  .hero-index { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 28px; }
  .route-track { grid-template-columns: repeat(3, 1fr); }
  .route-track article { border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .route-track article::after { display: none; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-feature { grid-column: 1 / -1; grid-row: auto; }
  .collection-section, .techniques-section, .coverage-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 36px); min-height: 76px; }
  .brand { gap: 8px; font-size: 1.04rem; }
  .hero { min-height: 0; padding: 104px 18px 58px; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 22px 0 10px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 4.9rem); }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 410px; border-radius: 110px 4px 4px 4px; }
  .hero-visual img { object-position: 78% center; }
  .hero-visual figcaption { right: 10px; bottom: 10px; max-width: 240px; }
  .hero-index { grid-template-columns: auto 1fr; }
  .route-section, .audiences-section, .collection-section, .techniques-section,
  .process-section, .coverage-section, .faq-section, .final-cta { padding: 78px 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; }
  .section-heading h2, .collection-intro h2, .techniques-title h2, .coverage-copy h2, .final-cta h2 { font-size: 3rem; }
  .route-track { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid rgba(216, 155, 34, .65); }
  .route-track article { min-height: 210px; padding: 14px 18px 28px 30px; }
  .route-track article::before { top: 18px; left: -9px; }
  .route-track small { margin-top: 18px; }
  .audience-grid, .collection-cards { grid-template-columns: 1fr; }
  .audience-feature { grid-column: auto; }
  .audience-feature h3 { margin-top: 50px; }
  .collection-cards .card-accent, .collection-cards article { min-height: 350px; }
  .techniques-list article { grid-template-columns: 50px 1fr; }
  .techniques-list article p { grid-column: 2; }
  .process-list li { grid-template-columns: 60px 1fr; }
  .process-list div { grid-template-columns: 1fr; gap: 8px; }
  .map-wrap { min-height: 380px; }
  .map-wrap iframe { height: 330px; }
  .faq-list summary { grid-template-columns: 38px 1fr auto; min-height: 110px; font-size: 1rem; }
  .faq-list details > p { margin-left: 38px; }
  footer { padding: 42px 18px; grid-template-columns: 1fr; gap: 20px; }
  footer > div { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
