@font-face {
  font-family: "Balkist";
  src: url("assets/fonts/balkist-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Balkist";
  src: url("assets/fonts/balkist-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Balkist";
  src: url("assets/fonts/balkist-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Balkist";
  src: url("assets/fonts/balkist-medium-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

:root {
  --forest: #102820;
  --forest-2: #0a1b16;
  --olive: #718156;
  --leaf: #b7c879;
  --ink: #1d2521;
  --muted: #5d625d;
  --ivory: #f6f0e4;
  --paper: #eee6d8;
  --sage: #dce2d3;
  --line: rgba(16, 40, 32, .2);
  --line-light: rgba(247, 243, 233, .28);
  --display: "Balkist", Georgia, serif;
  --serif: "Balkist", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: 1300px;
  --hero-container: 1540px;
  --gutter: clamp(1.5rem, 3.5vw, 4.5rem);
  --section-pad: clamp(5.5rem, 7vw, 7rem);
  --space-2xs: .5rem;
  --space-xs: .75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.25rem;
  --space-xl: 3.5rem;
  --space-2xl: 5rem;
  --type-display-xl: 4rem;
  --type-display-lg: 3.55rem;
  --type-card: 2.2rem;
  --measure-copy: 620px;
  --radius-card: 14px;
  --shadow: 0 28px 70px rgba(17, 33, 26, .13);
  --ease: 520ms cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--ivory); font-family: var(--sans); line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
section { scroll-margin-top: 96px; }
::selection { color: var(--ivory); background: var(--forest); }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; padding: .8rem 1rem; color: var(--ivory); background: var(--forest); }
.skip-link:focus { top: 1rem; }

.section { position: relative; padding: var(--section-pad) max(var(--gutter), calc((100% - var(--container))/2)); }
.eyebrow { display: flex; align-items: center; gap: 1.1rem; margin-bottom: clamp(1.35rem, 2.2vw, 2rem); color: var(--forest); font-size: .65rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow span { width: 68px; height: 1px; background: currentColor; opacity: .42; }
.eyebrow.light { color: var(--ivory); }
h1, h2 { margin-bottom: 1.8rem; color: var(--forest); font-family: var(--display); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--olive); font-family: var(--display); font-weight: 400; }
h2 { font-size: var(--type-display-xl); }
h3 { font-family: var(--serif); font-weight: 400; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-width: 230px; padding: 1rem 1.45rem; border: 1px solid transparent; border-radius: 100px; font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: transform var(--ease), background var(--ease), color var(--ease); }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1rem; }
.button-dark { color: var(--ivory); background: var(--forest); box-shadow: 0 16px 35px rgba(16,40,32,.16); }
.button-dark:hover { background: var(--olive); }
.button-light { color: var(--forest-2); background: var(--paper); }
.button-light:hover { background: var(--leaf); }
.button-outline { color: var(--forest); border-color: rgba(16,40,32,.42); }
.button-outline:hover { color: var(--ivory); background: var(--forest); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 850ms cubic-bezier(.2,.75,.2,1), transform 850ms cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 108px; display: flex; align-items: center; gap: 2.5rem; padding-inline: max(var(--gutter), calc((100% - var(--hero-container)) / 2)); border-bottom: 1px solid transparent; transition: background var(--ease), height var(--ease), border var(--ease); }
.site-header.scrolled { height: 86px; border-color: rgba(16,40,32,.1); background: rgba(247,243,233,.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: flex-start; color: var(--forest); font-family: var(--display); font-size: 2rem; font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.brand svg { width: 23px; margin: -10px 0 0 3px; fill: none; stroke: currentColor; stroke-width: 1.25; }
.desktop-nav { display: flex; gap: clamp(1.4rem, 3vw, 3.5rem); margin-left: auto; }
.desktop-nav a { font-size: .62rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.nav-cta { display: inline-flex; align-items: center; gap: 1.8rem; padding: .9rem 1.4rem; border: 1px solid rgba(16,40,32,.45); border-radius: 100px; font-size: .62rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.menu-button { width: 46px; height: 46px; display: none; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-button i { position: absolute; width: 18px; height: 1px; background: var(--forest); transition: var(--ease); }
.menu-button i:first-child { transform: translateY(-4px); }
.menu-button i:last-child { transform: translateY(4px); }
.menu-button.open i:first-child { transform: rotate(45deg); }
.menu-button.open i:last-child { transform: rotate(-45deg); }
.mobile-nav { position: absolute; top: 86px; left: var(--gutter); right: var(--gutter); display: none; padding: 1px; background: var(--line); box-shadow: var(--shadow); }
.mobile-nav a { padding: 1.15rem; background: var(--ivory); font-size: .67rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.mobile-nav.open { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; }

/* Hero */
.hero { position: relative; height: clamp(800px, 61vw, 900px); min-height: 800px; overflow: hidden; background: radial-gradient(circle at 21% 30%, #fffcf4 0, #f8f2e6 48%, #eee5d6 100%); }
.hero::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,252,245,.35), transparent 44%, rgba(223,211,189,.12)); }
.hero-foliage-depth { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .3; pointer-events: none; filter: saturate(.78) blur(.5px); }
.hero-frame { position: relative; z-index: 2; width: min(calc(100% - var(--gutter) * 2), var(--hero-container)); height: 100%; margin-inline: auto; padding-top: 154px; }
.hero-copy { position: relative; z-index: 10; width: 47%; max-width: 640px; }
.hero h1 { margin-bottom: 1.35rem; font-size: 4rem; line-height: 1.08; letter-spacing: -.09em; }
.hero h1 > span { display: block; white-space: nowrap; }
.hero h1 em { color: var(--olive); font-family: var(--display); font-style: italic; font-weight: 400; }
.hero .lede { max-width: 465px; color: #424a45; font-family: var(--serif); font-size: 1.03rem; line-height: 1.7; letter-spacing: -1.1px; font-weight: 400; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 1.9rem; }
.hero .button { min-width: 225px; padding: 1rem 1.45rem; }
.hero-art { position: absolute; z-index: 2; left: 39%; right: -1%; top: 50px; bottom: 52px; pointer-events: none; }
.floating-island { position: absolute; right: -5%; bottom: 0; width: 114%; max-width: none; height: auto; object-fit: contain; object-position: right bottom; filter: saturate(.88) contrast(.98); }
.floating-island-back { z-index: 3; }
.floating-island-front { z-index: 7; clip-path: inset(57% 0 0 0); pointer-events: none; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(113,129,86,.33); border-radius: 50%; pointer-events: none; }
.orbit-a { right: max(-80px, calc((100% - var(--container)) / 2 - 80px)); top: 86px; width: min(670px, 48vw); aspect-ratio: 1; }
.orbit-b { right: max(185px, calc((100% - var(--container)) / 2 + 160px)); top: 420px; width: 320px; aspect-ratio: 1; opacity: .72; }
.hero-browser { position: absolute; z-index: 5; right: 4%; top: 17%; width: min(76%, 680px); overflow: hidden; border: 1px solid rgba(16,40,32,.24); border-radius: 13px; background: rgba(247,243,233,.96); box-shadow: 0 32px 72px rgba(16,40,32,.2); transform: perspective(1500px) rotateY(-1.4deg) rotateZ(-2.1deg); transform-origin: 55% 100%; }
.browser-top { height: 44px; display: flex; align-items: center; gap: 5px; padding: 0 15px; border-bottom: 1px solid rgba(16,40,32,.12); }
.browser-top i { width: 6px; height: 6px; border-radius: 50%; background: var(--olive); opacity: .55; }
.browser-top b { margin-left: 14px; color: var(--forest); font-family: var(--display); font-size: 1rem; font-weight: 500; }
.browser-top span { margin-left: auto; color: var(--muted); font-size: .43rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.browser-screen { aspect-ratio: 16 / 9; min-height: 0; overflow: hidden; background: #27372d; }
.browser-screen img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-card { position: absolute; z-index: 8; right: -1%; top: 42%; width: 200px; min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.55rem; border: 1px solid rgba(16,40,32,.18); border-radius: 12px; background: rgba(248,243,233,.94); box-shadow: 0 22px 55px rgba(16,40,32,.14); backdrop-filter: blur(14px); }
.hero-card { pointer-events: auto; }
.hero-card p { margin: 0; color: var(--forest); font-family: var(--serif); font-size: 1rem; font-style: italic; line-height: 1.35; }
.hero-card a { display: flex; justify-content: space-between; padding-top: .8rem; border-top: 1px solid var(--line); color: var(--forest); font-size: .5rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero-pillars { position: absolute; z-index: 10; left: 0; bottom: 34px; width: 445px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding-top: 1.6rem; border-top: 1px solid rgba(16,40,32,.3); }
.hero-pillars span { color: var(--forest); text-transform: uppercase; }
.hero-pillars b, .hero-pillars small { display: block; }
.hero-pillars b { font-size: .56rem; font-weight: 600; letter-spacing: .17em; line-height: 1.4; }
.hero-pillars small { margin-top: .3rem; color: var(--muted); font-size: .46rem; font-weight: 500; letter-spacing: .13em; line-height: 1.4; }
.hero-side-note { position: absolute; z-index: 10; right: 0; top: 174px; margin: 0; color: var(--forest); font-size: .54rem; font-weight: 600; letter-spacing: .22em; line-height: 1.7; text-transform: uppercase; }
.hero-side-note i { display: block; width: 1px; height: 30px; margin: 10px auto 0; background: rgba(16,40,32,.45); }

/* Shared section intros */
.section-intro { position: relative; z-index: 5; width: min(100%, var(--container)); display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: clamp(3rem, 8vw, 8rem); margin-inline: auto; }
.section-intro h2 { margin-bottom: 0; }
.section-intro > div:last-child > p { max-width: 520px; color: var(--muted); font-family: var(--serif); font-size: 1.2rem; line-height: 1.38; }
.section-intro .button { margin-top: .7rem; }

/* Services */
.services { isolation: isolate; overflow: hidden; padding-top: clamp(4.8rem, 6vw, 6.25rem); padding-bottom: 2rem; background: var(--ivory); }
.services-atmosphere { position: absolute; z-index: 0; inset: 0 0 auto; height: 680px; pointer-events: none; }
.services-top-branch { position: absolute; z-index: 2; top: -75px; right: max(0px, calc((100vw - var(--container))/2 - 20px)); width: min(1050px, 70vw); max-width: none; filter: saturate(.82) contrast(.96) drop-shadow(0 22px 25px rgba(26,38,25,.08)); }
.services-orbit { position: absolute; z-index: 1; top: 36px; right: max(10px, calc((100vw - var(--container))/2 - 70px)); width: 475px; aspect-ratio: 1; border: 1px solid rgba(16,40,32,.18); border-radius: 50%; }
.services-soft-foliage { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .22; filter: saturate(.65); }
.services-hero { position: relative; z-index: 3; width: min(100%, var(--container)); min-height: 465px; margin-inline: auto; }
.services-heading { width: min(820px, 66%); }
.services-heading h2 { max-width: 810px; margin: 2.2rem 0 1.2rem; font-size: var(--type-display-lg); line-height: .97; letter-spacing: -.06em; }
.services-heading > p:not(.eyebrow) { max-width: 560px; margin-bottom: 1.35rem; color: var(--muted); font-family: var(--serif); font-size: 1.05rem; line-height: 1.42; }
.services-heading .button { min-width: 225px; }
.services-mantra { position: absolute; z-index: 4; right: 2.2%; top: 84px; margin: 0; padding: .45rem .55rem; color: var(--forest); background: rgba(247,243,233,.62); backdrop-filter: blur(7px); font-size: .53rem; font-weight: 600; letter-spacing: .2em; line-height: 1.8; text-transform: uppercase; }
.services-mantra i { display: block; width: 38px; height: 1px; margin-top: 1rem; background: rgba(16,40,32,.55); }
.services-carousel { position: relative; z-index: 5; width: min(100%, var(--container)); margin: .75rem auto 0; }
.service-tabs { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(16,40,32,.18); border-bottom: 1px solid rgba(16,40,32,.18); }
.service-tab { position: relative; min-width: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .65rem; padding: 1.05rem .8rem 1rem; border: 0; background: transparent; color: rgba(16,40,32,.48); cursor: pointer; font: inherit; text-align: left; transition: color var(--ease), background var(--ease); }
.service-tab + .service-tab { border-left: 1px solid rgba(16,40,32,.12); }
.service-tab:hover, .service-tab:focus-visible { color: var(--forest); background: rgba(113,129,86,.055); outline: none; }
.service-tab small { font-size: .49rem; font-weight: 600; letter-spacing: .14em; }
.service-tab span { overflow: hidden; font-family: var(--serif); font-size: .96rem; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.service-tab.active { color: var(--forest); background: rgba(113,129,86,.075); }
.service-tabs-indicator { position: absolute; left: 0; bottom: -1px; width: calc(100% / 6); height: 2px; background: var(--olive); transform: translateX(calc(var(--service-index, 0) * 100%)); transition: transform 550ms cubic-bezier(.22,.75,.2,1); }
.service-panels { position: relative; margin-top: 1.25rem; }
.service-slide { position: relative; min-height: 470px; overflow: hidden; display: grid; grid-template-columns: minmax(370px, 40%) 1fr 145px; align-items: stretch; border: 1px solid rgba(16,40,32,.17); border-radius: var(--radius-card); background: #e9e3d5; box-shadow: 0 24px 65px rgba(20,37,29,.1); animation: serviceReveal 650ms cubic-bezier(.2,.7,.2,1) both; }
.service-slide[hidden] { display: none; }
@keyframes serviceReveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.service-slide-bg { position: absolute; z-index: 0; inset: 0; background-image: linear-gradient(90deg, rgba(247,243,233,.99) 0%, rgba(247,243,233,.97) 29%, rgba(247,243,233,.72) 43%, rgba(11,29,23,.04) 63%, rgba(7,20,16,.78) 100%), url("assets/botanical/envision-case-environment-phase1.png"); background-position: center, 56% 50%; background-size: cover; filter: saturate(.7) contrast(.96); }
.service-slide::after { content: ""; position: absolute; z-index: 1; inset: auto 0 0 31%; height: 32%; background: linear-gradient(0deg, rgba(14,31,23,.24), transparent); pointer-events: none; }
.service-slide-copy { position: relative; z-index: 4; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2.2rem, 4vw, 4rem) 1.4rem clamp(2.2rem, 4vw, 4rem) clamp(2.2rem, 4vw, 4rem); }
.service-slide-copy .eyebrow { margin-bottom: 1.45rem; }
.service-slide-copy h3 { margin-bottom: .55rem; color: var(--forest); font-size: 3.15rem; line-height: .9; letter-spacing: -.06em; }
.service-slide-copy h4 { margin: 0 0 1rem; color: var(--forest); font-family: var(--sans); font-size: .93rem; font-weight: 500; letter-spacing: .01em; }
.service-slide-copy > p:not(.eyebrow) { max-width: 410px; margin-bottom: 1.5rem; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.service-slide-copy .button { min-width: 205px; margin-top: .15rem; padding-block: .9rem; }
.service-visual { position: relative; z-index: 3; min-width: 0; }
.service-proof-rail { position: relative; z-index: 4; display: grid; grid-template-rows: repeat(3, 1fr); padding: 2.1rem 1.5rem 2rem 1rem; color: var(--ivory); }
.service-proof-rail span { display: flex; flex-direction: column; justify-content: center; gap: .35rem; border-bottom: 1px solid rgba(247,243,233,.25); font-size: .5rem; font-weight: 600; letter-spacing: .13em; line-height: 1.45; text-transform: uppercase; }
.service-proof-rail span:last-child { border-bottom: 0; }
.service-proof-rail b { color: white; font-family: var(--display); font-size: 2.15rem; font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.mock-laptop { position: absolute; left: 4%; right: 6%; top: 17%; height: 61%; padding: 10px 10px 22px; border: 3px solid #171b19; border-radius: 12px 12px 6px 6px; background: #c8cac7; box-shadow: 0 25px 35px rgba(7,17,13,.28); transform: perspective(1100px) rotateY(-3deg); }
.mock-laptop::after { content: ""; position: absolute; left: -7%; right: -7%; bottom: -7px; height: 13px; border-radius: 2px 2px 9px 9px; background: linear-gradient(#d7d7d3,#858a87); box-shadow: 0 4px 5px rgba(0,0,0,.25); }
.mock-laptop > i { position: absolute; left: 47%; bottom: 4px; width: 9%; height: 2px; border-radius: 2px; background: rgba(20,30,25,.35); }
.mock-screen, .phone-screen { width: 100%; height: 100%; overflow: hidden; background-color: #263b31; background-position: center; background-size: cover; }
.envision-screen { background-image: url("assets/case-studies/envision-hero-desktop.png"); }
.mock-phone { position: absolute; z-index: 2; right: 2%; top: 28%; width: 24%; height: 55%; padding: 8px 5px; border: 3px solid #171b19; border-radius: 22px; background: #d9dad6; box-shadow: 0 20px 30px rgba(7,17,13,.34); }
.mock-phone::before { content: ""; position: absolute; z-index: 2; top: 5px; left: 34%; width: 32%; height: 7px; border-radius: 0 0 7px 7px; background: #171b19; }
.mock-phone .phone-screen { border-radius: 15px; background-position: 57% center; }
.ui-bar { height: 38px; display: flex; align-items: center; gap: 5px; padding: 0 13px; border-bottom: 1px solid rgba(16,40,32,.12); color: var(--muted); font-size: .46rem; }
.ui-bar i { width: 5px; height: 5px; border-radius: 50%; background: #a6ad9f; }
.ui-bar span { margin-left: 8px; }
.search-window, .ad-dashboard, .editorial-window { position: absolute; left: 4%; right: 4%; top: 15%; min-height: 65%; overflow: hidden; border: 7px solid rgba(237,236,229,.92); border-radius: 12px; background: #f4f1e7; box-shadow: 0 24px 45px rgba(8,21,16,.28); transform: perspective(1100px) rotateY(-4deg); }
.search-body { padding: 2.2rem; color: var(--forest); }
.search-body small, .editorial-page small { font-size: .45rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.search-body strong { display: block; margin: .8rem 0 1.3rem; font-family: var(--display); font-size: 2rem; font-weight: 400; line-height: .93; letter-spacing: -.045em; }
.search-query { display: flex; justify-content: space-between; padding: .8rem 1rem; border: 1px solid rgba(16,40,32,.2); border-radius: 99px; color: var(--muted); font-size: .62rem; }
.search-results { display: grid; gap: .5rem; margin-top: 1rem; }
.search-results i { height: 5px; border-radius: 5px; background: linear-gradient(90deg, #7a8965 0 28%, rgba(16,40,32,.13) 28% 83%, transparent 83%); }
.ranking-card, .ad-card, .content-page, .strategy-seal, .social-badge { position: absolute; z-index: 3; right: 0; bottom: 10%; padding: 1.15rem; border: 1px solid rgba(247,243,233,.38); border-radius: 12px; background: rgba(26,42,33,.88); box-shadow: 0 16px 35px rgba(7,17,13,.24); color: white; backdrop-filter: blur(10px); }
.ranking-card small, .ranking-card span { display: block; font-size: .42rem; letter-spacing: .12em; text-transform: uppercase; }
.ranking-card b { display: block; margin: .25rem 0; font-family: var(--display); font-size: 2.5rem; font-weight: 400; }
.ad-dashboard { top: 17%; min-height: 62%; }
.dashboard-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 1.2rem; padding: 2rem; color: var(--forest); }
.dashboard-grid > div:first-child { display: flex; flex-direction: column; }
.dashboard-grid small { color: var(--muted); font-size: .48rem; text-transform: uppercase; }
.dashboard-grid b { font-family: var(--display); font-size: 3.5rem; font-weight: 400; line-height: 1; }
.dashboard-grid em { color: var(--olive); font-size: .55rem; font-style: normal; font-weight: 600; }
.chart { position: relative; min-height: 170px; border-left: 1px solid rgba(16,40,32,.12); border-bottom: 1px solid rgba(16,40,32,.12); background: repeating-linear-gradient(0deg, transparent 0 41px, rgba(16,40,32,.07) 42px); }
.chart svg { position: absolute; inset: 15% 3% 8% 4%; width: 93%; height: 77%; fill: none; stroke: var(--olive); stroke-width: 3; }
.chart i { position: absolute; bottom: 0; width: 7%; background: rgba(113,129,86,.24); }
.chart i:nth-child(1) { left: 8%; height: 29%; }.chart i:nth-child(2) { left: 25%; height: 42%; }.chart i:nth-child(3) { left: 42%; height: 39%; }.chart i:nth-child(4) { left: 59%; height: 60%; }.chart i:nth-child(5) { left: 76%; height: 75%; }
.ad-card { right: 1%; bottom: 8%; min-width: 135px; }
.ad-card span, .ad-card b { display: block; }.ad-card span { font-size: .44rem; letter-spacing: .15em; text-transform: uppercase; }.ad-card b { margin: .25rem 0 .5rem; font-family: var(--display); font-size: 1.7rem; font-weight: 400; }.ad-card i { display: block; width: 100%; height: 3px; border-radius: 3px; background: linear-gradient(90deg, #cdd5a3 78%, rgba(255,255,255,.2) 78%); }
.social-phone { position: absolute; top: 13%; width: 34%; height: 72%; padding: 8px; border: 3px solid #171b19; border-radius: 25px; background: #ecebe4; box-shadow: 0 22px 40px rgba(7,17,13,.3); }
.social-phone > i { display: block; width: 34%; height: 6px; margin: 0 auto 7px; border-radius: 0 0 6px 6px; background: #171b19; }
.social-phone small { display: block; padding: 1rem .7rem; color: var(--forest); font-family: var(--serif); font-size: .72rem; line-height: 1.4; }
.phone-a { left: 10%; transform: rotate(-5deg); }.phone-b { left: 43%; top: 18%; transform: rotate(4deg); }
.social-image { height: 57%; border-radius: 13px; background-position: center; background-size: cover; filter: saturate(.72); }
.foliage-one { background-image: url("assets/work-restaurant-v2.png"); }.foliage-two { background-image: url("assets/work-fitness-v2.png"); }
.social-badge { right: 2%; bottom: 8%; font-family: var(--serif); font-size: .75rem; font-style: italic; line-height: 1.4; }
.editorial-window { top: 13%; min-height: 70%; }
.editorial-page { padding: 2.1rem; color: var(--forest); background: linear-gradient(90deg, rgba(247,243,233,.92), rgba(247,243,233,.45)), url("assets/work-manufacturer-v2.png") center/cover; }
.editorial-page strong { display: block; margin: .65rem 0; font-family: var(--display); font-size: 2.1rem; font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.editorial-page p { max-width: 230px; color: var(--muted); font-family: var(--serif); font-size: .7rem; }
.editorial-page > span { font-size: .45rem; font-weight: 600; letter-spacing: .15em; }
.content-page { right: 1%; bottom: 7%; display: flex; align-items: center; gap: .45rem; font-size: .48rem; }
.content-page b { font-family: var(--display); font-size: 1.35rem; font-weight: 400; }.content-page i { width: 18px; height: 1px; background: rgba(255,255,255,.4); }
.strategy-board { position: absolute; left: 5%; right: 4%; top: 14%; min-height: 68%; padding: 2rem; border: 7px solid rgba(237,236,229,.92); border-radius: 12px; background: rgba(244,241,231,.95); box-shadow: 0 24px 45px rgba(8,21,16,.28); color: var(--forest); transform: perspective(1100px) rotateY(-4deg); }
.strategy-board small { font-size: .45rem; font-weight: 600; letter-spacing: .16em; }.strategy-board strong { display: block; margin: .7rem 0 1.8rem; font-family: var(--display); font-size: 2.2rem; font-weight: 400; line-height: .91; letter-spacing: -.05em; }
.strategy-path { position: relative; display: flex; justify-content: space-between; margin: 0 1rem; }.strategy-path::before { content: ""; position: absolute; left: 0; right: 0; top: 7px; height: 1px; background: var(--line); }.strategy-path i { position: relative; z-index: 1; width: 15px; height: 15px; border: 3px solid #f4f1e7; border-radius: 50%; background: var(--olive); box-shadow: 0 0 0 1px var(--line); }
.strategy-labels { display: flex; justify-content: space-between; margin-top: .75rem; font-size: .44rem; text-transform: uppercase; }.strategy-seal { right: 0; bottom: 8%; border-radius: 50%; aspect-ratio: 1; display: grid; place-content: center; text-align: center; }.strategy-seal span { font-size: .4rem; letter-spacing: .14em; text-transform: uppercase; }.strategy-seal b { font-family: var(--serif); font-size: .8rem; font-weight: 400; line-height: 1.2; }
.service-carousel-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.25rem; padding: 1rem 0 .2rem; color: var(--forest); font-size: .5rem; font-weight: 600; letter-spacing: .16em; }
.service-carousel-footer > span b { font-size: .72rem; }
.service-progress { height: 1px; background: var(--line); }.service-progress i { display: block; width: 16.667%; height: 1px; background: var(--forest); transition: width 550ms cubic-bezier(.22,.75,.2,1); }
.service-arrows { display: flex; gap: .55rem; }.service-arrows button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--forest); cursor: pointer; font-size: 1rem; transition: background var(--ease), color var(--ease); }.service-arrows button:hover, .service-arrows button:focus-visible { background: var(--forest); color: var(--ivory); outline: none; }
.section-tail { width: min(100%, var(--container)); display: flex; justify-content: space-between; margin: 0 auto; padding-top: 1.7rem; border-top: 1px solid var(--line); font-size: .55rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

/* Work */
.work { overflow: hidden; background: var(--paper); }
.work::before { content: ""; position: absolute; right: -8%; top: -9%; width: 39%; aspect-ratio: 1; border: 1px solid rgba(16,40,32,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(16,40,32,.02), 0 0 0 120px rgba(16,40,32,.015); }
.work-intro { grid-template-columns: 1.55fr .45fr; align-items: center; gap: clamp(3rem, 6vw, 6rem); }
.work-intro > div { max-width: 930px; }
.work-intro h2 { max-width: 850px; font-size: var(--type-display-lg); }
.work-lede { max-width: 650px; margin: 1.05rem 0 1.4rem; color: var(--muted); font-family: var(--serif); font-size: 1.03rem; line-height: 1.45; }
.work-intro aside { display: flex; gap: 1rem; align-items: flex-start; padding-bottom: .8rem; }
.work-intro aside svg { width: 34px; fill: none; stroke: var(--forest); stroke-width: 1.3; }
.work-intro aside p { padding-left: 1rem; border-left: 1px solid var(--line); color: var(--muted); font-family: var(--serif); font-size: 1rem; font-style: italic; line-height: 1.35; }
.work-grid { position: relative; z-index: 2; width: min(100%, var(--container)); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin: 3rem auto 0; }
.work-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(16,40,32,.16); border-radius: var(--radius-card); background: rgba(247,243,233,.78); transition: transform var(--ease), box-shadow var(--ease); }
.work-card:hover { transform: translateY(-7px); box-shadow: 0 25px 58px rgba(16,40,32,.1); }
.work-image { position: relative; height: 350px; overflow: hidden; }
.work-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,27,22,.32), transparent 52%); }
.work-image > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(.97); transition: transform 900ms cubic-bezier(.2,.75,.2,1), filter var(--ease); }
.work-card:hover .work-image > img { transform: scale(1.035); filter: saturate(.92); }
.work-image > span { position: absolute; z-index: 2; left: 1.2rem; top: 1rem; color: white; font-family: var(--serif); font-size: 1.35rem; }
.work-image > small { position: absolute; z-index: 2; right: 1.2rem; top: 1.2rem; color: white; font-size: .5rem; font-weight: 600; letter-spacing: .18em; line-height: 1.6; text-align: right; text-transform: uppercase; }
.work-proof { position: absolute; z-index: 4; right: 1rem; bottom: 1rem; width: 72%; height: 125px; margin: 0; overflow: hidden; border: 5px solid rgba(247,243,233,.96); border-radius: 8px; background: #0d1512; box-shadow: 0 16px 34px rgba(7,20,16,.34); transform: translateY(8px) rotate(-1.25deg); transition: transform var(--ease); }
.work-card:nth-child(2) .work-proof { transform: translateY(8px) rotate(1deg); }
.work-card:hover .work-proof { transform: translateY(0) rotate(0); }
.work-proof img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.05); }
.work-proof figcaption { position: absolute; left: .55rem; bottom: .5rem; padding: .3rem .45rem; color: white; background: rgba(7,20,16,.78); font-size: .43rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.work-body { flex: 1; display: flex; flex-direction: column; padding: 1.35rem 1.4rem 1.3rem; }
.work-body > p:first-child { color: var(--muted); font-size: .52rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.work-body h3 { margin: .45rem 0 .5rem; color: var(--forest); font-size: var(--type-card); line-height: .94; letter-spacing: -.045em; }
.work-body > p:not(:first-child) { min-height: 3.7em; color: var(--muted); font-family: var(--serif); font-size: .88rem; line-height: 1.38; }
.work-stats { display: grid; grid-template-columns: 1fr 1fr; margin-top: 1.15rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.work-stats span { font-size: .52rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.work-stats span + span { padding-left: 1.2rem; border-left: 1px solid var(--line); }
.work-stats b { display: block; margin-bottom: .25rem; color: var(--forest); font-family: var(--serif); font-size: 1.9rem; font-weight: 400; letter-spacing: -.04em; }
.work-body > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 1rem; color: var(--forest); border-top: 1px solid rgba(16,40,32,.1); font-size: .52rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.envision-feature { position: relative; z-index: 3; width: min(100%, var(--container)); min-height: 500px; display: grid; grid-template-columns: minmax(360px, 37%) 1fr 145px; margin: 4rem auto 0; overflow: hidden; border: 1px solid rgba(16,40,32,.18); border-radius: var(--radius-card); background: #e8e2d3; box-shadow: 0 30px 68px rgba(16,40,32,.12); }
.envision-backdrop { position: absolute; z-index: 0; inset: 0; background-image: linear-gradient(90deg, rgba(247,243,233,.99) 0%, rgba(247,243,233,.98) 28%, rgba(247,243,233,.72) 42%, rgba(11,29,23,.04) 63%, rgba(7,20,16,.78) 100%), url("assets/botanical/envision-case-environment-phase1.png"); background-position: center, 58% center; background-size: cover; filter: saturate(.72) contrast(.98); }
.envision-copy { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 3rem 1rem 3rem 3rem; }
.envision-copy h3 { margin: .5rem 0 .65rem; color: var(--forest); font-size: 3.2rem; line-height: .88; letter-spacing: -.06em; }
.envision-copy h4 { margin: 0 0 1rem; color: var(--forest); font-family: var(--sans); font-size: .92rem; font-weight: 500; }
.envision-copy > p:not(.eyebrow) { max-width: 390px; margin-bottom: 1.45rem; color: var(--muted); font-size: .85rem; line-height: 1.6; }
.envision-copy .button { min-width: 205px; padding-block: .9rem; }
.envision-devices { position: relative; z-index: 2; min-width: 0; }
.envision-laptop { position: absolute; left: 4%; right: 5%; top: 15%; height: 62%; overflow: hidden; padding-top: 34px; border: 8px solid #d4d7d3; border-bottom-width: 18px; border-radius: 13px 13px 5px 5px; background: #eee; box-shadow: 0 26px 45px rgba(7,20,16,.3); transform: perspective(1000px) rotateY(-3deg); }
.envision-laptop::after { content: ""; position: absolute; z-index: 4; left: -6%; right: -6%; bottom: -17px; height: 14px; border-radius: 2px 2px 10px 10px; background: linear-gradient(#dfe1df,#8f9590); box-shadow: 0 5px 7px rgba(0,0,0,.25); }
.envision-browser-bar { position: absolute; z-index: 2; inset: 0 0 auto; height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 10px; color: var(--muted); background: #f1efe8; font-size: .42rem; }
.envision-browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #9eaa91; }.envision-browser-bar span { margin-left: .4rem; }
.envision-laptop > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.envision-phone { position: absolute; z-index: 4; right: 1%; top: 26%; width: 24%; height: 56%; overflow: hidden; padding: 9px 5px 5px; border: 4px solid #151a17; border-radius: 24px; background: #d8dad6; box-shadow: 0 24px 38px rgba(7,20,16,.38); }
.envision-phone > span { position: absolute; z-index: 2; left: 34%; top: 4px; width: 32%; height: 7px; border-radius: 0 0 6px 6px; background: #151a17; }
.envision-phone img { width: 100%; height: 100%; border-radius: 15px; object-fit: cover; object-position: 26% top; }
.envision-proof { position: relative; z-index: 4; display: grid; grid-template-rows: repeat(3,1fr); padding: 2.1rem 1.35rem 2rem .9rem; color: var(--ivory); }
.envision-proof span { display: flex; flex-direction: column; justify-content: center; gap: .3rem; border-bottom: 1px solid rgba(247,243,233,.24); font-size: .5rem; font-weight: 600; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.envision-proof span:last-child { border-bottom: 0; }.envision-proof b { color: white; font-family: var(--display); font-size: 2rem; font-weight: 400; line-height: 1; }
.work-footer { width: min(100%, var(--container)); display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 3rem; margin: 4rem auto 0; padding-top: 1.7rem; border-top: 1px solid var(--line); }
.work-footer span, .work-footer a { font-size: .6rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.work-footer p { margin: 0; color: var(--muted); font-family: var(--serif); }
.work-footer a { justify-self: end; padding-bottom: .35rem; border-bottom: 1px solid var(--line); }

/* Values */
.values { overflow: hidden; background: var(--ivory); }
.values-leaf { position: absolute; right: -1%; top: 1%; width: 28%; opacity: .7; }
.values-leaf svg { fill: none; stroke: rgba(16,40,32,.36); stroke-width: 1; }
.values > .eyebrow, .values-title, .values-lede, .values-grid, .manifesto { width: min(100%, var(--container)); margin-inline: auto; }
.values-title { max-width: 1120px; margin-left: max(var(--gutter), calc((100% - var(--container))/2)); font-size: 3.9rem; }
.mobile-break { display: none; }
.values-lede { max-width: 760px; margin-left: max(var(--gutter), calc((100% - var(--container))/2)); color: var(--muted); font-size: 1rem; letter-spacing: .04em; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 2.75rem; }
.value-card { position: relative; min-height: 535px; display: flex; flex-direction: column; padding: 1.9rem; border: 1px solid rgba(16,40,32,.17); background: rgba(247,243,233,.65); transition: transform var(--ease), box-shadow var(--ease), background var(--ease); }
.value-card:hover { transform: translateY(-8px); background: white; box-shadow: var(--shadow); }
.value-card > span { position: absolute; right: 2rem; top: 2rem; font-size: .55rem; letter-spacing: .18em; }
.value-mark { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: 1.4rem; border-radius: 50%; background: #eee7d8; }
.value-mark svg { width: 41px; fill: none; stroke: var(--forest); stroke-width: 1.4; }
.value-card h3 { margin-bottom: .45rem; color: var(--forest); font-size: 2.4rem; line-height: 1; letter-spacing: -.05em; }
.value-card small { margin-bottom: 1.2rem; font-size: .57rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.value-card p { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.value-card ul { margin: auto 0 0; padding: 0; list-style: none; }
.value-card li { position: relative; padding: .72rem 0 .72rem 1.1rem; border-top: 1px solid rgba(16,40,32,.11); color: var(--forest); font-size: .6rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.value-card li::before { content: ""; position: absolute; left: 0; top: 1.05rem; width: 5px; height: 5px; border-radius: 50%; background: var(--olive); }
.manifesto { display: grid; grid-template-columns: .7fr 1.45fr .7fr; align-items: center; gap: clamp(2rem, 4vw, 3.75rem); margin-top: 4.5rem; padding-top: 3.75rem; border-top: 1px solid var(--line); }
.manifesto > div:first-child > p:not(.eyebrow) { max-width: 390px; color: var(--muted); }
.manifesto blockquote { margin: 0; color: var(--forest); font-family: var(--serif); font-size: 2.35rem; font-style: italic; line-height: 1.03; letter-spacing: -.04em; }
.manifesto-visual { position: relative; min-height: 360px; overflow: hidden; border-radius: 50% 50% 44% 56% / 34% 36% 64% 66%; background: #ede7d9; box-shadow: var(--shadow); }
.manifesto-visual img { position: absolute; width: 150%; max-width: none; left: -25%; top: 14%; filter: saturate(.72); }
.manifesto-visual span { position: absolute; z-index: 2; left: 12%; bottom: 10%; color: var(--forest); font-size: .55rem; font-weight: 600; letter-spacing: .18em; line-height: 1.7; text-transform: uppercase; }

/* Impact */
.impact { overflow: hidden; background: var(--paper); }
.impact::after { content: ""; position: absolute; right: -13%; top: 22%; width: 45%; aspect-ratio: 1; border: 1px solid rgba(113,129,86,.16); border-radius: 50%; }
.impact-atmosphere { position: absolute; z-index: 0; top: 110px; right: -10%; width: 48%; height: 790px; opacity: .32; pointer-events: none; -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%); }
.impact-atmosphere img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; filter: saturate(.66) contrast(.92); }
.impact-atmosphere span { position: absolute; left: 19%; top: 39%; width: 235px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(16,40,32,.24); border-radius: 50%; }
.impact-atmosphere span::after { content: "GOOD WORK\A GROWS GOOD\A THINGS"; white-space: pre; color: var(--forest); font-size: .49rem; font-weight: 600; letter-spacing: .2em; line-height: 1.75; text-align: center; }
.impact-overline { position: absolute; z-index: 3; right: max(var(--gutter), calc((100% - var(--container))/2)); top: 4.5rem; margin: 0; color: var(--forest); font-size: .54rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.impact-top, .impact-feature, .source-line { width: min(100%, var(--container)); margin-inline: auto; }
.impact-top { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 6vw, 6rem); }
.impact-copy h2 { font-size: 4rem; }
.impact-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.promise { position: relative; margin-top: 2.25rem; padding: 1.7rem 1.8rem 1.45rem; border: 1px solid var(--line); border-radius: 4px; background: rgba(247,243,233,.88); box-shadow: 0 18px 45px rgba(16,40,32,.06); backdrop-filter: blur(8px); }
.promise-person { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.15rem; }
.promise-person img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; filter: saturate(.78); }
.promise-person span { display: flex; flex-direction: column; color: var(--muted); font-size: .46rem; font-weight: 600; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.promise-person b { color: var(--forest); font-family: var(--serif); font-size: 1.05rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.promise > small { display: block; font-size: .5rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.promise > strong { display: block; margin: .8rem 0 .65rem; font-family: var(--serif); font-size: 1.8rem; font-style: italic; font-weight: 400; line-height: 1.03; }
.promise > p { margin-bottom: 1.1rem; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.promise-points { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.promise-points span { padding: .8rem .45rem 0; color: var(--forest); font-size: .46rem; font-weight: 600; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
.promise-points span:first-child { padding-left: 0; }.promise-points span + span { border-left: 1px solid var(--line); }
.impact-stats { position: relative; padding-left: 4rem; }
.impact-stats::before { content: ""; position: absolute; left: 8px; top: 2%; bottom: 2%; width: 1px; background: var(--line); }
.impact-stats > div { position: relative; min-height: 150px; display: grid; grid-template-columns: .7fr 1fr; align-items: center; gap: 1.5rem; border-bottom: 1px solid var(--line); }
.impact-stats > div::before { content: ""; position: absolute; left: calc(-4rem + 4px); top: 50%; width: 9px; height: 9px; border: 3px solid var(--paper); border-radius: 50%; background: var(--olive); box-shadow: 0 0 0 1px var(--line); transform: translateY(-50%); }
.impact-stats b { color: var(--forest); font-family: var(--serif); font-size: 3.35rem; font-weight: 400; line-height: .82; letter-spacing: -.05em; }
.impact-stats sup { font-size: .4em; }
.impact-stats span { max-width: 270px; color: var(--muted); font-size: .61rem; font-weight: 600; letter-spacing: .17em; line-height: 1.5; text-transform: uppercase; }
.impact-feature { position: relative; z-index: 3; min-height: 480px; display: block; margin-top: 4rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-card); background: linear-gradient(100deg, rgba(247,243,233,.99) 0 38%, rgba(247,243,233,.22) 56%), url("assets/work-manufacturer-v2.png") center / cover; box-shadow: var(--shadow); }
.impact-feature-copy { position: relative; z-index: 5; align-self: center; width: 39%; padding: 2.7rem 0 2.7rem 2.7rem; }
.impact-feature-copy h3 { max-width: 350px; margin: .35rem 0 .7rem; color: var(--forest); font-family: var(--display); font-size: 2.85rem; line-height: .92; letter-spacing: -.05em; }
.impact-feature-copy h4 { margin: 0 0 .9rem; color: var(--forest); font-family: var(--sans); font-size: .88rem; font-weight: 500; }
.impact-feature-copy > p:not(.eyebrow) { max-width: 510px; color: var(--muted); }
.impact-device { position: absolute; z-index: 3; right: 13%; top: 17%; width: 44%; overflow: visible; padding: 34px 8px 10px; border: 3px solid rgba(230,231,225,.95); border-radius: 12px 12px 5px 5px; background: rgba(247,243,233,.96); box-shadow: 0 30px 70px rgba(10,27,22,.38); transform: rotate(-1deg); }
.impact-device::after { content: ""; position: absolute; left: -5%; right: -5%; bottom: -12px; height: 13px; border-radius: 2px 2px 9px 9px; background: linear-gradient(#d9dbd7,#8d928e); box-shadow: 0 5px 7px rgba(0,0,0,.24); }
.device-bar { position: absolute; left: 1rem; right: 1rem; top: .72rem; display: flex; align-items: center; gap: 5px; }
.device-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--olive); }
.device-bar span { margin-left: .4rem; color: var(--muted); font-size: .47rem; letter-spacing: .1em; text-transform: uppercase; }
.impact-device img { width: 100%; aspect-ratio: 16/9; display: block; object-fit: cover; }
.impact-feature-stats { position: absolute; z-index: 4; right: 2%; top: 12%; bottom: 12%; width: 15%; display: flex; flex-direction: column; justify-content: center; padding: 1.1rem; color: var(--ivory); background: rgba(10,27,22,.86); backdrop-filter: blur(12px); }
.impact-feature-stats span { padding: 1.15rem 0; font-size: .5rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.impact-feature-stats span + span { border-top: 1px solid var(--line-light); }
.impact-feature-stats b { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 400; text-transform: none; }
.source-line { display: flex; justify-content: space-between; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .54rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

/* Process */
.approach { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(4rem, 6vw, 6rem); background: var(--ivory); }
.approach-copy { position: sticky; top: 145px; align-self: start; }
.approach-copy h2 { font-size: 3.9rem; }
.approach-copy > p:not(.eyebrow) { max-width: 470px; color: var(--muted); font-family: var(--serif); font-size: 1.16rem; line-height: 1.45; }
.approach-note { max-width: 410px; display: grid; grid-template-columns: 105px 1fr; gap: 1.25rem; margin-top: 3.25rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.approach-note small { font-size: .46rem; font-weight: 600; letter-spacing: .16em; line-height: 1.55; text-transform: uppercase; }
.approach-note p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: .9rem; line-height: 1.35; }
.process { position: relative; display: flex; flex-direction: column; gap: 4.75rem; padding: 1rem 0; }
.process-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: var(--line); }
.process-item { position: relative; min-height: 275px; display: flex; align-items: center; }
.process-item.right { justify-content: flex-end; }
.process-item.left { justify-content: flex-start; }
.process-no { position: absolute; z-index: 6; left: 50%; top: 17px; width: 52px; height: 52px; display: grid; place-items: center; border: 6px solid var(--ivory); border-radius: 50%; color: var(--ivory); background: var(--forest); font-family: var(--serif); transform: translateX(-50%); box-shadow: 0 0 0 1px var(--line); }
.process-card { position: relative; z-index: 4; width: 62%; min-height: 245px; padding: 1.8rem 1.9rem 1.5rem; border: 1px solid rgba(16,40,32,.14); background: rgba(247,243,233,.94); box-shadow: 0 24px 55px rgba(16,40,32,.08); backdrop-filter: blur(9px); }
.process-item.right .process-card { margin-right: 11%; border-radius: 22px 0 22px 22px; }
.process-item.left .process-card { margin-left: 11%; border-radius: 0 22px 22px 22px; }
.process-card > svg { position: absolute; right: 1.4rem; top: 1.35rem; width: 34px; height: 34px; fill: none; stroke: var(--olive); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }
.process-card h3 { max-width: calc(100% - 46px); margin-bottom: .3rem; color: var(--forest); font-size: 2.45rem; line-height: 1; }
.process-card small { display: block; margin-bottom: 1.1rem; font-size: .52rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.process-card > p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: .92rem; line-height: 1.38; }
.process-output { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-top: 1.3rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.process-output span { font-size: .47rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.process-output b { color: var(--forest); font-family: var(--serif); font-size: .84rem; font-weight: 400; text-align: right; }
.process-image { position: absolute; z-index: 1; width: 40%; height: 84%; border-radius: 14px; background-position: center; background-size: cover; }
.process-item.right .process-image { right: 0; }
.process-item.left .process-image { left: 0; }
.image-discover { background-image: url("assets/work-restaurant-v2.png"); }
.image-define { background-image: repeating-radial-gradient(ellipse at 30% 55%, transparent 0 15px, rgba(247,243,233,.32) 16px 17px), linear-gradient(135deg,#26382f,#7a8662); }
.image-build { background-image: linear-gradient(rgba(10,27,22,.1),rgba(10,27,22,.5)), url("assets/proof-manufacturer.webp"); }
.image-grow { background-image: url("assets/work-fitness-v2.png"); }

/* About */
.about { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(4rem, 7vw, 7rem); overflow: hidden; background: var(--paper); }
.about-copy h2 { font-size: 3.8rem; }
.about-copy .about-lede { max-width: 620px; color: var(--forest); font-family: var(--serif); font-size: 1.35rem; line-height: 1.32; }
.about-copy > p:not(.eyebrow):not(.about-lede) { max-width: 620px; color: var(--muted); }
.about-principles { max-width: 640px; margin: 2rem 0; border-top: 1px solid var(--line); }
.about-principles > div { display: grid; grid-template-columns: 34px 1fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.about-principles > div > span { padding-top: .15rem; color: var(--olive); font-family: var(--serif); font-size: .9rem; }
.about-principles p { display: grid; grid-template-columns: minmax(145px,.72fr) 1.28fr; gap: .8rem; margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.about-principles b { color: var(--forest); font-size: .68rem; font-weight: 600; }
.about-copy .button { margin-top: .25rem; }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.about-facts span { font-size: .49rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.about-facts b { display: block; color: var(--forest); font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.04em; text-transform: none; }
.about-art { position: relative; min-height: 760px; }
.about-backdrop { position: absolute; inset: 4% 0 7% 7%; overflow: hidden; border-radius: 55% 45% 47% 53% / 27% 29% 71% 73%; background: linear-gradient(rgba(10,27,22,.16),rgba(10,27,22,.24)), url("assets/botanical/contact-forest-phase1.png") 62% center / cover; box-shadow: var(--shadow); }
.portrait { position: absolute; z-index: 2; left: 5%; top: 10%; width: 52%; height: 57%; overflow: hidden; border: 8px solid var(--paper); border-radius: 50% 50% 46% 54% / 29% 30% 70% 71%; box-shadow: var(--shadow); }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: sepia(.08) saturate(.8); transform: scale(1.08); }
.owner-label { position: absolute; z-index: 4; left: 34%; top: 54%; min-width: 245px; display: flex; flex-direction: column; padding: 1.15rem 1.35rem; color: var(--ivory); background: rgba(10,27,22,.88); backdrop-filter: blur(12px); }
.owner-label strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.owner-label span { margin-top: .3rem; font-size: .5rem; letter-spacing: .17em; text-transform: uppercase; }
.about-note { position: absolute; z-index: 4; right: 3%; top: 14%; color: var(--ivory); font-family: var(--serif); font-size: 1.75rem; font-style: italic; line-height: 1.02; transform: rotate(-5deg); }
.about-team-card { position: absolute; z-index: 5; right: 2%; bottom: 5%; width: 58%; padding: 1.5rem; border: 1px solid rgba(16,40,32,.16); border-radius: 2px; background: rgba(247,243,233,.94); box-shadow: 0 24px 55px rgba(7,24,18,.2); backdrop-filter: blur(12px); }
.about-team-card small { display: block; margin-bottom: .7rem; font-size: .46rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.about-team-card strong { display: block; color: var(--forest); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; line-height: 1.08; }
.about-team-card div { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.1rem; }
.about-team-card span { padding: .38rem .55rem; border: 1px solid var(--line); border-radius: 100px; font-size: .39rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

/* Partnership */
.partnership { overflow: hidden; background: var(--ivory); }
.partnership::before { content: ""; position: absolute; right: -11%; top: 5%; width: 42%; aspect-ratio: 1; border: 1px solid rgba(113,129,86,.18); border-radius: 50%; pointer-events: none; }
.partnership-kicker, .partnership-layout, .partnership-rail { position: relative; z-index: 2; width: min(100%, var(--container)); margin-inline: auto; }
.partnership-kicker { display: flex; justify-content: space-between; margin-bottom: 3.75rem; color: var(--forest); font-size: .53rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.partnership-layout { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(4rem, 7vw, 7rem); }
.partnership-copy { max-width: 560px; }
.partnership-copy h2 { max-width: 590px; font-size: 3.8rem; }
.partnership-copy .partnership-lede { color: var(--forest); font-family: var(--serif); font-size: 1.2rem; line-height: 1.4; }
.partnership-copy > p:not(.eyebrow):not(.partnership-lede) { max-width: 500px; color: var(--muted); }
.partnership-copy .button { margin-top: 1rem; }
.partnership-visual { position: relative; min-height: 570px; margin: 0; overflow: hidden; border-radius: 2px 26px 2px 26px; box-shadow: var(--shadow); }
.partnership-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(7,24,18,.72)); pointer-events: none; }
.partnership-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.78) contrast(.98); }
.partnership-visual figcaption { position: absolute; z-index: 2; left: 2rem; bottom: 1.8rem; color: var(--ivory); font-family: var(--serif); font-size: 1.45rem; font-style: italic; line-height: 1.05; }
.partnership-stamp { position: absolute; z-index: 3; right: 1.4rem; top: 1.4rem; width: 135px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(247,243,233,.7); border-radius: 50%; color: var(--ivory); background: rgba(10,27,22,.48); backdrop-filter: blur(10px); text-align: center; transform: rotate(5deg); }
.partnership-stamp span { font-size: .43rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.partnership-stamp b { margin: .15rem 0; font-family: var(--serif); font-size: 1.35rem; font-style: italic; font-weight: 400; }
.partnership-rail { display: grid; grid-template-columns: .72fr repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partnership-rail > * { min-height: 220px; padding: 1.8rem; }
.partnership-rail > * + * { border-left: 1px solid var(--line); }
.partnership-rail-intro { display: flex; flex-direction: column; justify-content: space-between; color: var(--forest); font-family: var(--serif); font-size: 1.55rem; line-height: 1.05; }
.partnership-rail-intro svg { width: 42px; fill: none; stroke: var(--olive); stroke-width: 1.4; }
.partnership-rail article { position: relative; display: flex; flex-direction: column; justify-content: flex-end; }
.partnership-rail article > span { position: absolute; right: 1.8rem; top: 1.8rem; color: var(--olive); font-family: var(--serif); font-size: .9rem; }
.partnership-rail h3 { margin: 0 0 .65rem; color: var(--forest); font-size: 1.65rem; line-height: 1; letter-spacing: -.035em; }
.partnership-rail p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }

/* Insights */
.insights { overflow: hidden; background: var(--sage); }
.insights::before { content: "NOTES"; position: absolute; right: -1%; top: -2.5rem; color: rgba(16,40,32,.035); font-family: var(--display); font-size: 9rem; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.insights-orbit { position: absolute; right: -8%; bottom: -24%; width: 42%; aspect-ratio: 1; border: 1px solid rgba(16,40,32,.13); border-radius: 50%; }
.insights-heading, .insights-grid, .insights-tail { position: relative; z-index: 2; width: min(100%, var(--container)); margin-inline: auto; }
.insights-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: clamp(3rem, 8vw, 8rem); }
.insights-heading h2 { margin-bottom: 0; font-size: 3.8rem; }
.insights-heading > div:last-child { max-width: 470px; padding-bottom: .45rem; }
.insights-heading > div:last-child p { color: var(--muted); }
.insights-heading > div:last-child a { display: inline-block; padding-bottom: .3rem; border-bottom: 1px solid var(--line); color: var(--forest); font-size: .57rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.insights-grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: repeat(2, minmax(300px, 1fr)); gap: 1rem; margin-top: 3.5rem; }
.insight-feature, .insight-compact { overflow: hidden; border: 1px solid rgba(16,40,32,.18); background: rgba(247,243,233,.72); }
.insight-feature { grid-row: 1 / 3; display: grid; grid-template-rows: 1.35fr .65fr; min-height: 690px; }
.insight-compact { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 335px; }
.insight-media { position: relative; min-width: 0; overflow: hidden; color: var(--ivory); background: var(--forest); }
.insight-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(7,24,18,.12),rgba(7,24,18,.56)); pointer-events: none; }
.insight-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.75,.2,1); }
.insight-media:hover img { transform: scale(1.035); }
.insight-media span, .insight-media small { position: absolute; z-index: 2; top: 1.25rem; font-size: .48rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.insight-media span { left: 1.25rem; }
.insight-media small { right: 1.25rem; }
.insight-feature .insight-media img { object-position: 58% center; }
.insight-compact .insight-media img { object-position: center; }
.insight-compact:nth-child(2) .insight-media { background: #e9e1d1; }
.insight-compact:nth-child(2) .insight-media img { width: 145%; max-width: none; margin-left: -25%; object-fit: contain; filter: saturate(.76); }
.insight-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(1.5rem, 2.7vw, 2.7rem); }
.insight-copy > p { margin-bottom: .55rem; color: var(--olive); font-size: .48rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.insight-copy h3 { max-width: 640px; margin: 0 0 1.3rem; color: var(--forest); font-size: 2.1rem; line-height: 1.03; letter-spacing: -.045em; }
.insight-compact .insight-copy { padding: 1.6rem; }
.insight-compact .insight-copy h3 { font-size: 1.55rem; }
.insight-copy > a { margin-top: auto; padding-bottom: .25rem; border-bottom: 1px solid var(--line); color: var(--forest); font-size: .5rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.insight-copy > a span { margin-left: 1.2rem; }
.insight-compact-dark .insight-copy { color: var(--ivory); background: var(--forest); }
.insight-compact-dark .insight-copy > p, .insight-compact-dark .insight-copy h3, .insight-compact-dark .insight-copy > a { color: var(--ivory); }
.insight-compact-dark .insight-copy > a { border-color: var(--line-light); }
.insights-tail { display: flex; align-items: center; justify-content: space-between; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid var(--line); color: var(--forest); font-size: .55rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }

/* Contact */
.contact { position: relative; min-height: 820px; overflow: hidden; color: var(--ivory); background: var(--forest-2); }
.contact > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,24,18,.98) 0%, rgba(7,24,18,.84) 44%, rgba(7,24,18,.1) 84%), linear-gradient(0deg,rgba(7,24,18,.52),transparent); }
.contact-note { position: absolute; z-index: 3; right: .25%; top: 35%; width: 130px; color: rgba(247,243,233,.9); font-family: var(--serif); font-size: 1.45rem; font-style: italic; line-height: 1.05; text-align: center; transform: rotate(-5deg); }
.contact-note span { width: 42px; height: 1px; display: block; margin: 1.2rem auto 0; background: rgba(247,243,233,.64); }
.contact-layout { position: relative; z-index: 2; width: min(var(--container), calc(100% - var(--gutter)*2)); min-height: 820px; display: grid; grid-template-columns: 1.03fr .8fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); margin-inline: auto; padding: 6rem 0; }
.contact-copy h2 { color: var(--ivory); font-size: 4.1rem; }
.contact-copy > p:not(.eyebrow) { max-width: 660px; color: rgba(247,243,233,.76); font-size: 1.05rem; }
.contact-actions { display: flex; align-items: center; gap: 3rem; margin-top: 2.4rem; }
.contact-actions > a:not(.button) { padding-bottom: .35rem; border-bottom: 1px solid var(--line-light); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-points { display: flex; margin-top: 4rem; color: rgba(247,243,233,.72); }
.contact-points span { padding: 0 1.8rem; font-size: .64rem; }
.contact-points span:first-child { padding-left: 0; }
.contact-points span + span { border-left: 1px solid var(--line-light); }
.contact-panel { position: relative; right: 4.8rem; width: 100%; max-width: 500px; justify-self: end; padding: clamp(1.8rem, 3vw, 2.75rem); border: 1px solid rgba(247,243,233,.32); border-radius: 18px; background: rgba(13,29,23,.72); box-shadow: 0 35px 80px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.contact-panel > p { margin-bottom: .65rem; font-size: .7rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.contact-panel-intro { max-width: 420px; margin-bottom: 1.4rem; color: rgba(247,243,233,.64); font-family: var(--serif); font-size: .82rem; line-height: 1.45; }
.contact-panel label { display: block; margin-bottom: .8rem; }
.contact-panel label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.contact-panel input, .contact-panel textarea { width: 100%; padding: 1rem 1.1rem; color: var(--ivory); border: 1px solid rgba(247,243,233,.35); border-radius: 8px; outline: none; background: rgba(7,24,18,.35); resize: vertical; }
.contact-panel input::placeholder, .contact-panel textarea::placeholder { color: rgba(247,243,233,.66); }
.contact-panel input:focus, .contact-panel textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(183,200,121,.12); }
.contact-panel > a { display: flex; justify-content: center; gap: 1rem; margin-top: 1rem; padding: 1rem; border-radius: 100px; background: var(--olive); font-size: .62rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.contact-panel small { display: block; margin-top: 1rem; color: rgba(247,243,233,.68); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }

/* Footer */
.footer { padding: 5rem var(--gutter) 2rem; color: var(--ivory); background: var(--forest-2); border-top: 1px solid var(--line-light); }
.footer-grid { width: min(100%, var(--container)); display: grid; grid-template-columns: 1.25fr .7fr .7fr 1fr; gap: clamp(2.5rem, 6vw, 7rem); margin-inline: auto; }
.footer .brand { color: var(--ivory); font-size: 3rem; }
.footer-brand small { display: block; margin: .8rem 0 1.4rem; font-size: .55rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.footer-brand p { max-width: 330px; color: rgba(247,243,233,.62); font-family: var(--serif); }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .65rem; }
.footer-grid h3 { margin: 0 0 .7rem; font-family: var(--sans); font-size: .58rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) p { margin: 0; color: rgba(247,243,233,.68); font-family: var(--serif); }
.footer-bottom { position: relative; width: min(100%, var(--container)); display: grid; grid-template-columns: 1fr auto auto 1fr; align-items: center; gap: 2rem; margin: 4rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--line-light); color: rgba(247,243,233,.5); font-size: .5rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom svg { width: 300px; fill: none; stroke: var(--leaf); stroke-width: .7; opacity: .35; }
.footer-bottom div { justify-self: end; display: flex; gap: 1rem; }

@media (max-width: 1200px) {
  .site-header { gap: 1.5rem; }
  .nav-cta { display: none; }
  .hero { height: 830px; min-height: 830px; }
  .hero-frame { padding-top: 138px; }
  .hero-copy { width: 47%; }
  .hero h1 { font-size: 4.05rem; }
  .hero-art { left: 41%; right: -2%; top: 65px; }
  .floating-island { right: -13%; width: 117%; height: auto; }
  .hero-browser { right: 0; top: 21%; width: 68%; }
  .hero-card { right: 1%; width: 165px; min-height: 176px; }
  .hero-pillars { width: 390px; }
  .services-top-branch { right: -20px; width: min(920px, 76vw); }
  .services-hero { min-height: 455px; }
  .services-heading { width: 61%; }
  .service-slide { grid-template-columns: minmax(340px, 40%) 1fr 126px; }
  .service-slide-copy { padding-left: 2.25rem; }
  .service-proof-rail { padding-inline: .8rem; }
  .envision-feature { grid-template-columns: minmax(340px, 37%) 1fr 126px; }
  .envision-copy { padding-left: 2.35rem; }
  .envision-proof { padding-inline: .8rem; }
  .manifesto { grid-template-columns: .75fr 1.25fr; }
  .manifesto-visual { display: none; }
  .impact-copy h2 { font-size: 3.55rem; }
  .approach { grid-template-columns: .9fr 1.1fr; gap: 3rem; }
  .approach-copy h2 { font-size: 3.65rem; }
  .process { gap: 4rem; }
  .process-card { width: 70%; }
  .process-item.right .process-card { margin-right: 6%; }
  .process-item.left .process-card { margin-left: 6%; }
  .about-copy h2 { font-size: 3.45rem; }
  .contact-layout { grid-template-columns: 1fr .85fr; gap: 3rem; }
  .contact-panel { right: 0; }
  .contact-copy h2 { font-size: 4.15rem; }
  .contact-note { display: none; }
  .contact-points span { padding-inline: 1rem; }
  .footer-grid { grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 2.5rem; }
}

@media (max-width: 980px) {
  :root { --gutter: clamp(1.3rem, 4vw, 2.8rem); }
  .desktop-nav { display: none; }
  .menu-button { display: grid; margin-left: auto; }
  .hero { height: 880px; min-height: 880px; }
  .hero-frame { padding-top: 126px; }
  .hero-copy { width: 49%; }
  .hero h1 { font-size: 4.1rem; }
  .hero .lede { max-width: 380px; font-size: 1.05rem; }
  .hero-art { left: 38%; right: -3%; top: 96px; bottom: 0; }
  .hero-browser { top: 23%; right: 8%; width: 72%; }
  .browser-screen { min-height: 0; }
  .browser-screen img { height: 100%; }
  .hero-card { display: none; }
  .hero-pillars { width: 360px; gap: 1.2rem; }
  .hero-side-note { display: none; }
  .section-intro { grid-template-columns: 1fr; gap: 2rem; }
  .section-intro > div:last-child { max-width: 620px; margin-left: 18%; }
  .services-atmosphere { height: 680px; }
  .services-top-branch { top: -35px; right: -35px; width: 820px; }
  .services-orbit { right: -100px; width: 420px; }
  .services-hero { min-height: 455px; }
  .services-heading { width: 62%; }
  .services-heading h2 { margin-top: 2rem; font-size: 3.45rem; }
  .services-mantra { display: none; }
  .service-tab { grid-template-columns: 1fr; gap: .25rem; padding-inline: .55rem; }
  .service-tab span { font-size: .76rem; }
  .service-slide { min-height: 465px; grid-template-columns: minmax(320px, 40%) 1fr 112px; }
  .service-slide-copy { padding: 2.2rem 1rem 2.2rem 2rem; }
  .service-slide-copy h3 { font-size: 3.2rem; }
  .service-slide-copy > p:not(.eyebrow) { font-size: .78rem; }
  .service-proof-rail b { font-size: 1.8rem; }
  .service-proof-rail span { font-size: .41rem; }
  .mock-laptop { left: 1%; right: 1%; }
  .mock-phone { right: -1%; }
  .work-grid { grid-template-columns: repeat(3, minmax(365px,1fr)); width: auto; max-width: none; margin-left: 0; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1.5rem; }
  .work-card { scroll-snap-align: start; }
  .work-image { height: 430px; }
  .envision-feature { min-height: 510px; grid-template-columns: minmax(325px, 40%) 1fr 110px; }
  .envision-copy { padding: 2.2rem 1rem 2.2rem 2rem; }
  .envision-copy h3 { font-size: 3.2rem; }
  .envision-copy > p:not(.eyebrow) { font-size: .78rem; }
  .envision-proof { padding-inline: .65rem; }.envision-proof b { font-size: 1.7rem; }.envision-proof span { font-size: .39rem; }
  .values-grid { gap: .7rem; }
  .value-card { min-height: 560px; padding: 1.6rem; }
  .value-card h3 { font-size: 2.5rem; }
  .impact-top { gap: 3.5rem; }
  .impact-atmosphere { right: -18%; width: 58%; opacity: .2; }
  .impact-copy h2 { font-size: 3.9rem; }
  .impact-stats > div { grid-template-columns: .8fr 1fr; }
  .approach { grid-template-columns: 1fr; }
  .approach-copy { position: relative; top: 0; max-width: 720px; }
  .approach-copy h2 { max-width: 680px; }
  .process { width: min(100%, 760px); margin-left: auto; }
  .about { grid-template-columns: 1fr; }
  .about-copy { max-width: 720px; }
  .about-principles { max-width: 680px; }
  .about-art { width: min(100%, 760px); margin-left: auto; }
  .contact-layout { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .contact-copy h2 { font-size: 4rem; }
  .contact-points { flex-wrap: wrap; gap: 1rem; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid var(--line-light); }
  .footer-bottom { grid-template-columns: 1fr 1fr; }
  .footer-bottom svg { display: none; }
  .footer-bottom div { justify-self: end; }
}

@media (max-width: 760px) {
  h2 { font-size: 3.1rem; }
  .site-header { height: 82px; }
  .brand { font-size: 1.75rem; }
  .hero { height: 1020px; min-height: 1020px; }
  .hero-frame { width: calc(100% - var(--gutter) * 2); padding-top: 110px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 3.7rem; }
  .hero .lede { max-width: 94%; font-size: 1rem; }
  .hero-actions { margin-top: 1.4rem; }
  .hero-art { left: -18%; right: -30%; top: 455px; bottom: 90px; }
  .floating-island { right: 0; width: 100%; height: auto; object-position: center bottom; }
  .hero-browser { top: 13%; right: 16%; width: 58%; }
  .browser-top { height: 32px; padding-inline: 9px; }
  .browser-top b { font-size: .7rem; }
  .browser-top span { display: none; }
  .browser-screen { min-height: 0; }
  .browser-screen img { height: 100%; }
  .hero-pillars { bottom: 22px; width: 100%; gap: .8rem; padding-top: 1rem; }
  .hero-pillars span { font-size: .44rem; letter-spacing: .15em; }
  .orbit-a { right: -50%; top: 415px; width: 125%; }
  .orbit-b { display: none; }
  .section-intro > div:last-child { margin-left: 0; }
  .services { padding-top: 4.5rem; }
  .services-atmosphere { height: 620px; }
  .services-top-branch { top: -15px; right: -120px; width: 660px; opacity: .78; }
  .services-orbit { top: 25px; right: -155px; width: 360px; }
  .services-soft-foliage { opacity: .16; }
  .services-hero { min-height: 510px; }
  .services-heading { width: 100%; }
  .services-heading h2 { max-width: 570px; margin-top: 1.8rem; font-size: 3.1rem; }
  .services-heading > p:not(.eyebrow) { max-width: 470px; font-size: 1rem; }
  .service-tabs { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x proximity; }
  .service-tabs::-webkit-scrollbar { display: none; }
  .service-tab { flex: 0 0 138px; scroll-snap-align: start; grid-template-columns: auto 1fr; padding: .9rem .7rem; }
  .service-tab.active { box-shadow: inset 0 -2px 0 var(--olive); }
  .service-tabs-indicator { display: none; }
  .service-panels { margin-top: .9rem; }
  .service-slide { min-height: 830px; display: block; }
  .service-slide-bg { background-image: linear-gradient(180deg, rgba(247,243,233,.99) 0%, rgba(247,243,233,.96) 37%, rgba(247,243,233,.12) 57%, rgba(7,20,16,.86) 100%), url("assets/botanical/envision-case-environment-phase1.png"); background-position: center, 61% center; }
  .service-slide::after { inset: auto 0 0; height: 42%; }
  .service-slide-copy { height: 390px; justify-content: flex-start; padding: 2rem; }
  .service-slide-copy .eyebrow { margin-bottom: 1rem; }
  .service-slide-copy h3 { font-size: 3.5rem; }
  .service-slide-copy h4 { margin-bottom: .7rem; }
  .service-slide-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 1rem; }
  .service-slide-copy .button { min-width: 190px; }
  .service-visual { position: absolute; left: 0; right: 0; top: 390px; bottom: 112px; }
  .service-proof-rail { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; height: 112px; grid-template: 1fr / repeat(3,1fr); padding: .7rem 1rem; background: rgba(7,20,16,.64); backdrop-filter: blur(8px); }
  .service-proof-rail span { padding: 0 .7rem; border-right: 1px solid rgba(247,243,233,.22); border-bottom: 0; text-align: center; }
  .service-proof-rail span:last-child { border-right: 0; }
  .service-proof-rail b { font-size: 1.6rem; }
  .search-window, .ad-dashboard, .editorial-window, .strategy-board { left: 7%; right: 7%; }
  .social-phone { width: 30%; }.phone-a { left: 18%; }.phone-b { left: 48%; }
  .section-tail { align-items: flex-start; flex-direction: column; gap: .8rem; margin-top: 3rem; }
  .work-intro aside { display: none; }
  .work-grid { width: 100%; max-width: 100%; grid-template-columns: repeat(3,minmax(86vw,1fr)); }
  .work-image { height: 410px; }
  .work-proof { width: 70%; height: 132px; }
  .envision-feature { min-height: 855px; display: block; margin-top: 4rem; }
  .envision-backdrop { background-image: linear-gradient(180deg, rgba(247,243,233,.99) 0%, rgba(247,243,233,.97) 37%, rgba(247,243,233,.1) 59%, rgba(7,20,16,.86) 100%), url("assets/botanical/envision-case-environment-phase1.png"); background-position: center, 62% center; }
  .envision-copy { height: 390px; justify-content: flex-start; padding: 2rem; }
  .envision-copy h3 { font-size: 3.5rem; }
  .envision-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 1rem; }
  .envision-devices { position: absolute; left: 0; right: 0; top: 390px; bottom: 112px; }
  .envision-proof { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; height: 112px; grid-template: 1fr / repeat(3,1fr); padding: .7rem 1rem; background: rgba(7,20,16,.64); backdrop-filter: blur(8px); }
  .envision-proof span { padding: 0 .7rem; border-right: 1px solid rgba(247,243,233,.22); border-bottom: 0; text-align: center; }
  .envision-proof span:last-child { border-right: 0; }
  .envision-proof b { font-size: 1.55rem; }
  .envision-laptop { left: 7%; right: 7%; }.envision-phone { right: 6%; }
  .work-footer { grid-template-columns: 1fr; gap: 1rem; }
  .work-footer a { justify-self: start; }
  .values-leaf { width: 48%; }
  .values-title { margin-left: auto; }
  .values-lede { margin-left: auto; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 510px; }
  .manifesto { grid-template-columns: 1fr; gap: 3rem; margin-top: 4rem; padding-top: 3.5rem; }
  .impact-top { grid-template-columns: 1fr; }
  .impact-atmosphere, .impact-overline { display: none; }
  .impact-stats { padding-left: 2rem; }
  .impact-stats > div { min-height: 150px; }
  .impact-stats > div::before { left: calc(-2rem + 4px); }
  .impact-feature { min-height: 790px; grid-template-columns: 1fr; }
  .impact-feature-copy { width: 100%; align-self: start; padding: 2rem; }
  .impact-feature-copy h3 { font-size: 2.85rem; }
  .impact-device { left: 6%; right: 6%; top: auto; bottom: 8%; width: 88%; }
  .impact-feature-stats { left: 10%; right: 10%; top: auto; bottom: 3%; width: auto; flex-direction: row; justify-content: space-between; }
  .impact-feature-stats span { flex: 1; padding: .65rem; }
  .impact-feature-stats span + span { border-top: 0; border-left: 1px solid var(--line-light); }
  .source-line { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .process { padding-left: 25px; gap: 4.5rem; }
  .process-line { left: 25px; }
  .process-item { min-height: 390px; display: block; }
  .process-no { left: 0; width: 48px; height: 48px; }
  .process-card, .process-item.right .process-card, .process-item.left .process-card { width: calc(100% - 25px); min-height: 285px; margin: 65px 0 0 25px; border-radius: 4px 18px 18px 18px; }
  .process-image, .process-item.right .process-image, .process-item.left .process-image { left: auto; right: 0; top: 0; width: 47%; height: 130px; opacity: .84; }
  .process-output { margin-top: 1.05rem; }
  .about-principles p { grid-template-columns: minmax(140px,.7fr) 1.3fr; }
  .about-facts { grid-template-columns: repeat(3,1fr); }
  .about-art { min-height: 690px; }
  .portrait { width: 56%; height: 58%; }
  .about-team-card { width: 60%; }
  .about-note { display: none; }
  .contact { min-height: auto; }
  .contact-layout { min-height: 0; grid-template-columns: 1fr; padding-block: 6rem; }
  .contact-shade { background: linear-gradient(180deg,rgba(7,24,18,.98),rgba(7,24,18,.68)); }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .contact-points { align-items: flex-start; flex-direction: column; }
  .contact-points span { padding: 0; }
  .contact-points span + span { border: 0; }
  .contact-panel { margin-top: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom div { justify-self: start; }
}

@media (max-width: 460px) {
  .hero { min-height: 1020px; }
  .hero h1 { font-size: 2.62rem; letter-spacing: -.06em; }
  .hero-art { top: 535px; bottom: 55px; }
  .hero-browser { display: none; }
  .services-atmosphere { height: 570px; }
  .services-top-branch { top: 38px; right: -200px; width: 540px; opacity: .68; }
  .services-orbit { right: -175px; width: 320px; }
  .services-hero { min-height: 540px; }
  .services-heading h2 { max-width: 390px; font-size: 2.9rem; }
  .services-heading > p:not(.eyebrow) { max-width: 330px; font-size: .9rem; }
  .service-slide { min-height: 800px; }
  .service-slide-copy { height: 405px; padding: 1.55rem; }
  .service-slide-copy h3 { font-size: 3.35rem; }
  .service-slide-copy h4 { font-size: .78rem; }
  .service-slide-copy > p:not(.eyebrow) { font-size: .73rem; line-height: 1.52; }
  .service-slide-copy .button { min-width: 178px; padding: .78rem 1rem; }
  .service-visual { top: 405px; bottom: 110px; }
  .service-proof-rail { height: 110px; padding-inline: .25rem; }
  .service-proof-rail span { padding-inline: .35rem; font-size: .35rem; letter-spacing: .1em; }
  .service-proof-rail b { font-size: 1.35rem; }
  .mock-laptop { top: 19%; }.mock-phone { width: 25%; height: 57%; }
  .search-body, .editorial-page, .strategy-board { padding: 1.25rem; }
  .search-body strong, .editorial-page strong, .strategy-board strong { font-size: 2rem; }
  .dashboard-grid { grid-template-columns: 1fr; padding: 1.15rem; }.dashboard-grid > div:first-child { display: none; }.chart { min-height: 160px; }
  .social-phone { width: 36%; }.phone-a { left: 9%; }.phone-b { left: 45%; }
  .ranking-card, .ad-card, .content-page, .strategy-seal, .social-badge { right: 3%; padding: .8rem; }
  .work-image { height: 390px; }
  .work-proof { width: 76%; height: 118px; }
  .envision-feature { min-height: 820px; }
  .envision-copy { height: 410px; padding: 1.55rem; }
  .envision-copy h3 { font-size: 2.85rem; line-height: .92; }
  .envision-copy h4 { font-size: .78rem; }
  .envision-copy > p:not(.eyebrow) { font-size: .73rem; line-height: 1.5; }
  .envision-copy .button { min-width: 178px; padding: .78rem 1rem; }
  .envision-devices { top: 410px; bottom: 110px; }
  .envision-proof { height: 110px; padding-inline: .25rem; }
  .envision-proof span { padding-inline: .35rem; font-size: .35rem; letter-spacing: .1em; }
  .envision-proof b { font-size: 1.3rem; }
  .mobile-break { display: block; }
  .values-title { font-size: 2.8rem; line-height: .96; }
  .impact-stats > div { grid-template-columns: 1fr; align-content: center; gap: .35rem; }
  .promise { padding: 1.4rem; }
  .promise-points { grid-template-columns: 1fr; }
  .promise-points span { padding: .65rem 0; }
  .promise-points span + span { border-top: 1px solid var(--line); border-left: 0; }
  .impact-feature { min-height: 720px; }
  .impact-feature-copy { padding: 1.55rem; }
  .impact-feature-copy h3 { font-size: 2.2rem; line-height: .94; letter-spacing: -.045em; }
  .approach-copy h2 { font-size: 3.25rem; }
  .approach-note { grid-template-columns: 88px 1fr; gap: .8rem; margin-top: 2.4rem; }
  .process { gap: 3.5rem; }
  .process-item { min-height: 405px; }
  .process-card, .process-item.right .process-card, .process-item.left .process-card { min-height: 300px; padding: 1.45rem; }
  .process-card > svg { right: 1.1rem; top: 1.05rem; width: 29px; height: 29px; }
  .process-card h3 { font-size: 2.65rem; }
  .process-output { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .process-output b { text-align: left; }
  .about-copy h2 { font-size: 3.25rem; }
  .about-principles p { grid-template-columns: 1fr; gap: .2rem; }
  .about-facts { grid-template-columns: 1fr 1fr; }
  .about-art { min-height: 650px; }
  .about-backdrop { inset: 4% 0 4% 4%; }
  .portrait { left: 3%; top: 7%; width: 70%; height: 58%; }
  .owner-label { left: 27%; top: 53%; min-width: 220px; }
  .about-team-card { left: 6%; right: 6%; bottom: 4%; width: auto; }
  .contact-copy h2 { font-size: 3.8rem; }
  .contact-panel { padding: 1.8rem; }
  .owner-label { min-width: 215px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 1200px) {
  .partnership-layout { gap: 3.5rem; }
  .partnership-copy h2 { font-size: 3.55rem; }
  .partnership-visual { min-height: 520px; }
  .partnership-rail > * { min-height: 210px; padding: 1.5rem; }
  .partnership-rail article > span { right: 1.5rem; top: 1.5rem; }
  .insights-grid { grid-template-columns: 1.08fr .92fr; }
}

@media (max-width: 980px) {
  .partnership-layout { grid-template-columns: 1fr; }
  .partnership-copy { max-width: 720px; }
  .partnership-visual { width: min(100%, 760px); min-height: 560px; margin-left: auto; }
  .partnership-rail { grid-template-columns: repeat(2,1fr); }
  .partnership-rail > * + * { border-left: 0; }
  .partnership-rail > *:nth-child(even) { border-left: 1px solid var(--line); }
  .partnership-rail > *:nth-child(n+3) { border-top: 1px solid var(--line); }
  .insights-heading { grid-template-columns: 1fr .75fr; gap: 3rem; }
  .insights-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .insight-feature { grid-column: 1 / -1; grid-row: auto; min-height: 620px; }
  .insight-compact { min-height: 540px; grid-template-columns: 1fr; grid-template-rows: 1.02fr .98fr; }
}

@media (max-width: 760px) {
  .partnership-kicker span:last-child { display: none; }
  .partnership-layout { gap: 3rem; }
  .partnership-copy h2 { font-size: 3.1rem; }
  .partnership-visual { min-height: 490px; }
  .partnership-rail { grid-template-columns: 1fr; margin-top: 3rem; }
  .partnership-rail > * { min-height: 170px; }
  .partnership-rail > *:nth-child(even) { border-left: 0; }
  .partnership-rail > * + * { border-top: 1px solid var(--line); }
  .partnership-rail-intro { min-height: 130px; flex-direction: row; align-items: flex-end; }
  .insights-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .insights-heading h2 { font-size: 3.1rem; }
  .insights-heading > div:last-child { max-width: 560px; }
  .insights-grid { grid-template-columns: 1fr; margin-top: 2.75rem; }
  .insight-feature { grid-column: auto; min-height: 610px; }
  .insight-compact { min-height: 320px; grid-template-columns: .9fr 1.1fr; grid-template-rows: 1fr; }
  .insights-tail { align-items: flex-start; flex-direction: column; gap: .85rem; }
}

@media (max-width: 460px) {
  .partnership-kicker { margin-bottom: 2.5rem; }
  .partnership-copy h2 { font-size: 2.85rem; }
  .partnership-copy .partnership-lede { font-size: 1.15rem; }
  .partnership-visual { min-height: 430px; }
  .partnership-visual figcaption { left: 1.25rem; bottom: 1.25rem; font-size: 1.2rem; }
  .partnership-stamp { right: 1rem; top: 1rem; width: 112px; }
  .partnership-rail > * { padding: 1.35rem; }
  .partnership-rail article > span { right: 1.35rem; top: 1.35rem; }
  .insights-heading h2 { font-size: 2.85rem; }
  .insight-feature { min-height: 580px; grid-template-rows: 1.05fr .95fr; }
  .insight-compact { min-height: 500px; grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; }
  .insight-copy { padding: 1.45rem; }
  .insight-copy h3 { font-size: 2rem; }
  .insight-compact .insight-copy { padding: 1.45rem; }
  .insight-compact .insight-copy h3 { font-size: 1.8rem; }
}

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