/* V3.2 — Easel Escape Premium · Editorial pass */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,500;9..144,600;9..144,700;9..144,800;9..144,900&family=Bricolage+Grotesque:wght@500;600;700;800;900&family=Lilita+One&family=Caveat:wght@500;700&family=Dancing+Script:wght@500;700&family=Inter:wght@400;500;600;700&display=swap');

.v3, .splash {
  --teal:        #114C5F;
  --teal-deep:   #0A3645;
  --teal-darker: #062836;
  --cream:       #fbf6e8;
  --cream-2:     #f3ead0;
  --paper:       #fffdf6;
  --lime:        #d3eb5a;
  --lime-deep:   #b8d63b;
  --pink:        #ff8fae;
  --coral:       #ff8c5a;
  --gold:        #e8b343;
  --ink:         #0f1f24;
  --ink-soft:    rgba(15,31,36,0.72);
  --rule:        rgba(15,107,122,0.14);
  --sec-pad-y:   100px;     /* tightened ~30% per V4 */
  --sec-pad-x:   48px;
  --sec-gap:     0px;
  --max-w:       1280px;

  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  font-size: 16px;
}
.v3, .v3 * { box-sizing: border-box; }
.v3 button { font-family: inherit; cursor: pointer; border: none; background: none; }
.v3 a { text-decoration: none; color: inherit; }
.v3 .v3-h1, .v3 .v3-h2, .v3 .v3-h3, .v3 .v3-h4, .v3 .v3-h5,
.v3 .v3-hero-h1, .v3 .v3-h2-light,
.v3 h1, .v3 h2, .v3 h3, .v3 h4, .v3 h5 {
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 800;
  letter-spacing: -0.025em; line-height: 1.04; color: var(--teal-deep); margin: 0;
}
.v3 p { margin: 0; }

/* ---- GLOBAL SECTION SPACING RESET (V3.3) ---- */
.v3 > section,
.v3 > .v3-hero,
.v3 .v3-calendar-sec,
.v3 .v3-events,
.v3 .v3-vibe2,
.v3 .v3-partners,
.v3 .v3-testimonials,
.v3 .v3-private2,
.v3 .v3-story2,
.v3 .v3-press2,
.v3 .v3-faq2,
.v3 .v3-newsletter,
.v3 .v3-countries,
.v3 .v3-vibe,
.v3 .v3-private,
.v3 .v3-story,
.v3 .v3-press,
.v3 .v3-faq,
.v3 .v3-gallery,
.v3 .v3-socialproof {
  padding-top: var(--sec-pad-y);
  padding-bottom: var(--sec-pad-y);
  margin-left: auto;
  margin-right: auto;
  scroll-margin-top: 80px;
}
.v3 .v3-hero,
.v3 .v3-private2,
.v3 .v3-private,
.v3 .v3-partners,
.v3 .v3-newsletter,
.v3 .v3-socialproof,
.v3 .v3-press,
.v3 .v3-press2 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.v3 .v3-hero { padding-top: 32px; padding-bottom: var(--sec-pad-y); }
.v3 .v3-private2,
.v3 .v3-private { margin-top: var(--sec-pad-y); }
.v3 .v3-footer { padding-top: var(--sec-pad-y); padding-bottom: 32px; }
.v3 .v3-section-head { margin-bottom: 56px; }
.v3 .v3-partners { padding-top: 80px; padding-bottom: 80px; }
.v3 .v3-press2 { padding-top: 96px; padding-bottom: 96px; }

/* ---- Tokens & utilities ---- */
.v3 .v3-eyebrow { display: inline-block; padding: 8px 16px; border-radius: 999px; background: var(--cream-2); color: var(--teal); font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.v3 .v3-eyebrow-light { background: rgba(211,235,90,0.2); color: var(--lime); }
.v3 .v3-eyebrow-sm { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); }
.v3 .v3-h2 { font-size: clamp(40px, 5vw, 72px); }
.v3 .v3-h2 em, .v3 .v3-hero-h1 em { font-family: "Dancing Script", cursive; font-style: normal; color: var(--pink); font-weight: 700; font-size: 1.05em; }
.v3 .v3-h2-light { color: var(--cream); }
.v3 .v3-h2-light em { color: var(--lime); }
.v3 .v3-link-arrow { color: var(--teal); font-weight: 600; font-size: 14.5px; align-self: flex-start; }
.v3 .v3-link-arrow:hover { color: var(--pink); }
.v3 .v3-section-head { max-width: 760px; margin: 0 auto 72px; text-align: center; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.v3 .v3-section-head p { color: var(--ink-soft); font-size: 18px; max-width: 56ch; }
.v3 section { padding: 0 var(--sec-pad-x); }
.v3 .v3-pulse { display: inline-block; width: 8px; height: 8px; border-radius: 999px; background: var(--lime); animation: v3-pulse 1.6s infinite; margin-right: 8px; }
@keyframes v3-pulse { 0% { box-shadow: 0 0 0 0 rgba(211,235,90,0.55); } 70% { box-shadow: 0 0 0 12px rgba(211,235,90,0); } 100% { box-shadow: 0 0 0 0 rgba(211,235,90,0); } }

.v3 .v3-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 15px; padding: 14px 24px; border-radius: 999px; border: 2px solid transparent; background: transparent; color: var(--teal); transition: all 0.2s ease; }
.v3 .v3-btn-sm { padding: 10px 18px; font-size: 13.5px; }
.v3 .v3-btn-lg { padding: 17px 30px; font-size: 16px; }
.v3 .v3-btn-block { width: 100%; }
.v3 .v3-btn-primary { background: #114C5F; color: var(--paper); }
.v3 .v3-btn-primary:hover { background: #1B7A8F; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(17,76,95,0.32); color: var(--paper); }
.v3 .v3-btn-lime { background: var(--lime); color: var(--teal-darker); }
.v3 .v3-btn-lime:hover { background: var(--lime-deep); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(184,214,59,0.4); }
.v3 .v3-btn-ghost { color: var(--teal); border-color: var(--rule); }
.v3 .v3-btn-ghost:hover { border-color: var(--teal); }
.v3 .v3-btn-ghost-light { color: var(--cream); border-color: rgba(255,255,255,0.5); }
.v3 .v3-btn-ghost-light:hover { background: rgba(255,255,255,0.12); border-color: var(--cream); }

.v3-logo { display: inline-flex; align-items: center; gap: 12px; }
.v3-logo img { display: block; }
.v3-logo span { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; color: var(--teal-darker); font-size: 22px; letter-spacing: -0.025em; }
.v3-logo span i { font-style: normal; font-family: "Dancing Script", cursive; color: var(--teal); font-weight: 700; font-size: 22px; margin-left: 2px; }
.v3-logo-light span { color: var(--cream); }
.v3-logo-light span i { color: var(--lime); }

/* Brush flourish */
.v3-brush { position: absolute; pointer-events: none; }

/* Top announcement bar — Time Out feature */
.v3-topbar { display: block; background: linear-gradient(90deg, #062836 0%, #114C5F 50%, #062836 100%); color: var(--cream); text-decoration: none; overflow: hidden; padding: 11px 0; border-bottom: 1px solid rgba(211,235,90,0.18); position: relative; z-index: 65; cursor: pointer; }
.v3-topbar:hover { background: linear-gradient(90deg, #0A3645 0%, #1B6378 50%, #0A3645 100%); }
.v3-topbar-track { display: inline-flex; gap: 48px; white-space: nowrap; animation: v3-topbar-roll 38s linear infinite; padding-left: 100vw; }
.v3-topbar-track > span { display: inline-flex; align-items: center; gap: 24px; font-family: "Inter", sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: rgba(251,246,232,0.92); }
.v3-topbar-track b { color: var(--lime); font-weight: 700; margin: 0 4px; }
.v3-topbar-cta { font-style: normal; color: var(--lime); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; font-size: 11px; padding-left: 16px; border-left: 1px solid rgba(211,235,90,0.32); }
@keyframes v3-topbar-roll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.v3-topbar:hover .v3-topbar-track { animation-play-state: paused; }

/* Nav offset for the top bar */
/* Nav offset for the top bar */
.v3-nav { position: sticky; top: 0; z-index: 60; background: rgba(251,246,232,0); transition: all 0.25s ease; }
.v3-nav.scrolled { background: rgba(251,246,232,0.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--rule); }
.v3-nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 18px var(--sec-pad-x); display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; }
.v3-nav-links { display: flex; gap: 32px; justify-content: center; }
.v3-nav-links a { font-size: 14.5px; font-weight: 500; color: var(--ink); transition: color 0.15s; }
.v3-nav-links a:hover { color: var(--pink); }
.v3-nav-actions { display: flex; gap: 14px; align-items: center; }
.v3-nav-phone { font-size: 13px; font-weight: 600; color: var(--teal); }

/* ---- HERO ---- */
.v3-hero { position: relative; padding: 24px var(--sec-pad-x) 70px; min-height: 860px; overflow: hidden; }
.v3-hero-bg { position: absolute; inset: 0; z-index: 0; }
.v3-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.85); }
.v3-hero-tint { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(8,65,76,0.92) 0%, rgba(15,107,122,0.78) 38%, rgba(15,107,122,0.5) 60%, rgba(8,65,76,0.7) 100%); }
.v3-hero-brush-1 { top: -18%; right: -22%; width: 26%; height: 44%; opacity: 0.32; }
.v3-hero-brush-2 { bottom: -32%; left: -22%; width: 24%; height: 36%; opacity: 0.22; }
.v3-hero-inner { position: relative; z-index: 2; max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 0.85fr; gap: 80px; align-items: center; }

.v3-hero-text { display: flex; flex-direction: column; gap: 26px; color: var(--cream); }
.v3-hero-eyebrow { display: inline-flex; align-items: center; padding: 9px 18px 9px 16px; border-radius: 999px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); backdrop-filter: blur(8px); font-size: 12.5px; font-weight: 600; align-self: flex-start; color: var(--cream); }
.v3 .v3-hero-h1 { font-size: clamp(58px, 7.4vw, 112px); color: var(--cream); letter-spacing: -0.03em; line-height: 0.95; font-weight: 900; }
.v3 .v3-hero-h1 em { color: var(--lime); padding: 0 4px; font-family: "Dancing Script", cursive; font-style: normal; font-weight: 700; font-size: 1.05em; letter-spacing: -0.005em; }
.v3-hero-sub { font-family: "Inter", sans-serif; font-style: normal; font-weight: 400; font-size: 16px; max-width: 52ch; color: rgba(251,246,232,0.92); line-height: 1.55; }
.v3-hero-sub em { font-style: normal; color: var(--lime); font-family: "Dancing Script", cursive; font-size: 1.18em; }
.v3-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 10px; }
.v3-hero-trust { display: flex; gap: 28px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.18); margin-top: 14px; }
.v3-stars { display: inline-flex; align-items: center; gap: 3px; font-size: 14px; color: rgba(251,246,232,0.85); }
.v3-stars > span { color: var(--gold); font-size: 18px; line-height: 1; }
.v3-stars b { margin-left: 8px; color: var(--cream); font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 17px; }
.v3-stars i { font-style: normal; margin-left: 4px; }
.v3-hero-counts { display: inline-flex; gap: 12px; align-items: center; font-size: 13.5px; color: rgba(251,246,232,0.85); flex-wrap: wrap; }
.v3-hero-counts b { color: var(--cream); font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 17px; margin-right: 4px; }
.v3-hero-counts-sep { opacity: 0.4; }

.v3-hero-card { position: relative; background: var(--paper); border-radius: 28px; box-shadow: 0 30px 70px rgba(0,0,0,0.32), 0 6px 14px rgba(0,0,0,0.12); transform: rotate(2deg); }
.v3-hero-card-stamp { position: absolute; top: -22px; left: -22px; z-index: 3; width: 96px; height: 96px; border-radius: 999px; background: var(--lime); color: var(--teal-darker); display: grid; place-items: center; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 18px; transform: rotate(-12deg); border: 5px solid var(--paper); box-shadow: 0 8px 22px rgba(0,0,0,0.22); }
.v3-hero-card-img { aspect-ratio: 16/10; background-size: cover; background-position: center; border-radius: 28px 28px 0 0; }
.v3-hero-card-body { padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 10px; }
.v3 .v3-hero-card-body h3 { font-size: 26px; }
.v3-hero-card-body > p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.5; }
.v3-hero-card-meta { display: flex; flex-direction: column; gap: 5px; font-size: 13.5px; color: var(--ink-soft); padding-top: 10px; }
.v3-hero-card-meta b { color: var(--coral); font-weight: 700; }
.v3-hero-card-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding-top: 16px; border-top: 1px dashed var(--rule); }
.v3-hero-card-price b { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 26px; color: var(--teal-deep); }
.v3-hero-card-price i { color: var(--ink-soft); font-style: normal; font-size: 12.5px; margin-left: 4px; }

.v3-hero-marquee { position: relative; z-index: 2; margin-top: 110px; overflow: hidden; padding: 28px 0; border-top: 1px solid rgba(255,255,255,0.18); border-bottom: 1px solid rgba(255,255,255,0.18); }
.v3-marquee-track { display: flex; width: max-content; animation: v3-marquee 38s linear infinite; gap: 56px; }
.v3-marquee-track > span { display: inline-flex; gap: 56px; padding: 0; flex-shrink: 0; align-items: center; }
.v3-marquee-track em { font-style: normal; color: var(--cream); font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 19px; letter-spacing: 0.22em; opacity: 0.92; }
@keyframes v3-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- SOCIAL PROOF ---- */
.v3-socialproof { padding: 80px var(--sec-pad-x); }
.v3-sp-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 36px 56px; background: var(--paper); border: 1px solid var(--rule); border-radius: 28px; box-shadow: 0 18px 40px rgba(8,65,76,0.06); flex-wrap: wrap; }
.v3-sp-stat { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 130px; }
.v3-sp-stat b { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 36px; color: var(--teal-deep); letter-spacing: -0.02em; line-height: 1; }
.v3-sp-stat span { font-size: 13px; color: var(--ink-soft); }
.v3-sp-divider { width: 1px; height: 48px; background: var(--rule); }

/* ---- COUNTRIES ---- */
.v3-countries { position: relative; padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-countries-brush { top: -8%; left: -10%; width: 42%; height: 130%; }
.v3-countries-head { position: relative; z-index: 2; }
.v3-countries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; z-index: 2; }
.v3-country { background: var(--paper); border: 1.5px solid var(--rule); border-radius: 26px; padding: 28px; display: grid; grid-template-columns: 84px 1fr; gap: 22px; align-items: center; text-align: left; transition: all 0.2s; color: var(--teal); }
.v3-country:hover { transform: translateY(-3px); border-color: var(--teal); box-shadow: 0 18px 36px rgba(8,65,76,0.1); }
.v3-country.active { background: var(--teal); border-color: var(--teal); color: var(--cream); }
.v3-country.active .v3-country-text h3 { color: var(--lime); }
.v3-country.active .v3-country-count { color: var(--lime); }
.v3-country.active .v3-country-cities { color: rgba(251,246,232,0.78); }
.v3-country-map { width: 84px; height: 96px; display: flex; align-items: center; justify-content: center; }
.v3-country-map img { width: 100%; height: 100%; object-fit: contain; }
.v3-country-text { display: flex; flex-direction: column; gap: 4px; }
.v3 .v3-country-text h3 { font-size: 20px; }
.v3-country-cities { font-size: 13px; color: var(--ink-soft); }
.v3-country-count { font-size: 12.5px; font-weight: 700; color: var(--pink); margin-top: 8px; }

/* ---- CALENDAR ---- */
.v3 .v3-calendar-sec { padding-top: 56px; padding-left: var(--sec-pad-x); padding-right: var(--sec-pad-x); padding-bottom: 0; max-width: var(--max-w); margin: 0 auto; }
.v3-cal-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin: 28px 0 20px; padding: 18px 22px; background: var(--paper); border-radius: 20px; border: 1px solid var(--rule); flex-wrap: wrap; }
.v3-cal-month { display: flex; align-items: center; gap: 14px; }
.v3 .v3-cal-month h3 { font-size: 28px; }
.v3 .v3-cal-month h3 span { color: var(--ink-soft); font-weight: 600; }
.v3-cal-month button { width: 36px; height: 36px; border-radius: 999px; border: 1.5px solid var(--rule); background: transparent; color: var(--teal-deep); font-size: 18px; }
.v3-cal-types { display: flex; gap: 8px; flex-wrap: wrap; }
.v3-cal-type { padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--rule); background: transparent; color: var(--teal-deep); font-size: 13px; font-weight: 600; }
.v3-cal-type.active { background: var(--teal-deep); color: var(--cream); border-color: var(--teal-deep); }

