/* ============================================================
   ITs Photobooth — modern / minimalist landing + staff styles
   Palette from the circular logo: slate-navy mark on warm cream,
   warm gold accent. Hand-written (no Vite build).
   ============================================================ */

:root {
    --navy: #1f2c38;
    --navy-2: #28384a;
    --navy-deep: #14202a;
    --gold: #d99a2b;
    --gold-soft: #f3cd78;
    --gold-deep: #b87d1c;
    --teal: #3d8079;

    --ink: #1d2932;
    --ink-soft: #5d6b76;
    --cream: #f6efe4;
    --cream-2: #efe6d7;
    --paper: #ffffff;
    --line: rgba(29, 41, 50, .10);

    /* legacy accent-slot names kept so staff.css keeps resolving */
    --pink: var(--navy);
    --pink-deep: var(--navy-deep);
    --purple: var(--gold);
    --yellow: var(--gold-soft);

    --radius: 16px;
    --radius-lg: 26px;
    --shadow: 0 16px 40px rgba(20, 32, 42, .12);
    --shadow-soft: 0 4px 16px rgba(20, 32, 42, .07);
    --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: "Nunito", system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: var(--ink);
    background: var(--cream);
}

h1, h2, h3, h4 { font-family: "Baloo 2", "Nunito", sans-serif; line-height: 1.1; margin: 0; }
a { color: var(--gold-deep); }
img { max-width: 100%; display: block; }

.icon { width: 1.2em; height: 1.2em; vertical-align: -0.22em; }
.icon--heart { color: var(--gold); width: 1em; height: 1em; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: clamp(20px, 5vw, 56px); }

.eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: "Baloo 2", sans-serif; font-weight: 700;
    font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
    color: var(--gold-deep);
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--gold); border-radius: 2px; }

/* ---------- topbar ---------- */

.topbar {
    position: sticky; top: 0; z-index: 50;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 12px clamp(20px, 5vw, 56px);
    background: rgba(246, 239, 228, .85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); font-family: "Baloo 2", sans-serif; font-weight: 600; font-size: 1.16rem; }
