/* ============================================================
   VEVOR Pet Spa — Shared Stylesheet
   v6 "Luxe" — deep emerald + gold, serif display headings
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&family=Jost:wght@400;500;600;700&display=swap');

:root {
  /* remapped legacy tokens (keeps inline var() usage working) */
  --teal: #1B4A40;          /* emerald */
  --teal-dark: #0E2B25;
  --teal-light: #EDF2EC;
  --orange: #C6A15B;        /* gold */
  --orange-dark: #A9823C;
  --orange-light: #F4EAD8;
  /* base */
  --gold: #C6A15B;
  --gold-dark: #A9823C;
  --gold-light: #F4EAD8;
  --ink: #1C2523;
  --ink-soft: #5C6B66;
  --bg: #F7F3EB;
  --card: #FFFFFF;
  --line: #E4DCCB;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(20, 40, 34, 0.08);
  --shadow-gold: 0 10px 30px rgba(198, 161, 91, 0.25);
  --font: "Jost", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
}

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

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
}

h1, h2, h3, .footer-brand, .stat .num { font-family: var(--font-display); letter-spacing: .2px; }

img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--gold-dark); }

.container { width: min(1120px, 92%); margin: 0 auto; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(14, 43, 37, 0.97);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(198, 161, 91, 0.35);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0; gap: 20px;
}
.logo {
  display: flex; align-items: center; gap: 12px;
  font-weight: 800; font-size: 1rem; letter-spacing: 0.5px; color: #F5F1E6;
  transition: transform .25s ease;
}
.logo:hover { transform: scale(1.03); }
.logo > span {
  display: flex; flex-direction: column; gap: 2px; line-height: 1;
}
.logo .paw { font-size: 1.5rem; }
.logo .brand {
  color: var(--gold); font-family: var(--font-display);
  font-size: 2.6rem; font-weight: 800; letter-spacing: 2px;
  background: linear-gradient(120deg, #FFFBEE 0%, #F3DDA6 35%, #FFFFFF 60%, #E8CE96 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 14px rgba(243, 221, 166, .75)) drop-shadow(0 2px 4px rgba(0, 0, 0, .35));
}
.logo .tag {
  font-size: 0.74rem; font-weight: 600; color: rgba(245, 241, 230, 0.8);
  letter-spacing: 3.6px; text-transform: uppercase;
}
.main-nav ul { display: flex; gap: 24px; list-style: none; }
.main-nav a {
  font-weight: 600; color: #EAE4D4; padding: 6px 2px;
  border-bottom: 3px solid transparent; transition: border-color .2s, color .2s;
}
.main-nav a:hover { color: var(--gold); }
.main-nav a.active { color: var(--gold); border-bottom-color: var(--gold); }
.header-phone {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 700; font-size: 1rem; white-space: nowrap;
  color: #F1DFB6; text-decoration: none;
  padding: 9px 18px; border-radius: 999px;
  border: 1px solid rgba(198, 161, 91, .55);
  background: rgba(198, 161, 91, .12);
  transition: background .2s, transform .2s, box-shadow .2s;
}
.header-phone:hover {
  background: rgba(198, 161, 91, .28);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(198, 161, 91, .3);
}

.btn {
  display: inline-block; padding: 12px 26px; border-radius: 999px;
  font-weight: 700; font-size: 0.95rem; cursor: pointer; border: none;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.btn-primary {
  background: linear-gradient(120deg, var(--gold) 0%, #DDBD80 100%);
  color: #241B08;
  box-shadow: 0 6px 16px rgba(198, 161, 91, .4);
}
.btn-primary:hover { background: var(--gold-dark); color: #241B08; transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--teal); border: 2px solid var(--gold); color: var(--teal-dark); }
.btn-outline:hover { background: var(--teal); border-color: var(--teal); color: #fff; }

.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: #F5F1E6; }

/* ---------- Hero (photo background) ---------- */
.hero {
  background:
    linear-gradient(100deg, rgba(6, 26, 22, 0.88) 0%, rgba(14, 43, 37, 0.72) 55%, rgba(27, 74, 64, 0.45) 100%),
    url("../img/hero-banner.png") center 35% / cover no-repeat;
  color: #fff; padding: 110px 0 120px; position: relative; overflow: hidden;
}
.hero .eyebrow {
  display: inline-block; background: rgba(198,161,91,.18);
  border: 1px solid rgba(198,161,91,.7); border-radius: 999px;
  padding: 8px 22px; font-size: .95rem; font-weight: 700; letter-spacing: 1.5px; margin-bottom: 22px;
  color: #F1DFB6;
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
  text-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.15; margin-bottom: 18px; max-width: 720px; }
.hero h1 { font-size: clamp(2.4rem, 5.5vw, 3.9rem); line-height: 1.12; margin-bottom: 20px; max-width: 760px; font-weight: 800; text-transform: uppercase; }
.hero h1 .chip-gold {
  position: relative;
  display: inline-block;
  font-size: 1.04em;
  font-style: italic;
  white-space: nowrap;
  color: #142A24;
  -webkit-text-fill-color: #142A24;
  background: linear-gradient(120deg, #EFD9A4 0%, #C6A15B 55%, #EFD9A4 100%);
  padding: 0.04em 0.38em 0.1em;
  border-radius: 16px;
  transform: rotate(-1.6deg);
  box-shadow: 0 10px 30px rgba(198, 161, 91, .45), inset 0 1px 0 rgba(255,255,255,.55);
  overflow: hidden;
  animation: chipPop .7s cubic-bezier(.34,1.56,.64,1) .5s both;
  transition: box-shadow .25s ease;
  cursor: default;
}
.hero h1 .chip-gold:hover {
  box-shadow: 0 14px 38px rgba(198, 161, 91, .6), inset 0 1px 0 rgba(255,255,255,.55);
}
.hero h1 .chip-gold::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 32%, rgba(255,255,255,.65) 50%, transparent 68%);
  transform: translateX(-130%);
  animation: shineSweep 3.2s ease-in-out 1.4s infinite;
}
@keyframes shineSweep {
  0% { transform: translateX(-130%); }
  45%, 100% { transform: translateX(130%); }
}
@keyframes chipPop {
  from { transform: rotate(-1.6deg) scale(.6); opacity: 0; }
  to { transform: rotate(-1.6deg) scale(1); opacity: 1; }
}
.hero h1 { text-shadow: 0 3px 14px rgba(0,0,0,.45); }
.hero .hero-sub {
  display: flex; align-items: center; gap: 16px;
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(.95rem, 1.9vw, 1.2rem);
  text-transform: uppercase;
  color: #EFD9A4; letter-spacing: 4px;
  margin: -6px 0 20px;
  animation: fadeUp .8s cubic-bezier(.16,.84,.44,1) .62s both;
  text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.hero .hero-sub::before, .hero .hero-sub::after {
  content: ""; height: 1px; width: 46px; flex: none;
  background: linear-gradient(90deg, transparent, rgba(198,161,91,.8));
}
.hero .hero-sub::after {
  background: linear-gradient(90deg, rgba(198,161,91,.8), transparent);
}
.hero p.lead { font-size: 1.15rem; max-width: 660px; margin-bottom: 32px; color: rgba(245,241,230,.92); text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-white { background: #fff; color: var(--teal-dark); box-shadow: 0 6px 18px rgba(0,0,0,.15); }
.btn-white:hover { color: var(--teal-dark); transform: translateY(-2px); }

/* ---------- Sections ---------- */
.section { padding: 76px 0; }
.section.alt { background: #FFFFFF; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-head .kicker {
  color: var(--gold-dark); font-weight: 700; text-transform: uppercase;
  letter-spacing: 3px; font-size: .8rem; margin-bottom: 10px;
}
.section-head h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 12px; color: var(--teal-dark); }
.section-head p { color: var(--ink-soft); }

/* ---------- Cards ---------- */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(20,40,34,.13); }
.card .icon {
  width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 1.8rem;
  background: radial-gradient(circle at 30% 25%, #356B5E 0%, #1B4A40 55%, #0E2B25 100%);
  border: 2px solid #C6A15B;
  box-shadow: 0 6px 16px rgba(14, 43, 37, .4), inset 0 1px 0 rgba(255,255,255,.18);
  margin-bottom: 16px;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}
.card h3 { font-size: 1.15rem; margin-bottom: 10px; color: var(--teal-dark); }
.card p { color: var(--ink-soft); font-size: .95rem; }
.card ul { list-style: none; margin-top: 14px; }
.card ul li { padding: 5px 0 5px 24px; position: relative; color: var(--ink-soft); font-size: .93rem; }
.card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 800; }

.price-badge {
  display: inline-block; background: var(--gold-light); color: var(--gold-dark);
  border: 1px solid rgba(198,161,91,.4);
  font-weight: 700; border-radius: 999px; padding: 5px 16px; font-size: .85rem; margin-top: 14px;
}

/* ---------- Service price table ---------- */
.svc-block { margin-bottom: 56px; }
.svc-block-head {
  display: flex; align-items: center; gap: 16px; margin-bottom: 22px; flex-wrap: wrap;
}
.svc-block-head .num {
  width: 52px; height: 52px; border-radius: 14px; flex: none;
  background: linear-gradient(135deg, var(--teal), #2E6B5E); color: var(--gold);
  font-weight: 800; font-size: 1.25rem; display: flex; align-items: center; justify-content: center;
}
.svc-block-head h2 { font-size: 1.45rem; }
.svc-block-head .pill {
  font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  border-radius: 999px; padding: 4px 14px;
}
.pill.hot { background: var(--gold-light); color: var(--gold-dark); }
.pill.profit { background: #e8f0fd; color: #2f5fc3; }
.pill.premium { background: #f3e8fd; color: #7c3aed; }
.pill.extra { background: #e8f7ef; color: #1c7a4e; }
.pill.care { background: #fdecec; color: #c0392b; }

.price-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.price-table th, .price-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: .95rem; }
.price-table th { background: var(--gold-light); color: #7A5C22; font-size: .8rem; text-transform: uppercase; letter-spacing: 1.2px; }
.price-table tr:last-child td { border-bottom: none; }
.price-table td.price { font-weight: 700; color: var(--teal-dark); white-space: nowrap; }
.price-table td.note { color: var(--ink-soft); font-size: .86rem; }
.price-table tbody tr:hover { background: #FBF8F0; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; }
.step::before {
  counter-increment: step; content: counter(step);
  width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), #DDBD80); color: #241B08;
  font-weight: 800; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step p { font-size: .92rem; color: var(--ink-soft); }

/* ---------- Team ---------- */
.team-card { overflow: hidden; padding: 0; text-align: center; }
.member-photo {
  height: 270px; display: block; overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0; background: var(--gold-light);
}
.member-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.team-card .bio { padding: 24px 22px 28px; }
.team-card .role {
  display: inline-block; color: var(--gold-dark); font-weight: 700; font-size: .8rem;
  text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px;
}
.team-card p { color: var(--ink-soft); font-size: .9rem; }
.team-card .skills { margin: 12px 0 0; display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.team-card .skills span {
  background: var(--teal-light); color: var(--teal-dark); font-size: .74rem;
  font-weight: 700; border-radius: 999px; padding: 4px 12px;
}

/* ---------- Before / After slider ---------- */
.ba-wrap { max-width: 640px; margin: 0 auto 40px; }
.ba-stage { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 1024 / 934; background: #fff; }
.ba-stage img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-layer { position: absolute; inset: 0; }
.ba-after { clip-path: inset(0 0 0 50%); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px;
  background: var(--gold); transform: translateX(-50%); pointer-events: none;
}
.ba-handle::after {
  content: "⇔"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 40px; height: 40px; border-radius: 50%; background: var(--gold); color: #241B08;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.ba-label {
  position: absolute; top: 14px; font-size: .75rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.5px; color: #fff;
  padding: 5px 14px; border-radius: 999px; z-index: 2;
}
.ba-label.before { left: 14px; background: rgba(28,37,35,.78); }
.ba-label.after { right: 14px; background: rgba(14,43,37,.88); color: var(--gold); }
.ba-slider {
  width: 100%; margin-top: 14px; accent-color: var(--gold); cursor: ew-resize;
}
.ba-caption { text-align: center; color: var(--ink-soft); font-size: .9rem; margin-top: 8px; }
.ba-caption strong { color: var(--ink); }

/* ---------- Works gallery wall ---------- */
.work-card { padding: 0; overflow: hidden; }
.work-card img { width: 100%; height: 260px; object-fit: cover; display: block; transition: transform .3s; }
.work-card:hover img { transform: scale(1.05); }
.work-card .work-meta { padding: 16px 20px 20px; }
.work-card .work-meta h3 { font-size: 1.02rem; margin-bottom: 4px; }
.work-card .work-meta p { font-size: .86rem; color: var(--ink-soft); }
.work-tag {
  display: inline-block; background: var(--gold-light); color: var(--gold-dark);
  font-size: .72rem; font-weight: 700; border-radius: 999px; padding: 3px 12px; margin-bottom: 8px;
}

/* ---------- About photos ---------- */
.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.photo-grid img {
  width: 100%; height: 280px; object-fit: cover; display: block;
  border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.photo-wide { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); margin: 30px 0; }
.photo-wide img { width: 100%; height: 380px; object-fit: cover; display: block; }

/* ---------- Split visual photo ---------- */
.split .visual { padding: 0; overflow: hidden; min-height: 360px; }
.split .visual img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Booking process & notice ---------- */
.notice-box {
  background: var(--gold-light); border: 1.5px solid rgba(198,161,91,.55); border-radius: var(--radius);
  padding: 26px 30px;
}
.notice-box h3 { color: #7A5C22; margin-bottom: 12px; font-size: 1.05rem; }
.notice-box ul { list-style: none; }
.notice-box li { padding: 5px 0 5px 26px; position: relative; color: #6b5426; font-size: .93rem; }
.notice-box li::before { content: "▸"; position: absolute; left: 4px; color: var(--gold-dark); font-weight: 800; }

/* ---------- Floating book button ---------- */
.float-book {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: flex; flex-direction: column; gap: 10px;
}
.float-book a {
  display: flex; align-items: center; justify-content: center;
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #DDBD80); color: #241B08; font-size: 1.4rem;
  box-shadow: 0 8px 20px rgba(198, 161, 91, .5);
  transition: transform .15s, background .15s;
}
.float-book a:hover { transform: translateY(-3px); background: var(--gold-dark); color: #241B08; }
.float-book a.call { background: var(--teal); color: #F5F1E6; box-shadow: 0 8px 20px rgba(14, 43, 37, .5); }
.float-book a.call:hover { background: var(--teal-dark); }
.ba-stage svg { width: 100%; height: 100%; display: block; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split .visual {
  background: linear-gradient(135deg, var(--gold-light), var(--teal-light));
  border-radius: 20px; min-height: 320px; display: flex; align-items: center;
  justify-content: center; font-size: 5rem; border: 1px solid var(--line);
}
.split h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 14px; color: var(--teal-dark); }
.split p { color: var(--ink-soft); margin-bottom: 16px; }
.check-list { list-style: none; margin: 18px 0 26px; }
.check-list li { padding: 7px 0 7px 32px; position: relative; }
.check-list li::before {
  content: "✔"; position: absolute; left: 0; top: 7px; width: 22px; height: 22px;
  border-radius: 50%; background: linear-gradient(135deg, var(--gold), #DDBD80); color: #241B08; font-size: .7rem;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- Info strip ---------- */
.info-strip { background: #0E2B25; color: #fff; padding: 48px 0; }
.info-strip h3 {
  font-size: 1rem; color: var(--gold); text-transform: uppercase;
  letter-spacing: 1.5px; margin-bottom: 10px;
}
.info-strip p { color: #C9D2C9; font-size: .95rem; }

/* ---------- Contact / Booking form ---------- */
.contact-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.contact-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 20px 26px; margin-bottom: 18px;
}
.contact-card h3 { font-size: 1rem; margin-bottom: 6px; color: var(--teal-dark); }
.contact-card p { color: var(--ink-soft); font-size: .95rem; }

.form-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 36px;
}
.form-card h2 { margin-bottom: 6px; color: var(--teal-dark); }
.form-card .sub { color: var(--ink-soft); margin-bottom: 26px; font-size: .95rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; }
.field label .req { color: #d33; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: .95rem; background: #FDFCF8;
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,161,91,.18);
}
.field textarea { resize: vertical; min-height: 110px; }
.field .error-msg { display: none; color: #c0392b; font-size: .8rem; margin-top: 5px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #c0392b; }
.field.invalid .error-msg { display: block; }
.form-note { font-size: .8rem; color: var(--ink-soft); margin-top: 12px; }
.form-success {
  display: none; background: #e8f7ef; border: 1.5px solid #34a86f; color: #1c7a4e;
  border-radius: 10px; padding: 16px 18px; font-weight: 600; margin-bottom: 20px;
}
.form-success.show { display: block; }

/* ---------- FAQ ---------- */
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  margin-bottom: 14px; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; padding: 18px 24px; font-weight: 700; list-style: none;
  position: relative; padding-right: 50px; color: var(--teal-dark);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 1.4rem; color: var(--gold-dark); transition: transform .2s;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item .faq-body { padding: 0 24px 20px; color: var(--ink-soft); font-size: .95rem; }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(120deg, var(--teal-dark) 0%, #1B4A40 60%, #27584C 100%);
  border: 1px solid rgba(198,161,91,.4);
  border-radius: 20px; padding: 50px 40px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px; flex-wrap: wrap; color: #F5F1E6;
}
.cta-banner h2 { font-size: 1.7rem; margin-bottom: 6px; color: var(--gold); }
.cta-banner p { font-size: 1rem; color: rgba(245,241,230,.85); }

/* ---------- Map ---------- */
.map-embed {
  width: 100%; height: 340px; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
}
.map-embed iframe { width: 100%; height: 100%; border: 0; }

/* ---------- Page banner ---------- */
.page-banner { background: linear-gradient(135deg, #0E2B25 0%, #1B4A40 55%, #27584C 100%); color: #fff; padding: 64px 0; }
.page-banner h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); }
.page-banner h1, .page-banner h2 { color: #F5F1E6; }
.page-banner p { max-width: 640px; margin-top: 10px; color: rgba(245,241,230,.85); }

/* Sub nav for services page */
.sub-nav {
  position: sticky; top: 72px; z-index: 40; background: #fff;
  border-bottom: 1px solid var(--line); padding: 10px 0;
}
.sub-nav ul { list-style: none; display: flex; gap: 10px; flex-wrap: wrap; }
.sub-nav a {
  font-size: .85rem; font-weight: 700; color: var(--ink-soft);
  border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px;
  transition: all .15s;
}
.sub-nav a:hover, .sub-nav a.active { background: var(--teal); border-color: var(--teal); color: var(--gold); }

/* ---------- Footer ---------- */
.site-footer { background: #0A1D18; color: #B9C6BC; padding: 56px 0 0; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding-bottom: 40px; }
.site-footer h4 { color: var(--gold); font-size: .95rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; }
.site-footer ul { list-style: none; }
.site-footer ul li { margin-bottom: 9px; }
.site-footer a { color: #B9C6BC; }
.site-footer a:hover { color: var(--gold); }
.footer-brand {
  font-size: 2.6rem; font-weight: 800;
  margin-bottom: 12px; letter-spacing: 2px; font-family: var(--font-display);
  background: linear-gradient(120deg, #E8CE96 0%, #C6A15B 45%, #F1DFB6 70%, #B9944E 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 6px rgba(198, 161, 91, .35));
}
.footer-bottom {
  border-top: 1px solid rgba(198,161,91,.18); padding: 18px 0;
  text-align: center; font-size: .82rem; color: #7D8F84;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .grid-3, .grid-4, .steps { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .grid-3, .grid-4, .grid-2, .steps, .form-row, .photo-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .main-nav ul { flex-wrap: wrap; }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; background: #0E2B25;
    border-bottom: 1px solid rgba(198,161,91,.35); display: none; padding: 10px 0 18px;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 4px; padding: 0 24px; }
  .main-nav a { display: block; padding: 10px 0; border-bottom: none; }
  .header-cta { display: none; }
  .header-phone { display: none; }
  .sub-nav { top: 64px; }
  .logo .brand { font-size: 2rem; }
  .logo .tag { font-size: 0.66rem; letter-spacing: 2.8px; }
}

/* ============================================================
   v4 — Dynamic & motion effects
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---------- Hero photo zoom + intro ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: none; }
}
@keyframes heroZoom {
  from { transform: scale(1.1); }
  to { transform: scale(1); }
}
.hero { overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(100deg, rgba(6,26,22,.88) 0%, rgba(14,43,37,.72) 55%, rgba(27,74,64,.45) 100%),
              url("../img/hero-banner.png") center 35% / cover no-repeat;
  animation: heroZoom 9s cubic-bezier(.2,.6,.3,1) both;
}
.hero .container { position: relative; z-index: 1; }
.hero .eyebrow, .hero p.lead, .hero .hero-actions { animation: fadeUp .9s cubic-bezier(.16,.84,.44,1) both; }
.hero h1 { animation: none; }
.hero h1 .w {
  display: inline-block; opacity: 0;
  animation: fadeUp .65s cubic-bezier(.16,.84,.44,1) both;
  margin-right: .18em;
}
/* ---------- Hero side cards (right column) ---------- */
.hero-side {
  position: absolute; right: 2%; bottom: 48px;
  width: 300px; z-index: 2;
  display: flex; flex-direction: column; gap: 12px;
  animation: fadeUp 1s cubic-bezier(.16,.84,.44,1) .9s both;
}
.side-chip-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.side-photo {
  position: relative; width: 150px; height: 150px;
  margin: 0 auto 22px; z-index: 2;
  animation: floatY 4s ease-in-out infinite;
}
.side-photo img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(232, 206, 150, .9);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .4), 0 0 0 1px rgba(198, 161, 91, .35);
}
.side-photo-tag {
  position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%);
  white-space: nowrap;
  background: linear-gradient(120deg, var(--gold), #DDBD80);
  color: #142A24; font-size: .72rem; font-weight: 800; letter-spacing: .5px;
  padding: 5px 14px; border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .3);
}
.side-card {
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(198, 161, 91, .4);
  border-radius: 18px; padding: 18px 20px 14px;
  color: #fff; box-shadow: 0 18px 44px rgba(0, 0, 0, .3);
}
.side-card .stars { color: #E8CE96; font-size: 1rem; letter-spacing: 3px; margin-bottom: 6px; }
.side-card p { font-size: .9rem; line-height: 1.5; margin-bottom: 8px; color: rgba(255,255,255,.94); }
.side-card .who { font-size: .8rem; color: rgba(245,241,230,.72); }
.side-chip {
  align-self: flex-start;
  background: rgba(14, 43, 37, .55);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(198, 161, 91, .5);
  color: #F1DFB6; font-size: .85rem; font-weight: 600;
  padding: 9px 18px; border-radius: 999px;
  animation: floatY 3.5s ease-in-out infinite;
}
.side-chip:nth-of-type(3) { animation-delay: 1.2s; }
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@media (max-width: 1080px) { .hero-side { display: none; } }
.hero p.lead { animation-delay: .3s; }
.hero .hero-actions { animation-delay: .45s; }

/* scroll hint */
.scroll-hint {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  color: rgba(245,241,230,.85); font-size: 1.4rem; z-index: 1;
  animation: bounceDown 1.8s ease-in-out infinite;
}
@keyframes bounceDown {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 10px); }
}

/* ---------- Page banner intro + floating paws ---------- */
@keyframes floatPaw {
  0%, 100% { transform: translateY(0) rotate(-10deg); }
  50% { transform: translateY(-16px) rotate(6deg); }
}
.page-banner { position: relative; overflow: hidden; }
.page-banner h1 { animation: fadeUp .8s cubic-bezier(.16,.84,.44,1) both; }
.page-banner p { animation: fadeUp .8s cubic-bezier(.16,.84,.44,1) .18s both; }
.page-banner::before, .page-banner::after {
  position: absolute; font-size: 7rem; opacity: .08; z-index: 0; pointer-events: none;
  animation: floatPaw 5s ease-in-out infinite;
}
.page-banner::before { content: "🐾"; right: 6%; top: 8px; }
.page-banner::after { content: "✂️"; left: 5%; bottom: -14px; font-size: 5.5rem; animation-delay: 1.4s; }
.page-banner .container { position: relative; z-index: 1; }

/* ---------- Scroll reveal ---------- */
.reveal-init {
  opacity: 0; transform: translateY(28px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.16,.84,.44,1);
  will-change: opacity, transform;
}
.reveal-init.reveal-in { opacity: 1; transform: none; }

/* ---------- Nav shadow on scroll ---------- */
.site-header { transition: box-shadow .3s; }
.site-header.scrolled { box-shadow: 0 8px 24px rgba(6, 20, 16, .35); }

/* ---------- Button shine ---------- */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -80%; width: 45%; height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-20deg); transition: left .55s ease; pointer-events: none;
}
.btn-primary:hover::after { left: 140%; }

/* ---------- Card top accent ---------- */
.card { position: relative; overflow: hidden; }
.card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%;
  background: linear-gradient(90deg, var(--gold), #8F6F33);
  transform: scaleX(0); transform-origin: left; transition: transform .35s ease; z-index: 2;
}
.card:hover::before { transform: scaleX(1); }
.team-card .bio, .work-card .work-meta { position: relative; z-index: 1; }

/* ---------- Section head underline ---------- */
.section-head h2::after {
  content: ""; display: block; width: 64px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), #8F6F33);
  margin: 14px auto 0;
}

/* ---------- Stats counters ---------- */
.stats-strip { background: #FFFFFF; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; text-align: center; }
.stat .num {
  font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 800; color: var(--gold-dark);
  line-height: 1.1; font-variant-numeric: tabular-nums;
}
.stat .num small { font-size: 55%; font-weight: 800; }
.stat .label { color: var(--ink-soft); font-size: .92rem; margin-top: 4px; }
@media (max-width: 680px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200; background: rgba(6, 14, 12, .9);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .25s ease;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img {
  max-width: 88%; max-height: 84%; border-radius: 14px; border: 1px solid rgba(198,161,91,.4);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  transform: scale(.94); transition: transform .25s ease;
}
.lightbox.open img { transform: scale(1); }
.lightbox-close {
  position: absolute; top: 14px; right: 26px; font-size: 2.2rem; color: #fff;
  cursor: pointer; line-height: 1; user-select: none;
}
.lightbox-caption {
  position: absolute; bottom: 22px; left: 0; right: 0; text-align: center;
  color: rgba(255,255,255,.85); font-size: .92rem;
}

/* ---------- Icon wiggle on card hover ---------- */
.card .icon { transition: transform .3s ease; }
.card:hover .icon { transform: translateY(-4px) rotate(-6deg) scale(1.08); }

/* ---------- Step number pulse ---------- */
@keyframes stepPop { 0% { transform: scale(.5); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.step::before { animation: stepPop .5s cubic-bezier(.34,1.56,.64,1) both; }
.step:nth-child(1)::before { animation-delay: .05s; }
.step:nth-child(2)::before { animation-delay: .15s; }
.step:nth-child(3)::before { animation-delay: .25s; }
.step:nth-child(4)::before { animation-delay: .35s; }

/* ============================================================
   v5 — Trust bar, spa ritual, first-visit offer, areas, features
   ============================================================ */

/* ---------- Trust bar ---------- */
.trust-bar { background: #0E2B25; border-bottom: 1px solid rgba(198,161,91,.3); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 24px 0; }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-item .t-icon {
  width: 56px; height: 56px; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 30% 25%, #FBF3DF 0%, #E9D5A3 45%, #C6A15B 100%);
  border: 2px solid #DDBD80;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  box-shadow: 0 4px 14px rgba(198, 161, 91, .45), inset 0 1px 0 rgba(255,255,255,.7);
}
.trust-item:hover .t-icon { transform: scale(1.08); }
.trust-item .t-icon { transition: transform .25s ease; }
.trust-item b { display: block; font-size: .95rem; line-height: 1.25; color: #F5F1E6; }
.trust-item span { font-size: .82rem; color: rgba(245,241,230,.65); }

/* ---------- Spa ritual ---------- */
.ritual-img {
  width: 100%; display: block; border-radius: var(--radius);
  box-shadow: var(--shadow); object-fit: cover;
}

/* ---------- Feature cards ---------- */
.feature-card { padding: 0; overflow: hidden; display: block; text-decoration: none; color: inherit; }
.feature-card img {
  width: 100%; height: 230px; object-fit: cover; display: block;
  transition: transform .5s ease;
}
.feature-card:hover img { transform: scale(1.06); }
.feature-card .work-meta { position: relative; z-index: 1; }

/* ---------- First-visit offer banner ---------- */
.offer-banner {
  background: linear-gradient(120deg, #0E2B25 0%, #1B4A40 55%, #2E6B5E 100%);
  border: 1px solid rgba(198,161,91,.45);
  border-radius: var(--radius); color: #F5F1E6; padding: 40px 44px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; position: relative; overflow: hidden;
  box-shadow: var(--shadow);
}
.offer-banner::after {
  content: "🐾"; position: absolute; right: 26px; bottom: -20px;
  font-size: 6rem; opacity: .12; pointer-events: none;
}
.offer-kicker {
  display: inline-block; background: rgba(198,161,91,.2);
  border: 1px solid rgba(198,161,91,.5);
  padding: 5px 14px; border-radius: 999px; font-size: .78rem;
  font-weight: 700; letter-spacing: .8px; text-transform: uppercase; color: #EAD9B0;
}
.offer-banner h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 12px 0 6px; color: var(--gold); }
.offer-banner .offer-note { color: rgba(245,241,230,.85); }
.offer-code {
  display: inline-block; margin-top: 14px; background: var(--gold); color: #241B08;
  font-weight: 800; letter-spacing: 2.5px; padding: 9px 20px;
  border-radius: 10px; border: 2px dashed rgba(255,255,255,.55);
}

/* ---------- Service areas ---------- */
.area-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chip {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 10px 20px; font-size: .92rem; color: var(--ink);
  box-shadow: 0 2px 8px rgba(20,40,34,.05); transition: .25s ease;
}
.chip:hover { transform: translateY(-3px); border-color: var(--gold); color: var(--gold-dark); }
.chip.home { background: var(--teal); border-color: var(--teal); color: var(--gold); font-weight: 700; }

@media (max-width: 900px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-banner { flex-direction: column; text-align: center; }
}
@media (max-width: 560px) {
  .trust-grid { grid-template-columns: 1fr; }
}
