/* ============================================================
   Fluffy Friends — website layout styles (site-local).
   Tokens & components come from the bound design system.
   ============================================================ */

html { scroll-behavior: smooth; }
body { background: var(--cream); }
.site { min-height: 100vh; display: flex; flex-direction: column; font-family: var(--font-body); color: var(--text-primary); overflow-x: clip; }
.container { max-width: var(--maxw-wide); margin: 0 auto; padding-inline: 32px; width: 100%; }
.container--narrow { max-width: var(--maxw-content); }
img { max-width: 100%; }

.eyebrow { font-family: var(--font-body); font-weight: 800; font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--brand-press); display: inline-flex; align-items: center; gap: 9px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--pink-400); display: inline-block; }
.eyebrow--center { justify-content: center; }
.pink { color: var(--pink-400); }

/* ——— Section scaffolding ——— */
.section { padding: 92px 0; position: relative; }
.section--tight { padding: 64px 0; }
.section--pink { background: var(--pink-100); }
.section--sand { background: var(--sand); }
.section--ink { background: var(--ink-900); color: var(--cream); }
.section--ink h1, .section--ink h2, .section--ink h3 { color: var(--cream); }
.sec-head { max-width: 44rem; margin: 0 auto 56px; text-align: center; }
.sec-head.left { text-align: left; margin-inline: 0; }
.sec-head h2 { font-size: clamp(32px, 4vw, 50px); margin: 16px 0 0; line-height: 1.05; }
.sec-head p { font-size: 19px; color: var(--text-secondary); margin-top: 16px; line-height: 1.6; }
.section--ink .sec-head p { color: var(--ink-300); }

/* ——— Header / nav ——— */
.nav { position: sticky; top: 0; z-index: 60; background: rgba(255,249,245,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--ink-100); }
.nav__inner { display: flex; align-items: center; gap: 24px; height: 78px; }
.nav__logo { display: inline-flex; align-items: center; gap: 11px; background: none; border: 0; cursor: pointer; padding: 0; }
.nav__logo img { height: 32px; display: block; }
.nav__links { display: flex; gap: 4px; margin-left: auto; }
.nav__link { font-weight: 700; font-size: 15.5px; color: var(--ink-700); background: none; border: 0; cursor: pointer; padding: 9px 16px; border-radius: var(--radius-pill); font-family: var(--font-body); transition: color var(--dur-fast) var(--ease-soft), background var(--dur-fast) var(--ease-soft); }
.nav__link:hover { color: var(--brand-press); background: var(--pink-50); }
.nav__link.is-active { color: var(--ink-900); background: var(--pink-200); }
.nav__tools { display: flex; align-items: center; gap: 10px; margin-left: 8px; }
.nav__staff { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-body); font-weight: 700; font-size: 14px; color: var(--ink-700); background: none; border: 2px solid var(--ink-200); border-radius: var(--radius-pill); padding: 8px 15px; cursor: pointer; white-space: nowrap; transition: all var(--dur-base) var(--ease-soft); }
.nav__staff:hover { border-color: var(--ink-900); color: var(--ink-900); transform: translateY(-1px); }
.nav__staff svg { width: 16px; height: 16px; }
.nav__burger { display: none; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; padding: 6px; margin-left: 2px; color: var(--ink-900); border-radius: 12px; }
.nav__burger:hover { background: var(--pink-50); }
/* Mobile dropdown menu (shown when burger is tapped under 860px) */
.nav__mobile { display: flex; flex-direction: column; gap: 2px; padding: 10px 22px 20px; background: rgba(255,249,245,.98); border-bottom: 1px solid var(--ink-100); box-shadow: var(--shadow-sm); }
.nav__mobile-link { display: flex; align-items: center; gap: 9px; font-family: var(--font-body); font-weight: 800; font-size: 17px; color: var(--ink-800); background: none; border: 0; text-align: left; padding: 13px 10px; border-radius: 12px; cursor: pointer; }
.nav__mobile-link:hover { background: var(--pink-50); }
.nav__mobile-link.is-active { color: var(--ink-900); background: var(--pink-200); }
.nav__mobile-link--muted { color: var(--ink-700); border-top: 1px solid var(--ink-100); margin-top: 4px; padding-top: 16px; }

