@font-face {
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/fonts/inter-variable.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Allura";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/allura-live.woff2") format("woff2");
  unicode-range: U+0065, U+0069, U+006C, U+0076;
}

:root {
  --plum-50: #f7f2f8;
  --plum-100: #eee5f1;
  --plum-500: #8a6494;
  --plum-600: #74507e;
  --plum-700: #61416c;
  --plum-800: #4c3457;
  --plum-900: #35263f;
  --rose-50: #fdf3f5;
  --rose-500: #cf657a;
  --rose-600: #b94f64;
  --blue-50: #eff5fb;
  --blue-600: #426f9f;
  --gold-50: #fcf7ed;
  --gold-600: #9a6a28;
  --ink-300: #8a91a0;
  --ink-400: #687181;
  --ink-500: #535d6d;
  --ink-700: #313a49;
  --ink-800: #222b39;
  --ink-900: #151d29;
  --line: #e1e4e9;
  --line-soft: #eceef2;
  --bg: #fff;
  --bg-soft: #f7f7f9;
  --shadow-sm: 0 1px 2px rgba(25, 23, 34, 0.05);
  --shadow-md: 0 8px 28px rgba(35, 27, 45, 0.09);
  --shadow-lg: 0 24px 60px rgba(35, 27, 45, 0.15);
  --radius-sm: 9px;
  --radius-md: 15px;
  --radius-lg: 21px;
  --radius-xl: 28px;
  --container: 1200px;
  --header-h: 72px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  color: var(--ink-800);
  background: var(--bg);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: var(--plum-700); text-decoration: none; }
a:hover { color: var(--plum-600); }

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--rose-600);
  outline-offset: 3px;
}

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 500; top: 8px; left: 16px; padding: 10px 16px; border-radius: var(--radius-sm); color: #fff; background: var(--plum-800); font-weight: 650; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 200;
  top: 0;
  height: var(--header-h);
  border-bottom: 1px solid rgba(225, 228, 233, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease;
}

