:root {
  --navy: #0b1e33;
  --navy-2: #122b46;
  --ink: #183047;
  --muted: #637387;
  --gold: #d5a853;
  --gold-soft: #f1e3bf;
  --cream: #fbfaf6;
  --line: #e7e3d9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.topbar { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; background: var(--cream); border-bottom: 1px solid rgba(24,48,71,.08); }
.brand { display: inline-flex; gap: 12px; align-items: center; letter-spacing: .06em; color: var(--navy); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50% 50% 50% 12%; transform: rotate(-18deg); background: var(--gold); color: white; font-size: 17px; }
.brand strong { display: block; font-size: 15px; letter-spacing: .16em; }
.brand small { display: block; margin-top: 1px; color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.top-link { color: var(--navy); font-size: 13px; font-weight: 600; }
.top-link span { color: #a47925; }
.hero { display: grid; grid-template-columns: 1.18fr .82fr; gap: 9vw; align-items: center; min-height: 650px; padding-top: 78px; padding-bottom: 92px; }
.eyebrow { margin: 0 0 18px; color: #a47925; font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--navy); font-family: "Playfair Display", Georgia, serif; line-height: 1.08; }
h1 { max-width: 720px; font-size: clamp(44px, 6vw, 72px); letter-spacing: -.035em; }
h1 em { color: #a47925; font-style: normal; }
.hero-lede { max-width: 590px; margin: 28px 0 30px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(11,30,51,.12); }
.button-gold { background: var(--gold); color: white; }
.button-ghost { border-color: var(--navy); color: var(--navy); }
.button-ghost span { margin-left: 12px; color: var(--gold); font-size: 18px; }
.microcopy { margin-top: 18px; color: var(--muted); font-size: 12px; }
.hero-card { position: relative; padding: 16px; background: var(--navy); color: white; box-shadow: 22px 22px 0 var(--gold-soft); }
.hero-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(241,227,191,.24); pointer-events: none; z-index: 2; }
.logo-image { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.logo-card-caption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 8px 6px; }
.card-kicker, .card-signature { position: relative; margin: 0; color: var(--gold-soft); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.card-signature { font-family: "Playfair Display", Georgia, serif; font-size: 17px; letter-spacing: 0; text-transform: none; }
.services { padding: 105px 0 92px; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .85fr 1.15fr; column-gap: 6vw; align-items: end; margin-bottom: 46px; }
.section-heading h2 { font-size: clamp(36px, 4vw, 54px); }
.section-heading > p:last-child { max-width: 500px; margin: 0; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-card { min-height: 255px; padding: 34px; background: white; border: 1px solid var(--line); }
.service-card-dark { background: var(--navy); border-color: var(--navy); color: white; }
.service-number { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.service-card h3 { margin: 24px 0 12px; font-size: 27px; }
.service-card-dark h3 { color: white; }
.service-card p { max-width: 455px; margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.service-card-dark p { color: #cbd5df; }
.service-card a { color: #a47925; font-size: 13px; font-weight: 700; }
.service-card-dark a { color: var(--gold-soft); }
.service-card a span { margin-left: 8px; font-size: 17px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 20px 34px; padding-top: 30px; color: var(--muted); font-size: 12px; }
.trust-strip b { margin-right: 6px; color: var(--gold); }
.contact { padding: 0 0 92px; }
.contact-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; padding: 64px; background: var(--gold-soft); }
.contact h2 { max-width: 530px; font-size: clamp(36px, 4vw, 52px); }
.contact-inner > div:first-child p:last-child { max-width: 560px; margin: 22px 0 0; color: #5f5b51; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-actions .button-light { border-color: var(--navy); color: var(--navy); }
.contact-actions p { width: 100%; margin: 12px 0 0; color: #756e5d; font-size: 12px; }
.footer { display: flex; justify-content: space-between; padding: 24px 0 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .04em; }
@media (max-width: 800px) {
  .section-shell { width: min(100% - 32px, 620px); }
  .topbar { height: 74px; padding: 0 16px; }
  .top-link { font-size: 0; }
  .top-link span { font-size: 12px; }
  .hero { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding-top: 68px; padding-bottom: 84px; }
  .hero-card { max-width: 510px; box-shadow: 12px 12px 0 var(--gold-soft); }
  .section-heading, .contact-inner { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .contact-inner { padding: 38px 26px; }
  .footer { flex-direction: column; gap: 8px; }
}
@media (max-width: 470px) {
  h1 { font-size: 44px; }
  .hero-card { padding: 12px; }
  .logo-card-caption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .hero-actions, .contact-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
}