/* ——— Hero ——— */
.hero { position: relative; overflow: clip; padding-top: 30px; }
.hero__inner { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 60px; align-items: center; padding: 56px 0 86px; }
.hero__pill { display: inline-flex; align-items: center; gap: 9px; background: var(--white); box-shadow: var(--shadow-sm); border-radius: var(--radius-pill); padding: 7px 16px 7px 8px; font-weight: 700; font-size: 13.5px; color: var(--ink-700); white-space: nowrap; max-width: 100%; }
.hero__pill b { color: var(--ink-900); }
.hero__pill .chip { background: var(--pink-300); color: var(--ink-900); border-radius: var(--radius-pill); padding: 4px 11px; font-size: 12px; font-weight: 800; }
.hero h1 { font-size: clamp(42px, 5.4vw, 74px); line-height: 1; margin: 22px 0 0; letter-spacing: -0.015em; }
.hero__lead { font-size: 20px; line-height: 1.6; color: var(--text-secondary); margin: 24px 0 32px; max-width: 31em; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero__trust { display: flex; align-items: center; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero__trust .stars { color: var(--pink-500); font-size: 19px; letter-spacing: 2px; }
.hero__trust .who { font-size: 14.5px; color: var(--text-muted); }
.hero__trust b { font-family: var(--font-display); color: var(--ink-900); }
.hero__media { position: relative; }
.hero__photo { position: relative; border-radius: var(--radius-2xl); overflow: hidden; aspect-ratio: 4 / 4.1; box-shadow: var(--shadow-lg); z-index: 2; }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__blob { position: absolute; inset: -8% -10% auto auto; width: 78%; height: 78%; background: var(--pink-300); border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%; z-index: 1; animation: blobMorph 14s var(--ease-soft) infinite alternate; }
.hero__blob--2 { inset: auto auto -12% -12%; width: 46%; height: 46%; background: var(--pink-200); animation-duration: 11s; }
@keyframes blobMorph { to { border-radius: 56% 44% 42% 58% / 44% 56% 48% 52%; transform: scale(1.05) rotate(6deg); } }
.hero__badge { position: absolute; right: -22px; bottom: 36px; width: 116px; height: 116px; border-radius: 50%; background: var(--white); box-shadow: var(--shadow-md); display: grid; place-items: center; z-index: 3; animation: spinSlow 26s linear infinite; }
.hero__badge img { width: 84%; }
@keyframes spinSlow { to { transform: rotate(360deg); } }
.hero__chip-card { position: absolute; left: -26px; top: 52px; background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 13px 16px; display: flex; align-items: center; gap: 11px; z-index: 3; }
.hero__chip-card .ic { width: 40px; height: 40px; border-radius: 50%; background: var(--pink-100); color: var(--brand-press); display: grid; place-items: center; }
.hero__chip-card .ic svg { width: 21px; height: 21px; }
.hero__chip-card b { display: block; font-family: var(--font-display); font-size: 16px; white-space: nowrap; }
.hero__chip-card span { font-size: 12.5px; color: var(--text-muted); white-space: nowrap; }

/* hero reel embed (replaces the static photo) */
.hero__reel-wrap { position: relative; width: min(360px, 100%); margin: 0 auto; }
.hero__reel { position: relative; z-index: 2; }
.hero__reel .instagram-media { margin: 0 auto !important; width: 100% !important; }
.hero__reel-wrap .hero__blob { inset: -7% -16% auto auto; width: 92%; height: 82%; }
.hero__reel-wrap .hero__blob--2 { inset: auto auto -7% -16%; width: 56%; height: 46%; }
.hero__reel-wrap .hero__badge { right: -26px; bottom: 26px; }

/* ——— Logo / trust strip ——— */
.trustbar { background: var(--ink-900); color: var(--cream); }
.trustbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 26px 0; flex-wrap: wrap; }
.trustbar__item { display: flex; align-items: center; gap: 12px; }
.trustbar__item .ic { width: 38px; height: 38px; border-radius: 50%; background: rgba(250,187,203,.18); color: var(--pink-300); display: grid; place-items: center; flex: none; }
.trustbar__item .ic svg { width: 20px; height: 20px; }
.trustbar__item b { display: block; font-family: var(--font-display); font-size: 17px; color: var(--cream); }
.trustbar__item span { font-size: 13px; color: var(--ink-300); }

/* ——— Steps (How it works) ——— */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { position: relative; background: var(--white); border-radius: var(--radius-xl); padding: 38px 30px 34px; box-shadow: var(--shadow-card); text-align: center; transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.section--pink .step { background: var(--white); }
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.step__num { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); width: 38px; height: 38px; border-radius: 50%; background: var(--ink-900); color: var(--cream); font-family: var(--font-display); font-weight: 600; display: grid; place-items: center; font-size: 17px; }
.step__ic { width: 78px; height: 78px; margin: 6px auto 20px; border-radius: 50%; background: var(--pink-300); color: var(--ink-900); display: grid; place-items: center; box-shadow: var(--shadow-pink); }
.step__ic svg { width: 34px; height: 34px; }
.step h3 { font-size: 23px; margin-bottom: 9px; }
.step p { color: var(--text-secondary); font-size: 15.5px; line-height: 1.6; }
.steps__line { display: none; }

/* ——— Services grid ——— */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.svc-card { background: var(--surface-card, var(--white)); border-radius: var(--radius-lg); box-shadow: var(--shadow-card); overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.svc-card__media { position: relative; aspect-ratio: 1 / 1; background: var(--pink-100); overflow: hidden; }
.svc-card__slot { display: block; width: 100%; height: 100%; --image-slot-radius: 0; }
.svc-card__badge { position: absolute; top: 12px; left: 12px; z-index: 3; }
.svc-card__body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.svc-card__title { font-family: var(--font-display); font-weight: 600; font-size: 22px; color: var(--ink-900); line-height: 1.15; }
.svc-card__desc { font-size: 14px; color: var(--text-secondary); line-height: 1.5; }
.svc-card__foot { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.svc-card__price { font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--ink-900); }
.svc-card__price small { font-family: var(--font-body); font-weight: 700; font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; display: block; }

/* before → after animated media */
.ba { position: absolute; inset: 0; overflow: hidden; }
.ba__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; display: block; }
.ba__after { opacity: 1; animation: baCross 9s var(--ease-soft) infinite; }
.ba__tag { position: absolute; top: 12px; right: 12px; z-index: 2; background: rgba(20,17,16,.62); color: #fff; font-family: var(--font-body); font-weight: 800; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 5px 11px; border-radius: var(--radius-pill); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.ba__tag--after { animation: baCross 9s var(--ease-soft) infinite; }
.ba__tag--before { opacity: 0; animation: baCrossInv 9s var(--ease-soft) infinite; }
@keyframes baCross { 0%, 42% { opacity: 1; } 50%, 92% { opacity: 0; } 100% { opacity: 1; } }
@keyframes baCrossInv { 0%, 42% { opacity: 0; } 50%, 92% { opacity: 1; } 100% { opacity: 0; } }
.ba__kb { animation: baKen 13s var(--ease-soft) infinite alternate; }
@keyframes baKen { from { transform: scale(1); } to { transform: scale(1.12); } }
@media (prefers-reduced-motion: reduce) {
  .ba__after, .ba__tag--after { opacity: 1 !important; animation: none !important; }
  .ba__tag--before { opacity: 0 !important; animation: none !important; }
  .ba__kb { animation: none !important; }
}

/* ——— Why choose us ——— */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why { background: var(--white); border-radius: var(--radius-lg); padding: 30px 26px; box-shadow: var(--shadow-card); transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.why:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.why__ic { width: 56px; height: 56px; border-radius: 18px; background: var(--pink-100); color: var(--brand-press); display: grid; place-items: center; margin-bottom: 18px; }
.why__ic svg { width: 27px; height: 27px; }
.why h3 { font-size: 20px; margin-bottom: 8px; }
.why p { font-size: 14.5px; color: var(--text-secondary); line-height: 1.55; }

/* ——— Prices ——— */
.prices__tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.ptab { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-body); font-weight: 700; font-size: 15.5px; padding: 11px 22px; border-radius: var(--radius-pill); border: 2px solid var(--ink-200); background: var(--white); color: var(--ink-700); cursor: pointer; transition: all var(--dur-base) var(--ease-soft); }
.ptab svg { width: 19px; height: 19px; }
.ptab:hover { border-color: var(--ink-900); transform: translateY(-2px); }
.ptab.is-active { background: var(--ink-900); color: var(--cream); border-color: var(--ink-900); }
.price-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.price-wrap--single { grid-template-columns: 1fr; max-width: 720px; margin: 0 auto; }
.price-card { background: var(--white); border-radius: var(--radius-xl); padding: 32px 34px; box-shadow: var(--shadow-card); }
.price-card h3 { font-size: 25px; margin-bottom: 4px; display: flex; align-items: center; gap: 10px; }
.price-card h3 .heart { color: var(--pink-400); }
.price-card .sub { font-size: 13.5px; color: var(--text-muted); font-weight: 700; margin-bottom: 20px; }
.price-group { margin-top: 22px; }
.price-group:first-of-type { margin-top: 0; }
.price-group__h { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink-900); margin-bottom: 10px; padding-bottom: 9px; border-bottom: 2px dashed var(--ink-200); }
.price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 7px 0; }
.price-row__label { font-size: 15px; color: var(--text-secondary); }
.price-row__dots { flex: 1; border-bottom: 2px dotted var(--ink-200); transform: translateY(-4px); min-width: 16px; }
.price-row__val { font-family: var(--font-display); font-weight: 600; font-size: 16.5px; color: var(--ink-900); white-space: nowrap; }
.price-row__val small { font-weight: 700; font-size: 11px; color: var(--text-muted); font-family: var(--font-body); margin-left: 2px; }
.price-note { background: var(--pink-50); border: 2px solid var(--pink-200); border-radius: var(--radius-lg); padding: 20px 22px; margin-top: 22px; }
.price-note h4 { font-family: var(--font-display); font-size: 16px; margin-bottom: 8px; display: flex; gap: 8px; align-items: center; }
.price-note h4 svg { width: 18px; height: 18px; color: var(--brand-press); }
.price-note p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }
.price-note p + p { margin-top: 9px; }
.price-aside { background: var(--ink-900); color: var(--cream); border-radius: var(--radius-xl); padding: 34px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.price-aside h3 { color: var(--cream); font-size: 26px; margin-bottom: 12px; }
.price-aside p { color: var(--ink-300); font-size: 15px; line-height: 1.6; margin-bottom: 22px; }
.price-aside ul { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.price-aside li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; color: var(--cream); }
.price-aside li svg { width: 20px; height: 20px; color: var(--pink-300); flex: none; margin-top: 1px; }
.price-aside__bunny { position: absolute; right: -18px; bottom: -14px; width: 120px; opacity: .1; }

/* ——— Gallery ——— */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 16px; }
.gallery figure { margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); position: relative; }
.gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--dur-slow) var(--ease-soft); }
.gallery figure:hover img { transform: scale(1.07); }
.gallery .tall { grid-row: span 2; }
.gallery .wide { grid-column: span 2; }
.gallery__item { cursor: zoom-in; }
.gallery__item:focus-visible { outline: 3px solid var(--pink-300); outline-offset: 3px; }
.gallery__zoom { position: absolute; right: 12px; bottom: 12px; z-index: 5; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; box-shadow: var(--shadow-sm); opacity: 0; transform: translateY(6px); transition: opacity var(--dur-base) var(--ease-soft), transform var(--dur-base) var(--ease-soft); pointer-events: none; }
.gallery__item:hover .gallery__zoom, .gallery__item:focus-visible .gallery__zoom { opacity: 1; transform: translateY(0); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 4vmin; background: rgba(20,17,16,.82); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); animation: lbFade var(--dur-base) var(--ease-soft); }
@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }
.lightbox__frame { position: relative; width: min(86vw, 760px); max-height: 88vh; aspect-ratio: 1 / 1; border-radius: var(--radius-2xl); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.5); background: var(--pink-100); animation: lbPop var(--dur-base) var(--ease-bounce); }
@keyframes lbPop { from { transform: scale(.92); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.lightbox__frame > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lightbox__frame .ba__img { object-position: center 50%; }
.lightbox__close { position: absolute; top: 22px; right: 22px; z-index: 210; width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(255,255,255,.14); color: #fff; display: grid; place-items: center; cursor: pointer; transition: background var(--dur-base) var(--ease-soft), transform var(--dur-base) var(--ease-soft); }
.lightbox__close:hover { background: rgba(255,255,255,.28); transform: scale(1.06); }

/* ——— Reviews ——— */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { background: var(--white); border-radius: var(--radius-lg); padding: 28px 26px; box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: 14px; }
.section--ink .review { background: rgba(255,255,255,.05); box-shadow: none; border: 1px solid rgba(255,255,255,.08); }
.review .stars { color: var(--pink-500); letter-spacing: 1.5px; font-size: 15px; }
.section--ink .review .stars { color: var(--pink-300); }
.review p { font-size: 15.5px; line-height: 1.6; color: var(--text-secondary); flex: 1; }
.section--ink .review p { color: var(--ink-300); }
.review__who { display: flex; align-items: center; gap: 12px; }
.review__who b { font-size: 14.5px; display: block; }
.review__who span { font-size: 13px; color: var(--text-muted); }
.section--ink .review__who span { color: var(--ink-300); }

/* ——— CTA band ——— */
.ctaband { position: relative; }
.ctaband__inner { background: var(--pink-300); border-radius: var(--radius-2xl); padding: 60px 64px; display: grid; grid-template-columns: 1.3fr auto; gap: 40px; align-items: center; position: relative; overflow: hidden; box-shadow: var(--shadow-pink); }
.ctaband__inner h2 { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.05; color: var(--ink-900); }
.ctaband__inner p { font-size: 18px; color: var(--ink-900); opacity: .8; margin-top: 12px; max-width: 30em; }
.ctaband__actions { display: flex; flex-direction: column; gap: 12px; }
.ctaband__bunny { position: absolute; right: 36px; bottom: -30px; width: 150px; opacity: .16; }

/* ——— Footer ——— */
.footer { background: var(--ink-900); color: var(--cream); padding: 70px 0 34px; margin-top: auto; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 40px; align-items: start; }
.footer__logo { height: 36px; margin-bottom: 18px; }
.footer p { color: var(--ink-300); font-size: 15px; line-height: 1.65; max-width: 26em; }
.footer__social { display: flex; gap: 10px; margin-top: 20px; }
.footer__social a { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.07); display: grid; place-items: center; color: var(--cream); transition: all var(--dur-base) var(--ease-soft); }
.footer__social a:hover { background: var(--pink-300); color: var(--ink-900); transform: translateY(-2px); }
.footer__social svg { width: 19px; height: 19px; }
.footer h4 { font-family: var(--font-body); font-weight: 800; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--pink-300); margin-bottom: 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer ul button, .footer ul a { color: var(--cream); text-decoration: none; font-size: 15px; opacity: .82; background: none; border: 0; padding: 0; cursor: pointer; font-family: var(--font-body); text-align: left; transition: opacity var(--dur-fast), color var(--dur-fast); }
.footer ul button:hover, .footer ul a:hover { opacity: 1; color: var(--pink-300); }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--ink-300); }
.footer__contact li svg { width: 17px; height: 17px; color: var(--pink-300); flex: none; margin-top: 3px; }
.footer__bottom { margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 16px; font-size: 13px; color: var(--ink-300); flex-wrap: wrap; }