/* View toggle (Calendar / Card) */
.v3-cal-viewtoggle { display: inline-flex; padding: 4px; background: var(--cream-2); border-radius: 999px; gap: 2px; border: 1px solid var(--rule); }
.v3-cal-viewtoggle button { padding: 8px 16px; border: none; background: transparent; font-family: inherit; font-size: 13px; font-weight: 600; color: var(--ink-soft); border-radius: 999px; cursor: pointer; transition: all 0.18s; letter-spacing: 0.02em; }
.v3-cal-viewtoggle button.active { background: #114C5F; color: var(--cream); }
.v3-cal-viewtoggle button:not(.active):hover { color: #114C5F; }

/* Card view — month tabs + card grid */
.v3-cal-months { display: inline-flex; gap: 4px; flex-wrap: wrap; }
.v3-cal-mtab { padding: 9px 18px; border-radius: 999px; border: 1.5px solid transparent; background: transparent; color: var(--ink-soft); font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 15px; cursor: pointer; transition: all 0.2s; }
.v3-cal-mtab.active { background: var(--lime); color: var(--teal-darker); }
.v3-cal-mtab:not(.active):hover { color: var(--teal-deep); }
.v3-cal-cards-stage { padding-top: 32px; }
.v3-cal-cards-month { display: none; }
.v3-cal-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.v3-cal-card { background: var(--paper); border-radius: 22px; border: 2px solid var(--teal-deep); overflow: hidden; cursor: pointer; transition: all 0.25s ease; display: flex; flex-direction: column; }
.v3-cal-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(8,65,76,0.16); }
.v3-cal-card-img { position: relative; aspect-ratio: 4/3; background-size: cover; background-position: center; }
.v3-cal-card-badges { position: absolute; bottom: 12px; left: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.v3-cal-card-badges .v3-badge { position: relative; top: auto; left: auto; padding: 6px 12px; font-size: 11px; }
.v3-cal-card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.v3 .v3-cal-card-body h3 { font-size: 22px; color: var(--teal-deep); line-height: 1.15; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; letter-spacing: -0.025em; text-align: center; }
.v3-cal-card-meta { display: flex; flex-direction: column; gap: 6px; font-size: 13.5px; color: var(--ink-soft); padding: 6px 0; }
.v3-cal-card-body .v3-btn-block { margin-top: auto; }
@media (max-width: 900px) {
  .v3-cal-cards-grid { grid-template-columns: 1fr; }
}

.v3 .v3-cal-stage { display: grid; grid-template-columns: 1.6fr 1fr; gap: 24px; min-height: 620px; }
.v3 .v3-cal-grid { min-height: 620px; }
.v3 .v3-cal-cells { min-height: 540px; grid-auto-rows: 1fr; }
.v3-cal-grid { background: var(--paper); border-radius: 26px; padding: 28px; border: 1px solid var(--rule); }
.v3-cal-dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; padding: 0 6px 12px; font-size: 11px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: 0.16em; }
.v3-cal-cells { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.v3-cal-cell { aspect-ratio: 1/1.05; background: var(--cream); border-radius: 14px; padding: 10px; display: flex; flex-direction: column; gap: 4px; transition: all 0.18s; position: relative; }
.v3-cal-cell.empty { background: transparent; }
.v3-cal-cell.has-event { cursor: pointer; background: oklch(0.93 0.06 var(--hue, 200)); }
.v3-cal-cell.has-event:hover, .v3-cal-cell.hover { transform: translateY(-2px); box-shadow: 0 12px 24px oklch(0.5 0.1 var(--hue, 200) / 0.25); z-index: 3; }
.v3-cal-cell.out { opacity: 0.32; cursor: not-allowed; }
.v3-cal-cell.today .v3-cal-num { background: var(--teal); color: var(--cream); }
.v3-cal-num { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; color: var(--teal-deep); font-size: 13px; align-self: flex-start; padding: 2px 7px; border-radius: 6px; }
.v3-cal-event { display: flex; flex-direction: column; gap: 1px; line-height: 1.18; flex: 1; padding-top: 2px; }
.v3-cal-event-time { font-size: 10px; font-weight: 700; color: var(--teal-deep); }
.v3-cal-event-title { font-size: 11px; color: var(--teal-darker); font-weight: 600; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.v3-cal-event-spots { font-size: 10px; margin-top: auto; }
.v3-cal-event-spots em { font-style: normal; color: var(--ink-soft); }
.v3-cal-event-spots em.warn { color: var(--coral); font-weight: 700; }

.v3-cal-preview { position: relative; }
.v3-cal-preview-card, .v3-cal-preview-empty { background: var(--paper); border-radius: 26px; border: 1px solid var(--rule); padding: 0; height: 100%; min-height: 520px; overflow: hidden; display: flex; flex-direction: column; }
.v3-cal-preview-img { aspect-ratio: 16/10; background-size: cover; background-position: center; position: relative; }
.v3-cal-preview-body { padding: 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.v3 .v3-cal-preview-body h4 { font-size: 26px; }
.v3-cal-preview-meta { display: flex; flex-direction: column; gap: 5px; font-size: 13.5px; color: var(--ink-soft); padding: 8px 0; }
.v3-cal-preview-meta .warn { color: var(--coral); font-weight: 700; }
.v3-cal-preview-foot { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--rule); display: flex; justify-content: space-between; align-items: center; }
.v3-cal-preview-price b { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 26px; color: var(--teal-deep); }

.v3-cal-preview-empty { padding: 36px; align-items: center; justify-content: center; text-align: center; gap: 12px; position: relative; overflow: hidden; }
.v3-cal-preview-empty .v3-brush { top: 0; left: 0; width: 100%; height: 100%; opacity: 0.18; transform: rotate(15deg); }
.v3 .v3-cal-preview-empty h4 { font-size: 22px; }
.v3-cal-preview-empty p { color: var(--ink-soft); font-size: 14px; max-width: 32ch; }
.v3-cal-legend { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; align-items: flex-start; }
.v3-cal-legend span { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-soft); }
.v3-cal-legend i { width: 14px; height: 14px; border-radius: 4px; display: inline-block; }

/* Request-a-custom-event banner — Arty at your private party style */
.v3-cal-request { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 48px 56px; margin-top: 48px; background: #114C5F; border: none; border-radius: 28px; box-shadow: 0 18px 44px rgba(17,76,95,0.18); color: var(--cream); flex-wrap: wrap; }
.v3-cal-request-text { display: flex; flex-direction: column; gap: 10px; max-width: 60ch; flex: 1; min-width: 280px; }
.v3 .v3-cal-request h3 { font-family: "Bricolage Grotesque", sans-serif; font-weight: 900; font-size: clamp(28px, 3.4vw, 44px); color: var(--cream); letter-spacing: -0.03em; line-height: 1; white-space: nowrap; }
.v3 .v3-cal-request .v3-eyebrow { background: rgba(211,235,90,0.18); color: var(--lime); border: 1px solid rgba(211,235,90,0.3); }
.v3-cal-request p { font-size: 14.5px; color: rgba(251,246,232,0.82); line-height: 1.55; white-space: normal; }
.v3-cal-request .v3-btn { background: var(--lime); color: var(--teal-darker); border-color: var(--lime); font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 15px; padding: 14px 26px; border-radius: 999px; box-shadow: 0 10px 24px rgba(211,235,90,0.28); transition: all 0.2s ease; white-space: nowrap; }
.v3-cal-request .v3-btn:hover { transform: translateY(-2px); background: #e1f56a; box-shadow: 0 16px 32px rgba(211,235,90,0.44); color: var(--teal-darker); }
@media (max-width: 900px) {
  .v3-cal-request { flex-direction: column; align-items: flex-start; padding: 36px 28px; }
  .v3 .v3-cal-request h3 { white-space: normal; }
}

.v3-cal-cards-more { display: flex; justify-content: center; margin-top: 36px; }
.v3-events-more { display: flex; justify-content: center; margin-top: 36px; }

.v3-badge { position: absolute; top: 16px; left: 16px; padding: 7px 13px; border-radius: 999px; font-size: 10.5px; font-weight: 800; letter-spacing: 0.12em; }
.v3-badge-warn { background: var(--coral); color: var(--cream); }
.v3-badge-new { background: var(--lime); color: var(--teal-darker); }
.v3-badge-popular { background: var(--pink); color: var(--cream); }
.v3-badge-good { background: var(--teal); color: var(--cream); }

/* ---- EVENTS GRID ---- */
.v3-events { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-events-head { display: flex; flex-direction: column; align-items: center; max-width: 760px; margin: 0 auto 56px; text-align: center; gap: 16px; }
.v3-events-head > div { display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.v3-events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.v3-event { background: var(--paper); border-radius: 24px; overflow: hidden; border: 1px solid var(--rule); display: flex; flex-direction: column; transition: all 0.2s; }
.v3-event:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(8,65,76,0.12); }
.v3-event-img { position: relative; aspect-ratio: 16/10; background-size: cover; background-position: center; }
.v3-event-tag { position: absolute; bottom: 14px; left: 14px; padding: 5px 12px; border-radius: 999px; background: rgba(0,0,0,0.5); backdrop-filter: blur(8px); color: var(--cream); font-size: 11px; font-weight: 600; letter-spacing: 0.06em; }
.v3-event-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.v3 .v3-event-body h3 { font-size: 22px; line-height: 1.15; }
.v3-event-meta { display: flex; flex-direction: column; gap: 4px; font-size: 13.5px; color: var(--ink-soft); }
.v3-event-foot { margin-top: auto; padding-top: 16px; display: flex; flex-direction: column; gap: 14px; border-top: 1px dashed var(--rule); }
.v3-event-spots { display: flex; flex-direction: column; gap: 7px; font-size: 12px; color: var(--ink-soft); }
.v3-event-spots .warn { color: var(--coral); font-weight: 700; }
.v3-spot-bar { height: 6px; border-radius: 999px; background: var(--cream-2); overflow: hidden; }
.v3-spot-bar i { display: block; height: 100%; background: var(--teal); border-radius: 999px; }
.v3-event-buy { display: flex; justify-content: space-between; align-items: center; }
.v3-event-price { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 22px; color: var(--teal-deep); }

/* ---- VIBE (editorial split) ---- */
.v3-vibe { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-vibe-stage { display: grid; grid-template-columns: 1.25fr 1fr; gap: 64px; align-items: stretch; }
.v3-vibe-feature { background: var(--paper); border: 1px solid var(--rule); border-radius: 28px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 18px 40px rgba(8,65,76,0.06); animation: v3-vibe-fade 0.35s ease; }
@keyframes v3-vibe-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.v3-vibe-feature-img { aspect-ratio: 16/10; background-size: cover; background-position: center; }
.v3-vibe-feature-body { padding: 36px 40px 38px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.v3 .v3-vibe-feature-body h3 { font-size: 38px; }
.v3-vibe-feature-body p { color: var(--ink-soft); font-size: 17px; line-height: 1.55; max-width: 50ch; }
.v3-vibe-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; align-self: center; width: 100%; }
.v3-vibe-list li { border-top: 1px solid var(--rule); }
.v3-vibe-list li:last-child { border-bottom: 1px solid var(--rule); }
.v3-vibe-row { width: 100%; padding: 22px 4px; background: transparent; display: grid; grid-template-columns: 56px 1fr 32px; gap: 18px; align-items: center; text-align: left; transition: all 0.18s; color: var(--teal-deep); }
.v3-vibe-row .v3-vibe-num { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 14px; color: var(--ink-soft); letter-spacing: 0.06em; }
.v3-vibe-row .v3-vibe-name { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 22px; color: var(--teal-deep); letter-spacing: -0.01em; }
.v3-vibe-row .v3-vibe-go { font-size: 18px; color: var(--ink-soft); opacity: 0; transform: translateX(-6px); transition: all 0.18s; justify-self: end; }
.v3-vibe-row:hover, .v3-vibe-row.active { padding-left: 16px; padding-right: 16px; }
.v3-vibe-row:hover .v3-vibe-name, .v3-vibe-row.active .v3-vibe-name { color: var(--teal); }
.v3-vibe-row:hover .v3-vibe-go, .v3-vibe-row.active .v3-vibe-go { opacity: 1; transform: translateX(0); color: var(--pink); }
.v3-vibe-row.active .v3-vibe-num { color: var(--teal); }

.v3 .v3-testimonials { padding-top: 56px; padding-bottom: 30px; overflow: visible; position: relative; }
.v3-test-brush { top: -8%; right: -10%; width: 50%; height: 100%; }
.v3-test-swirl { top: 35%; right: -22%; width: 65%; height: 110%; z-index: 0; }
.v3-test-swirl-2 { bottom: -40%; left: -15%; width: 55%; height: 90%; z-index: 0; }
.v3-testimonials .v3-section-head, .v3-testimonials .v3-test-grid { position: relative; z-index: 2; }
.v3-test-stars { display: inline-flex; align-items: center; gap: 4px; }
.v3-test-stars > span { color: var(--gold); font-size: 22px; }
.v3-test-stars b { margin-left: 8px; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; color: var(--teal-deep); }
.v3-test-stars > b ~ span { font-size: 13px; color: var(--ink-soft); }
.v3-test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; z-index: 2; }
.v3-test-card { background: var(--paper); border: 1.5px solid rgba(15,107,122,0.22); border-radius: 24px; padding: 32px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 14px 36px rgba(8,65,76,0.1); transition: all 0.25s ease; }
.v3-test-card:hover { border-color: rgba(15,107,122,0.45); box-shadow: 0 18px 44px rgba(8,65,76,0.16); transform: translateY(-3px); }
.v3-test-stars-sm { display: flex; gap: 2px; color: var(--gold); font-size: 16px; }
.v3 .v3-test-card h4 { font-size: 19px; line-height: 1.25; }
.v3-test-card p { font-size: 15px; color: var(--ink-soft); flex: 1; line-height: 1.55; }
.v3-test-attr { display: flex; align-items: center; gap: 14px; padding-top: 14px; border-top: 1px dashed var(--rule); }
.v3-test-avatar { width: 48px; height: 48px; border-radius: 999px; background-size: cover; background-position: center; background-color: var(--cream-2); flex-shrink: 0; }
.v3-test-attr b { font-size: 14px; color: var(--teal-deep); display: block; }
.v3-test-attr span { font-size: 12.5px; color: var(--ink-soft); }

/* ---- PRESS ---- */
.v3-press { padding: 100px var(--sec-pad-x); }
.v3-press-inner { max-width: var(--max-w); margin: 0 auto; padding: 56px 60px; background: var(--paper); border: 1px solid var(--rule); border-radius: 32px; }
.v3-press-label { font-size: 12px; font-weight: 700; letter-spacing: 0.18em; color: var(--ink-soft); text-transform: uppercase; text-align: center; margin-bottom: 36px; display: block; }
.v3-press-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.v3-press-item { display: flex; flex-direction: column; gap: 8px; padding: 0 12px; border-left: 2px solid var(--rule); padding-left: 20px; }
.v3-press-item:first-child { border-left: none; padding-left: 12px; }
.v3-press-item b { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 17px; color: var(--teal-deep); }
.v3-press-item p { font-size: 14px; color: var(--ink-soft); font-style: italic; line-height: 1.4; }
.v3-press-item span { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; color: var(--teal); text-transform: uppercase; }

/* ---- PRIVATE ---- */
.v3-private { background: var(--teal-deep); color: var(--cream); margin: var(--sec-pad-y) 0 0; padding: var(--sec-pad-y) var(--sec-pad-x); border-radius: 36px 36px 0 0; }
.v3-private-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.v3-private-text { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.v3-private-text > p { color: rgba(251,246,232,0.85); font-size: 19px; max-width: 44ch; line-height: 1.55; }
.v3-private-list { list-style: none; padding: 0; margin: 8px 0; display: flex; flex-direction: column; gap: 12px; font-size: 15.5px; color: rgba(251,246,232,0.92); }
.v3-private-list span { color: var(--lime); font-weight: 800; margin-right: 10px; }
.v3-private-cta { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 12px; }
.v3-private-from { color: rgba(251,246,232,0.7); font-size: 14px; }
.v3-private-from b { color: var(--lime); font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 24px; }
.v3-private-imgs { position: relative; aspect-ratio: 1/1; }
.v3-private-img { position: absolute; border-radius: 22px; background-size: cover; background-position: center; box-shadow: 0 18px 40px rgba(0,0,0,0.32); }
.v3-private-img-1 { top: 0; right: 0; width: 64%; height: 60%; transform: rotate(2deg); z-index: 3; }
.v3-private-img-2 { bottom: 0; left: 0; width: 56%; height: 52%; transform: rotate(-3deg); z-index: 2; }
.v3-private-img-3 { top: 30%; left: 8%; width: 38%; height: 36%; transform: rotate(4deg); z-index: 1; }
.v3-private-stamp { position: absolute; top: -22px; left: -22px; width: 108px; height: 108px; border-radius: 999px; background: var(--lime); color: var(--teal-darker); display: grid; place-items: center; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 18px; transform: rotate(-10deg); border: 5px solid var(--teal-deep); z-index: 4; box-shadow: 0 8px 20px rgba(0,0,0,0.3); text-align: center; line-height: 1.05; }

/* ---- STORY ---- */
.v3-story { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.v3-story-imgs { position: relative; aspect-ratio: 1/1; }
.v3-story-img { position: absolute; border-radius: 22px; background-size: cover; background-position: center; box-shadow: 0 18px 36px rgba(0,0,0,0.18); }
.v3-story-img-1 { top: 0; right: 0; width: 60%; height: 56%; transform: rotate(2deg); z-index: 2; }
.v3-story-img-2 { bottom: 0; left: 0; width: 56%; height: 52%; transform: rotate(-3deg); z-index: 1; }
.v3-story-img-3 { top: 38%; right: 12%; width: 42%; height: 40%; transform: rotate(4deg); z-index: 3; }
.v3-story-text { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }
.v3-story-text > p { font-size: 18px; color: var(--ink-soft); max-width: 48ch; line-height: 1.6; }
.v3-story-text > p em { font-style: italic; color: var(--teal); }

/* ---- GALLERY ---- */
.v3-gallery { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.v3-gal-card { background: var(--paper); padding: 14px 14px 22px; border-radius: 6px; box-shadow: 0 14px 30px rgba(0,0,0,0.12); display: flex; flex-direction: column; gap: 10px; transition: transform 0.2s; }
.v3-gal-card:hover { transform: translateY(-4px) rotate(0) !important; }
.v3-gal-card-0, .v3-gal-card-3 { grid-column: span 2; }
.v3-gal-card-1, .v3-gal-card-4 { grid-column: span 2; }
.v3-gal-card-2, .v3-gal-card-5 { grid-column: span 2; }
.v3-gal-img { aspect-ratio: 4/5; background-size: cover; background-position: center; border-radius: 2px; }
.v3-gal-card span { font-family: "Dancing Script", cursive; font-size: 18px; color: var(--teal-deep); text-align: center; line-height: 1.2; }

/* ---- FAQ ---- */
.v3-faq { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: 920px; margin: 0 auto; }
.v3-faq-list { display: flex; flex-direction: column; gap: 12px; }
.v3-faq-item { background: var(--paper); border: 1px solid var(--rule); border-radius: 20px; padding: 0; text-align: left; transition: all 0.2s; overflow: hidden; }
.v3-faq-item:hover { border-color: var(--teal); }
.v3-faq-item.open { border-color: var(--teal); }
.v3-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 24px 30px; gap: 16px; }
.v3 .v3-faq-q h4 { font-size: 18px; }
.v3-faq-q span { font-size: 28px; color: var(--teal); font-weight: 300; line-height: 0.5; }
.v3-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.v3-faq-item.open .v3-faq-a { max-height: 240px; }
.v3-faq-a p { padding: 0 30px 24px; color: var(--ink-soft); font-size: 15.5px; max-width: 64ch; line-height: 1.6; }

/* ---- NEWSLETTER ---- */
.v3-newsletter { position: relative; padding: 100px var(--sec-pad-x) var(--sec-pad-y); max-width: var(--max-w); margin: 0 auto; overflow: hidden; }
.v3-news-brush { top: -20%; right: -10%; width: 50%; height: 140%; }
.v3-news-card { position: relative; z-index: 2; background: var(--teal-deep); color: var(--cream); border-radius: 36px; padding: 64px 64px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; box-shadow: 0 30px 60px rgba(8,65,76,0.25); }
.v3-news-text { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.v3-news-text > p { color: rgba(251,246,232,0.78); font-size: 16px; }
.v3-news-form { display: flex; flex-direction: column; gap: 12px; }
.v3-news-form input { font-family: inherit; padding: 18px 22px; border-radius: 999px; border: 1.5px solid rgba(251,246,232,0.25); background: rgba(251,246,232,0.08); color: var(--cream); font-size: 15px; backdrop-filter: blur(8px); }
.v3-news-form input::placeholder { color: rgba(251,246,232,0.55); }
.v3-news-form input:focus { outline: 2px solid var(--lime); border-color: var(--lime); }
.v3-news-fine { color: rgba(251,246,232,0.55); font-size: 12px; padding: 0 8px; }
.v3-news-sent { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 26px; border-radius: 20px; background: rgba(211,235,90,0.16); border: 1px solid rgba(211,235,90,0.4); }
.v3-news-sent > span { font-family: "Bricolage Grotesque", sans-serif; font-size: 38px; line-height: 0.8; color: var(--lime); font-weight: 800; }
.v3-news-sent b { font-family: "Bricolage Grotesque", sans-serif; font-size: 22px; color: var(--cream); }
.v3-news-sent p { color: rgba(251,246,232,0.78); font-size: 14px; }

/* ---- FOOTER ---- */
.v3-footer { background: var(--teal-darker); color: var(--cream); padding: 90px var(--sec-pad-x) 28px; }
.v3-footer-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 60px; }
.v3-footer-brand p { color: rgba(251,246,232,0.7); margin: 18px 0; font-size: 14.5px; max-width: 32ch; line-height: 1.55; }
.v3-footer-social { display: flex; gap: 16px; }
.v3-footer-social a { color: var(--lime); font-size: 13px; font-weight: 600; cursor: pointer; }
.v3 .v3-footer-grid h5 { font-family: "Bricolage Grotesque", sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--lime); margin-bottom: 18px; }
.v3-footer-grid > div > a { display: block; color: rgba(251,246,232,0.78); padding: 6px 0; font-size: 14.5px; cursor: pointer; }
.v3-footer-grid > div > a:hover { color: var(--lime); }
.v3-footer-bot { max-width: var(--max-w); margin: 60px auto 0; padding-top: 24px; border-top: 1px solid rgba(251,246,232,0.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; color: rgba(251,246,232,0.5); }
.v3-footer-bot a { margin-left: 18px; }

/* ---- STICKY BOOK CTA ---- */
.v3-sticky { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 100px); z-index: 80; transition: transform 0.4s cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.v3-sticky.show { transform: translate(-50%, 0); pointer-events: auto; }
.v3-sticky-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding: 12px 18px 12px 12px; background: var(--paper); border-radius: 999px; box-shadow: 0 18px 42px rgba(8,65,76,0.28), 0 4px 10px rgba(0,0,0,0.08); border: 1px solid var(--rule); min-width: 520px; }
.v3-sticky-img { width: 56px; height: 56px; border-radius: 999px; background-size: cover; background-position: center; }
.v3-sticky-text { display: flex; flex-direction: column; }
.v3-sticky-text b { font-family: "Bricolage Grotesque", sans-serif; font-size: 15px; color: var(--teal-deep); }
.v3-sticky-text > span { font-size: 12.5px; color: var(--coral); font-weight: 600; display: inline-flex; align-items: center; }
.v3-sticky-actions { display: flex; align-items: center; gap: 12px; }
.v3-sticky-price { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 22px; color: var(--teal-deep); }

/* ---- MODAL ---- */
.v3-modal-bg { position: fixed; inset: 0; background: rgba(8,65,76,0.7); backdrop-filter: blur(10px); z-index: 200; display: grid; place-items: center; padding: 24px; animation: v3-fade 0.2s; }
@keyframes v3-fade { from { opacity: 0; } to { opacity: 1; } }
.v3-modal { background: var(--paper); border-radius: 28px; max-width: 580px; width: 100%; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,0.4); position: relative; max-height: 92vh; display: flex; flex-direction: column; animation: v3-pop 0.25s cubic-bezier(.2,.8,.2,1); }
@keyframes v3-pop { from { transform: translateY(20px) scale(.97); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
.v3-modal-close { position: absolute; top: 14px; right: 14px; z-index: 4; width: 38px; height: 38px; border-radius: 999px; background: var(--paper); border: none; font-size: 22px; line-height: 1; box-shadow: 0 4px 14px rgba(0,0,0,0.2); color: var(--teal-deep); }
.v3-modal-head { position: relative; aspect-ratio: 16/8; background-size: cover; background-position: center; }
.v3-modal-head-tint { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(8,65,76,0.92)); }
.v3-modal-head-text { position: absolute; bottom: 20px; left: 24px; right: 24px; z-index: 2; color: var(--cream); display: flex; flex-direction: column; gap: 3px; }
.v3-modal-head-text .v3-eyebrow-sm { color: var(--lime); }
.v3 .v3-modal-head-text h3 { color: var(--cream); font-size: 26px; }
.v3-modal-head-text > span:last-child { font-size: 13px; opacity: 0.88; }
.v3-modal-progress { display: flex; gap: 4px; padding: 16px 26px 0; }
.v3-modal-progress i { flex: 1; height: 3px; border-radius: 999px; background: var(--cream-2); }
.v3-modal-progress i.active { background: var(--teal); }
.v3-modal-body { padding: 24px 26px 28px; overflow-y: auto; }
.v3 .v3-modal-body h5 { font-size: 17px; color: var(--teal-deep); margin-bottom: 14px; }
.v3-modal-sub { font-size: 13px; color: var(--ink-soft); margin: -8px 0 14px; }
.v3-pick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.v3-pick-grid-3 { grid-template-columns: 1fr 1fr 1fr; }
.v3-pick { padding: 14px; border-radius: 14px; border: 1.5px solid var(--rule); background: transparent; display: flex; flex-direction: column; gap: 2px; align-items: flex-start; transition: all 0.15s; }
.v3-pick b { font-family: "Bricolage Grotesque", sans-serif; font-size: 15px; color: var(--teal-deep); }
.v3-pick span { font-size: 12px; color: var(--ink-soft); }
.v3-pick.active { background: var(--lime); border-color: var(--lime); }
.v3-modal-body > .v3-btn-block { margin-top: 24px; }
.v3-seats { display: flex; align-items: center; gap: 18px; padding: 22px; background: var(--cream-2); border-radius: 18px; justify-content: center; }
.v3-seats button { width: 44px; height: 44px; border-radius: 999px; border: none; background: var(--paper); color: var(--teal-deep); font-size: 22px; font-weight: 700; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.v3-seats > span { display: flex; flex-direction: column; align-items: center; min-width: 88px; }
.v3-seats > span b { font-family: "Bricolage Grotesque", sans-serif; font-size: 30px; color: var(--teal-deep); line-height: 1; }
.v3-seats > span i { font-style: normal; font-size: 12px; color: var(--ink-soft); }
.v3-modal-summary { background: var(--cream-2); border-radius: 16px; padding: 16px 18px; margin: 18px 0 0; display: flex; flex-direction: column; gap: 5px; }
.v3-modal-summary > div { display: flex; justify-content: space-between; align-items: center; }
.v3-modal-summary b { font-family: "Bricolage Grotesque", sans-serif; font-size: 22px; color: var(--teal-deep); }
.v3-modal-summary-fine { font-size: 12.5px; color: var(--ink-soft); }
.v3-modal-summary-fine b { font-size: 12.5px; font-family: inherit; font-weight: 700; color: var(--teal); }
.v3-modal-actions { display: flex; gap: 8px; justify-content: space-between; margin-top: 20px; }
.v3-input { font-family: inherit; padding: 13px 18px; border-radius: 12px; border: 1.5px solid var(--rule); background: var(--paper); width: 100%; margin-bottom: 10px; font-size: 14.5px; color: var(--ink); }
.v3-input:focus { outline: 2px solid var(--lime); border-color: var(--lime); }
.v3-modal-done { text-align: center; padding: 18px 8px 0; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.v3-modal-tick { width: 68px; height: 68px; border-radius: 999px; background: var(--lime); color: var(--teal-darker); display: grid; place-items: center; font-size: 32px; font-weight: 700; margin-bottom: 6px; }
.v3 .v3-modal-done h5 { font-size: 28px; color: var(--teal-deep); }
.v3-modal-done p { color: var(--ink-soft); }
.v3-modal-done .v3-modal-summary { width: 100%; margin: 16px 0 20px; }

/* ---- V3.2 ADDITIONS ---- */

/* Logo: premium Fraunces wordmark */
.v3-logo span { font-family: "Fraunces", serif; font-weight: 800; color: #114C5F !important; font-size: 24px; font-variation-settings: "SOFT" 50; letter-spacing: -0.01em; }
.v3-logo span i { font-family: "Fraunces", serif; font-style: normal; color: #114C5F !important; font-weight: 800; font-size: 24px; margin-left: 6px; }

/* Hero — deeper tint for legibility */
.v3-hero-tint { background: linear-gradient(115deg, rgba(6,47,55,0.94) 0%, rgba(8,65,76,0.88) 38%, rgba(8,65,76,0.7) 60%, rgba(6,47,55,0.85) 100%); }

/* Animated swirls (replaces static brush) */
.v3-swirl-anim { position: absolute; pointer-events: none; width: 100%; height: 100%; top: 0; left: 0; overflow: visible; }
.v3-swirl-path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: v3-swirl-draw var(--swirl-dur, 24s) ease-in-out infinite alternate; }
@keyframes v3-swirl-draw {
  0%   { stroke-dashoffset: 1; }
  60%  { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -0.4; }
}

/* Scroll reveal */
.v3-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(.2,.7,.2,1), transform 0.7s cubic-bezier(.2,.7,.2,1); }
.v3-reveal.is-in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .v3-reveal { opacity: 1; transform: none; transition: none; }
  .v3-swirl-path { animation: none; stroke-dashoffset: 0; }
}

/* Calendar header — country chips below */
.v3-cal-countries { display: inline-flex; flex-direction: row !important; gap: 6px; flex-wrap: nowrap; margin: 26px auto 0; justify-content: center; padding: 8px; background: var(--paper); border-radius: 999px; border: 1px solid var(--rule); box-shadow: 0 6px 18px rgba(8,65,76,0.06); }
.v3-cal-country { display: inline-flex; flex-direction: row !important; align-items: center; gap: 12px; padding: 12px 22px 12px 16px; border-radius: 999px; border: none; background: transparent; color: var(--teal-deep); font-size: 15px; font-weight: 600; transition: all 0.18s; white-space: nowrap; flex-shrink: 0; }
.v3-cal-country svg { width: 22px; height: 26px; }
.v3-cal-country:hover { background: var(--cream-2); }
.v3-cal-country.active { background: var(--teal-deep); color: var(--cream); }
.v3-cal-country.active svg { color: var(--lime); }
.v3-cal-country span { display: inline-flex; align-items: baseline; gap: 8px; }
.v3-cal-country span b { font-weight: 700; font-size: 15px; }
.v3-cal-country i { font-style: normal; font-size: 13px; opacity: 0.7; font-weight: 600; }
.v3-cal-country.active i { opacity: 0.85; color: var(--lime); }

/* Partners marquee — bigger logos, seamless loop */
.v3-partners { padding: 80px var(--sec-pad-x); max-width: var(--max-w); margin: 0 auto; }
.v3-partners-head { text-align: center; display: flex; flex-direction: column; gap: 10px; align-items: center; margin-bottom: 56px; }
.v3 .v3-partners-head h3 { font-size: 28px; color: var(--teal); font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; opacity: 0.92; }
.v3-partners-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.v3-partners-track { display: flex; width: max-content; animation: v3-logos-roll 60s linear infinite; gap: 88px; }
.v3-partners-row { display: flex; gap: 88px; padding: 0; align-items: center; flex-shrink: 0; }
.v3-partner-logo { height: 120px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; opacity: 0.7; transition: opacity 0.2s; }
.v3-partner-logo:hover { opacity: 1; }
.v3-partner-logo img { max-height: 120px; max-width: 320px; object-fit: contain; filter: grayscale(1) contrast(0.9); }
@keyframes v3-logos-roll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Vibe2 — premium magazine grid */
.v3-vibe2 { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-vibe2-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: auto auto; gap: 22px; }
.v3-vibe2-card { position: relative; background: var(--paper); border: 1px solid var(--rule); border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s, box-shadow 0.3s; min-height: 360px; }
.v3-vibe2-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(8,65,76,0.14); }
.v3-vibe2-card:hover .v3-vibe2-img { transform: scale(1.04); }
.v3-vibe2-card:nth-child(1) { grid-row: span 2; min-height: 740px; }
.v3-vibe2-card:nth-child(1) .v3-vibe2-img { aspect-ratio: auto; flex: 1.4; }
.v3-vibe2-card:nth-child(1) .v3-vibe2-body h3 { font-size: 36px; }
.v3-vibe2-img { aspect-ratio: 4/3; background-size: cover; background-position: center; position: relative; transition: transform 0.5s ease; }
.v3-vibe2-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(8,65,76,0.55)); }
.v3-vibe2-num { position: absolute; top: 18px; left: 18px; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 13px; color: var(--cream); padding: 7px 12px; border-radius: 8px; background: rgba(8,65,76,0.6); backdrop-filter: blur(8px); letter-spacing: 0.12em; z-index: 2; }
.v3-vibe2-price { position: absolute; bottom: 18px; right: 18px; padding: 8px 14px; border-radius: 999px; background: var(--lime); color: var(--teal-darker); font-size: 12.5px; font-weight: 800; letter-spacing: 0.04em; z-index: 2; box-shadow: 0 6px 16px rgba(0,0,0,0.18); }
.v3-vibe2-body { padding: 28px 30px 30px; display: flex; flex-direction: column; gap: 12px; flex: 1; background: var(--paper); }
.v3 .v3-vibe2-body h3 { font-size: 24px; line-height: 1.12; }
.v3-vibe2-body p { color: var(--ink-soft); font-size: 15px; line-height: 1.55; flex: 1; }
.v3-vibe2-body .v3-link-arrow { margin-top: auto; padding-top: 4px; }

/* Testimonials swirl — overlap the cards instead of sitting above */
.v3-test-swirl { top: 35%; right: -18%; width: 55%; height: 75%; }

/* Private2 — premium full block */
.v3-private2 { background: var(--teal-deep); color: var(--cream); margin: var(--sec-pad-y) 0 0; padding: var(--sec-pad-y) var(--sec-pad-x); border-radius: 36px 36px 0 0; position: relative; overflow: hidden; }
.v3-private2-swirl { top: -10%; right: -10%; width: 60%; height: 80%; }
.v3-private2-inner { position: relative; z-index: 2; max-width: var(--max-w); margin: 0 auto; }
.v3-private2-head { max-width: 760px; display: flex; flex-direction: column; gap: 18px; align-items: flex-start; margin-bottom: 64px; }
.v3-private2-head p { color: rgba(251,246,232,0.82); font-size: 19px; line-height: 1.55; max-width: 56ch; }
.v3-private2-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-bottom: 64px; padding-top: 40px; border-top: 1px solid rgba(251,246,232,0.18); }
.v3-step { display: flex; flex-direction: column; gap: 10px; }
.v3-step-num { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; color: var(--lime); font-size: 14px; letter-spacing: 0.16em; }
.v3 .v3-step h4 { color: var(--cream); font-size: 19px; }
.v3-step p { color: rgba(251,246,232,0.72); font-size: 14.5px; line-height: 1.55; }
.v3-private2-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 32px 0; border-top: 1px solid rgba(251,246,232,0.18); border-bottom: 1px solid rgba(251,246,232,0.18); flex-wrap: wrap; }
.v3-private2-cta .v3-private-from { color: rgba(251,246,232,0.7); font-size: 15px; }
.v3-private2-cta .v3-private-from b { color: var(--lime); font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 26px; margin: 0 4px; }
.v3-private2-included { padding-top: 36px; }
.v3 .v3-private2-included h5 { font-family: "Bricolage Grotesque", sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--lime); font-weight: 700; margin-bottom: 18px; }
.v3-private2-included ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 28px; }
.v3-private2-included li { font-size: 15px; color: rgba(251,246,232,0.92); display: flex; align-items: center; gap: 12px; }
.v3-private2-included span { color: var(--lime); font-weight: 800; font-size: 16px; }

