/* ============================================================
   Unleash Dubai — Pet Boarding, Daycare & Grooming
   Brand system from research/brand-system.md
   Primary #1F9D7A · Secondary #315B7C · Accent #F2B84B
   ============================================================ */

:root {
  --bg: #F4F8F3;
  --surface: #FFFFFF;
  --surface-2: #EAF2EC;
  --text: #18241F;
  --muted: #5E6E68;
  --primary: #1F9D7A;
  --primary-700: #157A5E;
  --primary-900: #0E4F3D;
  --secondary: #2E5570;
  --secondary-900: #1B3447;
  --accent: #F2B84B;
  --accent-700: #D89A22;
  --border: #DCEAE2;
  --ink: #0E2019;          /* deep forest for dark bands */
  --ink-2: #15281F;
  --focus: #1F9D7A;
  --shadow-sm: 0 1px 2px rgba(14, 32, 25, .06), 0 2px 8px rgba(14, 32, 25, .05);
  --shadow-md: 0 6px 18px rgba(14, 32, 25, .08), 0 2px 6px rgba(14, 32, 25, .05);
  --shadow-lg: 0 24px 60px -18px rgba(14, 32, 25, .28);
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --maxw: 1200px;
  --gut: clamp(18px, 5vw, 56px);
  --font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --display: "Manrope", "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.02em;
  margin: 0;
  color: var(--text);
  text-wrap: balance;
}
p { margin: 0; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.eyebrow {
  font-family: var(--display);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--primary-700);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--accent); border-radius: 2px; }
.section { padding-block: clamp(56px, 9vw, 116px); }
.lead { color: var(--muted); font-size: clamp(1.02rem, 1.4vw, 1.18rem); max-width: 56ch; }

/* ---- tabular numerals for operational data ---- */
.tnum { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  --bg: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--display);
  font-weight: 700;
  font-size: .98rem;
  line-height: 1;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  min-height: 50px;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 8px 20px -8px rgba(31,157,122,.7); }
