/* ==========================================================================
   Sameera Shaheen Malik — public site
   Design language: soft-modern editorial (large radii, pill labels, warm cream)
   Palette: ruby red + antique gold on warm cream
   ========================================================================== */

:root {
  --ink: #1b1113;
  --ink-2: #2a1c1f;
  --ink-soft: #45383a;
  --muted: #7d6d6f;
  --cream: #fdf7f2;
  --cream-2: #f9ece1;
  --cream-3: #f3ddcd;
  --white: #ffffff;
  --red: #a01829;
  --red-2: #c22138;
  --red-deep: #6d0f1c;
  --red-soft: #fbeceb;
  --gold: #c9a227;
  --gold-2: #e0bf5f;
  --gold-soft: #f8eed4;
  --line: rgba(27, 17, 19, .09);
  --line-2: rgba(27, 17, 19, .14);
  --line-light: rgba(253, 247, 242, .16);
  --serif: 'Erode', 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --container: 1200px;
  --r: 40px;
  --r-md: 28px;
  --r-sm: 18px;
  --pill: 1000px;
  --shadow: 0 24px 60px -34px rgba(27, 17, 19, .32);
  --shadow-lg: 0 40px 90px -40px rgba(27, 17, 19, .45);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);
  --nav-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
::selection { background: var(--gold); color: var(--ink); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif); font-weight: 400; color: var(--ink);
  line-height: 1.05; letter-spacing: -.035em; margin: 0;
}
.display { font-size: clamp(42px, 6.4vw, 88px); letter-spacing: -.05em; line-height: .98; text-wrap: balance; }
.h1 { font-size: clamp(34px, 4.6vw, 62px); letter-spacing: -.045em; line-height: 1.02; text-wrap: balance; }
.h2 { font-size: clamp(28px, 3.2vw, 44px); letter-spacing: -.04em; text-wrap: balance; }
.h3 { font-size: clamp(22px, 2.1vw, 30px); letter-spacing: -.035em; }
.lead { font-size: clamp(16.5px, 1.2vw, 19px); line-height: 1.62; color: var(--muted); max-width: 62ch; }
.muted { color: var(--muted); }
.gold { color: var(--gold); }
.red { color: var(--red); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.container { width: min(var(--container), calc(100% - 44px)); margin-inline: auto; }
.container--narrow { width: min(820px, calc(100% - 44px)); }

/* Pill label above every section heading */
.pill {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px 8px 12px;
  border: 1px solid var(--line-2); border-radius: var(--pill); background: var(--white);
  font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink);
  margin: 0 0 20px; font-weight: 500;
}
.pill::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 3px var(--red-soft); }
.pill--gold::before { background: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
.pill--light { background: rgba(253, 247, 242, .08); border-color: var(--line-light); color: var(--cream); }
.pill--light::before { background: var(--gold); box-shadow: 0 0 0 3px rgba(201, 162, 39, .18); }

.cursor-dot, .cursor-ring { display: none; }

/* --------------------------------------------------------------------------
   Announcement + floating nav
   -------------------------------------------------------------------------- */
.announce { background: var(--ink); color: var(--gold-2); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; overflow: hidden; height: 36px; display: flex; align-items: center; }
.announce__track { display: flex; white-space: nowrap; animation: marquee 46s linear infinite; }
.announce__track span { display: inline-flex; align-items: center; padding-right: 44px; }
.announce__dot { width: 4px; height: 4px; background: var(--red-2); border-radius: 50%; margin-left: 44px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.site-header { position: sticky; top: 14px; z-index: 100; padding: 0 22px; margin-top: 14px; }
.site-header__inner {
  width: min(var(--container), 100%); margin-inline: auto; height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: rgba(255, 255, 255, .82); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--line); border-radius: var(--pill); padding: 0 12px 0 22px;
  transition: box-shadow .4s var(--ease), background .4s;
}
.site-header.is-scrolled .site-header__inner { box-shadow: var(--shadow); background: rgba(255, 255, 255, .94); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand__text { min-width: 0; }
.brand__mark {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; flex: none;
  background: linear-gradient(140deg, var(--red) 0%, var(--red-deep) 60%, var(--gold) 190%);
  color: var(--gold-2); font-family: var(--serif); font-size: 21px; transition: transform .6s var(--ease);
}
.brand:hover .brand__mark { transform: rotate(-12deg) scale(1.06); }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-family: var(--serif); font-size: 18px; letter-spacing: -.02em; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.brand__tag { font-size: 9px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.brand--light .brand__name { color: var(--cream); }
.brand--light .brand__tag { color: rgba(253, 247, 242, .5); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav__link { position: relative; font-size: 14px; padding: 9px 14px; border-radius: var(--pill); color: var(--ink-soft); transition: background .3s, color .3s; white-space: nowrap; }
.nav__link:hover { background: var(--cream-2); color: var(--ink); }
.nav__link.is-active { background: var(--ink); color: var(--cream); }
.site-header__actions { display: flex; align-items: center; gap: 8px; flex: none; }
.btn__short { display: none; }

.burger { display: none; width: 44px; height: 44px; background: var(--cream-2); border: 0; border-radius: 50%; padding: 13px; flex-direction: column; justify-content: center; gap: 5px; }
.burger span { display: block; height: 1.6px; background: var(--ink); border-radius: 2px; transition: transform .35s var(--ease), opacity .3s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }
body.menu-open .burger { background: rgba(253, 247, 242, .12); }
body.menu-open .burger span { background: var(--cream); }

.mobile-nav { position: fixed; inset: 0; z-index: 90; background: var(--ink); color: var(--cream); clip-path: circle(0 at calc(100% - 44px) 60px); transition: clip-path .8s var(--ease-io); visibility: hidden; }
body.menu-open .mobile-nav { clip-path: circle(150% at calc(100% - 44px) 60px); visibility: visible; }
body.menu-open { overflow: hidden; }
.mobile-nav__inner { height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 110px 30px 40px; gap: 2px; overflow-y: auto; }
.mobile-nav__link {
  font-family: var(--serif); font-size: clamp(30px, 7.4vw, 46px); letter-spacing: -.04em; line-height: 1.25; display: flex; align-items: baseline; gap: 16px;
  opacity: 0; transform: translateY(20px); transition: opacity .5s var(--ease), transform .6s var(--ease), color .3s; transition-delay: calc(.18s + var(--i) * .05s);
}
body.menu-open .mobile-nav__link { opacity: 1; transform: none; }
.mobile-nav__link.is-active, .mobile-nav__link:hover { color: var(--gold-2); }
.mobile-nav__num { font-family: var(--sans); font-size: 11px; letter-spacing: .24em; color: var(--red-2); }
.mobile-nav__meta { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line-light); display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: rgba(253, 247, 242, .6); }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; overflow: hidden; isolation: isolate;
  padding: 15px 26px; font-size: 14px; font-weight: 500; letter-spacing: -.01em; border-radius: var(--pill);
  border: 1px solid transparent; transition: color .35s, border-color .35s, transform .4s var(--ease), box-shadow .4s; white-space: nowrap;
}
.btn::before { content: ''; position: absolute; inset: 0; z-index: -1; transform: translateY(101%); transition: transform .55s var(--ease); }
.btn:hover::before { transform: translateY(0); }
.btn:hover { transform: translateY(-2px); }
.btn--sm { padding: 11px 18px; font-size: 13px; }
.btn--lg { padding: 18px 32px; font-size: 15px; }
.btn--red { background: var(--red); color: #fff; border-color: var(--red); }
.btn--red::before { background: var(--ink); }
.btn--red:hover { box-shadow: 0 18px 40px -18px rgba(160, 24, 41, .7); }
.btn--ink { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.btn--ink::before { background: var(--red); }
.btn--ink:hover { color: #fff; box-shadow: 0 18px 40px -18px rgba(27, 17, 19, .6); }
.btn--gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn--gold::before { background: var(--ink); }
.btn--gold:hover { color: var(--gold-2); }
.btn--ghost { background: var(--white); color: var(--ink); border-color: var(--line-2); }
.btn--ghost::before { background: var(--ink); }
.btn--ghost:hover { color: var(--cream); border-color: var(--ink); }
.btn--outline-light { background: transparent; color: var(--cream); border-color: rgba(253, 247, 242, .32); }
.btn--outline-light::before { background: var(--cream); }
.btn--outline-light:hover { color: var(--ink); border-color: var(--cream); }
.btn__arrow { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: rgba(255, 255, 255, .18); font-size: 12px; transition: transform .4s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(3px) rotate(45deg); }
.btn--ghost .btn__arrow, .btn--gold .btn__arrow { background: rgba(27, 17, 19, .1); }
.link-arrow { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; color: var(--ink); border-bottom: 1px solid var(--line-2); padding-bottom: 3px; transition: gap .3s, border-color .3s; }
.link-arrow:hover { gap: 14px; border-color: var(--red); }

/* --------------------------------------------------------------------------
   Reveal animations
   -------------------------------------------------------------------------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); will-change: opacity, transform; }
.reveal.is-in { opacity: 1; transform: none; }
.js .reveal--scale { transform: scale(.96); }
.js .reveal--clip { transform: none; opacity: 1; clip-path: inset(0 0 100% 0 round var(--r)); transition: clip-path 1.1s var(--ease); }
.reveal--clip.is-in { clip-path: inset(0 0 0 0 round var(--r)); }
.split-lines .line { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.js .split-lines .line > span { display: block; transform: translateY(108%); transition: transform .95s var(--ease); transition-delay: calc(var(--li, 0) * .08s); }
.split-lines.is-in .line > span { transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal--clip, .split-lines .line > span { opacity: 1 !important; transform: none !important; clip-path: none !important; transition: none !important; }
  .announce__track, .marquee__track, .rail__track { animation: none; }
  html { scroll-behavior: auto; }
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */
.section { padding: clamp(64px, 7.5vw, 112px) 0; position: relative; }
.section--tight { padding: clamp(44px, 5vw, 72px) 0; }
.section--cream2 { background: var(--cream-2); }
.section--white { background: var(--white); }
.section--ink { background: var(--ink); color: rgba(253, 247, 242, .74); }
.section--ink h1, .section--ink h2, .section--ink h3, .section--ink h4 { color: var(--cream); }
.section--ink .lead, .section--ink .muted { color: rgba(253, 247, 242, .6); }
.section-head { display: grid; grid-template-columns: 1fr auto; gap: 22px 48px; align-items: end; margin-bottom: clamp(36px, 4.4vw, 62px); }
.section-head--center { grid-template-columns: 1fr; text-align: center; justify-items: center; }
.section-head--center .lead { margin-inline: auto; }
.section-head .lead { margin-top: 16px; }
.section-head h2 { max-width: 18ch; }
.section-head--center h2 { max-width: 22ch; }

.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.frame { position: relative; overflow: hidden; border-radius: var(--r); background: var(--cream-3); }
.frame--sm { border-radius: var(--r-md); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame--4x5 { aspect-ratio: 4 / 5; }
.frame--3x4 { aspect-ratio: 3 / 4; }
.frame--1x1 { aspect-ratio: 1; }
.frame--16x9 { aspect-ratio: 16 / 9; }
.parallax img { will-change: transform; transform: scale(1.14) translateY(var(--py, 0)); }

/* Card base */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 34px; transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .35s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.section--ink .card { background: rgba(253, 247, 242, .045); border-color: var(--line-light); }
.section--ink .card:hover { background: rgba(253, 247, 242, .075); }
.card__icon { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--red-soft); color: var(--red); margin-bottom: 24px; flex: none; }
.card__icon--gold { background: var(--gold-soft); color: #97781a; }
.section--ink .card__icon { background: rgba(201, 162, 39, .14); color: var(--gold-2); }
.card h3 { margin-bottom: 10px; }
.card p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* Marquee strip */
.marquee { overflow: hidden; padding: 26px 0; background: var(--ink); color: var(--cream); }
.marquee__track { display: flex; white-space: nowrap; animation: marquee 34s linear infinite; font-family: var(--serif); font-size: clamp(24px, 3vw, 40px); letter-spacing: -.03em; }
.marquee__track b { font-weight: 400; color: var(--gold-2); padding: 0 10px; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { padding: clamp(40px, 5vw, 72px) 0 0; text-align: center; position: relative; }
.hero__title { margin: 0 auto 22px; max-width: 15ch; }
.hero .lead { margin: 0 auto; max-width: 56ch; }
.hero__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__proof { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 30px; font-size: 14px; color: var(--muted); flex-wrap: wrap; }
.avatars { display: flex; }
.avatars img { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--cream); object-fit: cover; margin-left: -12px; }
.avatars img:first-child { margin-left: 0; }
.hero__stage { position: relative; margin-top: clamp(38px, 5vw, 64px); }
.hero__media { border-radius: var(--r); overflow: hidden; aspect-ratio: 16 / 8.4; background: var(--cream-3); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); animation: heroZoom 12s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.float-card {
  position: absolute; background: rgba(255, 255, 255, .9); backdrop-filter: blur(18px) saturate(180%); -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, .6); border-radius: var(--r-md); padding: 20px 24px; box-shadow: var(--shadow-lg); text-align: left; max-width: 320px;
  animation: floaty 7s ease-in-out infinite;
}
.float-card--stat { left: 30px; top: 30px; padding: 22px 28px; }
.float-card--stat b { display: block; font-family: var(--serif); font-size: 44px; line-height: 1; color: var(--ink); letter-spacing: -.04em; }
.float-card--stat span { font-size: 13px; color: var(--muted); }
.float-card--quote { right: 30px; bottom: 30px; animation-delay: -3.5s; }
.float-card--quote p { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 14px; line-height: 1.5; }
.float-card__who { display: flex; align-items: center; gap: 11px; }
.float-card__who img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.float-card__who b { display: block; font-size: 13.5px; color: var(--ink); font-weight: 600; }
.float-card__who span { font-size: 12px; color: var(--muted); }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.stars { color: var(--gold); letter-spacing: 2px; font-size: 13px; }

/* Page hero (inner pages) */
.page-hero { padding: clamp(40px, 5vw, 66px) 0 0; text-align: center; }
.page-hero__title { margin: 0 auto 20px; max-width: 16ch; }
.page-hero .lead { margin: 0 auto; }
.page-hero__media { margin-top: clamp(32px, 4vw, 52px); border-radius: var(--r); overflow: hidden; aspect-ratio: 16 / 6.4; background: var(--cream-3); position: relative; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.metric { background: var(--white); border: 1px solid var(--line); border-radius: var(--pill); padding: 12px 22px; display: flex; align-items: baseline; gap: 10px; }
.metric b { font-family: var(--serif); font-size: 24px; color: var(--ink); letter-spacing: -.03em; }
.metric span { font-size: 13px; color: var(--muted); }

/* --------------------------------------------------------------------------
   Split feature (about / intro)
   -------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 4.6vw, 76px); align-items: center; }
.split--wide-left { grid-template-columns: 1.1fr .9fr; }
.split__media { position: relative; }
.split__media .frame { aspect-ratio: 4 / 4.4; }
.split__badge {
  position: absolute; right: 22px; bottom: -22px; background: var(--ink); color: var(--cream); border-radius: var(--r-md);
  padding: 20px 26px; box-shadow: var(--shadow-lg); max-width: 220px;
}
.split__badge b { display: block; font-family: var(--serif); font-size: 40px; line-height: 1; color: var(--gold-2); letter-spacing: -.04em; }
.split__badge span { font-size: 12.5px; color: rgba(253, 247, 242, .66); }
.mini-list { display: grid; gap: 14px; margin: 30px 0 0; }
.mini { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; padding: 18px 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); transition: transform .4s var(--ease), border-color .3s; }
.mini:hover { transform: translateX(5px); border-color: var(--gold); }
.mini__icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-soft); color: #97781a; }
.mini b { display: block; font-family: var(--serif); font-size: 20px; color: var(--ink); letter-spacing: -.03em; }
.mini p { margin: 3px 0 0; font-size: 14.5px; color: var(--muted); }
.section--ink .mini { background: rgba(253, 247, 242, .045); border-color: var(--line-light); }
.section--ink .mini b { color: var(--cream); }
.section--ink .mini__icon { background: rgba(201, 162, 39, .14); color: var(--gold-2); }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.stat { padding: 22px 0 0; border-top: 2px solid var(--line-2); }
.stat b { display: block; font-family: var(--serif); font-size: clamp(30px, 3vw, 42px); line-height: 1; color: var(--ink); letter-spacing: -.04em; }
.stat b::after { content: '+'; color: var(--red); font-size: .55em; vertical-align: super; margin-left: 1px; }
.stat span { display: block; font-size: 13px; color: var(--muted); margin-top: 8px; }
.section--ink .stat { border-color: var(--line-light); }
.section--ink .stat b { color: var(--cream); }
.section--ink .stat b::after { color: var(--gold-2); }

/* --------------------------------------------------------------------------
   Package / service cards
   -------------------------------------------------------------------------- */
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pkg { position: relative; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .35s; }
.pkg:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.pkg__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; margin: 10px 10px 0; border-radius: var(--r-md); }
.pkg__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.pkg:hover .pkg__media img { transform: scale(1.06); }
.pkg__price {
  position: absolute; left: 14px; top: 14px; background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-radius: var(--pill); padding: 8px 16px; font-size: 13px; font-weight: 600; color: var(--ink);
}
.pkg__price small { font-weight: 400; color: var(--muted); }
.pkg__tier { position: absolute; right: 14px; top: 14px; background: var(--red); color: #fff; border-radius: var(--pill); padding: 7px 14px; font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; }
.pkg--platinum .pkg__tier { background: var(--gold); color: var(--ink); }
.pkg__body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.pkg__artist { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 9px; font-weight: 500; }
.pkg__name { font-size: 27px; }
.pkg__desc { color: var(--muted); font-size: 15px; margin: 10px 0 0; }
.pkg__events { margin: 20px 0 0; display: grid; gap: 2px; }
.pkg__events li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 11px 14px; border-radius: var(--r-sm); background: var(--cream); font-size: 14.5px; }
.pkg__events b { font-family: var(--serif); font-size: 19px; font-weight: 500; white-space: nowrap; letter-spacing: -.03em; }
.pkg__inc { margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 7px; }
.pkg__inc li { font-size: 12.5px; padding: 6px 12px; border-radius: var(--pill); background: var(--cream-2); color: var(--ink-soft); }
.pkg__inc li em { font-style: normal; color: var(--red); font-weight: 600; }
.pkg__foot { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.pkg__from { font-size: 12px; color: var(--muted); }
.pkg__from b { display: block; font-family: var(--serif); font-size: 26px; color: var(--ink); font-weight: 500; letter-spacing: -.04em; }
.pkg--platinum { background: var(--ink); border-color: var(--ink); }
.pkg--platinum .pkg__name, .pkg--platinum .pkg__from b { color: var(--cream); }
.pkg--platinum .pkg__desc, .pkg--platinum .pkg__from { color: rgba(253, 247, 242, .62); }
.pkg--platinum .pkg__events li { background: rgba(253, 247, 242, .07); color: rgba(253, 247, 242, .84); }
.pkg--platinum .pkg__events b { color: var(--gold-2); }
.pkg--platinum .pkg__inc li { background: rgba(253, 247, 242, .07); color: rgba(253, 247, 242, .74); }
.pkg--platinum .pkg__inc li em { color: var(--gold-2); }
.pkg--platinum .pkg__artist { color: var(--gold-2); }

/* --------------------------------------------------------------------------
   Price menu
   -------------------------------------------------------------------------- */
.menu-group { padding: clamp(28px, 3.4vw, 46px) 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 2fr; gap: 20px 56px; }
.menu-group:first-of-type { border-top: 0; padding-top: 0; }
.menu-group__head { position: sticky; top: calc(var(--nav-h) + 30px); align-self: start; }
.menu-group__title { font-size: clamp(26px, 2.6vw, 36px); }
.menu-group__count { font-size: 13px; color: var(--muted); margin-top: 8px; display: block; }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: 6px 22px; padding: 18px 22px; border-radius: var(--r-md); align-items: baseline; transition: background .35s, transform .35s var(--ease); }
.menu-item:hover { background: var(--white); transform: translateX(5px); box-shadow: var(--shadow); }
.menu-item__name { font-family: var(--serif); font-size: 21px; color: var(--ink); letter-spacing: -.03em; }
.menu-item__price { font-family: var(--serif); font-size: 21px; font-weight: 500; white-space: nowrap; color: var(--ink); letter-spacing: -.03em; }
.menu-item__price small { font-family: var(--sans); font-size: 11px; color: var(--red); margin-right: 8px; letter-spacing: .08em; text-transform: uppercase; }
.menu-item__desc { grid-column: 1 / -1; font-size: 14.5px; color: var(--muted); margin: 0; max-width: 62ch; }
.menu-item__meta { grid-column: 1 / -1; font-size: 12.5px; color: var(--red); }
.note { display: flex; gap: 14px; align-items: flex-start; padding: 22px 26px; background: var(--gold-soft); border-radius: var(--r-md); font-size: 15px; color: var(--ink-soft); }
.note svg { flex: none; margin-top: 3px; }
.section--ink .note { background: rgba(201, 162, 39, .12); color: rgba(253, 247, 242, .8); }

/* Products */
.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.product { padding: 24px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); transition: transform .4s var(--ease), box-shadow .4s; display: flex; flex-direction: column; gap: 6px; }
.product:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product__cat { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--red); }
.product__name { font-family: var(--serif); font-size: 20px; line-height: 1.2; color: var(--ink); letter-spacing: -.03em; }
.product__sku { font-size: 12.5px; color: var(--muted); }
.product__price { margin-top: auto; padding-top: 12px; font-family: var(--serif); font-size: 19px; font-weight: 500; color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.chip { padding: 10px 18px; border: 1px solid var(--line-2); border-radius: var(--pill); font-size: 13.5px; background: var(--white); color: var(--ink-soft); transition: background .3s, color .3s, border-color .3s; }
.chip.is-active, .chip:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* --------------------------------------------------------------------------
   Tiles / process / reviews / team
   -------------------------------------------------------------------------- */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tile { position: relative; aspect-ratio: 3 / 3.9; overflow: hidden; border-radius: var(--r); color: var(--cream); display: flex; align-items: flex-end; isolation: isolate; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.3s var(--ease); }
.tile::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(27, 17, 19, 0) 38%, rgba(27, 17, 19, .92)); }
.tile:hover img { transform: scale(1.07); }
.tile__body { padding: 26px; transform: translateY(12px); transition: transform .5s var(--ease); }
.tile__title { font-size: 25px; margin-bottom: 8px; color: var(--cream); }
.tile__text { font-size: 14px; color: rgba(253, 247, 242, .72); margin: 0; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .55s var(--ease), opacity .45s .1s; }
.tile:hover .tile__body { transform: none; }
.tile:hover .tile__text { max-height: 130px; opacity: 1; }
.tile__num { position: absolute; top: 22px; left: 24px; width: 34px; height: 34px; border-radius: 50%; background: rgba(253, 247, 242, .16); backdrop-filter: blur(10px); display: grid; place-items: center; font-size: 12.5px; font-weight: 600; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { position: relative; padding: 36px 32px; border-radius: var(--r); background: var(--white); border: 1px solid var(--line); transition: transform .5s var(--ease), box-shadow .5s; }
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.step__num { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--gold-2); font-family: var(--serif); font-size: 21px; margin-bottom: 24px; }
.step h3 { font-size: 26px; margin-bottom: 10px; }
.step p { font-size: 15px; color: var(--muted); margin: 0; }
.section--ink .step { background: rgba(253, 247, 242, .045); border-color: var(--line-light); }
.section--ink .step__num { background: var(--gold); color: var(--ink); }

.rail { overflow: hidden; margin-inline: calc(50% - 50vw); padding: 4px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.rail__track { display: flex; gap: 20px; width: max-content; animation: rail 46s linear infinite; }
.rail:hover .rail__track { animation-play-state: paused; }
@keyframes rail { to { transform: translateX(-50%); } }
.quote { width: 390px; flex: none; padding: 32px 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); display: flex; flex-direction: column; }
.quote p { font-size: 16px; line-height: 1.6; color: var(--ink-soft); margin: 16px 0 22px; }
.quote__who { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.quote__who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.quote__who b { display: block; font-size: 14.5px; color: var(--ink); font-weight: 600; }
.quote__who span { font-size: 12.5px; color: var(--muted); }

.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.member__media { aspect-ratio: 3 / 3.6; overflow: hidden; border-radius: var(--r); margin-bottom: 18px; background: var(--cream-3); }
.member__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.member:hover .member__media img { transform: scale(1.05); }
.member h3 { font-size: 22px; }
.member__role { font-size: 13px; color: var(--red); margin: 5px 0 9px; }
.member p { font-size: 14.5px; color: var(--muted); margin: 0; }

/* Timeline */
.timeline { display: grid; gap: 0; }
.tl { display: grid; grid-template-columns: 96px 1fr; gap: 24px; align-items: start; padding: 22px 0; border-top: 1px solid var(--line); }
.tl__year { font-family: var(--serif); font-size: 28px; color: var(--red); letter-spacing: -.04em; }
.tl p { margin: 0; }

/* Gallery mosaic */
.mosaic { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 16px; }
.mosaic__item { position: relative; overflow: hidden; border-radius: var(--r); background: var(--cream-3); cursor: zoom-in; }
.mosaic__item:nth-child(1) { grid-row: span 2; }
.mosaic__item:nth-child(4) { grid-row: span 2; }
.mosaic__item:nth-child(6) { grid-column: span 2; }
.mosaic__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.mosaic__item:hover img { transform: scale(1.06); }
.mosaic__cap { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 11px 18px; border-radius: var(--pill); background: rgba(255, 255, 255, .9); backdrop-filter: blur(12px); color: var(--ink); font-size: 13px; transform: translateY(calc(100% + 18px)); transition: transform .45s var(--ease); }
.mosaic__item:hover .mosaic__cap { transform: none; }
.mosaic__item.is-hidden { display: none; }

.lightbox { position: fixed; inset: 0; z-index: 800; background: rgba(27, 17, 19, .96); display: grid; place-items: center; padding: 40px; opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-height: 84vh; max-width: 100%; border-radius: var(--r-md); transform: scale(.95); transition: transform .5s var(--ease); }
.lightbox.is-open img { transform: none; }
.lightbox__cap { position: absolute; bottom: 28px; left: 0; right: 0; text-align: center; color: var(--cream); font-size: 13.5px; }
.lightbox__close, .lightbox__prev, .lightbox__next { position: absolute; background: rgba(253, 247, 242, .1); border: 1px solid rgba(253, 247, 242, .2); color: var(--cream); width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; transition: background .3s; }
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover { background: rgba(253, 247, 242, .22); }
.lightbox__close { top: 24px; right: 24px; }
.lightbox__prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 24px; top: 50%; transform: translateY(-50%); }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); transition: box-shadow .4s, border-color .3s; }
.faq details[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 26px; font-family: var(--serif); font-size: 21px; color: var(--ink); letter-spacing: -.03em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: var(--sans); font-size: 20px; color: var(--red); width: 34px; height: 34px; border-radius: 50%; background: var(--red-soft); display: grid; place-items: center; flex: none; transition: transform .4s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 26px 24px; margin: 0; color: var(--muted); max-width: 74ch; }

