:root {
  --ink: #151515;
  --muted: #5b5b5b;
  --paper: #f4f1eb;
  --white: #fff;
  --orange: #f7931e;
  --line: rgba(21, 21, 21, .14);
  --radius: 26px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #0b0b0b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: #fff; background: #000; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.review-state { margin: 0; padding: 6px 14px; color: #fff; background: #70231f; font-size: 12px; font-weight: 800; text-align: center; letter-spacing: .06em; }

.site-header { position: sticky; top: 0; z-index: 20; color: #fff; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(11,11,11,.96); backdrop-filter: blur(14px); }
.nav { min-height: 72px; display: flex; align-items: center; gap: 26px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; letter-spacing: .08em; }
.brand img { width: 50px; height: 32px; object-fit: contain; }
.menu { margin-left: auto; display: flex; gap: 24px; }
.menu a { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; font-weight: 750; text-decoration: none; }
.menu a:hover, .text-link:hover { color: var(--orange); }
.menu a[aria-current="page"] { color: var(--orange); }
.menu-toggle { display: none; margin-left: auto; min-width: 48px; min-height: 44px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: #fff; background: #242424; font: inherit; font-weight: 800; }

.button { min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 850; text-decoration: none; }
.button-primary { color: var(--ink); background: var(--orange); }
.button-primary:hover { background: #ffa532; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.48); }
.button-ghost:hover { background: rgba(255,255,255,.08); }
.nav-cta { min-height: 44px; padding-block: 8px; font-size: 14px; }

.hero { min-height: 690px; display: grid; color: #fff; background: radial-gradient(circle at 80% 18%, rgba(247,147,30,.15), transparent 30%), linear-gradient(145deg,#1b1b1b,#050505); }
.hero-grid { padding-block: 86px 110px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 68px; align-items: center; }
.eyebrow, .kicker { margin: 0; color: #9f9f9f; font-size: 13px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin: 18px 0 24px; font-size: clamp(50px, 7vw, 90px); line-height: .98; letter-spacing: -.055em; }
h1 span { background: linear-gradient(transparent 66%, rgba(247,147,30,.75) 66%); }
.hero-lead { max-width: 620px; color: #d0d0d0; font-size: clamp(18px,2vw,22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-card { min-height: 430px; padding: 38px; border: 1px solid rgba(255,255,255,.23); border-radius: 36px; display: flex; flex-direction: column; justify-content: flex-end; background-image: linear-gradient(180deg,rgba(0,0,0,.04) 20%,rgba(0,0,0,.92) 100%),url("homegym-hero-room.jpg"); background-image: linear-gradient(180deg,rgba(0,0,0,.04) 20%,rgba(0,0,0,.92) 100%),image-set(url("homegym-hero-room-1600.avif") type("image/avif"),url("homegym-hero-room-1600.webp") type("image/webp"),url("homegym-hero-room.jpg") type("image/jpeg")); background-position: center; background-size: cover; box-shadow: var(--shadow); overflow: hidden; }
.hero-card small { color: #eee; font-weight: 850; letter-spacing: .1em; }
.hero-card p { max-width: 390px; margin: 12px 0 10px; font-size: clamp(28px,4vw,43px); font-weight: 850; line-height: 1.18; }

main { overflow: hidden; background: var(--paper); }
.section { padding-block: 104px; }
.section-head { max-width: 760px; margin-bottom: 44px; }
.section h2 { margin: 10px 0 16px; font-size: clamp(38px,5vw,60px); line-height: 1.08; letter-spacing: -.035em; }
.audience-compare { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; align-items: stretch; }
.audience-block { min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.7); }
.audience-block h3 { margin-bottom: 20px; font-size: clamp(23px,2.4vw,30px); line-height: 1.3; }
.audience-soft { background: #e8e5de; }
.card-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.question-card { min-height: 96px; padding: 19px 20px; border: 1px solid var(--line); border-radius: 20px; display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,.92); }
.question-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: rgba(247,147,30,.18); }
.question-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.question-card p { margin: 0; font-size: clamp(17px,1.65vw,20px); font-weight: 850; line-height: 1.4; }
.answer-panel { margin-top: 40px; padding: 14px; border-radius: 32px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 14px; color: #fff; background: #111; box-shadow: var(--shadow); }
.answer-copy { padding: 28px 26px; align-self: center; }
.answer-panel h3 { margin: 8px 0 12px; font-size: clamp(30px,4vw,45px); line-height: 1.15; }
.answer-copy > p:not(.kicker) { max-width: 620px; color: #d7d7d7; font-size: 17px; }
.answer-panel ul { margin: 24px 0 0; padding: 0; display: grid; gap: 4px; list-style: none; }
.answer-panel li { position: relative; padding: 12px 12px 12px 26px; border-top: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: minmax(118px,.42fr) 1fr; gap: 12px; align-items: baseline; }
.answer-panel li strong { color: #fff; }
.answer-panel li span { color: #bdbdbd; font-weight: 650; }
.answer-panel li::before { content: ""; position: absolute; left: 4px; top: 21px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.answer-visual { position: relative; min-height: 420px; margin: 0; border-radius: 24px; overflow: hidden; background: #252525; }
.answer-visual picture, .space-gallery picture, .equipment-intro picture { width: 100%; height: 100%; display: block; }
.answer-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.answer-visual figcaption, .space-gallery figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; color: #fff; background: rgba(11,11,11,.78); backdrop-filter: blur(10px); font-size: 12px; font-weight: 800; }

.self-service-section { padding-top: 0; }
.self-service-panel { padding: 48px; border-radius: 36px; color: var(--ink); background: var(--orange); box-shadow: var(--shadow); }
.self-service-head { display: grid; grid-template-columns: 1.18fr .82fr; gap: 60px; align-items: end; }
.self-service-head .kicker { color: rgba(21,21,21,.58); }
.self-service-head h2 { max-width: 720px; margin-bottom: 0; }
.self-service-lead p { margin-bottom: 14px; font-size: 18px; font-weight: 700; }
.self-service-cta { min-height: 46px; padding: 10px 18px; color: #fff; border-color: var(--ink); background: var(--ink); }
.self-service-cta:hover, .self-service-cta:active { color: var(--ink); border-color: #fff; background: #fff; }
.self-service-cta:focus-visible { outline-color: #fff; }
.self-service-flow { margin: 38px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; list-style: none; }
.self-service-flow li { position: relative; min-height: 174px; padding: 22px; border-radius: 22px; display: flex; flex-direction: column; gap: 18px; background: #fff; }
.flow-icon { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; color: #fff; background: var(--ink); }
.flow-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.self-service-flow small { display: block; margin-bottom: 4px; color: #8b5a25; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.self-service-flow h3 { margin-bottom: 5px; font-size: 24px; line-height: 1.2; }
.self-service-flow p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.self-service-note { margin: 14px 0 0; min-height: 56px; padding: 14px 18px; border-radius: 18px; display: flex; justify-content: space-between; align-items: center; gap: 18px; color: #c9c9c9; background: var(--ink); text-decoration: none; }
.self-service-note strong { color: #fff; }
.self-service-note:hover strong { color: var(--orange); }
.support-link { color: #fff; font-weight: 850; text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.support-link:hover, .support-link:active { color: var(--orange); }
.support-link:focus-visible { outline-color: #fff; }

.space-gallery { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2,minmax(0,1fr)); gap: 14px; }
.space-gallery figure { position: relative; min-height: 252px; margin: 0; border-radius: 26px; overflow: hidden; background: #d2cec7; box-shadow: 0 16px 44px rgba(0,0,0,.12); }
.space-gallery .gallery-main { min-height: 520px; grid-row: 1 / span 2; }
.space-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.space-gallery figure:hover img { transform: scale(1.025); }
.equipment-card { margin-top: 18px; padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.equipment-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; }
.equipment-intro h3 { margin-bottom: 10px; font-size: clamp(30px,4vw,45px); line-height: 1.15; }
.equipment-intro > div > p { max-width: 560px; color: var(--muted); font-size: 18px; }
.equipment-intro figure { position: relative; min-height: 330px; margin: 0; border-radius: 22px; overflow: hidden; background: #ddd; }
.equipment-intro img { width: 100%; height: 100%; display: block; object-fit: cover; }
.equipment-intro figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; border-radius: 11px; color: #fff; background: rgba(11,11,11,.78); font-size: 12px; font-weight: 800; }
details { margin-top: 26px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #f7f4ee; }
summary { min-height: 68px; padding: 12px 16px 12px 20px; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 18px; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--ink); font-size: 25px; font-weight: 500; line-height: 1; transition: color .18s ease, background .18s ease, transform .18s ease; }
summary:hover::after, summary:focus-visible::after { color: var(--ink); background: var(--orange); }
details[open] summary { border-bottom: 1px solid var(--line); background: #fff; }
details[open] summary::after { content: "−"; color: var(--ink); background: var(--orange); transform: rotate(180deg); }
.training-grid { padding: 18px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.training-grid article { min-height: 245px; padding: 20px; border: 1px solid rgba(21,21,21,.09); border-radius: 18px; display: flex; flex-direction: column; background: #fff; }
.training-grid small { color: #777; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.training-grid h4 { margin: 14px 0 16px; color: var(--ink); font-size: 22px; line-height: 1.15; }
.training-grid h4 span { color: #777; font-size: 13px; font-weight: 750; letter-spacing: .04em; }
.training-grid article p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.training-grid article::after { content: ""; width: 34px; height: 4px; margin-top: auto; padding-top: 16px; border-bottom: 4px solid var(--orange); }
.equipment-conclusion { margin: 0 18px 18px; padding: 20px; border-radius: 16px; color: #ddd; background: var(--ink); }
.equipment-conclusion strong { display: block; margin-bottom: 4px; color: #fff; font-size: 17px; }
.secondary-route { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.secondary-route h4, .secondary-route p { margin-bottom: 4px; }
.secondary-route p { color: var(--muted); }
.text-link { flex: 0 0 auto; font-weight: 850; }

.visit-card { padding: 44px; border-radius: 34px; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: end; color: #fff; background: radial-gradient(circle at 88% 14%,rgba(247,147,30,.15),transparent 28%),#151515; box-shadow: var(--shadow); }
.visit-card h2 { max-width: 720px; }
.visit-card > div > p:not(.kicker,.price) { color: #d6d6d6; font-size: 18px; }
.visit-offer-grid { margin: 20px 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.visit-offer-grid article { min-width: 0; padding: 16px; border: 1px solid rgba(247,147,30,.42); border-radius: 17px; background: rgba(247,147,30,.07); }
.offer-icon { width: 34px; height: 34px; margin-bottom: 12px; border-radius: 11px; display: grid; place-items: center; color: var(--ink); background: var(--orange); }
.offer-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.visit-offer-grid small { display: block; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .05em; }
.visit-offer-grid strong { display: block; margin-top: 4px; color: #fff; font-size: 21px; line-height: 1.25; }
.visit-offer-grid span { display: block; margin-top: 5px; color: #bbb; font-size: 13px; line-height: 1.45; }
address { color: #d6d6d6; font-style: normal; }
.visit-action { width: min(320px,100%); text-align: center; }
.visit-action .button { width: 100%; }
.visit-action small { display: block; margin-top: 10px; color: #aaa; }

.whatsapp-float { position: fixed; right: 24px; bottom: calc(24px + env(safe-area-inset-bottom, 0px)); z-index: 40; min-height: 54px; padding: 8px 17px 8px 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; display: inline-flex; align-items: center; gap: 10px; color: #fff; background: rgba(18,18,18,.96); box-shadow: 0 16px 42px rgba(0,0,0,.28); font-size: 14px; font-weight: 850; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.whatsapp-float:hover, .whatsapp-float:active { color: #fff; background: #242424; box-shadow: 0 18px 48px rgba(0,0,0,.34); transform: translateY(-2px); }
.whatsapp-float:focus-visible { outline-color: #25d366; }
.whatsapp-float-icon { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: #25d366; }
.whatsapp-float svg { width: 24px; height: 24px; overflow: visible; }
.whatsapp-float svg path:first-child { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.whatsapp-float svg path:last-child { fill: currentColor; }

footer { padding: 34px 0 calc(96px + env(safe-area-inset-bottom, 0px)); color: #ccc; background: #0b0b0b; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.footer-inner strong, .footer-inner a { color: #fff; }
.footer-inner a { min-height: 44px; display: inline-flex; align-items: center; }
.footer-inner nav { display: flex; gap: 18px; }

.error-page { min-height: 100vh; padding: 24px; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 82% 18%,rgba(247,147,30,.18),transparent 30%),#0b0b0b; }
.error-card { width: min(720px,100%); padding: clamp(30px,6vw,64px); border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: rgba(21,21,21,.94); box-shadow: var(--shadow); }
.error-code { margin-bottom: 10px; color: var(--orange); font-size: 14px; font-weight: 900; letter-spacing: .16em; }
.error-card h1 { margin-block: 0 18px; font-size: clamp(46px,9vw,78px); }
.error-card > p { max-width: 560px; color: #d0d0d0; font-size: 18px; }
.error-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }

@media (max-width: 900px) {
  .nav { gap: 12px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .menu { position: absolute; top: 72px; left: 20px; right: 20px; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; display: none; flex-direction: column; gap: 0; background: #171717; box-shadow: var(--shadow); }
  .menu.open { display: flex; }
  .menu a { padding: 12px; }
  .nav-cta { flex: 0 0 auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-card { min-height: 350px; }
  .audience-compare { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .answer-panel { grid-template-columns: 1fr; }
  .answer-visual { min-height: 320px; }
  .self-service-head { grid-template-columns: 1fr; gap: 18px; }
  .equipment-intro { grid-template-columns: 1fr; }
  .training-grid { grid-template-columns: repeat(2,1fr); }
  .visit-card { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 28px,1160px); }
  .brand span { display: none; }
  .nav-cta { padding-inline: 14px; }
  h1 { font-size: 46px; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 44px 58px; gap: 24px; }
  .hero-lead { font-size: 18px; }
  .hero-card { min-height: 250px; padding: 22px; }
  .hero-card p { max-width: 290px; font-size: 25px; }
  .hero-actions .button { width: 100%; }
  .section { padding-block: 58px; }
  .section-head { margin-bottom: 28px; }
  .section h2 { font-size: 36px; }
  .audience-compare { width: calc(100% + 14px); padding: 2px 14px 12px 0; display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .audience-compare::-webkit-scrollbar, .space-gallery::-webkit-scrollbar, .training-grid::-webkit-scrollbar { display: none; }
  .audience-block, .audience-soft { flex: 0 0 88%; padding: 22px; scroll-snap-align: start; }
  .audience-block h3 { margin-bottom: 14px; font-size: 22px; }
  .card-grid { gap: 8px; }
  .question-card { min-height: 66px; padding: 12px 13px; border-radius: 15px; gap: 11px; }
  .question-icon { width: 38px; height: 38px; border-radius: 12px; }
  .question-icon svg { width: 21px; height: 21px; }
  .question-card p { font-size: 16px; line-height: 1.35; }
  .answer-panel { margin-top: 28px; padding: 10px; gap: 8px; }
  .answer-copy { padding: 20px 16px 14px; }
  .answer-panel h3 { font-size: 31px; }
  .answer-copy > p:not(.kicker) { font-size: 16px; }
  .answer-panel ul { margin-top: 18px; }
  .answer-panel li { padding-block: 10px; grid-template-columns: 1fr; gap: 2px; font-size: 15px; }
  .answer-panel li::before { top: 19px; }
  .answer-visual { min-height: 225px; border-radius: 20px; }
  .self-service-panel { padding: 24px 18px; border-radius: 28px; }
  .self-service-head h2 { font-size: 36px; }
  .self-service-lead p { font-size: 16px; }
  .self-service-cta { width: 100%; }
  .self-service-flow { position: relative; margin-top: 24px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
  .self-service-flow::before { content: ""; position: absolute; top: 45px; left: 16%; right: 16%; height: 2px; background: rgba(21,21,21,.22); }
  .self-service-flow li { min-height: 166px; padding: 14px 8px; align-items: center; gap: 13px; text-align: center; z-index: 1; }
  .flow-icon { width: 50px; height: 50px; border-radius: 16px; }
  .flow-icon svg { width: 26px; height: 26px; }
  .self-service-flow h3 { font-size: 18px; }
  .self-service-flow p { font-size: 12px; line-height: 1.35; }
  .self-service-note { padding: 14px; gap: 10px; font-size: 14px; }
  .self-service-note span { color: #aaa; }
  .space-gallery { width: calc(100% + 14px); padding: 2px 14px 12px 0; display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .space-gallery figure, .space-gallery .gallery-main { min-height: 245px; flex: 0 0 86%; border-radius: 22px; scroll-snap-align: start; }
  .equipment-card, .visit-card { padding: 22px; }
  .equipment-intro { gap: 18px; }
  .equipment-intro h3 { font-size: 32px; }
  .equipment-intro > div > p { font-size: 16px; }
  .equipment-intro figure { min-height: 245px; }
  .visit-offer-grid { grid-template-columns: 1fr; gap: 8px; }
  .visit-offer-grid article { position: relative; padding: 14px 14px 14px 60px; }
  .visit-offer-grid .offer-icon { position: absolute; left: 14px; top: 50%; margin: 0; transform: translateY(-50%); }
  .training-grid { padding: 14px; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .training-grid article { min-height: 235px; flex: 0 0 84%; scroll-snap-align: start; }
  .equipment-conclusion { margin: 0 14px 14px; padding: 17px; font-size: 15px; }
  .secondary-route, .footer-inner { align-items: flex-start; flex-direction: column; }
  .secondary-route .text-link { width: 100%; }
  .footer-inner nav { flex-wrap: wrap; }
  footer { padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px)); }
  .error-actions .button { width: 100%; }
  .whatsapp-float { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); width: 54px; min-height: 54px; padding: 0; justify-content: center; }
  .whatsapp-float-icon { width: 38px; height: 38px; }
  .whatsapp-float-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Homepage readability V0.3 — local review only */
.home-readability-v03 main section[id] { scroll-margin-top: 104px; }
.home-readability-v03 .hero {
  min-height: 720px;
  background:
    radial-gradient(circle at 12% 14%, rgba(247,147,30,.13), transparent 26%),
    linear-gradient(145deg,#171717,#050505 72%);
}
.home-readability-v03 .hero-grid { grid-template-columns: .88fr 1.12fr; gap: 76px; }
.home-readability-v03 .hero-copy { min-width: 0; }
.home-readability-v03 .hero h1 { max-width: 650px; margin-block: 20px 22px; font-size: clamp(56px,7vw,94px); }
.home-readability-v03 .hero h1 span { color: var(--orange); background: none; }
.home-readability-v03 .hero-lead { max-width: 560px; margin-bottom: 26px; color: #d4d4d4; }
.home-readability-v03 .hero-actions { align-items: center; gap: 20px; }
.home-readability-v03 .hero-text-link { min-height: 48px; display: inline-flex; align-items: center; color: #ddd; font-weight: 800; text-underline-offset: 5px; }
.home-readability-v03 .hero-text-link:hover { color: var(--orange); }
.home-readability-v03 .hero-proof { margin: 34px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; list-style: none; }
.home-readability-v03 .hero-proof li { min-width: 0; }
.home-readability-v03 .hero-proof strong,
.home-readability-v03 .hero-proof span { display: block; }
.home-readability-v03 .hero-proof strong { color: #fff; font-size: 15px; line-height: 1.35; }
.home-readability-v03 .hero-proof span { margin-top: 4px; color: #929292; font-size: 12px; line-height: 1.45; }
.home-readability-v03 .hero-card { position: relative; min-height: 540px; padding: 34px; justify-content: space-between; background-position: 54% center; }
.home-readability-v03 .hero-card-badge { align-self: flex-start; padding: 8px 12px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: #fff; background: rgba(11,11,11,.64); backdrop-filter: blur(10px); font-size: 12px; font-weight: 850; }
.home-readability-v03 .hero-card > div { margin-top: auto; }
.home-readability-v03 .hero-card small { color: var(--orange); }
.home-readability-v03 .hero-card p { margin-bottom: 0; }

.home-readability-v03 .experience-section { display: grid; grid-template-columns: .66fr 1.34fr; gap: 70px; align-items: start; }
.home-readability-v03 .experience-section .section-head { position: sticky; top: 124px; margin: 0; }
.home-readability-v03 .section-intro { max-width: 420px; margin: 20px 0 0; color: var(--muted); font-size: 19px; }
.home-readability-v03 .experience-layout { min-width: 0; }
.home-readability-v03 .experience-visual { position: relative; min-height: 470px; margin: 0; border-radius: 32px; overflow: hidden; background: #d8d4ce; box-shadow: var(--shadow); }
.home-readability-v03 .experience-visual picture { width: 100%; height: 100%; display: block; }
.home-readability-v03 .experience-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.home-readability-v03 .experience-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 50%,rgba(0,0,0,.72)); pointer-events: none; }
.home-readability-v03 .experience-visual figcaption { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 20px; color: #fff; }
.home-readability-v03 .experience-visual figcaption strong { font-size: 27px; line-height: 1.15; }
.home-readability-v03 .experience-visual figcaption span { color: #ddd; font-size: 14px; }
.home-readability-v03 .value-list { margin-top: 18px; border-top: 1px solid var(--line); }
.home-readability-v03 .value-list article { min-height: 104px; padding: 20px 4px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: center; }
.home-readability-v03 .value-icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; color: var(--ink); background: rgba(247,147,30,.18); }
.home-readability-v03 .value-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.home-readability-v03 .value-list h3 { margin: 0 0 3px; font-size: 22px; line-height: 1.3; }
.home-readability-v03 .value-list p { margin: 0; color: var(--muted); font-size: 15px; }

.home-readability-v03 .self-service-section { padding-top: 20px; }
.home-readability-v03 .self-service-panel { padding: 50px; }
.home-readability-v03 .self-service-head { grid-template-columns: 1fr auto; gap: 32px; align-items: end; }
.home-readability-v03 .self-service-lead { max-width: 300px; margin: 0 0 7px; color: rgba(21,21,21,.72); font-size: 17px; font-weight: 750; }
.home-readability-v03 .self-service-flow { position: relative; }
.home-readability-v03 .self-service-flow::before { content: ""; position: absolute; top: 48px; left: 16.8%; right: 16.8%; height: 2px; background: rgba(21,21,21,.2); }
.home-readability-v03 .self-service-flow li { z-index: 1; min-height: 158px; align-items: center; text-align: center; }
.home-readability-v03 .flow-icon { box-shadow: 0 0 0 9px var(--orange); }
.home-readability-v03 .self-service-actions { margin-top: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.home-readability-v03 .self-service-help { min-height: 48px; display: inline-flex; align-items: center; color: rgba(21,21,21,.76); font-size: 14px; font-weight: 800; text-underline-offset: 4px; }
.home-readability-v03 .self-service-help:hover { color: #000; }

.home-readability-v03 #space .section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.home-readability-v03 #space .section-head h2 { max-width: 760px; margin-bottom: 0; }
.home-readability-v03 .equipment-card { margin-top: 28px; padding: 12px; }
.home-readability-v03 .equipment-intro { grid-template-columns: .72fr 1.28fr; gap: 12px; }
.home-readability-v03 .equipment-intro > div { padding: 30px; }
.home-readability-v03 .equipment-intro figure { min-height: 400px; }
.home-readability-v03 details { margin: 12px 0 0; }
.home-readability-v03 .training-grid article { min-height: 205px; }
.home-readability-v03 .secondary-route { margin: 12px 18px 8px; padding-top: 20px; }

.home-readability-v03 .visit-card { padding: 48px; align-items: center; }
.home-readability-v03 .visit-offer-grid { margin-block: 26px 22px; }
.home-readability-v03 .visit-offer-grid article { display: grid; grid-template-columns: 44px 1fr; column-gap: 14px; align-items: center; }
.home-readability-v03 .visit-offer-grid .offer-icon { grid-column: 1; grid-row: 1 / span 3; margin: 0; }
.home-readability-v03 .visit-offer-grid article > small,
.home-readability-v03 .visit-offer-grid article > strong,
.home-readability-v03 .visit-offer-grid article > span:not(.offer-icon) { grid-column: 2; }
.home-readability-v03 address { display: flex; gap: 12px; align-items: baseline; }
.home-readability-v03 address strong { color: var(--orange); }
.home-readability-v03 address span { color: #d6d6d6; }

@media (max-width: 900px) {
  .home-readability-v03 .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .home-readability-v03 .hero-card { min-height: 430px; }
  .home-readability-v03 .experience-section { grid-template-columns: 1fr; gap: 34px; }
  .home-readability-v03 .experience-section .section-head { position: static; }
  .home-readability-v03 .equipment-intro { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .home-readability-v03 .hero-grid { padding-block: 42px 52px; gap: 32px; }
  .home-readability-v03 .hero h1 { margin-block: 16px 18px; font-size: clamp(48px,15vw,62px); }
  .home-readability-v03 .hero-lead { margin-bottom: 22px; font-size: 17px; line-height: 1.65; }
  .home-readability-v03 .hero-actions { align-items: stretch; flex-direction: column; gap: 6px; }
  .home-readability-v03 .hero-actions .button { width: 100%; }
  .home-readability-v03 .hero-text-link { justify-content: center; }
  .home-readability-v03 .hero-proof { margin-top: 24px; padding-top: 20px; gap: 8px; }
  .home-readability-v03 .hero-proof strong { font-size: 13px; }
  .home-readability-v03 .hero-proof span { font-size: 11px; }
  .home-readability-v03 .hero-card { min-height: 310px; padding: 20px; border-radius: 26px; }
  .home-readability-v03 .hero-card p { font-size: 29px; }
  .home-readability-v03 .experience-section { gap: 24px; }
  .home-readability-v03 .section-intro { margin-top: 14px; font-size: 17px; }
  .home-readability-v03 .experience-visual { min-height: 320px; border-radius: 24px; }
  .home-readability-v03 .experience-visual figcaption { left: 18px; right: 18px; bottom: 18px; align-items: start; flex-direction: column; gap: 4px; }
  .home-readability-v03 .experience-visual figcaption strong { font-size: 23px; }
  .home-readability-v03 .value-list { margin-top: 12px; }
  .home-readability-v03 .value-list article { min-height: 88px; padding-block: 15px; grid-template-columns: 42px 1fr; gap: 13px; }
  .home-readability-v03 .value-icon { width: 42px; height: 42px; border-radius: 14px; }
  .home-readability-v03 .value-icon svg { width: 22px; height: 22px; }
  .home-readability-v03 .value-list h3 { font-size: 18px; }
  .home-readability-v03 .value-list p { font-size: 14px; }
  .home-readability-v03 .self-service-panel { padding: 26px 18px; }
  .home-readability-v03 .self-service-head { grid-template-columns: 1fr; gap: 8px; }
  .home-readability-v03 .self-service-lead { margin: 0; font-size: 15px; }
  .home-readability-v03 .self-service-flow { margin-top: 26px; }
  .home-readability-v03 .self-service-flow::before { top: 41px; }
  .home-readability-v03 .self-service-flow li { min-height: 146px; padding: 12px 5px; gap: 10px; }
  .home-readability-v03 .flow-icon { width: 46px; height: 46px; border-radius: 15px; box-shadow: 0 0 0 7px var(--orange); }
  .home-readability-v03 .self-service-flow h3 { font-size: 17px; }
  .home-readability-v03 .self-service-flow p { font-size: 11px; }
  .home-readability-v03 .self-service-actions { align-items: stretch; flex-direction: column; gap: 6px; }
  .home-readability-v03 .self-service-actions .button { width: 100%; }
  .home-readability-v03 .self-service-help { justify-content: center; text-align: center; }
  .home-readability-v03 #space .section-head { display: block; }
  .home-readability-v03 .equipment-card { padding: 9px; }
  .home-readability-v03 .equipment-intro > div { padding: 18px 14px 6px; }
  .home-readability-v03 .equipment-intro figure { min-height: 245px; }
  .home-readability-v03 .training-grid article { min-height: 205px; }
  .home-readability-v03 .secondary-route { margin: 10px 14px 6px; }
  .home-readability-v03 .visit-card { padding: 24px 20px; }
  .home-readability-v03 .visit-offer-grid article { padding: 15px; grid-template-columns: 40px 1fr; column-gap: 12px; }
  .home-readability-v03 .visit-offer-grid .offer-icon { position: static; width: 38px; height: 38px; transform: none; }
  .home-readability-v03 address { align-items: flex-start; flex-direction: column; gap: 2px; font-size: 14px; }
}

/* Private training page */
.pt-page main { background: var(--paper); }
.pt-hero { padding-block: 78px 92px; color: #fff; background: radial-gradient(circle at 82% 15%,rgba(247,147,30,.18),transparent 30%),#0b0b0b; }
.pt-hero-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 64px; align-items: center; }
.pt-hero-copy h1 { margin-block: 18px 24px; font-size: clamp(48px,5vw,72px); }
.pt-hero-copy h1 span { color: var(--orange); background: none; }
.pt-hero-note { max-width: 620px; margin: 22px 0 0; padding-left: 15px; border-left: 3px solid var(--orange); color: #aaa; font-size: 14px; }
.pt-hero-visual { position: relative; min-height: 560px; margin: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; overflow: hidden; background: #202020; box-shadow: var(--shadow); }
.pt-hero-visual picture { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.pt-method-visual picture { width: 100%; height: 100%; display: block; }
.pt-hero-visual img, .pt-method-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.pt-hero-visual img { object-position: 48% center; }
.pt-hero-visual figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; display: flex; justify-content: space-between; gap: 18px; color: #fff; background: rgba(11,11,11,.82); backdrop-filter: blur(12px); }
.pt-hero-visual figcaption strong { font-size: 16px; }
.pt-hero-visual figcaption span { color: #bbb; font-size: 13px; }
.pt-section-head > p:last-child { max-width: 650px; color: var(--muted); font-size: 18px; }
.pt-goals-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.pt-goals-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: 26px; display: flex; flex-direction: column; background: #fff; }
.pt-goals-grid article:nth-child(2), .pt-goals-grid article:nth-child(3) { color: #fff; background: #1a1a1a; }
.pt-goals-grid b { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--orange); font-size: 13px; }
.pt-goals-grid h3 { max-width: 470px; margin: auto 0 12px; font-size: clamp(24px,2.8vw,34px); line-height: 1.14; }
.pt-goals-grid p { max-width: 520px; margin: 0; color: var(--muted); }
.pt-goals-grid article:nth-child(2) p, .pt-goals-grid article:nth-child(3) p { color: #c7c7c7; }
.pt-goals-conclusion { margin: 14px 0 0; padding: 22px 24px; border-radius: 20px; display: flex; justify-content: space-between; gap: 24px; color: #fff; background: var(--orange); }
.pt-goals-conclusion strong { color: var(--ink); font-size: 19px; }
.pt-goals-conclusion span { color: rgba(21,21,21,.76); font-weight: 750; }
.pt-choice-section { background: #e8e4dd; }
.pt-choice-compare { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.pt-choice-compare article { min-height: 390px; padding: 34px; border-radius: 28px; display: flex; flex-direction: column; }
.pt-choice-common { border: 1px solid var(--line); background: rgba(255,255,255,.64); }
.pt-choice-homegym { color: #fff; background: #151515; box-shadow: var(--shadow); }
.pt-choice-label { margin-bottom: 28px; color: #777; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pt-choice-homegym .pt-choice-label { color: var(--orange); }
.pt-choice-compare h3 { max-width: 490px; margin-bottom: 24px; font-size: clamp(29px,3.3vw,42px); line-height: 1.12; }
.pt-choice-compare ul { margin: auto 0 0; padding: 0; list-style: none; }
.pt-choice-compare li { position: relative; padding: 15px 0 15px 25px; border-top: 1px solid var(--line); color: var(--muted); }
.pt-choice-homegym li { border-color: rgba(255,255,255,.14); color: #d0d0d0; }
.pt-choice-compare li::before { content: ""; position: absolute; left: 2px; top: 25px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.pt-fit-note { margin: 22px 0 0; padding: 0 4px; display: grid; grid-template-columns: auto 1fr; gap: 12px; color: var(--muted); }
.pt-fit-note strong { color: var(--ink); }
.pt-room-section { background: var(--paper); }
.pt-room-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 58px; align-items: center; }
.pt-room-visual { position: relative; min-height: 610px; margin: 0; border-radius: 30px; overflow: hidden; background: #d6d2cb; box-shadow: var(--shadow); }
.pt-room-visual picture { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.pt-room-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 59% center; }
.pt-room-visual figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; display: flex; justify-content: space-between; gap: 18px; color: #fff; background: rgba(11,11,11,.8); backdrop-filter: blur(12px); }
.pt-room-visual figcaption strong { font-size: 15px; }
.pt-room-visual figcaption span { color: #ccc; font-size: 13px; }
.pt-room-copy h2 { margin-block: 12px 18px; }
.pt-room-lead { margin-bottom: 24px; color: var(--muted); font-size: 17px; }
.pt-format-options { margin-bottom: 10px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.pt-format-options article { padding: 17px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.pt-format-options b { color: #bd6914; font-size: 20px; }
.pt-format-options p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.pt-format-note { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.pt-room-scenes { border-top: 1px solid var(--line); }
.pt-room-scenes article { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 112px 1fr; gap: 16px; }
.pt-room-scenes b { color: #bd6914; font-size: 17px; }
.pt-room-scenes p { margin: 0; color: var(--muted); }
.pt-method-section { color: #fff; background: #151515; }
.pt-method-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 58px; align-items: center; }
.pt-method-visual { min-height: 540px; margin: 0; border-radius: 30px; overflow: hidden; background: #252525; }
.pt-video-visual { position: relative; min-height: 0; aspect-ratio: 9 / 14; background: #080808; box-shadow: var(--shadow); }
.pt-session-video { width: 100%; height: 100%; display: block; object-fit: cover; background: #080808; }
.pt-video-caption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; display: flex; justify-content: space-between; gap: 16px; color: #fff; background: rgba(11,11,11,.78); backdrop-filter: blur(12px); }
.pt-video-caption strong { font-size: 15px; }
.pt-video-caption span { color: #c8c8c8; font-size: 13px; }
.pt-video-toggle { position: absolute; top: 16px; right: 16px; min-width: 64px; min-height: 44px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff; background: rgba(11,11,11,.78); backdrop-filter: blur(12px); font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; }
.pt-video-toggle:hover { color: var(--ink); background: var(--orange); }
.pt-method-copy h2 { margin-block: 12px 30px; }
.pt-privacy-note { margin: 0 0 24px; padding: 17px 18px; border: 1px solid rgba(247,147,30,.32); border-radius: 17px; display: grid; gap: 3px; background: rgba(247,147,30,.08); }
.pt-privacy-note strong { color: #fff; font-size: 17px; }
.pt-privacy-note span { color: #cfcfcf; font-size: 15px; }
.pt-method-list { margin: 0; padding: 0; display: grid; gap: 0; list-style: none; }
.pt-method-list li { padding: 19px 0; border-top: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: 96px 1fr; gap: 16px; align-items: start; }
.pt-method-list b { color: var(--orange); font-size: 19px; }
.pt-method-list span { color: #d0d0d0; font-size: 17px; }
.pt-trial-includes { margin-bottom: 14px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.pt-trial-includes article { min-height: 220px; padding: 22px; border: 1px solid var(--line); border-radius: 24px; display: flex; flex-direction: column; background: #fff; }
.pt-trial-includes b { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--orange); font-size: 12px; }
.pt-trial-includes h3 { margin: auto 0 8px; font-size: 23px; }
.pt-trial-includes p { margin: 0; color: var(--muted); font-size: 15px; }
.pt-trial-decision { margin: 0 0 18px; padding: 18px 22px; border-radius: 18px; display: flex; justify-content: space-between; gap: 22px; color: var(--ink); background: #e8e4dd; }
.pt-trial-decision span { color: var(--muted); }
.pt-trial-price { margin: 0 0 18px; padding: 28px; border-radius: 28px; display: grid; grid-template-columns: minmax(330px,.9fr) minmax(300px,1fr) auto; gap: 28px; align-items: center; color: #fff; background: radial-gradient(circle at 15% 0,rgba(247,147,30,.2),transparent 36%),#151515; box-shadow: var(--shadow); }
.pt-trial-price-main p { margin: 0 0 7px; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .11em; }
.pt-trial-price-main strong { display: block; font-size: clamp(36px,4.1vw,52px); line-height: 1; white-space: nowrap; }
.pt-trial-price-main strong span { color: #c7c7c7; font-size: 17px; }
.pt-trial-price-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.pt-trial-price-option { min-width: 0; padding: 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.04); }
.pt-trial-price-option small { display: block; margin-bottom: 7px; color: var(--orange); font-weight: 900; }
.pt-trial-price-option strong { font-size: clamp(29px,3.1vw,41px); }
.pt-trial-price-option span { display: block; margin-top: 7px; color: #aaa; font-size: 11px; line-height: 1.35; }
.pt-trial-price-detail { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.17); }
.pt-trial-price-detail b { display: block; margin-bottom: 5px; font-size: 18px; }
.pt-trial-price-detail p { margin: 0 0 5px; color: #d1d1d1; }
.pt-trial-price-detail small { color: #919191; }
.pt-trial-price > .button { white-space: nowrap; }
.pt-contact-flow-title { margin: 38px 0 16px; font-size: clamp(27px,3.2vw,38px); }
.pt-contact-flow { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; list-style: none; }
.pt-contact-flow li { min-height: 220px; padding: 25px; border-radius: 24px; display: flex; flex-direction: column; background: var(--orange); }
.pt-contact-flow > li > b { color: rgba(21,21,21,.58); font-size: 13px; letter-spacing: .12em; }
.pt-contact-flow div { margin-top: auto; }
.pt-contact-flow h3 { margin-bottom: 8px; font-size: 25px; }
.pt-contact-flow p { margin: 0; font-weight: 650; }
.pt-faq-section { padding-top: 0; }
.pt-faq-grid { padding: 42px; border: 1px solid var(--line); border-radius: 30px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; background: #fff; }
.pt-faq-grid h2 { margin-bottom: 0; font-size: clamp(34px,4.4vw,52px); }
.pt-faq-list details { margin-top: 0; border-width: 0 0 1px; border-radius: 0; background: transparent; }
.pt-faq-list details:first-child { border-top: 1px solid var(--line); }
.pt-faq-list details[open] summary { background: transparent; }
.pt-faq-list details p { margin: 0; padding: 0 68px 22px 20px; color: var(--muted); }
.pt-contact-card { padding: 44px; border-radius: 34px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; color: #fff; background: radial-gradient(circle at 88% 14%,rgba(247,147,30,.18),transparent 28%),#151515; box-shadow: var(--shadow); }
.pt-contact-card h2 { max-width: 720px; }
.pt-contact-card > div > p:not(.kicker) { max-width: 710px; color: #d3d3d3; font-size: 18px; }
.pt-contact-action { width: min(340px,100%); text-align: center; }
.pt-contact-action .button { width: 100%; }
.pt-contact-action small { display: block; margin-top: 10px; color: #aaa; }

@media (max-width: 900px) {
  .pt-hero-grid, .pt-room-grid, .pt-method-grid, .pt-faq-grid { grid-template-columns: 1fr; }
  .pt-hero-grid { gap: 38px; }
  .pt-hero-visual, .pt-method-visual { min-height: 430px; }
  .pt-video-visual { min-height: 0; width: min(520px,100%); aspect-ratio: 9 / 14; margin-inline: auto; }
  .pt-goals-grid, .pt-contact-flow { grid-template-columns: 1fr; }
  .pt-goals-grid article, .pt-contact-flow li { min-height: 0; }
  .pt-choice-compare article { min-height: 350px; }
  .pt-room-grid { gap: 38px; }
  .pt-room-visual { min-height: 520px; }
  .pt-trial-includes { grid-template-columns: repeat(2,1fr); }
  .pt-trial-price { grid-template-columns: 1fr 1.25fr; }
  .pt-trial-price > .button { grid-column: 1 / -1; width: 100%; }
  .pt-contact-card { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 560px) {
  .pt-hero { padding-block: 48px 66px; }
  .pt-hero-copy h1 { font-size: 43px; }
  .pt-hero-visual { min-height: 390px; border-radius: 25px; }
  .pt-hero-visual figcaption { padding: 13px 14px; flex-direction: column; gap: 2px; }
  .pt-section-head > p:last-child { font-size: 16px; }
  .pt-goals-grid { width: calc(100% + 14px); padding: 2px 14px 12px 0; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .pt-goals-grid::-webkit-scrollbar, .pt-choice-compare::-webkit-scrollbar { display: none; }
  .pt-goals-grid article { min-height: 320px; flex: 0 0 88%; padding: 22px; scroll-snap-align: start; }
  .pt-goals-grid h3 { font-size: 27px; }
  .pt-goals-conclusion { padding: 18px; flex-direction: column; gap: 3px; }
  .pt-choice-compare { width: calc(100% + 14px); padding: 2px 14px 12px 0; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .pt-choice-compare article { min-height: 430px; flex: 0 0 90%; padding: 24px; scroll-snap-align: start; }
  .pt-choice-compare h3 { font-size: 30px; }
  .pt-choice-label { margin-bottom: 22px; }
  .pt-fit-note { grid-template-columns: 1fr; gap: 3px; font-size: 15px; }
  .pt-room-grid { gap: 28px; }
  .pt-room-visual { min-height: 330px; border-radius: 24px; }
  .pt-room-visual figcaption { left: 12px; right: 12px; bottom: 12px; padding: 12px 13px; flex-direction: column; gap: 1px; }
  .pt-room-copy h2 { font-size: 36px; }
  .pt-room-lead { font-size: 16px; }
  .pt-format-options { grid-template-columns: 1fr; }
  .pt-format-options article { padding: 15px; }
  .pt-room-scenes article { grid-template-columns: 1fr; gap: 4px; padding-block: 15px; }
  .pt-method-grid { gap: 30px; }
  .pt-method-visual { min-height: 310px; }
  .pt-video-visual { min-height: 0; aspect-ratio: 9 / 14; border-radius: 24px; }
  .pt-video-caption { left: 12px; right: 12px; bottom: 12px; padding: 12px 13px; flex-direction: column; gap: 1px; }
  .pt-video-toggle { top: 12px; right: 12px; }
  .pt-privacy-note { margin-bottom: 18px; padding: 15px; }
  .pt-method-list li { grid-template-columns: 72px 1fr; padding-block: 16px; }
  .pt-method-list span { font-size: 15px; }
  .pt-trial-includes { gap: 9px; }
  .pt-trial-includes article { min-height: 205px; padding: 17px; border-radius: 20px; }
  .pt-trial-includes h3 { font-size: 20px; }
  .pt-trial-includes p { font-size: 14px; }
  .pt-trial-decision { padding: 17px; flex-direction: column; gap: 3px; }
  .pt-trial-price { padding: 23px; grid-template-columns: 1fr; gap: 20px; border-radius: 24px; }
  .pt-trial-price-option strong { font-size: 31px; }
  .pt-trial-price-detail { padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.17); border-left: 0; }
  .pt-contact-flow li { min-height: 176px; padding: 22px; }
  .pt-faq-grid { padding: 24px; gap: 24px; border-radius: 24px; }
  .pt-faq-list summary { padding-left: 0; font-size: 16px; }
  .pt-faq-list details p { padding: 0 52px 20px 0; font-size: 15px; }
  .pt-contact-card { padding: 26px; }
  .pt-contact-card > div > p:not(.kicker) { font-size: 16px; }
}

@media (max-width: 359px) {
  .pt-trial-includes { grid-template-columns: 1fr; }
  .pt-trial-includes article { min-height: 0; padding: 16px; display: grid; grid-template-columns: 40px 1fr; grid-template-rows: auto auto; column-gap: 13px; row-gap: 5px; }
  .pt-trial-includes b { grid-row: 1 / 3; }
  .pt-trial-includes h3 { margin: 1px 0 0; }
}

/* Homepage readability V0.4 — local review only */
.home-readability-v04 .visit-offer-grid .offer-icon {
  display: grid;
  place-items: center;
  line-height: 0;
  color: #fff;
}
.home-readability-v04 .visit-offer-grid .offer-icon svg {
  display: block;
  margin: 0;
}
.home-readability-v04 .hero-actions { align-items: flex-start; }
.home-readability-v04 .hero-primary-action { display: grid; gap: 8px; }
.home-readability-v04 .hero-primary-action > p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  color: #aaa;
  font-size: 12px;
  line-height: 1.4;
}
.home-readability-v04 .hero-primary-action > p strong { color: #ddd; }
.home-readability-v04 .hero-primary-action > p span { color: #969696; }
.home-readability-v04 .room-compare-link {
  min-height: 68px;
  margin-top: 12px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 13px;
  align-items: center;
  color: var(--ink);
  background: rgba(255,255,255,.68);
  text-decoration: none;
}
.home-readability-v04 .room-compare-link > span:first-child {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink);
}
.home-readability-v04 .room-compare-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.home-readability-v04 .room-compare-link strong,
.home-readability-v04 .room-compare-link small { display: block; }
.home-readability-v04 .room-compare-link small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.home-readability-v04 .room-compare-link b { color: #9b5707; font-size: 25px; }
.home-readability-v04 .room-compare-link:hover { border-color: var(--orange); background: #fff; }
.home-readability-v04 .booking-policy-note {
  margin: 0 0 18px;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 17px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  background: rgba(255,255,255,.05);
}
.home-readability-v04 .booking-policy-note > span {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: rgba(247,147,30,.12);
}
.home-readability-v04 .booking-policy-note svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.home-readability-v04 .booking-policy-note p,
.home-readability-v04 .booking-policy-note strong,
.home-readability-v04 .booking-policy-note small { margin: 0; display: block; }
.home-readability-v04 .booking-policy-note strong { color: #fff; font-size: 14px; }
.home-readability-v04 .booking-policy-note small { margin-top: 3px; color: #bbb; font-size: 12px; }
.home-readability-v04 address a { min-width: 0; display: flex; gap: 10px; align-items: baseline; color: inherit; text-decoration: none; }
.home-readability-v04 address a:hover span { color: #fff; }
.home-readability-v04 address a b { flex: 0 0 auto; color: var(--orange); font-size: 12px; white-space: nowrap; }
.home-readability-v04 .self-service-panel {
  padding: 56px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px,370px);
  gap: 24px 64px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 8%,rgba(255,255,255,.22),transparent 31%),
    var(--orange);
}
.home-readability-v04 .self-service-copy { min-width: 0; }
.home-readability-v04 .self-service-copy .kicker { color: rgba(21,21,21,.68); }
.home-readability-v04 .self-service-copy h2 {
  max-width: 650px;
  margin-block: 12px 18px;
  font-size: clamp(44px,5.2vw,72px);
  line-height: 1.06;
}
.home-readability-v04 .self-service-lead {
  max-width: 520px;
  margin: 0;
  color: rgba(21,21,21,.74);
  font-size: 19px;
  font-weight: 800;
}
.home-readability-v04 .self-service-benefits {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}
.home-readability-v04 .self-service-benefits li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 16px;
  font-weight: 850;
}
.home-readability-v04 .self-service-benefits li::before {
  content: "✓";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
}
.home-readability-v04 .phone-shell {
  position: relative;
  width: min(100%,370px);
  margin-inline: auto;
  padding: 11px;
  border: 2px solid rgba(255,255,255,.2);
  border-radius: 48px;
  color: var(--ink);
  background: #111;
  box-shadow: 0 28px 60px rgba(53,31,4,.3);
}
.home-readability-v04 .phone-island {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 2;
  width: 92px;
  height: 24px;
  border-radius: 999px;
  background: #111;
  transform: translateX(-50%);
}
.home-readability-v04 .phone-screen {
  min-height: 590px;
  padding: 58px 20px 20px;
  border-radius: 37px;
  display: flex;
  flex-direction: column;
  background: #f8f6f1;
}
.home-readability-v04 .phone-screen-head {
  padding-bottom: 18px;
  border-bottom: 1px solid #dedad3;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.home-readability-v04 .phone-screen-head small {
  color: #a45a00;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
}
.home-readability-v04 .phone-screen-head span { font-size: 15px; font-weight: 900; }
.home-readability-v04 .phone-flow {
  position: relative;
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}
.home-readability-v04 .phone-flow::before {
  content: "";
  position: absolute;
  top: 44px;
  bottom: 44px;
  left: 24px;
  width: 2px;
  background: #ddd7ce;
}
.home-readability-v04 .phone-flow li {
  position: relative;
  z-index: 1;
  min-height: 90px;
  padding: 11px;
  border: 1px solid #e2ded7;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  align-items: center;
  background: #fff;
}
.home-readability-v04 .phone-step-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 0 0 5px var(--orange);
}
.home-readability-v04 .phone-step-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-readability-v04 .phone-flow small {
  color: #9a570a;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
}
.home-readability-v04 .phone-flow h3 { margin: 1px 0 2px; font-size: 18px; line-height: 1.25; }
.home-readability-v04 .phone-flow p { margin: 0; color: var(--muted); font-size: 12px; }
.home-readability-v04 .phone-cta {
  width: 100%;
  min-height: 56px;
  margin-top: auto;
  color: #fff;
  background: var(--ink);
}
.home-readability-v04 .phone-cta:hover { color: var(--ink); background: var(--orange); }
.home-readability-v04 .self-service-help {
  grid-column: 1 / -1;
  min-height: 44px;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  color: rgba(21,21,21,.76);
  font-size: 14px;
  font-weight: 850;
  text-underline-offset: 4px;
}
.home-readability-v04 .self-service-help:hover { color: #000; }

@media (max-width: 900px) {
  .home-readability-v04 .self-service-panel {
    grid-template-columns: minmax(0,1fr) minmax(280px,330px);
    gap: 22px 32px;
    padding: 42px 36px;
  }
}

@media (max-width: 700px) {
  .home-readability-v04 .self-service-panel {
    grid-template-columns: minmax(0,1fr);
    gap: 28px;
  }
  .home-readability-v04 .phone-shell { width: min(100%,350px); }
  .home-readability-v04 .self-service-help { order: 3; text-align: center; }
}

@media (max-width: 560px) {
  .home-readability-v04 .hero-primary-action { width: 100%; }
  .home-readability-v04 .hero-primary-action .button { width: 100%; }
  .home-readability-v04 .hero-primary-action > p { justify-content: center; text-align: center; }
  .home-readability-v04 .room-compare-link { padding: 12px 13px; }
  .home-readability-v04 .booking-policy-note > span { width: 32px; height: 32px; }
  .home-readability-v04 address a { align-items: flex-start; flex-direction: column; gap: 3px; }
  .home-readability-v04 .self-service-panel { padding: 29px 18px 24px; border-radius: 28px; }
  .home-readability-v04 .self-service-copy h2 { margin-block: 10px 14px; font-size: clamp(37px,11vw,48px); }
  .home-readability-v04 .self-service-lead { font-size: 16px; }
  .home-readability-v04 .self-service-benefits { margin-top: 22px; gap: 9px; }
  .home-readability-v04 .self-service-benefits li { font-size: 14px; }
  .home-readability-v04 .self-service-benefits li::before { width: 25px; height: 25px; }
  .home-readability-v04 .phone-shell { width: min(100%,330px); padding: 9px; border-radius: 42px; }
  .home-readability-v04 .phone-island { top: 19px; width: 84px; height: 21px; }
  .home-readability-v04 .phone-screen { min-height: 530px; padding: 52px 15px 15px; border-radius: 33px; }
  .home-readability-v04 .phone-screen-head { padding-inline: 2px; padding-bottom: 14px; }
  .home-readability-v04 .phone-flow { margin-block: 18px; }
  .home-readability-v04 .phone-flow li { min-height: 83px; padding: 9px; grid-template-columns: 44px 1fr; gap: 11px; border-radius: 16px; }
  .home-readability-v04 .phone-flow::before { left: 22px; }
  .home-readability-v04 .phone-step-icon { width: 44px; height: 44px; border-radius: 14px; box-shadow: 0 0 0 4px var(--orange); }
  .home-readability-v04 .phone-step-icon svg { width: 22px; height: 22px; }
  .home-readability-v04 .phone-flow h3 { font-size: 17px; }
  .home-readability-v04 .phone-cta { min-height: 54px; }
  .home-readability-v04 .self-service-help { min-height: 40px; font-size: 13px; }
}

/* FAQ page */
.faq-hero { padding-block: 78px 94px; color: #fff; background: radial-gradient(circle at 14% 8%,rgba(247,147,30,.16),transparent 30%),#0b0b0b; }
.faq-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 62px; align-items: center; }
.faq-hero-copy h1 { margin-block: 18px 24px; font-size: clamp(50px,5.4vw,68px); }
.faq-hero-copy h1 > span { display: inline-block; white-space: nowrap; }
.faq-mobile-break { display: none; }
.faq-hero-visual { position: relative; min-height: 470px; margin: 0; border-radius: 34px; overflow: hidden; background: #242424; box-shadow: var(--shadow); }
.faq-hero-visual img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; }
.faq-hero-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.88)); }
.faq-hero-visual figcaption { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 1; display: flex; justify-content: space-between; gap: 18px; align-items: end; }
.faq-hero-visual figcaption strong { font-size: 23px; }
.faq-hero-visual figcaption span { color: #ddd; font-size: 14px; font-weight: 750; }
.faq-facts { position: relative; z-index: 2; margin-top: -44px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.faq-facts article, .faq-facts > a { min-height: 148px; padding: 22px; border: 1px solid var(--line); border-radius: 23px; display: flex; flex-direction: column; color: inherit; background: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.1); text-decoration: none; }
.faq-facts > a { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.faq-facts > a:hover, .faq-facts > a:focus-visible { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 22px 48px rgba(0,0,0,.14); }
.faq-facts small { color: #777; font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.faq-facts strong { margin-top: auto; font-size: 29px; line-height: 1.2; }
.faq-facts span { color: var(--muted); font-size: 14px; }
.faq-directory { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 70px; align-items: start; }
.faq-directory-nav { position: sticky; top: 116px; }
.faq-directory-nav h2 { margin-block: 9px 24px; font-size: 34px; }
.faq-directory-nav nav { display: grid; gap: 8px; }
.faq-directory-nav a { min-height: 58px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 16px; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.66); font-weight: 800; text-decoration: none; }
.faq-directory-nav a:hover { border-color: var(--orange); background: #fff; }
.faq-directory-nav a span { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: var(--orange); font-size: 11px; }
.faq-groups { display: grid; gap: 34px; }
.faq-group { scroll-margin-top: 110px; padding: 30px; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.7); }
.faq-group > header { margin-bottom: 20px; display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; }
.faq-group > header > span { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--ink); font-size: 13px; font-weight: 900; }
.faq-group > header > div { min-width: 0; }
.faq-group > header p { margin-bottom: 3px; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.faq-group > header h2 { margin: 0; overflow-wrap: anywhere; font-size: clamp(27px,3.2vw,39px); }
.faq-group details { margin-top: 9px; border-radius: 18px; background: #fff; }
.faq-group summary { min-height: 72px; font-size: 18px; }
.faq-group details p { margin: 0; padding: 0 72px 22px 20px; color: var(--muted); font-size: 16px; }
.faq-group details p:not(:last-child) { padding-bottom: 8px; }
.faq-next { margin-bottom: 104px; padding: 44px; border-radius: 34px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; color: #fff; background: radial-gradient(circle at 88% 14%,rgba(247,147,30,.18),transparent 28%),#151515; box-shadow: var(--shadow); }
.faq-next h2 { max-width: 720px; }
.faq-next > div > p:not(.kicker) { max-width: 680px; margin-bottom: 0; color: #d3d3d3; font-size: 18px; }
.faq-next-actions { width: min(310px,100%); display: grid; gap: 10px; }
.faq-next-actions .button { width: 100%; }

/* Privacy policy */
.privacy-hero { padding-block: 86px 76px; color: #fff; background: radial-gradient(circle at 82% 18%,rgba(247,147,30,.2),transparent 29%),#101010; }
.privacy-hero-inner { max-width: 980px; }
.privacy-hero h1 { max-width: 850px; margin-block: 12px 20px; font-size: clamp(54px,8vw,104px); }
.privacy-hero-inner > p:not(.eyebrow) { max-width: 790px; color: #d4d4d4; font-size: clamp(18px,2.3vw,23px); }
.privacy-meta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 9px; }
.privacy-meta span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #ddd; background: rgba(255,255,255,.05); font-size: 13px; font-weight: 750; }
.privacy-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 70px; align-items: start; }
.privacy-nav { position: sticky; top: 116px; }
.privacy-nav h2 { margin-block: 9px 23px; font-size: 31px; }
.privacy-nav nav { display: grid; gap: 7px; }
.privacy-nav a { min-height: 48px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 14px; display: flex; align-items: center; color: inherit; background: rgba(255,255,255,.66); font-weight: 800; text-decoration: none; }
.privacy-nav a:hover, .privacy-nav a:focus-visible { border-color: var(--orange); background: #fff; }
.privacy-content { min-width: 0; display: grid; gap: 18px; }
.privacy-review-card { scroll-margin-top: 110px; padding: 30px; border: 1px solid rgba(247,147,30,.42); border-radius: 26px; background: #171717; color: #fff; }
.privacy-review-card h2 { margin-block: 8px 13px; font-size: clamp(27px,3.2vw,39px); }
.privacy-review-card p:last-child { margin: 0; color: #d2d2d2; }
.privacy-section { scroll-margin-top: 110px; padding: 31px; border: 1px solid var(--line); border-radius: 26px; display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 19px; background: rgba(255,255,255,.72); }
.privacy-section-no { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--ink); font-size: 12px; font-weight: 900; }
.privacy-section h2 { margin: 3px 0 16px; font-size: clamp(27px,3vw,37px); }
.privacy-section h3 { margin: 23px 0 7px; font-size: 19px; }
.privacy-section p { margin-block: 0 13px; color: var(--muted); }
.privacy-section p:last-child { margin-bottom: 0; }
.privacy-section ul { margin: 0 0 15px; padding-left: 1.25em; color: var(--muted); }
.privacy-section li + li { margin-top: 7px; }
.privacy-section a, .privacy-source-note a { color: #ad5e00; font-weight: 800; }
.privacy-source-note { padding: 28px 31px; border-radius: 24px; background: #eeeae4; }
.privacy-source-note h2 { margin-bottom: 11px; font-size: 25px; }
.privacy-source-note p { color: var(--muted); }

@media (max-width: 900px) {
  .faq-hero-grid, .faq-next { grid-template-columns: 1fr; }
  .faq-directory { grid-template-columns: minmax(0,1fr); }
  .faq-directory-nav, .faq-groups, .faq-group { min-width: 0; }
  .faq-hero-visual { min-height: 430px; }
  .faq-directory { gap: 36px; }
  .faq-directory-nav { position: static; }
  .faq-directory-nav nav { display: flex; overflow-x: auto; scrollbar-width: none; }
  .faq-directory-nav nav::-webkit-scrollbar { display: none; }
  .faq-directory-nav a { min-width: max-content; }
  .privacy-layout { grid-template-columns: minmax(0,1fr); gap: 34px; }
  .privacy-nav { position: static; }
  .privacy-nav nav { display: flex; overflow-x: auto; scrollbar-width: none; }
  .privacy-nav nav::-webkit-scrollbar { display: none; }
  .privacy-nav a { min-width: max-content; }
}

@media (max-width: 560px) {
  .faq-hero { padding-block: 48px 72px; }
  .faq-hero-grid { gap: 30px; }
  .faq-hero-copy h1 { font-size: 43px; }
  .faq-hero-copy h1 > span { white-space: normal; }
  .faq-mobile-break { display: inline; }
  .faq-hero-visual { min-height: 330px; border-radius: 25px; }
  .faq-hero-visual figcaption { left: 14px; right: 14px; bottom: 13px; flex-direction: column; align-items: flex-start; gap: 1px; }
  .faq-facts { width: calc(100% - 28px); margin-top: -36px; grid-template-columns: 1fr; gap: 8px; }
  .faq-facts article, .faq-facts > a { min-height: 88px; padding: 15px 17px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; column-gap: 12px; }
  .faq-facts small { grid-column: 1 / -1; }
  .faq-facts strong { margin-top: 3px; font-size: 24px; }
  .faq-facts span { align-self: end; text-align: right; }
  .faq-directory { padding-top: 62px; gap: 28px; }
  .faq-directory-nav h2 { font-size: 31px; }
  .faq-directory-nav nav { width: calc(100% + 14px); padding-right: 14px; }
  .faq-directory-nav a { min-height: 52px; }
  .faq-group { padding: 18px; border-radius: 24px; }
  .faq-group > header { grid-template-columns: 44px 1fr; gap: 12px; }
  .faq-group > header > span { width: 44px; height: 44px; }
  .faq-group > header h2 { font-size: 27px; }
  .faq-group summary { min-height: 66px; padding-left: 15px; font-size: 16px; line-height: 1.4; }
  .faq-group details p { padding: 0 54px 18px 15px; font-size: 15px; }
  .privacy-hero { padding-block: 52px 56px; }
  .privacy-hero h1 { font-size: clamp(48px,17vw,72px); }
  .privacy-meta { display: grid; }
  .privacy-review-card { padding: 23px 20px; border-radius: 22px; }
  .privacy-section { padding: 23px 19px; border-radius: 22px; grid-template-columns: 38px minmax(0,1fr); gap: 12px; }
  .privacy-section-no { width: 38px; height: 38px; }
  .privacy-section h2 { margin-top: 2px; }
  .privacy-source-note { padding: 23px 20px; }
  .faq-group summary::after { width: 38px; height: 38px; }
  .faq-next { margin-bottom: 68px; padding: 26px; gap: 28px; border-radius: 26px; }
  .faq-next > div > p:not(.kicker) { font-size: 16px; }
  .faq-next-actions { width: 100%; }
}

/* FAQ readability V0.1 — scoped so the accepted homepage remains unchanged. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.faq-readability-v01 [hidden] { display: none !important; }
.faq-readability-v01 .faq-hero { padding-block: 78px 62px; }
.faq-readability-v01 .faq-hero-compact { max-width: 900px; text-align: center; }
.faq-readability-v01 .faq-hero-compact h1 { margin-block: 16px 18px; font-size: clamp(48px,7vw,78px); }
.faq-readability-v01 .faq-hero-compact .hero-lead { max-width: 680px; margin: 0 auto; }
.faq-readability-v01 .faq-search {
  min-height: 68px;
  margin: 34px auto 14px;
  padding: 8px 10px 8px 20px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 20px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
  color: #fff;
  background: rgba(255,255,255,.09);
  box-shadow: 0 16px 42px rgba(0,0,0,.2);
}
.faq-readability-v01 .faq-search:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(247,147,30,.18); }
.faq-readability-v01 .faq-search-icon { width: 28px; height: 28px; display: grid; place-items: center; color: var(--orange); }
.faq-readability-v01 .faq-search-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.faq-readability-v01 .faq-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 18px;
}
.faq-readability-v01 .faq-search input::placeholder { color: #aaa; opacity: 1; }
.faq-readability-v01 .faq-search input::-webkit-search-cancel-button { display: none; }
.faq-readability-v01 .faq-clear {
  min-width: 54px;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #353535;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.faq-readability-v01 .faq-filter-row { display: flex; justify-content: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.faq-readability-v01 .faq-filter-row::-webkit-scrollbar { display: none; }
.faq-readability-v01 .faq-filter-row button {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  flex: 0 0 auto;
  color: #ddd;
  background: rgba(255,255,255,.05);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.faq-readability-v01 .faq-filter-row button:hover,
.faq-readability-v01 .faq-filter-row button.is-active { color: var(--ink); border-color: var(--orange); background: var(--orange); }
.faq-readability-v01 .faq-result-count { margin: 12px 0 0; color: #aaa; font-size: 13px; font-weight: 700; }

.faq-readability-v01 .faq-facts { margin-top: -26px; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.faq-readability-v01 .faq-facts article {
  min-height: 126px;
  padding: 18px;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 13px;
  align-items: start;
}
.faq-readability-v01 .faq-fact-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: var(--ink); }
.faq-readability-v01 .faq-fact-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.faq-readability-v01 .faq-facts article div { min-width: 0; display: flex; flex-direction: column; }
.faq-readability-v01 .faq-facts small { letter-spacing: .06em; }
.faq-readability-v01 .faq-facts strong { margin-top: 5px; font-size: clamp(18px,1.8vw,23px); overflow-wrap: anywhere; }
.faq-readability-v01 .faq-facts span { margin-top: 4px; line-height: 1.35; }

.faq-readability-v01 .faq-library { padding-top: 82px; }
.faq-readability-v01 .faq-library-head { margin-bottom: 30px; display: flex; justify-content: space-between; gap: 34px; align-items: end; }
.faq-readability-v01 .faq-library-head h2 { margin-bottom: 0; }
.faq-readability-v01 .faq-library-head > p { max-width: 380px; margin: 0; color: var(--muted); font-weight: 700; }
.faq-readability-v01 .faq-groups { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; align-items: start; }
.faq-readability-v01 .faq-group { padding: 23px; border-radius: 26px; background: rgba(255,255,255,.78); }
.faq-readability-v01 .faq-group > header { margin-bottom: 16px; grid-template-columns: 46px 1fr; gap: 13px; align-items: center; }
.faq-readability-v01 .faq-group > header > span { width: 46px; height: 46px; }
.faq-readability-v01 .faq-group > header p { margin: 0; color: var(--ink); font-size: 21px; letter-spacing: -.01em; }
.faq-readability-v01 .faq-group > header small { display: block; margin-top: 1px; color: #777; font-size: 12px; font-weight: 750; }
.faq-readability-v01 .faq-group details { margin-top: 8px; border-radius: 15px; }
.faq-readability-v01 .faq-group summary { min-height: 62px; padding: 10px 12px 10px 15px; gap: 12px; font-size: 16px; line-height: 1.35; }
.faq-readability-v01 .faq-group summary::after { width: 36px; height: 36px; font-size: 21px; }
.faq-readability-v01 .faq-group details > p { padding: 0 56px 18px 15px; font-size: 15px; }
.faq-readability-v01 .faq-group details strong { color: var(--ink); }
.faq-readability-v01 .faq-answer-steps { margin: 0; padding: 14px 16px 18px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; list-style: none; }
.faq-readability-v01 .faq-answer-steps li { min-height: 48px; padding: 9px 11px; border-radius: 12px; display: flex; gap: 9px; align-items: center; color: var(--muted); background: #f0ede7; font-size: 14px; font-weight: 750; line-height: 1.35; }
.faq-readability-v01 .faq-answer-steps li span { width: 25px; height: 25px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; color: var(--ink); background: var(--orange); font-size: 11px; font-weight: 900; }
.faq-readability-v01 .faq-answer-steps.compact { grid-template-columns: 1fr; }
.faq-readability-v01 .faq-answer-split { padding: 14px 16px 18px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.faq-readability-v01 .faq-answer-split > div { min-width: 0; padding: 12px; border-radius: 12px; display: flex; flex-direction: column; gap: 3px; background: #f0ede7; }
.faq-readability-v01 .faq-answer-split strong { font-size: 14px; }
.faq-readability-v01 .faq-answer-split span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.faq-readability-v01 .faq-inline-link { min-height: 44px; margin: -5px 15px 14px; padding: 8px 12px; border-radius: 11px; display: inline-flex; align-items: center; color: #8b4a00; background: rgba(247,147,30,.13); font-size: 14px; font-weight: 850; text-decoration: none; }
.faq-readability-v01 .faq-checklist { margin: 0; padding: 14px 16px 10px; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.faq-readability-v01 .faq-checklist li { padding: 8px 11px; border-radius: 999px; color: var(--muted); background: #f0ede7; font-size: 13px; font-weight: 750; }
.faq-readability-v01 .faq-checklist li::before { content: "✓"; margin-right: 6px; color: #207329; font-weight: 900; }
.faq-readability-v01 .faq-answer-note { margin: 3px 15px 16px !important; padding: 11px 12px !important; border-radius: 11px; color: var(--muted); background: #f0ede7; font-size: 13px !important; line-height: 1.45; }
.faq-readability-v01 .faq-empty { padding: 48px 20px; border: 1px dashed rgba(21,21,21,.25); border-radius: 24px; text-align: center; }
.faq-readability-v01 .faq-empty strong { display: block; font-size: 21px; }
.faq-readability-v01 .faq-empty span { color: var(--muted); }

.faq-readability-v01 .faq-next { margin-bottom: 92px; padding: 38px; align-items: center; }
.faq-readability-v01 .faq-next h2 { margin-bottom: 0; font-size: clamp(32px,4vw,49px); }
.faq-readability-v01 .faq-next-actions { width: min(330px,100%); }
.faq-readability-v01 .faq-support-link { min-height: 44px; display: flex; align-items: center; justify-content: center; color: #ddd; font-size: 14px; font-weight: 800; text-align: center; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }

@media (max-width: 900px) {
  .faq-readability-v01 .faq-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .faq-readability-v01 .faq-groups { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .faq-readability-v01 .faq-hero { padding-block: 50px 48px; }
  .faq-readability-v01 .faq-hero-compact { width: min(100% - 28px,900px); text-align: left; }
  .faq-readability-v01 .faq-hero-compact h1 { margin-block: 11px 13px; font-size: 44px; line-height: 1.02; }
  .faq-readability-v01 .faq-hero-compact h1 span { display: block; }
  .faq-readability-v01 .faq-hero-compact .hero-lead { font-size: 17px; }
  .faq-readability-v01 .faq-search { min-height: 62px; margin-top: 26px; padding-left: 15px; border-radius: 17px; }
  .faq-readability-v01 .faq-search input { font-size: 16px; }
  .faq-readability-v01 .faq-filter-row { width: calc(100% + 14px); justify-content: flex-start; padding-right: 14px; }
  .faq-readability-v01 .faq-filter-row button { min-height: 42px; padding-inline: 12px; font-size: 13px; }
  .faq-readability-v01 .faq-result-count { text-align: left; }
  .faq-readability-v01 .faq-facts { width: calc(100% - 28px); margin-top: 0; padding-top: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .faq-readability-v01 .faq-facts article { min-height: 146px; padding: 14px; display: flex; flex-direction: column; gap: 9px; }
  .faq-readability-v01 .faq-fact-icon { width: 38px; height: 38px; }
  .faq-readability-v01 .faq-facts article div { display: block; }
  .faq-readability-v01 .faq-facts small { display: block; }
  .faq-readability-v01 .faq-facts strong { display: block; margin-top: 5px; font-size: 18px; line-height: 1.25; }
  .faq-readability-v01 .faq-facts span { display: block; margin-top: 4px; text-align: left; font-size: 12px; }
  .faq-readability-v01 .faq-library { padding-top: 64px; }
  .faq-readability-v01 .faq-library-head { margin-bottom: 23px; display: block; }
  .faq-readability-v01 .faq-library-head h2 { font-size: 34px; }
  .faq-readability-v01 .faq-library-head > p { margin-top: 10px; font-size: 14px; }
  .faq-readability-v01 .faq-group { padding: 15px; border-radius: 22px; }
  .faq-readability-v01 .faq-group > header { grid-template-columns: 42px 1fr; }
  .faq-readability-v01 .faq-group > header > span { width: 42px; height: 42px; }
  .faq-readability-v01 .faq-group > header p { font-size: 19px; }
  .faq-readability-v01 .faq-group summary { min-height: 60px; padding-left: 13px; font-size: 15px; }
  .faq-readability-v01 .faq-group summary::after { width: 34px; height: 34px; }
  .faq-readability-v01 .faq-group details > p { padding: 0 48px 16px 13px; font-size: 14px; }
  .faq-readability-v01 .faq-answer-steps,
  .faq-readability-v01 .faq-answer-split { padding: 12px 13px 15px; grid-template-columns: 1fr; }
  .faq-readability-v01 .faq-inline-link { margin-inline: 13px; }
  .faq-readability-v01 .faq-checklist { padding-inline: 13px; }
  .faq-readability-v01 .faq-answer-note { margin-inline: 13px !important; }
  .faq-readability-v01 .faq-next { margin-bottom: 66px; padding: 25px 22px; }
}

/* FAQ readability V0.2: clearer filter response, aligned fact icons and calmer answer spacing. */
.faq-readability-v02 .faq-filter-feedback {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 9px;
  align-items: center;
  color: #aaa;
  font-size: 13px;
  font-weight: 700;
}
.faq-readability-v02 .faq-filter-feedback .faq-result-count { margin: 0; color: #fff; }
.faq-readability-v02 .faq-filter-feedback span { color: #aaa; }
.faq-readability-v02 .faq-facts .faq-fact-icon {
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 13px;
  display: grid;
  place-items: center;
  align-self: start;
  color: #fff;
  background: var(--orange);
  font-size: inherit;
  line-height: 1;
  text-align: center;
}
.faq-readability-v02 .faq-facts .faq-fact-icon svg { display: block; margin: 0; }
.faq-readability-v02 .faq-library { scroll-margin-top: 92px; }
.faq-readability-v02 .faq-library-status { max-width: 390px; display: grid; gap: 5px; }
.faq-readability-v02 .faq-library-status strong {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #8b4a00;
  background: rgba(247,147,30,.15);
  font-size: 13px;
}
.faq-readability-v02 .faq-library-status span { color: var(--muted); font-weight: 700; }
.faq-readability-v02 .faq-group details > p:not(.faq-answer-note) { padding-top: 18px; }

@media (max-width: 560px) {
  .faq-readability-v02 .faq-filter-feedback { display: grid; justify-content: start; gap: 3px; }
  .faq-readability-v02 .faq-filter-feedback span { font-size: 12px; }
  .faq-readability-v02 .faq-facts .faq-fact-icon { width: 38px; height: 38px; }
  .faq-readability-v02 .faq-library-status { margin-top: 12px; }
  .faq-readability-v02 .faq-library-status span { font-size: 14px; }
  .faq-readability-v02 .faq-group details > p:not(.faq-answer-note) { padding-top: 16px; }
}

.faq-readability-v03 .faq-answer-result {
  margin: 14px 16px 10px;
  padding: 13px 14px;
  border-radius: 12px;
  display: grid;
  gap: 2px;
  color: #8b4a00;
  background: rgba(247,147,30,.15);
}
.faq-readability-v03 .faq-answer-result small { font-size: 12px; font-weight: 800; }
.faq-readability-v03 .faq-answer-result strong { color: var(--ink); font-size: 17px; }
.faq-readability-v03 .faq-answer-label {
  margin: 15px 16px 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.faq-readability-v03 .faq-answer-note a {
  color: #8b4a00;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: 3px;
}
.faq-readability-v03 .faq-answer-note a:hover,
.faq-readability-v03 .faq-answer-note a:active { color: #623300; }
.faq-readability-v03 .faq-answer-note a:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(247,147,30,.3);
  outline-offset: 2px;
}

@media (max-width: 560px) {
  .faq-readability-v03 .faq-answer-result,
  .faq-readability-v03 .faq-answer-label { margin-inline: 13px; }
}

/* Personal trainer readability V0.1 — local review only */
.pt-readability-v01 .pt-hero { padding-block: 66px 76px; }
.pt-readability-v01 .pt-hero-grid { gap: 52px; }
.pt-readability-v01 .pt-hero-copy h1 { margin-block: 14px 18px; }
.pt-readability-v01 .pt-hero-copy .hero-lead { max-width: 610px; }
.pt-readability-v01 .pt-hero-facts {
  max-width: 620px;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-block: 1px solid rgba(255,255,255,.16);
}
.pt-readability-v01 .pt-hero-facts > div {
  min-width: 0;
  padding: 15px 16px 15px 0;
  display: grid;
  gap: 3px;
}
.pt-readability-v01 .pt-hero-facts > div + div {
  padding-left: 16px;
  border-left: 1px solid rgba(255,255,255,.16);
}
.pt-readability-v01 .pt-hero-facts strong { color: #fff; font-size: 17px; }
.pt-readability-v01 .pt-hero-facts span { color: #aaa; font-size: 12px; line-height: 1.35; }
.pt-readability-v01 .pt-service-note { margin: 11px 0 0; color: #969696; font-size: 12px; }
.pt-readability-v01 .pt-hero-visual { min-height: 500px; }

.pt-readability-v01 .pt-fit-section { padding-bottom: 74px; }
.pt-readability-v01 .pt-fit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.pt-readability-v01 .pt-fit-grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
.pt-readability-v01 .pt-fit-grid span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--orange);
  font-size: 11px;
  font-weight: 900;
}
.pt-readability-v01 .pt-fit-grid h3 { margin: 28px 0 6px; font-size: clamp(21px,2.2vw,28px); }
.pt-readability-v01 .pt-fit-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.pt-readability-v01 .pt-choice-section { color: #fff; background: #151515; }
.pt-readability-v01 .pt-choice-section .pt-section-head > p:last-child { color: #bbb; }
.pt-readability-v01 .pt-path { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.pt-readability-v01 .pt-path article {
  min-width: 0;
  padding: 23px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 23px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  background: rgba(255,255,255,.045);
}
.pt-readability-v01 .pt-path b {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--orange);
  font-size: 12px;
}
.pt-readability-v01 .pt-path h3 { margin: 2px 0 7px; font-size: 21px; }
.pt-readability-v01 .pt-path p { margin: 0; color: #bdbdbd; font-size: 14px; }

.pt-readability-v01 .pt-method-section { padding-block: 82px; }
.pt-readability-v01 .pt-method-grid { grid-template-columns: minmax(290px,.72fr) minmax(0,1.28fr); }
.pt-readability-v01 .pt-method-lead { max-width: 650px; margin: 0 0 22px; color: #ccc; font-size: 18px; }
.pt-readability-v01 .pt-method-copy .pt-format-options article { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.05); }
.pt-readability-v01 .pt-method-copy .pt-format-options b { color: var(--orange); }
.pt-readability-v01 .pt-method-copy .pt-format-options p { color: #bbb; }
.pt-readability-v01 .pt-method-copy .pt-format-note { margin-bottom: 0; color: #979797; }

.pt-readability-v01 .pt-trial-includes article { min-height: 180px; }
.pt-readability-v01 .pt-trial-price { grid-template-columns: minmax(310px,.95fr) minmax(280px,1.05fr) auto; }
.pt-readability-v02 .pt-price-scope-note {
  margin: 11px 0 0;
  padding: 10px 11px;
  border-radius: 12px;
  display: grid;
  gap: 2px;
  color: #c8c8c8;
  background: rgba(247,147,30,.11);
  font-size: 12px;
  line-height: 1.4;
}
.pt-readability-v02 .pt-price-scope-note strong { color: var(--orange); font-size: 13px; }
.pt-readability-v02 .pt-price-scope-note span { color: #c8c8c8; }
.pt-readability-v01 .pt-contact-flow { margin-top: 14px; }
.pt-readability-v01 .pt-contact-flow li { min-height: 146px; }
.pt-readability-v01 .pt-faq-section { padding-top: 0; padding-bottom: 92px; }

@media (max-width: 900px) {
  .pt-readability-v01 .pt-hero-grid,
  .pt-readability-v01 .pt-method-grid,
  .pt-readability-v01 .pt-faq-grid { grid-template-columns: 1fr; }
  .pt-readability-v01 .pt-fit-grid,
  .pt-readability-v01 .pt-path { grid-template-columns: 1fr; }
  .pt-readability-v01 .pt-fit-grid article { display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; }
  .pt-readability-v01 .pt-fit-grid span { grid-row: 1 / 3; }
  .pt-readability-v01 .pt-fit-grid h3 { margin: 1px 0 4px; }
  .pt-readability-v01 .pt-hero-visual { min-height: 430px; }
  .pt-readability-v01 .pt-trial-price { grid-template-columns: 1fr 1.2fr; }
}

@media (max-width: 560px) {
  .pt-readability-v01 .pt-hero { padding-block: 43px 54px; }
  .pt-readability-v01 .pt-hero-grid { gap: 29px; }
  .pt-readability-v01 .pt-hero-copy h1 { margin-block: 10px 15px; font-size: 41px; }
  .pt-readability-v01 .pt-hero-copy .hero-lead { font-size: 17px; line-height: 1.52; }
  .pt-readability-v01 .pt-hero-facts { margin-top: 19px; }
  .pt-readability-v01 .pt-hero-facts > div { padding: 12px 8px 12px 0; }
  .pt-readability-v01 .pt-hero-facts > div + div { padding-left: 9px; }
  .pt-readability-v01 .pt-hero-facts strong { font-size: 14px; line-height: 1.3; }
  .pt-readability-v01 .pt-hero-facts span { font-size: 10px; }
  .pt-readability-v01 .pt-service-note { font-size: 11px; }
  .pt-readability-v01 .pt-hero-visual { min-height: 330px; }
  .pt-readability-v01 .pt-fit-section { padding-bottom: 58px; }
  .pt-readability-v01 .pt-fit-grid article { padding: 17px; border-radius: 18px; }
  .pt-readability-v01 .pt-fit-grid h3 { font-size: 19px; }
  .pt-readability-v01 .pt-fit-grid p { font-size: 13px; }
  .pt-readability-v01 .pt-path article { padding: 18px; border-radius: 19px; }
  .pt-readability-v01 .pt-path h3 { font-size: 19px; }
  .pt-readability-v01 .pt-path p { font-size: 13px; }
  .pt-readability-v01 .pt-method-section { padding-block: 60px; }
  .pt-readability-v01 .pt-method-lead { font-size: 16px; }
  .pt-readability-v01 .pt-method-copy .pt-format-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pt-readability-v01 .pt-method-copy .pt-format-options article { padding: 14px; }
  .pt-readability-v01 .pt-trial-includes article { min-height: 170px; }
  .pt-readability-v01 .pt-trial-price { grid-template-columns: 1fr; }
  .pt-readability-v01 .pt-contact-flow { grid-template-columns: 1fr; gap: 8px; }
  .pt-readability-v01 .pt-contact-flow li { min-height: 0; padding: 15px 17px; display: grid; grid-template-columns: 34px 1fr; gap: 8px; align-items: center; }
  .pt-readability-v01 .pt-contact-flow div { margin-top: 0; }
  .pt-readability-v01 .pt-contact-flow h3 { margin: 0 0 2px; font-size: 18px; }
  .pt-readability-v01 .pt-contact-flow p { font-size: 13px; }
  .pt-readability-v01 .pt-faq-section { padding-bottom: 66px; }
}

/* Personal trainer touch playback V0.5 — tap the video to play or pause */
.pt-readability-v03 .pt-video-toggle {
  inset: 0;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding: 0;
  transform: none;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: inherit;
  color: #111;
  background: transparent;
  backdrop-filter: none;
  cursor: pointer;
  touch-action: manipulation;
}
.pt-readability-v03 .pt-video-toggle-icon {
  position: relative;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 50%;
  display: grid;
  place-items: center;
  opacity: 1;
  background: rgba(247,147,30,.94);
  box-shadow: 0 12px 32px rgba(0,0,0,.34);
  transform: scale(1);
  transition: opacity .18s ease, transform .18s ease, background-color .18s ease;
}
.pt-readability-v03 .pt-video-toggle-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid currentColor;
}
.pt-readability-v03 .pt-video-visual.is-playing .pt-video-toggle-icon {
  opacity: 0;
  transform: scale(.86);
}
.pt-readability-v03 .pt-video-visual:not(.is-playing)::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(rgba(0,0,0,.06),rgba(0,0,0,.18));
}
.pt-readability-v03 .pt-video-visual:not(.is-playing) .pt-video-caption { z-index: 1; }

@media (hover: hover) and (pointer: fine) {
  .pt-readability-v03 .pt-video-visual:not(.is-playing) .pt-video-toggle:hover .pt-video-toggle-icon {
    background: #ffa52f;
    transform: scale(1.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pt-readability-v03 .pt-video-toggle-icon { transition: none; }
}

@media (max-width: 560px) {
  .pt-readability-v03 .pt-video-toggle-icon { width: 66px; height: 66px; }
}

/* Personal trainer readability V0.4 — clearer FAQ answer spacing */
.pt-readability-v04 .pt-faq-list details p { padding-top: 17px; }