.btn-primary:hover { background: var(--primary-700); box-shadow: 0 12px 26px -8px rgba(31,157,122,.8); }
.btn-gold { background: var(--accent); color: #3A2A05; }
.btn-gold:hover { background: var(--accent-700); color: #fff; }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary-700); background: #fff; }
.btn-ink { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.28); }
.btn-ink:hover { background: rgba(255,255,255,.2); }
.btn-block { width: 100%; }
:where(a, button):focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 999px; }

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(244,248,243,.86);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom-color: var(--border);
  box-shadow: 0 4px 20px -16px rgba(14,32,25,.4);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand .chip {
  width: 46px; height: 46px; border-radius: 13px;
  background: #fff; display: grid; place-items: center;
  box-shadow: var(--shadow-sm); border: 1px solid var(--border);
  overflow: hidden; flex: none;
}
.brand .chip img { width: 40px; height: 40px; object-fit: contain; }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 1.32rem; letter-spacing: -.02em; line-height: 1; }
.brand-name span { display: block; font-size: .62rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.nav-links { display: none; align-items: center; gap: 4px; }
.nav-links a {
  font-weight: 600; font-size: .96rem; color: var(--text);
  padding: 9px 14px; border-radius: 999px; transition: background .15s, color .15s;
}
.nav-links a:hover { background: var(--surface-2); color: var(--primary-700); }
.nav-cta { display: none; align-items: center; gap: 10px; }
.nav-phone { font-family: var(--display); font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.nav-phone small { display: block; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

.burger {
  display: inline-flex; flex-direction: column; gap: 5px; justify-content: center;
  width: 48px; height: 48px; border-radius: 13px; background: #fff;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm);
}
.burger span { display: block; width: 22px; height: 2px; background: var(--text); margin-inline: auto; border-radius: 2px; transition: transform .25s, opacity .2s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 55; visibility: hidden; opacity: 0;
  transition: opacity .3s ease, visibility .3s;
}
.drawer.open { visibility: visible; opacity: 1; }
.drawer-scrim { position: absolute; inset: 0; background: rgba(14,32,25,.42); backdrop-filter: blur(2px); }
.drawer-panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(86vw, 360px);
  background: var(--bg); padding: 90px 26px 28px; box-shadow: var(--shadow-lg);
  transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; gap: 6px; overflow-y: auto;
}
.drawer.open .drawer-panel { transform: translateX(0); }
.drawer-panel a.dl {
  font-family: var(--display); font-weight: 700; font-size: 1.5rem; padding: 12px 0;
  border-bottom: 1px solid var(--border); color: var(--text); letter-spacing: -.02em;
}
.drawer-panel a.dl:hover { color: var(--primary-700); }
.drawer-foot { margin-top: auto; display: grid; gap: 12px; padding-top: 20px; }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; padding-top: 104px; }
.hero-grid { display: grid; gap: 26px; }
.hero-copy { padding-top: 8px; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--border); border-radius: 999px;
  padding: 8px 14px; font-size: .86rem; font-weight: 600; color: var(--text);
  box-shadow: var(--shadow-sm);
}
.pill.open-dot::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 4px rgba(31,157,122,.18); }
.pill .stars { color: var(--accent-700); letter-spacing: -1px; }
.hero h1 {
  font-size: clamp(2.5rem, 7.4vw, 4.7rem);
  margin-bottom: 18px;
}
.hero h1 .u { color: var(--primary); }
.hero .lead { margin-bottom: 14px; }
.hero-loc { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-weight: 600; font-size: .98rem; margin-bottom: 26px; }
.hero-loc svg { width: 18px; height: 18px; color: var(--primary); flex: none; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* hero media — overlapping editorial collage */
.hero-media { position: relative; }
.hero-media .feature {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; background: var(--surface-2);
  border: 5px solid #fff;
}
.hero-media .feature img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .tag-float {
  position: absolute; left: 14px; bottom: 14px; z-index: 3;
  background: rgba(14,32,25,.74); color: #fff; backdrop-filter: blur(6px);
  padding: 9px 14px 9px 12px; border-radius: 999px; font-size: .82rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
}
.hero-media .tag-float b { font-family: var(--display); }
.hero-stat {
  position: absolute; right: -6px; top: -6px; z-index: 4;
  background: var(--accent); color: #3A2A05; border-radius: 18px;
  padding: 12px 16px; box-shadow: var(--shadow-md); transform: rotate(2deg);
  border: 4px solid #fff; text-align: center;
}
.hero-stat b { font-family: var(--display); font-size: 1.5rem; display: block; line-height: 1; }
.hero-stat small { font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* species chips under hero */
.species-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 26px; }
.species {
  position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 3 / 2;
  box-shadow: var(--shadow-sm); border: 1px solid var(--border);
}
.species img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.species:hover img { transform: scale(1.06); }
.species span {
  position: absolute; left: 10px; bottom: 9px; color: #fff; font-family: var(--display);
  font-weight: 700; font-size: .92rem; text-shadow: 0 1px 6px rgba(0,0,0,.5);
}

/* ============================================================
   Marquee trust band
   ============================================================ */
.trust-band { background: var(--ink); color: #fff; padding-block: 18px; overflow: hidden; }
.marquee { display: flex; gap: 0; white-space: nowrap; }
.marquee-track { display: inline-flex; align-items: center; gap: 46px; padding-right: 46px; animation: scroll-x 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-family: var(--display); font-weight: 700; font-size: 1.05rem; letter-spacing: -.01em; color: rgba(255,255,255,.92); display: inline-flex; align-items: center; gap: 12px; }
.marquee-track span::after { content: "🐾"; font-size: .9rem; opacity: .55; }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ============================================================
   Section heading block
   ============================================================ */
.head { max-width: 720px; margin-bottom: clamp(34px, 5vw, 56px); }
.head h2 { font-size: clamp(2rem, 4.6vw, 3.1rem); margin: 16px 0 14px; }
.head.center { margin-inline: auto; text-align: center; }
.head.center .eyebrow { justify-content: center; }

/* ============================================================
   Services — editorial alternating rows
   ============================================================ */
.svc { display: grid; gap: 22px; align-items: center; }
.svc + .svc { margin-top: clamp(40px, 7vw, 86px); }
.svc-media { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 5 / 4; }
.svc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.svc:hover .svc-media img { transform: scale(1.05); }
.svc-num {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  width: 46px; height: 46px; border-radius: 14px; background: rgba(255,255,255,.92);
  backdrop-filter: blur(4px); display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-size: 1.2rem; color: var(--primary-700);
  box-shadow: var(--shadow-sm);
}
.svc-body h3 { font-size: clamp(1.55rem, 3vw, 2.05rem); margin-bottom: 12px; }
.svc-body .lead { margin-bottom: 18px; }
.svc-feats { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 11px; }
.svc-feats li { display: flex; align-items: flex-start; gap: 11px; font-weight: 500; color: var(--text); }
.svc-feats svg { width: 21px; height: 21px; color: var(--primary); flex: none; margin-top: 1px; }

/* ============================================================
   Care journey — signature motif
   ============================================================ */
.journey { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.journey::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 80% at 85% 0%, rgba(31,157,122,.28), transparent 60%),
              radial-gradient(90% 70% at 0% 100%, rgba(46,85,112,.34), transparent 62%);
  pointer-events: none;
}
.journey .wrap { position: relative; }
.journey .eyebrow { color: var(--accent); }
.journey .eyebrow::before { background: var(--accent); }
.journey h2 { color: #fff; }
.journey .lead { color: rgba(255,255,255,.74); }
.steps { display: grid; gap: 16px; margin-top: clamp(34px, 5vw, 54px); counter-reset: step; }
.step {
  position: relative; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r); padding: 24px 22px; transition: background .25s, border-color .25s, transform .25s;
}
.step:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.2); }
.step-no {
  font-family: var(--display); font-weight: 800; font-size: 1rem; width: 40px; height: 40px;
  border-radius: 12px; background: var(--accent); color: #3A2A05; display: grid; place-items: center;
  margin-bottom: 16px;
}
.step h4 { color: #fff; font-size: 1.18rem; margin-bottom: 8px; }
.step p { color: rgba(255,255,255,.7); font-size: .96rem; }

/* ============================================================
   Gallery
   ============================================================ */
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.filter {
  font-family: var(--display); font-weight: 700; font-size: .9rem; padding: 10px 18px;
  border-radius: 999px; border: 1.5px solid var(--border); background: #fff; color: var(--muted);
  transition: all .18s ease; min-height: 44px;
}
.filter:hover { border-color: var(--primary); color: var(--primary-700); }
.filter.active { background: var(--ink); border-color: var(--ink); color: #fff; }

.gallery { columns: 2; column-gap: 14px; }
.gitem {
  break-inside: avoid; margin-bottom: 14px; border-radius: var(--r); overflow: hidden;
  position: relative; box-shadow: var(--shadow-sm); cursor: zoom-in; background: var(--surface-2);
  transition: transform .3s ease, box-shadow .3s ease; display: block; width: 100%; border: 0; padding: 0;
}
.gitem img { width: 100%; height: auto; display: block; transition: transform .5s ease; }
.gitem:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.gitem:hover img { transform: scale(1.05); }
.gitem .cap {
  position: absolute; inset: auto 0 0 0; padding: 26px 14px 12px; color: #fff;
  font-size: .82rem; font-weight: 600; background: linear-gradient(to top, rgba(14,32,25,.78), transparent);
  opacity: 0; transition: opacity .25s; text-align: left;
}
.gitem:hover .cap { opacity: 1; }
.gitem.hide { display: none; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 90; display: none; place-items: center; padding: 20px; }
.lightbox.open { display: grid; }
.lightbox-scrim { position: absolute; inset: 0; background: rgba(8,18,14,.92); }
.lightbox figure { position: relative; z-index: 2; margin: 0; max-width: 92vw; max-height: 88vh; display: grid; gap: 12px; }
.lightbox img { max-width: 92vw; max-height: 78vh; object-fit: contain; border-radius: var(--r); box-shadow: var(--shadow-lg); }
.lightbox figcaption { color: rgba(255,255,255,.82); text-align: center; font-size: .92rem; font-weight: 500; }
.lb-btn {
  position: absolute; z-index: 3; top: 14px; right: 14px; width: 50px; height: 50px; border-radius: 50%;
  background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.3);
  display: grid; place-items: center; font-size: 1.4rem;
}
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.3); display: grid; place-items: center; }
.lb-prev { left: 10px; } .lb-next { right: 10px; }

