/* ==========================================================================
   Sydney Karaoke Cruise — modern, clean static styles
   ========================================================================== */

/* --- Self-hosted fonts ---------------------------------------------------- */
@font-face { font-family:'Inter'; font-style:normal; font-weight:400; font-display:optional; src:url('/fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:500; font-display:optional; src:url('/fonts/inter-500.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:600; font-display:optional; src:url('/fonts/inter-600.woff2') format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:700; font-display:optional; src:url('/fonts/inter-700.woff2') format('woff2'); }
@font-face { font-family:'Plus Jakarta Sans'; font-style:normal; font-weight:400; font-display:optional; src:url('/fonts/jakarta-400.woff2') format('woff2'); }
@font-face { font-family:'Plus Jakarta Sans'; font-style:normal; font-weight:500; font-display:optional; src:url('/fonts/jakarta-500.woff2') format('woff2'); }
@font-face { font-family:'Plus Jakarta Sans'; font-style:normal; font-weight:600; font-display:optional; src:url('/fonts/jakarta-600.woff2') format('woff2'); }
@font-face { font-family:'Plus Jakarta Sans'; font-style:normal; font-weight:700; font-display:optional; src:url('/fonts/jakarta-700.woff2') format('woff2'); }

/* --- Tokens --------------------------------------------------------------- */
:root {
  /* Ink scale (warm near-black to white) */
  --ink-950: #050816;
  --ink-900: #0A0F1E;
  --ink-700: #1F2937;
  --ink-600: #374151;
  --ink-500: #6B7280;
  --ink-400: #9CA3AF;
  --ink-300: #D1D5DB;
  --ink-200: #E5E7EB;
  --ink-150: #EEF1F5;
  --ink-100: #F3F4F6;
  --ink-50:  #F9FAFB;
  --white:   #FFFFFF;

  /* Brand: vibrant rose for the karaoke nightlife flair */
  --brand:        #E11D48;
  --brand-hover:  #BE123C;
  --brand-soft:   #FFF1F2;
  --brand-tint:   rgba(225, 29, 72, .08);

  /* Glass header */
  --header-bg:    #FFFFFF;
  --header-border:rgba(10, 15, 30, .1);

  --radius-sm: .5rem;     /*  8px */
  --radius:    .75rem;    /* 12px */
  --radius-lg: 1.25rem;   /* 20px */
  --radius-pill: 999px;

  --shadow-xs: 0 1px 2px rgba(10,15,30,.04);
  --shadow-sm: 0 1px 3px rgba(10,15,30,.06), 0 1px 2px rgba(10,15,30,.03);
  --shadow-md: 0 4px 16px -4px rgba(10,15,30,.08), 0 2px 4px -2px rgba(10,15,30,.04);
  --shadow-lg: 0 20px 40px -12px rgba(10,15,30,.12), 0 8px 16px -8px rgba(10,15,30,.06);

  --container-max: 1200px;
  --topbar-height: 40px;
  --header-height: 96px;
  --header-offset: calc(var(--topbar-height) + var(--header-height));

  --easing: cubic-bezier(.4, 0, .2, 1);
}

/* --- Reset / base --------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-offset) + 1rem); }
body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-700);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "rlig" 1, "calt" 1, "ss01" 1;
}
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
ul { list-style: none; }
input, textarea, select { font: inherit; color: inherit; }
::selection { background: var(--brand); color: var(--white); }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
  color: var(--ink-900);
}

/* --- Layout --------------------------------------------------------------- */
.container { width: 100%; margin: 0 auto; padding: 0 1.5rem; }
@media (min-width: 768px) { .container { padding: 0 2.5rem; } }
@media (min-width: 1280px) { .container { padding: 0 4rem; } }

.section { padding: 4rem 0; }
@media (min-width: 768px)  { .section { padding: 6rem 0; } }
@media (min-width: 1024px) { .section { padding: 7rem 0; } }
.section-white { background: var(--white); }
.section-secondary { background: var(--ink-50); }

/* Section header */
.section-head { text-align: center; max-width: 720px; margin: 0 auto 3.5rem; }
@media (min-width: 768px) { .section-head { margin-bottom: 4.5rem; } }

.eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 1rem;
  padding: .35rem .85rem;
  border-radius: var(--radius-pill);
  background: var(--brand-tint);
}

