:root {
  --navy-950: #071827;
  --navy-900: #0b2338;
  --navy-800: #143a59;
  --blue-600: #1971a8;
  --blue-100: #e7f2f8;
  --red-600: #c83f31;
  --red-700: #a92e24;
  --warm-50: #fbfaf7;
  --warm-100: #f4f0e8;
  --ink: #172431;
  --muted: #556575;
  --line: #d8e0e6;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(7, 24, 39, 0.14);
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--warm-50);
  color: var(--ink);
}

a {
  color: var(--blue-600);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--red-700);
}

a:focus-visible {
  outline: 3px solid #f0a43c;
  outline-offset: 4px;
  border-radius: 0.2rem;
}

.skip-link {
  position: absolute;
  z-index: 20;
  top: -5rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--navy-950);
  font-weight: 800;
}

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

.shell {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  background: var(--navy-950);
  color: var(--white);
  border-bottom: 4px solid var(--red-600);
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  color: var(--white);
  text-decoration: none;
}

.wordmark-kicker {
  color: #b9d5e6;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wordmark-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 700;
  line-height: 1.1;
}

.location {
  color: #d8e6ef;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background:
    radial-gradient(circle at 84% 24%, rgba(45, 137, 185, 0.28), transparent 24rem),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  right: -6rem;
  bottom: 2.5rem;
  width: min(44vw, 36rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 -32px 0 rgba(255, 255, 255, 0.12),
    0 32px 0 rgba(255, 255, 255, 0.12);
  transform: rotate(-8deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.8fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--red-600);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f2a49c;
}

h1,
h2 {
  margin-top: 0;
  color: var(--navy-950);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  max-width: 850px;
  margin-bottom: 1.5rem;
  color: var(--white);
  font-size: clamp(2.7rem, 6.4vw, 5.6rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.025em;
}

.hero-copy {
  max-width: 760px;
  margin: 0;
  color: #dce9f1;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.7;
}

.hero-copy strong {
  color: var(--white);
}

.actions {
  margin-top: 2.1rem;
}

.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.85rem 1.15rem;
  border: 2px solid transparent;
  border-radius: 0.35rem;
  background: var(--red-600);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  transition:
    background 150ms ease,
    transform 150ms ease;
}

.primary-action:hover {
  background: var(--red-700);
  color: var(--white);
  transform: translateY(-1px);
}

.domain-card {
  padding: clamp(1.6rem, 4vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.card-label {
  margin: 0 0 1.8rem;
  color: #a9d1e7;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.domain-card h2 {
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

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

.check-list li {
  position: relative;
  padding-left: 1.65rem;
  color: #e6f0f5;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #f2a49c;
  box-shadow: 0 0 0 4px rgba(242, 164, 156, 0.12);
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.section-tinted {
  background: var(--blue-100);
  border-block: 1px solid #cadde8;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.25fr);
  gap: clamp(2.5rem, 8vw, 7rem);
}

.section-intro,
.prose {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.prose p:first-child {
  margin-top: 0;
}

.fact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
}

.fact-list div {
  padding: 1.35rem 1rem 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.fact-list div:nth-child(even) {
  padding-left: 1.3rem;
  border-left: 1px solid var(--line);
}

dt {
  margin-bottom: 0.32rem;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

dd {
  margin: 0;
  color: var(--navy-950);
  font-weight: 720;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 0.7rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.roadmap-section {
  background: var(--navy-950);
  color: var(--white);
}

.roadmap-section h2 {
  color: var(--white);
}

.roadmap-section .section-intro {
  color: #b9cbd8;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.25fr);
  gap: clamp(2.5rem, 8vw, 7rem);
  align-items: start;
}

.roadmap-list {
  display: grid;
  gap: 1rem;
}

.roadmap-list article {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1rem;
  padding: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.06);
}

.roadmap-list article > span {
  color: #f2a49c;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.roadmap-list h3 {
  margin: 0 0 0.35rem;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.roadmap-list p {
  margin: 0;
  color: #c6d5df;
  line-height: 1.65;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
  margin: 0;
}

.hero-compact {
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

.hero-compact h1 {
  max-width: 920px;
  font-size: clamp(2.5rem, 5.5vw, 4.7rem);
}

.verification-hero {
  position: relative;
  z-index: 1;
}

.verification-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.75fr);
  gap: clamp(2.8rem, 8vw, 7rem);
  align-items: start;
}

.verification-copy {
  font-size: 1.08rem;
  line-height: 1.8;
}

.verification-copy p {
  color: var(--muted);
}

.verification-copy .primary-action {
  margin-top: 1rem;
}

.verification-record {
  padding: clamp(1.5rem, 4vw, 2.2rem);
  border-top: 5px solid var(--red-600);
  background: var(--white);
  box-shadow: var(--shadow);
}

.verification-record h2 {
  font-size: 1.7rem;
}

.stacked-facts {
  margin: 0;
}

.stacked-facts div {
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
}

.site-footer {
  padding: 2rem 0;
  background: var(--navy-950);
  color: #b9c9d4;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.footer-inner p {
  margin: 0;
  font-size: 0.85rem;
}

@media (max-width: 820px) {
  .hero-grid,
  .split-grid,
  .contact-panel,
  .roadmap-grid,
  .verification-layout {
    grid-template-columns: 1fr;
  }

  .domain-card {
    max-width: 520px;
  }

  .fact-list {
    grid-template-columns: 1fr;
  }

  .fact-list div:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 1.4rem, 1120px);
  }

  .header-inner {
    min-height: 82px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.25rem;
  }

  .location {
    font-size: 0.8rem;
  }

  .hero {
    padding-block: 4rem;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.7rem);
  }

  .primary-action {
    width: 100%;
  }

  .contact-list {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    gap: 0.45rem;
  }
}

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

  .primary-action {
    transition: none;
  }
}
