:root {
  --blue: #38b6ff;
  --black: #000000;
  --white: #ffffff;
  --pink: #ff66c4;
  --yellow: #ffde59;
  --highlight: linear-gradient(90deg, #ff66c4, #ffde59);
  --highlight-b: linear-gradient(90deg, #ff66c4, #ffde59, #ff66c4);
  --btn: linear-gradient(90deg, #38b6ff, color-mix(in srgb, #38b6ff 72%, #000));
  --font: "Poppins", system-ui, sans-serif;
  --r: 4px;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--white);
  color: var(--black);
}
img { display: block; max-width: 100%; }
a { color: var(--blue); text-decoration: none; }
button, input, select, textarea { font-family: inherit; }

.mock-bar {
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 8px 12px;
}
.mock-bar span { color: var(--blue); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 64px;
  background: #000;
  color: #fff;
}
.site-header .inner {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo { height: 48px; width: auto; max-width: 240px; }
.nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 28px;
}
.nav-center a, .nav-right a, .drawer a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.nav-center a:hover, .nav-right a:hover, .drawer a:hover { opacity: 0.8; }
.nav-center a.on, .nav-right a.on {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.nav-right .quiet,
.drawer .quiet {
  color: #fff;
  font-weight: 600;
  cursor: default;
}
.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
}
.drawer {
  display: none;
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 12px 20px 16px;
}
.drawer a,
.drawer .quiet { display: flex; padding: 10px 0; }

.hero {
  position: relative;
  min-height: 72vh;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.hero.page { min-height: 48vh; }
.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.55) 46%, rgba(0,0,0,0.78) 100%),
    url("/advice/island-village.webp") center/cover no-repeat;
}
.hero-media.sponsor {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.55) 46%, rgba(0,0,0,0.78) 100%),
    url("/advice/marina-resort.webp");
}
.hero-media.invest {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.55) 46%, rgba(0,0,0,0.78) 100%),
    url("/advice/island-village.webp");
}
.hero-media.create {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.55) 46%, rgba(0,0,0,0.78) 100%),
    url("/partners-mockup/influencer-phone-mic.png");
}
.hero-media.refer {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.5) 46%, rgba(0,0,0,0.78) 100%),
    url("/partners-mockup/referral-handshake.png");
}
.hero-media.sponsor, .hero-media.invest, .hero-media.create, .hero-media.refer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-media.create { background-position: center 12%; }
.hero-media.refer { background-position: center 42%; }
.detail-photo img.fit-top,
.path-card img.fit-top { object-position: center 18%; }
.detail-photo img.fit-hands,
.path-card img.fit-hands { object-position: center 42%; }
.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 36px 20px 28px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
}
.eyebrow i {
  display: block;
  width: 28px;
  height: 6px;
  background: var(--highlight);
  border-radius: 2px;
}
.hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 4vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  max-width: 22ch;
}
.hero .lede {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255,255,255,0.88);
  max-width: 48ch;
}
.hero .lede a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.hero-actions {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 220px);
  gap: 8px;
  max-width: 456px;
}
.btn-primary, .btn-ghost, .btn-submit, .btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: var(--r);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary, .btn-submit {
  border: 1px solid var(--blue);
  background-image: var(--btn);
  color: #fff;
}
.btn-ghost {
  border: 1px solid rgba(255,255,255,0.55);
  background: transparent;
  color: #fff;
}
.btn-ghost:hover { border-color: #fff; }
.btn-line {
  border: 1px solid rgba(0,0,0,0.25);
  background: #fff;
  color: #000;
}
.btn-line:hover { border-color: var(--blue); }

.crumb {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 20px 0;
  font-size: 13px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.crumb a { color: var(--blue); font-weight: 600; }
.crumb span { color: rgba(0,0,0,0.62); }

.paths {
  position: relative;
  z-index: 2;
  margin-top: -22px;
  padding: 0 20px 8px;
}
.paths-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.path-tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-height: 72px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: var(--r);
  background: #fff;
  color: #000;
  text-align: left;
}
.path-tile:hover { border-color: var(--blue); }
.path-tile.on {
  border-color: rgba(0,0,0,0.25);
  background-image: var(--highlight);
}
.path-tile b { font-size: 14px; font-weight: 700; line-height: 1.2; }
.path-tile span { font-size: 12px; line-height: 1.3; color: rgba(0,0,0,0.72); }

.path-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.path-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 12px;
  min-height: 148px;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: var(--r);
  overflow: hidden;
  color: #000;
  background: #fff;
}
.path-card:hover { border-color: var(--blue); }
.path-card img {
  width: 100%;
  height: 100%;
  min-height: 148px;
  object-fit: cover;
}
.path-card .pad {
  padding: 12px 12px 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.path-card b { font-size: 16px; }
.path-card p { margin: 0; font-size: 13px; line-height: 1.4; color: rgba(0,0,0,0.7); }
.path-card em {
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}

.wash { position: relative; overflow: hidden; }
.wash::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 280px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at top left, rgba(56,182,255,0.14), transparent 55%),
    radial-gradient(ellipse at top right, rgba(255,102,196,0.08), transparent 45%);
}

