/* PHC Thank You Page — page-specific styles
   Imports the brand tokens. */
@import url("colors_and_type.css");

html, body { background: var(--phc-periwinkle); }
body { margin: 0; }

/* page frame (matches PHC website) */
.phc-page {
  max-width: 1500px;
  margin: 0 auto;
  background: var(--phc-white);
  min-height: 100vh;
  overflow: hidden;
  border-left: 1px solid rgba(15,28,72,0.04);
  border-right: 1px solid rgba(15,28,72,0.04);
}

/* ---------- NAV (same pattern as marketing site) ---------- */
.phc-nav { display:flex; align-items:center; justify-content:space-between; padding: 22px 40px; background: var(--phc-white); gap: 24px; }
.phc-nav__logo { display:flex; align-items:center; gap: 14px; color: var(--phc-navy); }
.phc-nav__mono { font-family: var(--font-title); font-weight: 900; font-size: 38px; line-height: 1; letter-spacing: -0.01em; }
.phc-nav__rule { width: 1.5px; height: 38px; background: var(--phc-navy); }
.phc-nav__wordmark { display:flex; flex-direction: column; gap: 4px; }
.phc-nav__name { font-family: var(--font-heading); font-weight: 500; font-size: 14px; letter-spacing: 0.16em; white-space: nowrap; }
.phc-nav__sub { font-family: var(--font-sans); font-weight: 500; font-size: 10px; letter-spacing: 0.24em; color: var(--phc-navy); white-space: nowrap; }
.phc-nav__items { display:flex; align-items:center; gap: 18px; list-style:none; margin:0; padding:0; }
.phc-nav__items li { white-space: nowrap; }
.phc-nav__link { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--phc-navy); text-decoration:none; font-weight: 500; }
.phc-nav__link:hover { color: var(--phc-navy-deep); text-decoration: underline; text-underline-offset: 4px; }

