/* ==========================================================================
   Mellbeing — "The Considered Match" register world
   A listing register you scan and choose from — the browsing ritual of an
   Indian matchmaking/classifieds page, translated into brand tokens already
   defined in styles.css. Shared across index, services, about, faqs, privacy
   and terms (body.register-world); only the Book flow stays on the plain
   sitewide system in styles.css by design (see DESIGN.md).
   Sections below: shared rhythm → home → services/pricing → about → faqs → legal.
   ========================================================================== */

.register-world main.register { overflow-x: clip; }

/* Header CTA (filled navy pill) and its compact mobile treatment now live in
   styles.css so every page shares them — see .site-header .btn-secondary there. */
.register-world ::selection { background: var(--lavender); color: #fff; }
.register-world .entry-code,
.register-world .pillar-num { font-variant-numeric: tabular-nums; }

/* ---------- shared section rhythm ---------- */
.register-world .register .wrap { max-width: var(--content-max); }
.register-world .reg-section-head { max-width: 640px; margin: 0 0 clamp(28px, 4vw, 44px); }
.register-world .reg-section-head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.7rem, 1.35rem + 1.6vw, 2.6rem);
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin: 0;
}
.register-world .reg-section-head p {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.1rem);
  line-height: 1.55;
  color: var(--ink-muted);
  margin: 10px 0 0;
}

/* wave-rule: the logo's own mark, flattened into a section seam */
.register-world .wave-rule { display: block; width: 100%; height: clamp(20px, 3vw, 36px); }
.register-world .wave-rule svg { display: block; width: 100%; height: 100%; }

/* ---------- masthead / hero ---------- */
/* No wave-rule follows the masthead on any page now, so the masthead carries
   the full breathing room down to the first section itself. */
.register-world .masthead {
  position: relative;
  padding: clamp(56px, 9vw, 116px) 0 clamp(64px, 9vw, 104px);
}
.register-world .masthead + section,
.register-world .masthead + .wave-rule + section { padding-top: clamp(28px, 3.5vw, 48px); }
.register-world .masthead-inner { position: relative; z-index: 2; max-width: 760px; }
.register-world .masthead-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.5rem, 1.9rem + 3.4vw, 5.1rem);
  line-height: 1.03;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin: 0 0 24px;
}
.register-world .masthead-lede {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 0.98rem + 0.35vw, 1.3rem);
  line-height: 1.55;
  color: var(--ink-muted);
  max-width: 44ch;
  margin: 0 0 36px;
}
.register-world .masthead-wave {
  position: absolute;
  top: 50%;
  right: -6%;
  transform: translateY(10%);
  width: min(56vw, 780px);
  height: auto;
  opacity: 0.16;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 720px) {
  .register-world .masthead-wave { opacity: 0.12; right: -18%; width: 80vw; transform: translateY(0); }
}

/* ---------- Home masthead: runs straight into the tile grid ---------- */
.register-world.page-home .masthead {
  padding-bottom: clamp(30px, 4vw, 52px);
}
.register-world.page-home .masthead + section { padding-top: clamp(14px, 2vw, 30px); }
.register-world.page-home .masthead-lede { max-width: 34rem; }
/* blooms overflow the masthead by design — keep the tile grid painting above them */
.register-world.page-home .start-section { position: relative; z-index: 1; padding-bottom: clamp(30px, 4vw, 48px); }
.register-world.page-home .start-grid { margin-bottom: clamp(20px, 2.6vw, 30px); }
@media (max-width: 720px) {
  .register-world.page-home .masthead { padding-bottom: clamp(26px, 7vw, 40px); }
}


/* Ambient blooms — a soft colour wash behind the home masthead, present enough
   to feel warm without competing with the type. Each one breathes on its own
   slow cycle (scale + drift + a little opacity); stilled for reduced-motion. */
