:root {
  --ink: #0d1020;
  --ink-soft: #1a1e33;
  --lavender: #9c8cff;
  --indigo: #6067ff;
  --coral: #ff8778;
  --lime: #d7f58a;
  --paper: #f3f1eb;
  --paper-2: #e9e7e0;
  --muted: #707183;
  --line: rgba(13, 16, 32, .14);
  --shadow-sm: 0 5px 16px rgba(13, 16, 32, .09), 0 1px 3px rgba(13, 16, 32, .08);
  --shadow-md: 0 22px 45px rgba(13, 16, 32, .14), 0 5px 14px rgba(13, 16, 32, .08);
  --ease: cubic-bezier(.22,.61,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background-color: var(--paper); background-image: radial-gradient(circle 311px at 8.6% 27.9%, rgba(62,147,252,0.57) 12.9%, rgba(239,183,192,0.44) 91.2%); background-repeat: no-repeat; background-attachment: fixed; color: var(--ink); font-family: 'Manrope', ui-sans-serif, system-ui, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--lavender); color: var(--ink); }
.grain { pointer-events: none; position: fixed; z-index: 10; inset: 0; opacity: .055; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.section-shell { width: min(1220px, calc(100% - 80px)); margin: 0 auto; }
.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 84px; width: min(1360px, calc(100% - 80px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.06em; }
.brand-name { font-size: 21px; }
.brand-dot { color: var(--coral); }
.brand-mark { display: flex; align-items: flex-end; gap: 3px; width: 24px; height: 24px; }
.brand-mark span { display: block; width: 5px; border-radius: 5px 5px 1px 1px; background: var(--ink); transform: skew(-14deg); }
.brand-mark span:nth-child(1) { height: 12px; opacity: .48; }
.brand-mark span:nth-child(2) { height: 19px; background: var(--indigo); }
.brand-mark span:nth-child(3) { height: 24px; background: var(--coral); }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: 100px; }
.nav-link { position: relative; color: var(--muted); font-size: 13px; font-weight: 700; transition: color .25s var(--ease); }
.nav-link::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 5px; background: var(--indigo); transition: right .25s var(--ease); }
.nav-link:hover, .nav-link.active { color: var(--ink); }
.nav-link:hover::after, .nav-link.active::after { right: 0; }
.header-cta { display: inline-flex; gap: 12px; align-items: center; border: 1px solid var(--ink); border-radius: 999px; padding: 12px 18px; font-size: 13px; font-weight: 800; transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease); }
.header-cta:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.menu-toggle, .mobile-menu { display: none; }
.hero { min-height: 760px; padding-top: 164px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 55px; align-items: center; position: relative; }
.hero-copy { padding-bottom: 40px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 11px; font-family: 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow-line { width: 28px; height: 1px; background: currentColor; opacity: .65; }
.eyebrow.light { color: rgba(255,255,255,.65); }
h1, h2, h3, p { margin: 0; }
h1 { margin-top: 28px; max-width: 650px; font-size: clamp(62px, 7.2vw, 112px); line-height: .95; letter-spacing: -.075em; font-weight: 800; }
h1 em, h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.075em; }
.hero-lede { margin-top: 35px; max-width: 480px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 24px; align-items: center; margin-top: 37px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 999px; padding: 15px 21px; font-size: 13px; font-weight: 800; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease); }
.button-primary { background: var(--ink); color: var(--paper); box-shadow: 0 12px 25px rgba(13,16,32,.18); }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 32px rgba(13,16,32,.24); background: #232844; }
.button-light { background: var(--paper); color: var(--ink); box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.button-light:hover { transform: translateY(-3px); box-shadow: 0 17px 35px rgba(0,0,0,.2); }
.text-link { display: inline-flex; gap: 11px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 73px; color: var(--muted); font: 11px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .1em; }
.pulse-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #81b75b; box-shadow: 0 0 0 5px rgba(129,183,91,.18); }
.hero-art { min-height: 550px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-surface { width: min(100%, 590px); aspect-ratio: 1 / 1.05; position: relative; overflow: hidden; border-radius: 44px; background: linear-gradient(140deg, #b9afff 0%, #7168ff 39%, #5860dc 66%, #ff8f7e 100%); box-shadow: 30px 35px 65px rgba(57, 53, 121, .24), inset 0 1px rgba(255,255,255,.38); transform: rotate(2deg); }
.surface-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(145deg, black, transparent 80%); }
.hero-surface::before { content: ''; position: absolute; width: 65%; height: 65%; top: -26%; right: -18%; border-radius: 50%; background: rgba(255,255,255,.22); filter: blur(20px); }
.hero-surface::after { content: ''; position: absolute; inset: auto -14% -23% 25%; height: 52%; border-radius: 50%; background: rgba(255,181,156,.3); filter: blur(25px); }
.surface-plan { position: absolute; inset: 17% 16% 15% 14%; border: 1px solid rgba(255,255,255,.68); transform: rotate(-10deg); }
.plan-axis { position: absolute; background: rgba(255,255,255,.45); }
.plan-axis-v { top: 0; bottom: 0; width: 1px; left: 57%; }
.plan-axis-h { left: 0; right: 0; height: 1px; top: 48%; }
.plan-room { position: absolute; border: 1px solid rgba(255,255,255,.75); color: rgba(255,255,255,.8); font: 12px 'DM Mono', monospace; }
.plan-room span { position: absolute; top: 9px; left: 10px; }
.room-a { left: 0; top: 0; width: 57%; height: 48%; }
.room-b { right: 0; top: 0; width: 43%; height: 48%; }
.room-c { left: 0; bottom: 0; width: 57%; height: 52%; }
.plan-courtyard { position: absolute; right: 10%; bottom: 14%; width: 28%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.75); }
.plan-path { position: absolute; right: 0; bottom: 22%; width: 23%; border-top: 1px dashed rgba(255,255,255,.7); transform: rotate(-40deg); transform-origin: right; }
.hero-tag { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; min-width: 170px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.38); border-radius: 9px; color: rgba(255,255,255,.87); background: rgba(255,255,255,.11); backdrop-filter: blur(12px); box-shadow: 0 13px 28px rgba(47,43,124,.18); font: 11px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .06em; }
.tag-top { top: 17%; right: -3%; transform: rotate(3deg); }.tag-bottom { bottom: 18%; left: -4%; transform: rotate(-6deg); }
.tag-number { color: var(--lime); }
.hero-coordinate { position: absolute; right: 8%; bottom: 8%; color: rgba(255,255,255,.63); font: 10px 'DM Mono', monospace; line-height: 1.65; letter-spacing: .1em; }
.hero-stamp { position: absolute; top: 9%; left: 9%; width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: rgba(255,255,255,.85); font-size: 24px; font-weight: 800; transform: rotate(-16deg); }.hero-stamp span { color: var(--lime); }
.hero-orbit { position: absolute; border: 1px solid rgba(98,96,199,.25); border-radius: 50%; transform: rotate(-20deg); }.orbit-one { width: 580px; height: 230px; right: -10%; top: 26%; }.orbit-two { width: 520px; height: 180px; right: 2%; top: 34%; border-color: rgba(255,135,120,.2); }
.scroll-cue { position: absolute; bottom: 17px; left: 0; display: flex; align-items: center; gap: 12px; color: var(--muted); font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .12em; }.scroll-cue span { display: block; width: 33px; height: 1px; background: var(--muted); }
.marquee-band { overflow: hidden; background: var(--ink); color: var(--paper); transform: rotate(-1.5deg) scale(1.02); margin: 37px -10px 0; }.marquee-track { display: flex; align-items: center; gap: 34px; width: max-content; min-height: 69px; animation: ticker 24s linear infinite; font-size: 19px; font-weight: 700; letter-spacing: -.03em; white-space: nowrap; }.marquee-track b { color: var(--coral); font-size: 20px; }
@keyframes ticker { to { transform: translateX(-50%); } }
.work { padding-top: 160px; padding-bottom: 145px; }.section-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }.section-intro h2, .services-heading h2, .approach-copy h2, .contact-copy h2 { margin-top: 24px; font-size: clamp(49px, 5.8vw, 84px); line-height: .97; letter-spacing: -.075em; }.section-lede { max-width: 310px; padding-bottom: 8px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.work-toolbar { display: flex; gap: 8px; margin-top: 58px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }.filter-chip { border: 1px solid transparent; border-radius: 999px; background: transparent; padding: 9px 13px; color: var(--muted); font-size: 12px; font-weight: 700; transition: all .25s var(--ease); }.filter-chip span { margin-left: 6px; color: inherit; font: 10px 'DM Mono', monospace; opacity: .7; }.filter-chip:hover, .filter-chip.active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.work-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-auto-flow: dense; gap: 48px 24px; margin-top: 33px; }.project-card { cursor: pointer; transition: transform .35s var(--ease); }.project-card:hover { transform: translateY(-7px); }.project-card.hidden { display: none; }.project-large { grid-row: span 2; }.project-visual { position: relative; overflow: hidden; border-radius: 19px; box-shadow: var(--shadow-md); }.project-large .project-visual { min-height: 610px; }.project-tall .project-visual { min-height: 425px; }.project-mid .project-visual { min-height: 345px; }.project-wide { grid-column: 1 / -1; }.project-wide .project-visual { min-height: 285px; }
.visual-indigo { background: linear-gradient(135deg, #b8a7ff, #6e65f2 52%, #34386e); }.visual-coral { background: linear-gradient(140deg, #ffd5bd, #ff9c89 43%, #ad5361); }.visual-lime { background: linear-gradient(140deg, #e1f4ac, #a9cd75 47%, #3e6d68); }.visual-blue { background: linear-gradient(140deg, #bad9ff, #728ce5 46%, #353d7e); }.visual-plum { background: linear-gradient(140deg, #f0b5c1, #9b6fa9 48%, #3b294d); }
.visual-code { position: absolute; top: 19px; right: 20px; color: rgba(255,255,255,.78); font: 10px 'DM Mono', monospace; letter-spacing: .12em; }.visual-lines { position: absolute; inset: 18% 16%; border: 1px solid rgba(255,255,255,.63); transform: rotate(20deg); }.visual-lines::before, .visual-lines::after { content: ''; position: absolute; background: rgba(255,255,255,.6); }.visual-lines::before { width: 145%; height: 1px; left: -20%; top: 45%; transform: rotate(42deg); }.visual-lines::after { height: 145%; width: 1px; left: 53%; top: -20%; transform: rotate(42deg); }.visual-arch { position: absolute; width: 50%; height: 65%; right: 10%; bottom: -9%; border: 1px solid rgba(255,255,255,.85); border-bottom: 0; border-radius: 220px 220px 0 0; transform: rotate(-13deg); }.visual-orb { position: absolute; width: 106px; height: 106px; left: 21%; top: 27%; border-radius: 50%; border: 1px solid rgba(255,255,255,.75); box-shadow: 0 0 0 22px rgba(255,255,255,.08), 0 0 0 44px rgba(255,255,255,.04); }.visual-ribbon { position: absolute; width: 150%; height: 45%; left: -25%; top: 28%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.47), transparent); transform: rotate(-34deg); }.visual-frame { position: absolute; width: 55%; height: 76%; left: 18%; top: 14%; border: 1px solid rgba(255,255,255,.8); transform: rotate(12deg); }.visual-frame::after { content: ''; position: absolute; inset: 16%; border: 1px solid rgba(255,255,255,.5); }.visual-sun { position: absolute; width: 92px; height: 92px; right: 16%; top: 19%; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 15px rgba(215,245,138,.14), 0 0 65px rgba(215,245,138,.5); }.visual-block { position: absolute; border: 1px solid rgba(255,255,255,.73); background: rgba(255,255,255,.18); }.block-one { width: 36%; height: 66%; left: 15%; top: 15%; transform: rotate(-11deg); }.block-two { width: 35%; height: 47%; right: 18%; top: 34%; transform: rotate(25deg); }.block-three { width: 23%; height: 34%; left: 38%; bottom: 10%; transform: rotate(25deg); }.visual-blueprint { position: absolute; inset: 16% 13%; border: 1px solid rgba(255,255,255,.72); background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 26px 26px; transform: perspective(420px) rotateX(49deg) rotateZ(-14deg); }.visual-blueprint::before, .visual-blueprint::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.72); }.visual-blueprint::before { left: 19%; top: 20%; width: 34%; height: 52%; }.visual-blueprint::after { right: 15%; top: 10%; width: 27%; height: 35%; }.visual-blueprint-dot { position: absolute; z-index: 2; width: 12px; height: 12px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(215,245,138,.2); }.dot-a { left: 22%; top: 32%; }.dot-b { right: 24%; bottom: 26%; background: var(--coral); box-shadow: 0 0 0 7px rgba(255,135,120,.18); }.visual-capsule { position: absolute; width: 54%; height: 44%; left: 21%; top: 22%; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; transform: rotate(-16deg); }.visual-capsule::before { content: ''; position: absolute; inset: 16%; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }.visual-ring { position: absolute; width: 78px; aspect-ratio: 1; right: 16%; bottom: 20%; border: 1px solid var(--lime); border-radius: 50%; box-shadow: 0 0 0 16px rgba(215,245,138,.14), 0 0 0 31px rgba(215,245,138,.06); }.visual-shadow { position: absolute; width: 62%; height: 20%; bottom: 11%; left: 16%; border-radius: 50%; background: rgba(22,14,31,.24); filter: blur(18px); }
.project-meta { display: flex; align-items: flex-start; justify-content: space-between; padding-top: 17px; }.project-kicker { display: block; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }.project-meta h3 { margin-top: 6px; font-size: 20px; letter-spacing: -.04em; }.project-arrow { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; font-size: 16px; transition: background .25s var(--ease), color .25s var(--ease); }.project-card:hover .project-arrow { background: var(--ink); color: var(--paper); }.center-link { display: flex; justify-content: center; margin-top: 75px; }
.statement { padding: 135px 0 160px; text-align: center; }.statement-mark { width: 47px; height: 47px; display: grid; place-items: center; margin: 0 auto 34px; border-radius: 50%; background: var(--coral); color: var(--ink); font-size: 20px; }.statement p { font-size: clamp(31px, 4vw, 54px); line-height: 1.08; letter-spacing: -.067em; font-weight: 700; }.statement-credit { margin-top: 27px; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
.services { display: grid; grid-template-columns: .8fr 1.2fr; gap: 115px; padding-bottom: 155px; }.services-heading > p { max-width: 290px; margin-top: 30px; color: var(--muted); line-height: 1.7; }.service-list { border-top: 1px solid var(--line); }.service-item { display: grid; grid-template-columns: 54px 1fr 34px; align-items: center; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }.service-index { align-self: start; padding-top: 6px; color: var(--indigo); font: 11px 'DM Mono', monospace; }.service-item h3 { font-size: 24px; letter-spacing: -.05em; }.service-item p { max-width: 430px; margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.6; }.service-plus { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 19px; transition: all .25s var(--ease); }.service-item:hover .service-plus { background: var(--ink); border-color: var(--ink); color: var(--paper); transform: rotate(90deg); }
.approach { padding-bottom: 155px; }.approach-card { display: grid; grid-template-columns: 1fr .9fr; min-height: 540px; overflow: hidden; border-radius: 28px; background: var(--ink); color: var(--paper); box-shadow: 24px 30px 60px rgba(13,16,32,.17); }.approach-copy { padding: 73px 72px; }.approach-copy h2 { margin-top: 28px; }.approach-copy p { max-width: 375px; margin-top: 32px; color: rgba(243,241,235,.7); font-size: 16px; line-height: 1.7; }.approach-copy .button { margin-top: 39px; }.approach-diagram { position: relative; overflow: hidden; background: linear-gradient(145deg, #5d5bea 0%, #796df2 40%, #f28a7f 100%); }.approach-diagram::before { content: ''; position: absolute; width: 125%; height: 70%; left: -13%; top: -16%; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); transform: rotate(-25deg); }.diagram-rings { position: absolute; width: 66%; aspect-ratio: 1; left: 15%; top: 16%; border: 1px solid rgba(255,255,255,.64); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.06), 0 0 0 56px rgba(255,255,255,.05), 0 0 0 84px rgba(255,255,255,.04); }.diagram-core { position: absolute; left: calc(15% + 33% - 33px); top: calc(16% + 33% - 33px); width: 66px; height: 66px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font: 14px 'DM Mono', monospace; font-weight: 500; box-shadow: 0 0 0 12px rgba(215,245,138,.15); }.diagram-label { position: absolute; color: rgba(255,255,255,.78); font: 10px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }.label-1 { top: 23%; left: 15%; }.label-2 { top: 52%; right: 11%; }.label-3 { bottom: 20%; left: 21%; }.diagram-axis { position: absolute; left: 14%; right: 8%; bottom: 15%; height: 1px; background: rgba(255,255,255,.45); }.diagram-axis::after { content: ''; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }.process-row { display: grid; grid-template-columns: 1fr 65px 1fr 65px 1fr; align-items: start; gap: 16px; padding: 49px 4px 0; }.process-step span { color: var(--indigo); font: 10px 'DM Mono', monospace; }.process-step strong { display: block; margin-top: 10px; font-size: 20px; letter-spacing: -.04em; }.process-step p { margin-top: 6px; color: var(--muted); font-size: 12px; }.process-connector { height: 1px; margin-top: 29px; background: var(--line); }
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding-bottom: 160px; }.neo { border: 1px solid rgba(255,255,255,.95); border-radius: 18px; background: var(--paper); box-shadow: 10px 10px 25px rgba(13,16,32,.08), -9px -9px 22px rgba(255,255,255,.78), inset 0 1px 1px rgba(255,255,255,.72); }.number-card { min-height: 162px; padding: 25px 23px; display: flex; flex-direction: column; justify-content: space-between; }.number-value { font-size: 57px; line-height: .85; letter-spacing: -.08em; font-weight: 800; }.number-label { color: var(--muted); font: 11px 'DM Mono', monospace; line-height: 1.45; text-transform: uppercase; letter-spacing: .07em; }.number-card-accent { background: linear-gradient(135deg, #e4dcff, #bcb0ff); border-color: rgba(112,99,238,.33); }.number-card-accent .number-value { color: var(--indigo); }
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding-bottom: 150px; }.contact-copy p { max-width: 380px; margin-top: 31px; color: var(--muted); font-size: 16px; line-height: 1.7; }.contact-details { display: flex; flex-direction: column; gap: 8px; margin-top: 39px; color: var(--muted); font: 11px 'DM Mono', monospace; letter-spacing: .06em; }.contact-details a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }.contact-form { padding: 31px; border-radius: 22px; background: #edeae3; box-shadow: var(--shadow-sm); }.contact-form label { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); }.contact-form label > span { display: block; margin-bottom: 7px; color: var(--muted); font: 10px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }.contact-form input, .contact-form textarea, .contact-form select { display: block; width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 16px; resize: vertical; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a6a49f; }.contact-form select { cursor: pointer; }.form-submit { margin-top: 23px; }.form-note { min-height: 21px; margin-top: 14px; color: var(--indigo); font-size: 12px; }
.wave-footer { height: 180px; margin-bottom: -1px; overflow: hidden; background: var(--paper); }.wave-footer svg { display: block; width: 100%; height: 100%; }
.site-footer { padding: 45px 0 26px; background: var(--ink); color: var(--paper); }.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.13); }.brand-footer .brand-mark span:first-child { background: rgba(243,241,235,.45); }.brand-footer .brand-name { font-size: 24px; }.footer-top p { justify-self: center; color: rgba(243,241,235,.54); font-size: 12px; }.footer-socials { justify-self: end; display: flex; gap: 22px; color: rgba(243,241,235,.7); font: 11px 'DM Mono', monospace; }.footer-socials a:hover { color: var(--coral); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: rgba(243,241,235,.45); font: 10px 'DM Mono', monospace; letter-spacing: .06em; }.footer-bottom a { color: var(--paper); }
.reveal { opacity: 0; transform: translateY(18px); animation: reveal .8s var(--ease) forwards; }.reveal-delay-1 { animation-delay: .1s; }.reveal-delay-2 { animation-delay: .2s; }.reveal-delay-3 { animation-delay: .3s; }.reveal-delay-4 { animation-delay: .4s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1020px) { .site-header { width: calc(100% - 48px); }.desktop-nav { gap: 20px; margin-left: 30px; }.section-shell { width: calc(100% - 48px); }.hero { gap: 25px; }.hero-surface { border-radius: 35px; }.services { gap: 60px; }.contact { gap: 55px; } }
@media (max-width: 760px) { .site-header { height: 72px; width: calc(100% - 36px); }.desktop-nav, .header-cta { display: none; }.menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 39px; height: 39px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }.menu-toggle span { display: block; width: 15px; height: 1px; margin: 0 auto; background: var(--ink); transition: transform .25s var(--ease); }.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); }.mobile-menu { position: absolute; right: 0; top: 62px; width: min(270px, calc(100vw - 36px)); padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: rgba(243,241,235,.95); box-shadow: var(--shadow-md); }.mobile-menu[hidden] { display: none; }.mobile-menu a { display: block; padding: 12px; border-radius: 9px; font-size: 14px; font-weight: 700; }.mobile-menu a:hover { background: var(--paper-2); }.hero { min-height: auto; padding-top: 125px; display: flex; flex-direction: column; align-items: stretch; gap: 59px; }.hero-copy { padding-bottom: 0; }.hero-lede { max-width: 420px; font-size: 15px; }.hero-note { margin-top: 48px; }.hero-art { min-height: 420px; }.hero-surface { width: min(100%, 470px); margin: auto; }.hero-orbit { display: none; }.tag-top { right: -1%; }.tag-bottom { left: -1%; }.scroll-cue { display: none; }.marquee-band { margin-top: 71px; }.work { padding-top: 114px; padding-bottom: 107px; }.section-intro { display: block; }.section-lede { margin-top: 27px; max-width: 400px; }.work-toolbar { overflow-x: auto; scrollbar-width: none; margin-top: 37px; }.work-toolbar::-webkit-scrollbar { display: none; }.work-grid { display: block; margin-top: 22px; }.project-card { margin-bottom: 42px; }.project-large .project-visual { min-height: 460px; }.project-tall .project-visual, .project-mid .project-visual { min-height: 330px; }.project-wide .project-visual { min-height: 250px; }.statement { padding: 90px 0 111px; }.statement p br { display: none; }.services { display: block; padding-bottom: 110px; }.service-list { margin-top: 54px; }.service-item { grid-template-columns: 35px 1fr 29px; gap: 10px; padding: 21px 0; }.service-item h3 { font-size: 20px; }.service-item p { font-size: 12px; }.approach { padding-bottom: 105px; }.approach-card { display: block; }.approach-copy { padding: 53px 33px 58px; }.approach-diagram { min-height: 375px; }.process-row { grid-template-columns: 1fr; gap: 28px; padding: 36px 3px 0; }.process-connector { display: none; }.process-step { display: grid; grid-template-columns: 35px 1fr; }.process-step span { grid-row: span 2; }.process-step p { grid-column: 2; }.numbers { grid-template-columns: 1fr 1fr; gap: 11px; padding-bottom: 105px; }.number-card { min-height: 137px; padding: 19px 17px; }.number-value { font-size: 45px; }.contact { display: block; padding-bottom: 100px; }.contact-form { margin-top: 49px; padding: 22px; }.wave-footer { height: 110px; }.site-footer { padding-top: 30px; }.footer-top { display: block; padding-bottom: 28px; }.footer-top p { margin-top: 21px; }.footer-socials { justify-self: start; margin-top: 23px; }.footer-bottom { display: grid; gap: 10px; }.footer-bottom a { order: -1; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; animation: none; }.marquee-track { animation: none; }.project-card, .button, .header-cta { transition: none; } }

