:root {
  --navy-950: #07091a;
  --navy-900: #0d1030;
  --navy-850: #131838;
  --gold-500: #c9a84c;
  --gold-400: #e8c96a;
  --ivory-100: #f0eeea;
  --text-soft: rgba(240, 238, 234, 0.72);
  --text-faint: rgba(240, 238, 234, 0.48);
  --line: rgba(201, 168, 76, 0.16);
  --shell: 1120px;
  --reading: 700px;
  --header-height: 82px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top, rgba(201, 168, 76, 0.08), transparent 24%),
    linear-gradient(180deg, #090b1c 0%, #07091a 100%);
  color: var(--ivory-100);
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  line-height: 1.8;
}

a {
  color: inherit;
}

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

.site-shell {
  width: min(calc(100% - 48px), var(--shell));
  margin: 0 auto;
}

.reading-column {
  width: min(100%, var(--reading));
  margin: 0 auto;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  padding: 10px 14px;
  background: var(--gold-500);
  color: var(--navy-950);
  z-index: 200;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  background: rgba(7, 9, 26, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.08);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 100%;
}

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

.brand-logo {
  height: 62px;
  width: auto;
  object-fit: contain;
  mix-blend-mode: screen;
}

.header-nav,
.footer-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-nav a,
.footer-nav a {
  color: var(--text-soft);
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-nav a:hover,
.footer-nav a:hover,
.header-nav a:focus-visible,
.footer-nav a:focus-visible,
.button-primary:hover,
.button-primary:focus-visible,
.newsletter-row input:focus,
.newsletter-row button:hover,
.newsletter-row button:focus-visible {
  outline: none;
  color: var(--ivory-100);
}

.hero {
  padding: calc(20px + var(--header-height)) 0 104px;
}

.hero-inner {
  width: min(100%, 680px);
  margin: 0 auto;
  text-align: center;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--gold-500);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.hero h1,
.content-section h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--ivory-100);
}

.hero h1 {
  max-width: 8.8em;
  font-size: clamp(3.5rem, 8vw, 6.3rem);
  line-height: 1.04;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-wrap: balance;
  margin-left: auto;
  margin-right: auto;
}

.hero-copy {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  color: var(--text-soft);
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 34px;
  padding: 0 24px;
  border: 1px solid rgba(201, 168, 76, 0.34);
  background: rgba(201, 168, 76, 0.08);
  color: var(--ivory-100);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: rgba(201, 168, 76, 0.14);
  border-color: rgba(201, 168, 76, 0.48);
}

.content-section {
  padding: 96px 0;
}

.content-section-muted {
  background: rgba(13, 16, 48, 0.48);
}

.content-section-emphasis {
  background: linear-gradient(180deg, rgba(19, 24, 56, 0.82) 0%, rgba(11, 13, 33, 0.7) 100%);
}

.content-section h2 {
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.section-body {
  margin-top: 28px;
}

.section-logo-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
}

.section-logo {
  width: min(100%, 220px);
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  opacity: 0.9;
}

.section-body p {
  margin: 0 0 22px;
  color: var(--text-soft);
  font-size: 1.02rem;
}

.section-body p:last-child {
  margin-bottom: 0;
}

.section-body-strong p {
  color: rgba(240, 238, 234, 0.8);
}

.newsletter-section {
  border-top: 1px solid rgba(201, 168, 76, 0.08);
}

.newsletter-form {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.newsletter-form > input[type="email"],
.newsletter-form > button {
  min-height: 54px;
  border-radius: 0;
  font: inherit;
}

.newsletter-form > input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 18px;
  border: 1px solid rgba(201, 168, 76, 0.22);
  background: rgba(7, 9, 26, 0.76);
  color: var(--ivory-100);
}

.newsletter-form > input[type="email"]::placeholder {
  color: var(--text-faint);
}

.newsletter-form > input[type="email"]:focus {
  border-color: rgba(201, 168, 76, 0.44);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.08);
}

.newsletter-form > button {
  flex: 0 0 auto;
  padding: 0 20px;
  border: 1px solid rgba(201, 168, 76, 0.34);
  background: rgba(201, 168, 76, 0.08);
  color: var(--ivory-100);
  font-size: 0.79rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.newsletter-form > button:hover,
.newsletter-form > button:focus-visible {
  background: rgba(201, 168, 76, 0.14);
  border-color: rgba(201, 168, 76, 0.48);
}

.input--hidden {
  display: none;
}

.site-footer {
  border-top: 1px solid rgba(201, 168, 76, 0.08);
  padding: 22px 0 34px;
}

.footer-inner {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

.footer-copygroup p {
  margin: 0;
}

.footer-copygroup p:first-child {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  color: var(--ivory-100);
}

.footer-links {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 720px) {
  :root {
    --header-height: 72px;
  }

  .site-shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .header-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav,
  .footer-nav {
    gap: 16px;
  }

  .hero {
    padding: calc(36px + var(--header-height)) 0 76px;
  }

  .hero h1 {
    max-width: 8.5em;
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .brand-logo {
    height: 46px;
  }

  .hero-copy,
  .section-body p {
    font-size: 0.98rem;
  }

  .content-section {
    padding: 72px 0;
  }

  .content-section h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .newsletter-form {
    width: 100%;
  }

  .newsletter-form > input[type="email"],
  .newsletter-form > button {
    width: 100%;
  }
}