.register-world.page-home .blur-bloom {
  filter: blur(74px);
  z-index: 0;
  will-change: transform, opacity;
}
.page-home .blur-bloom--a {
  width: 500px; height: 500px;
  top: -140px; right: -70px;
  background: radial-gradient(circle at 50% 50%, var(--lavender-glow), transparent 68%);
  opacity: 0.8;
  animation: bloom-a 19s ease-in-out infinite alternate;
}
.page-home .blur-bloom--b {
  width: 440px; height: 440px;
  bottom: -170px; left: -110px;
  background: radial-gradient(circle at 50% 50%, var(--teal-glow), transparent 68%);
  opacity: 0.78;
  animation: bloom-b 24s ease-in-out infinite alternate;
}
.page-home .blur-bloom--c {
  width: 430px; height: 430px;
  bottom: -80px; right: 6%;
  background: radial-gradient(circle at 50% 50%, var(--peach-glow-warm), transparent 68%);
  opacity: 0.9;
  animation: bloom-c 28s ease-in-out infinite alternate;
}
@keyframes bloom-a {
  from { transform: translate3d(0, 0, 0) scale(1);    opacity: 0.8; }
  to   { transform: translate3d(-22px, 16px, 0) scale(1.1); opacity: 0.62; }
}
@keyframes bloom-b {
  from { transform: translate3d(0, 0, 0) scale(1.03); opacity: 0.78; }
  to   { transform: translate3d(20px, -14px, 0) scale(1.12); opacity: 0.6; }
}
@keyframes bloom-c {
  from { transform: translate3d(0, 0, 0) scale(1);    opacity: 0.9; }
  to   { transform: translate3d(-12px, -18px, 0) scale(1.08); opacity: 0.72; }
}
@media (prefers-reduced-motion: reduce) {
  .page-home .blur-bloom { animation: none; }
}

/* ---------- CTAs (register world) ---------- */
/* Rounded (pill) to match the header CTA — a softer read for a wellness brand. */
.register-world .reg-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--step-0);
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 30px;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}
/* Hover accent: a full lavender→teal gradient pill-ring that sits just outside
   the button (site-wide). On touch there's no hover, so it stays softly on. */
.register-world .reg-cta::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  padding: 3px;
  background: linear-gradient(120deg, var(--lavender), var(--teal));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease);
  pointer-events: none;
}
.register-world .reg-cta:hover::after,
.register-world .reg-cta:focus-visible::after,
.register-world .reg-cta:active::after { opacity: 1; transform: scale(1); }
@media (hover: none) {
  .register-world .reg-cta::after { opacity: 0.5; transform: scale(1); transition: opacity 0.15s var(--ease); }
  .register-world .reg-cta:active::after { opacity: 1; }
}

.register-world .reg-cta--primary { background: var(--navy); color: #fff; border: 1px solid var(--navy); }
.register-world .reg-cta--primary:hover { background: #253251; }

.register-world .reg-cta--ghost { background: transparent; color: var(--navy); border: 1px solid var(--line); }
.register-world .reg-cta--ghost:hover { background: var(--lavender-tint); border-color: transparent; }

/* ==========================================================================
   Home — masthead atmosphere + "Where to start" tile grid
   The homepage moved off the ledger-row treatment (client direction, using
   the Resources cards as reference): a clean 3-up grid of category tiles with
   drawn icons, soft hover lift, and no register numbering. Services / FAQs /
   legal pages keep the ruled .register-list grammar below.
   ========================================================================== */

/* Soft ambient blooms behind the masthead flow past the fold into the next
   section — the masthead is not clipped (client direction). */

.register-world .start-section { padding: clamp(8px, 1vw, 16px) 0 clamp(44px, 5vw, 68px); }

.register-world .start-grid {
  list-style: none;
  margin: clamp(28px, 4vw, 40px) 0 clamp(26px, 3vw, 34px);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 26px);
}
.register-world .start-grid > li { display: flex; }

.register-world .start-tile {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(22px, 2.4vw, 30px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}
.register-world .start-tile:hover,
.register-world .start-tile:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(165, 148, 240, 0.4);
  box-shadow: 0 18px 40px -18px rgba(46, 59, 92, 0.28);
  outline: none;
}
.register-world .start-tile:focus-visible { box-shadow: 0 0 0 2px var(--navy), 0 18px 40px -18px rgba(46, 59, 92, 0.28); }

.register-world .start-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--lavender-tint), var(--teal-tint));
  color: var(--navy);
  transition: background 0.28s var(--ease), color 0.28s var(--ease);
}
.register-world .start-icon svg { width: 23px; height: 23px; }
.register-world .start-tile:hover .start-icon,
.register-world .start-tile:focus-visible .start-icon {
  background: linear-gradient(135deg, var(--lavender), var(--teal));
  color: #fff;
}