/* Photo-led studio pass */
.hero-photo-surface { background: var(--ink); transform: rotate(1.5deg); box-shadow: 28px 32px 66px rgba(13,16,32,.27), inset 0 1px rgba(255,255,255,.35); }
.hero-photo { position: absolute; inset: 0; display: block; }
.hero-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 62% center; filter: saturate(.9) contrast(1.04); }
.hero-photo-overlay { position: absolute; z-index: 1; inset: 0; background: linear-gradient(120deg, rgba(13,16,32,.6) 0%, rgba(13,16,32,.08) 38%, rgba(37,30,69,.04) 65%, rgba(255,120,108,.2) 100%); }
.hero-photo-surface .surface-grid { z-index: 2; opacity: .1; mix-blend-mode: screen; }
.hero-photo-surface .surface-plan { z-index: 3; inset: 17% 15% 17% 16%; opacity: .72; border-color: rgba(255,255,255,.45); }
.hero-photo-surface .hero-tag, .hero-photo-surface .hero-coordinate, .hero-photo-surface .hero-stamp { z-index: 4; }
.hero-photo-surface .hero-tag { background: rgba(13,16,32,.26); border-color: rgba(255,255,255,.42); }
.hero-caption { position: absolute; z-index: 4; left: 7%; bottom: 6.5%; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.82); font: 10px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.caption-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(215,245,138,.17); }
.project-visual.has-photo { background: #777; }
.project-photo { position: absolute; inset: 0; display: block; }
.project-image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s var(--ease); filter: saturate(.88) contrast(1.04); }
.project-card:hover .project-image { transform: scale(1.045); filter: saturate(1) contrast(1.07); }
.project-image-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(155deg, rgba(13,16,32,.36), transparent 42%, rgba(13,16,32,.27)); }
.has-photo .visual-code { z-index: 2; }
.field-notes { padding-bottom: 155px; }
.field-notes-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.field-notes-grid { display: grid; grid-template-columns: 1.15fr .75fr .78fr; gap: 18px; align-items: stretch; margin-top: 54px; }
.field-image { margin: 0; min-height: 290px; overflow: hidden; border-radius: 18px; background: #d4d1ca; box-shadow: var(--shadow-md); }
.field-image-wide { min-height: 480px; }
.field-image-small { min-height: 290px; align-self: end; }
.field-image picture, .field-image img { display: block; width: 100%; height: 100%; }
.field-image img { object-fit: cover; transition: transform .8s var(--ease); }
.field-image:hover img { transform: scale(1.04); }
.field-image-wide img { object-position: center; }
.field-image-small img { object-position: center; }
.field-image figcaption { display: flex; justify-content: space-between; gap: 16px; padding: 13px 1px 0; color: var(--muted); font: 10px 'DM Mono', monospace; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }
.field-image figcaption span { flex: 0 0 auto; color: var(--indigo); }
.field-note-copy { min-height: 420px; padding: 28px 25px; display: flex; flex-direction: column; justify-content: space-between; }
.field-note-copy-top { display: flex; justify-content: space-between; align-items: center; }
.field-note-kicker { color: var(--muted); font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .12em; }
.field-note-symbol { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--coral); color: var(--ink); font-size: 16px; }
.field-note-copy > p { max-width: 260px; margin-top: 32px; font-size: 19px; line-height: 1.35; letter-spacing: -.045em; font-weight: 700; }
.lens-list { margin-top: 35px; }
.lens-list > div { display: grid; grid-template-columns: 25px 1fr; column-gap: 8px; padding: 12px 0; border-top: 1px solid var(--line); }
.lens-list span { grid-row: span 2; color: var(--indigo); font: 10px 'DM Mono', monospace; }
.lens-list strong { font-size: 13px; letter-spacing: -.02em; }.lens-list small { color: var(--muted); font-size: 11px; line-height: 1.35; }
@media (max-width: 760px) {
  .hero-photo-surface { transform: rotate(.7deg); }
  .hero-photo img { object-position: 60% center; }
  .field-notes { padding-bottom: 110px; }
  .field-notes-intro { display: block; }
  .field-notes-intro .section-lede { margin-top: 27px; }
  .field-notes-grid { display: block; margin-top: 37px; }
  .field-image, .field-image-wide, .field-image-small { min-height: 300px; margin-bottom: 43px; }
  .field-image-wide { min-height: 375px; }
  .field-note-copy { min-height: 395px; margin-bottom: 43px; }
}

