:root {
  --bg: #0f1115;
  --bg-soft: #171a1f;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: rgba(255, 255, 255, 0.14);
  --text: #f3eee7;
  --muted: #d9d0c3;
  --ink: #16130f;
  --gold: #d4b17a;
  --gold-deep: #a8824d;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  background: linear-gradient(180deg, #08090b 0%, #11141a 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 1.5rem;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: url("/assets/hero-photo.png") center center / cover no-repeat;
  transform: scale(1.03);
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.92) contrast(1.02) brightness(0.84);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.22) 0%, rgba(8, 9, 11, 0.62) 100%),
    radial-gradient(circle at top right, rgba(212, 177, 122, 0.28), transparent 30%),
    linear-gradient(180deg, rgba(8, 9, 11, 0.12), rgba(8, 9, 11, 0.82) 72%);
}

.topbar,
.hero-copy,
.section {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.topbar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.brand-kicker,
.eyebrow,
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
}

.brand-name {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.ghost-link {
  border: 1px solid var(--line);
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  background: rgba(10, 11, 14, 0.3);
  backdrop-filter: blur(18px);
}

.hero-copy {
  padding: 8rem 1.5rem 4rem;
  max-width: 760px;
}

.hero-copy h1 {
  margin: 0.6rem 0 1rem;
  font-size: clamp(2.5rem, 6vw, 5.25rem);
  line-height: 0.95;
  max-width: 12ch;
}

.lede,
.section-copy,
.three-up p,
.checklist p,
.form-note,
.form-status {
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.lede {
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: #17120c;
  font-weight: 700;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.94rem;
}

.trust-row span::before {
  content: "•";
  color: var(--gold);
  margin-right: 0.45rem;
}

.section {
  padding: 5rem 1.5rem;
}

.section-dark {
  background: rgba(10, 11, 14, 0.86);
}

.section-light {
  background: linear-gradient(180deg, #ece4d7 0%, #dbcdb9 100%);
  color: var(--ink);
}

.section-accent {
  background:
    radial-gradient(circle at top left, rgba(212, 177, 122, 0.18), transparent 34%),
    linear-gradient(180deg, #12151a 0%, #0e1115 100%);
}

.section-heading {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 2rem;
  max-width: 720px;
}

.section-heading-tight {
  margin-bottom: 1.5rem;
}

.section-heading h2,
.split h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
}

.three-up {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.three-up article {
  padding: 1.4rem;
  border-radius: 1.3rem;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.three-up h3 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.checklist {
  display: grid;
  gap: 1rem;
}

.checklist p {
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(22, 19, 15, 0.14);
}

.lead-form {
  display: grid;
  gap: 1rem;
  padding: 1.6rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

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

.field-grid label {
  min-width: 0;
}

.lead-form input[type="date"] {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-appearance: none;
  appearance: none;
}

.lead-form label {
  display: grid;
  gap: 0.45rem;
}

.lead-form span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.92rem;
  color: var(--muted);
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(9, 10, 13, 0.55);
  color: var(--text);
}

.field-block {
  grid-column: 1 / -1;
}

.form-note,
.form-status {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.form-status.is-success {
  color: #9fd8a7;
}

.form-status.is-error {
  color: #ffb2a9;
}

@media (max-width: 900px) {
  .three-up,
  .split,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 7rem;
  }

  .topbar {
    width: calc(100% - 2rem);
    padding-inline: 0;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-inline: 1rem;
  }

  .hero-copy,
  .section {
    padding-inline: 0;
  }

  .ghost-link {
    display: none;
  }
}