.section-head h2 {
  font-size: clamp(1.875rem, 1.4rem + 1.8vw, 2.75rem);
  letter-spacing: -.025em;
  margin-bottom: 1rem;
}
.section-sub { color: var(--ink-500); font-size: 1.05rem; line-height: 1.6; }

.grid { display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .grid { gap: 1.75rem; } }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr; }
@media (min-width: 640px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

.footnote { text-align: center; color: var(--ink-500); font-size: .85rem; margin-top: 3rem; }

/* --- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .8rem 1.4rem;
  border-radius: var(--radius-sm);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: -.005em;
  border: 1px solid transparent;
  transition: background-color .2s var(--easing), color .2s var(--easing), border-color .2s var(--easing), transform .15s var(--easing), box-shadow .2s var(--easing);
  min-height: 44px;
  cursor: pointer;
  white-space: nowrap;
}
.btn:active { transform: scale(.985); }
.btn-primary { background: var(--brand); color: var(--white); box-shadow: 0 1px 2px rgba(225,29,72,.25); }
.btn-primary:hover { background: var(--brand-hover); box-shadow: 0 8px 20px -8px rgba(225,29,72,.45); }
.btn-secondary { background: var(--white); color: var(--ink-900); border-color: var(--ink-200); }
.btn-secondary:hover { border-color: var(--ink-300); background: var(--ink-50); }
.btn-accent { background: var(--brand); color: var(--white); }
.btn-accent:hover { background: var(--brand-hover); }
.btn-ghost { background: rgba(255,255,255,.08); color: var(--white); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.4); }
.btn-lg { padding: 1rem 1.75rem; font-size: 1rem; min-height: 52px; }
.btn-block { width: 100%; }

/* --- Top bar -------------------------------------------------------------- */
.top-bar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 51;
  height: var(--topbar-height);
  background: var(--brand);
  color: #fff;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  font-size: .8rem; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase;
}

/* --- Header --------------------------------------------------------------- */
.site-header {
  position: fixed; top: var(--topbar-height); left: 0; right: 0;
  width: 100%; z-index: 50;
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
  height: var(--header-height);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-height); position: relative;
}
.logo { display: flex; align-items: center; }
.logo img { height: 90px; width: auto; }
@media (min-width: 1024px) { .logo img { height: 80px; } }

.nav-desktop { display: none; align-items: center; gap: 2rem; }
.nav-desktop a:not(.btn):not(.nav-phone) {
  color: var(--ink-700);
  font-size: .9rem;
  font-weight: 500;
  transition: color .2s var(--easing);
}
.nav-desktop a:not(.btn):not(.nav-phone):hover { color: var(--ink-900); }
.nav-phone {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: var(--radius-pill);
  color: var(--ink-700);
  transition: background-color .2s var(--easing), color .2s var(--easing);
}
.nav-phone:hover { background: var(--ink-100); color: var(--brand); }
@media (min-width: 1024px) { .nav-desktop { display: flex; } }