.register-world .start-tile-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.12rem, 1.02rem + 0.4vw, 1.35rem);
  line-height: 1.22;
  color: var(--navy);
  margin-top: 4px;
  text-wrap: balance;
}
.register-world .start-tile-desc {
  font-family: var(--font-body);
  font-size: 0.93rem;
  line-height: 1.5;
  color: var(--ink-muted);
}
.register-world .start-tile-foot {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 12px;
  flex-wrap: wrap;
}
.register-world .start-arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  color: var(--ink-muted);
  transition: transform 0.24s var(--ease), color 0.24s var(--ease);
}
.register-world .start-tile:hover .start-arrow,
.register-world .start-tile:focus-visible .start-arrow { transform: translateX(4px); color: var(--navy); }

/* Just Talk tile carries a button-styled CTA in place of the arrow — it is the
   only place to book Just Talk (no downstream pricing card), so the action has
   to read as a button. A styled <span> inside the whole-tile link; the parent
   <a> still owns the click. */
.register-world .start-tile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  white-space: nowrap;
  transition: background 0.2s var(--ease);
}
.register-world .start-tile:hover .start-tile-cta,
.register-world .start-tile:focus-visible .start-tile-cta { background: var(--navy-hover); }

/* Featured tile — Just Talk: the one peach moment on the page */
.register-world .start-tile--featured {
  background: var(--peach-tint);
  border-color: rgba(240, 201, 168, 0.6);
}
/* Its foot stacks: price chip on its own line, CTA full-width below. */
.register-world .start-tile--featured .start-tile-foot {
  flex-direction: column;
  align-items: stretch;
}
.register-world .start-tile--featured .entry-tag { align-self: flex-start; }
.register-world .start-tile--featured .start-icon { background: rgba(255, 255, 255, 0.75); }
.register-world .start-tile--featured:hover .start-icon,
.register-world .start-tile--featured:focus-visible .start-icon {
  background: linear-gradient(135deg, var(--lavender), var(--teal));
}

@media (max-width: 940px) {
  .register-world .start-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .register-world .start-grid { grid-template-columns: 1fr; }
}


/* ---------- Where to start: register list (services, faqs) ---------- */
.register-world .entries-section { padding: clamp(8px, 1vw, 16px) 0 clamp(40px, 5vw, 64px); }

/* Price chip — soft-cornered (not a pill; peach keeps it clearly not a button) */
.register-world .entry-tag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  border-radius: 11px;
  padding: 7px 13px;
  background: var(--peach);
  color: var(--navy);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.85rem;
  white-space: nowrap;
}
.register-world .entry-tag em { font-style: normal; font-weight: 500; opacity: 0.72; }
/* The price chip (.entry-tag) is reused inside .start-tile-foot; it needs no
   mobile repositioning there — it sits at the foot's left, aligned with the
   tile body. (The old .entry-link register-list layout that used to reposition
   it on mobile is retired.) */

.register-world .compare-link,
.register-world .closing-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--navy);
  text-decoration: none;
  padding-bottom: 5px;
  transition: gap 0.22s var(--ease);
}
/* Underline appears on hover only — 2px, matching the top-nav links. */
.register-world .compare-link::after,
.register-world .closing-link::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--lavender), var(--teal));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.register-world .compare-link:hover,
.register-world .closing-link:hover { gap: 12px; }
.register-world .compare-link:hover::after,
.register-world .compare-link:focus-visible::after,
.register-world .closing-link:hover::after,
.register-world .closing-link:focus-visible::after { transform: scaleX(1); }
@media (prefers-reduced-motion: reduce) {
  .register-world .compare-link::after,
  .register-world .closing-link::after { transition: none; }
}

/* ---------- Why Mellbeing: bare pillars ---------- */
.register-world .pillars-section { padding: clamp(36px, 5vw, 60px) 0 clamp(40px, 5vw, 60px); }
/* Wave A: stop the worst of the bottom-of-page slack; full rhythm pass is Wave B. */
.register-world.page-home .pillars-section { padding-bottom: clamp(18px, 2.5vw, 30px); }
.register-world.page-home .faq-teaser { padding-top: clamp(14px, 2vw, 24px); }
.register-world.page-home .faq-teaser-inner { padding: clamp(24px, 3.5vw, 40px) 0; }
.register-world .pillar-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.register-world .pillar {
  padding: clamp(24px, 3vw, 34px) clamp(18px, 2.4vw, 30px);
  border-left: 1px solid var(--line);
}
.register-world .pillar:first-child { border-left: none; }
/* Each principle: a short gradient tick (the brand's "small mark" use of the
   lavender→teal, replacing the old 42px icon badge), a confident Fraunces
   statement, then one muted line of substance. Not an icon-badge card. */
