:root {
  --navy-950: #07111f;
  --navy-900: #0a1830;
  --navy-800: #10213f;
  --navy-700: #183157;
  --gold-500: #c8a66a;
  --gold-300: #e5cfaa;
  --ivory-100: #f4efe7;
  --beige-200: #dfd3c2;
  --slate-400: #92a0b4;
  --white: #ffffff;
  --shadow-lg: 0 24px 80px rgba(6, 13, 24, 0.22);
  --shadow-md: 0 12px 40px rgba(7, 17, 31, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--navy-900);
  background:
    radial-gradient(circle at top left, rgba(200, 166, 106, 0.18), transparent 22%),
    linear-gradient(180deg, #091729 0%, #0d1f39 26%, #f3ede2 26%, #f3ede2 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  background: var(--white);
  color: var(--navy-900);
  padding: 10px 14px;
  border-radius: 999px;
}

.skip-link:focus {
  top: 16px;
}

.environment-note {
  background: rgba(229, 207, 170, 0.14);
  color: var(--ivory-100);
  text-align: center;
  padding: 10px 20px;
  font-size: 0.9rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7, 17, 31, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner,
.hero-grid,
.content-split,
.footer-grid,
.detail-grid,
.cta-band-inner {
  display: grid;
  gap: 28px;
}

.header-inner {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 18px 0;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}

.brand-name,
.footer-title {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand-tag {
  display: block;
  color: var(--gold-300);
  font-size: 0.9rem;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.9);
}

.nav-item {
  position: relative;
}

.nav-item > a,
.footer-links a,
.header-cta a,
.site-footer a {
  transition: color 180ms ease;
}

.nav-item > a:hover,
.footer-links a:hover,
.header-cta a:hover,
.site-footer a:hover {
  color: var(--gold-300);
}

.nav-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 240px;
  display: none;
  flex-direction: column;
  padding: 14px;
  background: rgba(10, 24, 48, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  display: flex;
}

.phone-link {
  color: var(--ivory-100);
  font-size: 0.95rem;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  border: 1px solid transparent;
}

.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(200, 166, 106, 0.35);
  outline-offset: 3px;
}

.button-gold {
  background: linear-gradient(135deg, #d3b57f, #b98d48);
  color: var(--navy-950);
  box-shadow: var(--shadow-md);
}

.button-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.hero {
  padding: 76px 0 54px;
  color: var(--white);
}

.hero-grid,
.detail-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: stretch;
}

.hero-copy h1,
.section-heading h2,
.detail-copy h1,
.article-shell h1,
.centered-panel h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.hero-body,
.lead,
.section-copy {
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions,
.cta-band-actions,
.form-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-aside,
.hero-panel,
.editorial-panel,
.side-panel,
.centered-panel,
.card,
.trust-card,
.faq-card,
.intake-form {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
}

.hero-panel,
.editorial-panel,
.side-panel,
.centered-panel,
.faq-card,
.trust-card,
.intake-form,
.card-body,
.article-shell {
  padding: 28px;
}

.hero-panel-title,
.kicker,
.card-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--gold-300);
}

.page-eyebrow {
  padding-top: 42px;
  color: var(--gold-300);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.section {
  padding: 40px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading h2,
.detail-copy h1,
.article-shell h1,
.centered-panel h1,
.editorial-panel h3,
.faq-card h3,
.card h3 {
  color: var(--navy-950);
}

.section-copy,
.detail-copy p,
.editorial-panel p,
.card p,
.faq-card p,
.trust-card p,
.article-shell p,
.small-copy,
.side-note,
.contact-details p {
  color: #20314b;
  line-height: 1.75;
}

.card-grid,
.trust-grid {
  display: grid;
  gap: 22px;
}

.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asset-slot {
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 6px);
  background: linear-gradient(135deg, rgba(10, 24, 48, 0.92), rgba(24, 49, 87, 0.74));
}

.skyline-slot img,
.asset-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inline-list,
.bullet-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #20314b;
  line-height: 1.7;
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-card {
  background: var(--white);
}

.trust-value {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.1rem;
  color: var(--navy-900);
}

.cta-band {
  padding: 28px 0 72px;
}

.cta-band-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 32px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--navy-900), #132849);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}

.site-footer {
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.8);
  padding: 40px 0 56px;
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.intake-form {
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.full-span {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: var(--navy-950);
}

input,
select,
textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #c9d0db;
  padding: 14px 16px;
  font: inherit;
}

small {
  min-height: 1.2em;
  color: #b02b2b;
}

.consent-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin-top: 18px;
  align-items: start;
}

.consent-row input {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.form-status {
  min-height: 1.5em;
  margin-top: 16px;
  color: var(--navy-900);
}

.honeypot,
.tracking-fields {
  display: none;
}

.dev-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 4px solid var(--gold-500);
  background: rgba(200, 166, 106, 0.12);
  border-radius: 0 12px 12px 0;
  color: #21314d;
}

.article-shell,
.editorial-panel,
.centered-panel,
.faq-card {
  background: var(--white);
}

.centered-panel {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 960px) {
  .header-inner,
  .hero-grid,
  .content-split,
  .footer-grid,
  .detail-grid,
  .cta-band-inner,
  .two-up,
  .three-up,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    display: none;
  }

  .header-cta {
    justify-content: flex-end;
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(200, 166, 106, 0.18), transparent 32%),
      linear-gradient(180deg, #091729 0%, #0d1f39 24%, #f3ede2 24%, #f3ede2 100%);
  }

  .header-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-copy h1,
  .section-heading h2,
  .detail-copy h1,
  .article-shell h1,
  .centered-panel h1 {
    font-size: clamp(2.4rem, 11vw, 4rem);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}
