/* Hilda Baci Academy — Home to Pro campaign landing page
   Source: design_handoff_home_to_pro/. Mobile-first: base rules target the
   390px design, overridden at 901px+ for the 1180px desktop design.
   Standalone page — does not share the institutional site's header/footer/nav. */

@import url('tokens.css');

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body.page-home-to-pro {
  background: var(--ground);
  color: var(--ink-body);
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  line-height: 1.8;
}

img {
  max-width: 100%;
  display: block;
}

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

button {
  border-radius: 0;
  font-family: inherit;
  background: none;
  border: 0;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

h1, h2, h3 {
  font-weight: 400;
}

em {
  font-style: italic;
  color: var(--accent);
}

strong {
  font-weight: 500;
}

.htp-strong-ink { color: var(--ink); }
.htp-strong-accent { color: var(--accent); }
.htp-emph { color: var(--ink); }
.htp-arrow { color: var(--accent); }

/* ---------------------------------------------------------------------
   Shared primitives
   --------------------------------------------------------------------- */

.htp-eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-label);
}

.htp-btn-outline {
  display: inline-block;
  border: 1px solid var(--accent);
  color: var(--ink);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 9px 14px;
  transition: background 0.15s ease, color 0.15s ease;
}

.htp-btn-outline:hover {
  background: var(--accent);
  color: var(--accent-ink);
}

.htp-btn-primary {
  display: block;
  text-align: center;
  background: var(--accent);
  color: var(--accent-ink);
  padding: 17px;
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.15s ease;
}

.htp-btn-primary:hover {
  opacity: 0.88;
  color: var(--accent-ink);
}

.htp-h2 {
  font-weight: 200;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.htp-h2--narrow { max-width: 26ch; }
.htp-h2--tight-bottom { margin-bottom: 24px; }

.htp-section {
  padding: 40px 18px;
  border-bottom: 0;
}

.htp-section--tight-bottom { padding-bottom: 0; }
.htp-section--tight-top { padding-top: 26px; }
.htp-section--rule-top { border-top: 1px solid var(--rule); }
.htp-section--raised { background: var(--ground-alt); }

.htp-body-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-body);
}

.htp-body-col--tight { gap: 14px; }

.htp-intro-p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink-body);
  margin-top: 16px;
  margin-bottom: 26px;
  max-width: 64ch;
}

.htp-split { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }

.htp-heading-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.htp-fact-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-label);
}

.htp-fact-label--accent { color: var(--accent); }

/* Ruled multi-cell grid — gap is the rule */
.htp-grid-ruled {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}

.htp-area-cell,
.htp-audience-cell {
  background: var(--ground);
  padding: 22px 18px 24px;
}

.htp-area-index {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 14px;
}

.htp-area-title {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 10px;
}

.htp-area-cell p,
.htp-audience-cell p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-body);
}

.htp-area-closer {
  margin-top: 24px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.8;
}

.htp-audience-title {
  font-weight: 500;
  font-size: 17px;
  color: var(--ink);
  margin-bottom: 8px;
}

.htp-audience-closer {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.htp-audience-closer p:first-child {
  font-weight: 300;
  font-size: 16px;
  color: var(--ink-body);
}

.htp-audience-closer-serif {
  font-family: 'Instrument Serif', serif;
  font-size: 26px;
  line-height: 1.25;
  color: var(--ink);
}

.htp-flow-row {
  border-top: 1px solid var(--rule);
  padding-top: 20px;
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
}

/* ---------------------------------------------------------------------
   Promo bar / header
   --------------------------------------------------------------------- */

.htp-promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 11px 18px;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.htp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--rule);
}

.htp-logo img {
  height: 22px;
  width: auto;
}

.htp-nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.htp-nav a:not(.htp-btn-outline) {
  display: none;
  color: var(--ink-label);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.15s ease;
}

.htp-nav a:not(.htp-btn-outline):hover {
  color: var(--ink);
}

/* ---------------------------------------------------------------------
   Hero — grid-area layout, reflows between mobile stack and desktop split
   --------------------------------------------------------------------- */