.register-world .pillar p {
  position: relative;
  margin: 0 0 10px;
  padding-top: 20px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.22rem, 1.05rem + 0.6vw, 1.55rem);
  line-height: 1.26;
  letter-spacing: -0.006em;
  color: var(--navy);
  text-wrap: balance;
}
.register-world .pillar p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lavender), var(--teal));
}
.register-world .pillar-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-muted);
  max-width: 32ch;
}
@media (max-width: 720px) {
  .register-world .pillar-list { grid-template-columns: 1fr; border-bottom: none; }
  .register-world .pillar { border-left: none; border-bottom: 1px solid var(--line); }
  .register-world .pillar:last-child { border-bottom: none; }
}
/* ---------- Have questions? ---------- */
.register-world .faq-teaser { padding: clamp(40px, 5vw, 64px) 0; }
.register-world .faq-teaser-inner {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(34px, 5vw, 56px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.register-world .faq-teaser-text h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.6rem, 1.3rem + 1.3vw, 2.2rem);
  color: var(--navy);
  margin: 0 0 8px;
}
.register-world .faq-teaser-text p {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink-muted);
  margin: 0;
}

/* ---------- Closing CTA: the stamped notice ---------- */
.register-world .closing-cta {
  background: var(--navy);
  padding: clamp(56px, 8vw, 96px) 0;
  position: relative;
  overflow: hidden;
}
.register-world .closing-cta-inner { max-width: 640px; position: relative; z-index: 2; }
.register-world .closing-cta h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2rem, 1.6rem + 2vw, 3.1rem);
  line-height: 1.12;
  color: #fff;
  margin: 0 0 18px;
}
.register-world .closing-cta p {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.15rem);
  color: rgba(255, 255, 255, 0.72);
  max-width: 42ch;
  margin: 0 0 34px;
  line-height: 1.5;
}
.register-world .closing-cta .reg-cta--primary { background: #fff; color: var(--navy); border-color: #fff; }
.register-world .closing-cta .reg-cta--primary:hover { background: rgba(255, 255, 255, 0.88); }
.register-world .closing-cta .reg-cta--ghost { border-color: rgba(255, 255, 255, 0.5); color: #fff; }
.register-world .closing-cta .reg-cta--ghost:hover { background: rgba(255, 255, 255, 0.12); }
.register-world .closing-wave {
  position: absolute;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  width: min(46vw, 620px);
  opacity: 0.14;
  z-index: 1;
  pointer-events: none;
}

/* Closing CTA split variant (two actions, e.g. FAQs: Email us · Book a session) */
.register-world .closing-cta-actions { display: flex; flex-wrap: wrap; gap: 16px; }


/* ==========================================================================
   Services & Pricing
   ========================================================================== */

.register-world .pricing-section { padding: clamp(8px, 1vw, 16px) 0 clamp(40px, 5vw, 64px); }

.register-world .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  margin: clamp(28px, 4vw, 40px) 0 0;
}
.register-world .price-tier {
  position: relative;
  padding: clamp(24px, 3vw, 36px) clamp(18px, 2.4vw, 30px) clamp(28px, 3vw, 36px);
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.register-world .price-tier:first-child { border-left: none; }
.register-world .price-tier--recommended {
  background: var(--lavender-tint);
}
/* "Most chosen" — the flat lavender tag from the booking flow (.tier-recommend) */
.register-world .price-tier-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px 11px;
  border-radius: 999px;
  background: var(--badge-lavender);
  color: var(--badge-lavender-ink);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.register-world .price-tier-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.25rem, 1.1rem + 0.7vw, 1.7rem);
  color: var(--navy);
  margin: 10px 0 8px;
}
.register-world .price-tier--recommended .price-tier-name { font-size: clamp(1.4rem, 1.2rem + 0.9vw, 1.95rem); }
.register-world .price-tier-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 0.98rem;
  color: var(--ink-muted);
  margin: 0 0 22px;
}
.register-world .price-tier-formats {
  list-style: none;
  margin: 0 0 26px;
  padding: 14px 0 0;
  border-top: 1px dashed var(--line);
  flex: 1;
}
.register-world .price-tier-formats li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
}
.register-world .price-tier-formats .fmt-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.register-world .price-tier-formats .fmt-price {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}
.register-world .price-tier .reg-cta { width: 100%; justify-content: center; margin-top: auto; }