/* ——— WhatsApp floating button ——— */
.wa-fab { position: fixed; right: 26px; bottom: 26px; z-index: 80; display: inline-flex; align-items: center; gap: 11px; background: #25D366; color: #fff; border: 0; border-radius: var(--radius-pill); padding: 14px 22px 14px 16px; font-family: var(--font-body); font-weight: 800; font-size: 15.5px; cursor: pointer; box-shadow: 0 12px 30px rgba(37,211,102,.4); transition: transform var(--dur-base) var(--ease-bounce), box-shadow var(--dur-base) var(--ease-soft); }
.wa-fab:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 38px rgba(37,211,102,.5); }
.wa-fab svg { width: 26px; height: 26px; }
.wa-fab__pulse { position: absolute; inset: 0; border-radius: var(--radius-pill); box-shadow: 0 0 0 0 rgba(37,211,102,.5); animation: waPulse 2.6s ease-out infinite; pointer-events: none; }
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.45); } 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ——— Page hero (About / Contact) ——— */
.page-hero { background: var(--pink-100); padding: 70px 0 76px; text-align: center; position: relative; overflow: clip; }
.page-hero h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.02; margin: 18px 0 0; }
.page-hero p { font-size: 19px; color: var(--text-secondary); max-width: 38em; margin: 18px auto 0; line-height: 1.6; }
.page-hero__bunny { position: absolute; opacity: .08; width: 150px; }
.page-hero__bunny.l { left: 4%; bottom: 6%; transform: rotate(-12deg); }
.page-hero__bunny.r { right: 4%; top: 12%; transform: rotate(10deg) scaleX(-1); }

