:root {
  --ink: #181512;
  --cream: #fff9ef;
  --paper: #fffdf9;
  --orange: #f28a13;
  --orange2: #ffad32;
  --gold: #f6c86d;
  --brown: #2a2119;
  --muted: #6c6258;
  --line: #e8ded1;
  --shadow: 0 18px 50px rgba(35, 24, 11, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 74px; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: auto; }
.narrow { max-width: 850px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(24, 21, 18, .96); backdrop-filter: blur(10px); color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { flex: 0 0 auto; text-decoration: none; }
.brand-heading { color: var(--orange2); font-family: Georgia, serif; font-size: 23px; font-weight: 800; line-height: 1.1; }
.nav { display: flex; gap: 22px; align-items: center; margin-left: auto; }
.nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.nav a:hover { color: var(--gold); }
.nav-cta { background: var(--orange); padding: 10px 16px; border-radius: 999px; }
.nav-cta:hover { background: var(--orange2); color: #111 !important; }
.header-phone { flex: 0 0 auto; color: var(--gold); font-size: 16px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.header-phone:hover { color: #fff; }
.menu-toggle { display: none; background: none; border: 1px solid #777; color: #fff; border-radius: 8px; padding: 8px 12px; }

.hero { background: radial-gradient(circle at 70% 15%, rgba(242, 138, 19, .25), transparent 30%), linear-gradient(135deg, #171411 0%, #2a2017 55%, #171411 100%); color: #fff; padding: 78px 0 84px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: var(--gold); margin-bottom: 12px; }
.eyebrow.dark { color: #a75c00; }
.hero h1 { font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.045em; margin: 0 0 25px; }
.hero h1 em { color: var(--orange2); font-family: Georgia, serif; font-weight: 400; }
.lead { font-size: 20px; color: #eee4d9; max-width: 700px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 20px; }
.button { display: inline-block; border: 0; text-decoration: none; font-weight: 800; padding: 13px 20px; border-radius: 10px; cursor: pointer; }
.button.primary { background: linear-gradient(135deg, var(--orange), var(--orange2)); color: #17110c; }
.button.primary:hover { filter: brightness(1.07); }
.button.ghost { border: 1px solid rgba(255, 255, 255, .35); color: #fff; }
.button.light { background: #fff; color: #1a1510; }
.therapy-note { font-size: 14px; color: #cfc3b7; max-width: 650px; }
.hero-media { position: relative; min-height: 480px; }
.hero-logo { position: absolute; right: -20px; top: -40px; width: 82%; border-radius: 22px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-photo { position: absolute; left: -15px; bottom: -35px; width: 72%; border: 8px solid #fff; border-radius: 18px; box-shadow: var(--shadow); transform: rotate(-3deg); }

.statement { padding: 92px 0; text-align: center; background: var(--cream); }
.kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: #a75c00; }
.statement h2, .section-heading h2, .interaction-band h2, .video-section h2, .calendar h2, .panto-feature h2, .about h2, .enquiry h2 { font-family: Georgia, serif; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.08; margin: 10px 0 18px; letter-spacing: -.025em; }
.statement h2 em { color: #b66200; }
.statement p:last-child { font-size: 20px; color: #554c44; }

.show-grid-section { padding: 90px 0; }
.section-heading { margin-bottom: 36px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.show-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(41, 31, 22, .07); }
.show-card img { width: 100%; height: 270px; object-fit: cover; }
.show-card:nth-child(2) img { object-position: 50% 0; }
.card-body { padding: 24px; position: relative; }
.card-number { font-weight: 900; color: #d7c8b5; font-size: 34px; position: absolute; right: 20px; top: 12px; }
.card-body h3 { font-size: 27px; margin: 0 0 12px; }
.card-body p { color: #5e554d; }
.card-body .mini { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: #a85c00; }

.interaction-band { background: #1d1915; color: #fff; padding: 86px 0; }
.interaction-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: center; }
.interaction-photo-wrap { position: relative; width: 100%; max-width: 420px; aspect-ratio: 3 / 4; margin: auto; overflow: hidden; border-radius: 18px; box-shadow: 0 20px 50px rgba(0, 0, 0, .35); }
.interaction-photo-wrap img { position: absolute; left: 50%; top: 50%; width: 133.334%; max-width: none; transform: translate(-50%, -50%) rotate(90deg); }
.interaction-grid p { font-size: 19px; color: #d9cfc4; }

.features { background: var(--orange); padding: 34px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.feature-grid div { display: flex; flex-direction: column; }
.feature-grid strong { font-family: Georgia, serif; font-size: 34px; }
.feature-grid span { font-weight: 700; font-size: 14px; }

.video-section { padding: 92px 0; background: #fff; }
.video-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: center; }
.video-grid p { font-size: 19px; color: #5c534b; }
.video-grid video { width: 100%; border-radius: 18px; box-shadow: var(--shadow); background: #111; }

.calendar { padding: 86px 0; background: var(--cream); }
.center { text-align: center; }
.occasion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; }
.occasion-grid article { background: #fff; border: 1px solid var(--line); padding: 30px; border-radius: 16px; text-align: center; }
.occasion-icon { font-size: 42px; color: #b86700; }
.occasion-grid h3 { margin: 10px 0 6px; font-size: 24px; }
.occasion-grid p { color: #625950; margin-bottom: 0; }
.more-occasions { margin-top: 44px; }
.more-occasions h3 { margin: 0 0 18px; text-align: center; font-size: 22px; }
.occasion-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 28px; max-width: 1000px; margin: 0 auto; padding-left: 24px; }
.occasion-list li { color: #554c44; font-weight: 700; }
.occasion-list li::marker { color: var(--orange); }

.panto-feature { padding: 92px 0; background: linear-gradient(135deg, #7d1b0c, #b84911 55%, #e07b12); color: #fff; }
.panto-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; }
.panto-feature p { font-size: 19px; color: #fff2e8; }
.panto-photo-stack { position: relative; padding: 0 45px 45px 0; }
.panto-main { width: 100%; border-radius: 18px; box-shadow: 0 20px 50px rgba(0, 0, 0, .3); }
.panto-small { position: absolute; right: 0; bottom: 0; width: 42%; border: 7px solid #fff; border-radius: 14px; box-shadow: 0 16px 35px rgba(0, 0, 0, .28); }
.touring-link { margin: 20px 0 0; }
.touring-link a { color: #fff; font-weight: 900; text-underline-offset: 4px; }
.touring-link a:hover { color: #ffe2a9; }

.about { padding: 88px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.about-grid p { font-size: 19px; color: #5b5148; }

.enquiry { padding: 92px 0; background: #201a15; color: #fff; }
.enquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.enquiry p { color: #d6c9bd; font-size: 18px; }
.enquiry-form { background: #fff; color: #221c17; padding: 28px; border-radius: 18px; display: grid; gap: 16px; }
.enquiry-form label { font-weight: 800; font-size: 14px; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #d8cec4; border-radius: 9px; font: inherit; background: #fff; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { outline: 3px solid rgba(242, 138, 19, .24); border-color: var(--orange); }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

footer { background: #0f0d0b; color: #ddd0c3; padding: 40px 0; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.footer-heading { color: var(--orange2); font-family: Georgia, serif; font-size: 28px; font-weight: 800; line-height: 1.1; }
.footer-identity p { margin: 10px 0 5px; }
.footer-phone { display: inline-block; color: var(--gold); font-size: 20px; font-weight: 900; text-decoration: none; }
.footer-phone:hover { color: #fff; }
.footer-right { font-size: 12px; color: #9f9388; text-align: right; }

@media (max-width: 1040px) {
  .nav { gap: 14px; }
  .nav a { font-size: 13px; }
  .header-phone { font-size: 14px; }
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; left: 20px; right: 20px; top: 68px; background: #201b17; border: 1px solid #4b4036; border-radius: 12px; padding: 18px; flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .header-phone { margin-left: auto; }
  .hero-grid, .interaction-grid, .video-grid, .panto-grid, .about-grid, .enquiry-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 420px; margin-top: 10px; }
  .cards, .occasion-grid { grid-template-columns: 1fr; }
  .show-card img { height: 330px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .occasion-list { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-right { text-align: left; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 26px, 1180px); }
  .brand-heading { display: block; max-width: 130px; font-size: 17px; }
  .nav-wrap { gap: 9px; }
  .header-phone { font-size: 13px; }
  .menu-toggle { padding: 7px 10px; }
  .hero { padding-top: 55px; }
  .hero-media { min-height: 330px; }
  .hero-logo { width: 92%; right: 0; }
  .hero-photo { width: 78%; left: 0; }
  .two, .feature-grid, .occasion-list { grid-template-columns: 1fr; }
  .feature-grid div { padding: 8px 0; }
}

@media (max-width: 380px) {
  .header-phone { font-size: 12px; }
  .menu-toggle { font-size: 12px; }
}
