:root {
  --color-bg: #fcfaf6;
  --color-surface: #fff;
  --color-surface-soft: #f6f1e8;
  --color-text: #24211d;
  --color-text-soft: #686159;
  --color-champagne: #c2a469;
  --color-champagne-dark: #94743d;
  --color-border: #e8e0d4;
  --color-atlantida: #102a31;
  --color-atlantida-soft: #173c43;
  --color-logo-accent: #a40012;
  --font-serif: Georgia, "Times New Roman", serif;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-sm: 0 10px 30px rgba(48, 39, 26, .07);
  --shadow-lg: 0 24px 70px rgba(48, 39, 26, .13);
  --radius-sm: .6rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --space-1: .5rem;
  --space-2: .75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 6rem;
  --space-9: 8rem;
  --header-height: 5.25rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1.5rem); }
body { max-width: 100%; margin: 0; overflow-x: clip; background: var(--color-bg); color: var(--color-text); font: 400 1rem/1.68 var(--font-sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-serif); font-weight: 400; line-height: 1.03; text-wrap: balance; }
h1, h2, h3, p, a, strong, span { overflow-wrap: break-word; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.65rem, 6.2vw, 6.4rem); letter-spacing: -.055em; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.6rem, 4.2vw, 4.7rem); letter-spacing: -.045em; }
h3 { margin-bottom: .5rem; font-size: clamp(1.45rem, 2vw, 1.85rem); }
p { color: var(--color-text-soft); }
::selection { background: #dfceb0; color: var(--color-text); }
:focus-visible { outline: 3px solid rgba(159, 129, 74, .45); outline-offset: 3px; }

.shell { width: min(100% - 3rem, 86rem); margin-inline: auto; }
.section { padding-block: clamp(5rem, 9vw, 8.75rem); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--color-text); color: #fff; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin-bottom: .8rem; color: var(--color-champagne-dark); font-size: .76rem; font-weight: 700; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }

.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: .75rem; padding: .8rem 1.4rem; border: 1px solid transparent; border-radius: .55rem; font-size: .77rem; font-weight: 700; letter-spacing: .06em; line-height: 1.25; text-align: center; text-transform: uppercase; transition: transform .18s ease, color .18s ease, background-color .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--small { min-height: 2.75rem; padding-inline: 1.15rem; font-size: .69rem; }
.button--primary, .button--gold { background: var(--color-champagne); color: #211c13; box-shadow: 0 8px 20px rgba(159, 129, 74, .16); }
.button--primary:hover, .button--gold:hover { background: #b29051; }
.button--outline { border-color: #d9c8a8; background: transparent; }
.button--outline:hover { border-color: var(--color-champagne-dark); background: var(--color-surface-soft); }
.button--surface { border-color: rgba(220, 210, 193, .8); background: rgba(255, 255, 255, .94); box-shadow: var(--shadow-sm); }
.button--surface:hover { background: var(--color-surface-soft); }
.button-row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; border-bottom: 1px solid var(--color-champagne); padding-bottom: .25rem; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(3px); }
.text-link--light { color: #fff; border-color: rgba(255, 255, 255, .35); }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; height: var(--header-height); border-bottom: 1px solid rgba(232, 224, 212, .85); background: rgba(252, 250, 246, .93); backdrop-filter: blur(14px); }
.site-header__inner { display: grid; height: 100%; grid-template-columns: 8rem 1fr auto; align-items: center; gap: 2rem; }
.brand { position: relative; z-index: 2; align-self: start; }
.brand img, .brand .custom-logo { width: 6.4rem; height: 6.4rem; border: .45rem solid var(--color-bg); border-radius: 50%; box-shadow: 0 7px 24px rgba(49, 32, 27, .13); object-fit: cover; }
.brand .custom-logo-link { display: block; }
.desktop-nav { justify-self: center; }
.desktop-nav ul, .mobile-menu ul { margin: 0; padding: 0; list-style: none; }
.desktop-nav .menu { display: flex; align-items: center; gap: clamp(1.2rem, 2.3vw, 2.65rem); }
.desktop-nav a { position: relative; padding-block: 1.9rem; font-size: .72rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 1.15rem; left: 0; height: 1px; background: var(--color-champagne-dark); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 3rem; height: 3rem; padding: .8rem; border: 1px solid var(--color-border); border-radius: 50%; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin-block: .3rem; background: currentColor; transition: transform .18s ease; }
.mobile-menu { position: absolute; z-index: 99; top: 100%; right: 0; left: 0; height: calc(100vh - var(--header-height)); overflow-y: auto; background: var(--color-bg); }
.mobile-menu[hidden] { display: none; }

/* Hero */
.hero { position: relative; min-height: min(49rem, calc(100vh - var(--header-height))); overflow: hidden; border-bottom-right-radius: 7rem 2.5rem; border-bottom-left-radius: 7rem 2.5rem; background: #f8f4ed; }
.hero__media { position: absolute; top: 0; right: 0; bottom: 0; left: 30%; }
.hero__media::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #f8f4ed 0%, rgba(248, 244, 237, .76) 8%, rgba(248, 244, 237, .18) 22%, transparent 42%); content: ""; }
.hero__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(197, 163, 99, .16), transparent 38%); content: ""; mix-blend-mode: color; }
.hero__media img { width: 100%; height: 100%; object-fit: contain; object-position: right bottom; filter: saturate(.76) sepia(.06) contrast(.97) brightness(1.05); }
.hero__inner { position: relative; z-index: 2; display: flex; min-height: inherit; align-items: center; padding-block: 5rem; }
.hero__copy { width: min(40%, 40rem); }
.hero__lead { max-width: 33rem; margin-bottom: 2.2rem; color: #4f4941; font-size: 1.09rem; line-height: 1.7; }

/* Introduction */
.intro { background: var(--color-bg); }
.intro__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(25rem, .95fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.image-frame { position: relative; margin: 0; }
.image-frame::before { position: absolute; z-index: -1; inset: 1.3rem -1.3rem -1.3rem 1.3rem; border: 1px solid var(--color-border); border-radius: var(--radius-md); content: ""; }
.image-frame img { width: 100%; aspect-ratio: 1.14; border-radius: var(--radius-md); object-fit: cover; object-position: center top; box-shadow: var(--shadow-sm); filter: saturate(.78) sepia(.08); }
.intro__copy > p:not(.eyebrow) { max-width: 38rem; font-size: 1.05rem; }
.occasion-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; margin: 2rem 0 2.4rem; }
.occasion { display: grid; grid-template-columns: 2.5rem 1fr; align-items: start; column-gap: .8rem; }
.occasion svg { width: 2.3rem; height: 2.3rem; grid-row: 1 / 3; fill: none; stroke: var(--color-champagne-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }
.occasion strong { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 400; line-height: 1.25; }
.occasion span { color: var(--color-text-soft); font-size: .72rem; line-height: 1.35; }

/* Wedding */
.wedding-feature { padding-top: 0; }
.wedding-feature__panel { display: grid; min-height: 31rem; grid-template-columns: .78fr 1.22fr; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-surface); box-shadow: var(--shadow-sm); }
.wedding-feature__copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(2.3rem, 5vw, 5rem); }
.wedding-feature__copy h2 { font-size: clamp(2.4rem, 3.7vw, 4rem); }
.wedding-feature__copy .button { margin-top: .8rem; }
.wedding-feature__media { position: relative; min-height: 28rem; overflow: hidden; }
.wedding-feature__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.24), transparent 35%), linear-gradient(0deg, rgba(16, 13, 10, .2), transparent 55%); content: ""; }
.wedding-feature__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); filter: saturate(.82) sepia(.08) brightness(1.02); }
.video-poster .play-button { z-index: 2; }
.play-button { position: absolute; z-index: 1; top: 50%; left: 50%; display: grid; width: 4rem; height: 4rem; place-items: center; padding-left: .2rem; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: rgba(255,255,255,.9); color: var(--color-text); box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: .9rem; transform: translate(-50%, -50%); transition: transform .2s ease, background .2s ease; }
.video-poster:hover .play-button, .video-card:hover .play-button, .atlantida__cover:hover .play-button, .atlantida__video:hover .play-button { transform: translate(-50%, -50%) scale(1.07); }
.play-button--large { width: 5rem; height: 5rem; }