.nav-toggle {
  padding: .5rem;
  border-radius: var(--radius-sm);
  color: var(--ink-900);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background-color .2s var(--easing);
  margin-top: 1.2rem;
}
.nav-toggle:hover { background: var(--ink-100); }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-menu { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
@media (min-width: 1024px) { .nav-toggle { display: none; margin-top: 0; } }

.nav-mobile {
  position: fixed; top: var(--header-offset); left: 0; right: 0; bottom: 0;
  background: var(--white);
  display: none; flex-direction: column;
  padding: 1.5rem 1.25rem 2rem;
  z-index: 40;
}
.nav-mobile.is-open { display: flex; }
.nav-mobile-links { flex: 1; }
.nav-mobile-links a {
  display: flex; align-items: center; gap: .5rem;
  padding: 1rem 0;
  font-size: 1.125rem; font-weight: 500;
  color: var(--ink-900);
  border-bottom: 1px solid var(--ink-150);
}
.nav-mobile-links a:hover { color: var(--brand); }
.nav-mobile-cta { padding-top: 1.5rem; }
@media (min-width: 1024px) { .nav-mobile { display: none !important; } }

/* --- Hero ----------------------------------------------------------------- */
.hero {
  position: relative;
  height: 100svh; min-height: 600px;
  background: var(--white);
  overflow: hidden;
}

.hero-content {
  position: relative;
  height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  color: var(--ink-900);
  padding-top: var(--header-offset);
}
@media (max-width: 1023px) {
  .hero-content { padding-top: calc(var(--header-offset) + 2rem); }
}

.hero-text {
  position: relative; z-index: 4;
  display: flex; flex-direction: column; align-items: center;
  width: 100%;
}

.hero .badge {
  display: inline-flex; align-items: center; gap: .55rem;
  background: var(--brand-tint);
  border: 1px solid rgba(225,29,72,.2);
  color: var(--brand);
  padding: .45rem 1rem;
  border-radius: var(--radius-pill);
  font-size: .8rem; font-weight: 500;
  letter-spacing: .01em;
  margin-bottom: 1.5rem;
}
.badge-dot {
  width: 7px; height: 7px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 12px rgba(225,29,72,.6);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }

.hero h1 {
  font-size: clamp(2.25rem, 1.5rem + 4vw, 4.5rem);
  letter-spacing: -.035em;
  color: var(--ink-900);
  margin-bottom: 1.25rem;
  max-width: 16ch;
  line-height: 1.05;
}
.hero-sub {
  font-size: clamp(1rem, .9rem + .4vw, 1.2rem);
  color: var(--ink-500);
  max-width: 38rem;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; position: relative; z-index: 4; }

.hero-logo {
  position: relative; z-index: 2;
  height: 150px; width: auto;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) { .hero-logo { visibility: hidden; } }
@media (min-width: 1024px) { .hero-logo { height: 250px; } }

.hero .btn-ghost {
  background: rgba(255,255,255,.45);
  color: var(--ink-900);
  border: 1px solid rgba(10,15,30,.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero .btn-ghost:hover { background: rgba(255,255,255,.65); border-color: rgba(10,15,30,.25); }

/* --- Hero floating images ------------------------------------------------- */
.hero-float {
  position: absolute;
  z-index: 3;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 56px -12px rgba(10,15,30,.18), 0 8px 20px -6px rgba(10,15,30,.1);
}
.hero-float img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hero-float-1 {
  width: 22%; aspect-ratio: 4/3;
  top: calc(var(--header-offset) + 3rem); left: 1.5%;
  animation: float1 6s ease-in-out infinite;
}
.hero-float-2 {
  width: 19%; aspect-ratio: 3/4;
  top: calc(var(--header-offset) + 2.5rem); right: 1.5%;
  animation: float2 7.5s ease-in-out infinite 1s;
}
.hero-float-3 {
  width: 20%; aspect-ratio: 4/3;
  top: calc(var(--header-offset) + 2.5rem); right: 1.5%;
  animation: float3 8s ease-in-out infinite 0.5s;
}
.hero-float-4 {
  width: 21%; aspect-ratio: 4/3;
  bottom: 7%; left: 1.5%;
  animation: float4 6.5s ease-in-out infinite 1.8s;
}
.hero-float-5 {
  width: 19%; aspect-ratio: 4/3;
  bottom: 8%; right: 2%;
  animation: float5 7.2s ease-in-out infinite 0.8s;
}

@keyframes float1 { 0%,100%{transform:rotate(-6deg) translateY(0)} 50%{transform:rotate(-6deg) translateY(-14px)} }
@keyframes float2 { 0%,100%{transform:rotate(5deg) translateY(0)} 50%{transform:rotate(5deg) translateY(-10px)} }
@keyframes float3 { 0%,100%{transform:rotate(3deg) translateY(0)} 50%{transform:rotate(3deg) translateY(-14px)} }
@keyframes float4 { 0%,100%{transform:rotate(-4deg) translateY(0)} 50%{transform:rotate(-4deg) translateY(-12px)} }
@keyframes float5 { 0%,100%{transform:rotate(7deg) translateY(0)} 50%{transform:rotate(7deg) translateY(-10px)} }

@media (max-width: 1023px) {
  body { overflow-x: clip; }
  .hero { overflow: visible; }
  .hero-ctas { flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; margin: 0 auto; }
  .hero-ctas .btn { text-align: center; }
  .hero-float { border-radius: 10px; box-shadow: 0 12px 28px -8px rgba(10,15,30,.15); }
  .hero-float-1 { width: 42%; top: calc(var(--header-offset) + 3rem); left: -6%; }
  .hero-float-3 { width: 40%; top: calc(var(--header-offset) + 3rem); right: -6%; }
  .hero-float-4 { width: 41%; bottom: 15%; left: -5%; display: none; }
  .hero-float-5 { width: 39%; bottom: 16%; right: -5%; display: none; }
}
@media (prefers-reduced-motion: reduce) { .hero-float { animation: none; } }

/* --- About intro (heading + video) --------------------------------------- */
.about-intro {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 3.5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .about-intro { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 4.5rem; margin-bottom: 5rem; }
}

/* Left column — heading + copy */
.about-intro-copy { text-align: center; max-width: 560px; margin: 0 auto; order: 1; }
@media (min-width: 1024px) {
  .about-intro-copy { text-align: left; margin: 0; max-width: none; }
}
.about-intro-copy .eyebrow { margin-bottom: 1.25rem; }
.about-intro-copy h2 {
  font-size: clamp(1.875rem, 1.4rem + 1.8vw, 2.75rem);
  letter-spacing: -.025em;
  line-height: 1.1;
  color: var(--ink-900);
  margin-bottom: 1.25rem;
}
.about-intro-sub {
  color: var(--ink-500);
  font-size: 1.05rem;
  line-height: 1.65;
}

/* Right column — phone-aspect video frame */
.about-intro-video {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 9/16;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--ink-900);
  box-shadow:
    0 30px 60px -20px rgba(225, 29, 72, .18),
    0 12px 24px -10px rgba(10, 15, 30, .15);
  border: 1px solid var(--ink-200);
  isolation: isolate;
  order: 2;
}
@media (min-width: 1024px) {
  .about-intro-video { max-width: 380px; justify-self: end; }
}
.about-intro-video video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.about-intro-video::after {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  z-index: 2;
}
/* Soft brand glow behind the frame on desktop */
@media (min-width: 1024px) {
  .about-intro-video::before {
    content: '';
    position: absolute;
    inset: -48px;
    z-index: -1;
    background: radial-gradient(closest-side, rgba(225, 29, 72, .12), transparent 70%);
    pointer-events: none;
  }
}

/* --- Features ------------------------------------------------------------- */
.feature-card {
  padding: 1.75rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--ink-200);
  transition: border-color .2s var(--easing), transform .2s var(--easing), box-shadow .2s var(--easing);
}
.section-secondary .feature-card { background: var(--white); }
.feature-card:hover { border-color: var(--ink-300); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.feature-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  border-radius: var(--radius-sm);
  background: var(--brand-tint);
  color: var(--brand);
  margin-bottom: 1.25rem;
}
.feature-icon svg { width: 24px; height: 24px; }
.feature-card h3 { font-size: 1.125rem; color: var(--ink-900); margin-bottom: .5rem; letter-spacing: -.015em; }
.feature-card p { color: var(--ink-500); font-size: .95rem; }

/* (Old .about-float decorative images removed — the intro video now fills
   the visual-interest role on both mobile and desktop.) */

/* --- Vessel showcase ------------------------------------------------------ */
.vessel { display: grid; gap: 3rem; align-items: start; }
@media (min-width: 1024px) { .vessel { grid-template-columns: 1fr 1fr; gap: 4rem; } }

.vessel-images { display: flex; flex-direction: column; gap: 1.25rem; }
.vessel-hero img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.vessel-strip { position: relative; padding: 0 1rem; }
.strip-grid { display: grid; gap: .75rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px) { .strip-grid { grid-template-columns: repeat(4, 1fr); } }
.strip-grid img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: transform .25s var(--easing), opacity .25s var(--easing);
}
.strip-grid img:hover { transform: scale(1.03); opacity: .92; }

