:root {
  --ink: #0d1b2a;
  --ink-soft: #32465a;
  --paper: #f4f0e9;
  --paper-bright: #fbfaf7;
  --accent: #e8b04a;
  --accent-dark: #b37a18;
  --line: rgba(13, 27, 42, .16);
  --white-line: rgba(255, 255, 255, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 2; color: #fff; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; line-height: 1.05; }
.brand small { font-size: 9px; letter-spacing: .18em; opacity: .68; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 11px; letter-spacing: .02em; }
nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
nav a { opacity: .8; transition: opacity .2s ease; }
nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: 10px 15px; opacity: 1; }
.hero { position: relative; overflow: hidden; min-height: 720px; padding: 180px 0 120px; color: #fff; background: radial-gradient(circle at 78% 30%, rgba(42, 88, 115, .8), transparent 33%), linear-gradient(120deg, #08111d 0%, #0d1b2a 53%, #15354a 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, black, transparent 85%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 18px; color: var(--accent-dark); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.hero .eyebrow { color: var(--accent); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; line-height: .98; }
h1 { font-size: clamp(52px, 6vw, 84px); }
h1 em { color: var(--accent); font-style: normal; }
.lede { max-width: 490px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; gap: 14px; border-radius: 999px; padding: 14px 20px; font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.button-primary { color: var(--ink); background: var(--accent); }
.button-primary span { font-size: 18px; }
.text-link { color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 7px; color: var(--accent); font-size: 17px; }
.hero-card { position: relative; min-height: 430px; padding: 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.25); background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.03)); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.snapshot-label { position: relative; z-index: 1; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.snapshot-name { position: relative; z-index: 1; margin-top: 100px; color: #fff; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 65px); letter-spacing: -.03em; line-height: .85; }
.snapshot-name span { color: var(--accent); font-size: .5em; letter-spacing: .15em; }
.snapshot-footer { position: absolute; right: 38px; bottom: 32px; left: 38px; display: flex; justify-content: space-between; padding-top: 13px; border-top: 1px solid var(--white-line); color: rgba(255,255,255,.64); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.orbit { position: absolute; border: 1px solid rgba(232,176,74,.4); border-radius: 50%; }
.orbit-one { width: 420px; height: 420px; top: 42px; right: -170px; }
.orbit-two { width: 290px; height: 290px; top: 106px; right: -104px; }
.section { padding: 120px 0; }
.section-light { background: var(--paper-bright); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
h2 { font-size: clamp(42px, 5vw, 64px); }
.body-copy { color: var(--ink-soft); font-size: 17px; line-height: 1.75; }
.body-copy p { margin: 0 0 20px; }
.section-dark { color: #fff; background: var(--ink); }
.eyebrow-muted { color: var(--accent); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.details-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--white-line); }
.detail-card { min-height: 170px; padding: 25px; border-right: 1px solid var(--white-line); background: rgba(255,255,255,.03); }
.detail-card:last-child { border-right: 0; }
.detail-card span { display: block; margin-bottom: 28px; color: rgba(255,255,255,.52); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.detail-card strong { display: block; color: #fff; font-family: Georgia, serif; font-size: 21px; font-weight: 400; line-height: 1.25; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact-section h2 { margin-bottom: 24px; }
.address-card { padding: 28px 30px; border-left: 3px solid var(--accent); color: var(--ink-soft); font-size: 17px; font-style: normal; line-height: 1.8; }
.address-label { display: block; margin-bottom: 14px; color: var(--ink); font-family: Georgia, serif; font-size: 22px; }
.contact-link { color: var(--ink); text-decoration-color: var(--accent); text-underline-offset: 4px; }
.contact-link:hover { color: var(--accent-dark); }
.site-footer { color: rgba(255,255,255,.58); background: #08111d; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-wrap { display: flex; justify-content: space-between; padding: 24px 0; }
@media (max-width: 820px) {
  .container { width: min(100% - 34px, 600px); }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding: 145px 0 80px; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-card { min-height: 330px; }
  .snapshot-name { margin-top: 80px; }
  .section { padding: 80px 0; }
  .section-heading { display: block; }
  .details-grid { grid-template-columns: 1fr 1fr; }
  .detail-card:nth-child(2) { border-right: 0; }
  .detail-card:nth-child(-n+2) { border-bottom: 1px solid var(--white-line); }
  .footer-wrap { display: block; }
  .footer-wrap span { display: block; margin: 4px 0; }
}
@media (max-width: 480px) {
  h1 { font-size: 50px; }
  .details-grid { grid-template-columns: 1fr; }
  .detail-card { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--white-line); }
  .detail-card:last-child { border-bottom: 0; }
  .detail-card:nth-child(-n+2) { border-bottom: 1px solid var(--white-line); }
}