/* Events */
.events { background: var(--color-surface); }
.section-heading { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-heading--center { max-width: 48rem; margin-inline: auto; text-align: center; }
.section-heading--split, .section-heading--compact { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.section-heading--split > div { max-width: 50rem; }
.section-heading--split > p { max-width: 27rem; margin-bottom: .5rem; }
.section-heading--compact h2 { margin-bottom: 0; font-size: clamp(2.3rem, 3.5vw, 3.7rem); }
.events__grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 1.2rem; }
.event-card { overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-surface); box-shadow: 0 8px 26px rgba(51, 43, 31, .045); }
.event-card__media { overflow: hidden; aspect-ratio: 1.4; background: #ddd4c8; }
.event-card--featured .event-card__media { aspect-ratio: 1.35; }
.event-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; filter: saturate(.82); }
.event-card--birthday .event-card__media img { object-position: center 17%; }
.event-card:nth-child(3) .event-card__media img { object-position: center top; }
.event-card:hover .event-card__media img { transform: scale(1.025); }
.event-card__body { padding: 1.5rem; }
.event-card__body p { min-height: 3.1rem; margin-bottom: 1rem; font-size: .82rem; line-height: 1.55; }
.event-card__body a { color: var(--color-champagne-dark); font-size: .69rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* Atlantida */
.atlantida { position: relative; overflow: hidden; background: var(--color-atlantida); color: #fff; }
.atlantida::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 90px 90px; content: ""; mask-image: linear-gradient(90deg, black, transparent 65%); }
.atlantida__glow { position: absolute; top: -12rem; right: -8rem; width: 43rem; height: 43rem; border-radius: 50%; background: rgba(33, 105, 113, .38); filter: blur(100px); }
.atlantida__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(18rem, .68fr) 1.32fr; align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.atlantida__cover { position: relative; display: block; width: min(100%, 22rem); aspect-ratio: 9 / 16; border-radius: .8rem; background: #000; box-shadow: 0 28px 70px rgba(0,0,0,.4); }
.atlantida__cover::after { position: absolute; z-index: -1; inset: 1.4rem -1.4rem -1.4rem 1.4rem; border: 1px solid rgba(194, 164, 105, .45); border-radius: .8rem; content: ""; }
.atlantida__cover iframe { display: block; width: 100%; height: 100%; border: 0; border-radius: inherit; }
.atlantida h2 { margin-bottom: .5rem; font-size: clamp(3.5rem, 6vw, 6.6rem); }
.atlantida__content > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.atlantida__video { position: relative; display: block; overflow: hidden; height: clamp(12rem, 22vw, 19rem); margin: 2rem 0 2rem; border: 1px solid rgba(255,255,255,.22); border-radius: .9rem; }
.atlantida__video::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 17, 21, .18), transparent, rgba(3, 17, 21, .32)); content: ""; }
.atlantida__video img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.73); }
.atlantida .play-button { z-index: 2; background: rgba(255,255,255,.12); color: #fff; backdrop-filter: blur(9px); }

/* Performances */
.performances { background: var(--color-bg); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.video-card { display: block; }
.video-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; border-radius: var(--radius-sm); background: #1d2223; }
.video-card__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.36), transparent 58%); content: ""; }
.video-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); transition: transform .4s ease; }
.video-card:hover img { transform: scale(1.025); }
.video-card .play-button { width: 3.6rem; height: 3.6rem; }
.video-card strong { display: block; margin-top: .9rem; font-family: var(--font-serif); font-size: 1.18rem; font-weight: 400; }
.center-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; margin-top: 3.2rem; }

