:root {
  /* Aesop: warm paper, charcoal ink, humanist serif headings, near-monochrome */
  --bg: #fffef2;
  --bg-alt: #f4f0e2;
  --ink: #333330;         /* Aesop body/heading charcoal */
  --ink-strong: #1f1e1b;
  --ink-soft: #6f6a5f;    /* muted grey for labels/secondary */
  --gold: #333330;        /* accent kept monochrome (var name retained) */
  --gold-soft: #6f6a5f;
  --line: #e2ddce;        /* hairline */
  --serif: 'Spectral', Georgia, 'Times New Roman', serif;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
.wrap-narrow { max-width: 700px; margin: 0 auto; padding: 0 32px; }

/* Header — flush bar, underline nav (no pill, no blur block behind links) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.08em;
  color: var(--ink);
  text-decoration: none;
}
.logo span { color: var(--gold); }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}
.nav a:hover { color: var(--ink); border-color: var(--gold); }
.nav a.nav-cta {
  color: var(--gold);
  border-bottom: none;
}
.nav a.nav-cta:hover { color: var(--gold-soft); }
.nav a[aria-current="page"] { color: var(--ink); border-color: var(--gold); }
.nav a.nav-cta[aria-current="page"] { color: var(--gold-soft); border-color: transparent; }

/* Mobile nav toggle (hidden on desktop) */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 42px; height: 42px;
  align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
  cursor: pointer;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); transition: transform .25s ease, opacity .2s ease; }

/* Buttons */
.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn-primary { background: var(--gold); color: #0b0b0c; }
.btn-primary:hover { background: var(--gold-soft); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-soft); }
.btn-submit { border: none; cursor: pointer; width: 100%; font-family: inherit; margin-top: 4px; }
.btn-submit:disabled { background: #3a372f; color: #7a766b; cursor: not-allowed; }

/* Shared hero copy */
.hero-copy { display: flex; flex-direction: column; }
.eyebrow {
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin: 0 0 20px;
}
.hero-copy h1, .hero-video-copy h1 {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.06;
  margin: 0 0 24px;
  max-width: 620px;
}
.hero-sub {
  font-size: 16.5px;
  color: var(--ink-soft);
  max-width: 460px;
  margin: 0 0 36px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Hero preview switch (mockup control) */
.hero-switch {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(12,12,14,0.82);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.45);
}
.hero-switch-label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); padding-left: 6px; }
.hero-switch button {
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-soft);
  background: transparent;
  border: none;
  padding: 7px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
.hero-switch button.is-active { color: #0b0b0c; background: var(--gold); }

/* ===== Hero A — scroll showpiece ===== */
.showpiece {
  position: relative;
  min-height: 92vh;
  border-bottom: 1px solid var(--line);
}
.showpiece-sticky {
  position: relative;
  height: 92vh;
  overflow: hidden;
  background: radial-gradient(120% 90% at 78% 15%, #17171c 0%, #0b0b0c 60%);
}
.showpiece-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.showpiece-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 56px;
  pointer-events: none;
  /* scrim keeps the copy legible over the waveform without hiding the bright peak on the right */
  background: linear-gradient(90deg, rgba(11,11,12,0.92) 0%, rgba(11,11,12,0.8) 32%, rgba(11,11,12,0.2) 58%, rgba(11,11,12,0) 78%);
}
.showpiece-overlay .hero-copy { max-width: 640px; pointer-events: auto; margin-bottom: 6vh; }
/* When JS activates scroll mode, section grows tall and the inner panel pins */
.showpiece.has-showpiece { height: 340vh; min-height: 0; }
.showpiece.has-showpiece .showpiece-sticky { position: sticky; top: 0; height: 100vh; }

.showpiece-stages {
  position: absolute;
  left: 56px; right: 56px; bottom: 62px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
}
.showpiece-stages span {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b5850;
  font-weight: 600;
  transition: color .35s ease, opacity .35s ease;
}
.showpiece-stages span.is-done { color: var(--ink-soft); }
.showpiece-stages span.is-active { color: var(--gold-soft); }
.scroll-cue {
  position: absolute;
  left: 56px; bottom: 30px;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.scroll-cue span { position: relative; }
.scroll-cue span::after { content: " ↓"; color: var(--gold); animation: cue 1.8s ease-in-out infinite; display: inline-block; }
@keyframes cue { 0%,100% { transform: translateY(0); opacity: .6; } 50% { transform: translateY(3px); opacity: 1; } }
.showpiece.has-showpiece.is-built .scroll-cue { opacity: 0; transition: opacity .4s ease; }

/* ===== Hero B — video ===== */
.hero-video {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #0b0b0c;
}
.hero-video[hidden] { display: none; }
.hero-video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,8,9,0.9) 0%, rgba(8,8,9,0.62) 45%, rgba(8,8,9,0.35) 100%),
              linear-gradient(0deg, rgba(8,8,9,0.7) 0%, rgba(8,8,9,0) 40%);
}
.hero-video-copy { position: relative; z-index: 2; padding: 0 56px; max-width: 640px; }
.video-note {
  margin: 22px 0 0;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: #6f6b60;
}

