:root {
  --carbon: #151b1d;
  --carbon-soft: #232c2f;
  --orange: #f26a2e;
  --orange-dark: #cf4e16;
  --acid: #d4ef4e;
  --steel: #a9b6b9;
  --fog: #edf1f0;
  --paper: #fff;
  --ink: #182124;
  --muted: #647074;
  --line: #d8dfdf;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.64;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { overflow-wrap: break-word; }

.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; color: var(--carbon); background: var(--acid); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; color: #fff; background: rgba(21,27,29,.96); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.header-inner { width: min(calc(100% - 3rem), var(--max)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; gap: 2rem; }
.main-nav { display: flex; align-items: center; gap: 1.8rem; }
.main-nav a { color: #d8dfdf; font-size: .9rem; font-weight: 780; text-decoration: none; }
.main-nav a:hover,
.main-nav a:focus-visible { color: var(--acid); }
.brand { width: 104px; margin-left: auto; padding: .32rem .5rem; display: block; background: #fff; text-decoration: none; }
.brand-logo { width: 100%; height: auto; }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; color: #fff; border: 1px solid #647074; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 4px auto; background: currentColor; }

.hero { position: relative; min-height: 760px; color: #fff; background: var(--carbon); overflow: hidden; }
.image-frame { position: relative; margin: 0; overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame figcaption { position: absolute; right: .7rem; bottom: .65rem; z-index: 4; padding: .22rem .42rem; color: #fff; background: rgba(21,27,29,.8); font-size: .62rem; line-height: 1.2; }
.hero-image { position: absolute; inset: 0; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(15,20,22,.98) 0%, rgba(15,20,22,.91) 38%, rgba(15,20,22,.18) 72%, rgba(15,20,22,.06) 100%); }
.hero-copy { position: relative; z-index: 2; width: min(calc(100% - 3rem), var(--max)); min-height: 760px; margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) 0; display: flex; flex-direction: column; justify-content: center; }
.domain-label,
.eyebrow,
.contact-kicker { margin: 0 0 .9rem; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero h1,
.space-heading h2,
.home-copy h2,
.direction-heading h2,
.profile-section h2,
.contact-heading h2,
.personal-contact h2 { margin: 0; font-weight: 850; line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 { max-width: 760px; font-size: clamp(4.2rem, 8vw, 8.8rem); }
.hero h1 span { display: block; white-space: nowrap; font-size: .7em; }
.hero-copy > p:not(.domain-label) { max-width: 620px; margin: 2rem 0 0; color: #d6dcdc; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.button { min-height: 50px; padding: .82rem 1.2rem; display: inline-flex; align-items: center; justify-content: center; border: 0; font-weight: 900; text-decoration: none; cursor: pointer; }
.button-primary,
.button-submit { color: #111718; background: var(--acid); }
.button-primary:hover,
.button-primary:focus-visible,
.button-submit:hover,
.button-submit:focus-visible { background: #b9d82f; }
.button-ghost { color: #fff; border: 1px solid #b9c2c4; background: rgba(21,27,29,.7); }
.hero-index { position: absolute; right: 4%; bottom: -4rem; z-index: 2; color: rgba(255,255,255,.1); font-size: clamp(10rem, 24vw, 24rem); font-weight: 900; line-height: 1; }

.space-section { width: min(calc(100% - 3rem), var(--max)); margin: clamp(5rem, 9vw, 9rem) auto; }
.space-heading { display: grid; grid-template-columns: 1fr 1.25fr; gap: 2rem; align-items: end; }
.space-heading .eyebrow { grid-column: 1 / -1; }
.space-heading h2,
.direction-heading h2,
.profile-section h2 { font-size: clamp(3.2rem, 5.8vw, 6rem); }
.space-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.1rem; }
.space-grid { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 5px solid var(--carbon); }
.space-grid article { min-height: 250px; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.space-grid article:first-child { border-left: 1px solid var(--line); }
.space-grid span { color: var(--orange); font-size: .72rem; font-weight: 900; }
.space-grid h3 { margin: 3rem 0 .5rem; font-size: 1.5rem; text-transform: uppercase; }
.space-grid p { margin: 0; color: var(--muted); }

.home-section { display: grid; grid-template-columns: 1.2fr .8fr; background: var(--fog); }
.home-image { min-height: 700px; }
.home-copy { padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.home-copy h2 { font-size: clamp(3.3rem, 5.7vw, 6rem); }
.home-copy > p:not(.eyebrow) { color: var(--muted); }
.home-copy ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.home-copy li { padding: .9rem 0 .9rem 1.8rem; border-bottom: 1px solid #cdd5d4; font-weight: 800; position: relative; }
.home-copy li::before { content: "+"; position: absolute; left: 0; color: var(--orange); font-size: 1.3rem; }

.direction-section { padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100vw - var(--max)) / 2)); color: #fff; background: var(--carbon); }
.direction-heading { max-width: 900px; }
.direction-cards { margin-top: 3.2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.direction-cards article { min-height: 400px; padding: clamp(2rem, 4vw, 4rem); background: var(--carbon-soft); border-top: 7px solid var(--orange); }
.direction-cards b { color: var(--acid); font-size: .73rem; letter-spacing: .17em; }
.direction-cards h3 { margin: 3.5rem 0 1.3rem; font-size: clamp(2rem, 3.2vw, 3.3rem); line-height: 1.05; text-transform: uppercase; }
.direction-cards p { color: #cbd2d3; }
.direction-cards a { display: inline-block; margin-top: 1rem; color: var(--acid); font-weight: 900; text-underline-offset: .25rem; }

.profile-section { padding: clamp(4.5rem, 8vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); background: var(--acid); }
.profile-section .eyebrow { color: var(--carbon); }
.profile-section ol { margin: 0; padding: 0; list-style: none; }
.profile-section li { padding: 1.2rem 0; display: grid; grid-template-columns: 60px 1fr; border-bottom: 2px solid rgba(21,27,29,.35); font-weight: 850; }
.profile-section li:first-child { border-top: 2px solid rgba(21,27,29,.35); }
.profile-section li span { color: var(--orange-dark); font-size: .74rem; letter-spacing: .14em; }

.contact-section { padding: clamp(4.5rem, 9vw, 9rem) max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--fog); }
.contact-heading { margin-bottom: 2.5rem; }
.contact-heading h2 { font-size: clamp(3.5rem, 7vw, 7rem); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
form { padding: clamp(1.5rem, 4vw, 3.2rem); background: #fff; border-top: 7px solid var(--orange); }
fieldset { margin: 0 0 1.6rem; padding: 0; border: 0; }
legend { margin-bottom: .75rem; font-size: .9rem; font-weight: 850; }
.choice-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { min-height: 44px; padding: .62rem .9rem; display: inline-flex; align-items: center; border: 1px solid #cbd2d3; background: #fff; font-size: .88rem; font-weight: 800; }
.choice-row input:checked + span { color: #fff; border-color: var(--carbon); background: var(--carbon); }
.choice-row input:focus-visible + span { outline: 3px solid var(--acid); outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field-grid label { display: grid; gap: .4rem; font-size: .9rem; font-weight: 800; }
.field-grid small { color: var(--muted); font-weight: 500; }
.message-field { grid-column: 1 / -1; }
input[type="email"], input[type="text"], input[type="tel"], textarea { width: 100%; min-height: 50px; padding: .78rem .85rem; color: var(--ink); border: 1px solid #c8d0d1; border-radius: 0; background: #fff; }
textarea { min-height: 130px; resize: vertical; }
input:focus,
textarea:focus { outline: 3px solid rgba(212,239,78,.48); border-color: var(--carbon); }
.honeypot { position: absolute; left: -9999px; }
.privacy-check { margin: 1.25rem 0 .3rem; display: flex; gap: .7rem; align-items: flex-start; font-size: .89rem; }
.privacy-check input { width: 18px; height: 18px; margin-top: .2rem; flex: 0 0 auto; }
.privacy-check a,
.legal-link a { color: var(--carbon); font-weight: 850; }
.legal-link { margin: .35rem 0 1.2rem; font-size: .89rem; }
.form-status { min-height: 1.5rem; margin: .9rem 0 0; color: var(--carbon); font-size: .9rem; font-weight: 700; }
.personal-contact { margin-top: 2.2rem; padding: 2.2rem; color: #fff; background: var(--carbon); border-bottom: 7px solid var(--acid); }
.personal-contact .contact-kicker { color: var(--orange); }
.personal-contact h2 { font-size: 2.3rem; }
.personal-contact > p { margin: .3rem 0; color: #cdd4d5; }
.personal-contact > a { display: block; margin-top: .65rem; font-weight: 850; }
.contact-line { display: block; width: 54px; height: 4px; margin: 1.5rem 0; background: var(--acid); }

.site-footer { padding: 2rem max(1.5rem, calc((100vw - var(--max)) / 2)); display: flex; justify-content: space-between; gap: 1.5rem; color: #cfd6d7; background: #0b1011; font-size: .78rem; }
.site-footer nav { display: flex; gap: 1.2rem; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 1rem 1.5rem 1.4rem; flex-direction: column; align-items: stretch; gap: 0; background: var(--carbon); }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid #394346; }
  .brand { width: 88px; }
  .space-heading { grid-template-columns: 1fr; }
  .space-heading .eyebrow { grid-column: auto; }
  .space-grid { grid-template-columns: 1fr 1fr; }
  .space-grid article:nth-child(3) { border-left: 1px solid var(--line); }
  .home-section { grid-template-columns: 1fr; }
  .home-image { min-height: 600px; }
  .profile-section { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .header-inner { width: calc(100% - 2rem); min-height: 74px; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(15,20,22,.98) 0%, rgba(15,20,22,.88) 53%, rgba(15,20,22,.12) 100%); }
  .hero-copy { width: calc(100% - 2rem); min-height: 720px; padding-top: 16rem; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.2rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .space-section { width: calc(100% - 2rem); margin: 4.5rem auto; }
  .space-grid { grid-template-columns: 1fr; }
  .space-grid article { min-height: 0; border-left: 1px solid var(--line); }
  .space-grid h3 { margin-top: 1.5rem; }
  .home-image { min-height: 430px; }
  .home-copy { padding: 4rem 1rem; }
  .direction-section,
  .profile-section,
  .contact-section { padding-left: 1rem; padding-right: 1rem; }
  .direction-cards { grid-template-columns: 1fr; }
  .direction-cards article { min-height: 0; padding: 2.2rem 1.25rem; }
  .direction-cards h3 { margin-top: 2.4rem; }
  .contact-grid { grid-template-columns: 1fr; }
  form { padding: 1.25rem; }
  .field-grid { grid-template-columns: 1fr; }
  .message-field { grid-column: auto; }
  .choice-row { flex-direction: column; }
  .choice-row span { width: 100%; }
  .button-submit { width: 100%; }
  .personal-contact { margin-top: 0; }
  .site-footer { flex-direction: column; }
  .site-footer nav { flex-wrap: wrap; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 2.85rem; }
  .space-heading h2,
  .home-copy h2,
  .direction-heading h2,
  .profile-section h2 { font-size: 2.6rem; }
  .contact-heading h2 { font-size: 3.2rem; }
  .site-footer nav { gap: .8rem; }
}
