:root{--bg:#08080a;--panel:#111114;--panel2:#151519;--line:rgba(255,255,255,.1);--text:#f7f3ea;--muted:#b8b1a7;--dim:#77716a;--gold:#c9a76a;--ivory:#f2eadc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);background:rgba(8,8,10,.72);backdrop-filter:blur(18px)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.brand{display:flex;align-items:center;gap:16px}.brand-logo{height:42px;width:auto;display:block}.brand-kicker{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--muted)}.nav{display:flex;gap:28px;font-size:14px;color:var(--muted)}.nav a:hover{color:var(--ivory)}.hero{position:relative;overflow:hidden;min-height:760px;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 75% 10%,rgba(201,167,106,.22),transparent 30%),radial-gradient(circle at 10% 85%,rgba(255,255,255,.08),transparent 28%),linear-gradient(135deg,#08080a 0%,#111114 55%,#090909 100%);background-attachment:fixed}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,10,.92),rgba(8,8,10,.45)),url('assets/fox.svg');background-repeat:no-repeat;background-position:92% 58%;background-size:min(460px,55vw);opacity:.15}.hero-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;padding:110px 0}.eyebrow,.section-label,.card-label{font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin:0 0 20px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(52px,7vw,92px);letter-spacing:-.07em;line-height:.92;margin-bottom:30px;font-weight:650}h2{font-size:clamp(34px,4.2vw,58px);letter-spacing:-.045em;line-height:1;margin-bottom:24px;font-weight:620}h3{font-size:22px;letter-spacing:-.02em;margin-bottom:14px}.lead{font-size:20px;line-height:1.75;color:var(--muted);max-width:760px}.hero-actions{display:flex;gap:16px;margin-top:38px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:18px;padding:16px 22px;font-weight:600;transition:.2s ease;border:1px solid var(--line)}.button.primary{background:var(--ivory);color:#08080a}.button.secondary{background:rgba(255,255,255,.05);color:var(--ivory)}.button:hover,.profile-button:hover{transform:translateY(-1px);background:rgba(255,255,255,.09)}.profile-card{border:1px solid var(--line);border-radius:34px;background:rgba(255,255,255,.06);backdrop-filter:blur(12px);box-shadow:0 30px 80px rgba(0,0,0,.4);padding:34px}.profile-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:26px}.profile-card h2{font-size:30px;margin:0}.lock-mark{width:52px;height:52px;border-radius:18px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:var(--gold)}.highlight-list{list-style:none;padding:0;margin:0;display:grid;gap:13px}.highlight-list li{padding:15px 16px;border:1px solid var(--line);border-radius:18px;background:rgba(0,0,0,.18);color:var(--muted);font-size:14px}.section{padding:115px 0}.section-intro{max-width:860px;margin-bottom:48px}.section-intro p,.profile-copy p,.split p,.contact-card p{color:var(--muted);font-size:18px;line-height:1.75}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.service-card,.work-card{border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.045);padding:30px;min-height:250px}.service-card p,.work-card p{color:var(--muted);line-height:1.7}.icon{width:46px;height:46px;border-radius:16px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:var(--gold);margin-bottom:22px}.band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.015));background-attachment:fixed}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.profile-copy{display:grid;gap:18px}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.work-card{min-height:225px}.process-list{list-style:none;margin:0;padding:0;display:grid;gap:16px}.process-list li{display:flex;gap:20px;align-items:center;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.04);padding:20px;color:var(--ivory);font-size:18px}.process-list span{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:var(--ivory);color:#08080a;font-weight:700;font-size:13px;flex:0 0 auto}.contact-section{padding-bottom:90px}.contact-card{border:1px solid var(--line);border-radius:38px;background:rgba(255,255,255,.06);padding:46px;display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}.contact-actions{display:grid;gap:16px}.profile-button{width:100%;text-align:left;border:1px solid var(--line);border-radius:20px;background:rgba(0,0,0,.2);padding:18px 20px;color:var(--ivory);cursor:pointer;transition:.2s ease}.profile-button span{display:block;font-weight:650;margin-bottom:4px}.profile-button small{color:var(--muted);font-size:14px}.site-footer{border-top:1px solid var(--line);padding:28px 0;color:var(--dim);font-size:14px}.footer-inner,.footer-brand{display:flex;align-items:center;justify-content:space-between;gap:14px}.footer-brand img{height:28px;width:auto;opacity:.82}@keyframes rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:rise .8s ease both}.delay-1{animation-delay:.12s}@media(max-width:900px){.nav{display:none}.hero-grid,.split,.contact-card{grid-template-columns:1fr}.hero{min-height:auto}.hero-grid{padding:78px 0}.service-grid,.work-grid{grid-template-columns:1fr}.brand-kicker{font-size:10px;letter-spacing:.16em}.contact-card{padding:30px}.section{padding:80px 0}h1{font-size:54px}}@media(max-width:560px){.container{width:min(100% - 28px,1180px)}.brand-logo{height:34px}.brand-kicker{display:none}.hero-actions{flex-direction:column}.button{width:100%}.profile-card{padding:24px}h1{font-size:44px}.lead{font-size:17px}.footer-inner{align-items:flex-start;flex-direction:column}}
