:root {
  --black: #080808;
  --black-deep: #050506;
  --graphite: #141414;
  --line: rgba(242, 239, 232, 0.16);
  --line-strong: rgba(242, 239, 232, 0.28);
  --paper: #f2efe8;
  --muted: #aaa59c;
  --red: #a10d0d;
  --red-hot: #d21519;
  --green: #4ea76a;
  --amber: #c8963f;
  --danger: #b93535;
  --shadow: rgba(0, 0, 0, 0.58);
  --footer-h: 54px;
  color-scheme: dark;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black-deep);
  color: var(--paper);
  min-width: 320px;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

body:not(.home-body) {
  padding-bottom: var(--footer-h);
}

.home-body {
  min-height: 100dvh;
  overflow: hidden;
}

.site-video-bg {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.91) 0%, rgba(5, 5, 6, 0.72) 48%, rgba(5, 5, 6, 0.66) 100%),
    linear-gradient(180deg, rgba(5, 5, 6, 0.82) 0%, rgba(5, 5, 6, 0.48) 48%, rgba(5, 5, 6, 0.93) 100%),
    url("assets/locked-hero-poster.jpg");
  background-position: center center;
  background-size: cover;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.site-video-bg::after {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.78), rgba(5, 5, 6, 0.58)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.78), rgba(5, 5, 6, 0.38) 46%, rgba(5, 5, 6, 0.9));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 2;
}

.site-video {
  display: block;
  filter: brightness(1.02) contrast(1.08) saturate(0.9);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  position: absolute;
  transform: scale(1.02);
  transition: opacity 400ms ease;
  width: 100%;
  z-index: 1;
}

.site-video-bg.has-video .site-video {
  opacity: 0.5;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

body::selection {
  background: var(--red);
  color: var(--paper);
}

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

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

button {
  cursor: pointer;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(5, 5, 6, 0.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  min-height: 104px;
  padding: 22px 48px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand-lockup {
  align-items: center;
  display: inline-flex;
  gap: 9px;
  min-width: 0;
}

.brand-logo {
  display: block;
  height: 78px;
  width: auto;
}

.brand-club {
  color: var(--red-hot);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.brand-admin-label {
  border-left: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  padding-left: 9px;
  text-transform: uppercase;
}

.top-nav {
  align-items: center;
  display: flex;
  gap: 34px;
}

.top-nav a,
.nav-button {
  background: transparent;
  border: 0;
  color: rgba(242, 239, 232, 0.82);
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0;
}

.top-nav a:hover,
.nav-button:hover {
  color: var(--paper);
}

.hero-section {
  min-height: 100vh;
  overflow: hidden;
  padding: 154px 64px 60px;
  position: relative;
}

.home-body .hero-section {
  height: 100dvh;
  min-height: 0;
  padding-bottom: calc(var(--footer-h) + 34px);
}

.hero-video {
  display: none;
  filter: contrast(1.08) saturate(0.78);
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transition: opacity 400ms ease;
  width: 100%;
  z-index: 0;
}

.hero-section::after {
  background: linear-gradient(180deg, rgba(5, 5, 6, 0) 0%, var(--black-deep) 100%);
  bottom: 0;
  content: "";
  height: 190px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.hero-section::before {
  border: 1px solid rgba(210, 21, 25, 0.42);
  bottom: 34px;
  content: "";
  left: 34px;
  pointer-events: none;
  position: absolute;
  right: 34px;
  top: 142px;
  z-index: 1;
}

.home-body .hero-section::before {
  bottom: calc(var(--footer-h) + 12px);
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) 460px;
  margin: 0 auto;
  max-width: 1580px;
  min-height: calc(100vh - 220px);
  min-width: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.home-body .hero-grid {
  height: 100%;
  min-height: 0;
}

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

.hero-copy {
  max-width: 1120px;
  min-width: 0;
  width: 100%;
}

.eyebrow {
  color: rgba(242, 239, 232, 0.82);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 24px;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}

.hero-copy h1 {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 148px;
  font-weight: 700;
  line-height: 0.88;
  margin: 0;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.9);
}

.hero-wordmark {
  display: block;
  filter: drop-shadow(0 18px 46px rgba(0, 0, 0, 0.9));
  height: auto;
  min-width: 0;
  max-width: 100%;
  width: min(100%, 880px);
}

.hero-kicker {
  color: var(--red-hot);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  margin: 18px 0 20px;
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.95);
}

.hero-text {
  color: rgba(242, 239, 232, 0.82);
  font-size: 22px;
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  max-width: 100%;
}

.button {
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--line-strong);
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  justify-content: center;
  min-height: 64px;
  padding: 0 30px;
  text-transform: uppercase;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

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

.button.primary {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--black);
}

.button.primary:hover {
  background: #fffaf0;
}

.button.ghost {
  background: rgba(8, 8, 8, 0.72);
  color: var(--paper);
}

.button.ghost:hover {
  border-color: var(--paper);
}

.button.danger {
  background: rgba(185, 53, 53, 0.14);
  border-color: rgba(185, 53, 53, 0.6);
  color: #ffc4c4;
}

.button.approve {
  background: rgba(78, 167, 106, 0.14);
  border-color: rgba(78, 167, 106, 0.62);
  color: #bff0ce;
}

.button.waitlist {
  background: rgba(200, 150, 63, 0.13);
  border-color: rgba(200, 150, 63, 0.65);
  color: #ffe2a8;
}

.invite-card {
  background: rgba(8, 8, 8, 0.78);
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  box-shadow: 0 24px 70px var(--shadow);
  color: inherit;
  min-height: 330px;
  padding: 34px;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
  width: 100%;
}

.invite-card:hover {
  border-color: rgba(242, 239, 232, 0.46);
  transform: translateY(-2px);
}

.invite-top {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding-bottom: 18px;
}

.invite-top span,
.invite-card p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.invite-top strong {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  overflow-wrap: anywhere;
}

.invite-code {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  line-height: 0.95;
  margin: 56px 0 18px;
}

.scan-line {
  background: var(--red-hot);
  height: 3px;
  margin-top: 58px;
  width: 168px;
}

.application-shell,
.status-shell,
.admin-main {
  margin: 0 auto;
  max-width: 1360px;
  padding: 96px 48px;
}

.section-heading {
  max-width: 720px;
  min-width: 0;
}

.section-heading h1,
.section-heading h2,
.dashboard-top h1 {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 66px;
  line-height: 1;
  margin: 0 0 18px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
  margin: 0;
}

.application-form,
.status-form,
.login-form {
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.9) 0%, rgba(8, 8, 8, 0.98) 100%);
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-top: 36px;
  padding: 28px;
}

