:root {
  --ink: #091313;
  --ink-soft: #132322;
  --paper: #f4f0e8;
  --white: #fffdfa;
  --gold: #d9b36c;
  --gold-dark: #a57b38;
  --muted: #7a7f7b;
  --line: rgba(9, 19, 19, .16);
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.noise { position: fixed; inset: 0; z-index: 99; opacity: .035; pointer-events: none; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.header { height: 88px; padding: 0 clamp(22px, 5vw, 82px); position: absolute; z-index: 10; width: 100%; display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; gap: 12px; align-items: center; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(217,179,108,.8); color: var(--gold); font-family: var(--display); font-size: 15px; }
.brand b { display: block; font-size: 13px; letter-spacing: .13em; }
.brand small { display: block; font-size: 10px; color: rgba(255,255,255,.55); margin-top: 2px; letter-spacing: .06em; }
.nav { display: flex; gap: 34px; margin-left: auto; margin-right: 42px; font-size: 13px; }
.nav a { opacity: .75; transition: .25s; }
.nav a:hover { opacity: 1; color: var(--gold); }
.header-cta { height: 42px; padding: 0 18px; border: 1px solid rgba(255,255,255,.35); display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; transition: .25s; }
.header-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

.hero { min-height: 820px; height: 100svh; position: relative; color: white; isolation: isolate; background: var(--ink); overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; animation: reveal 1.4s cubic-bezier(.2,.8,.2,1) both; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,10,11,.97) 0%, rgba(3,10,11,.82) 34%, rgba(3,10,11,.28) 66%, rgba(3,10,11,.25) 100%), linear-gradient(0deg, rgba(3,10,11,.7), transparent 46%); }
.hero-orbit { position: absolute; width: min(64vw, 900px); aspect-ratio: 1; border: 1px solid rgba(217,179,108,.24); border-radius: 50%; top: 12%; right: -21%; z-index: -1; }
.hero-orbit::before { content: ""; position: absolute; inset: 11%; border: 1px solid rgba(255,255,255,.11); border-radius: inherit; }
.hero-content { position: absolute; left: clamp(22px, 8.5vw, 138px); top: 50%; transform: translateY(-46%); max-width: 800px; }
.eyebrow { margin: 0 0 28px; color: var(--gold); display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--gold-dark); }
.hero h1, .section-head h2, .statement h2, .contact h2 { font-family: var(--display); margin: 0; font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.hero h1 { font-size: clamp(58px, 8.5vw, 136px); }
em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 650px; margin: 34px 0 36px; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.62; color: rgba(255,255,255,.74); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { min-height: 56px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .045em; transition: transform .25s, background .25s, color .25s; }
.btn:hover { transform: translateY(-3px); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-ghost { border: 1px solid rgba(255,255,255,.28); color: white; }
.btn-ghost:hover { background: white; color: var(--ink); }
.hero-card { position: absolute; right: clamp(22px, 6vw, 96px); bottom: clamp(70px, 9vh, 110px); width: 270px; padding: 25px; border: 1px solid rgba(255,255,255,.2); background: rgba(6,17,17,.58); backdrop-filter: blur(14px); }
.hero-card-index { color: var(--gold); font-size: 10px; letter-spacing: .12em; }
.hero-card p { font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.68); }
.hero-card strong { color: white; font-weight: 600; }
.hero-card-line { border-top: 1px solid rgba(255,255,255,.16); padding-top: 14px; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.45); }
.hero-card-line span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px var(--gold); }
.scroll-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.scroll-hint span { display: inline-block; width: 44px; height: 1px; background: rgba(255,255,255,.3); vertical-align: middle; margin-right: 12px; }

