:root {
  --green-950: #03291d;
  --green-900: #063c2a;
  --green-800: #0b513a;
  --cream: #f7f3e9;
  --paper: #fffdf7;
  --gold: #e7a91d;
  --gold-dark: #bd7f00;
  --ink: #173029;
  --muted: #5f706a;
  --line: #dcd8cc;
  --shadow: 0 24px 64px rgba(3, 41, 29, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 16px; padding: 10px 14px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.contact-strip { background: var(--green-950); color: #fff; font-size: .82rem; }
.contact-strip__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.contact-strip__inner > span { color: #f4c75b; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-strip__inner div { display: flex; gap: 24px; }
.contact-strip a { text-decoration: none; }
.contact-strip a:hover { color: #f4c75b; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,247,.96); border-bottom: 1px solid rgba(6,60,42,.12); backdrop-filter: blur(14px); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; min-width: 0; }
.brand img { width: 68px; height: 68px; object-fit: cover; border-radius: 50%; box-shadow: 0 5px 16px rgba(3,41,29,.2); }
.brand span { display: grid; line-height: 1.18; }
.brand strong { font-family: Georgia, serif; text-transform: uppercase; letter-spacing: .085em; font-size: 1.15rem; }
.brand small { margin-top: 4px; font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.brand em { margin-top: 5px; color: var(--muted); font-family: Georgia, serif; font-size: .77rem; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-weight: 750; font-size: .92rem; }
nav a:hover { color: var(--gold-dark); }
.nav-cta { padding: 12px 18px; background: var(--green-900); color: white; border-radius: 4px; }
.nav-cta:hover { color: white; background: var(--green-800); }
.menu-toggle { display: none; padding: 9px 12px; border: 1px solid var(--green-900); color: var(--green-900); background: transparent; border-radius: 4px; font-weight: 800; }

.hero { overflow: hidden; color: white; background: radial-gradient(circle at 15% 25%, #0e573e, var(--green-950) 60%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 38px; }
.hero-copy { padding: 78px 0; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--gold-dark); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.hero .eyebrow { color: #f3c249; }
h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { margin: 0; font-size: clamp(4rem, 7vw, 7.4rem); line-height: .86; font-weight: 500; }
h1 em { display: block; color: var(--gold); }
.hero-lead { max-width: 640px; margin: 32px 0 0; font-size: 1.15rem; color: #e0e9e5; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 4px; font-weight: 900; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--green-950); }
.button--gold:hover { background: #f1b82f; }
.button--ghost { border-color: rgba(255,255,255,.45); color: white; }
.hero-points { list-style: none; padding: 0; margin: 48px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.hero-points li { padding: 12px 16px; border-left: 1px solid rgba(255,255,255,.25); font-size: .82rem; font-weight: 800; text-align: center; }
.hero-points li:first-child { border-left: 0; }
.hero-art { align-self: stretch; position: relative; min-height: 690px; }
.hero-art::before { content: ""; position: absolute; inset: 8% -35% 8% 2%; border: 2px solid rgba(231,169,29,.5); border-radius: 50%; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; border-left: 1px solid rgba(231,169,29,.5); }

.benefits { background: var(--cream); border-bottom: 1px solid var(--line); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-grid article { padding: 34px 28px; border-left: 1px solid var(--line); }
.benefit-grid article:last-child { border-right: 1px solid var(--line); }
.benefit-grid span { color: var(--gold-dark); font-weight: 900; font-size: .74rem; }
.benefit-grid h2 { margin: 8px 0 5px; font-family: inherit; font-size: 1.04rem; letter-spacing: 0; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

.section { padding: 104px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.section h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .98; font-weight: 500; }
.section-heading > p { color: var(--muted); font-size: 1.05rem; }
.course-grid { display: grid; gap: 22px; }
.course-grid--featured { grid-template-columns: repeat(3, 1fr); }
.course-card { overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 10px 34px rgba(3,41,29,.08); }
.course-card img { width: 100%; aspect-ratio: 4/2.65; object-fit: cover; }
.course-card > div { padding: 25px; }
.course-card span { color: var(--gold-dark); text-transform: uppercase; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.course-card h3 { margin: 9px 0; font-family: Georgia, serif; font-size: 1.62rem; line-height: 1.05; }
.course-card p { color: var(--muted); }
.course-card a { display: inline-block; margin-top: 8px; color: var(--green-800); font-weight: 900; text-underline-offset: 4px; }
.course-group-title { margin: 62px 0 24px; font-family: Georgia, serif; font-size: 2rem; }
.course-grid--compact { grid-template-columns: repeat(3, 1fr); }
.mini-course { min-height: 175px; padding: 28px; background: var(--cream); border-top: 3px solid var(--gold); }
.mini-course strong { font-family: Georgia, serif; font-size: 1.26rem; line-height: 1.15; }
.mini-course p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.stats { padding: 56px 0; color: white; background: var(--green-900); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid div { text-align: center; border-left: 1px solid rgba(255,255,255,.22); }
.stats-grid div:first-child { border-left: 0; }
.stats-grid strong { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 3.4rem; line-height: 1; }
.stats-grid span { font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-grid > img { width: 100%; min-height: 560px; object-fit: cover; box-shadow: var(--shadow); }
.about-grid p { color: var(--muted); }
.mission { margin-top: 34px; padding: 25px; border-left: 4px solid var(--gold); background: white; }
.mission span { color: var(--green-800); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }
.mission p { margin: 8px 0 0; }
.testimonial { color: white; background: var(--green-950); text-align: center; }
.testimonial-inner { max-width: 900px; }
.testimonial blockquote { margin: 16px auto 28px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.08; }
.testimonial cite { color: #d6e2dd; font-style: normal; }

.contact { background: linear-gradient(135deg, #f5efe1, #fffdf7); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-copy p { color: var(--muted); font-size: 1.05rem; }
.contact-copy ul { list-style: none; padding: 0; margin: 34px 0 0; }
.contact-copy li { margin-top: 10px; font-weight: 900; }
.enquiry-form { padding: 38px; background: white; box-shadow: var(--shadow); border-top: 5px solid var(--gold); }
.enquiry-form label { display: grid; gap: 7px; margin-bottom: 18px; font-size: .86rem; font-weight: 800; }
.enquiry-form label span { color: var(--muted); font-weight: 500; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, select, textarea { width: 100%; border: 1px solid #bfc8c4; border-radius: 3px; padding: 12px 13px; color: var(--ink); background: #fff; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(231,169,29,.25); border-color: var(--gold-dark); }
textarea { resize: vertical; }
.website-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .75rem; }
.form-status { min-height: 24px; margin: 12px 0 0; font-weight: 800; }
.form-status.success { color: #167345; }
.form-status.error { color: #b3261e; }

footer { padding: 50px 0; color: #dfe8e4; background: #021d15; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: start; }
.footer-grid strong { color: white; font-family: Georgia, serif; font-size: 1.5rem; }
.footer-grid p { margin: 5px 0 0; }
.footer-grid div:nth-child(2) { display: flex; gap: 22px; }
.footer-grid a { color: white; text-decoration: none; }
.footer-grid > p { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

@media (max-width: 940px) {
  .brand small { max-width: 250px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 94px; left: 0; right: 0; padding: 22px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; }
  nav.open { display: flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 30px; }
  .hero-art { min-height: 430px; }
  .benefit-grid, .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .course-grid--featured { grid-template-columns: 1fr; }
  .course-grid--featured .course-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .course-card img { height: 100%; }
  .course-grid--compact { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid > img { min-height: 420px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .contact-strip__inner { padding: 8px 0; }
  .contact-strip__inner > span, .contact-strip__inner a:first-child { display: none; }
  .header-inner { min-height: 82px; }
  .brand img { width: 54px; height: 54px; }
  .brand strong { font-size: .95rem; }
  .brand small { max-width: 210px; font-size: .55rem; }
  .brand em { display: none; }
  nav { top: 82px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 68px 0 24px; }
  h1 { font-size: clamp(3.55rem, 18vw, 5rem); }
  .hero-points { grid-template-columns: repeat(2, 1fr); }
  .hero-points li:nth-child(3) { border-left: 0; }
  .hero-art { min-height: 320px; margin: 0 -14px; }
  .benefit-grid, .stats-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .benefit-grid article:last-child, .stats-grid div { border: 0; border-bottom: 1px solid var(--line); }
  .stats-grid div { padding: 18px; border-color: rgba(255,255,255,.18); }
  .section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .course-grid--featured .course-card { display: block; }
  .course-grid--compact { grid-template-columns: 1fr; }
  .about-grid { gap: 38px; }
  .about-grid > img { min-height: 300px; }
  .contact-grid { gap: 38px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .enquiry-form { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr; }
}

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