:root {
  --night: #080807;
  --ink: #111110;
  --panel: #161513;
  --line: rgba(243, 235, 224, 0.08);
  --gold: #c9a96e;
  --gold-soft: #e4d2a8;
  --ivory: #f3ebe0;
  --mute: #9a9288;
  --error: #e0a090;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Outfit", "Segoe UI", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
  font-synthesis: none;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--sans);
  color: var(--ivory);
  background: var(--night);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(201, 169, 110, 0.28);
  color: #fff8ec;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

img {
  max-width: 100%;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.gold-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.55), transparent);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(8, 8, 7, 0.7);
  backdrop-filter: blur(14px);
}

.header-bar {
  height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.logo-mark {
  display: block;
}

.logo-lockup {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}

.logo-word {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.logo-sub {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 2rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
}

.nav-desktop a:hover {
  color: var(--ivory);
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: 0;
  padding: 0.4rem;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.4rem;
  height: 1px;
  background: var(--ivory);
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1rem 0 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(243, 235, 224, 0.88);
}

.nav-mobile.is-open {
  display: flex;
}

.btn-gold,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border-radius: 2px;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: 0.25s ease;
}

.btn-gold {
  border: 0;
  background: linear-gradient(180deg, #e4d2a8 0%, #c9a96e 100%);
  color: #1a140c;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(201, 169, 110, 0.18);
}

.btn-gold:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(201, 169, 110, 0.26);
}

.btn-ghost {
  border: 1px solid rgba(201, 169, 110, 0.35);
  color: var(--gold-soft);
  background: transparent;
}

.btn-ghost:hover {
  background: rgba(201, 169, 110, 0.08);
  border-color: rgba(201, 169, 110, 0.6);
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.72rem;
}

.btn-md {
  padding: 0.9rem 1.5rem;
  font-size: 0.92rem;
}

.btn-full {
  width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 8.5rem 0 5rem;
}

.hero-bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(201, 169, 110, 0.14), transparent 55%),
    radial-gradient(700px 480px at 92% 18%, rgba(201, 169, 110, 0.07), transparent 50%),
    linear-gradient(180deg, #0c0b0a 0%, #080807 70%);
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.hero-copy {
  max-width: 38rem;
}

.kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero h1 {
  max-width: 14ch;
  margin: 1.4rem 0 0;
  font-family: var(--display);
  font-size: clamp(2.3rem, 6vw, 3.55rem);
  font-weight: 600;
  line-height: 1.12;
}

.lede {
  max-width: 34rem;
  margin: 1.35rem 0 0;
  color: var(--mute);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 2.2rem;
}

.hero-visual {
  margin: 0;
  position: relative;
}

.hero-visual img {
  display: block;
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
  border-radius: 2px;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.hero-visual figcaption {
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mute);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 40rem;
  margin-top: 2.8rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.stats dt {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}

.stats dd {
  margin: 0.25rem 0 0;
  font-family: var(--display);
  font-size: 1.85rem;
  color: var(--gold-soft);
}

.section {
  padding: 6rem 0;
  scroll-margin-top: 5.5rem;
}

.section h2 {
  margin: 0.7rem 0 0;
  max-width: 18ch;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
}

.feature-grid,
.audience-grid,
.steps,
.contact-grid {
  display: grid;
  gap: 1.25rem;
}

.feature-grid {
  margin-top: 3.2rem;
}

.card {
  position: relative;
  overflow: hidden;
  padding: 1.9rem 1.8rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.035), transparent 38%),
    #141311;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.card:hover {
  border-color: rgba(201, 169, 110, 0.32);
  transform: translateY(-3px);
}

.icon-box {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 169, 110, 0.25);
  background: rgba(201, 169, 110, 0.08);
  color: var(--gold);
}

.card h3,
.audience h3,
.step h3 {
  margin: 1.3rem 0 0;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 600;
}

.lead {
  margin: 0.3rem 0 0;
  color: var(--gold-soft);
  font-size: 0.92rem;
}

.card p:last-child,
.step p {
  margin: 0.9rem 0 0;
  color: var(--mute);
  line-height: 1.65;
}

.audience-grid {
  padding-bottom: 1rem;
}

.audience {
  padding: 2.1rem 1.9rem;
  border: 1px solid var(--line);
  background: var(--panel);
}

.audience ul {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.audience li,
.promise-list li {
  display: flex;
  gap: 0.7rem;
  margin-top: 0.75rem;
  color: var(--mute);
  font-size: 0.95rem;
  line-height: 1.55;
}

.check {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: var(--gold);
}

.steps {
  margin-top: 3.2rem;
}

.step-n {
  font-family: var(--display);
  font-size: 2.4rem;
  color: rgba(201, 169, 110, 0.7);
}

.promise {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.3rem 1.8rem;
  border: 1px solid rgba(201, 169, 110, 0.2);
  background:
    linear-gradient(135deg, rgba(201, 169, 110, 0.1), transparent 42%),
    #141311;
}

.promise h2 {
  max-width: 18ch;
  margin: 0.7rem 0 0;
}

.promise-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-copy p {
  max-width: 28rem;
  margin: 1.2rem 0 0;
  color: var(--mute);
  line-height: 1.7;
}

.next-steps {
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.next-steps li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ivory);
  font-size: 0.92rem;
}

