:root {
  --black: #050505;
  --black-soft: #0a0a0a;
  --ink: #f2efe8;
  --muted: #a7a29a;
  --gold: #bca16b;
  --gold-light: #d0ba85;
  --line: rgba(255, 255, 255, .14);
  --page: min(1480px, calc(100vw - 96px));
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--ink); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--gold); color: #0a0a0a; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--ink); color: var(--black); padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 94px;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: background .45s ease, height .45s ease, border-color .45s ease;
}
.site-header.scrolled { height: 74px; background: rgba(5, 5, 5, .92); border-color: var(--line); backdrop-filter: blur(18px); }
.wordmark { display: inline-flex; align-items: center; width: fit-content; color: var(--gold-light); white-space: nowrap; }
.wordmark-glyph {
  width: 190px;
  height: auto;
  display: block;
}
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a, .header-inquiry { position: relative; font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .3s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-inquiry { justify-self: end; padding: 13px 18px; border: 1px solid rgba(188, 161, 107, .5); color: var(--gold-light); transition: background .3s, color .3s; }
.header-inquiry:hover { color: var(--black); background: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px 8px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 7px 0; background: var(--ink); transition: transform .35s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.mobile-menu { position: fixed; inset: 0; z-index: 90; visibility: hidden; opacity: 0; padding: 140px 32px 38px; background: #070707; transition: opacity .35s ease, visibility .35s ease; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(40px, 12vw, 70px); line-height: 1; }
.mobile-menu nav span { font: 500 9px/1 var(--sans); color: var(--gold); letter-spacing: .16em; }
.mobile-menu-meta { position: absolute; inset: auto 32px 34px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #050708; }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center bottom; transform: scale(1.02); animation: heroIn 1.8s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.64) 35%, rgba(0,0,0,.1) 72%), linear-gradient(180deg, rgba(0,0,0,.45) 0%, transparent 35%, rgba(0,0,0,.7) 100%); }
.hero-content { position: relative; z-index: 2; width: var(--page); margin: 0 auto; padding: 160px 0 72px; }
.kicker { margin: 0; color: var(--gold-light); font-size: 10px; font-weight: 500; letter-spacing: .32em; line-height: 1.4; text-transform: uppercase; }
.hero h1 { max-width: 1010px; margin: 24px 0 0; font-family: var(--serif); font-size: clamp(62px, 7.25vw, 124px); font-weight: 500; letter-spacing: -.055em; line-height: .79; }
.hero h1 em, .services-lead h2 em, .contact h2 em { color: var(--gold-light); font-style: normal; }
.hero-intro { max-width: 520px; margin: 30px 0 0; color: #e4dfd5; font-size: 15px; line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button { min-width: 188px; padding: 16px 22px; border: 1px solid rgba(255,255,255,.28); text-align: center; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; transition: background .3s, color .3s, border-color .3s; }
.button-gold { background: rgba(188,161,107,.16); border-color: rgba(188,161,107,.55); color: var(--gold-light); }
.button-gold:hover { background: var(--gold-light); color: var(--black); }
.button-ghost:hover { background: var(--ink); border-color: var(--ink); color: var(--black); }
.scroll-cue { position: absolute; z-index: 3; right: 48px; bottom: 72px; display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: 8px; letter-spacing: .22em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 1px; height: 50px; overflow: hidden; background: rgba(255,255,255,.28); }
.scroll-cue i::after { content: ""; display: block; width: 1px; height: 24px; background: var(--gold-light); animation: scrollLine 2s ease-in-out infinite; }
.hero-location { position: absolute; z-index: 3; right: 48px; bottom: 34px; margin: 0; color: rgba(255,255,255,.62); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }

.intro { position: relative; width: var(--page); margin: 0 auto; padding: 170px 0 190px; }
.intro-rule { width: 100%; height: 1px; margin-bottom: 64px; background: var(--line); }
.intro h2 { max-width: 1180px; margin: 28px 0 0; font-family: var(--serif); font-size: clamp(58px, 7vw, 112px); font-weight: 400; letter-spacing: -.05em; line-height: .88; }
.intro-copy { width: min(550px, 44vw); margin: 48px 0 0 auto; color: var(--muted); font-size: 16px; line-height: 1.75; }

.access-heading { width: var(--page); margin: 0 auto; padding: 110px 0 90px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.access-heading .kicker { grid-column: 1 / -1; }
.access-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(86px, 11vw, 180px); font-weight: 400; letter-spacing: -.065em; line-height: .72; }
.access-heading > p:last-child { max-width: 380px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.access-panel { position: relative; display: block; min-height: 92svh; overflow: hidden; border-top: 1px solid var(--line); background: #111; }
.access-panel > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s cubic-bezier(.2,.7,.2,1); }
.access-panel:hover > img { transform: scale(1.025); }
.access-ferrari > img { object-position: center 54%; }
.access-22b > img { object-position: center 52%; }
.access-r34 > img { object-position: center 68%; }
.panel-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.83) 0%, rgba(0,0,0,.48) 38%, rgba(0,0,0,.04) 70%), linear-gradient(0deg, rgba(0,0,0,.66), transparent 50%); }
.access-ferrari .panel-shade { background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.28) 58%, rgba(0,0,0,.1)), linear-gradient(0deg, rgba(0,0,0,.65), transparent 55%); }
.panel-index { position: absolute; top: 42px; right: 48px; font-size: 9px; letter-spacing: .22em; }
.panel-copy { position: absolute; left: max(48px, calc((100vw - 1480px) / 2)); bottom: 70px; max-width: 690px; }
.panel-copy h3 { margin: 18px 0 20px; font-family: var(--serif); font-size: clamp(62px, 7vw, 118px); font-weight: 500; letter-spacing: -.055em; line-height: .78; }
.panel-copy > p:not(.kicker) { max-width: 500px; margin: 0; color: rgba(255,255,255,.77); font-size: 14px; line-height: 1.7; }
.panel-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; color: var(--gold-light); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.panel-link i { font-style: normal; font-size: 16px; transition: transform .25s ease; }
.access-panel:hover .panel-link i { transform: translate(4px, -2px); }

.services { padding: 180px 0; }
.services-lead { width: var(--page); margin: 0 auto 130px; }
.services-lead h2 { max-width: 1250px; margin: 28px 0 0; font-family: var(--serif); font-size: clamp(60px, 8.5vw, 138px); font-weight: 400; letter-spacing: -.06em; line-height: .8; }
.service { width: var(--page); margin: 0 auto 120px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr); gap: clamp(50px, 7vw, 110px); align-items: center; }
.service-reverse { grid-template-columns: minmax(380px, .8fr) minmax(0, 1.2fr); }
.service-reverse .service-media { grid-column: 2; }
.service-reverse .service-copy { grid-column: 1; grid-row: 1; }
.service-media { overflow: hidden; min-height: 680px; }
.service-media img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; transition: transform 1s ease; }
.service-reverse .service-media img { object-position: 65% 42%; transform: scale(1.18); transform-origin: 65% 40%; }
.service-media:hover img { transform: scale(1.025); }
.service-reverse .service-media:hover img { transform: scale(1.22); }
.service-copy { position: relative; padding-top: 58px; border-top: 1px solid var(--line); }
.service-number { position: absolute; top: 0; right: 0; color: var(--muted); font-size: 9px; letter-spacing: .2em; }
.service-copy h3 { margin: 24px 0 25px; font-family: var(--serif); font-size: clamp(50px, 5vw, 82px); font-weight: 400; letter-spacing: -.045em; line-height: .88; }
.service-copy > p:not(.kicker) { color: var(--muted); font-size: 15px; line-height: 1.8; }
.service-copy ul { margin: 32px 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-copy li { padding: 15px 0; border-bottom: 1px solid var(--line); color: #d4d0c8; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--gold-light); font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.text-link span { font-size: 18px; transition: transform .25s ease; }
.text-link:hover span { transform: translate(4px, -4px); }

.wanted { width: var(--page); min-height: 720px; margin: 0 auto; padding: 110px 0 180px; display: grid; grid-template-columns: minmax(320px, .74fr) minmax(0, 1.26fr); gap: clamp(44px, 7vw, 110px); align-items: center; }
.wanted-heading { position: relative; max-width: 620px; margin: 0; padding: 0; }
.wanted-heading h2 { margin: 20px 0; font-family: var(--serif); font-size: clamp(80px, 9vw, 142px); font-weight: 400; letter-spacing: -.06em; line-height: .75; }
.wanted-heading > p:last-child { max-width: 400px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.wanted-heading::after { content: ""; display: block; width: 76px; height: 1px; margin-top: 38px; background: var(--gold); }
.wanted-media { position: relative; height: 560px; overflow: hidden; background: #080a0b; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wanted-media img { width: 100%; height: 100%; object-fit: cover; object-position: 46% center; }
.about { width: var(--page); margin: 0 auto; padding: 150px 0 190px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 260px 1fr; gap: 90px; }
.about-mark { width: 230px; height: 230px; display: grid; place-items: center; background: transparent; }
.about-emblem { width: 100%; height: 100%; object-fit: contain; }
.about-copy h2 { max-width: 1030px; margin: 26px 0 32px; font-family: var(--serif); font-size: clamp(54px, 6.3vw, 100px); font-weight: 400; letter-spacing: -.05em; line-height: .87; }
.about-copy > p:not(.kicker) { max-width: 640px; margin-left: auto; color: var(--muted); font-size: 15px; line-height: 1.8; }
.about-regions { margin: 70px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.about-regions span { padding: 24px 10px 0 0; color: var(--ink); font-family: var(--serif); font-size: 32px; }
.about-regions small { display: block; margin-top: 8px; color: var(--muted); font: 500 8px/1.3 var(--sans); letter-spacing: .18em; text-transform: uppercase; }

.contact { position: relative; min-height: 92svh; display: flex; align-items: center; overflow: hidden; }
.contact > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.contact-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.25)), linear-gradient(0deg, rgba(0,0,0,.55), transparent); }
.contact-content { position: relative; z-index: 1; width: var(--page); margin: 0 auto; padding: 130px 0; }
.contact h2 { max-width: 1080px; margin: 25px 0 60px; font-family: var(--serif); font-size: clamp(70px, 8.5vw, 138px); font-weight: 400; letter-spacing: -.06em; line-height: .8; }
.contact-links { max-width: 730px; border-top: 1px solid rgba(255,255,255,.25); }
.contact-links a { display: grid; grid-template-columns: 160px 1fr auto; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 18px; }
.contact-links a span { color: var(--gold-light); font-size: 8px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.contact-links a i { font-style: normal; transition: transform .25s; }
.contact-links a:hover i { transform: translate(4px, -4px); }

.site-footer { min-height: 160px; padding: 50px 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--line); }
.footer-wordmark .wordmark-glyph { width: 220px; height: auto; }
.site-footer p, .back-to-top { margin: 0; color: var(--muted); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.back-to-top { justify-self: end; color: var(--ink); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes heroIn { from { opacity: .4; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }
@keyframes scrollLine { 0% { transform: translateY(-26px); } 55%, 100% { transform: translateY(52px); } }

@media (max-width: 980px) {
  :root { --page: calc(100vw - 48px); }
  .site-header { height: 78px; padding: 0 24px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-inquiry { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .hero-content { padding-bottom: 54px; }
  .hero h1 { font-size: clamp(58px, 10vw, 96px); }
  .scroll-cue, .hero-location { display: none; }
  .access-heading { grid-template-columns: 1fr; }
  .access-heading > p:last-child { margin-top: 20px; }
  .panel-copy { left: 24px; right: 24px; bottom: 54px; }
  .panel-index { right: 24px; }
  .service, .service-reverse { grid-template-columns: 1fr; gap: 54px; }
  .service-reverse .service-media, .service-reverse .service-copy { grid-column: 1; }
  .service-reverse .service-copy { grid-row: 2; }
  .service-media, .service-media img { min-height: 58vw; }
  .wanted { grid-template-columns: 1fr; gap: 52px; }
  .wanted-heading { margin: 0; padding: 0; }
  .wanted-media { height: clamp(420px, 64vw, 560px); min-height: 0; }
  .about { grid-template-columns: 170px 1fr; gap: 50px; }
  .about-mark { width: 180px; height: 180px; }
  .site-footer { padding: 44px 24px; grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
}

@media (max-width: 640px) {
  :root { --page: calc(100vw - 32px); }
  .wordmark-glyph { width: 168px; height: auto; }
  .hero { min-height: 820px; }
  .hero-media img { object-position: 58% bottom; }
  .hero-content { padding: 128px 0 48px; }
  .hero h1 { margin-top: 20px; font-size: clamp(53px, 16.3vw, 78px); line-height: .82; }
  .hero-intro { max-width: 390px; margin-top: 26px; font-size: 14px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .intro { padding: 110px 0 120px; }
  .intro-rule { margin-bottom: 44px; }
  .intro h2 { font-size: 52px; }
  .intro-copy { width: 100%; margin-top: 34px; }
  .access-heading { padding: 80px 0 64px; }
  .access-heading h2 { font-size: 80px; }
  .access-panel { min-height: 740px; }
  .access-ferrari > img { object-position: 58% center; }
  .access-22b > img { object-position: 59% center; }
  .access-r34 > img { object-position: 59% center; }
  .panel-copy h3 { font-size: 64px; }
  .panel-copy > p:not(.kicker) { font-size: 13px; }
  .services { padding: 110px 0; }
  .services-lead { margin-bottom: 82px; }
  .services-lead h2 { font-size: 58px; }
  .service { margin-bottom: 90px; }
  .service-media, .service-media img { min-height: 112vw; }
  .service-reverse .service-media { min-height: 0; height: auto; aspect-ratio: 4 / 3; background: var(--black-soft); }
  .service-reverse .service-media img { min-height: 0; height: 100%; object-fit: cover; object-position: 65% 42%; transform: scale(1.18); transform-origin: 65% 40%; }
  .service-copy h3 { font-size: 52px; }
  .wanted { min-height: 0; padding: 60px 0 120px; }
  .wanted-heading { margin-bottom: 0; }
  .wanted-heading h2 { font-size: 90px; }
  .wanted-media { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .wanted-media img { object-position: 42% center; }
  .about { padding: 100px 0 120px; grid-template-columns: 1fr; }
  .about-mark { width: 170px; height: 170px; }
  .about-copy h2 { font-size: 52px; }
  .about-copy > p:not(.kicker) { margin-left: 0; }
  .about-regions { grid-template-columns: 1fr; }
  .about-regions span { padding: 20px 0; border-bottom: 1px solid var(--line); }
  .contact { min-height: 820px; }
  .contact > img { object-position: 64% center; }
  .contact h2 { font-size: 62px; }
  .contact-links a { grid-template-columns: 1fr auto; gap: 10px; font-size: 14px; }
  .contact-links a span { grid-column: 1 / -1; }
  .mobile-menu-meta { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
