:root {
  --bg: #080909;
  --bg-soft: #0d0f0f;
  --panel: #121414;
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .24);
  --text: #f3f0e9;
  --muted: #9a9c98;
  --accent: #cdb283;
  --accent-bright: #ead4a4;
  --white: #fff;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --pad: clamp(1.25rem, 4vw, 5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
::selection { color: #090909; background: var(--accent-bright); }

.skip-link { position: fixed; z-index: 9999; top: .75rem; left: .75rem; padding: .65rem 1rem; color: #080909; background: var(--white); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(100%, 1600px); margin-inline: auto; padding-inline: var(--pad); }
.section { position: relative; padding-block: clamp(6rem, 11vw, 11rem); }

.noise { position: fixed; z-index: 90; inset: 0; pointer-events: none; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' 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='.55'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.cursor-halo { position: fixed; z-index: 89; width: 420px; aspect-ratio: 1; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(215,187,132,.08), transparent 66%); transform: translate(-50%, -50%); opacity: 0; transition: opacity .35s; }
.scroll-progress { position: fixed; z-index: 120; inset: 0 0 auto; height: 2px; background: transparent; }
.scroll-progress i { display: block; width: 100%; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }

.preloader { display: none; }
.js .preloader { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; background: #060707; animation: preloaderFailsafe 0s 6s forwards; }
@keyframes preloaderFailsafe { to { visibility: hidden; opacity: 0; pointer-events: none; } }
.preloader__inner { width: min(78vw, 420px); text-align: center; }
.preloader__eyebrow, .preloader__status { display: block; color: var(--muted); font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; }
.preloader__brand { display: block; margin-block: .5rem 1rem; font-family: var(--display); font-size: clamp(5rem, 12vw, 9rem); font-weight: 600; letter-spacing: -.06em; line-height: 1; }
.preloader__brand span { color: var(--accent); }
.preloader__track { height: 1px; margin-bottom: .9rem; background: rgba(255,255,255,.12); overflow: hidden; }
.preloader__track i { display: block; height: 100%; width: 0; background: var(--accent); box-shadow: 0 0 18px var(--accent); }

.site-header { position: fixed; z-index: 150; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 92px; padding-inline: var(--pad); border-bottom: 1px solid transparent; transition: height .35s, background .35s, border-color .35s, transform .35s; }
.site-header.is-scrolled { height: 74px; background: rgba(8,9,9,.84); border-color: var(--line); backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translateY(-100%); }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: .8rem; width: max-content; }
.brand img { width: 122px; height: 56px; object-fit: cover; object-position: center; filter: contrast(1.06) saturate(.75); border-radius: 2px; }
.brand span { padding-left: .8rem; border-left: 1px solid var(--line-strong); color: #c3c3bf; font-size: .58rem; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(1.3rem, 2.8vw, 3.2rem); }
.desktop-nav a { position: relative; color: #d9d9d4; font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -.45rem; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .35s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { display: inline-flex; align-items: center; justify-self: end; gap: 1.2rem; padding: .78rem .95rem .78rem 1.25rem; border: 1px solid var(--line-strong); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; transition: color .3s, background .3s, border-color .3s; }
.header-cta svg { width: 18px; }
.header-cta:hover { color: #080909; background: var(--accent-bright); border-color: var(--accent-bright); }
.menu-toggle { display: none; justify-self: end; width: 44px; height: 44px; border: 1px solid var(--line); background: rgba(0,0,0,.15); }
.menu-toggle i { display: block; width: 18px; height: 1px; margin: 5px auto; background: var(--white); transition: transform .3s; }
.menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 140; inset: 0; display: grid; align-content: center; padding: 7rem var(--pad) 2rem; background: #080909; visibility: hidden; opacity: 0; transform: translateY(-2%); transition: .35s ease; }
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 1.3rem; padding-block: .7rem; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(2.8rem, 14vw, 5rem); line-height: 1; text-transform: uppercase; }
.mobile-menu nav span { color: var(--accent); font-family: var(--body); font-size: .65rem; }
.mobile-menu__footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; color: var(--muted); font-size: .75rem; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; isolation: isolate; overflow: hidden; background: #090a0a; }
.hero__media, .hero__media picture, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media { z-index: -2; overflow: hidden; }
.hero__media img { object-fit: cover; object-position: 58% center; transform: scale(1.045); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,6,.96) 0%, rgba(5,6,6,.76) 31%, rgba(5,6,6,.12) 70%, rgba(5,6,6,.28) 100%), linear-gradient(0deg, rgba(5,6,6,.88) 0%, transparent 45%, rgba(5,6,6,.35) 100%); }
.hero__beam { position: absolute; top: -20%; left: -30%; width: 28%; height: 150%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent); filter: blur(18px); transform: skewX(-18deg); mix-blend-mode: soft-light; opacity: 0; }
.hero__content { width: 100%; padding-top: 9rem; padding-bottom: clamp(8.5rem, 14vh, 11rem); }
.hero__eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: clamp(1.4rem, 3vw, 2.7rem); color: #d4d4cf; font-size: .64rem; letter-spacing: .22em; text-transform: uppercase; }
.pulse-dot { width: 6px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(205,178,131,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(205,178,131,0); } 100% { box-shadow: 0 0 0 0 rgba(205,178,131,0); } }
.hero-title { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(4.65rem, 9.1vw, 10.5rem); font-weight: 500; letter-spacing: -.055em; line-height: .76; text-transform: uppercase; }
.hero-title .line { display: block; padding-bottom: .1em; overflow: hidden; }
.hero-title .line > span { display: block; }
.hero-title__accent { color: var(--accent-bright); font-style: italic; font-weight: 400; }
.hero__bottom { display: flex; align-items: end; justify-content: space-between; gap: 2rem; width: min(930px, 78%); margin-top: clamp(2rem, 4vw, 3.8rem); }
.hero__bottom p { max-width: 540px; margin: 0; color: #bebfbb; font-size: clamp(.9rem, 1.25vw, 1.05rem); }
.hero__actions { display: flex; flex: none; flex-direction: column; align-items: flex-start; gap: 1.25rem; }
.btn { position: relative; display: inline-flex; min-height: 55px; align-items: center; justify-content: center; gap: 1.2rem; padding: .9rem 1.25rem; border: 1px solid transparent; font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; overflow: hidden; transition: color .3s, background .3s, border-color .3s; }
.btn svg { width: 20px; }
.btn--primary { color: #0b0c0c; background: var(--accent-bright); }
.btn--primary:hover { color: var(--white); background: transparent; border-color: var(--accent-bright); }
.btn--outline { border-color: var(--line-strong); }
.btn--outline:hover, .btn--ghost:hover { color: #080909; background: var(--white); border-color: var(--white); }
.btn--ghost { border-color: var(--line); }
.btn--large { min-height: 66px; padding-inline: 1.7rem; }
.text-link { display: inline-flex; align-items: center; gap: .8rem; width: max-content; color: #e2e2dd; font-size: .65rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.text-link i { width: 38px; height: 1px; background: var(--accent); transition: width .3s; }
.text-link:hover i { width: 55px; }
.hero__proof { position: absolute; right: var(--pad); bottom: 2.15rem; display: grid; grid-template-columns: repeat(3, auto); gap: clamp(1.2rem, 2.5vw, 3rem); }
.hero__proof div { padding-left: clamp(1rem, 2vw, 2rem); border-left: 1px solid var(--line-strong); }
.hero__proof small, .hero__proof strong { display: block; }
.hero__proof small { color: #929490; font-size: .56rem; letter-spacing: .14em; text-transform: uppercase; }
.hero__proof strong { margin-top: .15rem; font-family: var(--display); font-size: .95rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.scroll-cue { position: absolute; left: var(--pad); bottom: 2rem; display: flex; align-items: center; gap: .8rem; color: #90918e; font-size: .55rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue span { display: block; position: relative; width: 1px; height: 36px; background: var(--line-strong); overflow: hidden; }
.scroll-cue span::after { content: ""; position: absolute; inset: 0; background: var(--accent); animation: scrollLine 1.8s ease-in-out infinite; }
@keyframes scrollLine { from { transform: translateY(-100%); } to { transform: translateY(100%); } }

.marquee { position: relative; padding-block: 1.2rem; border-block: 1px solid var(--line); background: #0c0e0e; overflow: hidden; }
.marquee__track { display: flex; width: max-content; align-items: center; animation: marquee 35s linear infinite; }
.marquee span { padding-inline: 2.2rem; font-family: var(--display); font-size: 1.12rem; letter-spacing: .09em; text-transform: uppercase; }
.marquee i { width: 5px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-kicker { display: block; margin-bottom: 1.5rem; color: var(--accent); font-size: .63rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.display-title { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 6.4vw, 7.3rem); font-weight: 500; letter-spacing: -.04em; line-height: .86; text-transform: uppercase; }
.display-title em { color: var(--accent-bright); font-weight: 400; }
.manifesto { background: radial-gradient(circle at 78% 45%, rgba(205,178,131,.06), transparent 24%), var(--bg); }
.manifesto__grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .72fr); align-items: end; gap: clamp(3rem, 8vw, 10rem); }
.manifesto__copy { padding-bottom: .3rem; }
.manifesto__copy p { color: var(--muted); }
.manifesto__copy .lead { color: #d4d3ce; font-size: clamp(1.08rem, 1.45vw, 1.3rem); line-height: 1.7; }
.manifesto__copy .text-link { margin-top: 1.5rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(5rem, 10vw, 9rem); border-top: 1px solid var(--line); }
.stat { position: relative; min-height: 180px; padding: 2rem 2rem 1rem 0; border-right: 1px solid var(--line); }
.stat:not(:first-child) { padding-left: 2rem; }
.stat:last-child { border-right: 0; }
.stat strong { font-family: var(--display); font-size: clamp(3.8rem, 6vw, 6.7rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.stat sup { color: var(--accent); font-family: var(--display); font-size: 1.4rem; text-transform: uppercase; }
.stat span { display: block; max-width: 240px; margin-top: .7rem; color: var(--muted); font-size: .74rem; }

.services { padding-bottom: 4rem; background: #0b0c0c; overflow: hidden; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .55fr); align-items: end; gap: clamp(3rem, 9vw, 10rem); margin-bottom: clamp(3.5rem, 7vw, 7rem); }
.section-head > p { margin: 0 0 .4rem; color: var(--muted); }
.services-viewport { overflow: hidden; padding-left: var(--pad); }
.services-track { display: flex; width: max-content; gap: 1rem; padding-right: var(--pad); }
.service-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; width: min(78vw, 420px); min-height: 610px; padding: 2rem; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.03), transparent 42%), #101212; overflow: hidden; transition: border-color .35s, transform .35s; }
.service-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.05), transparent 62%); transform: translateX(-110%); transition: transform .8s; }
.service-card:hover { border-color: rgba(205,178,131,.55); transform: translateY(-5px); }
.service-card:hover::before { transform: translateX(110%); }
.service-card--featured { background: linear-gradient(145deg, rgba(234,212,164,.09), transparent 46%), #151511; border-color: rgba(205,178,131,.35); }
.service-card__number { color: #6d6f6b; font-family: var(--display); font-size: .75rem; letter-spacing: .16em; }
.service-card__icon { display: grid; width: 94px; aspect-ratio: 1; place-items: center; margin-block: auto; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); }
.service-card__icon svg { width: 43px; }
.service-card__label { color: var(--accent); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.service-card h3 { margin: .25rem 0 .75rem; font-family: var(--display); font-size: 3rem; font-weight: 500; line-height: 1; text-transform: uppercase; }
.service-card p { min-height: 96px; margin: 0; color: var(--muted); font-size: .85rem; }
.service-card ul { display: grid; gap: .45rem; margin: 1.5rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid var(--line); list-style: none; color: #c2c3bf; font-size: .7rem; }
.service-card li::before { content: "+"; margin-right: .65rem; color: var(--accent); }
.services-drag { display: flex; align-items: center; gap: 1rem; margin-top: 2.3rem; color: #6f716d; font-size: .57rem; letter-spacing: .16em; text-transform: uppercase; }
.services-drag i { width: 80px; height: 1px; background: linear-gradient(90deg, var(--accent) 50%, var(--line) 50%); }

.rare { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); min-height: 900px; padding: 0; background: #0e1010; overflow: hidden; }
.rare__media { position: relative; min-height: 800px; overflow: hidden; }
.rare__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 64%, #0e1010 100%), linear-gradient(0deg, rgba(0,0,0,.28), transparent 40%); }
.rare__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: saturate(.68) contrast(1.08); transform: scale(1.03); }
.rare__scan { position: absolute; z-index: 2; left: 0; right: 0; top: 20%; height: 1px; background: linear-gradient(90deg, transparent, rgba(234,212,164,.8), transparent); box-shadow: 0 0 35px 7px rgba(234,212,164,.15); }
.rare__tag { position: absolute; z-index: 3; left: var(--pad); bottom: 2rem; padding: .65rem .8rem; border: 1px solid rgba(255,255,255,.32); background: rgba(0,0,0,.38); backdrop-filter: blur(8px); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }
.rare__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 9rem) var(--pad); }
.rare__content .display-title { font-size: clamp(3.4rem, 5.7vw, 6.6rem); }
.rare__content p { max-width: 560px; margin: 2rem 0 2.5rem; color: var(--muted); }
.rare__content .btn { width: max-content; }

.process { background: var(--bg); }
.section-head--process { margin-bottom: 4rem; }
.process-list { border-top: 1px solid var(--line); }
.process-step { position: relative; display: grid; grid-template-columns: 70px minmax(220px, .65fr) minmax(260px, .8fr) 44px; align-items: center; gap: clamp(1rem, 4vw, 4rem); min-height: 150px; border-bottom: 1px solid var(--line); overflow: hidden; }
.process-step::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(205,178,131,.1), transparent 70%); transform: scaleX(0); transform-origin: right; transition: transform .5s; }
.process-step:hover::before { transform: scaleX(1); transform-origin: left; }
.process-step > span { color: var(--accent); font-family: var(--display); font-size: .8rem; letter-spacing: .16em; }
.process-step small { color: #777975; font-size: .55rem; letter-spacing: .14em; text-transform: uppercase; }
.process-step h3 { margin: .15rem 0 0; font-family: var(--display); font-size: clamp(2.1rem, 3.2vw, 3.5rem); font-weight: 500; line-height: 1; text-transform: uppercase; }
.process-step p { margin: 0; color: var(--muted); font-size: .82rem; }
.process-step > i { position: relative; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; transition: border-color .3s, transform .3s; }
.process-step > i::before, .process-step > i::after { content: ""; position: absolute; width: 10px; height: 1px; background: var(--accent); }
.process-step > i::after { transform: rotate(90deg); }
.process-step > i { display: grid; place-items: center; }
.process-step:hover > i { border-color: var(--accent); transform: rotate(90deg); }

.work { background: #0b0c0c; }
.work .section-head .text-link { justify-self: end; margin-bottom: .4rem; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 5vw, 5rem) clamp(1.2rem, 3vw, 3rem); }
.work-card--wide { grid-column: 1 / -1; }
.work-card figure { position: relative; margin: 0; aspect-ratio: 1.4; background: #131515; overflow: hidden; }
.work-card--wide figure { aspect-ratio: 2.15; }
.work-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); transition: transform 1s cubic-bezier(.2,.7,0,1), filter .6s; }
.work-card:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.03); }
.work-card__view { position: absolute; display: grid; width: 88px; aspect-ratio: 1; place-items: center; right: 1.5rem; bottom: 1.5rem; border-radius: 50%; color: #0a0b0b; background: var(--accent-bright); font-size: .56rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transform: scale(0); transition: transform .4s; }
.work-card:hover .work-card__view { transform: scale(1); }
.work-card > div { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-top: 1.2rem; }
.work-card span { grid-column: 1 / -1; color: var(--accent); font-size: .56rem; letter-spacing: .16em; text-transform: uppercase; }
.work-card h3 { margin: .2rem 0 0; font-family: var(--display); font-size: clamp(2rem, 3.2vw, 3.5rem); font-weight: 500; line-height: 1; text-transform: uppercase; }
.work-card p { margin: 0; color: var(--muted); font-size: .7rem; }
.reel-feature { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); align-items: center; gap: clamp(2rem, 7vw, 8rem); margin-top: clamp(6rem, 12vw, 11rem); }
.reel-feature__copy h3 { max-width: 520px; margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.8rem); font-weight: 500; line-height: .9; text-transform: uppercase; }
.reel-feature__copy p { max-width: 470px; color: var(--muted); }
.reel-feature__media { position: relative; min-height: 620px; padding: 0; border: 0; background: #111; cursor: pointer; overflow: hidden; }
.reel-feature__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.75), transparent 50%); }
.reel-feature__media > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.65); transition: transform .8s, filter .5s; }
.reel-feature__media:hover > img { transform: scale(1.03); filter: saturate(.92); }
.play-button { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; width: 92px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(8,9,9,.25); backdrop-filter: blur(10px); transform: translate(-50%,-50%); transition: color .3s, background .3s, transform .3s; }
.play-button svg { width: 42px; stroke-width: 1; }
.reel-feature__media:hover .play-button { color: #090909; background: var(--accent-bright); transform: translate(-50%,-50%) scale(1.08); }
.reel-feature__label { position: absolute; z-index: 2; left: 1.5rem; bottom: 1.5rem; display: flex; align-items: center; gap: .8rem; color: var(--white); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.reel-feature__label i { width: 42px; height: 1px; background: var(--accent); }

.atelier { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(370px, .85fr); padding: 0; background: #0e1010; }
.atelier__image { position: relative; min-height: 760px; overflow: hidden; }
.atelier__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 70%, #0e1010 100%), linear-gradient(0deg, rgba(0,0,0,.65), transparent 30%); }
.atelier__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.03); }
.atelier__caption { position: absolute; z-index: 2; left: var(--pad); bottom: 2rem; font-size: .59rem; letter-spacing: .16em; text-transform: uppercase; }
.atelier__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(5rem, 9vw, 10rem) var(--pad); }
.atelier__content .display-title { font-size: clamp(3.5rem, 5.8vw, 6.4rem); }
.atelier__content > p { max-width: 590px; margin: 2rem 0; color: var(--muted); }
.atelier__facts { display: grid; margin-top: 1rem; border-top: 1px solid var(--line); }
.atelier__facts div { display: grid; grid-template-columns: 120px 1fr; gap: 1.5rem; padding-block: 1rem; border-bottom: 1px solid var(--line); }
.atelier__facts span { color: #727470; font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.atelier__facts strong { font-family: var(--display); font-size: 1.15rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }

.contact { min-height: 780px; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at center, rgba(205,178,131,.11), transparent 33%), #080909; overflow: hidden; }
.contact__inner { position: relative; z-index: 2; }
.contact__title { margin: 0; font-family: var(--display); font-size: clamp(4rem, 8.2vw, 9.5rem); font-weight: 500; letter-spacing: -.05em; line-height: .82; text-transform: uppercase; }
.contact__title em { color: var(--accent-bright); font-weight: 400; }
.contact__inner > p { max-width: 620px; margin: 2rem auto; color: var(--muted); }
.contact__actions { display: flex; justify-content: center; gap: .75rem; }
.contact__rings { position: absolute; inset: 50% auto auto 50%; width: min(75vw, 900px); aspect-ratio: 1; transform: translate(-50%,-50%); opacity: .35; }
.contact__rings i { position: absolute; inset: 0; border: 1px solid var(--line); border-radius: 50%; }
.contact__rings i:nth-child(2) { inset: 15%; }
.contact__rings i:nth-child(3) { inset: 31%; border-color: rgba(205,178,131,.25); }

.footer { padding-block: 5rem 1.5rem; background: #050606; border-top: 1px solid var(--line); }
.footer__top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; padding-bottom: 4rem; }
.brand--footer { align-self: start; }
.brand--footer img { width: 180px; height: 84px; }
.footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer__links > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer__links span { margin-bottom: 1.2rem; color: #666864; font-size: .55rem; letter-spacing: .16em; text-transform: uppercase; }
.footer__links a, .footer__links p { margin: .2rem 0; color: #b8b9b5; font-size: .76rem; transition: color .2s; }
.footer__links a:hover { color: var(--accent-bright); }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.3rem; border-top: 1px solid var(--line); color: #5e605d; font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }
.whatsapp-float { position: fixed; z-index: 130; right: 1.3rem; bottom: 1.3rem; display: flex; align-items: center; gap: .6rem; height: 46px; padding: 0 .85rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #080909; background: var(--accent-bright); box-shadow: 0 10px 40px rgba(0,0,0,.35); font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: transform .3s; }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float svg { width: 23px; }

.reel-modal { width: min(94vw, 520px); height: min(90vh, 850px); padding: 0; border: 1px solid var(--line-strong); color: var(--text); background: #090a0a; overflow: visible; }
.reel-modal::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(12px); }
.reel-modal__close { position: absolute; z-index: 2; top: -48px; right: 0; width: 40px; height: 40px; border: 1px solid var(--line-strong); border-radius: 50%; background: #111; cursor: pointer; font-size: 1.6rem; line-height: 1; }
.reel-modal__frame { width: 100%; height: 100%; }
.reel-modal iframe { width: 100%; height: 100%; border: 0; background: #fff; }
.reel-modal__loading { display: grid; height: 100%; place-items: center; color: var(--muted); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }

.js .reveal-image { clip-path: inset(0 0 100% 0); }
.reveal-up { will-change: transform, opacity; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero__bottom { width: min(800px, 88%); }
  .manifesto__grid, .section-head { grid-template-columns: 1fr; align-items: start; gap: 2.5rem; }
  .section-head > p { max-width: 620px; }
  .rare, .atelier { grid-template-columns: 1fr; }
  .rare__media, .atelier__image { min-height: 70svh; }
  .rare__media::after, .atelier__image::after { background: linear-gradient(0deg, #0e1010 0%, transparent 28%); }
  .reel-feature { grid-template-columns: 1fr; }
  .reel-feature__media { min-height: 70svh; }
}

@media (max-width: 760px) {
  :root { --pad: 1.25rem; }
  .section { padding-block: 6rem; }
  .site-header { height: 74px; }
  .brand img { width: 94px; height: 44px; }
  .brand span { display: none; }
  .hero { min-height: 920px; }
  .hero__media img { object-position: 64% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(5,6,6,.9) 0%, rgba(5,6,6,.42) 80%), linear-gradient(0deg, rgba(5,6,6,.96) 0%, rgba(5,6,6,.32) 67%, rgba(5,6,6,.4) 100%); }
  .hero__content { align-self: end; padding-top: 7rem; padding-bottom: 13rem; }
  .hero-title { font-size: clamp(4.25rem, 21vw, 6.3rem); line-height: .79; }
  .hero__bottom { display: block; width: 100%; margin-top: 2rem; }
  .hero__bottom p { max-width: 94%; font-size: .85rem; }
  .hero__actions { margin-top: 1.6rem; }
  .hero__proof { right: var(--pad); left: var(--pad); bottom: 2rem; grid-template-columns: repeat(3, 1fr); gap: .5rem; }
  .hero__proof div { padding-left: .7rem; }
  .hero__proof small { font-size: .48rem; }
  .hero__proof strong { font-size: .75rem; }
  .scroll-cue { display: none; }
  .display-title { font-size: clamp(3.15rem, 15vw, 4.8rem); }
  .stats { grid-template-columns: 1fr; }
  .stat, .stat:not(:first-child) { min-height: auto; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat strong { font-size: 4.7rem; }
  .services-viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .services-track { transform: none !important; }
  .service-card { width: 84vw; min-height: 560px; scroll-snap-align: start; }
  .rare { min-height: 0; }
  .rare__media { min-height: 690px; }
  .rare__content { padding-block: 5rem; }
  .process-step { grid-template-columns: 42px 1fr 34px; gap: 1rem; padding-block: 1.4rem; }
  .process-step p { grid-column: 2 / -1; padding-right: 2.5rem; }
  .process-step > i { grid-column: 3; grid-row: 1; }
  .work .section-head .text-link { justify-self: start; }
  .work-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .work-card--wide { grid-column: auto; }
  .work-card figure, .work-card--wide figure { aspect-ratio: 1.1; }
  .work-card > div { grid-template-columns: 1fr; }
  .work-card p { margin-top: .5rem; }
  .work-card__view { display: none; }
  .reel-feature__media { min-height: 620px; }
  .atelier__image { min-height: 560px; }
  .atelier__image img { object-position: 48% center; }
  .atelier__facts div { grid-template-columns: 1fr; gap: .2rem; }
  .contact { min-height: 760px; }
  .contact__title { font-size: clamp(4rem, 18vw, 6rem); }
  .contact__actions { flex-direction: column; align-items: stretch; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__links { grid-template-columns: 1fr 1fr; }
  .footer__bottom { display: grid; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 48px; padding: 0; justify-content: center; }
}

@media (pointer: coarse) { .cursor-halo { display: none; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .preloader { display: none; }
  .reveal-image { clip-path: none; }
}
