:root {
  --ink: #13231f;
  --forest: #173b32;
  --forest-2: #245245;
  --lake: #2b6c78;
  --cream: #f4efe5;
  --paper: #fbfaf6;
  --sand: #d7bd86;
  --rust: #c66b45;
  --sage: #aab99f;
  --muted: #66736d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(19,35,31,.14);
  --radius: 26px;
  --radius-sm: 16px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: .25s ease;
}
.site-header.scrolled {
  background: rgba(251,250,246,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(19,35,31,.08);
}
.nav {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display:flex; align-items:center; gap:13px; font-weight:800; letter-spacing:-.03em; }
.brand-mark {
  width: 43px; height: 43px; border-radius: 50% 50% 45% 55%;
  display:grid; place-items:center; color:#fff;
  background: linear-gradient(140deg, var(--rust), var(--forest));
  box-shadow: 0 8px 30px rgba(19,35,31,.2);
}
.brand-mark svg { width: 24px; height: 24px; }
.brand-text { line-height:1.05; }
.brand-text small { display:block; font-size:.67rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; opacity:.62; margin-top:3px; }
.nav-links { display:flex; align-items:center; gap:6px; }
.nav-links a { padding:11px 15px; border-radius:999px; font-weight:700; font-size:.93rem; }
.nav-links a:hover, .nav-links a.active { background: rgba(23,59,50,.08); }
.nav-links .shop-link { background: var(--ink); color:#fff; margin-left:6px; }
.menu-btn { display:none; width:46px; height:46px; border:0; border-radius:50%; background:var(--ink); color:#fff; cursor:pointer; }
.menu-btn svg { width:22px; }

.hero {
  min-height: 96vh;
  padding: 128px 0 56px;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.hero::before {
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(15,34,29,.82) 0%, rgba(15,34,29,.56) 38%, rgba(15,34,29,.16) 70%, rgba(15,34,29,.1) 100%),
    url('https://images.unsplash.com/photo-1690317267837-6bc037afc3ea?auto=format&fit=crop&fm=jpg&q=82&w=2200') center/cover no-repeat;
}
.hero::after {
  content:""; position:absolute; inset:auto -7vw -15vw auto; width:42vw; height:42vw; border-radius:50%;
  border:1px solid rgba(255,255,255,.22); box-shadow: 0 0 0 70px rgba(255,255,255,.04),0 0 0 140px rgba(255,255,255,.025);
}
.hero-inner { position:relative; z-index:2; color:#fff; width:min(800px, 92%); }
.eyebrow { display:flex; align-items:center; gap:10px; font-size:.78rem; text-transform:uppercase; letter-spacing:.18em; font-weight:800; }
.eyebrow::before { content:""; width:34px; height:2px; background:currentColor; opacity:.75; }
.hero h1, .page-hero h1 { font-size:clamp(3.4rem, 8vw, 7.4rem); line-height:.91; letter-spacing:-.07em; margin:24px 0 28px; max-width:980px; }
.hero h1 em { font-style:normal; color:#edd6a4; }
.hero p { font-size:clamp(1.05rem, 2vw, 1.32rem); max-width:680px; color:rgba(255,255,255,.84); }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:34px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:14px 20px; border-radius:999px; font-weight:800; border:1px solid transparent; transition:.2s ease; }
.btn-primary { background:#fff; color:var(--ink); }
.btn-primary:hover { transform:translateY(-2px); }
.btn-ghost { border-color:rgba(255,255,255,.55); color:#fff; background:rgba(255,255,255,.07); backdrop-filter:blur(8px); }
.btn-dark { background:var(--ink); color:#fff; }
.btn-outline { border-color:rgba(19,35,31,.2); }

.hero-facts { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:58px; max-width:650px; background:rgba(255,255,255,.25); border-radius:18px; overflow:hidden; border:1px solid rgba(255,255,255,.22); }
.hero-facts div { background:rgba(10,26,22,.42); padding:15px 18px; backdrop-filter:blur(8px); }
.hero-facts strong { display:block; font-size:1.05rem; }
.hero-facts span { font-size:.78rem; color:rgba(255,255,255,.72); }

.section { padding:110px 0; }
.section.alt { background: var(--cream); }
.section.dark { background:var(--ink); color:#fff; }
.section-head { display:grid; grid-template-columns:.8fr 1.2fr; align-items:end; gap:60px; margin-bottom:50px; }
.section-head h2 { font-size:clamp(2.5rem, 5vw, 5rem); line-height:.96; letter-spacing:-.055em; margin:0; }
.section-head p { max-width:620px; margin:0; font-size:1.08rem; color:var(--muted); }
.dark .section-head p { color:rgba(255,255,255,.66); }

.editorial-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:22px; align-items:stretch; }
.photo-card { min-height:600px; border-radius:var(--radius); overflow:hidden; position:relative; box-shadow:var(--shadow); }
.photo-card img { transition:transform .7s ease; }
.photo-card:hover img { transform:scale(1.025); }
.photo-card .overlay { position:absolute; inset:auto 0 0; padding:40px; color:#fff; background:linear-gradient(transparent, rgba(10,26,22,.82)); }
.photo-card h3 { font-size:2.2rem; letter-spacing:-.04em; line-height:1.03; margin:7px 0 0; }
.story-stack { display:grid; gap:22px; }
.story { background:#fff; border-radius:var(--radius); padding:38px; min-height:285px; display:flex; flex-direction:column; justify-content:space-between; }
.story.rust { background:var(--rust); color:#fff; }
.story.sage { background:#dfe7dc; }
.story .num { font-size:.8rem; font-weight:900; letter-spacing:.16em; opacity:.6; }
.story h3 { font-size:2rem; line-height:1.04; letter-spacing:-.04em; margin:32px 0 12px; }
.story p { margin:0; }

.image-strip { display:grid; grid-template-columns:1.35fr .75fr .9fr; gap:15px; height:510px; }
.image-strip figure { margin:0; border-radius:22px; overflow:hidden; position:relative; }
.image-strip figure:nth-child(2) { margin-top:65px; }
.image-strip figure:nth-child(3) { margin-bottom:65px; }

.article-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.article-card { background:#fff; border:1px solid rgba(19,35,31,.09); border-radius:22px; overflow:hidden; transition:.25s ease; }
.article-card:hover { transform:translateY(-5px); box-shadow:0 25px 60px rgba(19,35,31,.09); }
.article-card .thumb { height:235px; overflow:hidden; }
.article-card .body { padding:26px; }
.kicker { color:var(--rust); text-transform:uppercase; font-size:.72rem; font-weight:900; letter-spacing:.13em; }
.article-card h3 { font-size:1.55rem; line-height:1.08; letter-spacing:-.035em; margin:10px 0 13px; }
.article-card p { color:var(--muted); margin:0; font-size:.96rem; }

.quote-band { background:var(--sand); padding:78px 0; }
.quote-band blockquote { margin:0; font-weight:750; font-size:clamp(2rem,4.5vw,4.5rem); letter-spacing:-.045em; line-height:1.02; max-width:1050px; }
.quote-band span { display:block; margin-top:24px; font-size:.88rem; text-transform:uppercase; letter-spacing:.14em; font-weight:800; }

.split { display:grid; grid-template-columns:1fr 1fr; gap:65px; align-items:center; }
.split .image { min-height:620px; border-radius:var(--radius); overflow:hidden; }
.split h2 { font-size:clamp(2.6rem,5vw,5rem); line-height:.96; letter-spacing:-.055em; margin:0 0 26px; }
.split .lead { font-size:1.18rem; color:var(--muted); }
.check-list { display:grid; gap:15px; margin:28px 0 0; }
.check { display:grid; grid-template-columns:38px 1fr; gap:13px; align-items:start; }
.check b { width:38px; height:38px; border-radius:12px; display:grid; place-items:center; background:var(--forest); color:#fff; }
.check h4 { margin:0 0 3px; }
.check p { margin:0; color:var(--muted); font-size:.94rem; }

.cta-panel { margin:80px auto 0; background:var(--forest); color:#fff; border-radius:32px; padding:50px; display:grid; grid-template-columns:1fr auto; gap:30px; align-items:center; overflow:hidden; position:relative; }
.cta-panel::after { content:""; position:absolute; width:240px; height:240px; border-radius:50%; background:var(--rust); right:-80px; top:-120px; opacity:.7; }
.cta-panel h3 { margin:0 0 8px; font-size:2.2rem; line-height:1.05; letter-spacing:-.04em; }
.cta-panel p { margin:0; color:rgba(255,255,255,.72); max-width:650px; }
.cta-panel .btn { position:relative; z-index:2; background:#fff; color:var(--ink); }

.page-hero { padding:160px 0 75px; background:var(--cream); }
.page-hero .eyebrow { color:var(--rust); }
.page-hero h1 { margin-bottom:24px; max-width:1050px; }
.page-hero p { font-size:1.2rem; max-width:760px; color:var(--muted); }

.feature-hero { height:67vh; min-height:540px; position:relative; overflow:hidden; }
.feature-hero img { position:absolute; inset:0; }
.feature-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 40%,rgba(19,35,31,.75)); }
.feature-caption { position:absolute; z-index:2; inset:auto 0 0; color:#fff; padding:55px max(20px, calc((100vw - var(--max))/2)); }
.feature-caption strong { font-size:clamp(2rem,4vw,4rem); letter-spacing:-.05em; }

.longread { display:grid; grid-template-columns:250px 1fr; gap:75px; padding:100px 0; }
.sticky-note { position:sticky; top:120px; align-self:start; padding:22px 0; border-top:2px solid var(--ink); border-bottom:1px solid rgba(19,35,31,.15); }
.sticky-note span { display:block; font-size:.72rem; font-weight:900; letter-spacing:.15em; text-transform:uppercase; color:var(--rust); margin-bottom:10px; }
.longread-content h2 { font-size:clamp(2.3rem,4vw,4.2rem); letter-spacing:-.05em; line-height:1; margin:0 0 30px; }
.longread-content h3 { font-size:1.7rem; letter-spacing:-.03em; margin:50px 0 10px; }
.longread-content p { font-family: Georgia, 'Times New Roman', serif; font-size:1.22rem; line-height:1.83; color:#33413d; }
.longread-content .note { font-family:inherit; background:#e7eee9; border-radius:18px; padding:25px 28px; font-size:1rem; line-height:1.6; margin:30px 0; }

.station-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; counter-reset:station; }
.station { counter-increment:station; background:#fff; border-radius:20px; padding:25px; border:1px solid rgba(19,35,31,.08); display:grid; grid-template-columns:50px 1fr; gap:16px; }
.station::before { content:counter(station, decimal-leading-zero); width:50px; height:50px; border-radius:50%; display:grid; place-items:center; background:var(--ink); color:#fff; font-weight:900; }
.station h4 { margin:2px 0 5px; font-size:1.1rem; }
.station p { margin:0; color:var(--muted); font-size:.92rem; }

.wellness-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.wellness-card { border-radius:var(--radius); padding:34px; min-height:340px; background:#e8ede2; display:flex; flex-direction:column; justify-content:space-between; }
.wellness-card:nth-child(2) { background:#d9e7e7; }
.wellness-card:nth-child(3) { background:#f0ddce; }
.wellness-card:nth-child(4) { background:#eadfba; }
.wellness-card .icon { width:54px; height:54px; border-radius:16px; display:grid; place-items:center; background:rgba(255,255,255,.65); font-size:1.4rem; }
.wellness-card h3 { margin:48px 0 8px; font-size:2rem; letter-spacing:-.04em; }
.wellness-card p { margin:0; max-width:470px; }

.shop-shell { min-height:72vh; display:grid; place-items:center; padding:145px 0 90px; background:
radial-gradient(circle at 18% 20%, rgba(198,107,69,.18), transparent 32%),
radial-gradient(circle at 83% 75%, rgba(43,108,120,.17), transparent 31%),
var(--cream); }
.shop-card { width:min(calc(100% - 40px), 1000px); border-radius:36px; padding:65px; background:rgba(255,255,255,.75); border:1px solid rgba(19,35,31,.1); backdrop-filter:blur(10px); box-shadow:var(--shadow); text-align:center; }
.shop-symbol { width:82px; height:82px; border-radius:50%; display:grid; place-items:center; margin:0 auto 25px; background:var(--ink); color:#fff; }
.shop-symbol svg { width:34px; }
.shop-card h1 { font-size:clamp(3rem,7vw,6.8rem); line-height:.9; letter-spacing:-.065em; margin:0 0 25px; }
.shop-card p { max-width:670px; margin:0 auto; font-size:1.13rem; color:var(--muted); }
.shop-categories { display:flex; justify-content:center; flex-wrap:wrap; gap:9px; margin-top:32px; }
.shop-categories span { padding:10px 14px; border-radius:999px; background:#eef0e9; font-size:.86rem; font-weight:700; }
.shop-note { margin-top:30px; font-size:.84rem !important; }

.site-footer { background:#0d1c18; color:#fff; padding:75px 0 30px; }
.footer-grid { display:grid; grid-template-columns:1.4fr .7fr .7fr; gap:60px; padding-bottom:55px; }
.footer-brand p { max-width:490px; color:rgba(255,255,255,.62); }
.footer-col h4 { font-size:.78rem; text-transform:uppercase; letter-spacing:.14em; color:var(--sand); }
.footer-col a { display:block; margin:9px 0; color:rgba(255,255,255,.72); }
.footer-col a:hover { color:#fff; }
.footer-bottom { padding-top:24px; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.5); font-size:.82rem; }
.footer-bottom p { margin:0; }

.reveal { opacity:0; transform:translateY(18px); transition:.7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 900px) {
  .nav { height:72px; }
  .nav-links { position:fixed; top:72px; left:20px; right:20px; display:none; flex-direction:column; align-items:stretch; background:rgba(251,250,246,.98); border:1px solid rgba(19,35,31,.1); padding:12px; border-radius:20px; box-shadow:var(--shadow); }
  .nav-links.open { display:flex; }
  .nav-links a { text-align:center; }
  .nav-links .shop-link { margin-left:0; }
  .menu-btn { display:grid; place-items:center; }
  .hero { min-height:88vh; padding-top:110px; }
  .hero::before { background:linear-gradient(0deg, rgba(15,34,29,.88), rgba(15,34,29,.24)), url('https://images.unsplash.com/photo-1690317267837-6bc037afc3ea?auto=format&fit=crop&fm=jpg&q=82&w=1400') 58% center/cover no-repeat; }
  .hero h1, .page-hero h1 { font-size:clamp(3.1rem,14vw,5.2rem); }
  .hero-facts { grid-template-columns:1fr; max-width:350px; }
  .section { padding:78px 0; }
  .section-head, .editorial-grid, .split, .longread, .footer-grid { grid-template-columns:1fr; gap:34px; }
  .story-stack { grid-template-columns:1fr 1fr; }
  .photo-card { min-height:490px; }
  .image-strip { grid-template-columns:1fr 1fr; height:620px; }
  .image-strip figure:first-child { grid-column:1/-1; }
  .image-strip figure:nth-child(2), .image-strip figure:nth-child(3) { margin:0; }
  .article-grid { grid-template-columns:1fr 1fr; }
  .sticky-note { position:static; }
  .cta-panel { grid-template-columns:1fr; padding:38px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
}

@media (max-width: 620px) {
  .container, .narrow { width:min(calc(100% - 28px), var(--max)); }
  .brand-text { font-size:.92rem; }
  .brand-text small { font-size:.57rem; }
  .hero { padding-bottom:34px; }
  .hero h1 { margin-top:18px; }
  .hero p { font-size:1rem; }
  .hero-actions .btn { width:100%; }
  .section-head { gap:22px; }
  .section-head h2 { font-size:2.65rem; }
  .story-stack, .article-grid, .station-grid, .wellness-grid { grid-template-columns:1fr; }
  .story { min-height:250px; }
  .photo-card { min-height:420px; }
  .photo-card .overlay { padding:26px; }
  .image-strip { height:auto; grid-template-columns:1fr; }
  .image-strip figure { height:280px; }
  .image-strip figure:first-child { height:390px; }
  .split .image { min-height:430px; }
  .feature-hero { min-height:500px; }
  .longread { padding:70px 0; gap:28px; }
  .longread-content p { font-size:1.12rem; }
  .shop-card { padding:45px 24px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}