.brand__badge { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background: radial-gradient(circle at 50% 40%, #fff, var(--cream)); box-shadow: inset 0 0 0 2px rgba(217,154,43,.5), var(--shadow-soft); }
.brand__badge img { width: 92%; height: 92%; object-fit: contain; border-radius: 50%; }
.brand__name b { font-weight: 800; color: var(--navy); }
.topnav { display: flex; align-items: center; gap: clamp(10px, 2.4vw, 26px); }
.topnav a { text-decoration: none; color: var(--ink-soft); font-weight: 700; font-size: .94rem; }
.topnav a:hover { color: var(--navy); }
.topnav__cta { color: #fff !important; background: var(--navy); padding: 10px 20px; border-radius: 999px; box-shadow: var(--shadow-soft); transition: transform .15s ease, background .15s ease; }
.topnav__cta:hover { background: var(--gold-deep); transform: translateY(-1px); }

/* ---------- buttons ---------- */

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 28px; border-radius: 999px; font-family: "Baloo 2", sans-serif; font-weight: 700; font-size: 1.02rem; text-decoration: none; cursor: pointer; border: 0; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #fff; background: linear-gradient(135deg, var(--gold), var(--gold-deep)); box-shadow: 0 10px 26px rgba(184,125,28,.34); }
.btn--primary:hover { box-shadow: 0 14px 32px rgba(184,125,28,.46); }
.btn--dark { color: #fff; background: var(--navy); box-shadow: 0 10px 26px rgba(20,32,42,.28); }
.btn--dark:hover { background: var(--navy-deep); }
.btn--ghost { color: var(--navy); background: transparent; border: 1.5px solid rgba(29,41,50,.22); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-deep); }
.btn--light { color: var(--navy); background: #fff; box-shadow: var(--shadow-soft); }
.btn--outline { color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.btn--outline:hover { background: rgba(255,255,255,.14); }
.btn--block { width: 100%; }

/* ---------- HERO — diagonal sliced split ---------- */

.hero { position: relative; overflow: hidden; background: var(--cream); }

/* the slanted media panel on the right (event slideshow) */
.hero__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(60%, 920px); z-index: 1; }
.hero__panel::before { content: ""; position: absolute; inset: 0; background: var(--gold); clip-path: polygon(26% 0, 100% 0, 100% 100%, -7% 100%); }
.hero__slides { position: absolute; inset: 0; clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%); background: var(--navy-deep); }

.hero__slide {
    position: absolute; inset: 0;
    background-size: cover; background-position: center; background-repeat: no-repeat;
    opacity: 0; animation: heroFade 32s infinite;
}
.hero__slide--1 { background-image: url("/images/hero-1.jpg"), radial-gradient(60% 70% at 30% 28%, rgba(243,205,120,.5), transparent 60%), linear-gradient(140deg, #3a2a14, #1f2c38 72%); animation-delay: 0s; }
.hero__slide--2 { background-image: url("/images/hero-2.jpg"), radial-gradient(60% 70% at 72% 30%, rgba(232,160,150,.42), transparent 60%), linear-gradient(140deg, #45282a, #1f2c38 72%); animation-delay: 8s; }
.hero__slide--3 { background-image: url("/images/hero-1.jpg"), radial-gradient(60% 70% at 30% 34%, rgba(95,170,160,.42), transparent 60%), linear-gradient(140deg, #11302e, #14202a 72%); animation-delay: 16s; }
.hero__slide--4 { background-image: url("/images/hero-2.jpg"), radial-gradient(60% 70% at 70% 32%, rgba(176,150,230,.38), transparent 60%), linear-gradient(140deg, #2a2444, #14202a 72%); animation-delay: 24s; }

@keyframes heroFade {
    0% { opacity: 0; transform: scale(1.08); }
    3% { opacity: 1; }
    22% { opacity: 1; }
    28% { opacity: 0; transform: scale(1); }
    100% { opacity: 0; transform: scale(1); }
}

/* the copy on the solid side */
.hero__inner { position: relative; z-index: 3; max-width: none; margin: 0; padding: clamp(56px, 7vw, 104px) clamp(20px, 5vw, 56px) clamp(56px, 7vw, 104px) 10%; min-height: clamp(560px, 84vh, 760px); display: flex; flex-direction: column; justify-content: center; }
.hero__copy { max-width: 440px; }
.hero__badge { width: 112px; height: 112px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 22px; background: radial-gradient(circle at 50% 40%, #fff, var(--cream)); box-shadow: inset 0 0 0 2px rgba(217,154,43,.55), var(--shadow); }
.hero__badge img { width: 84%; height: 84%; object-fit: contain; border-radius: 50%; }
.hero h1 { margin: 16px 0 16px; font-size: clamp(2.6rem, 5.8vw, 4.4rem); font-weight: 800; letter-spacing: -.015em; color: var(--navy); }
.hero h1 em { font-style: normal; color: var(--gold-deep); }
.hero__sub { margin: 0 0 30px; max-width: 46ch; color: var(--ink-soft); font-size: 1.1rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(10px, 1.6vw, 20px); margin: 40px 0 0; padding: 0; list-style: none; }
.hero__stats li { display: grid; gap: 1px; }
.hero__stats b { font-family: "Baloo 2", sans-serif; font-size: clamp(1.05rem, 2.2vw, 1.4rem); color: var(--navy); line-height: 1.15; }
.hero__stats span { font-size: .78rem; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .05em; }

/* floating photo strips straddling the diagonal seam */
.pstrip { position: absolute; z-index: 4; width: 116px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: 9px 9px 18px; display: grid; gap: 7px; }
.pstrip__cell { height: 52px; border-radius: 6px; background: linear-gradient(150deg, #fbe9c8, #fff6e6); display: grid; place-items: center; font-size: 1.5rem; }
.pstrip:nth-of-type(2) .pstrip__cell { background: linear-gradient(150deg, #dcefea, #eef0e2); }
.pstrip__foot { text-align: center; font-family: "Baloo 2", sans-serif; font-weight: 700; font-size: .64rem; letter-spacing: .05em; color: var(--ink-soft); }
.pstrip--a { left: 38%; top: 6%; transform: rotate(-6deg); animation: floaty 7s ease-in-out infinite; }
.pstrip--b { left: 43%; bottom: 6%; transform: rotate(5deg); animation: floaty 9s ease-in-out infinite reverse; }
@keyframes floaty { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }

/* ---------- section scaffolding ---------- */

/* Opaque background + own stacking context so each scroll repaint fully
   overpaints the prior frame — stops Mali-G52 scroll-trail "ghost" smearing. */
.section { padding: clamp(56px, 8vw, 104px) 0; background: var(--cream); position: relative; z-index: 0; }
.section--tint { background: var(--paper); border-block: 1px solid var(--line); }
.section__head { max-width: 60ch; margin: 0 auto 50px; text-align: center; display: grid; gap: 12px; justify-items: center; }
.section__title { font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; color: var(--navy); }
.section__sub { margin: 0; color: var(--ink-soft); font-weight: 600; }

/* ---------- use-case chips ---------- */
.uses { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.chip { display: inline-flex; align-items: center; gap: 9px; padding: 11px 20px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); font-weight: 800; font-size: .94rem; color: var(--navy); }
.chip__emoji { font-size: 1.1rem; }

/* ---------- features ---------- */
.features__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.feature { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; transition: transform .18s ease, box-shadow .18s ease; }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature__icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; margin-bottom: 18px; color: var(--navy); background: var(--cream); border: 1px solid var(--line); }
.feature__icon .icon { width: 1.5em; height: 1.5em; }
.feature__icon--gold { background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color: var(--navy); border-color: transparent; }
.feature h3 { font-size: 1.18rem; margin-bottom: 7px; color: var(--navy); }
.feature p { margin: 0; color: var(--ink-soft); font-size: .96rem; }

/* ---------- showcase: clean photo-strip row ---------- */
.showcase { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; }
.strip { width: 150px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-soft); padding: 12px 12px 22px; display: grid; gap: 10px; transition: transform .18s ease, box-shadow .18s ease; }
.strip:hover { transform: translateY(-6px) rotate(0deg); box-shadow: var(--shadow); }
.strip:nth-child(odd) { transform: rotate(-3deg); }
.strip:nth-child(even) { transform: rotate(3deg); }
.strip__cell { height: 72px; border-radius: 7px; display: grid; place-items: center; font-size: 1.9rem; background: linear-gradient(150deg, #fbe9c8, #fff6e6); }
.strip:nth-child(even) .strip__cell { background: linear-gradient(150deg, #dcefea, #eef0e2); }
.strip__foot { text-align: center; font-family: "Baloo 2", sans-serif; font-weight: 700; font-size: .8rem; color: var(--ink-soft); }

/* ---------- packages ---------- */
.packages__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px; }
.plan--featured { border: 1.5px solid var(--gold); box-shadow: var(--shadow); }
.plan__badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; font-family: "Baloo 2", sans-serif; font-weight: 700; font-size: .78rem; padding: 6px 18px; border-radius: 999px; white-space: nowrap; }
.plan__name { font-size: 1.5rem; font-weight: 800; color: var(--navy); }
.plan__hours { margin: 2px 0 20px; font-family: "Baloo 2", sans-serif; font-weight: 700; color: var(--gold-deep); }
.plan__list { flex: 1; margin: 0 0 24px; padding: 0; list-style: none; display: grid; gap: 11px; }
.plan__list li { padding-left: 28px; position: relative; color: var(--ink-soft); font-weight: 600; font-size: .96rem; }
.plan__list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--teal); font-weight: 800; }
.plan__list li b { color: var(--ink); }
.packages__note { text-align: center; margin-top: 32px; color: var(--ink-soft); font-size: .92rem; font-weight: 600; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; }
.step { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 26px; text-align: center; }
.step__num { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; margin-bottom: 16px; background: var(--cream); border: 1px solid var(--line); color: var(--gold-deep); font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: 1.25rem; }
.step h3 { font-size: 1.15rem; margin-bottom: 7px; color: var(--navy); }
.step p { margin: 0; color: var(--ink-soft); font-size: .96rem; }

/* ---------- faq ---------- */
.faq { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.faq__item { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.faq__item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-family: "Baloo 2", sans-serif; font-weight: 700; color: var(--navy); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.4rem; color: var(--gold-deep); transition: transform .2s ease; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { margin: 0; padding: 0 22px 20px; color: var(--ink-soft); font-size: .96rem; }

/* ---------- book / cta ---------- */
.book__card { position: relative; overflow: hidden; background: var(--navy); border-radius: var(--radius-lg); padding: clamp(44px, 6vw, 76px) clamp(24px, 5vw, 64px); text-align: center; color: #fff; }
.book__card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(560px 300px at 88% -20%, rgba(243,205,120,.28), transparent 60%); }
.book__coin { position: relative; width: 86px; height: 86px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 50% 40%, #fff, var(--cream)); box-shadow: inset 0 0 0 2px rgba(217,154,43,.55), 0 12px 30px rgba(0,0,0,.3); }
.book__coin img { width: 86%; height: 86%; object-fit: contain; border-radius: 50%; }
.book__card h2 { position: relative; font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; }
.book__card p { position: relative; max-width: 54ch; margin: 14px auto 30px; color: rgba(255,255,255,.85); font-weight: 600; }
.book__actions { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* ---------- booking terms ---------- */
.terms { max-width: 1000px; margin: 0 auto; }
.terms__lead { max-width: 780px; margin: 0 auto 34px; text-align: center; color: var(--ink-soft); font-weight: 600; font-size: 1.02rem; line-height: 1.6; }
.terms__lead b { color: var(--navy); font-weight: 800; }
.terms__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.term { display: flex; gap: 16px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.term__ic { flex: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--cream); border: 1px solid var(--line); color: var(--gold-deep); }
.term__ic svg { width: 24px; height: 24px; }
.term h3 { margin: 2px 0 7px; font-family: "Baloo 2", sans-serif; font-weight: 700; color: var(--navy); font-size: 1.06rem; }
.term p { margin: 0; color: var(--ink-soft); font-size: .94rem; line-height: 1.55; }
.terms__fine { max-width: 780px; margin: 26px auto 0; text-align: center; color: var(--ink-soft); font-size: .84rem; font-weight: 600; opacity: .85; }
@media (max-width: 720px) { .terms__grid { grid-template-columns: 1fr; } }
/* ---------- availability calendar ---------- */
.cal-wrap { max-width: 920px; margin: 0 auto; }
.cal-legend { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; margin: 0 0 22px; }
.cal-legend span { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 700; color: var(--ink-soft); }
.cal-legend i { width: 14px; height: 14px; border-radius: 5px; flex: none; }
.lg-open { background: rgba(61,128,121,.16); border: 1px solid var(--teal); }
.lg-res { background: var(--navy); }
.lg-hold { background: var(--gold-soft); border: 1px solid var(--gold); }
.lg-blk { background: #d8dde1; }
.cal-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 360px; margin: 0 auto 18px; }
.cal-nav h3 { margin: 0; font-family: "Baloo 2", sans-serif; font-size: 1.35rem; color: var(--navy); }
.cal-nav a, .cal-nav span.disabled { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: var(--paper); color: var(--navy); text-decoration: none; font-size: 1.3rem; font-weight: 800; }
.cal-nav a:hover { border-color: var(--gold); color: var(--gold-deep); }
.cal-nav span.disabled { opacity: .35; }
.cal { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; box-shadow: var(--shadow-soft); }
.cal__dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-bottom: 8px; }
.cal__dow span { text-align: center; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-soft); }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.cal__cell { min-height: 78px; border-radius: 12px; border: 1px solid var(--line); padding: 8px; display: flex; flex-direction: column; gap: 5px; background: #fff; }
.cal__cell--blank { border: none; background: transparent; }
.cal__cell--past { opacity: .42; }
.cal__cell--today { box-shadow: inset 0 0 0 2px var(--gold); }
.cal__num { font-weight: 800; font-size: .9rem; color: var(--navy); }
.cal__cell--today .cal__num { color: var(--gold-deep); }
.cal__pill { margin-top: auto; font-size: .66rem; font-weight: 800; line-height: 1.2; padding: 4px 7px; border-radius: 7px; text-transform: uppercase; letter-spacing: .02em; align-self: flex-start; }
.cal__pill--open { background: rgba(61,128,121,.14); color: #2c5f59; }
.cal__pill--reserved { background: var(--navy); color: #fff; }
.cal__pill--pending { background: var(--gold-soft); color: var(--gold-deep); }
.cal__pill--blocked { background: #e6eaed; color: var(--ink-soft); }
.cal__meta { font-size: .64rem; font-weight: 700; color: var(--ink-soft); }
.cal-cta { text-align: center; margin-top: 32px; }
.cal-cta p { margin: 0 0 14px; font-family: "Baloo 2", sans-serif; font-weight: 700; color: var(--navy); }
@media (max-width: 640px) {
    .cal { padding: 8px; }
    .cal__grid, .cal__dow { gap: 4px; }
    .cal__cell { min-height: 60px; padding: 5px; gap: 3px; }
    .cal__num { font-size: .8rem; }
    .cal__pill { font-size: .54rem; padding: 3px 5px; }
    .cal__meta { font-size: .56rem; }

    /* Redmi 13C / Mali-G52 GPU corrupts the sticky bar's backdrop-filter blur,
       smearing scrolled content (the occasion chips) into ghost "layers".
       Use an opaque bar with no blur on mobile — kills the tile corruption. */
    .topbar { background: var(--cream); backdrop-filter: none; -webkit-backdrop-filter: none; }

    /* ROOT CAUSE of the section "ghost duplication" on scroll: the hero's
       perpetual infinite animations (heroFade transform:scale, 14× confetti,
       floaty badge) keep the Mali-G52 compositor running every frame, which
       breaks Chrome's scroll-repaint so content below smears into stacked
       ghosts. These effects are barely visible on a phone — stop them. */
    .hero__slide, .pstrip, .hero__badge { animation: none !important; }
    .hero__slide--1 { opacity: 1; }
    .confetti { display: none; }
    .eyebrow .livedot { animation: none; }
    html { scroll-behavior: auto; }
}

/* On touch devices the :hover state sticks after a tap; the sub-pixel rotate
   promotes each chip to its own GPU layer, which the Mali-G52 fails to clear,
   leaving duplicated "broken-LCD" pill ghosts. Only apply hover motion where a
   real hover pointer exists (desktop). */
@media (hover: none) {
    .chip:hover { transform: none; }
    .strip:hover { transform: none !important; }
    .step:hover .step__num,
    .feature:hover .feature__icon { transform: none; }
}
/* ---------- footer ---------- */
.foot { text-align: center; padding: 38px 16px 50px; color: var(--ink-soft); font-size: .9rem; font-weight: 600; background: var(--cream); border-top: 1px solid var(--line); }
.foot a { color: inherit; }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
    .hero { display: flex; flex-direction: column; }
    .hero__panel { position: relative; width: 100%; height: clamp(240px, 42vw, 320px); order: -1; }
    .hero__panel::before { clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%); }
    .hero__slides { clip-path: polygon(0 0, 100% 0, 100% 79%, 0 96%); }
    .hero__inner { min-height: auto; padding: clamp(32px, 7vw, 48px) clamp(20px, 5vw, 56px) clamp(40px, 8vw, 64px); }
    .hero__copy { max-width: 100%; }
    .pstrip { display: none; }
    .topnav a:not(.topnav__cta) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .hero__slide, .pstrip { animation: none !important; }
    .hero__slide--1 { opacity: 1; }
}
/* ---------- playful / entertaining ---------- */

/* pulsing "live" booking dot in the hero eyebrow */
.eyebrow .livedot { width: 8px; height: 8px; border-radius: 50%; background: #37b24d; display: inline-block; animation: livePulse 1.8s ease-in-out infinite; }
@keyframes livePulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(55, 178, 77, .55); } 50% { box-shadow: 0 0 0 6px rgba(55, 178, 77, 0); } }

/* logo coin gently floats; wiggles on hover */
.hero__badge { animation: floaty 6s ease-in-out infinite; cursor: pointer; }
.hero__badge:hover { animation: wiggle .6s ease; }
@keyframes wiggle { 0%, 100% { transform: rotate(0); } 25% { transform: rotate(-9deg); } 75% { transform: rotate(9deg); } }

/* drifting confetti across the hero (party vibe) */
.confetti { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.confetti i { position: absolute; top: -14%; width: 9px; height: 14px; border-radius: 2px; opacity: .85; animation: confettiFall linear infinite; }
@keyframes confettiFall { 0% { transform: translateY(-30px) rotate(0); opacity: 0; } 8% { opacity: .9; } 100% { transform: translateY(118vh) rotate(680deg); opacity: .9; } }
.confetti i:nth-child(1)  { left: 5%;  background: var(--gold);      width: 8px;  height: 12px; animation-duration: 7.5s;  animation-delay: 0s; }
.confetti i:nth-child(2)  { left: 13%; background: var(--teal);      animation-duration: 9s;    animation-delay: 1.2s; }
.confetti i:nth-child(3)  { left: 21%; background: var(--gold-soft); width: 7px;  height: 7px;  border-radius: 50%; animation-duration: 8s; animation-delay: .4s; }
.confetti i:nth-child(4)  { left: 29%; background: var(--navy);      animation-duration: 10.5s; animation-delay: 2.1s; }
.confetti i:nth-child(5)  { left: 37%; background: var(--gold);      animation-duration: 7s;    animation-delay: .8s; }
.confetti i:nth-child(6)  { left: 45%; background: var(--gold-soft); width: 8px;  height: 8px;  border-radius: 50%; animation-duration: 9.5s; animation-delay: 1.7s; }
.confetti i:nth-child(7)  { left: 53%; background: var(--teal);      animation-duration: 8.5s;  animation-delay: .2s; }
.confetti i:nth-child(8)  { left: 61%; background: var(--gold);      width: 7px;  height: 11px; animation-duration: 11s;   animation-delay: 2.6s; }
.confetti i:nth-child(9)  { left: 69%; background: #fff;             width: 6px;  height: 6px;  border-radius: 50%; animation-duration: 8s; animation-delay: 1s; }
.confetti i:nth-child(10) { left: 77%; background: var(--gold-soft); animation-duration: 9s;    animation-delay: .5s; }
.confetti i:nth-child(11) { left: 85%; background: var(--teal);      width: 7px;  height: 7px;  border-radius: 50%; animation-duration: 10s; animation-delay: 1.9s; }
.confetti i:nth-child(12) { left: 92%; background: var(--gold);      animation-duration: 7.5s;  animation-delay: 3s; }
.confetti i:nth-child(13) { left: 33%; background: #fff;             width: 5px;  height: 5px;  border-radius: 50%; animation-duration: 12s; animation-delay: 2.3s; }
.confetti i:nth-child(14) { left: 65%; background: var(--gold-soft); width: 7px;  height: 12px; animation-duration: 8.8s; animation-delay: .9s; }

/* livelier hovers */
.chip { transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.chip:hover { transform: translateY(-3px) rotate(-1deg); box-shadow: var(--shadow-soft); border-color: var(--gold); }
.strip { transition: transform .2s ease, box-shadow .2s ease; }
.strip:hover { transform: translateY(-8px) scale(1.03) rotate(0deg) !important; box-shadow: var(--shadow); z-index: 2; }
.step:hover .step__num { transform: scale(1.12) rotate(-6deg); transition: transform .2s ease; }
.feature:hover .feature__icon { transform: rotate(-6deg) scale(1.06); transition: transform .2s ease; }

@media (prefers-reduced-motion: reduce) {
    .confetti i, .hero__badge, .eyebrow .livedot { animation: none !important; }
    .confetti { display: none; }
}
/* confetti burst fired from the Book now button */
.burst-piece { position: fixed; z-index: 9999; width: 9px; height: 13px; border-radius: 2px; pointer-events: none; will-change: transform, opacity; animation: burstPop .95s ease-out forwards; }
@keyframes burstPop { 0% { transform: translate(0, 0) rotate(0); opacity: 1; } 100% { transform: translate(var(--x, 0), var(--y, 0)) rotate(var(--r, 0)); opacity: 0; } }
/* svg icons replacing emoji in chips, photo-strip cells, showcase cells */
.pstrip__cell svg, .strip__cell svg { color: var(--gold-deep); }
.pstrip__cell svg { width: 26px; height: 26px; }
.strip__cell svg { width: 34px; height: 34px; }
.chip__ic { width: 18px; height: 18px; color: var(--gold-deep); flex: none; }