.strip-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: var(--radius-pill);
  background: var(--white);
  border: 1px solid var(--ink-200);
  box-shadow: var(--shadow-md);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-900);
  z-index: 2;
  transition: border-color .2s var(--easing), color .2s var(--easing);
}
.strip-nav:hover:not(:disabled) { color: var(--brand); border-color: var(--brand); }
.strip-nav:disabled { opacity: .35; cursor: not-allowed; }
.strip-prev { left: -.75rem; }
.strip-next { right: -.75rem; }

.vessel-info h3 { font-size: 1.75rem; color: var(--ink-900); margin-bottom: 1rem; letter-spacing: -.02em; }
.vessel-info > p { color: var(--ink-500); margin-bottom: 2rem; line-height: 1.7; }
.vessel-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-bottom: 2rem; }
.vessel-feature { display: flex; gap: .85rem; align-items: flex-start; }
.vf-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: var(--radius-sm);
  background: var(--brand-tint);
  color: var(--brand);
  flex-shrink: 0;
}
.vf-icon svg { width: 18px; height: 18px; }
.vessel-feature h4 { font-weight: 600; color: var(--ink-900); margin-bottom: .15rem; font-size: .95rem; letter-spacing: -.01em; }
.vessel-feature p { color: var(--ink-500); font-size: .9rem; }
.vessel-extras-head { font-weight: 600; color: var(--ink-900); margin-bottom: .65rem; font-size: .95rem; }
.vessel-extras { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; color: var(--ink-500); font-size: .95rem; }
.vessel-extras li { display: flex; gap: .5rem; align-items: center; }
.vessel-extras span { color: var(--brand); }