.htp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "eyebrow"
    "heading"
    "body"
    "photo"
    "facts"
    "countdown"
    "cta";
  padding: 30px 18px 32px;
  border-bottom: 1px solid var(--rule);
}

.htp-hero-eyebrow { grid-area: eyebrow; font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-label); margin-bottom: 20px; }

.htp-hero-heading { grid-area: heading; }

.htp-hero-wordmark {
  font-weight: 600;
  font-size: 46px;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 12px;
}

.htp-hero-badge {
  display: inline-block;
  background: var(--accent);
  color: var(--accent-ink);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 7px 11px;
  margin-bottom: 22px;
}

.htp-hero-title {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 16px;
}

.htp-hero-body { grid-area: body; display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.htp-hero-lead { font-weight: 300; font-size: 17px; line-height: 1.65; color: var(--ink-strong-body); }
.htp-hero-body p:not(.htp-hero-lead) { font-weight: 300; font-size: 15px; line-height: 1.7; color: var(--ink-body); }

.htp-hero-photo { grid-area: photo; position: relative; height: 330px; overflow: hidden; margin-bottom: 24px; }
.htp-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  filter: var(--grade-hero);
}

.htp-hero-facts {
  grid-area: facts;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  margin-bottom: 22px;
}

.htp-hero-facts > div { background: var(--ground); padding: 18px 16px; }
.htp-fact-value { font-weight: 300; font-size: 17px; line-height: 1.3; color: var(--ink); }
.htp-fact-value--lg { font-weight: 200; font-size: 32px; }
.htp-hero-facts .htp-fact-price { font-weight: 300; font-size: 22px; color: var(--ink); margin: 8px 0 6px; }
.htp-fact-note { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-label); }

.htp-hero-countdown { grid-area: countdown; margin-bottom: 22px; }
.htp-countdown-label { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-label); margin-bottom: 10px; }
.htp-countdown-units { display: flex; gap: 8px; }
.htp-countdown-unit { flex: 1; text-align: center; border: 1px solid var(--rule); padding: 10px 4px; }
.htp-countdown-figure { font-weight: 200; font-size: 24px; line-height: 1; color: var(--accent); }
.htp-countdown-caption { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-label); margin-top: 5px; }

.htp-hero-cta { grid-area: cta; }

/* ---------------------------------------------------------------------
   Facilitators
   --------------------------------------------------------------------- */

.htp-facilitators { display: flex; flex-direction: column; gap: 26px; }

.htp-founder-card { border: 1px solid var(--rule); }
.htp-founder-photo { position: relative; height: 340px; overflow: hidden; border-bottom: 1px solid var(--rule); }
.htp-founder-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; filter: sepia(0.55) saturate(1.25) contrast(1.05) brightness(0.6); }
.htp-founder-body { padding: 22px 18px 24px; }
.htp-founder-eyebrow { color: var(--accent); font-size: 10px; letter-spacing: 0.16em; margin-bottom: 12px; }
.htp-founder-name { font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 30px; line-height: 1; color: var(--ink); margin-bottom: 12px; }
.htp-founder-body p { font-weight: 300; font-size: 15px; line-height: 1.75; color: var(--ink-body); }

.htp-instructor-tag { margin-bottom: 4px; }

.htp-instructor-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--rule);
  align-items: start;
}

.htp-instructor-photo { aspect-ratio: 3 / 4; overflow: hidden; background: var(--panel); grid-row: span 2; }
.htp-instructor-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: saturate(0.92); }
.htp-instructor-name { font-size: 18px; font-weight: 400; color: var(--ink); margin-bottom: 6px; }
.htp-instructor-role { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.htp-instructor-bio { grid-column: 2; font-weight: 300; font-size: 15px; line-height: 1.7; color: var(--ink-body); }

/* ---------------------------------------------------------------------
   Prizes ledger
   --------------------------------------------------------------------- */

.htp-section--prizes { background: var(--ground-deep); padding: 40px 18px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }

.htp-prizes-title {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.htp-split--tight { margin-bottom: 28px; }

.htp-prizes-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--accent);
  margin-bottom: 4px;
}