/* ---------- BUTTONS ---------- */
.phc-btn { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; border: 0; border-radius: 14px; padding: 13px 22px; cursor: pointer; transition: background 120ms var(--ease-out), color 120ms var(--ease-out), transform 120ms var(--ease-out); display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.phc-btn--primary { background: var(--phc-navy); color: #fff; }
.phc-btn--primary:hover { background: var(--phc-navy-deep); color:#fff; }
.phc-btn--gold { background: var(--phc-gold); color: var(--phc-navy); }
.phc-btn--gold:hover { background: var(--phc-gold-deep); }
.phc-btn--outline { background: #fff; color: var(--phc-navy); border: 1.5px solid var(--phc-navy); }
.phc-btn--outline:hover { background: var(--phc-navy); color: #fff; }
.phc-btn--ghost { background: transparent; color: var(--phc-navy); border: 1.5px solid rgba(15,28,72,0.18); }
.phc-btn--ghost:hover { border-color: var(--phc-navy); background: var(--phc-periwinkle-soft); }
.phc-btn--lg { padding: 18px 28px; font-size: 13px; }

/* ---------- EYEBROW ---------- */
.phc-eyebrow { font-family: var(--font-sans); font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--phc-navy); }
.phc-eyebrow--gold { color: var(--phc-gold-deep); }
.phc-eyebrow--light { color: rgba(255,255,255,0.78); }

/* ============================================================
   HERO — "You're in!" confirmation
   ============================================================ */
.ty-hero { position: relative; padding: 64px 56px 72px; background: var(--phc-white); text-align: center; overflow: hidden; }

/* Editorial hero ornament — a thin navy rule with a centered gold dot.
   Replaces confetti (which the brand explicitly disallows) with a
   restrained typographic accent that matches the brand's institutional
   register. */
.ty-hero__ornament {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  margin: 0 auto 22px;
}
.ty-hero__ornament-rule {
  display: block;
  width: 56px; height: 1px;
  background: var(--phc-navy);
  opacity: 0.4;
}
.ty-hero__ornament-dot {
  display: block;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--phc-gold);
}

/* Confetti replay button — persistent floating action so it's always
   visible no matter how far the user has scrolled. Brand-styled gold pill
   with a navy icon, fixed in the bottom-right with a subtle shadow. */
.ty-confetti-btn {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 80;
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--phc-gold);
  color: var(--phc-navy);
  border: 1.5px solid var(--phc-navy);
  border-radius: 999px;
  padding: 12px 18px 12px 16px;
  font-family: var(--font-sans);
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(15, 28, 72, 0.22);
  transition: background 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}
.ty-confetti-btn:hover {
  background: var(--phc-gold-deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(15, 28, 72, 0.28);
}
.ty-confetti-btn:active { transform: translateY(0); }
.ty-confetti-btn svg { color: var(--phc-navy); }
@media (max-width: 640px) {
  .ty-confetti-btn {
    bottom: 16px; right: 16px;
    padding: 10px 14px;
    font-size: 10px;
  }
}

.ty-hero__badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--phc-butter); color: var(--phc-navy);
  border-radius: 999px; padding: 10px 18px;
  font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 26px;
}
.ty-hero__badge svg { color: var(--phc-gold-deep); }

.ty-hero__title {
  font-family: var(--font-title); font-weight: 900;
  font-size: clamp(54px, 7vw, 96px); line-height: 1.02; letter-spacing: -0.02em;
  color: var(--phc-navy); margin: 0 auto 22px; max-width: 1100px;
}
.ty-hero__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.ty-hero__lede { font-family: var(--font-sans); font-size: 19px; line-height: 1.6; color: var(--phc-ink-2); max-width: 640px; margin: 0 auto 36px; }

/* Workshop details card */
.ty-details {
  max-width: 980px; margin: 0 auto;
  background: var(--phc-white);
  border: 1.5px solid var(--phc-navy);
  border-radius: 32px;
  padding: 28px 36px;
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 24px;
  text-align: left;
  position: relative;
}
.ty-details__col { display: flex; flex-direction: column; gap: 6px; }
.ty-details__col + .ty-details__col { border-left: 1px solid var(--phc-line); padding-left: 24px; }
.ty-details__label { font-family: var(--font-sans); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--phc-ink-3); }
.ty-details__value { font-family: var(--font-heading); font-weight: 600; font-size: 20px; line-height: 1.2; color: var(--phc-navy); }
.ty-details__small { font-family: var(--font-sans); font-size: 13px; color: var(--phc-ink-2); }
.ty-details__email { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-sans); font-size: 13px; color: var(--phc-navy); background: var(--phc-periwinkle-soft); padding: 4px 10px; border-radius: 999px; width: max-content; }

/* ============================================================
   ROADMAP — "What to do next"
   ============================================================ */