.next-steps span {
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 169, 110, 0.35);
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 500;
}

.form-card {
  padding: 1.7rem 1.5rem 1.6rem;
  border: 1px solid var(--line);
  background: var(--panel);
}

.field-label {
  display: block;
  margin-bottom: 1.15rem;
}

.field-label span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
}

.field {
  width: 100%;
  border: 1px solid rgba(243, 235, 224, 0.1);
  background: rgba(8, 8, 7, 0.45);
  color: var(--ivory);
  border-radius: 2px;
  padding: 0.95rem 1rem 0.7rem;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.field:focus {
  border-color: rgba(201, 169, 110, 0.7);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.12);
}

.field.is-error {
  border-color: rgba(220, 140, 120, 0.7);
}

.field-error {
  display: none;
  margin-top: 0.4rem;
  color: var(--error);
  font-size: 0.78rem;
}

.field-error.is-visible {
  display: block;
}

.form-note {
  margin: 0.9rem 0 0;
  text-align: center;
  color: var(--mute);
  font-size: 0.72rem;
  line-height: 1.5;
}

.form-status {
  margin: 0.75rem 0 0;
  text-align: center;
  color: var(--error);
  font-size: 0.82rem;
  line-height: 1.45;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

.consent {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin: 0.2rem 0 0.85rem;
  color: var(--mute);
  font-size: 0.82rem;
  line-height: 1.5;
  cursor: pointer;
}

.consent input {
  margin-top: 0.2rem;
  flex: 0 0 auto;
  accent-color: var(--gold);
}

.link-inline {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  color: var(--gold-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  font: inherit;
}

.btn-gold:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
  filter: none;
}

.success {
  display: none;
  min-height: 22rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.success.is-visible {
  display: flex;
}

.success-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 169, 110, 0.4);
  border-radius: 999px;
  color: var(--gold);
}

.success h3 {
  margin: 1.2rem 0 0;
  font-family: var(--display);
  font-size: 2rem;
}

.success p {
  max-width: 22rem;
  margin: 0.8rem 0 0;
  color: var(--mute);
  line-height: 1.6;
}

.success .btn-ghost {
  margin-top: 1.8rem;
}

.form-card.is-sent form {
  display: none;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 2.3rem 0;
}

.footer-bar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.site-footer p {
  margin: 0;
  color: var(--mute);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.2rem;
}

.footer-links a,
.footer-links button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--gold-soft);
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.footer-links a:hover,
.footer-links button:hover {
  color: var(--ivory);
}

.legal-dialog {
  width: min(92vw, 36rem);
  max-height: min(86vh, 40rem);
  padding: 0;
  border: 1px solid rgba(201, 169, 110, 0.25);
  background: transparent;
  color: var(--ivory);
}

.legal-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

.legal-dialog__panel {
  position: relative;
  padding: 1.6rem 1.4rem 1.5rem;
  background: #141311;
  overflow: auto;
  max-height: min(86vh, 40rem);
}

.legal-dialog__close {
  position: absolute;
  top: 0.7rem;
  right: 0.85rem;
  border: 0;
  background: none;
  color: var(--mute);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.legal-dialog h2 {
  margin: 0 2rem 1rem 0;
  font-family: var(--display);
  font-size: 1.85rem;
  font-weight: 600;
}

.legal-dialog__body {
  color: var(--mute);
  font-size: 0.92rem;
  line-height: 1.65;
}

.legal-dialog__body ul {
  margin: 0 0 0.85rem;
  padding-left: 1.15rem;
}

.legal-dialog__body li {
  margin-bottom: 0.45rem;
}

.legal-dialog__body a {
  color: var(--gold-soft);
}

.cookie-bar {
  position: fixed;
  inset: auto 0 0;
  z-index: 90;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.9rem 1.4rem;
  padding: 1rem min(1.25rem, 4vw);
  border-top: 1px solid rgba(201, 169, 110, 0.25);
  background: rgba(8, 8, 7, 0.94);
  backdrop-filter: blur(14px);
}

.cookie-bar[hidden] {
  display: none;
}

.cookie-bar p {
  margin: 0;
  max-width: 46rem;
  color: var(--mute);
  font-size: 0.82rem;
  line-height: 1.55;
}

.cookie-bar .link-inline {
  color: var(--gold-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: rise 0.9s ease forwards;
}

.d1 { animation-delay: 0.08s; }
.d2 { animation-delay: 0.18s; }
.d3 { animation-delay: 0.3s; }
.d4 { animation-delay: 0.42s; }

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 640px) {
  .hero-actions {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .nav-desktop {
    display: flex;
  }

  .menu-toggle,
  .nav-mobile,
  .nav-mobile.is-open {
    display: none;
  }

  .hero {
    padding: 10rem 0 7rem;
  }

  .hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }

  .hero-visual img {
    margin-inline: 0 0;
    margin-left: auto;
  }

  .feature-grid,
  .audience-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .promise {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 2.4rem;
  }

  .footer-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 980px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
    gap: 3rem;
  }

  .form-card {
    padding: 2rem;
  }
}