.application-form {
  display: grid;
  gap: 18px;
}

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

.field-row.compact {
  grid-template-columns: minmax(0, 1.6fr) minmax(120px, 0.6fr) minmax(0, 1fr);
}

label {
  color: var(--muted);
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: rgba(5, 5, 6, 0.86);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--paper);
  font-size: 16px;
  min-height: 54px;
  outline: none;
  padding: 13px 14px;
  width: 100%;
}

textarea {
  line-height: 1.45;
  min-height: 120px;
  resize: vertical;
  text-transform: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--paper);
  box-shadow: 0 0 0 3px rgba(242, 239, 232, 0.08);
}

.check-field {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 18px minmax(0, 1fr);
  line-height: 1.45;
  text-transform: none;
}

.check-field input {
  min-height: 18px;
  padding: 0;
}

.form-submit {
  justify-self: start;
}

.form-message {
  color: var(--paper);
  font-size: 14px;
  margin: 0;
  min-height: 20px;
}

.form-message.is-error {
  color: #ffb5b5;
}

.form-message.is-ok {
  color: #c9f3d4;
}

.status-form {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 760px;
}

.status-result {
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-top: 18px;
  max-width: 760px;
  min-height: 76px;
  padding: 20px;
}

.status-result:empty {
  display: none;
}

.status-result strong {
  color: var(--paper);
}

.drop-page {
  min-height: 100vh;
  padding: 168px 64px 86px;
  position: relative;
}

.drop-layout {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  margin: 0 auto;
  max-width: 1540px;
  min-height: calc(100vh - 270px);
}

.drop-copy {
  max-width: 820px;
  min-width: 0;
}

.drop-copy h1 {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 104px;
  line-height: 0.92;
  margin: 0 0 26px;
  text-transform: uppercase;
  text-shadow: 0 22px 62px rgba(0, 0, 0, 0.9);
}

.drop-copy p:not(.eyebrow) {
  color: rgba(242, 239, 232, 0.86);
  font-size: 26px;
  line-height: 1.5;
  margin: 0;
  max-width: 760px;
}

.drop-flyer {
  background: rgba(5, 5, 6, 0.72);
  border: 1px solid rgba(210, 21, 25, 0.52);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.68),
    0 0 0 1px rgba(242, 239, 232, 0.08) inset;
  margin: 0;
  padding: 14px;
}

.drop-flyer img {
  display: block;
  height: auto;
  width: 100%;
}

.auth-body,
.content-body {
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.72), rgba(5, 5, 6, 0.96)),
    url("assets/locked-hero-poster.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.auth-stage {
  display: grid;
  min-height: 100vh;
  overflow: hidden;
  padding: 158px 32px 64px;
  place-items: center;
  position: relative;
}

.member-panel,
.request-panel {
  background: rgba(8, 10, 9, 0.9);
  border: 1px solid var(--line-strong);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
  max-width: calc(100vw - 64px);
  min-width: 0;
  position: relative;
  width: min(100%, 760px);
  z-index: 2;
}

.member-panel {
  min-height: 820px;
  padding: 72px 68px 64px;
}

.request-panel {
  padding: 70px 68px 64px;
  text-align: center;
  width: min(100%, 860px);
}

.member-panel h1,
.request-panel h1 {
  color: var(--paper);
  font-size: 34px;
  font-weight: 900;
  margin: 0 0 46px;
  text-align: center;
  text-transform: uppercase;
}

.request-panel h1 {
  font-size: 82px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 22px;
}

.panel-step,
.panel-intro {
  color: var(--muted);
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.panel-step {
  font-size: 18px;
  margin-bottom: 18px;
}

.panel-intro {
  font-size: 24px;
  line-height: 1.55;
  margin: 0 auto 44px;
  max-width: 610px;
  overflow-wrap: anywhere;
  text-transform: none;
}

.member-form,
.request-form {
  display: grid;
  gap: 32px;
}

.line-field {
  align-items: stretch;
  color: rgba(242, 239, 232, 0.74);
  font-size: 18px;
  font-weight: 900;
  gap: 14px;
  text-align: center;
  text-transform: uppercase;
}

.line-field input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  color: var(--paper);
  font-size: 34px;
  font-weight: 800;
  min-height: 70px;
  padding: 10px 8px 16px;
  text-align: center;
}

