:root {
  --black: #050505;
  --ink: #0a0a0a;
  --panel: #111111;
  --panel-soft: #171717;
  --gold: #d7aa46;
  --gold-light: #f1d486;
  --gold-dark: #8d6422;
  --silver: #d9d9d9;
  --muted: #969696;
  --line: rgba(255, 255, 255, 0.12);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: #f5f5f3;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 132px; }

.hero {
  min-height: 850px;
  height: 100svh;
  position: relative;
  display: flex;
  overflow: hidden;
  background: #030303;
}
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0,0,0,.68) 0%, rgba(0,0,0,.05) 25%, rgba(0,0,0,.1) 45%, rgba(0,0,0,.88) 88%, #050505 100%),
    linear-gradient(90deg, rgba(0,0,0,.34), transparent 45%, rgba(0,0,0,.22));
}

.site-header {
  position: absolute;
  z-index: 5;
  inset: 0 0 auto;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  color: #090909;
  background: linear-gradient(145deg, var(--gold-light), var(--gold) 48%, var(--gold-dark));
  font-family: Impact, "Arial Narrow", sans-serif;
  font-style: italic;
  font-size: 20px;
  letter-spacing: -1px;
  clip-path: polygon(50% 0, 94% 18%, 88% 75%, 50% 100%, 12% 75%, 6% 18%);
}
.brand-name { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand-name strong { font-family: Impact, "Arial Narrow", sans-serif; font-style: italic; font-size: 21px; letter-spacing: 1.2px; }
.brand-name small { margin-top: 5px; color: var(--gold-light); font-size: 8px; letter-spacing: 2.3px; }
.desktop-nav { display: flex; align-items: center; gap: 36px; font-size: 12px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.desktop-nav > a:not(.nav-cta) { position: relative; padding-block: 10px; color: #e7e7e7; }
.desktop-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav > a:hover::after, .desktop-nav > a:focus-visible::after { right: 0; }
.nav-cta { border: 1px solid rgba(229,190,96,.7); padding: 15px 21px; transition: background .25s, color .25s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--gold); color: #080808; }
.mobile-nav { display: none; }

.hero-content { position: relative; z-index: 2; display: flex; align-items: flex-end; padding-bottom: 112px; }
.hero-copy { max-width: 650px; }
.eyebrow, .section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 25px;
  font-family: Impact, "Arial Narrow", "Helvetica Neue", sans-serif;
  font-weight: 800;
  line-height: .93;
  letter-spacing: .015em;
  text-transform: uppercase;
}
h1 { font-size: clamp(58px, 7.2vw, 102px); text-shadow: 0 3px 18px #000; }
h1 em, h2 em { color: var(--gold); font-style: normal; }
.hero-description { max-width: 590px; color: #cdcdcd; line-height: 1.75; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 35px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 38px; min-height: 58px; padding: 0 26px; font-size: 11px; font-weight: 900; letter-spacing: 1.3px; text-transform: uppercase; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { color: #080808; background: linear-gradient(110deg, var(--gold-dark), var(--gold-light) 48%, var(--gold)); box-shadow: 0 10px 30px rgba(194,143,39,.18); }
.button-gold:hover, .button-gold:focus-visible { box-shadow: 0 12px 35px rgba(214,170,70,.34); }
.text-link { font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: 7px; }
.text-link span { margin-left: 10px; color: var(--gold); }
.hero-foot { position: absolute; z-index: 3; bottom: 28px; left: 0; right: 0; display: flex; align-items: center; gap: 18px; color: #777; font-size: 8px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.hero-foot i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(215,170,70,.8), rgba(255,255,255,.08)); }

.route-strip { height: 57px; overflow: hidden; display: flex; align-items: center; justify-content: space-around; gap: 22px; padding-inline: 18px; color: #0a0a0a; background: linear-gradient(90deg, #a97827, #f1d486, #aa792b); font-family: Impact, "Arial Narrow", sans-serif; font-style: italic; font-size: 20px; letter-spacing: 1.3px; text-transform: uppercase; white-space: nowrap; }
.route-strip i { font-style: normal; font-size: 8px; }

.about { display: grid; grid-template-columns: minmax(380px, .9fr) 1.1fr; align-items: center; gap: clamp(65px, 9vw, 130px); }
.logo-stage { aspect-ratio: 1; position: relative; padding: 32px; background: radial-gradient(circle, #202020, #0a0a0a 68%); border: 1px solid var(--line); }
.logo-stage::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(215,170,70,.15); }
.logo-crop { position: relative; width: 100%; height: 100%; overflow: hidden; background: white; filter: saturate(.9) contrast(1.06); }
.logo-crop img { position: absolute; width: 165%; max-width: none; height: auto; left: -32%; top: -13.5%; }
.corner { position: absolute; z-index: 2; width: 42px; height: 42px; border-color: var(--gold); }
.corner-tl { left: -1px; top: -1px; border-left: 2px solid var(--gold); border-top: 2px solid var(--gold); }
.corner-br { right: -1px; bottom: -1px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.stage-label { position: absolute; z-index: 3; bottom: 10px; right: 20px; color: #777; font-size: 7px; letter-spacing: 2px; text-transform: uppercase; }
.section-kicker { margin-bottom: 20px; }
h2 { font-size: clamp(45px, 5vw, 74px); }
.about-copy > p:not(.section-kicker) { color: #929292; font-size: 15px; line-height: 1.8; }
.about-copy .lead { color: #d4d4d4 !important; font-size: 18px !important; }
.signature-line { display: flex; align-items: center; gap: 16px; margin-top: 34px; padding-top: 27px; border-top: 1px solid var(--line); }
.mini-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--gold-dark); color: var(--gold); font-family: Georgia, serif; font-weight: bold; }
.signature-line div { display: flex; flex-direction: column; gap: 4px; }
.signature-line strong { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.signature-line small { color: #777; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }

.values { background: #0d0d0d; border-block: 1px solid rgba(255,255,255,.06); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 390px; margin-bottom: 6px; color: #858585; font-size: 14px; line-height: 1.8; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); }
.value-card { min-height: 325px; padding: 34px 36px 38px; border-block: 1px solid var(--line); border-right: 1px solid var(--line); background: linear-gradient(160deg, rgba(255,255,255,.025), transparent 55%); transition: background .25s, transform .25s; }
.value-card:hover { background: linear-gradient(160deg, rgba(215,170,70,.09), transparent 62%); transform: translateY(-4px); }
.value-number { color: var(--gold); font: italic 22px Impact, "Arial Narrow", sans-serif; letter-spacing: 1px; }
.value-rule { width: 24px; height: 1px; margin: 35px 0 42px; background: #686868; }
.value-card h3 { font: 31px/1 Impact, "Arial Narrow", sans-serif; text-transform: uppercase; letter-spacing: .4px; }
.value-card p { color: #888; font-size: 13px; line-height: 1.75; }

.road { overflow: hidden; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1.32fr 1fr; gap: 14px; }
.gallery-card { min-height: 450px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; background: #121212; border: 1px solid rgba(255,255,255,.12); isolation: isolate; transition: transform .3s, border-color .3s; }
.gallery-card:hover { transform: translateY(-5px); border-color: rgba(215,170,70,.6); }
.gallery-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .5s ease, filter .5s ease; }
.gallery-card:nth-child(1) .gallery-image { object-position: 48% center; }
.gallery-card:nth-child(2) .gallery-image { object-position: 52% center; }
.gallery-card:nth-child(3) .gallery-image { object-position: 55% center; }
.gallery-card:hover .gallery-image { transform: scale(1.035); filter: saturate(1.08); }
.gallery-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.02) 24%, rgba(0,0,0,.22) 52%, rgba(0,0,0,.96) 100%); }
.gallery-card span { margin-bottom: 9px; color: var(--gold-light); font-size: 8px; font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase; }
.gallery-card h3 { margin: 0; font: 34px/1 Impact, "Arial Narrow", sans-serif; letter-spacing: .7px; text-transform: uppercase; }

.recruit { position: relative; overflow: hidden; padding-block: 130px; background: #0b0b0b; border-top: 1px solid var(--line); }
.recruit::before { content: "E"; position: absolute; left: 5%; top: -170px; color: rgba(255,255,255,.018); font: 700 610px/1 Georgia, serif; }
.recruit-glow { position: absolute; width: 500px; height: 500px; right: -250px; top: -180px; border-radius: 50%; background: rgba(215,170,70,.1); filter: blur(100px); }
.recruit-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(70px, 10vw, 150px); }
.recruit-copy > p:not(.section-kicker) { max-width: 580px; margin-bottom: 35px; color: #929292; line-height: 1.8; }
.recruit-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.recruit-actions .button { gap: 24px; }
.button-outline { color: #e8e8e8; border: 1px solid rgba(215,170,70,.55); background: rgba(255,255,255,.025); }
.button-outline:hover, .button-outline:focus-visible { color: var(--gold-light); background: rgba(215,170,70,.08); box-shadow: 0 12px 35px rgba(0,0,0,.24); }
.process-card { padding: 38px 42px; background: linear-gradient(145deg, #171717, #0c0c0c); border: 1px solid rgba(215,170,70,.35); box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.process-title { margin-bottom: 28px; color: #ddd; font: 24px Impact, "Arial Narrow", sans-serif; letter-spacing: .5px; text-transform: uppercase; }
.requirements-list { list-style: none; margin: 0; padding: 0; }
.requirements-list li { display: flex; align-items: flex-start; gap: 21px; padding-block: 19px; border-top: 1px solid var(--line); }
.requirements-list li > span { width: 44px; flex: 0 0 44px; color: var(--gold); font: italic 17px Impact, "Arial Narrow", sans-serif; letter-spacing: .7px; }
.requirements-list li div { display: flex; flex-direction: column; gap: 6px; }
.requirements-list li strong { font-size: 12px; letter-spacing: .6px; text-transform: uppercase; }
.requirements-list li small { color: #7e7e7e; font-size: 11px; line-height: 1.5; }
.process-note { margin: 22px 0 0; padding: 13px 15px; color: #8b8b8b; background: rgba(255,255,255,.035); font-size: 10px; line-height: 1.6; }

footer { padding-top: 75px; background: #050505; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr .8fr; align-items: center; gap: 50px; padding-bottom: 55px; }
.footer-main > p { max-width: 420px; margin: 0; color: #747474; font-size: 12px; line-height: 1.7; }
.footer-links { justify-self: end; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 12px 21px; }
.footer-links a { padding-bottom: 6px; border-bottom: 1px solid #4a4a4a; color: #b9b9b9; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.footer-links a span { margin-left: 5px; color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; border-top: 1px solid var(--line); color: #4f4f4f; font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase; }

:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 34px, 680px); }
  .section { padding-block: 90px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-image { object-position: center; }
  .site-header { height: 86px; }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; cursor: pointer; border: 1px solid rgba(255,255,255,.25); list-style: none; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { display: block; width: 18px; height: 1px; background: white; }
  .mobile-nav nav { position: absolute; right: 0; top: 52px; width: 220px; display: grid; padding: 12px; background: rgba(8,8,8,.98); border: 1px solid rgba(215,170,70,.35); box-shadow: 0 18px 45px rgba(0,0,0,.5); }
  .mobile-nav nav a { padding: 14px 12px; color: #d9d9d9; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
  .hero-content { padding-bottom: 98px; }
  .hero-copy { max-width: 600px; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.08) 40%, rgba(0,0,0,.93) 86%, #050505); }
  .hero-foot { display: none; }
  .route-strip { justify-content: flex-start; }
  .route-strip span:nth-of-type(n+5), .route-strip i:nth-of-type(n+4) { display: none; }
  .about, .recruit-layout { grid-template-columns: 1fr; }
  .logo-stage { width: min(100%, 520px); margin-inline: auto; }
  .about-copy { max-width: 630px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 250px; }
  .value-rule { margin: 24px 0 31px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card { min-height: 380px; }
  .recruit { padding-block: 95px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { justify-self: start; justify-content: flex-start; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); }
  .brand-name { display: none; }
  .hero { min-height: 720px; }
  .hero-image { object-position: center top; }
  .hero-content { padding-bottom: 72px; }
  .eyebrow { max-width: 290px; line-height: 1.5; }
  h1 { font-size: clamp(50px, 16vw, 72px); }
  .hero-description { font-size: 14px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; margin-top: 28px; }
  .button { width: 100%; }
  .recruit-actions { flex-direction: column; }
  .route-strip { font-size: 17px; }
  h2 { font-size: clamp(42px, 13vw, 60px); }
  .about { gap: 65px; }
  .logo-stage { padding: 22px; }
  .value-card { padding-inline: 26px; }
  .gallery-card { min-height: 330px; padding: 25px; }
  .process-card { padding: 30px 24px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