.site-header.is-scrolled { box-shadow: 0 4px 20px rgba(30, 25, 40, 0.06); }
.nav { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 24px; }
.brand-lockup { display: flex; align-items: center; gap: 3px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-900); }
.brand:hover { color: var(--ink-900); }
.brand-mark { width: 34px; height: 34px; flex: none; }
.brand-mark rect { fill: var(--plum-700); }
.brand-mark path { fill: none; stroke: #fff; stroke-width: 2.35; stroke-linecap: round; stroke-linejoin: round; }
.brand-name { font-size: 1.34rem; font-weight: 780; letter-spacing: -0.05em; line-height: 1; }
.live-script { color: var(--rose-600); font-family: "Allura", cursive; font-size: 2.05rem; font-weight: 400; letter-spacing: 0.01em; line-height: 0.75; transform: rotate(-4deg) translateY(-4px); }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links > a:not(.button) { padding: 9px 13px; color: var(--ink-500); font-size: 0.92rem; font-weight: 550; }
.nav-links > a:not(.button):hover { color: var(--plum-700); }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.93rem;
  font-weight: 650;
  line-height: 1.4;
  text-align: center;
  transition: transform 150ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover { transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 8px 15px; font-size: 0.86rem; }
.button-primary { color: #fff; background: var(--plum-700); }
.button-primary:hover { color: #fff; background: var(--plum-900); box-shadow: var(--shadow-md); }
.button-secondary { color: var(--plum-800); border-color: #d8d4dc; background: rgba(255, 255, 255, 0.55); }
.button-secondary:hover { color: var(--plum-900); background: #fff; box-shadow: var(--shadow-sm); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 106px;
  background:
    radial-gradient(720px 390px at 88% 12%, rgba(207, 101, 122, 0.12), transparent 68%),
    radial-gradient(700px 390px at 8% 100%, rgba(116, 80, 126, 0.10), transparent 68%),
    linear-gradient(180deg, #fdfcfe 0%, #f4eff6 100%);
}

.hero-glow::before,
.hero-glow::after { position: absolute; border-radius: 50%; content: ""; filter: blur(95px); pointer-events: none; }
.hero-glow::before { top: -180px; left: -120px; width: 480px; height: 480px; background: rgba(151, 113, 162, 0.15); }
.hero-glow::after { right: -140px; bottom: -180px; width: 520px; height: 520px; background: rgba(214, 123, 140, 0.13); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr); align-items: center; gap: 70px; }
.pill-label { display: inline-flex; margin-bottom: 26px; padding: 6px 13px; border: 1px solid #e1d5e5; border-radius: 999px; color: var(--plum-700); background: rgba(255, 255, 255, 0.65); font-size: 0.78rem; font-weight: 650; letter-spacing: 0.02em; }
.hero h1 { max-width: 620px; margin: 0 0 22px; color: var(--plum-900); font-size: clamp(2.7rem, 4.7vw, 4rem); font-weight: 760; letter-spacing: -0.047em; line-height: 1.04; }
.hero h1 span { display: block; color: var(--rose-600); }
.hero-copy > p { max-width: 600px; margin: 0 0 32px; color: var(--ink-500); font-size: 1.16rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.hero-details { display: flex; flex-wrap: wrap; gap: 8px 21px; color: var(--ink-500); font-size: 0.88rem; }
.hero-details span { position: relative; }
.hero-details span + span::before { position: absolute; top: 50%; left: -12px; width: 3px; height: 3px; border-radius: 50%; background: var(--ink-300); content: ""; }
.hero-details strong { color: var(--plum-900); }
.hero-visual { position: relative; padding: 26px 18px 22px 24px; }
.hero-visual::before { position: absolute; inset: 0; border: 1px solid #e6dce8; border-radius: var(--radius-xl); background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(244,235,246,.9)); content: ""; transform: rotate(2deg); }
.hero-photo { position: relative; overflow: hidden; aspect-ratio: 1.48 / 1; border-radius: var(--radius-lg); background: var(--ink-900); box-shadow: var(--shadow-lg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; right: -4px; bottom: -9px; display: flex; min-width: 250px; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.96); box-shadow: var(--shadow-md); }
.note-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: var(--plum-700); background: var(--plum-50); }
.note-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hero-note > span:last-child { display: flex; flex-direction: column; }
.hero-note strong { color: var(--plum-900); font-size: 0.93rem; }
.hero-note small { margin-top: 2px; color: var(--ink-400); font-size: 0.73rem; }

.proof { padding: 48px 0 0; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.proof article { display: flex; align-items: flex-start; gap: 13px; padding: 19px 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.proof-icon { display: grid; width: 30px; height: 30px; flex: none; place-items: center; border: 1px solid #ded2e2; border-radius: 50%; color: var(--plum-700); background: var(--plum-50); }
.proof-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.proof article div { display: flex; min-width: 0; flex-direction: column; }
.proof article strong { color: var(--plum-900); font-size: 0.91rem; line-height: 1.4; }
.proof article div span { margin-top: 2px; color: var(--ink-400); font-size: 0.79rem; line-height: 1.45; }

.section { padding: 104px 0; }
.section-heading { max-width: 730px; margin: 0 auto 50px; text-align: center; }
.eyebrow { display: inline-block; margin-bottom: 10px; color: var(--plum-600); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.section h2 { margin: 0 0 16px; color: var(--plum-900); font-size: clamp(2rem, 3.5vw, 2.75rem); font-weight: 730; letter-spacing: -0.035em; line-height: 1.15; }
.section-heading p { max-width: 670px; margin: 0 auto; color: var(--ink-400); font-size: 1.04rem; }
.occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.occasion-card { display: flex; min-height: 315px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; flex-direction: column; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.occasion-card:hover { border-color: #d5cfda; box-shadow: var(--shadow-md); transform: translateY(-4px); }
.occasion-icon { display: grid; width: 48px; height: 48px; margin-bottom: 21px; place-items: center; border-radius: 13px; color: var(--plum-700); background: var(--plum-50); }
.occasion-icon.is-rose { color: var(--rose-600); background: var(--rose-50); }
.occasion-icon.is-blue { color: var(--blue-600); background: var(--blue-50); }
.occasion-icon.is-gold { color: var(--gold-600); background: var(--gold-50); }
.occasion-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.occasion-card h3 { margin: 0 0 11px; color: var(--plum-900); font-size: 1.17rem; line-height: 1.35; }
.occasion-card p { margin: 0 0 24px; color: var(--ink-400); font-size: 0.92rem; line-height: 1.65; }
.occasion-meta { margin-top: auto; color: var(--plum-600); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }

.story-section { background: var(--bg-soft); }
.story-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; gap: 84px; }
.story-copy { max-width: 540px; }
.story-copy h2 { margin-bottom: 22px; }
.story-copy p { margin: 0 0 18px; color: var(--ink-400); }
.story-copy .story-lead { color: var(--ink-700); font-size: 1.11rem; line-height: 1.65; }
.inline-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 8px; color: var(--plum-700); font-size: 0.92rem; font-weight: 700; }
.inline-link span { transition: transform 160ms ease; }
.inline-link:hover span { transform: translateX(3px); }
.story-photo { position: relative; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-md); }
.story-photo img { width: 100%; aspect-ratio: 1.4 / 1; border-radius: var(--radius-lg); object-fit: cover; }
.story-photo > span { position: absolute; right: 30px; bottom: 30px; padding: 8px 12px; border-radius: 7px; color: var(--plum-900); background: rgba(255,255,255,.92); font-size: 0.74rem; font-weight: 650; box-shadow: var(--shadow-sm); }

.musician-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.musician-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); transition: transform 180ms ease, box-shadow 180ms ease; }
.musician-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.musician-card img { width: 100%; height: 245px; object-fit: cover; object-position: center 27%; }
.musician-card:nth-child(3) img { object-position: center 24%; }
.musician-card div { padding: 23px 24px 25px; }
.musician-card h3 { margin: 0; color: var(--plum-900); font-size: 1.08rem; }
.musician-card div > span { display: block; margin: 3px 0 10px; color: var(--rose-600); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.musician-card p { margin: 0; color: var(--ink-400); font-size: 0.88rem; line-height: 1.6; }

.dates-section { background: linear-gradient(180deg, #faf9fb 0%, #f3eef5 100%); }
.dates-grid { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); align-items: start; gap: 70px; }
.dates-copy { position: sticky; top: 112px; padding-top: 18px; }
.dates-copy h2 { margin-bottom: 18px; }
.dates-copy p { margin: 0; color: var(--ink-400); font-size: 1.02rem; }
.dates-copy .inline-link { margin-top: 24px; }
.calendar-shell { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-md); }
.calendar-bar { display: flex; min-height: 52px; align-items: center; justify-content: space-between; padding: 0 19px; border-bottom: 1px solid var(--line-soft); background: #fff; }
.calendar-bar strong { color: var(--plum-900); font-size: 0.85rem; }
.calendar-bar span { color: var(--ink-400); font-size: 0.74rem; }
.calendar-shell iframe { display: block; width: 100%; height: 680px; border: 0; }

.booking-section { padding-top: 112px; }
.booking-panel { display: grid; overflow: hidden; border-radius: var(--radius-xl); color: #fff; background: linear-gradient(135deg, var(--plum-900), var(--plum-700)); grid-template-columns: .8fr 1.2fr; box-shadow: var(--shadow-lg); }
.booking-image { min-height: 440px; }
.booking-image img { width: 100%; height: 100%; object-fit: cover; opacity: .84; }
.booking-copy { display: flex; justify-content: center; padding: clamp(44px, 6vw, 74px); flex-direction: column; }
.eyebrow-light { color: #e6c9de; }
.booking-copy h2 { max-width: 560px; color: #fff; }
.booking-copy > p { max-width: 570px; margin: 0 0 28px; color: rgba(255,255,255,.78); font-size: 1rem; }
.booking-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-light { color: var(--plum-900); background: #fff; }
.button-light:hover { color: var(--plum-900); background: var(--plum-50); box-shadow: var(--shadow-md); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.36); background: transparent; }
.button-ghost:hover { color: #fff; background: rgba(255,255,255,.08); }
.booking-note { margin-top: 25px; color: rgba(255,255,255,.64); font-size: .77rem; }

.site-footer { margin-top: 104px; padding: 70px 0 28px; color: #fff; background: var(--ink-900); }
.footer-grid { display: grid; grid-template-columns: 2fr .7fr .7fr; gap: 80px; }
.footer-brand { color: #fff; }
.footer-brand:hover { color: #fff; }
.footer-brand .brand-mark rect { fill: var(--plum-600); }
.footer-about p { max-width: 460px; margin: 20px 0 14px; color: rgba(255,255,255,.59); font-size: .9rem; }
.footer-email { color: #d8b8cf; font-size: .88rem; }
.footer-email:hover { color: #fff; }
.footer-col { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.footer-col h3 { margin: 0 0 8px; color: #fff; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a { color: rgba(255,255,255,.6); font-size: .86rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .72rem; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr); gap: 45px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: .9fr 1.1fr; gap: 48px; }
  .musician-grid { grid-template-columns: repeat(2, 1fr); }
  .dates-grid { grid-template-columns: 1fr; }
  .dates-copy { position: static; max-width: 650px; padding-top: 0; }
  .booking-panel { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 767px) {
  :root { --header-h: 64px; }
  html { scroll-padding-top: 76px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .nav-links { position: fixed; z-index: 190; top: var(--header-h); right: 0; left: 0; display: none; height: calc(100svh - var(--header-h)); align-items: stretch; padding: 22px 24px; border-top: 1px solid var(--line); background: #fff; flex-direction: column; }
  .nav-links.is-open { display: flex; }
  .nav-links > a:not(.button) { padding: 17px 4px; border-bottom: 1px solid var(--line-soft); color: var(--ink-800); font-size: 1rem; font-weight: 650; }
  .nav-links .button { margin-top: 18px; }
  .menu-toggle { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 0; background: transparent; flex-direction: column; gap: 5px; }
  .menu-toggle span { width: 22px; height: 2px; border-radius: 2px; background: var(--ink-800); transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 68px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero h1 { font-size: clamp(2.55rem, 11vw, 3.65rem); }
  .hero-copy > p { font-size: 1.05rem; }
  .hero-visual { width: min(100%, 620px); margin-inline: auto; }
  .section { padding: 82px 0; }
  .story-grid { grid-template-columns: 1fr; }
  .story-copy { max-width: 680px; }
  .story-photo { order: -1; }
  .booking-panel { grid-template-columns: 1fr; }
  .booking-image { min-height: 320px; max-height: 420px; }
  .footer-grid { grid-template-columns: 1.5fr .7fr .7fr; gap: 34px; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .hero { padding-top: 54px; }
  .pill-label { margin-bottom: 22px; font-size: .72rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-details { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-details span + span::before { display: none; }
  .hero-visual { padding: 13px 8px 20px 12px; }
  .hero-photo { aspect-ratio: 1.24 / 1; }
  .hero-note { right: -2px; bottom: -10px; min-width: 224px; padding: 11px 13px; }
  .proof { padding-top: 32px; }
  .proof-grid { grid-template-columns: 1fr; gap: 10px; }
  .proof article { padding: 16px 17px; }
  .section-heading { margin-bottom: 38px; text-align: left; }
  .section-heading p { margin: 0; }
  .section h2 { font-size: 2rem; }
  .occasion-grid { grid-template-columns: 1fr; gap: 14px; }
  .occasion-card { min-height: 0; padding: 25px; }
  .story-grid { gap: 38px; }
  .story-photo { padding: 9px; }
  .story-photo img { aspect-ratio: 1.05 / 1; }
  .story-photo > span { right: 18px; bottom: 18px; }
  .musician-grid { grid-template-columns: 1fr; gap: 15px; }
  .musician-card { display: grid; grid-template-columns: 124px 1fr; }
  .musician-card img { height: 100%; min-height: 188px; object-position: center; }
  .musician-card div { padding: 19px 18px; }
  .musician-card p { font-size: .82rem; }
  .calendar-shell iframe { height: 610px; }
  .calendar-bar span { display: none; }
  .booking-section { padding-top: 82px; }
  .booking-image { min-height: 290px; }
  .booking-copy { padding: 36px 25px 42px; }
  .booking-actions { align-items: stretch; flex-direction: column; }
  .booking-actions .button { width: 100%; overflow-wrap: anywhere; }
  .site-footer { margin-top: 82px; padding-top: 58px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

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