.line-field input::placeholder {
  color: rgba(242, 239, 232, 0.48);
  opacity: 1;
}

.line-field input:focus {
  border-color: var(--paper);
  box-shadow: none;
}

.password-wrap {
  align-items: center;
  border-bottom: 1px solid var(--line-strong);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.password-wrap input {
  border-bottom: 0;
}

.password-wrap button {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  padding: 8px;
  text-transform: uppercase;
}

.outline-submit {
  background: rgba(20, 20, 20, 0.35);
  border: 1px solid var(--line-strong);
  border-radius: 0;
  color: var(--paper);
  font-size: 28px;
  font-weight: 900;
  min-height: 84px;
  text-transform: uppercase;
}

.outline-submit:hover {
  border-color: var(--paper);
}

.auth-message {
  text-align: center;
}

.text-action {
  background: transparent;
  border: 0;
  color: var(--muted);
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin: 42px auto 0;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}

.text-action:hover {
  color: var(--paper);
}

.member-panel-divider {
  background: var(--line);
  height: 1px;
  margin: 62px 0 28px;
}

.access-question {
  color: var(--muted);
  font-size: 18px;
  font-weight: 800;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.request-link {
  color: var(--paper);
  margin-top: 18px;
}

.content-page {
  margin: 0 auto;
  max-width: 1360px;
  padding: 170px 72px 96px;
}

.faq-hero {
  border-bottom: 1px solid var(--line);
  padding-bottom: 44px;
}

.faq-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 116px;
  line-height: 1;
  margin: 0 0 24px;
  overflow-wrap: break-word;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.88);
}

.faq-hero h1 span {
  display: inline;
}

.faq-hero p:not(.eyebrow) {
  color: rgba(242, 239, 232, 0.88);
  font-size: 30px;
  line-height: 1.55;
  margin: 0;
  max-width: 900px;
}

.faq-section {
  border-bottom: 1px solid var(--line);
  padding: 44px 0;
}

.faq-section h2 {
  color: var(--paper);
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.faq-section details {
  border-top: 1px solid var(--line);
  padding: 28px 0;
}

.faq-section summary {
  color: var(--paper);
  cursor: pointer;
  font-size: 34px;
  font-weight: 800;
  list-style: none;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.78);
}

.faq-section summary::-webkit-details-marker {
  display: none;
}

.faq-section summary::after {
  color: var(--red-hot);
  content: "+";
  float: right;
  font-weight: 900;
}

.faq-section details[open] summary::after {
  content: "-";
}

.faq-section p {
  color: rgba(242, 239, 232, 0.78);
  font-size: 25px;
  line-height: 1.62;
  margin: 18px 0 0;
  max-width: 920px;
}

.site-footer {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(5, 5, 6, 0.9);
  border-top: 1px solid rgba(242, 239, 232, 0.22);
  bottom: 0;
  color: rgba(242, 239, 232, 0.86);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 900;
  gap: 18px;
  justify-content: space-between;
  left: 0;
  min-height: var(--footer-h);
  padding: 9px 42px;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  z-index: 19;
}

.admin-body {
  background:
    linear-gradient(180deg, rgba(161, 13, 13, 0.08) 0%, rgba(5, 5, 6, 0) 260px),
    var(--black-deep);
}

.admin-main {
  padding-top: 156px;
}

.admin-login {
  max-width: 760px;
}

.login-form {
  display: grid;
  gap: 18px;
}

.is-hidden {
  display: none !important;
}

.dashboard-top {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.metric-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 30px 0 18px;
}

.metric-card {
  background: var(--graphite);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 18px;
}

.metric-card span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.metric-card strong {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
}

.admin-filters {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 220px;
  margin-bottom: 18px;
}

.application-list {
  display: grid;
  gap: 16px;
}

.application-card {
  background: rgba(20, 20, 20, 0.82);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 20px;
}

.application-card-top {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.application-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.05;
  margin: 8px 0 6px;
}