@media (max-width: 860px) {
  .register-world .pricing-grid { grid-template-columns: 1fr; border-top: none; }
  .register-world .price-tier { border-left: none; border-top: 1px solid var(--line); padding-top: clamp(36px, 5vw, 44px); }
  .register-world .price-tier:first-child { border-top: none; }
  .register-world .price-tier-badge { left: 28px; transform: translateY(-50%); }
}

/* ==========================================================================
   About
   ========================================================================== */

.register-world .story-section { padding: clamp(8px, 1vw, 16px) 0 clamp(40px, 5vw, 64px); }
.register-world .story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(40px, 6vw, 88px);
  border-top: 1px solid var(--line);
  padding-top: clamp(32px, 4vw, 48px);
}
.register-world .story-copy {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1rem + 0.25vw, 1.2rem);
  line-height: 1.75;
  color: var(--ink);
  max-width: 60ch;
}
.register-world .story-copy h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5rem, 1.25rem + 1vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin: 0 0 clamp(20px, 3vw, 28px);
  text-wrap: balance;
}
.register-world .story-copy p { margin: 0 0 1.4em; }
.register-world .story-copy p:last-child { margin-bottom: 0; }

.register-world .story-sidebar { border-left: 1px solid var(--line); padding-left: clamp(24px, 3vw, 36px); }
.register-world .story-sidebar h2 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0 0 22px;
}
.register-world .story-pillars { list-style: none; margin: 0; padding: 0; }
.register-world .story-pillars li {
  padding: 16px 0;
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--navy);
}
.register-world .story-pillars li:first-child { border-top: none; padding-top: 0; }

@media (max-width: 860px) {
  .register-world .story-layout { grid-template-columns: 1fr; gap: clamp(28px, 4vw, 40px); }
  .register-world .story-sidebar { border-left: none; padding-left: 0; border-top: 1px solid var(--line); padding-top: clamp(24px, 3vw, 32px); }
}

/* ==========================================================================
   FAQs
   ========================================================================== */

.register-world .faq-section { padding: clamp(8px, 1vw, 16px) 0 clamp(40px, 5vw, 64px); }
.register-world .faq-groups { margin-top: clamp(28px, 4vw, 40px); }
.register-world .faq-group { margin-bottom: clamp(32px, 4vw, 48px); }
.register-world .faq-group:last-child { margin-bottom: 0; }
.register-world .faq-group-title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0 0 4px;
}

.register-world .crisis-note {
  border: 1px solid var(--line);
  background: var(--paper-dim);
  padding: clamp(18px, 2.4vw, 24px);
  margin: clamp(36px, 5vw, 52px) 0;
  font-family: var(--font-body);
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--ink);
}
.register-world .crisis-note strong { color: var(--navy); }
.register-world .crisis-note p { margin: 0 0 8px; }
.register-world .crisis-note p:last-child { margin-bottom: 0; }
.register-world .crisis-note a { color: var(--navy); }

/* ==========================================================================
   Polish pass — cross-page refinements
   ========================================================================== */

/* Keep the last line of headings and short copy from stranding one word. */
.register-world .reg-section-head h2,
.register-world .closing-cta h2,
.register-world .faq-teaser-text h2,
.register-world .price-tier-name,
.register-world .masthead-lede,
.register-world .closing-cta p,
.register-world .faq-teaser-text p,
.register-world .price-tier-tagline { text-wrap: balance; }
.register-world .story-copy p,
.register-world .entry-desc { text-wrap: pretty; }

