:root {
  --paper: #fbfaf8;
  --ink: #1d1b18;
  --ink-soft: #59524c;
  --night: #030303;
  --bronze: #b67a38;
  --bronze-dark: #8f5721;
  --line: #e7ded3;
  --leaf: #d9bd98;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: min(90vw, 1160px);
  --nav-height: 78px;
  --min-text-size: 14px;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: var(--nav-height); }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 14px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: var(--container); margin-inline: auto; }
.section { position: relative; }
.section--rule { border-top: 1px solid var(--line); }
.eyebrow { margin: 0 0 7px; color: var(--bronze); font-size: 10px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow--light { color: #edcfaa; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .93; }
h1 { margin-bottom: 21px; color: #fff; font-size: clamp(50px, 5vw, 77px); letter-spacing: -.045em; }
h2 { margin-bottom: 15px; font-size: clamp(36px, 3.2vw, 52px); letter-spacing: -.045em; }
h3 { margin-bottom: 5px; font-size: 20px; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 4px; }

.site-header { position: sticky; z-index: 20; top: 0; height: var(--nav-height); border-bottom: 1px solid #e9e7e3; background: rgba(251, 250, 248, .96); backdrop-filter: blur(14px); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #89592e; }
.brand__mark { width: 42px; height: 42px; }
.brand__type { display: grid; line-height: .75; letter-spacing: .09em; }
.brand__type > span { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: .035em; }
.brand__type small { padding-top: 8px; font-size: 9px; font-weight: 600; letter-spacing: .34em; }
.nav__links { display: flex; align-items: center; gap: clamp(22px, 3vw, 50px); font-size: 12px; color: #332f2b; }
.nav__links > a:not(.button) { position: relative; padding: 8px 0; }
.nav__links > a:not(.button)::after { position: absolute; bottom: 3px; left: 0; width: 0; height: 1px; background: var(--bronze); content: ""; transition: width .25s ease; }
.nav__links > a:not(.button):hover::after { width: 100%; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 3px; padding: 0 23px; font-size: 12px; font-weight: 500; transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 38px; padding-inline: 23px; font-size: 11px; }
.button--outline { border-color: var(--bronze); color: #855520; }
.button--outline:hover { background: #f7eee4; }
.button--gold { background: var(--bronze); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.button--gold:hover { background: var(--bronze-dark); }
.button--hero-outline { border-color: #c29358; color: #fff; }
.button--hero-outline:hover { background: rgba(255,255,255,.12); }
.mobile-menu { display: none; }
.mobile-menu summary { display: flex; list-style: none; align-items: center; justify-content: center; width: 45px; height: 45px; color: var(--ink); cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary svg { width: 25px; height: 25px; }

.hero { position: relative; min-height: clamp(405px, 36vw, 570px); overflow: hidden; background: var(--night); }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; }
.hero__veil { display: none; }
.hero__content { position: relative; z-index: 1; padding-top: clamp(84px, 9vw, 144px); }
.hero__subtitle { margin-bottom: 31px; color: #f8f4ef; font-family: var(--serif); font-size: clamp(24px, 2vw, 31px); letter-spacing: -.025em; }
.button-row { display: flex; flex-wrap: wrap; gap: 17px; }
.hero__scroll { position: absolute; z-index: 1; bottom: 17px; left: 50%; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; transform: translateX(-50%); }
.hero__scroll span { width: 29px; height: 1px; background: currentColor; }

.pillars { min-height: 195px; padding: 45px 0 34px; overflow: hidden; }
.pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.pillar { position: relative; display: grid; justify-items: center; padding: 0 30px; text-align: center; }
.pillar + .pillar::before { position: absolute; top: 13px; bottom: 0; left: 0; width: 1px; background: var(--line); content: ""; }
.icon { width: 48px; height: 48px; color: var(--bronze); }
.icon--feature { width: 42px; height: 42px; margin-bottom: 7px; }
.pillar h2 { margin-bottom: 7px; font-size: 22px; }
.pillar p { margin: 0; color: #605a53; font-size: 11px; line-height: 1.45; }
.botanical { position: absolute; z-index: 0; color: var(--leaf); opacity: .67; pointer-events: none; }
.botanical svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.2; }
.botanical img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.botanical--pillars { right: -16px; bottom: -62px; width: 184px; height: 230px; transform: rotate(35deg); }

.ritual { padding: clamp(48px, 6vw, 82px) 0; }
.ritual__grid { display: grid; grid-template-columns: 1.28fr .9fr; align-items: center; gap: clamp(48px, 8vw, 120px); max-width: 940px; }
.image-frame { overflow: hidden; border-radius: 19px; background: #e7ded3; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.ritual__image { aspect-ratio: 1.5 / 1; }
.ritual__image img { object-position: 48% 62%; }
.ritual__copy { padding-top: 3px; }
.ritual__copy h2 { font-size: clamp(40px, 4vw, 58px); }
.ritual-list { display: grid; gap: 8px; margin: 19px 0 20px; padding: 0; list-style: none; font-size: 12px; color: #564f48; }
.ritual-list li { display: flex; align-items: center; gap: 10px; }
.ritual-list span { display: inline-grid; width: 17px; height: 17px; place-items: center; border: 1px solid #d5aa76; border-radius: 50%; color: #ad7537; font-size: 8px; }
.text-link { display: inline-flex; align-items: center; gap: 5px; color: #a66928; font-family: var(--serif); font-size: 16px; border-bottom: 1px solid transparent; }
.text-link:hover { border-bottom-color: currentColor; }
.text-link svg { width: 17px; height: 17px; }

.journey { padding: 26px 0 34px; overflow: hidden; }
.section-heading { position: relative; z-index: 1; }
.section-heading--center { text-align: center; }
.section-heading h2 { margin-bottom: 14px; font-size: clamp(29px, 2.65vw, 40px); }
.journey__steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 760px; margin: 0 auto; }
.journey__steps::before { position: absolute; top: 15px; right: 15.5%; left: 15.5%; border-top: 1px dotted #d9b892; content: ""; }
.step { position: relative; z-index: 1; display: grid; justify-items: center; text-align: center; }
.step__number { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #dec7ab; border-radius: 50%; background: var(--paper); font-family: var(--serif); font-size: 17px; }
.step__arc { display: grid; width: 145px; height: 77px; place-items: center; border: 1px solid #e4cdb0; border-bottom: 0; border-radius: 145px 145px 0 0; margin-top: 1px; padding-top: 11px; }
.step__arc .icon { width: 42px; height: 42px; }
.step h3 { margin: 0 0 3px; font-size: 18px; }
.step p { margin: 0; color: #675f58; font-size: 10px; line-height: 1.3; }
.botanical--journey { top: 15px; left: -20px; width: 180px; height: 236px; transform: rotate(-45deg); }

.circle { padding: clamp(38px, 5vw, 64px) 0 20px; }
.circle__grid { display: grid; grid-template-columns: .78fr 1.48fr; align-items: end; gap: clamp(35px, 7vw, 100px); max-width: 930px; }
.circle__copy { padding-bottom: 4px; }
.circle__copy h2 { font-size: clamp(35px, 3.2vw, 47px); }
.circle__copy > p:not(.eyebrow) { margin-bottom: 16px; color: #625c55; font-size: 12px; }
.circle-card { display: flex; gap: 8px; max-width: 235px; border: 1px solid var(--line); border-radius: 9px; padding: 12px; background: rgba(255,255,255,.3); transition: transform .22s ease, box-shadow .22s ease; }
.circle-card:hover { box-shadow: 0 10px 28px rgba(64,42,15,.09); transform: translateY(-3px); }
.circle-card .icon { flex: 0 0 auto; width: 31px; height: 31px; }
.circle-card span { display: grid; gap: 2px; }
.circle-card strong { font-family: var(--serif); font-size: 19px; font-weight: 500; line-height: 1; }
.circle-card small { color: #625c55; font-size: 9px; line-height: 1.32; }
.circle-card em { display: inline-flex; align-items: center; color: #aa6b2c; font-family: var(--serif); font-size: 14px; font-style: normal; }
.circle-card em svg { width: 15px; height: 15px; }
.circle__image { aspect-ratio: 2.15 / 1; border-radius: 13px; }
.circle__image img { object-position: center 66%; }

.sides { padding: 24px 0 0; }
.sides .section-heading h2 { font-size: clamp(30px, 2.8vw, 42px); }
.sides__diagram { display: grid; grid-template-columns: 1fr .72fr 1fr; align-items: center; max-width: 835px; margin: 0 auto 25px; }
.side-card { display: flex; align-items: center; gap: 13px; }
.side-card--right { justify-content: flex-end; }
.side-card--right .circle-icon { order: 2; }
.side-card h3 { margin: 0 0 4px; font-size: 18px; }
.side-card p { margin: 0; color: #645d56; font-size: 10px; line-height: 1.34; }
.circle-icon { display: grid; width: 72px; height: 72px; flex: 0 0 72px; place-items: center; border: 1px solid #e6cfb3; border-radius: 50%; color: var(--bronze); }
.circle-icon svg { width: 48px; height: 48px; }
.center-mark { position: relative; display: grid; justify-items: center; color: #9e6834; text-align: center; }
.center-mark::before, .center-mark::after { position: absolute; top: 50%; width: 65px; height: 1px; background: #dcb98e; content: ""; }
.center-mark::before { right: calc(100% + 13px); }
.center-mark::after { left: calc(100% + 13px); }
.center-mark svg { width: 39px; height: 39px; }
.center-mark span { font-family: var(--serif); font-size: 20px; line-height: .8; letter-spacing: .04em; }
.center-mark small { display: block; padding-top: 6px; font-family: var(--sans); font-size: 7px; font-weight: 600; letter-spacing: .31em; }
.experience-nav { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding: 13px max(3%, 25px); color: #5a524a; }
.experience-nav a { display: flex; align-items: center; gap: 7px; padding: 4px; font-family: var(--serif); font-size: 14px; transition: color .2s ease; }
.experience-nav a:hover { color: var(--bronze); }
.experience-nav svg { width: 23px; height: 23px; color: var(--bronze); }

.community-cta { padding: 20px 0 42px; }
.community-cta__panel { position: relative; min-height: clamp(188px, 17vw, 275px); overflow: hidden; border-radius: 20px; background: #1a130b; }
.community-cta__panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.community-cta__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,6,2,.9) 0%, rgba(9,6,2,.66) 31%, rgba(9,6,2,.11) 75%); }
.community-cta__content { position: relative; z-index: 1; padding: clamp(23px, 3vw, 43px) clamp(24px, 7vw, 100px); color: #fff; }
.community-cta h2 { margin-bottom: 9px; color: #fff; font-size: clamp(30px, 3vw, 45px); }
.community-cta__content > p:not(.eyebrow) { margin-bottom: 14px; color: #fbf1e5; font-size: 11px; }
.community-cta .button { min-height: 35px; padding-inline: 20px; font-size: 10px; }

.impact { padding: 32px 0; overflow: hidden; }
.impact__grid { display: grid; grid-template-columns: .78fr 1.08fr 1.65fr; align-items: center; gap: 26px; }
.impact__intro h2 { margin: 0; font-size: clamp(35px, 3vw, 45px); }
.product-scene { position: relative; height: 175px; }
.product-scene__image { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.product-pack { position: absolute; z-index: 2; top: 2px; left: 45px; display: grid; width: 105px; height: 146px; place-items: center; align-content: center; gap: 5px; border-radius: 3px 3px 7px 7px; background: linear-gradient(105deg, #f5ede4, #fffdfa 48%, #eee1d1); box-shadow: 5px 10px 17px rgba(59,34,5,.13); color: #9c6d45; text-align: center; transform: rotate(-3deg); }
.product-pack::before { position: absolute; top: -8px; width: 100%; height: 16px; border-radius: 4px 4px 0 0; background: #e8d9c8; content: ""; }
.product-pack svg { width: 33px; height: 33px; }
.product-pack strong { font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: .04em; }
.product-pack small { max-width: 72px; font-size: 6px; font-weight: 600; letter-spacing: .09em; line-height: 1.4; }
.product-cup { position: absolute; bottom: 21px; left: 7px; width: 59px; height: 39px; border-radius: 7px 7px 25px 25px; background: radial-gradient(ellipse at 50% 16%, #4d2313 0 25%, #8d5c39 26% 39%, #e0d2bd 41% 47%, transparent 48%), linear-gradient(120deg, #d9c3a3, #f4eee4 50%, #b99b78); box-shadow: 0 10px 13px rgba(60,30,7,.14); }
.cacao-beans { position: absolute; bottom: 5px; left: 69px; display: flex; gap: 3px; transform: rotate(-13deg); }
.cacao-beans i { display: block; width: 12px; height: 8px; border-radius: 50%; background: #714223; box-shadow: inset 2px 0 0 rgba(255,255,255,.16); }
.impact__items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; text-align: center; }
.impact__items article { display: grid; justify-items: center; }
.impact__items .icon { width: 39px; height: 39px; margin-bottom: 3px; }
.impact__items h3 { margin: 0 0 4px; font-size: 16px; }
.impact__items p { margin: 0; color: #625a52; font-size: 9px; line-height: 1.33; }
.botanical--impact { bottom: -59px; left: -42px; width: 185px; height: 230px; transform: rotate(-43deg); }

.footer { border-top: 1px solid var(--line); padding: 23px 0 16px; }
.footer__top { text-align: center; }
.footer__top h2 { margin: 0 0 4px; font-size: clamp(29px, 2.7vw, 40px); }
.footer__top p { margin-bottom: 24px; color: #645e57; font-size: 10px; }
.footer__bottom { display: grid; grid-template-columns: .85fr 1.65fr .9fr; align-items: end; gap: 35px; }
.footer .brand__mark { width: 33px; height: 33px; }
.footer .brand__type > span { font-size: 20px; }
.footer .brand__type small { padding-top: 7px; font-size: 7px; }
.footer__links { display: grid; grid-auto-flow: column; grid-template-rows: repeat(2, 1fr); gap: 6px 25px; font-size: 8px; color: #514a43; }
.footer__links a:hover { color: var(--bronze); }
.socials { display: flex; align-items: center; justify-content: flex-end; gap: 13px; color: #8f5d2a; }
.socials a { font-family: var(--sans); font-size: 17px; font-weight: 600; }
.socials small { position: absolute; margin-top: 34px; color: #645e57; font-size: 8px; }

[data-reveal] { opacity: 1; transform: none; }

/* The reference is a compact 941px-wide editorial layout. These rules lock its
   visual rhythm while preserving the more spacious tablet and mobile layouts. */
@media (min-width: 861px) {
  .eyebrow { display: none; }
  .site-header .nav { width: calc(100% - 56px); max-width: 1160px; }
  .hero { height: 700px; min-height: 700px; }
  .hero__content {
    display: flex;
    width: calc(100% - 122px);
    height: 100%;
    max-width: 1160px;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
  h1 { margin-bottom: 16px; font-size: clamp(48px, 5.15vw, 74px); }
  .hero__subtitle { margin-bottom: 26px; font-size: clamp(30px, 2.45vw, 36px); }
  .hero .button { min-height: 36px; padding-inline: 21px; font-size: 12px; }
  .button--small { min-height: 27px; padding-inline: 19px; font-size: 9px; }
  .hero__scroll { display: none; }

  .pillars { height: 161px; min-height: 0; padding: 31px 0 23px; }
  .pillar { padding-inline: 22px; }
  .pillar + .pillar::before { top: 7px; }
  .icon--feature { width: 35px; height: 35px; margin-bottom: 3px; }
  .pillar h2 { margin-bottom: 4px; font-size: 19px; }
  .pillar p { font-size: 9px; line-height: 1.35; }
  .botanical--pillars {
    right: max(-11px, calc((100vw - 1160px) / 2 - 130px));
    bottom: -52px;
    width: 142px;
    height: 182px;
  }

  .ritual { height: 243px; padding: 19px 0; overflow: clip; }
  .ritual__grid { width: 650px; height: 205px; grid-template-columns: 340px 266px; max-width: none; gap: 44px; }
  .ritual__image { width: 340px; height: 205px; aspect-ratio: auto; border-radius: 14px; }
  .ritual__copy h2 { margin-bottom: 8px; font-size: 29px; }
  .ritual-list { gap: 4px; margin: 10px 0 10px; font-size: 9px; }
  .ritual-list span { width: 13px; height: 13px; font-size: 7px; }
  .text-link { font-size: 12px; }

  .journey { height: 159px; padding: 12px 0 14px; }
  .section-heading h2 { margin-bottom: 0; font-size: 25px; }
  .journey__steps { max-width: 610px; margin-top: -5px; }
  .journey__steps::before { top: 12px; }
  .step__number { width: 24px; height: 24px; font-size: 14px; }
  .step__arc { width: 122px; height: 61px; padding-top: 6px; }
  .step__arc .icon { width: 31px; height: 31px; }
  .step h3 { margin-top: -1px; font-size: 15px; }
  .step p { font-size: 8px; }
  .botanical--journey {
    top: 10px;
    left: max(-18px, calc((100vw - 1160px) / 2 - 130px));
    width: 128px;
    height: 175px;
  }

  .circle { height: 159px; padding: 8px 0; overflow: clip; }
  .circle__grid { width: 636px; height: 143px; grid-template-columns: 155px 461px; max-width: none; gap: 20px; }
  .circle__copy h2 { margin-bottom: 5px; font-size: 19px; }
  .circle__copy > p:not(.eyebrow) { margin-bottom: 7px; font-size: 8px; }
  .circle-card { max-width: 158px; gap: 5px; border-radius: 6px; padding: 5px; }
  .circle-card .icon { width: 23px; height: 23px; }
  .circle-card strong { font-size: 13px; }
  .circle-card small { font-size: 7px; }
  .circle-card em { font-size: 10px; }
  .circle__image { width: 461px; height: 143px; aspect-ratio: auto; border-radius: 9px; }

  .sides { height: 171px; padding: 14px 0 0; overflow: clip; }
  .sides .section-heading h2 { font-size: 25px; }
  .sides__diagram { max-width: 650px; margin: 4px auto 12px; }
  .circle-icon { width: 49px; height: 49px; flex-basis: 49px; }
  .circle-icon svg { width: 33px; height: 33px; }
  .side-card { gap: 8px; }
  .side-card h3 { margin-bottom: 2px; font-size: 14px; }
  .side-card p { font-size: 8px; }
  .center-mark svg { width: 28px; height: 28px; }
  .center-mark span { font-size: 15px; }
  .center-mark small { padding-top: 4px; font-size: 5px; }
  .center-mark::before, .center-mark::after { width: 46px; }
  .experience-nav { max-width: 720px; margin: 0 auto; padding: 7px 13px; }
  .experience-nav a { gap: 4px; font-size: 10px; }
  .experience-nav svg { width: 16px; height: 16px; }

  .community-cta { height: 147px; padding: 0; }
  .community-cta > .container { width: calc(100% - 52px); height: 147px; max-width: none; }
  .community-cta__panel { height: 147px; min-height: 147px; border-radius: 14px; }
  .community-cta__content { padding: 20px 70px; }
  .community-cta h2 { margin-bottom: 5px; font-size: 28px; }
  .community-cta__content > p:not(.eyebrow) { margin-bottom: 8px; font-size: 8px; }
  .community-cta .button { min-height: 25px; padding-inline: 14px; font-size: 8px; }

  .impact { height: 156px; padding: 19px 0; overflow: clip; }
  .impact__grid { grid-template-columns: .78fr 1.08fr 1.65fr; max-width: 700px; gap: 16px; }
  .impact__intro h2 { font-size: 27px; }
  .product-scene { height: 108px; }
  .impact__items { gap: 7px; }
  .impact__items .icon { width: 28px; height: 28px; margin-bottom: 1px; }
  .impact__items h3 { margin-bottom: 2px; font-size: 11px; }
  .impact__items p { font-size: 7px; }
  .botanical--impact {
    bottom: -42px;
    left: max(-29px, calc((100vw - 1160px) / 2 - 130px));
    width: 126px;
    height: 170px;
  }

  .footer { height: 65px; padding: 4px 0 2px; overflow: clip; }
  .footer__top h2 { margin-bottom: 1px; font-size: 18px; }
  .footer__top p { margin-bottom: 4px; font-size: 6px; }
  .footer__bottom { max-width: 700px; gap: 20px; }
  .footer .brand__mark { width: 21px; height: 21px; }
  .footer .brand__type > span { font-size: 13px; }
  .footer .brand__type small { padding-top: 3px; font-size: 4px; }
  .footer__links { gap: 2px 14px; font-size: 5px; }
  .socials { gap: 8px; }
  .socials a { font-size: 12px; }
  .socials small { margin-top: 23px; font-size: 6px; }
}

@media (max-width: 860px) {
  :root { --container: min(90vw, 680px); }
  .nav__links { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu__panel { position: fixed; z-index: 30; top: var(--nav-height); right: 0; bottom: 0; left: 0; display: grid; align-content: start; gap: 2px; padding: 28px 5vw; background: rgba(251,250,248,.98); animation: mobile-menu-in .24s ease both; }
  .mobile-menu__panel > a:not(.button) { padding: 14px 0; font-family: var(--serif); font-size: 29px; }
  .mobile-menu__panel .button { justify-self: start; margin-top: 14px; }
  .hero__scroll { display: none; }
  .pillars { padding-block: 36px; }
  .ritual__grid { gap: 45px; }
  .circle__grid { grid-template-columns: .82fr 1.18fr; gap: 35px; }
  .impact__grid { grid-template-columns: .7fr 1fr; }
  .impact__items { grid-column: 1 / -1; max-width: 560px; margin: 0 auto; }
}

@keyframes mobile-menu-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
  :root { --container: min(90vw, 460px); --nav-height: 68px; }
  .brand__mark { width: 36px; height: 36px; }
  .brand__type > span { font-size: 21px; }
  .brand__type small { padding-top: 7px; font-size: 8px; }
  .hero { min-height: 550px; }
  .hero__video { object-position: 58% center; }
  .hero__veil { background: linear-gradient(90deg, rgba(0,0,0,.83), rgba(0,0,0,.53)), linear-gradient(0deg, rgba(0,0,0,.75), transparent 65%); }
  .hero__content { padding-top: 115px; }
  h1 { font-size: clamp(48px, 13.2vw, 63px); }
  .hero__subtitle { font-size: 26px; }
  .button-row { gap: 11px; }
  .button { min-height: 44px; padding-inline: 15px; font-size: 11px; }
  .pillars__grid { gap: 30px; grid-template-columns: 1fr; }
  .pillar { padding: 0; }
  .pillar + .pillar::before { top: -15px; right: 20%; bottom: auto; left: 20%; width: auto; height: 1px; }
  .botanical--pillars, .botanical--journey, .botanical--impact { opacity: .3; }
  .botanical--pillars { right: -85px; bottom: -90px; }
  .ritual { padding-block: 54px; }
  .ritual__grid, .circle__grid { grid-template-columns: 1fr; }
  .ritual__grid { gap: 30px; }
  .ritual__image { order: 1; aspect-ratio: 1.25 / 1; }
  .ritual__copy { order: 2; }
  .ritual__copy h2, .circle__copy h2 { font-size: 46px; }
  .journey { padding-block: 46px; }
  .journey__steps { gap: 26px; grid-template-columns: 1fr; }
  .journey__steps::before { top: 38px; bottom: 38px; left: 50%; right: auto; border-top: 0; border-left: 1px dotted #d9b892; }
  .step { grid-template-columns: 36px 88px 1fr; justify-items: start; align-items: center; column-gap: 13px; text-align: left; }
  .step__number { grid-row: 1 / 3; }
  .step__arc { grid-row: 1 / 3; width: 77px; height: 77px; border: 1px solid #e4cdb0; border-radius: 50%; padding: 0; }
  .step h3 { align-self: end; margin: 0; }
  .step p { align-self: start; }
  .circle { padding-block: 48px; }
  .circle__copy { padding: 0; }
  .circle__image { aspect-ratio: 1.48 / 1; }
  .sides { padding-top: 44px; }
  .sides__diagram { gap: 20px; grid-template-columns: 1fr; margin-top: 30px; }
  .side-card, .side-card--right { justify-content: flex-start; }
  .side-card--right .circle-icon { order: 0; }
  .center-mark { order: -1; }
  .center-mark::before, .center-mark::after { width: 80px; }
  .experience-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding-inline: 0; }
  .experience-nav a { display: grid; justify-items: center; gap: 1px; font-size: 12px; text-align: center; }
  .community-cta { padding-block: 25px 47px; }
  .community-cta__panel { min-height: 355px; border-radius: 14px; }
  .community-cta__panel > img { object-position: 66% center; }
  .community-cta__overlay { background: linear-gradient(0deg, rgba(9,6,2,.88), rgba(9,6,2,.05) 80%); }
  .community-cta__content { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px; }
  .impact { padding-block: 45px; }
  .impact__grid { grid-template-columns: 1fr; gap: 16px; }
  .product-scene { height: 155px; }
  .product-pack { left: 38%; }
  .product-cup { left: 21%; }
  .cacao-beans { left: 36%; }
  .impact__items { gap: 18px 5px; }
  .impact__items .icon { width: 35px; height: 35px; }
  .impact__items h3 { font-size: 15px; }
  .footer { padding-block: 35px 25px; }
  .footer__bottom { grid-template-columns: 1fr; justify-items: center; gap: 25px; }
  .footer__links { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); grid-template-rows: none; width: 100%; text-align: center; }
  .socials { justify-content: center; }
  .socials small { position: static; margin: 0 0 0 7px; }
}

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

/* The approved larger editorial treatment for the upper content blocks. */
@media (min-width: 861px) {
  .pillars { height: auto; min-height: 188px; padding-block: 31px 23px; overflow: visible; }
  .pillar p { font-size: 14px; }

  .ritual { height: auto; padding-block: 34px; overflow: visible; }
  .ritual__grid {
    width: min(100%, 900px);
    height: auto;
    grid-template-columns: 500px minmax(0, 1fr);
    align-items: center;
    gap: 84px;
  }
  .ritual__image { width: 500px; height: auto; aspect-ratio: 1.65 / 1; }
  .ritual-list { font-size: 14px; }
  .text-link { font-size: 14px; }

  .botanical--pillars { top: 10px; bottom: auto; width: 220px; height: 282px; }
  .botanical--journey { top: 20px; width: 215px; height: 276px; }

  .journey { height: auto; min-height: 352px; padding-block: 36px 42px; overflow: visible; }
  .journey .section-heading h2 { font-size: 30px; }
  .journey__steps { width: 100%; max-width: 860px; margin-top: 34px; }
  .journey__steps::before { top: 19px; right: 9%; left: 9%; }
  .step__number { width: 38px; height: 38px; font-size: 20px; }
  .step__arc { width: 220px; height: 112px; padding-top: 15px; }
  .step__arc .icon { width: 54px; height: 54px; }
  .step h3 { margin-top: 4px; font-size: 22px; }
  .step p { font-size: 14px; line-height: 1.4; }
}

/* Shared 1160px desktop composition for the lower editorial sections. */
@media (min-width: 861px) {
  .circle > .container,
  .sides > .container,
  .community-cta > .container,
  .impact > .container,
  .footer > .container {
    width: min(calc(100% - 56px), 1160px);
    max-width: 1160px;
  }

  /* Circle */
  .circle { height: auto; min-height: 0; padding: 42px 0 36px; overflow: visible; }
  .circle__grid {
    width: 100%;
    height: auto;
    grid-template-columns: clamp(250px, 26vw, 300px) minmax(0, 1fr);
    align-items: end;
    gap: clamp(32px, 5vw, 64px);
    max-width: none;
  }
  .circle__copy { padding: 0; }
  .circle__copy h2 { margin-bottom: 10px; font-size: clamp(34px, 3vw, 44px); }
  .circle__copy > p:not(.eyebrow) { margin-bottom: 16px; font-size: 14px; line-height: 1.42; }
  .circle-card { width: 100%; max-width: 300px; gap: 10px; border-radius: 10px; padding: 14px; }
  .circle-card .icon { width: 34px; height: 34px; }
  .circle-card strong,
  .circle-card small,
  .circle-card em { font-size: 14px; line-height: 1.35; }
  .circle-card span { gap: 4px; }
  .circle__image { width: 100%; height: auto; aspect-ratio: 3.22 / 1; border-radius: 14px; }

  /* Two sides */
  .sides { height: auto; min-height: 0; padding: 32px 0 0; overflow: visible; }
  .sides .section-heading h2 { font-size: clamp(30px, 2.7vw, 38px); }
  .sides__diagram {
    width: 100%;
    min-height: 102px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1.2fr) minmax(0, 1fr);
    align-items: center;
    max-width: none;
    margin: 20px auto 18px;
  }
  .side-card { gap: 14px; }
  .side-card h3,
  .side-card p { font-size: 14px; line-height: 1.35; }
  .circle-icon { width: 72px; height: 72px; flex-basis: 72px; }
  .circle-icon svg { width: 46px; height: 46px; }
  .center-mark svg { width: 44px; height: 44px; }
  .center-mark {
    height: 96px;
    align-content: center;
  }
  .center-mark span { font-size: 22px; }
  .center-mark small { font-size: 14px; letter-spacing: .18em; }
  .center-mark::before,
  .center-mark::after {
    top: 50%;
    width: clamp(74px, 9vw, 136px);
    transform: translateY(-50%);
  }
  .experience-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .experience-nav a {
    min-height: 48px;
    justify-content: center;
    gap: 7px;
    padding: 8px 12px;
    font-size: 14px;
  }
  .experience-nav a + a { border-left: 1px solid var(--line); }
  .experience-nav svg { width: 21px; height: 21px; }

  /* Community CTA */
  .community-cta { height: auto; min-height: 0; padding: 24px 0 38px; }
  .community-cta > .container {
    width: min(calc(100% - 56px), 1160px);
    height: auto;
    max-width: 1160px;
    margin-inline: auto;
  }
  .community-cta__panel {
    min-height: 280px;
    height: auto;
    aspect-ratio: auto;
    border-radius: 18px;
  }
  .community-cta__panel > img { object-position: center 54%; }
  .community-cta__overlay { background: linear-gradient(90deg, rgba(9, 6, 2, .91) 0%, rgba(9, 6, 2, .68) 33%, rgba(9, 6, 2, .10) 76%); }
  .community-cta__content {
    display: flex;
    width: min(32%, 360px);
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 24px 28px;
  }
  .community-cta h2 { margin-bottom: 7px; font-size: clamp(27px, 2.5vw, 34px); }
  .community-cta__content > p:not(.eyebrow) { margin-bottom: 10px; font-size: 14px; line-height: 1.4; }
  .community-cta .button { min-height: 36px; padding-inline: 17px; font-size: 14px; }

  /* Impact */
  .impact { height: auto; min-height: 0; padding: 38px 0; overflow: visible; }
  .impact__grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 2.1fr) minmax(230px, 3.2fr) minmax(0, 6.7fr);
    align-items: center;
    max-width: none;
    gap: 32px;
  }
  .impact__intro h2 { font-size: clamp(32px, 2.8vw, 42px); }
  .product-scene { height: clamp(150px, 14vw, 190px); }
  .impact__items { gap: 14px; }
  .impact__items .icon { width: 44px; height: 44px; margin-bottom: 5px; }
  .impact__items h3,
  .impact__items p { font-size: 14px; line-height: 1.35; }
  .botanical--impact {
    z-index: 0;
    bottom: -68px;
    left: max(-70px, calc((100vw - 1160px) / 2 - 90px));
    width: 225px;
    height: 280px;
  }

  /* Footer */
  .footer { height: auto; min-height: 0; padding: 28px 0 24px; overflow: visible; }
  .footer__top h2 { margin-bottom: 6px; font-size: clamp(28px, 2.5vw, 36px); }
  .footer__top p { margin-bottom: 20px; font-size: 14px; }
  .footer__bottom { grid-template-columns: .9fr 1.7fr .9fr; align-items: center; max-width: none; gap: 36px; }
  .footer .brand__mark { width: 36px; height: 36px; }
  .footer .brand__type > span { font-size: 22px; }
  .footer .brand__type small { font-size: 14px; letter-spacing: .2em; }
  .footer__links { gap: 8px 24px; font-size: 14px; }
  .socials { flex-wrap: wrap; gap: 14px; }
  .socials a { font-size: 18px; }
  .socials small { position: static; flex-basis: 100%; margin: 0; font-size: 14px; text-align: right; }
}