/* Story2 — three-col editorial */
.v3-story2 { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; position: relative; overflow: hidden; }
.v3-story2-swirl { top: 10%; left: -15%; width: 50%; height: 70%; }
.v3-story2-head { position: relative; z-index: 2; text-align: center; max-width: 720px; margin: 0 auto 64px; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.v3-story2-cols { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-bottom: 80px; }
.v3-story2-col { display: flex; flex-direction: column; gap: 16px; }
.v3-story2-col p { font-size: 16.5px; color: var(--ink-soft); line-height: 1.65; }
.v3-story2-col p em { font-style: italic; color: var(--teal); font-weight: 600; }
.v3-story2-pillars { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.v3-story2-pillar { aspect-ratio: 4/5; border-radius: 22px; overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; transition: transform 0.25s; }
.v3-story2-pillar:hover { transform: translateY(-4px); }
.v3-story2-pillar:hover .v3-story2-pillar-arrow { transform: translateX(4px); }
.v3-story2-pillar-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.v3-story2-pillar-tint { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.05) 35%, rgba(8,65,76,0.92)); }
.v3 .v3-story2-pillar h4 { position: relative; z-index: 1; color: var(--cream); font-size: 22px; line-height: 1.15; }
.v3-story2-pillar-arrow { position: relative; z-index: 1; color: var(--lime); font-size: 22px; font-weight: 700; margin-top: 12px; transition: transform 0.2s; }

/* Press2 — premium editorial pull-quote band */
.v3-press2 { background: linear-gradient(180deg, var(--cream) 0%, var(--paper) 50%, var(--cream) 100%); position: relative; }
.v3-press2::before, .v3-press2::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); width: min(960px, 90%); height: 1px; background: var(--rule); }
.v3-press2::before { top: 64px; }
.v3-press2::after { bottom: 64px; }
.v3-press2-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--sec-pad-x); }
.v3-press2-label { display: flex; align-items: center; justify-content: center; gap: 14px; font-family: "Bricolage Grotesque", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 0.22em; color: var(--teal); text-transform: uppercase; text-align: center; margin-bottom: 56px; }
.v3-press2-label::before, .v3-press2-label::after { content: ""; width: 36px; height: 1px; background: var(--teal); opacity: 0.4; }
.v3-press2-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.v3-press2-item { display: flex; flex-direction: column; gap: 18px; padding: 8px 28px; border-left: 1px solid var(--rule); position: relative; }
.v3-press2-item:first-child { border-left: none; }
.v3-press2-item::before { content: "“"; position: absolute; top: -22px; left: 28px; font-family: "Fraunces", serif; font-size: 64px; color: var(--lime-deep); opacity: 0.55; line-height: 1; font-weight: 700; }
.v3-press2-item:first-child::before { left: 0; }
.v3-press2-item p { font-family: "Fraunces", serif; font-size: 20px; color: var(--teal-deep); font-style: italic; line-height: 1.32; font-weight: 500; padding-top: 16px; quotes: none; }
.v3-press2-item span { font-size: 11.5px; letter-spacing: 0.16em; color: var(--ink-soft); text-transform: uppercase; padding-top: 6px; border-top: 1px solid var(--rule); }
.v3-press2-item span b { color: var(--teal); font-weight: 800; letter-spacing: 0.14em; }

