:root {
  color-scheme: dark;
  --ink: #0b0b0a;
  --night: #10100e;
  --panel: #171612;
  --panel-soft: #1d1b16;
  --ivory: #f7f1e7;
  --muted: #b8aa97;
  --muted-strong: #d7c9b4;
  --gold: #c6a45d;
  --gold-light: #e0c581;
  --copper: #9b6f42;
  --sage: #66746a;
  --line: rgba(224, 197, 129, 0.18);
  --line-soft: rgba(247, 241, 231, 0.1);
  --nav-safe-space: clamp(13.5rem, 21vh, 18rem);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
  --serif: "Playfair Display", Georgia, serif;
  --sans: Raleway, Inter, Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--night);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
}

a {
  color: inherit;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 100% 5px;
}

.app {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 0%, rgba(198, 164, 93, 0.14), transparent 31rem),
    radial-gradient(circle at 86% 42%, rgba(102, 116, 106, 0.09), transparent 27rem),
    linear-gradient(135deg, #0b0b0a 0%, #15140f 48%, #0c0d0c 100%);
}

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.15rem clamp(1.1rem, 4vw, 4.5rem);
  min-height: 5.35rem;
  border-bottom: 1px solid rgba(224, 197, 129, 0.16);
  background:
    linear-gradient(180deg, rgba(9, 9, 8, 0.94), rgba(9, 9, 8, 0.76) 58%, rgba(9, 9, 8, 0.22) 100%);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px) saturate(125%);
  transition: background 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
}

.nav::after {
  content: "";
  position: absolute;
  inset: 100% 0 auto;
  height: 3.25rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(9, 9, 8, 0.34), rgba(9, 9, 8, 0));
}

.nav.is-scrolled {
  padding-block: 0.72rem;
  min-height: 4.25rem;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 10, 9, 0.9);
  backdrop-filter: blur(22px) saturate(130%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--ivory);
  cursor: pointer;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid var(--line);
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.brand-text {
  display: grid;
  gap: 0.1rem;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand-text span:last-child {
  color: var(--gold-light);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.2rem);
}

.nav-link {
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--gold-light);
}

.nav-cta {
  border: 1px solid rgba(224, 197, 129, 0.46);
  background: rgba(224, 197, 129, 0.08);
  color: var(--gold-light);
  padding: 0.8rem 1rem;
}

.page {
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: max(780px, 96vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: var(--nav-safe-space) clamp(1.2rem, 5vw, 5rem) 5.5rem;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("./preview_assets/hero-skyline-background.jpg");
  background-size: cover;
  background-position: 58% 50%;
  opacity: 0.38;
  filter: grayscale(0.18) saturate(0.48) contrast(1.03) brightness(0.9) blur(1.1px);
  transform: scale(1.08);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 72% 58% at 30% 58%, rgba(11, 11, 10, 0.4), rgba(11, 11, 10, 0.78) 74%, rgba(11, 11, 10, 0.94) 100%),
    radial-gradient(ellipse 64% 52% at 84% 22%, rgba(255, 255, 255, 0.02) 0%, rgba(11, 11, 10, 0.05) 42%, rgba(11, 11, 10, 0.38) 100%),
    radial-gradient(ellipse 94% 82% at 56% 50%, transparent 0%, rgba(5, 5, 4, 0.12) 56%, rgba(5, 5, 4, 0.74) 100%),
    linear-gradient(90deg, rgba(11, 11, 10, 1) 0%, rgba(11, 11, 10, 0.96) 32%, rgba(11, 11, 10, 0.72) 54%, rgba(11, 11, 10, 0.3) 82%, rgba(11, 11, 10, 0.18) 100%),
    linear-gradient(0deg, rgba(11, 11, 10, 0.99) 0%, rgba(11, 11, 10, 0.58) 50%, transparent 100%),
    linear-gradient(180deg, rgba(11, 11, 10, 0.62) 0%, rgba(11, 11, 10, 0.1) 34%, transparent 60%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(11, 11, 10, 0.16), transparent 34%, rgba(11, 11, 10, 0.28)),
    linear-gradient(90deg, rgba(11, 11, 10, 0.5), rgba(11, 11, 10, 0.2) 46%, rgba(11, 11, 10, 0.04) 100%);
  backdrop-filter: blur(1.1px);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.54fr);
  gap: clamp(2rem, 6vw, 5rem);
  width: min(1320px, 100%);
  margin: 0 auto;
  align-items: end;
  padding-top: 2.5rem;
}