.username-line,
.reason-copy {
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.member-code {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  white-space: nowrap;
}

.status-pill {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  min-height: 26px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.status-pill.pending {
  color: #e7dcc7;
}

.status-pill.approved {
  border-color: rgba(78, 167, 106, 0.68);
  color: #c7f3d2;
}

.status-pill.waitlist {
  border-color: rgba(200, 150, 63, 0.68);
  color: #ffe1a0;
}

.status-pill.rejected {
  border-color: rgba(185, 53, 53, 0.68);
  color: #ffc2c2;
}

.profile-grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 0;
  padding-top: 18px;
}

.profile-grid div {
  min-width: 0;
}

.profile-grid dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.profile-grid dd {
  color: var(--paper);
  font-size: 14px;
  margin: 0;
  overflow-wrap: anywhere;
}

.admin-note {
  margin-top: 2px;
  min-height: 74px;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.empty-state {
  border: 1px dashed var(--line-strong);
  border-radius: 6px;
  color: var(--muted);
  padding: 32px;
  text-align: center;
}

@media (min-width: 1440px) and (max-width: 1799px) {
  :root {
    --footer-h: 58px;
  }

  body:not(.home-body) {
    padding-bottom: var(--footer-h);
  }

  .site-header {
    min-height: 102px;
    padding: 22px 52px;
  }

  .brand-logo {
    height: 88px;
    width: auto;
  }

  .brand-club {
    font-size: 19px;
  }

  .top-nav a,
  .nav-button {
    font-size: 24px;
  }

  .hero-section {
    padding: 152px 72px 68px;
  }

  .hero-grid {
    gap: 66px;
    grid-template-columns: minmax(0, 1fr) 500px;
    max-width: 1500px;
    min-height: calc(100vh - 245px);
  }

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

  .hero-copy h1 {
    font-size: 172px;
  }

  .hero-wordmark {
    width: min(100%, 1040px);
  }

  .hero-kicker {
    font-size: 36px;
  }

  .hero-text {
    font-size: 25px;
    max-width: 780px;
  }

  .invite-card {
    min-height: 360px;
    padding: 38px;
  }

  .invite-code {
    font-size: 76px;
  }

  .drop-layout {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 620px);
    max-width: 1680px;
  }

  .drop-copy h1 {
    font-size: 118px;
  }

  .drop-copy p:not(.eyebrow) {
    font-size: 30px;
  }

  .site-footer {
    font-size: 15px;
    min-height: var(--footer-h);
    padding: 10px 48px;
  }
}

@media (min-width: 1800px) {
  :root {
    --footer-h: 64px;
  }

  body:not(.home-body) {
    padding-bottom: var(--footer-h);
  }

  .site-header {
    min-height: 112px;
    padding: 24px 58px;
  }

  .brand-logo {
    height: 104px;
    width: auto;
  }

  .brand-club {
    font-size: 22px;
  }

  .brand-admin-label {
    font-size: 14px;
  }

  .top-nav {
    gap: 34px;
  }

  .top-nav a,
  .nav-button {
    font-size: 28px;
  }

  .hero-section {
    padding: 166px 84px 76px;
  }

  .hero-grid {
    gap: 76px;
    grid-template-columns: minmax(0, 1fr) 540px;
    max-width: none;
    min-height: calc(100vh - 260px);
  }

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

  .hero-copy {
    max-width: 1240px;
  }

  .eyebrow {
    font-size: 30px;
  }

  .hero-copy h1 {
    font-size: 198px;
  }

  .hero-wordmark {
    width: min(100%, 1180px);
  }

  .hero-kicker {
    font-size: 40px;
  }

  .hero-text {
    font-size: 28px;
    max-width: 880px;
  }

  .button {
    font-size: 22px;
    min-height: 78px;
    padding: 0 42px;
  }

  .invite-card {
    min-height: 390px;
    padding: 42px;
  }

  .invite-top span,
  .invite-card p {
    font-size: 16px;
  }

  .invite-top strong {
    font-size: 32px;
  }

  .invite-code {
    font-size: 84px;
  }

  .application-shell,
  .status-shell,
  .admin-main {
    max-width: 1560px;
    padding: 118px 64px;
  }

  .section-heading h1,
  .section-heading h2,
  .dashboard-top h1 {
    font-size: 84px;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 24px;
  }

  .member-panel {
    min-height: 930px;
    padding: 88px 84px 76px;
    width: min(100%, 940px);
  }

  .request-panel {
    padding: 86px 84px 78px;
    width: min(100%, 1060px);
  }

  .member-panel h1,
  .request-panel h1 {
    font-size: 44px;
  }

  .request-panel h1 {
    font-size: 104px;
  }

  .panel-step,
  .line-field,
  .access-question,
  .text-action {
    font-size: 22px;
  }

  .panel-intro {
    font-size: 30px;
    max-width: 720px;
  }

  .line-field input {
    font-size: 42px;
    min-height: 82px;
  }

  .outline-submit {
    font-size: 34px;
    min-height: 94px;
  }

  .drop-page {
    padding: 198px 84px 110px;
  }

  .drop-layout {
    gap: 96px;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 720px);
    max-width: 1900px;
    min-height: calc(100vh - 330px);
  }

  .drop-copy h1 {
    font-size: 146px;
  }

  .drop-copy p:not(.eyebrow) {
    font-size: 34px;
    max-width: 900px;
  }

  .drop-flyer {
    padding: 18px;
  }

  .content-page {
    max-width: 1540px;
    padding: 194px 80px 118px;
  }

  .faq-hero h1 {
    font-size: 138px;
  }

  .faq-hero p:not(.eyebrow) {
    font-size: 34px;
    max-width: 1040px;
  }

  .faq-section h2 {
    font-size: 24px;
  }

  .faq-section summary {
    font-size: 42px;
  }

  .faq-section p {
    font-size: 30px;
    max-width: 1060px;
  }

  label {
    font-size: 16px;
  }

  input,
  select,
  textarea {
    font-size: 20px;
    min-height: 64px;
  }

  .form-message {
    font-size: 18px;
  }

  .site-footer {
    font-size: 18px;
    min-height: var(--footer-h);
    padding: 12px 58px;
  }
}