/* Interactive work + service details */
.text-button { appearance: none; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.service-detail { max-width: 440px; max-height: 0; overflow: hidden; opacity: 0; color: var(--muted); font-size: 12px; line-height: 1.6; transition: max-height .35s var(--ease), opacity .25s var(--ease), margin-top .35s var(--ease); }
.service-item.expanded .service-detail { max-height: 100px; margin-top: 12px; opacity: 1; }
.service-item.expanded .service-plus { transform: rotate(45deg); background: var(--ink); border-color: var(--ink); color: var(--paper); }
.project-arrow:focus-visible, .service-plus:focus-visible, .dialog-close:focus-visible, .text-button:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

dialog.project-dialog, dialog.archive-dialog { width: min(900px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 24px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(13,16,32,.34); overflow: hidden; }
dialog.project-dialog::backdrop, dialog.archive-dialog::backdrop { background: rgba(13,16,32,.72); backdrop-filter: blur(8px); }
dialog.project-dialog:not([open]), dialog.archive-dialog:not([open]) { display: none; }
.project-dialog[open] { display: grid; grid-template-columns: 1.05fr .95fr; }
.dialog-image { min-height: 440px; background: #777; }
.dialog-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dialog-copy { align-self: center; padding: 46px 42px; }
.dialog-copy h2, .archive-dialog h2 { margin-top: 16px; font-size: clamp(36px, 4vw, 58px); line-height: .98; letter-spacing: -.07em; }
.dialog-copy p, .archive-dialog-copy p { margin-top: 22px; color: var(--muted); line-height: 1.7; }
.dialog-copy .button, .archive-dialog-copy .button { margin-top: 28px; }
.dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(13,16,32,.2); border-radius: 50%; background: rgba(243,241,235,.88); color: var(--ink); font-size: 24px; line-height: 1; transition: background .25s var(--ease), color .25s var(--ease); }
.dialog-close:hover { background: var(--ink); color: var(--paper); }
.archive-dialog { max-width: 680px !important; padding: 54px; }
.archive-dialog-copy p { max-width: 470px; }
.animate-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.animate-on-scroll.in-view { opacity: 1; transform: translateY(0); }
.animate-on-scroll:nth-child(2) { transition-delay: .08s; }
.animate-on-scroll:nth-child(3) { transition-delay: .16s; }
.animate-on-scroll:nth-child(4) { transition-delay: .24s; }
.hero-photo-surface .hero-photo img { transform: translate3d(var(--photo-x, 0px), var(--photo-y, 0px), 0) scale(1.04); transition: transform .18s ease-out; }
.hero-photo-surface::after { animation: ambient-pulse 7s ease-in-out infinite alternate; }
@keyframes ambient-pulse { from { opacity: .55; transform: translate3d(-2%, 1%, 0) scale(.98); } to { opacity: 1; transform: translate3d(3%, -2%, 0) scale(1.06); } }
@media (max-width: 760px) {
  .project-dialog[open] { display: block; }
  .dialog-image { min-height: 260px; }
  .dialog-copy { padding: 32px 25px 34px; }
  .archive-dialog { padding: 42px 24px 32px; }
  .dialog-close { top: 12px; right: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll { opacity: 1; transform: none; transition: none; }
  .hero-photo-surface .hero-photo img, .hero-photo-surface::after { transform: none; animation: none; transition: none; }
}
.scroll-progress { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; transform-origin: left center; transform: scaleX(0); background: linear-gradient(90deg, var(--coral), var(--indigo), var(--lime)); box-shadow: 0 0 18px rgba(96,103,255,.5); }
.cursor-glow { position: fixed; z-index: 1; width: 280px; height: 280px; margin: -140px 0 0 -140px; pointer-events: none; border-radius: 50%; opacity: 0; background: radial-gradient(circle, rgba(96,103,255,.13), transparent 68%); transition: opacity .3s ease; }
body.cursor-active .cursor-glow { opacity: 1; }
.magnetic { will-change: transform; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease); }
body::before { content: ''; position: fixed; z-index: 0; inset: 0; pointer-events: none; opacity: .07; background-image: linear-gradient(rgba(96,103,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(96,103,255,.28) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 86%); animation: grid-drift 28s linear infinite; }
main, .site-footer { position: relative; z-index: 1; }
.hero-orbit { animation: orbit-breathe 11s ease-in-out infinite alternate; }
.orbit-two { animation-delay: -4s; }
.hero-tag { animation: tag-float 5s ease-in-out infinite; }
.tag-bottom { animation-delay: -2.5s; }
.marquee-band { position: relative; }
.marquee-band::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,135,120,.18), transparent 24%, transparent 76%, rgba(215,245,138,.14)); mix-blend-mode: screen; animation: band-shift 6s ease-in-out infinite alternate; }
.approach-diagram { background-size: 160% 160%; animation: gradient-drift 14s ease-in-out infinite alternate; }
.wave-footer svg path:last-child { stroke-dasharray: 1500; stroke-dashoffset: 1500; animation: wave-draw 10s ease-in-out infinite alternate; }
@keyframes grid-drift { to { background-position: 72px 72px; } }
@keyframes orbit-breathe { from { transform: rotate(-20deg) scale(.96); opacity: .55; } to { transform: rotate(-13deg) scale(1.04); opacity: 1; } }
@keyframes tag-float { 0%, 100% { margin-top: 0; } 50% { margin-top: -8px; } }
@keyframes band-shift { from { opacity: .35; transform: translateX(-3%); } to { opacity: 1; transform: translateX(3%); } }
@keyframes gradient-drift { from { background-position: 0% 45%; } to { background-position: 100% 55%; } }
@keyframes wave-draw { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  body::before, .hero-orbit, .hero-tag, .marquee-band::after, .approach-diagram, .wave-footer svg path:last-child { animation: none; }
}

/* Contact form: spam honeypot (hidden from people, visible to bots) */
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Contact form: submission status states */
.form-note[data-state="pending"] { opacity: .7; }
.form-note[data-state="success"] { color: #1f7a4d; }
.form-note[data-state="error"] { color: #b3261e; }
.form-submit[disabled] { opacity: .6; cursor: progress; }

/* ------------------------------------------------------------------
 * Accessibility
 * ------------------------------------------------------------------ */

/* Skip link: hidden until focused, then pinned to the top-left */
.skip-link { position: absolute; z-index: 200; top: 0; left: 0; padding: 12px 20px; border-radius: 0 0 12px 0; background: var(--ink); color: #f3f1eb; font-weight: 600; text-decoration: none; transform: translateY(-120%); transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }

/* A visible focus ring on every interactive element, not just a handful */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; border-radius: 4px; }

/* Form fields also get a filled state so focus reads on pale backgrounds */
input:focus-visible, select:focus-visible, textarea:focus-visible { outline-offset: 1px; }
