:root {
  --ink: #10110f;
  --paper: #f0ede5;
  --orange: #ff5b22;
  --muted: #aaa99f;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font: 16px/1.55 Arial, Helvetica, sans-serif;
}

a { color: inherit; }

button,
input { font: inherit; }

.member-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 86px;
  padding: 18px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(240, 237, 229, .16);
}

.member-brand {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: var(--paper);
  text-decoration: none;
}

.member-brand span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.member-brand strong {
  color: var(--orange);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 32px;
  letter-spacing: .02em;
}

.back-site {
  color: rgba(240, 237, 229, .68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.member-main {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) 0 96px;
}

.member-eyebrow,
.section-label {
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.member-main > h1 {
  max-width: 1050px;
  margin: 20px 0 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(74px, 12vw, 184px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: .8;
}

.member-main > h1 span { color: var(--orange); }

.member-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(290px, .55fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  margin-top: 72px;
}

.member-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(240, 237, 229, .78);
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.48;
}

.member-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  margin-top: 34px;
}

.member-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 14px 22px;
  color: var(--ink);
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
}

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

.member-button.outline {
  color: var(--paper);
  background: transparent;
  border-color: rgba(240, 237, 229, .45);
}

.member-button.outline:hover { color: var(--ink); background: var(--paper); }

.member-button.full { width: 100%; }

.member-text-link {
  color: var(--paper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.membership-card {
  padding: 28px;
  color: var(--ink);
  background: var(--orange);
}

.membership-card > span {
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.membership-card > strong {
  display: block;
  margin-top: 14px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 56px;
  line-height: 1;
}

.membership-card > p {
  overflow: hidden;
  margin: 12px 0 24px;
  font-size: 12px;
  text-overflow: ellipsis;
}

.membership-card button {
  width: 100%;
  min-height: 46px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.training-path {
  margin-top: 120px;
  padding-top: 30px;
  border-top: 1px solid rgba(240, 237, 229, .2);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-top: 1px solid rgba(240, 237, 229, .18);
  border-left: 1px solid rgba(240, 237, 229, .18);
}

.path-grid article {
  min-height: 400px;
  padding: clamp(26px, 3.4vw, 46px);
  border-right: 1px solid rgba(240, 237, 229, .18);
  border-bottom: 1px solid rgba(240, 237, 229, .18);
}

.path-grid article > span {
  color: var(--orange);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 58px;
}

.path-grid article > p:first-of-type {
  margin: 54px 0 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.path-grid h2 {
  margin: 12px 0 18px;
  font-size: 27px;
  line-height: 1.08;
  text-transform: uppercase;
}

.path-grid h2 + p { color: rgba(240, 237, 229, .68); }

.member-panel {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  margin-top: 90px;
  padding: clamp(28px, 5vw, 64px);
  color: var(--ink);
  background: var(--paper);
}

.member-panel.narrow {
  display: block;
  max-width: 680px;
  margin-top: 64px;
}

.member-panel h2 {
  margin: 12px 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.04;
  text-transform: uppercase;
}

.member-panel p { max-width: 700px; color: rgba(16, 17, 15, .72); }

.member-panel .member-text-link { color: var(--ink); }

.member-panel small {
  display: block;
  margin-top: 20px;
  color: rgba(16, 17, 15, .58);
  font-size: 11px;
  text-align: center;
}

.member-form {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.member-form label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.member-form input[type="email"] {
  width: 100%;
  min-height: 54px;
  margin-bottom: 6px;
  padding: 13px 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #aaa79f;
  border-radius: 0;
}

.member-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

.member-error {
  padding: 12px 14px;
  color: #751c08 !important;
  background: #ffd9cc;
  border-left: 4px solid #b7360b;
  font-weight: 700;
}

.member-divider {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 32px 0 20px;
  color: rgba(16, 17, 15, .5);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.member-divider::before,
.member-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(16, 17, 15, .2);
}

.member-disclaimer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-top: 64px;
  padding-top: 26px;
  border-top: 1px solid rgba(240, 237, 229, .16);
}

.member-disclaimer p {
  max-width: 820px;
  margin: 0;
  color: rgba(240, 237, 229, .48);
  font-size: 11px;
}

.member-disclaimer button {
  padding: 0;
  color: rgba(240, 237, 229, .65);
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.member-footer {
  padding: 26px 20px;
  color: rgba(240, 237, 229, .42);
  border-top: 1px solid rgba(240, 237, 229, .12);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: center;
}

@media (max-width: 880px) {
  .member-hero-grid,
  .path-grid { grid-template-columns: 1fr; }
  .path-grid article { min-height: 0; }
  .member-panel { align-items: flex-start; flex-direction: column; }
  .resource-panel .member-button { width: 100%; }
}

@media (max-width: 600px) {
  .member-main { width: min(100% - 30px, 1240px); }
  .member-main > h1 { font-size: clamp(64px, 23vw, 106px); }
  .member-hero-grid { margin-top: 48px; }
  .training-path { margin-top: 80px; }
  .member-actions { align-items: stretch; flex-direction: column; }
  .member-button { width: 100%; }
  .member-disclaimer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