.intent { padding: clamp(80px, 10vw, 160px) clamp(22px, 7vw, 110px); }
.section-head { display: inline-block; width: 56%; vertical-align: top; }
.section-head h2 { font-size: clamp(42px, 5.5vw, 82px); }
.section-head h2 em { color: var(--gold-dark); }
.section-intro { display: inline-block; width: 37%; margin: 56px 0 0 5%; font-size: 18px; line-height: 1.75; color: #59615d; vertical-align: top; }
.intent-grid { margin-top: 86px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.intent-card { min-height: 320px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; position: relative; transition: .35s; overflow: hidden; }
.intent-card::before { content: ""; position: absolute; inset: 0; background: var(--ink); transform: translateY(101%); transition: .4s cubic-bezier(.2,.8,.2,1); z-index: -1; }
.intent-card:hover { color: white; transform: translateY(-8px); border-color: var(--ink); }
.intent-card:hover::before, .intent-card.featured::before { transform: none; }
.intent-card.featured { color: white; }
.card-number { font-family: var(--display); color: var(--gold-dark); font-size: 12px; }
.intent-card h3 { margin: 0 0 14px; font-family: var(--display); font-weight: 500; font-size: 25px; }
.intent-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.intent-card:hover p, .intent-card.featured p { color: rgba(255,255,255,.58); }
.card-arrow { position: absolute; top: 26px; right: 28px; font-size: 24px; color: var(--gold); }

.statement { min-height: 780px; background: var(--ink); color: white; padding: clamp(90px, 10vw, 150px) clamp(22px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; position: relative; overflow: hidden; }
.statement-word { position: absolute; right: -3vw; bottom: -4vw; font-family: var(--display); font-size: 20vw; line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(217,179,108,.075); pointer-events: none; }
.statement-copy { position: relative; z-index: 1; align-self: start; }
.statement h2 { font-size: clamp(42px, 5.3vw, 78px); }
.statement-points { border-top: 1px solid rgba(255,255,255,.14); position: relative; z-index: 1; }
.statement-points article { display: grid; grid-template-columns: 54px 1fr; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.statement-points article > span { color: var(--gold); font-family: var(--display); font-size: 11px; padding-top: 6px; }
.statement-points h3 { margin: 0 0 9px; font-size: 20px; }
.statement-points p { margin: 0; color: rgba(255,255,255,.55); line-height: 1.65; max-width: 470px; }

.process { padding: clamp(90px, 10vw, 150px) clamp(22px, 7vw, 110px); }
.section-head.compact { width: 100%; }
.process-track { margin-top: 90px; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-track article { padding-right: 28px; position: relative; }
.process-track b { font-family: var(--display); color: var(--gold-dark); font-size: 12px; }
.process-track span { display: block; margin: 22px 0 34px; height: 1px; background: var(--line); position: relative; }
.process-track span::before { content: ""; width: 9px; height: 9px; position: absolute; top: -4px; left: 0; background: var(--paper); border: 1px solid var(--gold-dark); transform: rotate(45deg); }
.process-track h3 { font-size: 20px; margin: 0 0 12px; }
.process-track p { color: var(--muted); line-height: 1.6; margin: 0; }

.contact { padding: clamp(90px, 10vw, 150px) clamp(22px, 7vw, 110px); background: var(--ink-soft); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; position: relative; }
.contact-copy h2 { font-size: clamp(44px, 6vw, 88px); }
.contact-copy > p:last-child { max-width: 520px; color: rgba(255,255,255,.58); line-height: 1.7; font-size: 17px; }
.social-list { border-top: 1px solid rgba(255,255,255,.16); }
.social-link { min-height: 118px; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 22px; transition: .3s; }
.social-link:hover { padding-left: 18px; color: var(--gold); }
.social-icon { width: 50px; height: 50px; border: 1px solid rgba(217,179,108,.5); display: grid; place-items: center; font-family: var(--display); color: var(--gold); }
.social-link small { color: rgba(255,255,255,.42); display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 5px; }
.social-link b { font-size: 20px; }
.social-link i { font-style: normal; font-size: 22px; }
.contact-note { position: absolute; right: clamp(22px, 7vw, 110px); bottom: 35px; margin: 0; color: rgba(255,255,255,.32); font-size: 12px; }

footer { min-height: 140px; padding: 28px clamp(22px, 5vw, 82px); background: #050b0b; color: white; display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.4); }
.footer-brand { color: white; }
.mobile-socials { display: none; }

@keyframes reveal { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 1000px) {
  .nav { display: none; }
  .hero-card { display: none; }
  .section-head, .section-intro { width: 100%; margin-left: 0; }
  .section-intro { max-width: 700px; }
  .intent-grid { grid-template-columns: 1fr; }
  .intent-card { min-height: 230px; }
  .statement, .contact { grid-template-columns: 1fr; gap: 70px; }
  .process-track { grid-template-columns: repeat(2, 1fr); gap: 50px 0; }
  .contact { padding-bottom: 110px; }
}

@media (max-width: 640px) {
  html, body { width: 100%; max-width: 100vw; overflow-x: hidden; }
  body { padding-bottom: 60px; }
  .header { height: 74px; padding: 0 18px; }
  .brand small { display: none; }
  .brand b { font-size: 11px; }
  .brand-mark { width: 34px; height: 34px; }
  .header-cta { display: none; }
  .hero { min-height: 740px; height: 100svh; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,10,11,.93), rgba(3,10,11,.38)), linear-gradient(0deg, rgba(3,10,11,.86), transparent 60%); }
  .hero-content { left: 20px; right: 20px; width: auto; min-width: 0; top: 48%; transform: translateY(-45%); }
  .hero h1 { max-width: 100%; font-size: clamp(42px, 12vw, 52px); line-height: 1.08; letter-spacing: -.075em; }
  .hero-lead { font-size: 15px; margin: 25px 0 28px; }
  .eyebrow { max-width: 100%; font-size: 9px; line-height: 1.5; margin-bottom: 20px; letter-spacing: .11em; }
  .eyebrow span { flex: 0 0 32px; }
  .btn { width: 100%; min-height: 54px; }
  .btn-ghost { display: none; }
  .scroll-hint { display: none; }
  .section-head h2, .statement h2, .contact-copy h2 { font-size: 40px; line-height: 1.08; }
  .section-intro { margin-top: 30px; font-size: 16px; }
  .intent-grid { margin-top: 50px; }
  .intent-card { min-height: 210px; padding: 22px; }
  .intent-card h3 { font-size: 21px; }
  .statement { min-height: auto; }
  .statement-points article { grid-template-columns: 42px 1fr; }
  .process-track { grid-template-columns: 1fr; margin-top: 55px; gap: 38px; }
  .process-track span { margin: 16px 0 22px; }
  .contact { gap: 50px; padding-bottom: 90px; }
  .social-link { min-height: 98px; }
  .contact-note { left: 22px; right: 22px; bottom: 28px; }
  footer { flex-direction: column; gap: 22px; align-items: flex-start; padding: 35px 22px; }
  .mobile-socials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); position: fixed; z-index: 50; left: 0; bottom: 0; width: 100vw; height: 60px; background: rgba(5,11,11,.95); backdrop-filter: blur(10px); color: white; border-top: 1px solid rgba(217,179,108,.35); }
  .mobile-socials a { display: grid; place-items: center; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; border-right: 1px solid rgba(255,255,255,.1); }
}