/* Social */
.social-strip { padding-top: 0; }
.social-strip__scroller { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; }
.social-strip__scroller a { position: relative; overflow: hidden; aspect-ratio: .76; border-radius: .75rem; background: #d8d0c5; }
.social-strip__scroller img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; filter: saturate(.8); }
.social-strip__scroller a:nth-child(1) img, .social-strip__scroller a:nth-child(3) img, .social-strip__scroller a:nth-child(5) img { object-position: center 22%; }
.social-strip__scroller a:nth-child(4) img { object-position: center 32%; }
.social-strip__scroller a:hover img { transform: scale(1.035); }
.social-strip__scroller span { position: absolute; top: .75rem; right: .75rem; display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(0,0,0,.24); color: #fff; }

/* Gallery */
.gallery { background: var(--color-surface-soft); }
.gallery-grid { display: grid; grid-auto-rows: 12rem; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: .75rem; background: #cfc6b8; cursor: zoom-in; }
.gallery-item--wide { grid-column: span 2; grid-row: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item--wide-small { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease, filter .42s ease; filter: saturate(.78); }
.gallery-item--wide-small img { object-position: center top; }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(.94); }
.gallery-item span { position: absolute; right: .8rem; bottom: .8rem; display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border-radius: 50%; background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); }
.lightbox { width: min(92vw, 75rem); max-height: 88vh; padding: 0; border: 0; border-radius: .8rem; background: #111; box-shadow: var(--shadow-lg); }
.lightbox::backdrop { background: rgba(17, 14, 12, .86); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox__close { position: absolute; z-index: 1; top: .8rem; right: .8rem; display: grid; width: 2.8rem; height: 2.8rem; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: rgba(0,0,0,.48); color: #fff; cursor: pointer; font-size: 1.6rem; }

/* Testimonial placeholder */
.testimonial-placeholder { border-block: 1px solid var(--color-border); background: var(--color-surface); padding-block: clamp(4.5rem, 7vw, 6.5rem); }
.testimonial-placeholder__inner { max-width: 54rem; text-align: center; }
.testimonial-placeholder h2 { font-size: clamp(2.3rem, 3.7vw, 3.75rem); }
.testimonial-placeholder__inner > p:last-child { margin: 1.5rem auto 0; padding: 1rem 1.3rem; border: 1px dashed #d9cdbd; border-radius: .6rem; background: var(--color-bg); font-size: .86rem; }

/* CTA and contact */
.final-cta { padding-bottom: 0; }
.final-cta__panel { display: grid; grid-template-columns: 1.45fr .55fr; align-items: center; gap: 4rem; padding: clamp(2.8rem, 6vw, 5.5rem); overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: radial-gradient(circle at 85% 30%, rgba(194,164,105,.25), transparent 30%), linear-gradient(135deg, #f5efe4, #fff 65%); }
.final-cta h2 { max-width: 50rem; }
.final-cta__panel > div:first-child > p:last-child { max-width: 43rem; }
.final-cta__actions { display: flex; align-items: stretch; flex-direction: column; gap: .9rem; }
.final-cta__actions .text-link { align-self: center; margin-top: .4rem; }
.contact-section__grid { display: grid; grid-template-columns: .62fr 1.38fr; align-items: start; gap: clamp(2.5rem, 6vw, 6rem); }
.contact-card { position: sticky; top: calc(var(--header-height) + 2rem); padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-surface-soft); }
.contact-card h2 { font-size: clamp(2.4rem, 3.7vw, 3.8rem); }
.contact-card dl { margin: 2.3rem 0 0; }
.contact-card dl div { padding-block: 1rem; border-top: 1px solid #ded4c5; }
.contact-card dt { color: var(--color-text-soft); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-card dd { margin: .2rem 0 0; font-family: var(--font-serif); font-size: 1.2rem; }
.inquiry-form { padding: clamp(2rem, 4.5vw, 4rem); border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-surface); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.form-grid label { display: grid; gap: .45rem; }
.form-grid label > span { font-size: .75rem; font-weight: 650; letter-spacing: .03em; }
.form-field--full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #dcd2c4; border-radius: .55rem; background: #fffdf9; color: var(--color-text); }
input, select { min-height: 3.45rem; padding: .75rem .9rem; }
textarea { min-height: 8rem; padding: .9rem; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 0; border-color: var(--color-champagne-dark); box-shadow: 0 0 0 3px rgba(194,164,105,.16); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1.5rem; }
.form-footer p { max-width: 27rem; margin: 0; font-size: .73rem; }
.form-status { margin: 1rem 0 0; color: var(--color-champagne-dark); font-size: .82rem; font-weight: 600; }

/* Footer */
.site-footer { border-top: 1px solid var(--color-border); background: #f7f3ec; padding: 4.5rem 0 6rem; }
.site-footer__grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr 1.15fr; gap: 3rem; }
.footer-brand img { width: 5.5rem; height: 5.5rem; border-radius: 50%; }
.footer-brand p { max-width: 16rem; margin-top: 1rem; font-size: .84rem; }
.footer-title { margin-bottom: 1rem; color: var(--color-text); font-size: .73rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: .5rem; }
.footer-links a { color: var(--color-text-soft); font-size: .83rem; }
.footer-links a:hover, .site-footer__bottom a:hover { color: var(--color-champagne-dark); }
.footer-action p:not(.footer-title) { font-size: .84rem; }
.site-footer__social { display: grid; grid-template-columns: minmax(12rem, .75fr) minmax(0, 2.25fr); align-items: end; gap: 3rem; margin-top: 4rem; padding-top: 2.25rem; border-top: 1px solid var(--color-border); }
.site-footer__social-heading .footer-title { margin-bottom: .45rem; }
.site-footer__social-heading h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.65rem); line-height: .98; }
.site-footer__social-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.site-footer__social-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1rem; min-width: 0; padding: 1rem 1.15rem; border: 1px solid #ddd2c2; border-radius: 1rem; background: rgba(255,255,255,.64); box-shadow: 0 .8rem 2rem rgba(69,52,30,.045); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.site-footer__social-card:hover { border-color: var(--color-champagne); box-shadow: 0 1rem 2.25rem rgba(69,52,30,.08); transform: translateY(-2px); }
.site-footer__social-card:focus-visible { outline: 3px solid rgba(148,116,61,.3); outline-offset: 3px; }
.site-footer__social-icon { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border-radius: .75rem; color: #fff; }
.site-footer__social-card--instagram .site-footer__social-icon { background: linear-gradient(135deg, #8a3ab9, #e95950 58%, #fccc63); }
.site-footer__social-card--youtube .site-footer__social-icon { background: #c91616; }
.site-footer__social-icon svg { width: 1.45rem; height: 1.45rem; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; }
.site-footer__social-card--youtube .site-footer__social-icon svg { fill: currentColor; stroke: none; }
.site-footer__social-card--youtube .site-footer__social-icon-play { fill: #c91616; }
.site-footer__social-icon-dot { fill: currentColor; stroke: none; }
.site-footer__social-copy { display: grid; min-width: 0; gap: .15rem; }
.site-footer__social-copy strong { color: var(--color-text); font-family: var(--font-serif); font-size: 1.05rem; font-weight: 500; }
.site-footer__social-copy small { overflow: hidden; color: var(--color-text-soft); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.site-footer__social-arrow { color: var(--color-champagne-dark); font-size: 1.15rem; transition: transform .25s ease; }
.site-footer__social-card:hover .site-footer__social-arrow { transform: translate(2px, -2px); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--color-border); }
.site-footer__bottom p { margin: 0; font-size: .73rem; }
.site-footer__bottom div { display: flex; gap: 1.5rem; }
.site-footer__bottom a { color: var(--color-text-soft); font-size: .73rem; }
.mobile-contact-bar { display: none; }
.standard-page { min-height: 60vh; padding-block: 7rem; }

/* Repertoire */
.repertoire-page { overflow: clip; }
.repertoire-hero { position: relative; overflow: hidden; padding: clamp(7rem, 12vw, 11rem) 0 0; border-bottom-right-radius: 6rem 2rem; border-bottom-left-radius: 6rem 2rem; background: radial-gradient(circle at 78% 24%, rgba(194, 164, 105, .22), transparent 24rem), linear-gradient(135deg, #f5efe5 0%, #fcfaf6 58%, #f2eadd 100%); }
.repertoire-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(148,116,61,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(148,116,61,.045) 1px, transparent 1px); background-size: 5rem 5rem; content: ""; mask-image: linear-gradient(90deg, transparent, #000 60%, transparent); }
.repertoire-hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); align-items: end; gap: clamp(3rem, 8vw, 9rem); }
.repertoire-hero__copy { position: relative; z-index: 1; }
.repertoire-hero__copy, .repertoire-hero__aside { min-width: 0; }
.repertoire-hero h1 { max-width: 58rem; margin-bottom: 2rem; font-size: clamp(4.4rem, 7.6vw, 8rem); }
.repertoire-hero h1 em { display: block; color: var(--color-champagne-dark); font-weight: 400; }
.repertoire-hero__lead { max-width: 47rem; margin-bottom: 0; color: #504940; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.72; }
.repertoire-hero__aside { position: relative; z-index: 1; padding: 2rem 0 .3rem 2rem; border-left: 1px solid rgba(148,116,61,.35); }
.repertoire-hero__aside > p { max-width: 24rem; margin-bottom: 2rem; font-family: var(--font-serif); font-size: 1.3rem; line-height: 1.35; }
.repertoire-hero__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.repertoire-hero__facts span { color: var(--color-text-soft); font-size: .71rem; line-height: 1.35; text-transform: uppercase; }
.repertoire-hero__facts strong { display: block; margin-bottom: .25rem; color: var(--color-text); font: 400 2.35rem/1 var(--font-serif); }
.repertoire-hero__ornament { position: absolute; top: 3rem; right: 4.5%; bottom: 4rem; display: flex; align-items: center; gap: .6rem; opacity: .2; transform: rotate(-8deg); }
.repertoire-hero__ornament span { display: block; width: 1px; height: 16rem; background: var(--color-champagne-dark); }
.repertoire-hero__ornament span:nth-child(2), .repertoire-hero__ornament span:nth-child(6) { height: 25rem; }
.repertoire-hero__ornament span:nth-child(3), .repertoire-hero__ornament span:nth-child(5) { height: 34rem; }
.repertoire-hero__ornament span:nth-child(4) { height: 42rem; }
.repertoire-jump { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(4rem, 8vw, 7rem); border-top: 1px solid rgba(148,116,61,.28); }
.repertoire-jump a { display: flex; min-height: 6rem; align-items: center; gap: 1.1rem; padding: 1.25rem 2rem; border-right: 1px solid rgba(148,116,61,.22); font-family: var(--font-serif); font-size: 1.2rem; transition: background .2s ease; }
.repertoire-jump a:last-child { border-right: 0; }
.repertoire-jump a:hover { background: rgba(255,255,255,.48); }
.repertoire-jump span { color: var(--color-champagne-dark); font: 700 .67rem/1 var(--font-sans); letter-spacing: .12em; }

.repertoire-catalog { background: var(--color-bg); }
.repertoire-toolbar { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(24rem, 1.18fr); align-items: end; gap: clamp(3rem, 8vw, 8rem); margin-bottom: clamp(3rem, 6vw, 5rem); padding-bottom: 2rem; border-bottom: 1px solid var(--color-border); }
.repertoire-toolbar h2 { max-width: 35rem; margin-bottom: 0; font-size: clamp(2.7rem, 4.2vw, 4.4rem); }
.repertoire-search label { display: block; margin-bottom: .55rem; color: var(--color-text-soft); font-size: .71rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.repertoire-search__field { position: relative; }
.repertoire-search__field > span { position: absolute; top: 50%; left: 1.15rem; color: var(--color-champagne-dark); font-family: var(--font-serif); font-size: 1.65rem; transform: translateY(-52%); }
.repertoire-search__field input { height: 4.2rem; padding: .8rem 5rem .8rem 3.5rem; border-color: #d7ccbd; border-radius: .7rem; background: var(--color-surface); box-shadow: 0 8px 24px rgba(48,39,26,.045); }
.repertoire-search__field button { position: absolute; top: 50%; right: .7rem; padding: .45rem .55rem; border: 0; background: transparent; color: var(--color-champagne-dark); cursor: pointer; font-size: .7rem; font-weight: 700; text-transform: uppercase; transform: translateY(-50%); }
.repertoire-search__status { min-height: 1.2rem; margin: .55rem 0 0; font-size: .72rem; }
.repertoire-categories { display: grid; gap: 1.5rem; }
.repertoire-category { scroll-margin-top: calc(var(--header-height) + 1.5rem); overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-surface); box-shadow: 0 12px 38px rgba(48,39,26,.045); }
.repertoire-category__header { display: grid; grid-template-columns: 4rem minmax(0, 1fr) auto; align-items: start; gap: 1.3rem; padding: clamp(1.6rem, 3.5vw, 2.7rem); border-bottom: 1px solid var(--color-border); background: linear-gradient(135deg, rgba(246,241,232,.86), rgba(255,255,255,.72)); }
.repertoire-category__number { display: grid; width: 3.5rem; height: 3.5rem; place-items: center; border: 1px solid #d7c5a1; border-radius: 50%; color: var(--color-champagne-dark); font-size: .72rem; font-weight: 750; letter-spacing: .08em; }
.repertoire-category__header h3 { margin-bottom: .55rem; font-size: clamp(2rem, 3.4vw, 3.3rem); }
.repertoire-category__header p { max-width: 44rem; margin: 0; font-size: .85rem; }
.repertoire-category__count { align-self: center; padding: .5rem .75rem; border: 1px solid var(--color-border); border-radius: 999px; color: var(--color-text-soft); font-size: .67rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.repertoire-song-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: .7rem clamp(1.2rem, 3vw, 2.5rem) 1.5rem; list-style: none; counter-reset: repertoire-song; }
.repertoire-song-list li { display: grid; min-height: 4rem; grid-template-columns: 2rem 1fr; align-items: center; gap: .55rem; padding: .75rem 1rem .75rem 0; border-bottom: 1px solid #eee7dc; color: #464039; font-size: .83rem; line-height: 1.4; counter-increment: repertoire-song; }
.repertoire-song-list li::before { color: #aa9164; content: counter(repertoire-song, decimal-leading-zero); font-size: .61rem; font-weight: 700; letter-spacing: .05em; }
.repertoire-song-list li:nth-last-child(-n+3) { border-bottom-color: transparent; }
.repertoire-category__empty { margin: 0; padding: 2.25rem; text-align: center; }
.repertoire-note { max-width: 58rem; margin: 2.5rem auto 0; padding-left: 1.2rem; border-left: 2px solid var(--color-champagne); font-size: .82rem; }

.repertoire-cta { padding-top: 0; }
.repertoire-cta__panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(16rem, .65fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); overflow: hidden; padding: clamp(3rem, 7vw, 6.5rem); border-radius: var(--radius-lg); background: radial-gradient(circle at 90% 30%, rgba(70,143,147,.28), transparent 32%), var(--color-atlantida); color: #fff; }
.repertoire-cta__panel::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 5rem 5rem; content: ""; mask-image: linear-gradient(90deg, transparent, black); }
.repertoire-cta__panel > * { position: relative; z-index: 1; }
.repertoire-cta h2 { max-width: 55rem; }
.repertoire-cta p:not(.eyebrow) { max-width: 48rem; margin-bottom: 0; color: rgba(255,255,255,.68); }
.repertoire-cta__actions { display: flex; align-items: stretch; flex-direction: column; gap: 1.2rem; }
.repertoire-cta__actions .text-link { align-self: center; }

/* Performances calendar */
.schedule-page { overflow: clip; }
.schedule-hero { position: relative; padding: clamp(4.5rem, 8vw, 7.5rem) 0 0; overflow: hidden; border-bottom-right-radius: 6rem 2rem; border-bottom-left-radius: 6rem 2rem; background: radial-gradient(circle at 14% 8%, rgba(194,164,105,.17), transparent 25rem), #f6f1e8; }
.schedule-hero::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(148,116,61,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(148,116,61,.04) 1px, transparent 1px); background-size: 5rem 5rem; content: ""; mask-image: linear-gradient(90deg, black, transparent 58%); }
.schedule-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(25rem, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(3rem, 6vw, 6rem); }
.schedule-hero__copy { padding-block: 2rem 5rem; }
.schedule-hero h1 { margin-bottom: 1.8rem; font-size: clamp(4.8rem, 8vw, 8.5rem); }
.schedule-hero h1 em { display: block; color: var(--color-champagne-dark); font-weight: 400; }
.schedule-hero__lead { max-width: 40rem; margin-bottom: 2.2rem; color: #514b42; font-size: clamp(1rem, 1.35vw, 1.16rem); }
.schedule-hero__media { position: relative; min-height: 37rem; align-self: stretch; overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) 0 0; background: #171318; box-shadow: var(--shadow-lg); }
.schedule-hero__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,18,21,.64), transparent 48%), linear-gradient(90deg, rgba(15,17,19,.12), transparent); content: ""; }
.schedule-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; filter: saturate(.72) sepia(.06) brightness(.88); }
.schedule-next { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 1.4rem; padding: 1.6rem 2rem; border-top: 1px solid rgba(255,255,255,.24); background: rgba(8,20,24,.72); color: #fff; backdrop-filter: blur(14px); }
.schedule-next > p { grid-column: 1 / -1; margin: 0 0 -.6rem; color: var(--color-champagne); font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.schedule-next__date { min-width: 4rem; padding-right: 1.2rem; border-right: 1px solid rgba(255,255,255,.24); text-align: center; }
.schedule-next__date strong { display: block; font: 400 2.6rem/1 var(--font-serif); }
.schedule-next__date span { color: rgba(255,255,255,.64); font-size: .63rem; font-weight: 700; text-transform: uppercase; }
.schedule-next h2 { margin: 0 0 .2rem; font-size: clamp(1.35rem, 2vw, 2rem); }
.schedule-next div:last-child > span { color: rgba(255,255,255,.7); font-size: .78rem; }
.schedule-hero__footer { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(148,116,61,.25); }
.schedule-hero__footer > span { display: flex; min-height: 6rem; align-items: center; justify-content: center; gap: .75rem; padding: 1rem; border-right: 1px solid rgba(148,116,61,.2); color: var(--color-text-soft); font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.schedule-hero__footer > span:last-child { border-right: 0; }
.schedule-hero__footer strong { color: var(--color-text); font: 400 2rem/1 var(--font-serif); }
.schedule-hero__footer i { width: .65rem; height: .65rem; border-radius: 50%; background: var(--color-champagne); box-shadow: 0 0 0 .35rem rgba(194,164,105,.14); }

.schedule-calendar { background: var(--color-bg); }
.schedule-heading { margin-bottom: 2.5rem; }
.schedule-heading > p { font-size: .83rem; }
.schedule-year-nav { display: flex; gap: .7rem; margin-bottom: 3rem; }
.schedule-year-nav a { min-width: 7rem; padding: .7rem 1rem; border: 1px solid #d8c9af; border-radius: 999px; color: var(--color-champagne-dark); font-size: .74rem; font-weight: 750; letter-spacing: .08em; text-align: center; transition: background .18s ease, color .18s ease; }
.schedule-year-nav a:hover { background: var(--color-champagne); color: var(--color-text); }
.schedule-year { scroll-margin-top: calc(var(--header-height) + 1.5rem); }
.schedule-year + .schedule-year { margin-top: clamp(5rem, 9vw, 8rem); }
.schedule-year__header { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 1rem; margin-bottom: 1.5rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--color-border); }
.schedule-year__header p { grid-column: 1 / -1; margin: 0 0 -.5rem; color: var(--color-champagne-dark); font-size: .67rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.schedule-year__header h3 { grid-column: 1 / 3; margin: 0; font-size: clamp(3.4rem, 6vw, 6rem); }
.schedule-year__header > span { grid-column: 3; align-self: center; padding: .5rem .8rem; border: 1px solid var(--color-border); border-radius: 999px; color: var(--color-text-soft); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.schedule-months { display: grid; gap: .8rem; }
.schedule-month { scroll-margin-top: calc(var(--header-height) + 1.5rem); overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-surface); box-shadow: 0 8px 26px rgba(48,39,26,.035); }
.schedule-month summary { display: grid; min-height: 5.5rem; grid-template-columns: 3rem minmax(0, 1fr) auto 2rem; align-items: center; gap: 1rem; padding: 1rem clamp(1.2rem, 3vw, 2rem); cursor: pointer; list-style: none; transition: background .18s ease; }
.schedule-month summary::-webkit-details-marker { display: none; }
.schedule-month summary:hover { background: var(--color-surface-soft); }
.schedule-month summary > span { color: var(--color-champagne-dark); font-size: .67rem; font-weight: 750; letter-spacing: .1em; }
.schedule-month summary strong { font-family: var(--font-serif); font-size: clamp(1.6rem, 2.4vw, 2.3rem); font-weight: 400; }
.schedule-month summary small { color: var(--color-text-soft); font-size: .67rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.schedule-month summary i { position: relative; width: 1.8rem; height: 1.8rem; border: 1px solid #d9cdbb; border-radius: 50%; }
.schedule-month summary i::before, .schedule-month summary i::after { position: absolute; top: 50%; left: 50%; width: .65rem; height: 1px; background: var(--color-champagne-dark); content: ""; transform: translate(-50%, -50%); }
.schedule-month summary i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .18s ease; }
.schedule-month[open] summary { background: var(--color-surface-soft); }
.schedule-month[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.schedule-event-list { border-top: 1px solid var(--color-border); padding-inline: clamp(1.2rem, 3vw, 2rem); }
.schedule-event { display: grid; min-height: 6rem; grid-template-columns: 5.5rem minmax(0, 1fr) auto; align-items: center; gap: 1.5rem; padding: 1rem 0; border-bottom: 1px solid #eee7dc; }
.schedule-event:last-child { border-bottom: 0; }
.schedule-event.is-past { opacity: .52; }
.schedule-event time { display: flex; align-items: baseline; gap: .45rem; color: var(--color-champagne-dark); }
.schedule-event time strong { font: 400 2rem/1 var(--font-serif); }
.schedule-event time span { font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.schedule-event h4 { margin: 0 0 .25rem; font: 400 clamp(1.05rem, 1.5vw, 1.24rem)/1.25 var(--font-serif); }
.schedule-event p { margin: 0; font-size: .75rem; }
.schedule-event__type { justify-self: end; padding: .42rem .7rem; border-radius: 999px; font-size: .62rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.schedule-event__type--public { border: 1px solid #ccb27e; background: #f4ebd9; color: #725727; }
.schedule-event__type--private { border: 1px solid var(--color-border); color: var(--color-text-soft); }

.schedule-cta { padding-top: 0; }
.schedule-cta__panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(16rem, .65fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); overflow: hidden; padding: clamp(3rem, 7vw, 6.5rem); border-radius: var(--radius-lg); background: radial-gradient(circle at 88% 30%, rgba(70,143,147,.28), transparent 32%), var(--color-atlantida); color: #fff; }
.schedule-cta__panel::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 5rem 5rem; content: ""; mask-image: linear-gradient(90deg, transparent, black); }
.schedule-cta__panel > * { position: relative; z-index: 1; }
.schedule-cta h2 { max-width: 53rem; }
.schedule-cta p:not(.eyebrow) { max-width: 45rem; margin-bottom: 0; color: rgba(255,255,255,.68); }
.schedule-cta__actions { display: flex; align-items: stretch; flex-direction: column; gap: 1.2rem; }
.schedule-cta__actions .text-link { align-self: center; }

/* Catering */
.catering-page { overflow: clip; }
.catering-hero { position: relative; overflow: hidden; padding: clamp(5.5rem, 9vw, 8.5rem) 0 0; border-bottom-right-radius: 6rem 2rem; border-bottom-left-radius: 6rem 2rem; background: radial-gradient(circle at 14% 16%, rgba(194,164,105,.2), transparent 24rem), linear-gradient(135deg, #f6f0e5, #fcfaf6 64%); }
.catering-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(148,116,61,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(148,116,61,.04) 1px, transparent 1px); background-size: 5rem 5rem; content: ""; mask-image: linear-gradient(90deg, black, transparent 65%); }
.catering-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(25rem, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.catering-hero__copy { padding-bottom: 4rem; }
.catering-hero h1 { max-width: 48rem; margin-bottom: 1.8rem; font-size: clamp(4.7rem, 7.6vw, 8rem); }
.catering-hero h1 em { display: block; color: var(--color-champagne-dark); font-weight: 400; }
.catering-hero__lead { max-width: 40rem; margin-bottom: 2.2rem; color: #514b42; font-size: clamp(1rem, 1.35vw, 1.16rem); }
.catering-hero__phone { display: flex; align-items: center; gap: 1rem; margin: 2.2rem 0 0; }
.catering-hero__phone span { color: var(--color-text-soft); font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.catering-hero__phone a { font-family: var(--font-serif); font-size: 1.25rem; }
.catering-hero__media { position: relative; min-height: 35rem; align-self: stretch; margin: 0; overflow: hidden; border-radius: var(--radius-lg) var(--radius-lg) 0 0; background: #493225; box-shadow: var(--shadow-lg); }
.catering-hero__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(28,20,14,.58), transparent 44%), linear-gradient(90deg, rgba(32,22,15,.08), transparent); content: ""; }
.catering-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) sepia(.04) brightness(.94); }
.catering-hero__media figcaption { position: absolute; z-index: 2; right: 2rem; bottom: 1.7rem; left: 2rem; display: flex; align-items: center; gap: 1rem; color: #fff; font-size: .68rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.catering-hero__media figcaption i { height: 1px; flex: 1; background: rgba(255,255,255,.45); }
.catering-occasion-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(148,116,61,.25); }
.catering-occasion-strip span { display: flex; min-height: 6rem; align-items: center; justify-content: center; gap: .85rem; border-right: 1px solid rgba(148,116,61,.2); font-family: var(--font-serif); font-size: 1.15rem; }
.catering-occasion-strip span:last-child { border-right: 0; }
.catering-occasion-strip i { color: var(--color-champagne-dark); font: 700 .65rem/1 var(--font-sans); letter-spacing: .1em; }

.catering-offer { background: var(--color-bg); }
.catering-heading > p { font-size: .84rem; }
.catering-offer__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.catering-menu-card { display: grid; min-height: 42rem; grid-template-rows: 1.12fr .88fr; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-surface); box-shadow: var(--shadow-sm); }
.catering-menu-card__media { position: relative; min-height: 22rem; overflow: hidden; }
.catering-menu-card__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(29,20,14,.32), transparent 50%); content: ""; }
.catering-menu-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; filter: saturate(.82) sepia(.035); }
.catering-menu-card:hover .catering-menu-card__media img { transform: scale(1.025); }
.catering-menu-card__media > span { position: absolute; z-index: 1; top: 1.4rem; right: 1.4rem; display: grid; width: 3.2rem; height: 3.2rem; place-items: center; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; background: rgba(37,25,17,.22); color: #fff; font-size: .66rem; font-weight: 750; backdrop-filter: blur(7px); }
.catering-menu-card__body { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(2rem, 4vw, 3.5rem); }
.catering-menu-card__body h3 { margin-bottom: 1rem; font-size: clamp(2.3rem, 3.7vw, 4rem); }
.catering-menu-card__body > p:last-child { max-width: 32rem; margin: 0; font-size: .9rem; }
.catering-menu-card--reverse { background: var(--color-atlantida); color: #fff; }
.catering-menu-card--reverse .catering-menu-card__media { order: 2; }
.catering-menu-card--reverse .catering-menu-card__body > p:last-child { color: rgba(255,255,255,.68); }
.catering-menu-card--reverse .eyebrow { color: var(--color-champagne); }

.catering-gallery { background: var(--color-surface-soft); }
.catering-gallery__grid { display: grid; grid-auto-rows: 13rem; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.catering-gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: .8rem; background: #b99873; cursor: zoom-in; }
.catering-gallery-item--wide { grid-column: span 2; grid-row: span 2; }
.catering-gallery-item--tall { grid-row: span 2; }
.catering-gallery-item--wide-small { grid-column: span 2; }
.catering-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease, filter .42s ease; filter: saturate(.76) sepia(.05); }
.catering-gallery-item:hover img { transform: scale(1.03); filter: saturate(.92); }
.catering-gallery-item > span { position: absolute; right: .85rem; bottom: .85rem; display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); }

.catering-cta { padding-top: 0; background: var(--color-surface-soft); }
.catering-cta__panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); overflow: hidden; padding: clamp(3rem, 7vw, 6.5rem); border-radius: var(--radius-lg); background: radial-gradient(circle at 88% 30%, rgba(128,91,54,.38), transparent 30%), #31251d; color: #fff; }
.catering-cta__panel::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 5rem 5rem; content: ""; mask-image: linear-gradient(90deg, transparent, black); }
.catering-cta__panel > * { position: relative; z-index: 1; }
.catering-cta h2 { max-width: 55rem; }
.catering-cta p:not(.eyebrow) { max-width: 45rem; margin-bottom: 0; color: rgba(255,255,255,.66); }
.catering-cta__actions { display: flex; align-items: stretch; flex-direction: column; gap: 1.2rem; }
.catering-cta__actions .text-link { align-self: center; }

@media (max-width: 1120px) {
  .site-header__inner { grid-template-columns: 6.5rem 1fr auto; gap: 1rem; }
  .brand img, .brand .custom-logo { width: 5.5rem; height: 5.5rem; }
  .desktop-nav .menu { gap: 1.15rem; }
  .desktop-nav a { font-size: .66rem; }
  .events__grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-action { grid-column: 1 / -1; display: flex; align-items: center; gap: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--color-border); }
  .footer-action p { margin: 0; }
  .footer-action .button { margin-left: auto; }
  .repertoire-song-list { grid-template-columns: repeat(2, 1fr); }
  .repertoire-song-list li:nth-last-child(-n+3) { border-bottom-color: #eee7dc; }
  .repertoire-song-list li:nth-last-child(-n+2) { border-bottom-color: transparent; }
  .schedule-hero__grid { grid-template-columns: minmax(22rem, .9fr) 1.1fr; gap: 2.5rem; }
  .catering-hero__grid { grid-template-columns: minmax(22rem, .82fr) 1.18fr; gap: 2.5rem; }
}

@media (max-width: 900px) {
  :root { --header-height: 4.65rem; }
  .shell { width: min(100% - 2.25rem, 52rem); }
  .desktop-nav, .header-cta { display: none; }
  .site-header__inner { display: flex; justify-content: space-between; }
  .brand img, .brand .custom-logo { width: 5rem; height: 5rem; border-width: .35rem; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(.32rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(-.32rem) rotate(-45deg); }
  .mobile-menu nav { width: min(100% - 2.25rem, 32rem); margin-inline: auto; padding: 3rem 0 7rem; }
  .mobile-menu .menu { display: grid; gap: 0; border-top: 1px solid var(--color-border); }
  .mobile-menu .menu li { border-bottom: 1px solid var(--color-border); }
  .mobile-menu .menu a { display: flex; align-items: center; justify-content: space-between; min-height: 4rem; font-family: var(--font-serif); font-size: 1.65rem; }
  .mobile-menu .menu a::after { color: var(--color-champagne-dark); content: "→"; font-family: var(--font-sans); font-size: 1rem; }
  .mobile-menu .button { width: 100%; margin-top: 1.5rem; }
  .mobile-menu__phone { display: block; margin-top: 1.5rem; text-align: center; font-size: .86rem; }
  .hero { min-height: auto; border-radius: 0 0 3rem 3rem; }
  .hero__media { position: relative; inset: auto; width: 100%; height: 48vw; min-height: 21rem; }
  .hero__media::before { background: linear-gradient(0deg, #f8f4ed 0%, rgba(248,244,237,.15) 50%, rgba(248,244,237,.04)); }
  .hero__media img { object-position: center 44%; }
  .hero__inner { min-height: auto; margin-top: -3rem; padding: 0 0 5rem; }
  .hero__copy { width: 100%; padding: 2.5rem; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: rgba(252,250,246,.97); box-shadow: var(--shadow-sm); }
  .hero__copy h1 { font-size: clamp(3.25rem, 10vw, 5.3rem); }
  .intro__grid, .contact-section__grid { grid-template-columns: 1fr; }
  .intro__grid { gap: 4rem; }
  .intro__image { width: min(88%, 38rem); }
  .wedding-feature__panel { grid-template-columns: 1fr; }
  .wedding-feature__copy { order: 2; }
  .wedding-feature__media { min-height: 24rem; }
  .atlantida__grid { grid-template-columns: minmax(14rem, .55fr) 1.45fr; gap: 3rem; }
  .video-grid { gap: 1rem; }
  .social-strip__scroller { display: flex; overflow-x: auto; padding: 0 1px .8rem; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .social-strip__scroller a { min-width: 12rem; flex: 0 0 12rem; scroll-snap-align: start; }
  .gallery-grid { grid-auto-rows: 10rem; grid-template-columns: repeat(3, 1fr); }
  .final-cta__panel { grid-template-columns: 1fr; gap: 2rem; }
  .final-cta__actions { display: grid; grid-template-columns: repeat(2, 1fr); }
  .final-cta__actions .text-link { grid-column: 1 / -1; }
  .contact-card { position: static; }
  .repertoire-hero { padding-top: 6.5rem; }
  .repertoire-hero__inner { grid-template-columns: 1fr; gap: 3rem; }
  .repertoire-hero__aside { max-width: 40rem; }
  .repertoire-hero__ornament { right: 8%; opacity: .12; }
  .repertoire-toolbar { grid-template-columns: 1fr; gap: 2rem; }
  .repertoire-cta__panel { grid-template-columns: 1fr; gap: 2.5rem; }
  .schedule-hero { padding-top: 5.5rem; }
  .schedule-hero__grid { grid-template-columns: 1fr; }
  .schedule-hero__copy { max-width: 47rem; padding-bottom: 1rem; }
  .schedule-hero__media { min-height: 31rem; }
  .schedule-cta__panel { grid-template-columns: 1fr; gap: 2.5rem; }
  .catering-hero { padding-top: 5.5rem; }
  .catering-hero__grid { grid-template-columns: 1fr; }
  .catering-hero__copy { max-width: 48rem; padding-bottom: 1rem; }
  .catering-hero__media { min-height: 31rem; }
  .catering-cta__panel { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 700px) {
  body { padding-bottom: calc(4rem + env(safe-area-inset-bottom)); }
  h1 { font-size: clamp(3.1rem, 14vw, 4.3rem); }
  h2 { font-size: clamp(2.45rem, 11vw, 3.45rem); }
  .section { padding-block: clamp(4.4rem, 18vw, 6rem); }
  .shell { width: min(100% - 1.5rem, 35rem); }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero__media { height: 67vw; min-height: 18rem; max-height: 27rem; }
  .hero__media img { object-position: center 44%; }
  .hero__inner { margin-top: -1.7rem; padding-bottom: 3.75rem; }
  .hero__copy { padding: 2rem 1.35rem 1.5rem; }
  .hero__lead { font-size: .96rem; }
  .intro__grid { gap: 3.5rem; }
  .intro__image { width: calc(100% - .9rem); }
  .image-frame::before { inset: .8rem -.8rem -.8rem .8rem; }
  .occasion-list { grid-template-columns: 1fr; gap: 1.25rem; }
  .wedding-feature { padding-top: 0; }
  .wedding-feature__panel { width: 100%; border-radius: 0; border-inline: 0; }
  .wedding-feature__media { min-height: 18rem; }
  .wedding-feature__copy { padding: 2.2rem 1.5rem 2.5rem; }
  .events__grid { grid-template-columns: 1fr; }
  .event-card { display: grid; grid-template-columns: 8rem 1fr; }
  .event-card__media, .event-card--featured .event-card__media { height: 100%; aspect-ratio: auto; }
  .event-card.event-card--birthday .event-card__media img { transform: scale(1.9); transform-origin: center top; }
  .event-card__body { padding: 1.2rem; }
  .event-card__body p { min-height: 0; margin-bottom: .6rem; }
  .atlantida__grid { grid-template-columns: 1fr; }
  .atlantida__glow { display: none; }
  .atlantida__cover { width: min(78%, 18rem); margin-inline: auto; }
  .atlantida__cover::after { inset: .8rem -.8rem -.8rem .8rem; }
  .atlantida h2 { font-size: clamp(3.8rem, 20vw, 5.7rem); }
  .atlantida__video { height: 13rem; margin-block: 1.5rem; }
  .atlantida .button-row { flex-direction: column; }
  .atlantida .text-link { align-self: center; }
  .section-heading--split, .section-heading--compact { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .section-heading--split > p { margin: 0; }
  .video-grid { display: flex; overflow-x: auto; margin-right: -.75rem; padding: 0 .75rem 1rem 0; scroll-snap-type: x mandatory; }
  .video-card { min-width: 82vw; flex: 0 0 82vw; scroll-snap-align: start; }
  .social-strip__scroller { margin-right: -.75rem; }
  .social-strip__scroller a { min-width: 10.3rem; flex-basis: 10.3rem; }
  .gallery-grid { grid-auto-rows: 9rem; grid-template-columns: repeat(2, 1fr); gap: .65rem; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-item--tall { grid-row: span 2; }
  .gallery-item--wide-small { grid-column: span 2; }
  .final-cta { padding-top: 4.5rem; }
  .final-cta__panel { width: 100%; border-radius: 0; border-inline: 0; padding: 3.5rem 1.5rem; }
  .final-cta__actions { grid-template-columns: 1fr; }
  .final-cta__actions .text-link { grid-column: auto; }
  .contact-section__grid { gap: 1.2rem; }
  .contact-card, .inquiry-form { border-radius: .75rem; padding: 1.5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .site-footer { padding-bottom: 4rem; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; }
  .footer-brand, .footer-action { grid-column: 1 / -1; }
  .footer-action { display: block; }
  .footer-action .button { width: 100%; margin-top: 1rem; }
  .site-footer__social { grid-template-columns: 1fr; align-items: start; gap: 1.5rem; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .site-footer__bottom div { flex-direction: column; gap: .45rem; }
  .mobile-contact-bar { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid #ded5c7; background: rgba(252,250,246,.96); box-shadow: 0 -8px 24px rgba(48,39,26,.08); backdrop-filter: blur(12px); }
  .mobile-contact-bar a { display: grid; min-height: 4rem; place-items: center; align-content: center; border-right: 1px solid var(--color-border); font-size: .65rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
  .mobile-contact-bar a:last-child { border: 0; }
  .mobile-contact-bar span { color: var(--color-champagne-dark); font-size: 1rem; line-height: 1; }
  .repertoire-hero { padding-top: 5.5rem; border-radius: 0 0 3rem 3rem; }
  .repertoire-hero__ornament { display: none; }
  .repertoire-hero h1 { font-size: clamp(3.5rem, 16vw, 5.2rem); }
  .repertoire-hero__lead { width: 100%; max-width: none; }
  .repertoire-hero__aside { padding: 1.5rem 0 0; border-top: 1px solid rgba(148,116,61,.35); border-left: 0; }
  .repertoire-hero__aside > p { font-size: 1.15rem; }
  .repertoire-jump { display: flex; overflow-x: auto; margin-top: 3.5rem; scrollbar-width: none; }
  .repertoire-jump::-webkit-scrollbar { display: none; }
  .repertoire-jump a { min-width: 12rem; flex: 0 0 12rem; padding-inline: 1rem; border-right: 1px solid rgba(148,116,61,.22); font-size: 1.05rem; }
  .repertoire-toolbar { margin-bottom: 2.5rem; }
  .repertoire-search__field input { font-size: .9rem; }
  .repertoire-category__header { grid-template-columns: 3.2rem 1fr; gap: 1rem; padding: 1.35rem; }
  .repertoire-category__number { width: 3rem; height: 3rem; }
  .repertoire-category__count { grid-column: 2; justify-self: start; }
  .repertoire-song-list { grid-template-columns: 1fr; padding: .5rem 1.25rem 1rem; }
  .repertoire-song-list li, .repertoire-song-list li:nth-last-child(-n+2) { border-bottom-color: #eee7dc; }
  .repertoire-song-list li:last-child { border-bottom-color: transparent; }
  .repertoire-cta__panel { width: 100%; border-radius: 0; padding: 3.5rem 1.5rem; }
  .schedule-hero { padding-top: 4.75rem; border-radius: 0 0 3rem 3rem; }
  .schedule-hero h1 { font-size: clamp(4rem, 19vw, 5.8rem); }
  .schedule-hero__copy { padding-block: 1.5rem 0; }
  .schedule-hero__media { min-height: 25rem; margin-inline: -.75rem; border-radius: 1.2rem 1.2rem 0 0; }
  .schedule-next { grid-template-columns: auto 1fr; padding: 1.25rem; }
  .schedule-next > p { grid-column: 1 / -1; }
  .schedule-next h2 { font-size: 1.35rem; }
  .schedule-hero__footer { display: flex; overflow-x: auto; scrollbar-width: none; }
  .schedule-hero__footer::-webkit-scrollbar { display: none; }
  .schedule-hero__footer > span { min-width: 14rem; flex: 0 0 14rem; }
  .schedule-year-nav a { flex: 1; }
  .schedule-month summary { grid-template-columns: 2rem minmax(0, 1fr) auto; gap: .7rem; }
  .schedule-month summary small { display: none; }
  .schedule-event { grid-template-columns: 4.6rem minmax(0, 1fr); gap: 1rem; }
  .schedule-event__type { grid-column: 2; justify-self: start; margin-top: -.45rem; }
  .schedule-event time strong { font-size: 1.75rem; }
  .schedule-cta__panel { width: 100%; border-radius: 0; padding: 3.5rem 1.5rem; }
  .catering-hero { padding-top: 4.75rem; border-radius: 0 0 3rem 3rem; }
  .catering-hero h1 { font-size: clamp(3.7rem, 17vw, 5.5rem); }
  .catering-hero__copy { padding-bottom: 0; }
  .catering-hero__phone { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .catering-hero__media { min-height: 24rem; margin-inline: -.75rem; border-radius: 1.2rem 1.2rem 0 0; }
  .catering-occasion-strip { display: flex; overflow-x: auto; scrollbar-width: none; }
  .catering-occasion-strip::-webkit-scrollbar { display: none; }
  .catering-occasion-strip span { min-width: 11rem; flex: 0 0 11rem; }
  .catering-offer__grid { grid-template-columns: 1fr; }
  .catering-menu-card { min-height: 36rem; }
  .catering-menu-card--reverse .catering-menu-card__media { order: 0; }
  .catering-gallery__grid { grid-auto-rows: 9rem; grid-template-columns: repeat(2, 1fr); gap: .65rem; }
  .catering-gallery-item--wide { grid-column: span 2; }
  .catering-gallery-item--wide-small { grid-column: span 2; }
  .catering-cta__panel { width: 100%; border-radius: 0; padding: 3.5rem 1.5rem; }
}

@media (max-width: 390px) {
  .hero__media { height: 62vw; min-height: 14rem; }
  .hero__copy { padding: 1.5rem 1.1rem 1.15rem; }
  .hero__copy h1 { margin-bottom: 1rem; }
  .hero__lead { margin-bottom: 1.3rem; }
  .hero .button-row { gap: .7rem; }
  .event-card { grid-template-columns: 6.7rem 1fr; }
  .event-card__body { padding: 1rem; }
  .event-card__body p { display: none; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-action { grid-column: auto; }
  .site-footer__social-grid { grid-template-columns: 1fr; }
}

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