:root {
  --ink: #18221d;
  --forest: #174b3a;
  --cream: #f5f0e4;
  --paper: #fffdf8;
  --gold: #f2b544;
  --coral: #cf6048;
  --muted: #56625b;
  --line: #d8ddd7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 12px; background: white; }
.skip-link:focus { left: 8px; }

.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1240px; margin: auto; padding: 18px 30px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 58px; height: 68px; flex: none; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font: bold 20px Georgia, serif; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 12px; letter-spacing: .04em; }
nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: bold; }
nav a { text-decoration: none; }
nav a:hover, nav a:focus { color: var(--coral); }
.nav-button { padding: 12px 17px; border: 1px solid var(--forest); border-radius: 999px; }

.hero { min-height: 640px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--cream); overflow: hidden; }
.hero-copy { align-self: center; padding: 78px max(6vw, 30px); }
.hero-picture { min-height: 640px; background: var(--forest); }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.eyebrow { margin: 0 0 18px; color: var(--coral); font-size: 12px; font-weight: bold; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: normal; }
h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 6vw, 82px); line-height: .99; letter-spacing: -.035em; }
.lead { max-width: 680px; margin: 28px 0; color: #425049; font-size: 20px; line-height: 1.6; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-block; padding: 15px 23px; border-radius: 999px; font-size: 14px; font-weight: bold; text-decoration: none; }
.button-primary { background: var(--forest); color: white; }
.button-outline { border: 1px solid #879189; }
.button:hover, .button:focus { transform: translateY(-2px); }
.proof-list { display: flex; flex-wrap: wrap; gap: 25px; margin: 38px 0 0; padding: 0; list-style: none; font-size: 13px; font-weight: bold; }
.proof-list li::before { content: "✓"; margin-right: 7px; color: var(--forest); }

.section { max-width: 1240px; margin: auto; padding: 105px 30px; }
.section h2, .teacher-section h2 { max-width: 780px; margin: 0; font-size: clamp(38px, 4.3vw, 60px); line-height: 1.05; }
.section-intro { max-width: 720px; margin: 22px 0 45px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.workshop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.workshop-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; }
.workshop-card > img { width: 100%; height: 220px; object-fit: cover; }
.card-copy { padding: 28px; }
.card-label { margin: 0 0 10px; color: var(--coral); font-size: 11px; font-weight: bold; letter-spacing: .13em; text-transform: uppercase; }
.card-copy h3 { margin: 0; font-size: 28px; }
.card-copy > p:not(.card-label) { min-height: 92px; color: var(--muted); line-height: 1.55; }
.card-copy a, .experience-copy a { padding-bottom: 4px; border-bottom: 1px solid #aab1aa; font-weight: bold; text-decoration: none; }
.also-available { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; padding: 22px 0; border-top: 1px solid var(--line); }
.also-available span { color: #788078; }
.also-available a { font-weight: bold; }

.experience { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 100px max(6vw, 30px); background: var(--forest); color: white; }
.experience h2 { max-width: 590px; margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.03; }
.eyebrow-light { color: #f0c465; }
.experience-copy { max-width: 610px; }
blockquote { margin: 0 0 25px; font: 28px/1.35 Georgia, serif; }
.experience-copy > p { color: #d4e1da; font-size: 17px; line-height: 1.75; }
.experience-copy a { display: inline-block; margin-top: 12px; border-color: #709184; }

.teacher-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.benefits article { display: grid; grid-template-columns: 50px 1fr; padding: 25px 0 28px; border-top: 1px solid #cfd4cf; }
.benefits article > span { color: var(--coral); font-weight: bold; }
.benefits h3 { margin: 0; font-size: 25px; }
.benefits p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }

/* Teacher testimonials */
.testimonials-section { max-width: none; padding: 95px max(6vw, 30px); background: var(--cream); }
.testimonials-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; max-width: 1240px; margin: 0 auto 48px; }
.testimonials-heading h2 { max-width: 800px; margin: 0; font-size: clamp(38px, 4.3vw, 60px); line-height: 1.05; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1240px; margin: auto; }
.testimonial-card { display: flex; flex-direction: column; min-height: 100%; margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.testimonial-card::before { content: "“"; height: 35px; color: var(--gold); font: 55px/.8 Georgia, serif; }
.testimonial-card p { flex: 1; margin: 10px 0 25px; color: var(--ink); font: 21px/1.5 Georgia, serif; }
.testimonial-card footer { display: block; padding: 18px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.45; }
.testimonial-card footer strong { display: block; margin-bottom: 4px; color: var(--ink); font: bold 14px Arial, Helvetica, sans-serif; }
.review-invite { max-width: 1240px; margin: 28px auto 0; color: var(--muted); font-size: 14px; }
.review-invite a { font-weight: bold; }

/* External map and availability tools */
.resource-section { max-width: 1240px; margin: auto; padding: 95px 30px; }
.resource-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; margin-bottom: 45px; }
.resource-heading h2 { max-width: 800px; margin: 0; font-size: clamp(38px, 4.3vw, 60px); line-height: 1.05; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.resource-grid.resource-grid-single { grid-template-columns: minmax(0, 760px); }
.resource-card { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.resource-card h3 { margin: 0 0 13px; font-size: 30px; }
.resource-card p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.resource-card .button { margin-top: 7px; }
.resource-note { margin-bottom: 0; font-size: 13px !important; }
.contact-calendar { margin-top: 25px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.contact-calendar h3 { margin: 0 0 9px; font-size: 25px; }
.contact-calendar p { color: var(--muted); line-height: 1.55; }
.contact-calendar .button { margin-top: 5px; }

.enquiry { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 0 30px 30px; padding: 70px max(6vw, 35px); border-radius: 28px; background: var(--coral); color: white; }
.enquiry h2 { max-width: 720px; margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.05; }
.enquiry p:not(.eyebrow) { max-width: 690px; line-height: 1.6; }
.button-light { flex: none; background: white; color: var(--forest); }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; padding: 45px max(4vw, 30px); color: var(--muted); font-size: 13px; }
footer strong { color: var(--ink); font: bold 20px Georgia, serif; }
.social-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; }
.social-links a { font-weight: bold; text-decoration: none; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { font-weight: bold; text-decoration: none; }

/* Educational articles */
.articles-hero { padding: 95px max(6vw, 30px); background: var(--cream); }
.articles-hero h1 { max-width: 900px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.article-card h2 { margin: 0 0 16px; font-size: 32px; line-height: 1.08; }
.article-card p { color: var(--muted); line-height: 1.65; }
.article-card a { margin-top: auto; padding-top: 12px; font-weight: bold; }
.article-page { max-width: 900px; margin: auto; padding: 90px 30px 110px; }
.article-page .breadcrumbs { margin-bottom: 45px; }
.article-page h1 { font-size: clamp(44px, 6vw, 72px); }
.article-deck { margin: 25px 0 45px; color: var(--muted); font-size: 21px; line-height: 1.65; }
.article-body { color: #344039; font: 18px/1.78 Georgia, "Times New Roman", serif; }
.article-body h2 { margin: 52px 0 14px; color: var(--ink); font-size: 34px; line-height: 1.15; }
.article-body p { margin: 0 0 22px; }
.article-cta { margin-top: 60px; padding: 36px; border-radius: 20px; background: var(--cream); }
.article-cta h2 { margin-top: 0; }

@media (max-width: 850px) {
  nav a:not(.nav-button) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-picture { min-height: 360px; max-height: 480px; }
  .workshop-grid { grid-template-columns: 1fr; }
  .workshop-card { display: grid; grid-template-columns: 240px 1fr; }
  .workshop-card > img { height: 100%; }
  .card-copy > p:not(.card-label) { min-height: auto; }
  .experience, .teacher-section { grid-template-columns: 1fr; }
  .testimonials-heading { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .resource-heading, .resource-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
  .enquiry { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { padding: 14px 18px; }
  .brand-logo { width: 46px; height: 54px; }
  .brand small { display: none; }
  .nav-button { padding: 10px 12px; }
  .hero-copy { padding: 65px 22px; }
  .hero-picture { min-height: 260px; }
  .section { padding: 80px 22px; }
  .workshop-card { display: block; }
  .workshop-card > img { height: 220px; }
  .experience { padding: 80px 22px; }
  .testimonials-section { padding: 75px 22px; }
  .testimonial-card { padding: 25px; }
  .resource-section { padding: 75px 22px; }
  .resource-card { padding: 26px 22px; }
  .enquiry { margin: 0 14px 14px; padding: 48px 25px; }
  footer { padding: 40px 22px; }
  .proof-list { gap: 14px; }
}

/* Workshop detail pages */
.breadcrumbs { margin: 0 0 35px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { font-weight: bold; }
.breadcrumbs span { margin: 0 8px; }
.page-hero { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); overflow: hidden; }
.page-hero-copy { align-self: center; padding: 65px max(6vw, 30px); }
.page-hero-copy h1 { font-size: clamp(48px, 5.7vw, 78px); }
.page-hero-picture { min-height: 650px; }
.page-hero-picture img { width: 100%; height: 100%; object-fit: cover; }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.rich-copy { color: var(--muted); font-size: 18px; line-height: 1.72; }
.rich-copy p:first-child { margin-top: 0; color: var(--ink); font: 25px/1.48 Georgia, serif; }
.highlight-note { margin-top: 30px; padding: 22px 24px; border-left: 4px solid var(--gold); background: var(--cream); }
.learning-band { padding: 95px max(6vw, 30px); background: var(--forest); color: white; }
.learning-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; align-items: start; }
.learning-heading h2 { max-width: 800px; margin: 0; font-size: clamp(40px, 4.6vw, 65px); line-height: 1.04; }
.learning-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 70px; }
.learning-grid article { padding-top: 22px; border-top: 1px solid #668577; }
.learning-grid span { color: var(--gold); font-weight: bold; }
.learning-grid h3 { margin: 16px 0 10px; font-size: 24px; }
.learning-grid p { margin: 0; color: #d4e1da; line-height: 1.6; }
.day-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.day-heading { position: sticky; top: 30px; align-self: start; }
.day-heading p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 28px 0 33px; border-top: 1px solid var(--line); }
.timeline li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--gold); font-weight: bold; }
.timeline h3 { margin: 2px 0 8px; font-size: 27px; }
.timeline p { margin: 0; color: var(--muted); line-height: 1.6; }
.time-label { color: var(--coral) !important; font-size: 11px; font-weight: bold; letter-spacing: .14em; text-transform: uppercase; }
.gallery-section { padding: 95px max(6vw, 30px); background: var(--cream); }
.gallery-heading { max-width: 1240px; margin: 0 auto 40px; }
.gallery-heading h2 { margin: 0; font-size: clamp(38px, 4.3vw, 58px); }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1240px; margin: auto; }
.photo-grid figure { margin: 0; overflow: hidden; border-radius: 18px; background: white; }
.photo-grid img { width: 100%; height: 330px; object-fit: cover; }
.photo-grid figcaption { padding: 20px 22px 24px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.faq-heading { align-self: start; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 35px 23px 0; cursor: pointer; font: 22px Georgia, serif; }
.faq-list details p { max-width: 720px; margin: -6px 0 25px; color: var(--muted); line-height: 1.65; }
.roman-page-hero .eyebrow, .roman-gallery .eyebrow { color: #9d4b35; }
.roman-learning { background: #58352d; }
.roman-learning .learning-grid article { border-color: #89645b; }
.roman-learning .learning-grid p { color: #eadbd5; }
.subject-list-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.subject-list-section h2 { margin: 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.05; }
.subject-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0; padding: 0; list-style: none; }
.subject-list li { padding: 15px 0; border-top: 1px solid var(--line); font-weight: bold; }
.seaside-page-hero .eyebrow, .seaside-gallery .eyebrow { color: #1f7182; }
.seaside-learning { background: #155b67; }
.seaside-learning .learning-grid article { border-color: #568590; }
.seaside-learning .learning-grid p { color: #d9edf0; }
.show-feature { display: grid; grid-template-columns: 1fr 1fr; background: #e6f1f0; }
.show-picture { min-height: 590px; }
.show-picture img { width: 100%; height: 100%; object-fit: cover; }
.show-copy { align-self: center; padding: 80px max(6vw, 35px); }
.show-copy h2 { max-width: 620px; margin: 0; font-size: clamp(40px, 4.8vw, 64px); line-height: 1.04; }
.show-copy p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.seaside-enquiry { background: #1f7182; }
.puppet-page-hero .eyebrow, .puppet-gallery .eyebrow { color: #865287; }
.puppet-hero-picture img { object-position: center 38%; }
.puppet-learning { background: #513f67; }
.puppet-learning .learning-grid article { border-color: #7d6c91; }
.puppet-learning .learning-grid p { color: #e8e0ef; }
.puppet-feature { background: #f0e8f1; }
.option-section { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 8vw; }
.option-section h2 { margin: 0; font-size: clamp(40px, 4.8vw, 64px); line-height: 1.04; }
.option-section p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.option-picture { overflow: hidden; border-radius: 22px; background: #eee; }
.option-picture img { width: 100%; max-height: 520px; object-fit: cover; }
.puppet-enquiry { background: #76517e; }
.maths-page-hero .eyebrow, .maths-gallery .eyebrow, .maths-skills .eyebrow { color: #a45621; }
.maths-page-hero .page-hero-picture img { object-position: center; }
.maths-learning { background: #263e68; }
.maths-learning .learning-grid article { border-color: #607394; }
.maths-learning .learning-grid p { color: #dce5f4; }
.maths-feature { background: #edf1f8; }
.maths-enquiry { background: #2d5685; }
.christmas-page-hero .eyebrow { color: #a33b37; }
.christmas-hero-picture img { object-position: center; }
.christmas-learning { background: #743a3c; }
.christmas-learning .learning-grid article { border-color: #9e6869; }
.christmas-learning .learning-grid p { color: #f1dddd; }
.christmas-options { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.options-heading h2 { margin: 0; font-size: clamp(40px, 4.8vw, 64px); line-height: 1.04; }
.option-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.option-cards article { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.option-cards h3 { margin: 0; font-size: 28px; }
.option-cards p:not(.card-label), .option-cards li { color: var(--muted); line-height: 1.55; }
.option-cards ul { padding-left: 20px; }
.option-cards li { margin: 8px 0; }
.christmas-feature { background: #f7ece7; }
.christmas-reassurance { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.christmas-enquiry { background: #8f3238; }

/* About Ron */
.about-page-hero .eyebrow { color: #9b5a28; }
.about-hero-picture img { object-position: center; }
.about-people { display: grid; grid-template-columns: .82fr 1.18fr; background: #eee8dc; }
.about-portrait { min-height: 620px; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.about-people-copy { align-self: center; max-width: 760px; padding: 85px max(7vw, 38px); }
.about-people-copy h2, .values-heading h2, .trust-copy h2 { margin: 0; font-size: clamp(40px, 4.8vw, 64px); line-height: 1.04; }
.about-people-copy p:not(.eyebrow), .trust-copy p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.72; }
.values-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.values-grid article { padding: 25px 0 28px; border-top: 1px solid var(--line); }
.values-grid span { color: var(--coral); font-weight: bold; }
.values-grid h3 { margin: 13px 0 8px; font-size: 25px; }
.values-grid p { margin: 0; color: var(--muted); line-height: 1.62; }
.trust-band { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--forest); color: white; }
.trust-copy { align-self: center; padding: 85px max(7vw, 38px); }
.trust-copy p:not(.eyebrow) { color: #d4e1da; }
.trust-picture { min-height: 560px; }
.trust-picture img { width: 100%; height: 100%; object-fit: cover; }

/* Information for schools */
.schools-hero { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; background: var(--cream); }
.schools-hero-copy { align-self: center; padding: 70px max(6vw, 30px); }
.schools-hero-copy h1 { font-size: clamp(48px, 5.7vw, 78px); }
.schools-summary { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 1px; padding: 80px max(5vw, 35px); background: var(--forest); }
.schools-summary article { min-height: 180px; padding: 30px; background: #244c3d; color: white; }
.schools-summary strong, .schools-summary span { display: block; }
.schools-summary strong { font: 25px/1.18 Georgia, serif; }
.schools-summary span { margin-top: 14px; color: #d4e1da; line-height: 1.55; }
.booking-steps { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; }
.booking-heading h2, .practical-heading h2, .inclusion-section h2, .reassurance-heading h2 { margin: 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.05; }
.step-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; margin: 0; padding: 0; list-style: none; }
.step-grid li { padding: 24px 0 30px; border-top: 1px solid var(--line); }
.step-grid span { color: var(--coral); font-weight: bold; }
.step-grid h3 { margin: 13px 0 8px; font-size: 25px; }
.step-grid p { margin: 0; color: var(--muted); line-height: 1.6; }
.practical-band { padding: 95px max(6vw, 30px); background: var(--forest); color: white; }
.practical-heading { max-width: 780px; }
.practical-heading > p:not(.eyebrow) { color: #d4e1da; font-size: 17px; line-height: 1.65; }
.practical-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 55px; }
.practical-grid article { padding-top: 24px; border-top: 1px solid #668577; }
.practical-grid h3 { margin: 0 0 12px; font-size: 25px; }
.practical-grid p { margin: 0; color: #d4e1da; line-height: 1.62; }
.inclusion-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.inclusion-section > div { padding-top: 25px; border-top: 1px solid var(--line); }
.inclusion-section .rich-copy { margin-bottom: 0; }
.reassurance-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; padding: 95px max(6vw, 30px); background: #eee8dc; }
.reassurance-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.reassurance-list article { padding: 24px 0 28px; border-top: 1px solid #c8bfae; }
.reassurance-list h3 { margin: 0 0 9px; font-size: 25px; }
.reassurance-list p { margin: 0; color: var(--muted); line-height: 1.62; }
.schools-enquiry { background: #345e77; }

/* Contact and enquiry */
.contact-intro { padding: 90px max(6vw, 30px) 80px; background: var(--cream); }
.contact-intro h1 { max-width: 980px; }
.contact-intro .lead { max-width: 850px; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; max-width: 1240px; margin: auto; padding: 100px 30px; }
.contact-details { align-self: start; }
.contact-details h2 { margin: 0 0 22px; font-size: clamp(38px, 4.2vw, 56px); line-height: 1.05; }
.contact-details > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.65; }
.contact-method { padding: 21px 0; border-top: 1px solid var(--line); }
.contact-method span, .contact-method a, .contact-method strong { display: block; }
.contact-method span { margin-bottom: 8px; color: var(--coral); font-size: 11px; font-weight: bold; letter-spacing: .13em; text-transform: uppercase; }
.contact-method a, .contact-method strong { font: 22px Georgia, serif; }
.contact-note { margin-top: 25px; padding: 20px 22px; border-left: 4px solid var(--gold); background: var(--cream); }
.form-panel { padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 50px rgba(28, 51, 42, .08); }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-row label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: bold; }
.form-row label span, .required-note span { color: var(--coral); }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 13px 14px; border: 1px solid #aeb7b0; border-radius: 8px; background: white; color: var(--ink); font: inherit; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 3px solid rgba(225, 169, 58, .35); border-color: var(--forest); }
.form-wide { grid-column: 1 / -1; }
.check-row { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.check-row input { width: 18px; height: 18px; margin-top: 1px; }
.check-row label { margin: 0; font-weight: normal; line-height: 1.5; }
.required-note { display: inline-block; margin: 0 0 0 14px; color: var(--muted); font-size: 12px; }
.form-honeypot { position: absolute; left: -9999px; }
.form-errors { margin-bottom: 28px; padding: 19px 22px; border-left: 4px solid #a33b37; background: #faeeee; }
.form-errors ul { margin-bottom: 0; }
.form-success h2 { margin-top: 0; font-size: 38px; }
.form-success p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.google-form-panel h2 { margin: 0 0 18px; font-size: clamp(38px, 4.2vw, 56px); line-height: 1.05; }
.google-form-panel > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.65; }
.form-preparation { margin: 30px 0; padding: 25px 28px; border-left: 4px solid var(--gold); background: var(--cream); }
.form-preparation h3 { margin: 0 0 14px; font-size: 24px; }
.form-preparation ul { margin: 0; padding-left: 21px; }
.form-preparation li { margin: 9px 0; color: var(--muted); line-height: 1.5; }
.google-form-button { margin-top: 4px; }
.google-form-panel .external-note { margin: 20px 0 0; font-size: 13px; }
.google-form-panel .form-fallback { margin: 12px 0 0; font-size: 14px; }

/* Privacy and cookies */
.legal-hero { padding: 85px max(6vw, 30px); background: var(--cream); }
.legal-hero h1 { font-size: clamp(50px, 6vw, 78px); }
.legal-updated { margin: 30px 0 0; color: var(--muted); font-size: 13px; font-weight: bold; }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 800px); gap: 8vw; max-width: 1240px; margin: auto; padding: 95px 30px; }
.legal-nav { position: sticky; top: 30px; align-self: start; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.legal-nav strong { margin-bottom: 12px; font: 22px Georgia, serif; }
.legal-nav a { padding: 8px 0; color: var(--muted); font-size: 13px; text-decoration: none; }
.legal-nav a:hover, .legal-nav a:focus { color: var(--coral); }
.legal-copy section { scroll-margin-top: 25px; padding: 0 0 45px; margin: 0 0 45px; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { margin: 0 0 20px; font-size: clamp(32px, 3.4vw, 45px); }
.legal-copy h3 { font-size: 24px; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: 16px; line-height: 1.72; }
.legal-copy li { margin: 8px 0; }
.legal-copy a { font-weight: bold; }
.legal-table-wrap { overflow-x: auto; margin: 25px 0; }
.legal-copy table { width: 100%; border-collapse: collapse; font-size: 14px; }
.legal-copy th, .legal-copy td { padding: 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
.legal-copy th { background: var(--forest); color: white; }
.cookie-table { display: grid; gap: 10px; margin: 25px 0; padding: 24px; border-left: 4px solid var(--gold); background: var(--cream); }
.cookie-table > strong { font: 25px Georgia, serif; }
.cookie-table span { color: var(--muted); line-height: 1.55; }
.rights-notice { margin: 28px 0; padding: 24px; border-radius: 12px; background: var(--forest); color: white; }
.rights-notice > strong { font: 25px Georgia, serif; }
.rights-notice p { margin-bottom: 0; color: #d4e1da; }

/* Page not found */
.error-hero { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; min-height: 610px; padding: 80px max(6vw, 30px); background: var(--forest); color: white; overflow: hidden; }
.error-number { color: #35614f; font: bold clamp(150px, 23vw, 330px)/.8 Georgia, serif; letter-spacing: -.08em; }
.error-copy { position: relative; max-width: 720px; }
.error-copy h1 { font-size: clamp(46px, 5.7vw, 76px); }
.error-copy > p:not(.eyebrow) { max-width: 650px; color: #d4e1da; font-size: 18px; line-height: 1.65; }
.error-outline { border: 1px solid #84a294; color: white; }
.error-options { max-width: 1240px; margin: auto; padding: 100px 30px; }
.error-options-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; margin-bottom: 48px; }
.error-options-heading h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 4.3vw, 58px); line-height: 1.05; }
.error-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.error-link-grid a { display: grid; grid-template-columns: 1fr auto; min-height: 150px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.error-link-grid a:hover, .error-link-grid a:focus { transform: translateY(-3px); border-color: var(--coral); }
.error-link-grid span { grid-column: 1 / -1; color: var(--coral); font-size: 11px; font-weight: bold; letter-spacing: .13em; text-transform: uppercase; }
.error-link-grid strong { align-self: end; font: 25px/1.2 Georgia, serif; }
.error-link-grid b { align-self: end; color: var(--coral); font-size: 22px; }

/* Confirm a booking */
.booking-hero { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 610px; background: var(--cream); }
.booking-hero-copy { align-self: center; padding: 75px max(6vw, 30px); }
.booking-hero-copy h1 { font-size: clamp(48px, 5.7vw, 78px); }
.booking-checklist { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 70px max(5vw, 35px); background: var(--forest); color: white; }
.booking-checklist h2 { margin: 0 0 25px; font-size: clamp(35px, 4vw, 52px); line-height: 1.05; }
.booking-checklist ul { margin: 0; padding: 0; list-style: none; }
.booking-checklist li { padding: 14px 0; border-top: 1px solid #668577; color: #d4e1da; }
.booking-checklist li::before { content: "✓"; margin-right: 10px; color: var(--gold); font-weight: bold; }
.booking-action { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; max-width: 1240px; margin: auto; padding: 100px 30px; }
.booking-action h2 { max-width: 700px; margin: 0; font-size: clamp(40px, 4.8vw, 62px); line-height: 1.04; }
.booking-action > div > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.booking-button { margin-top: 14px; }
.external-note { font-size: 13px !important; }
.booking-help { align-self: start; padding: 32px; border-radius: 20px; background: #eee8dc; }
.booking-help h3 { margin: 0 0 10px; font-size: 25px; }
.booking-help h3:not(:first-child) { margin-top: 30px; padding-top: 28px; border-top: 1px solid #c8bfae; }
.booking-help p { color: var(--muted); line-height: 1.62; }
.booking-help a { font-weight: bold; }
.review-hero .booking-checklist { background: #345e77; }

@media (max-width: 850px) {
  .page-hero, .split-intro, .learning-heading, .day-layout, .faq-section, .subject-list-section, .show-feature, .option-section, .christmas-options, .christmas-reassurance, .about-people, .values-section, .trust-band, .schools-hero, .booking-steps, .inclusion-section, .reassurance-section, .contact-layout, .error-hero, .error-options-heading, .booking-hero, .booking-action { grid-template-columns: 1fr; }
  .option-cards { grid-template-columns: 1fr; }
  .page-hero-picture { min-height: 380px; max-height: 480px; }
  .learning-grid { grid-template-columns: 1fr 1fr; }
  .day-heading { position: static; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-grid figure { display: grid; grid-template-columns: 260px 1fr; }
  .photo-grid img { height: 100%; }
  .about-portrait, .trust-picture { min-height: 430px; max-height: 530px; }
  .practical-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .page-hero-copy { padding: 55px 22px; }
  .page-hero-picture { min-height: 280px; }
  .learning-band, .gallery-section { padding: 75px 22px; }
  .learning-grid { grid-template-columns: 1fr; }
  .photo-grid figure { display: block; }
  .photo-grid img { height: 300px; }
  .timeline li { grid-template-columns: 44px 1fr; gap: 12px; }
  .subject-list { grid-template-columns: 1fr; }
  .show-picture { min-height: 390px; }
  .show-copy { padding: 70px 22px; }
  .about-people-copy, .trust-copy { padding: 70px 22px; }
  .values-grid { grid-template-columns: 1fr; }
  .schools-summary { grid-template-columns: 1fr; padding: 35px 22px; }
  .schools-summary article { min-height: auto; }
  .step-grid, .practical-grid, .reassurance-list { grid-template-columns: 1fr; }
  .practical-band, .reassurance-section { padding: 75px 22px; }
  .contact-intro { padding: 65px 22px; }
  .contact-layout { padding: 75px 22px; }
  .form-panel { padding: 26px 20px; }
  .enquiry-form { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .required-note { display: block; margin: 12px 0 0; }
  .legal-layout { grid-template-columns: 1fr; padding: 70px 22px; }
  .legal-nav { position: static; }
  .error-hero { min-height: auto; padding: 65px 22px; }
  .error-number { margin-bottom: 35px; font-size: 145px; }
  .error-options { padding: 75px 22px; }
  .error-link-grid { grid-template-columns: 1fr; }
  .booking-hero-copy, .booking-checklist { padding: 65px 22px; }
  .booking-action { padding: 75px 22px; }
}
