:root {
  color-scheme: dark;
  --bg: #060606;
  --panel: #111111;
  --panel-2: #191919;
  --text: #f6f2e9;
  --muted: #b9b0a2;
  --gold: #c99a3a;
  --gold-soft: rgba(201, 154, 58, 0.18);
  --red: #d92525;
  --blue: #2684ff;
  --green: #7f9a54;
  --line: rgba(255, 255, 255, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 10%, rgba(201, 154, 58, 0.14), transparent 28rem),
    radial-gradient(circle at 90% 5%, rgba(201, 154, 58, 0.08), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

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

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: rgba(6, 6, 6, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mark,
.brand-emblem {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(201, 154, 58, 0.7);
  background: #050505;
}

.mark {
  place-items: center;
  color: var(--gold);
  font-weight: 900;
}

.brand-emblem {
  object-fit: cover;
  object-position: center;
}

.brand small,
footer span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

nav {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

nav a,
.button {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.72rem 0.95rem;
}

nav a {
  background: linear-gradient(135deg, #f8d578, #c8952d);
  border-color: rgba(248, 213, 120, 0.72);
  color: #0b0905;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(248, 213, 120, 0.14);
}

main {
  overflow: hidden;
}

.hero,
.workspace,
.offers {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 68vh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
}

.hero-copy {
  transform: translateY(-5.75rem);
}

.eyebrow {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.lede,
.section-head p,
.workspace > div > p,
.lane p,
.offers p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.6;
}

.about-wingman {
  max-width: 720px;
  margin: 1.2rem 0 1.35rem;
  padding: 1rem 1.05rem;
  scroll-margin-top: 6rem;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(248, 213, 120, 0.12);
}

.about-wingman .eyebrow {
  margin-bottom: 0.45rem;
}

.about-wingman p:not(.eyebrow) {
  margin-bottom: 0.65rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.52;
}

.about-wingman p:last-child {
  margin-bottom: 0;
}

.hero-actions,
.trainer-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

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

.button.primary {
  border-color: rgba(201, 154, 58, 0.86);
  background: linear-gradient(135deg, #d7aa4d, #84601d);
  color: #090704;
  font-weight: 800;
}

.button.secondary {
  border-color: rgba(201, 154, 58, 0.55);
  color: #f9df9a;
}

.command-card,
.ask-panel,
.discord-card,
.offers article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.35);
}

.command-card {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
}

.command-card > * {
  position: relative;
  z-index: 1;
}

.hero-card {
  padding: 0.8rem;
}

.readiness-card {
  padding: 1.1rem;
}

.readiness-card .hero-art-frame {
  margin-bottom: 0.75rem;
}

.readiness-card .hero-art {
  aspect-ratio: 16 / 7;
}

.readiness-card .wall-emblem {
  left: 12%;
  top: 10%;
  width: 22%;
}

.readiness-card h2 {
  font-size: clamp(1.85rem, 3vw, 2.65rem);
}

.readiness-card .quiz-grid {
  grid-template-columns: 1fr;
  gap: 0.2rem;
  margin-top: 0.75rem;
}

.readiness-card .field {
  margin-bottom: 0.42rem;
}

.readiness-card label {
  font-size: 0.84rem;
}

.readiness-card select {
  padding: 0.62rem;
}

.readiness-card .answer {
  margin-top: 0.75rem;
  padding: 0.8rem;
}

.hero-art-frame {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.hero-art {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.wall-emblem {
  position: absolute;
  left: 17%;
  top: 12%;
  width: 28%;
  aspect-ratio: 1;
  object-fit: contain;
  padding: 0.35rem;
  background: rgba(5, 5, 5, 0.72);
  border: 1px solid rgba(201, 154, 58, 0.42);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.45);
}

.signal {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: #f5d1d1;
  font-size: 0.85rem;
  font-weight: 900;
}

.signal span {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(201, 154, 58, 0.7);
}

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

.mode-grid button {
  min-height: 4.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.36);
  color: var(--text);
  cursor: pointer;
}

.lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 1.5rem 0 3rem;
}

.hero-lanes {
  grid-column: 1 / -1;
  width: 100%;
  margin: -0.4rem 0 0;
  padding: 0;
}

.lane-intro {
  grid-column: 1 / -1;
  max-width: 820px;
  margin-bottom: 0.1rem;
}

.hero-lanes .lane-intro h2 {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  margin-bottom: 0.45rem;
}

.lane-intro p:last-child {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 0;
}

.lane {
  position: relative;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    #111;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.lane:hover,
.lane:focus-visible,
.lane.is-selected {
  transform: translateY(-4px);
  border-color: rgba(248, 213, 120, 0.72);
  box-shadow: 0 18px 44px rgba(201, 154, 58, 0.16);
  outline: none;
}

.lane::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  top: 0.8rem;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0.75;
}

.lane span {
  color: var(--gold);
  font-weight: 900;
}

.lane h2 {
  margin: 0.45rem 0;
  font-size: 1.14rem;
}

.lane p {
  font-size: 0.86rem;
  line-height: 1.38;
  margin-bottom: 0.45rem;
}

.lane strong {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.25rem;
  border: 1px solid rgba(248, 213, 120, 0.48);
  border-radius: 8px;
  color: #0b0905;
  background: linear-gradient(135deg, #f8d578, #c8952d);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 0.42rem 0.55rem;
}

.mission {
  background-color: #11130f;
}

.date {
  background-color: #151111;
}

.ride {
  background-color: #101214;
}

.recover {
  background-color: #15120e;
}

.workspace {
  padding: 3rem 0;
  border-top: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 1.2rem;
  align-items: start;
}

.section-head {
  max-width: 790px;
}

.ask-panel {
  padding: 1rem;
}

.ask-lane-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.ask-lane-tabs button {
  min-height: 3rem;
  border: 1px solid rgba(201, 154, 58, 0.45);
  border-radius: 8px;
  background: rgba(201, 154, 58, 0.1);
  color: #f9df9a;
  font-weight: 800;
  cursor: pointer;
}

.ask-lane-tabs button:hover,
.ask-lane-tabs button:focus-visible,
.ask-lane-tabs button.is-selected {
  background: linear-gradient(135deg, #f8d578, #c8952d);
  color: #0b0905;
  outline: none;
}

.quiz-unlock {
  margin-top: 0.85rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
}

.detail-answer ol {
  margin: 0.7rem 0 0;
  padding-left: 1.25rem;
}

.direct-wingman-card {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(201, 154, 58, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(201, 154, 58, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(0, 0, 0, 0.28);
}

.direct-wingman-card h3 {
  margin: 0 0 0.45rem;
  color: #f7e6b2;
}

.direct-wingman-card p {
  margin-bottom: 0.85rem;
}

.plain-link {
  display: inline-block;
  overflow-wrap: anywhere;
  margin: 0.65rem 0 0;
  color: #f9df9a;
  font-size: 0.9rem;
  text-decoration: underline;
}

.signup-card,
.guest-form {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(201, 154, 58, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(0, 0, 0, 0.26);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.26);
}

.signup-card h3,
.guest-form h3 {
  margin-top: 0;
  font-size: 1.35rem;
}

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

.field {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

label {
  color: #f7e6b2;
  font-weight: 800;
}

select,
textarea,
input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #080808;
  color: var(--text);
  padding: 0.85rem;
}

textarea {
  resize: vertical;
}

fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0 0 0.9rem;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
}

legend {
  padding: 0 0.4rem;
  color: #f7e6b2;
  font-weight: 800;
}

fieldset label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text);
  font-weight: 700;
}

input[type="checkbox"] {
  width: auto;
}

.booking-planner {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(201, 154, 58, 0.35);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(201, 154, 58, 0.14), rgba(255, 255, 255, 0.035)),
    rgba(10, 10, 10, 0.58);
}

.booking-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.booking-head h4 {
  margin: 0;
  color: #f7e6b2;
  font-size: 1.05rem;
}

.booking-head .eyebrow {
  margin-bottom: 0.3rem;
}

.booking-head > span {
  white-space: nowrap;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}

.slot-button {
  min-height: 44px;
  border: 1px solid rgba(248, 213, 120, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.slot-button:hover,
.slot-button:focus-visible,
.slot-button.is-selected {
  border-color: var(--gold);
  background: rgba(201, 154, 58, 0.22);
  color: #fff4ce;
}

.slot-button.is-booked,
.slot-button:disabled {
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(235, 232, 225, 0.44);
}

.booking-note {
  margin-top: 0;
}

.funnel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.answer {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(201, 154, 58, 0.34);
  border-radius: 8px;
  background: rgba(201, 154, 58, 0.08);
}

.answer p {
  color: var(--muted);
  line-height: 1.55;
}

.compact-answer p {
  margin-bottom: 0;
}

.prompt-list {
  display: grid;
  gap: 0.75rem;
}

.prompt-item {
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.prompt-item p {
  color: var(--text);
  margin-bottom: 0.6rem;
}

.prompt-item textarea {
  min-height: 5.5rem;
}

.brain-training {
  margin-top: 1rem;
  padding-bottom: 4rem;
  border-top-color: rgba(201, 154, 58, 0.42);
}

.brain-training .prompt-list {
  padding: 1rem;
  border: 1px solid rgba(201, 154, 58, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(201, 154, 58, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.24);
}

.owner-lock {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(201, 154, 58, 0.28);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.32);
}

.owner-lock p {
  margin: 0;
  color: var(--muted);
}

.lock-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
}

.locked-state {
  min-height: 10rem;
  display: grid;
  align-items: center;
}

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

.offers {
  padding: 3rem 0;
}

.offers article {
  padding: 1rem;
}

.product-offer {
  display: grid;
  gap: 0.85rem;
}

.product-price {
  width: fit-content;
  border: 1px solid rgba(201, 154, 58, 0.55);
  border-radius: 8px;
  background: rgba(201, 154, 58, 0.12);
  color: #f9df9a;
  font-size: 1.55rem;
  font-weight: 900;
  padding: 0.45rem 0.75rem;
}

.product-builder {
  display: grid;
  gap: 0.75rem;
}

.product-preview {
  margin-top: 0;
}

.schedule-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0.85rem 0;
}

.schedule-preview div {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
  padding: 0.65rem;
}

.schedule-preview span {
  display: block;
  margin-bottom: 0.25rem;
  color: #f9df9a;
  font-size: 0.82rem;
  font-weight: 900;
}

.schedule-preview p {
  margin: 0;
  font-size: 0.9rem;
}

.discord-card {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
}

.community-card strong {
  color: #f7e6b2;
  font-size: 1.2rem;
}

.community-card .button {
  width: fit-content;
}

code {
  display: block;
  overflow-wrap: anywhere;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
  color: #f9df9a;
  padding: 0.8rem;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
}

@media (max-width: 860px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
  }

  nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  nav a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.62rem 0.45rem;
    text-align: center;
    font-size: 0.86rem;
  }

  .hero,
  .split,
  .quiz-grid,
  .ask-lane-tabs,
  .offers,
  .schedule-preview,
  .slot-grid,
  .form-grid,
  fieldset {
    grid-template-columns: 1fr;
  }

  .booking-head {
    display: grid;
  }

  .booking-head > span {
    white-space: normal;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-top: 1rem;
  }

  .hero-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy {
    transform: none;
  }

  .readiness-card {
    order: 0;
    width: 100%;
  }

  .about-wingman {
    margin: 1rem 0 1rem;
    padding: 0.95rem;
  }

  .about-wingman p:not(.eyebrow) {
    font-size: 0.91rem;
    line-height: 1.48;
  }

  .readiness-card .hero-art {
    aspect-ratio: 16 / 6;
  }

  h1 {
    font-size: clamp(2.45rem, 12vw, 3.4rem);
  }

  .lock-row {
    grid-template-columns: 1fr;
  }
}
