:root {
  --navy: #101d3a;
  --navy-soft: #17284d;
  --gold: #c79625;
  --gold-dark: #8f6818;
  --white: #faf9f6;
  --paper: #ffffff;
  --light-grey: #f2f2ef;
  --text: #252a32;
  --text-grey: #575a60;
  --border: rgba(16, 29, 58, 0.14);
  --shadow: 0 24px 70px rgba(16, 29, 58, 0.08);
  --sans: Inter, Manrope, "Helvetica Neue", Arial, sans-serif;
  --serif: "Cormorant Garamond", "DM Serif Display", Georgia, serif;
  --container: min(100% - 40px, 1240px);
  --section: clamp(4.5rem, 10vw, 9.5rem);
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: local("Inter");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold-dark); }
button, input, textarea, select { font: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 0.75rem 1rem;
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.container { width: var(--container); margin: 0 auto; }
.narrow { max-width: 820px; }
.section { padding: var(--section) 0; }
.section-heading { max-width: 780px; margin-bottom: clamp(2.25rem, 5vw, 4.5rem); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}
h1 { font-size: clamp(3rem, 9vw, 7.5rem); max-width: 900px; }
h2 { font-size: clamp(2.35rem, 5.8vw, 5rem); max-width: 920px; }
h3 {
  color: var(--navy);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
p { color: var(--text-grey); }

.eyebrow {
  color: var(--gold-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0.85rem clamp(1.25rem, 4vw, 4rem);
  background: rgba(250, 249, 246, 0.86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background-color 180ms ease;
}
.site-header.is-scrolled {
  background: rgba(250, 249, 246, 0.94);
  border-bottom-color: rgba(16, 29, 58, 0.09);
}
.brand img { width: clamp(174px, 22vw, 260px); }

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}
.site-nav a { padding: 0.35rem 0; }
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-grey);
}
.language-switch strong { color: var(--gold-dark); }
.nav-cta {
  min-height: 44px;
  padding: 0.7rem 1.15rem !important;
  border: 1px solid var(--gold);
  color: var(--navy);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--border);
  background: transparent;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
}

.hero { padding-top: clamp(4rem, 7vw, 7rem); }
.hero h1 { font-size: clamp(2.75rem, 7.4vw, 6.35rem); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.78fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}
.hero-line {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 4vw, 3.2rem);
  line-height: 1.05;
}
.lead { max-width: 720px; font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.25rem;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.1;
}
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { background: #d7a936; color: var(--navy); }
.button-secondary { border-color: rgba(16, 29, 58, 0.28); color: var(--navy); }

.hero-visual {
  position: relative;
  min-height: clamp(360px, 52vw, 620px);
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, var(--light-grey) 100%);
  border: 1px solid rgba(16, 29, 58, 0.08);
}
.compass-mark {
  position: absolute;
  width: 78%;
  max-width: 520px;
  top: 50%;
  left: 50%;
  opacity: 0.9;
  transform: translate(-50%, -50%);
}
.horizon-lines {
  position: absolute;
  inset: 14%;
  border-top: 1px solid rgba(199, 150, 37, 0.55);
  border-bottom: 1px solid rgba(16, 29, 58, 0.1);
}