/* --- Spec cards ----------------------------------------------------------- */
.specs-video {
  margin-bottom: 3rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.specs-video video {
  display: block;
  width: 100%;
  height: auto;
}

.spec-card {
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--ink-200);
  transition: border-color .2s var(--easing);
}
.spec-card:hover { border-color: var(--ink-300); }
.spec-head { display: flex; align-items: center; gap: .65rem; margin-bottom: 1rem; }
.spec-head svg { color: var(--brand); width: 20px; height: 20px; }
.spec-head h3 { font-size: 1.05rem; color: var(--ink-900); letter-spacing: -.01em; }
.spec-card ul { display: flex; flex-direction: column; gap: .5rem; color: var(--ink-500); font-size: .92rem; }
.spec-card li { display: flex; gap: .5rem; align-items: flex-start; }
.spec-card li::before { content: ''; width: 4px; height: 4px; border-radius: 999px; background: var(--brand); margin-top: .55rem; flex-shrink: 0; }

/* --- Event cards ---------------------------------------------------------- */
.event-card {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  border: 1px solid var(--ink-200);
  transition: border-color .2s var(--easing), transform .2s var(--easing), box-shadow .2s var(--easing);
}
.event-card:hover { border-color: var(--ink-300); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.event-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px;
  border-radius: var(--radius-sm);
  background: var(--brand-tint);
  color: var(--brand);
  margin-bottom: 1.25rem;
}
.event-icon svg { width: 26px; height: 26px; }
.event-card h3 { font-size: 1.2rem; color: var(--ink-900); margin-bottom: .5rem; letter-spacing: -.015em; }
.event-card > p { color: var(--ink-500); margin-bottom: 1.25rem; font-size: .95rem; line-height: 1.6; }
.event-card .event-price { color: var(--ink-900); font-weight: 600; font-family: 'Inter', sans-serif; font-size: .95rem; margin-bottom: 0; }

/* --- Pricing -------------------------------------------------------------- */
.pricing-grid { align-items: stretch; }
.price-card {
  position: relative;
  background: var(--white);
  color: var(--ink-900);
  padding: 2rem 1.75rem;
  border-radius: var(--radius);
  border: 1px solid var(--ink-200);
  display: flex; flex-direction: column;
  transition: transform .2s var(--easing), box-shadow .2s var(--easing);
}
.price-card-featured {
  border-color: var(--brand);
  border-width: 2px;
  box-shadow: 0 24px 48px -16px rgba(225, 29, 72, .15);
}
@media (min-width: 1024px) { .price-card-featured { transform: scale(1.03); } }

.popular-badge {
  position: absolute; top: -12px; left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: .7rem; font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .35rem .85rem;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}