@media (min-width: 2600px) {
  :root {
    --footer-h: 82px;
  }

  body:not(.home-body) {
    padding-bottom: var(--footer-h);
  }

  .site-header {
    min-height: 132px;
    padding: 28px 72px;
  }

  .brand-logo {
    height: 132px;
    width: auto;
  }

  .brand-club {
    font-size: 28px;
  }

  .top-nav {
    gap: 64px;
  }

  .top-nav a,
  .nav-button {
    font-size: 40px;
  }

  .hero-section {
    padding: 194px 110px 90px;
  }

  .hero-grid {
    gap: 110px;
    grid-template-columns: minmax(0, 1fr) 700px;
    max-width: none;
    min-height: calc(100vh - 310px);
  }

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

  .hero-copy h1 {
    font-size: 278px;
  }

  .hero-wordmark {
    width: min(100%, 1540px);
  }

  .hero-kicker {
    font-size: 54px;
  }

  .hero-text {
    font-size: 36px;
    max-width: 1080px;
  }

  .button {
    font-size: 30px;
    min-height: 104px;
    padding: 0 58px;
  }

  .invite-card {
    min-height: 500px;
    padding: 54px;
  }

  .invite-top span,
  .invite-card p {
    font-size: 20px;
  }

  .invite-top strong {
    font-size: 42px;
  }

  .invite-code {
    font-size: 110px;
  }

  .scan-line {
    height: 4px;
    width: 230px;
  }

  .member-panel {
    min-height: 1120px;
    padding: 116px 108px 100px;
    width: min(100%, 1180px);
  }

  .request-panel {
    padding: 112px 108px 102px;
    width: min(100%, 1260px);
  }

  .member-panel h1,
  .request-panel h1 {
    font-size: 58px;
  }

  .request-panel h1 {
    font-size: 132px;
  }

  .panel-step,
  .line-field,
  .access-question,
  .text-action {
    font-size: 30px;
  }

  .panel-intro {
    font-size: 38px;
    max-width: 900px;
  }

  .line-field input {
    font-size: 56px;
    min-height: 108px;
  }

  .outline-submit {
    font-size: 44px;
    min-height: 126px;
  }

  .drop-layout {
    gap: 130px;
    grid-template-columns: minmax(0, 1fr) minmax(700px, 900px);
    max-width: 2500px;
  }

  .drop-copy h1 {
    font-size: 190px;
  }

  .drop-copy p:not(.eyebrow) {
    font-size: 46px;
    max-width: 1180px;
  }

  .content-page {
    max-width: 2100px;
    padding: 240px 110px 150px;
  }

  .faq-hero h1 {
    font-size: 190px;
  }

  .faq-hero p:not(.eyebrow) {
    font-size: 46px;
    max-width: 1380px;
  }

  .faq-section h2 {
    font-size: 32px;
  }

  .faq-section summary {
    font-size: 58px;
  }

  .faq-section p {
    font-size: 42px;
    max-width: 1460px;
  }

  .site-footer {
    font-size: 24px;
    min-height: var(--footer-h);
    padding: 16px 72px;
  }
}

@media (max-width: 900px) {
  :root {
    --footer-h: 62px;
  }

  .site-header {
    padding: 16px 20px;
  }

  .top-nav {
    gap: 12px;
  }

  .hero-section {
    min-height: auto;
    padding: 122px 20px 42px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy h1 {
    font-size: 72px;
  }

  .hero-wordmark {
    width: min(100%, 680px);
  }

  .invite-card {
    max-width: 420px;
    min-height: 220px;
    padding: 22px;
  }

  .application-shell,
  .status-shell,
  .admin-main,
  .content-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-row,
  .field-row.compact,
  .status-form,
  .admin-filters,
  .metric-grid,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-top {
    align-items: start;
    flex-direction: column;
  }

  .drop-page {
    padding: 142px 22px 54px;
  }

  .drop-layout {
    gap: 36px;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .drop-copy h1 {
    font-size: 66px;
  }

  .drop-copy p:not(.eyebrow) {
    font-size: 21px;
  }

  .drop-flyer {
    margin: 0 auto;
    max-width: 520px;
    padding: 10px;
  }

  .site-footer {
    font-size: 12px;
    min-height: var(--footer-h);
    padding: 8px 20px;
  }
}

@media (max-width: 620px) {
  :root {
    --footer-h: 78px;
  }

  body:not(.home-body) {
    padding-bottom: var(--footer-h);
  }

  .site-header {
    align-items: start;
    flex-direction: column;
    gap: 12px;
    min-height: 104px;
  }

  .brand-logo {
    height: 58px;
    width: auto;
  }

  .brand-lockup {
    gap: 7px;
  }

  .top-nav {
    flex-wrap: wrap;
  }

  .top-nav a,
  .nav-button {
    font-size: 16px;
    padding: 4px 0;
  }

  .hero-section {
    padding-top: 138px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-copy h1 {
    font-size: 55px;
  }

  .hero-wordmark {
    max-width: calc(100vw - 56px);
    width: min(300px, calc(100vw - 56px));
  }

  .eyebrow {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .hero-kicker {
    font-size: 20px;
  }

  .hero-text {
    font-size: 16px;
    max-width: 330px;
  }

  .hero-actions,
  .dashboard-actions,
  .card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    max-width: 100%;
    width: 100%;
  }

  .section-heading h1,
  .section-heading h2,
  .dashboard-top h1,
  .faq-hero h1 {
    font-size: 38px;
  }

  .application-form,
  .status-form,
  .login-form {
    padding: 20px;
  }

  .invite-code {
    font-size: 42px;
    margin: 30px 0 14px;
  }

  .invite-top {
    align-items: start;
    flex-direction: column;
  }

  .scan-line {
    margin-top: 28px;
  }

  .application-card-top {
    flex-direction: column;
  }

  .member-code {
    white-space: normal;
  }

  .auth-stage {
    padding: 136px 14px 28px;
    place-items: start center;
  }

  .member-panel,
  .request-panel {
    max-width: calc(100vw - 28px);
    padding: 34px 24px;
    width: calc(100vw - 28px);
  }

  .member-panel {
    min-height: auto;
  }

  .request-panel h1 {
    font-size: 44px;
  }

  .member-panel h1 {
    font-size: 24px;
  }

  .panel-step,
  .line-field,
  .access-question,
  .text-action {
    font-size: 14px;
  }

  .panel-intro {
    font-size: 16px;
    max-width: 280px;
  }

  .line-field input {
    font-size: 20px;
    min-height: 54px;
  }

  .outline-submit {
    font-size: 18px;
    min-height: 62px;
  }

  .content-page {
    padding-top: 138px;
  }

  .faq-hero h1 {
    font-size: 42px;
  }

  .faq-hero h1 span {
    display: block;
  }

  .faq-hero p:not(.eyebrow) {
    font-size: 18px;
  }

  .faq-section summary {
    font-size: 16px;
    padding-right: 26px;
  }

  .drop-page {
    padding: 150px 14px 36px;
  }

  .drop-copy h1 {
    font-size: 44px;
  }

  .drop-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .drop-flyer {
    max-width: calc(100vw - 28px);
    padding: 7px;
  }

  .site-footer {
    align-items: center;
    display: grid;
    font-size: 11px;
    gap: 5px;
    justify-items: center;
    line-height: 1.2;
    min-height: var(--footer-h);
    padding: 8px 14px;
    text-align: center;
  }
}

/* Production balance: final proportions after visual QA. */
:root {
  --footer-h: 36px;
}

.site-video-bg {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.88) 0%, rgba(5, 5, 6, 0.62) 45%, rgba(5, 5, 6, 0.74) 100%),
    linear-gradient(180deg, rgba(5, 5, 6, 0.82) 0%, rgba(5, 5, 6, 0.38) 48%, rgba(5, 5, 6, 0.92) 100%),
    url("assets/locked-hero-poster.jpg");
}

.site-video-bg::after {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.76) 0%, rgba(5, 5, 6, 0.48) 46%, rgba(5, 5, 6, 0.68) 100%),
    linear-gradient(180deg, rgba(5, 5, 6, 0.74) 0%, rgba(5, 5, 6, 0.24) 46%, rgba(5, 5, 6, 0.86) 100%);
}