/* Showpiece hidden state when video is active */
.showpiece[hidden] { display: none; }

/* Services — touching cards strip, alternating tone */
.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}
.service-card {
  padding: 44px 30px;
  border-right: 1px solid var(--line);
}
.service-card:last-child { border-right: none; }
.service-card:nth-child(even) { background: var(--bg-alt); }
.service-index {
  display: block;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: 15px;
  color: var(--gold);
  margin-bottom: 16px;
}
.service-card h3 { font-size: 17px; margin: 0 0 10px; }
.service-card p { font-size: 14px; color: var(--ink-soft); margin: 0; }

/* About split */
.about-split {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 100px 32px;
  align-items: start;
}
.section-label {
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin: 0 0 16px;
}
.section-heading {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: clamp(26px, 3.2vw, 36px);
  margin: 0 0 22px;
}
.about-copy p { color: var(--ink-soft); font-size: 15.5px; margin: 0 0 18px; }
.genre-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.genre-row span {
  font-size: 12px;
  letter-spacing: 0.03em;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--ink-soft);
}

.stat-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.stat {
  background: var(--bg-alt);
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stat-num { font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em; font-size: 30px; color: var(--gold); }
.stat-label { font-size: 12.5px; color: var(--ink-soft); letter-spacing: 0.02em; }

/* Sound band — full width dark strip, quote + embed side by side */
.sound-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 90px 32px;
  max-width: var(--max);
  margin: 0 auto;
}
.sound-quote p { color: var(--ink-soft); font-size: 15.5px; margin: 0 0 24px; }

.sc-embed {
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}
.sc-embed iframe { display: block; }

.case-link { color: var(--gold-soft); text-decoration: none; font-size: 14px; font-weight: 600; }
.case-link:hover { opacity: 0.8; }

/* FAQ accordion */
.faq { padding: 100px 0; }
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: var(--ink);
  font-family: inherit;
  font-size: 16.5px;
  font-weight: 500;
  text-align: left;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-icon {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: 20px;
  color: var(--gold);
  transition: transform .2s ease;
  flex-shrink: 0;
  margin-left: 20px;
}
.faq-item.is-open .faq-icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.faq-item.is-open .faq-a { max-height: 200px; }
.faq-a p { color: var(--ink-soft); font-size: 15px; margin: 0 0 26px; }

/* Enquiry — split, info panel + form card */
.enquire-split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.enquire-info {
  background: var(--bg-alt);
  padding: 90px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.enquire-info p { color: var(--ink-soft); font-size: 15.5px; margin: 0 0 32px; }
.social-row { display: flex; flex-wrap: wrap; gap: 12px; }
.social-pill {
  padding: 11px 22px;
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--ink);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  transition: border-color .2s ease, color .2s ease;
}
.social-pill:hover { border-color: var(--gold); color: var(--gold-soft); }

.enquire-form-wrap { padding: 90px 56px; }

