:root {
  --navy: #00263f;
  --navy-deep: #001d31;
  --teal: #05a7b9;
  --teal-bright: #14bdd0;
  --ice: #e9f7f8;
  --white: #fff;
  --ink: #102c3e;
  --muted: #59707d;
  --line: rgba(0, 38, 63, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.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; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(24px, 5vw, 80px);
  color: var(--white);
}
.brand { width: 185px; padding: 10px 14px; background: var(--white); }
.brand img { width: 100%; }
.nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 600; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--teal-bright); transition: width .25s ease; }
.nav > a:hover::after { width: 100%; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: 14px 18px; display: flex; gap: 24px; }
.nav-cta span { color: var(--teal-bright); }
.menu-toggle { display: none; border: 0; background: transparent; color: white; }

.hero {
  min-height: 820px;
  padding: 210px clamp(24px, 8vw, 128px) 110px;
  background: var(--navy);
  color: var(--white);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-label {
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 700;
}
.eyebrow { display: flex; align-items: center; gap: 12px; color: #b9d8de; }
.eyebrow span { width: 34px; height: 2px; background: var(--teal-bright); }
h1, h2, h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: -.02em;
}
h1 { font-size: clamp(72px, 8.5vw, 132px); line-height: .82; margin-bottom: 36px; max-width: 850px; }
h1 em { color: var(--teal-bright); font-style: normal; }
.hero-intro { max-width: 620px; color: #c8d8df; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 18px 22px; min-width: 250px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--navy); background: var(--teal-bright); }
.button-primary span, .button-outline span { font-size: 19px; }
.text-link { font-size: 13px; font-weight: 600; display: inline-flex; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.4); }
.text-link span { color: var(--teal-bright); }
.hero-visual { position: relative; height: 520px; z-index: 1; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; top: 0; left: 3%; }
.orbit-two { width: 330px; height: 330px; top: 70px; left: 17%; border-color: rgba(20,189,208,.25); }
.hero-arrow { position: absolute; width: 260px; height: 360px; left: 20%; top: 45px; transform: rotate(0deg); }
.hero-arrow span { position: absolute; display: block; width: 185px; height: 58px; background: var(--teal-bright); right: 0; transform-origin: right center; }
.hero-arrow span:first-child { top: 106px; transform: rotate(45deg); }
.hero-arrow span:last-child { bottom: 106px; transform: rotate(-45deg); }
.proof-card { position: absolute; right: 0; bottom: 0; width: 250px; padding: 25px; color: var(--navy); background: var(--white); display: grid; gap: 8px; font-size: 13px; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.proof-card strong { font-family: "Barlow Condensed"; font-size: 23px; text-transform: uppercase; }
.proof-card span { color: var(--muted); }
.hero-index { position: absolute; right: 5vw; bottom: 38px; color: rgba(255,255,255,.22); font-family: "Barlow Condensed"; font-size: 13px; letter-spacing: .2em; }

.statement { padding: 120px clamp(24px, 8vw, 128px); display: grid; grid-template-columns: 1fr 4fr; gap: 40px; }
.section-label { color: var(--teal); }
.statement h2 { margin: 0; max-width: 950px; color: var(--navy); font-size: clamp(48px, 6vw, 82px); line-height: .98; }
.statement h2 span { color: var(--teal); }

.services { background: var(--navy); color: white; padding: 120px clamp(24px, 6.5vw, 104px); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.section-label.light { color: var(--teal-bright); }
.section-heading h2 { font-size: clamp(52px, 6vw, 82px); line-height: .92; margin-bottom: 0; }
.section-heading > p { color: #b8cbd4; line-height: 1.7; max-width: 490px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid rgba(255,255,255,.16); }
.service-card { min-height: 470px; padding: 34px 36px; border-right: 1px solid rgba(255,255,255,.16); position: relative; transition: background .3s, transform .3s; }
.service-card:hover { background: #07344d; transform: translateY(-6px); }
.service-number { font-family: "Barlow Condensed"; font-size: 12px; letter-spacing: .2em; color: #809ba8; }
.service-icon { width: 72px; height: 72px; margin: 62px 0 38px; display: grid; place-items: center; color: var(--teal-bright); border: 1px solid rgba(20,189,208,.55); font-family: "Barlow Condensed"; font-weight: 800; font-size: 34px; }
.seal-icon { border-radius: 50%; }
.service-card h3 { font-size: 34px; margin-bottom: 16px; }
.service-card p { color: #b8cbd4; line-height: 1.65; font-size: 14px; min-height: 94px; }
.service-card a { display: inline-flex; gap: 15px; margin-top: 24px; color: var(--teal-bright); font-size: 13px; font-weight: 700; }
.coming-soon { display: inline-block; margin-top: 24px; color: #829aa6; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 700; }

.standards { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding: 130px clamp(24px, 8vw, 128px); background: #f4f9f9; }
.standards-copy h2, .final-cta h2 { color: var(--navy); font-size: clamp(58px, 6.5vw, 92px); line-height: .88; margin-bottom: 30px; }
.standards-copy > p:not(.section-label) { color: var(--muted); line-height: 1.7; max-width: 500px; }
.button-outline { color: var(--navy); border: 1px solid var(--navy); margin-top: 25px; }
.standards-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.standards-list li { min-height: 88px; display: grid; grid-template-columns: 70px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.standards-list span { color: var(--teal); font-family: "Barlow Condensed"; font-weight: 700; }
.standards-list strong { color: var(--navy); font-family: "Barlow Condensed"; font-size: clamp(23px, 2.2vw, 32px); text-transform: uppercase; }

.verify { min-height: 610px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 110px clamp(24px, 8vw, 128px); background: var(--teal); color: var(--white); }
.verify::after { content: ""; position: absolute; left: 50%; top: 0; height: 100%; width: 1px; background: rgba(255,255,255,.22); }
.verify-mark { font-family: "Barlow Condensed"; font-weight: 800; font-size: clamp(160px, 24vw, 350px); letter-spacing: -.1em; color: rgba(255,255,255,.11); transform: translateX(-4vw); }
.verify-copy { position: relative; z-index: 1; padding-left: 11%; }
.verify-copy h2 { font-size: clamp(55px, 6vw, 84px); line-height: .9; margin-bottom: 25px; }
.verify-copy > p:not(.section-label) { max-width: 550px; line-height: 1.7; }
.verify-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button-white { color: var(--navy); background: var(--white); }
.light-link { border-color: rgba(255,255,255,.55); }
.light-link span { color: white; }

.final-cta { padding: 130px clamp(24px, 8vw, 128px); }
.final-cta h2 { font-size: clamp(70px, 10vw, 140px); max-width: 900px; }
.final-cta-row { border-top: 1px solid var(--line); padding-top: 35px; display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.final-cta-row > p { color: var(--muted); line-height: 1.7; max-width: 520px; }
.round-link { flex: 0 0 auto; width: 190px; height: 190px; border-radius: 50%; background: var(--navy); color: white; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; transition: transform .25s, background .25s; }
.round-link:hover { transform: rotate(-4deg) scale(1.04); background: var(--teal); }
.round-link span { font-family: "Barlow Condensed"; font-size: 28px; font-weight: 700; text-transform: uppercase; }
.round-link b { color: var(--teal-bright); font-size: 28px; align-self: flex-end; }

footer { padding: 70px clamp(24px, 6.5vw, 104px) 32px; background: var(--navy-deep); color: white; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; }
.footer-brand { align-self: start; }
.footer-links { display: grid; gap: 14px; font-size: 14px; }
.footer-links a:hover, .footer-contact a:hover { color: var(--teal-bright); }
.footer-contact { color: #a9c0ca; font-size: 14px; }
.footer-contact a { color: white; font-weight: 600; }
.footer-base { grid-column: 1 / -1; padding-top: 35px; margin-top: 25px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; color: #7f99a5; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-base a { color: #a9c0ca; transition: color .2s; }
.footer-base a:hover { color: var(--teal-bright); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { height: 94px; }
  .nav { display: none; position: absolute; top: 84px; left: 20px; right: 20px; background: white; color: var(--navy); padding: 28px; flex-direction: column; align-items: stretch; gap: 22px; box-shadow: 0 18px 50px rgba(0,0,0,.2); }
  .nav.open { display: flex; }
  .menu-toggle { display: grid; gap: 7px; padding: 10px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 2px; background: white; }
  .hero { grid-template-columns: 1fr; min-height: 900px; padding-top: 170px; }
  .hero-visual { position: absolute; opacity: .45; right: -190px; top: 220px; width: 520px; }
  .hero-copy { max-width: 750px; }
  .statement { grid-template-columns: 1fr; }
  .section-heading, .standards { grid-template-columns: 1fr; gap: 55px; }
  .service-grid { grid-template-columns: 1fr; border-bottom: 1px solid rgba(255,255,255,.16); }
  .service-card { min-height: auto; border-bottom: 1px solid rgba(255,255,255,.16); }
  .verify { grid-template-columns: .7fr 1.3fr; }
  .verify-actions { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .brand { width: 150px; }
  .hero { min-height: 760px; padding-bottom: 75px; }
  h1 { font-size: 65px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-visual { display: none; }
  .statement, .services, .standards, .final-cta { padding-top: 85px; padding-bottom: 85px; }
  .statement h2 { font-size: 48px; }
  .section-heading { gap: 30px; margin-bottom: 45px; }
  .service-card { padding: 30px 24px 40px; }
  .service-icon { margin: 35px 0 25px; }
  .verify { grid-template-columns: 1fr; padding-top: 90px; padding-bottom: 90px; }
  .verify::after, .verify-mark { display: none; }
  .verify-copy { padding-left: 0; }
  .final-cta-row { flex-direction: column; align-items: flex-start; }
  .round-link { width: 155px; height: 155px; padding: 30px; }
  footer { grid-template-columns: 1fr; }
  .footer-base { flex-direction: column; gap: 12px; }
}

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

.coaching-site {
  --sand: #f7f2ea;
  --mist: #eef8fa;
  background:
    radial-gradient(circle at 8% 18%, rgba(20, 189, 208, 0.09), transparent 28%),
    var(--white);
}

.coaching-site .site-header .brand {
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12);
}

.coaching-hero {
  background:
    radial-gradient(circle at 75% 34%, rgba(20, 189, 208, 0.22), transparent 24%),
    linear-gradient(135deg, var(--navy-deep), var(--navy) 62%, #07334b);
}

.coaching-hero::before {
  opacity: .22;
  background-size: 88px 88px;
}

.coaching-visual .orbit-one {
  border-radius: 46% 54% 58% 42%;
  animation: coachingFloat 12s ease-in-out infinite;
}

.coaching-visual .orbit-two {
  border-radius: 58% 42% 48% 52%;
  animation: coachingFloat 10s ease-in-out infinite reverse;
}

.coaching-visual .hero-arrow {
  transform: rotate(-8deg) scale(.92);
  opacity: .94;
}

.coaching-site .statement {
  background:
    linear-gradient(90deg, rgba(20, 189, 208, 0.08), transparent 36%),
    var(--white);
}

.coaching-services {
  background:
    linear-gradient(180deg, #062b42, var(--navy-deep));
}

.coaching-site .service-card:hover {
  background: rgba(20, 189, 208, 0.08);
}

.coaching-programmes {
  background:
    radial-gradient(circle at 90% 15%, rgba(20, 189, 208, 0.14), transparent 26%),
    var(--sand);
}

.coaching-approach {
  background:
    linear-gradient(135deg, #04a0b3, var(--teal-bright));
}

.coaching-approach .verify-mark {
  letter-spacing: -.08em;
}

.coaching-site .round-link:hover {
  background: var(--teal-bright);
  color: var(--navy);
}

.coaching-site .round-link:hover b {
  color: var(--navy);
}

@keyframes coachingFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(8px, -14px, 0) rotate(3deg); }
}