.ty-roadmap { background: var(--phc-periwinkle-soft); padding: 96px 56px; }
.ty-roadmap__header { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.ty-roadmap__h {
  font-family: var(--font-title); font-weight: 900;
  font-size: clamp(40px, 4.5vw, 60px); line-height: 1.06; letter-spacing: -0.01em;
  color: var(--phc-navy); margin: 14px 0 16px;
}
.ty-roadmap__h em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.ty-roadmap__sub { font-family: var(--font-sans); font-size: 17px; line-height: 1.6; color: var(--phc-ink-2); margin: 0; }

/* The three step cards — stacked on a thin "spine" */
.ty-steps { max-width: 1180px; margin: 0 auto; display: flex; flex-direction: column; gap: 32px; }

.ty-step {
  background: var(--phc-white);
  border-radius: 32px;
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 88px 1fr 360px;
  gap: 40px;
  align-items: start;
  position: relative;
}
.ty-step--gold { background: var(--phc-butter); }
.ty-step--navy { background: var(--phc-navy); color: #fff; }
.ty-step--navy .ty-step__kicker, .ty-step--navy .ty-step__h, .ty-step--navy .ty-step__p { color: #fff; }
.ty-step--navy .ty-step__p { color: rgba(255,255,255,0.86); }

.ty-step__num {
  font-family: var(--font-title); font-weight: 900; font-size: 96px; line-height: 0.85;
  color: var(--phc-navy); letter-spacing: -0.03em; opacity: 0.92;
}
.ty-step--navy .ty-step__num { color: var(--phc-gold); }

.ty-step__body { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.ty-step__kicker { font-family: var(--font-sans); font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--phc-ink-3); }
.ty-step--navy .ty-step__kicker { color: var(--phc-gold); }
.ty-step__h { font-family: var(--font-title); font-weight: 900; font-size: 40px; line-height: 1.05; color: var(--phc-navy); margin: 0; letter-spacing: -0.01em; }
.ty-step__h em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.ty-step__p { font-family: var(--font-sans); font-size: 16px; line-height: 1.65; color: var(--phc-ink-2); margin: 0; }

.ty-step__aside { display: flex; flex-direction: column; gap: 14px; }

/* Calendar dropdown */
.cal-buttons { display: flex; flex-direction: column; gap: 10px; }
.cal-btn {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1.5px solid var(--phc-line);
  background: var(--phc-white);
  font-family: var(--font-sans); font-size: 14px; font-weight: 600; color: var(--phc-navy);
  text-decoration: none;
  transition: border-color 120ms var(--ease-out), background 120ms var(--ease-out);
  cursor: pointer;
}
.cal-btn:hover { border-color: var(--phc-navy); background: var(--phc-periwinkle-soft); }
.cal-btn svg { width: 22px; height: 22px; flex-shrink: 0; }
.cal-btn__meta { display: flex; flex-direction: column; gap: 1px; text-align: left; flex: 1; }
.cal-btn__name { font-size: 14px; font-weight: 600; }
.cal-btn__hint { font-size: 11px; font-weight: 500; color: var(--phc-ink-3); letter-spacing: 0.04em; }
.cal-btn__arrow { color: var(--phc-ink-3); }

/* Playbook visual — flat product mockup, per brand rule
   "Product/UI mockups appear in flat browser/laptop frames". */
.playbook {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  background: var(--phc-navy);
  border-radius: 14px;
  box-shadow: var(--shadow-3);
  padding: 24px 22px;
  color: #fff;
  display: flex; flex-direction: column; gap: 14px;
  overflow: hidden;
}
.playbook::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 8px;
  background: var(--phc-gold);
}
.playbook__top { display: flex; flex-direction: column; gap: 12px; }
.playbook__brand { font-family: var(--font-title); font-weight: 900; font-size: 22px; letter-spacing: 0.02em; }
.playbook__rule { width: 1px; height: 22px; background: rgba(255,255,255,0.5); margin-left: 8px; }
.playbook__brand-row { display: flex; align-items: center; gap: 10px; }
.playbook__sub { font-family: var(--font-sans); font-size: 9px; letter-spacing: 0.22em; opacity: 0.75; text-transform: uppercase; line-height: 1.2; }
.playbook__title { font-family: var(--font-title); font-weight: 900; font-size: 26px; line-height: 1; letter-spacing: -0.01em; margin: 0; }
.playbook__title em { font-family: var(--font-italic); font-style: italic; font-weight: 500; color: var(--phc-gold); }
.playbook__kicker { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--phc-gold); margin-bottom: 4px; }
.playbook__photo {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--phc-gold);
  box-shadow: 0 6px 18px rgba(15,28,72,0.30);
  min-height: 0;
  background: var(--phc-navy-deep);
}
.playbook__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; display: block; }
.playbook__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.playbook__author { font-family: var(--font-heading); font-style: italic; font-size: 13px; opacity: 0.92; line-height: 1.2; }
.playbook__pages { font-family: var(--font-sans); font-size: 9px; letter-spacing: 0.18em; opacity: 0.7; text-transform: uppercase; white-space: nowrap; }
.playbook__seal {
  position: absolute; right: -18px; top: 40px;
  background: var(--phc-gold); color: var(--phc-navy);
  font-family: var(--font-sans); font-size: 9px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 6px 22px; transform: rotate(8deg);
  box-shadow: 0 2px 6px rgba(15,28,72,0.20);
}

