

:root {
  --ink: #16211c;
  --cream: #f3f0e8;
  --paper: #fbfaf5;
  --lime: #cbe85a;
  --forest: #163c2d;
  --sage: #9daf8d;
  --orange: #f06d3c;
  --line: rgba(22, 33, 28, 0.15);
}

* { box-sizing: border-box; }
body { line-height: 1.5; }
img { max-width: 100%; height: auto; }
figure, blockquote { margin: 0; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.nav-shell { height: 82px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; background: rgba(251,250,245,.92); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 10px; font-size: 14px; letter-spacing: .12em; font-weight: 800; }
.brand b { color: var(--orange); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.logo-crop { position: relative; display: block; overflow: hidden; flex: 0 0 auto; }
.logo-crop img { position: absolute; display: block; max-width: none; }
.logo-crop-header { width: 78px; height: 66px; }
.logo-crop-header img { width: 120px; left: -21px; top: -26px; }
.logo-crop-footer { width: 132px; height: 108px; }
.logo-crop-footer img { width: 200px; left: -33px; top: -44px; }
.nav-links { display: flex; gap: 28px; font-size: 13px; font-weight: 700; }
.nav-links a:hover { color: var(--orange); }
.nav-dropdown { position: relative; }
.nav-dropdown summary { cursor: pointer; list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary:after { content: ' +'; color: var(--orange); }
.nav-dropdown[open] summary:after { content: ' −'; }
.nav-dropdown-menu { position: absolute; top: 27px; left: -18px; width: 285px; padding: 10px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(22,33,28,.14); }
.nav-dropdown-menu a { display: flex; flex-direction: column; gap: 4px; padding: 13px; }
.nav-dropdown-menu a:hover { background: var(--cream); }
.nav-dropdown-menu span { color: #728078; font-size: 11px; font-weight: 400; }
.button { background: var(--forest); color: white; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 17px 21px; border: 0; border-radius: 3px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #23523f; }
.button-small { padding: 12px 16px; font-size: 13px; }
.text-link { font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.hero { min-height: 720px; padding: 92px 5vw 62px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 5vw; overflow: hidden; background: radial-gradient(circle at 84% 20%, #e5f1d5 0, transparent 33%), var(--paper); }
.hero-copy { max-width: 750px; position: relative; z-index: 2; }
.eyebrow { font-size: 11px; font-weight: 900; letter-spacing: .19em; color: #57705e; margin: 0 0 22px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(62px, 7.3vw, 116px); line-height: .86; letter-spacing: -.055em; margin-bottom: 32px; }
h1 em { color: var(--orange); font-weight: 400; }
.hero-lead { max-width: 650px; font-size: 19px; line-height: 1.65; color: #4d5d54; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 55px; }
.proof-strip div { border-left: 1px solid var(--line); padding-left: 16px; display: flex; flex-direction: column; gap: 8px; }
.proof-strip strong { font: 28px Georgia, serif; }
.proof-strip span { font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; color: #66746c; }

.hero-visual { min-height: 560px; position: relative; }
.sun-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(22,60,45,.16); }
.orbit-one { width: 550px; height: 550px; top: -25px; left: 0; }
.orbit-two { width: 410px; height: 410px; top: 45px; left: 70px; border-color: rgba(240,109,60,.3); }
.movement-card { position: absolute; box-shadow: 0 30px 70px rgba(32,54,42,.16); }
.main-card { left: 14%; top: 15%; width: 69%; min-height: 385px; padding: 42px; background: var(--forest); color: white; transform: rotate(-3deg); border-radius: 4px; }
.main-card:before { content: ''; position: absolute; width: 130px; height: 130px; right: -42px; top: -42px; background: var(--lime); border-radius: 50%; opacity: .95; }
.card-kicker { color: var(--lime); font-size: 11px; letter-spacing: .18em; font-weight: 900; }
.main-card strong { font: 48px/1.03 Georgia, serif; display: block; margin-top: 65px; }
.main-card .card-result-arrow { color: var(--lime); font-size: .55em; font-style: italic; }
.main-card small { display: block; margin-top: 24px; color: #d4dfd8; line-height: 1.5; }
.progress-line { height: 4px; background: rgba(255,255,255,.18); margin-top: 36px; }
.progress-line i { display: block; width: 68%; height: 100%; background: var(--orange); animation: breathe 4s ease-in-out infinite; }
.floating-card { position: absolute; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.7); box-shadow: 0 16px 40px rgba(28,55,39,.13); padding: 18px; z-index: 3; }
.card-top { right: -1%; top: 9%; width: 155px; animation: float 5s ease-in-out infinite; }
.card-top b { font: 44px Georgia, serif; color: var(--orange); display: block; }
.card-top span, .card-bottom span { text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.card-bottom { bottom: 8%; left: -2%; width: 235px; animation: float 6s ease-in-out infinite reverse; }
.card-bottom b { display: block; margin-top: 8px; font-size: 13px; line-height: 1.45; }
@keyframes float { 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes breathe { 50% { width: 92%; } }

.ticker { background: var(--orange); color: #251b17; padding: 18px 3vw; display: flex; justify-content: space-around; gap: 20px; font-size: 11px; letter-spacing: .16em; font-weight: 900; overflow: hidden; white-space: nowrap; }
.ticker i { font-style: normal; }
.problem-led { background: var(--forest); color: white; }
.problem-led .section-heading > p { color: #bfcec5; }
.problem-led .eyebrow { color: var(--lime); }
.problem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.problem-grid article { min-width: 0; padding: 32px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.035); }
.problem-grid span { color: var(--lime); font-size: 11px; font-weight: 900; }
.problem-grid h3 { font: 32px/1.15 Georgia, serif; min-height: 2.3em; margin: 32px 0 18px; }
.problem-grid p { color: #c5d0ca; line-height: 1.7; font-size: 16px; margin-bottom: 0; }
.section { padding: 105px 5vw; }
.training-for-life { background: var(--paper); }
.training-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 7vw; margin-bottom: 48px; }
.training-intro h2 { font: clamp(44px, 5vw, 78px)/.98 Georgia, serif; letter-spacing: -.04em; margin-bottom: 0; max-width: 920px; }
.training-intro > p { color: #68756e; line-height: 1.75; margin-bottom: 5px; font-size: 16px; }
.training-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.training-photo { position: relative; overflow: hidden; min-height: 270px; margin: 0; background: var(--cream); }
.training-photo-large { grid-column: 1 / -1; min-height: 480px; }
.training-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.training-photo:hover img { transform: scale(1.035); }
.training-photo:after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(to bottom, transparent, rgba(10,26,19,.82)); pointer-events: none; }
.training-photo figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: white; display: flex; flex-direction: column; gap: 7px; }
.training-photo figcaption span { color: var(--lime); text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.training-photo figcaption b { font: 24px/1.2 Georgia, serif; max-width: 420px; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 6vw; margin-bottom: 56px; }
.section-heading h2, .about-copy h2, .guide h2, .consultation h2, .faq h2, .connection-panel h2 { font: clamp(44px, 5vw, 78px)/.98 Georgia, serif; letter-spacing: -.04em; margin-bottom: 0; }
.section-heading > p { color: #68756e; line-height: 1.7; margin-bottom: 5px; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pillar { min-height: 330px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.pillar:hover { background: #eef2e4; transform: translateY(-5px); }
.pillar > span { color: var(--orange); font-size: 11px; font-weight: 900; }
.pillar-icon { width: 74px; height: 74px; border: 1px solid var(--forest); border-radius: 50%; margin: 42px 0 32px; display: grid; place-items: center; }
.pillar-icon i { width: 26px; height: 26px; border: 2px solid var(--forest); border-radius: 50% 50% 50% 4px; transform: rotate(45deg); }
.pillar h3 { font: 31px Georgia, serif; margin-bottom: 14px; }
.pillar p { color: #68756e; font-size: 14px; line-height: 1.65; }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: var(--cream); }
.about-art { min-height: 580px; position: relative; background: var(--sage); overflow: hidden; display: grid; place-items: center; }
.about-art:before, .about-art:after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.44); border-radius: 50%; }
.about-art:before { width: 540px; height: 540px; }
.about-art:after { width: 360px; height: 360px; }
.figure-circle { position: relative; z-index: 2; width: 260px; height: 260px; border-radius: 50%; background: var(--forest); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.figure-circle span { font-size: 10px; letter-spacing: .2em; color: var(--lime); }
.figure-circle b { font: 96px Georgia, serif; line-height: 1; }
.figure-circle small { text-transform: uppercase; letter-spacing: .1em; }
.about-note { position: absolute; z-index: 3; right: 24px; bottom: 24px; max-width: 230px; padding: 18px; background: var(--paper); font: 20px/1.25 Georgia, serif; }
.about-copy { display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 { margin-bottom: 34px; }
.about-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.8; color: #536158; }
.quote { border-left: 3px solid var(--orange); padding: 15px 0 15px 22px; margin: 18px 0 30px; font: italic 24px/1.35 Georgia, serif; }
.dark { align-self: flex-start; }

.qualifications { background: var(--paper); }
.qualification-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.qualification-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.qualification-grid span { color: var(--orange); font-size: 10px; font-weight: 900; }
.qualification-grid h3 { font: 29px/1.1 Georgia, serif; margin: 55px 0 15px; }
.qualification-grid p { color: #68756e; font-size: 14px; line-height: 1.65; }

.transformation { background: #e7eddf; overflow: hidden; }
.transformation-featured { padding-top: 84px; box-shadow: inset 0 1px rgba(22,33,28,.08); }
.transformation-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: end; margin-bottom: 52px; }
.transformation-heading h2 { font: clamp(48px, 6.6vw, 100px)/.88 Georgia, serif; letter-spacing: -.055em; margin: 0; }
.transformation-heading h2 em { color: var(--orange); font-weight: 400; }
.transformation-summary { border-left: 1px solid rgba(22,33,28,.26); padding-left: 28px; }
.transformation-summary strong { display: block; font: clamp(60px, 7vw, 105px)/.8 Georgia, serif; color: var(--forest); }
.transformation-summary span { display: block; margin: 14px 0 22px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.transformation-summary p { color: #58675e; line-height: 1.7; max-width: 460px; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; position: relative; }
.result-photo { margin: 0; min-height: 680px; position: relative; overflow: hidden; background: var(--forest); }
.result-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 28%; display: block; transition: transform .7s ease; }
.result-photo:hover img { transform: scale(1.025); }
.result-photo:after { content: ''; position: absolute; inset: 52% 0 0; background: linear-gradient(to bottom, transparent, rgba(10,25,18,.88)); }
.result-photo figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: white; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px 20px; }
.result-photo figcaption span { grid-column: 1 / -1; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.result-photo figcaption b { font: clamp(48px, 5vw, 78px)/.9 Georgia, serif; }
.result-photo figcaption small { font-size: 12px; letter-spacing: .12em; padding-bottom: 6px; }
.result-marker { position: absolute; z-index: 4; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 112px; height: 112px; border-radius: 50%; background: var(--orange); color: #1b211d; border: 8px solid #e7eddf; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 18px 40px rgba(22,33,28,.22); }
.result-marker span { font: 46px/.8 Georgia, serif; }
.result-marker small { margin-top: 8px; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.result-footer { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding-top: 30px; }
.result-footer p { max-width: 820px; color: #67736c; font-size: 12px; line-height: 1.65; margin: 0; }
.result-footer p b { color: var(--ink); }
.result-sales-panel { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid rgba(22,33,28,.2); margin-top: 16px; }
.result-sales-panel div { min-height: 115px; padding: 24px; border-right: 1px solid rgba(22,33,28,.2); border-bottom: 1px solid rgba(22,33,28,.2); display: flex; flex-direction: column; gap: 18px; }
.result-sales-panel span { color: var(--orange); font-size: 10px; font-weight: 900; }
.result-sales-panel b { font: 21px/1.25 Georgia, serif; }

.coaching { background: var(--forest); color: white; }
.light .eyebrow { color: var(--lime); }
.light > p { color: #cbd8d1; }
.programme-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.programme { background: #f8f6ef; color: var(--ink); padding: 32px; min-height: 520px; display: flex; flex-direction: column; border-top: 5px solid var(--orange); }
.programme:nth-child(1) { border-color: var(--lime); }
.programme:nth-child(3) { border-color: var(--sage); }
.programme-label { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; color: #68756e; }
.programme h3 { font: 38px Georgia, serif; margin: 36px 0 18px; }
.programme p { color: #647169; line-height: 1.65; }
.programme ul { list-style: none; padding: 20px 0 20px; margin: 0; border-top: 1px solid var(--line); }
.programme li { padding: 8px 0 8px 20px; font-size: 14px; position: relative; }
.programme li:before { content: '✓'; color: var(--forest); font-weight: 900; position: absolute; left: 0; }
.programme a { margin-top: auto; display: flex; justify-content: space-between; border-top: 1px solid var(--ink); padding-top: 16px; font-weight: 900; }
.scope-note { color: #adbbb3; font-size: 12px; margin: 26px 0 0; }
.bespoke-pricing { margin-top: 24px; padding: 24px; border: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: 180px 1fr; gap: 25px; }
.bespoke-pricing span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.bespoke-pricing p { color: #d2ddd6; line-height: 1.65; margin: 0; }

.online-delivery { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; background: #e7eddf; }
.online-delivery h2 { font: clamp(44px, 5vw, 78px)/.98 Georgia, serif; letter-spacing: -.04em; }
.online-delivery > div > p:not(.eyebrow) { color: #5d6b63; line-height: 1.75; font-size: 17px; max-width: 720px; }
.online-actions { display: flex; gap: 24px; align-items: center; margin-top: 32px; }
.delivery-steps { border-top: 1px solid var(--line); }
.delivery-steps article { display: grid; grid-template-columns: 50px 120px 1fr; gap: 15px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.delivery-steps span { color: var(--orange); font-size: 10px; font-weight: 900; }
.delivery-steps b { font: 24px Georgia, serif; }
.delivery-steps p { color: #647169; line-height: 1.55; margin: 0; font-size: 14px; }

.guide { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; background: var(--lime); }
.guide h2 { max-width: 700px; }
.guide > div > p:not(.eyebrow) { max-width: 650px; font-size: 17px; line-height: 1.7; margin: 25px 0; }
.guide ul { padding-left: 20px; line-height: 1.9; font-weight: 700; }
.guide-form { background: var(--paper); padding: 36px; display: flex; flex-direction: column; gap: 10px; box-shadow: 12px 12px 0 rgba(22,60,45,.18); }
.guide-form label { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin-top: 8px; }
.guide-form input { border: 1px solid #b9c0ba; background: white; padding: 16px; outline: none; }
.guide-form input:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(240,109,60,.18); }
.guide-form small { color: #6e7871; line-height: 1.5; }
.guide-coming-soon { justify-content: center; }
.guide-coming-soon h3 { font: 40px/1.05 Georgia, serif; margin: 15px 0 8px; }
.guide-coming-soon p { color: #66736b; line-height: 1.7; }

.consultation { background: var(--orange); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.consultation-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.7; max-width: 650px; margin-top: 28px; }
.consultation-actions { display: flex; gap: 25px; align-items: center; margin-top: 34px; }
.inverse { background: var(--ink); }
.steps { border-top: 1px solid rgba(22,33,28,.4); }
.steps > div { border-bottom: 1px solid rgba(22,33,28,.4); padding: 28px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; }
.steps span { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--ink); display: grid; place-items: center; font-size: 11px; }
.steps p { margin: 0; line-height: 1.5; }
.steps b { display: block; font: 27px Georgia, serif; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 24px 0; }
.faq summary { cursor: pointer; font: 23px Georgia, serif; list-style: none; position: relative; padding-right: 40px; }
.faq summary:after { content: '+'; position: absolute; right: 0; color: var(--orange); }
.faq details[open] summary:after { content: '−'; }
.faq details p { color: #66746c; line-height: 1.7; max-width: 780px; margin: 18px 0 0; }

.connection-panel { margin: 0 5vw 90px; padding: 60px; background: #e9ece4; border: 1px solid var(--line); }
.connection-panel > p:not(.eyebrow) { max-width: 760px; color: #657169; line-height: 1.7; margin: 20px 0 35px; }
.connection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.connection-grid div { background: var(--paper); padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.connection-grid span { color: var(--orange); font-size: 10px; font-weight: 900; }
.connection-grid b { font: 24px Georgia, serif; }
.connection-grid small { color: #727d76; }
.connection-cta { background: var(--forest) !important; color: white; padding: 22px; display: flex; flex-direction: column; gap: 8px; transition: transform .2s, background .2s; }
.connection-cta:hover { transform: translateY(-4px); background: #23523f !important; }
.connection-cta span { color: var(--lime); }
.connection-cta small { color: #d4dfd8; }

footer { padding: 55px 5vw 35px; background: #111914; color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.footer-brand { align-self: start; }
footer > p { color: #aab8b0; max-width: 500px; line-height: 1.6; }
footer > div { grid-column: 1 / -1; display: flex; gap: 26px; border-top: 1px solid rgba(255,255,255,.15); padding-top: 24px; font-size: 13px; }
footer > small { grid-column: 1 / -1; color: #819087; line-height: 1.5; }
.footer-contact { grid-column: 1 / -1; margin: 0; font-size: 13px; color: #aab8b0; }
.footer-contact a { color: var(--lime); }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-visual { min-height: 540px; max-width: 660px; width: 100%; margin: 0 auto; }
  .section-heading, .training-intro, .about, .guide, .consultation, .faq, .transformation-heading, .online-delivery { grid-template-columns: 1fr; }
  .training-gallery { grid-template-columns: 1fr 1fr; }
  .training-photo-large { grid-column: 1 / -1; min-height: 440px; }
  .pillar-grid, .connection-grid, .result-sales-panel, .qualification-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid article { padding: 28px; }
  .problem-grid h3 { min-height: 0; margin-top: 20px; }
  .programme-grid { grid-template-columns: 1fr; }
  .programme { min-height: auto; }
}

@media (max-width: 620px) {
  .nav-shell { height: 70px; padding: 0 20px; }
  .nav-shell .button-small { display: none; }
  .hero, .section { padding-left: 20px; padding-right: 20px; }
  .hero { min-height: 0; padding-top: 60px; }
  h1 { font-size: 58px; }
  .hero-lead { font-size: 16px; }
  .hero-actions, .consultation-actions { align-items: stretch; flex-direction: column; }
  .proof-strip { grid-template-columns: 1fr; padding-top: 38px; }
  .hero-visual { min-height: 430px; }
  .orbit-one { width: 400px; height: 400px; left: -20px; }
  .orbit-two { width: 310px; height: 310px; left: 25px; }
  .main-card { left: 5%; width: 85%; min-height: 305px; padding: 27px; }
  .main-card strong { font-size: 37px; margin-top: 47px; }
  .card-top { right: 0; width: 128px; }
  .card-bottom { bottom: 4%; left: 0; width: 205px; }
  .ticker { justify-content: flex-start; }
  .section { padding-top: 75px; padding-bottom: 75px; }
  .section-heading h2, .training-intro h2, .about-copy h2, .guide h2, .consultation h2, .faq h2, .connection-panel h2 { font-size: 45px; }
  .training-gallery { grid-template-columns: 1fr; }
  .training-photo-large, .training-photo { grid-column: auto; min-height: 310px; }
  .training-photo figcaption { left: 18px; right: 18px; bottom: 18px; }
  .training-photo figcaption b { font-size: 21px; }
  .before-after { grid-template-columns: 1fr; }
  .result-photo { min-height: 520px; }
  .result-marker { top: 50%; width: 92px; height: 92px; border-width: 6px; }
  .result-marker span { font-size: 38px; }
  .result-footer { grid-template-columns: 1fr; }
  .result-footer .button { width: 100%; }
  .pillar-grid, .problem-grid, .result-sales-panel, .qualification-grid { grid-template-columns: 1fr; }
  .online-actions { align-items: stretch; flex-direction: column; }
  .bespoke-pricing { grid-template-columns: 1fr; }
  .delivery-steps article { grid-template-columns: 40px 1fr; }
  .delivery-steps p { grid-column: 2; }
  .about-art { min-height: 440px; }
  .guide-form { padding: 24px; }
  .connection-panel { margin: 0 20px 60px; padding: 35px 22px; }
  .connection-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  footer > div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .floating-card, .progress-line i { animation: none; }
  * { transition: none !important; }
}

/* Shared service navigation and accessible reading layouts. */
html { scroll-padding-top: 100px; }
:focus-visible { outline: 3px solid #b04417; outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 100; background: white; padding: 16px; }
.skip-link:focus { top: 10px; }
.nav-links { gap: 20px; font-size: 14px; }
.mobile-menu { display: none; }
.eyebrow { font-size: 13px; letter-spacing: .12em; }
.proof-strip span, .programme-label, .scope-note, footer > small { font-size: 14px; }
.hero-service-panel { padding: clamp(28px,4vw,64px); background: var(--forest); color: var(--paper); align-self: center; }
.hero-service-panel .eyebrow { color: var(--lime); }
.hero-service-panel h2 { font: clamp(40px,4.5vw,70px)/1.06 Georgia,serif; letter-spacing: -.03em; }
.hero-service-panel p { line-height: 1.75; }
.hero-service-panel a { display: block; border-top: 1px solid #6d8c7e; padding: 20px 0; font: 25px/1.3 Georgia,serif; }
.hero-service-panel a span { display: block; margin-top: 7px; color: #d5e0d8; font: 16px/1.5 Arial,sans-serif; }
.service-hero { padding: 64px max(5vw,20px); background: #e7eddf; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; font-size: 14px; margin-bottom: 40px; }
.breadcrumbs a { text-decoration: underline; }
.service-hero h1 { font-size: clamp(40px,5.5vw,78px); line-height: 1.06; max-width: 1100px; }
.service-intro { max-width: 760px; font-size: 20px; line-height: 1.7; }
.service-content { max-width: 1180px; margin: auto; padding: 64px max(5vw,20px); }
.service-content section { margin-bottom: 54px; }
.service-content h2 { font: 36px/1.15 Georgia,serif; }
.service-content p,.service-content li { font-size: 17px; line-height: 1.8; max-width: 800px; }
.service-content li { margin-bottom: 10px; }
.service-content a:not(.button) { text-decoration: underline; text-underline-offset: 4px; }
.related-services { display: grid; gap: 18px; margin-top: 28px; }
.service-content details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.service-content summary { font-size: 20px; cursor: pointer; }
footer > div { flex-wrap: wrap; }
@media(max-width: 1150px) {
  .nav-links { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { cursor: pointer; padding: 12px; font-weight: 700; }
  .mobile-menu > div { position: absolute; right: 16px; top: 76px; padding: 16px; width: min(340px,calc(100vw - 32px)); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 8px 22px #16211c22; }
  .mobile-menu a { display: block; padding: 14px 8px; font-size: 16px; }
}
@media(max-width: 620px) {
  .nav-shell { gap: 8px; padding: 0 12px; }
  .nav-shell .button-small { display: inline-flex; font-size: 14px; padding: 12px; }
  .mobile-menu summary { font-size: 14px; padding: 10px 4px; }
  .mobile-menu > div { top: 68px; }
  h1 { font-size: clamp(44px,13vw,58px); line-height: 1; }
  .hero { gap: 40px; }
  .service-hero { padding-top: 36px; }
  .service-content h2 { font-size: 30px; }
}

/* Keep imagery and copy in separate, predictable spaces. */
.hero h1 { line-height: 1; }
.about-art { padding: 40px 24px; gap: 24px; align-content: center; }
.about-note { position: relative; right: auto; bottom: auto; max-width: 280px; text-align: center; margin: 0; }
.training-photo { height: 340px; }
.training-photo-large { height: 480px; }
.training-photo img { position: absolute; inset: 0; }
.ticker { flex-wrap: wrap; white-space: normal; text-align: center; }
.ticker i { display: none; }
.hero-copy, .service-hero, .programme { min-width: 0; }
@media(max-width: 620px) {
  .training-photo, .training-photo-large { height: auto; min-height: 0; }
  .training-photo img { position: static; height: auto; aspect-ratio: 16 / 11; object-fit: cover; }
  .training-photo:after { display: none; }
  .training-photo figcaption { position: static; padding: 20px; background: var(--forest); }
  .about-art { min-height: 0; padding: 32px 16px; }
  .figure-circle { width: min(260px,100%); height: auto; aspect-ratio: 1; }
  .ticker { justify-content: center; gap: 12px 20px; }
  .programme { padding: 24px; }
  .button { gap: 12px; }
  .proof-strip { gap: 24px; }
}

.figure-circle b.experience-year { font-size: clamp(58px,6vw,76px); margin-top: 12px; }
.consultation-reassurance { margin: 18px 0 0; max-width: 560px; font-size: 14px; line-height: 1.6; color: #4d5d54; }
.client-photos { background: var(--cream); }
.client-photo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; max-width: 1100px; margin: auto; }
.client-photo-grid figure { margin: 0; background: var(--forest); }
.client-photo-grid img { display: block; width: 100%; height: 560px; object-fit: contain; }
.client-photo-grid figcaption { padding: 18px 24px; color: white; font: 28px Georgia,serif; }
@media(max-width:620px) { .client-photo-grid { grid-template-columns: 1fr; } .client-photo-grid img { height: auto; } }

.client-photo-grid { max-width: 824px; }
.client-photo-frame { position: relative; aspect-ratio: 1 / 2; overflow: hidden; }
.client-photo-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