.section {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 36px 20px 8px;
}
.section h2 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.section h3 {
  margin: 18px 0 8px;
  font-size: 1.05rem;
}
.section .sub, .prose p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0,0,0,0.72);
  max-width: 68ch;
}
.rule {
  height: 2px;
  background: rgba(0,0,0,0.25);
  border: 0;
  margin: 28px 0 0;
}
.note {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-left: 4px solid var(--blue);
  font-size: 13px;
  line-height: 1.45;
  max-width: 68ch;
}

.film figure { margin: 0; }
.stage {
  position: relative;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(0,0,0,0.25);
  border-left: 4px solid var(--blue);
  border-radius: var(--r);
  overflow: hidden;
  background: #000;
}
.stage img, .stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.play-disc {
  width: 56px;
  height: 56px;
  border-radius: var(--r);
  background-image: var(--btn);
  box-shadow: 0 0 0 2px #fff;
  display: grid;
  place-items: center;
}
.play-disc::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
}
.play:hover .play-disc { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--blue); }
.duration {
  position: absolute;
  left: 10px;
  bottom: 10px;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.stage.is-open .play, .stage.is-open .duration { display: none; }
.slot-note {
  display: none;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.62)),
    url("/advice/tropical-resort.webp") center/cover no-repeat;
  color: #fff;
  padding: 24px;
  align-content: center;
  text-align: center;
}
.stage.is-open .slot-note { display: grid; gap: 8px; }
.slot-note strong { font-size: 20px; }
.slot-note p { margin: 0 auto; max-width: 46ch; font-size: 14px; line-height: 1.45; }
figcaption {
  margin: 10px 0 0;
  font-size: 13px;
  color: rgba(0,0,0,0.68);
}

.detail {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 20px;
  align-items: stretch;
}
.who-section {
  padding-top: 48px;
  padding-bottom: 20px;
}
.who-row {
  align-items: stretch;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
}
.who-row .fit-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 8px 8px 8px 0;
}
.who-row .detail-photo {
  min-height: 0;
  aspect-ratio: 1 / 1;
}
.fit-copy h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.4rem);
  margin-bottom: 0;
}
.fit-copy h3 {
  margin: 20px 0 10px;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
}
.fit-copy .lead {
  margin: 0;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.55;
  font-weight: 500;
  color: #000;
  max-width: 38ch;
}
.goals-row {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 2px solid rgba(0,0,0,0.25);
}
.goals-row h3 {
  margin: 0 0 20px;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
}
.get-list.pair {
  grid-template-columns: 1fr 1fr;
  gap: 20px 36px;
}
.fit-copy .aside {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(0,0,0,0.78);
}
.fit-list,
.get-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.who-row .fit-list {
  gap: 18px;
}
.fit-list li {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.fit-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--blue);
  border-radius: 2px;
}
.get-list li {
  padding: 10px 0 10px 12px;
  border-left: 3px solid var(--blue);
  font-size: 17px;
  line-height: 1.4;
  color: rgba(0,0,0,0.82);
}
.get-list b {
  display: block;
  margin: 0 0 3px;
  font-size: 19px;
  color: #000;
}
.points {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.points li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
}
.points li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 6px;
  background: var(--blue);
  border-radius: 2px;
}
.detail-photo {
  position: relative;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: var(--r);
  overflow: hidden;
  min-height: 320px;
}
.detail-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.steps.two {
  grid-template-columns: 1fr 1fr;
}
.step { padding: 4px 0 0; }
.step em {
  display: block;
  font-style: normal;
  font-size: 28px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 6px;
}
.step b { display: block; font-size: 15px; margin-bottom: 4px; }
.step p { margin: 0; font-size: 13px; line-height: 1.45; color: rgba(0,0,0,0.68); }

