:root {
  --navy: #071525;
  --navy-soft: #10243a;
  --ink: #13202d;
  --gold: #c79b39;
  --gold-light: #e7cf95;
  --cream: #f8f3ea;
  --blue-pale: #edf3f6;
  --sage: #eef1e9;
  --white: #fff;
  --line: #d8d5cd;
  --muted: #5c6872;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 18px 50px rgba(7, 21, 37, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; background: var(--gold); padding: 10px 16px; color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(5, 8, 12, .98); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 240px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.9); font-size: .96rem; font-weight: 500; }
.main-nav a { text-decoration: none; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-light); }
.main-nav a.is-active { color: var(--gold-light); }
.main-nav a.is-active:not(.nav-cta) { box-shadow: inset 0 -2px var(--gold); }
.main-nav .nav-cta { border: 1px solid var(--gold); color: var(--gold-light); padding: 8px 14px; }
.main-nav .nav-cta.is-active { background: var(--gold); color: var(--navy); }
.languages { display: flex; gap: 7px; padding-left: 4px; color: rgba(255,255,255,.42); font-size: .72rem; }
.languages [aria-current] { color: var(--gold-light); font-weight: 700; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid rgba(255,255,255,.22); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: white; }

.hero { min-height: 620px; height: calc(100svh - 82px); display: grid; grid-template-columns: 52% 48%; background: var(--navy); }
.hero-copy { display: grid; place-items: center; padding: 46px max(44px, 6.2vw); color: var(--white); }
.hero-copy-inner { max-width: 660px; }
.hero h1 { margin: 12px 0 18px; font-family: var(--serif); font-size: clamp(2.65rem, 4.55vw, 4.35rem); line-height: 1; letter-spacing: -.035em; }
.hero-intro { max-width: 640px; margin: 0; color: rgba(255,255,255,.78); font-size: 1rem; }
.hero-visual { min-height: 620px; overflow: hidden; background: #cabfae; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.eyebrow { margin: 0 0 12px; color: #a87a1d; font-size: .73rem; line-height: 1.4; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-light); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-descriptor { color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-descriptor-top { margin: 0 0 16px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid transparent; padding: 12px 22px; text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .08em; cursor: pointer; }
.button-gold { background: var(--gold); color: #081320; }
.button-gold:hover { background: #d7ad51; }
.button-outline-light { border-color: rgba(255,255,255,.5); color: white; }
.button-outline-light:hover { border-color: var(--gold); color: var(--gold-light); }

.section-heading { max-width: 780px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .ethics-panel h2, .contact-intro h2 { margin: 0 0 18px; font-family: var(--serif); color: var(--navy); font-size: clamp(1.85rem, 3vw, 2.75rem); line-height: 1.08; letter-spacing: -.025em; }
.section-heading > p:last-child { color: var(--muted); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.split-heading > p { margin-bottom: 7px; }
.section-intro-copy { align-self: end; }
.section-intro-copy p { margin: 0; color: var(--muted); }
.section-intro-copy p + p { margin-top: 12px; }
.section-intro-copy .intro-statement { color: var(--navy); font-family: var(--serif); font-size: 1.22rem; font-weight: 700; line-height: 1.35; }

.intro-section { padding-block: 68px; background: #fbfaf7; }
.intro-section .section-heading { margin-bottom: 32px; }
.intro-section .section-heading h2 { font-size: clamp(1.9rem, 3vw, 2.75rem); }
.path-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 980px; margin: 0 auto; }
.path-card { padding: 30px 34px; background: white; border: 1px solid var(--line); box-shadow: 0 10px 35px rgba(7,21,37,.04); }
.path-card h3 { margin: 0 0 8px; font-family: var(--serif); color: var(--navy); font-size: 1.75rem; }
.path-card p { color: var(--muted); }
.text-link { display: inline-block; margin-top: 10px; color: var(--navy); font-weight: 800; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.section-blue { background: var(--blue-pale); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 265px; padding: 34px 36px; background: white; border-top: 4px solid var(--navy); box-shadow: var(--shadow); }
.service-card:nth-child(2) { border-color: #536f8f; }
.service-card:nth-child(3) { border-color: var(--gold); }
.service-card:nth-child(4) { border-color: #50766f; }
.service-card h3, .coaching-grid h3 { margin: 0 0 15px; color: var(--navy); font-family: var(--serif); font-size: 1.4rem; line-height: 1.2; }
.service-card p, .coaching-grid p { margin: 0; color: var(--muted); font-size: .94rem; }

.section-cream { background: var(--cream); }
.coaching-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.coaching-grid article { padding: 28px 24px; background: rgba(255,255,255,.78); border: 1px solid rgba(199,155,57,.18); }
.format-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 32px; padding: 32px; background: var(--navy); color: rgba(255,255,255,.75); }
.format-strip .eyebrow { display: block; color: var(--gold-light); }
.format-strip p { margin-bottom: 0; }

.approach-section { background: #f6f3f8; }
.approach-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: start; }
.approach-copy h2 { margin: 0 0 28px; font-family: var(--serif); color: var(--navy); font-size: clamp(1.85rem, 3vw, 2.75rem); line-height: 1.08; letter-spacing: -.025em; }
.approach-copy > p:not(.eyebrow):not(.languages-note) { color: var(--muted); }
.approach-copy .languages-note { margin: 30px 0 0; padding: 18px 22px; background: var(--navy); color: var(--gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.approach-section .ethics-panel { padding: 38px 40px; background: rgba(255,255,255,.72); border: 1px solid rgba(7,21,37,.08); }
.section-sage { background: var(--sage); }
.pricing-heading h2 { font-size: clamp(1.9rem, 3vw, 2.75rem); }
.pricing-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.price-panel { padding: 36px; background: rgba(255,255,255,.8); }
.price-panel h3 { margin: 0 0 24px; font-family: var(--serif); color: var(--navy); font-size: 1.8rem; }
.price-list { margin: 0; }
.price-list > div { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.price-list dt { font-weight: 700; }
.price-list dt small { display: block; color: var(--muted); font-weight: 400; }
.price-list dd { margin: 0; color: var(--navy); font-weight: 800; white-space: nowrap; }
.pricing-note { max-width: 1000px; margin: 30px auto 0; color: var(--muted); font-size: .9rem; }

.ethics-panel ol { margin: 35px 0 0; padding: 0; list-style: none; counter-reset: ethics; }
.ethics-panel li { counter-increment: ethics; position: relative; padding: 0 0 20px 48px; }
.ethics-panel li::before { content: counter(ethics, decimal-leading-zero); position: absolute; left: 0; color: var(--gold); font-family: var(--serif); font-weight: 700; }
.contact-section { background: #f5ece7; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; }
.contact-intro { align-self: start; position: sticky; top: 120px; }
.contact-intro > p { color: var(--muted); }
.email-link { display: inline-block; margin-top: 16px; color: var(--navy); font-weight: 800; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.email-link::before { content: "•"; margin-right: 10px; color: var(--gold); text-decoration: none; }
.contact-form { padding: 40px; background: rgba(255,255,255,.75); border: 1px solid rgba(7,21,37,.08); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.contact-form label { display: block; margin-bottom: 20px; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-form label small { color: var(--muted); font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid #d6d0ca; border-radius: 0; background: white; padding: 13px; color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid rgba(199,155,57,.45); border-color: var(--gold); }
.turnstile-field { min-height: 65px; margin: 4px 0 18px; }
.turnstile-error { color: #9b3131; font-size: .82rem; }
.form-footer { display: flex; align-items: center; gap: 18px; }
.form-status { margin: 0; color: var(--muted); font-size: .85rem; }
.form-status.is-success { color: #35634f; }
.form-status.is-error { color: #9b3131; }
.form-note { margin: 20px 0 0; color: var(--muted); font-size: .75rem; }

.testimonials-section { background: #f8f4ee; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testimonial-grid figure { margin: 0; padding: 36px; background: white; border: 1px solid #e4ded4; box-shadow: 0 12px 38px rgba(7,21,37,.06); }
.testimonial-grid blockquote { margin: 0 0 28px; color: var(--navy); font-family: var(--serif); font-size: 1.32rem; line-height: 1.55; }
.testimonial-grid figcaption strong, .testimonial-grid figcaption span { display: block; }
.testimonial-grid figcaption strong { color: #a87a1d; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-grid figcaption span { color: var(--muted); font-size: .82rem; }

.site-footer { padding: 52px 0 24px; background: #05080c; color: rgba(255,255,255,.7); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-bottom: 38px; }
.footer-brand img { width: 220px; }
.footer-brand p { font-size: .84rem; }
.qualification-badges { display: flex; gap: 12px; }
.qualification-badges div { min-width: 130px; padding: 13px 16px; border: 1px solid rgba(199,155,57,.45); text-align: center; }
.qualification-badges strong, .qualification-badges span { display: block; }
.qualification-badges strong { color: var(--gold-light); font-family: var(--serif); }
.qualification-badges span { font-size: .65rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom a { text-underline-offset: 4px; }

.legal-page { background: #fbf8f2; }
.back-link { color: var(--gold-light); text-decoration: none; font-size: .85rem; }
.legal-content { max-width: 820px; padding-top: 90px; padding-bottom: 110px; }
.legal-content h1 { margin: 0 0 35px; color: var(--navy); font-family: var(--serif); font-size: clamp(2.35rem, 5vw, 3.7rem); line-height: 1; }
.legal-content h2 { margin: 45px 0 10px; color: var(--navy); font-family: var(--serif); font-size: 1.45rem; }
.legal-warning { padding: 20px; border-left: 4px solid var(--gold); background: white; }

@media (max-width: 1050px) {
  .main-nav { gap: 15px; }
  .brand img { width: 205px; }
  .coaching-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { grid-template-columns: 55% 45%; }
  .hero-copy { padding-inline: 45px; }
}

@media (max-width: 820px) {
  .section { padding: 76px 0; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 25px 20px 30px; flex-direction: column; align-items: stretch; background: #05080c; border-top: 1px solid rgba(255,255,255,.08); }
  .main-nav.is-open { display: flex; }
  .languages { padding-top: 10px; }
  .hero { grid-template-columns: 1fr; }
  .hero { height: auto; }
  .hero-copy { min-height: 590px; padding: 64px 30px; }
  .hero-visual { min-height: 680px; }
  .hero-visual img { object-fit: cover; object-position: center center; }
  .split-heading, .approach-layout, .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .service-grid, .pricing-columns { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .footer-top { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1160px); }
  .hero-copy { min-height: auto; padding: 58px 22px 62px; }
  .hero h1 { font-size: 2.75rem; }
  .hero-visual { min-height: 0; aspect-ratio: 1055 / 1491; }
  .hero-visual img { object-fit: contain; background: #cabfae; }
  .path-grid, .coaching-grid, .testimonial-grid, .format-strip, .field-row { grid-template-columns: 1fr; }
  .path-card, .service-card, .contact-form, .testimonial-grid figure { padding: 28px 24px; }
  .price-panel { padding: 26px 20px; }
  .price-list > div { grid-template-columns: 1fr; gap: 6px; }
  .qualification-badges { display: grid; width: 100%; grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom nav { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
