:root {
  --ink: #100e0f;
  --ink-soft: #1d171b;
  --ivory: #f1e7d5;
  --ivory-deep: #dfcfb5;
  --plum: #5c294f;
  --plum-bright: #8c456f;
  --red: #7c271e;
  --gold: #ae8650;
  --gold-light: #d4b77b;
  --line: rgba(174, 134, 80, .34);
  --shadow: 0 24px 70px rgba(10, 7, 8, .2);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 42px)); margin: 0 auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 300; background: var(--ivory); color: var(--ink); padding: 10px 14px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(16, 14, 15, .96);
  color: var(--ivory);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-shell { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.wordmark {
  margin-right: auto;
  font-family: "Old English Text MT", "Lucida Blackletter", Georgia, serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1;
  letter-spacing: .02em;
  white-space: nowrap;
}
.wordmark span { color: var(--gold-light); }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.nav-links a {
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold-light); border-color: currentColor; }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; color: var(--ivory); padding: 9px 11px; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; }

.entry-page { min-height: 100svh; background: #090708; color: var(--ivory); }
.entry-page::before { opacity: .28; }
.entry {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 26px;
  background:
    radial-gradient(circle at 18% 23%, rgba(124, 39, 30, .56), transparent 24%),
    radial-gradient(circle at 82% 72%, rgba(92, 41, 79, .52), transparent 27%),
    radial-gradient(circle at 50% 52%, rgba(174, 134, 80, .12), transparent 34%),
    linear-gradient(145deg, #080708 0%, #160f13 48%, #070607 100%);
}
.entry::before, .entry::after {
  content: "";
  position: absolute;
  width: 58vw;
  height: 58vw;
  min-width: 560px;
  min-height: 560px;
  border-radius: 46% 54% 60% 40%;
  filter: blur(72px);
  opacity: .2;
  z-index: -1;
}
.entry::before { left: -28vw; top: -28vw; background: var(--red); transform: rotate(25deg); }
.entry::after { right: -30vw; bottom: -30vw; background: var(--plum); transform: rotate(-25deg); }
.entry-frame {
  width: min(760px, 94vw);
  min-height: min(900px, calc(100svh - 52px));
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  position: relative;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(212, 183, 123, .5);
  box-shadow: inset 0 0 70px rgba(0, 0, 0, .62), 0 30px 100px rgba(0, 0, 0, .55);
}
.entry-frame::before, .entry-frame::after { content: ""; position: absolute; width: 54px; height: 54px; border-color: var(--gold-light); opacity: .65; }
.entry-frame::before { inset: 12px auto auto 12px; border-top: 1px solid; border-left: 1px solid; }
.entry-frame::after { inset: auto 12px 12px auto; border-right: 1px solid; border-bottom: 1px solid; }
.entry-kicker, .eyebrow { margin: 0 0 14px; font-size: .69rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.entry-kicker { color: var(--gold-light); }
.entry-wordmark {
  margin: 0;
  font-family: "Old English Text MT", "Lucida Blackletter", Georgia, serif;
  font-size: clamp(3.6rem, 11vw, 7.6rem);
  line-height: .8;
  letter-spacing: -.03em;
  text-shadow: 0 4px 22px rgba(0, 0, 0, .8);
}
.entry-subtitle { margin: 18px 0 14px; color: var(--gold-light); font-size: clamp(.75rem, 2vw, 1rem); font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.entry-seal {
  width: min(390px, 72vw);
  aspect-ratio: 1;
  margin: 18px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(212, 183, 123, .72);
  box-shadow: 0 0 0 9px rgba(174, 134, 80, .08), 0 0 70px rgba(124, 39, 30, .28);
  background: var(--ivory-deep);
  position: relative;
}
.entry-seal img { display: block; width: 100%; height: 100%; object-fit: cover; }
.entry-symbol {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  width: 34%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(239, 224, 194, .96);
  color: var(--red);
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 7px rgba(239, 224, 194, .78), 0 10px 30px rgba(0,0,0,.22);
  font-family: Georgia, serif;
  font-size: clamp(4.4rem, 13vw, 7rem);
  line-height: 1;
}
.entry-motto { margin: 14px 0 22px; font-family: Georgia, serif; font-size: clamp(1rem, 2.5vw, 1.35rem); letter-spacing: .18em; text-transform: uppercase; }
.entry-location { position: absolute; left: 20px; right: 20px; bottom: 18px; margin: 0; color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  padding: 13px 20px;
  background: transparent;
  color: inherit;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.btn.gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn.light { color: var(--ivory); border-color: rgba(241, 231, 213, .75); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; }

.page-hero {
  position: relative;
  min-height: 74svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--ivory);
  background: var(--ink);
}
.page-hero.compact { min-height: 56svh; }
.page-hero > img, .page-hero .hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .48; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(10, 8, 9, .95) 0%, rgba(10, 8, 9, .72) 48%, rgba(10, 8, 9, .18) 100%), linear-gradient(0deg, rgba(10, 8, 9, .92), transparent 55%); }
.page-hero-content { position: relative; z-index: 2; padding: clamp(72px, 10vw, 130px) 0 clamp(54px, 8vw, 96px); max-width: 790px; }
.page-hero .eyebrow { color: var(--gold-light); }
.display {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  letter-spacing: -.055em;
  line-height: .88;
  text-transform: uppercase;
}
.gothic { font-family: "Old English Text MT", "Lucida Blackletter", Georgia, serif; text-transform: none; letter-spacing: -.02em; }
.hero-lead { max-width: 680px; margin: 26px 0 30px; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-mark { color: var(--gold-light); }
.ticker { overflow: hidden; padding: 13px 20px; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); background: var(--ink); color: var(--gold-light); text-align: center; font-size: clamp(.62rem, 1.8vw, .78rem); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }

.section { padding: clamp(70px, 9vw, 112px) 0; border-top: 1px solid rgba(16, 14, 15, .16); }
.section.dark { background: var(--ink); color: var(--ivory); border-color: var(--line); }
.section.plum { background: var(--plum); color: var(--ivory); }
.section.paper-deep { background: var(--ivory-deep); }
.section-title { font-size: clamp(2.9rem, 6vw, 5.8rem); }
.lead { font-size: clamp(1.1rem, 2vw, 1.34rem); max-width: 760px; }
.intro-grid, .split, .profile, .next-grid, .contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(38px, 7vw, 86px); align-items: start; }
.split.even, .next-grid { grid-template-columns: 1fr 1fr; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 40px; }
.section-head > div { max-width: 790px; }
.rule { width: 88px; height: 2px; margin: 24px 0; background: var(--gold); }
.quote { margin: 30px 0; padding: 4px 0 4px 24px; border-left: 3px solid var(--gold); font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1.25; }
.micro { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--line); gap: 1px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card { padding: 30px; background: var(--ivory); color: var(--ink); min-height: 230px; }
.dark .card { background: var(--ink-soft); color: var(--ivory); }
.card-number { color: var(--plum); font: 700 2rem/1 Georgia, serif; }
.dark .card-number { color: var(--gold-light); }
.card h3 { margin: 12px 0 8px; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.1; }
.card p:last-child { margin-bottom: 0; }
.card-link { display: inline-block; margin-top: 16px; border-bottom: 1px solid currentColor; font-size: .69rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.photo-frame { margin: 0; border: 1px solid var(--line); background: var(--ink); box-shadow: var(--shadow); overflow: hidden; }
.photo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.photo-frame figcaption { padding: 12px 15px; color: var(--gold-light); background: var(--ink); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.portrait-frame { aspect-ratio: 4 / 5; }
.portrait-frame img { object-position: center 35%; }
.photo-pair, .photo-trio { display: grid; gap: 14px; }
.photo-pair { grid-template-columns: 1.05fr .95fr; }
.photo-trio { grid-template-columns: repeat(3, 1fr); }
.photo-pair .photo-frame { aspect-ratio: 4/5; }
.photo-trio .photo-frame { aspect-ratio: 4/5; }

.image-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.image-card { margin: 0; border: 1px solid rgba(16, 14, 15, .18); background: rgba(255,255,255,.22); }
.image-card img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.image-card-body { padding: 26px; }
.image-card h3 { margin: 7px 0 8px; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.1; }
.tag { display: inline-block; padding: 5px 8px; border: 1px solid currentColor; font-size: .63rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.stat { padding-top: 16px; border-top: 2px solid currentColor; }
.stat strong { display: block; font: 700 clamp(2rem, 4vw, 3.3rem)/1 Georgia, serif; }
.stat span { display: block; margin-top: 7px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.schedule-grid { display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 18px; }
.schedule-card { border: 1px solid rgba(16, 14, 15, .25); padding: 28px; background: rgba(255,255,255,.22); }
.schedule-card.featured { background: var(--plum); color: var(--ivory); border-color: var(--plum); }
.schedule-card h2, .schedule-card h3 { margin: 10px 0 18px; font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.1; }
.schedule-card table { width: 100%; border-collapse: collapse; }
.schedule-card th, .schedule-card td { padding: 11px 0; border-top: 1px solid currentColor; text-align: left; vertical-align: top; }
.schedule-card th { opacity: .68; font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.schedule-card td:last-child, .schedule-card th:last-child { text-align: right; font-weight: 900; }
.schedule-card .class-name { padding-left: 12px; padding-right: 12px; }
.mobile-times { display: none; position: sticky; bottom: 0; z-index: 40; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--ivory); border-top: 1px solid var(--gold); }
.mobile-times a { padding: 12px 10px; text-align: center; }
.mobile-times strong { display: block; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.08rem; }
.mobile-times span { font-size: .61rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

.gallery { columns: 3 260px; column-gap: 16px; }
.gallery figure { position: relative; margin: 0 0 16px; break-inside: avoid; overflow: hidden; background: var(--ink); }
.gallery img { display: block; width: 100%; height: auto; transition: transform .45s ease; }
.gallery figure:hover img { transform: scale(1.02); }
.gallery figcaption { position: absolute; inset: auto 0 0; padding: 52px 18px 15px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.88)); font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.tile-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tile-gallery figure { position: relative; margin: 0; aspect-ratio: 4/3; overflow: hidden; background: var(--ink); }
.tile-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tile-gallery figcaption { position: absolute; inset: auto 0 0; padding: 48px 17px 15px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.86)); font-size: .64rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.reviews-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(290px, 33%); gap: 16px; overflow-x: auto; scroll-snap-type: inline mandatory; padding: 6px 2px 18px; }
.review { scroll-snap-align: start; min-height: 310px; display: flex; flex-direction: column; border: 1px solid rgba(16,14,15,.2); padding: 28px; background: rgba(255,255,255,.2); }
.stars { color: #c48920; letter-spacing: .08em; }
.review blockquote { margin: 20px 0 26px; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.5; }
.reviewer { margin: auto 0 0; font-weight: 900; }
.reviewer span { display: block; margin-top: 3px; color: var(--plum); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }

.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; list-style: none; padding: 0; border-top: 1px solid currentColor; }
.check-list li { display: flex; gap: 9px; padding: 11px 0; border-bottom: 1px solid currentColor; }
.check-list li::before { content: "✦"; color: var(--gold); }

.faq { max-width: 900px; }
.faq details { border-top: 1px solid rgba(16,14,15,.24); }
.faq details:last-child { border-bottom: 1px solid rgba(16,14,15,.24); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 700; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--plum); font-family: Arial, sans-serif; }
.faq details[open] summary::after { content: "–"; }
.faq details p { max-width: 760px; margin: 0; padding: 0 36px 20px 0; }

.enquiry-panel { padding: clamp(28px, 5vw, 48px); background: var(--ink); color: var(--ivory); box-shadow: var(--shadow); }
.enquiry-panel h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.field { display: grid; gap: 7px; }
.field.full, .form-submit { grid-column: 1 / -1; }
.field label { color: var(--gold-light); font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid rgba(241,231,213,.52); border-radius: 0; background: #171316; color: var(--ivory); }
.field textarea { min-height: 112px; resize: vertical; }
.form-submit { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-help { margin: 0; max-width: 480px; font-size: .78rem; }
.contact-links { display: grid; gap: 13px; }
.contact-links a { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 10px; border-bottom: 1px solid rgba(241,231,213,.3); }

.cta { padding: clamp(80px, 10vw, 130px) 0; text-align: center; }
.cta .display { max-width: 980px; margin: 0 auto; }
.cta p:not(.eyebrow) { max-width: 640px; margin: 22px auto 28px; }
.cta .actions { justify-content: center; }
.site-footer { padding: 48px 0; background: var(--ink); color: var(--ivory); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: end; }
.footer-links { display: flex; justify-content: flex-end; gap: 16px; flex-wrap: wrap; }
.footer-links a { border-bottom: 1px solid rgba(241,231,213,.4); }
.footer-motto { color: var(--gold-light); font-family: Georgia, serif; text-transform: uppercase; letter-spacing: .12em; }

@media (max-width: 1040px) {
  .nav-links { position: absolute; inset: 76px 0 auto; display: none; padding: 22px; background: rgba(16,14,15,.99); border-bottom: 1px solid var(--line); flex-wrap: wrap; justify-content: flex-start; }
  .nav-links.open { display: flex; }
  .nav-links a { width: calc(33.333% - 12px); }
  .menu-toggle { display: inline-flex; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .schedule-grid { grid-template-columns: 1fr 1fr; }
  .schedule-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .nav-shell { min-height: 68px; }
  .nav-links { top: 68px; }
  .nav-links a { width: calc(50% - 9px); }
  .page-hero { min-height: 68svh; }
  .page-hero.compact { min-height: 50svh; }
  .page-hero::before { background: linear-gradient(0deg, rgba(10,8,9,.96) 0%, rgba(10,8,9,.72) 66%, rgba(10,8,9,.35) 100%); }
  .intro-grid, .split, .split.even, .profile, .next-grid, .contact-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .card-grid, .card-grid.three, .card-grid.two, .image-card-grid, .tile-gallery { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .photo-pair { grid-template-columns: 1fr 1fr; }
  .photo-trio { grid-template-columns: 1fr; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-card:last-child { grid-column: auto; }
  .mobile-times { display: grid; }
  .stats { grid-template-columns: 1fr; }
  .reviews-track { grid-auto-columns: 87%; }
  .review { min-height: 0; }
  .check-list { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .form-submit { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .entry-frame { min-height: calc(100svh - 28px); }
  .entry-location { bottom: 12px; }
}

@media (max-width: 430px) {
  .entry { padding: 10px; }
  .entry-frame { width: 100%; min-height: calc(100svh - 20px); padding: 30px 18px 52px; }
  .entry-wordmark { font-size: clamp(3.2rem, 19vw, 5rem); }
  .entry-seal { width: min(300px, 76vw); }
  .entry-motto { font-size: .8rem; letter-spacing: .12em; }
  .display { font-size: clamp(3rem, 15vw, 5rem); }
  .photo-pair { grid-template-columns: 1fr; }
  .nav-links a { width: 100%; }
  .actions .btn { width: 100%; }
}

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