/* Form */
.lead-form { display: flex; flex-direction: column; gap: 20px; }
.lead-form[hidden] { display: none; }
.hidden-field { display: none; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field label { font-size: 13px; color: var(--ink-soft); font-weight: 500; }
.field .optional { color: #6f6b60; }
.field input, .field select, .field textarea {
  font-family: inherit;
  font-size: 14.5px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  border-radius: 3px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(202,160,76,0.15);
}
.field textarea { resize: vertical; }
.form-success { padding: 20px 0; }
.form-success h3 { font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em; font-size: 24px; margin: 0 0 8px; }
.form-success p { color: var(--ink-soft); margin: 0; }

/* Availability — check your date */
.availability { border-top: 1px solid var(--line); background: var(--bg); }
.avail-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 80px 32px;
}
.avail-copy p { color: var(--ink-soft); font-size: 15.5px; margin: 0; }
.avail-tool {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 30px;
}
.avail-form { display: flex; gap: 14px; align-items: flex-end; }
.avail-form .field { flex: 1; }
.avail-form .btn { white-space: nowrap; }
.avail-result {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 4px;
  background: var(--bg);
  border: 1px solid var(--line);
}
.avail-result[hidden] { display: none; }
.avail-dot { width: 11px; height: 11px; border-radius: 50%; background: #6f6b60; flex-shrink: 0; }
.avail-result.is-available .avail-dot { background: #63c07a; box-shadow: 0 0 0 4px rgba(99,192,122,0.15); }
.avail-result.is-booked .avail-dot { background: #d0674f; box-shadow: 0 0 0 4px rgba(208,103,79,0.15); }
.avail-result.is-limited .avail-dot { background: var(--gold); box-shadow: 0 0 0 4px rgba(202,160,76,0.15); }
.avail-result.is-error .avail-dot { background: #6f6b60; }
.avail-result-text { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.avail-result-text strong { font-size: 15px; color: var(--ink); }
.avail-result-text span { font-size: 13.5px; color: var(--ink-soft); }
.avail-use {
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-soft);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 9px 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color .2s ease, color .2s ease;
}
.avail-use[hidden] { display: none; }
.avail-use:hover { border-color: var(--gold); color: var(--gold); }
.avail-note { font-size: 12px; color: #6f6b60; margin: 16px 0 0; }
.avail-form.is-loading .btn { opacity: 0.6; pointer-events: none; }

/* Footer */
.site-footer { padding: 34px 0; border-top: 1px solid var(--line); }
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13.5px;
  color: var(--ink-soft);
}
.footer-inner span { font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em; color: var(--ink); letter-spacing: 0.05em; }
.footer-inner a { color: var(--ink-soft); text-decoration: none; }
.footer-inner a:hover { color: var(--gold-soft); }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1000px) {
  .services { grid-template-columns: 1fr 1fr; }
  .service-card { border-bottom: 1px solid var(--line); }
  .about-split { grid-template-columns: 1fr; }
  .sound-band { grid-template-columns: 1fr; padding: 60px 32px; }
  .avail-inner { grid-template-columns: 1fr; gap: 32px; padding: 60px 32px; }
  .enquire-split { grid-template-columns: 1fr; }
  .enquire-info, .enquire-form-wrap { padding: 56px 32px; }
  .showpiece-overlay, .hero-video-copy { padding: 0 32px; }
  .showpiece-stages { left: 32px; right: 32px; }
  .scroll-cue { left: 32px; }
}
@media (max-width: 640px) {
  .services { grid-template-columns: 1fr; }
  .service-card { border-right: none; }
  .field-row { grid-template-columns: 1fr; }
  .avail-form { flex-direction: column; align-items: stretch; }
  .avail-form .btn { width: 100%; }
  .avail-result { flex-wrap: wrap; }
  .wrap { padding: 0 22px; }
  .showpiece, .showpiece-sticky { min-height: 78vh; height: 78vh; }
  .hero-video { min-height: 80vh; }
  .showpiece-stages span { font-size: 10px; letter-spacing: 0.02em; }
  .hero-switch-label { display: none; }
  .scroll-cue { display: none; } /* hero auto-loops on mobile, no scroll to prompt */
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .scroll-cue span::after { animation: none; }
}

/* ============================================================
   Multi-page components
   ============================================================ */

/* Interior page banner */
.page-hero {
  border-bottom: 1px solid var(--line);
  background: radial-gradient(120% 120% at 80% 0%, #17171c 0%, #0b0b0c 62%);
}
.page-hero-inner { max-width: var(--max); margin: 0 auto; padding: 96px 32px 72px; }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.04;
  margin: 0 0 20px;
  max-width: 760px;
}
.page-hero p { color: var(--ink-soft); font-size: 17px; max-width: 560px; margin: 0; }

/* Section head (home teasers) */
.section-head {
  max-width: var(--max);
  margin: 0 auto;
  padding: 90px 32px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.section-head .heads { max-width: 640px; }
.section-head .section-heading { margin-bottom: 0; }
.text-link { color: var(--gold-soft); text-decoration: none; font-size: 14px; font-weight: 600; white-space: nowrap; }
.text-link:hover { color: var(--gold); }
.text-link::after { content: " →"; }

/* Home about teaser */
.about-teaser {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 56px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 90px 32px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.about-teaser p { color: var(--ink-soft); font-size: 15.5px; margin: 0 0 20px; }

/* Reusable enquire CTA band */
.cta-band {
  border-top: 1px solid var(--line);
  background: var(--bg-alt);
}
.cta-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 84px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.cta-inner .cta-copy { max-width: 620px; }
.cta-inner h2 { font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em; font-size: clamp(26px, 3.4vw, 38px); margin: 0 0 12px; }
.cta-inner p { color: var(--ink-soft); font-size: 15.5px; margin: 0; }

/* About page — portrait + bio */
.about-page {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 90px 32px;
  align-items: start;
}
.about-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(160deg, #1b1b20 0%, #0b0b0c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-portrait .portrait-placeholder {
  display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; padding: 24px;
}
.about-portrait .monogram {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: 72px;
  color: var(--gold);
  letter-spacing: 0.04em;
  line-height: 1;
}
.about-portrait .placeholder-note { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: #6f6b60; }
.about-bio p { color: var(--ink-soft); font-size: 15.5px; margin: 0 0 18px; }
.about-bio .section-heading { margin-top: 4px; }

/* Career timeline */
.timeline {
  max-width: var(--max);
  margin: 0 auto;
  padding: 20px 32px 96px;
}
.timeline-track { border-top: 1px solid var(--line); }
.timeline-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 32px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.timeline-item .when { font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em; color: var(--gold); font-size: 16px; }
.timeline-item .what h3 { margin: 0 0 6px; font-size: 17px; }
.timeline-item .what p { margin: 0; color: var(--ink-soft); font-size: 14.5px; }

/* Events page — detailed rows */
.event-detail {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}
.event-row {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 48px;
  padding: 60px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.event-row:first-child { border-top: 1px solid var(--line); }
.event-row .event-num {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  font-size: clamp(40px, 6vw, 72px);
  color: var(--gold);
  line-height: 1;
}
.event-row h2 { font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em; font-size: 26px; margin: 0 0 14px; }
.event-row .lead { color: var(--ink); font-size: 16px; margin: 0 0 18px; }
.event-row p { color: var(--ink-soft); font-size: 15px; margin: 0 0 18px; }
.event-includes { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.event-includes li {
  font-size: 12.5px;
  padding: 7px 14px;
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--ink-soft);
}

/* Standalone page section spacing helpers */
.section-narrow { padding: 20px 0 40px; }
.sound-page { border-top: none; border-bottom: none; }

/* Richer footer */
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.1fr;
  gap: 48px;
  padding: 64px 32px 40px;
  max-width: var(--max);
  margin: 0 auto;
}
.footer-logo { font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em; font-weight: 700; font-size: 20px; letter-spacing: 0.06em; color: var(--ink); }
.footer-logo span { color: var(--gold); }
.footer-brand p { color: var(--ink-soft); font-size: 14px; margin: 14px 0 0; max-width: 300px; }
.footer-nav { display: flex; flex-direction: column; gap: 12px; }
.footer-nav a { color: var(--ink-soft); text-decoration: none; font-size: 14px; }
.footer-nav a:hover { color: var(--gold-soft); }
.footer-contact { display: flex; flex-direction: column; gap: 16px; }
.footer-contact > a { color: var(--ink); text-decoration: none; font-size: 15px; }
.footer-contact > a:hover { color: var(--gold-soft); }
.footer-social { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-social a { color: var(--ink-soft); text-decoration: none; font-size: 13px; }
.footer-social a:hover { color: var(--gold-soft); }
.footer-base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 32px;
  border-top: 1px solid var(--line);
  max-width: var(--max);
  margin: 0 auto;
  font-size: 12.5px;
  color: #6f6b60;
}

/* Multi-page responsive */
@media (max-width: 1000px) {
  .about-teaser { grid-template-columns: 1fr; gap: 32px; }
  .about-page { grid-template-columns: 1fr; gap: 40px; }
  .about-portrait { max-width: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }
  .nav.is-open { max-height: 380px; }
  .nav a { padding: 15px 32px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav a:hover { border-color: transparent; }
  .event-row { grid-template-columns: 1fr; gap: 16px; padding: 44px 0; }
  .timeline-item { grid-template-columns: 1fr; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Aesop theme overrides (cream + charcoal + terracotta, bolder)
   Appended last so these win over earlier dark-theme rules.
   ============================================================ */

/* Bolder UI ("page items") */
.nav a { font-weight: 700; }
.btn { font-weight: 700; }
.eyebrow, .section-label { font-weight: 700; }
.genre-row span, .event-includes li { font-weight: 600; }

/* Buttons — Aesop: solid charcoal primary, cream label */
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { background: var(--gold); color: #fffef2; }
.btn-ghost { color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-submit:disabled { background: #e8e3d3; color: #a7a191; }

/* Hero preview switch — light chip */
.hero-switch {
  background: rgba(255,254,242,0.92);
  border-color: var(--line);
  box-shadow: 0 8px 26px rgba(70,58,42,0.16);
}
.hero-switch button.is-active { background: var(--ink); color: var(--bg); }

/* Showpiece — cream canvas, cream scrim, terracotta stage highlight */
.showpiece-sticky {
  background: radial-gradient(120% 100% at 78% 12%, #faf7ea 0%, #f1ecdd 58%, #e9e2d0 100%);
}
.showpiece-overlay {
  background: linear-gradient(90deg, rgba(255,254,242,0.96) 0%, rgba(255,254,242,0.86) 34%, rgba(255,254,242,0.28) 60%, rgba(255,254,242,0) 80%);
}
.showpiece-stages span { color: #b4ac97; }
.showpiece-stages span.is-done { color: var(--ink-soft); }
.showpiece-stages span.is-active { color: var(--gold); }

/* Video hero sits over dark footage — keep its copy light */
.hero-video { background: #0e0d0b; }
.hero-video-copy { color: #f6f3e9; }
.hero-video-copy h1 { color: #fffdf3; }
.hero-video-copy .hero-sub { color: rgba(255,253,243,0.86); }
.hero-video-copy .eyebrow { color: #e2a78d; }
.hero-video-copy .btn-ghost { color: #fffdf3; border-color: rgba(255,253,243,0.5); }
.hero-video-copy .btn-ghost:hover { border-color: #fffdf3; color: #fffdf3; }
.video-note { color: rgba(255,253,243,0.6); }

/* Interior page banner — soft cream wash */
.page-hero { background: linear-gradient(180deg, #f6f2e4 0%, var(--bg) 100%); }

/* About portrait placeholder — cream */
.about-portrait { background: linear-gradient(160deg, #f1ecdd 0%, #e6dfcc 100%); }
.about-portrait .placeholder-note { color: #a49e8c; }

/* Accent tweaks for the new palette */
.field input:focus, .field select:focus, .field textarea:focus {
  box-shadow: 0 0 0 3px rgba(177,87,59,0.14);
}
.avail-result.is-limited .avail-dot { box-shadow: 0 0 0 4px rgba(177,87,59,0.16); }

/* Event gallery */
.gallery { border-top: 1px solid var(--line); }
.gallery-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 40px 32px 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.g-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 4 / 5;
  background: var(--bg-alt);
}
.g-item img, .g-item video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.g-item:hover img, .g-item:hover video { transform: scale(1.04); }
.g-item figcaption {
  position: absolute;
  left: 14px; bottom: 12px;
  color: #fffef2;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 1px 10px rgba(0,0,0,0.55);
  z-index: 2;
}
.g-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20,16,12,0.5) 0%, rgba(20,16,12,0) 42%);
  pointer-events: none;
}
@media (max-width: 760px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 30px 22px 70px; }
}

/* ============================================================
   Aesop-authentic pass — serif headings at a restrained scale,
   sharp corners, quiet outline buttons, muted media, promo bar.
   Appended last to win over earlier rules.
   ============================================================ */

/* Promo bar */
.announce { background: var(--ink-strong); color: var(--bg); text-align: center; }
.announce p { margin: 0; padding: 9px 16px; font-size: 12px; letter-spacing: 0.08em; }

/* Serif wordmark */
.logo, .footer-logo {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 22px;
  color: var(--ink);
}
.logo span, .footer-logo span { color: inherit; }

/* Restrained nav */
.nav a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); border-color: var(--ink); }
.nav a.nav-cta, .nav a.nav-cta:hover, .nav a.nav-cta[aria-current="page"] { color: var(--ink); }

/* Serif headings, weight 400, Aesop scale */
.hero-copy h1, .hero-video-copy h1, .page-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
}
.section-heading {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  font-size: clamp(23px, 2.6vw, 30px);
  line-height: 1.2;
}
.event-row h2, .form-success h3 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; font-size: 26px; }
.cta-inner h2 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; font-size: clamp(24px, 2.8vw, 32px); }
.timeline .what h3, .service-card h3 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; font-size: 19px; }
.stat-num, .event-num, .service-index, .about-portrait .monogram {
  font-family: var(--serif); font-weight: 400; letter-spacing: 0;
}

/* Muted labels (uppercase, tracked, grey) */
.eyebrow, .section-label { color: var(--ink-soft); font-weight: 600; font-size: 11.5px; letter-spacing: 0.16em; }

/* Body copy tone */
.hero-sub, .about-copy p, .about-bio p, .avail-copy p, .event-row p, .cta-inner p,
.enquire-info p, .sound-quote p, .faq-a p, .service-card p { color: var(--ink-soft); }

/* Quiet outline buttons, sharp corners */
.btn {
  border-radius: 0;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 15px 32px;
  font-size: 14px;
  border: 1px solid var(--ink);
}
.btn-primary { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn-primary:hover { background: transparent; color: var(--ink); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.btn-submit { border: 1px solid var(--ink); }
.btn-submit:disabled { background: transparent; color: #b3ad9f; border-color: #ddd8c6; }

/* Text links — Aesop "Discover →" */
.text-link, .case-link { color: var(--ink); font-weight: 500; font-size: 14px; }
.text-link:hover, .case-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; opacity: 1; }

/* Sharp corners across components */
.field input, .field select, .field textarea,
.g-item, .g-item img, .g-item video, .avail-tool, .avail-result,
.about-portrait, .stat-panel, .sc-embed, .genre-row span,
.event-includes li, .social-pill, .nav-toggle { border-radius: 0; }

/* Muted media (softer tones, still playing) */
.hero-video-el { filter: saturate(0.5) contrast(0.92) brightness(0.8) sepia(0.14); }
.hero-video-scrim {
  background: linear-gradient(90deg, rgba(31,30,27,0.82) 0%, rgba(31,30,27,0.5) 45%, rgba(31,30,27,0.28) 100%),
              linear-gradient(0deg, rgba(31,30,27,0.55) 0%, rgba(31,30,27,0) 45%);
}

/* Gallery — captions below, muted imagery (Aesop editorial grid) */
.gallery-grid { gap: 20px; }
.g-item { aspect-ratio: auto; background: transparent; overflow: visible; }
.g-item img, .g-item video { aspect-ratio: 4 / 5; height: auto; }
.g-item video { filter: saturate(0.55) contrast(0.92) brightness(0.92) sepia(0.12); }
.g-item img { filter: saturate(0.82) contrast(0.98); }
.g-item::after { display: none; }
.g-item figcaption {
  position: static;
  left: auto; bottom: auto;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: none;
  padding-top: 12px;
}

/* Hero copy on the muted video */
.hero-video-copy .btn-primary { background: var(--bg); color: var(--ink); border-color: var(--bg); }
.hero-video-copy .btn-primary:hover { background: transparent; color: var(--bg); border-color: var(--bg); }
.hero-video-copy .btn-ghost { background: transparent; color: #fffdf3; border-color: rgba(255,253,243,0.55); }
.hero-video-copy .btn-ghost:hover { background: rgba(255,253,243,0.14); color: #fffdf3; border-color: #fffdf3; }
.hero-video-copy .eyebrow { color: rgba(255,253,243,0.72); }

/* A little more air */
.section-head { padding-top: 100px; }

/* ============================================================
   No boxes — clean editorial category lists (Aesop)
   ============================================================ */

/* De-box the old services strip if used anywhere */
.services { border-bottom: none; }
.service-card, .service-card:nth-child(even) { border: none; background: transparent; }

/* Home about teaser — single statement, no stat boxes */
.about-teaser { display: block; padding: 96px 32px; }
.about-teaser .about-copy { max-width: 660px; }

/* Home category columns */
.cats {
  max-width: var(--max);
  margin: 0 auto;
  padding: 44px 32px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
}
.cat h3 { font-family: var(--serif); font-weight: 400; font-size: 21px; margin: 0 0 12px; }
.cat > p { color: var(--ink-soft); font-size: 14.5px; margin: 0 0 18px; }
.cat ul { list-style: none; margin: 0; padding: 0; }
.cat li { font-size: 14px; color: var(--ink); padding: 9px 0; border-top: 1px solid var(--line); }

/* Events page — categorised lists, hairline separators, no boxes */
.evt-cat {
  max-width: var(--max);
  margin: 0 auto;
  padding: 66px 32px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
  border-top: 1px solid var(--line);
  align-items: start;
}
.evt-cat:first-of-type { border-top: none; }
.evt-head h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 2.8vw, 32px); margin: 0 0 16px; }
.evt-head p { color: var(--ink-soft); font-size: 15px; margin: 0; max-width: 340px; }
.evt-list { columns: 2; column-gap: 48px; list-style: none; margin: 0; padding: 0; }
.evt-list li {
  font-size: 15px;
  color: var(--ink);
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  break-inside: avoid;
}
.evt-list li:first-child { border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .cats { grid-template-columns: 1fr 1fr; gap: 36px; }
  .evt-cat { grid-template-columns: 1fr; gap: 24px; padding: 48px 32px; }
}
@media (max-width: 560px) {
  .cats { grid-template-columns: 1fr; }
  .evt-list { columns: 1; }
}

/* Availability calendar */
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.cal-title { font-family: var(--serif); font-size: 19px; }
.cal-nav {
  width: 38px; height: 38px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-size: 18px; line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, opacity .2s ease;
}
.cal-nav:hover:not(:disabled) { background: var(--ink); color: var(--bg); }
.cal-nav:disabled { opacity: 0.25; cursor: default; }
.cal-dow, .cal-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.cal-dow { margin-bottom: 4px; }
.cal-dow span { text-align: center; font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); padding: 6px 0; }
.cal-days { gap: 2px; }
.cal-day {
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid transparent;
  color: var(--ink);
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
}
.cal-day.is-empty { border: none; cursor: default; }
.cal-day.is-past { color: #c4beac; cursor: default; }
.cal-day:not(.is-empty):not(.is-past):hover { border-color: var(--ink); }
.cal-day.is-today { text-decoration: underline; text-underline-offset: 3px; }
.cal-day.is-selected { background: var(--ink); color: var(--bg); }

/* SEO landing pages — prose, ticks, related, linked lists */
.prose { border-top: 1px solid var(--line); }
.prose-inner { max-width: 760px; margin: 0 auto; padding: 70px 32px 24px; }
.prose-inner > p { color: var(--ink-soft); font-size: 16px; margin: 0 0 22px; }
.prose-inner .section-heading { margin: 46px 0 20px; }
.ticks { list-style: none; margin: 0; padding: 0; }
.ticks li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid var(--line); font-size: 15px; }
.ticks li::before {
  content: ""; position: absolute; left: 3px; top: 17px;
  width: 11px; height: 6px;
  border-left: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink);
  transform: rotate(-45deg);
}
.prose .faq { padding: 0; }
.faq-inline { margin: 6px 0 0; }
.related { margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line); }
.related .section-label { margin-bottom: 16px; }
.rel-link {
  display: inline-block; margin: 0 20px 12px 0;
  color: var(--ink); text-decoration: none; font-size: 14px;
  border-bottom: 1px solid var(--line); padding-bottom: 2px;
}
.rel-link:hover { border-color: var(--ink); }
.evt-list a { color: var(--ink); text-decoration: none; display: block; }
.evt-list a:hover { text-decoration: underline; text-underline-offset: 3px; }