/* On the navy closing band a navy focus ring is invisible — invert it. */
.register-world .closing-cta :focus-visible { outline-color: #fff; }

/* Featured row: carry the peach wash far enough right to sit under the
   price tag it exists to highlight (DESIGN.md: "permanent peach-tint row wash"). */
.register-world .entry--featured .entry-link {
  background: linear-gradient(90deg, var(--peach-tint), rgba(251, 241, 231, 0) 92%);
}

/* FAQs runs in the register's full-width column, same left edge as the
   masthead, nav and closing band — the hairline rows span the whole wrap and
   only the answer/callout prose is held to a reading measure. */
.register-world .faq-groups { max-width: none; margin-inline: 0; }
.register-world .crisis-note { max-width: none; }
.register-world .crisis-note p { max-width: 72ch; }

.register-world .story-layout { padding-top: clamp(30px, 4vw, 48px); }
.register-world .faq-groups { margin-top: clamp(24px, 3.5vw, 40px); }

@media (max-width: 640px) {
  /* Keep a comfortable gap under the masthead, and let titles wrap on their own. */
  .register-world .masthead { padding-bottom: clamp(36px, 9vw, 52px); }
  .register-world .masthead + section,
  .register-world .masthead + .wave-rule + section { padding-top: clamp(18px, 5vw, 30px); }
  .register-world .masthead-lede { margin-bottom: 18px; }
  .register-world .masthead-title {
    font-size: clamp(2rem, 1.45rem + 2.7vw, 2.7rem);
    text-wrap: balance;
  }
  .register-world .masthead-title br { display: none; }
  .register-world .story-copy { line-height: 1.65; }
  .register-world .story-layout,
  .register-world .faq-groups { padding-top: clamp(20px, 5vw, 30px); }
  .register-world .faq-groups { margin-top: 0; }
}

/* ==========================================================================
   Privacy & Terms — legal text in the register world
   The register's ruled-document grammar suits a legal doc well: each clause
   is a hairline-separated section, with a sticky "On this page" index beside
   it (the one page-specific component these two pages add, mirroring About's
   story-layout).
   ========================================================================== */

.register-world .legal-section { padding: clamp(8px, 1vw, 16px) 0 clamp(44px, 6vw, 72px); }

.register-world .legal-meta {
  border: 1px solid var(--line);
  background: var(--paper-dim);
  padding: clamp(16px, 2.2vw, 22px);
  margin: 0 0 clamp(28px, 4vw, 40px);
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ink-muted);
}
.register-world .legal-meta strong { color: var(--navy); }

.register-world .legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 236px;
  gap: clamp(40px, 6vw, 84px);
  border-top: 1px solid var(--line);
  padding-top: clamp(28px, 4vw, 44px);
}

.register-world .legal-body { max-width: 68ch; }
.register-world .legal-body > p,
.register-world .legal-body li {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-muted);
}
.register-world .legal-body > p { margin: 0 0 1.3em; }
.register-world .legal-body > p:first-child { font-size: 1.08rem; color: var(--ink); }
.register-world .legal-body ul { margin: 0 0 1.4em; padding-left: 1.15em; }
.register-world .legal-body li { margin: 0 0 0.55em; }
.register-world .legal-body strong { color: var(--navy); }
.register-world .legal-body a {
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: border-color 0.2s var(--ease);
}
.register-world .legal-body a:hover { border-color: var(--navy); }
.register-world .legal-body h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.3rem, 1.12rem + 0.85vw, 1.7rem);
  line-height: 1.18;
  color: var(--navy);
  margin: 2em 0 0.6em;
  padding-top: 1.2em;
  border-top: 1px solid var(--line);
}

.register-world .legal-toc {
  align-self: start;
  position: sticky;
  top: calc(var(--header-h) + 20px);
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.register-world .legal-toc h2 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0 0 8px;
}
.register-world .legal-toc ol { list-style: none; margin: 0; padding: 0; }
.register-world .legal-toc li { border-top: 1px solid var(--line); }
.register-world .legal-toc li:first-child { border-top: none; }
.register-world .legal-toc a {
  display: block;
  padding: 9px 0;
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.35;
  color: var(--ink-muted);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}
.register-world .legal-toc a:hover { color: var(--navy); }

@media (max-width: 860px) {
  .register-world .legal-layout {
    grid-template-columns: 1fr;
    gap: clamp(22px, 4vw, 32px);
  }
  .register-world .legal-toc {
    position: static;
    order: -1;
    border-bottom: 1px solid var(--line);
    padding-bottom: 12px;
  }
  /* Tighten the index on small screens so it isn't a wall before the content. */
  .register-world .legal-toc a { padding: 6px 0; font-size: 0.86rem; }
  .register-world .legal-body h2 { margin-top: 1.8em; padding-top: 1.15em; }
}
