/* Studio alignment with the public TRPS Method reference, 17 September 2026.
   Local values from its public stylesheet; no remote stylesheet dependency. */
:root {
  --brand-paper: #f3f1ec;
  --brand-soft: #ebe9e3;
  --brand-ink: #191919;
  --brand-deep: #20211f;
  --brand-green: #4e7162;
  --brand-muted: #62645f;
  --brand-line: #19191929;
  --green: var(--brand-green);
  --green-dark: var(--brand-deep);
  --cream: var(--brand-paper);
  --sand: var(--brand-soft);
  --clay: var(--brand-green);
  --ink: var(--brand-ink);
  --muted: var(--brand-muted);
  --white: #fff;
  --line: var(--brand-line);
  --shadow: none;
  --brand-font: Arial, Helvetica, sans-serif;
  --brand-accent: Georgia, 'Times New Roman', serif;
  --content-width: 1160px;
  --page-gutter: clamp(22px, 4vw, 48px);
  --content-inset: max(var(--page-gutter), calc((100% - var(--content-width)) / 2));
}
/* One outer width for content; full-width bands use the same inset. */
main .studio-container { width: min(var(--content-width), calc(100% - 2 * var(--page-gutter))); max-width: none; margin-inline: auto; padding-inline: 0; }
main .studio-band { max-width: none; padding-inline: var(--content-inset); }
body { font-family: var(--brand-font); font-size: 16px; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--brand-font); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
h2 { font-size: clamp(32px, 3.4vw, 48px); }
h3 { font-size: 25px; }
h1 em, h2 em { font-family: var(--brand-accent); font-weight: 400; }
p { line-height: 1.65; }
.eyebrow { font-family: var(--brand-font); font-size: 11px; font-weight: 600; letter-spacing: .16em; }
a, button, summary, input, textarea, video { -webkit-tap-highlight-color: transparent; }
:where(a, button, summary, input, textarea, video):focus-visible { outline: 2px solid var(--brand-green); outline-offset: 5px; }
:where(.hero, .premium-section, .first-visit, .site-footer, .app-section) :focus-visible { outline-color: #fff; }
:where(a, button) { touch-action: manipulation; }
:where(a, button):active { transform: translateY(1px); }
.trps-arrow { display: inline-block; vertical-align: middle; flex: 0 0 22px; margin-left: 8px; }

/* Match the existing public wordmark's letterforms and small product name. */
.brand-family { min-height: 30px; padding: 0 var(--content-inset); background: var(--brand-soft); color: var(--ink); font-size: 12px; }
.brand-family__name { font-family: var(--brand-font); font-size: 14px; font-weight: 700; letter-spacing: -.04em; }
.brand-family a { min-height: 30px; display: inline-flex; align-items: center; }
.site-header { min-height: 80px; padding: 0 var(--content-inset); background: rgba(243,241,236,.97); border-color: var(--line); gap: 24px; }
.site-header .brand { display: flex; align-items: baseline; gap: 10px; font: 700 19px/1 var(--brand-font); letter-spacing: -.04em; color: var(--ink); min-height: 44px; padding-block: 13px; }
.site-header .brand .brand-product { font-size: 10px; font-weight: 500; letter-spacing: .18em; }
.main-nav { gap: 22px; font-weight: 400; font-size: 13px; }
.main-nav a { display: inline-flex; align-items: center; min-height: 44px; }
.main-nav a:hover, .brand-family a:hover { text-decoration: underline; text-underline-offset: 5px; }
.button, .header-cta { min-height: 52px; padding: 16px 23px; border-radius: 0; font: 400 14px/1.3 var(--brand-font); gap: 6px; transition: background .2s, transform .2s; }
.button.primary, .header-cta { background: var(--ink); color: #fff; border: 1px solid var(--ink); }
.button.primary:hover, .header-cta:hover { background: #343631; border-color: #343631; transform: translateY(-2px); }
.button.secondary { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.button.secondary:hover { background: var(--brand-soft); }
.text-link, .hero-method-link, .class-link, .price-tryout-link { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 0; font-family: var(--brand-font); font-size: 14px; font-weight: 400; color: var(--ink); border-color: var(--line); }
.text-link:hover, .class-link:hover { border-color: currentColor; }
.hero-method-link { color: #fff; border-color: #ffffff80; }

/* Keep the Studio photograph and composition, apply the shared type hierarchy. */
.hero-title { font-size: clamp(50px, 5.8vw, 84px); line-height: 1.02; letter-spacing: -.025em; font-weight: 400; text-transform: none; gap: 0; }
.hero-title span { white-space: normal; font-family: var(--brand-font); font-style: normal; }
.hero-content { padding-block: 82px 74px; }
.hero-title { max-width: 650px; }
.hero-content > p:not(.eyebrow) { font-size: 17px; color: #fff; }
.hero-content > p.hero-method { font-size: 14px; }
.hero-actions .button.primary { border-radius: 0; color: var(--ink); background: #fff; border-color: #fff; font-size: 14px; letter-spacing: 0; }
.hero-actions .button.primary:hover { background: var(--brand-paper); }
.hero-pricing-link { min-height: 44px; padding: 12px 0; font-size: 14px; margin-top: 4px; }
.hero-meta span { border-radius: 0; border: 0; padding: 0 13px 0 0; background: transparent; font-weight: 400; font-size: 13px; }
.intro h2 { font-size: clamp(32px,3.1vw,44px); }
.intro-copy { font-size: 16px; }
.intro-video-link { display: flex; margin-top: 8px; }
.section-grid { align-items: start; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.section-heading, .class-grid, .price-grid, .price-helper { max-width: var(--content-width); }

/* Two optional starting points within the existing section. */
.getting-started { display: block; padding: 32px 0; margin-bottom: 44px; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.getting-started h2 { font-size: clamp(32px,3.2vw,44px); max-width: 730px; }
.getting-started__choices { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 28px; }
.getting-started__choices article { display: flex; flex-direction: column; align-items: start; }
.getting-started__choices article + article { border-left: 1px solid var(--line); padding-left: 32px; }
.getting-started h3 { font-size: 23px; letter-spacing: -.025em; margin: 0 0 10px; }
.getting-started p:not(.eyebrow) { font-size: 15px; }
.getting-started__choices a { margin-top: auto; }
.getting-started__foot { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 20px; }
.getting-started__foot p { margin: 0; }
.getting-started__foot > div { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.getting-started__foot .text-link { margin-top: 0; }
.method .content-panel { background: #fff; padding-right: var(--content-inset); }
.method h2 { font-size: clamp(34px,3.4vw,48px); }
.method-heritage { border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; padding: 20px 0 0; }
.method-heritage h3 { font-size: 21px; }
.method-heritage p { font-size: 14px; }
.method-heritage img { border-radius: 0; }
.studio-founder { background: transparent; border: 0; border-radius: 0; padding: 32px 0; }
.studio-founder h2 { font-size: clamp(32px,3.1vw,44px); }
.studio-founder p:not(.eyebrow) { font-size: 16px; }
.studio-founder > img { border-radius: 16px; }

/* Quiet surfaces and one explanation of the three environments. */
.class-card, .price-card, .price-helper article, .faq details { background: #fff; border-color: var(--line); border-radius: 0; box-shadow: none; }
.class-card figcaption { font: italic 24px/1.2 var(--brand-accent); }
.class-title__level, .class-kicker { font-family: var(--brand-font); }
.class-kicker { font-size: 11px; font-weight: 600; color: var(--brand-muted); }
.class-card p, .class-card li { font-size: 15px; }
.class-card h3 { font-size: 27px; }
.class-meta span { border-radius: 0; background: var(--brand-paper); color: var(--ink); font-size: 12px; font-weight: 400; }
.trps-connection h2 { font-size: clamp(34px,3.4vw,48px); }
.trps-connection__copy p { font-size: 16px; }
.trps-pathways h3 { font-size: 30px; }
.trps-pathways p:not(.eyebrow) { font-size: 15px; }
.trps-pathways article { padding-top: 20px; }
.trps-connection__closing { font-size: 15px; max-width: 960px; }
.trps-connection__actions { margin-top: 10px; }
.trps-connection__actions .text-link { margin-top: 0; }
.price-card { text-align: left; padding: 22px 18px; }
.price-card:before { display: none; }
.price-mark { border: 0; padding: 0; background: transparent; font: 400 12px/1.5 var(--brand-font); color: var(--muted); }
.price-card p { font-weight: 400; font-size: 11px; }
.price-card h3 { font-size: 25px; }
.price-card strong { font: 400 30px/1.1 var(--brand-font); letter-spacing: -.045em; }
.price-card strong.price-inline { font-size: 24px; }
.price-card small { font-size: 14px; margin-left: 0; margin-right: 0; }
.price-card.featured { background: var(--brand-soft); color: var(--ink); }
.price-card.featured :is(p,strong,small,.price-mark) { color: var(--ink); }
.price-card.featured .price-mark { background: transparent; }
.price-helper h3 { font: 600 13px/1.4 var(--brand-font); letter-spacing: .04em; }
.price-helper p { font-size: 14px; }
.pricing-note { background: transparent; border: 0; font-size: 14px; }
.tryout-video-link { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; margin-top: 2px; }

/* Premium: physical terms, digital benefit, then the existing manual access route. */
.premium-section { background: var(--brand-deep); gap: 30px 54px; align-items: start; }
.premium-copy { justify-self: start; }
.premium-copy h2 { font-size: clamp(34px,3.4vw,48px); }
.premium-copy p { font-size: 15px; color: #e6e5e0; }
.premium-options { border-left: 1px solid #ffffff60; background: transparent; padding: 0 0 0 18px; gap: 12px; }
.premium-options p { margin: 0; }
.premium-limit { padding: 0; border: 0; background: transparent; }
.premium-benefits { display: grid; grid-template-columns: 1fr; gap: 0; width: 100%; }
.premium-benefits article { border: 0; border-top: 1px solid #ffffff40; border-radius: 0; background: transparent; padding: 22px 0; }
.premium-benefits span, .visit-points span { font: italic 25px/1 var(--brand-accent); }
.premium-benefits h3, .visit-points h3 { font-family: var(--brand-font); font-weight: 600; font-size: 14px; letter-spacing: .04em; }
.premium-benefits p { font-size: 15px; color: #e6e5e0; }
.premium-actions .button.primary { background: #fff; color: var(--ink); border-color: #fff; }
.premium-actions .button.secondary { background: transparent; color: #fff; border-color: #ffffff60; }
.premium-membership { max-width: var(--content-width); align-items: start; padding-top: 26px; }
.premium-membership h3 { font-size: 29px; margin: 0 0 16px; }
.premium-membership p:not(.eyebrow) { font-size: 15px; color: #e6e5e0; }
.premium-membership p.premium-membership__value { font-size: 14px; color: #e6e5e0; }
.premium-activation .button { margin-top: 20px; background: #fff; color: var(--ink); }
.premium-activation .text-link { color: #fff; border-color: #ffffff60; margin-top: 12px; }
.premium-activation { scroll-margin-top: 100px; }

.booking { background: var(--brand-paper); }
.booking-widget { background: #fff; border-radius: 0; box-shadow: none; }
/* Presentation only; the booking provider's configuration and behavior stay intact. */
.booking-widget .bs-book-button-card.trps-widget-action--bookable { background: var(--ink) !important; border-color: var(--ink) !important; border-radius: 0 !important; box-shadow: none !important; min-height: 44px !important; }
.booking-widget .bs-book-button-card * { font-family: var(--brand-font) !important; }
.studio .content-panel { background: var(--brand-soft); padding-left: var(--content-inset); }
.studio-partner { background: transparent; }
.studio-partner p, .studio-partner li { font-size: 15px; }
.first-visit { background: var(--brand-green); }
.first-visit .first-visit__description { font-size: 16px; color: #fff; }
.first-visit .visit-points p { font-size: 15px; color: #fff; }
.visit-points article { border-radius: 0; background: transparent; }
.first-visit .participation-note p { font-size: 15px; color: #fff; }
.participation-note h3 { font-size: 28px; }
.participation-links { font-size: 14px; gap: 8px 24px; }
.participation-links a { display: inline-flex; align-items: center; min-height: 44px; }
.first-visit__video figcaption { font-size: 13px; color: #fff; }
.first-visit__video-fallback { min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; }
.app-section { background: var(--brand-deep); }
.app-copy p { color: #e6e5e0; font-size: 16px; }
.app-card { border-radius: 0; background: var(--brand-paper); box-shadow: none; }
.app-card .app-icon { font: 700 26px/1 var(--brand-font); letter-spacing: -.04em; color: var(--ink); border-color: var(--line); border-radius: 16px; background: transparent; }
.app-card h3 { font-size: 28px; }
.app-card p { color: var(--muted); font-size: 15px; text-transform: none; letter-spacing: 0; }
.app-card p strong { color: var(--ink); }
.app-card .text-link { margin-top: 0; }
.store-badge { border-radius: 0; min-height: 56px; }
.faq { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); grid-template-areas: "heading questions" "holidays questions"; grid-template-rows: auto 1fr; gap: 24px 48px; align-items: start; }
.faq .section-heading { grid-area: heading; }
.faq-list { grid-area: questions; }
.faq .holiday-card { grid-area: holidays; }
.holiday-card li { grid-template-columns: minmax(0, 1fr); gap: 3px; }
.faq summary { padding: 18px 20px; font-size: 16px; font-weight: 500; }
.faq details p { font-size: 15px; }
.holiday-card { background: var(--brand-soft); border-radius: 0; border-color: var(--line); box-shadow: none; }
.holiday-card h3 { font-size: 25px; }
.holiday-card p, .holiday-card li { font-size: 14px; }
.contact { background: var(--brand-paper); }
.contact p { font-size: 16px; }
.contact-form { background: #fff; border-radius: 0; box-shadow: none; }
.contact-form input, .contact-form textarea { font: 400 16px/1.5 var(--brand-font); border-radius: 0; }
.site-footer { background: var(--brand-deep); padding-inline: var(--content-inset); grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr) minmax(0, .9fr); }
.footer-brand .footer-wordmark { display: flex; align-items: baseline; gap: 10px; font: 700 30px/1 var(--brand-font); letter-spacing: -.04em; }
.footer-wordmark span { font-size: 10px; font-weight: 500; letter-spacing: .18em; }
.footer-family a, .footer-nav a, .footer-contact a, .footer-legal a { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; }
.footer-family { gap: 0 16px; }
.site-footer p, .footer-brand p.footer-studio-label { font-size: 14px; }
.footer-legal { gap: 4px 20px; }

@media (max-width: 1200px) {
 .main-nav { gap: 15px; }
}
@media (max-width: 980px) {
 .site-header { min-height: 68px; padding: 0 var(--content-inset); }
 .site-header.is-open .main-nav { top: 68px; }
 .main-nav a { font-size: 15px; }
 .menu-toggle span { background: var(--ink); }
 .brand-family { padding-inline: var(--content-inset); }
 .section-grid, .site-footer { grid-template-columns: 1fr; }
 .faq { grid-template-columns: minmax(0, 1fr); grid-template-areas: "heading" "questions" "holidays"; grid-template-rows: auto; }
 .method .content-panel, .studio .content-panel { padding-inline: var(--content-inset); }
 .premium-copy, .premium-benefits { max-width: none; width: 100%; }
 .premium-membership { grid-template-columns: 1fr 1fr; gap: 30px; }
 .studio-founder { grid-template-columns: .7fr 1.3fr; gap: 28px; }
}
@media (max-width: 640px) {
 .brand-family { justify-content: space-between; }
 .hero-title { font-size: clamp(40px, 10.8vw, 60px); line-height: 1.05; letter-spacing: -.025em; }
 .hero-content { padding-block: 65px 54px; }
 .hero-content > p:not(.eyebrow) { font-size: 16px; }
 .hero-content > p.hero-method { font-size: 14px; }
 .hero-actions .button.primary { min-height: 52px; font-size: 14px; }
 .hero-actions { gap: 8px 20px; }
 .hero-method-link { font-size: 14px; }
 .intro, .classes, .pricing, .booking, .first-visit, .app-section, .faq, .contact, .premium-section { padding-block: 36px; }
 .intro { gap: 18px; }
 .intro h2 { font-size: 33px; }
 .getting-started { margin-block: 0 36px; padding-block: 28px; }
 .getting-started h2 { font-size: 33px; }
 .getting-started__choices { grid-template-columns: 1fr; gap: 24px; margin-top: 24px; }
 .getting-started__choices article + article { border-left: 0; border-top: 1px solid var(--line); padding: 22px 0 0; }
 .getting-started__choices .button { width: auto; }
 .getting-started__foot > div { gap: 0 18px; }
 .method .content-panel { padding-block: 36px; }
 .method-copy p { font-size: 16px; }
 .method-heritage { grid-template-columns: 60px minmax(0,1fr); }
 .method-heritage h3 { font-size: 21px; }
 .method-heritage p { font-size: 14px; }
 .studio-founder { grid-template-columns: 1fr; margin-block: 0 20px; gap: 24px; padding-block: 20px; }
 .studio-founder h2 { font-size: 33px; }
 .trps-connection { padding-block: 36px; }
 .trps-connection h2 { font-size: 34px; }
 .trps-pathways { gap: 20px; }
 .trps-pathways h3 { font-size: 28px; }
 .trps-pathways p:not(.eyebrow) { max-width: none; }
 .price-grid { grid-template-columns: 1fr; }
 .price-card { padding: 20px; }
 .price-card small { max-width: none; }
 .price-card h3 { font-size: 25px; }
 .price-card strong { font-size: 30px; }
 .premium-copy h2 { font-size: 34px; }
 .premium-membership { grid-template-columns: 1fr; gap: 28px; }
 .premium-benefits { grid-template-columns: 1fr 1fr; gap: 18px; }
 .premium-benefits article { padding: 18px 0; }
 .premium-actions { gap: 12px; }
 .premium-actions .button { width: auto; }
 .premium-membership h3 { font-size: 27px; }
 .premium-membership p:not(.eyebrow) { font-size: 15px; }
 .premium-activation .button { width: 100%; padding-inline: 14px; }
 .participation-note h3 { font-size: 27px; }
 .first-visit .participation-note p { font-size: 15px; }
 .participation-links { font-size: 14px; }
 .first-visit__video-fallback { font-size: 13px; }
 .mobile-booking-bar { bottom: 0; left: 0; right: 0; border-radius: 0; background: var(--brand-paper); border: 0; border-top: 1px solid var(--line); box-shadow: none; padding: 8px 6vw max(8px,env(safe-area-inset-bottom)); }
 .mobile-booking-bar a { color: var(--ink); border-radius: 0; font: 400 14px/1.4 var(--brand-font); min-height: 48px; }
 .mobile-booking-bar a:last-child { background: var(--ink); color: #fff; border-radius: 0; }
 .footer-brand .footer-wordmark { font-size: 30px; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { transition-duration: 0s !important; }
}

/* Keep practical information compact and readable. */
.hero-overlay { background: linear-gradient(90deg, rgba(20,26,23,.68), rgba(20,26,23,.35) 52%, rgba(20,26,23,.15)); }
.faq details { padding: 0; }
.faq summary { color: var(--ink); }
.faq details p { margin: 0; padding: 0 20px 18px; }
.premium-actions .button { min-height: 48px; font-size: 14px; padding: 12px 18px; }
.contact { color: var(--ink); }
.contact .eyebrow { color: var(--green); }
.contact p, .contact-details { color: var(--muted); }
.contact-details a { border-color: var(--line); min-height: 44px; display: inline-flex; align-items: center; }
.contact-actions .button.secondary { color: var(--ink); border-color: var(--line); }
.contact-form { border-color: var(--line); }
.contact-form label { font-size: 14px; font-weight: 500; }
.contact-form input, .contact-form textarea { background: #fff; border-color: #19191970; }
.app-card :focus-visible { outline-color: var(--brand-green); }
.premium-options span { color: #e6e5e0; }
@media (max-width:640px) {
 .price-grid { gap: 0; border-top: 1px solid var(--line); }
 .price-card { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 0 10px; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 18px 0; }
 .price-card.featured { background: var(--brand-soft); padding: 18px 14px; }
 .price-card .price-mark { display: none; }
 .price-card > p { grid-column: 1 / -1; margin: 0 0 8px; }
 .price-card h3 { margin: 0; font-size: 23px; }
 .price-card strong, .price-card strong.price-inline { font-size: 22px; }
 .price-card strong.price-inline { white-space: normal; text-align: right; }
 .price-card small { grid-column: 1 / -1; margin-top: 12px; }
 .price-card a { grid-column: 1 / -1; margin-top: 0; }
 .premium-benefits article { grid-template-columns: 1fr; gap: 10px; }
 .premium-benefits span { grid-row: auto; }
 .premium-options p { font-size: 15px; }
 .studio-partner { border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; }
}
.site-footer p { color: #e6e5e0; }
.first-visit .eyebrow { color: #fff; }