.htp-prize-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  grid-template-areas:
    "icon count"
    "icon name"
    "icon desc";
  gap: 4px 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule-soft);
}

.htp-prize-count { grid-area: count; font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-label); margin-bottom: 5px; }
.htp-prize-icon { grid-area: icon; width: 84px; height: 72px; object-fit: contain; object-position: left center; }
.htp-prize-name { grid-area: name; font-weight: 200; font-size: 27px; line-height: 1.1; letter-spacing: -0.025em; color: var(--accent); margin-bottom: 2px; }
.htp-prize-desc { grid-area: desc; font-weight: 300; font-size: 14.5px; line-height: 1.6; color: var(--ink-body); }

.htp-prizes-closer {
  margin-top: 26px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
}

/* ---------------------------------------------------------------------
   Social proof
   --------------------------------------------------------------------- */

.htp-quote-grid { display: flex; flex-direction: column; gap: 12px; }

.htp-quote-cell {
  border: 1px dashed var(--rule-dashed);
  padding: 20px 18px 22px;
}

.htp-quote-tag { margin-bottom: 14px; }
.htp-quote-text { font-family: 'Instrument Serif', serif; font-size: 24px; line-height: 1.3; color: var(--ink); margin-bottom: 12px; }
.htp-quote-attr { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-label); }

.htp-quote-cta { display: block; text-align: center; margin-top: 24px; padding: 15px 16px; line-height: 1.6; }

/* ---------------------------------------------------------------------
   Pricing
   --------------------------------------------------------------------- */

.htp-pricing-eyebrow { font-size: 10px; letter-spacing: 0.2em; margin-bottom: 16px; }
.htp-pricing-intro { margin-top: 0; }

.htp-price-cells {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  margin-bottom: 22px;
}

.htp-price-cell { background: var(--ground); padding: 24px 20px; }
.htp-price-cell--early { padding: 21px 20px 24px; border-top: 3px solid var(--accent); }
.htp-price-cell .htp-fact-label { margin-bottom: 12px; }
.htp-price-figure { font-weight: 200; font-size: 44px; line-height: 1; margin-bottom: 10px; color: var(--ink); }
.htp-price-figure--muted { color: var(--ink-body); }

.htp-pricing-lower { display: flex; flex-direction: column; gap: 26px; }

.htp-includes-tag { margin-bottom: 8px; }
.htp-includes-list { margin-top: 4px; }
.htp-includes-item {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 10px;
  border-top: 1px solid var(--rule);
  padding: 10px 0;
}
.htp-includes-item span:last-child { font-weight: 300; font-size: 15px; line-height: 1.5; color: var(--ink-strong-body); }
.htp-includes-item .htp-arrow { font-family: 'IBM Plex Mono', monospace; font-size: 14px; line-height: 1.6; }

.htp-pricing-card { border: 1px solid var(--rule); padding: 26px 22px; }
.htp-pricing-card-facts { display: flex; flex-direction: column; gap: 16px; margin-bottom: 22px; }
.htp-pricing-card-value { font-weight: 300; font-size: 18px; color: var(--ink); margin-top: 6px; }
.htp-pricing-card-note { font-weight: 300; font-size: 15px; line-height: 1.7; color: var(--ink-body); margin-bottom: 22px; }

/* ---------------------------------------------------------------------
   Founder / authority recap band
   --------------------------------------------------------------------- */

.htp-authority { display: flex; flex-direction: column; gap: 32px; }

.htp-authority-title {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 20px;
}

.htp-authority-box { border: 1px solid var(--rule); padding: 22px 20px; margin-bottom: 14px; }
.htp-authority-box--accent { border-color: var(--accent); }
.htp-authority-box .htp-fact-label { margin-bottom: 12px; }
.htp-authority-box-value { font-weight: 300; font-size: 18px; color: var(--ink); }
.htp-authority-box-value--muted { color: var(--ink-body); }
.htp-authority-cta { margin-top: 22px; }

/* ---------------------------------------------------------------------
   FAQ
   --------------------------------------------------------------------- */