.positioning { background: var(--paper); }
.positioning p:not(.eyebrow) { font-size: clamp(1.05rem, 1.8vw, 1.35rem); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.service-card {
  min-height: 310px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  background: var(--white);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.service-card:hover {
  position: relative;
  z-index: 1;
  background: #fffdf8;
  box-shadow: inset 0 0 0 1px rgba(199, 150, 37, 0.55);
  transform: translateY(-4px);
}
.service-card span,
.process-step span {
  display: block;
  margin-bottom: 2rem;
  color: var(--gold-dark);
  font-weight: 900;
}
.card-line { color: var(--navy); font-weight: 800; line-height: 1.35; }

.dark-section {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}
.dark-section h2,
.dark-section h3,
.dark-section .eyebrow { color: var(--white); }
.dark-section p { color: rgba(250, 249, 246, 0.72); }
.watermark {
  position: absolute;
  right: -12vw;
  bottom: -18vw;
  width: min(72vw, 820px);
  opacity: 0.055;
  pointer-events: none;
}
.why-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
}
.why-grid article {
  border-top: 1px solid rgba(199, 150, 37, 0.62);
  padding-top: 1.35rem;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  position: relative;
}
.process::before {
  content: "";
  position: absolute;
  top: 2.65rem;
  left: 8%;
  right: 8%;
  height: 1px;
  background: rgba(199, 150, 37, 0.55);
}
.process-step {
  position: relative;
  background: var(--white);
  padding: 1rem 0;
}
.process-step span {
  display: inline-grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  margin-bottom: 1.5rem;
  background: var(--white);
  border: 1px solid rgba(199, 150, 37, 0.7);
  border-radius: 50%;
}

.team { background: var(--light-grey); }
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
}
.team-card { background: var(--white); padding: clamp(1.25rem, 3vw, 2rem); }
.team-portrait {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-bottom: 1.5rem;
  object-fit: cover;
  object-position: center top;
  border: 1px solid rgba(16, 29, 58, 0.09);
}
.role { color: var(--gold-dark); font-weight: 800; }

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: rgba(250, 249, 246, 0.97);
  color: var(--navy);
}
.form-row { display: grid; gap: 0.4rem; }
.form-row.full, .contact-form .button, .form-status { grid-column: 1 / -1; }
label { color: var(--navy); font-size: 0.86rem; font-weight: 800; }
input, textarea, select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(16, 29, 58, 0.18);
  background: #fff;
  color: var(--text);
  padding: 0.72rem 0.85rem;
}
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus, .button:focus-visible, a:focus-visible, button:focus-visible {
  outline: 3px solid rgba(199, 150, 37, 0.42);
  outline-offset: 3px;
}
.note { color: var(--gold); font-weight: 800; }
.form-status { min-height: 1.5rem; margin: 0; color: var(--navy); font-weight: 800; }

.site-footer {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  background: #fff;
  border-top: 1px solid var(--border);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr;
  gap: 2rem;
  align-items: start;
}
.site-footer img { width: min(260px, 70vw); margin-bottom: 1rem; }
address, .footer-links { display: grid; gap: 0.45rem; font-style: normal; color: var(--text-grey); }

.legal-page main { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.legal-content { max-width: 860px; }
.legal-content h1 { font-size: clamp(2.6rem, 7vw, 5.6rem); }
.legal-content h2 { margin-top: 2.6rem; font-size: clamp(1.65rem, 3vw, 2.4rem); }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 980px) {
  .hero-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-grid, .process { grid-template-columns: 1fr 1fr; }
  .process::before { display: none; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 40px, 1240px); }
  .site-header { min-height: 68px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed;
    inset: 68px 0 auto 0;
    display: grid;
    gap: 0;
    padding: 1.25rem 1.25rem 2rem;
    background: rgba(250, 249, 246, 0.98);
    border-bottom: 1px solid var(--border);
    transform: translateY(-120%);
    transition: transform 220ms ease;
  }
  .site-nav.is-open { transform: translateY(0); }
  .site-nav a, .language-switch { padding: 0.9rem 0; border-bottom: 1px solid rgba(16, 29, 58, 0.08); }
  .nav-cta { margin-top: 1rem; width: 100%; justify-content: center; border-bottom: 1px solid var(--gold) !important; }
  .legal-page .site-nav {
    position: static;
    display: flex;
    gap: 0.8rem;
    padding: 0;
    background: transparent;
    border: 0;
    transform: none;
    font-size: 0.8rem;
  }
  .legal-page .site-nav a,
  .legal-page .language-switch {
    padding: 0;
    border: 0;
  }
  .button-row, .button { width: 100%; }
  .hero-visual { min-height: 360px; }
  .service-grid, .why-grid, .process, .team-grid, .contact-form { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .form-row.full, .contact-form .button, .form-status { grid-column: auto; }
}
