:root {
  --navy: #10233f;
  --navy-soft: #1d3657;
  --coral: #f27868;
  --cream: #f7f3ed;
  --sand: #e9e0d5;
  --ink: #10233f;
  --muted: #6d7480;
  --line: rgba(16, 35, 63, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { max-width: 1240px; margin: 0 auto; padding: 0 48px; }
.nav { height: 100px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 1.12rem; font-weight: 750; letter-spacing: -.045em; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--coral); color: var(--navy); font-family: Georgia, serif; font-size: 18px; font-weight: 700; font-style: italic; line-height: 1; }
.nav-link { color: var(--navy); font-size: .82rem; font-weight: 650; }
.nav-link span { color: var(--coral); font-size: 1.05rem; margin-left: 4px; }
.hero { min-height: 610px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: 54px; padding: 66px 0 100px; }
.hero-copy { max-width: 650px; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--coral); font-size: .71rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 27px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 6vw, 5.9rem); font-weight: 400; letter-spacing: -.075em; line-height: .94; }
h1 em { color: var(--coral); font-style: normal; }
.intro { max-width: 505px; margin-bottom: 34px; color: var(--muted); font-size: 1.02rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 19px; }
.button { display: inline-flex; align-items: center; gap: 27px; padding: 15px 19px 15px 21px; border-radius: 999px; font-size: .83rem; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(16,35,63,.14); }
.button-primary { background: var(--navy); color: var(--cream); }
.button-primary span { color: var(--coral); font-size: 1.2rem; line-height: .7; }
.note { color: var(--muted); font-size: .74rem; }
.table-art { position: relative; width: min(100%, 500px); aspect-ratio: 1; margin: auto; border-radius: 50%; background: var(--sand); box-shadow: inset 0 0 0 1px rgba(16,35,63,.05); }
.table-art::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(16,35,63,.12); border-radius: 50%; }
.orbit { position: absolute; border: 1px solid rgba(16,35,63,.1); border-radius: 50%; }
.orbit-one { inset: 22%; }
.orbit-two { inset: 35%; border-style: dashed; opacity: .75; }
.table-center { position: absolute; inset: 27%; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--coral); font-family: Georgia, serif; font-size: 2.4rem; font-style: italic; box-shadow: 0 18px 40px rgba(16,35,63,.2); }
.plate { position: absolute; display: grid; place-items: center; width: 18%; aspect-ratio: 1; border: 1px solid rgba(16,35,63,.18); border-radius: 50%; background: rgba(247,243,237,.55); }
.plate span { width: 42%; aspect-ratio: 1; border: 1px solid var(--coral); border-radius: 50%; opacity: .8; }
.plate-one { top: 7%; left: 41%; } .plate-two { top: 24%; right: 7%; } .plate-three { bottom: 17%; right: 13%; }
.plate-four { bottom: 6%; left: 40%; } .plate-five { bottom: 25%; left: 8%; } .plate-six { top: 24%; left: 8%; }
.promise { padding: 30px 0 114px; border-top: 1px solid var(--line); }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: end; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4vw, 4.25rem); font-weight: 400; letter-spacing: -.065em; line-height: .99; }
.promise h2 { margin-bottom: 0; }
h2 span { color: var(--coral); }
.promise-grid > p { max-width: 370px; margin-bottom: 4px; color: var(--muted); font-size: .98rem; line-height: 1.7; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding: 78px 0 90px; border-top: 1px solid var(--line); }
.contact h2 { margin-bottom: 0; font-size: clamp(2.35rem, 4vw, 3.6rem); }
.contact-links { display: flex; flex-direction: column; gap: 28px; justify-content: center; }
.contact-links a { width: fit-content; border-bottom: 1px solid var(--navy); font-size: 1rem; font-weight: 700; line-height: 1.8; }
.contact-links span { display: block; color: var(--coral); font-size: .68rem; font-weight: 800; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.footer { display: flex; align-items: center; justify-content: space-between; min-height: 92px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.footer-brand { color: var(--navy); font-size: .95rem; }
.footer-brand .brand-mark { width: 24px; height: 24px; font-size: 15px; }
.footer p { margin: 0; }
.footer-note span { color: var(--coral); }

@media (max-width: 760px) {
  .shell { padding: 0 22px; }
  .nav { height: 78px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 50px; padding: 52px 0 78px; }
  h1 { font-size: clamp(3.05rem, 15vw, 5rem); }
  .intro { font-size: .96rem; }
  .table-art { width: min(88vw, 390px); }
  .promise { padding-bottom: 76px; }
  .promise-grid, .contact { grid-template-columns: 1fr; gap: 34px; }
  .promise-grid > p { max-width: 480px; }
  .contact { padding: 62px 0 72px; }
  .footer { min-height: 110px; flex-wrap: wrap; gap: 14px; padding: 24px 0; }
  .footer-note { width: 100%; order: 3; }
}

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