.htp-faq-list { border-top: 1px solid var(--rule); }
.htp-faq-row { border-bottom: 1px solid var(--rule); }

.htp-faq-question {
  width: 100%;
  padding: 18px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  text-align: left;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  color: var(--ink);
}

.htp-faq-sign { font-family: 'IBM Plex Mono', monospace; font-size: 16px; color: var(--accent); flex: none; }

.htp-faq-answer { padding: 0 0 20px; }
.htp-faq-answer p { font-weight: 300; font-size: 15px; line-height: 1.75; color: var(--ink-body); margin-bottom: 10px; max-width: 80ch; }
.htp-faq-answer p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------------
   Closing / footer
   --------------------------------------------------------------------- */

.htp-section--closing { background: var(--ground-deep); }

.htp-closing-title {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--ink);
  max-width: 22ch;
  margin-bottom: 20px;
}

.htp-closing-body { margin-bottom: 26px; }

.htp-closing-facts { margin-bottom: 26px; }
.htp-closing-fact { background: var(--ground-deep); padding: 18px; }
.htp-closing-fact-value { font-weight: 300; font-size: 18px; color: var(--ink); margin-top: 8px; }
.htp-closing-fact-sub { color: var(--ink-label); font-size: 14px; }

.htp-closing-cta-row { display: flex; flex-direction: column; gap: 16px; }
.htp-closing-note { text-align: center; }

.htp-footer {
  padding: 40px 18px 44px;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.htp-footer img { height: 26px; width: auto; }
.htp-footer-statement { font-weight: 300; font-size: 15px; line-height: 1.8; color: var(--ink-body); }
.htp-footer-copyright { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); }

/* =======================================================================
   Desktop — 1180px design, min-width 901px
   ======================================================================= */

