﻿@font-face {
  font-family: "IvyMode";
  src: url("./assets/fonts/IvyMode-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IvyMode";
  src: url("./assets/fonts/IvyMode-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "IvyMode";
  src: url("./assets/fonts/IvyMode-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --wine: #3e1622;
  --orange: #f1550f;
  --turquoise: #70ccbe;
  --cream: #fffaea;
  --petroleum: #0e4a4f;
  --ink: #061d20;
  --muted: rgba(255, 250, 234, 0.72);
  --line: rgba(255, 250, 234, 0.18);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "IvyMode", Georgia, serif;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--wine);
  font-family: var(--sans);
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  background-image:
    radial-gradient(circle at 20% 20%, rgba(62, 22, 34, 0.06) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 0%, rgba(14, 74, 79, 0.05), transparent 34%);
  background-size: 18px 18px, 100% 100%;
  content: "";
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  position: fixed;
  z-index: 1;
}

body > * {
  position: relative;
  z-index: 2;
}

body::selection {
  background: var(--orange);
  color: var(--cream);
}

h1,
h2,
h3,
.hero-caption strong,
.image-band-copy p,
.final-content h2 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  background: var(--orange);
  color: var(--cream);
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 1000;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 250, 234, 0.72), rgba(255, 250, 234, 0.38)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(112, 204, 190, 0.08), rgba(255, 255, 255, 0.08));
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  border: 1px solid rgba(255, 250, 234, 0.52);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    inset 0 -1px 0 rgba(62, 22, 34, 0.07),
    0 18px 54px rgba(62, 22, 34, 0.13);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto auto;
  left: clamp(14px, 3vw, 34px);
  overflow: hidden;
  padding: 12px 14px 12px 20px;
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  top: 18px;
  z-index: 40;
}

.site-header::before {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.62), transparent 26%),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.2) 38%, transparent 62%);
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
}

.site-header > * {
  position: relative;
  z-index: 1;
}

.header-brand {
  color: var(--wine);
  font-family: var(--serif);
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  letter-spacing: 0;
}

.header-nav {
  display: flex;
  gap: clamp(12px, 2.5vw, 30px);
}

.header-nav a,
.header-cta {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-nav a {
  color: rgba(62, 22, 34, 0.68);
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--orange);
}

.header-cta {
  background: var(--orange);
  color: var(--cream);
  cursor: pointer;
  padding: 11px 15px;
  transition: transform 220ms ease, background 220ms ease;
}