/* Email-inbox visual (Step 1) */
.email-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid var(--phc-line);
  box-shadow: var(--shadow-2);
}
.email-card__bar {
  background: var(--phc-periwinkle-soft);
  padding: 10px 14px;
  display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid var(--phc-line);
}
.email-card__dots { display: inline-flex; gap: 5px; }
.email-card__dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--phc-line); display: block; }
.email-card__label { font-family: var(--font-sans); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--phc-ink-3); margin-left: 4px; }
.email-card__row {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--phc-periwinkle-soft);
}
.email-card__row:last-child { border-bottom: 0; }
.email-card__row--unread { background: var(--phc-butter); position: relative; }
.email-card__row--unread::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--phc-gold);
}
.email-card__ava {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--phc-navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-title); font-weight: 900; font-size: 12px;
  flex-shrink: 0;
}
.email-card__meta { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.email-card__from { font-family: var(--font-sans); font-size: 12px; font-weight: 700; color: var(--phc-navy); letter-spacing: 0.02em; }
.email-card__subj { font-family: var(--font-sans); font-size: 13px; color: var(--phc-ink); line-height: 1.35; }
.email-card__row--unread .email-card__subj { font-weight: 600; }
.email-card__time { font-family: var(--font-sans); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--phc-gold-deep); flex-shrink: 0; }
.email-card__row--ghost { opacity: 0.5; }
.email-card__ghost-line { height: 8px; border-radius: 4px; background: var(--phc-periwinkle); flex: 1; }
.email-card__ghost-line--short { flex: 0 0 40%; }
.email-card__row--ghost { display: flex; flex-direction: column; align-items: stretch; gap: 6px; padding: 14px 16px 14px 32px; }

.email-hints { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.email-hints li {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--font-sans); font-size: 13px; line-height: 1.45;
  color: var(--phc-ink-2);
}
.email-hints svg { color: var(--phc-navy); flex-shrink: 0; margin-top: 3px; }
.email-hints em { font-family: var(--font-sans); font-style: normal; color: var(--phc-navy); font-weight: 700; }

/* Bonus list inside step 2 */
.ty-bonus { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.ty-bonus li { display: flex; align-items: flex-start; gap: 10px; font-family: var(--font-sans); font-size: 14.5px; color: rgba(255,255,255,0.92); line-height: 1.45; }
.ty-bonus svg { color: var(--phc-gold); flex-shrink: 0; margin-top: 3px; }

/* Video grid in step 3 */
.ty-videos { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 720px; }
.ty-video {
  border-radius: 18px; overflow: hidden; background: var(--phc-navy);
  position: relative; aspect-ratio: 16/9;
  border: 1.5px solid rgba(15,28,72,0.08);
}
.ty-video iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0; display: block;
}
.ty-video--facade {
  display: block; text-decoration: none; cursor: pointer;
  transition: background 120ms var(--ease-out);
}
.ty-video--facade:hover { background: var(--phc-navy-deep); }
.ty-video__poster {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: opacity 120ms var(--ease-out);
}
.ty-video--facade:hover .ty-video__poster { opacity: 0.9; }
.ty-video__play {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  border-radius: 999px;
  background: rgba(15,28,72,0.92);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: background 120ms var(--ease-out), color 120ms var(--ease-out);
}
.ty-video__play svg { margin-left: 3px; }
.ty-video--facade:hover .ty-video__play { background: var(--phc-gold); color: var(--phc-navy); }
.ty-video__caption { font-family: var(--font-sans); font-size: 13px; font-weight: 600; color: var(--phc-navy); margin-top: 10px; line-height: 1.4; }
.ty-video__wrap { display: flex; flex-direction: column; }

/* ============================================================
   FOUNDER NOTE — warm welcome
   ============================================================ */
