
:root {
  --black: #050505;
  --ink: #111111;
  --muted: #626262;
  --orange: #e9894f;
  --orange-dark: #a94416;
  --orange-pale: #fff0e4;
  --paper: #f5f5f2;
  --white: #ffffff;
  --line: rgba(17, 17, 17, .16);
  --dark-line: rgba(255, 255, 255, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
p, blockquote { margin: 0; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }
.eyebrow { color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: var(--orange); }
.eyebrow-dark { color: var(--black); }
h1, h2, h3 { margin: 0; font-weight: 500; letter-spacing: -.055em; }
h2 { font-size: clamp(42px, 5.4vw, 76px); line-height: .99; }

.site-header { height: 90px; padding: 0 max(28px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--white); border-bottom: 1px solid var(--line); }
.brand { width: 255px; }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
nav > a:not(.nav-cta) { position: relative; }
nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.language-switch { padding: 7px 9px; color: var(--black); border: 1px solid var(--line); border-radius: 999px; font-size: 10px; letter-spacing: .08em; }
.language-switch::after { display: none; }
.nav-cta { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: 14px; color: var(--white); background: var(--black); border-radius: 999px; }
.nav-cta span { color: var(--orange); }

.hero { position: relative; min-height: calc(100vh - 90px); padding: 70px 0 42px; overflow: hidden; color: var(--white); background: var(--black); }
.hero-grid { width: min(1180px, calc(100% - 56px)); min-height: calc(100vh - 202px); margin: 0 auto; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; }
.hero-copy { position: relative; z-index: 2; }
h1 { margin-top: 28px; max-width: 760px; font-size: clamp(58px, 7.3vw, 104px); font-weight: 400; line-height: .9; }
h1 span { display: block; color: var(--orange); }
.hero-lead { margin-top: 32px; max-width: 660px; color: rgba(255, 255, 255, .67); font-size: 18px; line-height: 1.6; }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-badge { padding-left: 10px; border-left: 1px solid currentColor; font-size: 8px; font-weight: 800; letter-spacing: .1em; line-height: 1; opacity: .56; text-transform: uppercase; }
.button-primary { color: var(--black); background: var(--orange); }
.button-primary:hover { background: #f4a878; }
.button-dark { color: var(--white); background: #1d1d1d; border-color: #333; }
.button-dark:hover { background: #292929; }
.button-light { color: var(--black); background: var(--white); }
.button-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.35); }
.hero-note { margin-top: 17px; color: rgba(255,255,255,.42); font-size: 11px; }

.hero-art { position: relative; z-index: 1; min-height: 500px; padding: 58px 42px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--dark-line); background: linear-gradient(145deg, rgba(255,255,255,.06), transparent 50%); overflow: hidden; }
.hero-art::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 48px 48px; content: ""; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-index { position: relative; z-index: 2; font-size: clamp(100px, 12vw, 172px); font-weight: 700; line-height: .78; letter-spacing: -.12em; }
.hero-index span { color: var(--orange); }
.hero-rule { position: relative; z-index: 2; width: 100%; height: 1px; margin: 45px 0 22px; background: rgba(255,255,255,.32); }
.hero-art-copy { position: relative; z-index: 2; display: flex; justify-content: space-between; font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero-orbit { position: absolute; border: 1px solid rgba(233,137,79,.32); border-radius: 50%; }
.orbit-one { width: 360px; height: 360px; right: -180px; bottom: -120px; }
.orbit-two { width: 230px; height: 230px; right: -115px; bottom: -55px; }
.scroll-cue { position: absolute; right: max(28px, calc((100vw - 1180px) / 2)); bottom: 32px; z-index: 3; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue i { width: 34px; height: 34px; display: grid; place-items: center; color: var(--orange); border: 1px solid var(--dark-line); border-radius: 50%; font-style: normal; }

.ticker { padding: 19px 0; overflow: hidden; color: var(--black); background: var(--orange); }
.ticker-track { width: max-content; display: flex; align-items: center; animation: ticker 34s linear infinite; }
.ticker span { display: inline-flex; align-items: center; gap: 28px; padding-right: 28px; font-size: 15px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ticker i { font-size: 22px; font-style: normal; font-weight: 400; }
@keyframes ticker { to { transform: translateX(-50%); } }

.operator-strip { min-height: 106px; padding: 20px max(28px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 34px; background: var(--white); border-bottom: 1px solid var(--line); }
.operator-strip div > span { display: block; color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.operator-strip div > strong { margin-top: 6px; display: block; font-size: 14px; }
.operator-strip img { width: 166px; height: auto; opacity: .78; }

.conviction { padding-top: 132px; padding-bottom: 132px; }
.conviction-grid { margin-top: 34px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
.conviction h2 { max-width: 840px; }
.conviction-copy { padding-bottom: 8px; }
.conviction-copy p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.underlined-link { margin-top: 28px; padding-bottom: 8px; display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.underlined-link span { color: var(--orange-dark); }
.signal-grid { margin-top: 92px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-grid article { min-height: 190px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.signal-grid article:first-child { padding-left: 0; }
.signal-grid article:last-child { border-right: 0; }
.signal-grid strong { font-size: clamp(88px, 8vw, 112px); font-weight: 400; line-height: .9; letter-spacing: -.08em; }
.signal-grid span { max-width: 210px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.experience { color: var(--white); background: var(--black); }
.experience-shell { padding-top: 124px; padding-bottom: 124px; }
.section-heading { max-width: 830px; }
.light-heading h2 { margin-top: 20px; color: var(--white); }
.light-heading > p:last-child { margin-top: 30px; max-width: 700px; color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.65; }
.steps { margin: 76px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-line); }
.steps li { min-height: 180px; display: grid; grid-template-columns: 100px 1fr 54px; gap: 24px; align-items: center; border-bottom: 1px solid var(--dark-line); }
.steps li > span { align-self: start; padding-top: 30px; color: var(--orange); font-size: clamp(24px, 2.5vw, 34px); font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.steps strong { font-size: clamp(25px, 2.8vw, 39px); font-weight: 400; letter-spacing: -.035em; }
.steps p { margin-top: 12px; max-width: 720px; color: rgba(255,255,255,.5); font-size: 15px; line-height: 1.55; }
.steps li > i { width: 48px; height: 48px; display: grid; place-items: center; color: var(--orange); border: 1px solid var(--dark-line); border-radius: 50%; font-size: 21px; font-style: normal; }
.experience-cta { margin-top: 54px; padding: 32px 36px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: var(--black); background: var(--orange); }
.experience-cta div > span { display: block; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.experience-cta div > strong { margin-top: 8px; display: block; font-size: 24px; font-weight: 500; }

.human-section { padding: 118px 0 0; overflow: hidden; background: var(--paper); }
.human-heading { display: grid; grid-template-columns: 1fr 2.1fr; gap: 34px 70px; align-items: start; }
.human-heading .eyebrow { padding-top: 10px; }
.human-heading h2 { max-width: 860px; }
.human-gallery { width: min(1380px, calc(100% - 56px)); margin: 72px auto 0; display: grid; grid-template-columns: .8fr 1.35fr 1fr; gap: 14px; align-items: end; }
.human-photo { position: relative; display: block; overflow: hidden; background: #d8d8d5; }
.human-photo-speaker { height: 530px; }
.human-photo-training { height: 390px; }
.human-photo-event { height: 455px; }
.human-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.08); transition: filter .35s ease, transform .55s ease; }
.human-photo-speaker img { object-position: 50% 23%; }
.human-photo-training img { object-position: center; }
.human-photo-event img { object-position: 54% center; }
.human-photo:hover img { filter: grayscale(1) contrast(1.13); transform: scale(1.025); }
.human-photo figcaption, .photo-caption { position: absolute; right: 0; bottom: 0; left: 0; min-height: 58px; padding: 0 18px; display: flex; align-items: center; gap: 14px; color: var(--white); background: rgba(5,5,5,.88); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.human-photo figcaption > span, .photo-caption > span { color: var(--orange); font-size: 18px; line-height: 1; letter-spacing: -.04em; }
.photo-caption > span:last-child { margin-left: auto; font-size: 16px; }

.framework { padding-top: 132px; padding-bottom: 132px; }
.framework-intro { display: grid; grid-template-columns: 1fr 2.1fr; gap: 34px 70px; }
.framework-intro .eyebrow { padding-top: 10px; }
.framework-intro h2 { max-width: 890px; }
.framework-intro > p:last-child { grid-column: 2; max-width: 690px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.framework-board { margin-top: 78px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.c-list { border-top: 1px solid var(--line); }
.c-list article { min-height: 92px; display: grid; grid-template-columns: 62px 1fr 1fr; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.c-list article:hover { padding: 0 18px; background: var(--white); }
.c-list span { color: var(--orange-dark); font-size: 24px; font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.c-list strong { font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.c-list p { color: var(--muted); font-size: 13px; }
.care-card { min-height: 640px; padding: 38px; display: flex; flex-direction: column; color: var(--white); background: var(--black); }
.care-card > span { align-self: flex-end; color: var(--orange); font-size: 76px; font-weight: 300; letter-spacing: -.08em; }
.care-card .eyebrow { margin-top: auto; }
.care-card h3 { margin-top: 14px; font-size: 78px; font-weight: 400; }
.care-card > p:not(.eyebrow) { margin-top: 20px; color: rgba(255,255,255,.57); line-height: 1.6; }
.care-card blockquote { margin-top: 34px; padding-top: 26px; color: var(--orange-pale); border-top: 1px solid var(--dark-line); font-size: 18px; line-height: 1.45; }

.care-video-section { padding: 96px 0; background: var(--white); }
.care-video-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 84px; align-items: center; }
.care-video-copy h2 { margin-top: 20px; max-width: 560px; font-size: clamp(42px, 4.7vw, 68px); }
.care-video-copy > p:not(.eyebrow) { margin-top: 28px; max-width: 560px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.care-video-copy > span { margin-top: 24px; display: block; color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.video-shell { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--black); box-shadow: 18px 18px 0 var(--orange); }
.video-shell iframe { width: 100%; height: 100%; border: 0; }

.programmes { padding: 132px 0; background: var(--paper); }
.programmes-heading { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
.programmes-heading h2 { margin-top: 20px; }
.programmes-heading > p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.offer-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.offer { position: relative; min-height: 530px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s ease, background .25s ease; }
.offer:hover { color: var(--white); background: var(--black); }
.offer-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.offer-top span { color: var(--orange-dark); font-size: 32px; font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.offer-top p { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.offer:hover .offer-top p, .offer:hover .offer-copy { color: rgba(255,255,255,.56); }
.offer h3 { margin-top: 74px; max-width: 280px; font-size: 38px; line-height: .98; }
.duration { margin-top: 15px; color: var(--orange-dark); font-size: 13px; font-weight: 800; }
.offer-copy { margin-top: 32px; color: var(--muted); font-size: 15px; line-height: 1.62; }
.offer > strong { margin-top: auto; padding-top: 34px; max-width: 290px; font-size: 13px; line-height: 1.5; }
.offer > a { position: absolute; right: 26px; bottom: 26px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.offer > strong { padding-right: 54px; }
.extensions { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid var(--line); }
.extensions article { min-height: 240px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.extensions span { color: var(--orange-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.extensions h3 { margin-top: 42px; font-size: 27px; }
.extensions p { margin-top: 15px; max-width: 470px; color: var(--muted); line-height: 1.58; }

.testimonials { padding: 132px 0; background: var(--white); }
.testimonials-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.testimonials-heading h2 { margin-top: 20px; max-width: 760px; }
.testimonials-heading > p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.testimonial-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.testimonial { min-height: 330px; padding: 34px; display: flex; flex-direction: column; grid-column: span 2; background: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testimonial:nth-child(-n+2) { grid-column: span 3; }
.testimonial:first-child { color: var(--white); background: var(--black); }
.testimonial-mark { height: 48px; color: var(--orange-dark); font-family: Georgia, serif; font-size: 72px; line-height: 1; }
.testimonial:first-child .testimonial-mark { color: var(--orange); }
.testimonial blockquote { margin-top: 28px; font-size: 19px; line-height: 1.52; letter-spacing: -.012em; }
.testimonial-author { margin-top: auto; padding-top: 34px; display: flex; flex-direction: column; gap: 6px; }
.testimonial-author strong { font-size: 13px; }
.testimonial-author span { color: var(--muted); font-size: 11px; line-height: 1.4; }
.testimonial:first-child .testimonial-author span { color: rgba(255,255,255,.5); }
.testimonial-note { margin-top: 18px; color: var(--muted); font-size: 10px; line-height: 1.5; }

.manifesto { padding: 128px 0; color: var(--black); background: var(--orange); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 2.1fr; gap: 34px 70px; }
.manifesto-grid > h2 { max-width: 960px; }
.manifesto-title-line { display: block; }
.manifesto-lines { grid-column: 2; margin-top: 34px; border-top: 1px solid rgba(0,0,0,.28); }
.manifesto-lines p { min-height: 105px; display: grid; grid-template-columns: 54px 170px minmax(0, 1fr); gap: 18px; align-items: center; border-bottom: 1px solid rgba(0,0,0,.28); font-size: 15px; line-height: 1.5; }
.manifesto-number { font-size: 28px; font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.manifesto-description { min-width: 0; }
.manifesto-lines strong { font-size: 22px; }

.author { padding-top: 132px; padding-bottom: 132px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: center; }
.author-visual { position: relative; max-width: 440px; min-height: 600px; }
.author-visual > img { width: 100%; height: 600px; object-fit: cover; object-position: 50% 18%; filter: grayscale(1) contrast(1.08); }
.mini-book { position: absolute; right: -36px; bottom: -26px; width: 178px; min-height: 250px; padding: 22px; display: flex; flex-direction: column; color: var(--white); background: var(--black); box-shadow: 10px 12px 0 var(--orange); }
.mini-book span { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mini-book strong { margin-top: 55px; font-size: 21px; line-height: .94; letter-spacing: -.05em; }
.mini-book small { margin-top: auto; color: rgba(255,255,255,.62); font-size: 10px; }
.author-copy h2 { margin-top: 20px; }
.author-copy > p:not(.eyebrow):not(.signature) { margin-top: 30px; max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.signature { margin-top: 30px; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.faq { padding-bottom: 132px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.faq-title h2 { margin-top: 20px; font-size: clamp(40px, 4.5vw, 64px); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--orange-dark); font-size: 26px; font-weight: 300; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details > p { max-width: 650px; padding: 0 48px 28px 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.final-cta { padding: 110px 0; color: var(--white); background: var(--black); }
.final-grid { display: grid; grid-template-columns: 1fr 310px; gap: 80px; align-items: end; }
.final-grid h2 { margin-top: 20px; max-width: 850px; color: var(--white); }
.final-actions { display: flex; flex-direction: column; gap: 12px; }
.contact { padding: 84px 0; background: var(--orange); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: end; }
.contact h2 { margin-top: 18px; max-width: 560px; font-size: clamp(40px, 4.6vw, 64px); }
.contact-email { min-height: 132px; padding: 28px 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px 28px; border-top: 1px solid rgba(0,0,0,.32); border-bottom: 1px solid rgba(0,0,0,.32); }
.contact-email > span { grid-column: 1; align-self: start; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-email strong { grid-column: 1; font-size: clamp(20px, 2.6vw, 34px); font-weight: 500; letter-spacing: -.035em; overflow-wrap: anywhere; }
.contact-email > span:last-child { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 20px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.contact-email:hover > span:last-child { color: var(--orange); background: var(--black); transform: translate(2px, -2px); }
footer { min-height: 120px; padding: 28px max(28px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 270px 1fr auto auto; gap: 36px; align-items: center; background: var(--white); border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-logo { width: 240px; }

@media (max-width: 980px) {
  nav a:not(.nav-cta):not(.about-link):not(.language-switch) { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 38px; padding-bottom: 70px; }
  .hero-art { min-height: 390px; }
  .conviction-grid, .programmes-heading, .testimonials-heading, .faq, .author { grid-template-columns: 1fr; gap: 48px; }
  .framework-intro, .manifesto-grid { grid-template-columns: 1fr; }
  .framework-intro > p:last-child, .manifesto-lines { grid-column: 1; }
  .framework-board { grid-template-columns: 1fr; }
  .care-card { min-height: 480px; }
  .care-video-grid { grid-template-columns: 1fr; gap: 48px; }
  .video-shell { max-width: 800px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer { min-height: 440px; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial, .testimonial:nth-child(-n+2) { grid-column: auto; }
  .testimonial:last-child { grid-column: 1 / -1; }
  .author { justify-items: start; }
  .author-visual { width: min(100%, 520px); }
  .final-grid, .contact-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 660px) {
  .section-shell, .hero-grid { width: min(100% - 36px, 1180px); }
  .site-header { height: 76px; padding: 0 18px; }
  .brand { width: 190px; }
  nav { gap: 12px; }
  nav .about-link { display: none; }
  .nav-cta { min-height: 40px; padding: 0 14px; font-size: 0; }
  .nav-cta span { font-size: 16px; }
  .hero { min-height: auto; padding-top: 38px; }
  h1 { font-size: 54px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-art { min-height: 320px; padding: 36px 26px; }
  .hero-index { font-size: 104px; }
  .scroll-cue { display: none; }
  .conviction, .framework, .author { padding-top: 88px; padding-bottom: 88px; }
  .experience-shell { padding-top: 88px; padding-bottom: 88px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid article, .signal-grid article:first-child { min-height: 138px; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-grid article:last-child { border-bottom: 0; }
  .signal-grid strong { font-size: 76px; }
  .steps li { grid-template-columns: 64px 1fr; padding: 30px 0; }
  .steps li > span { padding-top: 4px; font-size: 26px; }
  .steps li > i { display: none; }
  .experience-cta { align-items: stretch; flex-direction: column; }
  .operator-strip { padding: 18px; align-items: flex-start; flex-direction: column; gap: 18px; }
  .operator-strip img { width: 145px; }
  .human-section { padding-top: 86px; }
  .human-heading { grid-template-columns: 1fr; gap: 20px; }
  .human-gallery { width: calc(100% - 36px); margin-top: 44px; grid-template-columns: 1fr; gap: 12px; }
  .human-photo-speaker, .human-photo-training, .human-photo-event { height: 420px; }
  .human-photo-training, .human-photo-event { height: 300px; }
  .c-list article { grid-template-columns: 52px 1fr; padding: 18px 0; }
  .c-list span { font-size: 21px; }
  .c-list article p { grid-column: 2; }
  .care-card { min-height: 430px; padding: 28px; }
  .care-video-section { padding: 70px 0; }
  .care-video-grid { gap: 36px; }
  .video-shell { box-shadow: 9px 9px 0 var(--orange); }
  .programmes { padding: 88px 0; }
  .offer { min-height: 470px; padding: 26px; }
  .extensions { grid-template-columns: 1fr; }
  .testimonials { padding: 88px 0; }
  .testimonial-grid { margin-top: 48px; grid-template-columns: 1fr; }
  .testimonial, .testimonial:nth-child(-n+2), .testimonial:last-child { min-height: 0; grid-column: auto; }
  .testimonial { padding: 26px; }
  .testimonial blockquote { margin-top: 20px; font-size: 18px; }
  .testimonial-author { padding-top: 30px; }
  .manifesto { padding: 88px 0; }
  .manifesto-lines p { min-height: 0; padding: 26px 0; grid-template-columns: 44px minmax(0, 1fr); column-gap: 16px; row-gap: 12px; align-items: start; font-size: 15px; }
  .manifesto-number { grid-column: 1; grid-row: 1; padding-top: 1px; font-size: 22px; }
  .manifesto-lines strong { grid-column: 2; grid-row: 1; font-size: 22px; line-height: 1.12; }
  .manifesto-description { grid-column: 2; grid-row: 2; line-height: 1.55; }
  .author-visual { min-height: 500px; }
  .author-visual > img { height: 500px; }
  .mini-book { right: -4px; bottom: -22px; }
  .faq { padding-bottom: 88px; }
  summary { font-size: 16px; }
  .final-cta { padding: 88px 0; }
  .contact { padding: 70px 0; }
  .contact-email { min-height: 116px; }
  .contact-email > span:last-child { width: 46px; height: 46px; }
  footer { padding: 32px 18px; grid-template-columns: 1fr; gap: 18px; }
  .footer-logo { width: 220px; }
}

/* ATOMIC LEADERS: compact rhythm and a professional orange accent. */
.eyebrow { font-size: 13px; }
.button { font-size: 14px; }
.language-switch { font-size: 12px; }
.hero-note { color: rgba(255,255,255,.68); font-size: 13px; }
.hero-art-copy { font-size: 13px; }
.operator-strip div > span { font-size: 12px; }
.operator-strip div > strong { font-size: 15px; line-height: 1.4; }
.experience-cta div > span, .extensions span, .contact-email > span { font-size: 12px; }
.testimonial-author span, .testimonial-note { font-size: 12px; }
footer { min-height: 90px; padding-top: 23px; padding-bottom: 23px; font-size: 12px; }
h2 { font-size: clamp(38px, 4.8vw, 68px); line-height: 1.05; }
.site-header nav { font-size: 14px; gap: 24px; }
.hero { min-height: 0; padding: 48px 0 36px; }
.hero-grid { min-height: 570px; gap: 48px; }
.hero-art { min-height: 440px; }
.hero-lead { margin-top: 24px; font-size: 18px; }
.hero-actions { margin-top: 28px; }
.conviction { padding-top: 94px; padding-bottom: 94px; }
.conviction-grid { gap: 64px; }
.signal-grid { margin-top: 58px; }
.signal-grid article { min-height: 154px; padding: 23px; }
.signal-grid strong { font-size: clamp(100px, 9vw, 126px); }
.signal-grid span { font-size: 14px; }
.experience-shell { padding-top: 94px; padding-bottom: 94px; }
.light-heading { max-width: 1000px; }
.light-heading h2 { font-size: clamp(43px, 5.1vw, 70px); }
.light-heading > p:last-of-type { max-width: 860px; font-size: 17px; }
.flash-intro-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.flash-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 56px; border-top: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.flash-facts > div { min-height: 130px; padding: 23px 28px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--dark-line); }
.flash-facts > div:first-child { padding-left: 0; }
.flash-facts > div:last-child { border-right: 0; }
.flash-facts strong { color: var(--orange); font-size: 54px; font-weight: 500; letter-spacing: -.065em; line-height: 1; }
.flash-facts span { max-width: 260px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.4; }
.steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 40px; border-left: 1px solid var(--dark-line); }
.steps li { min-height: 0; padding: 27px 30px 29px; display: flex; flex-direction: column; gap: 19px; border-right: 1px solid var(--dark-line); }
.steps li > .step-number { align-self: auto; padding: 0; font-size: 66px; font-weight: 500; line-height: .85; }
.steps strong { font-size: 24px; font-weight: 500; line-height: 1.16; }
.steps p { margin-top: 10px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.55; }
.flash-example { margin-top: 44px; padding: 34px 38px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 42px; background: #1b1b1b; }
.flash-example h3 { margin-top: 15px; max-width: 360px; font-size: clamp(28px,3vw,40px); line-height: 1.13; }
.flash-example-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.flash-example-columns > div + div { padding-left: 30px; border-left: 1px solid var(--dark-line); }
.flash-example-columns span { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.flash-example-columns p { margin-top: 15px; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.55; }
.flash-outputs { margin-top: 58px; }
.flash-output-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 24px; border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }
.flash-output-grid article { padding: 23px 28px 27px; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.flash-output-grid article > span { color: var(--orange); font-size: 32px; font-weight: 600; }
.flash-output-grid h3 { margin-top: 17px; font-size: 22px; letter-spacing: -.035em; }
.flash-output-grid p { margin-top: 9px; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.55; }
.experience-cta { margin-top: 46px; padding: 26px 30px; }
.experience-cta div > strong { font-size: 20px; line-height: 1.3; }
.programmes { padding: 96px 0; }
.offer-grid { margin-top: 46px; }
.offer { min-height: 0; padding: 30px; }
.offer-top span { font-size: 66px; }
.offer-top p { font-size: 13px; }
.offer h3 { margin-top: 25px; font-size: clamp(29px, 3vw, 37px); line-height: 1.08; }
.offer .duration { margin-top: 12px; font-size: 14px; }
.offer-copy { margin-top: 18px; font-size: 16px; line-height: 1.55; }
.offer > strong { margin-top: 18px; padding: 0; padding-right: 0; font-size: 14px; line-height: 1.5; }
.offer > a { position: static; margin: 24px 0 0 auto; flex: 0 0 auto; font-size: 21px; }
.extensions article { min-height: 0; padding: 28px 30px 34px; }
.extensions h3 { margin-top: 23px; }
.testimonials { padding: 92px 0; }
.testimonial-grid { margin-top: 45px; }
.testimonial { min-height: 0; padding: 26px; }
.testimonial blockquote { margin-top: 10px; font-size: 18px; }
.testimonial-author { padding-top: 27px; }
.manifesto { padding: 94px 0; }
.manifesto-lines p { min-height: 88px; }
.about-section { padding-top: 94px; padding-bottom: 94px; }
.faq { padding-bottom: 94px; }
.faq summary { min-height: 76px; }
.final-cta { padding: 86px 0; }
.contact { padding: 72px 0; }
.leader-index { letter-spacing: -.16em; font-size: clamp(132px, 15vw, 206px); }
h1 { font-size: clamp(54px, 6vw, 82px); }
.accent-text { color: var(--orange); }
.flash-deliverables { margin-top: 40px; max-width: 970px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.65; }
.offer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.offer { min-height: 435px; }
.offer h3 { max-width: 470px; margin-top: 62px; }
.offer > strong { max-width: 480px; }
.offer-price-note { margin: 18px 0 28px; color: var(--muted); font-size: 14px; }
.extensions .underlined-link { margin-top: 22px; }
.testimonial-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.testimonial, .testimonial:nth-child(-n+2), .testimonial:last-child { grid-column: auto; }
.testimonial { min-height: 380px; }
.about-section { padding-top: 132px; padding-bottom: 132px; }
.about-grid { margin-top: 28px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
.about-grid > div p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.contact { color: var(--black); }
.contact .eyebrow { color: var(--black); }
.footer-logo img { max-width: 240px; }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--orange-dark); outline-offset: 3px; }
@media (max-width: 980px) {
  .hero-grid { min-height: 0; }
  .hero-art { min-height: 360px; }
  .offer-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .testimonial:last-child { grid-column: 1 / -1; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .flash-example { grid-template-columns: 1fr; gap: 27px; }
}
@media (max-width: 800px) {
  .steps { grid-template-columns: 1fr; }
}
@media (max-width: 660px) {
  h1 { font-size: 45px; line-height: .98; }
  .leader-index { font-size: 130px; }
  .hero { padding: 38px 0 20px; }
  .hero-grid { min-height: 0; gap: 32px; padding-bottom: 30px; }
  .hero-art { min-height: 280px; }
  .conviction, .experience-shell, .programmes, .testimonials, .manifesto, .about-section { padding-top: 68px; padding-bottom: 68px; }
  .signal-grid { margin-top: 38px; }
  .signal-grid article, .signal-grid article:first-child { min-height: 118px; padding: 17px 0; }
  .signal-grid strong { font-size: 80px; }
  .flash-intro-actions { align-items: stretch; flex-direction: column; }
  .flash-facts { margin-top: 38px; grid-template-columns: 1fr; }
  .flash-facts > div, .flash-facts > div:first-child { min-height: 82px; padding: 14px 0; flex-direction: row; align-items: center; gap: 25px; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .flash-facts > div:last-child { border-bottom: 0; }
  .flash-facts strong { min-width: 95px; font-size: 45px; }
  .steps { margin-top: 30px; grid-template-columns: 1fr; }
  .steps li { padding: 24px 20px; gap: 13px; }
  .steps li > .step-number { font-size: 58px; }
  .steps strong { font-size: 22px; }
  .flash-example { margin-top: 30px; padding: 24px; }
  .flash-example-columns { grid-template-columns: 1fr; gap: 22px; }
  .flash-example-columns > div + div { padding: 22px 0 0; border-top: 1px solid var(--dark-line); border-left: 0; }
  .flash-outputs { margin-top: 40px; }
  .flash-output-grid { grid-template-columns: 1fr; }
  .flash-output-grid article { padding: 20px; }
  .experience-cta { margin-top: 32px; padding: 24px; }
  .experience-cta div > strong { font-size: 18px; }
  .offer-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .offer { min-height: 0; padding: 24px; }
  .offer-top span { font-size: 58px; }
  .offer h3 { margin-top: 24px; }
  .extensions article { padding: 24px; }
  .testimonial, .testimonial:nth-child(-n+2), .testimonial:last-child { grid-column: 1; min-height: 0; }
  .about-section { padding-top: 88px; padding-bottom: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .button, .c-list article, summary span { transition: none; }
}
