:root {
  --ink: #0b0b0b;
  --paper: #f4f1eb;
  --warm: #e9e2d8;
  --orange: #b04e02;
  --white: #fff;
  --line: rgba(11,11,11,.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Montserrat", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.site-header {
  position: fixed; z-index: 20; top: 0; left: 0; right: 0;
  height: 92px; padding: 18px 5vw; display: flex; align-items: center;
  justify-content: space-between; background: rgba(244,241,235,.88);
  backdrop-filter: blur(14px); border-bottom: 1px solid rgba(11,11,11,.08);
}
.brand img { width: 150px; display: block; }
.nav { display: flex; gap: 30px; margin-left: auto; margin-right: 30px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.nav a:hover, .contact-details a:hover, .text-link:hover { color: var(--orange); }
.nav-cta { border: 1px solid var(--ink); padding: 12px 18px; text-transform: uppercase; font-size: 11px; letter-spacing: .14em; }
.nav-cta:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; background: none; border: 0; }
.hero {
  min-height: 100vh; padding: 170px 5vw 70px; display: grid; grid-template-columns: 1.15fr .85fr;
  align-items: center; position: relative; overflow: hidden; background: var(--ink); color: var(--white);
}
.hero-copy { max-width: 760px; position: relative; z-index: 2; }
.eyebrow, .section-label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; }
.eyebrow { color: #c9c2b9; }
.hero h1 { font-family: var(--display); font-size: clamp(64px, 9vw, 142px); line-height: .88; letter-spacing: -.055em; margin: 25px 0 30px; font-weight: 600; }
em { font-family: var(--serif); font-weight: 400; color: var(--orange); }
.hero-text { max-width: 500px; color: #c7c7c7; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-block; border: 0; cursor: pointer; padding: 15px 24px; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 600; }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: #d0640d; }
.text-link { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.text-link span { margin-left: 8px; }
.hero-mark { justify-self: end; width: min(40vw, 570px); opacity: .95; }
.hero-mark img { width: 100%; display: block; }
.hero-note { font-size: 9px; letter-spacing: .25em; text-align: right; margin-top: 22px; color: #8f8f8f; }
.scroll-cue { position: absolute; left: 5vw; bottom: 32px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: #888; }
.scroll-cue span { margin-left: 12px; color: var(--orange); }
.section-pad { padding: 125px 5vw; }
.section-label { color: #777; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.intro { background: var(--paper); }
.intro-grid, .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding-top: 70px; }
h2 { font-family: var(--display); font-size: clamp(44px, 5.4vw, 80px); line-height: .95; letter-spacing: -.045em; margin: 0; font-weight: 600; }
.lead { font-size: 22px; line-height: 1.4; max-width: 590px; }
.intro-grid p:not(.lead), .about-grid p:not(.lead) { max-width: 560px; color: #555; }
.classes { background: #e9e2d8; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: 65px 0 50px; }
.section-heading p { max-width: 360px; color: #555; margin: 0; }
.class-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.class-card { min-height: 370px; padding: 34px; background: #e9e2d8; display: flex; flex-direction: column; }
.class-card.featured { background: var(--ink); color: var(--white); }
.card-number { font-size: 11px; letter-spacing: .15em; color: var(--orange); }
.class-card h3 { font-family: var(--display); font-size: 31px; letter-spacing: -.03em; margin: auto 0 18px; }
.class-card p { color: #666; max-width: 370px; }
.featured p { color: #aaa; }
.card-meta { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; margin-top: 25px; color: #777; }
.featured .card-meta { color: #999; }
.statement { background: var(--orange); color: var(--white); padding: 90px 5vw; overflow: hidden; }
.statement-inner { display: flex; flex-direction: column; font-family: var(--display); font-size: clamp(45px, 7vw, 105px); font-weight: 600; line-height: .88; letter-spacing: -.055em; }
.statement-inner span:nth-child(2) { margin-left: 14vw; }
.statement-inner span:nth-child(3) { margin-left: 6vw; }
.about { background: var(--paper); }
.booking { background: var(--ink); color: var(--white); }
.booking .section-label { color: #888; border-color: #333; }
.booking-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; padding-top: 70px; }
.booking .lead { color: #bbb; }
.small-note { color: #777; font-size: 12px; margin-top: 35px; }
.booking-form { display: grid; gap: 22px; }
.booking-form label { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: #aaa; }
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid #444;
  background: transparent; color: white; font: inherit; outline: 0; resize: vertical;
}
.booking-form select option { color: #111; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--orange); }
.booking-form .button { width: fit-content; margin-top: 10px; }
.hidden { display: none; }
.contact { background: #e9e2d8; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding-top: 70px; }
.contact-details { display: flex; flex-direction: column; gap: 25px; justify-content: end; font-size: 18px; }
.contact-details a:first-child { font-family: var(--display); font-size: 28px; }
.contact-details p { color: #666; }
footer { background: var(--paper); border-top: 1px solid var(--line); padding: 35px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: #777; }
footer img { width: 100px; }
@media (max-width: 850px) {
  .site-header { height: 76px; }
  .brand img { width: 125px; }
  .nav, .nav-cta { display: none; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; cursor: pointer; }
  .menu-toggle span { display: block; width: 26px; height: 1px; background: var(--ink); }
  .nav.open { position: absolute; display: flex; flex-direction: column; top: 76px; left: 0; right: 0; margin: 0; padding: 30px 5vw; background: var(--paper); border-bottom: 1px solid var(--line); gap: 20px; }
  .hero { min-height: auto; padding-top: 145px; padding-bottom: 120px; grid-template-columns: 1fr; }
  .hero-mark { width: min(85vw, 520px); justify-self: start; margin-top: 70px; }
  .hero h1 { font-size: clamp(58px, 16vw, 100px); }
  .intro-grid, .about-grid, .booking-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-pad { padding: 90px 5vw; }
  .section-heading { display: block; padding-top: 45px; }
  .section-heading p { margin-top: 25px; }
  .class-grid { grid-template-columns: 1fr; }
  .class-card { min-height: 300px; }
  .statement { padding: 70px 5vw; }
  .statement-inner span:nth-child(2), .statement-inner span:nth-child(3) { margin-left: 0; }
  footer { flex-direction: column; align-items: flex-start; }
}

.booking-action { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; max-width:520px; }
.booking-action p { color:#bbb; font-size:18px; margin:0 0 30px; }
.single-class { grid-template-columns:minmax(0, 1fr); }
.single-class .class-card { min-height:330px; }

.method-label { display:inline-block; margin-top:18px; font-size:10px; letter-spacing:.16em; text-transform:uppercase; color:#999; }
.featured .method-label { color:#b04e02; }
