:root {
  --navy: #10243c;
  --navy-deep: #071323;
  --navy-soft: #18314f;
  --gold: #b89144;
  --gold-soft: #d6bd7a;
  --ivory: #f8f2e5;
  --ivory-deep: #ece1cc;
  --silver: #c6c9cc;
  --charcoal: #1d242d;
  --text: #243041;
  --muted: #68727f;
  --white: #fffaf0;
  --shadow: 0 28px 70px rgba(5, 13, 25, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--navy-deep);
}

body {
  margin: 0;
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background:
    linear-gradient(180deg, rgba(7, 19, 35, 0.96), rgba(16, 36, 60, 0.9) 36%, var(--ivory) 36%),
    var(--ivory);
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 4px;
}

.site-header {
  display: flex;
  justify-content: center;
  padding: 22px clamp(18px, 4vw, 56px);
  color: var(--ivory);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-emblem {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(214, 189, 122, 0.78);
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  letter-spacing: 0;
  transform: rotate(45deg);
}

.brand-emblem {
  line-height: 1;
}

.brand-emblem span {
  transform: rotate(-45deg);
}

.hero {
  color: var(--ivory);
  padding: clamp(44px, 8vw, 104px) clamp(18px, 4vw, 56px) clamp(60px, 9vw, 116px);
  text-align: center;
}

.hero__inner,
.section-shell {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.eyebrow,
.section-kicker,
.launch-line,
.coming-soon__inner p {
  margin: 0;
  font-size: clamp(0.76rem, 0.7rem + 0.25vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  color: var(--gold-soft);
}

h1 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 13vw, 10rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tagline {
  margin: 20px 0 0;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 4vw, 3.55rem);
  line-height: 1.08;
}

.launch-line {
  margin-top: 24px;
  color: var(--ivory);
}

.intro {
  width: min(790px, 100%);
  margin: 24px auto 0;
  color: rgba(248, 242, 229, 0.82);
  font-size: clamp(1rem, 0.94rem + 0.28vw, 1.18rem);
}

.banner-section {
  padding: 0 clamp(18px, 4vw, 56px) clamp(54px, 8vw, 96px);
  margin-top: clamp(-42px, -5vw, -20px);
}

.banner-section .section-kicker {
  margin-bottom: 18px;
  color: var(--navy);
  text-align: center;
}

.banner-frame {
  margin: 0;
  border: 1px solid rgba(184, 145, 68, 0.45);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(248, 242, 229, 0.96), rgba(236, 225, 204, 0.9)),
    var(--ivory);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.banner-image {
  display: block;
  width: 100%;
  height: auto;
  background: var(--navy-deep);
}

figcaption {
  padding: 16px clamp(18px, 3vw, 28px) 20px;
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

.brand-message {
  padding: clamp(44px, 7vw, 82px) clamp(18px, 4vw, 56px);
  background: var(--white);
  border-block: 1px solid rgba(184, 145, 68, 0.22);
}

.message-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

h2 {
  margin: 10px 0 0;
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.6vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.message-grid p:last-child {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(1rem, 0.92rem + 0.32vw, 1.16rem);
}

.coming-soon {
  padding: clamp(48px, 8vw, 96px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(180deg, var(--ivory), var(--ivory-deep));
}

.coming-soon__inner {
  display: grid;
  width: min(820px, 100%);
  margin-inline: auto;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(16px, 4vw, 36px);
  align-items: center;
}

.coming-soon__inner span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.coming-soon__inner p {
  color: var(--navy);
  font-size: clamp(1rem, 1vw + 0.86rem, 1.55rem);
}

.site-footer {
  padding: 26px clamp(18px, 4vw, 56px);
  color: rgba(248, 242, 229, 0.7);
  text-align: center;
  background: var(--navy-deep);
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

@media (max-width: 760px) {
  .site-header {
    justify-content: flex-start;
  }

  .hero {
    text-align: left;
  }

  .intro {
    margin-inline: 0;
  }

  .banner-section .section-kicker {
    text-align: left;
  }

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

@media (max-width: 420px) {
  .brand-mark {
    gap: 10px;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
  }

  h1 {
    font-size: clamp(3.1rem, 18vw, 4rem);
  }

  .coming-soon__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