.ty-welcome { display: grid; grid-template-columns: 1fr 1.2fr; background: var(--phc-butter); }
.ty-welcome__photo { aspect-ratio: 4/5; overflow: hidden; }
.ty-welcome__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ty-welcome__copy { padding: 88px 72px; display: flex; flex-direction: column; justify-content: center; }
.ty-welcome__h { font-family: var(--font-title); font-weight: 900; font-size: 52px; line-height: 1.05; color: var(--phc-navy); margin: 16px 0 22px; letter-spacing: -0.01em; }
.ty-welcome__h em { font-family: var(--font-italic); font-style: italic; font-weight: 500; }
.ty-welcome__p { font-family: var(--font-sans); font-size: 17px; line-height: 1.75; color: var(--phc-ink-2); margin: 0 0 16px; }
.ty-welcome__sig { font-family: var(--font-script); font-size: 44px; color: var(--phc-navy); line-height: 1; margin: 18px 0 4px; }
.ty-welcome__sig-sub { font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--phc-ink-3); font-weight: 600; }

/* ============================================================
   COMMUNITY BAND
   ============================================================ */
.phc-community { display: grid; grid-template-columns: 1.1fr 1fr; background: var(--phc-navy); color: #fff; }
.phc-community__photo { overflow: hidden; aspect-ratio: 5/4; }
.phc-community__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.phc-community__copy { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
.phc-community__h { font-family: var(--font-title); font-weight: 900; font-size: 46px; line-height: 1.1; color: #fff; margin: 14px 0 22px; letter-spacing: -0.01em; }
.phc-community__h em { font-family: var(--font-italic); font-style: italic; font-weight: 500; color: var(--phc-gold); }
.phc-community__p { font-family: var(--font-sans); font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.85); margin: 0 0 28px; }
.phc-community__stats { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border-top: 1px solid rgba(255,255,255,0.18); padding-top: 24px; margin-bottom: 28px; }
.phc-community__stats li { display: flex; flex-direction: column; gap: 6px; }
.phc-community__num { font-family: var(--font-title); font-weight: 900; font-size: 44px; line-height: 1; color: var(--phc-gold); }
.phc-community__lbl { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,0.7); }

/* ---------- FOOTER ---------- */
.phc-footer { background: var(--phc-navy); color: #fff; padding: 64px 56px 24px; }
.phc-footer__top { display: flex; justify-content: center; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.15); text-align: center; }
.phc-footer__brand { display: inline-flex; flex-direction: column; align-items: center; }
.phc-footer__mono { font-family: var(--font-title); font-weight: 900; font-size: 56px; line-height: 0.9; }
.phc-footer__name { font-family: var(--font-heading); font-size: 13px; letter-spacing: 0.18em; margin-top: 8px; }
.phc-footer__sub { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.24em; opacity: 0.7; margin-top: 4px; }
.phc-footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.phc-footer__cols a { display: block; font-family: var(--font-sans); font-size: 14px; color: rgba(255,255,255,0.78); text-decoration: none; padding: 5px 0; }
.phc-footer__cols a:hover { color: #fff; }
.phc-footer__h { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--phc-gold); margin-bottom: 12px; }
.phc-footer__bottom { display:flex; justify-content:space-between; padding-top: 22px; font-family: var(--font-sans); font-size: 12px; opacity: 0.7; letter-spacing: 0.04em; }

/* ============================================================
   RESPONSIVE — tablet & mobile
   ============================================================ */
@media (max-width: 980px) {
  .ty-hero { padding: 56px 24px 56px; }
  .ty-hero__title { font-size: clamp(38px, 8vw, 64px); }
  .ty-hero__lede { font-size: 17px; }

  .ty-details { grid-template-columns: 1fr 1fr; padding: 22px; gap: 18px; border-radius: 24px; }
  .ty-details__col + .ty-details__col { border-left: 0; padding-left: 0; padding-top: 18px; border-top: 1px solid var(--phc-line); }
  .ty-details__col:nth-child(2) { border-left: 1px solid var(--phc-line); padding-left: 22px; padding-top: 0; border-top: 0; }
  .ty-details__value { font-size: 17px; }

  .ty-roadmap { padding: 64px 20px; }
  .ty-roadmap__h { font-size: clamp(32px, 6vw, 48px); }
  .ty-roadmap__sub { font-size: 16px; }

  .ty-step { grid-template-columns: 1fr; padding: 32px 24px; gap: 20px; border-radius: 24px; }
  .ty-step__num { font-size: 64px; }
  .ty-step__h { font-size: 28px; }
  .ty-step__p { font-size: 15px; }
  .ty-step__body { gap: 12px; }
  .ty-step--gold .ty-step__body { grid-column: 1 !important; }

  .ty-videos { grid-template-columns: 1fr; gap: 16px; }

  .playbook { max-width: 280px; margin: 0 auto; }
  .ty-step__aside { align-items: stretch !important; gap: 18px; }
  .email-card { max-width: 420px; margin: 0 auto; width: 100%; }
  .email-hints { max-width: 420px; margin: 0 auto; }
  .email-hints li { font-size: 13px; }
  .ty-bonus li { font-size: 14px; }

  .ty-welcome { grid-template-columns: 1fr; }
  .ty-welcome__photo { aspect-ratio: 4/3; }
  .ty-welcome__copy { padding: 48px 24px; }
  .ty-welcome__h { font-size: 36px; }
  .ty-welcome__p { font-size: 16px; }

  .phc-community { grid-template-columns: 1fr; }
  .phc-community__copy { padding: 48px 24px; }
  .phc-community__h { font-size: 34px; }
  .phc-community__stats { grid-template-columns: 1fr; gap: 12px; padding-top: 20px; margin-bottom: 22px; }
  .phc-community__num { font-size: 36px; }

  .phc-nav { padding: 16px 20px; flex-wrap: wrap; gap: 12px; }
  .phc-nav__items { gap: 14px; flex-wrap: wrap; }
  .phc-nav__items li:not(:last-child) { display: none; }
  .phc-nav__mono { font-size: 32px; }
  .phc-nav__rule { height: 32px; }
  .phc-nav__name { font-size: 12px; letter-spacing: 0.14em; }
  .phc-nav__sub { font-size: 9px; }

  .phc-footer { padding: 48px 24px 20px; }
  .phc-footer__mono { font-size: 44px; }
  .phc-footer__bottom { flex-direction: column; gap: 8px; align-items: flex-start; padding-top: 18px; }
  .phc-footer__cols a { font-size: 13px; }
}

@media (max-width: 560px) {
  .ty-hero { padding: 44px 18px 44px; }
  .ty-hero__badge { padding: 8px 14px; font-size: 10px; letter-spacing: 0.18em; }
  .ty-hero__title { font-size: clamp(34px, 9vw, 48px); line-height: 1.05; margin-bottom: 18px; }
  .ty-hero__lede { font-size: 16px; margin-bottom: 28px; }

  .ty-details { grid-template-columns: 1fr; padding: 20px; gap: 16px; }
  .ty-details__col + .ty-details__col,
  .ty-details__col:nth-child(2) {
    border-left: 0; padding-left: 0; padding-top: 16px; border-top: 1px solid var(--phc-line);
  }
  .ty-details__value { font-size: 18px; }
  .ty-details__value br { display: none; }

  .ty-roadmap { padding: 56px 16px; }
  .ty-roadmap__h { font-size: 32px; }

  .ty-step { padding: 28px 22px; }
  .ty-step__num { font-size: 56px; }
  .ty-step__h { font-size: 26px; line-height: 1.1; }

  .ty-welcome__copy { padding: 40px 20px; }
  .ty-welcome__h { font-size: 30px; }
  .ty-welcome__sig { font-size: 36px; }

  .phc-community__copy { padding: 40px 20px; }
  .phc-community__h { font-size: 28px; }
  .phc-community__num { font-size: 32px; }

  .phc-footer__cols { grid-template-columns: 1fr 1fr; }

  .phc-btn--lg { padding: 16px 22px; font-size: 12px; letter-spacing: 0.14em; }
  .phc-btn { padding: 12px 18px; font-size: 11px; }
}

@media (max-width: 380px) {
  .ty-hero__title { font-size: 30px; }
  .ty-step__h { font-size: 23px; }
  .phc-footer__cols { grid-template-columns: 1fr; }
}