/* ——— About ——— */
.story { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.story__media { position: relative; }
.story__media img { border-radius: var(--radius-2xl); box-shadow: var(--shadow-lg); width: 100%; display: block; aspect-ratio: 4/3.5; object-fit: cover; }
.story__media .stamp { position: absolute; right: -20px; bottom: -22px; width: 110px; height: 110px; border-radius: 50%; background: var(--pink-300); display: grid; place-items: center; box-shadow: var(--shadow-md); }
.story__media .stamp img { width: 66%; box-shadow: none; aspect-ratio: auto; }
.story h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.05; margin: 14px 0 18px; }
.story p { font-size: 16.5px; line-height: 1.7; color: var(--text-secondary); }
.story p + p { margin-top: 16px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stat { text-align: center; }
.stat b { font-family: var(--font-display); font-weight: 600; font-size: clamp(34px, 4vw, 50px); color: var(--ink-900); display: block; line-height: 1; }
.section--ink .stat b { color: var(--pink-300); }
.stat span { font-size: 14.5px; color: var(--text-muted); margin-top: 8px; display: block; font-weight: 600; }
.section--ink .stat span { color: var(--ink-300); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value { background: var(--white); border-radius: var(--radius-xl); padding: 34px 30px; box-shadow: var(--shadow-card); }
.value__ic { width: 60px; height: 60px; border-radius: 20px; background: var(--pink-300); color: var(--ink-900); display: grid; place-items: center; margin-bottom: 20px; }
.value__ic svg { width: 29px; height: 29px; }
.value h3 { font-size: 22px; margin-bottom: 10px; }
.value p { font-size: 15px; color: var(--text-secondary); line-height: 1.6; }
.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.member { text-align: center; }
.member__photo { aspect-ratio: 1; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-card); margin-bottom: 16px; }
.member__photo img { width: 100%; height: 100%; object-fit: cover; }
.member h3 { font-size: 20px; }
.member span { font-size: 14px; color: var(--brand-press); font-weight: 700; }
.team-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 960px; margin: 0 auto; }
.member__ig { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; font-size: 13.5px; font-weight: 800; color: var(--ink-700); text-decoration: none; transition: color var(--dur-base) var(--ease-soft); }
.member__ig:hover { color: var(--brand-press); }
.member__ig svg { width: 15px; height: 15px; }
@media (max-width: 760px) { .team-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .team-3 { grid-template-columns: 1fr; max-width: 320px; } }
.van-feature { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: center; }
.van-feature__media img { border-radius: var(--radius-2xl); box-shadow: var(--shadow-lg); width: 100%; }
.van-list { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.van-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; color: var(--text-secondary); }
.van-list li .ic { width: 30px; height: 30px; border-radius: 50%; background: var(--pink-300); color: var(--ink-900); display: grid; place-items: center; flex: none; }
.van-list li .ic svg { width: 16px; height: 16px; }

