* {
  box-sizing: border-box;
}

:root {
  --black: #050505;
  --gold: #c9a44d;
  --gold-bright: #f3d27a;
  --ivory: #f7f1e4;
  --ivory-soft: #e9dec9;
  --muted: #b8ad98;
  --line: rgba(201, 164, 77, 0.34);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ivory);
  background:
    radial-gradient(circle at top left, rgba(201, 164, 77, 0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.06), transparent 32%),
    var(--black);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 28px clamp(18px, 5vw, 72px) 80px;
  border-bottom: 1px solid var(--line);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg-one {
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.74), rgba(5, 5, 5, 0.24)),
    url("images/hero-dining-table.jpg");
  background-size: cover;
  background-position: center 32%;
  opacity: 0.72;
}

.hero-bg-two {
  background: linear-gradient(135deg, transparent 0%, rgba(201, 164, 77, 0.12) 50%, transparent 100%);
  mix-blend-mode: screen;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.82)),
    radial-gradient(circle at 74% 28%, rgba(243, 210, 122, 0.14), transparent 26%);
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-bright);
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 1px;
  background: rgba(5, 5, 5, 0.55);
  box-shadow: 0 0 30px rgba(201, 164, 77, 0.22);
  margin-bottom: 12px !important;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 0.68rem;
  color: var(--muted);
}

.brand-copy strong {
  color: var(--ivory);
  letter-spacing: 2.6px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin-top: auto;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-size: clamp(0.72rem, 1vw, 0.86rem);
  font-weight: 700;
}

.eyebrow.gold {
  color: var(--gold);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-weight: 600;
}

h1 {
  max-width: 960px;
  font-size: clamp(3.2rem, 8.8vw, 8.2rem);
  line-height: 0.88;
  letter-spacing: -4px;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.65);
}

.hero-text {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(247, 241, 228, 0.86);
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.8;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-stats div {
  min-width: 172px;
  padding: 18px 20px;
  border: 1px solid rgba(201, 164, 77, 0.38);
  background: rgba(5, 5, 5, 0.58);
  backdrop-filter: blur(12px);
  border-radius: 18px;
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: var(--gold-bright);
  font-size: 1rem;
  margin-bottom: 4px;
}

.hero-stats span {
  color: var(--ivory-soft);
  font-size: 0.82rem;
}

.intake-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  padding: clamp(22px, 5vw, 72px);
}

.luxury-card {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    linear-gradient(180deg, rgba(23, 18, 13, 0.96), rgba(8, 7, 5, 0.96));
  box-shadow: var(--shadow);
}

.luxury-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(243, 210, 122, 0.08), transparent);
  transform: translateX(-100%);
  animation: shimmer 6s infinite;
  pointer-events: none;
}

@keyframes shimmer {
  0%, 45% { transform: translateX(-100%); }
  75%, 100% { transform: translateX(100%); }
}

.card-intro {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(201, 164, 77, 0.22);
}

.card-intro h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -1.8px;
}

.card-intro p {
  margin: 16px 0 0;
  max-width: 680px;
  color: var(--ivory-soft);
  line-height: 1.75;
}

.intake-form {
  position: relative;
  z-index: 1;
  margin-top: 28px;
}

.progress-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.progress-bar {
  flex: 1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(247, 241, 228, 0.1);
  border: 1px solid rgba(201, 164, 77, 0.18);
}

.progress-bar span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  transition: width 0.24s ease;
}

.progress-wrap small {
  color: var(--muted);
  min-width: 88px;
  text-align: right;
}

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

label,
legend {
  color: var(--ivory);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}

input,
select,
textarea {
  width: 100%;
  margin-top: 9px;
  border: 1px solid rgba(201, 164, 77, 0.28);
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.58);
  color: var(--ivory);
  padding: 15px 16px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold-bright) 50%),
    linear-gradient(135deg, var(--gold-bright) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% + 1px),
    calc(100% - 16px) calc(50% + 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

textarea {
  resize: vertical;
  min-height: 116px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(233, 222, 201, 0.48);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold-bright);
  background: rgba(5, 5, 5, 0.78);
  box-shadow: 0 0 0 4px rgba(201, 164, 77, 0.12);
}

.full {
  display: block;
  margin-top: 20px;
}

.checkbox-field {
  margin: 26px 0 0;
  padding: 0;
  border: 0;
}

.checkbox-field legend {
  margin-bottom: 14px;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-grid label {
  cursor: pointer;
}

.pill-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pill-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 77, 0.28);
  color: var(--ivory-soft);
  background: rgba(5, 5, 5, 0.48);
  font-size: 0.82rem;
  transition: all 0.2s ease;
}

.pill-grid input:checked + span {
  color: var(--black);
  border-color: var(--gold-bright);
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  box-shadow: 0 10px 25px rgba(201, 164, 77, 0.18);
}

.confirm-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 24px 0;
  color: var(--ivory-soft);
  font-size: 0.86rem;
  line-height: 1.55;
}

.confirm-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
}

.submit-btn,
.success-message button {
  width: 100%;
  border: 0;
  border-radius: 18px;
  padding: 17px 20px;
  color: #110d07;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright), #fff0ad);
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(201, 164, 77, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.submit-btn:hover,
.success-message button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(201, 164, 77, 0.34);
}

.submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.privacy-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: center;
}

.image-column {
  display: grid;
  gap: 18px;
  grid-template-rows: 1.25fr 1fr 1fr;
}

.image-tile {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.image-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.05), rgba(5, 5, 5, 0.74)),
    radial-gradient(circle at top right, rgba(243, 210, 122, 0.18), transparent 35%);
}

.image-tile span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  color: var(--gold-bright);
  font-family: "Cinzel", serif;
  font-size: 1.12rem;
  letter-spacing: 0.4px;
}

.image-tile.car {
  background-image: url("images/exotic-arrival.jpg");
}

.image-tile.mingle {
  background-image: url("images/high-level-mingling.jpg");
  background-position: center;
}

.image-tile.dining {
  background-image: url("images/executive-lunch.jpg");
  background-position: center;
}

.success-message {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  padding: 34px;
  text-align: center;
  border: 1px solid rgba(201, 164, 77, 0.38);
  border-radius: 24px;
  background: rgba(5, 5, 5, 0.48);
}

.success-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: var(--black);
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  font-weight: 900;
  font-size: 1.8rem;
}

.success-message h3 {
  font-size: 2rem;
  margin-bottom: 12px;
}

.success-message p {
  max-width: 560px;
  margin: 0 auto 22px;
  color: var(--ivory-soft);
  line-height: 1.7;
}

@media (max-width: 1060px) {
  .intake-section {
    grid-template-columns: 1fr;
  }

  .image-column {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 560px;
    padding-bottom: 48px;
  }

  h1 {
    letter-spacing: -2px;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .form-grid,
  .image-column {
    grid-template-columns: 1fr;
  }

  .luxury-card {
    border-radius: 22px;
  }

  .intake-section {
    padding: 18px;
  }

  .progress-wrap {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .progress-wrap small {
    text-align: left;
  }
}

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

  .brand-mark {
    width: 46px;
    height: 42px;
    font-size: 0.88rem;
  }

  .hero-text {
    line-height: 1.65;
  }

  .pill-grid span {
    width: 100%;
  }

  .pill-grid label {
    width: 100%;
  }
}