/* --------------------------------------------------------------------------
   Compare table / add-ons
   -------------------------------------------------------------------------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 8px; }
.compare { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 15px; min-width: 620px; }
.compare th, .compare td { padding: 16px 20px; text-align: left; vertical-align: middle; border-bottom: 1px solid var(--line); }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }
.compare thead th { font-family: var(--serif); font-weight: 400; font-size: 22px; color: var(--ink); letter-spacing: -.03em; padding-top: 22px; }
.compare thead th small { display: block; font-family: var(--sans); font-size: 12px; color: var(--red); margin-top: 5px; letter-spacing: 0; }
.compare td:first-child { color: var(--ink); font-weight: 500; }
.compare .tick { color: var(--red); font-size: 17px; }
.compare .col-platinum { background: var(--gold-soft); }
.compare thead .col-platinum { border-radius: var(--r-md) var(--r-md) 0 0; }
.compare tbody tr:last-child .col-platinum { border-radius: 0 0 var(--r-md) var(--r-md); }
.addons { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; }
.addon { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 22px; border: 1px solid var(--line); background: var(--white); border-radius: var(--pill); transition: transform .35s var(--ease), border-color .3s; }
.addon:hover { transform: translateY(-3px); border-color: var(--gold); }
.addon span { font-size: 15px; color: var(--ink-soft); }
.addon b { font-family: var(--serif); font-size: 19px; font-weight: 500; white-space: nowrap; color: var(--ink); letter-spacing: -.03em; }
.section--ink .addon { background: rgba(253, 247, 242, .045); border-color: var(--line-light); }
.section--ink .addon span { color: rgba(253, 247, 242, .8); }
.section--ink .addon b { color: var(--gold-2); }
.info-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.info-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--r); background: var(--white); }
.info-card h3 { font-size: 27px; margin-bottom: 12px; }
.info-card p { margin: 0; color: var(--muted); }

/* Courses / perks */
.courses { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.course { padding: 34px; border: 1px solid var(--line); border-radius: var(--r); background: var(--white); display: grid; gap: 12px; transition: transform .5s var(--ease), box-shadow .5s; }
.course:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.course__meta { display: flex; gap: 8px; flex-wrap: wrap; }
.course__meta span { font-size: 12px; padding: 6px 13px; border-radius: var(--pill); background: var(--cream-2); color: var(--ink-soft); }
.course h3 { font-size: 29px; }
.course p { color: var(--muted); margin: 0; font-size: 15px; }
.course__foot { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; padding-top: 20px; border-top: 1px solid var(--line); }
.course__price { font-family: var(--serif); font-size: 27px; font-weight: 500; color: var(--ink); letter-spacing: -.04em; }
.perks { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.perk { display: flex; gap: 13px; align-items: center; padding: 20px 24px; border: 1px solid var(--line-light); border-radius: var(--r-md); font-size: 15px; }
.perk::before { content: '✦'; color: var(--gold-2); flex: none; }

/* --------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */
.form { display: grid; gap: 16px; }
.form > .pill { justify-self: start; margin: 8px 0 0; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 13.5px; font-weight: 500; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; padding: 15px 18px; font: inherit; font-size: 15px; color: var(--ink); background: var(--white);
  border: 1px solid var(--line-2); border-radius: var(--r-sm); transition: border-color .3s, box-shadow .3s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px var(--red-soft); }
.field textarea { min-height: 140px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%237d6d6f' stroke-width='1.6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; padding-right: 44px; }
.check-row { display: flex; gap: 11px; align-items: center; padding: 15px 18px; border: 1px solid var(--line-2); border-radius: var(--r-sm); background: var(--white); font-size: 14.5px; cursor: pointer; transition: border-color .3s; }
.check-row:hover { border-color: var(--gold); }
.check-row input { width: auto; accent-color: var(--red); }
.form__foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 6px; }
.form__hint { font-size: 13px; color: var(--muted); }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.alert { padding: 20px 24px; border-radius: var(--r-md); font-size: 15px; }
.alert--ok { background: var(--gold-soft); color: var(--ink-soft); }
.alert--err { background: var(--red-soft); color: var(--red-deep); }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(26px, 3vw, 42px); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 4vw, 64px); align-items: start; }
.contact-list { display: grid; gap: 12px; margin: 30px 0; }
.contact-item { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: center; padding: 18px 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); transition: transform .4s var(--ease), border-color .3s; }
.contact-item:hover { transform: translateX(5px); border-color: var(--gold); }
.contact-item__icon { width: 50px; height: 50px; border-radius: 50%; background: var(--red-soft); color: var(--red); display: grid; place-items: center; }
.contact-item b { display: block; font-size: 12.5px; color: var(--muted); margin-bottom: 3px; font-weight: 500; }
.contact-item a, .contact-item span { font-family: var(--serif); font-size: 19px; color: var(--ink); letter-spacing: -.03em; }
.map { aspect-ratio: 16 / 8; border-radius: var(--r); overflow: hidden; filter: grayscale(1) contrast(1.04); transition: filter .6s; }
.map:hover { filter: none; }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
.summary { padding: 30px; background: var(--ink); color: rgba(253, 247, 242, .78); border-radius: var(--r); position: sticky; top: calc(var(--nav-h) + 30px); }
.summary h3 { font-size: 24px; margin-bottom: 18px; color: var(--cream); }
.summary dl { display: grid; grid-template-columns: auto 1fr; gap: 11px 18px; font-size: 14.5px; margin: 0; }
.summary dt { color: rgba(253, 247, 242, .5); font-size: 13px; }
.summary dd { margin: 0; text-align: right; }
.summary__total { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; align-items: baseline; }
.summary__total span { font-size: 14px; }
.summary__total b { font-family: var(--serif); font-size: 30px; font-weight: 500; color: var(--gold-2); letter-spacing: -.04em; }
.summary__note { font-size: 12.5px; color: rgba(253, 247, 242, .45); margin: 14px 0 0; }

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */
.cta-band { position: relative; }
.cta-band__inner { position: relative; overflow: hidden; border-radius: var(--r); background: var(--ink); color: rgba(253, 247, 242, .74); padding: clamp(52px, 7vw, 96px) clamp(28px, 5vw, 72px); text-align: center; isolation: isolate; }
.cta-band__bg { position: absolute; inset: 0; z-index: -1; opacity: .2; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band__inner::after { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 80% at 50% 100%, rgba(160, 24, 41, .5), transparent 70%); }
.cta-band h2 { color: var(--cream); text-wrap: balance; font-size: clamp(34px, 4.8vw, 62px); letter-spacing: -.045em; margin-bottom: 16px; max-width: 18ch; margin-inline: auto; }
.cta-band .lead { margin-inline: auto; color: rgba(253, 247, 242, .66); }
.cta-band__actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 32px; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--ink); color: rgba(253, 247, 242, .68); padding: clamp(56px, 6vw, 88px) 0 28px; margin-top: clamp(48px, 6vw, 80px); position: relative; overflow: hidden; }
.site-footer__glow { position: absolute; width: 70vw; height: 40vw; border-radius: 50%; background: radial-gradient(circle, rgba(160, 24, 41, .34), transparent 68%); top: -18%; left: 50%; transform: translateX(-50%); pointer-events: none; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; position: relative; }
.footer-col h4 { font-family: var(--sans); font-size: 13px; letter-spacing: .04em; color: var(--gold-2); margin-bottom: 18px; font-weight: 600; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { color: rgba(253, 247, 242, .68); transition: color .3s; }
.footer-col a:hover { color: var(--gold-2); }
.footer-col address { font-style: normal; line-height: 1.85; }
.footer-col p { margin: 0 0 8px; }
.footer-col .muted { color: rgba(253, 247, 242, .42); font-size: 13.5px; }
.footer-blurb { color: rgba(253, 247, 242, .6); max-width: 38ch; margin: 20px 0 22px; font-size: 15.5px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-light); display: grid; place-items: center; font-size: 11px; color: rgba(253, 247, 242, .7); transition: background .3s, color .3s, border-color .3s; }
.socials a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line-light); font-size: 13px; color: rgba(253, 247, 242, .42); position: relative; }
.footer-bottom__links { display: flex; gap: 20px; }
.footer-bottom a:hover { color: var(--gold-2); }
.footer-wordmark { font-family: var(--serif); font-size: clamp(60px, 15vw, 190px); line-height: .85; letter-spacing: -.05em; color: rgba(253, 247, 242, .05); text-align: center; margin-top: 30px; user-select: none; white-space: nowrap; overflow: hidden; }