.site-header.is-scrolled {
  background:
    linear-gradient(135deg, rgba(255, 250, 234, 0.66), rgba(255, 250, 234, 0.34)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(112, 204, 190, 0.08), rgba(255, 255, 255, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 20px 58px rgba(62, 22, 34, 0.17);
}

.header-cta:hover,
.header-cta:focus-visible {
  background: #ff6a24;
  transform: translateY(-2px);
}

.hero {
  background:
    radial-gradient(circle at 12% 8%, rgba(112, 204, 190, 0.3), transparent 28%),
    linear-gradient(180deg, #fffaea 0%, #fbf3df 100%);
  display: block;
  min-height: 100svh;
  overflow: hidden;
  padding: 118px clamp(18px, 5vw, 72px) 34px;
  position: relative;
}

.hero::after {
  background:
    linear-gradient(90deg, var(--wine) 0 21%, var(--orange) 21% 42%, var(--turquoise) 42% 70%, var(--petroleum) 70% 100%);
  bottom: 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.hero-bg {
  filter: saturate(1.02) contrast(1.04);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 34% center;
  position: absolute;
  width: 100%;
}

.hero-ray {
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.hero-ray-a {
  bottom: -260px;
  left: -220px;
  opacity: 0.18;
  width: min(58vw, 720px);
}

.hero-ray-b {
  bottom: -130px;
  opacity: 0.72;
  right: -145px;
  width: 360px;
}

.hero-inner {
  align-items: start;
  display: grid;
  gap: clamp(38px, 6vw, 86px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  z-index: 4;
}

.hero-content {
  max-width: 760px;
  position: relative;
  z-index: 3;
}

.eyebrow,
.section-kicker {
  color: var(--turquoise);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero-logo {
  margin: 0 0 20px;
  max-width: min(350px, 58vw);
  width: 100%;
}

.hero-title,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero-title {
  font-size: clamp(2.65rem, 4.15vw, 4.05rem);
  max-width: 680px;
  margin: 0;
}

.hero-lead {
  color: rgba(62, 22, 34, 0.72);
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  margin: 18px 0 0;
  max-width: 620px;
}

.hero-brief {
  border-bottom: 1px solid rgba(62, 22, 34, 0.14);
  border-top: 1px solid rgba(62, 22, 34, 0.14);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  max-width: 680px;
}

.hero-brief div {
  padding: 16px 18px 15px 0;
}

.hero-brief span,
.hero-index span:first-child {
  color: var(--orange);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.hero-brief strong {
  color: rgba(62, 22, 34, 0.86);
  display: block;
  font-size: 0.98rem;
  font-weight: 650;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 20px;
}

.hero-actions p {
  color: rgba(62, 22, 34, 0.66);
  margin: 0;
  max-width: 360px;
}

.hero-visual {
  aspect-ratio: 0.83;
  background: var(--wine);
  box-shadow: 0 34px 80px rgba(62, 22, 34, 0.22), 0 0 0 1px rgba(62, 22, 34, 0.08);
  clip-path: polygon(13% 0, 100% 0, 100% 86%, 84% 100%, 0 100%, 0 14%);
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

.hero-visual::after {
  background: linear-gradient(180deg, rgba(14, 74, 79, 0.08), rgba(62, 22, 34, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-index {
  background: rgba(255, 250, 234, 0.92);
  color: var(--wine);
  display: grid;
  gap: 2px;
  left: 24px;
  min-width: 150px;
  padding: 14px 16px;
  position: absolute;
  top: 24px;
  z-index: 3;
}

.hero-index span:last-child {
  color: rgba(62, 22, 34, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-caption {
  bottom: 32px;
  color: var(--cream);
  left: 32px;
  max-width: 340px;
  position: absolute;
  right: 32px;
  z-index: 3;
}

.hero-caption span {
  color: var(--turquoise);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-caption strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 400;
  line-height: 1.05;
}

.trust-strip {
  border-bottom: 1px solid rgba(62, 22, 34, 0.16);
  border-top: 1px solid rgba(62, 22, 34, 0.16);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(42px, 6vw, 76px) auto 0;
  max-width: 1240px;
  position: relative;
  z-index: 4;
}

.trust-strip span {
  color: rgba(62, 22, 34, 0.76);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
}

.trust-strip span:not(:last-child),
.hero-brief div:not(:last-child) {
  border-right: 1px solid rgba(62, 22, 34, 0.12);
}

.button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 52px;
  padding: 15px 22px;
  text-transform: uppercase;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.button-primary {
  background: var(--orange);
  color: var(--cream);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ff6a24;
  transform: translateY(-3px);
}

.button-primary:active,
.header-cta:active {
  transform: translateY(0) scale(0.985);
}

.section-pad {
  padding: clamp(74px, 11vw, 142px) clamp(18px, 5vw, 72px);
  position: relative;
}

.section-inner {
  margin: 0 auto;
  max-width: var(--max);
  position: relative;
  z-index: 2;
}

.two-col {
  display: grid;
  gap: clamp(30px, 7vw, 86px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
}

.manifest {
  background:
    radial-gradient(circle at 0% 0%, rgba(112, 204, 190, 0.1), transparent 36%),
    var(--wine);
  color: var(--cream);
}

h2 {
  font-size: clamp(2.35rem, 5.8vw, 5.5rem);
  margin: 0;
}

.manifest-copy {
  color: rgba(255, 250, 234, 0.82);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
}

.manifest-copy p {
  margin: 0 0 22px;
}

.pillars {
  background:
    linear-gradient(145deg, rgba(255, 250, 234, 0.04), transparent 55%),
    var(--petroleum);
  color: var(--cream);
}

.assurance {
  background:
    linear-gradient(90deg, rgba(112, 204, 190, 0.14), transparent 40%),
    var(--cream);
  color: var(--wine);
}

.assurance .section-kicker {
  color: var(--orange);
}

.assurance-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.assurance-item {
  border: 1px solid rgba(62, 22, 34, 0.16);
  min-height: 280px;
  padding: clamp(24px, 4vw, 38px);
}

.assurance-item:first-child {
  background:
    linear-gradient(140deg, rgba(112, 204, 190, 0.18), transparent 52%),
    rgba(255, 250, 234, 0.72);
  grid-row: span 2;
  min-height: 100%;
}

.assurance-item:first-child h3 {
  font-size: clamp(2.2rem, 4.8vw, 4.7rem);
  max-width: 620px;
}

.assurance-item span {
  color: var(--orange);
  display: block;
  font-family: var(--serif);
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 34px;
}

.assurance-item p {
  color: rgba(62, 22, 34, 0.68);
  margin: 0;
}

.assurance-item,
.pillar,
.impact,
.profile-panel,
.selection-steps article {
  transition: border-color 240ms ease, transform 240ms ease, background 240ms ease;
}

.assurance-item:hover,
.pillar:hover,
.impact:hover,
.profile-panel:hover,
.selection-steps article:hover {
  transform: translateY(-4px);
}

.section-heading {
  margin-bottom: clamp(34px, 6vw, 68px);
  max-width: 900px;
}

.pillar-grid,
.impact-grid,
.profile-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pillar,
.impact,
.profile-panel {
  border: 1px solid var(--line);
  min-height: 260px;
  padding: clamp(24px, 4vw, 38px);
  position: relative;
}

.pillar {
  background: rgba(255, 250, 234, 0.035);
}

.pillar-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.pillar:first-child {
  background:
    linear-gradient(160deg, rgba(241, 85, 15, 0.12), transparent 54%),
    rgba(255, 250, 234, 0.055);
  grid-row: span 2;
}

.pillar:first-child h3 {
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
  max-width: 620px;
}

.pillar span {
  color: var(--orange);
  display: block;
  font-family: var(--serif);
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 28px;
}

h3 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.3vw, 2.4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 18px;
}

.pillar p,
.impact p,
.profile-panel li {
  color: rgba(255, 250, 234, 0.75);
}

.image-band {
  background:
    linear-gradient(135deg, rgba(14, 74, 79, 0.96), rgba(62, 22, 34, 0.98)),
    var(--petroleum);
  color: var(--cream);
  overflow: hidden;
  padding: clamp(74px, 10vw, 132px) clamp(18px, 5vw, 72px);
  position: relative;
}

.image-band::before {
  background: linear-gradient(90deg, var(--turquoise), var(--orange), var(--wine));
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-band-inner {
  align-items: center;
  display: grid;
  gap: clamp(34px, 7vw, 88px);
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  margin: 0 auto;
  max-width: 1240px;
}

.image-band-copy {
  max-width: 650px;
  position: relative;
  z-index: 2;
}

.image-band-copy span {
  color: var(--turquoise);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.image-band-copy p,
.final-content h2 {
  font-family: var(--serif);
  font-size: clamp(3rem, 6.8vw, 6.8rem);
  line-height: 0.92;
  margin: 0;
}

.image-band-copy strong {
  border-left: 3px solid var(--orange);
  color: rgba(255, 250, 234, 0.82);
  display: block;
  font-size: clamp(1.02rem, 1.5vw, 1.26rem);
  font-weight: 650;
  letter-spacing: 0.03em;
  line-height: 1.45;
  margin-top: 30px;
  max-width: 520px;
  padding-left: 22px;
  text-transform: uppercase;
}

.image-band-frame {
  background: rgba(255, 250, 234, 0.08);
  border: 1px solid rgba(255, 250, 234, 0.18);
  margin: 0;
  padding: 14px;
  position: relative;
}

.image-band-frame::after {
  border: 1px solid rgba(112, 204, 190, 0.55);
  content: "";
  inset: -18px 22px 22px -18px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.image-band-frame img {
  aspect-ratio: 1.26;
  filter: saturate(1.08) contrast(1.05);
  height: auto;
  object-fit: cover;
  object-position: center 45%;
  width: 100%;
}

.image-band-frame figcaption {
  color: rgba(255, 250, 234, 0.76);
  font-size: 0.86rem;
  margin-top: 14px;
}

.program {
  background:
    linear-gradient(180deg, rgba(62, 22, 34, 0.2), transparent 28%),
    var(--cream);
  color: var(--wine);
}

.program .section-kicker {
  color: var(--orange);
}

.timeline {
  display: grid;
  gap: 26px;
  position: relative;
}

.timeline::before {
  background: rgba(62, 22, 34, 0.2);
  content: "";
  height: calc(100% - 32px);
  left: 87px;
  position: absolute;
  top: 18px;
  width: 1px;
}

.day {
  display: grid;
  gap: 30px;
  grid-template-columns: 170px minmax(0, 1fr);
  position: relative;
}

.day-marker {
  align-items: center;
  background: var(--wine);
  color: var(--cream);
  display: flex;
  font-family: var(--serif);
  font-size: 1.8rem;
  height: 118px;
  justify-content: center;
  position: sticky;
  top: 90px;
  width: 118px;
  z-index: 2;
}

.day-content {
  border-top: 1px solid rgba(62, 22, 34, 0.22);
  padding: 28px 0 38px;
}

.day-content p {
  color: rgba(62, 22, 34, 0.72);
  font-size: 1.05rem;
  max-width: 760px;
}

.day-content ul,
.profile-panel ul {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.day-content li,
.profile-panel li {
  border-top: 1px solid currentColor;
  padding: 12px 0;
}

.day-content strong {
  color: var(--orange);
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  max-width: 820px;
}

.route {
  background:
    linear-gradient(135deg, rgba(6, 29, 32, 0.5), transparent 45%),
    var(--petroleum);
  color: var(--cream);
}

.route-layout {
  align-items: start;
  display: grid;
  gap: clamp(42px, 7vw, 92px);
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
}

.route-copy {
  position: sticky;
  top: 118px;
}

.route-copy h2 {
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  max-width: 620px;
}

.route-copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  margin-top: 26px;
  max-width: 520px;
}

.route-list {
  background: rgba(255, 250, 234, 0.055);
  border: 1px solid rgba(255, 250, 234, 0.16);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(18px, 2.8vw, 30px);
}

.route-list div {
  border: 0;
  border-left: 1px solid rgba(255, 250, 234, 0.16);
  display: grid;
  gap: 0;
  padding: 0 clamp(16px, 2.4vw, 26px);
}

.route-list div:first-child {
  border-left: 0;
  padding-left: 0;
}

.route-list div:nth-child(3) {
  background: transparent;
  grid-column: auto;
  grid-template-columns: 1fr;
  padding-right: 0;
}

.route-list small {
  color: var(--turquoise);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  grid-column: 1 / -1;
  letter-spacing: 0.13em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.route-list span {
  border-top: 1px solid rgba(255, 250, 234, 0.18);
  color: rgba(255, 250, 234, 0.86);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  min-height: 50px;
  padding: 14px 0;
  text-transform: uppercase;
}

.included-list span {
  border: 1px solid rgba(255, 250, 234, 0.18);
  color: rgba(255, 250, 234, 0.86);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  min-height: 54px;
  padding: 16px;
  text-transform: uppercase;
}

.transformation {
  background: var(--wine);
  color: var(--cream);
}

.impact-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.impact {
  background: rgba(255, 250, 234, 0.04);
}

.impact:first-child {
  background:
    linear-gradient(145deg, rgba(112, 204, 190, 0.16), transparent 58%),
    rgba(255, 250, 234, 0.055);
  grid-row: span 2;
}

.impact:first-child h3 {
  font-size: clamp(2.2rem, 4.4vw, 4.5rem);
  max-width: 660px;
}

.curation {
  background:
    radial-gradient(circle at 8% 16%, rgba(112, 204, 190, 0.24), transparent 28%),
    linear-gradient(180deg, #fffaea, #fbf1dd);
  color: var(--wine);
}

.curation-grid {
  align-items: center;
  display: grid;
  gap: clamp(36px, 7vw, 86px);
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1fr);
}

.curation-media {
  border: 1px solid rgba(62, 22, 34, 0.18);
  min-height: 620px;
  padding: 14px;
  position: relative;
}

.curation-media > img:first-child {
  filter: saturate(1.05) contrast(1.03);
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
}

.curation-media::after {
  background: linear-gradient(180deg, transparent 48%, rgba(6, 29, 32, 0.5));
  content: "";
  inset: 14px;
  position: absolute;
}

.curation-note {
  background: rgba(255, 250, 234, 0.94);
  bottom: 34px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  color: var(--wine);
  left: 34px;
  padding: 18px 20px;
  position: absolute;
  right: 34px;
  z-index: 2;
}

.curation-note span {
  color: var(--orange);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.curation-note strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 400;
  line-height: 1.1;
}

.curation-copy h2 {
  font-size: clamp(2.75rem, 5vw, 5.35rem);
  max-width: 720px;
}

.curation-copy > p:not(.section-kicker) {
  color: rgba(62, 22, 34, 0.72);
  font-size: 1.08rem;
  max-width: 680px;
}

.included-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.included-list span {
  background: rgba(255, 250, 234, 0.45);
  border: 1px solid rgba(62, 22, 34, 0.16);
  color: rgba(62, 22, 34, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  min-height: 54px;
  padding: 16px;
  text-transform: uppercase;
}

.included-list span:nth-child(odd) {
  border-left-color: var(--orange);
}

.profile {
  background: var(--cream);
  color: var(--wine);
}

.profile .section-kicker {
  color: var(--orange);
}

.profile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-panel {
  border-color: rgba(62, 22, 34, 0.18);
}

.profile-panel li {
  color: rgba(62, 22, 34, 0.72);
}

.profile-panel.is-wine {
  background: var(--wine);
  color: var(--cream);
}

.profile-panel.is-wine li {
  color: rgba(255, 250, 234, 0.75);
}

.selection {
  background:
    linear-gradient(180deg, rgba(6, 29, 32, 0.08), transparent 42%),
    var(--cream);
  color: var(--wine);
}

.selection .section-kicker {
  color: var(--orange);
}

.selection-layout {
  align-items: start;
  display: grid;
  gap: clamp(34px, 7vw, 86px);
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
}

.selection-copy p:not(.section-kicker) {
  color: rgba(62, 22, 34, 0.7);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  margin: 28px 0 0;
  max-width: 650px;
}

.selection-steps {
  background: var(--wine);
  box-shadow: 0 34px 80px rgba(62, 22, 34, 0.2);
  color: var(--cream);
  display: grid;
  padding: clamp(22px, 4vw, 34px);
}

.selection-steps article {
  border-bottom: 1px solid rgba(255, 250, 234, 0.18);
  display: grid;
  gap: 6px;
  grid-template-columns: 62px minmax(0, 1fr);
  padding: 22px 0;
}

.selection-steps span {
  color: var(--orange);
  font-family: var(--serif);
  font-size: 2.25rem;
  line-height: 0.95;
  grid-row: span 2;
}

.selection-steps strong {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 400;
  line-height: 1;
}

.selection-steps p {
  color: rgba(255, 250, 234, 0.72);
  margin: 0;
}

.selection-steps .button {
  margin-top: 26px;
  width: 100%;
}

.final-cta {
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(112, 204, 190, 0.18), transparent 26%),
    linear-gradient(135deg, var(--ink), var(--wine));
  color: var(--cream);
  display: grid;
  gap: clamp(34px, 7vw, 92px);
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.82fr);
  min-height: 78vh;
  overflow: hidden;
  padding: clamp(88px, 12vw, 150px) clamp(18px, 5vw, 72px);
  position: relative;
}

.final-cta > img,
.final-content {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.final-content .section-kicker {
  color: var(--turquoise);
}

.final-content h2 {
  font-size: clamp(3rem, 6.2vw, 6.5rem);
  margin-bottom: 28px;
}

.final-content p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 660px;
}

.final-visual {
  align-self: stretch;
  border: 1px solid rgba(255, 250, 234, 0.18);
  margin: 0;
  min-height: 520px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.final-visual img {
  filter: saturate(1.06) contrast(1.04);
  height: 100%;
  object-fit: cover;
  object-position: 34% center;
  width: 100%;
}

.final-visual::after {
  background: linear-gradient(180deg, transparent 38%, rgba(6, 29, 32, 0.78));
  content: "";
  inset: 0;
  position: absolute;
}

.final-visual figcaption {
  bottom: 28px;
  color: var(--cream);
  display: grid;
  gap: 4px;
  left: 28px;
  position: absolute;
  right: 28px;
  z-index: 2;
}

.final-visual span {
  color: var(--turquoise);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.final-visual strong {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 72px);
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.site-footer span,
.site-footer a {
  color: rgba(255, 250, 234, 0.72);
  font-size: 0.86rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 220ms;
}

.reveal-delay-3 {
  transition-delay: 320ms;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-nav {
    display: none;
  }

  .two-col,
  .route-layout,
  .curation-grid,
  .selection-layout,
  .image-band-inner,
  .final-cta,
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .route-copy {
    position: relative;
    top: auto;
  }

  .route-list {
    grid-template-columns: 1fr;
  }

  .route-list div,
  .route-list div:first-child,
  .route-list div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 250, 234, 0.16);
    padding: 22px 0 0;
  }

  .route-list div:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .pillar-grid,
  .impact-grid,
  .assurance-grid {
    grid-template-columns: 1fr;
  }

  .curation-media {
    min-height: 420px;
  }

  .final-visual {
    min-height: 420px;
  }

  .hero-visual {
    aspect-ratio: 1.45;
    min-height: 420px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 720px) {
  .site-header {
    left: 10px;
    padding: 10px 10px 10px 14px;
    right: 10px;
    top: 10px;
  }

  .header-brand {
    font-size: 1rem;
  }

  .header-cta {
    padding: 10px 12px;
  }

  .hero {
    min-height: auto;
    padding: 94px 16px 28px;
  }

  .hero-title {
    font-size: clamp(2.35rem, 10.5vw, 3.25rem);
  }

  .hero-logo {
    margin-bottom: 14px;
    max-width: 72vw;
  }

  .hero-lead {
    font-size: 0.98rem;
    margin-top: 14px;
  }

  .hero-brief {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .hero-brief div {
    padding: 12px 0;
  }

  .hero-brief div:not(:last-child),
  .trust-strip span:not(:last-child) {
    border-bottom: 1px solid rgba(62, 22, 34, 0.12);
    border-right: 0;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    aspect-ratio: 0.95;
    min-height: 0;
  }

  .hero-caption {
    bottom: 22px;
    left: 22px;
    right: 22px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .trust-strip span {
    padding: 13px 10px;
  }

  .section-pad {
    padding: 70px 16px;
  }

  h2 {
    font-size: clamp(2.2rem, 12vw, 3.9rem);
  }

  .image-band {
    padding: 72px 16px;
  }

  .image-band-frame {
    padding: 10px;
  }

  .image-band-frame::after {
    display: none;
  }

  .image-band-copy p,
  .final-content h2 {
    font-size: clamp(2.7rem, 14vw, 4.6rem);
  }

  .timeline::before {
    left: 24px;
  }

  .day {
    gap: 18px;
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .day-marker {
    font-size: 0.82rem;
    height: 52px;
    letter-spacing: 0.08em;
    position: relative;
    text-transform: uppercase;
    top: 0;
    width: 52px;
  }

  .day-content {
    padding-top: 8px;
  }

  .route-list,
  .included-list,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .route-list div:nth-child(3) {
    grid-template-columns: 1fr;
  }

  .route-list div {
    padding: 16px;
  }

  .selection-steps article {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .curation-media {
    min-height: 340px;
  }

  .curation-note {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .final-cta {
    padding: 76px 16px;
  }

  .final-visual {
    min-height: 360px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