/* ——— Contact ——— */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 40px; align-items: start; }
.contact-cards { display: flex; flex-direction: column; gap: 16px; }
.ccard { display: flex; gap: 16px; align-items: center; background: var(--white); border-radius: var(--radius-lg); padding: 22px 24px; box-shadow: var(--shadow-card); text-decoration: none; color: inherit; transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.ccard:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.ccard__ic { width: 52px; height: 52px; border-radius: 16px; background: var(--pink-100); color: var(--brand-press); display: grid; place-items: center; flex: none; }
.ccard__ic.wa { background: rgba(37,211,102,.14); color: #1da851; }
.ccard__ic svg { width: 24px; height: 24px; }
.ccard__sub { font-size: 12.5px; color: var(--text-muted); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ccard__val { font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--ink-900); margin-top: 3px; }
.form-card { background: var(--white); border-radius: var(--radius-xl); padding: 38px; box-shadow: var(--shadow-card); }
.form-card h3 { font-size: 26px; margin-bottom: 6px; }
.form-card .desc { font-size: 15px; color: var(--text-secondary); margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-field { margin-bottom: 16px; }
.flf-textarea { font-family: var(--font-body); font-size: var(--text-base); font-weight: 500; color: var(--text-primary); background: var(--white); border: 2px solid var(--ink-200); border-radius: var(--radius-md); padding: 0.7em 1em; width: 100%; box-sizing: border-box; resize: vertical; min-height: 110px; transition: border-color var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft); }
.flf-textarea:focus { outline: none; border-color: var(--pink-400); box-shadow: 0 0 0 4px var(--pink-100); }
.fl-lab { font-family: var(--font-body); font-weight: 700; font-size: 14px; margin-bottom: 6px; display: block; }
.hours-card { background: var(--ink-900); color: var(--cream); border-radius: var(--radius-lg); padding: 24px 26px; }
.hours-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--cream); margin-bottom: 16px; display: flex; gap: 10px; align-items: center; }
.hours-card h4 svg { width: 20px; height: 20px; color: var(--pink-300); }
.hours-row { display: flex; justify-content: space-between; padding: 7px 0; font-size: 14.5px; color: var(--ink-300); border-bottom: 1px solid rgba(255,255,255,.08); }
.hours-row:last-child { border-bottom: 0; }
.hours-row b { color: var(--cream); font-weight: 700; }
.areas { display: flex; flex-wrap: wrap; gap: 10px; }