.whatsapp-fab { position: fixed; right: 20px; bottom: 20px; z-index: 80; width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 16px 34px -12px rgba(37, 211, 102, .7); transition: transform .4s var(--ease); }
.whatsapp-fab:hover { transform: scale(1.08) translateY(-2px); }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  :root { --r: 32px; --r-md: 24px; }
  .nav { display: none; }
  .burger { display: flex; }
  .tiles, .team, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .packages, .steps, .grid--3 { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .mosaic { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 210px; }
  .mosaic__item:nth-child(6) { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .float-card--stat { left: 18px; top: 18px; padding: 16px 20px; }
  .float-card--stat b { font-size: 34px; }
  .float-card--quote { right: 18px; bottom: 18px; max-width: 270px; padding: 16px 18px; }
}
@media (max-width: 900px) {
  .split, .contact-grid, .grid--2, .courses, .info-pair { grid-template-columns: 1fr; }
  .split__media { order: -1; }
  .menu-group { grid-template-columns: 1fr; gap: 8px; }
  .menu-group__head { position: static; }
  .section-head { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; }
  .summary { position: static; }
  .hero__media { aspect-ratio: 4 / 3.6; }
  .page-hero__media { aspect-ratio: 16 / 9; }
  .menu-item { padding: 16px 0; border-bottom: 1px solid var(--line); border-radius: 0; }
  .menu-item:hover { background: transparent; box-shadow: none; transform: none; }
}
@media (max-width: 620px) {
  body { font-size: 15.5px; }
  .container { width: calc(100% - 32px); }
  .site-header { padding: 0 12px; top: 10px; }
  .site-header__inner { padding: 0 7px 0 12px; gap: 8px; height: 64px; }
  .brand__tag { display: none; }
  .brand { gap: 9px; }
  .brand__mark { width: 34px; height: 34px; font-size: 18px; }
  .brand__name { font-size: 15.5px; }
  .btn__long { display: none; }
  .btn__short { display: inline; }
  .site-header__actions .btn--sm { padding: 10px 15px; }
  .tiles, .team, .grid--4 { grid-template-columns: 1fr; }
  .tile { aspect-ratio: 4 / 4.2; }
  .tile__text { max-height: 200px; opacity: 1; }
  .tile__body { transform: none; }
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 165px; }
  .mosaic__item:nth-child(1), .mosaic__item:nth-child(4) { grid-row: span 1; }
  .stats-row { grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
  .stat b { font-size: 26px; }
  .stat span { font-size: 11.5px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .float-card--quote { display: none; }
  .float-card--stat { left: 12px; top: 12px; }
  .quote { width: 290px; padding: 26px 24px; }
  .split__badge { right: 14px; bottom: -16px; padding: 15px 20px; }
  .split__badge b { font-size: 30px; }
  .tl { grid-template-columns: 1fr; gap: 4px; }
  .card { padding: 26px; }
  .announce { font-size: 10px; }
}
