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

:root {
  --navy: #0d1d2d;
  --navy-2: #14283b;
  --ink: #13202a;
  --cream: #f4efe6;
  --paper: #fbfaf7;
  --gold: #d9a441;
  --gold-light: #efc979;
  --muted: #65717a;
  --line: #d9d4ca;
  --small-type: .76rem;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --wide: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
h2 { font-size: clamp(2.75rem, 5vw, 5.5rem); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 86px; display: flex; align-items: center; gap: 40px; padding: 0 max(32px, calc((100vw - 1240px)/2)); color: #fff; border-bottom: 1px solid rgb(255 255 255 / .2); transition: background .25s, height .25s, box-shadow .25s; }
.site-header.scrolled { height: 72px; background: rgb(13 29 45 / .96); box-shadow: 0 12px 30px rgb(0 0 0 / .12); backdrop-filter: blur(12px); }
.brand { display: flex; flex-direction: column; margin-right: auto; line-height: 1.1; }
.brand-name { font-family: var(--serif); font-size: 1.7rem; letter-spacing: -.02em; }
.brand-role { margin-top: 4px; color: rgb(255 255 255 / .64); font-size: var(--small-type); letter-spacing: .22em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .2s; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 18px; border: 1px solid rgb(255 255 255 / .45); white-space: nowrap; }
.nav-cta:hover { color: var(--navy); background: #fff; }

.hero { position: relative; min-height: 840px; height: 100svh; display: grid; align-items: end; color: #fff; isolation: isolate; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { z-index: -2; background: url("photos/performing2-optimized.jpg") center 36% / cover no-repeat; animation: hero-in 1.4s ease-out both; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgb(6 17 27 / .9) 0%, rgb(7 19 31 / .64) 48%, rgb(7 17 25 / .18) 76%), linear-gradient(0deg, rgb(5 14 22 / .72), transparent 55%); }
.hero-content { width: var(--wide); margin: 0 auto; padding: 170px 0 100px; }
.eyebrow { margin-bottom: 20px; color: var(--gold-light); font-size: var(--small-type); font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: #9b6e1e; }
.hero h1 { max-width: 920px; margin-bottom: 28px; font-size: clamp(4.1rem, 7.3vw, 7.8rem); }
.hero h1 em { color: var(--gold-light); font-weight: 500; }
.hero-intro { max-width: 660px; margin-bottom: 38px; color: rgb(255 255 255 / .82); font-size: clamp(1.1rem, 1.5vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 28px; padding: 0 26px; border: 0; cursor: pointer; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #152232; background: var(--gold-light); }
.button-gold:hover { background: #fff1cb; }
.text-link { font-size: .85rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--gold-light); }
.hero-proof { position: absolute; right: max(32px, calc((100vw - 1240px)/2)); bottom: 90px; display: flex; align-items: center; gap: 16px; }
.proof-mark { width: 64px; height: 64px; object-fit: contain; }
.hero-proof p { margin: 0; color: rgb(255 255 255 / .66); font-size: var(--small-type); line-height: 1.55; letter-spacing: .04em; }
.hero-proof strong { color: #fff; font-weight: 500; }

.trust-strip { padding: 28px max(32px, calc((100vw - 1240px)/2)); color: #e7e2d9; background: var(--navy); border-top: 1px solid rgb(255 255 255 / .12); }
.trust-strip p { margin-bottom: 19px; color: rgb(255 255 255 / .46); font-size: var(--small-type); letter-spacing: .2em; text-align: center; text-transform: uppercase; }
.client-list { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: clamp(20px, 3vw, 48px); }
.client-list img { width: 100%; height: 38px; object-fit: contain; opacity: .68; filter: grayscale(1); transform: translateY(var(--logo-y, 0)) scale(var(--logo-scale, 1)); transition: opacity .2s; }
.client-list img:hover { opacity: 1; }

.section { width: var(--wide); margin: 0 auto; padding: 130px 0; }
.section-kicker { display: flex; align-items: center; gap: 16px; margin-bottom: 74px; color: var(--muted); font-size: var(--small-type); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.section-kicker span { color: #a87728; }
.section-kicker p { margin: 0; }
.intro { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(220px, .55fr); gap: clamp(48px, 8vw, 110px); align-items: start; }
.intro .section-kicker { grid-column: 1 / -1; margin-bottom: 6px; }
.intro-copy { grid-column: 1; }
.intro-copy h2 { max-width: 850px; margin-bottom: 55px; font-size: clamp(3.2rem, 5.2vw, 5.8rem); }
.two-col-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; color: var(--muted); font-size: .97rem; }
.intro-photo { grid-column: 2; max-width: 330px; margin: 70px 0 0 auto; }
.intro-photo img { aspect-ratio: .84; object-fit: cover; filter: saturate(.75); }
.intro-photo figcaption { padding-top: 18px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 1.1rem; line-height: 1.3; }
.intro-photo figcaption span { color: var(--muted); font-family: var(--sans); font-size: var(--small-type); letter-spacing: .1em; text-transform: uppercase; }

.experience { position: relative; min-height: 760px; display: flex; align-items: flex-end; padding: 80px max(32px, calc((100vw - 1240px)/2)); color: #fff; background: var(--navy); overflow: hidden; }
.experience-image { position: absolute; inset: 0; }
.experience-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(6 17 27 / .78), rgb(6 17 27 / .12)), linear-gradient(0deg, rgb(6 17 27 / .9), transparent 60%); }
.experience-image img { height: 100%; object-fit: cover; object-position: center 38%; }
.experience-quote { position: relative; z-index: 1; max-width: 730px; margin: 0; }
.experience-quote p { margin: 20px 0 24px; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.3rem); line-height: 1.02; letter-spacing: -.025em; }
.experience-quote cite, .review-card cite { font-style: normal; font-size: var(--small-type); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.stars { color: var(--gold-light); font-size: var(--small-type); letter-spacing: .35em; }

.events-heading { display: grid; grid-template-columns: .42fr 1fr; gap: 40px; margin-bottom: 65px; }
.events-heading h2 { max-width: 850px; margin: 0; }
.event-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.event-card { min-height: 510px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; color: inherit; background: var(--paper); transition: color .3s, background .3s, transform .3s; }
.event-card:focus-visible { position: relative; z-index: 3; outline: 3px solid var(--gold); outline-offset: 3px; }
.event-number { color: #a87728; font-size: var(--small-type); letter-spacing: .12em; }
.event-card h3 { margin-bottom: 20px; font-family: var(--serif); font-size: clamp(2.3rem, 3vw, 3.4rem); line-height: 1; }
.event-card p { min-height: 112px; color: var(--muted); font-size: .92rem; }
.event-card-cta { display: inline-flex; justify-content: space-between; width: 100%; padding-top: 18px; border-top: 1px solid var(--line); font-size: var(--small-type); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.event-card-cta span { color: #a87728; font-size: 1rem; }

@media (hover: hover) and (pointer: fine) {
  .event-card:hover { position: relative; z-index: 2; color: #fff; background: var(--navy-2); transform: translateY(-10px); }
  .event-card:hover p { color: rgb(255 255 255 / .7); }
  .event-card:hover .event-card-cta { border-color: rgb(255 255 255 / .25); }
}

.performance-ribbon { position: relative; min-height: 470px; display: flex; align-items: flex-end; padding: 70px max(32px, calc((100vw - 1240px)/2)); color: #fff; background: var(--navy); overflow: hidden; }
.performance-ribbon > img, .performance-ribbon-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.performance-ribbon > img { object-fit: cover; object-position: center top; }
.performance-ribbon-shade { background: linear-gradient(90deg, rgb(6 17 27 / .86), rgb(6 17 27 / .18) 72%), linear-gradient(0deg, rgb(6 17 27 / .72), transparent 65%); }
.performance-ribbon-copy { position: relative; z-index: 1; max-width: 770px; }
.performance-ribbon-copy > p:last-child { margin: 0; font-family: var(--serif); font-size: clamp(2.35rem, 4.3vw, 4.8rem); line-height: 1.02; letter-spacing: -.025em; }

.reviews { width: 100%; max-width: none; padding: 120px max(32px, calc((100vw - 1240px)/2)); color: #fff; background: var(--navy); }
.light-kicker { color: rgb(255 255 255 / .5); }
.light-kicker::after { background: rgb(255 255 255 / .18); }
.reviews-wrap { display: grid; grid-template-columns: .78fr 1.4fr; gap: clamp(60px, 9vw, 130px); }
.review-lead h2 { margin-bottom: 30px; }
.review-lead > p:last-child { max-width: 480px; color: rgb(255 255 255 / .6); }
.review-cards { display: grid; }
.review-card { display: grid; grid-template-columns: 90px 1fr 150px; gap: 25px; align-items: start; margin: 0; padding: 36px 0; border-top: 1px solid rgb(255 255 255 / .18); }
.review-card:last-child { border-bottom: 1px solid rgb(255 255 255 / .18); }
.review-card p { margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2.05rem); line-height: 1.25; }
.review-card cite { color: rgb(255 255 255 / .88); line-height: 1.5; }
.review-card cite span { color: rgb(255 255 255 / .48); font-size: var(--small-type); }

.credibility { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: clamp(50px, 8vw, 110px); row-gap: 46px; align-items: center; padding-top: 110px; padding-bottom: 110px; }
.credibility .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.consulting-collage { position: relative; min-height: 650px; }
.polaroid { position: absolute; margin: 0; padding: 10px 10px 45px; background: #fff; box-shadow: 0 24px 55px rgb(13 29 45 / .2); transform-origin: center; }
.polaroid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.polaroid figcaption { position: absolute; right: 12px; bottom: 8px; left: 12px; min-height: 2.16rem; display: flex; align-items: center; justify-content: center; color: #26333d; font-family: "Caveat", "Bradley Hand", cursive; font-size: 1.08rem; font-weight: 600; line-height: 1; text-align: center; }
.polaroid-underwater { z-index: 3; top: 165px; right: -2%; width: 59%; transform: rotate(3.5deg); }
.polaroid-workroom { z-index: 1; top: 0; left: -4%; width: 59%; transform: rotate(-4deg); }
.polaroid-fallon { z-index: 2; bottom: -55px; left: -4%; width: 55%; transform: rotate(-3deg); }
.credibility-copy h2 { margin-bottom: 35px; }
.credibility-copy > p { color: var(--muted); }
.credibility-copy > p + p { margin-top: 20px; }
.credibility-copy blockquote { margin: 46px 0 0; padding: 32px 0 0 36px; border-top: 1px solid var(--line); border-left: 2px solid var(--gold); }
.credibility-copy blockquote p { font-family: var(--serif); font-size: 1.5rem; line-height: 1.35; }
.credibility-copy cite { color: var(--muted); font-style: normal; font-size: var(--small-type); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.enquire { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 9vw, 130px); padding: 130px max(32px, calc((100vw - 1240px)/2)); color: #fff; background: #14283b; }
.enquire-copy h2 { margin-bottom: 30px; }
.enquire-copy > p { color: rgb(255 255 255 / .6); }
.enquire-copy ul { margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid rgb(255 255 255 / .16); }
.enquire-copy li { padding: 17px 0; border-bottom: 1px solid rgb(255 255 255 / .16); color: rgb(255 255 255 / .7); font-size: .8rem; }
.enquire-copy li span { display: inline-block; width: 42px; color: var(--gold-light); }
.enquiry-form { padding: clamp(28px, 5vw, 58px); color: var(--ink); background: var(--paper); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.enquiry-form label { display: block; margin-bottom: 25px; font-size: var(--small-type); font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; margin-top: 8px; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #bcb7ad; border-radius: 0; outline: none; font-size: 1rem; letter-spacing: 0; text-transform: none; }
.enquiry-form textarea { padding: 12px; border: 1px solid #bcb7ad; resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: #9b6e1e; box-shadow: 0 1px 0 #9b6e1e; }
.enquiry-form textarea.prefilled { border-color: var(--gold); box-shadow: 0 0 0 3px rgb(217 164 65 / .16); }
.turnstile-wrap { min-height: 65px; margin-top: 8px; }
.form-status { min-height: 1.4em; margin: 8px 0 0; color: var(--muted); font-size: .92rem; }
.form-status.success { color: #2f704e; }
.form-status.error { color: #9d2f2f; }
.submit-button { width: 100%; margin-top: 8px; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: var(--small-type); text-align: center; }
.honeypot { position: absolute; left: -9999px; }

.site-footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 36px; padding: 58px max(32px, calc((100vw - 1240px)/2)) 28px; color: #fff; background: #091621; border-top: 1px solid rgb(255 255 255 / .12); }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--serif); font-size: 1.7rem; }
.footer-brand span { color: rgb(255 255 255 / .44); font-size: var(--small-type); letter-spacing: .1em; text-transform: uppercase; }
.footer-links, .footer-social { display: flex; flex-wrap: wrap; align-content: start; gap: 12px 24px; color: rgb(255 255 255 / .64); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-social { justify-content: flex-end; text-align: right; }
.footer-links a:hover, .footer-social a:hover { color: var(--gold-light); }
.copyright { grid-column: 1 / -1; margin: 45px 0 0; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / .1); color: rgb(255 255 255 / .35); font-size: var(--small-type); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes hero-in { from { transform: scale(1.05); opacity: .65; } to { transform: scale(1); opacity: 1; } }

@media (max-width: 980px) {
  :root { --wide: min(100% - 42px, 760px); }
  .site-header { padding-inline: 22px; }
  .site-nav { gap: 0; font-size: .72rem; }
  .site-nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 10px 13px; border: 1px solid rgb(255 255 255 / .45); color: #fff; }
  .hero { min-height: 760px; }
  .hero-content { width: var(--wide); padding-bottom: 130px; }
  .hero h1 { font-size: clamp(3.6rem, 11vw, 6rem); }
  .hero-proof { right: auto; left: 21px; bottom: 30px; }
  .client-list { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; }
  .client-list img { height: 28px; }
  .intro { grid-template-columns: 1fr 180px; }
  .intro-copy { grid-column: 1; }
  .intro-photo { grid-column: 2; margin-top: 20px; }
  .events-heading { grid-template-columns: 1fr; }
  .event-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 320px; }
  .event-card p { min-height: auto; }
  .reviews-wrap { grid-template-columns: 1fr; }
  .credibility { column-gap: 50px; }
  .consulting-collage { min-height: 580px; }
  .enquire { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .hero-image { background-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgb(6 17 27 / .86), rgb(6 17 27 / .3)), linear-gradient(0deg, rgb(5 14 22 / .82), transparent 75%); }
  .hero-content { padding-top: 130px; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 4.5rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { right: 21px; bottom: 24px; gap: 12px; }
  .proof-mark { width: 52px; height: 52px; }
  .hero-proof p { font-size: .72rem; line-height: 1.4; }
  .trust-strip { padding-inline: 21px; }
  .client-list { grid-template-columns: 1fr 1fr; gap: 22px 12px; }
  .section { padding: 90px 0; }
  .section-kicker { margin-bottom: 50px; }
  .intro { display: block; }
  .intro .section-kicker { margin-bottom: 50px; }
  .intro-copy h2 { margin-bottom: 34px; font-size: 3.1rem; }
  .two-col-copy { grid-template-columns: 1fr; gap: 0; }
  .intro-photo { max-width: 280px; margin: 48px auto 0; text-align: center; }
  .intro-photo figcaption { text-align: center; }
  .experience { min-height: 640px; padding: 55px 21px; }
  .experience-image img { object-position: 43% center; }
  .events-heading h2, .review-lead h2, .credibility-copy h2, .enquire-copy h2 { font-size: 3.2rem; }
  .event-card { padding: 28px; }
  .performance-ribbon { min-height: 420px; padding: 55px 21px; }
  .performance-ribbon > img { object-position: center top; }
  .reviews { padding: 90px 21px; }
  .review-card { grid-template-columns: 1fr; gap: 16px; }
  .credibility { display: flex; flex-direction: column; align-items: stretch; }
  .credibility .section-kicker { order: -2; }
  .consulting-collage { order: -1; min-height: 520px; margin-bottom: 20px; }
  .polaroid { padding: 7px 7px 38px; }
  .polaroid figcaption { bottom: 7px; font-size: 1.02rem; }
  .polaroid-underwater { top: 140px; right: -2%; width: 64%; }
  .polaroid-workroom { left: -4%; width: 62%; }
  .polaroid-fallon { bottom: -45px; left: -4%; width: 58%; }
  .enquire { padding: 90px 21px; }
  .enquire-copy ul { display: none; }
  .enquiry-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 21px; }
  .footer-social { justify-content: flex-start; text-align: left; }
  .copyright { grid-column: 1; }
}

@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; }
}
