:root {
  --navy: #071c33;
  --navy-2: #0b2d4d;
  --gold: #d4a62a;
  --gold-light: #f1d378;
  --cream: #f7f3e9;
  --white: #fff;
  --ink: #142231;
  --muted: #637180;
  --line: rgba(7, 28, 51, .15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 88px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 156px; height: 68px; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.4rem); }
nav a { text-decoration: none; font-size: .9rem; font-weight: 600; }
.nav-cta { padding: .65rem 1rem; border: 1px solid var(--gold); color: var(--gold-light); }
.menu-button { display: none; color: white; background: transparent; border: 1px solid rgba(255,255,255,.5); padding: .5rem .75rem; font: inherit; }
.hero { min-height: 760px; height: 92vh; max-height: 960px; position: relative; color: white; display: flex; align-items: center; overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,16,29,.96) 0%, rgba(4,23,41,.78) 48%, rgba(4,23,41,.08) 82%); }
.hero-content { width: min(760px, 82vw); margin-left: clamp(1.25rem, 8vw, 8rem); position: relative; padding-top: 5rem; }
.eyebrow { margin: 0 0 1.25rem; color: var(--gold-light); text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 700; }
.eyebrow.navy { color: var(--navy-2); }
.eyebrow.gold { color: var(--gold-light); }
h1, h2 { font-family: "Playfair Display", serif; line-height: 1.04; margin: 0; letter-spacing: -.03em; }
h1 { font-size: clamp(3.1rem, 6vw, 6.8rem); max-width: 900px; }
h1 em { color: var(--gold-light); font-style: italic; }
.hero-copy { max-width: 610px; margin: 1.7rem 0 2rem; font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.3rem; text-decoration: none; font-weight: 700; }
.button-gold { background: var(--gold); color: var(--navy); }
.button-ghost { border: 1px solid rgba(255,255,255,.6); }
.hero-note { position: absolute; right: 0; bottom: 0; width: min(380px, 40vw); background: var(--gold); color: var(--navy); padding: 1.4rem 2rem; display: flex; gap: 1rem; align-items: center; }
.hero-note span { font-family: "Playfair Display", serif; font-size: 2rem; opacity: .55; }
.hero-note p { margin: 0; }
.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 8rem); }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 10vw, 9rem); background: var(--cream); }
h2 { color: var(--navy); font-size: clamp(2.6rem, 4.5vw, 5.2rem); }
.intro-copy { padding-top: 2.8rem; font-size: 1.14rem; }
.intro-copy p:first-child { font-size: 1.35rem; color: var(--navy); }
.services { background: var(--navy); color: white; }
.services h2, .contact h2 { color: white; }
.section-heading { max-width: 740px; margin-bottom: 4rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.18); }
.service-card { min-height: 365px; padding: clamp(1.5rem, 3vw, 3rem); display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); }
.service-card:last-child { border-right: 0; }
.service-card.featured { background: var(--navy-2); }
.service-number { color: var(--gold-light); font-family: "Playfair Display", serif; font-size: 1.35rem; }
.service-card h3 { margin: 3.8rem 0 1rem; font: 600 clamp(1.55rem, 2.2vw, 2.25rem)/1.2 "Playfair Display", serif; }
.service-card p { color: rgba(255,255,255,.7); }
.service-card a { margin-top: auto; padding-top: 2rem; color: var(--gold-light); text-decoration: none; font-weight: 700; }
.process { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 9rem); background: white; }
.process-copy > p:last-child { font-size: 1.15rem; max-width: 550px; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.steps span { color: var(--gold); font: 700 1.15rem "Playfair Display", serif; }
.steps h3 { margin: 0 0 .35rem; color: var(--navy); font: 700 1.6rem "Playfair Display", serif; }
.steps p { margin: 0; color: var(--muted); }
.contact { background: var(--navy-2); color: white; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 9vw, 9rem); align-items: end; }
.contact-main > p:last-child { font-size: 1.12rem; color: rgba(255,255,255,.72); }
.contact-links { border-top: 1px solid rgba(255,255,255,.2); }
.contact-links a { display: block; padding: 1.4rem 0; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.2); overflow-wrap: anywhere; }
.contact-links span { display: block; color: var(--gold-light); font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; }
.contact-links strong { font-size: clamp(1.05rem, 1.7vw, 1.4rem); }
footer { background: #041321; color: rgba(255,255,255,.7); padding: 2.5rem clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; font-size: .85rem; }
.footer-brand { color: white; }
.footer-brand img { width: 168px; height: 92px; }
@media (max-width: 850px) {
  .site-header { height: 76px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 1.4rem; background: var(--navy); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 700px; height: auto; }
  .hero-content { margin: 0 1.25rem; width: auto; padding: 10rem 0 8rem; }
  .hero-note { width: 100%; max-width: 320px; }
  .intro, .process, .contact { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .service-card:last-child { border-bottom: 0; }
  footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 500px) {
  .brand img { width: 126px; height: 62px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-actions .button { width: 100%; }
  .hero-note { display: none; }
  .section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