/* ——— Modal ——— */
.modal-scrim { position: fixed; inset: 0; background: rgba(20,17,16,.55); backdrop-filter: blur(4px); display: grid; place-items: center; padding: 24px; z-index: 100; animation: flfFade var(--dur-base) var(--ease-soft); }
.modal { width: min(560px, 100%); background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); overflow: hidden; animation: flfPop var(--dur-base) var(--ease-bounce); max-height: 92vh; display: flex; flex-direction: column; }
.modal__head { background: var(--pink-300); padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; }
.modal__head h3 { font-size: 24px; color: var(--ink-900); }
.modal__head .sub { font-size: 13px; font-weight: 800; color: var(--ink-900); opacity: .6; }
.modal__close { width: 36px; height: 36px; border-radius: 50%; border: 0; background: rgba(20,17,16,.1); color: var(--ink-900); cursor: pointer; display: grid; place-items: center; transition: background var(--dur-fast); }
.modal__close:hover { background: rgba(20,17,16,.2); }
.modal__close svg { width: 18px; height: 18px; }
.modal__body { padding: 26px; display: flex; flex-direction: column; gap: 18px; overflow: auto; }
.modal__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.modal__foot { padding: 18px 26px; border-top: 1px solid var(--ink-100); display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.modal__progress { display: flex; gap: 6px; }
.modal__progress span { width: 26px; height: 5px; border-radius: 3px; background: var(--ink-200); transition: background var(--dur-base); }
.modal__progress span.on { background: var(--pink-400); }

/* pet picker */
.pet-pick { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.pet-opt { border: 2px solid var(--ink-200); background: var(--white); border-radius: var(--radius-md); padding: 14px 8px; cursor: pointer; text-align: center; font-family: var(--font-body); font-weight: 700; font-size: 14px; color: var(--ink-700); transition: all var(--dur-base) var(--ease-soft); }
.pet-opt svg { width: 26px; height: 26px; margin: 0 auto 7px; display: block; }
.pet-opt:hover { border-color: var(--ink-900); }
.pet-opt.on { background: var(--pink-100); border-color: var(--pink-400); color: var(--ink-900); }

.summary { background: var(--pink-50); border-radius: var(--radius-md); padding: 16px 18px; display: flex; flex-direction: column; gap: 8px; }
.summary__row { display: flex; justify-content: space-between; font-size: 14.5px; }
.summary__row b { font-family: var(--font-display); font-weight: 600; }
.summary__total { border-top: 2px dashed var(--ink-200); margin-top: 4px; padding-top: 10px; font-size: 17px; }

.success { text-align: center; padding: 42px 32px 46px; }
.success__ring { width: 100px; height: 100px; margin: 0 auto 22px; border-radius: 50%; background: var(--pink-100); display: grid; place-items: center; animation: flfPop var(--dur-slow) var(--ease-bounce); }
.success__ring img { width: 60px; }
.success h3 { font-size: 30px; margin-bottom: 10px; }
.success p { color: var(--text-secondary); font-size: 16px; line-height: 1.6; max-width: 32em; margin: 0 auto; }

@keyframes flfFade { from { opacity: 0; } }
@keyframes flfPop { from { opacity: 0; transform: translateY(16px) scale(.96); } }

/* ——— Staff login / dashboard ——— */
.login__brand { text-align: center; padding: 30px 26px 8px; }
.login__brand img { height: 34px; }
.login__brand p { font-size: 14px; color: var(--text-muted); margin-top: 10px; }
.dash { min-height: 100vh; background: var(--sand); }
.dash__top { background: var(--ink-900); color: var(--cream); }
.dash__top-inner { display: flex; align-items: center; gap: 20px; height: 70px; }
.dash__top img { height: 28px; }
.dash__top .spacer { flex: 1; }
.dash__who { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.dash__who span { opacity: .7; }
.dash__logout { background: rgba(255,255,255,.1); color: var(--cream); border: 0; border-radius: var(--radius-pill); padding: 8px 16px; font-family: var(--font-body); font-weight: 700; font-size: 13.5px; cursor: pointer; transition: background var(--dur-fast); }
.dash__logout:hover { background: rgba(255,255,255,.2); }
.dash__body { padding: 36px 0 60px; }
.dash__head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 26px; flex-wrap: wrap; gap: 14px; }
.dash__head h1 { font-size: 34px; }
.dash__head p { color: var(--text-muted); margin-top: 6px; }
.dash__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 28px; }
.dstat { background: var(--white); border-radius: var(--radius-lg); padding: 22px 24px; box-shadow: var(--shadow-card); }
.dstat .ic { width: 44px; height: 44px; border-radius: 14px; background: var(--pink-100); color: var(--brand-press); display: grid; place-items: center; margin-bottom: 14px; }
.dstat .ic svg { width: 22px; height: 22px; }
.dstat b { font-family: var(--font-display); font-weight: 600; font-size: 30px; display: block; line-height: 1; }
.dstat span { font-size: 14px; color: var(--text-muted); margin-top: 6px; display: block; }
.dash__cols { display: grid; grid-template-columns: 1.6fr 1fr; gap: 22px; align-items: start; }
.panel { background: var(--white); border-radius: var(--radius-xl); padding: 26px 28px; box-shadow: var(--shadow-card); }
.panel h2 { font-size: 22px; margin-bottom: 4px; }
.panel .psub { font-size: 14px; color: var(--text-muted); margin-bottom: 20px; }
.appt { display: grid; grid-template-columns: 64px 1fr auto; gap: 16px; align-items: center; padding: 16px 0; border-top: 1px solid var(--ink-100); }
.appt:first-of-type { border-top: 0; }
.appt__time { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink-900); }
.appt__time span { display: block; font-size: 12px; color: var(--text-muted); font-family: var(--font-body); font-weight: 700; }
.appt__pet b { font-size: 16px; font-family: var(--font-display); font-weight: 600; }
.appt__pet span { font-size: 13.5px; color: var(--text-secondary); display: block; }
.appt__meta { text-align: right; }
.appt__meta .area { font-size: 13px; color: var(--text-muted); margin-top: 6px; }
.schedule { display: flex; flex-direction: column; gap: 14px; }
.sched-item { display: flex; gap: 13px; align-items: flex-start; }
.sched-item .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--pink-400); margin-top: 5px; flex: none; }
.sched-item .dot.done { background: var(--mint-400); }
.sched-item b { font-size: 14.5px; font-family: var(--font-display); font-weight: 600; }
.sched-item span { font-size: 13px; color: var(--text-muted); display: block; }

