
:root {
  --cream: #fff6eb;
  --paper: #fffaf4;
  --ink: #302729;
  --muted: #6f625e;
  --sage: #69775b;
  --forest: #245447;
  --coral: #df694d;
  --coral-deep: #c6563c;
  --gold: #efb74f;
  --gold-deep: #d9a338;
  --wheat: #e0d2af;
  --sage-soft: #edf3ef;
  --gold-soft: #f3ead3;
  --sans: "Outfit", ui-sans-serif, system-ui, sans-serif;
  --display: "Fraunces", "Iowan Old Style", Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; text-wrap: balance; letter-spacing: -0.02em; }
p { text-wrap: pretty; }
.wrap { max-width: 72rem; margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 640px) { .wrap { padding: 0 1.5rem; } }
.header {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in oklab, var(--cream) 90%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid color-mix(in oklab, var(--wheat) 80%, transparent);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 4.5rem; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; min-width: 0; }
.brand img { width: 44px; height: 44px; border-radius: 999px; flex-shrink: 0; }
.brand strong { display: block; font-size: 1rem; }
.brand small { display: block; font-size: .75rem; color: var(--muted); }
nav.desk { display: none; gap: 1.25rem; }
nav.desk a { text-decoration: none; font-size: .9rem; font-weight: 500; color: color-mix(in oklab, var(--ink) 80%, transparent); }
nav.desk a:hover, nav.desk a[aria-current="page"] { color: var(--sage); }
.actions { display: flex; align-items: center; gap: .5rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  height: 2.75rem; padding: 0 1.25rem; border-radius: 999px; font-weight: 600;
  font-size: .9rem; text-decoration: none; border: 0; cursor: pointer; font-family: inherit;
}
.btn-coral { background: var(--coral); color: var(--cream); }
.btn-coral:hover { background: var(--coral-deep); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-deep); }
.btn-outline { background: transparent; border: 1px solid var(--wheat); color: var(--ink); }
.btn-outline:hover { background: var(--gold-soft); }
.btn-sage { background: var(--sage); color: var(--cream); }
.btn-lg { height: 3rem; padding: 0 1.5rem; font-size: 1rem; }
.menu-btn { display: inline-flex; width: 2.75rem; height: 2.75rem; border: 0; background: transparent; border-radius: 999px; cursor: pointer; }
.menu-btn:hover { background: var(--gold-soft); }
.mobile { display: none; border-top: 1px solid var(--wheat); background: var(--cream); padding: 1rem 1.25rem 1.25rem; }
.mobile a { display: block; padding: .75rem .75rem; border-radius: 12px; text-decoration: none; font-weight: 500; }
.mobile a:hover { background: var(--gold-soft); }
@media (min-width: 1024px) {
  nav.desk { display: flex; }
  .menu-btn { display: none; }
  .enquire-desk { display: inline-flex !important; }
}
.hero { position: relative; min-height: 34rem; display: flex; align-items: flex-end; color: var(--cream); overflow: hidden; }
@media (min-width: 640px) { .hero { min-height: 40rem; } }
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .shade { position: absolute; inset: 0; background: color-mix(in oklab, var(--forest) 70%, transparent); }
.hero .wrap { position: relative; padding-top: 4rem; padding-bottom: 4rem; }
.eyebrow { font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.hero h1 { margin: .75rem 0 0; max-width: 48rem; font-size: 2.4rem; line-height: 1.1; }
@media (min-width: 640px) { .hero h1 { font-size: 3.75rem; } }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero p { max-width: 36rem; color: color-mix(in oklab, var(--cream) 85%, transparent); }
.row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.strip { background: var(--sage-soft); border-bottom: 1px solid var(--wheat); }
.strip .grid { display: grid; gap: 2rem; padding: 2rem 0; }
@media (min-width: 768px) { .strip .grid { grid-template-columns: 1fr 1fr 1fr; } }
.strip strong { display: block; }
.strip p { margin: .25rem 0 0; font-size: .9rem; color: var(--muted); }
.section { padding: 3.5rem 0; }
.grid-2 { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
.grid-3 { display: grid; gap: 1rem; }
@media (min-width: 768px) { .grid-3 { grid-template-columns: 1fr 1fr 1fr; } }
.card { background: var(--paper); border: 1px solid var(--wheat); border-radius: 1.5rem; padding: 1.25rem; }
.card h3 { margin: .4rem 0 0; font-family: var(--sans); font-size: 1.15rem; font-weight: 700; }
.muted { color: var(--muted); }
.page-hero { padding: 3.5rem 0 2rem; }
.page-hero h1 { font-size: 2.4rem; margin: .6rem 0 0; max-width: 40rem; }
@media (min-width: 640px) { .page-hero h1 { font-size: 3rem; } }
.band { background: var(--forest); color: var(--cream); padding: 3rem 0; }
.band h2 { margin: .5rem 0 0; font-size: 2rem; }
.footer { background: var(--forest); color: var(--cream); padding: 3rem 0 7rem; margin-top: auto; }
.footer .grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .footer .grid { grid-template-columns: 1.2fr 1fr 1fr; } }
.footer a { color: var(--gold); }
.gold { color: var(--gold); }
.list { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
.list li { background: var(--paper); border: 1px solid var(--wheat); border-radius: 1rem; padding: .9rem 1rem; }
.price { font-family: var(--display); font-size: 2.4rem; margin: .4rem 0 0; }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: .75rem; }
.chip { height: 2.25rem; padding: 0 .9rem; border-radius: 999px; border: 1px solid var(--wheat); background: transparent; font: inherit; font-size: .85rem; font-weight: 600; cursor: pointer; }
.chip.on { background: var(--sage); color: var(--cream); border-color: var(--sage); }
.chip.on-coral { background: var(--coral); color: var(--cream); border-color: var(--coral); }
.lessons { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .lessons { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .lessons { grid-template-columns: 1fr 1fr 1fr; } }
.lesson { display: block; text-decoration: none; overflow: hidden; padding: 0; }
.thumb { aspect-ratio: 16/9; background: #1a1a1a; position: relative; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.lesson .pad { padding: 1rem 1.1rem 1.2rem; }
.day { margin-bottom: 2rem; }
.day h2 { font-size: 1.4rem; margin: 0 0 0.75rem; }
.class-row { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: space-between; align-items: center; margin-bottom: .75rem; }
.iframe-wrap { position: relative; aspect-ratio: 16/9; background: #111; border-radius: 1.25rem; overflow: hidden; }
.iframe-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.dock {
  position: fixed; left: 50%; bottom: 1rem; transform: translateX(-50%);
  z-index: 30; display: flex; gap: .25rem; padding: .25rem;
  background: color-mix(in oklab, var(--paper) 95%, transparent);
  border: 1px solid var(--wheat); border-radius: 999px;
  box-shadow: 0 12px 40px color-mix(in oklab, var(--ink) 18%, transparent);
  backdrop-filter: blur(8px); max-width: calc(100% - 1.5rem);
}
.dock a { text-decoration: none; font-size: .8rem; font-weight: 600; padding: .65rem .9rem; border-radius: 999px; white-space: nowrap; }
.dock a.primary { background: var(--coral); color: var(--cream); }
@media (max-width: 639px) {
  .enquire-desk { display: none !important; }
}
