:root {
  --navy: #071526;
  --navy-soft: #0d2036;
  --graphite: #20242a;
  --ink: #121820;
  --muted: #66717f;
  --line: #d9dee5;
  --white: #ffffff;
  --paper: #f7f7f4;
  --gold: #c8a45d;
  --gold-soft: #ead9b4;
  --shadow: 0 24px 70px rgba(7, 21, 38, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 92px;
}

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.6;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -10rem;
  z-index: 10;
  padding: 0.75rem 1rem;
  background: var(--gold);
  color: var(--navy);
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(7, 21, 38, 0.94);
  color: var(--white);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(200, 164, 93, 0.7);
  color: var(--gold-soft);
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.nav-links {
  display: none;
  gap: 1.25rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.nav-links a,
.text-link {
  text-decoration-color: var(--gold);
  text-underline-offset: 0.25em;
}

.section {
  padding: 72px 0;
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 20% 0%, rgba(200, 164, 93, 0.16), transparent 36%),
    linear-gradient(135deg, var(--navy), var(--navy-soft));
}

.section-muted {
  background: var(--white);
}

.hero {
  padding: 88px 0 72px;
}

.hero-grid,
.feature-grid,
.media-layout,
.two-column,
.business-card,
.footer-grid {
  display: grid;
  gap: 2rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0.6rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 12vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1rem;
}

.role {
  color: var(--gold-soft);
  font-size: 1.1rem;
  font-weight: 700;
}

.tagline {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.3rem, 4vw, 2.2rem);
  line-height: 1.2;
}

.hero-text {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.03rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

.button-primary {
  background: var(--gold);
  color: var(--navy);
}

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

.button-on-light {
  border-color: var(--line);
  color: var(--navy);
}

.hero-panel,
.card,
.resource-card,
.mini-card,
.contact-panel {
  border: 1px solid rgba(200, 164, 93, 0.22);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 1rem;
}

.media-placeholder {
  display: grid;
  min-height: 220px;
  place-items: center;
  border: 1px dashed rgba(200, 164, 93, 0.65);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(200, 164, 93, 0.12));
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.section-muted .media-placeholder,
.section .media-placeholder {
  color: var(--muted);
  background: linear-gradient(135deg, #f4f0e8, #ffffff);
}

.asset-image {
  display: block;
  width: 100%;
  border: 1px solid rgba(200, 164, 93, 0.22);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(200, 164, 93, 0.12));
  box-shadow: var(--shadow);
  object-fit: cover;
}

.portrait-image {
  aspect-ratio: 4 / 5;
  object-position: center top;
}

.logo-image {
  padding: 2rem;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: var(--navy);
}

.contact-list {
  display: grid;
  gap: 0.9rem;
  margin: 1rem 0 0;
}

.contact-list div {
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

dt {
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

dd {
  margin: 0.2rem 0 0;
}

.rich-copy p,
.feature-copy p,
.section-note,
.business-card p,
.contact-panel p {
  color: var(--muted);
}

.section-dark .section-note {
  color: rgba(255, 255, 255, 0.72);
}

.card-grid,
.audience-grid,
.resource-grid {
  display: grid;
  gap: 1rem;
}

.card,
.resource-card,
.mini-card {
  padding: 1.25rem;
  background: var(--white);
}

.card p,
.resource-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.asset-stack {
  display: grid;
  gap: 1rem;
}

.product-placeholder,
.product-image {
  min-height: 320px;
}

.product-image {
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: 1.25rem;
  background: linear-gradient(135deg, #f4f0e8, #ffffff);
}

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

.audience-grid span {
  padding: 1rem;
  border: 1px solid rgba(200, 164, 93, 0.3);
  color: var(--gold-soft);
  font-weight: 800;
}

.video-placeholder {
  min-height: 340px;
}

.video-frame {
  padding: 1rem;
  border: 1px solid rgba(200, 164, 93, 0.22);
  background: var(--white);
  box-shadow: var(--shadow);
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--navy);
}

.video-frame p {
  margin: 1rem 0 0;
  color: var(--muted);
}

.resource-card audio {
  width: 100%;
  margin-top: 1rem;
}

.resource-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.18rem 0.45rem;
  background: var(--navy);
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.check-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.check-list li {
  padding-left: 1.6rem;
  position: relative;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--gold);
}

.mini-card {
  display: grid;
  gap: 0.45rem;
  border-color: var(--line);
}

.contact-section {
  background: var(--graphite);
  color: var(--white);
}

.contact-panel {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  padding: 36px 0;
  background: #050b13;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer strong,
.site-footer span {
  display: block;
  color: var(--white);
}

.site-footer a {
  color: var(--gold-soft);
}

@media (min-width: 720px) {
  .nav-links {
    display: flex;
  }

  .hero-grid,
  .feature-grid,
  .media-layout,
  .two-column,
  .business-card,
  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }

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

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

@media (min-width: 980px) {
  .hero {
    padding: 120px 0 96px;
  }

  .section {
    padding: 96px 0;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