/* ============================================================
   About / The space
   ============================================================ */
.about { background: var(--surface-2); }
.about-grid { display: grid; gap: 30px; align-items: center; }
.about-copy h2 { font-size: clamp(2rem, 4.4vw, 3rem); margin: 16px 0 16px; }
.about-copy .lead + .lead { margin-top: 14px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.stat { background: #fff; border: 1px solid var(--border); border-radius: var(--r); padding: 18px 16px; text-align: left; }
.stat b { font-family: var(--display); font-weight: 800; font-size: 1.7rem; color: var(--primary); display: block; line-height: 1; }
.stat span { font-size: .82rem; color: var(--muted); font-weight: 600; margin-top: 6px; display: block; }
.about-collage { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 12px; }
.about-collage figure { margin: 0; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); }
.about-collage img { width: 100%; height: 100%; object-fit: cover; }
.about-collage .tall { grid-row: span 2; aspect-ratio: 3 / 4; }
.about-collage .wide { aspect-ratio: 3 / 2; }

/* ============================================================
   Visit / Contact
   ============================================================ */
.visit-grid { display: grid; gap: 28px; }
.info-card { background: #fff; border: 1px solid var(--border); border-radius: var(--r-lg); padding: clamp(24px, 4vw, 38px); box-shadow: var(--shadow-sm); }
.info-row { display: flex; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.info-row:last-of-type { border-bottom: 0; }
.info-row .ico { width: 44px; height: 44px; border-radius: 13px; background: var(--surface-2); display: grid; place-items: center; flex: none; color: var(--primary-700); }
.info-row .ico svg { width: 21px; height: 21px; }
.info-row h4 { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-family: var(--font); font-weight: 700; margin-bottom: 3px; }
.info-row p { font-weight: 600; font-size: 1.02rem; }
.info-row a p:hover { color: var(--primary-700); }
.info-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.map-ph {
  position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 260px;
  background:
    repeating-linear-gradient(45deg, #e3efe7, #e3efe7 12px, #dbe9df 12px, #dbe9df 24px);
  border: 1px solid var(--border); display: grid; place-items: center; text-align: center; padding: 30px;
}
.map-ph .badge { background: #fff; border: 1px solid var(--border); border-radius: var(--r); padding: 18px 22px; box-shadow: var(--shadow-md); max-width: 320px; }
.map-ph .badge .dotpin { width: 44px; height: 44px; border-radius: 50%; background: var(--primary); display: grid; place-items: center; margin: 0 auto 12px; color: #fff; }
.map-ph .badge code { font-family: var(--font); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.map-ph .badge p { font-weight: 600; margin: 6px 0 14px; font-size: .96rem; }

/* form */
.form-card { background: var(--ink); color: #fff; border-radius: var(--r-lg); padding: clamp(24px, 4vw, 40px); position: relative; overflow: hidden; }
.form-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 60% at 100% 0%, rgba(31,157,122,.3), transparent 60%); pointer-events: none; }
.form-card > * { position: relative; }
.form-card h3 { color: #fff; font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 8px; }
.form-card .sub { color: rgba(255,255,255,.72); margin-bottom: 24px; font-size: .98rem; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .82rem; font-weight: 600; letter-spacing: .04em; color: rgba(255,255,255,.8); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 1rem; color: #fff;
  background: rgba(255,255,255,.07); border: 1.5px solid rgba(255,255,255,.16);
  border-radius: 12px; padding: 13px 15px; transition: border-color .2s, background .2s;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.45); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 42px; }
.field select option { color: #18241F; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--primary); background: rgba(255,255,255,.12); }
.field-row { display: grid; gap: 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-radio { position: relative; }
.chip-radio input { position: absolute; opacity: 0; pointer-events: none; }
.chip-radio span {
  display: inline-flex; padding: 9px 15px; border-radius: 999px; font-weight: 600; font-size: .9rem;
  background: rgba(255,255,255,.07); border: 1.5px solid rgba(255,255,255,.16); color: rgba(255,255,255,.85); transition: all .18s;
}
.chip-radio input:checked + span { background: var(--accent); border-color: var(--accent); color: #3A2A05; }
.chip-radio input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
.form-note { font-size: .8rem; color: rgba(255,255,255,.55); margin-top: 14px; }
.form-success {
  display: none; text-align: center; padding: 30px 10px;
}
.form-success.show { display: block; animation: pop .4s ease; }
.form-success .ok { width: 64px; height: 64px; border-radius: 50%; background: var(--primary); display: grid; place-items: center; margin: 0 auto 16px; color: #fff; }
.form-success h3 { margin-bottom: 8px; }
@keyframes pop { from { transform: scale(.92); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: var(--ink-2); color: rgba(255,255,255,.74); padding-block: clamp(48px, 7vw, 76px) 120px; }
.footer-grid { display: grid; gap: 34px; }
.footer .brand-name { color: #fff; }
.footer .chip { border-color: rgba(255,255,255,.12); }
.footer p.about-line { margin-top: 16px; max-width: 38ch; font-size: .95rem; }
.foot-col h5 { font-family: var(--display); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.foot-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.foot-col a { color: rgba(255,255,255,.74); font-weight: 500; }
.foot-col a:hover { color: #fff; }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; transition: background .2s, transform .2s; }
.socials a:hover { background: var(--primary); transform: translateY(-2px); }
.socials svg { width: 19px; height: 19px; }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: space-between; font-size: .82rem; color: rgba(255,255,255,.5); }
.disclaimer { font-size: .76rem; color: rgba(255,255,255,.4); margin-top: 14px; max-width: 70ch; }

/* ============================================================
   Mobile action bar
   ============================================================ */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: rgba(255,255,255,.94); backdrop-filter: blur(14px) saturate(1.4);
  border-top: 1px solid var(--border); box-shadow: 0 -6px 24px -16px rgba(14,32,25,.4);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
}
.action-bar a {
  display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 7px 4px;
  font-size: .72rem; font-weight: 700; font-family: var(--display); color: var(--text);
  border-radius: 12px; transition: background .15s;
}
.action-bar a:active { background: var(--surface-2); }
.action-bar a.lead-act { background: var(--primary); color: #fff; }
.action-bar a svg { width: 21px; height: 21px; }

/* ============================================================
   Reveal animation
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }

/* ============================================================
   Responsive
   ============================================================ */
@media (min-width: 620px) {
  .gallery { columns: 3; }
  .field-row { grid-template-columns: 1fr 1fr; }
  .info-actions { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 880px) {
  .nav-links { display: flex; }
  .nav-cta { display: flex; }
  .burger { display: none; }
  .action-bar { display: none; }
  .footer { padding-bottom: clamp(48px, 7vw, 76px); }

  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
  .hero { padding-top: 128px; padding-bottom: 20px; }
  .hero h1 { margin-top: 4px; }
  .species-strip { margin-top: 30px; }

  .svc { grid-template-columns: 1fr 1fr; gap: 48px; }
  .svc.flip .svc-media { order: 2; }
  .steps { grid-template-columns: repeat(5, 1fr); }
  .gallery { columns: 4; }

  .about-grid { grid-template-columns: 1.05fr .95fr; gap: 50px; }
  .visit-grid { grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
}

@media (min-width: 1080px) {
  .hero h1 { font-size: clamp(3rem, 5vw, 5rem); }
}

/* BytesGlue QA map patch */
.bg-map-embed{display:block!important;position:relative!important;width:100%!important;min-height:240px!important;border-radius:12px!important;overflow:hidden!important;background:#e9edf1!important;box-shadow:0 0 0 1px rgba(0,0,0,.08) inset!important}
.bg-map-embed iframe{display:block!important;width:100%!important;min-height:260px!important;border:0!important}
.bg-map-embed + .bg-map-embed,
.bg-map-embed + .pin,
.bg-map-embed + .lbl,
.bg-map-embed + .corner-note,
.bg-map-embed + .placeholder,
.bg-map-embed + .center,
.bg-map-embed + [class*="map-note"],
.bg-map-embed + [class*="map-tag"]{display:none!important}
.map .placeholder .pin,.map-ph .pin,.map-pin,.map-marker,.map-ph__pin,.map-ph__pin .dot,.map-ph__pin .pin,.map-ph .mi{max-width:18px!important;max-height:18px!important;width:18px!important;height:18px!important;box-shadow:none!important}
.map .placeholder .pin svg,.map-ph .pin svg,.map-pin svg,.map-marker svg,.map-ph__pin svg,.map-ph .mi{width:12px!important;height:12px!important}
.map-note,.map-tag,[class*="map-note"],[class*="map-tag"]{display:none!important}