/* FAQ2 — premium 2-col */
.v3-faq2 { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-faq2-grid { display: grid; grid-template-columns: 0.85fr 1.4fr; gap: 80px; align-items: start; }
.v3-faq2-side { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; position: sticky; top: 110px; }
.v3-faq2-side p { color: var(--ink-soft); font-size: 16px; max-width: 32ch; line-height: 1.6; }
.v3-faq2-list { display: flex; flex-direction: column; }
.v3-faq2-item { border-top: 1px solid var(--rule); transition: all 0.2s; }
.v3-faq2-item:last-child { border-bottom: 1px solid var(--rule); }
.v3-faq2-q { display: grid; grid-template-columns: 56px 1fr 44px; gap: 18px; align-items: center; padding: 30px 4px; width: 100%; text-align: left; transition: padding 0.2s; }
.v3-faq2-item.open .v3-faq2-q, .v3-faq2-q:hover { padding-left: 12px; padding-right: 12px; }
.v3-faq2-num { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 13px; color: var(--ink-soft); letter-spacing: 0.08em; }
.v3-faq2-label { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 21px; color: var(--teal-deep); letter-spacing: -0.01em; }
.v3-faq2-item.open .v3-faq2-label, .v3-faq2-q:hover .v3-faq2-label { color: var(--teal); }
.v3-faq2-icon { width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--rule); display: grid; place-items: center; font-size: 22px; line-height: 0.5; color: var(--teal); font-weight: 300; justify-self: end; transition: all 0.2s; }
.v3-faq2-item.open .v3-faq2-icon, .v3-faq2-q:hover .v3-faq2-icon { background: var(--teal-deep); color: var(--cream); border-color: var(--teal-deep); }
.v3-faq2-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.v3-faq2-item.open .v3-faq2-a { max-height: 280px; }
.v3-faq2-a p { padding: 0 12px 28px 74px; color: var(--ink-soft); font-size: 16px; line-height: 1.6; max-width: 64ch; }

/* ===========================================================
   SPLIT V1 — ADDITIONS (splash, country toggle, UK sections, venues)
   =========================================================== */

/* ---- SPLASH ---- */
.splash { position: relative; min-height: 100vh; padding: 0 var(--sec-pad-x); overflow: hidden; color: var(--cream); display: flex; flex-direction: column; }
.splash-bg { position: absolute; inset: 0; z-index: 0; display: grid; grid-template-columns: 1fr 1fr; }
.splash-bg-img { width: 100%; height: 100%; object-fit: cover; }
.splash-bg-pt { filter: saturate(0.85) brightness(0.85); }
.splash-bg-uk { filter: saturate(0.85) brightness(0.85); }
.splash-swirl-1 { position: absolute !important; top: -10%; left: -10%; width: 130%; height: 130%; z-index: 1; pointer-events: none; }
.splash-swirl-2 { position: absolute !important; bottom: -25%; left: -15%; width: 130%; height: 100%; z-index: 1; pointer-events: none; }
.splash-tint { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,47,55,0.78) 0%, rgba(8,65,76,0.88) 100%); z-index: 1; }
.splash-header { position: absolute; top: 0; left: 0; right: 0; z-index: 3; padding: 16px var(--sec-pad-x); max-width: 1320px; width: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.splash-login { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: 999px; border: 1px solid rgba(255,253,246,0.45); color: #fffdf6; background: rgba(255,253,246,0.14); font-family: "Inter", sans-serif; font-size: 13px; font-weight: 500; opacity: 0; animation: splash-rise 1s cubic-bezier(.2,.7,.2,1) 0s forwards; transition: all 0.2s; backdrop-filter: blur(8px); box-shadow: none; }
.splash-login:hover { background: rgba(255,253,246,0.26); border-color: rgba(255,253,246,0.7); color: #fffdf6; box-shadow: none; }
.splash-logo { display: inline-flex; align-items: center; gap: 12px; opacity: 0; animation: splash-rise 1s cubic-bezier(.2,.7,.2,1) 0s forwards; }
.splash-logo img { display: block; }
.splash-logo img { width: 38px; height: 38px; }
.splash-logo span { font-family: "Fraunces", serif; font-weight: 800; color: #fffdf6; font-size: 20px; letter-spacing: -0.01em; }
.splash-logo span i { font-family: "Dancing Script", cursive; font-style: normal; color: #fffdf6; font-weight: 700; font-size: 20px; margin-left: 4px; }
.splash-inner { position: relative; z-index: 2; max-width: 1280px; width: 100%; margin: auto; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 80px 0 24px; justify-content: center; }
.splash-eyebrow { display: inline-flex; align-items: center; padding: 7px 14px 7px 12px; border-radius: 999px; background: rgba(8,65,76,0.4); border: 1px solid rgba(211,235,90,0.55); backdrop-filter: blur(10px); color: var(--lime); font-family: "Inter", sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0; animation: splash-rise 1.1s cubic-bezier(.2,.7,.2,1) 0.2s forwards, splash-eyebrow-glow 2.6s ease-in-out infinite 1.4s; box-shadow: 0 0 0 0 rgba(211,235,90,0); margin-top: -40px; }
.splash-eyebrow .v3-pulse { background: var(--lime); }
@keyframes splash-eyebrow-glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(211,235,90,0); border-color: rgba(211,235,90,0.45); } 50% { box-shadow: 0 0 22px 4px rgba(211,235,90,0.18); border-color: rgba(211,235,90,0.75); } }
.splash h1.splash-h1 { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(34px, 4.4vw, 58px); font-weight: 800; line-height: 0.94; letter-spacing: -0.03em; color: #fffdf6; opacity: 0; animation: splash-rise 1.2s cubic-bezier(.2,.7,.2,1) 0.35s forwards; margin: 2px 0 4px; }
.splash-h1 em { font-family: "Dancing Script", cursive; font-style: normal; color: var(--lime); font-weight: 700; font-size: 1.1em; }
.splash-h1 em { font-family: "Dancing Script", cursive; font-style: normal; color: var(--lime); font-weight: 700; font-size: 1.05em; }
.splash-h1 em { font-family: "Dancing Script", cursive; font-style: normal; color: var(--lime); font-weight: 700; font-size: 1.1em; }
.splash-sub { font-size: 18px; max-width: 56ch; color: rgba(255,253,246,0.92); line-height: 1.5; margin-bottom: 12px; opacity: 0; animation: splash-rise 1.1s cubic-bezier(.2,.7,.2,1) 0.7s forwards; }
.splash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; width: 100%; max-width: 980px; margin-top: 14px; opacity: 0; animation: splash-rise 1.1s cubic-bezier(.2,.7,.2,1) 0.95s forwards; }
.splash-card { position: relative; background: #fffdf6; color: var(--ink); border: 1px solid rgba(211,235,90,0.45); border-radius: 28px; padding: 0; overflow: hidden; cursor: pointer; text-align: left; transition: transform 0.35s cubic-bezier(.2,.7,.2,1), box-shadow 0.35s ease, border-color 0.3s ease; box-shadow: 0 24px 56px rgba(0,0,0,0.32), 0 0 0 4px rgba(211,235,90,0.18), 0 0 48px 0 rgba(211,235,90,0.14); display: flex; flex-direction: column; }
.splash-card:hover { transform: translateY(-6px); box-shadow: 0 32px 80px rgba(0,0,0,0.42), 0 0 0 6px rgba(211,235,90,0.45), 0 0 80px 0 rgba(211,235,90,0.3); border-color: var(--lime); }
.splash-card.splash-pt { transform: translateX(-12px); }
.splash-card.splash-pt:hover { transform: translateX(-12px) translateY(-6px); }
.splash-card.splash-uk { transform: translateX(12px); }
.splash-card.splash-uk:hover { transform: translateX(12px) translateY(-6px); }
.splash-card:hover .splash-card-img { transform: scale(1.05); }
.splash-card-img { position: relative; aspect-ratio: 16/8; background-size: cover; background-position: center; transition: transform 0.5s ease; }
.splash-card-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(8,65,76,0.55)); }
.splash-card-body { padding: 18px 24px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.splash-flag { font-size: 24px; line-height: 1; }
.splash-card-head { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; gap: 8px 12px; align-items: start; }
.splash-flag { font-size: 30px; line-height: 1; grid-column: 1; grid-row: 1; }
.splash-card h2 { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 28px; color: var(--teal-deep); letter-spacing: -0.03em; line-height: 1; margin: 0; grid-column: 1; grid-row: 2; }
.splash-card-pills { grid-column: 2; grid-row: 1 / span 2; display: flex; flex-direction: column; gap: 6px; align-items: flex-end; justify-content: flex-start; padding-top: 4px; }
.splash-card-pill { display: inline-flex; align-items: center; padding: 5px 11px; border-radius: 999px; background: rgba(211,235,90,0.22); color: var(--teal-deep); font-size: 9.5px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; border: 1px solid rgba(211,235,90,0.5); transition: all 0.25s; white-space: nowrap; }
.splash-card-pill-alt { background: rgba(15,107,122,0.08); color: var(--teal); border-color: rgba(15,107,122,0.2); }
.splash-card.splash-uk .splash-card-pill { background: rgba(211,235,90,0.22); border-color: rgba(211,235,90,0.5); color: var(--teal-deep); }
.splash-card.splash-uk .splash-card-pill-alt { background: rgba(15,107,122,0.08); color: var(--teal); border-color: rgba(15,107,122,0.2); }
.splash-card:hover .splash-card-pill { transform: translateY(-1px); }
.splash-card > .splash-card-body > p { font-size: 14px; color: var(--ink-soft); line-height: 1.45; margin: 0; }
.splash-card-stats { display: flex; gap: 16px; padding: 10px 0; margin: 4px 0; border-top: none; border-bottom: none; justify-content: space-between; align-items: flex-start; }
.splash-card-stats > div { display: flex; flex-direction: column; gap: 4px; align-items: flex-start; flex: 0 0 auto; }
.splash-card-stats b { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 26px; color: var(--teal-deep); letter-spacing: -0.025em; line-height: 1; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum", "tnum"; white-space: nowrap; opacity: 0.85; }
/* The "6–80" stat reads visually smaller than 340+ / €30 because the en-dash sits at mid-line; bump it to compensate. */
.splash-card.splash-uk .splash-card-stats > div:nth-child(2) b { font-size: 26px; letter-spacing: -0.025em; }
.splash-card-stats > div > span { font-size: 10.5px; color: var(--ink-soft); letter-spacing: 0.03em; line-height: 1.25; margin-top: 2px; }
.splash-bullets li::before { content: "●"; position: absolute; left: 0; top: 0; color: var(--lime-deep); font-size: 8px; line-height: 18px; }
.splash-card.splash-uk .splash-bullets li::before { color: var(--pink); }
.splash-cta { display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 999px; background: var(--teal-deep); color: #fffdf6; font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 14.5px; align-self: flex-start; margin-top: 6px; border: 1px solid var(--teal-deep); box-shadow: 0 8px 22px rgba(8,65,76,0.22); transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
.splash-card:hover .splash-cta { transform: translateX(4px); background: var(--lime); color: var(--teal-darker); border-color: var(--lime); box-shadow: 0 12px 28px rgba(211,235,90,0.5); }
.splash-skip { color: rgba(255,253,246,0.85); font-size: 13px; font-weight: 500; margin-top: 6px; text-decoration: none; position: relative; opacity: 0; animation: splash-rise 1s cubic-bezier(.2,.7,.2,1) 1.2s forwards; transition: transform 0.25s ease, color 0.2s ease; display: inline-block; }
.splash-skip::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -3px; height: 1.5px; background: var(--lime); transition: left 0.25s ease, right 0.25s ease; }
.splash-skip:hover { color: var(--lime); transform: scale(1.06); }
.splash-skip:hover::after { left: 0; right: 0; }
@keyframes splash-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .splash-eyebrow, .splash-h1, .splash-sub, .splash-grid, .splash-skip { animation: none; opacity: 1; } }
.splash-skip:hover { color: var(--cream); }

/* ---- NAV COUNTRY TOGGLE ---- */
.v3-nav-country { display: inline-flex; padding: 4px; background: var(--cream-2); border-radius: 999px; gap: 2px; }
.v3-nav-country button { padding: 6px 12px 6px 8px; border: none; background: transparent; font-family: inherit; font-size: 12.5px; font-weight: 700; color: var(--ink-soft); border-radius: 999px; cursor: pointer; display: inline-flex; align-items: center; gap: 5px; letter-spacing: 0.06em; transition: all 0.18s; }
.v3-nav-country button span { font-size: 14px; }
.v3-nav-country button.active { background: #114C5F; color: var(--cream); }
.v3-nav-country button.active:hover { background: #1B7A8F; color: var(--cream); }
.v3-nav-country button:not(.active):hover { background: rgba(17,76,95,0.08); color: #114C5F; }

/* ===========================================================
   UK MODE
   =========================================================== */

/* UK hero — same skeleton, different image priorities */
.v3-mode-uk .v3-hero-photo { filter: saturate(0.9); }

/* ---- UK OCCASIONS (3 cards) ---- */
.uk-occasions { padding: var(--sec-pad-y) var(--sec-pad-x); max-width: var(--max-w); margin: 0 auto; }
.uk-occ-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.uk-occ-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 26px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.25s, box-shadow 0.25s; }
.uk-occ-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px rgba(8,65,76,0.14); }
.uk-occ-card:hover .uk-occ-img { transform: scale(1.04); }
.uk-occ-img { position: relative; aspect-ratio: 4/3; background-size: cover; background-position: center; overflow: hidden; transition: transform 0.5s ease; }
.uk-occ-tag { position: absolute; top: 16px; left: 16px; padding: 7px 13px; border-radius: 999px; background: rgba(255,255,255,0.92); color: var(--teal-deep); font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.uk-occ-body { padding: 28px 30px 32px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.v3 .uk-occ-body h3 { font-size: 28px; line-height: 1.05; }
.uk-occ-body > p { font-size: 15.5px; color: var(--ink-soft); line-height: 1.55; }
.uk-occ-spec { margin: 4px 0 8px; padding: 18px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.uk-occ-spec > div { display: flex; flex-direction: column; gap: 2px; }
.uk-occ-spec dt { font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); }
.uk-occ-spec dd { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; color: var(--teal-deep); font-size: 16px; margin: 0; }
.uk-occ-body .v3-btn-block { margin-top: auto; }

/* ---- UK PUBLIC DATES (4 monumental events) ---- */
.uk-public { padding: var(--sec-pad-y) var(--sec-pad-x); max-width: var(--max-w); margin: 0 auto; }
.uk-public-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.uk-public-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.25s, box-shadow 0.25s; }
.uk-public-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(8,65,76,0.12); }
.uk-public-img { position: relative; aspect-ratio: 4/5; background-size: cover; background-position: center; }
.uk-public-occ { position: absolute; top: 14px; left: 14px; padding: 7px 12px; border-radius: 8px; background: var(--lime); color: var(--teal-darker); font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.uk-public-card .v3-badge { top: auto; bottom: 14px; left: 14px; }
.uk-public-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.v3 .uk-public-body h3 { font-size: 20px; line-height: 1.15; }
.uk-public-meta { display: flex; flex-direction: column; gap: 4px; font-size: 13px; color: var(--ink-soft); }
.uk-public-body .v3-event-spots { margin-top: 6px; }
.uk-public-body .v3-btn-block { margin-top: auto; }

/* ---- UK AVAILABILITY (Saturday list) ---- */
.uk-avail { padding: var(--sec-pad-y) var(--sec-pad-x); max-width: 960px; margin: 0 auto; }
.uk-avail-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 24px; padding: 8px 28px; box-shadow: 0 14px 36px rgba(8,65,76,0.06); }
.uk-avail-row { display: grid; grid-template-columns: 1.4fr 1.2fr 1.4fr auto; gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--rule); font-size: 15px; }
.uk-avail-row:last-child { border-bottom: none; }
.uk-avail-head { padding: 18px 0 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); border-bottom: 2px solid var(--rule); }
.uk-avail-date { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; color: var(--teal-deep); font-size: 17px; }
.uk-avail-status { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: var(--teal-deep); }
.uk-avail-status i { width: 10px; height: 10px; border-radius: 999px; display: inline-block; background: var(--teal); }
.uk-avail-open    .uk-avail-status i { background: #4caf50; }
.uk-avail-limited .uk-avail-status i { background: var(--gold); }
.uk-avail-booked  .uk-avail-status i { background: var(--coral); }
.uk-avail-booked  { opacity: 0.55; }
.uk-avail-note { color: var(--ink-soft); font-size: 14px; }
.uk-avail-foot { text-align: center; padding-top: 28px; font-size: 14px; color: var(--ink-soft); }
.uk-avail-foot a { margin-left: 4px; }

/* ---- VENUES ---- */
.uk-venues { padding: var(--sec-pad-y) var(--sec-pad-x); max-width: var(--max-w); margin: 0 auto; }
.uk-venues-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.uk-venue-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.25s, box-shadow 0.25s; }
.uk-venue-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(8,65,76,0.12); }
.uk-venue-card:hover .uk-venue-img { transform: scale(1.05); }
.uk-venue-img { position: relative; aspect-ratio: 4/3; background-size: cover; background-position: center; transition: transform 0.5s ease; }
.uk-venue-city { position: absolute; top: 14px; left: 14px; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,0.94); color: var(--teal-deep); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; backdrop-filter: blur(8px); }
.uk-venue-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.v3 .uk-venue-body h3 { font-size: 19px; line-height: 1.15; }
.uk-venue-body > p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; flex: 1; }
.uk-venue-foot { margin-top: auto; padding-top: 12px; border-top: 1px dashed var(--rule); display: flex; justify-content: space-between; align-items: center; }
.uk-venue-cap { font-size: 12px; color: var(--ink-soft); }

