/* Shared public-facing foundation. App layouts remain owned by their pages. */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');

body.public-page, body:has(.auth-page) {
  --gold: #ededed;
  --gold-light: #ffffff;
  --gold-dark: #bdbdbd;
  --gold-rgb: 237, 237, 237;
  --gold-light-rgb: 255, 255, 255;
  --grey-dark: #a3a3a3;
  --radius: 4px;
  font-family: 'Inter', system-ui, sans-serif;
  background: #111;
  color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
}
.public-page :is(h1,h2,h3,button,a,[class*="title"],[class*="name"],[class*="brand"],[class*="badge"],[class*="price"],.section-tag,.hero-eyebrow,.step-n,.lang-code),
body:has(.auth-page) :is(h1,h2,button,.auth-nav-brand,.auth-nav-badge,.auth-logo-badge) {
  font-family: 'Inter', system-ui, sans-serif;
}
.public-page *, .public-page *::before, .public-page *::after { box-shadow: none !important; text-shadow: none !important; }
.public-page .gold-text { background: none; color: inherit; -webkit-text-fill-color: currentColor; }
.public-page :is(.nav,.top-nav), body:has(.auth-page) .auth-nav {
  background: #111; border-bottom: 1px solid #333; backdrop-filter: none;
  padding: 18px max(24px, calc((100vw - 1200px) / 2));
}
.public-page :is(.nav-brand,.nav-badge), body:has(.auth-page) :is(.auth-nav-brand,.auth-nav-badge) {
  color: #fff; -webkit-text-fill-color: currentColor; background: none;
  letter-spacing: .06em; font-weight: 700; font-size: 15px;
}
.public-page .nav-badge, body:has(.auth-page) .auth-nav-badge {
  border: 1px solid #777; border-radius: 2px; width: 36px; height: 36px; font-size: 12px; box-shadow: none;
}
.public-page :is(.lang-switcher,.lang-btn), body:has(.auth-page) :is(.lang-switcher,.lang-btn) {
  background: none; border: 0; border-radius: 0; padding: 0;
}
.public-page .lang-btn, body:has(.auth-page) .lang-btn {
  color: #a3a3a3; min-width: 36px; min-height: 40px; justify-content: center;
  border-bottom: 2px solid transparent;
}
.public-page .lang-btn.active, body:has(.auth-page) .lang-btn.active { color: #fff; border-bottom-color: #fff; }
.public-page .lang-code, body:has(.auth-page) .lang-code { display: inline; font: 600 12px 'Inter',sans-serif; }
.public-page .lang-btn .flag, body:has(.auth-page) .lang-btn .flag { display: none; }
.public-page :is(.nav-text-link,.nav-link) { color: #ccc; font-size: 13px; letter-spacing: 0; }
.public-page :is(.btn-gold,.btn-ghost,.nav-cta,.cta-btn,.final-btn,.checkout-wa) {
  border-radius: 3px; background: #f5f5f5; color: #111;
  font-size: 14px; font-weight: 600; letter-spacing: 0; padding: 15px 24px;
  min-height: 48px; text-transform: none; border: 1px solid #f5f5f5;
  transition: background .18s, color .18s;
}
.public-page :is(.btn-ghost) { background: transparent; color: #eee; border-color: #666; }
.public-page :is(.btn-gold,.btn-ghost,.nav-cta,.cta-btn,.final-btn,.checkout-wa):hover { transform: none; background: #d9d9d9; color: #111; }
.public-page :is(.btn-gold,.plan-card)::before, .public-page .btn-gold::after { display: none; }
.public-page.pricing-page .cta-btn { background: #111; border-color: #111; color: #fff; }
.public-page.pricing-page .cta-btn:hover { background: #333; }
.public-page [role="link"]:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.public-page :is(.hero-glow,.hero-glow-top,.hero-glow-bottom,.plans-bg-glow,.final-glow,.plan-icon,.step-icon,.trust-icon,.dc-icon,.type-cursor,.hero-divider,.hero-scroll,.quote-bg-char,.quote-stars,.steps-connector) { display: none; }
.public-page :is(a,button,input,select,textarea):focus-visible, body:has(.auth-page) :is(a,button,input,select):focus-visible {
  outline: 2px solid currentColor; outline-offset: 5px;
}
.public-page .footer { background: #111; border-top: 1px solid #333; padding: 40px 24px; }
.public-page :is(.footer-copy,.f-link) { color: #aaa; }

/* Landing: typography, rules and whitespace rather than decorative cards. */
.landing-page .nav.scrolled { padding: 14px max(24px, calc((100vw - 1200px) / 2)); background: #111; border-color: #333; }
.landing-page .nav-cta { padding: 10px 18px; min-height: 42px; }
.landing-page :is(#heroCanvas,.marquee-wrap,.stats-section,.quote-section,.testim-section) { display: none; }
.landing-page .hero { min-height: 720px; min-height: min(850px, 92svh); justify-content: flex-start; background: #111; }
.landing-page .hero-content { max-width: 1248px; margin: auto; text-align: left; padding: 170px 24px 110px; }
.landing-page .hero-eyebrow { font-size: 12px; letter-spacing: .12em; color: #aaa; margin-bottom: 32px; }
.landing-page .hero-eyebrow::before, .landing-page .hero-eyebrow::after { display: none; }
.landing-page .hero-headline { font-size: clamp(44px, 6.7vw, 88px); font-weight: 500; line-height: 1.06; letter-spacing: -.065em; max-width: 1000px; margin-bottom: 30px; }
.landing-page .hero-headline .line2 { display: block; }
.landing-page #typeText { color: #aaa; }
.landing-page .hero-sub { margin: 0 0 34px; max-width: 570px; color: #bbb; font-size: 17px; line-height: 1.75; font-weight: 400; }
.landing-page .hero-cta { justify-content: flex-start; }
.landing-page :is(.hero-eyebrow,.hero-headline,.hero-sub,.hero-cta,.reveal) { opacity: 1; transform: none; animation: none; transition: none; }
.landing-page :is(.philosophy-section,.plans-section,.how-section) {
  background: #fff; color: #161616; max-width: none; margin: 0; padding: 100px max(24px, calc((100vw - 1200px) / 2));
  --gold: #161616; --grey-dark: #616161;
}
.landing-page .philosophy-grid { grid-template-columns: 1.4fr 1fr; gap: 100px; align-items: start; }
.landing-page :is(.section-tag,.final-eyebrow) { font-size: 11px; font-weight: 600; letter-spacing: .12em; margin-bottom: 22px; }
.landing-page .section-tag::before, .landing-page .section-tag::after { display: none; }
.landing-page :is(.philosophy-left h2,.section-title,.final-title) { font-size: clamp(30px, 3.6vw, 48px); font-weight: 500; letter-spacing: -.045em; line-height: 1.15; }
.landing-page .philosophy-left p { color: #5a5a5a; font-weight: 400; max-width: 570px; }
.landing-page .feat-list { gap: 0; }
.landing-page .feat-list li { color: #333; padding: 14px 0; border-top: 1px solid #ddd; }
.landing-page .ft-check { font-size: 0; }
.landing-page .ft-check::after { content: '+'; font-size: 16px; }
.landing-page .philosophy-visual { display: flex; align-self: stretch; background: #f1f1f1; padding: 40px; min-height: 360px; }
.landing-page .orb-ring { border: 0; width: auto; height: auto; animation: none; }
.landing-page .orb-ring::before,.landing-page .orb-ring::after,.landing-page .orb-emoji { display: none; }
.landing-page .orb-core { background: none; border: 0; width: auto; height: auto; }
.landing-page .orb-label { color: #171717; font: 700 clamp(26px, 3.6vw, 48px) 'Inter',sans-serif; letter-spacing: -.06em; }
.landing-page .plans-section { background: #f4f4f4; border-block: 1px solid #dedede; }
.landing-page .section-header { text-align: left; max-width: 1200px; margin: 0 auto 44px; }
.landing-page .section-sub { margin: 0; max-width: 600px; font-weight: 400; }
.landing-page .plans-grid { max-width: 1200px; gap: 0; grid-template-columns: repeat(4,minmax(0,1fr)); }
.landing-page .plan-card { display: flex; flex-direction: column; text-align: left; border: 0; border-left: 1px solid #ccc; border-radius: 0; padding: 24px; background: none; color: #171717; }
.landing-page .plan-card:first-child { padding-left: 0; border-left: 0; }
.landing-page .plan-card:hover { background: #eaeaea; transform: none; }
.landing-page .plan-name { font-size: 16px; letter-spacing: -.025em; min-height: 44px; line-height: 1.4; order: -1; }
.landing-page .plan-price { color: #111; -webkit-text-fill-color: currentColor; background: none; font-size: 36px; font-weight: 500; letter-spacing: -.05em; }
.landing-page .plan-badge { display: none; }
.landing-page .plan-period { margin: 8px 0 28px; }
.landing-page .plan-features li { font-size: 13px; color: #555; }
.landing-page .pf-dot { display: none; }
.landing-page .plans-cta-wrap { text-align: left; }
.landing-page .plans-cta-wrap .btn-gold { background: #111; color: #fff; border-color: #111; }
.landing-page .steps-grid { gap: 40px; margin-top: 48px; }
.landing-page .step { text-align: left; border-top: 1px solid #ccc; padding: 24px 0 0; }
.landing-page .step-num-wrap { margin: 0 0 32px; width: auto; height: auto; justify-content: flex-start; border: 0; background: none; }
.landing-page .step-n { background: none; color: #777; -webkit-text-fill-color: currentColor; font-size: 14px; font-weight: 500; }
.landing-page .step-title { font-size: 18px; letter-spacing: -.025em; }
.landing-page .step-desc { font-weight: 400; }
.landing-page .final-section { padding: 96px 24px; background: #171717; border-bottom: 1px solid #333; }
.landing-page .final-sub { color: #bbb; font-weight: 400; max-width: 530px; margin-bottom: 32px; }
.landing-page .trust-bar { background: #111; }
.landing-page .trust-inner { max-width: 1200px; justify-content: space-between; gap: 24px; }
.landing-page .trust-item { font-size: 12px; color: #aaa; }
@media (max-width: 800px) {
  .landing-page .hero { min-height: 660px; }
  .landing-page .philosophy-grid { grid-template-columns: 1fr; gap: 32px; }
  .landing-page .philosophy-visual { display: none; }
  .landing-page .plans-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .landing-page .plan-card { border-top: 1px solid #ccc; padding: 28px 20px; }
  .landing-page .plan-card:nth-child(odd) { border-left: 0; padding-left: 0; }
  .landing-page .nav-right { gap: 12px; }
  .landing-page #navPlans { display: none; }
}
@media (max-width: 540px) {
  .public-page :is(.nav,.nav.scrolled,.top-nav), body:has(.auth-page) .auth-nav { padding: 12px 16px; }
  body:has(.auth-page) .auth-nav { gap: 12px; }
  body:has(.auth-page) .auth-nav-right { min-width: 0; gap: 10px; }
  body:has(.auth-page) .nav-text-link { font-size: 12px; line-height: 1.4; }
  .landing-page .nav-cta { display: none; }
  .landing-page #navLogin { display: inline; font-size: 12px; }
  .public-page .nav-brand { font-size: 12px; }
  .public-page .nav-logo { gap: 7px; }
  .public-page .nav-badge { width: 30px; height: 30px; }
  .public-page .lang-btn { min-width: 30px; }
  .landing-page .hero { min-height: 610px; }
  .landing-page .hero-content { padding: 130px 20px 70px; }
  .landing-page .hero-headline { font-size: clamp(38px, 10.5vw, 55px); }
  .landing-page .hero-sub { font-size: 15px; }
  .landing-page :is(.philosophy-section,.plans-section,.how-section) { padding: 64px 20px; }
  .landing-page .plans-grid,.landing-page .steps-grid { grid-template-columns: 1fr; }
  .landing-page .plan-card { border-left: 0; padding: 26px 0; }
  .landing-page .plan-name { min-height: 0; margin-bottom: 20px; }
  .landing-page .plan-period { margin-bottom: 18px; }
  .landing-page .hero-cta { align-items: stretch; }
  .landing-page .hero-cta a { padding: 14px 18px; justify-content: center; }
  .landing-page .final-btns a { font-size: 14px !important; padding: 15px 24px !important; }
  .landing-page .trust-inner { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 360px) {
  .landing-page .nav > .nav-logo .nav-brand { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .public-page *, body:has(.auth-page) * { animation: none !important; transition: none !important; }
}

/* Athletic editorial direction: photography, large type and structured detail. */
.landing-page .hero { position: relative; isolation: isolate; min-height: 780px; overflow: hidden; display: flex; align-items: center; }
.landing-page .hero-content { width: 100%; max-width: 1280px; padding: 164px 40px 100px; margin-inline: auto; z-index: 2; position: relative; }
.landing-page .hero-eyebrow { display: flex; align-items: center; justify-content: flex-start; gap: 12px; font-size: 11px; letter-spacing: .16em; color: #d1d1d1; margin-bottom: 28px; }
.landing-page .hero-eyebrow::before { content: ''; display: block; width: 26px; height: 2px; background: #fff; }
.landing-page .hero-headline { max-width: 690px; font-family: 'Barlow Condensed','Arial Narrow',sans-serif; font-weight: 600; text-transform: uppercase; font-size: clamp(64px,7.3vw,106px); line-height: .98; letter-spacing: -.025em; margin-bottom: 28px; }
.landing-page #typeText { color: #c5c5c5; }
.landing-page .hero-sub { max-width: 445px; color: #ccc; font-size: 14px; line-height: 1.85; }
.hero-editorial { position: absolute; inset: 0; z-index: 0; background: #272727; }
.hero-editorial > img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; filter: grayscale(1) brightness(.66); }
.hero-editorial::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#111 8%,rgba(17,17,17,.72) 38%,rgba(17,17,17,.3) 62%,rgba(17,17,17,.15) 100%),linear-gradient(0deg,rgba(0,0,0,.75),transparent 45%),linear-gradient(180deg,rgba(17,17,17,.55),transparent 30%); }
/* Rotating video background (see hero-video.js) */
.hero-video-stage { position: absolute; inset: 0; overflow: hidden; background: #272727; }
.hero-video-poster, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; filter: grayscale(1) brightness(.62) contrast(1.08); }
.hero-video { opacity: 0; transition: opacity var(--video-fade, 1.4s) ease; pointer-events: none; }
[data-sources].is-playing .hero-video.is-on { opacity: 1; }
.hero-video.is-off { transition: none; }
[data-sources].is-static .hero-video { display: none; }
/* "Sobre Nikoz" story section: vertical clip + first-person copy */
.story-section { padding: 96px max(24px,calc((100vw - 1200px)/2)); background: #111; border-top: 1px solid #262626; }
.story-grid { display: grid; grid-template-columns: minmax(260px,380px) 1fr; gap: 72px; align-items: center; }
.story-video-frame { position: relative; aspect-ratio: 9 / 16; border-radius: 10px; overflow: hidden; border: 1px solid #3a3a3a; background: #1a1a1a; }
.story-stage { position: absolute; inset: 0; }
.story-video-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: grayscale(1) contrast(1.05); }
.story-stage .hero-video { filter: grayscale(1) contrast(1.05); object-position: 50% 30%; }
.story-video-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.6),transparent 35%),linear-gradient(180deg,rgba(0,0,0,.35),transparent 25%); pointer-events: none; }
.story-mark { position: absolute; left: 18px; top: 18px; color: #ddd; font-size: 11px; letter-spacing: .18em; border-top: 1px solid #999; padding-top: 10px; z-index: 2; }
.story-caption { position: absolute; inset: auto 18px 16px; z-index: 2; display: flex; justify-content: space-between; color: #ccc; font-size: 9px; letter-spacing: .16em; }
.landing-page h2.story-title { font-family: 'Barlow Condensed','Arial Narrow',sans-serif; text-transform: uppercase; font-weight: 600; font-size: clamp(40px,4.6vw,64px); line-height: .98; letter-spacing: -.02em; margin: 18px 0 26px; }
.story-title .gold-text { color: #c5c5c5; }
.story-p { color: #bbb; font-size: 15px; line-height: 1.85; max-width: 580px; margin-bottom: 18px; }
.story-quote { border-left: 2px solid #fff; padding-left: 18px; margin: 28px 0; font-size: 19px; font-weight: 500; color: #f3f3f3; line-height: 1.4; max-width: 520px; }
.story-facts { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 0 0 34px; padding: 24px 0 0; border-top: 1px solid #333; }
.story-facts strong { display: block; font-size: 14px; margin-bottom: 6px; color: #fff; }
.story-facts span { color: #999; font-size: 12px; line-height: 1.6; }
.story-cta { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .story-section { padding-block: 72px; }
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-media { max-width: 340px; }
  .story-facts { grid-template-columns: 1fr; gap: 14px; }
}
.editorial-mark { position: absolute; right: 40px; top: 120px; color: #ddd; font: 11px 'Inter',sans-serif; letter-spacing: .18em; z-index: 1; border-top: 1px solid #999; padding-top: 12px; }
.editorial-word { position: absolute; bottom: 60px; right: 24px; font: 600 clamp(60px,10vw,150px)/1 'Barlow Condensed',sans-serif; color: transparent; -webkit-text-stroke: 1px #ffffff50; letter-spacing: -.02em; z-index: 1; }
.editorial-caption { position: absolute; inset: auto 40px 28px; z-index: 1; display: flex; justify-content: space-between; color: #ccc; font-size: 9px; letter-spacing: .16em; }
.hero-footnote { display: flex; gap: 12px; align-items: center; font-size: 11px; color: #aaa; margin-top: 32px; letter-spacing: .03em; }
.editorial-cross { font-size: 23px; color: #eee; font-weight: 300; }
.landing-page .btn-gold,.landing-page .btn-ghost { min-height: 52px; padding-inline: 28px; }
.landing-page .btn-wa { gap: 10px; }
.landing-page .btn-wa svg, .landing-page .btn-icon svg { width: 20px; height: 20px; flex-shrink: 0; }
.landing-page .btn-icon { width: 52px; padding-inline: 0 !important; justify-content: center; }
.landing-page .hero-link { margin-left: auto; color: #ddd; text-decoration: none; border-bottom: 1px solid #555; padding-bottom: 2px; white-space: nowrap; }
.landing-page .hero-link:hover { color: #fff; border-color: #fff; }
.landing-page .hero-footnote { max-width: 560px; flex-wrap: wrap; }
.discipline-strip { display: grid; grid-template-columns: repeat(3,1fr); padding-inline: max(24px,calc((100vw - 1200px)/2)); background: #1d1d1d; border-block: 1px solid #3b3b3b; }
.discipline-strip a { display: flex; align-items: center; gap: 20px; padding: 27px 30px; color: #eee; text-decoration: none; border-right: 1px solid #444; }
.discipline-strip a:first-child { border-left: 1px solid #444; }
.discipline-strip a > span:first-child { color: #888; font-size: 11px; }
.discipline-strip a > span:last-child { margin-left: auto; font-size: 22px; }
.discipline-strip strong { font-weight: 500; font-size: 14px; }
.discipline-strip a:hover { background: #2a2a2a; }
.landing-page :is(.philosophy-section,.plans-section,.how-section) { padding-block: 84px; }
.landing-page .philosophy-grid { grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.landing-page :is(.philosophy-left h2,.section-title,.final-title) { font-weight: 600; letter-spacing: -.05em; }
.landing-page .philosophy-left h2 { font-size: clamp(36px,4vw,54px); }
.landing-page .section-tag { color: #777; display: flex; align-items: center; gap: 12px; }
.landing-page .section-tag::before { display: block; content: ''; width: 20px; height: 2px; background: currentColor; }
.method-board { background: #191919; color: #f3f3f3; padding: 32px; position: relative; border: 1px solid #444; border-radius: 8px; transform: rotate(-2deg); }
.method-board-top { display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .13em; color: #aaa; padding-bottom: 22px; border-bottom: 1px solid #414141; }
.method-board-top > span:last-child { font-size: 20px; }
.method-board-title { font-size: 25px; font-weight: 500; line-height: 1.3; letter-spacing: -.03em; padding: 26px 0 18px; max-width: 300px; }
.method-row { display: flex; gap: 20px; border-bottom: 1px solid #363636; padding: 20px 0; }
.method-row > span { font-family: 'Barlow Condensed',sans-serif; font-size: 26px; color: #777; }
.method-row h3 { font-size: 14px; font-weight: 500; margin: 0 0 7px; }
.method-row p { color: #aaa; font-size: 12px; line-height: 1.6; }
.method-board-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; font-size: 9px; color: #aaa; letter-spacing: .09em; }
.method-signature { font-size: 42px; line-height: 1; color: #eee; font-style: italic; font-weight: 700; letter-spacing: -.1em; }
.landing-page .plans-grid { gap: 16px; counter-reset: plan; }
.landing-page .plan-card { counter-increment: plan; padding: 28px 23px !important; border: 1px solid #d4d4d4 !important; border-radius: 8px; background: #fff; position: relative; min-height: 350px; transition: border-color .2s,background .2s; }
.landing-page .plan-card::before { display: block; opacity: 1; content: '0' counter(plan) ' /'; font-size: 11px; letter-spacing: .1em; color: #777; order: -2; position: static; background: none; margin-bottom: 25px; width: auto; height: auto; }
.landing-page .plan-card::after { content: '↗'; position: absolute; right: 22px; top: 22px; font-size: 24px; color: #999; }
.landing-page .plan-card:hover { background: #fafafa; border-color: #777 !important; }
.landing-page .plan-name { font-weight: 600; font-size: 16px; margin-bottom: 16px; }
.landing-page .plan-price { font-size: 42px; font-weight: 600; }
.landing-page .plan-features { border-top: 1px solid #ddd; padding-top: 20px; margin-top: 4px; }
.landing-page .plan-features li { font-size: 12px; line-height: 1.6; }
.landing-page .elite-card { background: #1b1b1b; color: #eee; --grey-dark: #aaa; }
.landing-page .elite-card:hover { background: #262626; }
.landing-page .elite-card :is(.plan-price,.plan-name) { color: #fff; }
.landing-page .elite-card .plan-features { border-color: #444; }
.landing-page .elite-card .plan-features li { color: #bbb; }
.landing-page .steps-grid { gap: 24px; }
.landing-page .step { background: #f5f5f5; padding: 26px; border: 1px solid #ddd; border-radius: 6px; }
.landing-page .step-n { font: 500 56px/1 'Barlow Condensed',sans-serif; color: #b5b5b5; }
.landing-page .step-title { font-size: 16px; }
.landing-page .step-desc { font-size: 13px; line-height: 1.8; }
.landing-page .final-section { position: relative; background: linear-gradient(90deg,#151515ed,#151515d9),url('gym-editorial.jpg') center 60%/cover; }
.landing-page .final-title { font-family: 'Barlow Condensed',sans-serif; text-transform: uppercase; font-size: clamp(42px,6vw,76px); letter-spacing: -.02em; }
.pricing-page .pricing-hero { background: linear-gradient(90deg,#111 20%,#111a),url('gym-editorial.jpg') center 45%/cover; border-bottom: 1px solid #444; }
.pricing-page .hero-title { font-family: 'Barlow Condensed',sans-serif; text-transform: uppercase; font-weight: 600; font-size: clamp(52px,6vw,78px); letter-spacing: -.025em; line-height: 1; }
.pricing-page .plan-card { border-radius: 10px; border-top: 4px solid #aaa; }
.pricing-page .plan-card[data-tier="3"] { border-top-color: #fff; outline: 1px solid #888; outline-offset: 5px; }
.pricing-page .card-top { padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.pricing-page .plan-card[data-tier="4"] { background: #272727; border-color: #555; }
.pricing-page .plan-card[data-tier="4"] :is(.plan-name,.amount,.currency,.section-label) { color: #fff; }
.pricing-page .plan-card[data-tier="4"] :is(.plan-tagline,.period-label,.price-note,.features-list li) { color: #bbb; }
.pricing-page .plan-card[data-tier="4"] :is(.card-top,.divider) { border-color: #555; }
.public-page.pricing-page .plan-card[data-tier="4"] .cta-btn { background: #eee; color: #111; }
@media (max-width: 1100px) {
  .landing-page .hero-headline { max-width: 600px; font-size: 80px; }
  .landing-page .philosophy-grid { gap: 40px; }
  .landing-page .plans-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 800px) {
  .landing-page .hero { min-height: 740px; }
  .landing-page .hero-content { padding: 160px 24px 100px; }
  .landing-page .hero-headline { font-size: 76px; max-width: 560px; }
  .hero-editorial > img, .hero-video-poster, .hero-video { object-position: 62% center; }
  .editorial-word { font-size: 100px; bottom: 45px; }
  .discipline-strip { padding-inline: 0; }
  .discipline-strip a { padding: 22px 16px; gap: 12px; }
  .discipline-strip strong { font-size: 12px; }
  .landing-page .philosophy-grid { grid-template-columns: 1fr; gap: 44px; }
  .method-board { transform: none; }
}
@media (max-width: 540px) {
  .landing-page .hero { min-height: 740px; align-items: flex-start; }
  .landing-page .hero-content { padding: 124px 20px 130px; }
  .landing-page .hero-headline { font-size: clamp(54px,13.5vw,72px); max-width: 100%; }
  .landing-page .hero-sub { font-size: 13px; max-width: 330px; }
  .landing-page .hero-eyebrow { font-size: 9px; letter-spacing: .1em; }
  .hero-editorial > img, .hero-video-poster, .hero-video { object-position: 65% center; filter: grayscale(1) brightness(.5); }
  .hero-editorial::after { background: linear-gradient(90deg,#111c,#1114),linear-gradient(0deg,#111a,transparent 55%),linear-gradient(180deg,#111a,transparent 35%); }
  .editorial-mark { display: none; }
  .editorial-word { font-size: 90px; bottom: 45px; right: 20px; }
  .editorial-caption { inset: auto 20px 22px; font-size: 8px; }
  .hero-footnote { font-size: 10px; margin-top: 23px; }
  .discipline-strip { grid-template-columns: 1fr; }
  .discipline-strip a { padding: 17px 20px; border-right: 0; border-bottom: 1px solid #383838; }
  .discipline-strip a:first-child { border-left: 0; }
  .discipline-strip strong { font-size: 14px; }
  .landing-page :is(.philosophy-section,.plans-section,.how-section) { padding-block: 60px; }
  .method-board { padding: 24px; }
  .landing-page .plans-grid { grid-template-columns: 1fr; }
  .landing-page .plan-card { min-height: 0; padding: 28px !important; }
  .landing-page .section-title { font-size: 34px; }
}

/* Pillars: the three things the strip links point to */
.pillars-section { padding: 96px max(24px,calc((100vw - 1200px)/2)) 40px; background: #111; border-top: 1px solid #262626; }
.pillars-intro { margin-bottom: 24px; }
.landing-page h2.pillars-title { font-family: 'Barlow Condensed','Arial Narrow',sans-serif; text-transform: uppercase; font-weight: 600; font-size: clamp(40px,5vw,68px); line-height: .98; letter-spacing: -.02em; margin: 14px 0 0; }
.landing-page h2.pillars-title .gold-text { color: #c5c5c5; }
.pillar { display: grid; grid-template-columns: minmax(0,5fr) minmax(0,7fr); gap: 56px; padding: 56px 0; border-top: 1px solid #333; scroll-margin-top: 96px; }
.pillar:last-of-type { border-bottom: 1px solid #333; }
.landing-page h3.pillar-title { font-family: 'Barlow Condensed','Arial Narrow',sans-serif; text-transform: uppercase; font-weight: 600; font-size: clamp(32px,3.6vw,50px); line-height: 1; letter-spacing: -.02em; margin: 14px 0 0; color: #fff; }
.pillar-p { color: #bbb; font-size: 15px; line-height: 1.85; max-width: 560px; margin: 0 0 20px; }
.pillar-list { list-style: none; margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.pillar-list li { position: relative; padding-left: 20px; color: #e5e5e5; font-size: 14px; line-height: 1.55; }
.pillar-list li::before { content: ''; position: absolute; left: 0; top: .6em; width: 10px; height: 2px; background: #fff; }
.landing-page .pillar-cta { min-height: 48px; }
/* FAQ */
.faq-section { padding: 80px max(24px,calc((100vw - 1200px)/2)) 96px; background: #111; }
.faq-inner { max-width: 820px; }
.landing-page h2.faq-title { font-family: 'Barlow Condensed','Arial Narrow',sans-serif; text-transform: uppercase; font-weight: 600; font-size: clamp(36px,4.4vw,58px); line-height: 1; letter-spacing: -.02em; margin: 14px 0 28px; }
.faq-item { border-top: 1px solid #333; }
.faq-item:last-of-type { border-bottom: 1px solid #333; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 0; font-size: 16px; font-weight: 600; color: #fff; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { font-size: 24px; font-weight: 300; color: #999; transition: transform .2s; }
.faq-item[open] .faq-plus { transform: rotate(45deg); color: #fff; }
.faq-item p { margin: 0 0 22px; color: #bbb; font-size: 14.5px; line-height: 1.8; max-width: 66ch; }
.faq-item summary:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.pricing-page .plan-card.deep-linked { outline: 2px solid #fff !important; outline-offset: 5px; }
.pricing-page.has-deep-link .plan-card[data-tier="3"]:not(.deep-linked) { outline: none; border-top-color: #aaa; }
@media (max-width: 900px) {
  .pillars-section { padding-top: 72px; }
  .pillar { grid-template-columns: 1fr; gap: 20px; padding: 40px 0; }
  .pillar-list { grid-template-columns: 1fr; }
}
