/*
Theme Name: CleanMode V2A Preview
Description: Versioned A2 staging preview for the CleanMode homepage.
Author: CleanMode
Template: hello-elementor
Version: 0.3.1
Text Domain: hello-cleanmode-v2a
*/

:root {
  --bg: #f8f9f8;
  --surface: #ffffff;
  --text: #17202a;
  --muted: #66717d;
  --line: #dfe5e8;
  --blue: #1573e8; /* roboczy token: do podmiany po pobraniu koloru z oficjalnego logo */
  --blue-dark: #0b5dbc;
  --blue-soft: #edf5ff;
  --warm: #f7f2e9;
  --warm-deep: #ece1d1;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --shadow-soft: 0 18px 55px rgba(23, 32, 42, .09);
  --container: 1180px;
  --section: clamp(78px, 11vw, 148px);
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.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; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -60px; padding: 10px 14px; background: #fff; border: 1px solid var(--line); border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.container { width: min(100% - 34px, var(--container)); margin: 0 auto; }
.section { position: relative; padding: var(--section) 0; overflow: clip; }

body.cleanmode-v2a .site-header:not(.dynamic-header) {
  position: sticky; top: 0; z-index: 50;
  width: 100%;
  max-width: none;
  max-inline-size: none;
  margin: 0;
  padding: 0;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, background .25s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); background: color-mix(in srgb, var(--bg) 96%, transparent); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand-text { display: inline-flex; flex-direction: column; line-height: 1; gap: 4px; letter-spacing: -.02em; }
.brand-text img { width: 76px; height: auto; margin: -12px 0 -8px; }
.brand-text strong { font-size: 19px; }
.brand-text span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.desktop-nav { display: none; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.login-link { display: none; color: var(--muted); font-size: 14px; }
.menu-toggle { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); display: grid; place-content: center; gap: 5px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1.5px; background: var(--text); }
.mobile-menu { padding: 8px 17px 22px; background: var(--bg); border-bottom: 1px solid var(--line); }
.mobile-menu a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 650; }