.site-video {
  filter: brightness(0.98) contrast(1.08) saturate(0.86);
  object-position: center center;
  transform: scale(1.01);
}

.site-video-bg.has-video .site-video {
  opacity: 0.62;
}

.site-header {
  min-height: 94px;
  padding: 12px 34px;
}

.brand-logo {
  height: 64px;
}

.top-nav {
  gap: 32px;
}

.top-nav a,
.nav-button {
  font-size: 20px;
  padding: 7px 0;
}

.home-body .hero-section {
  height: 100dvh;
  padding: 94px 48px var(--footer-h);
}

.hero-section::after {
  height: 160px;
}

.hero-section::before {
  bottom: var(--footer-h);
  left: 10px;
  right: 10px;
  top: 94px;
}

.home-body .hero-section::before {
  bottom: var(--footer-h);
}

.hero-grid,
.home-body .hero-grid {
  align-items: center;
  gap: 42px;
  height: 100%;
  max-width: none;
  min-height: 0;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  font-size: 16px;
  margin-bottom: 16px;
}

.hero-wordmark {
  width: min(100%, 640px);
}

.hero-actions {
  gap: 6px;
  margin-top: 22px;
}

.button {
  font-size: 15px;
  min-height: 54px;
  padding: 0 30px;
}

.site-footer {
  font-size: 12px;
  min-height: var(--footer-h);
  padding: 4px 28px;
}

.auth-stage {
  min-height: 100dvh;
  padding: 118px 32px 52px;
}

.member-panel,
.request-panel {
  width: min(100%, 620px);
}

.member-panel {
  min-height: auto;
  padding: 50px 54px 44px;
}

.request-panel {
  padding: 48px 54px 44px;
  width: min(100%, 680px);
}

.member-panel h1,
.request-panel h1 {
  font-size: 28px;
  margin-bottom: 34px;
}

.request-panel h1 {
  font-size: 56px;
  margin-bottom: 16px;
}

.panel-step,
.line-field,
.access-question,
.text-action {
  font-size: 15px;
}

.panel-intro {
  font-size: 18px;
  margin-bottom: 34px;
  max-width: 500px;
}

.member-form,
.request-form {
  gap: 24px;
}

.line-field input {
  font-size: 24px;
  min-height: 56px;
  padding: 8px 8px 12px;
}

.password-wrap button {
  font-size: 12px;
}

.outline-submit {
  font-size: 18px;
  min-height: 58px;
}

.text-action {
  margin-top: 30px;
}

.member-panel-divider {
  margin: 38px 0 18px;
}

.content-page {
  max-width: 980px;
  padding: 124px 48px 72px;
}

.faq-hero {
  padding-bottom: 30px;
}

.faq-hero h1 {
  font-size: 76px;
  margin-bottom: 16px;
}

.faq-hero p:not(.eyebrow) {
  font-size: 20px;
  max-width: 680px;
}

.faq-section {
  padding: 26px 0;
}

.faq-section h2 {
  font-size: 13px;
  margin-bottom: 14px;
}

.faq-section details {
  padding: 18px 0;
}

.faq-section summary {
  font-size: 22px;
}

.faq-section p {
  font-size: 17px;
  max-width: 760px;
}

.drop-page {
  padding: 124px 48px 72px;
}

