:root {
  --navy: #071722;
  --navy-soft: #0e2634;
  --paper: #eef1ed;
  --ink: #12232c;
  --amber: #f2a94a;
  --line: rgba(255,255,255,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; background: #fff; color: var(--ink); padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 5;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.7rem clamp(1.25rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { position: relative; display: block; width: 36px; height: 28px; overflow: hidden; }
.brand-mark span { position: absolute; width: 31px; height: 13px; border: 3px solid var(--amber); border-color: var(--amber) transparent transparent transparent; border-radius: 50%; transform: rotate(-8deg); left: 1px; }
.brand-mark span:first-child { top: 4px; }
.brand-mark span:last-child { top: 13px; left: 6px; }
.brand-name { font-family: "Barlow Condensed", sans-serif; font-size: 1.35rem; letter-spacing: .08em; }
.brand-name b { color: var(--amber); }
.header-contact { font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-underline-offset: .35rem; }

.hero { position: relative; min-height: 92vh; display: grid; align-items: center; overflow: hidden; padding: 8.5rem clamp(1.25rem, 8vw, 8.5rem) 5rem; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(4,17,26,.98) 0%, rgba(4,17,26,.82) 35%, rgba(4,17,26,.22) 67%, rgba(4,17,26,.25) 100%), linear-gradient(0deg, rgba(4,17,26,.72), transparent 40%); }
.hero-content { position: relative; z-index: 2; max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1rem; font-size: .78rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; color: #d8e3e6; }
.eyebrow span { width: 2.5rem; height: 2px; background: var(--amber); }
h1, h2 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; line-height: .88; letter-spacing: -.02em; }
h1 { margin: 0; font-size: clamp(4.7rem, 10vw, 9rem); }
h1 em { color: var(--amber); font-style: normal; }
.intro { max-width: 590px; margin: 2rem 0 2.3rem; font-size: clamp(1rem, 1.5vw, 1.22rem); color: #dae4e6; }
.primary-button { display: inline-flex; align-items: center; gap: 1.3rem; background: var(--amber); color: var(--navy); padding: 1rem 1.2rem 1rem 1.35rem; text-decoration: none; font-weight: 700; letter-spacing: .03em; transition: transform .2s ease, background .2s ease; }
.primary-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.primary-button:hover { transform: translateY(-3px); background: #ffc16d; }
.primary-button:focus-visible, .header-contact:focus-visible, .text-link:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.location { position: absolute; z-index: 2; right: clamp(1.25rem, 5vw, 5rem); bottom: 1.6rem; margin: 0; font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; color: #c8d3d6; }
.location span { color: var(--amber); margin: 0 .5rem; }

.promise { position: relative; background: var(--paper); color: var(--ink); display: grid; grid-template-columns: minmax(230px, .8fr) minmax(300px, 1fr); gap: clamp(3rem, 9vw, 9rem); padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 8vw, 8.5rem); }
.section-number { position: absolute; right: 4vw; top: 1rem; font-family: "Barlow Condensed", sans-serif; font-size: clamp(6rem, 15vw, 13rem); line-height: 1; color: rgba(7,23,34,.055); }
.eyebrow.dark { color: #53636b; }
.promise h2 { position: relative; margin: 1.3rem 0 0; font-size: clamp(3.2rem, 6vw, 6rem); }
.promise-copy { position: relative; align-self: end; max-width: 600px; font-size: 1.05rem; }
.promise-copy p:first-child { font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.5; font-weight: 500; }
.text-link { display: inline-block; margin-top: 1rem; color: var(--ink); font-weight: 700; text-decoration-color: var(--amber); text-decoration-thickness: 3px; text-underline-offset: .45rem; }
.text-link span { color: #9b641b; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem, 5vw, 5rem); color: #bbc9cd; font-size: .8rem; letter-spacing: .06em; }
footer p { margin: 0; text-align: center; }
footer > a:last-child { justify-self: end; text-underline-offset: .3rem; }
.footer-brand { color: #fff; }

@media (max-width: 760px) {
  .site-header { padding-top: 1.2rem; padding-bottom: 1.2rem; }
  .hero { min-height: 88svh; padding-top: 7.5rem; align-items: end; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,17,26,.97) 8%, rgba(4,17,26,.75) 55%, rgba(4,17,26,.25)); }
  h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .intro { margin: 1.4rem 0 1.8rem; }
  .location { display: none; }
  .promise { grid-template-columns: 1fr; gap: 2.2rem; }
  .promise-copy { align-self: start; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p { text-align: left; }
  footer > a:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary-button { transition: none; }
}
