:root {
  color-scheme: dark;
  --bg: #080808;
  --surface: #111111;
  --surface-2: #161616;
  --surface-3: #1c1c1c;
  --ink: #f5f0e8;
  --muted: rgba(245, 240, 232, 0.58);
  --muted-2: rgba(245, 240, 232, 0.36);
  --accent: #c9a84c;
  --accent-strong: #e8c97a;
  --border: rgba(255, 255, 255, 0.08);
  --border-mid: rgba(255, 255, 255, 0.14);
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  font-family: "Aptos", "Segoe UI Variable Text", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 10%, rgba(201, 168, 76, 0.12), transparent 24%),
    radial-gradient(circle at 88% 2%, rgba(201, 168, 76, 0.16), transparent 18%),
    linear-gradient(180deg, #080808 0%, #0d0d0d 45%, #111111 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.05), transparent 34%),
    radial-gradient(circle at 20% 18%, rgba(245, 240, 232, 0.08), transparent 16%);
  mix-blend-mode: screen;
}

body::after {
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45));
}

.lp-shell {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
  padding: 30px 0 92px;
  position: relative;
  z-index: 1;
}

.lp-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.84);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  font-size: 0.92rem;
  position: relative;
  z-index: 2;
}

.lp-topbar strong {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
}

.lp-topbar__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: #080808;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.lp-topbar__tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5f0e8;
}

.lp-hero,
.lp-section {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.lp-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 32px;
  padding: 30px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.06), transparent 30%, rgba(232, 201, 122, 0.08));
  pointer-events: none;
}

.lp-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -44% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.14) 0%, transparent 68%);
  pointer-events: none;
}

.lp-hero__media {
  position: relative;
  z-index: 1;
}

.lp-hero__media::before {
  content: "";
  position: absolute;
  inset: -12px -10px 16px 12px;
  border-radius: 30px;
  border: 1px solid rgba(201, 168, 76, 0.16);
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.94), rgba(17, 17, 17, 0.86));
  z-index: -1;
}

.lp-hero__media img {
  width: 100%;
  display: block;
  border-radius: 26px;
  border: 1px solid var(--border);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}

.lp-brand,
.lp-kicker {
  margin: 0 0 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 700;
}

.lp-brand span { color: var(--accent-strong); }

h1,
h2,
h3 {
  line-height: 1.02;
  margin: 0 0 16px;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  letter-spacing: -0.02em;
  color: var(--ink);
}

h1 { font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: 0.96; max-width: 10ch; }
h2 { font-size: clamp(1.2rem, 2vw, 1.65rem); display: flex; align-items: center; gap: 12px; }
h2::before {
  content: "";
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  border-radius: 999px;
  flex-shrink: 0;
}
h3 { font-size: 1.12rem; }

.lp-intro,
.lp-section p,
.lp-section li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.lp-intro { max-width: 58ch; }

.lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 4px;
}

.lp-hero__meta { margin-top: 22px; }

.lp-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-card {
  position: relative;
  overflow: hidden;
  padding: 16px 18px 18px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.94), rgba(22, 22, 22, 0.86));
}

.lp-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
}

.lp-card--summary { background: linear-gradient(180deg, rgba(201, 168, 76, 0.08), rgba(17, 17, 17, 0.94)); }

.lp-card__label {
  margin: 0 0 8px;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}

.lp-card__value { margin: 0; color: var(--ink); font-weight: 700; line-height: 1.35; }

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.lp-button:hover,
.lp-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.42);
  outline: none;
}

.lp-button--primary,
.lp-button--secondary,
.capture-form button,
.lp-section button {
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: #080808;
}

.lp-button--ghost {
  border-color: var(--border-mid);
  color: var(--ink);
  background: rgba(22, 22, 22, 0.75);
}

.lp-section {
  margin-top: 18px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.lp-section > p:first-of-type { margin-top: 0; max-width: 64ch; }

.lp-section a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--accent-strong);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.24);
  padding-bottom: 2px;
}

.lp-section a:hover,
.lp-section a:focus-visible {
  border-bottom-color: var(--accent);
  outline: none;
}

.lp-section ul { margin: 14px 0 0; padding-left: 20px; }
.lp-section li::marker { color: var(--accent); }

.lp-section article + article {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.lp-section article h3 { margin-bottom: 8px; }

.lp-quote {
  margin-top: 18px;
  padding: 24px 26px;
  border-left: 4px solid var(--accent);
  background: linear-gradient(180deg, rgba(201, 168, 76, 0.08), rgba(17, 17, 17, 0.96));
  border-radius: 20px;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.08rem;
}

.lp-section form,
.lp-section input,
.lp-section select,
.lp-section button { font: inherit; }

.lp-section form { display: grid; gap: 14px; max-width: 760px; }

.capture-form { padding: 6px 0 0; }

.capture-form h1 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  max-width: 12ch;
}

.capture-form > p { margin-top: 0; max-width: 60ch; }

.capture-form form {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.95), rgba(22, 22, 22, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.capture-form .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.capture-form .field span,
.capture-form legend {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  font-weight: 700;
}

.capture-form input[type="text"],
.capture-form input[type="email"],
.capture-form select {
  width: 100%;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid var(--border-mid);
  background: var(--surface-2);
  color: var(--ink);
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.capture-form input::placeholder { color: var(--muted-2); }

.capture-form input:focus-visible,
.capture-form select:focus-visible {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.12);
}

.capture-form label {
  display: block;
  color: var(--ink);
  font-weight: 600;
}

.capture-form label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 3px 10px 0 0;
  accent-color: var(--accent);
}

.capture-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.45;
  margin: 4px 0 0;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(22, 22, 22, 0.84);
}

.capture-form .interest {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 12px 12px 0;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(22, 22, 22, 0.9);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.capture-form fieldset {
  margin: 10px 0 0;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid var(--border);
}

.capture-form legend { padding: 0; margin-bottom: 12px; }

.capture-form select { appearance: none; margin-top: 8px; }

.capture-form button {
  margin-top: 8px;
  min-width: 240px;
  justify-self: start;
  border: 0;
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 700;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.capture-form button:hover,
.capture-form button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

@media (max-width: 840px) {
  .lp-hero { grid-template-columns: 1fr; }
  .lp-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-topbar {
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .lp-shell {
    width: min(100% - 16px, 1180px);
    padding: 18px 0 72px;
  }
  .lp-hero,
  .lp-section { border-radius: 22px; }
  .lp-hero,
  .lp-section,
  .capture-form form { padding: 22px; }
  .lp-actions { flex-direction: column; }
  .lp-button { width: 100%; }
  .lp-cards { grid-template-columns: 1fr; }
  .capture-form button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: no-preference) {
  .lp-button,
  .capture-form button,
  .lp-section a { transition-duration: 180ms; }
}