.drop-layout {
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  max-width: 1220px;
  min-height: calc(100dvh - 196px);
}

.drop-copy h1 {
  font-size: 74px;
}

.drop-copy p:not(.eyebrow) {
  font-size: 20px;
  max-width: 620px;
}

.admin-main {
  padding-top: 118px;
}

@media (min-width: 1440px) {
  :root {
    --footer-h: 36px;
  }

  .site-header {
    min-height: 94px;
    padding: 12px 34px;
  }

  .brand-logo {
    height: 64px;
  }

  .top-nav {
    gap: 32px;
  }

  .top-nav a,
  .nav-button {
    font-size: 20px;
  }

  .home-body .hero-section {
    padding: 94px 48px var(--footer-h);
  }

  .hero-section::before {
    bottom: var(--footer-h);
    left: 10px;
    right: 10px;
    top: 94px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .eyebrow {
    font-size: 16px;
  }

  .hero-wordmark {
    width: min(100%, 640px);
  }

  .button {
    font-size: 15px;
    min-height: 54px;
    padding: 0 30px;
  }

  .site-footer {
    font-size: 12px;
    min-height: var(--footer-h);
    padding: 4px 28px;
  }
}

@media (min-width: 2200px) {
  :root {
    --footer-h: 42px;
  }

  .site-header {
    min-height: 106px;
    padding: 14px 42px;
  }

  .brand-logo {
    height: 74px;
  }

  .top-nav {
    gap: 40px;
  }

  .top-nav a,
  .nav-button {
    font-size: 23px;
  }

  .home-body .hero-section {
    padding: 106px 60px var(--footer-h);
  }

  .hero-section::before {
    bottom: var(--footer-h);
    left: 12px;
    right: 12px;
    top: 106px;
  }

  .hero-copy {
    max-width: 880px;
  }

  .eyebrow {
    font-size: 18px;
  }

  .hero-wordmark {
    width: min(100%, 760px);
  }

  .button {
    font-size: 16px;
    min-height: 58px;
    padding: 0 34px;
  }

  .site-footer {
    font-size: 13px;
  }

  .content-page {
    max-width: 1080px;
  }

  .faq-hero h1 {
    font-size: 86px;
  }

  .faq-section summary {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  :root {
    --footer-h: 58px;
  }

  .site-header {
    min-height: 92px;
    padding: 12px 18px;
  }

  .brand-logo {
    height: 50px;
  }

  .top-nav {
    gap: 12px 18px;
  }

  .top-nav a,
  .nav-button {
    font-size: 15px;
  }

  .home-body .hero-section {
    padding: 92px 24px var(--footer-h);
  }

  .hero-section::before {
    bottom: var(--footer-h);
    left: 8px;
    right: 8px;
    top: 92px;
  }

  .hero-copy {
    max-width: 520px;
  }

  .hero-wordmark {
    width: min(100%, 430px);
  }

  .button {
    min-height: 52px;
  }

  .content-page,
  .drop-page {
    padding-top: 118px;
  }

  .faq-hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 620px) {
  :root {
    --footer-h: 70px;
  }

  .site-header {
    min-height: 108px;
    padding: 12px 16px;
  }

  .brand-logo {
    height: 46px;
  }

  .top-nav {
    gap: 8px 14px;
  }

  .top-nav a,
  .nav-button {
    font-size: 13px;
  }

  .home-body .hero-section {
    padding: 108px 22px var(--footer-h);
  }

  .hero-section::before {
    bottom: var(--footer-h);
    left: 7px;
    right: 7px;
    top: 108px;
  }

  .hero-copy {
    max-width: 330px;
  }

  .eyebrow {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .hero-wordmark {
    width: min(100%, 300px);
  }

  .hero-actions {
    gap: 8px;
    margin-top: 18px;
  }

  .button {
    font-size: 14px;
    min-height: 50px;
    width: 100%;
  }

  .auth-stage {
    min-height: 100dvh;
    overflow: visible;
    padding: 128px 14px 34px;
  }

  .member-panel,
  .request-panel {
    max-width: calc(100vw - 28px);
    padding: 30px 22px;
    width: calc(100vw - 28px);
  }

  .request-panel h1 {
    font-size: 40px;
  }

  .member-panel h1 {
    font-size: 22px;
  }

  .panel-intro {
    font-size: 15px;
  }

  .line-field input {
    font-size: 18px;
  }

  .content-page,
  .drop-page {
    padding: 128px 18px 78px;
  }

  .faq-hero h1 {
    font-size: 42px;
  }

  .faq-hero p:not(.eyebrow) {
    font-size: 17px;
  }

  .faq-section summary {
    font-size: 17px;
  }

  .drop-layout {
    grid-template-columns: 1fr;
  }

  .site-footer {
    font-size: 10px;
    min-height: var(--footer-h);
    padding: 7px 12px;
  }
}

/* Full-bleed video: no framed hero. */
.hero-section::before,
.home-body .hero-section::before {
  border: 0;
  content: none;
  display: none;
}

/* Top bar only. */
:root {
  --footer-h: 0px;
}

body:not(.home-body) {
  padding-bottom: 0;
}

.site-footer {
  display: none !important;
}

.home-body .hero-section {
  padding-bottom: 0;
}

/* Compact mobile home controls. */
@media (max-width: 620px) {
  .site-header {
    min-height: 100px;
    padding: 10px 16px;
  }

  .brand-logo {
    height: 40px;
  }

  .top-nav {
    gap: 6px 12px;
  }

  .top-nav a,
  .nav-button {
    font-size: 12px;
    padding: 3px 0;
  }

  .home-body .hero-section {
    padding: 100px 20px 0;
  }

  .home-body .hero-copy {
    max-width: 330px;
  }

  .home-body .hero-actions {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
  }

  .home-body .button {
    flex: 0 1 auto;
    font-size: 12px;
    min-height: 42px;
    padding: 0 14px;
    width: auto;
  }

  .home-body .button.primary {
    min-width: 142px;
  }

  .home-body .button.ghost {
    min-width: 78px;
  }
}

@media (max-width: 370px) {
  .top-nav a,
  .nav-button {
    font-size: 11px;
  }

  .home-body .button {
    font-size: 11px;
    min-height: 40px;
    padding: 0 11px;
  }

  .home-body .button.primary {
    min-width: 130px;
  }
}

/* Mobile safe area: keep content away from device/browser edges. */
@media (max-width: 620px) {
  .auth-stage {
    padding-left: 0;
    padding-right: 0;
  }

  .member-panel,
  .request-panel {
    margin-left: auto;
    margin-right: auto;
    max-width: min(340px, calc(100vw - 64px));
    width: min(340px, calc(100vw - 64px));
  }

  .panel-intro {
    padding-left: 2px;
    padding-right: 2px;
    text-wrap: balance;
  }

  .drop-page,
  .content-page {
    margin-left: auto;
    margin-right: auto;
    max-width: min(340px, calc(100vw - 64px));
    padding-left: 0;
    padding-right: 0;
    width: min(340px, calc(100vw - 64px));
  }

  .drop-copy h1 {
    font-size: 34px;
    line-height: 1.02;
    text-wrap: balance;
    white-space: normal;
  }

  .drop-copy p:not(.eyebrow) {
    font-size: 15px;
  }
}

/* Tablet drop: avoid cramped two-column title. */
@media (min-width: 621px) and (max-width: 900px) {
  .drop-layout {
    gap: 34px;
    grid-template-columns: 1fr;
    max-width: 640px;
    min-height: auto;
  }

  .drop-copy h1 {
    font-size: 60px;
    line-height: 0.98;
    max-width: 620px;
  }

  .drop-flyer {
    max-width: 520px;
  }
}

/* Mobile readability pass. */
.drop-copy h1 span {
  display: inline;
}

@media (max-width: 620px) {
  .member-panel,
  .request-panel,
  .content-page,
  .drop-page {
    max-width: min(340px, calc(100vw - 64px));
    width: min(340px, calc(100vw - 64px));
  }

  .panel-intro,
  .faq-hero p:not(.eyebrow),
  .faq-section p,
  .drop-copy p:not(.eyebrow) {
    max-width: 100%;
  }

  .request-panel h1 {
    font-size: 34px;
  }

  .drop-copy h1 {
    font-size: 34px;
  }

  .drop-copy h1 span {
    display: block;
  }

  .drop-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .drop-page .button {
    width: 100%;
  }
}

/* Mobile overflow hardening. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.auth-stage,
.content-page,
.drop-page {
  max-width: 100vw;
  width: 100%;
}

.panel-intro,
.faq-hero p:not(.eyebrow),
.faq-section p,
.faq-section summary,
.drop-copy h1,
.drop-copy p:not(.eyebrow) {
  overflow-wrap: anywhere;
}

@media (max-width: 620px) {
  .auth-stage {
    padding-left: 10px;
    padding-right: 10px;
  }

  .member-panel,
  .request-panel {
    max-width: calc(100vw - 40px);
    padding-left: 18px;
    padding-right: 18px;
    width: calc(100vw - 40px);
  }

  .request-panel h1 {
    font-size: 36px;
  }

  .panel-intro {
    font-size: 14px;
    line-height: 1.45;
    max-width: 100%;
  }

  .line-field {
    font-size: 13px;
  }

  .line-field input {
    font-size: 17px;
  }

  .drop-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .drop-layout {
    gap: 28px;
    max-width: 100%;
  }

  .drop-copy h1 {
    font-size: 38px;
    line-height: 0.98;
    max-width: 100%;
  }

  .drop-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
    max-width: 100%;
  }

  .drop-flyer {
    max-width: 100%;
    padding: 6px;
  }

  .content-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-hero h1 {
    font-size: 40px;
  }

  .faq-hero p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
    max-width: 100%;
  }

  .faq-section p {
    font-size: 16px;
    line-height: 1.55;
    max-width: 100%;
  }
}

/* Final mobile safe area after all overrides. */
@media (max-width: 620px) {
  .auth-stage {
    padding-left: 0;
    padding-right: 0;
  }

  .member-panel,
  .request-panel {
    margin-left: 22px;
    margin-right: auto;
    max-width: calc(100vw - 44px);
    width: min(340px, calc(100vw - 44px));
  }

  .panel-intro {
    padding-left: 2px;
    padding-right: 2px;
    text-wrap: balance;
  }

  .drop-page,
  .content-page {
    margin-left: 22px;
    margin-right: auto;
    max-width: calc(100vw - 44px);
    padding-left: 0;
    padding-right: 0;
    width: min(340px, calc(100vw - 44px));
  }

  .drop-copy h1 {
    font-size: 34px;
    line-height: 1.02;
    text-wrap: balance;
    white-space: normal;
  }

  .drop-copy p:not(.eyebrow) {
    font-size: 15px;
  }
}