.price-card h3 { font-size: 1.25rem; margin-bottom: 1.25rem; letter-spacing: -.015em; }
.price { margin-bottom: 1.5rem; display: flex; align-items: baseline; gap: .25rem; }
.price .amount { font-size: 2.75rem; font-weight: 700; letter-spacing: -.03em; color: var(--ink-900); font-family: 'Inter', sans-serif; }
.price .suffix { font-size: 1rem; color: var(--ink-500); }
.price-card ul { display: flex; flex-direction: column; gap: .65rem; margin-bottom: 2rem; flex: 1; color: var(--ink-700); font-size: .95rem; }
.price-card li { display: flex; gap: .5rem; align-items: flex-start; }

/* --- Gallery -------------------------------------------------------------- */
.gallery-grid {
  display: grid; gap: .75rem;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
@media (min-width: 768px)  { .gallery-grid { grid-template-columns: repeat(3, minmax(150px, 1fr)); gap: 1rem; } }
@media (min-width: 1024px) { .gallery-grid { grid-template-columns: repeat(4, minmax(150px, 1fr)); } }
.gallery-item {
  position: relative; aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius-sm);
  cursor: pointer;
  background: var(--ink-100);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--easing); }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,15,30,.4), transparent 50%);
  opacity: 0; transition: opacity .3s var(--easing);
}
.gallery-item:hover::after { opacity: 1; }

/* --- Lightbox ------------------------------------------------------------- */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(5, 8, 22, .92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem 1rem;
  animation: fade-in .2s var(--easing);
}
.lightbox[hidden] { display: none; }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
.lightbox-img { max-width: 100%; max-height: 90vh; width: auto; height: auto; object-fit: contain; border-radius: var(--radius); }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  width: 44px; height: 44px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background-color .2s var(--easing), border-color .2s var(--easing);
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.4); }
.lightbox-close { top: 1rem; right: 1rem; }
.lightbox-prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 1rem; top: 50%; transform: translateY(-50%); }

/* --- Testimonials --------------------------------------------------------- */
.testimonial-card {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  border: 1px solid var(--ink-200);
  transition: border-color .2s var(--easing), transform .2s var(--easing);
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 1rem; left: 1.5rem;
  font-family: 'Inter', serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: var(--brand-tint);
}
.testimonial-card:hover { border-color: var(--ink-300); transform: translateY(-2px); }
.testimonial-card .quote {
  position: relative; z-index: 1;
  font-style: normal;
  color: var(--ink-700);
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
}
.testimonial-card .author { font-weight: 600; color: var(--ink-900); font-size: .95rem; }
.testimonial-card .role { color: var(--ink-500); font-size: .85rem; }

/* --- FAQ ------------------------------------------------------------------ */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; }
.faq-item {
  background: transparent;
  border-bottom: 1px solid var(--ink-200);
  overflow: hidden;
}
.faq-item:first-child { border-top: 1px solid var(--ink-200); }
.faq-item summary {
  padding: 1.5rem 1rem 1.5rem 0;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ink-900);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  cursor: pointer;
  list-style: none;
  letter-spacing: -.005em;
  transition: color .2s var(--easing);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  width: 12px; height: 12px;
  border-right: 2px solid var(--ink-500);
  border-bottom: 2px solid var(--ink-500);
  transform: rotate(45deg);
  transition: transform .25s var(--easing), border-color .2s var(--easing);
  flex-shrink: 0;
  margin-bottom: 4px;
}
.faq-item[open] summary::after { transform: rotate(-135deg); margin-bottom: -4px; border-color: var(--brand); }
.faq-item summary:hover { color: var(--brand); }
.faq-answer { padding: 0 0 1.5rem 0; color: var(--ink-500); line-height: 1.65; max-width: 90%; }