.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--gold-light);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.display {
  margin-bottom: 1.25rem;
  font-family: var(--serif);
  font-size: clamp(3.35rem, 8vw, 7.6rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.display em,
h1 em,
h2 em {
  color: var(--gold-light);
  font-style: italic;
  font-weight: 400;
}

.lead {
  max-width: 58rem;
  color: var(--muted-strong);
  font-size: clamp(1.04rem, 1.8vw, 1.45rem);
  line-height: 1.58;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0 1.35rem;
  border: 1px solid rgba(224, 197, 129, 0.48);
  background: rgba(198, 164, 93, 0.1);
  color: var(--gold-light);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  border-color: var(--gold-light);
  background: var(--gold-light);
  color: var(--ink);
}

.btn-primary {
  background: var(--gold-light);
  color: var(--ink);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.04);
}

.proof-panel {
  border: 1px solid var(--line);
  background: rgba(16, 16, 14, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.proof-row {
  display: grid;
  gap: 0.25rem;
  padding: 1.2rem 1.25rem;
  border-bottom: 1px solid var(--line-soft);
}

.proof-row:last-child {
  border-bottom: 0;
}

.proof-value {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 1.55rem;
}

.proof-label {
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.section {
  padding: clamp(4rem, 8vw, 7.5rem) clamp(1.2rem, 5vw, 5rem);
  border-top: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(247, 241, 231, 0.018), rgba(198, 164, 93, 0.018)),
    radial-gradient(circle at 18% 0%, rgba(198, 164, 93, 0.055), transparent 24rem);
}

.section + .section {
  box-shadow: inset 0 1px 0 rgba(224, 197, 129, 0.1);
}

.section-inner {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.55fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: 2.5rem;
}

.section-head > *,
.section-copy,
.form-panel,
.content-panel {
  min-width: 0;
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 0.48fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.about-intro .section-copy {
  max-width: 48rem;
  margin-top: 1.35rem;
}

.founder-portrait {
  position: relative;
  width: min(100%, 26rem);
  margin: 0;
  justify-self: end;
}

.founder-portrait::before {
  content: "";
  position: absolute;
  inset: 1.4rem -1.4rem -1.4rem 1.4rem;
  border: 1px solid rgba(198, 164, 93, 0.18);
  background: rgba(198, 164, 93, 0.025);
}

.founder-image-shell {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(224, 197, 129, 0.26);
  background: #0b0b0a;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

.founder-image-shell::before,
.founder-image-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.founder-image-shell::before {
  background:
    radial-gradient(circle at 50% 38%, transparent 28%, rgba(6, 6, 5, 0.12) 58%, rgba(6, 6, 5, 0.48) 100%),
    linear-gradient(180deg, rgba(198, 164, 93, 0.06), rgba(6, 6, 5, 0.14));
}

.founder-image-shell::after {
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(198, 164, 93, 0.08);
}

.founder-image-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  filter: grayscale(1) contrast(1.08) brightness(0.88) saturate(0.9);
  transform: scale(1.035);
}

.founder-portrait figcaption {
  position: relative;
  display: grid;
  gap: 0.25rem;
  padding: 1rem 0 0 1rem;
}

.founder-portrait figcaption span {
  color: var(--gold-light);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.founder-portrait figcaption .founder-bio {
  margin: 0.6rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.55;
  font-family: inherit;
  max-width: 28rem;
}

.founder-portrait figcaption strong {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
}

h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-copy {
  color: var(--muted-strong);
  font-size: 1rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}

.tile {
  min-height: 15rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent),
    rgba(23, 22, 18, 0.82);
}

.tile-number {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.tile h3 {
  margin: 1.8rem 0 0.8rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
}

.tile p,
.list p {
  color: var(--muted);
  line-height: 1.72;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.72fr);
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}

.split > * {
  min-width: 0;
  background:
    linear-gradient(180deg, rgba(198, 164, 93, 0.025), transparent),
    rgba(16, 16, 14, 0.88);
}

.content-panel {
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.list {
  display: grid;
  gap: 1.1rem;
}

.list-item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line-soft);
}

.list-item strong {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.form-panel {
  padding: clamp(1.5rem, 4vw, 3.2rem);
  background:
    linear-gradient(180deg, rgba(198, 164, 93, 0.08), rgba(198, 164, 93, 0.015)),
    rgba(23, 22, 18, 0.92);
}

.form-title {
  margin-bottom: 1.5rem;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

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

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

.field label,
.checkbox-group > span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(247, 241, 231, 0.12);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.035);
  color: var(--ivory);
  outline: none;
  padding: 0.85rem 0.95rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.field textarea {
  min-height: 7rem;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(224, 197, 129, 0.7);
  background: rgba(255, 255, 255, 0.055);
}

.field select option {
  background: #15140f;
}

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

.checkbox {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--muted-strong);
  font-size: 0.88rem;
  line-height: 1.35;
}

.checkbox input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--gold);
}

.upload-field {
  display: grid;
  gap: 0.5rem;
}

.upload-field > span {
  color: var(--gold-light);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.upload-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.upload-box {
  position: relative;
  display: grid;
  gap: 0.45rem;
  min-height: 7.25rem;
  align-content: center;
  padding: 1.1rem 1.2rem;
  border: 1px dashed rgba(224, 197, 129, 0.36);
  background:
    linear-gradient(135deg, rgba(224, 197, 129, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.025);
  color: var(--ivory);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.upload-box::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.045);
  pointer-events: none;
}

.upload-box:hover {
  transform: translateY(-1px);
  border-color: rgba(224, 197, 129, 0.62);
  background:
    linear-gradient(135deg, rgba(224, 197, 129, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
}

.upload-box strong {
  position: relative;
  z-index: 1;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 400;
}

.upload-box small,
.upload-box em {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.45;
}

.upload-box em {
  color: var(--gold-light);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-note,
.form-error {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
}

.form-note {
  color: var(--muted);
}

.form-error {
  color: #ffb7a7;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  padding: 2rem clamp(1.2rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  background: #0a0a09;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.footer button {
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.cookie {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  width: min(25rem, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(11, 11, 10, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.cookie p {
  margin: 0 0 0.8rem;
  color: var(--muted-strong);
  font-size: 0.82rem;
  line-height: 1.55;
}

.thanks {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(7, 7, 6, 0.78);
  backdrop-filter: blur(12px);
}

.thanks-panel {
  width: min(34rem, 100%);
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.compact-hero {
  padding-top: 7.25rem;
}

.compact-hero > .section {
  padding-top: clamp(2rem, 3.2vw, 3rem);
}

.form-page {
  padding-top: 7.25rem;
}

.form-page > .section {
  padding-top: clamp(2rem, 3.2vw, 3rem);
}

@media (max-width: 980px) {
  .nav {
    align-items: flex-start;
  }

  .nav-links {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.72rem;
  }

  .nav-link {
    font-size: 0.61rem;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 13.5rem;
  }

  .hero-content,
  .section-head,
  .about-intro,
  .split {
    grid-template-columns: 1fr;
  }

  .founder-portrait {
    justify-self: start;
    width: min(24rem, 100%);
  }

  .proof-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-row {
    border-right: 1px solid var(--line-soft);
    border-bottom: 0;
  }

  .proof-row:last-child {
    border-right: 0;
  }

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

@media (max-width: 680px) {
  .nav {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    min-height: 7.6rem;
    background:
      linear-gradient(180deg, rgba(9, 9, 8, 0.96), rgba(9, 9, 8, 0.82) 72%, rgba(9, 9, 8, 0.18));
    backdrop-filter: blur(18px) saturate(125%);
  }

  .nav-links {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    gap: 1rem;
  }

  .brand-text {
    display: none;
  }

  .brand-mark {
    width: 2.35rem;
    height: 2.35rem;
  }

  .hero {
    padding: 12.25rem 1rem 3.25rem;
  }

  .compact-hero {
    padding-top: 9rem;
  }

  .compact-hero > .section {
    padding-top: 1.35rem;
  }

  .form-page {
    padding-top: 9rem;
  }

  .form-page > .section {
    padding-top: 1.35rem;
  }

  .form-page .form-panel {
    order: -1;
  }

  .form-page .form-panel,
  .form-page .content-panel {
    padding-inline: 1.2rem;
    overflow: hidden;
  }

  h1,
  .display {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .lead {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
  }

  .proof-panel,
  .form-row,
  .checkbox-grid {
    grid-template-columns: 1fr;
  }

  .proof-row {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

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

  .founder-portrait::before {
    inset: 1rem -0.6rem -1rem 0.6rem;
  }
}
