/*
Theme Name: GDN Brand Environments
Theme URI: https://gdnco.com/
Author: GDN Co., Ltd.
Description: Custom portfolio theme for GDN Co., Ltd.
Version: 1.2.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: gdn-brand-environments
*/

:root {
  --ink: #131512;
  --paper: #efede5;
  --line: #c9c7be;
  --soft: #deddd5;
  --green: #48b72c;
  --muted: #6d7068;
  --sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { object-fit: cover; }
::selection { background: var(--green); color: var(--ink); }
:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }

.scroll-progress { --progress: 0; position: fixed; z-index: 100; inset: 0 auto auto 0; width: calc(var(--progress) * 100%); height: 3px; background: var(--green); pointer-events: none; }
.project-cursor { position: fixed; z-index: 90; left: 0; top: 0; width: 68px; height: 68px; margin: -34px 0 0 -34px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--ink); font: 700 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; opacity: 0; pointer-events: none; transition: opacity .18s ease, scale .18s ease; scale: .65; }
.project-cursor.is-active { opacity: 1; scale: 1; }
.section-kicker { margin: 0; font: 700 10px/1.2 var(--mono); letter-spacing: .13em; text-transform: uppercase; }

.reveal { opacity: 0; translate: 0 28px; transition: opacity .75s cubic-bezier(.22,.61,.36,1), translate .75s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; translate: 0 0; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 82px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(14,36,8,.24); }
.brand { display: flex; align-items: center; gap: 18px; }
.brand-mark { font-size: 27px; font-weight: 900; letter-spacing: -.095em; }
.brand-name { max-width: 90px; font: 650 9px/1.25 var(--mono); letter-spacing: .08em; text-transform: uppercase; opacity: .64; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 12px; }
.site-header nav a { position: relative; }
.site-header nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--green); transition: right .28s ease; }
.site-header nav a:hover::after { right: 0; }
.nav-contact { padding: 11px 14px; border: 1px solid rgba(255,255,255,.8); transition: background .2s, color .2s; }
.nav-contact-short { display: none; }
.nav-contact:hover { background: #f5f4ef; color: var(--ink); }

.hero { position: relative; min-height: 850px; height: 100svh; overflow: hidden; background: var(--green); color: #fff; }
.hero-grid { position: absolute; inset: -8.333vw 0 0 -8.333vw; opacity: .16; background-image: linear-gradient(rgba(18,43,10,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(18,43,10,.28) 1px, transparent 1px); background-size: 8.333vw 8.333vw; animation: hero-grid-loop 24s linear infinite; }
.hero-motion { position: absolute; z-index: 1; inset: 82px 0 52px; overflow: hidden; pointer-events: none; color: rgba(18,48,10,.42); }
.motion-frame, .motion-axis, .motion-node { position: absolute; display: block; }
.motion-frame { border: 1px solid currentColor; }
.motion-frame::before, .motion-frame::after { content: ""; position: absolute; width: 14px; height: 14px; border-color: rgba(255,255,255,.72); }
.motion-frame::before { left: -1px; top: -1px; border-left: 2px solid; border-top: 2px solid; }
.motion-frame::after { right: -1px; bottom: -1px; border-right: 2px solid; border-bottom: 2px solid; }
.motion-frame-a { right: 6vw; top: 9%; width: clamp(260px, 27vw, 470px); aspect-ratio: 1; animation: hero-frame-a 16s cubic-bezier(.65,0,.35,1) infinite; }
.motion-frame-b { right: 12vw; top: 19%; width: clamp(190px, 18vw, 320px); aspect-ratio: 1; border-color: rgba(255,255,255,.38); animation: hero-frame-b 16s cubic-bezier(.65,0,.35,1) infinite; }
.motion-axis { background: currentColor; opacity: .7; transform-origin: left center; }
.motion-axis-x { left: 0; top: 42%; width: 100%; height: 1px; animation: hero-axis-x 12s cubic-bezier(.76,0,.24,1) infinite; }
.motion-axis-y { right: 24vw; top: 0; width: 1px; height: 100%; animation: hero-axis-y 12s cubic-bezier(.76,0,.24,1) infinite; }
.motion-node { right: calc(24vw - 5px); top: calc(42% - 5px); width: 11px; height: 11px; background: #fff; box-shadow: 0 0 0 1px rgba(18,48,10,.55); animation: hero-node-loop 12s cubic-bezier(.76,0,.24,1) infinite; }
.hero-year { position: absolute; z-index: 2; left: 4vw; right: 4vw; top: 112px; display: flex; justify-content: space-between; color: rgba(13,38,6,.68); font: 800 9px/1 var(--mono); letter-spacing: .12em; }
.hero-copy { position: absolute; z-index: 4; left: 4vw; top: 22%; width: 78%; }
.hero .eyebrow { color: #173d0d; }
.hero h1 { margin: 0; font: 400 clamp(76px, 10.4vw, 168px)/.78 var(--serif); letter-spacing: -.075em; }
.hero h1 span { display: block; }
.hero h1 span:last-child { margin-left: 8.4vw; font-style: italic; }
.hero-note { display: grid; grid-template-columns: minmax(240px, 380px) auto; align-items: end; gap: 4vw; margin: 48px 0 0 8.7vw; }
.hero-note p { margin: 0; color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.55; }
.hero-note a { justify-self: start; padding-bottom: 7px; border-bottom: 1px solid rgba(19,51,10,.52); color: #15390c; font: 800 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero-note a span { margin-left: 28px; color: #fff; }
.hero-company { position: absolute; z-index: 5; right: 4vw; top: 47%; display: flex; flex-direction: column; align-items: flex-end; color: #fff; }
.hero-company strong { font: 400 clamp(22px, 2.5vw, 38px)/1 var(--serif); }
.hero-company span { margin-top: 7px; font: 800 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-monogram { position: absolute; z-index: 2; right: -2.4vw; bottom: -20%; font: 900 clamp(290px, 43vw, 690px)/.72 var(--sans); letter-spacing: -.105em; color: #fff; user-select: none; }
.hero-ticker { position: absolute; z-index: 6; inset: auto 0 0; height: 52px; overflow: hidden; border-top: 1px solid rgba(18,46,10,.45); background: var(--green); }
.ticker-track { width: max-content; height: 100%; display: flex; align-items: center; gap: 34px; animation: ticker 28s linear infinite; font: 700 10px/1 var(--mono); letter-spacing: .12em; }
.ticker-track i { color: #fff; font-size: 14px; font-style: normal; }
.hero-ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes hero-grid-loop { to { transform: translate(8.333vw, 8.333vw); } }
@keyframes hero-frame-a { 0%, 100% { transform: translate3d(0,0,0) rotate(0deg); } 50% { transform: translate3d(-3.2vw,2.4vw,0) rotate(4deg); } }
@keyframes hero-frame-b { 0%, 100% { transform: translate3d(0,0,0) rotate(0deg); } 50% { transform: translate3d(2.2vw,-2vw,0) rotate(-7deg); } }
@keyframes hero-axis-x { 0%, 8% { transform: scaleX(0); } 42%, 72% { transform: scaleX(1); } 100% { transform: scaleX(0); transform-origin: right center; } }
@keyframes hero-axis-y { 0%, 22% { transform: scaleY(0); transform-origin: center top; } 56%, 78% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: center bottom; } }
@keyframes hero-node-loop { 0%, 12% { transform: translate3d(0,-36vh,0); opacity: 0; } 28% { opacity: 1; } 58% { transform: translate3d(-34vw,0,0); opacity: 1; } 84% { transform: translate3d(0,30vh,0); opacity: 1; } 100% { transform: translate3d(0,30vh,0); opacity: 0; } }

.intro { padding: 130px 4vw 110px; }
.intro-copy { display: grid; grid-template-columns: 1.55fr .5fr; gap: 10vw; margin: 48px 0 100px; }
.intro-copy h2, .archive-heading h2, .services-intro h2, .approach-copy h2, .footer-lead h2 { margin: 0; font: 400 clamp(44px, 5.5vw, 82px)/.98 var(--serif); letter-spacing: -.045em; }
.intro-side { align-self: end; }
.intro-side > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.intro-side .micro { margin-top: 32px; color: var(--ink); font: 700 10px/1.5 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.numbers { display: grid; grid-template-columns: 1.2fr 1fr 1fr; border-top: 1px solid var(--line); }
.numbers > div { min-height: 145px; display: flex; align-items: flex-end; gap: 24px; padding: 28px 24px 20px 0; border-right: 1px solid var(--line); }
.numbers > div + div { padding-left: 28px; }
.numbers > div:last-child { border-right: 0; }
.numbers strong { font: 400 66px/.8 var(--serif); letter-spacing: -.06em; color: var(--green); }
.numbers span { max-width: 160px; color: var(--muted); font: 700 9px/1.45 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.archive { padding: 120px 0 62px; background: var(--ink); color: #f3f1ea; }
.archive-heading { padding: 0 4vw 70px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.archive-heading h2 { max-width: 900px; margin-top: 24px; }
.archive-instruction { display: flex; align-items: center; gap: 22px; padding-bottom: 8px; color: #898c85; font: 700 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.archive-instruction b { color: var(--green); font-size: 22px; font-weight: 400; }
.archive-viewport { overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; scroll-snap-type: x proximity; cursor: grab; }
.archive-viewport::-webkit-scrollbar { display: none; }
.archive-track { width: max-content; display: flex; gap: 26px; padding: 0 4vw 48px; touch-action: pan-y; }
.archive-track.is-dragging { cursor: grabbing; user-select: none; }
.archive-card { width: clamp(340px, 57vw, 890px); scroll-snap-align: center; }
.archive-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #dfddd4; }
.archive-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: scale .7s cubic-bezier(.2,.75,.3,1); }
.archive-image.is-contained { background: #f4f3ef; }
.archive-image.is-contained img { object-fit: contain; }
.archive-card:hover .archive-image img { scale: 1.018; }
.archive-number { position: absolute; top: 0; right: 0; min-width: 45px; padding: 12px 10px; background: var(--green); color: var(--ink); text-align: center; font: 800 10px/1 var(--mono); }
.archive-meta { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; align-items: baseline; padding-top: 15px; }
.archive-meta h3, .archive-meta p { margin: 0; }
.archive-meta h3 { font: 400 22px/1.1 var(--serif); }
.archive-meta p, .archive-meta time { color: #8d9189; font: 600 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.archive-note { max-width: 540px; margin: 0 4vw; color: #696d65; font-size: 10px; line-height: 1.5; }

.brand-strip { padding: 48px 4vw 58px; background: var(--green); color: #10210b; }
.brand-strip-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.brand-strip-heading p { margin: 0; font: 700 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.brand-strip-heading span { max-width: 380px; color: rgba(16,33,11,.62); font: 700 9px/1.45 var(--mono); letter-spacing: .06em; text-align: right; text-transform: uppercase; }
.brand-logo-wall { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(16,33,11,.3); border-left: 1px solid rgba(16,33,11,.3); }
.brand-logo { min-height: 135px; display: grid; place-items: center; padding: 22px; border-right: 1px solid rgba(16,33,11,.3); border-bottom: 1px solid rgba(16,33,11,.3); background: #f3f1e9; overflow: hidden; transition: background .25s, transform .25s; }
.brand-logo:hover { z-index: 1; background: #fff; transform: translateY(-5px); }
.brand-logo img { width: 100%; height: 72px; object-fit: contain; }
.brand-logo img.is-raster { mix-blend-mode: multiply; }
.brand-logo img.is-kfc { height: 128px; transform: scale(1.55) translateY(8px); }
.brand-logo img.is-oishi { height: 104px; transform: scale(1.18); }
.brand-logo img.is-costa { height: 104px; transform: scale(1.38); }
.brand-logo img.is-coliseum { height: 90px; transform: scale(1.08); }

.services { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; padding: 130px 4vw 145px; }
.services-intro h2 { margin: 32px 0; font-size: clamp(42px, 4.8vw, 72px); }
.services-intro > p:last-child { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 46px .85fr 1.3fr 18px; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); transition: padding .28s ease, background .28s ease; }
.service-row:hover { padding-left: 14px; padding-right: 14px; background: #e4e2da; }
.service-row > span { color: var(--green); font: 800 10px/1.6 var(--mono); }
.service-row h3 { margin: 0; font: 400 21px/1.15 var(--serif); }
.service-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-row b { opacity: 0; translate: -7px 7px; color: var(--green); transition: opacity .25s, translate .25s; }
.service-row:hover b { opacity: 1; translate: 0 0; }

.team { padding: 120px 4vw 135px; background: #e4e9df; }
.team-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; align-items: start; margin-bottom: 70px; }
.team-heading h2 { max-width: 920px; margin: 0; font: 400 clamp(48px, 6.2vw, 92px)/.95 var(--serif); letter-spacing: -.05em; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #b7beb2; }
.team-grid article { min-height: 265px; padding: 24px 24px 20px 0; border-right: 1px solid #b7beb2; }
.team-grid article + article { padding-left: 24px; }
.team-grid article:last-child { border-right: 0; }
.team-grid span { color: var(--green); font: 800 10px/1 var(--mono); }
.team-grid h3 { margin: 56px 0 16px; font: 400 24px/1.08 var(--serif); }
.team-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.approach { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 760px; background: var(--soft); }
.approach-visual { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 660px; overflow: hidden; transform: perspective(1300px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .18s ease-out; }
.approach-visual img { object-fit: contain; background: #deddd5; }
.approach-visual > span { position: absolute; left: 22px; bottom: 22px; padding: 9px 11px; background: var(--ink); color: #f3f1ea; font: 700 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.digital-composition { position: absolute; inset: 0; overflow: hidden; background: var(--green); color: var(--ink); }
.digital-composition::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(14,44,6,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(14,44,6,.2) 1px, transparent 1px); background-size: 11.1% 11.1%; }
.digital-composition::after { content: "DIGITAL"; position: absolute; left: -4%; bottom: -5%; color: rgba(255,255,255,.94); font: 900 clamp(100px, 15vw, 240px)/.7 var(--sans); letter-spacing: -.09em; }
.digital-window { position: absolute; z-index: 2; border: 2px solid var(--ink); background: #f1efe7; box-shadow: 18px 18px 0 rgba(19,21,18,.18); }
.window-main { left: 11%; top: 15%; width: 61%; height: 48%; transform: rotate(-2.4deg); }
.window-bar { height: 34px; display: flex; align-items: center; gap: 7px; padding: 0 12px; border-bottom: 1px solid var(--ink); }
.window-bar i { width: 7px; height: 7px; border: 1px solid var(--ink); border-radius: 50%; }
.window-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; padding: 18px; }
.window-grid b { aspect-ratio: 1.5; border: 1px solid var(--ink); background: #d9d8d0; }
.window-grid b:nth-child(1), .window-grid b:nth-child(5) { background: var(--green); }
.window-lines { display: grid; gap: 6px; padding: 0 18px; }
.window-lines i { height: 4px; background: var(--ink); opacity: .75; }
.window-lines i:nth-child(2) { width: 72%; }
.window-lines i:nth-child(3) { width: 42%; }
.window-mobile { right: 9%; top: 30%; width: 21%; height: 46%; padding: 14px; transform: rotate(4deg); }
.window-mobile::before { content: ""; display: block; width: 34%; height: 3px; margin: 0 auto 18px; background: var(--ink); }
.mobile-mark { display: grid; place-items: center; aspect-ratio: 1; margin-bottom: 16px; background: var(--ink); color: var(--green); font: 900 clamp(28px, 4vw, 64px)/1 var(--sans); }
.window-mobile > i { display: block; height: 5px; margin: 8px 0; background: var(--ink); }
.window-mobile > i:nth-of-type(2) { width: 72%; }
.window-mobile > i:nth-of-type(3) { width: 45%; }
.digital-label { position: absolute; z-index: 3; left: 11%; top: 70%; display: grid; grid-template-columns: auto auto; gap: 4px 10px; font-family: var(--mono); text-transform: uppercase; }
.digital-label span { color: #fff; font-size: 9px; }
.digital-label strong { font-size: 10px; letter-spacing: .1em; }
.digital-orbit { position: absolute; z-index: 3; right: 3%; top: 8%; width: 120px; height: 120px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; animation: orbit 18s linear infinite; }
.digital-orbit b { font: 400 28px/1 var(--serif); }
.digital-orbit i { position: absolute; font-style: normal; }
.digital-orbit i:first-child { top: -8px; }
.digital-orbit i:last-child { bottom: -8px; }
@keyframes orbit { to { rotate: 360deg; } }
.approach-copy { padding: 88px 7vw 82px; }
.approach-copy h2 { margin: 30px 0 66px; font-size: clamp(42px, 4.35vw, 68px); }
.approach-copy ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #afb0a8; }
.approach-copy li { display: grid; grid-template-columns: 50px 1fr; padding: 20px 0; border-bottom: 1px solid #afb0a8; }
.approach-copy li > span { color: var(--green); font: 800 10px/1.6 var(--mono); }
.approach-copy strong { font: 400 19px/1.2 var(--serif); }
.approach-copy li p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

footer { padding: 120px 4vw 28px; background: var(--ink); color: #f3f1ea; }
.footer-lead { padding-bottom: 110px; }
.footer-lead h2 { max-width: 1100px; margin: 30px 0 52px; font-size: clamp(68px, 9.5vw, 150px); line-height: .82; }
.footer-lead > a { display: inline-block; padding-bottom: 9px; border-bottom: 1px solid var(--green); font: 400 18px/1 var(--serif); }
.footer-lead > a span { margin-left: 28px; color: var(--green); }
.footer-details { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 40px; padding: 34px 0 75px; border-top: 1px solid #43463f; }
.footer-details span { display: block; margin-bottom: 18px; color: #777b73; font: 700 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.footer-details p { margin: 0; font-size: 13px; line-height: 1.65; }
.footer-details a:hover { color: var(--green); }
.markets ul { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 22px; margin: 0; padding: 0; list-style: none; }
.markets li { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.markets li b { width: 22px; font-size: 17px; font-weight: 400; line-height: 1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid #43463f; color: #777b73; font: 700 9px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 900px) {
  .site-header nav a:not(.nav-contact) { display: none; }
  .hero { min-height: 760px; }
  .hero-copy { top: 18%; width: 92%; }
  .hero h1 { font-size: clamp(68px, 14vw, 118px); }
  .hero-note { grid-template-columns: minmax(200px, 330px) auto; }
  .intro-copy { grid-template-columns: 1.3fr .7fr; gap: 6vw; }
  .services { grid-template-columns: 1fr; gap: 70px; }
  .brand-logo-wall { grid-template-columns: repeat(3, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid article:nth-child(2) { border-right: 0; }
  .team-grid article:nth-child(-n+2) { border-bottom: 1px solid #b7beb2; }
  .approach { grid-template-columns: 1fr; }
  .approach-visual { min-height: 70vw; }
}

@media (max-width: 640px) {
  .project-cursor { display: none; }
  .site-header { height: 68px; padding: 0 18px; }
  .brand-mark { font-size: 25px; }
  .brand-name { display: none; }
  .site-header nav { gap: 10px; }
  .site-header nav a[href="#archive"] { display: inline-flex; min-height: 44px; align-items: center; padding: 0 6px; font-size: 11px; }
  .nav-contact { min-height: 44px; display: inline-flex; align-items: center; padding: 0 12px; font-size: 10px; }
  .nav-contact-long { display: none; }
  .nav-contact-short { display: inline; }
  .hero { min-height: 650px; height: auto; padding: 118px 18px 122px; }
  .hero-grid { inset: -22vw 0 0 -22vw; background-size: 22vw 22vw; }
  .hero-motion { inset: 68px 0 46px; opacity: .72; }
  .motion-frame-a { right: -92px; top: 30px; width: 270px; }
  .motion-frame-b { right: -30px; top: 92px; width: 168px; }
  .motion-axis-x { top: 56%; }
  .motion-axis-y { right: 68px; }
  .motion-node { right: 63px; top: calc(56% - 5px); }
  .hero-copy { position: relative; left: auto; top: auto; width: 100%; }
  .hero h1 { margin: 0; max-width: 350px; font-size: clamp(52px, 16.2vw, 69px); line-height: .88; letter-spacing: -.065em; }
  .hero h1 span:last-child { margin-left: 0; }
  .hero-note { display: block; margin: 30px 0 0; width: 100%; }
  .hero-note p { max-width: 330px; font-size: 14px; line-height: 1.55; }
  .hero-note a { min-height: 44px; display: inline-flex; align-items: center; margin-top: 18px; }
  .hero-company { display: none; }
  .hero-monogram { right: -5vw; bottom: 38px; font-size: 43vw; opacity: .92; }
  .hero-ticker { height: 46px; }
  .ticker-track { gap: 26px; font-size: 9px; }
  .intro, .services { padding: 72px 18px; }
  .intro-copy { grid-template-columns: 1fr; gap: 28px; margin: 30px 0 52px; }
  .intro-copy h2, .archive-heading h2, .services-intro h2, .approach-copy h2 { font-size: clamp(38px, 11.5vw, 52px); line-height: .98; }
  .intro-side > p { font-size: 14px; }
  .numbers { grid-template-columns: 1fr; }
  .numbers > div, .numbers > div + div { min-height: 94px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .numbers strong { min-width: 78px; font-size: 52px; }
  .numbers span { max-width: 180px; }
  .archive { padding-top: 72px; }
  .archive-heading { padding: 0 18px 38px; grid-template-columns: 1fr; gap: 18px; }
  .archive-instruction { padding: 0; }
  .archive-viewport { scroll-snap-type: x mandatory; }
  .archive-track { gap: 12px; padding: 0 18px 30px; touch-action: pan-x pan-y; }
  .archive-card { width: 82vw; scroll-snap-align: start; }
  .archive-image { aspect-ratio: 4/3; }
  .archive-meta { grid-template-columns: 1fr auto; }
  .archive-meta h3 { font-size: 20px; }
  .archive-meta p { grid-row: 2; }
  .archive-meta time { grid-column: 2; grid-row: 1; }
  .archive-note { margin: 0 18px; }
  .brand-strip { padding: 32px 0 36px; overflow: hidden; }
  .brand-strip-heading { display: block; }
  .brand-strip-heading { margin: 0 18px 24px; }
  .brand-strip-heading span { display: block; margin-top: 12px; max-width: 300px; text-align: left; }
  .brand-logo-wall { grid-template-columns: none; grid-template-rows: repeat(3, 92px); grid-auto-columns: 45vw; grid-auto-flow: column; overflow-x: auto; margin-left: 18px; padding-right: 18px; border-left: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .brand-logo-wall::-webkit-scrollbar { display: none; }
  .brand-logo { min-height: 92px; padding: 14px; border-left: 1px solid rgba(16,33,11,.3); scroll-snap-align: start; }
  .brand-logo:hover { transform: none; }
  .brand-logo img { height: 48px; }
  .brand-logo img.is-kfc { height: 90px; transform: scale(1.35) translateY(5px); }
  .brand-logo img.is-oishi { height: 74px; transform: scale(1.05); }
  .brand-logo img.is-costa { height: 74px; transform: scale(1.2); }
  .brand-logo img.is-coliseum { height: 66px; transform: none; }
  .services { gap: 46px; }
  .services-intro h2 { margin: 24px 0; }
  .service-row { grid-template-columns: 30px 1fr; gap: 10px; padding: 22px 0; }
  .service-row p { grid-column: 2; }
  .service-row b { display: none; }
  .team { padding: 72px 18px; }
  .team-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 40px; }
  .team-heading h2 { font-size: clamp(40px, 11.5vw, 54px); }
  .team-grid { grid-template-columns: 1fr; }
  .team-grid article, .team-grid article + article { min-height: 0; padding: 22px 0 24px; border-right: 0; border-bottom: 1px solid #b7beb2; }
  .team-grid h3 { margin: 24px 0 10px; }
  .approach-visual { min-height: 390px; transform: none; }
  .window-main { left: 7%; width: 67%; }
  .window-mobile { right: 5%; width: 25%; }
  .digital-orbit { width: 76px; height: 76px; }
  .digital-label { left: 7%; }
  .approach-copy { padding: 66px 18px; }
  .approach-copy h2 { margin: 24px 0 42px; }
  footer { padding: 72px 18px 24px; }
  .footer-lead { padding-bottom: 64px; }
  .footer-lead h2 { margin: 24px 0 38px; font-size: clamp(56px, 17vw, 76px); line-height: .88; }
  .footer-lead > a { min-height: 44px; display: inline-flex; align-items: center; font-size: 17px; }
  .footer-details { grid-template-columns: 1fr; gap: 34px; }
  .footer-details p { font-size: 14px; }
  .footer-details a { min-height: 32px; display: inline-flex; align-items: center; }
  .markets ul { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .footer-bottom { align-items: center; }
}

@media (max-width: 370px) {
  .site-header nav a[href="#archive"] { display: none; }
  .hero { padding-left: 16px; padding-right: 16px; }
  .hero h1 { font-size: 52px; }
  .brand-logo-wall { grid-auto-columns: 52vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; translate: 0; }
  .hero-grid, .motion-frame, .motion-axis, .motion-node { animation: none !important; }
}
