@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 400 500; font-display: swap;
  src: url("./assets/fonts/inter-regular.woff") format("woff");
}
@font-face {
  font-family: "Inter"; font-style: normal; font-weight: 600 800; font-display: swap;
  src: url("./assets/fonts/inter-semibold.woff") format("woff");
}
:root {
  color-scheme: dark;
  --bg: #0e0e0e; --ink: #f6f6f2; --muted: #a4a59e; --lime: #b5e934;
  --line: #ffffff24; --paper: #f0f1eb; --dark: #191b17;
  --ease: cubic-bezier(.22,1,.36,1); --gutter: clamp(22px,4.5vw,80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { background: var(--lime); color: var(--bg); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; }
h2 { font-size: clamp(2.6rem,5.3vw,5.1rem); line-height: 1.06; letter-spacing: -.058em; text-wrap: balance; }
h2 em { color: #898d80; font-style: normal; font-weight: 400; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 6px; }
.section-light :focus-visible, .contact :focus-visible { outline-color: #3a5210; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 12px 22px; background: var(--lime); color: #111; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - var(--gutter) * 2), 1360px); margin-inline: auto; }
.section { padding: clamp(88px,9vw,148px) 0; }
.section-light { background: var(--paper); color: var(--dark); --muted: #666b60; --line: #191b1729; color-scheme: light; }
.eyebrow, .section-index { font-size: .75rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.section-index { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 23px; margin-bottom: 60px; border-bottom: 1px solid var(--line); color: var(--muted); }
.section-index > :first-child { color: inherit; }
.reading-progress { position: fixed; inset: 0 0 auto; height: 2px; background: var(--lime); z-index: 110; transform: scaleX(0); transform-origin: left; }
.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 100; background: #0e0e0ef2; transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: #0e0e0ee8; backdrop-filter: blur(18px); box-shadow: 0 1px 0 #ffffff15; }
.nav-shell { display: flex; min-height: 94px; align-items: center; gap: 28px; border-bottom: 1px solid #ffffff24; }
.brand { display: block; flex-shrink: 0; width: 135px; }
.brand img { width: 100%; mix-blend-mode: screen; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(22px,2.6vw,42px); margin-inline: auto; }
.nav-links a { font-size: .875rem; color: #b9bdb2; transition: color .25s; }
.nav-links a:hover { color: var(--lime); }
.nav-contact { display: flex; gap: 22px; align-items: center; font-size: .875rem; font-weight: 600; }
.nav-contact span { font-size: 1.4rem; color: var(--lime); transition: transform .3s; }
.nav-contact:hover span { transform: translate(3px,-3px); }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 62px; padding: 8px 9px 8px 26px; border: 1px solid transparent; border-radius: 999px; font-size: .875rem; font-weight: 600; transition: background .3s, color .3s, transform .4s var(--ease); }
.button:hover { transform: translateY(-3px); }
.button-lime { background: var(--lime); color: #15180d; }
.button-lime:hover { background: #ceff68; }
.button-arrow { width: 44px; height: 44px; display: grid; place-items: center; flex-shrink: 0; border-radius: 50%; background: #12150c; color: var(--lime); font-size: 1.4rem; font-weight: 400; transition: transform .5s var(--ease); }
.button:hover .button-arrow { transform: rotate(45deg); }
.button-outline { border-color: #ffffff4a; color: #f6f6f2; }
.button-outline:hover { background: #ffffff08; border-color: var(--lime); }
.button-outline .button-arrow { background: var(--lime); color: #15180d; }
.under-link { display: inline-flex; align-items: center; gap: 32px; width: fit-content; padding: 8px 0; border-bottom: 1px solid currentColor; font-size: .875rem; font-weight: 500; line-height: 1.3; }
.under-link span { color: var(--lime); font-size: 1.15rem; transition: transform .4s var(--ease); }
.under-link:hover span { transform: translate(3px,-3px); }

/* A wide typographic opening and two actual projects. */
.hero { overflow: clip; padding: 160px 0 42px; }
.hero-topline { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-bottom: 29px; }
.hero-topline .eyebrow { color: #c4c9bc; }
.hero-location { font-size: .75rem; color: #83897a; }
.hero-title { font-size: clamp(3.3rem,7.7vw,7.6rem); line-height: 1.03; letter-spacing: -.068em; font-weight: 500; }
.hero-title > span { color: var(--lime); }
.hero-bottomline { display: flex; justify-content: space-between; align-items: flex-start; gap: 36px; margin-top: 40px; }
.hero-bottomline > p { max-width: 450px; font-size: 1.05rem; line-height: 1.7; }
.hero-bottomline strong { font-weight: 400; color: #e7e9e1; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.hero-actions .under-link { border: 0; color: #a9aea0; }
.hero-gallery { position: relative; margin-top: 47px; height: clamp(445px,48vw,665px); perspective: 1600px; }
.gallery-glow { position: absolute; inset: 5% -5% 0; background: radial-gradient(ellipse at 57% 35%, #7c9d3d2a, transparent 62%); filter: blur(32px); pointer-events: none; }
.hero-project { position: absolute; overflow: hidden; border: 1px solid #ffffff3b; border-radius: 14px; background: #f7f8f5; box-shadow: 0 40px 95px #0009; transition: box-shadow .5s, border-color .4s; }
.hero-project:hover { border-color: #b5e93499; box-shadow: 0 48px 100px #000c; }
.hero-project-commerce { width: 76%; left: 0; top: 15px; transform: translate3d(0,var(--project-y,0px),0) rotateX(3deg) rotateY(2deg); }
.hero-project-landing { width: 42%; right: 0; bottom: 60px; transform: translate3d(0,calc(var(--project-y,0px) * -.5),0) rotateY(-5deg); z-index: 2; }
.hero-project-image { width: 100%; }
.browser-bar { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 8px 18px; background: #f0f1ed; color: #64685e; border-bottom: 1px solid #0000000b; font-size: .75rem; line-height: 1.2; }
.browser-dots { display: inline-flex; gap: 5px; }
.browser-dots i { width: 6px; height: 6px; border-radius: 50%; background: #c6c9c1; }
.browser-kind { color: #777e6c; }
.store-nav { display: flex; align-items: center; gap: 30px; padding: 12px 24px; color: #343930; background: white; font-size: .75rem; line-height: 1.2; }
.store-nav img { width: 83px; margin-right: auto; }
.hero-project-footer { display: flex; justify-content: space-between; align-items: center; min-height: 55px; padding: 9px 18px; color: #454b3d; font-size: .75rem; }
.project-open { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #e7ebdf; color: #1b2411; font-size: 1.25rem; transition: transform .4s var(--ease),background .3s; }
.hero-project:hover .project-open { transform: rotate(45deg); background: var(--lime); }
.gallery-annotation { position: absolute; top: 46px; right: 0; display: flex; align-items: flex-end; gap: 30px; width: 18%; color: #7c8372; font-size: .875rem; line-height: 1.4; }
.gallery-annotation i { display: block; width: 40px; height: 1px; background: #b5e93477; margin-bottom: 4px; }
.gallery-signature { position: absolute; left: 0; bottom: 9px; width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: .75rem; color: #a4ac97; letter-spacing: .025em; }
.hero-footnote { display: flex; justify-content: space-between; gap: 24px; padding-top: 30px; border-top: 1px solid var(--line); font-size: .75rem; color: #939987; letter-spacing: .05em; text-transform: uppercase; }

/* Value and visual hierarchy. */
.editorial-heading { display: grid; grid-template-columns: 1.6fr 1fr; align-items: end; gap: clamp(40px,7vw,110px); }
.editorial-heading h2 { font-size: clamp(2.5rem,4.7vw,4.8rem); }
.heading-aside { max-width: 375px; padding-bottom: 4px; font-size: 1rem; }
.heading-aside p + p { margin-top: 20px; color: #242b1c; }
.value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 70px; gap: 42px; }
.value-item { position: relative; border-top: 1px solid #171c1430; padding-top: 20px; }
.value-number { font-size: .75rem; color: #747b6a; }
.value-item h3 { font-size: clamp(1.65rem,2.4vw,2.25rem); line-height: 1.16; letter-spacing: -.04em; margin: 31px 0 17px; }
.value-item p { max-width: 330px; font-size: 1rem; line-height: 1.65; }
.value-item::before { content: ""; position: absolute; top: -1px; left: 0; height: 2px; width: 0; background: #546729; transition: width .8s var(--ease); }
.value-item:hover::before { width: 100%; }

/* Project tabs contain a complete case, including its visual and actions. */
.work-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 65px; }
.work-heading p { max-width: 380px; padding-bottom: 5px; font-size: 1rem; }
.work-tabs { display: flex; gap: 8px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.work-tab { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 18px; row-gap: 2px; width: 50%; align-items: center; padding: 21px 26px 26px; border: 0; background: none; text-align: left; cursor: pointer; }
.work-tab::after { position: absolute; content: ""; bottom: -1px; left: 0; width: 100%; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .55s var(--ease); }
.work-tab.is-active::after { transform: scaleX(1); }
.work-tab > span { grid-row: span 2; color: #828b73; font-size: .75rem; }
.work-tab strong { color: #a4ad99; font-weight: 400; letter-spacing: -.035em; font-size: 1.5rem; line-height: 1.3; transition: color .3s; }
.work-tab small { font-size: .75rem; color: #969c8d; }
.work-tab.is-active strong { color: var(--ink); }
.work-tab.is-active > span { color: var(--lime); }
.work-tab:hover { background: #ffffff03; }
.work-panel { outline: none; }
.work-panel.is-entering { animation: case-in .65s var(--ease) both; }
@keyframes case-in { from { opacity: .25; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.case-canvas { position: relative; padding: 28px clamp(26px,5vw,76px) 28px; border-radius: 10px; overflow: hidden; }
.case-commerce { color: #40502b; background: radial-gradient(ellipse at 45% 50%,#f0f3e8,transparent 70%), #d6dfc4; }
.case-landing { color: #344957; background: radial-gradient(ellipse at 45% 50%,#e5edf0,transparent 70%), #b7c8d0; }
.case-canvas-top, .case-canvas-bottom { display: flex; justify-content: space-between; gap: 20px; align-items: center; font-size: .75rem; }
.case-canvas-top > :first-child { font-weight: 600; font-size: 1rem; letter-spacing: -.015em; }
.case-browser { display: block; width: min(92%,1040px); margin: 40px auto 35px; overflow: hidden; border: 1px solid #ffffffaa; border-radius: 10px; background: #fff; box-shadow: 0 20px 25px -15px #26331266,0 42px 90px -40px #18220970; transform: perspective(1600px) rotateX(4deg); transition: transform .8s var(--ease), box-shadow .5s; }
.case-browser:hover { transform: perspective(1600px) rotateX(0) translateY(-5px); box-shadow: 0 25px 30px -15px #26331266,0 48px 95px -40px #18220980; }
.case-browser > img { width: 100%; }
.case-details { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px,8vw,130px); margin-top: 47px; }
.case-details .eyebrow { color: #939c85; margin-bottom: 18px; }
.case-details h3 { font-size: clamp(2rem,3.4vw,3.3rem); line-height: 1.08; letter-spacing: -.045em; margin-bottom: 28px; }
.case-description > p { line-height: 1.75; font-size: 1rem; }
.case-features { list-style: none; padding: 0; margin: 24px 0 30px; }
.case-features li { position: relative; padding: 10px 0 10px 23px; border-bottom: 1px solid #ffffff15; font-size: .875rem; color: #c9cebf; }
.case-features li::before { content: "/"; color: var(--lime); position: absolute; left: 0; top: 10px; }

.intent-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px,7vw,110px); align-items: center; }
.intent-copy .eyebrow { margin-bottom: 26px; }
.intent-copy > p:not(.eyebrow) { margin-top: 28px; max-width: 355px; }
.comparison-hint { display: inline-flex; align-items: center; gap: 23px; font-size: .875rem; margin-top: 28px; }
.comparison-hint span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #171c1430; border-radius: 50%; font-size: 1.25rem; }
.compare-stage { position: relative; height: 600px; overflow: hidden; border-radius: 14px; background: #d7dacd; container-type: inline-size; }
.compare-side { position: absolute; inset: 0; overflow: hidden; }
.compare-before { background: #dce0d5; }
.compare-after { background: #aab594; clip-path: inset(0 calc(100% - var(--compare)) 0 0); }
.compare-label { position: absolute; top: 22px; right: 22px; color: #525e40; font-size: .75rem; white-space: nowrap; }
.compare-after .compare-label { right: auto; left: 22px; color: #243615; }
.demo-page { position: absolute; inset: 62px 24px 26px; border: 1px solid #00000017; border-radius: 8px; overflow: hidden; }
.demo-before { background: #f4f4f2; color: #4f5549; }
.demo-nav { display: flex; gap: 10px; justify-content: space-between; align-items: center; padding: 18px 24px; border-bottom: 1px solid #00000013; font-size: .875rem; font-weight: 600; }
.demo-nav > span { font-size: .75rem; font-weight: 400; }
.demo-content { padding: 44px 27px 28px; }
.demo-content small { font-size: .75rem; }
.demo-content h3 { font-size: 2.6rem; font-size: clamp(1.7rem,6.8cqw,3.25rem); line-height: 1.08; letter-spacing: -.045em; margin-top: 15px; }
.demo-content p { font-size: .875rem; line-height: 1.55; margin-top: 18px; max-width: 335px; }
.demo-before .demo-content { text-align: center; }
.demo-before .demo-content h3 { font-size: 1.7rem; font-size: clamp(1.2rem,4.4cqw,2rem); letter-spacing: 0; line-height: 1.3; font-weight: 400; }
.demo-before .demo-content p { margin-inline: auto; color: #8a8f84; }
.demo-before-tags { display: flex; justify-content: space-around; gap: 8px; margin-top: 32px; }
.demo-before-tags span { background: #e3e6df; padding: 8px 10px; font-size: .75rem; }
.demo-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 23px; padding: 12px 18px; border-radius: 3px; background: #cdd2c6; color: #636e53; font-size: .875rem; }
.demo-after { background: #192117; color: #f3f7ef; box-shadow: 0 15px 40px #13210829; }
.demo-after .demo-nav { border-color: #ffffff20; }
.demo-after .demo-nav > span { color: #bdcaac; }
.demo-after small { color: #afbe9c; }
.demo-after .demo-content h3 em { color: var(--lime); font-style: normal; }
.demo-after .demo-content p { color: #aab5a2; }
.demo-after .demo-cta { background: var(--lime); color: #182311; border-radius: 999px; }
.compare-divider { position: absolute; top: 0; bottom: 0; left: var(--compare); width: 2px; transform: translateX(-50%); background: #fbfdf7; pointer-events: none; }
.compare-divider > span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 46px; height: 46px; background: #fafcf5; color: #344321; border: 1px solid #83957555; border-radius: 50%; box-shadow: 0 4px 20px #0002; font-size: 1.4rem; }
.compare-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; margin: 0; cursor: ew-resize; z-index: 3; }
.compare-stage:focus-within { outline: 3px solid #526d26; outline-offset: 5px; }
.compare-note { font-size: .75rem; margin-top: 15px; color: #717966; text-align: center; }

/* A restrained, sequential process. */
.method-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px,9vw,150px); align-items: start; }
.method-heading { position: sticky; top: 145px; }
.method-heading > p { max-width: 330px; margin: 28px 0; }
.method-list { list-style: none; padding: 0; margin: 0; }
.method-step { display: grid; grid-template-columns: 48px 1fr; gap: 24px; border-top: 1px solid var(--line); padding: 35px 0 38px; transition: border-color .4s; }
.method-step:last-child { border-bottom: 1px solid var(--line); }
.method-step:hover { border-color: var(--lime); }
.step-number { color: var(--lime); font-size: .875rem; padding-top: 3px; }
.method-step small { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; color: #8f9982; margin-bottom: 16px; }
.method-step h3 { font-size: clamp(1.35rem,2vw,1.9rem); line-height: 1.15; letter-spacing: -.035em; }
.method-step p { margin-top: 14px; font-size: 1rem; line-height: 1.65; max-width: 475px; }
.difference { background: #171b13; border-top: 1px solid #ffffff0c; }
.difference-statement { display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(40px,6vw,100px); align-items: end; }
.difference-statement h2 { font-size: clamp(2.5rem,5vw,5rem); }
.difference-statement h2 em { color: var(--lime); font-weight: 500; }
.difference-statement > p { max-width: 360px; padding-bottom: 5px; font-size: 1rem; }
.principle-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 42px; margin-top: 65px; }
.principle { border-top: 1px solid #d9e5c835; padding: 25px 0 0; }
.principle > span { color: #95a782; text-transform: uppercase; font-size: .75rem; letter-spacing: .1em; }
.principle h3 { font-size: clamp(1.7rem,2.6vw,2.5rem); line-height: 1.14; letter-spacing: -.04em; margin: 27px 0 18px; }
.principle p { max-width: 330px; font-size: 1rem; }
.faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px,7vw,110px); }
.faq-heading .eyebrow { margin-bottom: 28px; }
.faq-heading > p:last-child { max-width: 320px; margin-top: 28px; }
.faq-list details { border-top: 1px solid #171c1426; }
.faq-list details:last-child { border-bottom: 1px solid #171c1426; }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; font-size: 1rem; font-weight: 500; cursor: pointer; line-height: 1.45; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { display: grid; place-items: center; width: 32px; height: 32px; flex-shrink: 0; border: 1px solid #171c1426; border-radius: 50%; color: #586d36; font-weight: 400; font-size: 1.25rem; transition: transform .35s, background .35s; }
.faq-list details[open] summary > span { transform: rotate(45deg); background: #d7e1c8; }
.faq-list details > p { padding: 0 42px 25px 0; line-height: 1.75; font-size: 1rem; }
.contact { padding: 65px 0 66px; background: var(--lime); color: #16210b; color-scheme: light; }
.contact-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 30px; border-bottom: 1px solid #16210b35; }
.contact-top > :last-child { font-size: .75rem; color: #4c651b; }
.contact-main { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 59px 0 45px; }
.contact h2 { font-size: clamp(3.5rem,8.5vw,8.5rem); line-height: .99; letter-spacing: -.065em; }
.contact h2 em { color: #4e6d1b; font-weight: 400; }
.contact-circle { display: grid; place-items: center; width: clamp(95px,15vw,210px); aspect-ratio: 1; flex-shrink: 0; border: 1px solid #16210b60; border-radius: 50%; transition: background .4s, color .4s, transform .65s var(--ease); }
.contact-circle span { display: block; font-size: clamp(3.5rem,9vw,8rem); line-height: 1; font-weight: 400; transform: translateY(-4%); }
.contact-circle:hover { background: #16210b; color: var(--lime); transform: rotate(45deg); }
.contact-bottom { display: flex; gap: 35px; align-items: flex-end; justify-content: space-between; }
.contact-bottom > p { color: #3f5719; font-size: 1rem; }
.contact-link { display: grid; grid-template-columns: 1fr auto; gap: 6px 28px; font-size: 1.2rem; font-weight: 600; }
.contact-link small { grid-column: 1/-1; color: #506b20; font-size: .75rem; font-weight: 400; }
.contact-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-footer { padding: 55px 0 25px; }
.footer-top { display: flex; align-items: center; gap: 70px; padding-bottom: 50px; }
.footer-top p { font-size: .875rem; color: #9da68f; }
.footer-back { margin-left: auto; font-size: .875rem; display: flex; gap: 35px; align-items: center; }
.footer-back span { color: var(--lime); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 25px; display: flex; gap: 25px; justify-content: space-between; font-size: .75rem; color: #7f8873; }

@media (prefers-reduced-motion: no-preference) {
  .entrance { animation: entrance 1s var(--ease) both; }
  .hero-title { animation-delay: .07s; }
  .hero-bottomline { animation-delay: .14s; }
  .hero-gallery { animation-delay: .22s; }
  @keyframes entrance { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
  .reveal.will-reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
  .reveal.is-visible { opacity: 1; transform: none; }
}

@media (min-width: 1600px) {
  .hero-gallery { height: 675px; }
}
@media (max-width: 1100px) {
  .nav-links { gap: 22px; }
  .nav-contact { gap: 12px; }
  .hero { padding-top: 144px; }
  .hero-title { font-size: 7.4vw; }
  .hero-gallery { height: 515px; }
  .hero-project-commerce { width: 83%; }
  .hero-project-landing { width: 47%; bottom: 45px; }
  .gallery-annotation { display: none; }
  .editorial-heading { grid-template-columns: 1.3fr 1fr; gap: 45px; }
  .intent-layout { gap: 40px; grid-template-columns: .75fr 1.25fr; }
  .compare-stage { height: 570px; }
  .case-canvas { padding-inline: 30px; }
  .case-browser { width: 96%; }
  .method-layout { gap: 60px; }
  .difference-statement { grid-template-columns: 1.3fr 1fr; gap: 45px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 90px; }
  .nav-shell { min-height: 78px; gap: 22px; }
  .brand { width: 116px; }
  .nav-contact { margin-left: auto; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 11px; width: 44px; height: 44px; border: 1px solid #ffffff24; border-radius: 50%; background: transparent; }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: var(--ink); transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 20px var(--gutter) 28px; background: #0e0e0e; border-bottom: 1px solid #ffffff25; box-shadow: 0 30px 45px #0003; }
  .nav-links.is-open { display: grid; gap: 0; }
  .nav-links a { padding: 15px 0; font-size: 1rem; border-bottom: 1px solid #ffffff15; }
  .hero { padding-top: 125px; }
  .hero-topline { margin-bottom: 28px; }
  .hero-location { display: none; }
  .hero-title { font-size: clamp(3.3rem,8vw,4.75rem); }
  .hero-bottomline { gap: 28px; flex-direction: column; margin-top: 28px; }
  .hero-actions { flex-direction: row; align-items: center; gap: 27px; width: 100%; flex-wrap: wrap; }
  .hero-gallery { height: 500px; margin-top: 35px; }
  .hero-project-commerce { width: 90%; }
  .hero-project-landing { width: 55%; bottom: 44px; }
  .hero-footnote { font-size: .75rem; flex-wrap: wrap; gap: 14px 25px; justify-content: flex-start; }
  .section-index { margin-bottom: 40px; }
  .editorial-heading, .work-heading, .difference-statement { display: grid; grid-template-columns: 1fr; gap: 28px; }
  .heading-aside, .work-heading p, .difference-statement > p { max-width: 530px; }
  .editorial-heading h2 { font-size: clamp(2.6rem,6.8vw,3.8rem); }
  .value-grid, .principle-grid { gap: 26px; }
  .value-item h3, .principle h3 { font-size: 1.65rem; }
  .value-item p, .principle p { font-size: 1rem; }
  .work-heading { margin-bottom: 40px; }
  .work-tab { padding-left: 10px; column-gap: 12px; }
  .work-tab strong { font-size: 1.25rem; }
  .case-details { gap: 38px; }
  .case-details h3 { font-size: 2rem; }
  .case-canvas-top > :last-child { display: none; }
  .case-details .button { font-size: .875rem; gap: 15px; padding-left: 20px; }
  .intent-layout { grid-template-columns: 1fr; gap: 40px; }
  .intent-copy h2 br:nth-of-type(2) { display: none; }
  .intent-copy > p:not(.eyebrow) { max-width: 500px; }
  .compare-stage { height: 615px; }
  .demo-content { padding-top: 44px; }
  .method-layout { grid-template-columns: 1fr; gap: 50px; }
  .method-heading { position: static; }
  .method-heading > p { max-width: 480px; }
  .method-step { grid-template-columns: 38px 1fr; }
  .method-step h3 { font-size: 1.7rem; }
  .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .faq-heading > p:last-child { max-width: 460px; }
  .contact { padding: 50px 0; }
  .contact h2 { font-size: 7.8vw; }
  .contact-main { gap: 25px; padding: 45px 0; }
  .contact-circle { width: 105px; }
  .contact-circle span { font-size: 4rem; }
  .footer-top { gap: 30px; flex-wrap: wrap; }
}
@media (max-width: 520px) {
  :root { --gutter: 22px; }
  .section { padding: 76px 0; }
  .section-index { font-size: .75rem; padding-bottom: 18px; margin-bottom: 34px; }
  .section-index > :last-child { display: none; }
  .nav-contact { font-size: .75rem; gap: 8px; }
  .nav-shell { gap: 14px; }
  .brand { width: 101px; }
  .nav-contact span { font-size: 1rem; }
  .menu-toggle { width: 39px; height: 39px; padding: 9px; }
  .hero { padding: 116px 0 32px; }
  .hero-title { font-size: clamp(2.5rem,10.4vw,3.4rem); line-height: 1.06; letter-spacing: -.057em; }
  .hero-title > span { display: inline-block; max-width: 10em; }
  .hero-topline .eyebrow { font-size: .75rem; letter-spacing: .04em; }
  .hero-bottomline > p { font-size: 1rem; }
  .hero-actions { gap: 15px; align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .button { min-height: 58px; font-size: .875rem; padding-left: 21px; gap: 15px; }
  .button-arrow { width: 40px; height: 40px; }
  .hero-actions .under-link { margin-left: 4px; }
  .hero-gallery { height: 405px; margin-top: 25px; }
  .hero-project { border-radius: 9px; }
  .hero-project-commerce { width: 100%; top: 7px; transform: none; }
  .hero-project-landing { width: 78%; bottom: 49px; right: -5px; transform: none; }
  .browser-bar { min-height: 31px; padding: 7px 10px; gap: 8px; font-size: .75rem; }
  .browser-dots { gap: 3px; }
  .browser-dots i { width: 4px; height: 4px; }
  .store-nav { padding: 8px 15px; min-height: 41px; }
  .store-nav img { width: 61px; }
  .store-nav > span { display: none; }
  .hero-project-footer { min-height: 41px; padding: 6px 11px; font-size: .75rem; }
  .project-open { width: 26px; height: 26px; font-size: 1rem; }
  .gallery-signature { font-size: .75rem; bottom: 3px; }
  .gallery-signature > :last-child { display: none; }
  .hero-footnote { line-height: 1.4; gap: 12px 20px; }
  h2, .editorial-heading h2 { font-size: clamp(2.3rem,9.7vw,3rem); line-height: 1.08; }
  .value-grid, .principle-grid { grid-template-columns: 1fr; gap: 31px; margin-top: 40px; }
  .value-item { display: grid; grid-template-columns: 35px 1fr; align-items: start; gap: 14px; padding-top: 21px; }
  .value-number { padding-top: 7px; }
  .value-item h3 { margin: 0; font-size: 1.9rem; }
  .value-item p { grid-column: 2; max-width: none; }
  .work-tab { column-gap: 8px; padding: 16px 8px 20px; }
  .work-tab > span { display: none; }
  .work-tab strong, .work-tab small { grid-column: 1 / -1; }
  .work-tab strong { font-size: 1.15rem; }
  .work-tab small { font-size: .75rem; line-height: 1.4; }
  .case-canvas { padding: 21px 13px 20px; border-radius: 8px; }
  .case-canvas-top, .case-canvas-bottom { font-size: .75rem; padding-inline: 6px; }
  .case-canvas-top > :first-child { font-size: .875rem; }
  .case-discipline { display: none; }
  .case-browser { width: 100%; margin: 25px 0; border-radius: 7px; transform: none; }
  .case-details { grid-template-columns: 1fr; gap: 30px; margin-top: 32px; }
  .case-details h3 { font-size: 2.25rem; margin-bottom: 20px; }
  .case-details .eyebrow { font-size: .75rem; letter-spacing: .065em; }
  .case-details .button { width: 100%; }
  .compare-stage { height: 585px; border-radius: 9px; }
  .demo-page { inset: 58px 14px 19px; }
  .demo-nav { padding: 16px; }
  .demo-nav > span { display: none; }
  .demo-content { padding: 28px 21px; }
  .demo-content h3 { font-size: 2.2rem; }
  .demo-before .demo-content h3 { font-size: 1.6rem; }
  .demo-content p { font-size: .875rem; }
  .demo-before-tags { flex-wrap: wrap; gap: 7px; margin-top: 24px; }
  .demo-before-tags span { font-size: .75rem; padding: 7px; }
  .compare-label { right: 15px; }
  .compare-after .compare-label { left: 15px; }
  .method-step { gap: 17px; padding: 29px 0; grid-template-columns: 27px 1fr; }
  .method-step h3 { font-size: 1.5rem; }
  .method-step small { margin-bottom: 12px; letter-spacing: .06em; }
  .difference-statement h2 { font-size: clamp(2.1rem,9vw,3rem); }
  .principle { padding-top: 22px; }
  .principle h3 { font-size: 1.9rem; margin: 20px 0 15px; }
  .principle p { max-width: none; }
  .faq-list summary { gap: 16px; font-size: 1rem; padding: 23px 0; }
  .faq-list details > p { padding-right: 0; }
  .contact-top > :last-child { display: none; }
  .contact-top .eyebrow { font-size: .75rem; letter-spacing: .06em; }
  .contact-main { align-items: flex-end; gap: 12px; }
  .contact h2 { font-size: clamp(2.7rem,11vw,3.6rem); max-width: 9em; }
  .contact-circle { width: 59px; margin-bottom: 5px; }
  .contact-circle span { font-size: 2.6rem; }
  .contact-bottom { flex-direction: column; align-items: flex-start; gap: 28px; }
  .contact-link { width: 100%; border-top: 1px solid #16210b35; padding-top: 22px; }
  .footer-top { display: grid; grid-template-columns: 1fr auto; row-gap: 25px; padding-bottom: 34px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-back { font-size: .75rem; gap: 12px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
@media (max-width: 360px) {
  .nav-contact { display: none; }
  .menu-toggle { margin-left: auto; }
  .hero-gallery { height: 380px; }
  .hero-project-landing .browser-dots { display: none; }
  .hero-project-landing .browser-kind { margin-left: auto; }
  .contact-main { align-items: flex-start; }
  .contact h2 { font-size: 2.55rem; }
  .contact-circle { width: 48px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .hero-project-commerce, .hero-project-landing { transform: none; }
}
