@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');
:root{--bg:#10110f;--ink:#f2efe8;--gold:#d6be83;--muted:#aaa99f;--line:#ffffff20}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Heebo,Arial,sans-serif}a{color:inherit;text-decoration:none}a,button{ -webkit-tap-highlight-color:transparent}a:focus-visible,video:focus-visible{outline:2px solid var(--gold);outline-offset:6px}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-family:Georgia,serif;font-size:30px;letter-spacing:5px;line-height:1;text-align:center}.brand span{display:block;font:9px Arial;letter-spacing:8px;margin:10px 0 0 8px}nav{display:flex;gap:32px;font-size:13px}.nav-cta{border:1px solid #d6be8350;padding:12px 20px;font-size:13px}.nav-cta span{margin-right:20px;color:var(--gold)}.hero{padding:82px 5% 0;display:grid;grid-template-columns:1.03fr 1fr;gap:4%;align-items:center;max-width:1800px;margin:auto}.eyebrow{font-size:12px;letter-spacing:1px;color:var(--gold);margin:0 0 26px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(38px,4.25vw,74px);font-weight:600;line-height:1.18;letter-spacing:-2.5px;margin-bottom:28px}em{font-style:normal;color:var(--gold)}.intro{font-size:17px;line-height:1.9;color:#c2c2b8;max-width:460px}.actions{display:flex;gap:26px;align-items:center;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--gold);color:#161711;padding:17px 24px;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#ecd7a5;transform:translateY(-2px)}.text-link{font-size:13px;border-bottom:1px solid #d6be8360;padding-bottom:7px;display:inline-block}.small{font-size:11px;color:var(--muted);margin-top:16px}.hero-film{position:relative;margin-top:15px}.hero-film video{width:100%;aspect-ratio:16/11;object-fit:contain;background:#080908;display:block;border:1px solid var(--line)}.film-caption{display:flex;justify-content:space-between;font-size:10px;color:#b4b4a8;margin-top:15px}.hero-note{font-size:clamp(21px,2.3vw,35px);margin-top:30px;font-weight:300;color:var(--gold)}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:62px;padding:23px 0;color:#8e9187;font-size:11px}.section{padding:105px 8%;max-width:1800px;margin:auto}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:50px}.section-heading p:not(.eyebrow){font-size:14px;line-height:1.9;color:var(--muted)}h2{font-size:clamp(34px,3.7vw,58px);font-weight:500;line-height:1.22;letter-spacing:-1.8px;margin-bottom:0}.projects{display:grid;grid-template-columns:1fr 1fr;gap:30px}.video-shell{position:relative}.video-shell video{width:100%;aspect-ratio:16/9;display:block;background:#080908}.tag{position:absolute;pointer-events:none;top:14px;right:14px;background:var(--gold);color:#171810;padding:6px 12px;font-size:11px}.project-title{display:flex;justify-content:space-between;align-items:center;margin:22px 0 6px}.project-title h3{font-size:20px;font-weight:500;margin:0}.project-title span{font-family:Georgia;color:var(--gold)}.projects article>p{font-size:13px;color:var(--muted)}.press{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:12%;background:#181b15}.press-copy p:not(.eyebrow){font-size:18px;line-height:1.9;max-width:450px;margin-top:30px}.press-copy p.muted{color:var(--muted);font-size:14px;margin-top:0}.press-image{display:block;justify-self:center;max-width:290px;box-shadow:0 20px 80px #0008;transform:rotate(-3deg)}.press-image img{display:block;width:100%;height:auto}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:65px}.steps article{border-top:1px solid #d6be8355;padding-top:22px}.steps article>span{font-family:Georgia;font-size:32px;color:var(--gold)}.steps h3{font-size:23px;font-weight:500;margin:28px 0 15px}.steps p,.about p{color:#b0b2a6;line-height:1.9;font-size:16px}.about{display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:center;border-top:1px solid var(--line)}.portrait img{display:block;width:100%;height:auto;max-height:590px;object-fit:cover;object-position:center}.about h2{margin-bottom:28px}.about .eyebrow{color:var(--gold);font-size:12px}.contact{text-align:center;background:#d6be83;color:#171910;max-width:none;padding-top:95px;padding-bottom:95px}.contact .eyebrow{color:#53553d}.contact em{color:#575539}.contact h2{font-size:clamp(32px,4vw,62px)}.contact .button{background:#171910;color:var(--ink);margin-top:36px}.contact>p:last-child{font-size:12px;margin:18px 0 0;color:#565641}footer{display:flex;align-items:center;justify-content:space-between;padding:42px 5%;gap:20px}footer p,footer>span{font-size:11px;color:var(--muted);margin:0}.mobile-cta,.mobile-break{display:none}@media(min-width:1800px){.contact{padding-inline:max(8%,calc((100% - 1500px)/2))}}@media(max-width:900px){header{height:85px}nav{display:none}.hero{padding-top:50px;gap:30px}.actions{align-items:start;flex-direction:column;gap:20px}h1{letter-spacing:-1.6px}.section{padding:75px 6%}.section-heading{gap:25px}.steps{gap:25px}.press{gap:8%}.press-image{max-width:240px}.about{gap:7%}}@media(max-width:620px){header{height:78px;padding:0 6%}.brand{font-size:24px}.brand span{font-size:7px}.nav-cta{font-size:11px;padding:10px 12px}.nav-cta span{margin-right:7px}.hero{grid-template-columns:1fr;padding:45px 6% 0;gap:26px}.eyebrow{font-size:10px;margin-bottom:20px}h1{font-size:42px;line-height:1.2;letter-spacing:-1.8px}.mobile-break{display:block}.intro{font-size:15px;line-height:1.8}.actions{margin-top:25px;gap:18px;align-items:center;flex-direction:row;flex-wrap:wrap}.button{font-size:12px;padding:15px 18px;gap:18px}.text-link{font-size:12px}.hero-film{margin:8px 0 0}.hero-film video{aspect-ratio:16/9}.hero-note{font-size:23px;margin-top:22px}.hero-bottom{margin-top:12px;font-size:9px;gap:20px;padding:18px 0}.section{padding:64px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin:22px 0 0}.projects{grid-template-columns:1fr;gap:32px}.project-title h3{font-size:19px}.press{grid-template-columns:1fr;gap:32px}.press-copy p:not(.eyebrow){font-size:16px}.press-image{max-width:250px;transform:rotate(-2deg)}.steps{grid-template-columns:1fr;gap:24px;margin-top:35px}.steps article{display:grid;grid-template-columns:40px 1fr;gap:10px 20px}.steps h3{margin:0;align-self:center;font-size:21px}.steps p{grid-column:2;margin:0;font-size:14px}.about{grid-template-columns:1fr;gap:32px}.portrait{max-width:320px}.about h2{margin-bottom:20px}.about p{font-size:15px}.contact{padding:65px 6%}.contact h2{font-size:32px}.contact .button{font-size:13px}footer{flex-wrap:wrap;padding:35px 6% 95px}footer p{display:none}footer>span{font-size:10px}.mobile-cta{display:block;position:fixed;bottom:12px;left:6%;right:6%;text-align:center;padding:14px;background:var(--gold);color:#171910;box-shadow:0 5px 30px #0008;z-index:5;font-size:14px;font-weight:600;border:1px solid #eadab8}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Aurum / cinematic direction */
:root{--bg:#090a09;--gold:#e6ce91;--muted:#b2b5a9}header{position:absolute;top:0;left:0;right:0;z-index:3;border-color:#ffffff30;height:104px;padding-inline:5%;background:linear-gradient(#0008,transparent)}.brand{font-size:33px}.nav-cta{background:#ffffff0c;backdrop-filter:blur(15px);border-color:#ffffff50}.hero{position:relative;isolation:isolate;display:flex;align-items:center;min-height:850px;height:100svh;max-height:1200px;padding:155px 8% 160px;max-width:none;overflow:hidden}.hero-background,.hero-shade{position:absolute;inset:0;width:100%;height:100%;z-index:-3}.hero-background{object-fit:cover;object-position:center}.hero-shade{z-index:-2;background:linear-gradient(270deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.4) 48%,rgba(0,0,0,.1)),linear-gradient(0deg,#090a09 0%,transparent 35%,#0003 100%)}.hero-copy{max-width:900px}.hero .eyebrow{color:#fff;letter-spacing:2px;font-size:12px}.hero h1{font-size:clamp(80px,10.5vw,165px);line-height:1.03;font-weight:800;letter-spacing:-7px;margin-bottom:30px}.hero h1 em{font-weight:300}.hero .intro{color:#eeece4;font-size:20px;line-height:1.7;max-width:520px}.hero .actions{flex-direction:row;align-items:center;gap:30px}.button{border:0;cursor:pointer;font-family:inherit;padding:20px 28px;font-size:14px}.hero-bottom{position:absolute;bottom:25px;left:5%;right:5%;margin:0;border-top:1px solid #ffffff40;color:#dfdfd6;z-index:1}.hero-bottom button{border:0;background:none;color:inherit;font:inherit;cursor:pointer}.hero-watermark{position:absolute;bottom:10px;left:3%;font:clamp(100px,22vw,340px) Georgia;letter-spacing:-.07em;color:#ffffff05;z-index:-1}.ticker{overflow:hidden;background:var(--gold);color:#10110d;transform:rotate(-1.5deg) scale(1.01);padding:17px 0;margin:-10px 0 35px;position:relative;z-index:2}.ticker>div{white-space:nowrap;width:max-content;font-size:22px;font-weight:700;word-spacing:18px;animation:ticker 32s linear infinite}.section{padding:125px 7%}.eyebrow{letter-spacing:1.5px}h2{font-size:clamp(48px,6vw,91px);line-height:1.08;letter-spacing:-3px;font-weight:700}h2 em{font-weight:300}.section-heading{margin-bottom:65px}.work{max-width:1800px}.projects{grid-template-columns:1.2fr 1fr;gap:5vw;align-items:start}.projects article:nth-child(2){margin-top:170px}.video-shell{overflow:hidden;border:1px solid #ffffff20}.video-shell video{transition:filter .4s}.project-title h3{font-size:24px}.project-title span{font-size:24px}.projects article>p{font-size:14px}.press{background:#d9d5c9;color:#141610;position:relative;padding-block:100px;gap:10%;overflow:hidden}.press .eyebrow{color:#626049}.press h2 em{color:#7c724f}.press-copy p:not(.eyebrow){font-size:20px}.press-copy p.muted{color:#65665e}.press-image{max-width:320px;transform:rotate(-6deg);border:8px solid #141510;border-radius:25px;overflow:hidden;box-shadow:35px 35px 0 #b8b5a9;transition:transform .6s}.press-image:hover{transform:rotate(0)}.steps{gap:45px}.steps article>span{font-size:65px;line-height:1}.steps h3{font-size:27px}.about{gap:10%;background:#12150f}.portrait{position:relative}.portrait img{filter:saturate(.65);aspect-ratio:4/5;object-fit:cover;max-height:none}.portrait:after{content:'AURUM STUDIO';position:absolute;bottom:25px;left:20px;right:20px;font:clamp(20px,3.3vw,54px) Georgia;letter-spacing:3px;color:#fff;text-align:center}.about p{font-size:18px}.instagram-layout{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.big-asterisk{display:inline-block;color:var(--gold);font-size:110px;line-height:1;animation:spin 25s linear infinite}.instagram-intro h3{font-size:45px;line-height:1.2;font-weight:500;margin:28px 0}.instagram-intro p{color:var(--muted)}.embed-wrap{max-width:470px;width:100%;justify-self:center}.embed-wrap iframe{border:0;background:white;width:100%;border-radius:10px}.embed-fallback{font-size:12px;color:var(--muted);line-height:1.8}.embed-fallback a{border-bottom:1px solid var(--gold)}.contact{display:grid;grid-template-columns:1fr 1.1fr;text-align:right;gap:8%;background:#e6ce91;padding-inline:7%;align-items:start}.contact h2{font-size:clamp(45px,5.8vw,88px);letter-spacing:-3px}.contact em{color:#726744}.contact-copy>p:not(.eyebrow){font-size:17px;line-height:1.9;max-width:380px;margin-top:30px}.contact .text-link{border-color:#51482e}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 20px}label{display:flex;flex-direction:column;gap:10px;font-size:13px;font-weight:500}.full{grid-column:1/-1}input,textarea,select{font:inherit;font-size:15px;border:0;border-bottom:1px solid #4f492a80;background:#ffffff30;color:#191c13;border-radius:0;padding:15px 12px;width:100%;outline-offset:3px;min-width:0}input:focus,textarea:focus,select:focus{outline:2px solid #4b4935}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#69644f;opacity:1}.honeypot{display:none}.privacy-note{font-size:11px!important;line-height:1.8;margin-top:20px;color:#57513d}.contact .submit-button{width:100%;margin-top:10px;display:flex;justify-content:space-between}.form-status{font-size:13px!important;line-height:1.8}.submit-button:disabled{opacity:.6;cursor:wait}.reveal{opacity:0;transform:translateY(45px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:translateY(0)}.scroll-progress{position:fixed;top:0;right:0;height:3px;background:var(--gold);z-index:10;width:0;pointer-events:none}footer{padding-block:50px}a:hover.text-link{color:var(--gold)}.contact a:hover.text-link{color:#000}@keyframes ticker{to{transform:translateX(35%)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.hero{min-height:760px;padding-inline:6%}.hero h1{font-size:98px;letter-spacing:-4px}.hero .intro{font-size:18px}.section{padding:90px 6%}h2{font-size:58px}.projects{gap:28px}.projects article:nth-child(2){margin-top:100px}.project-title h3{font-size:19px}.contact{gap:5%}.contact h2{font-size:52px}.form-grid{gap:20px 14px}.press-image{max-width:260px}.instagram-intro h3{font-size:36px}}@media(max-width:620px){header{height:82px;padding-inline:6%}.brand{font-size:25px}.hero{min-height:760px;height:100svh;padding:140px 6% 130px;align-items:center}.hero-background{object-position:48% center}.hero-shade{background:linear-gradient(0deg,#090a09 0%,#0004 40%,#0006),linear-gradient(270deg,#0009,#0003)}.hero h1{font-size:76px;letter-spacing:-4px;line-height:1.06}.hero .eyebrow{font-size:10px;letter-spacing:1px}.hero .intro{font-size:16px}.hero .actions{align-items:start;flex-direction:column;gap:22px}.hero .button{font-size:12px;padding:18px}.hero-bottom{left:6%;right:6%;bottom:15px;gap:8px;font-size:9px;flex-wrap:wrap}.hero-bottom>span:first-child{display:none}.hero-watermark{bottom:55px;font-size:28vw}.ticker{padding:12px 0;margin-bottom:0}.ticker>div{font-size:17px;word-spacing:10px}.section{padding:70px 6%}h2{font-size:47px;letter-spacing:-2px}.section-heading{margin-bottom:35px}.projects{grid-template-columns:1fr;gap:42px}.projects article:nth-child(2){margin-top:0}.project-title h3{font-size:20px}.press{gap:42px}.press-copy p:not(.eyebrow){font-size:17px}.press-image{max-width:250px;box-shadow:18px 18px 0 #b8b5a9}.steps{gap:30px}.steps article>span{font-size:38px}.steps h3{font-size:23px}.about p{font-size:16px}.portrait{max-width:none}.portrait img{max-height:480px}.portrait:after{font-size:30px}.instagram-layout{grid-template-columns:1fr;gap:35px}.instagram-intro h3{font-size:38px}.big-asterisk{font-size:70px}.contact{grid-template-columns:1fr;gap:40px}.contact h2{font-size:55px}.contact-copy>p:not(.eyebrow){font-size:16px}.contact .button{font-size:14px}.form-grid{gap:20px 14px}.form-grid label{font-size:12px}input,textarea,select{font-size:16px;padding:13px 8px}footer{padding-bottom:95px}.mobile-cta{bottom:10px}.reveal{transform:translateY(22px)}}@media(prefers-reduced-motion:reduce){.ticker>div,.big-asterisk{animation:none}.reveal{opacity:1;transform:none}.hero-background{opacity:.35}}
