:root{color-scheme:dark;--bg: #080807;--bg-soft: #0d0d0b;--surface: #12110f;--surface-2: #171512;--surface-3: #201d18;--surface-raised: rgba(26, 24, 20, .84);--text: #f3eee5;--muted: #beb6aa;--subtle: #8d857a;--line: rgba(237, 226, 207, .15);--line-strong: rgba(237, 226, 207, .28);--gold: #caa66a;--gold-bright: #e2c184;--gold-ink: #17120a;--shadow: 0 32px 90px rgba(0, 0, 0, .46);--shadow-soft: 0 18px 54px rgba(0, 0, 0, .32);--max: 1280px;--radius: 8px;--radius-device: 30px;--display: "Avenir Next", "Helvetica Neue", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--sans)}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{min-height:100svh;margin:0;overflow-x:clip;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 18rem),linear-gradient(115deg,rgba(202,166,106,.055),transparent 27rem),linear-gradient(180deg,#080807,#0b0b0a 48%,#080807);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.6;letter-spacing:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body:before{position:fixed;inset:0;z-index:-1;pointer-events:none;content:"";background:linear-gradient(#ffffff05,#ffffff05),repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0 1px,transparent 1px 120px);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.76),transparent 72%);mask-image:linear-gradient(180deg,rgba(0,0,0,.76),transparent 72%)}::selection{background:#caa66a59;color:var(--text)}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3,p,li{overflow-wrap:break-word}a:focus-visible,button:focus-visible{outline:2px solid var(--gold-bright);outline-offset:4px}.skip-link{position:absolute;left:1rem;top:1rem;z-index:20;transform:translateY(-150%);border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--gold-bright);color:var(--gold-ink);padding:.65rem .9rem;font-weight:750;text-decoration:none}.skip-link:focus{transform:none}.site-header{position:sticky;top:0;z-index:10;width:min(100%,calc(var(--max) + 3rem));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.05rem 1.5rem 1rem;border-bottom:1px solid var(--line);background:#080807c2;backdrop-filter:blur(18px)}.brand{color:var(--text);font-family:var(--display);font-size:1.05rem;font-weight:680;line-height:1;text-decoration:none;white-space:nowrap}.nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(1.1rem,3vw,2.6rem);flex-wrap:wrap}.nav a{position:relative;min-height:2.25rem;display:inline-flex;align-items:center;color:var(--muted);font-size:.96rem;font-weight:520;text-decoration:none;transition:color .18s ease,transform .18s ease}.nav a:after{position:absolute;left:0;right:0;bottom:-1rem;height:1px;background:transparent;content:""}.nav a:hover,.nav a[aria-current=page]{color:var(--text)}.nav a:hover:after,.nav a[aria-current=page]:after{background:var(--gold-bright)}.nav a:active{transform:translateY(1px)}main,.site-footer{width:min(calc(100% - 3rem),var(--max));margin:0 auto}.hero,.project-hero,.contact-hero{position:relative;min-height:min(790px,calc(100svh - 4.4rem));display:grid;grid-template-columns:minmax(0,.92fr) minmax(28rem,1.08fr);align-items:center;gap:clamp(3rem,6vw,6rem);padding:clamp(4.6rem,7vw,6.8rem) 0 4.25rem}.home-hero{min-height:min(650px,calc(100svh - 4.4rem));padding-top:clamp(2.3rem,3vw,3rem);padding-bottom:2rem}.hero-copy,.project-hero>div,.contact-hero>div{min-width:0;display:grid;gap:1rem}.hero h1,.narrow-hero h1,.project-hero h1,.contact-hero h1{max-width:12ch;margin:0;color:var(--text);font-family:var(--display);font-size:clamp(4.75rem,6.5vw,6.3rem);font-weight:560;line-height:.94;letter-spacing:0}.home-hero h1{white-space:nowrap}.narrow-hero h1,.project-hero h1,.contact-hero h1{max-width:13ch;font-size:clamp(3.9rem,6vw,5.65rem)}.lead{max-width:34rem;margin:0;color:#d9d1c5;font-size:clamp(1.22rem,1.5vw,1.42rem);line-height:1.45}.hero-copy>p:not(.eyebrow,.lead),.narrow-hero>p:not(.eyebrow,.lead),.project-hero p:not(.eyebrow,.lead),.contact-hero p:not(.eyebrow,.lead){max-width:37rem}.hero p:not(.eyebrow),.narrow-hero p,.project-hero p,.contact-hero p,.copy-section p,.case-study p,.section-header p,.project-card p,.media-card p,.capability-card p,.creative-copy p,.cta-band p{margin:0;color:var(--muted)}.eyebrow{margin:0;color:var(--gold);font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.actions,.link-list{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}.button-link,.link-list a{min-height:3.2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:4px;padding:.78rem 1.35rem;color:var(--text);font-size:.98rem;font-weight:570;line-height:1.1;text-decoration:none;background:#ffffff05;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.button-link.primary{min-width:13.9rem;border-color:#e2c184c7;background:linear-gradient(180deg,var(--gold-bright),var(--gold));color:var(--gold-ink);box-shadow:0 16px 36px #0000003d}.button-link.primary:after{margin-left:1rem;content:"->";font-weight:750}.button-link:hover,.link-list a:hover{border-color:#e2c184b8;transform:translateY(-1px);background:#ffffff0b}.button-link.primary:hover{background:linear-gradient(180deg,#eed194,var(--gold));box-shadow:0 20px 44px #00000052}.button-link:active,.link-list a:active{transform:translateY(0)}.hero-media{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:clamp(1.25rem,2vw,2rem);width:min(100%,42rem);min-width:0;justify-self:end;padding:1.65rem 2rem 3.45rem;isolation:isolate}.hero-media:before{position:absolute;inset:.25rem .75rem 4.1rem;z-index:-2;border:1px solid rgba(237,226,207,.14);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.055),transparent),repeating-linear-gradient(135deg,rgba(255,255,255,.024) 0 1px,transparent 1px 9px),#171614;box-shadow:var(--shadow);content:""}.hero-media:after{position:absolute;left:-1.4rem;right:-1.4rem;bottom:1.75rem;z-index:-1;height:3.7rem;border:1px solid rgba(237,226,207,.11);background:linear-gradient(180deg,#ffffff0b,#ffffff02),#11100e;box-shadow:0 26px 58px #0000007a;content:""}.phone-frame{position:relative;z-index:1;min-width:0;margin:0;border:1px solid rgba(237,226,207,.2);border-radius:var(--radius-device);padding:.46rem;background:#050505;box-shadow:0 24px 52px #00000085,inset 0 1px #ffffff29}.phone-frame img{width:100%;aspect-ratio:9 / 19.5;border-radius:calc(var(--radius-device) - .5rem);object-fit:contain;background:#000}.phone-frame figcaption{position:absolute;left:50%;bottom:-2.55rem;transform:translate(-50%);width:max-content;color:#d8d0c5;font-size:.98rem;font-weight:500}.hero-phone{width:min(100%,24rem);justify-self:center}.hero-phone figcaption{bottom:.85rem;border:1px solid rgba(237,226,207,.18);border-radius:999px;padding:.24rem .6rem;background:#00000075;font-size:.75rem;backdrop-filter:blur(10px)}.proof-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,43rem);margin:1.35rem 0 .45rem}.proof-strip div{min-width:0;padding:0 1.55rem 0 0}.proof-strip div+div{border-left:1px solid var(--line);padding-left:1.55rem}.proof-strip strong{display:block;color:var(--text);font-family:var(--display);font-size:1.42rem;font-weight:620;line-height:1.1}.proof-strip span{display:block;margin-top:.45rem;color:var(--subtle);font-size:.92rem;line-height:1.38}.narrow-hero{max-width:980px;padding:clamp(5.4rem,9vw,7.2rem) 0 3.8rem;display:grid;gap:1rem}.page-section,.copy-section,.case-study{padding:clamp(4.5rem,7vw,6rem) 0;border-top:1px solid var(--line)}.page-section{padding:clamp(2.4rem,4vw,3.2rem) 0 clamp(4.5rem,7vw,6rem)}.copy-section,.case-study{max-width:860px;display:grid;gap:1.15rem}.case-study.surface-section,.copy-section.surface-section{max-width:none;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.5rem,3vw,2.5rem);background:#ffffff06;box-shadow:var(--shadow-soft)}.section-header{max-width:none;margin-bottom:2.55rem;display:grid;grid-template-columns:minmax(0,.82fr) minmax(18rem,.72fr);column-gap:clamp(1.5rem,5vw,4rem);row-gap:1rem;align-items:end}.section-header .eyebrow{grid-column:1 / -1}.section-header h2,.case-study h2,.media-card h2,.capability-card h3,.creative-copy h2,.cta-band h2{margin:0;color:var(--text);font-family:var(--display);font-size:clamp(2.55rem,3.7vw,3.35rem);font-weight:560;line-height:1;letter-spacing:0}.case-study h2,.media-card h2,.capability-card h3,.creative-copy h2{font-size:clamp(1.7rem,3vw,2.35rem)}.stack{display:grid;gap:1.2rem}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.card-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.project-card,.media-card,.capability-card,.cta-band{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#ffffff06;box-shadow:none}.project-card{display:grid;grid-template-columns:minmax(18rem,.78fr) minmax(0,1.22fr);min-height:24rem;transition:border-color .18s ease,transform .18s ease,background .18s ease}.project-card:hover{border-color:var(--line-strong);transform:translateY(-2px);background:#ffffff09}.card-grid .project-card,.media-card{grid-template-columns:1fr;min-height:0}.project-card-media{position:relative;z-index:1;height:clamp(22rem,42vw,32rem);min-height:17rem;display:grid;place-items:center;overflow:hidden;border-right:1px solid var(--line);background:linear-gradient(145deg,rgba(202,166,106,.09),transparent 46%),linear-gradient(180deg,#171512,#0d0d0b)}.project-card-media img{width:100%;height:100%;min-height:0;padding:clamp(1rem,2vw,1.45rem);object-fit:contain;transition:transform .24s ease}.project-card:hover .project-card-media img{transform:scale(1.02)}.card-grid .project-card-media{height:14.5rem;border-right:0;border-bottom:1px solid var(--line)}.project-card-placeholder{width:calc(100% - 2rem);min-height:12rem;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius);color:var(--muted);background:#ffffff09;text-align:center;font-family:var(--display);font-size:1.5rem;font-weight:560}.project-card-content,.media-card>div,.capability-card{position:relative;z-index:1;display:grid;align-content:center;gap:1rem;padding:clamp(1.35rem,2.6vw,2.2rem)}.project-card h3{margin:0;color:var(--text);font-family:var(--display);font-size:clamp(2.1rem,3.5vw,3rem);font-weight:560;line-height:1.04;letter-spacing:0}.card-grid .project-card h3{font-size:1.95rem}.media-card>img{width:100%;height:100%;min-height:18rem;aspect-ratio:16 / 10;object-fit:cover}.chip-list,.feature-list{list-style:none;padding:0;margin:0}.chip-list{display:flex;flex-wrap:wrap;gap:.45rem}.chip-list li{border:1px solid var(--line);border-radius:999px;padding:.36rem .62rem;color:#d8d0c5;background:#ffffff07;font-size:.8rem;line-height:1.2}.feature-list{display:grid;gap:.78rem;color:var(--muted)}.feature-list li{position:relative;padding-left:1.1rem}.feature-list li:before{position:absolute;left:0;top:.64em;width:.36rem;height:.36rem;border-radius:50%;background:var(--gold);content:""}.capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.capability-card{min-height:14.25rem;align-content:start}.capability-card .icon{width:2.65rem;height:2.65rem;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--gold-bright);font-family:var(--display);font-size:1.08rem;font-weight:620}.split-feature{display:grid;grid-template-columns:minmax(0,.9fr) minmax(18rem,1.1fr);align-items:center;gap:clamp(2rem,5vw,3.5rem)}.creative-copy{display:grid;gap:1rem}.creative-media{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft)}.creative-media img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.two-column{max-width:none;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:start;gap:clamp(2rem,5vw,3.5rem)}.gallery{display:grid;align-items:start;gap:1rem;padding:0 0 5.2rem}.gallery.phones{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery.mixed{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery figure{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);transition:border-color .18s ease,transform .18s ease}.gallery figure:hover{border-color:var(--line-strong);transform:translateY(-2px)}.gallery img{width:100%;height:100%;min-height:15rem;object-fit:cover}.gallery.phones figure{border-radius:var(--radius-device);padding:.42rem;background:#050505}.gallery.phones img{aspect-ratio:9 / 19.5;min-height:0;border-radius:calc(var(--radius-device) - .5rem);object-fit:contain;background:#000}.muted{color:var(--muted)}.contact-hero img{width:100%;aspect-ratio:1;border:1px solid var(--line);border-radius:var(--radius);object-fit:cover;background:#000;box-shadow:var(--shadow)}.cta-band{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin:1rem 0 5rem;padding:clamp(1.5rem,3vw,2.35rem)}.cta-band h2{max-width:760px;font-size:clamp(2.35rem,4vw,3.3rem)}.site-footer{margin-top:1rem;padding:2.45rem 0 3rem;display:grid;grid-template-columns:minmax(15rem,.9fr) minmax(0,1.1fr);gap:3rem;border-top:1px solid var(--line);color:var(--muted)}.footer-brand{display:grid;gap:.45rem;align-content:start}.site-footer p,.site-footer h2{margin:0}.footer-name{color:var(--text);font-family:var(--display);font-size:1.08rem;font-weight:680}.site-footer h2{color:var(--text);font-size:.9rem;font-weight:650}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:2rem}.footer-grid div{display:grid;gap:.35rem;align-content:start}.footer-grid a,.footer-brand a{color:var(--muted);text-decoration:none}.footer-grid a:hover,.footer-brand a:hover{color:var(--text)}@media(max-width:1080px){.card-grid.compact,.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero h1{font-size:5rem}}@media(max-width:920px){.hero,.project-hero,.contact-hero,.project-card,.two-column,.card-grid,.split-feature,.section-header{grid-template-columns:1fr}.hero,.project-hero,.contact-hero{min-height:auto;gap:3rem;padding:4.2rem 0}.hero-media{width:min(100%,40rem);justify-self:start}.hero-phone{width:min(100%,22rem);justify-self:start}.project-card-media{height:clamp(20rem,66vw,30rem);border-right:0;border-bottom:1px solid var(--line)}.card-grid .project-card-media{height:16.5rem}.media-card>img{max-height:29rem}.gallery.phones,.gallery.mixed{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{grid-template-columns:1fr}}@media(max-width:680px){main,.site-header,.site-footer{width:min(calc(100% - 1rem),var(--max))}.site-header{align-items:flex-start;flex-direction:column;gap:.55rem;padding:.9rem 0}.brand{padding-inline:.25rem}.nav{width:100%;flex-wrap:nowrap;justify-content:flex-start;gap:1.1rem;overflow-x:auto;padding:0 .25rem .2rem;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav a{flex:0 0 auto;font-size:.9rem}.nav a:after{bottom:-.25rem}.hero h1,.narrow-hero h1,.project-hero h1,.contact-hero h1{font-size:3.3rem;line-height:1.02}.home-hero h1{white-space:normal}.lead{font-size:1.12rem}.hero-copy h1,.hero-copy .lead,.hero-copy>p:not(.eyebrow),.narrow-hero h1,.narrow-hero .lead,.narrow-hero>p:not(.eyebrow),.project-hero h1,.project-hero .lead,.contact-hero h1,.contact-hero .lead{width:100%;max-width:36rem}.proof-strip,.hero-media,.card-grid.compact,.capability-grid,.gallery.mixed{grid-template-columns:1fr}.proof-strip{width:100%}.proof-strip div,.proof-strip div+div{border-left:0;border-top:1px solid var(--line);padding:1rem 0}.proof-strip div:first-child{border-top:0}.hero-media{gap:1rem;padding:1.1rem 1rem 3.1rem}.hero-media:before{inset:0 0 3.8rem}.hero-media:after{left:-.5rem;right:-.5rem}.hero-media .phone-frame{width:min(100%,16.5rem);justify-self:center}.section-header h2,.cta-band h2{font-size:2.2rem;line-height:1.08}.project-card h3{font-size:1.9rem}.case-study h2,.media-card h2,.capability-card h3,.creative-copy h2{font-size:1.8rem}.page-section,.copy-section,.case-study{padding:3.4rem 0}.case-study.surface-section,.copy-section.surface-section{padding:1.25rem}.copy-section p,.case-study p,.project-card p,.media-card p,.capability-card p{width:100%;max-width:38rem}.project-card-content,.media-card>div,.capability-card{padding:1.25rem}.project-card-media{height:auto;min-height:18rem}.card-grid .project-card-media{height:13.75rem}.gallery{gap:.75rem;padding-bottom:4rem}.gallery.phones{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery.phones figure{border-radius:22px;padding:.28rem}.gallery.phones img{border-radius:18px}.cta-band,.site-footer{align-items:flex-start}.cta-band{flex-direction:column;padding:1.35rem}.footer-grid{width:100%;grid-template-columns:1fr}}@media(max-width:430px){.hero h1,.narrow-hero h1,.project-hero h1,.contact-hero h1{font-size:2.8rem}.hero,.project-hero,.contact-hero{padding:3.4rem 0}.home-hero{padding-top:3.65rem}.button-link,.link-list a,.actions,.link-list{width:100%}.card-grid .project-card-media{height:12.5rem}.gallery.phones{gap:.55rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