/* ---- UK QUOTE FORM ---- */
.uk-quote { position: relative; background: var(--teal-deep); color: var(--cream); margin-top: var(--sec-pad-y); padding: var(--sec-pad-y) var(--sec-pad-x); border-radius: 36px 36px 0 0; overflow: hidden; }
.uk-quote-swirl { top: -10%; left: -10%; width: 50%; height: 80%; }
.uk-quote-inner { position: relative; z-index: 2; max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.uk-quote-side { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; padding-top: 12px; }
.uk-quote-side p { color: rgba(251,246,232,0.85); font-size: 17.5px; line-height: 1.55; max-width: 44ch; }
.uk-quote-bullets { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 10px; font-size: 15px; color: rgba(251,246,232,0.92); }
.uk-quote-bullets span { color: var(--lime); font-weight: 800; margin-right: 10px; }

.uk-quote-form { display: flex; flex-direction: column; gap: 16px; background: var(--paper); color: var(--ink); padding: 36px; border-radius: 24px; box-shadow: 0 30px 70px rgba(0,0,0,0.32); }
.uk-quote-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.uk-quote-form label { display: flex; flex-direction: column; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.uk-quote-form input, .uk-quote-form select, .uk-quote-form textarea {
  font-family: inherit; padding: 13px 16px; border-radius: 12px; border: 1.5px solid var(--rule);
  background: var(--cream); color: var(--ink); font-size: 14.5px; text-transform: none; letter-spacing: 0; font-weight: 500;
}
.uk-quote-form input:focus, .uk-quote-form select:focus, .uk-quote-form textarea:focus { outline: 2px solid var(--lime); border-color: var(--lime); }
.uk-quote-fine { font-size: 12.5px; color: var(--ink-soft); text-align: center; padding-top: 4px; }

.uk-quote-card.uk-quote-sent { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; background: var(--paper); color: var(--ink); padding: 56px 48px; border-radius: 32px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 18px; }
.uk-quote-tick { width: 72px; height: 72px; border-radius: 999px; background: var(--lime); color: var(--teal-darker); display: grid; place-items: center; font-size: 36px; font-weight: 700; }
.uk-quote-sent h2 { color: var(--teal-deep); }
.uk-quote-sent p { color: var(--ink-soft); font-size: 17px; max-width: 44ch; }
.uk-quote-sent .v3-eyebrow-light { background: var(--cream-2); color: var(--teal); }

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1100px) {
  .splash-grid { grid-template-columns: 1fr; gap: 18px; }
  .uk-occ-grid { grid-template-columns: 1fr 1fr; }
  .uk-public-grid { grid-template-columns: 1fr 1fr; }
  .uk-venues-grid { grid-template-columns: 1fr 1fr; }
  .uk-avail-row { grid-template-columns: 1fr 1fr; gap: 8px 18px; }
  .uk-avail-note, .uk-avail-cta { grid-column: span 2; }
  .uk-quote-inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .uk-occ-grid, .uk-public-grid, .uk-venues-grid { grid-template-columns: 1fr; }
  .uk-quote-row { grid-template-columns: 1fr; }
  .uk-occ-spec { grid-template-columns: repeat(3, 1fr); gap: 4px; }
  .uk-occ-spec dd { font-size: 13px; }
  .splash h1.splash-h1 { font-size: 48px; }
}

@media (max-width: 1100px) {
  .v3 { --sec-pad-y: 96px; }
  .v3-nav-links { display: none; }
  .v3-hero-inner { grid-template-columns: 1fr; }
  .v3-hero-card { max-width: 460px; }
  .v3-cal-stage { grid-template-columns: 1fr; }
  .v3-events-grid, .v3-test-grid { grid-template-columns: 1fr 1fr; }
  .v3-countries-grid { grid-template-columns: 1fr 1fr; }
  .v3-private-inner, .v3-story { grid-template-columns: 1fr; }
  .v3-news-card { grid-template-columns: 1fr; padding: 44px; }
  .v3-footer-grid { grid-template-columns: 1fr 1fr; }
  .v3-press-row, .v3-press2-row { grid-template-columns: 1fr 1fr; gap: 24px; }
  .v3-vibe-stage, .v3-vibe2-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .v3-gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .v3-gal-card-0, .v3-gal-card-1, .v3-gal-card-2, .v3-gal-card-3, .v3-gal-card-4, .v3-gal-card-5 { grid-column: span 1; }
  .v3-story2-cols { grid-template-columns: 1fr; gap: 32px; }
  .v3-story2-pillars { grid-template-columns: 1fr 1fr; }
  .v3-private2-steps { grid-template-columns: 1fr 1fr; gap: 28px; }
  .v3-private2-included ul { grid-template-columns: 1fr 1fr; }
  .v3-faq2-grid { grid-template-columns: 1fr; gap: 40px; }
  .v3-faq2-side { position: static; }
}
@media (max-width: 640px) {
  .v3 { --sec-pad-x: 20px; }
  .v3-events-grid, .v3-test-grid, .v3-countries-grid, .v3-footer-grid, .v3-press-row, .v3-press2-row, .v3-vibe2-grid, .v3-private2-steps, .v3-story2-pillars { grid-template-columns: 1fr; }
  .v3-private2-included ul { grid-template-columns: 1fr; }
  .v3-sticky-inner { min-width: auto; width: calc(100vw - 32px); }
  .v3-sp-inner { gap: 24px; padding: 24px; }
  .v3-sp-divider { display: none; }
  .v3-gallery-grid { grid-template-columns: 1fr 1fr; }
}


/* ============================================================
   PT CRO ADDITIONS — V3 collage hero, Membership, How It Works,
   Instagram gallery, Final CTA, WhatsApp floater
   ============================================================ */

/* ---- V3 COLLAGE HERO ---- */
.v3-hero-collage { background: linear-gradient(180deg, #fbf6e8 0%, #f3ead0 100%); min-height: auto; padding: 64px var(--sec-pad-x) 80px; }
.v3-hero-collage .v3-hero-bg { display: none; }
.v3-hero-collage .v3-hero-inner { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 0; }
.v3-hero-collage .v3-hero-text { color: var(--ink); }
.v3-hero-collage .v3-hero-h1 { color: var(--teal); font-size: clamp(44px, 5.6vw, 76px); line-height: 0.98; }
.v3-hero-collage .v3-hero-h1 em { color: var(--teal); font-family: "Dancing Script", cursive; font-style: normal; font-weight: 700; font-size: 1.04em; }
.v3-hero-collage .v3-hero-sub { color: rgba(8,40,54,0.74); font-size: 17px; max-width: 44ch; font-family: "Inter", sans-serif; font-weight: 400; }
.v3-hero-eyebrow-dark { background: rgba(17,76,95,0.08) !important; border: 1px solid rgba(17,76,95,0.18) !important; color: var(--teal) !important; backdrop-filter: none !important; }
.v3-hero-trust-dark { border-top: 1px solid rgba(8,40,54,0.16) !important; }
.v3-hero-trust-dark .v3-stars { color: var(--teal); }
.v3-hero-trust-dark .v3-stars b, .v3-hero-trust-dark .v3-hero-counts b { color: var(--teal); }
.v3-hero-trust-dark .v3-stars > span { color: var(--gold); }
.v3-hero-trust-dark .v3-stars i, .v3-hero-trust-dark .v3-hero-counts span { color: rgba(8,40,54,0.78); }
.v3-hero-trust-dark .v3-hero-counts-sep { color: rgba(8,40,54,0.4); }
.v3 .v3-btn-ghost-dark { color: var(--teal); border-color: rgba(17,76,95,0.32); }
.v3 .v3-btn-ghost-dark:hover { border-color: var(--teal); background: rgba(17,76,95,0.06); }

.v3-hero-collage-right { position: relative; aspect-ratio: 1/1.05; }
.v3-hero-ecard { position: absolute; background: #fffdf6; border-radius: 18px; overflow: hidden; box-shadow: 0 22px 44px rgba(8,40,54,0.18); transition: transform 0.35s ease; display: flex; flex-direction: column; cursor: pointer; }
.v3-hero-ecard:hover { transform: translateY(-6px) rotate(0deg) !important; box-shadow: 0 30px 60px rgba(8,40,54,0.28); }
.v3-hero-ecard-img { aspect-ratio: 4/3; background-size: cover; background-position: center; position: relative; }
.v3-hero-ecard-stamp { position: absolute; top: 10px; left: 10px; padding: 5px 10px; border-radius: 999px; background: var(--lime); color: var(--teal-darker); font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 10.5px; letter-spacing: 0.04em; }
.v3-hero-ecard-body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 4px; }
.v3-hero-ecard-title { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 15px; color: var(--teal); line-height: 1.15; letter-spacing: -0.015em; }
.v3-hero-ecard-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 6px; margin-top: 4px; border-top: 1px dashed rgba(8,40,54,0.12); font-size: 11px; color: rgba(8,40,54,0.6); }
.v3-hero-ecard-foot b { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; color: var(--teal); font-size: 14px; }
.v3-hero-ecard-1 { top: 0; left: 0; width: 56%; transform: rotate(-4deg); z-index: 3; }
.v3-hero-ecard-2 { top: 4%; right: 0; width: 48%; transform: rotate(4deg); z-index: 2; }
.v3-hero-ecard-3 { bottom: 0; left: 18%; width: 58%; transform: rotate(-2deg); z-index: 4; }

/* ---- MEMBERSHIP ---- */
.v3-membership { position: relative; padding: var(--sec-pad-y) var(--sec-pad-x); background: var(--teal-deep); color: var(--cream); margin-top: 28px; border-radius: 36px 36px 0 0; overflow: hidden; }
.v3-mem-swirl { top: -15%; left: -10%; width: 60%; height: 90%; }
.v3-mem-inner { position: relative; z-index: 2; max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
.v3-mem-text { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.v3-mem-text > p { font-size: 18px; color: rgba(251,246,232,0.85); line-height: 1.55; max-width: 50ch; }
.v3-mem-list { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; font-size: 15.5px; color: rgba(251,246,232,0.92); }
.v3-mem-list span { color: var(--lime); font-weight: 800; margin-right: 12px; }
.v3-mem-card { background: var(--paper); color: var(--ink); border-radius: 26px; padding: 36px; box-shadow: 0 30px 60px rgba(0,0,0,0.32); display: flex; flex-direction: column; gap: 14px; position: relative; }
.v3-mem-card-head { display: flex; flex-direction: column; gap: 8px; }
.v3-mem-card-tag { display: inline-flex; align-items: center; padding: 5px 12px; border-radius: 999px; background: var(--lime); color: var(--teal-darker); font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; align-self: flex-start; }
.v3 .v3-mem-card h3 { font-size: 30px; color: var(--teal); }
.v3-mem-card-price { display: flex; align-items: baseline; gap: 4px; font-family: "Bricolage Grotesque", sans-serif; color: var(--teal); margin-top: 4px; }
.v3-mem-cur { font-weight: 600; font-size: 28px; }
.v3-mem-amt { font-weight: 900; font-size: 72px; letter-spacing: -0.04em; line-height: 1; }
.v3-mem-per { font-weight: 500; font-size: 16px; color: rgba(8,40,54,0.55); margin-left: 4px; }
.v3-mem-card-sub { font-size: 14px; color: rgba(8,40,54,0.7); }
.v3-mem-fine { font-size: 12.5px; color: rgba(8,40,54,0.55); text-align: center; }
@media (max-width: 900px) { .v3-mem-inner { grid-template-columns: 1fr; } }

/* ---- HOW IT WORKS ---- */
.v3-how { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.v3-how-card { background: var(--paper); border: 1px solid rgba(17,76,95,0.16); border-radius: 22px; padding: 32px 28px; display: flex; flex-direction: column; gap: 10px; transition: all 0.25s ease; }
.v3-how-card:hover { border-color: var(--teal); transform: translateY(-4px); box-shadow: 0 18px 36px rgba(8,40,54,0.1); }
.v3-how-num { font-family: "Bricolage Grotesque", sans-serif; font-weight: 900; font-size: 56px; color: var(--lime); letter-spacing: -0.03em; line-height: 1; }
.v3 .v3-how-card h3 { font-size: 22px; color: var(--teal); }
.v3-how-card p { font-size: 14.5px; color: rgba(8,40,54,0.7); line-height: 1.55; }
@media (max-width: 900px) { .v3-how-grid { grid-template-columns: 1fr; } }

/* ---- INSTAGRAM ---- */
.v3-insta { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-insta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.v3-insta-tile { position: relative; aspect-ratio: 1/1; border-radius: 14px; overflow: hidden; display: block; }
.v3-insta-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.v3-insta-tile:hover img { transform: scale(1.06); }
.v3-insta-hover { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(8,40,54,0.7); color: #fffdf6; font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 13.5px; opacity: 0; transition: opacity 0.2s; }
.v3-insta-tile:hover .v3-insta-hover { opacity: 1; }
.v3-insta-foot { display: flex; justify-content: center; margin-top: 28px; }
@media (max-width: 900px) { .v3-insta-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---- FINAL CTA ---- */
.v3-finalcta { position: relative; padding: var(--sec-pad-y) var(--sec-pad-x); margin-top: var(--sec-pad-y); background: var(--teal-deep); color: var(--cream); overflow: hidden; border-radius: 36px 36px 0 0; }
.v3-fcta-swirl { bottom: -25%; right: -15%; width: 55%; height: 120%; }
.v3-fcta-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.v3 .v3-finalcta h2 { color: var(--cream); }
.v3-fcta-inner > p { color: rgba(251,246,232,0.85); font-size: 18px; line-height: 1.55; max-width: 52ch; }
.v3-fcta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 8px; }

/* ---- WHATSAPP FLOATER ---- */
.v3-whatsapp { position: fixed; bottom: 110px; right: 24px; z-index: 75; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px 12px 14px; border-radius: 999px; background: #25D366; color: #fff; font-family: "Inter", sans-serif; font-weight: 700; font-size: 13.5px; text-decoration: none; box-shadow: 0 14px 32px rgba(37,211,102,0.45); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.v3-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(37,211,102,0.6); color: #fff; }
.v3-whatsapp svg { flex-shrink: 0; }
@media (max-width: 640px) { .v3-whatsapp span { display: none; } .v3-whatsapp { padding: 12px; } }


/* ---- CANVASES OF THE WEEK ---- */
.v3-canvases { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-canvases-rail { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.v3-canvas-card { background: #fffdf6; padding: 12px 12px 18px; border-radius: 4px; box-shadow: 0 14px 28px rgba(8,40,54,0.14); display: flex; flex-direction: column; gap: 8px; transform: rotate(var(--rot, 0deg)); transition: transform 0.3s ease; }
.v3-canvas-card:hover { transform: rotate(0deg) translateY(-4px); }
.v3-canvas-img { aspect-ratio: 4/5; overflow: hidden; border-radius: 2px; background: var(--cream-2); }
.v3-canvas-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v3-canvas-cap { font-family: "Dancing Script", cursive; text-align: center; line-height: 1.1; }
.v3-canvas-cap b { display: block; font-size: 18px; font-weight: 700; color: var(--teal); }
.v3-canvas-cap span { font-size: 13px; color: rgba(8,40,54,0.55); }
@media (max-width: 900px) { .v3-canvases-rail { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .v3-canvases-rail { grid-template-columns: repeat(2, 1fr); } }

/* ---- MEMBERSHIP — wrapped (rounded top + bottom) with 2 tiers ---- */
.v3-membership { background: transparent !important; padding: var(--sec-pad-y) var(--sec-pad-x) !important; margin-top: 0 !important; border-radius: 0 !important; max-width: var(--max-w) !important; margin-left: auto !important; margin-right: auto !important; }
.v3-membership-wrap { position: relative; background: var(--teal-deep); color: var(--cream); border-radius: 36px; padding: 72px 56px; overflow: hidden; box-shadow: 0 24px 52px rgba(8,40,54,0.18); }
.v3-mem-cards { display: flex; flex-direction: column; gap: 14px; }
.v3-mem-card { background: var(--paper); color: var(--ink); border-radius: 20px; padding: 26px 28px; box-shadow: 0 16px 36px rgba(0,0,0,0.18); display: flex; flex-direction: column; gap: 10px; position: relative; }
.v3-mem-card-featured { border: 2px solid var(--lime); box-shadow: 0 22px 48px rgba(0,0,0,0.26); }
.v3-mem-card-head { display: flex; flex-direction: column; gap: 4px; }
.v3 .v3-mem-card h3 { font-size: 24px; color: var(--teal); }
.v3-mem-card-offer {
  font-family: "Rubik Mono One", sans-serif;
  font-size: 18px;
  color: var(--teal-deep);
  text-transform: lowercase;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 6px 0 4px;
  display: block;
}
.v3-mem-card-featured .v3-mem-card-offer { color: var(--teal-deep); }
.v3-mem-card-sub2 { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(8,40,54,0.55); }
.v3-mem-card-tag { position: absolute; top: -12px; right: 22px; padding: 5px 12px; border-radius: 999px; background: var(--lime); color: var(--teal-darker); font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.v3-mem-card-price { display: flex; align-items: baseline; gap: 2px; font-family: "Bricolage Grotesque", sans-serif; color: var(--teal); margin-top: 2px; }
.v3-mem-amt { font-weight: 900; font-size: 52px; letter-spacing: -0.04em; line-height: 1; }
.v3-mem-cur { font-weight: 600; font-size: 22px; }
.v3-mem-per { font-weight: 500; font-size: 14px; color: rgba(8,40,54,0.55); margin-left: 4px; }
.v3-mem-card-sub { font-size: 13px; color: rgba(8,40,54,0.7); }
@media (max-width: 900px) { .v3-membership-wrap { padding: 48px 28px; } }

/* ---- VIBE — 5 lime-bordered cards ---- */
.v3-vibe-cards .v3-section-head { margin-bottom: 40px; }
.v3-vibecards-rail { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.v3-vibecard { position: relative; aspect-ratio: 3/4; border-radius: 18px; overflow: hidden; border: 3px solid var(--lime); display: block; text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.v3-vibecard:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(8,40,54,0.16); }
.v3-vibecard img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.v3-vibecard:hover img { transform: scale(1.06); }
.v3-vibecard-tint { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,40,54,0) 35%, rgba(8,40,54,0.7) 100%); }
.v3 .v3-vibecard h3 { position: absolute; bottom: 20px; left: 18px; right: 18px; color: #fffdf6; font-family: "Bricolage Grotesque", sans-serif; font-weight: 900; font-size: clamp(20px, 1.8vw, 26px); letter-spacing: -0.025em; line-height: 1; margin: 0; }
@media (max-width: 900px) { .v3-vibecards-rail { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .v3-vibecards-rail { grid-template-columns: repeat(2, 1fr); } }


/* ---- HERO (dark photo restored) ---- */
.v3-hero { min-height: auto; padding: 56px var(--sec-pad-x) 90px; background: transparent; }
.v3-hero-bg { display: block; }
.v3-hero-photo { filter: saturate(0.9) brightness(0.95); }
.v3-hero-tint { background: linear-gradient(180deg, rgba(8,40,54,0.55) 0%, rgba(8,40,54,0.78) 100%); }
.v3-hero-inner-center { display: flex; justify-content: center; max-width: 920px; margin: 40px auto 0; }
.v3-hero-text-center { text-align: center; align-items: center; }
.v3-hero-text-center .v3-hero-eyebrow,
.v3-hero-text-center .v3-hero-cta,
.v3-hero-text-center .v3-hero-trust { align-self: center; }
.v3-hero-text-center .v3-hero-trust { justify-content: center; }
.v3 .v3-hero-text-center .v3-hero-h1 { color: var(--cream); font-size: clamp(44px, 5.6vw, 80px); }
.v3 .v3-hero-text-center .v3-hero-h1 em { color: var(--lime); font-family: "Dancing Script", cursive; font-style: normal; font-weight: 700; }
.v3-hero-text-center .v3-hero-sub { font-size: 15.5px; max-width: 56ch; margin: 0 auto; color: rgba(251,246,232,0.88); }
.v3 .v3-btn-ghost-light { background: rgba(255,253,246,0.08); border-color: rgba(255,253,246,0.5); color: var(--cream); }
.v3 .v3-btn-ghost-light:hover { background: rgba(255,253,246,0.18); border-color: var(--cream); color: var(--cream); }

/* Top bar lighter */
.v3-topbar { background: linear-gradient(90deg, #114C5F 0%, #1B6378 50%, #114C5F 100%); }

/* ---- WHO WE ARE intro section ---- */
.v3-who { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-who-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.v3-who-text { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.v3-who-text p { font-size: 17px; color: rgba(8,40,54,0.75); line-height: 1.6; max-width: 44ch; }
.v3-who-imgs { position: relative; aspect-ratio: 1/1; }
.v3-who-img { position: absolute; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(8,40,54,0.18); }
.v3-who-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v3-who-img-1 { top: 0; right: 0; width: 64%; aspect-ratio: 4/5; transform: rotate(2deg); z-index: 3; }
.v3-who-img-2 { bottom: 0; left: 0; width: 56%; aspect-ratio: 4/3; transform: rotate(-3deg); z-index: 2; }
.v3-who-img-3 { top: 40%; left: 14%; width: 36%; aspect-ratio: 1/1; transform: rotate(5deg); z-index: 1; }
@media (max-width: 900px) { .v3-who-inner { grid-template-columns: 1fr; } }


/* ---- HERO crossfade slideshow + softer overlay ---- */
.v3-hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: v3-hero-fade 28s ease-in-out infinite; }
.v3-hero-slide-1 { animation-delay: 0s; }
.v3-hero-slide-2 { animation-delay: 7s; }
.v3-hero-slide-3 { animation-delay: 14s; }
.v3-hero-slide-4 { animation-delay: 21s; }
@keyframes v3-hero-fade {
  0%, 22% { opacity: 1; }
  28%, 96% { opacity: 0; }
  100% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .v3-hero-slide { animation: none; }
  .v3-hero-slide-1 { opacity: 1; }
}
.v3-hero-tint { background: linear-gradient(180deg, rgba(8,40,54,0.38) 0%, rgba(17,76,95,0.58) 100%) !important; }

/* Emphasise "Lisbon" in the eyebrow */
.v3-hero-eyebrow b { font-weight: 800; color: var(--lime); letter-spacing: 0.06em; padding: 0 2px; }

/* Add breathing room above Who We Are */
.v3-who { padding-top: calc(var(--sec-pad-y) + 40px); }

/* Tidier collage layout — closer together, gentler tilts */
.v3-who-img-1 { top: 0; right: 4%; width: 62%; aspect-ratio: 4/5; transform: rotate(1.5deg); }
.v3-who-img-2 { bottom: 4%; left: 4%; width: 58%; aspect-ratio: 4/3; transform: rotate(-1.5deg); }
.v3-who-img-3 { top: 38%; left: 30%; width: 34%; aspect-ratio: 1/1; transform: rotate(3deg); }


/* Hero overlay darkened ~20% */
.v3-hero-tint { background: linear-gradient(180deg, rgba(8,40,54,0.58) 0%, rgba(17,76,95,0.78) 100%) !important; }

/* Transparent nav over hero (white text) until scrolled */
/* wordmark removed from the header — the brush mark carries the brand */
.v3-nav .v3-logo span { display: none !important; }
.v3-nav .v3-logo img { width: 54px; height: 54px; }
.v3-nav:not(.scrolled) { background: transparent !important; border-bottom: none !important; }
.v3-nav:not(.scrolled) .v3-logo span,
.v3-nav:not(.scrolled) .v3-logo span i { color: #fffdf6 !important; }
.v3-nav:not(.scrolled) .v3-logo img { filter: brightness(0) invert(1); }
.v3-nav:not(.scrolled) .v3-nav-links a { color: #fffdf6; }
.v3-nav:not(.scrolled) .v3-nav-links a:hover { color: var(--lime); }
.v3-nav:not(.scrolled) .v3-nav-country { background: rgba(255,253,246,0.12); border: 1px solid rgba(255,253,246,0.28); }
.v3-nav:not(.scrolled) .v3-nav-country button { color: rgba(255,253,246,0.85); }
.v3-nav:not(.scrolled) .v3-nav-country button.active { background: #fffdf6; color: var(--teal-deep); }
.v3-nav:not(.scrolled) .v3-nav-country button:not(.active):hover { color: #fffdf6; background: rgba(255,253,246,0.08); }
.v3-nav:not(.scrolled) .v3-btn-primary { background: rgba(255,253,246,0.14); color: #fffdf6; border: 1px solid rgba(255,253,246,0.4); backdrop-filter: blur(8px); }
.v3-nav:not(.scrolled) .v3-btn-primary:hover { background: rgba(255,253,246,0.26); border-color: #fffdf6; color: #fffdf6; }


/* Nav goes from sticky to fixed so the hero photo extends to the very top */
.v3-nav { position: fixed !important; top: 0; left: 0; right: 0; }
.v3-hero { padding-top: 0; }
.v3-hero-inner-center { margin-top: 110px; padding-top: 24px; }

/* WhatsApp pill matches header teal, longer label */
.v3-whatsapp { background: #114C5F !important; box-shadow: 0 14px 32px rgba(17,76,95,0.4) !important; }
.v3-whatsapp:hover { background: #1B6378 !important; box-shadow: 0 18px 40px rgba(17,76,95,0.55) !important; }

/* Extra breathing room above Who We Are */
.v3-who { padding-top: calc(var(--sec-pad-y) + 80px) !important; }


/* Pinot+Picasso-style modern hero: single image, MASSIVE headline overlaps photo */
.v3-hero { min-height: 92vh; }
.v3-hero-single { object-position: 70% center; }
.v3-hero-tint { background: linear-gradient(180deg, rgba(255,253,246,0.08) 0%, rgba(17,76,95,0.32) 100%) !important; }
.v3-hero-inner-center { margin-top: 90px !important; padding-top: 12px; max-width: 1400px !important; align-items: flex-start !important; justify-content: flex-start !important; }
.v3-hero-text-center { text-align: left !important; align-items: flex-start !important; max-width: 60%; }
.v3-hero-text-center .v3-hero-eyebrow,
.v3-hero-text-center .v3-hero-cta,
.v3-hero-text-center .v3-hero-trust { align-self: flex-start !important; }
.v3-hero-text-center .v3-hero-trust { justify-content: flex-start !important; }
.v3 .v3-hero-text-center .v3-hero-h1 { color: var(--teal-deep) !important; font-size: clamp(72px, 9vw, 152px) !important; font-weight: 900 !important; line-height: 0.92 !important; letter-spacing: -0.04em !important; text-shadow: 0 2px 18px rgba(255,253,246,0.25); }
.v3 .v3-hero-text-center .v3-hero-h1 em { color: var(--teal-deep) !important; }
.v3-hero-text-center .v3-hero-sub { color: var(--teal-deep) !important; font-weight: 500; font-size: 22px !important; max-width: 28ch !important; }
.v3-hero-text-center .v3-hero-eyebrow { background: rgba(255,253,246,0.85); border: none; color: var(--teal-deep); backdrop-filter: blur(8px); }
.v3-hero-text-center .v3-hero-eyebrow b { color: var(--teal-deep); }
.v3-hero-text-center .v3-hero-trust { border-top: 1px solid rgba(17,76,95,0.32) !important; padding-top: 22px; }
.v3-hero-text-center .v3-hero-trust .v3-stars b,
.v3-hero-text-center .v3-hero-trust .v3-stars i,
.v3-hero-text-center .v3-hero-trust .v3-hero-counts span,
.v3-hero-text-center .v3-hero-trust .v3-hero-counts b { color: var(--teal-deep) !important; }
.v3 .v3-hero-text-center .v3-btn-ghost-light { background: rgba(255,253,246,0.85); border-color: rgba(255,253,246,0.85); color: var(--teal-deep); backdrop-filter: blur(8px); }
.v3 .v3-hero-text-center .v3-btn-ghost-light:hover { background: #fffdf6; border-color: #fffdf6; color: var(--teal-deep); }


/* Hero fits viewport */
.v3-hero { min-height: 100vh !important; padding-bottom: 40px !important; }
.v3-hero-inner-center { margin-top: 80px !important; }
.v3 .v3-hero-text-center .v3-hero-h1 { font-size: clamp(56px, 7vw, 116px) !important; }
.v3-hero-text-center .v3-hero-sub { font-size: 19px !important; }


/* Hero text in creamy white for contrast against photo */
.v3-hero-tint { background: linear-gradient(180deg, rgba(8,40,54,0.28) 0%, rgba(17,76,95,0.52) 100%) !important; }
.v3 .v3-hero-text-center .v3-hero-h1 { color: #fffdf6 !important; font-size: clamp(44px, 5.4vw, 88px) !important; text-shadow: 0 2px 22px rgba(8,40,54,0.45); }
.v3 .v3-hero-text-center .v3-hero-h1 em { color: var(--lime) !important; }
.v3-hero-text-center .v3-hero-sub { color: #fffdf6 !important; font-size: 16px !important; max-width: 44ch !important; }
.v3-hero-text-center .v3-hero-eyebrow { background: rgba(255,253,246,0.16) !important; border: 1px solid rgba(255,253,246,0.32) !important; color: #fffdf6 !important; backdrop-filter: blur(8px); }
.v3-hero-text-center .v3-hero-eyebrow b { color: var(--lime) !important; }
.v3-hero-text-center .v3-hero-trust { border-top: 1px solid rgba(255,253,246,0.32) !important; }
.v3-hero-text-center .v3-hero-trust .v3-stars b,
.v3-hero-text-center .v3-hero-trust .v3-stars i,
.v3-hero-text-center .v3-hero-trust .v3-hero-counts span,
.v3-hero-text-center .v3-hero-trust .v3-hero-counts b { color: #fffdf6 !important; }
.v3 .v3-hero-text-center .v3-btn-ghost-light { background: rgba(255,253,246,0.12); border-color: rgba(255,253,246,0.55); color: #fffdf6; }
.v3 .v3-hero-text-center .v3-btn-ghost-light:hover { background: rgba(255,253,246,0.22); border-color: #fffdf6; }
.v3-hero { min-height: 100vh !important; padding-bottom: 32px !important; }
.v3-hero-inner-center { margin-top: 70px !important; }
.v3-hero-cta { margin-top: 4px; }
.v3-hero-trust { margin-top: 8px; padding-top: 18px !important; gap: 18px !important; }


/* Hero text shifted down + sub aligned far left */
.v3-hero-inner-center { margin-top: 140px !important; padding-left: 0 !important; }
.v3-hero-text-center { padding-left: 8px; }
.v3-hero-text-center .v3-hero-sub { text-align: left !important; margin: 0 !important; max-width: 44ch; align-self: flex-start !important; }

.v3-hero-inner-center { margin-top: 180px !important; }

.v3-hero-inner-center { margin-top: 220px !important; }


/* WhatsApp pill: cream background, teal text */
.v3-whatsapp { background: #fffdf6 !important; color: #114C5F !important; box-shadow: 0 14px 32px rgba(8,40,54,0.18) !important; border: 1px solid rgba(17,76,95,0.18); }
.v3-whatsapp:hover { background: #f7eed9 !important; color: #114C5F !important; box-shadow: 0 18px 40px rgba(8,40,54,0.28) !important; }
.v3-whatsapp svg path { fill: #114C5F !important; }

/* Tighten gap above Who We Are */
.v3-who { padding-top: calc(var(--sec-pad-y) + 40px) !important; }

/* More scattered collage so the third image is visible */
.v3-who-img-1 { top: 0; right: 0; width: 60%; aspect-ratio: 4/5; transform: rotate(2.5deg); z-index: 3; }
.v3-who-img-2 { bottom: 0; left: 0; width: 54%; aspect-ratio: 4/3; transform: rotate(-3deg); z-index: 2; }
.v3-who-img-3 { top: 32%; left: 38%; width: 38%; aspect-ratio: 1/1; transform: rotate(6deg); z-index: 4; }


/* Practice your painting — left-edge floating sidebar tab */
.v3-practice-tab { position: fixed; left: 0; top: 50%; transform: translateY(-50%) rotate(180deg); writing-mode: vertical-rl; z-index: 75; display: inline-flex; align-items: center; gap: 10px; padding: 18px 12px; border-radius: 0 14px 14px 0; background: #114C5F; color: #fffdf6; font-family: "Inter", sans-serif; font-weight: 700; font-size: 13px; text-decoration: none; letter-spacing: 0.08em; box-shadow: 0 14px 32px rgba(8,40,54,0.22); transition: padding 0.25s ease, background 0.2s ease; }
.v3-practice-tab:hover { padding-left: 18px; background: #1B6378; color: #fffdf6; }
.v3-practice-icon { font-size: 16px; line-height: 1; transform: rotate(-180deg); display: inline-block; }
.v3-practice-label { letter-spacing: 0.08em; }
@media (max-width: 640px) { .v3-practice-tab { padding: 14px 10px; font-size: 11px; } }


/* Practice tab on the right edge, lime background */
.v3-practice-tab { left: auto !important; right: 0 !important; border-radius: 14px 0 0 14px !important; background: #d3eb5a !important; color: #062836 !important; transform: translateY(-50%) !important; writing-mode: vertical-rl !important; box-shadow: 0 14px 32px rgba(211,235,90,0.4) !important; }
.v3-practice-tab:hover { background: #e1f56a !important; color: #062836 !important; padding-right: 18px !important; padding-left: 12px !important; }


/* Practice tab hidden until scrolled past hero */
.v3-practice-tab { opacity: 0; pointer-events: none; transform: translate(20px, -50%) !important; transition: opacity 0.3s ease, transform 0.4s cubic-bezier(.2,.8,.2,1), padding 0.25s ease, background 0.2s ease !important; }
.v3-practice-tab.show { opacity: 1; pointer-events: auto; transform: translate(0, -50%) !important; }


/* Who We Are: half the gap above, 4-image collage, brand teal title, smaller sub */
.v3-who { padding-top: calc(var(--sec-pad-y) * 0.5) !important; }
.v3 .v3-who-text h2 { color: #114C5F !important; }
.v3 .v3-who-text h2 em { color: var(--pink) !important; }
.v3-who-text > p { max-width: 56ch !important; }
.v3-who-img-1 { top: 0; left: 0; width: 46%; aspect-ratio: 3/4; transform: rotate(-3deg); z-index: 1; }
.v3-who-img-2 { top: 6%; right: 0; width: 44%; aspect-ratio: 3/4; transform: rotate(3deg); z-index: 2; }
.v3-who-img-3 { bottom: 0; left: 14%; width: 44%; aspect-ratio: 4/3; transform: rotate(2deg); z-index: 3; }
.v3-who-img-4 { bottom: 4%; right: 14%; width: 40%; aspect-ratio: 4/3; transform: rotate(-2deg); z-index: 4; }


/* Membership title: "more" + "less" in lime Dancing Script */
.v3 .v3-membership .v3-h2 em { color: var(--lime) !important; font-family: "Dancing Script", cursive !important; font-style: normal !important; font-weight: 700 !important; font-size: 1.06em !important; }
.v3-mem-card { background: #f7eed9 !important; }
.v3-mem-card-featured { background: #fffdf6 !important; }
.v3-mem-perks { list-style: none; margin: 12px 0 16px; padding: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: rgba(8,40,54,0.78); }
.v3-mem-perks span { color: var(--teal); font-weight: 800; margin-right: 8px; }

/* Footer wordmark — force cream / lime for contrast on dark background */
.v3 .v3-footer .v3-logo-light span { color: var(--cream) !important; }
.v3 .v3-footer .v3-logo-light span i { color: var(--lime) !important; }

/* ════════ RETRO 70s HERO ════════ */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;700&family=Outfit:wght@400;500;600;700&display=swap');

.v3-hero-retro {
  background: var(--cream) !important;
  padding: 72px 56px 96px !important;
  min-height: auto !important;
  overflow: visible !important;
}
.v3-hero-retro .v3-hero-bg,
.v3-hero-retro .v3-hero-tint,
.v3-hero-retro .v3-hero-photo,
.v3-hero-retro .v3-hero-inner { display: none !important; }
.v3-hero-retro-inner {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center;
  max-width: 1240px; margin: 0 auto;
}
.v3-hero-retro-text { display: flex; flex-direction: column; gap: 0; align-items: flex-start; }
.v3-hero-h1-retro {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-size: clamp(56px, 7.2vw, 108px) !important;
  letter-spacing: -0.035em !important;
  line-height: 0.92 !important;
  margin: 0 0 22px !important;
  color: var(--teal-deep) !important;
  text-align: left !important;
  text-shadow: none !important;
  font-weight: 900 !important;
  max-width: 100% !important;
}
.v3-hero-h1-retro em {
  font-family: "Caveat", cursive !important;
  font-style: normal !important;
  color: var(--pink) !important;
  font-weight: 700 !important;
  font-size: 1.2em !important;
  letter-spacing: -0.01em !important;
  padding: 0 !important;
}
.v3-hero-sub-retro {
  font-family: "Outfit", sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  max-width: 44ch !important;
  color: var(--teal-deep) !important;
  margin: 0 0 26px !important;
  text-align: left !important;
}
.v3-hero-cta-retro { margin-top: 0 !important; }
.v3-btn-retro-lime {
  background: var(--lime); color: var(--teal-deep);
  padding: 16px 32px; border-radius: 999px;
  font-family: "Rubik Mono One", sans-serif; font-size: 14px;
  letter-spacing: 0.02em; text-transform: lowercase;
  border: none; cursor: pointer;
  box-shadow: 6px 6px 0 var(--teal-deep);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.v3-btn-retro-lime:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--teal-deep); }
.v3-hero-retro .v3-hero-signin {
  display: inline-block !important;
  margin-top: 16px !important;
  color: var(--ink-soft) !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 14.5px !important;
  text-decoration: none !important;
}
.v3-hero-retro .v3-hero-signin u { color: var(--teal-deep) !important; text-decoration: underline !important; }
.v3-hero-stats-retro {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 2px dashed var(--teal-deep);
  display: flex; flex-wrap: wrap; gap: 18px;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: var(--ink-soft);
}
.v3-hero-stats-retro b { color: var(--teal-deep); font-weight: 800; }
.v3-hero-retro-img {
  aspect-ratio: 3/4;
  background-size: cover; background-position: 60% center;
  border-radius: 50% 50% 24px 24px / 30% 30% 24px 24px;
  box-shadow: 14px 14px 0 var(--pink);
  position: relative;
}
.v3-hero-sun {
  position: absolute; top: -30px; left: -30px;
  width: 100px; height: 100px; background: var(--gold);
  border-radius: 50%; border: 5px solid var(--teal-deep);
  animation: hero-sun-spin 24s linear infinite;
}
.v3-hero-blob {
  position: absolute; top: 30%; left: -60px;
  width: 80px; height: 80px; background: var(--lime);
  border-radius: 50% 60% 40% 50% / 50% 40% 60% 50%;
  animation: hero-blob-warp 14s ease-in-out infinite alternate;
}
@keyframes hero-sun-spin { to { transform: rotate(360deg); } }
@keyframes hero-blob-warp {
  0%   { border-radius: 50% 60% 40% 50% / 50% 40% 60% 50%; transform: translate(0,0); }
  100% { border-radius: 60% 40% 50% 50% / 40% 60% 50% 60%; transform: translate(10px, 14px); }
}
@media (max-width: 900px) {
  .v3-hero-retro-inner { grid-template-columns: 1fr; gap: 36px; }
}

/* ════ RETRO PULL-IN — Rubik Mono One titles + hard offset shadows on cards ════ */
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');

/* All section titles in chunky Rubik Mono One (kept in teal) */
/* (reverted to Bricolage Grotesque per user request) */

/* Review cards — swap brush border for solid teal outline + coloured offset shadow */
.v3 .v3-test-card {
  background: #ffffff !important;
  border: 3px solid var(--teal-deep) !important;
  border-radius: 26px !important;
  box-shadow: 10px 10px 0 var(--lime) !important;
  padding: 28px 26px 24px !important;
  isolation: auto;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s ease !important;
}
.v3 .v3-test-card::before { display: none !important; }
.v3 .v3-test-card:nth-child(2) { box-shadow: 10px 10px 0 var(--pink) !important; }
.v3 .v3-test-card:nth-child(3) { box-shadow: 10px 10px 0 var(--gold) !important; }
.v3 .v3-test-card:hover { transform: translate(-3px, -3px) !important; }
.v3 .v3-test-card:hover { box-shadow: 13px 13px 0 var(--lime) !important; }
.v3 .v3-test-card:nth-child(2):hover { box-shadow: 13px 13px 0 var(--pink) !important; }
.v3 .v3-test-card:nth-child(3):hover { box-shadow: 13px 13px 0 var(--gold) !important; }

/* Event cards — same retro outline + offset shadow */
.v3-cal-card {
  background: #ffffff !important;
  border: 3px solid var(--teal-deep) !important;
  border-radius: 26px !important;
  box-shadow: 10px 10px 0 var(--lime) !important;
  overflow: hidden !important;
  isolation: auto;
}
.v3-cal-card::before { display: none !important; }
.v3-cal-card:nth-child(2) { box-shadow: 10px 10px 0 var(--pink) !important; }
.v3-cal-card:nth-child(3) { box-shadow: 10px 10px 0 var(--gold) !important; }
.v3-cal-card:hover { transform: translate(-3px, -3px) !important; }
.v3-cal-card:hover                 { box-shadow: 13px 13px 0 var(--lime) !important; }
.v3-cal-card:nth-child(2):hover    { box-shadow: 13px 13px 0 var(--pink) !important; }
.v3-cal-card:nth-child(3):hover    { box-shadow: 13px 13px 0 var(--gold) !important; }

/* Paintings of the week — polaroids with retro shadow */
.v3-canvas-card {
  background: var(--cream-2) !important;
  border: 3px solid var(--teal-deep) !important;
  border-radius: 14px !important;
  box-shadow: 6px 6px 0 var(--lime) !important;
  transform: rotate(var(--rot, 0deg)) !important;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1) !important;
}
.v3-canvas-card:nth-child(2) { box-shadow: 6px 6px 0 var(--pink) !important; }
.v3-canvas-card:nth-child(3) { box-shadow: 6px 6px 0 var(--gold) !important; }
.v3-canvas-card:nth-child(4) { box-shadow: 6px 6px 0 var(--teal) !important; }
.v3-canvas-card:nth-child(5) { box-shadow: 6px 6px 0 var(--lime) !important; }
.v3-canvas-card:nth-child(6) { box-shadow: 6px 6px 0 var(--pink) !important; }
.v3-canvas-card:hover { transform: translate(-2px, -2px) rotate(-1deg) !important; }

/* More than a paint night — vibe cards retro outline */
.v3-vibecard {
  border: 3px solid var(--teal-deep) !important;
  border-radius: 22px !important;
  box-shadow: 6px 6px 0 var(--lime) !important;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1) !important;
}
.v3-vibecard:nth-child(2) { box-shadow: 6px 6px 0 var(--pink) !important; }
.v3-vibecard:nth-child(3) { box-shadow: 6px 6px 0 var(--gold) !important; }
.v3-vibecard:nth-child(4) { box-shadow: 6px 6px 0 var(--teal) !important; }
.v3-vibecard:nth-child(5) { box-shadow: 6px 6px 0 var(--lime) !important; }
.v3-vibecard:hover { transform: translate(-3px, -3px) !important; }

/* Instagram tiles — black outline + offset retro shadow */
.v3-insta-tile {
  border: 3px solid var(--teal-deep) !important;
  border-radius: 18px !important;
  box-shadow: 6px 6px 0 var(--lime) !important;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(.2,.8,.2,1) !important;
}
.v3-insta-tile:nth-child(2n) { box-shadow: 6px 6px 0 var(--pink) !important; }
.v3-insta-tile:nth-child(3n) { box-shadow: 6px 6px 0 var(--gold) !important; }
.v3-insta-tile:hover { transform: translate(-3px, -3px) rotate(-1deg) !important; }

/* Quick answer cards — retro outline (keeps consistency) */
.v3-mini-faq-card {
  background: #ffffff !important;
  border: 3px solid var(--teal-deep) !important;
  border-radius: 26px !important;
  box-shadow: 8px 8px 0 var(--lime) !important;
  padding: 28px 26px !important;
  isolation: auto;
}
.v3-mini-faq-card::before { display: none !important; }
.v3-mini-faq-card:first-child { box-shadow: 8px 8px 0 var(--lime) !important; }
.v3-mini-faq-card:nth-child(2) { box-shadow: 8px 8px 0 var(--pink) !important; }
.v3-mini-faq-card:nth-child(3) { box-shadow: 8px 8px 0 var(--gold) !important; }
.v3-mini-faq-card:hover { transform: translate(-2px, -2px) !important; }

/* Force first-child shadows for all retro card families (specificity fix) */
.v3 .v3-test-card:first-child { box-shadow: 10px 10px 0 var(--lime) !important; }
.v3-cal-card:first-child { box-shadow: 10px 10px 0 var(--lime) !important; }
.v3-canvas-card:first-child { box-shadow: 6px 6px 0 var(--lime) !important; }
.v3-vibecard:first-child { box-shadow: 6px 6px 0 var(--lime) !important; }
.v3-insta-tile:first-child { box-shadow: 6px 6px 0 var(--lime) !important; }

/* Padding between Partners marquee and Membership */
.v3 .v3-partners { padding-bottom: 140px !important; }

/* Membership section — reduce vertical padding 20% */
.v3-membership-wrap { padding-top: 58px !important; padding-bottom: 58px !important; }

/* Remove faint shadow halo around membership wrap */
.v3-membership-wrap { box-shadow: none !important; }

/* Side padding on See you at the easel band */
.v3-finalcta { margin-left: 56px !important; margin-right: 56px !important; }

/* ─── Lisbon Pass — white background, blue CTA for standout ─── */
.v3-mem-card-featured {
  background: #ffffff !important;
  border: 4px solid var(--lime) !important;
  box-shadow: 10px 10px 0 var(--lime) !important;
  transform: translateY(-4px);
  position: relative;
  z-index: 2;
}
.v3-mem-card-featured:hover { transform: translateY(-8px); box-shadow: 13px 13px 0 var(--lime) !important; }
.v3-mem-card-featured .v3-btn-lime {
  background: var(--teal-deep) !important;
  color: var(--cream) !important;
  border-color: var(--teal-deep) !important;
}
.v3-mem-card-featured .v3-btn-lime:hover {
  background: var(--teal) !important;
  border-color: var(--teal) !important;
  box-shadow: 0 12px 24px rgba(8,40,54,0.32) !important;
}

/* ─── Lisbon Club — glassy green-blue (replacing the dirty grey) ─── */
.v3 .v3-mem-card:not(.v3-mem-card-featured) {
  background: linear-gradient(135deg, rgba(17,76,95,0.92), rgba(8,65,76,0.88)) !important;
  border: 3px solid rgba(211,235,90,0.4) !important;
  box-shadow: 0 12px 28px rgba(8,40,54,0.32) !important;
  color: var(--cream-2) !important;
  backdrop-filter: blur(8px);
}
.v3 .v3-mem-card:not(.v3-mem-card-featured) h3 { color: var(--cream-2) !important; }
.v3 .v3-mem-card:not(.v3-mem-card-featured) .v3-mem-card-offer { color: var(--cream-2) !important; }
.v3 .v3-mem-card:not(.v3-mem-card-featured) .v3-mem-cur,
.v3 .v3-mem-card:not(.v3-mem-card-featured) .v3-mem-amt { color: var(--cream-2) !important; }
.v3 .v3-mem-card:not(.v3-mem-card-featured) .v3-mem-per { color: rgba(251,246,232,0.6) !important; }
.v3 .v3-mem-card:not(.v3-mem-card-featured) .v3-mem-card-sub2 { color: rgba(251,246,232,0.78) !important; }
.v3 .v3-mem-card:not(.v3-mem-card-featured) .v3-mem-perks { color: rgba(251,246,232,0.85) !important; }
.v3 .v3-mem-card:not(.v3-mem-card-featured) .v3-mem-perks li { color: rgba(251,246,232,0.85); }
.v3 .v3-mem-card:not(.v3-mem-card-featured) .v3-mem-perks span { color: var(--lime); }
.v3 .v3-mem-card:not(.v3-mem-card-featured) .v3-btn-outline {
  background: transparent !important;
  color: var(--cream-2) !important;
  border-color: rgba(255,253,246,0.5) !important;
}
.v3 .v3-mem-card:not(.v3-mem-card-featured) .v3-btn-outline:hover {
  background: rgba(255,253,246,0.1) !important;
  border-color: var(--cream-2) !important;
}

/* Gap between final CTA and footer + breathing room around the band */
.v3-finalcta { margin-bottom: 64px; border-radius: 36px !important; overflow: hidden; padding-top: 84px !important; padding-bottom: 84px !important; }

/* ─── Unified title colour — ALL .v3-h2 base text uses the same teal as Who We Are ─── */
.v3 .v3-h2 { color: var(--teal) !important; }
/* dark-background sections override back to cream (later rule, equal specificity wins) */
.v3-how .v3-h2,
.v3-membership .v3-h2,
.v3-finalcta .v3-h2,
.v3-cal-request h3,
.v3-private2 .v3-h2 { color: var(--cream) !important; }
.v3-how .v3-h2 em,
.v3-membership .v3-h2 em,
.v3-finalcta .v3-h2 em { color: var(--lime) !important; }

/* Larger gap above Quick answers (between Instagram and Quick answers) */
.v3-mini-faq { padding-top: 12px !important; }

/* Sticky reservation bar — minimize button */
.v3-sticky-min {
  position: absolute;
  top: 50%; right: -10px;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--cream); color: var(--teal-deep);
  border: 1.5px solid rgba(8,40,54,0.18);
  display: grid; place-items: center;
  font-size: 14px; font-weight: 700; line-height: 1;
  cursor: pointer; padding: 0;
  box-shadow: 0 4px 10px rgba(8,40,54,0.2);
  transition: transform 0.18s ease, background 0.18s ease;
  z-index: 5;
}
.v3-sticky-min:hover { background: #f1d4d8; transform: translateY(-50%) scale(1.1); }
.v3-sticky.minimized .v3-sticky-img,
.v3-sticky.minimized .v3-sticky-text,
.v3-sticky.minimized .v3-sticky-actions { display: none; }
.v3-sticky.minimized .v3-sticky-inner {
  padding: 8px 18px 8px 14px; grid-template-columns: auto auto; gap: 10px;
  align-items: center;
}
.v3-sticky.minimized .v3-sticky-mini-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; color: var(--teal-deep);
}
.v3-sticky-mini-label { display: none; }
.v3-sticky.minimized .v3-pulse { display: inline-block; }
.v3-membership { padding-bottom: 24px !important; padding-top: 38px !important; margin-top: 12px !important; }

/* ─── Quick answers (mini FAQ) — match review card design (white + lime brush border) ─── */
.v3-mini-faq-card {
  background: #ffffff !important;
  border: none !important;
  border-radius: 22px !important;
  box-shadow: 0 8px 22px rgba(8,40,54,0.1) !important;
  padding: 28px 26px !important;
  position: relative !important;
  isolation: isolate;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.v3-mini-faq-card::before {
  content: "";
  position: absolute;
  top: -8px; left: -8px; right: -8px; bottom: -8px;
  border-radius: 28px;
  border: 4px solid var(--lime);
  border-top-left-radius: 60px 36px;
  border-bottom-right-radius: 80px 44px;
  transform: rotate(-1deg);
  z-index: -1;
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.v3-mini-faq-card:nth-child(2)::before {
  border-color: var(--pink);
  border-top-right-radius: 60px 36px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 80px 44px;
  border-bottom-right-radius: 22px;
  transform: rotate(1.2deg);
}
.v3-mini-faq-card:nth-child(3)::before {
  border-color: var(--gold);
  border-top-right-radius: 80px 44px;
  border-bottom-left-radius: 60px 36px;
  transform: rotate(-0.8deg);
}
.v3-mini-faq-card:hover { transform: translateY(-5px) !important; box-shadow: 0 24px 48px rgba(8,40,54,0.18) !important; }
.v3-mini-faq-card:hover::before              { animation: brush-wobble 1.6s ease-in-out infinite; }
.v3-mini-faq-card:nth-child(2):hover::before { animation: brush-wobble-b 1.6s ease-in-out infinite; }
.v3-mini-faq-card:nth-child(3):hover::before { animation: brush-wobble-c 1.6s ease-in-out infinite; }
/* breathing room so brush borders don't collide */
.v3-mini-faq-grid { gap: 28px !important; }

/* ─── How it works — icons + stage tag (V1+V2 hybrid) ─── */
.v3-how-icon {
  display: grid; place-items: center;
  width: 92px; height: 92px; border-radius: 50%;
  background: var(--lime); color: var(--teal-deep);
  margin-bottom: 18px;
  box-shadow: 0 10px 22px rgba(211,235,90,0.34), 0 0 0 7px rgba(7,48,58,0.7);
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s ease;
}
.v3-how-icon svg { width: 40px; height: 40px; }
.v3-how-card:hover .v3-how-icon {
  transform: rotate(-8deg) scale(1.06);
  box-shadow: 0 16px 32px rgba(211,235,90,0.5), 0 0 0 7px rgba(7,48,58,0.7);
}
.v3-how-stage {
  display: inline-block;
  background: rgba(211,235,90,0.18);
  color: var(--lime);
  border: 1px solid rgba(211,235,90,0.32);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin: 2px 0 10px;
}
.v3 .v3-how-card h3 {
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  color: var(--cream) !important;
  letter-spacing: -0.015em;
  margin: 0 0 6px !important;
}

/* Hero photo restored — zoomed crop on the blue-flower painter, soft dark tint for text legibility */
.v3-hero .v3-hero-photo { display: block !important; }
.v3-hero-single { object-fit: cover; object-position: 60% 55% !important; transform: scale(1.18); transform-origin: 60% 55%; filter: saturate(1.08) contrast(1.03); }
.v3-hero { background: transparent !important; }
.v3-hero-tint {
  background: linear-gradient(180deg, rgba(8,40,54,0.32) 0%, rgba(8,40,54,0.45) 70%, rgba(8,40,54,0.55) 100%) !important;
}

/* ─── Who We Are collage — HARD RESET so every photo is fully visible ─── */
.v3-who-imgs { position: relative !important; aspect-ratio: 1 / 1 !important; }
.v3-who-img {
  position: absolute !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  box-shadow: 0 30px 56px rgba(8,40,54,0.38), 0 6px 12px rgba(8,40,54,0.18) !important;
  border: 4px solid var(--cream) !important;
  background: var(--cream) !important;
  width: 50% !important;
  aspect-ratio: 4 / 3 !important;
  top: auto; bottom: auto; left: auto; right: auto;
}
.v3-who-img-1 { top: 0    !important; left: 0   !important; transform: rotate(-4deg)   !important; z-index: 1 !important; }
.v3-who-img-2 { top: 4%   !important; right: 0  !important; transform: rotate(3deg)    !important; z-index: 2 !important; }
.v3-who-img-3 { bottom: 4%!important; left: 0   !important; transform: rotate(2.5deg)  !important; z-index: 3 !important; }
.v3-who-img-4 { bottom: 0 !important; right: 0  !important; transform: rotate(-3deg)   !important; z-index: 4 !important; }
/* tiny lift on hover so each card feels touchable */
.v3-who-img { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.v3-who-img:hover { box-shadow: 0 40px 72px rgba(8,40,54,0.45) !important; z-index: 10 !important; }
.v3-who-img-1:hover { transform: rotate(-4deg)   translateY(-6px) !important; }
.v3-who-img-2:hover { transform: rotate(3deg)    translateY(-6px) !important; }
.v3-who-img-3:hover { transform: rotate(2.5deg)  translateY(-6px) !important; }
.v3-who-img-4:hover { transform: rotate(-3deg)   translateY(-6px) !important; }

/* ─── Testimonials — keep 3 in line on all but the smallest screens ─── */
.v3-test-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 18px !important; }
@media (max-width: 1024px) {
  .v3-test-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 14px !important; }
  .v3-test-card { padding: 22px !important; }
  .v3-test-card p { font-size: 13.5px !important; }
  .v3 .v3-test-card h4 { font-size: 16px !important; }
}
@media (max-width: 720px) {
  .v3-test-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .v3-test-card { padding: 28px !important; }
}

/* ─── Arty at your private party — paint-swirl background + buzzword pills ─── */
.v3-cal-request { position: relative; overflow: hidden; }
.v3-cal-request::before,
.v3-cal-request::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}
.v3-cal-request::before {
  width: 480px; height: 480px;
  top: -160px; right: -120px;
  background: radial-gradient(circle at 35% 35%, rgba(211,235,90,0.55) 0%, rgba(211,235,90,0) 65%);
  animation: arty-swirl-a 14s ease-in-out infinite alternate;
}
.v3-cal-request::after {
  width: 380px; height: 380px;
  bottom: -140px; left: -100px;
  background: radial-gradient(circle at 60% 50%, rgba(132,196,80,0.45) 0%, rgba(132,196,80,0) 65%);
  animation: arty-swirl-b 18s ease-in-out infinite alternate;
}
.v3-cal-request > * { position: relative; z-index: 1; }
@keyframes arty-swirl-a {
  0%   { transform: translate(0, 0) rotate(0deg);    opacity: 0.18; }
  50%  { transform: translate(-30px, 24px) rotate(20deg); opacity: 0.26; }
  100% { transform: translate(20px, -16px) rotate(-12deg); opacity: 0.2; }
}
@keyframes arty-swirl-b {
  0%   { transform: translate(0, 0) rotate(0deg);    opacity: 0.16; }
  50%  { transform: translate(36px, -20px) rotate(-18deg); opacity: 0.24; }
  100% { transform: translate(-18px, 18px) rotate(14deg); opacity: 0.18; }
}
@media (prefers-reduced-motion: reduce) {
  .v3-cal-request::before, .v3-cal-request::after { animation: none; }
}
.v3-cal-request-text { display: flex; flex-direction: column; gap: 10px; }
.v3-cal-request-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 6px;
}
.v3-cal-request-tags span {
  display: inline-flex; align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(211,235,90,0.14);
  border: 1px solid rgba(211,235,90,0.35);
  color: var(--lime);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* ─── Paint more, pay less — title on top, cards side-by-side ─── */
.v3-mem-inner { grid-template-columns: 1fr !important; gap: 36px !important; align-items: stretch !important; }
.v3-mem-text { align-items: center !important; text-align: center !important; max-width: 760px !important; margin: 0 auto !important; }
.v3-mem-text > p { max-width: 60ch !important; margin: 0 auto !important; }
.v3-mem-cards { flex-direction: row !important; gap: 22px !important; align-items: stretch !important; }
.v3-mem-cards > article { flex: 1 1 0 !important; min-width: 0 !important; }
.v3-arty { padding: 12px var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-arty .v3-cal-request { margin-top: 0; }

/* ════════════════════════════════════════════════════════════════════
   v0.7 — Tightening + design polish across landing sections
   ════════════════════════════════════════════════════════════════════ */

/* ─── Who We Are collage — overlap ~10% both directions, no visible background gap ─── */
.v3-who-imgs { aspect-ratio: 1 / 0.78 !important; padding: 0 !important; }
.v3-who-img { width: 55% !important; aspect-ratio: 4 / 3 !important; }
.v3-who-img-1 { top: 0     !important; left: 0   !important; right: auto !important; bottom: auto !important; }
.v3-who-img-2 { top: 0     !important; right: 0  !important; left: auto !important; bottom: auto !important; }
.v3-who-img-3 { bottom: 0  !important; left: 0   !important; right: auto !important; top: auto !important; }
.v3-who-img-4 { bottom: 0  !important; right: 0  !important; left: auto !important; top: auto !important; }

/* ─── Reviews — white cards with the brush border ─── */
.v3-testimonials .v3-section-head { margin-bottom: 28px !important; }
.v3 .v3-test-card {
  background: #ffffff !important;
  border: none !important;
  border-radius: 22px !important;
  box-shadow: 0 8px 22px rgba(8,40,54,0.1) !important;
  padding: 28px 26px 24px !important;
  position: relative;
  isolation: isolate;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.v3 .v3-test-card::before {
  /* hand-painted asymmetric brush border that lives behind the card */
  content: "";
  position: absolute;
  top: -8px; left: -8px; right: -8px; bottom: -8px;
  border-radius: 28px;
  border: 4px solid var(--lime);          /* default lime */
  border-top-left-radius: 60px 36px;
  border-bottom-right-radius: 80px 44px;
  transform: rotate(-1deg);
  z-index: -1;
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
/* Per-card colour cycling — lime / pink / gold */
.v3 .v3-test-card:nth-child(1)::before { border-color: var(--lime); }
.v3 .v3-test-card:nth-child(2)::before {
  border-color: var(--pink);
  border-top-right-radius: 60px 36px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 80px 44px;
  border-bottom-right-radius: 22px;
  transform: rotate(1.2deg);
}
.v3 .v3-test-card:nth-child(3)::before {
  border-color: var(--gold);
  border-top-right-radius: 80px 44px;
  border-bottom-left-radius: 60px 36px;
  transform: rotate(-0.8deg);
}
/* On hover the border wobbles + lifts */
.v3 .v3-test-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 24px 48px rgba(8,40,54,0.18) !important;
}
.v3 .v3-test-card:hover::before { animation: brush-wobble 1.6s ease-in-out infinite; }
.v3 .v3-test-card:nth-child(2):hover::before { animation: brush-wobble-b 1.6s ease-in-out infinite; }
.v3 .v3-test-card:nth-child(3):hover::before { animation: brush-wobble-c 1.6s ease-in-out infinite; }
@keyframes brush-wobble {
  0%, 100% { transform: rotate(-1deg);   }
  33%      { transform: rotate(1.5deg) translate(2px, -1px); }
  66%      { transform: rotate(-2deg)  translate(-2px, 2px); }
}
@keyframes brush-wobble-b {
  0%, 100% { transform: rotate(1.2deg); }
  33%      { transform: rotate(-1deg)  translate(-2px, 2px); }
  66%      { transform: rotate(2.4deg) translate(2px, -1px); }
}
@keyframes brush-wobble-c {
  0%, 100% { transform: rotate(-0.8deg); }
  33%      { transform: rotate(1.6deg) translate(2px, 1px); }
  66%      { transform: rotate(-2.2deg) translate(-1px, -2px); }
}
@media (prefers-reduced-motion: reduce) {
  .v3 .v3-test-card:hover::before { animation: none; }
}

.v3 .v3-test-card h4 { font-size: 17px !important; line-height: 1.3; color: var(--teal-deep); }
.v3-test-attr { padding-top: 12px !important; border-top: 1px dashed rgba(15,107,122,0.18) !important; }

/* ─── Event cards — white background, matching brush border, professional badges ─── */
.v3-cal-card {
  background: #ffffff !important;
  border: none !important;
  border-radius: 22px !important;
  box-shadow: 0 8px 22px rgba(8,40,54,0.1) !important;
  position: relative !important;
  isolation: isolate;
  overflow: visible !important;
}
.v3-cal-card > .v3-cal-card-img { border-radius: 22px 22px 0 0; overflow: hidden; }
.v3-cal-card::before {
  content: "";
  position: absolute;
  top: -8px; left: -8px; right: -8px; bottom: -8px;
  border-radius: 28px;
  border: 4px solid var(--lime);
  border-top-left-radius: 60px 36px;
  border-bottom-right-radius: 80px 44px;
  transform: rotate(-1deg);
  z-index: -1;
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.v3-cal-card:nth-child(1)::before { border-color: var(--lime); }
.v3-cal-card:nth-child(2)::before {
  border-color: var(--pink);
  border-top-right-radius: 60px 36px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 80px 44px;
  border-bottom-right-radius: 22px;
  transform: rotate(1.2deg);
}
.v3-cal-card:nth-child(3)::before {
  border-color: var(--gold);
  border-top-right-radius: 80px 44px;
  border-bottom-left-radius: 60px 36px;
  transform: rotate(-0.8deg);
}
.v3-cal-card:hover { transform: translateY(-5px) !important; box-shadow: 0 24px 48px rgba(8,40,54,0.18) !important; }
.v3-cal-card:hover::before                   { animation: brush-wobble 1.6s ease-in-out infinite; }
.v3-cal-card:nth-child(2):hover::before      { animation: brush-wobble-b 1.6s ease-in-out infinite; }
.v3-cal-card:nth-child(3):hover::before      { animation: brush-wobble-c 1.6s ease-in-out infinite; }

/* small gap between cards so the brush borders breathe */
.v3-cal-cards-stage-clean .v3-cal-cards-grid { gap: 36px !important; }
.v3-testimonials .v3-test-grid { gap: 28px !important; }

/* ─── What's on this month — tighten gap + restyle badges ─── */
.v3-calendar-sec .v3-section-head { margin-bottom: 32px !important; }
.v3-cal-cards-stage-clean { padding-top: 0; }

.v3-cal-card-badges {
  position: absolute !important;
  bottom: 12px !important; left: 50% !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  max-width: calc(100% - 28px);
}
.v3-cal-card-badges .v3-badge {
  background: var(--teal-deep) !important;
  color: var(--cream) !important;
  border: 1px solid rgba(255,253,246,0.45) !important;
  padding: 7px 14px !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  border-radius: 999px !important;
  backdrop-filter: blur(6px);
  white-space: nowrap;
}
.v3-cal-card-badges .v3-badge-warn { background: var(--teal-deep) !important; color: var(--cream) !important; border-color: rgba(255,253,246,0.45) !important; }
.v3-cal-card-badges .v3-badge-new  { background: var(--teal-deep) !important; color: var(--cream) !important; border-color: rgba(255,253,246,0.45) !important; }

/* "View more events" → match Book now styling */
.v3-cal-cards-stage-clean .v3-cal-cards-more .v3-btn {
  background: var(--teal-deep) !important;
  color: var(--cream) !important;
  border: 2px solid var(--teal-deep) !important;
  padding: 14px 36px !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
}
.v3-cal-cards-stage-clean .v3-cal-cards-more .v3-btn:hover {
  background: var(--teal) !important;
  border-color: var(--teal) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(8,40,54,0.22);
}

/* ─── How it works — dramatic teal band with journey treatment ─── */
.v3-how {
  position: relative;
  background: var(--teal-deep);
  color: var(--cream);
  padding: 36px var(--sec-pad-x) !important;
  margin: 20px auto 0 !important;
  border-radius: 32px;
  max-width: calc(var(--max-w) - 0px);
  overflow: hidden;
}
.v3-how::before,
.v3-how::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}
.v3-how::before {
  width: 320px; height: 320px;
  top: 5%; left: -80px;
  background: radial-gradient(circle at 50% 50%, rgba(211,235,90,0.55) 0%, rgba(211,235,90,0) 60%);
  animation: how-swirl-a 8s ease-in-out infinite alternate;
  filter: blur(1px);
  opacity: 0.6;
}
.v3-how::after {
  width: 280px; height: 280px;
  bottom: 5%; right: -60px;
  background: radial-gradient(circle at 50% 50%, rgba(255,143,174,0.45) 0%, rgba(255,143,174,0) 60%);
  animation: how-swirl-b 10s ease-in-out infinite alternate;
  filter: blur(1px);
  opacity: 0.55;
}
@keyframes how-swirl-a {
  0%   { transform: translate(0, 0) rotate(0deg); }
  50%  { transform: translate(60px, 40px) rotate(28deg); }
  100% { transform: translate(-30px, -20px) rotate(-18deg); }
}
@keyframes how-swirl-b {
  0%   { transform: translate(0, 0) rotate(0deg); }
  50%  { transform: translate(-50px, -30px) rotate(-22deg); }
  100% { transform: translate(30px, 20px) rotate(18deg); }
}
@media (prefers-reduced-motion: reduce) { .v3-how::before, .v3-how::after { animation: none; } }

.v3-how > * { position: relative; z-index: 1; }

.v3-how .v3-section-head { margin-bottom: 28px !important; }
.v3-how .v3-eyebrow {
  background: rgba(211,235,90,0.18) !important;
  color: var(--lime) !important;
  border: 1px solid rgba(211,235,90,0.32) !important;
}
.v3-how .v3-h2 { color: var(--cream) !important; }
.v3-how .v3-h2 em { color: var(--lime) !important; }
.v3-how .v3-section-head p { color: rgba(251,246,232,0.78) !important; }

.v3-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  position: relative;
  align-items: stretch;
}
/* connecting dotted line between cards (the painter's journey) */
.v3-how-grid::before {
  content: "";
  position: absolute;
  left: 22%; right: 22%;
  top: 50px;
  height: 2px;
  background-image: linear-gradient(to right, rgba(211,235,90,0.32) 0 6px, transparent 6px 18px);
  background-size: 18px 2px;
  filter: blur(0.6px);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%);
  opacity: 0.85;
  z-index: 0;
}
.v3-how-card {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 20px 8px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1);
}
.v3-how-card:hover { transform: translateY(-6px); }
.v3-how-card::before {
  content: "";
  position: absolute;
  inset: -40px -32px -32px -32px;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 40%, rgba(211,235,90,0.26) 0%, rgba(211,235,90,0.12) 35%, rgba(211,235,90,0) 70%);
  filter: blur(18px);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}
.v3-how-card:hover::before { opacity: 1; }
.v3-how-num {
  display: grid !important;
  place-items: center !important;
  width: 88px !important;
  height: 88px !important;
  border-radius: 50% !important;
  background: var(--lime) !important;
  color: var(--teal-deep) !important;
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-weight: 900 !important;
  font-size: 32px !important;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 22px rgba(211,235,90,0.34), 0 0 0 7px rgba(7,48,58,0.7);
  margin-bottom: 18px !important;
  position: relative;
  z-index: 2;
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1), box-shadow 0.3s ease;
}
.v3-how-card:hover .v3-how-num {
  transform: rotate(-8deg) scale(1.06);
  box-shadow: 0 16px 32px rgba(211,235,90,0.5), 0 0 0 7px rgba(7,48,58,0.7);
}
.v3 .v3-how-card h3 {
  color: var(--cream) !important;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 22px;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.v3-how-card p {
  color: rgba(251,246,232,0.82) !important;
  font-size: 14.5px !important;
  line-height: 1.55;
  max-width: 32ch;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .v3-how { padding: 36px 28px !important; border-radius: 24px; }
  .v3-how-grid { grid-template-columns: 1fr; gap: 28px; }
  .v3-how-grid::before { display: none; }
}

/* ─── Paintings of the week — tighter top gap ─── */
.v3-canvases {
  padding-top: calc(var(--sec-pad-y) * 0.72) !important;
  padding-bottom: calc(var(--sec-pad-y) * 0.6) !important;
}
.v3-canvases .v3-section-head { margin-bottom: 36px !important; }

/* ─── Arty banner — punchier swirl animation ─── */
.v3-cal-request::before { opacity: 0.4 !important; }
.v3-cal-request::after { opacity: 0.35 !important; }

/* Eyebrow in Arty: enforce single line */
.v3-eyebrow-oneline {
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* ─── More than a paint night — tighter top gap ─── */
.v3 .v3-vibe-cards { padding-top: calc(var(--sec-pad-y) * 0.24) !important; }
.v3-vibe-cards .v3-section-head { margin-bottom: 32px !important; }

/* ─── Partners "Painted for teams at" — vertical rhythm ─── */
.v3 .v3-partners {
  padding-top: 32px !important;
  padding-bottom: 56px !important;
  margin-bottom: 12px !important;
}
.v3 .v3-partners-head { margin-bottom: 28px !important; }
.v3 .v3-partners-head h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 4.4vw, 56px);
  color: var(--teal-deep);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0;
}
.v3-partners-marquee > * { gap: 28px !important; }
.v3-partners-logo { padding: 0 14px !important; }

/* HSC + Women's Aid logos render small inside their canvas — scale them up to match visual weight of the others.
   We add matching horizontal margin so the scale overflow doesn't eat into the gap to neighbouring logos. */
.v3-partner-logo[title="Northern Health & Social Care Trust"] {
  margin: 0 32px;
}
.v3-partner-logo[title="Northern Health & Social Care Trust"] img {
  transform: scale(1.5); transform-origin: center;
}
.v3-partner-logo[title="Women's Aid Federation Northern Ireland"] {
  margin: 0 56px 0 18px;
}
.v3-partner-logo[title="Women's Aid Federation Northern Ireland"] img {
  transform: scale(1.25); transform-origin: center;
}

/* ─── WhatsApp dismiss button ─── */
/* ─── WhatsApp minimize button ─── */
.v3-whatsapp { position: fixed; padding-right: 40px !important; }
.v3-whatsapp-min {
  position: absolute;
  top: 50%; right: 8px;
  transform: translateY(-50%);
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  background: rgba(255,253,246,0.18);
  color: var(--cream);
  display: grid; place-items: center;
  font-size: 16px; font-weight: 700; line-height: 1;
  cursor: pointer; padding: 0;
  transition: transform 0.18s ease, background 0.18s ease;
  z-index: 5;
}
.v3-whatsapp-min:hover { background: rgba(255,253,246,0.32); transform: translateY(-50%) scale(1.1); }
.v3-whatsapp.minimized { padding: 12px !important; }
.v3-whatsapp.minimized span { display: none; }
.v3-whatsapp.minimized .v3-whatsapp-min { right: -8px; top: -8px; transform: none; background: var(--cream); color: var(--teal-deep); border-color: rgba(8,40,54,0.2); }
.v3-whatsapp-close { display: none !important; }

/* ─── Mini FAQ (homepage 3-question summary) ─── */
.v3-mini-faq { padding: var(--sec-pad-y) var(--sec-pad-x) 0; max-width: var(--max-w); margin: 0 auto; }
.v3-mini-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}
.v3-mini-faq-card {
  background: var(--paper);
  border: 1.5px solid var(--rule);
  border-radius: 22px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.v3-mini-faq-card:hover {
  border-color: var(--teal);
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(8,40,54,0.12);
}
.v3-mini-faq-card h4 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--teal-deep);
  line-height: 1.25;
  margin: 0;
}
.v3-mini-faq-card p {
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}
.v3-mini-faq-more {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .v3-mini-faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .v3-mem-cards { flex-direction: column !important; }
}

/* ─── "What's on this month" — simplified cards-only landing variant ─── */
.v3-cal-cards-stage-clean { padding-top: 12px; }
.v3-cal-cards-stage-clean .v3-cal-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.v3-cal-cards-stage-clean .v3-cal-cards-more {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.v3-cal-cards-stage-clean .v3-cal-cards-more .v3-btn { padding: 14px 32px; }
@media (max-width: 1000px) {
  .v3-cal-cards-stage-clean .v3-cal-cards-grid { grid-template-columns: 1fr; }
}

/* Calendar preview foot — give price + button breathing room */
.v3-cal-preview-foot { gap: 18px; flex-wrap: wrap; }
.v3-cal-preview-price { flex: 0 0 auto; }
.v3-cal-preview-foot .v3-btn { flex: 0 0 auto; padding-inline: 22px; white-space: nowrap; }

/* "Get a Quote Today" — remove the lime glow so the CTA matches the rest of the site */
.v3-cal-request .v3-btn { box-shadow: none !important; }
.v3-cal-request .v3-btn:hover { box-shadow: 0 8px 18px rgba(8,40,54,0.22) !important; }

/* date-picker sheet — one row per date, straight to Stripe */
.ee-date-rows { display: grid; gap: 8px; }
.ee-date-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; border-radius: 14px; background: var(--cream-2); border: 1px solid rgba(17,76,95,.12); }
.ee-date-row b { font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 15.5px; color: var(--teal-deep); }
.ee-date-row.past { opacity: .42; }
.ee-date-state, .ee-date-soon { font-size: 12.5px; font-weight: 700; color: var(--teal-deep); }
.ee-date-soon { padding: 9px 15px; border-radius: 999px; background: rgba(17,76,95,.08); border: 1px solid rgba(17,76,95,.14); }
.ee-modal-includes { margin-top: 16px; font-size: 13.5px; line-height: 1.6; color: rgba(17,76,95,.82); }
.ee-modal-fine { margin-top: 8px; font-size: 12px; line-height: 1.5; color: rgba(17,76,95,.58); }
.ee-soldout-note { padding: 16px; border-radius: 14px; background: var(--cream-2); border: 1px solid rgba(17,76,95,.12); text-align: center; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 16px; color: var(--teal-deep); }
/* sold-out card: plain banner, no affordance */
.v3-cal-card.is-sold { cursor: default; }
.ee-card-sold { padding: 14px; border-radius: 999px; background: rgba(17,76,95,.09); border: 1px solid rgba(17,76,95,.16); text-align: center; font-family: "Bricolage Grotesque", sans-serif; font-weight: 800; font-size: 14px; color: var(--teal-deep); }

/* footer items that are intentionally not links yet — same look and hover */
.v3-footer a.ee-dead { cursor: default; }

/* footer social icons: sized at every width (mobile.js swaps the labels for SVGs) */
.v3 .v3-footer-social { display: flex; gap: 12px; align-items: center; }
.v3 .v3-footer-social a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(251,246,232,.1); border: 1px solid rgba(251,246,232,.24); }
.v3 .v3-footer-social a:hover { background: rgba(200,225,80,.18); border-color: var(--lime); }
.v3 .v3-footer-social a svg { display: block; width: 18px; height: 18px; }