@media (min-width: 901px) {

  .htp-section,
  .htp-section--prizes,
  .htp-footer {
    padding-left: var(--section-pad-h);
    padding-right: var(--section-pad-h);
  }

  .htp-promo,
  .htp-header,
  .htp-hero {
    padding-left: var(--section-pad-h);
    padding-right: var(--section-pad-h);
  }

  .htp-promo {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.2em;
  }

  .htp-header { padding-top: 22px; padding-bottom: 22px; }
  .htp-logo img { height: 26px; }

  .htp-nav { gap: 26px; }
  .htp-nav a:not(.htp-btn-outline) { display: inline; }
  .htp-btn-outline { padding: 11px 20px; font-size: 11px; letter-spacing: 0.18em; }

  .htp-h2 { font-size: 50px; line-height: 1.06; }
  .htp-h2--tight-bottom { margin-bottom: 40px; }
  .htp-h2--narrow { max-width: 30ch; }

  .htp-section { padding-top: 76px; padding-bottom: 76px; }
  .htp-section--tight-bottom { padding-bottom: 0; }
  .htp-section--tight-top { padding-top: 0; padding-bottom: 76px; }

  .htp-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: start;
  }

  .htp-heading-row {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .htp-intro-p { font-size: 18px; line-height: 1.75; margin-top: 0; margin-bottom: 44px; }

  .htp-body-col { font-size: 18px; line-height: 1.8; gap: 16px; }

  .htp-grid-ruled--3 { flex-direction: row; flex-wrap: wrap; }
  .htp-grid-ruled--3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .htp-grid-ruled--5 { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }

  .htp-area-cell { padding: 30px 28px 34px; }
  .htp-area-index { font-size: 11px; letter-spacing: 0.16em; margin-bottom: 26px; }
  .htp-area-title { font-size: 13px; margin-bottom: 12px; }
  .htp-area-cell p { font-size: 16px; }
  .htp-area-closer { margin-top: 34px; font-size: 13px; }

  .htp-audience-cell { padding: 28px 22px 30px; }
  .htp-audience-title { font-size: 18px; line-height: 1.3; }

  .htp-audience-closer { flex-direction: row; align-items: baseline; gap: 20px; flex-wrap: wrap; margin-top: 32px; }
  .htp-audience-closer-serif { font-size: 34px; }

  .htp-flow-row { font-size: 13px; letter-spacing: 0.16em; gap: 18px; padding-top: 30px; margin-top: 44px; }

  /* Facilitators */
  .htp-facilitators { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 48px; align-items: start; }
  .htp-founder-photo { height: 430px; }
  .htp-founder-body { padding: 28px 28px 30px; }
  .htp-founder-eyebrow { font-size: 11px; margin-bottom: 14px; }
  .htp-founder-name { font-size: 40px; margin-bottom: 14px; }
  .htp-founder-body p { font-size: 16px; line-height: 1.75; }

  .htp-instructor-row {
    grid-template-columns: 92px minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 24px;
    padding: 20px 0;
  }
  .htp-instructor-photo { grid-row: auto; }
  .htp-instructor-name { font-size: 20px; }
  .htp-instructor-role { font-size: 10px; }
  .htp-instructor-bio { grid-column: auto; padding-top: 4px; font-size: 16px; line-height: 1.7; }

  /* Hero */
  .htp-hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    grid-template-areas:
      "eyebrow  photo"
      "heading  photo"
      "body     facts"
      "countdown cta";
    column-gap: 1px;
    background: var(--rule);
    padding: 0;
  }

  .htp-hero > * { background: var(--ground); }

  .htp-hero-eyebrow { padding: 66px 44px 0 48px; font-size: 11px; letter-spacing: 0.24em; margin-bottom: 0; }
  .htp-hero-heading { padding: 28px 44px 0 48px; }
  .htp-hero-wordmark { font-size: 78px; }
  .htp-hero-badge { padding: 9px 14px; margin-bottom: 32px; font-size: 12px; letter-spacing: 0.2em; }
  .htp-hero-title { font-size: 54px; max-width: 22ch; margin-bottom: 22px; }

  .htp-hero-body { padding: 0 44px 0 48px; margin-bottom: 0; gap: 12px; }
  .htp-hero-lead { font-size: 19px; line-height: 1.65; }
  .htp-hero-body p:not(.htp-hero-lead) { font-size: 17px; line-height: 1.7; }

  .htp-hero-countdown {
    padding: 26px 44px 56px 48px;
    border-top: 1px solid var(--rule);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .htp-countdown-label { margin-bottom: 0; }
  .htp-countdown-units { gap: 14px; }
  .htp-countdown-unit { min-width: 56px; flex: none; padding: 10px 6px; }
  .htp-countdown-figure { font-size: 28px; }
  .htp-countdown-caption { font-size: 9px; margin-top: 6px; }

  .htp-hero-photo { height: 390px; margin-bottom: 0; border-bottom: 1px solid var(--rule); }
  .htp-hero-photo img { object-position: 50% 20%; }

  .htp-hero-facts {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    background: none;
    border: 0;
    margin-bottom: 0;
  }
  .htp-hero-facts > div { padding: 26px 32px; border-bottom: 1px solid var(--rule); }
  .htp-fact-value--lg { font-size: 32px; }
  .htp-hero-facts .htp-fact-price { font-size: 44px; margin: 12px 0 10px; }

  .htp-hero-cta { padding: 26px 32px; display: flex; align-items: stretch; }
  .htp-hero-cta .htp-btn-primary { align-self: center; width: 100%; padding: 17px 20px; }

  /* Prizes */
  .htp-section--prizes { padding: 88px 48px; }
  .htp-prizes-title { font-size: 62px; line-height: 1; }
  .htp-split--tight { margin-bottom: 52px; }
  .htp-prizes-label { font-size: 12px; letter-spacing: 0.24em; padding-bottom: 18px; }

  .htp-prize-row {
    grid-template-columns: 104px 108px minmax(0, 1fr) minmax(0, 1.05fr);
    grid-template-areas: "count icon name desc";
    gap: 0 40px;
    padding: 26px 0;
    border-bottom: 1px solid var(--rule);
  }
  .htp-prize-count { font-size: 11px; letter-spacing: 0.18em; margin-bottom: 0; }
  .htp-prize-icon { width: 108px; height: 78px; object-position: center; }
  .htp-prize-name { font-size: 40px; letter-spacing: -0.028em; margin-bottom: 0; }
  .htp-prize-desc { font-size: 17px; line-height: 1.7; }
  .htp-prizes-closer { font-size: 19px; max-width: 68ch; margin-top: 40px; }

  /* Social proof */
  .htp-quote-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .htp-quote-cell { padding: 26px 24px 28px; min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; }
  .htp-quote-text { font-size: 26px; line-height: 1.28; }
  .htp-quote-cta { display: inline-block; margin-top: 32px; padding: 16px 26px; }

  /* Pricing */
  .htp-pricing-eyebrow { font-size: 12px; letter-spacing: 0.24em; margin-bottom: 22px; }
  .htp-pricing-intro { margin-bottom: 44px; max-width: 70ch; }

  .htp-price-cells { flex-direction: row; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 34px; }
  .htp-price-cell { padding: 36px 34px; }
  .htp-price-cell--early { padding: 33px 34px 36px; }
  .htp-price-cell .htp-fact-label { font-size: 11px; letter-spacing: 0.2em; margin-bottom: 18px; }
  .htp-price-figure { font-size: 64px; margin-bottom: 14px; }

  .htp-pricing-lower { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 56px; align-items: start; }
  .htp-includes-tag { font-size: 11px; letter-spacing: 0.2em; margin-bottom: 18px; }
  .htp-includes-list { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px 28px; }
  .htp-pricing-card { padding: 32px 30px; }
  .htp-pricing-card-facts { gap: 22px; margin-bottom: 26px; }
  .htp-pricing-card .htp-fact-label { font-size: 11px; letter-spacing: 0.18em; margin-bottom: 8px; }
  .htp-pricing-card-value { font-size: 22px; }
  .htp-pricing-card-note { font-size: 16px; }
  .htp-pricing-card-cta { padding: 16px; }

  /* Founder / authority band */
  .htp-authority { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 64px; align-items: start; }
  .htp-authority-title { font-size: 56px; line-height: 1.02; margin-bottom: 24px; }
  .htp-authority-box { padding: 28px 30px; margin-bottom: 16px; }
  .htp-authority-box .htp-fact-label { font-size: 11px; letter-spacing: 0.2em; margin-bottom: 14px; }
  .htp-authority-box-value { font-size: 20px; }
  .htp-authority-cta { padding: 17px; margin-top: 0; }

  /* FAQ */
  .htp-faq-question { padding: 22px 0; font-size: 21px; align-items: center; gap: 30px; }
  .htp-faq-sign { font-size: 18px; }
  .htp-faq-answer { padding: 0 0 26px; }
  .htp-faq-answer p { font-size: 17px; line-height: 1.8; margin-bottom: 12px; }

  /* Closing */
  .htp-section--closing { padding: 88px 48px 96px; }
  .htp-closing-title { font-size: 70px; margin-bottom: 26px; }
  .htp-closing-body { font-size: 18px; line-height: 1.75; max-width: 62ch; margin-bottom: 38px; }
  .htp-closing-facts { max-width: 860px; margin-bottom: 38px; }
  .htp-closing-facts.htp-grid-ruled--3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .htp-closing-fact { padding: 26px 28px; }
  .htp-closing-fact-value { font-size: 20px; }
  .htp-closing-cta-row { flex-direction: row; align-items: center; gap: 32px; flex-wrap: wrap; }
  .htp-closing-note { text-align: left; font-size: 11px; letter-spacing: 0.16em; }

  /* Footer */
  .htp-footer { padding: 56px 48px 60px; gap: 20px; }
  .htp-footer img { height: 30px; }
  .htp-footer-statement { font-size: 16px; }
  .htp-footer-copyright { font-size: 10px; }
}

/* Desktop container cap — keep the 1180px design width centred on very wide viewports */
@media (min-width: 1180px) {
  .htp-promo,
  .htp-header,
  .htp-hero,
  .htp-section,
  .htp-section--prizes,
  .htp-footer {
    max-width: var(--page-width);
    margin-inline: auto;
  }
}
