@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');

:root {
  --black: #11100e;
  --black-soft: #1a1916;
  --ivory: #f4f0e7;
  --paper: #faf8f2;
  --gold: #b99a5a;
  --gold-light: #d8c28d;
  --ink: #1a1815;
  --muted: #6c675f;
  --line: rgba(26, 24, 21, 0.18);
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--black); scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.7; animation: page-enter .34s cubic-bezier(.22,.7,.3,1) both; }
body.page-leaving { opacity: 0; transform: translateY(5px); transition: opacity .22s ease, transform .22s ease; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }

.skip-link { position: fixed; left: 1rem; top: -10rem; z-index: 1000; padding: .75rem 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; min-height: 86px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: white; border-bottom: 1px solid rgba(255,255,255,.24); transition: background .3s, min-height .3s; }
.site-header.scrolled { min-height: 70px; background: rgba(17,16,14,.95); backdrop-filter: blur(10px); }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; text-transform: uppercase; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 1.25rem; letter-spacing: .05em; }
.brand-subtitle { margin-top: .4rem; color: var(--gold-light); font-size: .62rem; font-weight: 600; letter-spacing: .46em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.75rem); }
.site-nav a { font-size: .78rem; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.site-nav a:not(.nav-cta)::after { display: block; width: 0; height: 1px; margin-top: .2rem; background: var(--gold-light); content: ''; transition: width .25s; }
.site-nav a:hover::after { width: 100%; }
.site-nav a[aria-current="page"]:not(.nav-cta)::after { width: 100%; }
.nav-cta { padding: .65rem 1rem; border: 1px solid var(--gold-light); }
.menu-button { display: none; border: 0; background: transparent; color: white; font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.hero { position: relative; display: grid; min-height: 100svh; align-items: end; overflow: hidden; background: var(--black); color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-image { object-position: 54% center; }
.hero-shade { background: linear-gradient(90deg, rgba(8,8,7,.88) 0%, rgba(8,8,7,.58) 48%, rgba(8,8,7,.08) 78%), linear-gradient(0deg, rgba(8,8,7,.55) 0%, transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 90%); margin-left: clamp(1.4rem, 8vw, 9rem); padding: 10rem 0 8rem; }
.eyebrow { margin: 0 0 1rem; color: #836d3f; font-size: .73rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { margin: 0; font-size: clamp(3.5rem, 7.8vw, 7.3rem); letter-spacing: -.045em; }
h1 em, h2 em, blockquote em { color: var(--gold-light); font-weight: 500; }
.hero-intro { max-width: 650px; margin: 1.6rem 0 2rem; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.6; }
.button-row { display: flex; flex-wrap: wrap; gap: .9rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.5rem; border: 1px solid transparent; font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #0f0e0c; }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.68); color: white; }
.button-ghost:hover { background: white; color: var(--black); }
.button-dark { background: var(--black); color: white; }
.button-dark:hover { background: #35312b; }
.button-outline-dark { border-color: var(--black); color: var(--black); }
.button-outline-dark:hover { background: var(--black); color: white; }
.dark-buttons { margin-top: 1.5rem; }
.coverage { margin: 2rem 0 0; color: rgba(255,255,255,.72); font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.scroll-cue { position: absolute; right: clamp(1.5rem, 4vw, 4.5rem); bottom: 2.5rem; z-index: 2; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.72); font-size: .67rem; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { display: block; width: 38px; height: 1px; background: var(--gold-light); }

.section { position: relative; padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 8vw, 9rem); }
.ivory { background: var(--ivory); }
.black { background: var(--black); color: white; }
.section-number { position: absolute; top: 5rem; right: 7vw; color: rgba(185,154,90,.16); font-family: var(--serif); font-size: clamp(7rem, 16vw, 15rem); line-height: 1; }
.intro-copy { position: relative; z-index: 1; max-width: 850px; }
h2 { max-width: 900px; margin: 0; font-size: clamp(2.6rem, 5.3vw, 5.25rem); letter-spacing: -.035em; }
.lead { max-width: 760px; margin: 2rem 0 0; color: #4f4a43; font-size: clamp(1.08rem, 1.5vw, 1.3rem); }
.experience-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; margin-top: 5rem; }
.feature { padding-top: 1.5rem; border-top: 1px solid var(--gold); }
.feature > span { color: var(--gold); font-family: var(--serif); font-size: .9rem; }
.feature h3 { margin: 1rem 0 .7rem; font-size: 1.7rem; }
.feature p { margin: 0; color: var(--muted); font-size: .98rem; }

.home-hero .hero-content { width: min(900px, 90%); }
.home-hero h1 { font-size: clamp(3.3rem, 6.8vw, 6.6rem); }
.service-cards { position: relative; z-index: 1; display: grid; grid-template-columns: 1.18fr .82fr; gap: 1.5rem; margin-top: 5rem; }
.service-card { position: relative; min-height: 570px; overflow: hidden; color: white; text-decoration: none; }
.service-card img, .service-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-card-wedding img { object-position: center 58%; }
.service-card:hover img { transform: scale(1.025); }
.service-shade { background: linear-gradient(0deg, rgba(10,9,8,.82) 0%, rgba(10,9,8,.08) 68%); }
.service-content { position: absolute; right: 2rem; bottom: 2rem; left: 2rem; z-index: 1; display: grid; }
.service-content small { color: var(--gold-light); font-size: .68rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.service-content strong { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.8rem); font-weight: 500; line-height: 1.2; }
.service-content em { margin-top: .7rem; font-size: .72rem; font-style: normal; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.mini-package-list { display: grid; gap: 0; margin: 0 0 2rem; border-top: 1px solid rgba(255,255,255,.18); }
.mini-package-list span { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.72); font-size: .82rem; }
.mini-package-list strong { color: var(--gold-light); font-weight: 500; }
.bordered-top { border-top: 1px solid rgba(255,255,255,.12); }
.brochure-banner { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 3rem; align-items: center; padding: clamp(3rem, 6vw, 5rem) clamp(1.4rem, 8vw, 9rem); background: #28231d; color: white; }
.brochure-banner h2 { font-size: clamp(2.2rem, 3.7vw, 3.7rem); }
.brochure-banner p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.68); }
.closing-cta { padding: clamp(5rem, 10vw, 9rem) 1.5rem; text-align: center; }
.closing-cta h2 { margin-inline: auto; }
.closing-cta > p:not(.eyebrow) { max-width: 620px; margin: 1.5rem auto 2rem; color: var(--muted); }

.inner-hero { position: relative; display: grid; min-height: 84svh; align-items: end; overflow: hidden; background: var(--black); color: white; }
.inner-hero > img, .inner-hero-shade { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.inner-hero > img { object-position: center; }
.inner-hero-shade { background: linear-gradient(90deg, rgba(8,8,7,.88), rgba(8,8,7,.45) 55%, rgba(8,8,7,.08)), linear-gradient(0deg, rgba(8,8,7,.6), transparent 55%); }
.inner-hero-content { position: relative; z-index: 1; width: min(870px, calc(100% - 2.8rem)); margin-left: clamp(1.4rem, 8vw, 9rem); padding: 10rem 0 6.5rem; }
.inner-hero h1 { margin: 0; font-size: clamp(3.4rem, 6.7vw, 6.7rem); }
.inner-hero-content > p:not(.eyebrow) { max-width: 700px; margin: 1.5rem 0 2rem; font-size: 1.1rem; }
.live-hero > img { object-position: center 42%; }
.booking-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4.5rem; background: var(--line); border: 1px solid var(--line); }
.booking-card { padding: clamp(2rem, 4vw, 3.5rem); background: var(--paper); }
.booking-card > span { color: var(--gold); font-family: var(--serif); }
.booking-card h3 { margin: 1.1rem 0 .8rem; font-size: 1.8rem; }
.booking-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.repertoire-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 8vw, 9rem); padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 8vw, 9rem); border-bottom: 1px solid rgba(255,255,255,.12); }
.repertoire-intro { align-self: start; }
.repertoire-intro h2 { font-size: clamp(2.7rem, 4.8vw, 4.9rem); }
.repertoire-intro > p:not(.eyebrow) { max-width: 590px; margin: 1.8rem 0 2rem; color: rgba(255,255,255,.68); }
.repertoire-groups { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.repertoire-groups article { min-height: 210px; padding: clamp(1.7rem, 3vw, 2.7rem); border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.repertoire-groups article > span { color: var(--gold-light); font-family: var(--serif); font-size: .85rem; }
.repertoire-groups h3 { margin: .9rem 0 .6rem; font-size: clamp(1.4rem, 2.2vw, 2rem); }
.repertoire-groups article p { margin: 0; color: rgba(255,255,255,.65); font-size: .92rem; }
.repertoire-note { grid-column: 1 / -1; margin: 0; padding: 1.4rem 1.6rem; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); font-size: .82rem; }
.gold-list { display: grid; gap: .7rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.gold-list li { position: relative; padding-left: 1.4rem; color: rgba(255,255,255,.7); font-size: .9rem; }
.gold-list li::before { position: absolute; left: 0; color: var(--gold-light); content: '•'; }
.contact-main { padding-top: 70px; }
.contact-main .enquiry-section { min-height: calc(100svh - 70px); }
.contact-main h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 6.2rem); font-weight: 500; line-height: 1.05; }

.editorial-split { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 760px; }
.editorial-image { min-height: 680px; }
.editorial-image img { height: 100%; object-fit: cover; object-position: center; }
.editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 7vw, 8rem); }
.editorial-copy h2 { font-size: clamp(2.5rem, 4.3vw, 4.7rem); }
.editorial-copy p:not(.eyebrow) { max-width: 550px; margin: 2rem 0; color: rgba(255,255,255,.7); }
.text-link { display: inline-flex; width: fit-content; align-items: center; gap: .7rem; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link::after { display: block; width: 100%; height: 1px; margin-top: 4px; background: currentColor; content: ''; }
.text-link.light { color: var(--gold-light); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 4rem; }
.section-heading > p { max-width: 500px; margin: 0 0 .7rem; color: var(--muted); }
.package-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); border: 1px solid var(--line); }
.package-card { position: relative; padding: clamp(2rem, 4vw, 3.75rem); background: var(--paper); }
.package-card.featured { background: var(--black-soft); color: white; }
.package-kicker { margin: 0 0 .5rem; color: var(--gold); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.package-card h3 { margin: 0; font-size: clamp(1.9rem, 3vw, 3rem); }
.price { margin: .75rem 0 2rem; color: var(--muted); font-size: .85rem; text-transform: uppercase; }
.featured .price { color: rgba(255,255,255,.62); }
.price strong { margin-left: .25rem; color: var(--ink); font-family: var(--serif); font-size: 1.9rem; font-weight: 500; text-transform: none; }
.featured .price strong { color: white; }
.package-card ul { display: grid; gap: .65rem; margin: 0 0 2.3rem; padding: 0; list-style: none; }
.package-card li { position: relative; padding-left: 1.35rem; color: var(--muted); font-size: .95rem; }
.featured li { color: rgba(255,255,255,.72); }
.package-card li::before { position: absolute; left: 0; color: var(--gold); content: '•'; }
.package-card > a { color: #6d592e; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.featured > a { color: var(--gold-light); }
.most-popular { position: absolute; top: 0; right: 2rem; margin: 0; padding: .45rem .75rem; background: var(--gold); color: var(--black); font-size: .63rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.cocktail-strip { display: grid; grid-template-columns: 1.1fr 1.5fr auto auto; gap: 2.5rem; align-items: center; margin-top: 1.5rem; padding: 2rem 2.5rem; background: #27231d; color: white; }
.cocktail-strip .eyebrow { margin-bottom: .35rem; }
.cocktail-strip h3 { margin: 0; font-size: 2rem; }
.cocktail-strip > p { margin: 0; color: rgba(255,255,255,.7); font-size: .93rem; }
.cocktail-strip .strip-price { white-space: nowrap; text-transform: uppercase; }
.strip-price strong { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; text-transform: none; }
.extras { margin-top: 1.5rem; padding: 1.5rem 0; border-block: 1px solid var(--line); }
.extras summary { cursor: pointer; font-family: var(--serif); font-size: 1.25rem; }
.extras-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 2.5rem; margin: 1.4rem 0 .7rem; }
.extras-grid p { display: flex; justify-content: space-between; gap: 1rem; margin: 0; padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.extras small { color: var(--muted); }

.showreel-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; padding: clamp(5rem, 9vw, 9rem) clamp(1.4rem, 6vw, 7rem); }
.showreel-copy h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.showreel-copy > p:not(.eyebrow) { margin: 1.5rem 0 2rem; color: rgba(255,255,255,.7); }
.video-frame { position: relative; aspect-ratio: 16 / 9; background: #000; box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.about-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 8vw, 9rem); }
.about-image { position: relative; }
.about-image::before { position: absolute; inset: -1.5rem 1.5rem 1.5rem -1.5rem; z-index: 0; border: 1px solid var(--gold); content: ''; }
.about-image img { position: relative; z-index: 1; aspect-ratio: 4 / 5; object-fit: cover; object-position: 56% center; }
.about-copy h2 { font-size: clamp(2.6rem, 4.5vw, 4.8rem); }
.about-copy p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.about-copy .button { margin-top: 1rem; }

.quote-section { position: relative; display: grid; min-height: 72vh; place-items: center; overflow: hidden; color: white; text-align: center; }
.quote-section > img, .quote-overlay { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 45%; }
.quote-overlay { background: rgba(10,9,8,.62); }
.quote-section blockquote { position: relative; z-index: 1; max-width: 1000px; margin: 0; padding: 3rem 1.5rem; font-size: clamp(2.7rem, 5.7vw, 6rem); letter-spacing: -.035em; }

.enquiry-section { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(3rem, 8vw, 9rem); padding: clamp(5rem, 10vw, 9rem) clamp(1.4rem, 8vw, 9rem); }
.enquiry-intro { align-self: start; position: sticky; top: 120px; }
.enquiry-intro h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.enquiry-intro > p:not(.eyebrow) { max-width: 480px; color: var(--muted); }
.direct-contact { display: grid; gap: .5rem; margin-top: 2rem; font-size: .9rem; }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.7rem 1.3rem; padding: clamp(1.5rem, 4vw, 3.5rem); background: var(--paper); border: 1px solid var(--line); }
.field { display: grid; gap: .45rem; }
.field.full, .form-footer.full { grid-column: 1 / -1; }
.field label { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.field label span { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #aaa397; border-radius: 0; background: transparent; color: var(--ink); padding: .65rem .15rem; }
.field textarea { border: 1px solid #aaa397; padding: .75rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.form-footer { display: flex; align-items: center; gap: 1.4rem; margin-top: .5rem; }
.form-footer .button { border: 0; cursor: pointer; }
.form-footer p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.thanks-main { display: grid; min-height: 100svh; place-items: center; padding: 9rem 1.4rem 5rem; background: var(--ivory); }
.thanks-card { width: min(760px, 100%); padding: clamp(2.5rem, 7vw, 5.5rem); background: var(--paper); border: 1px solid var(--line); text-align: center; }
.thanks-mark { display: grid; width: 58px; height: 58px; margin: 0 auto 2rem; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #765f31; font-family: var(--serif); font-size: 1.5rem; }
.thanks-card h1 { color: var(--ink); font-size: clamp(3rem, 6vw, 5.8rem); }
.thanks-card > p:not(.eyebrow) { max-width: 560px; margin: 1.5rem auto 2.2rem; color: var(--muted); }
.thanks-card .button-row { justify-content: center; }

.site-footer { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 2rem; align-items: center; padding: 3.5rem clamp(1.4rem, 5vw, 5.5rem); }
.footer-brand { color: white; }
.site-footer > p { margin: 0; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.5; }
.footer-links { display: flex; justify-content: flex-end; gap: 1.2rem; }
.footer-links a { color: var(--gold-light); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.site-footer .copyright { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes page-enter {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 960px) {
  .experience-grid { gap: 1.5rem; }
  .editorial-split, .about-section, .enquiry-section { grid-template-columns: 1fr; }
  .editorial-image { min-height: 68vw; }
  .editorial-copy { padding: 5rem 1.5rem; }
  .section-heading { display: grid; gap: 1.5rem; }
  .cocktail-strip { grid-template-columns: 1fr 1fr; }
  .showreel-section { grid-template-columns: 1fr; }
  .showreel-copy { max-width: 650px; }
  .about-image { width: min(600px, 90%); }
  .enquiry-intro { position: static; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .site-footer .copyright { text-align: left; }
  .brochure-banner { grid-template-columns: 1fr; gap: 1rem; }
  .brochure-banner .button { width: fit-content; }
  .repertoire-section { grid-template-columns: 1fr; }
}

@media (max-width: 740px) {
  body { font-size: 16px; }
  .site-header { min-height: 72px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: .8rem 1.4rem 1.4rem; background: rgba(17,16,14,.98); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: .9rem 0; }
  .nav-cta { margin-top: .5rem; padding-inline: 1rem !important; text-align: center; }
  .hero { min-height: 820px; }
  .hero-image { object-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,8,7,.94) 0%, rgba(8,8,7,.64) 58%, rgba(8,8,7,.16) 100%); }
  .hero-content { width: auto; margin: 0; padding: 8rem 1.4rem 7rem; }
  .hero-intro { max-width: 540px; }
  .scroll-cue { display: none; }
  .section-number { display: none; }
  .experience-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .service-cards, .booking-grid { grid-template-columns: 1fr; }
  .repertoire-groups { grid-template-columns: 1fr; }
  .repertoire-note { grid-column: auto; }
  .service-card { min-height: 480px; }
  .editorial-image { min-height: 85vw; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { padding: 2.2rem 1.5rem; }
  .cocktail-strip { grid-template-columns: 1fr; gap: 1rem; padding: 2rem 1.5rem; }
  .cocktail-strip .button { width: 100%; }
  .extras-grid { grid-template-columns: 1fr; }
  .about-image { width: calc(100% - 1.3rem); margin-left: 1.3rem; }
  .quote-section { min-height: 580px; }
  .enquiry-form { grid-template-columns: 1fr; padding: 1.4rem; }
  .field { grid-column: 1 / -1; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-links { flex-wrap: wrap; }
  .inner-hero { min-height: 760px; }
  .inner-hero-content { width: auto; margin: 0; padding: 8rem 1.4rem 5rem; }
  .inner-hero-shade { background: linear-gradient(0deg, rgba(8,8,7,.9), rgba(8,8,7,.18)); }
}

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