.hero { padding-top: clamp(64px, 11vw, 120px); padding-bottom: 80px; min-height: 820px; display: grid; align-items: center; }
.hero-grid { display: grid; gap: 58px; }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: 13px; font-weight: 720; letter-spacing: .02em; display: flex; align-items: center; gap: 10px; }
.eyebrow > span { width: 22px; height: 1px; background: var(--blue); display: inline-block; }
.hero h1, .section-intro h2, .final-cta h2 { margin: 0; text-wrap: balance; letter-spacing: -.045em; line-height: .99; }
.hero h1 { font-size: clamp(44px, 12vw, 86px); max-width: 900px; }
.lead { margin: 24px 0 0; color: var(--muted); font-size: 18px; max-width: 620px; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; border-radius: 13px; border: 1px solid transparent; font-weight: 760; font-size: 15px; transition: transform .22s var(--ease), background .22s, border-color .22s; }
.button:hover { transform: translateY(-2px); }
body.cleanmode-v2a .button-primary { background: var(--blue); color: #fff; }
body.cleanmode-v2a .button-primary:hover { background: var(--blue-dark); }
.button-secondary { background: var(--surface); border-color: var(--line); }
.button-white { background: #fff; color: var(--text); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 760; font-size: 15px; }
.text-link span { transition: transform .2s var(--ease); }
.text-link:hover span { transform: translateX(4px); }

.hero-media { min-height: 440px; position: relative; }
.photo-frame { background-color: #d8e1e5; background-size: cover; background-position: center; }
.hero-photo {
  position: absolute; inset: 16px 12px 42px 0; border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(12,34,55,.05), rgba(21,120,232,.12));
  box-shadow: var(--shadow-soft); overflow: hidden;
}
.homepage-content-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-photo .homepage-content-image, .consulting-photo .homepage-content-image, .feature-story-photo .homepage-content-image { position: absolute; inset: 0; }
.hero-photo::before, .consulting-photo::before, .feature-story-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-photo::before { background: linear-gradient(135deg, rgba(12,34,55,.05), rgba(21,120,232,.12)); }
.hero-photo::after { content: "fotografia robocza • zespół / szkolenie"; position: absolute; z-index: 2; left: 18px; bottom: 16px; padding: 7px 10px; background: rgba(255,255,255,.86); border-radius: 999px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; backdrop-filter: blur(8px); }
.hero-photo.has-editor-image::after { display: none; }
.hero-media::before { content: ""; position: absolute; width: 220px; height: 220px; right: -85px; top: -30px; background: radial-gradient(circle, rgba(21,120,232,.18), rgba(21,120,232,0) 68%); }
.hero-orbit { position: absolute; width: 230px; height: 230px; right: -110px; bottom: -60px; border: 1px solid rgba(21,120,232,.19); border-radius: 50%; }
.graphic-card { position: absolute; z-index: 3; background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.95); box-shadow: 0 14px 38px rgba(23,32,42,.12); backdrop-filter: blur(16px); }
.graphic-card-one { left: 18px; bottom: 8px; min-width: 170px; border-radius: 17px; padding: 15px 16px; display: grid; gap: 2px; }
.graphic-card-one strong { font-size: 19px; }
.graphic-card-one small { color: var(--muted); }
.mini-label { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.graphic-card-two { right: 0; top: 0; border-radius: 999px; padding: 11px 15px; font-size: 11px; display: flex; align-items: center; gap: 8px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(21,120,232,.11); }
.next-section-hint { width: min(100% - 34px, var(--container)); margin: 40px auto 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; display: flex; align-items: center; justify-content: space-between; }

.map-section { background: var(--surface); }
.section-intro { max-width: 720px; }
.section-intro h2 { font-size: clamp(34px, 9vw, 66px); }
.section-intro > p:not(.eyebrow), .section-intro-split > p { margin: 22px 0 0; color: var(--muted); max-width: 580px; }
.map-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.map-card { min-height: 205px; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 18px; display: flex; flex-direction: column; justify-content: space-between; background: var(--surface); transition: transform .2s var(--ease), border-color .2s, background .2s; }
.map-card:hover { transform: translateY(-3px); border-color: #bfc9ce; }
.map-card-featured { background: var(--blue-soft); border-color: #d5e8ff; }
.map-card h3 { margin: 5px 0 0; font-size: clamp(19px, 5vw, 25px); letter-spacing: -.03em; }
.map-card p { margin: 18px 0 16px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.card-kicker { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.card-arrow { align-self: flex-end; font-weight: 800; }

.section-cool { background: linear-gradient(180deg, #edf5ff 0%, #f6faff 100%); }
.section-intro-split { max-width: none; display: grid; gap: 20px; }
.rail-shell { margin-top: 44px; }
.rail-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; color: var(--muted); font-size: 13px; font-weight: 720; }
.rail-arrows { display: flex; gap: 7px; }
.rail-arrows button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; color: var(--text); }
.rail {
  display: flex;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding: 2px 17px 18px 0;
  margin-right: -17px;
  gap: 13px;
}
.rail::-webkit-scrollbar { display: none; }
.rail > * { scroll-snap-align: start; flex: 0 0 auto; }
.pricing-rail { align-items: center; }
.pricing-rail > * { flex-basis: 84%; }
.pricing-card { position: relative; min-height: 530px; padding: 26px 22px 23px; border-radius: var(--radius-md); border: 1px solid rgba(161,181,199,.48); background: rgba(255,255,255,.96); display: flex; flex-direction: column; }
.pricing-card-featured { border-color: var(--blue); box-shadow: 0 24px 58px rgba(21,120,232,.15); transform: scale(1.035); z-index: 2; }
.plan-tag { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 770; }
.recommended { position: absolute; top: 18px; right: 18px; background: var(--blue); color: #fff; border-radius: 999px; padding: 6px 9px; font-size: 9px; font-weight: 800; }
.pricing-card h3 { margin: 30px 0 3px; font-size: 34px; letter-spacing: -.04em; }
.plan-for { margin: 0; color: var(--muted); font-size: 14px; }
.price { margin: 35px 0 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 25px; font-weight: 800; letter-spacing: -.03em; }
.price span { display: block; color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: 0; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; color: #3d4852; font-size: 14px; }
.pricing-card li { display: flex; gap: 9px; }
.pricing-card li::before { content: "✓"; color: var(--blue); font-weight: 900; }
.pricing-card .button { margin-top: auto; width: 100%; }
.rail-discovery { display: flex; gap: 5px; margin-top: 8px; }
.rail-discovery span { width: 6px; height: 6px; border-radius: 50%; background: #b8c7d5; }
.rail-discovery span:first-child { width: 20px; border-radius: 999px; background: var(--blue); }
.compare-link { margin-top: 20px; display: inline-flex; gap: 8px; font-size: 14px; font-weight: 760; }

.cleanspector { background: var(--bg); }
.cleanspector-grid { display: grid; gap: 56px; align-items: center; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.feature-chips span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); font-size: 12px; font-weight: 720; }
.ui-stage { min-height: 430px; position: relative; }
.ui-stage::before { content: ""; position: absolute; inset: 25px -90px 0 25px; background: radial-gradient(circle at 30% 30%, rgba(21,120,232,.18), rgba(21,120,232,0) 66%); }
.ui-window { position: absolute; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.ui-window-main { inset: 20px 5px 55px 0; border-radius: 22px; overflow: hidden; transform: rotate(-1.1deg); }
.ui-window-float { right: 0; bottom: 20px; width: 142px; padding: 15px; border-radius: 16px; transform: rotate(2deg); }
.ui-window-float small { color: var(--muted); display: block; }
.ui-window-float strong { display: block; margin-top: 2px; font-size: 28px; }
.progress { height: 6px; background: #e9eef1; border-radius: 999px; overflow: hidden; margin-top: 8px; }
.progress span { display: block; width: 92%; height: 100%; background: var(--blue); }
.ui-topbar { height: 42px; border-bottom: 1px solid var(--line); display: flex; gap: 5px; align-items: center; padding: 0 13px; }
.ui-topbar span { width: 7px; height: 7px; border-radius: 50%; background: #c9d2d8; }
.ui-layout { display: grid; grid-template-columns: 44px 1fr; height: calc(100% - 42px); }
.ui-sidebar { border-right: 1px solid var(--line); padding-top: 16px; display: grid; align-content: start; justify-content: center; gap: 14px; }
.ui-sidebar i { width: 16px; height: 16px; border-radius: 5px; background: #dce8f5; }
.ui-sidebar i:first-child { background: var(--blue); }
.ui-content { padding: 18px; }
.ui-heading { display: flex; align-items: center; justify-content: space-between; }
.ui-heading b { width: 44%; height: 13px; border-radius: 999px; background: #cad6df; }
.ui-heading em { width: 24px; height: 24px; border-radius: 50%; background: var(--blue-soft); }
.ui-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 20px; }
.ui-stats span { height: 54px; border-radius: 9px; background: #f0f4f6; border: 1px solid #e5ecef; }
.ui-chart { height: 120px; margin-top: 12px; border-radius: 10px; background: #f8fafb; border: 1px solid #e8edef; position: relative; overflow: hidden; }
.ui-chart::before, .ui-chart::after { content: ""; position: absolute; inset-inline: 0; border-top: 1px solid #e7edef; }
.ui-chart::before { top: 38%; } .ui-chart::after { top: 70%; }
.ui-chart div { position: absolute; left: 10px; right: 10px; bottom: 16px; height: 72px; border-left: 3px solid var(--blue); border-bottom: 3px solid var(--blue); border-radius: 0 0 0 9px; transform: skewY(-12deg); }
.ui-rows { display: grid; gap: 7px; margin-top: 13px; }
.ui-rows span { height: 8px; border-radius: 999px; background: #e8edf0; }
.ui-rows span:nth-child(2) { width: 72%; }
.prototype-note { position: absolute; left: 12px; bottom: 8px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.training-section { background: var(--surface); }
.training-rail { scroll-snap-type: none; align-items: stretch; }
.training-rail > * { flex-basis: 74%; scroll-snap-align: none; }
.training-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.training-photo { height: 220px; background-size: cover; background-position: center; display: flex; align-items: flex-end; padding: 12px; }
.training-photo span, .photo-label { padding: 6px 8px; border-radius: 999px; background: rgba(255,255,255,.87); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; backdrop-filter: blur(7px); }
.training-photo-one { background-image: linear-gradient(135deg, rgba(20,55,80,.08), rgba(21,120,232,.10)), url('assets/training-1.svg'); }
.training-photo-two { background-image: linear-gradient(135deg, rgba(20,55,80,.08), rgba(21,120,232,.10)), url('assets/training-2.svg'); }
.training-photo-three { background-image: linear-gradient(135deg, rgba(20,55,80,.08), rgba(21,120,232,.10)), url('assets/training-3.svg'); }
.training-photo-four { background-image: linear-gradient(135deg, rgba(20,55,80,.08), rgba(21,120,232,.10)), url('assets/training-4.svg'); }
.training-photo-five { background-image: linear-gradient(135deg, rgba(20,55,80,.08), rgba(21,120,232,.10)), url('assets/training-5.svg'); }
.training-photo-six { background-image: linear-gradient(135deg, rgba(20,55,80,.08), rgba(21,120,232,.10)), url('assets/training-6.svg'); }
.autoplay-note { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.training-body { padding: 18px; }
.content-tag { color: var(--blue); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
.training-card h3 { margin: 9px 0 18px; font-size: 22px; line-height: 1.08; letter-spacing: -.03em; }
.training-meta { display: flex; gap: 8px; color: var(--muted); font-size: 11px; }
.training-meta span { padding: 5px 7px; border: 1px solid var(--line); border-radius: 999px; }
.training-footer { margin-top: 22px; padding-top: 15px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.training-footer strong { font-size: 12px; color: var(--muted); }
.training-footer a { font-weight: 900; }

.consulting-section { background: var(--warm); }
.consulting-grid { display: grid; gap: 42px; align-items: center; }
.consulting-photo { height: 430px; position: relative; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(49,39,29,.05), rgba(175,131,81,.11)); display: flex; align-items: flex-end; padding: 16px; box-shadow: 0 20px 60px rgba(76,55,35,.10); }
.consulting-photo::before { background: linear-gradient(135deg, rgba(49,39,29,.05), rgba(175,131,81,.11)); }
.consulting-photo .photo-label { position: relative; z-index: 2; }

.proof-section { background: var(--bg); }
.proof-list { margin-top: 52px; border-top: 1px solid var(--line); }
.proof-item { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.proof-item > span { color: var(--blue); font-size: 11px; font-weight: 800; }
.proof-item h3 { margin: 0 0 8px; font-size: clamp(24px, 6vw, 42px); letter-spacing: -.035em; line-height: 1.03; }
.proof-item p { margin: 0; color: var(--muted); max-width: 630px; }

.editorial-section { background: #f4efe6; }
.editorial-heading { max-width: 800px; }
.feature-story { margin-top: 48px; display: grid; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid rgba(111,93,73,.15); }
.feature-story-photo { min-height: 330px; position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(34,42,48,.08), rgba(209,161,93,.09)); }
.feature-story-photo::before { background: linear-gradient(135deg, rgba(34,42,48,.08), rgba(209,161,93,.09)); }
.feature-story-copy { padding: 25px; }
.feature-story-copy h3 { margin: 10px 0 15px; font-size: clamp(29px, 8vw, 46px); line-height: 1.02; letter-spacing: -.04em; }
.feature-story-copy p { color: var(--muted); }
.editorial-rail-shell { margin-top: 42px; }
.editorial-rail > * { flex-basis: 77%; }
.editorial-card { min-height: 260px; padding: 22px; border: 1px solid rgba(111,93,73,.18); border-radius: var(--radius-md); background: #fffaf2; display: flex; flex-direction: column; }
.editorial-card-dark { background: #20272d; color: white; border-color: #20272d; }
.editorial-type { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.editorial-card-dark .editorial-type { color: #b8c3ca; }
.editorial-card h3 { margin: 26px 0; font-size: 25px; line-height: 1.03; letter-spacing: -.035em; }
.editorial-arrow { margin-top: auto; align-self: flex-end; font-weight: 900; }

.newsletter-section { background: var(--surface); }
.newsletter-shell { padding: 31px 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); display: grid; gap: 34px; }
.newsletter-shell h2 { margin: 0; font-size: clamp(32px, 8vw, 54px); line-height: 1.02; letter-spacing: -.04em; }
.newsletter-shell p:not(.eyebrow) { color: var(--muted); }
.newsletter-form label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 750; }
.input-row { display: grid; gap: 9px; }
.input-row input { min-height: 53px; width: 100%; border-radius: 13px; border: 1px solid var(--line); padding: 0 15px; background: var(--bg); color: var(--text); outline: none; }
.input-row input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,120,232,.12); }
.newsletter-form small { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; }

.final-cta { background: var(--blue); color: #fff; }
.final-cta-shell { display: grid; gap: 32px; align-items: end; }
.final-cta h2 { font-size: clamp(40px, 10vw, 72px); }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.78); max-width: 650px; }
.eyebrow-light { color: rgba(255,255,255,.72); }
.eyebrow-light > span { background: #fff; }
.final-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.text-link-light { color: #fff; }

.site-footer { background: var(--bg); padding: 68px 0 24px; }
.footer-grid { display: grid; gap: 36px; }
.footer-brand img { width: 132px; height: auto; margin: -28px 0 -16px; }
.footer-brand strong { font-size: 24px; }
.footer-brand p { max-width: 370px; color: var(--muted); font-size: 12px; }
.footer-group { display: grid; align-content: start; gap: 9px; }
.footer-group h2 { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin: 0 0 8px; }
.footer-group a { font-size: 14px; }
.footer-bottom { margin-top: 50px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; display: flex; flex-direction: column; gap: 10px; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 12px; }

.reveal { transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.reveal-pending { opacity: 0; transform: translateY(18px); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 720px) {
  .container { width: min(100% - 56px, var(--container)); }
  .cleanspector-grid, .consulting-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 760px; }
  .hero-media { min-height: 520px; }
  .map-grid { grid-template-columns: repeat(3, 1fr); }
  .map-card { min-height: 240px; padding: 22px; }
  .section-intro-split { grid-template-columns: minmax(0, 1.25fr) minmax(260px, .65fr); align-items: end; }
  .section-intro-split > p { margin: 0 0 5px; }
  .pricing-card { min-height: 550px; }
  .training-rail > * { flex-basis: 40%; }
  .feature-story { grid-template-columns: 1.2fr .8fr; }
  .editorial-rail > * { flex-basis: 38%; }
  .newsletter-shell, .final-cta-shell { grid-template-columns: 1.15fr .85fr; }
  .input-row { grid-template-columns: 1fr auto; }
  .footer-grid { grid-template-columns: 1.6fr repeat(3, .7fr); }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
}

@media (min-width: 960px) {
  .desktop-nav { display: flex; gap: 25px; font-size: 13px; color: #43505b; }
  .desktop-nav a:hover { color: var(--blue); }
  .login-link { display: inline-flex; }
  .menu-toggle { display: none; }
  .mobile-menu { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 75px; }
  .hero h1 { font-size: clamp(62px, 6.8vw, 92px); }
  .hero-media { min-height: 600px; }
  .pricing-rail { display: grid; grid-template-columns: repeat(4, 1fr); overflow: visible; margin-right: 0; padding: 14px 0 22px; gap: 14px; }
  .training-rail > * { flex-basis: 30%; }
  .editorial-rail { display: grid; grid-template-columns: repeat(3, 1fr); overflow: visible; margin-right: 0; padding-right: 0; }
  .rail-shell:not(.training-rail-shell) .rail-toolbar .rail-arrows { display: none; }
  .consulting-photo { height: 620px; }
  .proof-item { grid-template-columns: 70px 1fr; padding: 36px 0; }
  .feature-story-photo { min-height: 560px; }
  .rail-discovery { display: none; }
}

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