:root {
  --forest: #173c32;
  --forest-deep: #0d2b24;
  --sage: #789083;
  --cream: #f4efe4;
  --paper: #fbf8f1;
  --amber: #c9874c;
  --ink: #17211d;
  --line: rgba(23, 60, 50, .16);
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6.2vw, 6.7rem); }
h2 { font-size: clamp(2.3rem, 4vw, 4.4rem); }
em { color: var(--amber); font-style: italic; }

.site-header { height: 84px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 5; background: rgba(251,248,241,.94); backdrop-filter: blur(10px); }
.brand { display: flex; gap: 12px; align-items: center; font-weight: 700; font-size: 13px; letter-spacing: .14em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--forest); border-radius: 50%; font-family: serif; font-size: 18px; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.desktop-nav a { opacity: .66; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-cta { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }

.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 56% 44%; }
.hero-copy { padding: clamp(64px, 9vw, 132px) clamp(28px, 6vw, 95px) 62px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-kicker { color: var(--amber); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 850px; margin: 18px 0 30px; }
.hero-lead { max-width: 680px; color: #4d5c56; font-size: clamp(16px, 1.4vw, 20px); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 22px 0 62px; }
.button { min-height: 52px; padding: 14px 25px; display: inline-flex; align-items: center; justify-content: center; border-radius: 2px; font-weight: 700; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.hero-facts { list-style: none; padding: 0; margin: auto 0 0; display: flex; gap: clamp(25px, 4vw, 72px); }
.hero-facts li { display: flex; flex-direction: column; }
.hero-facts strong { font-family: var(--serif); color: var(--forest); font-size: 25px; font-weight: 400; }
.hero-facts span { color: #718078; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-image { position: relative; background: linear-gradient(155deg, rgba(13,43,36,.1), rgba(13,43,36,.45)), url("assets/tea-ceremony-hero.png") center/cover, linear-gradient(135deg, #9f8a68, #273e34); min-height: 650px; }
.image-note { position: absolute; right: 32px; bottom: 32px; padding: 14px 18px; display: flex; align-items: center; gap: 10px; background: rgba(13,43,36,.86); color: white; font-size: 12px; backdrop-filter: blur(8px); }
.image-note span { width: 7px; height: 7px; border-radius: 50%; background: #e2a66d; }

.section-pad { padding: clamp(82px, 11vw, 160px) clamp(24px, 7vw, 112px); }
.statement { background: var(--cream); }
.statement blockquote { max-width: 1170px; margin: 22px 0 80px; font-family: var(--serif); font-size: clamp(2.1rem, 4.5vw, 5.2rem); line-height: 1.2; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; border-top: 1px solid var(--line); padding-top: 36px; }
.value-grid article { display: grid; grid-template-columns: 44px 1fr; column-gap: 16px; }
.value-grid .number { color: var(--amber); font-size: 11px; letter-spacing: .1em; }
.value-grid h3 { grid-column: 2; margin-bottom: 12px; font-size: 18px; }
.value-grid p { grid-column: 2; color: #59665f; max-width: 340px; font-size: 14px; }

.use-cases { background: var(--paper); display: grid; grid-template-columns: 38% 62%; gap: 7vw; }
.section-heading { position: sticky; top: 120px; align-self: start; }
.section-heading h2 { max-width: 520px; margin-top: 20px; }
.case { padding: 28px 0; display: grid; grid-template-columns: 42px 1fr 1fr; gap: 18px; align-items: baseline; border-bottom: 1px solid var(--line); transition: padding .2s; }
.case:hover { padding-left: 8px; }
.case > span { color: var(--amber); font-size: 11px; }
.case h3 { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.case p { color: #617068; font-size: 14px; }

.format { background: var(--forest); color: white; display: grid; grid-template-columns: 42% 58%; gap: 8vw; }
.section-kicker.light { color: #e0b080; }
.format-intro { position: sticky; top: 120px; align-self: start; }
.format-intro h2 { margin: 20px 0 24px; }
.format-intro > p:last-child { max-width: 460px; color: rgba(255,255,255,.66); }
.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li { padding: 32px 0; display: grid; grid-template-columns: 74px 1fr; gap: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.timeline li > span { color: #e0b080; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.timeline h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.timeline p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }
.timeline .after { margin-top: 22px; padding-left: 18px; border: 1px solid rgba(224,176,128,.5); }

.bring { background: var(--cream); display: grid; grid-template-columns: 2fr 1fr; gap: 22px; }
.bring-card, .client-card { padding: clamp(36px, 5vw, 76px); border: 1px solid var(--line); }
.bring-card { background: var(--paper); }
.bring-card h2 { max-width: 720px; margin: 20px 0 24px; font-size: clamp(2.3rem, 3.6vw, 4rem); }
.bring-card > p:not(.section-kicker), .client-card p { color: #627069; }
.check-list { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 24px 0 0; margin: 30px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: 13px; font-weight: 600; }
.check-list li::before { content: "✓"; color: var(--amber); margin-right: 8px; }
.client-card { display: flex; flex-direction: column; justify-content: flex-end; background: var(--forest-deep); color: white; }
.client-card h3 { max-width: 320px; margin: 18px 0; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.client-card p { color: rgba(255,255,255,.6); font-size: 14px; }

.pilot { background: var(--forest-deep); color: white; display: grid; grid-template-columns: 1.4fr .7fr; align-items: center; gap: 9vw; }
.pilot-copy h2 { max-width: 760px; margin: 18px 0 24px; }
.pilot-copy > p:last-child { max-width: 650px; color: rgba(255,255,255,.62); }
.price-card { padding: 36px; border: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; }
.price-card p { margin: 0 0 18px; color: #e0b080; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.price-card strong { font-family: var(--serif); font-size: clamp(2.8rem, 4vw, 4.7rem); font-weight: 400; line-height: 1; }
.price-card > span { margin: 14px 0 34px; color: rgba(255,255,255,.56); font-size: 12px; }
.button-light { background: var(--cream); color: var(--forest-deep); }

.hosts { background: var(--paper); }
.hosts-row { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.hosts-row h2 { margin: 0; }
.hosts-row p { max-width: 580px; margin: 0; color: #5d6b64; font-size: 17px; }

.contact { text-align: center; background: #a86136; color: white; }
.contact h2 { max-width: 900px; margin: 18px auto 22px; }
.contact > p:not(.section-kicker) { max-width: 690px; margin: 0 auto 34px; color: rgba(255,255,255,.75); }
footer { padding: 34px clamp(24px, 7vw, 112px); display: flex; align-items: center; gap: 34px; background: var(--forest-deep); color: rgba(255,255,255,.58); font-size: 11px; }
.brand-footer { margin-right: auto; color: white; }
.brand-footer .brand-mark { border-color: rgba(255,255,255,.6); }
footer p { margin: 0; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 710px; }
  .hero-image { min-height: 62vw; }
  .use-cases, .format { grid-template-columns: 1fr; }
  .section-heading, .format-intro { position: static; }
  .case { grid-template-columns: 36px 1fr; }
  .case p { grid-column: 2; }
  .bring { grid-template-columns: 1fr; }
  .pilot { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { height: 70px; }
  .brand { font-size: 11px; }
  .brand-mark { width: 30px; height: 30px; }
  .header-cta { font-size: 11px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 650px; padding-top: 60px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; margin-bottom: 48px; }
  .hero-facts { gap: 22px; }
  .hero-facts strong { font-size: 20px; }
  .hero-facts span { max-width: 80px; font-size: 9px; }
  .hero-image { min-height: 120vw; }
  .image-note { right: 16px; bottom: 16px; left: 16px; }
  .value-grid { grid-template-columns: 1fr; }
  .statement blockquote { margin-bottom: 54px; }
  .case { padding: 22px 0; }
  .case h3 { font-size: 20px; }
  .timeline li { grid-template-columns: 62px 1fr; gap: 12px; }
  .bring-card, .client-card, .price-card { padding: 30px 24px; }
  .check-list { display: grid; }
  .hosts-row { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  .brand-footer { margin: 0 0 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
