:root {
  --ink: #14251f;
  --green: #17382d;
  --green-2: #234b3d;
  --paper: #efe9de;
  --paper-2: #e3dbcf;
  --lime: #dfff67;
  --on-lime: #17382d;
  --orange: #f16c3b;
  --line: rgba(20, 37, 31, .17);
  --muted: #667069;
  --display: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

html.theme-dark {
  --ink: #f2efe7;
  --paper: #101814;
  --paper-2: #17231d;
  --line: rgba(242,239,231,.15);
  --muted: #a5b1ab;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -50px; left: 20px; color: var(--on-lime); background: var(--lime); padding: 12px 18px; border-radius: 0 0 10px 10px; font-weight: 800; }
.skip-link:focus { top: 0; }
.scroll-progress { position: fixed; z-index: 90; inset: 0 0 auto; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--orange); transform: scaleX(0); transform-origin: left; will-change: transform; }
.cursor-glow { position: fixed; z-index: 4; left: 0; top: 0; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(223,255,103,.16), transparent 68%); pointer-events: none; opacity: 0; transform: translate3d(-50%,-50%,0); transition: opacity .25s; mix-blend-mode: multiply; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(244,240,232,.91); box-shadow: 0 1px rgba(20,37,31,.1); backdrop-filter: blur(18px); }
.nav-wrap { height: 86px; display: flex; align-items: center; gap: 46px; }
.brand { font-family: var(--display); font-size: 31px; line-height: 1; letter-spacing: -.04em; }
.brand span { color: var(--orange); }
.desktop-nav { display: flex; align-items: center; gap: 33px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 700; color: #4b5650; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -9px; background: var(--orange); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav .is-active::after { right: 0; }
.nav-cta { margin-left: 12px; padding: 13px 19px; border: 1px solid var(--ink); border-radius: 100px; font-size: 12px; font-weight: 800; transition: .2s; }
.nav-cta:hover { background: var(--ink); color: white; }
.nav-cta span { margin-left: 8px; }
.home-theme-toggle { position: relative; display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; padding: 0; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: rgba(244,240,232,.55); cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.home-theme-toggle:hover { transform: translateY(-2px) rotate(7deg); background: var(--lime); color: #17382d; border-color: var(--lime); }
.home-theme-toggle:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.theme-icon { position: absolute; width: 18px; height: 18px; color: currentColor; background: currentColor; transition: opacity .2s, transform .3s; }
.theme-icon-moon { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.2 15.2A8.7 8.7 0 0 1 8.8 3.8 8.8 8.8 0 1 0 20.2 15.2Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.2 15.2A8.7 8.7 0 0 1 8.8 3.8 8.8 8.8 0 1 0 20.2 15.2Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat; }
.theme-icon-sun { opacity: 0; transform: rotate(-45deg) scale(.6); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='black'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M11 0h2v5h-2zM11 19h2v5h-2zM19 11h5v2h-5zM0 11h5v2H0zM19.1 3.5l1.4 1.4-3.6 3.6-1.4-1.4zM3.5 19.1l3.6-3.6 1.4 1.4-3.6 3.6zM19.1 20.5l-3.6-3.6 1.4-1.4 3.6 3.6zM3.5 4.9l1.4-1.4 3.6 3.6-1.4 1.4z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='black'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M11 0h2v5h-2zM11 19h2v5h-2zM19 11h5v2h-5zM0 11h5v2H0zM19.1 3.5l1.4 1.4-3.6 3.6-1.4-1.4zM3.5 19.1l3.6-3.6 1.4 1.4-3.6 3.6zM19.1 20.5l-3.6-3.6 1.4-1.4 3.6 3.6zM3.5 4.9l1.4-1.4 3.6 3.6-1.4 1.4z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat; }
html.theme-dark .theme-icon-moon { opacity: 0; transform: rotate(45deg) scale(.6); }
html.theme-dark .theme-icon-sun { opacity: 1; transform: rotate(0) scale(1); }
html.theme-dark .home-theme-toggle { border-color: rgba(223,255,103,.45); box-shadow: 0 0 0 4px rgba(223,255,103,.045), 0 0 20px rgba(223,255,103,.09); }
html.theme-dark .theme-icon-sun { animation: home-theme-sun-spin 3.6s linear infinite; text-shadow: 0 0 12px rgba(223,255,103,.55); }
@keyframes home-theme-sun-spin { 0% { transform: rotate(0deg) scale(1); } 50% { transform: rotate(180deg) scale(1.13); } 100% { transform: rotate(360deg) scale(1); } }
.menu-button, .mobile-nav { display: none; }

html.theme-dark .site-header.is-scrolled { background: rgba(16,24,20,.9); box-shadow: 0 1px rgba(255,255,255,.1); }
html.theme-dark .home-theme-toggle { background: rgba(255,255,255,.04); }
html.theme-dark .desktop-nav a, html.theme-dark .eyebrow, html.theme-dark .hero-lead, html.theme-dark .hero-proof span, html.theme-dark .section-heading > p, html.theme-dark .about-heading > p, html.theme-dark .service-row p, html.theme-dark .service-row ul, html.theme-dark .process-title p, html.theme-dark .process-list p, html.theme-dark .insights-head > p, html.theme-dark .editors-copy p, html.theme-dark .index-label, html.theme-dark .journal-all span { color: var(--muted); }
html.theme-dark .about-section, html.theme-dark .services-section { background: #131e19; }
html.theme-dark .insights-section { background: var(--paper-2); }
html.theme-dark .availability-card, html.theme-dark .featured-work, html.theme-dark .contact-form { color: var(--ink); background: #19261f; }
html.theme-dark .availability-card p, html.theme-dark .work-copy p { color: var(--muted); }
html.theme-dark .browser-bar { color: #aab6b0; background: #233229; }
html.theme-dark .service-row > a { background: #24352c; }
html.theme-dark .cursor-glow { mix-blend-mode: screen; opacity: .35; }

.hero { position: relative; padding-top: 86px; min-height: 100vh; overflow: hidden; }
.hero::before { content: ""; position: absolute; right: -120px; top: 120px; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(223,255,103,.22), transparent 69%); animation: ambientPulse 7s ease-in-out infinite; pointer-events: none; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; padding-block: 62px 58px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #556059; }
.eyebrow span { width: 28px; height: 1px; background: var(--orange); }
.hero h1 { max-width: 700px; margin: 27px 0 24px; font-family: var(--display); font-size: clamp(58px, 6.35vw, 94px); line-height: .91; letter-spacing: -.045em; font-weight: 400; }
.hero h1 em, .section-heading h2 em, .process-title h2 em, .contact-intro h2 em { color: var(--orange); font-weight: 400; }
.hero h1 em { display: block; min-height: .94em; }
.hero h1 [data-hero-word] { display: inline-block; transform-origin: left bottom; transition: opacity .28s ease, transform .4s cubic-bezier(.16,1,.3,1), filter .3s; }
.hero h1 [data-hero-word].is-changing { opacity: 0; filter: blur(6px); transform: translateY(12px) skewX(-5deg); }
.hero-lead { max-width: 600px; margin: 0; color: #526059; font-size: 17px; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 35px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 32px; border-radius: 100px; padding: 17px 24px; font-size: 12px; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--lime); color: var(--on-lime); box-shadow: 0 12px 30px rgba(76,95,23,.15); }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-block: 8px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; gap: 5px; }
.hero-proof strong { font-family: var(--display); font-size: 28px; font-weight: 400; }
.hero-proof span { color: #6b746f; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { --hero-sat: .78; --tone-opacity: .18; position: relative; max-width: 490px; justify-self: end; padding: 18px 25px 24px 12px; }
.hero-visual::before { content: ""; position: absolute; inset: 0 0 34px 36px; border: 1px solid rgba(20,37,31,.26); border-radius: 260px 260px 24px 24px; transform: rotate(4deg); animation: frameBreathe 5.5s ease-in-out infinite; }
.portrait-frame { --lens-x: 62%; --lens-y: 38%; position: relative; height: 600px; overflow: hidden; background: var(--green); border-radius: 240px 240px 18px 18px; }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(15,42,32,.52)); pointer-events: none; }
.portrait-frame img { width: 100%; height: 108%; object-fit: cover; object-position: 50% 28%; filter: saturate(var(--hero-sat)) contrast(1.04); transition: filter .25s linear; will-change: transform, filter; }
.portrait-tone { position: absolute; z-index: 1; inset: 0; background: #d8d1c3; mix-blend-mode: color; opacity: var(--tone-opacity); pointer-events: none; transition: opacity .25s linear; }
.portrait-label { position: absolute; z-index: 2; left: 30px; bottom: 25px; color: white; font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: .13em; }
.growth-lens { position: absolute; z-index: 4; left: var(--lens-x); top: var(--lens-y); width: 164px; height: 164px; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: radial-gradient(circle, rgba(223,255,103,.13), rgba(15,42,32,.13)); box-shadow: 0 18px 55px rgba(15,42,32,.25), inset 0 0 0 8px rgba(255,255,255,.08); backdrop-filter: saturate(1.65) brightness(1.08); transform: translate(-50%,-50%); animation: lensDrift 8s ease-in-out infinite; pointer-events: none; }
.portrait-frame.is-exploring .growth-lens { animation: none; }
.growth-lens::before, .growth-lens::after { content: ""; position: absolute; background: rgba(255,255,255,.35); }
.growth-lens::before { left: 50%; top: 18px; bottom: 18px; width: 1px; }
.growth-lens::after { top: 50%; left: 18px; right: 18px; height: 1px; }
.lens-crosshair { position: absolute; z-index: 2; left: 50%; top: 50%; width: 10px; height: 10px; border: 2px solid var(--lime); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 5px rgba(223,255,103,.18); }
.lens-node { position: absolute; z-index: 2; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(223,255,103,.15); }
.node-one { left: 34px; top: 45px; }.node-two { right: 31px; top: 62px; }.node-three { left: 58px; bottom: 31px; }
.lens-label { position: absolute; z-index: 2; color: white; font: 800 7px/1 var(--sans); letter-spacing: .12em; }
.label-one { left: 24px; top: 27px; }.label-two { right: 19px; top: 43px; }.label-three { left: 48px; bottom: 16px; }
.frame-tracer { position: absolute; z-index: 2; right: 20px; top: 94px; width: 3px; height: 96px; border-radius: 99px; background: linear-gradient(transparent, var(--lime), var(--orange), transparent); filter: drop-shadow(0 0 8px rgba(223,255,103,.7)); animation: traceFrame 5s ease-in-out infinite; pointer-events: none; }
.availability-card { --react-x: 0px; --react-y: 0px; position: absolute; z-index: 3; left: -43px; top: 78px; display: flex; align-items: flex-start; gap: 11px; padding: 15px 17px; border-radius: 12px; background: white; box-shadow: 0 18px 50px rgba(25,43,34,.15); transform: translate3d(var(--react-x),var(--react-y),0) rotate(-4deg); animation: floatCard 5.5s ease-in-out infinite; }
.availability-card p { margin: 0; font-size: 10px; line-height: 1.6; color: #68726c; }
.availability-card strong { color: var(--ink); font-size: 10px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #64b838; box-shadow: 0 0 0 4px rgba(100,184,56,.15); margin-top: 4px; }
.strategy-card { --react-x: 0px; --react-y: 0px; position: absolute; z-index: 3; right: -14px; bottom: 0; width: 185px; padding: 17px; border-radius: 13px; color: var(--on-lime); background: var(--lime); box-shadow: 0 18px 45px rgba(29,53,43,.18); transform: translate3d(var(--react-x),var(--react-y),0) rotate(4deg); animation: floatCardAlt 6s 1s ease-in-out infinite; }
.strategy-card span { display: block; margin-top: 9px; font-size: 10px; font-weight: 800; }
.mini-chart { height: 34px; display: flex; align-items: flex-end; gap: 5px; }
.mini-chart i { flex: 1; height: 25%; border-radius: 2px 2px 0 0; background: var(--green); transform-origin: bottom; animation: chartSignal 2.8s ease-in-out infinite; }
.mini-chart i:nth-child(2) { height: 40%; animation-delay: .12s; }.mini-chart i:nth-child(3) { height: 33%; animation-delay: .24s; }.mini-chart i:nth-child(4) { height: 65%; animation-delay: .36s; }.mini-chart i:nth-child(5) { height: 100%; animation-delay: .48s; }
@keyframes floatCard { 50% { transform: translate3d(var(--react-x),calc(var(--react-y) - 10px),0) rotate(-2deg); } }
@keyframes floatCardAlt { 50% { transform: translate3d(var(--react-x),calc(var(--react-y) + 9px),0) rotate(2deg); } }
@keyframes chartSignal { 50% { transform: scaleY(.68); opacity: .72; } }
@keyframes lensDrift { 0%,100% { left: 60%; top: 38%; } 38% { left: 38%; top: 55%; } 68% { left: 68%; top: 65%; } }
@keyframes traceFrame { 0%,100% { transform: translateY(0); opacity: .25; } 50% { transform: translateY(330px); opacity: 1; } }
@keyframes frameBreathe { 50% { border-color: rgba(204,91,51,.55); box-shadow: 0 0 0 8px rgba(223,255,103,.05); } }
@keyframes ambientPulse { 50% { transform: scale(1.12) translate(-18px, 12px); opacity: .72; } }
.client-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.strip-inner > span { color: #7d847f; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.strip-inner div { font-family: var(--display); font-size: 17px; }
.strip-inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }

.section { padding: 108px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: start; gap: 44px; margin-bottom: 74px; }
.section-heading > div:first-child { display: flex; align-items: center; gap: 16px; padding-top: 12px; }
.section-index { display: inline-flex; width: 29px; height: 29px; justify-content: center; align-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; font-weight: 800; }
.section-heading h2, .process-title h2, .contact-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(48px, 5vw, 72px); line-height: .98; letter-spacing: -.035em; font-weight: 400; }
.section-heading > p { margin: 12px 0 0; color: #667069; font-size: 13px; line-height: 1.75; }

.about-section { position: relative; background: #f8f5ef; }
.about-heading { display: grid; grid-template-columns: .8fr 1.65fr .75fr; align-items: start; gap: 44px; margin-bottom: 56px; }
.about-heading > div { display: flex; align-items: center; gap: 16px; padding-top: 10px; }
.about-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(48px, 4.8vw, 70px); line-height: .96; letter-spacing: -.04em; font-weight: 400; }
.about-heading h2 em { color: var(--orange); font-weight: 400; }
.about-heading > p { margin: 10px 0 0; color: #65716a; font-size: 12px; line-height: 1.75; }
.about-stage { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 560px; }
.about-portrait { --rx: 0deg; --ry: 0deg; position: relative; max-width: none; min-height: 560px; overflow: hidden; background: #c8d0ca; transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)); transform-origin: right center; }
.about-portrait::before { display: none; }
.about-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(10,32,24,.62)); pointer-events: none; }
.about-portrait img { position: absolute; inset: -4% 0 auto; width: 100%; height: 112%; object-fit: cover; object-position: 67% 67%; filter: saturate(.62) contrast(1.02); will-change: transform; }
.portrait-caption { position: absolute; z-index: 2; left: 25px; bottom: 22px; color: white; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.about-stamp { position: absolute; z-index: 3; right: 22px; top: 22px; bottom: auto; width: 104px; height: 104px; display: grid; place-content: center; border-radius: 50%; color: var(--on-lime); background: var(--lime); text-align: center; transform: rotate(7deg); }
.about-stamp strong { font-family: var(--display); font-size: 32px; line-height: 1; font-weight: 400; }
.about-stamp span { margin-top: 5px; font-size: 8px; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }
.about-story { position: relative; display: flex; flex-direction: column; padding: 58px 58px 48px; color: white; background: var(--green); overflow: hidden; }
.about-story::after { content: ""; position: absolute; right: -90px; bottom: -120px; width: 300px; height: 300px; border: 1px solid rgba(223,255,103,.24); border-radius: 50%; box-shadow: 0 0 0 38px rgba(223,255,103,.04), 0 0 0 76px rgba(223,255,103,.025); }
.story-mark { position: absolute; right: 42px; top: 8px; color: var(--lime); font-family: var(--display); font-size: 128px; line-height: 1; opacity: .72; }
.about-lead { position: relative; z-index: 1; max-width: 670px; margin: 18px 0 0; font-family: var(--display); font-size: clamp(27px, 2.5vw, 37px); line-height: 1.18; }
.about-columns { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin: 38px 0 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); }
.about-columns p { margin: 0; color: #b8c7c0; font-size: 11px; line-height: 1.75; }
.about-skills { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 30px; }
.about-skills span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 50px; color: #dce5e1; font-size: 8px; font-weight: 700; }
.story-link { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: space-between; width: 165px; margin-top: auto; padding-bottom: 7px; border-bottom: 1px solid var(--lime); color: var(--lime); font-size: 10px; font-weight: 800; }

.tools-band { overflow: hidden; padding: 58px 0 0; color: white; background: var(--green); border-bottom: 1px solid rgba(255,255,255,.12); }
.tools-heading { display: grid; grid-template-columns: .7fr 1.5fr auto; align-items: start; gap: 40px; padding-bottom: 44px; }
.tools-heading .kicker { color: var(--lime); }
.tools-heading p { margin: -4px 0 0; font-family: var(--display); font-size: 21px; }
.tools-heading a { font-size: 10px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 5px; }
.tools-marquee { border-top: 1px solid rgba(255,255,255,.14); padding: 28px 0; }
.tools-track { display: flex; width: max-content; align-items: center; gap: 29px; animation: toolsScroll 34s linear infinite; }
.tools-track span { font-family: var(--display); font-size: 20px; white-space: nowrap; }
.tools-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
@keyframes toolsScroll { to { transform: translateX(-50%); } }

.services-section { background: var(--paper); }
.service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; border: 0; }
.service-row { position: relative; isolation: isolate; display: flex; min-height: 315px; flex-direction: column; align-items: flex-start; gap: 0; padding: 28px; overflow: hidden; border: 1px solid var(--line); transition: color .35s, transform .35s, box-shadow .35s; }
.service-row::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--green); transform: scaleY(0); transform-origin: bottom; transition: transform .42s cubic-bezier(.2,.75,.25,1); }
.service-row:hover { color: white; transform: translateY(-7px); box-shadow: 0 20px 45px rgba(23,56,45,.14); }
.service-row:hover::before { transform: scaleY(1); }
.service-number { position: absolute; right: 25px; top: 25px; color: #9ba19d; font-size: 9px; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: var(--display); font-size: 23px; }
.service-icon i { font-size: 17px; }
.service-icon-pencil::before{content:"";width:19px;height:19px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m4 20 4.5-1 10-10a2.1 2.1 0 0 0-3-3l-10 10L4 20Zm10-12 3 3'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m4 20 4.5-1 10-10a2.1 2.1 0 0 0-3-3l-10 10L4 20Zm10-12 3 3'/%3E%3C/svg%3E") center/contain no-repeat}
.service-row:nth-child(2) .service-icon i { font-size: 19px; }
.service-row:nth-child(3) .service-icon i { font-size: 21px; }
.service-row h3 { max-width: 240px; margin: 36px 0 12px; font-family: var(--display); font-size: 28px; line-height: 1.06; font-weight: 400; }
.service-row p { max-width: 560px; margin: 0; color: #6b746f; font-size: 12px; line-height: 1.65; }
.service-row ul { display: flex; flex-wrap: wrap; gap: 6px; margin: auto 0 0; padding: 24px 0 0; list-style: none; color: #4d5953; font-size: 8px; }
.service-row:hover p,
.service-row:hover ul,
.service-row:hover .service-number { color: #f47a52; }
.service-row ul li { padding: 6px 8px; border: 1px solid var(--line); border-radius: 30px; }
.service-row:hover ul li { border-color: rgba(244,122,82,.5); background: rgba(244,122,82,.07); }
.service-row ul li::before { display: none; }
.service-row > a { position: absolute; right: 24px; bottom: 24px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--paper-2); font-size: 13px; transition: .2s; }
.service-row:hover > a { background: var(--lime); color: var(--on-lime); transform: rotate(45deg); }
.service-row:hover .service-icon { color: var(--on-lime); background: var(--lime); border-color: var(--lime); transform: rotate(-12deg) scale(1.06); }
.service-icon { transition: transform .35s, background .35s, color .35s; }

.work-section { color: white; background: var(--green); }
.heading-light .section-index { color: var(--lime); }
.heading-light .kicker { color: #b9c7c1; }
.heading-light > p { color: #b8c3be; }
.featured-work { --rx: 0deg; --ry: 0deg; display: grid; grid-template-columns: .68fr 1.32fr; min-height: 590px; overflow: hidden; background: #f0ece4; color: var(--ink); transform: perspective(1400px) rotateX(var(--rx)) rotateY(var(--ry)); transition: transform .2s ease, box-shadow .35s; transform-style: preserve-3d; }
.featured-work:hover { box-shadow: 0 34px 80px rgba(5,22,16,.3); }
.work-image { position: relative; overflow: hidden; min-height: 520px; background: #c8d0ca; }
.work-image img { width: 100%; height: 108%; object-fit: cover; object-position: top left; transition: transform .7s; will-change: transform; }
.featured-work:hover .work-image img { --media-scale: 1.055; }
.work-image > span { position: absolute; left: 22px; top: 22px; padding: 9px 12px; border-radius: 50px; background: rgba(244,240,232,.9); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.work-copy { position: relative; z-index: 2; padding: 48px 40px; display: flex; flex-direction: column; align-items: flex-start; }
.work-year, .case-label { color: #69736e; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.work-kicker { margin-top: 58px; color: var(--orange); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.work-copy h3 { margin: 14px 0 22px; font-family: var(--display); font-size: clamp(48px, 4.5vw, 66px); line-height: .86; font-weight: 400; }
.work-copy h3 span { color: var(--orange); }
.work-copy p { margin: 0; color: #5d6862; font-size: 12px; line-height: 1.75; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0 32px; }
.tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 50px; font-size: 9px; }
.button-outline { border: 1px solid var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.work-showcase { position: relative; display: grid; place-items: center; padding: 60px 48px; background: #0e2b21; overflow: hidden; }
.work-showcase::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(var(--lime) 1px, transparent 1px); background-size: 22px 22px; mask-image: radial-gradient(circle at center, black, transparent 72%); }
.browser-window { position: relative; z-index: 1; width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; background: white; box-shadow: 0 36px 70px rgba(0,0,0,.35); transform: rotate(1.2deg); transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.featured-work:hover .browser-window { transform: rotate(0) scale(1.018); }
.browser-bar { height: 39px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; padding: 0 14px; color: #637069; background: #edf0ed; font-size: 8px; }
.browser-bar > div { display: flex; gap: 5px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #fd806c; }
.browser-bar i:nth-child(2) { background: #edc85d; }.browser-bar i:nth-child(3) { background: #61c379; }
.browser-bar > span { justify-self: center; padding: 5px 22px; border-radius: 20px; background: white; }
.browser-bar b { justify-self: end; }
.browser-screen { aspect-ratio: 1.85; overflow: hidden; }
.browser-screen img { width: 100%; height: 106%; object-fit: cover; object-position: top; }
.work-note { position: absolute; z-index: 3; right: 27px; bottom: 27px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; color: var(--on-lime); background: var(--lime); box-shadow: 0 16px 40px rgba(0,0,0,.25); transform: rotate(-3deg); }
.work-note > span { font-family: var(--display); font-size: 25px; }
.work-note p { margin: 0; font-size: 8px; line-height: 1.35; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 1px; background: rgba(255,255,255,.14); }
.project-card { --rx: 0deg; --ry: 0deg; position: relative; min-height: 370px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px 25px; overflow: hidden; color: white; background: var(--green-2); transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)); transition: transform .18s ease, filter .3s; transform-style: preserve-3d; }
.project-card::after { content: "↗︎"; position: absolute; right: 30px; top: 22px; font-family: var(--display); font-size: 82px; line-height: 1; opacity: 0; transform: translate(18px,-18px) rotate(-18deg); transition: .4s; }
.project-card:hover { z-index: 2; filter: brightness(1.04); }
.project-card:hover::after { opacity: .09; transform: translate(0) rotate(0); }
.project-card > * { position: relative; z-index: 1; transform: translateZ(16px); }
.project-card-lime { color: var(--on-lime); background: var(--lime); }
.project-card-paper { color: var(--ink); background: var(--paper); }
.project-card-orange { color: white; background: var(--orange); }
.project-index { font-size: 9px; opacity: .62; }
.project-type { margin-top: 36px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; opacity: .72; }
.project-card h3 { margin: 13px 0 18px; font-family: var(--display); font-size: 39px; line-height: .9; font-weight: 400; }
.project-card p { max-width: 460px; margin: 0; font-size: 10px; line-height: 1.65; opacity: .75; }
.project-card .tags { margin: 18px 0 28px; }
.project-card .tags span { border-color: currentColor; opacity: .75; }
.project-card > a { margin-top: auto; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; }

.process-section { position: relative; overflow: hidden; background: var(--paper); }
.process-section::before { content: "04"; position: absolute; right: -20px; top: -105px; color: color-mix(in srgb,var(--ink) 3.5%,transparent); font: 400 430px/.8 var(--display); letter-spacing: -.08em; pointer-events: none; }
.reason-head { position: relative; z-index: 1; display: grid; grid-template-columns: .55fr 1.35fr .65fr; align-items: end; gap: 55px; }
.reason-head > div { align-self: start; display: flex; align-items: center; gap: 15px; }
.reason-head h2 { margin: 0; font-family: var(--display); font-size: clamp(49px,5.6vw,76px); line-height: .92; letter-spacing: -.045em; font-weight: 400; }
.reason-head h2 em { color: var(--orange); font-weight: 400; }
.reason-head > p { max-width: 330px; margin: 0 0 4px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.reason-panels { position: relative; z-index: 1; display: flex; min-height: 430px; margin-top: 68px; overflow: hidden; border: 1px solid var(--line); }
.reason-panel { position: relative; isolation: isolate; min-width: 0; flex: 1 1 25%; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; overflow: hidden; outline: none; border-right: 1px solid rgba(20,37,31,.14); transition: flex .48s cubic-bezier(.2,.75,.25,1), transform .35s, filter .35s; }
.reason-panel:last-child { border-right: 0; }
.reason-panel::before { content: ""; position: absolute; z-index: -1; width: 210px; height: 210px; right: -112px; top: -112px; border: 1px solid currentColor; border-radius: 50%; opacity: .13; box-shadow: 0 0 0 38px currentColor; transition: transform .55s, opacity .35s; }
.reason-panel:hover, .reason-panel:focus-visible { flex-grow: 1.55; }
.reason-panel:hover::before, .reason-panel:focus-visible::before { opacity: .2; transform: translate(-16px,16px) scale(1.08); }
.reason-panel:focus-visible { outline: 3px solid var(--lime); outline-offset: -5px; }
.reason-green { color: white; background: var(--green); }
.reason-paper { color: var(--ink); background: var(--paper-2); }
.reason-orange { color: white; background: var(--orange); }
.reason-lime { color: var(--on-lime); background: var(--lime); }
.reason-number { font-size: 9px; font-weight: 800; letter-spacing: .1em; opacity: .7; }
.reason-mark { position: absolute; right: 25px; top: 25px; width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 50%; opacity: .55; transition: transform .4s, background .3s; }
.reason-mark::before, .reason-mark::after { content: ""; position: absolute; left: 50%; top: 50%; background: currentColor; transform: translate(-50%,-50%); }
.reason-mark::before { width: 10px; height: 1px; }.reason-mark::after { width: 1px; height: 10px; }
.reason-panel:hover .reason-mark, .reason-panel:focus-visible .reason-mark { color: var(--on-lime); border-color: var(--lime); background: var(--lime); transform: rotate(135deg); opacity: 1; }
.reason-lime:hover .reason-mark, .reason-lime:focus-visible .reason-mark { color: white; border-color: var(--green); background: var(--green); }
.reason-panel > div { position: relative; z-index: 1; transform: translateY(8px); transition: transform .4s; }
.reason-panel:hover > div, .reason-panel:focus-visible > div { transform: translateY(0); }
.reason-label { display: block; margin-bottom: 17px; font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: .72; }
.reason-panel h3 { max-width: 250px; margin: 0 0 18px; font: 400 35px/1 var(--display); letter-spacing: -.03em; }
.reason-panel p { max-width: 280px; margin: 0; font-size: 10px; line-height: 1.72; opacity: .7; }
.reason-foot { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-top: 29px; }
.reason-foot p { margin: 0; color: var(--muted); font-size: 11px; }.reason-foot p span { color: var(--ink); font-weight: 800; }
.reason-foot a { display: inline-flex; align-items: center; gap: 14px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.reason-foot a b { position: relative; width: 30px; height: 30px; color: var(--on-lime); border-radius: 50%; background: var(--lime); }
.reason-foot a b::before { content: ""; position: absolute; width: 11px; height: 1px; left: 8px; top: 14px; background: currentColor; transition: transform .25s; }
.reason-foot a b::after { content: ""; position: absolute; width: 6px; height: 6px; right: 8px; top: 11px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); transition: transform .25s; }
.reason-foot a:hover b::before, .reason-foot a:hover b::after { transform: translateX(2px); }
.reason-foot a:hover b::after { transform: translateX(2px) rotate(45deg); }
html.theme-dark .reason-paper { background: #1a2821; }

.insights-section { position: relative; overflow: hidden; background: var(--paper-2); }
.insights-section::before { content: ""; position: absolute; right: -80px; top: 45px; width: 360px; height: 360px; opacity: .16; background-image: radial-gradient(var(--green) 1px, transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(to bottom left, black, transparent 72%); }
.insights-head { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.insights-head .kicker { margin-left: 16px; }
.insights-head h2 { margin: 26px 0 0; font-family: var(--display); font-size: clamp(45px,5vw,68px); font-weight: 400; letter-spacing: -.04em; }
.insights-head h2 em { color: var(--orange); font-style: italic; }
.insights-head > p { max-width: 390px; margin: 0 0 8px; color: #68736d; font-size: 12px; line-height: 1.75; }
.journal-layout { position: relative; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(44px, 6vw, 90px); align-items: start; }
.editors-pick { position: sticky; top: 115px; display: block; transition: transform .35s; }
.editors-pick:hover { transform: translateY(-5px); }
.editors-pick figure { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--green); }
.editors-pick figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(10,25,19,.65)); }
.editors-pick figure img { width: 100%; height: 110%; object-fit: cover; will-change: transform; transition: filter .45s, scale .65s; }
.editors-pick:hover figure img { scale: 1.045; filter: saturate(1.08); }
.editors-pick figure span { position: absolute; z-index: 2; left: 18px; bottom: 18px; padding: 8px 12px; border-radius: 30px; color: var(--green); background: var(--lime); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.editors-copy { padding: 27px 2px 0; }
.editors-copy > span, .index-story > div > span { color: var(--orange); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.editors-copy h3 { margin: 13px 0 12px; font-family: var(--display); font-size: clamp(29px, 2.55vw, 38px); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
.editors-copy p { margin: 0 0 24px; color: #68736d; font-size: 11px; line-height: 1.65; }
.editors-copy b { display: inline-flex; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 9px; }
.editors-copy i { color: var(--orange); font-style: normal; transition: transform .25s; }
.editors-pick:hover .editors-copy i { transform: translate(3px,-3px); }
.article-index { border-top: 1px solid var(--ink); }
.index-label { display: flex; justify-content: space-between; padding: 15px 4px; color: #69736e; border-bottom: 1px solid var(--line); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.index-story { display: grid; grid-template-columns: 36px minmax(0,1fr) 122px 28px; align-items: center; gap: 22px; min-height: 137px; padding: 17px 4px; border-bottom: 1px solid var(--line); transition: color .3s, background .3s, padding .3s; }
.index-story:hover { padding-inline: 18px; color: white; background: var(--green); }
.story-number { align-self: start; padding-top: 4px; color: var(--orange); font-size: 9px; font-weight: 800; }
.index-story h3 { max-width: 490px; margin: 11px 0 0; font-family: var(--display); font-size: clamp(22px, 2.1vw, 29px); font-weight: 400; line-height: 1.07; letter-spacing: -.02em; }
.index-story img { width: 122px; height: 78px; object-fit: cover; filter: saturate(.72); transition: filter .35s, transform .35s, clip-path .35s; clip-path: inset(6px); }
.index-story:hover img { filter: saturate(1); transform: rotate(-2deg) scale(1.06); clip-path: inset(0); }
.index-story > b { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; transition: color .25s, background .25s, transform .25s; }
.index-story:hover > b { color: var(--green); background: var(--lime); border-color: var(--lime); transform: rotate(45deg); }
.journal-all { display: flex; align-items: center; justify-content: space-between; padding: 22px 4px 0; font-size: 9px; font-weight: 700; }
.journal-all span { color: #69736e; }
.journal-all b { color: var(--orange); border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.contact-section { position: relative; overflow: hidden; padding: 120px 0 100px; color: white; background: var(--orange); }
.contact-section::before { content: ""; position: absolute; right: -120px; top: -180px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018); pointer-events: none; }
.contact-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.72fr); align-items: stretch; gap: 90px; }
.contact-intro .kicker { margin-left: 16px; }
.contact-intro h2 { margin-top: 32px; font-size: clamp(55px,6vw,86px); }
.contact-intro h2 em { color: var(--lime); }
.blinking-question { display: inline-block; animation: questionBlink 1.15s steps(1,end) infinite; }
@keyframes questionBlink { 0%,48% { opacity: 1; } 49%,82% { opacity: .08; } 83%,100% { opacity: 1; } }
.contact-lead { max-width: 570px; margin: 34px 0 0; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.8; }
.contact-proof { display: flex; gap: 55px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.3); }
.contact-proof span { display: flex; flex-direction: column; gap: 5px; color: rgba(255,255,255,.65); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.contact-proof b { color: white; font-family: var(--display); font-size: 23px; font-weight: 400; text-transform: none; letter-spacing: 0; }
.contact-panel { position: relative; display: flex; min-height: 465px; flex-direction: column; padding: 42px; color: var(--on-lime); background: var(--lime); box-shadow: 18px 18px 0 rgba(74,27,15,.19); }
.contact-panel::after { content: "↗︎"; position: absolute; right: 30px; top: 22px; font: 400 66px/1 var(--display); opacity: .11; }
.contact-status { display: flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(184,66,36,.13); animation: statusPulse 2s ease-in-out infinite; }
.contact-panel h3 { max-width: 420px; margin: 66px 0 18px; font: 400 clamp(43px,4vw,58px)/.92 var(--display); letter-spacing: -.035em; }
.contact-panel > p { max-width: 430px; margin: 0; color: rgba(23,56,45,.76); font-size: 12px; line-height: 1.7; }
.contact-main-cta { display: flex; align-items: center; justify-content: space-between; min-height: 58px; margin-top: auto; padding: 0 19px 0 22px; color: white; background: var(--green); font-size: 11px; font-weight: 900; }
.contact-main-cta b { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: transform .25s; }.contact-main-cta:hover b { transform: rotate(45deg); }
.contact-direct { margin-top: 17px; color: rgba(23,56,45,.66); font-size: 9px; }.contact-direct strong { margin-left: 6px; color: var(--green); border-bottom: 1px solid currentColor; }
.contact-link-bar { position: relative; display: grid; grid-template-columns: 1.25fr 1fr .85fr .9fr; gap: 1px; margin-top: 72px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.28); }
.contact-link-bar > * { position: relative; min-width: 0; min-height: 126px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: rgba(121,41,20,.22); transition: background .25s; }.contact-link-bar > a:hover { background: rgba(255,255,255,.1); }
.contact-link-bar span { color: rgba(255,255,255,.64); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-link-bar strong { overflow-wrap: anywhere; font: 400 18px/1.15 var(--display); }
.contact-link-bar > a > b { position: absolute; right: 20px; top: 20px; font-size: 13px; }
.contact-link-bar small { color: rgba(255,255,255,.65); font-size: 9px; }
.contact-socials p { display: flex; flex-wrap: wrap; gap: 12px; margin: auto 0 0; }.contact-socials p a { font-size: 9px; font-weight: 800; text-transform: uppercase; }
@keyframes statusPulse { 50% { opacity: .55; transform: scale(.78); } }

.site-footer { padding: 76px 0 30px; color: #d8e2dd; background: #10261e; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr .8fr .8fr; gap: 60px; padding-bottom: 70px; }
.brand-footer { color: white; font-size: 38px; }
.footer-main > p { margin: 0; font-family: var(--display); font-size: 25px; line-height: 1.2; }
.footer-links { display: flex; flex-direction: column; gap: 15px; font-size: 11px; }
.footer-links b { margin-bottom: 4px; color: #799086; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: #82948c; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; translate: 0 34px; transition: opacity .75s ease, translate .75s cubic-bezier(.2,.75,.25,1); }
.motion-ready .reveal.is-visible { opacity: 1; translate: 0 0; }
.motion-ready .service-row:nth-child(2), .motion-ready .project-card:nth-child(2), .motion-ready .article-card:nth-child(2) { transition-delay: .08s; }
.motion-ready .service-row:nth-child(3), .motion-ready .project-card:nth-child(3), .motion-ready .article-card:nth-child(3) { transition-delay: .16s; }
.motion-ready .service-row:nth-child(4), .motion-ready .project-card:nth-child(4) { transition-delay: .24s; }
.delay-1 { transition-delay: .12s; }

[data-parallax] { --parallax-y: 0px; --media-scale: 1.03; transform: translate3d(0,var(--parallax-y),0) scale(var(--media-scale)); }
[data-magnetic] { --mx: 0px; --my: 0px; transform: translate3d(var(--mx),var(--my),0); }
[data-magnetic]:hover { transform: translate3d(var(--mx),calc(var(--my) - 2px),0); }

@media (max-width: 980px) {
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 42px; height: 42px; margin-left: auto; padding: 0 10px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-button span { width: 100%; height: 1px; background: var(--ink); transition: .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 86px 0 0; display: flex; flex-direction: column; padding: 36px 24px; background: var(--paper); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .2s; }
  .mobile-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 30px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero h1 { font-size: 67px; }
  .portrait-frame { height: 520px; }
  .availability-card { left: -15px; }
  .section-heading { grid-template-columns: .8fr 1.7fr; }
  .section-heading > p { grid-column: 2; }
  .about-heading { grid-template-columns: .65fr 1.35fr; }
  .about-heading > p { grid-column: 2; }
  .about-stage { grid-template-columns: .8fr 1.2fr; }
  .about-story { padding: 44px 38px 38px; }
  .about-columns { grid-template-columns: 1fr; gap: 14px; margin-top: 26px; }
  .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-head { grid-template-columns: .7fr 1.3fr; gap: 36px; }
  .reason-head > p { grid-column: 2; max-width: 520px; }
  .reason-panel { padding: 22px; }
  .reason-panel h3 { font-size: 29px; }
  .insights-head { grid-template-columns: 1fr .55fr; gap: 50px; }
  .journal-layout { grid-template-columns: minmax(250px,.65fr) minmax(0,1.35fr); gap: 42px; }
  .index-story { grid-template-columns: 30px minmax(0,1fr) 92px 27px; gap: 15px; }
  .index-story img { width: 92px; height: 66px; }
  .contact-grid { gap: 50px; }
  .contact-link-bar { grid-template-columns: 1fr 1fr; }
  .contact-detail-grid { gap: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html.theme-dark .theme-icon-sun { animation: none; }
  .blinking-question { animation: none; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 32px), 600px); }
  .nav-wrap { height: 72px; }
  .mobile-nav { inset-block-start: 72px; }
  .hero { padding-top: 72px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding-block: 50px 40px; }
  .hero h1 { font-size: clamp(54px, 16vw, 72px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-proof { gap: 12px; margin-top: 40px; }
  .hero-proof strong { font-size: 24px; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { width: 100%; max-width: 440px; margin: 26px auto 0; padding-inline: 20px; }
  .portrait-frame { height: 510px; }
  .growth-lens { width: 126px; height: 126px; }
  .node-one { left: 26px; top: 35px; }.node-two { right: 24px; top: 48px; }.node-three { left: 45px; bottom: 24px; }
  .label-one { left: 18px; top: 20px; }.label-two { right: 14px; top: 31px; }.label-three { left: 36px; bottom: 11px; }
  .frame-tracer { right: 16px; top: 88px; height: 74px; }
  .availability-card { top: 70px; left: -3px; }
  .strategy-card { right: 0; }
  .strip-inner { overflow: hidden; justify-content: flex-start; }
  .strip-inner > span, .strip-inner i, .strip-inner div:nth-of-type(n+4) { display: none; }
  .strip-inner div { white-space: nowrap; }
  .section { padding: 90px 0; }
  .about-heading { display: block; margin-bottom: 42px; }
  .about-heading h2 { margin-top: 25px; font-size: 49px; }
  .about-heading > p { margin-top: 20px; }
  .about-stage { grid-template-columns: 1fr; min-height: 0; }
  .about-portrait { width: 100%; max-width: none; min-height: 470px; }
  .about-story { min-height: 510px; padding: 42px 26px 32px; }
  .about-lead { font-size: 29px; }
  .about-columns { grid-template-columns: 1fr; gap: 16px; }
  .tools-heading { grid-template-columns: 1fr; gap: 14px; }
  .tools-heading a { justify-self: start; margin-top: 8px; }
  .section-heading { display: block; margin-bottom: 50px; }
  .section-heading h2 { margin-top: 26px; font-size: 50px; }
  .section-heading > p { margin-top: 20px; }
  .service-list { grid-template-columns: 1fr; }
  .service-row { min-height: 300px; padding: 26px; }
  .service-icon { display: grid; }
  .service-row h3 { font-size: 24px; }
  .featured-work { grid-template-columns: 1fr; }
  .work-copy { padding: 38px 28px; }
  .work-copy h3 { font-size: 50px; }
  .work-showcase { min-height: 420px; padding: 44px 18px; }
  .browser-bar { grid-template-columns: 1fr 2fr auto; padding-inline: 10px; }
  .browser-bar > span { padding-inline: 10px; }
  .work-note { right: 12px; bottom: 18px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 400px; padding: 34px 28px; }
  .project-card h3 { font-size: 48px; }
  .reason-head { display: block; }
  .reason-head > div { margin-bottom: 30px; }
  .reason-head h2 { font-size: 50px; }
  .reason-head > p { max-width: 520px; margin-top: 23px; }
  .reason-panels { display: grid; min-height: 0; margin-top: 50px; }
  .reason-panel { min-height: 285px; padding: 26px; border-right: 0; border-bottom: 1px solid rgba(20,37,31,.14); }
  .reason-panel:last-child { border-bottom: 0; }
  .reason-panel:hover, .reason-panel:focus-visible { flex-grow: 1; }
  .reason-panel > div { transform: none; }
  .reason-panel h3 { max-width: 350px; font-size: 34px; }
  .reason-panel p { max-width: 470px; }
  .reason-foot { align-items: flex-start; flex-direction: column; }
  .insights-head { grid-template-columns: 1fr; gap: 24px; }
  .insights-head > p { margin: 0; }
  .journal-layout { grid-template-columns: 1fr; gap: 58px; }
  .editors-pick { position: relative; top: auto; }
  .editors-pick figure { aspect-ratio: 16 / 10; }
  .index-story { grid-template-columns: 28px minmax(0,1fr) 27px; gap: 12px; min-height: 124px; padding-block: 18px; }
  .index-story img { display: none; }
  .index-story h3 { font-size: 24px; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-section { padding: 90px 0 75px; }
  .contact-panel { min-height: 430px; padding: 30px 26px; box-shadow: 10px 10px 0 rgba(74,27,15,.16); }
  .contact-panel h3 { margin-top: 54px; font-size: 47px; }
  .contact-proof { gap: 28px; margin-top: 38px; }
  .contact-link-bar { grid-template-columns: 1fr; margin-top: 46px; }
  .contact-link-bar > * { min-height: 105px; padding: 20px; }
  .contact-detail-grid { grid-template-columns: 1fr; gap: 50px; margin-top: 60px; padding-top: 55px; }
  .contact-form { padding: 28px 22px; }
  .form-split { grid-template-columns: 1fr; }
  .contact-intro h2 { font-size: 58px; }
  .contact-email { font-size: 19px; }
  .contact-meta { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 16px; }
  .footer-bottom span:nth-child(2) { display: none; }
}

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

@media (pointer: coarse) {
  .cursor-glow { display: none; }
  [data-tilt] { transform: none !important; }
}

.work-directory-link { display: flex; justify-content: flex-end; margin-top: 28px; }
.work-directory-link a { display: inline-flex; align-items: center; gap: 24px; padding: 15px 0; color: #f5f2eb; border-top: 1px solid rgba(255,255,255,.3); font: 800 10px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.work-directory-link a span { color: var(--lime); }
.hero-proof-link { display: inline-flex; gap: 12px; margin-top: 16px; color: var(--green); border-bottom: 1px solid rgba(23,56,45,.25); font: 800 8px/1.5 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.hero-proof-link span { color: var(--orange); }