.faq { display: grid; gap: 8px; }
details {
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: var(--r);
  padding: 0 12px;
  background: #fff;
}
summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker { display: none; }
details p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(0,0,0,0.72);
}

.apply-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: start;
}
.apply-card {
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: var(--r);
  overflow: hidden;
  background: #fff;
}
.apply-card .bar { height: 4px; background: var(--highlight-b); }
.apply-card form, .thanks { padding: 16px; display: grid; gap: 10px; }
label { display: grid; gap: 4px; font-size: 12px; font-weight: 600; }
input, select, textarea {
  min-height: 44px;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 14px;
  color: #000;
  background: #fff;
  outline: none;
}
textarea { min-height: 96px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); }
.hp { position: absolute; left: -9999px; }
.hint { margin: 0; font-size: 12px; font-weight: 400; color: rgba(0,0,0,0.62); }
.thanks { display: none; }
.apply-card.sent form { display: none; }
.apply-card.sent .thanks { display: grid; gap: 8px; padding: 28px 16px; }
.apply-card.sent .thanks h3 { margin: 0; font-size: 1.2rem; }
.apply-card.sent .thanks p { margin: 0; font-size: 14px; line-height: 1.45; color: rgba(0,0,0,0.7); }

.check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.check input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--blue);
  flex: 0 0 auto;
}
.choice-label { margin: 0; font-size: 12px; font-weight: 600; }
.choice-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.choice-tile {
  position: relative;
  min-height: 44px;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: var(--r);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.choice-tile input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  min-height: 0;
}
.choice-tile:has(input:checked) {
  background-image: var(--highlight);
  color: #000;
}

.hero.dash-hero { min-height: 58vh; }
.member-card {
  max-width: 560px;
  margin-top: 18px;
  background: #fff;
  color: #000;
  border-radius: var(--r);
  overflow: hidden;
}
.member-card .bar { height: 5px; background: var(--highlight-b); }
.member-card-pad {
  padding: 16px;
  display: grid;
  gap: 10px;
  justify-items: start;
}
.member-card .link-kicker { margin-bottom: 0; }
.member-card code {
  display: block;
  font-family: inherit;
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  word-break: break-all;
}
.member-card .hint { margin: 0; }
.member-card .note { margin: 0; max-width: none; }
.member-card .btn-primary { min-width: 168px; }

