:root {
  --petrol: #035b66;
  --petrol-dark: #024650;
  --brown: #544842;
  --beige: #f3e2ce;
  --porcelain: #9abdc6;
  --paper: #fffdf9;
  --white: #ffffff;
  --ink: #2e2a28;
  --muted: #6f6661;
  --line: rgba(84, 72, 66, 0.2);
  --shadow: 0 24px 70px rgba(43, 34, 30, 0.12);
  --radius: 0;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; -webkit-text-size-adjust: 100%; }
body { font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body.cookie-settings-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { font-family: Inter, Arial, sans-serif; color: var(--brown); line-height: 1.08; text-wrap: balance; }
h1, h2 { font-weight: 700; letter-spacing: -0.045em; }
h3 { font-weight: 650; letter-spacing: -0.02em; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--porcelain); outline-offset: 4px; }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 200; padding: 10px 14px; background: var(--white); color: var(--petrol); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, 100%); margin-inline: auto; }
.centered { text-align: center; }
.actions.centered { justify-content: center; }
.section { padding: 104px 0; }
.section-sm { padding: 68px 0; }
.surface-beige { background: var(--beige); }
.surface-blue { background: rgba(154, 189, 198, .25); }
.surface-petrol { background: var(--petrol); color: var(--white); }
.surface-brown { background: var(--brown); color: var(--white); }
.surface-petrol h2, .surface-petrol h3, .surface-brown h2, .surface-brown h3 { color: var(--white); }
.brand-waves { --wave-color: rgba(3, 91, 102, .1); position: relative; overflow: hidden; isolation: isolate; }
.brand-waves::before { content: ""; position: absolute; inset: -30% -18%; z-index: 0; pointer-events: none; background: radial-gradient(ellipse 74% 120% at 2% 82%, transparent 0 52.39%, var(--wave-color) 52.42% 52.48%, transparent 52.51%), radial-gradient(ellipse 61% 96% at 26% 112%, transparent 0 58.32%, var(--wave-color) 58.35% 58.41%, transparent 58.44%), radial-gradient(ellipse 58% 105% at 96% 4%, transparent 0 54.42%, var(--wave-color) 54.45% 54.51%, transparent 54.54%), radial-gradient(ellipse 46% 82% at 66% -16%, transparent 0 61.42%, var(--wave-color) 61.45% 61.51%, transparent 61.54%); transform: rotate(-7deg) scale(1.08); }
.brand-waves.wave-right::before { transform: rotate(8deg) scaleX(-1) scale(1.08); }
.brand-waves > * { position: relative; z-index: 1; }
.surface-brown.brand-waves, .surface-petrol.brand-waves, .cta.brand-waves, .page-hero.dark.brand-waves { --wave-color: rgba(243, 226, 206, .13); }
.surface-beige.brand-waves { --wave-color: rgba(84, 72, 66, .1); }
.surface-blue.brand-waves { --wave-color: rgba(3, 91, 102, .1); }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 18px; color: var(--petrol); font-size: .75rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.surface-petrol .eyebrow, .surface-brown .eyebrow { color: var(--beige); }
.display { font-size: clamp(2.65rem, 5.5vw, 5.7rem); }
.title { font-size: clamp(2.25rem, 4.4vw, 4.45rem); }
.title-sm { font-size: clamp(1.75rem, 3vw, 2.8rem); }
.serif-title, .serif-question { font-family: Kalnia, Georgia, serif; font-weight: 500; letter-spacing: -.035em; }
.serif-question { line-height: 1.15; }
.training-title-accent { display: block; font-family: Kalnia, Georgia, serif; font-weight: 500; font-style: normal; letter-spacing: -.035em; }
.nowrap { white-space: nowrap; }
.lead { max-width: 700px; margin-top: 22px; color: var(--muted); font-size: clamp(1rem, 1.45vw, 1.18rem); line-height: 1.75; }
.surface-petrol .lead, .surface-brown .lead { color: rgba(255,255,255,.78); }
.kicker { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, .7fr); gap: 8vw; align-items: end; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 2px solid var(--petrol); background: var(--petrol); color: var(--white); font-size: .76rem; font-weight: 750; letter-spacing: .095em; text-transform: uppercase; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; }
.btn:hover { background: var(--brown); border-color: var(--brown); transform: translateY(-2px); }
.btn.secondary { background: transparent; color: var(--petrol); }
.btn.secondary:hover { background: var(--petrol); color: var(--white); }
.btn.light { background: var(--beige); border-color: var(--beige); color: var(--brown); }
.btn.light:hover { background: var(--white); border-color: var(--white); }
.btn.ghost { background: transparent; border-color: rgba(255,255,255,.65); color: var(--white); }
.btn.ghost:hover { background: var(--white); border-color: var(--white); color: var(--petrol); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 2px solid currentColor; color: var(--petrol); font-size: .8rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.text-link::after { content: "→"; transition: transform .25s; }
.text-link:hover::after { transform: translateX(5px); }

/* Navigation */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 84px; display: flex; align-items: center; background: rgba(255,253,249,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav { width: min(1280px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: 188px 1fr auto; align-items: center; gap: 34px; }
.logo { display: inline-flex; width: 166px; aspect-ratio: 798 / 258; }
.logo img { width: 100%; height: auto; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(20px, 2.5vw, 38px); }
.desktop-nav a { position: relative; padding: 11px 0; color: var(--brown); font-size: .76rem; font-weight: 750; letter-spacing: .075em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 2px; background: var(--petrol); transition: right .25s; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--petrol); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-contact { padding: 11px 4px; color: var(--petrol); font-size: .74rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.nav .btn { min-height: 46px; padding-inline: 18px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; color: var(--petrol); place-items: center; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { content: ""; display: block; width: 21px; height: 2px; background: currentColor; transition: transform .25s, background .25s; }
.menu-toggle span::before { transform: translateY(-7px); }
.menu-toggle span::after { transform: translateY(5px); }
.menu-open .menu-toggle span { background: transparent; }
.menu-open .menu-toggle span::before { transform: rotate(45deg); }
.menu-open .menu-toggle span::after { transform: rotate(-45deg) translateY(-1px); }
.mobile-menu { position: fixed; inset: 84px 0 0; z-index: 90; display: grid; align-content: start; padding: 24px 24px 44px; background: var(--white); opacity: 0; visibility: hidden; overflow-y: auto; transition: opacity .3s, visibility .3s; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu nav { width: min(100%, 440px); margin: auto; display: grid; }
.mobile-menu nav > a:not(.btn) { display: flex; align-items: center; min-height: 58px; border-bottom: 1px solid var(--line); color: var(--petrol); font-size: 1rem; font-weight: 750; letter-spacing: .075em; text-transform: uppercase; }
.mobile-menu .btn { margin-top: 22px; }
.mobile-bottom { display: none; }

/* Homepage hero */
.home-hero { position: relative; min-height: max(760px, 100svh); padding: 150px 0 72px; display: flex; align-items: center; background: var(--petrol-dark); color: var(--white); overflow: hidden; }
.home-hero > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .68; }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,45,52,.94) 0%, rgba(2,60,68,.77) 48%, rgba(2,38,43,.52) 100%), linear-gradient(0deg, rgba(2,35,40,.65), transparent 55%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .75fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.home-hero .eyebrow { color: var(--beige); }
.home-hero h1 { max-width: 760px; color: var(--white); font-size: clamp(2.9rem, 5.2vw, 5.6rem); }
.hero-headline { font-weight: 300; letter-spacing: -.04em; text-wrap: initial; }
.hero-headline > span { display: block; }
.hero-headline > strong { display: inline; }
.hero-headline strong { font-weight: 700; }
.home-hero .hero-copy > p { max-width: 670px; margin-top: 24px; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.hero-help { margin-top: 24px; color: rgba(255,255,255,.72); font-size: .85rem; }
.hero-help a { color: var(--white); font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.6); }
.finder { background: rgba(255,253,249,.96); color: var(--ink); box-shadow: var(--shadow); }
.finder-head { padding: 28px 30px 25px; border-bottom: 1px solid var(--line); }
.finder-head span { display: block; color: var(--petrol); font-size: .7rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.finder-head h2 { margin-top: 8px; color: var(--brown); font-size: clamp(1.6rem, 2vw, 2rem); }
.finder-grid { display: grid; grid-template-columns: 1fr 1fr; }
.finder-card { position: relative; min-height: 150px; padding: 26px 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, color .25s; }
.finder-card:nth-child(even) { border-right: 0; }
.finder-card:nth-last-child(-n+2) { border-bottom: 0; }
.finder-card small { color: var(--petrol); font-weight: 750; }
.finder-card strong { max-width: 175px; color: var(--petrol); font-size: clamp(1.05rem, 1.3vw, 1.22rem); font-weight: 700; line-height: 1.38; letter-spacing: -.02em; }
.finder-card strong span { display: block; }
.finder-card::after { content: "↗"; position: absolute; right: 20px; top: 18px; color: var(--petrol); }
.finder-card:hover { background: var(--beige); }

.proof-strip { background: var(--brown); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.proof-item { min-height: 125px; padding: 25px 30px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.18); }
.proof-item:first-child { border-left: 0; }
.proof-item strong { color: var(--white); font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.25; }
.proof-item span { margin-top: 6px; color: rgba(255,255,255,.7); font-size: .78rem; text-transform: uppercase; letter-spacing: .07em; }

/* Cards and content */
.challenge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 42px; margin-top: 64px; }
.challenge { min-height: 280px; padding: 32px 34px 36px 82px; position: relative; border-top: 1px solid rgba(3,91,102,.5); }
.challenge::before { content: attr(data-number); position: absolute; left: 2px; top: 30px; color: var(--petrol); font-family: Kalnia, Georgia, serif; font-size: 1.4rem; }
.challenge h3 { max-width: 440px; font-size: clamp(1.3rem, 2vw, 1.75rem); }
.challenge p { max-width: 500px; margin: 16px 0 24px; color: var(--muted); }
.challenge:hover { background: var(--beige); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.split-media { height: min(56vw, 680px); overflow: hidden; background: var(--porcelain); }
.split-media img, .split-media video { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.home-team-photo { width: min(100%, 480px); max-width: 100%; min-width: 0; height: auto; aspect-ratio: auto; overflow: hidden; justify-self: center; background: var(--porcelain); }
.home-team-photo img { width: 100%; max-width: 100%; height: auto; margin-top: -4px; object-fit: contain; object-position: center; }
.feature-list { list-style: none; margin-top: 30px; border-top: 1px solid var(--line); }
.feature-list li { position: relative; padding: 17px 0 17px 30px; border-bottom: 1px solid var(--line); }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--petrol); font-weight: 800; }
.surface-petrol .feature-list, .surface-brown .feature-list { border-color: rgba(255,255,255,.22); }
.surface-petrol .feature-list li, .surface-brown .feature-list li { border-color: rgba(255,255,255,.22); color: rgba(255,255,255,.84); }
.surface-petrol .feature-list li::before, .surface-brown .feature-list li::before { color: var(--beige); }
.program-card { padding: clamp(34px, 5vw, 64px); background: var(--white); box-shadow: var(--shadow); }
.program-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 42px; margin-top: 38px; }
.meta-item { padding: 24px 0; border-top: 1px solid var(--line); }
.meta-item strong { display: block; color: var(--petrol); font-size: 1.45rem; }
.meta-item span { display: block; margin-top: 4px; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }
.serif-line { display: block; margin-top: .04em; color: var(--petrol); font-family: Kalnia, Georgia, serif; font-weight: 500; font-style: normal; letter-spacing: -.035em; }
.serif-word { color: var(--brown); font-family: Kalnia, Georgia, serif; font-weight: 500; font-style: normal; letter-spacing: -.035em; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.info-card { min-height: 280px; padding: 32px; background: var(--white); border: 1px solid var(--line); }
.info-card:nth-child(2) { background: var(--beige); }
.info-card:nth-child(3) { background: var(--petrol); color: var(--white); }
.surface-brown .info-card:nth-child(-n+2) { color: var(--ink); }
.surface-brown .info-card:nth-child(-n+2) h3 { color: var(--brown); }
.surface-brown .info-card:nth-child(-n+2) p { color: var(--muted); }
.info-card .number { color: var(--petrol); font-family: Kalnia, Georgia, serif; font-size: 1.35rem; }
.info-card:nth-child(3) .number { color: var(--beige); }
.info-card h3 { margin-top: 55px; font-size: 1.35rem; }
.info-card:nth-child(3) h3 { color: var(--white); }
.info-card p { margin-top: 14px; color: var(--muted); }
.info-card:nth-child(3) p { color: rgba(255,255,255,.75); }
.testimonial { padding: 46px; background: var(--beige); border-left: 5px solid var(--petrol); }
.testimonial p { font-size: clamp(1.2rem, 2.1vw, 1.8rem); line-height: 1.55; }
.testimonial footer { margin-top: 22px; color: var(--petrol); font-size: .75rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }

/* Internal page hero */
.page-hero { padding: 150px 0 78px; background: var(--beige); }
.page-hero.dark { background: var(--petrol); color: var(--white); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .55fr); gap: 8vw; align-items: end; }
.page-hero h1 { max-width: 890px; font-size: clamp(2.75rem, 5.5vw, 5.7rem); }
.page-hero.dark h1 { color: var(--white); }
.page-hero .lead { margin-top: 24px; }
.page-hero.dark .lead { color: rgba(255,255,255,.82); }
.hero-summary { padding: 28px; background: var(--white); color: var(--ink); border-top: 5px solid var(--petrol); box-shadow: 0 18px 50px rgba(84,72,66,.1); }
.dark .hero-summary { background: var(--beige); }
.hero-summary strong { display: block; color: var(--petrol); font-size: 1.1rem; }
.hero-summary p { margin-top: 8px; color: var(--muted); font-size: .92rem; }
.hero-summary .text-link { margin-top: 18px; }

/* Training page */
.decision-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.decision-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.decision-item { min-height: 114px; padding: 23px 25px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.decision-item:first-child { border-left: 0; }
.decision-item strong { color: var(--petrol); font-size: 1.15rem; }
.decision-item span { margin-top: 5px; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .055em; }
.training-photo-break { position: relative; width: 100%; height: auto; overflow: hidden; background: var(--porcelain); }
.training-photo-break img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; object-position: center; }
.training-photo-caption { position: absolute; right: max(24px, calc((100% - 1180px) / 2)); bottom: 34px; max-width: 410px; padding: 22px 25px; background: rgba(255,253,249,.94); color: var(--brown); box-shadow: var(--shadow); }
.training-photo-caption strong { display: block; color: var(--petrol); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.training-photo-caption span { display: block; margin-top: 5px; font-size: 1rem; font-weight: 650; }
.modules { margin-top: 48px; }
.module { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 33px 0; border-top: 1px solid rgba(255,255,255,.24); }
.module:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
.module-number { color: var(--beige); font-family: Kalnia, Georgia, serif; font-size: 2rem; }
.module h3 { color: var(--white); font-size: clamp(1.35rem, 2.4vw, 2.1rem); }
.module p { max-width: 800px; margin-top: 10px; color: rgba(255,255,255,.72); }
.dates { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; }
.date-card { padding: 36px; background: rgba(255,255,255,.88); border: 1px solid var(--line); }
.date-card h3 { font-size: 1.9rem; }
.date-card ol { margin: 24px 0 0; list-style: none; }
.date-card li { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 14px; padding: 7px 0; font-variant-numeric: tabular-nums; }
.module-label { color: var(--petrol); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.date-range { font-weight: 650; white-space: nowrap; }
.price-card { margin-top: 18px; padding: clamp(30px, 4vw, 48px); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px 48px; align-items: start; background: var(--white); color: var(--ink); border-top: 6px solid var(--petrol); box-shadow: 0 18px 54px rgba(43,34,30,.08); }
.price-card h3 { color: var(--brown); }
.price-heading { max-width: 630px; }
.price-kicker { display: block; margin-bottom: 8px; color: var(--petrol); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price { color: var(--petrol); font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 750; letter-spacing: -.05em; white-space: nowrap; }
.price-details { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; gap: 0; padding-top: 28px; border-top: 1px solid var(--line); }
.price-details > div > strong { display: block; margin-bottom: 15px; color: var(--petrol); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.price-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 36px; }
.price-list { list-style: none; display: grid; align-content: start; gap: 12px; }
.price-list li { position: relative; padding-left: 24px; color: var(--muted); font-size: .9rem; }
.price-list li::before { content: "✓"; position: absolute; left: 0; color: var(--petrol); font-weight: 800; }
.schedule { display: grid; align-content: start; }
.schedule p { display: flex; justify-content: space-between; gap: 28px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: .88rem; }
.schedule p:first-of-type { border-top: 1px solid rgba(255,255,255,.18); }
.schedule b { color: var(--white); font-weight: 700; white-space: nowrap; }

/* Team */
.profiles { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 50px; }
.profile-card { background: var(--white); border: 1px solid var(--line); }
.profile-card img { width: 100%; height: 520px; object-fit: cover; object-position: center 28%; }
.profile-body { padding: 38px; }
.profile-body h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.role { display: block; margin: 12px 0 18px; color: var(--petrol); font-size: .73rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; border: 1px solid var(--line); background: var(--white); }
.stat { padding: 26px; border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; }
.stat strong { color: var(--petrol); font-size: 1.55rem; }
.stat span { display: block; margin-top: 6px; color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .055em; }

/* FAQ */
.faq-list { margin-top: 42px; }
.faq-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.18fr); gap: clamp(42px, 7vw, 92px); align-items: start; }
.faq-layout .faq-list { margin-top: 10px; }
.faq-photo { position: sticky; top: 116px; height: min(54vw, 650px); overflow: hidden; background: var(--porcelain); }
.faq-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; padding: 25px 52px 25px 0; color: var(--brown); font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 17px; color: var(--petrol); font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { max-width: 760px; padding: 0 45px 26px 0; color: var(--muted); }
.faq-hero .hero-summary { padding-bottom: 8px; }

/* Contact */
.contact-hero { padding-bottom: 72px; }
.contact-hero .page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); align-items: center; }
.contact-cards { display: grid; gap: 12px; }
.contact-card { min-height: 104px; padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; background: var(--white); color: var(--ink); border-left: 4px solid var(--porcelain); }
.contact-card strong { display: block; color: var(--petrol); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-card a, .contact-card span { display: inline-block; margin-top: 4px; font-size: 1.05rem; font-weight: 650; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 6vw, 86px); align-items: start; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; margin-top: 34px; }
.contact-item:last-child { grid-column: 1 / -1; }
.contact-item strong { display: block; color: var(--petrol); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-item a:hover { color: var(--petrol); }
.form { padding: clamp(28px, 4vw, 46px); display: grid; grid-template-columns: 1fr 1fr; gap: 22px; background: var(--beige); }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .71rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; padding: 13px 0; border: 0; border-bottom: 2px solid rgba(84,72,66,.28); border-radius: 0; background: transparent; color: var(--ink); outline: none; font-size: 16px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--petrol); }
.field textarea { min-height: 130px; resize: vertical; }
.form .btn, .consent, .form-status, .form-trap { grid-column: 1 / -1; }
.consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 11px; align-items: start; color: var(--muted); font-size: .78rem; line-height: 1.55; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--petrol); }
.consent a { color: var(--petrol); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.form-status { display: none; padding: 13px 15px; font-size: .82rem; font-weight: 650; }
.form-status.is-visible { display: block; }
.form-status.is-success { background: rgba(3,91,102,.1); color: var(--petrol); border-left: 4px solid var(--petrol); }
.form-status.is-error { background: rgba(128,45,35,.08); color: #802d23; border-left: 4px solid #802d23; }
.form .btn[disabled] { cursor: wait; opacity: .68; transform: none; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Feedback round: clearer hierarchy and expanded expert content */
.home-hero .hero-headline { max-width: 820px; font-size: clamp(3.15rem, 5.25vw, 5.75rem); line-height: 1.02; }
.home-hero .hero-headline strong { font-weight: 760; }
.finder-head h2 { max-width: 390px; }
.finder-card strong { max-width: 205px; }
.meta-item { display: grid; grid-template-columns: 46px minmax(0, 1fr); grid-template-rows: auto auto; gap: 5px 16px; align-items: start; }
.meta-item .meta-index { grid-row: 1 / 3; margin: 0; color: var(--petrol); font-family: Kalnia, Georgia, serif; font-size: 1.2rem; letter-spacing: 0; line-height: 1.2; text-transform: none; }
.meta-item > span:not(.meta-index) { min-height: 0; margin: 0; }
.meta-item > strong { margin-top: 0; font-size: clamp(1.05rem, 1.55vw, 1.35rem); line-height: 1.25; }
#pokoj { scroll-margin-top: 120px; }
.quality-video { height: min(46vw, 520px); max-width: 520px; width: 100%; justify-self: center; }

.icf-section { background: linear-gradient(180deg, var(--paper) 0%, rgba(154,189,198,.12) 100%); }
.icf-heading { display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(300px, .58fr); gap: clamp(40px, 6vw, 76px); align-items: end; }
.icf-title { max-width: 780px; color: var(--brown); font-family: Inter, Arial, sans-serif; font-size: clamp(2.25rem, 4vw, 3.8rem); font-weight: 700; letter-spacing: -.045em; }
.icf-title > span { display: block; white-space: nowrap; }
.icf-heading .lead { margin: 0 0 5px; }
.icf-assurance { display: grid; grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr); gap: clamp(28px, 4vw, 54px); margin-top: 58px; align-items: stretch; }
.icf-brand-card { --wave-color: rgba(243,226,206,.14); min-height: 100%; padding: clamp(30px, 4vw, 46px); display: flex; flex-direction: column; justify-content: center; background: var(--petrol); color: var(--white); }
.icf-brand-card p { margin-top: 34px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.78); }
.icf-brand-card .text-link { width: fit-content; margin-top: 28px; color: var(--beige); }
.icf-mark { width: 100%; max-width: 100%; display: grid; grid-template-columns: minmax(0, 205px) auto; gap: 2px 18px; align-items: center; color: var(--white); }
.icf-mark img { grid-row: 1 / 3; display: block; width: 205px; max-width: 100%; height: auto; }
.icf-mark span { align-self: end; font-weight: 800; line-height: 1.1; text-transform: uppercase; letter-spacing: .08em; }
.icf-mark small { align-self: start; font-size: .62rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .1em; }
.icf-benefits { display: grid; align-content: stretch; }
.icf-benefit { display: grid; grid-template-columns: 48px minmax(180px, .65fr) minmax(0, 1fr); gap: 22px; align-items: start; padding: 28px 0; border-top: 1px solid var(--line); }
.icf-benefit:last-child { border-bottom: 1px solid var(--line); }
.icf-benefit-number { color: var(--petrol); font-family: Kalnia, Georgia, serif; font-size: 1.2rem; line-height: 1.25; }
.icf-benefit h3 { color: var(--petrol); font-size: clamp(1.05rem, 1.55vw, 1.3rem); line-height: 1.35; }
.icf-benefit p { color: var(--muted); font-size: .9rem; line-height: 1.7; }
.date-card { position: relative; min-height: 340px; overflow: hidden; isolation: isolate; background: var(--white); }
.date-card::before, .date-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.date-card::before { z-index: -2; background-position: center; background-size: cover; filter: saturate(.72); transform: scale(1.02); transition: transform .7s var(--ease); }
.date-card::after { z-index: -1; background: linear-gradient(90deg, rgba(255,253,249,.96) 0%, rgba(255,253,249,.9) 48%, rgba(255,253,249,.57) 100%), linear-gradient(0deg, rgba(243,226,206,.3), transparent 72%); }
.date-card:hover::before { transform: scale(1.055); }
.date-bratislava::before { background-image: url("assets/bratislava-castle.jpg"); background-position: 58% center; }
.date-kosice::before { background-image: url("assets/kosice-cathedral.jpg"); background-position: center 44%; }
.date-card h3, .date-card ol { position: relative; z-index: 1; }
.date-card ol { width: fit-content; padding: 0; background: transparent; backdrop-filter: none; }

.training-references { --wave-color: rgba(3,91,102,.085); background: linear-gradient(135deg, var(--paper) 0%, rgba(154,189,198,.16) 100%); }
.reference-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .64fr); gap: clamp(44px, 8vw, 104px); align-items: end; }
.reference-heading .title { max-width: 760px; color: var(--brown); }
.reference-heading .title > span { display: block; }
.reference-heading .serif-line { color: var(--brown); }
.reference-heading .lead { margin: 0 0 6px; }
.reference-slider-shell { position: relative; margin-top: 54px; }
.reference-controls { position: absolute; z-index: 4; inset: 0; pointer-events: none; }
.reference-controls[hidden] { display: none; }
.reference-arrow { position: absolute; top: 50%; width: 50px; height: 50px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(3,91,102,.35); border-radius: 50%; background: var(--white); color: var(--petrol); box-shadow: 0 12px 32px rgba(43,34,30,.16); transform: translateY(-50%); pointer-events: auto; transition: color .2s, background-color .2s, border-color .2s, opacity .2s, box-shadow .2s; }
.reference-prev { left: -68px; }
.reference-next { right: -68px; }
.reference-arrow:hover:not(:disabled) { border-color: var(--petrol); background: var(--petrol); color: var(--white); }
.reference-arrow:focus-visible { outline: 3px solid rgba(185,137,104,.45); outline-offset: 3px; }
.reference-arrow:disabled { opacity: .32; cursor: default; }
.reference-arrow svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.reference-progress { position: absolute; left: 50%; bottom: -30px; min-width: 62px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-align: center; transform: translateX(-50%); }
.reference-grid { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 18px) / 2); grid-template-columns: none; gap: 18px; align-items: stretch; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; touch-action: pan-x pan-y; }
.reference-grid::-webkit-scrollbar { display: none; }
.reference-card { min-height: 580px; padding: clamp(30px, 3.2vw, 42px); display: flex; flex-direction: column; background: var(--white); border-top: 5px solid var(--petrol); box-shadow: 0 20px 58px rgba(43,34,30,.08); }
.reference-card { scroll-snap-align: start; }
.reference-card:nth-child(3n + 2) { background: var(--beige); }
.reference-card:nth-child(3n) { background: rgba(154,189,198,.24); }
.reference-card-wide { grid-column: auto; min-height: 580px; }
.reference-mark { height: 64px; color: var(--petrol); font-family: Kalnia, Georgia, serif; font-size: 5rem; line-height: .9; }
.reference-card blockquote { color: var(--brown); font-family: Kalnia, Georgia, serif; font-size: clamp(1.03rem, 1.35vw, 1.22rem); line-height: 1.65; }
.reference-card figcaption { margin-top: auto; padding-top: 30px; display: flex; gap: 18px; align-items: center; border-top: 1px solid var(--line); }
.reference-card figcaption img { width: 82px; height: 82px; flex: 0 0 82px; object-fit: cover; object-position: center 28%; }
.reference-photo { width: 82px; height: 82px; flex: 0 0 82px; display: block; overflow: hidden; }
.reference-photo img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.reference-photo-klaudia img { object-position: center 23%; transform: scale(1.34); transform-origin: 50% 28%; }
.reference-photo-michaela img { object-position: center 27%; }
.reference-card figcaption strong, .reference-card figcaption span { display: block; }
.reference-card figcaption strong { color: var(--petrol); font-size: .76rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.reference-card figcaption span { margin-top: 3px; color: var(--muted); font-size: .78rem; }
.reference-card figcaption .reference-person { margin-top: 0; }

.faq-title-accent { display: block; color: var(--brown); font-family: inherit; font-weight: inherit; font-style: normal; letter-spacing: inherit; }
.faq-hero .hero-summary { padding-bottom: 32px; }

.expert-profiles { display: grid; gap: 28px; margin-top: 54px; }
.expert-card { background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(43,34,30,.06); }
.expert-top { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); }
.expert-image { width: 100%; height: 100%; min-height: 640px; object-fit: cover; object-position: center 28%; }
.expert-summary { padding: clamp(32px, 5vw, 62px); }
.expert-summary h2 { font-size: clamp(2rem, 3.5vw, 3.45rem); }
.expert-summary > p { color: var(--muted); }
.metric-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; margin-top: 30px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.metric-list li { min-height: 100px; padding: 18px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-list strong { color: var(--petrol); font-size: 1.25rem; }
.metric-list span { margin-top: 3px; color: var(--muted); font-size: .75rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .05em; }
.coach-quote { margin-top: 28px; padding: 24px 26px; background: var(--beige); border-left: 4px solid var(--petrol); color: var(--brown); font-family: Kalnia, Georgia, serif; font-size: 1.08rem; line-height: 1.55; }
.coach-detail { border-top: 1px solid var(--line); }
.coach-detail summary { position: relative; list-style: none; padding: 22px 68px 22px 30px; color: var(--petrol); font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.coach-detail summary::-webkit-details-marker { display: none; }
.coach-detail summary::after { content: "+"; position: absolute; right: 30px; top: 10px; font-size: 1.8rem; font-weight: 400; }
.coach-detail[open] summary::after { content: "−"; }
.detail-content { padding: 8px clamp(28px, 5vw, 62px) 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px 54px; }
.detail-section { border-top: 2px solid var(--petrol); padding-top: 23px; }
.detail-section:last-child { grid-column: 1 / -1; }
.detail-section h3 { margin-bottom: 18px; font-size: 1.35rem; }
.detail-section p + p { margin-top: 17px; }
.detail-section p { color: var(--muted); }
.detail-section p strong { color: var(--brown); }
.detail-section blockquote { max-width: 900px; color: var(--brown); font-family: Kalnia, Georgia, serif; font-size: 1.08rem; line-height: 1.65; }
.detail-section .text-link { margin-top: 25px; }
.expert-profiles + .stats { margin-top: 28px; }
.stat strong { display: block; line-height: 1.15; }
.faq-answer a { color: var(--petrol); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* CTA and footer */
.cta { background: var(--petrol); color: var(--white); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.cta h2 { max-width: 800px; color: var(--white); }
.cta .lead { color: rgba(255,255,255,.75); }
.site-footer { padding: 48px 0; background: var(--white); }
.footer-top { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: start; }
.site-footer .logo { width: 170px; }
.footer-contact { margin-top: 22px; color: var(--muted); font-size: .88rem; }
.footer-contact a { color: var(--petrol); font-weight: 650; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.footer-socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--petrol); transition: color .2s, background-color .2s, border-color .2s, transform .2s; }
.footer-socials a:hover { border-color: var(--petrol); background: var(--petrol); color: var(--white); transform: translateY(-2px); }
.footer-socials a:focus-visible { outline: 3px solid rgba(185,137,104,.45); outline-offset: 3px; }
.footer-socials svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-socials .social-fill { fill: currentColor; stroke: none; }
.footer-socials a[aria-label="Facebook"] svg { fill: currentColor; stroke: none; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 12px 34px; }
.footer-links a { color: var(--brown); font-size: .77rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.footer-links a.legal-abbr { text-transform: none; }
.footer-links a:hover { color: var(--petrol); }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .73rem; }

/* Legal pages */
.legal-hero { padding: 150px 0 78px; background: var(--petrol); color: var(--white); }
.legal-hero .eyebrow { color: var(--beige); }
.legal-hero h1 { max-width: 980px; color: var(--white); font-size: clamp(2.65rem, 5vw, 5.2rem); }
.legal-hero .lead { max-width: 780px; color: rgba(255,255,255,.8); }
.legal-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.72); font-size: .76rem; letter-spacing: .055em; text-transform: uppercase; }
.legal-area { background: linear-gradient(180deg, rgba(154,189,198,.16), var(--paper) 340px); }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(38px, 6vw, 82px); align-items: start; }
.legal-toc { position: sticky; top: 116px; padding: 26px; background: var(--brown); color: var(--white); }
.legal-toc > strong { display: block; margin-bottom: 16px; color: var(--beige); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.legal-toc nav { display: grid; }
.legal-toc a { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.82); font-size: .79rem; line-height: 1.4; }
.legal-toc a:hover { color: var(--beige); }
.legal-document { min-width: 0; padding: clamp(30px, 5vw, 64px); background: var(--white); border-top: 6px solid var(--petrol); box-shadow: 0 22px 64px rgba(43,34,30,.08); }
.legal-intro { margin-bottom: 44px; padding: 0 0 32px; border-bottom: 1px solid var(--line); }
.legal-intro p { max-width: 900px; color: var(--muted); }
.legal-intro p + p { margin-top: 15px; }
.legal-section { scroll-margin-top: 112px; }
.legal-section + .legal-section { margin-top: 58px; padding-top: 52px; border-top: 1px solid var(--line); }
.legal-section-header { margin-bottom: 27px; }
.legal-section-header span { display: block; margin-bottom: 8px; color: var(--petrol); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-section-header h2 { max-width: 780px; font-size: clamp(1.65rem, 3vw, 2.65rem); }
.legal-section p { color: #4f4743; line-height: 1.8; }
.legal-section p + p, .legal-section ul + p, .legal-section p + ul { margin-top: 18px; }
.legal-section ul { margin: 16px 0 0 22px; color: #4f4743; }
.legal-section li { padding: 4px 0 4px 6px; line-height: 1.75; }
.legal-section a { color: var(--petrol); font-weight: 650; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.cookie-table-wrap { margin-top: 22px; overflow-x: auto; border: 1px solid var(--line); }
.cookie-table { width: 100%; min-width: 650px; border-collapse: collapse; color: #4f4743; font-size: .88rem; }
.cookie-table th, .cookie-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.cookie-table th { background: rgba(154,189,198,.2); color: var(--brown); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.cookie-table tr:last-child td { border-bottom: 0; }
.cookie-manage { margin-top: 28px; padding: 26px; background: var(--beige); border-left: 4px solid var(--petrol); }
.cookie-manage p { margin-bottom: 18px; color: var(--brown); }

/* Cookie consent */
.cookie-banner { position: fixed; z-index: 220; inset: auto 24px 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: center; width: min(1180px, calc(100% - 48px)); margin-inline: auto; padding: 26px 28px; background: var(--white); border-top: 5px solid var(--petrol); box-shadow: 0 20px 70px rgba(25,30,30,.24); }
.cookie-banner[hidden] { display: none; }
.cookie-banner-copy { max-width: 700px; }
.cookie-kicker { display: block; margin-bottom: 5px; color: var(--petrol); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.cookie-banner h2, .cookie-settings h2 { color: var(--brown); font-size: 1.45rem; letter-spacing: -.025em; }
.cookie-banner p, .cookie-settings > p { margin-top: 8px; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.cookie-banner p a, .cookie-settings-note a { color: var(--petrol); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner-actions { display: grid; grid-template-columns: repeat(2, auto); gap: 9px; }
.cookie-banner-actions .btn { min-height: 46px; padding-inline: 17px; font-size: .68rem; }
.cookie-text-button { grid-column: 1 / -1; min-height: 38px; border: 0; background: transparent; color: var(--petrol); font-size: .72rem; font-weight: 750; letter-spacing: .07em; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }
.cookie-settings-backdrop { position: fixed; z-index: 230; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(2,45,52,.74); overflow-y: auto; }
.cookie-settings-backdrop[hidden] { display: none; }
.cookie-settings { position: relative; width: min(650px, 100%); max-height: calc(100svh - 48px); padding: clamp(28px, 5vw, 46px); background: var(--white); border-top: 6px solid var(--petrol); box-shadow: var(--shadow); overflow-y: auto; }
.cookie-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; color: var(--petrol); }
.cookie-close::before, .cookie-close::after { content: ""; position: absolute; left: 10px; top: 19px; width: 20px; height: 2px; background: currentColor; transform: rotate(45deg); }
.cookie-close::after { transform: rotate(-45deg); }
.cookie-options { margin-top: 25px; border-top: 1px solid var(--line); }
.cookie-option { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 46px; gap: 20px; align-items: center; min-height: 88px; padding: 18px 2px; border-bottom: 1px solid var(--line); cursor: pointer; }
.cookie-option span { display: grid; gap: 4px; }
.cookie-option strong { color: var(--brown); font-size: .9rem; }
.cookie-option small { color: var(--muted); font-size: .76rem; line-height: 1.45; }
.cookie-option input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-option i { position: relative; display: block; width: 46px; height: 25px; border-radius: 20px; background: #c9c4c1; transition: background .2s; }
.cookie-option i::after { content: ""; position: absolute; left: 3px; top: 3px; width: 19px; height: 19px; border-radius: 50%; background: var(--white); box-shadow: 0 1px 4px rgba(0,0,0,.18); transition: transform .2s; }
.cookie-option input:checked + i { background: var(--petrol); }
.cookie-option input:checked + i::after { transform: translateX(21px); }
.cookie-option input:focus-visible + i { outline: 3px solid var(--porcelain); outline-offset: 4px; }
.cookie-option.is-required { cursor: default; }
.cookie-option.is-required i { opacity: .62; }
.cookie-settings-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.cookie-settings-actions .btn { min-height: 48px; padding-inline: 18px; font-size: .68rem; }
.cookie-settings-note { padding-top: 18px; border-top: 1px solid var(--line); }

@media (max-width: 1080px) {
  .nav { grid-template-columns: 170px 1fr auto; gap: 22px; }
  .desktop-nav { gap: 18px; }
  .nav-contact { display: none; }
  .hero-grid { grid-template-columns: 1fr minmax(390px, .72fr); gap: 44px; }
  .proof-item { padding-inline: 22px; }
  .reference-prev { left: 10px; }
  .reference-next { right: 10px; }
}

@media (max-width: 900px) {
  .section { padding: 84px 0; }
  .desktop-nav, .nav-actions { display: none; }
  .nav { grid-template-columns: 1fr auto; }
  .menu-toggle { display: grid; }
  .hero-grid, .page-hero-grid, .kicker, .split, .contact-grid { grid-template-columns: 1fr; }
  .contact-hero .page-hero-grid, .icf-heading, .icf-assurance, .reference-heading { grid-template-columns: 1fr; }
  .icf-heading .lead { margin-top: 4px; }
  .icf-assurance { gap: 30px; }
  .reference-heading .lead { margin-top: 4px; }
  .reference-slider-shell { margin-top: 42px; }
  .reference-grid { grid-template-columns: none; grid-auto-columns: calc((100% - 18px) / 2); }
  .reference-card { min-height: 560px; }
  .reference-card-wide { grid-column: auto; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-photo { position: static; height: min(76vw, 560px); }
  .home-hero { padding-top: 130px; }
  .home-hero h1 { max-width: 780px; }
  .finder { max-width: 650px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .proof-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .challenge-grid { gap: 0 22px; }
  .program-meta, .stats { grid-template-columns: 1fr 1fr; }
  .meta-item:nth-child(3), .stat:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .meta-item:nth-child(4), .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .decision-grid { grid-template-columns: repeat(4, 1fr); }
  .split-media { height: min(78vw, 650px); }
  .cta-grid { grid-template-columns: 1fr; align-items: start; }
  .expert-top { grid-template-columns: 1fr; }
  .expert-image { height: min(88vw, 660px); min-height: 0; }
  .text-link { min-height: 44px; padding-top: 8px; padding-bottom: 7px; }
  .hero-help a, .contact-card a, .footer-contact a { display: inline-flex; min-height: 44px; align-items: center; }
  .footer-links a { display: flex; min-height: 44px; align-items: center; }
  .cookie-banner { grid-template-columns: 1fr; gap: 18px; }
  .cookie-banner-actions { grid-template-columns: repeat(3, 1fr); }
  .cookie-text-button { grid-column: auto; }
}

@media (max-width: 700px) {
  .container, .nav { width: min(100% - 32px, 1180px); }
  body { padding-bottom: 64px; }
  .site-header { height: 74px; }
  .logo { width: 142px; }
  .mobile-menu { inset-block-start: 74px; }
  .mobile-bottom { position: fixed; inset: auto 0 0; z-index: 85; height: 64px; display: grid; grid-template-columns: .75fr 1.25fr; background: var(--white); border-top: 1px solid var(--line); }
  .mobile-bottom a { display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-bottom a:last-child { background: var(--petrol); color: var(--white); }
  .section { padding: 68px 0; }
  .brand-waves::before { inset: -12% -72%; opacity: .76; transform: rotate(-11deg) scale(1.06); }
  .brand-waves.wave-right::before { transform: rotate(10deg) scaleX(-1) scale(1.06); }
  .section-sm { padding: 54px 0; }
  .display { font-size: clamp(2.4rem, 11.5vw, 3.5rem); }
  .title { font-size: clamp(2.2rem, 10.5vw, 3.1rem); }
  .lead { line-height: 1.7; }
  .home-hero { min-height: auto; padding: 112px 0 42px; }
  .home-hero > video { object-position: 59% center; opacity: .55; }
  .home-hero::after { background: linear-gradient(90deg, rgba(2,45,52,.96), rgba(2,54,61,.77)); }
  .home-hero h1 { font-size: clamp(2.7rem, 11vw, 3.8rem); }
  .hero-grid { gap: 38px; }
  .hero-copy .actions .btn { width: 100%; }
  .finder-head { padding: 24px; }
  .finder-grid { grid-template-columns: 1fr; }
  .finder-card { min-height: 104px; padding: 22px 24px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .finder-card:last-child { border-bottom: 0 !important; }
  .finder-card { padding-right: 58px; }
  .finder-card strong { max-width: 230px; }
  .finder-card::after { content: ""; right: 24px; top: 23px; width: 12px; height: 12px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
  .finder-card::before { content: ""; position: absolute; right: 24px; top: 23px; width: 18px; height: 2px; background: currentColor; color: var(--petrol); transform: rotate(-45deg); transform-origin: right center; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item { min-height: 108px; padding: 19px 16px; }
  .proof-item strong { font-size: 1.1rem; }
  .proof-item span { font-size: .65rem; }
  .challenge-grid, .three-grid, .profiles, .dates { grid-template-columns: 1fr; }
  .faq-photo { height: 78vw; min-height: 300px; }
  .challenge-grid { gap: 0; margin-top: 44px; }
  .challenge { min-height: 0; padding: 26px 24px 30px 60px; }
  .challenge::before { top: 25px; }
  .program-card { padding: 30px 24px; }
  .program-meta { grid-template-columns: 1fr; }
  .meta-item { padding: 20px 0; }
  .meta-item strong { font-size: 1.15rem; }
  .page-hero { padding: 116px 0 58px; }
  .page-hero h1 { font-size: clamp(2.55rem, 11.5vw, 3.8rem); }
  .decision-grid { grid-template-columns: 1fr 1fr; }
  .training-photo-break { height: auto; min-height: 0; max-height: none; overflow: visible; }
  .training-photo-break img { height: auto; aspect-ratio: 3 / 2; object-fit: contain; object-position: center; }
  .training-photo-caption { position: static; max-width: none; padding: 18px 20px; background: var(--white); box-shadow: none; border-bottom: 1px solid var(--line); }
  .decision-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .decision-item:nth-child(4) { border-top: 1px solid var(--line); }
  .decision-item { min-height: 96px; padding: 17px 16px; }
  .module { grid-template-columns: 1fr; gap: 5px; padding: 27px 0; }
  .module-number { font-size: 1.45rem; }
  .date-card { padding: 30px 24px; }
  .date-card li { grid-template-columns: 100px minmax(0, 1fr); gap: 10px; }
  .date-range { font-size: .9rem; }
  .price-card { grid-template-columns: 1fr; padding: 30px 24px; gap: 24px; }
  .price { justify-self: start; }
  .price-details { grid-template-columns: 1fr; gap: 28px; }
  .price-columns { grid-template-columns: 1fr; gap: 12px; }
  .profile-card img { height: 105vw; max-height: 560px; }
  .profile-body { padding: 28px 24px; }
  .home-hero .hero-headline { font-size: clamp(2.75rem, 12vw, 4.15rem); }
  .quality-video { height: min(96vw, 480px); }
  .icf-brand-card { padding: 30px 24px; }
  .icf-title { font-size: clamp(1.25rem, 6.5vw, 2rem); }
  .icf-mark { grid-template-columns: 1fr; gap: 9px; align-items: start; }
  .icf-mark img { grid-row: auto; width: min(205px, 100%); margin-bottom: 4px; }
  .icf-mark span, .icf-mark small { align-self: auto; }
  .icf-benefit { grid-template-columns: 40px minmax(0, 1fr); gap: 8px 14px; padding: 24px 0; }
  .icf-benefit p { grid-column: 2; }
  .expert-summary { padding: 30px 22px; }
  .expert-image { height: 110vw; max-height: 560px; }
  .metric-list { grid-template-columns: 1fr; }
  .metric-list li { min-height: 84px; }
  .detail-content { grid-template-columns: 1fr; padding: 4px 22px 34px; gap: 30px; }
  .detail-section:last-child { grid-column: 1; }
  .coach-detail summary { padding-left: 22px; }
  .date-card { min-height: 320px; }
  .date-card::after { background: linear-gradient(90deg, rgba(255,253,249,.95), rgba(255,253,249,.72)); }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 18px 15px; }
  .testimonial { padding: 30px 24px; }
  .reference-slider-shell { margin-top: 36px; padding-bottom: 26px; }
  .reference-grid { grid-auto-columns: min(86%, 370px); gap: 14px; }
  .reference-arrow { top: 118px; width: 42px; height: 42px; }
  .reference-prev { left: 8px; }
  .reference-next { right: 8px; }
  .reference-progress { bottom: -2px; }
  .reference-card { min-height: 0; padding: 30px 24px; }
  .form { grid-template-columns: 1fr; padding: 28px 22px; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-item:last-child { grid-column: 1; }
  .field { grid-column: 1; }
  .actions .btn { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .home-team-photo { width: min(100%, 520px); max-width: 100%; height: auto; aspect-ratio: auto; justify-self: center; }
  .home-team-photo img { width: 100%; height: auto; object-fit: contain; object-position: center; }
  .legal-hero { padding: 116px 0 58px; }
  .legal-layout { grid-template-columns: 1fr; gap: 24px; }
  .legal-toc { position: static; padding: 22px; }
  .legal-toc nav { grid-template-columns: 1fr; }
  .legal-document { padding: 30px 22px; }
  .legal-section + .legal-section { margin-top: 42px; padding-top: 38px; }
  .cookie-banner { inset: auto 12px 76px; width: calc(100% - 24px); padding: 21px 20px; }
  .cookie-banner h2, .cookie-settings h2 { font-size: 1.3rem; }
  .cookie-banner-actions { grid-template-columns: 1fr; }
  .cookie-banner-actions .btn, .cookie-text-button { width: 100%; }
  .cookie-settings-backdrop { padding: 12px 12px 76px; align-items: end; }
  .cookie-settings { max-height: calc(100svh - 96px); padding: 28px 20px 24px; }
  .cookie-close { top: 12px; right: 12px; }
  .cookie-settings-actions { display: grid; }
  .cookie-settings-actions .btn { width: 100%; }
}

@media (max-width: 380px) {
  .container, .nav { width: min(100% - 24px, 1180px); }
  .btn { padding-inline: 18px; font-size: .7rem; }
  .display, .title { overflow-wrap: normal; word-break: normal; }
  .stats { grid-template-columns: 1fr; }
  .stat, .stat:nth-child(3), .stat:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .stat:first-child { border-top: 0; }
}

@media (hover: none) {
  .btn:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