/* ——— Scroll reveal ——— */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease-soft), transform .7s var(--ease-soft); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .hero__blob, .hero__badge, .wa-fab__pulse { animation: none; } }

/* ——— Responsive ——— */
@media (max-width: 1080px) {
  .svc-grid, .why-grid, .team, .stats, .dash__stats { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .dash__cols { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .container { padding-inline: 22px; }
  .nav__links { display: none; }
  .nav__staff { display: none; }
  .nav__burger { display: inline-flex; }
  .hero__inner { grid-template-columns: 1fr; gap: 44px; }
  .hero__media { max-width: 460px; }
  .steps, .reviews, .values, .price-wrap, .story, .van-feature, .contact-grid, .form-row, .ctaband__inner { grid-template-columns: 1fr; }
  .ctaband__inner { padding: 40px 32px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery .wide { grid-column: span 2; }
}
@media (max-width: 520px) {
  .svc-grid, .why-grid, .team, .stats, .dash__stats, .pet-pick { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .modal__row { grid-template-columns: 1fr; }
  .hero h1 { font-size: 40px; }
  .wa-fab span { display: none; }
  .wa-fab { padding: 16px; }
}

/* ——— Meet the groomers ——— */
.groomers { display: flex; flex-direction: column; gap: 56px; }
.groomer { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 54px; align-items: center; }
.groomer--rev .groomer__media { order: 2; }
.groomer__media { position: relative; display: flex; justify-content: center; align-items: flex-start; padding: 14px 0; }
.groomer__blob { position: absolute; inset: -6% auto auto 50%; transform: translateX(-50%); width: 92%; max-width: 420px; height: 92%; background: var(--pink-200); border-radius: 46% 54% 58% 42% / 52% 44% 56% 48%; z-index: 0; }
.groomer--rev .groomer__blob { background: var(--pink-100); }
.groomer__media .instagram-media { position: relative; z-index: 1; }
.groomer__body h3 { font-size: clamp(26px, 3vw, 34px); line-height: 1.05; }
.groomer__head { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.groomer__avatar { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; flex: none; box-shadow: var(--shadow-card); border: 3px solid var(--white); }
.groomer__role { font-family: var(--font-body); font-weight: 800; font-size: 13px; letter-spacing: .04em; color: var(--brand-press); text-transform: uppercase; margin-top: 4px; display: block; }
.groomer__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.groomer__tag { background: var(--pink-100); color: var(--ink-800); border-radius: var(--radius-pill); padding: 6px 14px; font-size: 13px; font-weight: 700; }
.groomer__body p { font-size: 16.5px; line-height: 1.7; color: var(--text-secondary); max-width: 34em; }
.groomer__ig { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; background: var(--white); border: 2px solid var(--ink-200); border-radius: var(--radius-pill); padding: 10px 18px; text-decoration: none; font-family: var(--font-body); font-weight: 800; font-size: 14.5px; color: var(--ink-900); transition: all var(--dur-base) var(--ease-soft); }
.groomer__ig:hover { border-color: var(--ink-900); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.groomer__ig svg { width: 18px; height: 18px; }

/* reel fallback (only visible if Instagram embed can't load) */
.reel-fallback { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; aspect-ratio: 9 / 14; padding: 30px; text-decoration: none; color: var(--ink-900); }
.reel-fallback__play { width: 62px; height: 62px; border-radius: 50%; background: var(--pink-300); display: grid; place-items: center; box-shadow: var(--shadow-pink); margin-bottom: 8px; }
.reel-fallback b { font-family: var(--font-display); font-weight: 600; font-size: 19px; }
.reel-fallback span { font-size: 13.5px; color: var(--text-muted); }

/* ——— Google reviews extras ——— */
.reviews__src { display: inline-flex; align-items: center; gap: 9px; font-size: 15px !important; color: var(--ink-300) !important; }
.reviews__src svg { flex: none; }
.review__top { display: flex; align-items: center; justify-content: space-between; }
.reviews__cta { text-align: center; margin-top: 40px; }
a.review { text-decoration: none; color: inherit; cursor: pointer; transition: transform var(--dur-base) var(--ease-soft), box-shadow var(--dur-base) var(--ease-soft), border-color var(--dur-base) var(--ease-soft); }
a.review:hover { transform: translateY(-4px); border-color: rgba(250,187,203,.4); }
.review__more { display: inline-flex; align-items: center; gap: 5px; margin-top: 4px; font-weight: 800; font-size: 13px; color: var(--pink-300); letter-spacing: .01em; }
.review__more svg { width: 15px; height: 15px; transition: transform var(--dur-base) var(--ease-soft); }
a.review:hover .review__more svg { transform: translate(2px, -2px); }

@media (max-width: 860px) {
  .groomer { grid-template-columns: 1fr; gap: 28px; }
  .groomer--rev .groomer__media { order: 0; }
  .groomer__media { max-width: 400px; margin: 0 auto; }
}