.pay-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
  padding-top: 8px;
}
.pay-rail::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 16%;
  right: 16%;
  height: 3px;
  background: linear-gradient(90deg, #38b6ff, #000);
}
.pay-stop {
  position: relative;
  text-align: center;
  padding: 0 8px;
}
.pay-stop i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: var(--r);
  background: #38b6ff;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
}
.pay-stop:last-child i { background: #000; }
.pay-stop b { display: block; font-size: 15px; margin-bottom: 4px; }
.pay-stop p { margin: 0; font-size: 13px; line-height: 1.4; color: rgba(0,0,0,0.72); }
.link-kicker {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 4px;
}
.link-box code {
  display: block;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  word-break: break-all;
}
.totals {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: var(--r);
  overflow: hidden;
  background: #fff;
}
.totals div {
  padding: 10px 12px;
  border-left: 1px solid rgba(0,0,0,0.25);
}
.totals div:first-child { border-left: 0; }
.totals b {
  display: block;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}
.totals span { font-size: 12px; font-weight: 600; }
.mix { margin-top: 10px; }
.mix-bar {
  display: flex;
  height: 10px;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: var(--r);
  overflow: hidden;
}
.mix-bar i { display: block; height: 100%; }
.mix-bar .pending { width: 33%; background: rgba(56,182,255,0.35); }
.mix-bar .due { width: 33%; background: #38b6ff; }
.mix-bar .paid { width: 34%; background: #000; }

.track {
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: var(--r);
  overflow: hidden;
  background: #fff;
}
.track table { width: 100%; border-collapse: collapse; }
.track th {
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 8px 10px;
  border-bottom: 2px solid rgba(0,0,0,0.25);
}
.track td {
  padding: 8px 10px;
  font-size: 13px;
  border-top: 1px solid rgba(0,0,0,0.25);
  font-variant-numeric: tabular-nums;
  vertical-align: top;
}
.track .track-head b { font-size: 13px; }
.track tr.is-paid td:first-child { box-shadow: inset 4px 0 0 var(--blue); }

.invoice-sheet { max-width: 640px; }
.invoice-dl {
  margin: 0 0 16px;
  display: grid;
  gap: 8px;
}
.invoice-dl div {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid rgba(0,0,0,0.25);
  font-size: 14px;
}
.invoice-dl dt { font-weight: 600; }
.invoice-dl dd { margin: 0; }

.site-footer {
  margin-top: 40px;
  background: #000;
  color: #fff;
  padding: 36px 20px 24px;
}
.site-footer .inner { max-width: 1280px; margin: 0 auto; }
.foot-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}
.site-footer h2 { margin: 0 0 12px; font-size: 13px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; }
.site-footer a { color: rgba(255,255,255,0.7); font-size: 13px; min-height: 32px; display: inline-flex; align-items: center; }
.site-footer a:hover { color: #fff; }
.legal {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
}
.copy { margin-left: auto; font-size: 12px; color: rgba(255,255,255,0.5); }

.sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 8px 12px max(8px, env(safe-area-inset-bottom));
  background: #000;
}
.sticky-cta a { width: 100%; }

@media (max-width: 900px) {
  .nav-center, .nav-right { display: none; }
  .burger { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
  .drawer.open { display: block; }
  .logo { height: 40px; max-width: 160px; }
  .detail, .who-row, .steps, .steps.two, .get-list.pair, .apply-wrap, .foot-grid, .path-cards {
    grid-template-columns: 1fr;
  }
  .who-row .detail-photo {
    aspect-ratio: 16 / 10;
    min-height: 220px;
  }
  .hero-actions { grid-template-columns: 1fr 1fr; max-width: none; }
  .paths-grid { grid-template-columns: 1fr 1fr; }
  .path-card { grid-template-columns: 104px 1fr; }
  .hero { min-height: 70vh; }
  .hero.page { min-height: 42vh; }
  .hero h1 { max-width: 14ch; }
  .totals { grid-template-columns: 1fr 1fr; }
  .totals div { border-left: 0; border-top: 1px solid rgba(0,0,0,0.25); }
  .totals div:nth-child(-n+2) { border-top: 0; }
  .hero.dash-hero { min-height: 52vh; }
  .member-card { max-width: none; }
  .member-card .btn-primary { width: 100%; }
  .pay-rail { grid-template-columns: 1fr; gap: 16px; }
  .pay-rail::before { display: none; }
  .pay-stop { text-align: left; display: grid; grid-template-columns: 28px 1fr; gap: 0 10px; }
  .pay-stop i { grid-row: 1 / span 2; margin-bottom: 0; }
  .track table, .track tbody { display: block; width: 100%; }
  .track thead { display: none; }
  .track tr {
    display: grid;
    gap: 8px;
    padding: 10px 12px;
    border-top: 1px solid rgba(0,0,0,0.25);
  }
  .track tr:first-child { border-top: 0; }
  .track td {
    display: grid;
    grid-template-columns: minmax(6.5rem, 40%) 1fr;
    gap: 8px;
    align-items: baseline;
    padding: 0;
    border: 0;
  }
  .track td::before {
    content: attr(data-label);
    font-size: 12px;
    font-weight: 600;
  }
  .track .track-head { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .track .track-head::before { display: none; }
  .invoice-dl div { grid-template-columns: 1fr; }
  .sticky-cta { display: block; }
  body { padding-bottom: 68px; }
  .copy { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