/* --- Enquiry form --------------------------------------------------------- */
.enquiry-form {
  max-width: 720px; margin: 0 auto;
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-200);
  box-shadow: var(--shadow-sm);
}
@media (min-width: 768px) { .enquiry-form { padding: 2.5rem; } }
.section-secondary .enquiry-form { background: var(--white); }
.form-row { display: grid; gap: 1rem; margin-bottom: 1rem; }
@media (min-width: 768px) { .form-row { grid-template-columns: 1fr 1fr; gap: 1.25rem; } }
.enquiry-form label { display: block; }
.enquiry-form label > span {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: var(--ink-700);
  margin-bottom: .4rem;
  font-size: .85rem;
  letter-spacing: -.005em;
}
.enquiry-form input, .enquiry-form textarea, .enquiry-form select {
  width: 100%;
  padding: .75rem .95rem;
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-sm);
  background: var(--white);
  font-size: .95rem;
  color: var(--ink-900);
  transition: border-color .2s var(--easing), box-shadow .2s var(--easing);
}
.enquiry-form input:hover, .enquiry-form textarea:hover, .enquiry-form select:hover { border-color: var(--ink-300); }
.enquiry-form input:focus, .enquiry-form textarea:focus, .enquiry-form select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(225, 29, 72, .12);
}
.form-full { margin-bottom: 1rem; }
.form-full textarea { resize: vertical; min-height: 130px; }
.form-actions { display: flex; flex-direction: column; gap: .75rem; align-items: flex-start; margin-top: .5rem; }
@media (min-width: 768px) { .form-actions { flex-direction: row; align-items: center; gap: 1.5rem; } }
.form-note { color: var(--ink-500); font-size: .9rem; min-height: 1.25rem; margin-bottom: 0; }
.form-note.is-success { color: #047857; font-weight: 600; }
.form-note.is-error { color: #B91C1C; font-weight: 600; }

/* --- Calendar ------------------------------------------------------------- */
.calendar-wrap {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-200);
  box-shadow: var(--shadow-sm);
  padding: 1.25rem;
  overflow: hidden;
}
@media (min-width: 768px) { .calendar-wrap { padding: 1.5rem; } }
#calendarMount { min-height: 700px; }
#calendarMount iframe { border: 0; min-height: 700px; width: 100%; display: block; border-radius: var(--radius); }
.calendar-spinner { display: flex; align-items: center; justify-content: center; padding: 5rem 0; }
.spinner {
  width: 40px; height: 40px;
  border-radius: var(--radius-pill);
  border: 2px solid var(--ink-200);
  border-top-color: var(--brand);
  animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* --- Footer --------------------------------------------------------------- */
.site-footer { background: var(--ink-950); color: var(--ink-300); padding: 4rem 0 2rem; }
.footer-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1.2fr; gap: 3rem; } }
.site-footer h3 { font-size: 1.25rem; margin-bottom: 1rem; color: var(--white); letter-spacing: -.015em; }
.site-footer h4 { font-size: .85rem; font-weight: 600; margin-bottom: 1rem; color: var(--white); text-transform: uppercase; letter-spacing: .08em; }
.site-footer p { color: var(--ink-400); font-size: .95rem; line-height: 1.6; }
.site-footer ul { display: flex; flex-direction: column; gap: .65rem; }
.site-footer ul a { color: var(--ink-400); font-size: .95rem; transition: color .2s var(--easing); display: inline-flex; align-items: center; gap: .5rem; }
.site-footer ul a:hover { color: var(--white); }
.footer-bottom {
  margin-top: 3.5rem; padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex; flex-direction: column; gap: 1.25rem;
  align-items: center; justify-content: space-between;
}
.footer-legal { display: flex; flex-direction: column; gap: .35rem; align-items: center; }
@media (min-width: 768px) { .footer-legal { align-items: flex-start; } }
.footer-bottom p { color: var(--ink-500); font-size: .85rem; }
.powered-by a { color: var(--ink-300); font-weight: 500; transition: color .2s var(--easing); border-bottom: 1px dotted var(--ink-600); padding-bottom: 1px; }
.powered-by a:hover { color: var(--brand); border-bottom-color: var(--brand); }
@media (min-width: 768px) { .footer-bottom { flex-direction: row; } }

/* --- Body lock for menu/lightbox ----------------------------------------- */
body.menu-open { overflow: hidden; }

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

/* --- Focus visibility ----------------------------------------------------- */
:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; border-radius: 2px; }
button:focus-visible, .btn:focus-visible { outline-offset: 3px; }
