/* Pet Aesthetic — Batumi. Design: warm boutique pet spa, rounded, blush/cream. */
:root {
  --cream: #FFF7F1;
  --white: #FFFFFF;
  --blush: #FCE9E4;
  --rose: #E0697E;
  --rose-dark: #C94F66;
  --plum: #47303B;
  --ink: #3C2E33;
  --muted: #8A757C;
  --gold: #E8B04B;
  --border: #F3DDD6;
  --shadow: 0 10px 30px rgba(71, 48, 59, .10);
  --radius: 22px;
  --font-head: "Comfortaa", "Noto Sans Georgian", system-ui, sans-serif;
  --font-body: "Nunito Sans", "Noto Sans Georgian", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

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

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.25; color: var(--plum); }
h1 { font-size: clamp(1.9rem, 4.6vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.2rem); margin-bottom: .5em; }
h3 { font-size: 1.06rem; }

.container { width: min(1120px, 100% - 2.5rem); margin-inline: auto; }
.section { padding: clamp(3.2rem, 7vw, 5.5rem) 0; }
.section-sub { color: var(--muted); max-width: 56ch; margin-bottom: 2rem; }

.eyebrow {
  display: inline-block;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--rose);
  background: var(--blush);
  border-radius: 999px;
  padding: .35rem .9rem;
  margin-bottom: 1rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .7rem 1.5rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: .98rem;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  touch-action: manipulation;
  white-space: nowrap;
}
.btn-primary {
  background: var(--rose);
  color: #fff;
  box-shadow: 0 8px 22px rgba(224, 105, 126, .35);
}
.btn-ghost {
  background: transparent;
  color: var(--plum);
  border-color: var(--plum);
}
@media (hover: hover) {
  .btn-primary:hover { background: var(--rose-dark); transform: translateY(-2px); }
  .btn-ghost:hover { background: var(--plum); color: #fff; transform: translateY(-2px); }
}
.btn:active { transform: scale(.97); }
.btn:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--rose);
  outline-offset: 2px;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 247, 241, .92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 70px;
}
.logo {
  display: flex;
  align-items: center;
  gap: .5rem;
  text-decoration: none;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--plum);
}
.logo-paw {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: var(--rose);
  color: #fff;
}
.logo-paw svg { width: 24px; height: 24px; }

.nav {
  display: flex;
  gap: 1.3rem;
  margin-left: auto;
}
.nav a {
  display: flex;
  align-items: center;
  gap: .45rem;
  text-decoration: none;
  font-weight: 700;
  font-size: .95rem;
  color: var(--ink);
  padding: .5rem 0;
  transition: color .2s;
}
.nav-ic {
  display: grid;
  place-items: center;
  color: var(--rose);
  transition: transform .25s ease;
}
.nav-ic svg { width: 17px; height: 17px; display: block; }
@media (hover: hover) {
  .nav a:hover { color: var(--rose); }
  .nav a:hover .nav-ic { transform: rotate(-12deg) scale(1.15); }
}

.header-actions { display: flex; align-items: center; gap: .7rem; margin-left: auto; }
.nav + .header-actions { margin-left: 1.2rem; }

/* Bouton flottant de langue (drapeaux + menu) */
.lang-wrap {
  position: fixed;
  left: 1.1rem;
  bottom: calc(1.1rem + env(safe-area-inset-bottom));
  z-index: 90;
}
.lang-fab {
  position: relative;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
  background: #fff;
  border-radius: 999px;
  padding: .5rem .8rem .5rem .55rem;
  min-height: 48px;
  box-shadow: 0 10px 26px rgba(71, 48, 59, .28);
  -webkit-tap-highlight-color: transparent;
  transition: transform .2s ease, box-shadow .2s ease;
}
@media (hover: hover) {
  .lang-fab:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(71, 48, 59, .32); }
}
.lang-fab:active { transform: scale(.94); }
.fab-face { display: none; align-items: center; gap: .55rem; }
.lang-fab[data-lang="ru"] .fab-cur-ru,
.lang-fab[data-lang="en"] .fab-cur-en,
.lang-fab[data-lang="ka"] .fab-cur-ka { display: flex; animation: fabpop .35s ease; }
@keyframes fabpop {
  from { transform: scale(.7); opacity: .3; }
  60% { transform: scale(1.08); }
  to { transform: scale(1); opacity: 1; }
}
.fab-caret {
  width: 15px;
  height: 15px;
  margin-left: .45rem;
  color: var(--muted);
  transition: transform .3s ease;
}
.lang-wrap.open .fab-caret { transform: rotate(180deg); }
.flag {
  width: 30px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}
.flag svg { width: 100%; height: 100%; display: block; }
.flag-txt {
  display: grid;
  place-items: center;
  background: var(--plum);
  color: #fff;
  font-weight: 800;
  font-size: .68rem;
  line-height: 1;
}
.fab-label {
  font-weight: 800;
  font-size: .92rem;
  color: var(--plum);
  line-height: 1;
  white-space: nowrap;
}
.lang-menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + .6rem);
  display: flex;
  flex-direction: column;
  gap: .45rem;
  opacity: 0;
  transform: translateY(10px) scale(.92);
  transform-origin: bottom left;
  pointer-events: none;
  transition: opacity .25s ease, transform .3s cubic-bezier(.3, .1, .3, 1.35);
}
.lang-wrap.open .lang-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.lang-item {
  display: flex;
  align-items: center;
  gap: .55rem;
  border: none;
  cursor: pointer;
  background: #fff;
  border-radius: 999px;
  padding: .5rem .95rem .5rem .55rem;
  min-height: 46px;
  box-shadow: 0 8px 20px rgba(71, 48, 59, .22);
  -webkit-tap-highlight-color: transparent;
  transition: transform .2s ease;
}
@media (hover: hover) { .lang-item:hover { transform: translateX(3px); } }
.lang-item:active { transform: scale(.95); }
.lang-wrap[data-lang="ru"] .lang-item[data-set-lang="ru"],
.lang-wrap[data-lang="en"] .lang-item[data-set-lang="en"],
.lang-wrap[data-lang="ka"] .lang-item[data-set-lang="ka"] { display: none; }

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 12px;
}
.burger span {
  display: block;
  width: 24px;
  height: 3px;
  margin-inline: auto;
  border-radius: 3px;
  background: var(--plum);
  transition: transform .25s, opacity .25s;
}
.burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Hero */
.hero {
  position: relative;
  background:
    radial-gradient(60% 50% at 85% 10%, rgba(232, 176, 75, .14), transparent 60%),
    radial-gradient(70% 60% at 10% 90%, rgba(224, 105, 126, .12), transparent 60%),
    var(--blush);
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(4rem, 8vw, 6rem);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.hero-sub { color: var(--muted); font-size: 1.08rem; max-width: 50ch; margin: 1.1rem 0 1.6rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.4rem;
  margin-top: 1.6rem;
}
.hero-points li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 700;
  font-size: .92rem;
  color: var(--plum);
}
.hero-points li::before {
  content: "";
  position: absolute;
  left: 0; top: .28em;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--rose);
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center/contain no-repeat;
}

.hero-visual { position: relative; }
.hero-photo {
  border-radius: 48% 52% 46% 54% / 42% 44% 56% 58%;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 6px solid #fff;
  transform: rotate(1.5deg);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; }

.float-badge {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: .7rem 1rem;
  display: flex;
  flex-direction: column;
  gap: .1rem;
  font-size: .8rem;
  color: var(--muted);
  animation: floaty 5s ease-in-out infinite;
}
.float-badge strong { font-size: 1.05rem; color: var(--plum); }
.badge-rating { top: 6%; right: -4%; }
.badge-soft {
  bottom: 8%; left: -5%;
  flex-direction: row;
  align-items: center;
  gap: .55rem;
  font-weight: 700;
  color: var(--plum);
  animation-delay: 2.5s;
}
.badge-icon {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--blush);
  color: var(--rose);
}
.badge-icon svg { width: 18px; height: 18px; }
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero-wave {
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  line-height: 0;
}
.hero-wave svg { width: 100%; height: 46px; display: block; }

/* Marquee */
.marquee {
  overflow: hidden;
  background: var(--plum);
  color: #FBEDE6;
  padding: .8rem 0;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  width: max-content;
  animation: scroll 26s linear infinite;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .95rem;
  white-space: nowrap;
}
.marquee-track i { font-style: normal; opacity: .75; }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: transform .25s ease, box-shadow .25s ease;
}
@media (hover: hover) {
  .service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
}
.service-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .8rem;
  margin-bottom: .5rem;
}
.price {
  flex-shrink: 0;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--rose);
  background: var(--blush);
  border-radius: 999px;
  padding: .25rem .75rem;
  font-size: .88rem;
  white-space: nowrap;
}
.service-card p { color: var(--muted); font-size: .95rem; }

/* Why / interior */
.why { padding-top: 0; }
.why-photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: -3.2rem;
}
.why-photo img { width: 100%; aspect-ratio: 16/8; object-fit: cover; }
.why-grid {
  position: relative;
  z-index: 2;
  background: var(--plum);
  color: #F6E8E0;
  border-radius: var(--radius);
  padding: clamp(1.6rem, 4vw, 2.8rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
  width: min(980px, 100%);
  margin-inline: auto;
}
.why-item h3 { color: #fff; margin: .4rem 0 .3rem; font-size: 1rem; }
.why-item p { font-size: .88rem; opacity: .85; }
.why-num {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--gold);
  font-size: .9rem;
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.g-item {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(71, 48, 59, .08);
}
.g-item:nth-child(odd) { transform: rotate(-1.2deg); }
.g-item:nth-child(even) { transform: rotate(1.2deg); }
.g-item img { width: 100%; aspect-ratio: 3/4; object-fit: cover; transition: transform .4s ease; }
@media (hover: hover) { .g-item:hover img { transform: scale(1.05); } }

/* Steps */
.steps { background: var(--blush); border-radius: 40px 40px 0 0; }
.steps-list {
  counter-reset: step;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 1.5rem;
}
.steps-list li {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.4rem;
  position: relative;
  counter-increment: step;
}
.steps-list li::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--rose);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: .8rem;
}
.steps-list h3 { margin-bottom: .3rem; }
.steps-list p { font-size: .92rem; color: var(--muted); }

/* Reviews */
.reviews { background: var(--blush); padding-top: 0; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.review-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.6rem;
  box-shadow: 0 6px 18px rgba(71, 48, 59, .07);
}
.stars { color: var(--gold); letter-spacing: .2em; margin-bottom: .7rem; }
.review-card p { font-size: .97rem; margin-bottom: .9rem; }
.review-card cite { font-style: normal; font-weight: 800; color: var(--rose); font-size: .9rem; }

/* FAQ */
.faq-list { max-width: 720px; }
.faq-list details {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  margin-bottom: .8rem;
  overflow: hidden;
}
.faq-list summary {
  cursor: pointer;
  padding: 1.05rem 1.3rem;
  font-weight: 800;
  color: var(--plum);
  list-style: none;
  position: relative;
  padding-right: 3rem;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 1.2rem;
  font-family: var(--font-head);
  font-size: 1.4rem;
  color: var(--rose);
  transition: transform .25s;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 1.3rem 1.2rem; color: var(--muted); }

/* Contacts */
.contacts-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.contacts-sub { color: var(--muted); }
.contact-list { list-style: none; margin: 1.6rem 0; display: grid; gap: 1rem; }
.contact-list li { display: grid; gap: .1rem; }
.c-label {
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--rose);
}
.contacts-photo img {
  border-radius: 46% 54% 52% 48% / 55% 48% 52% 45%;
  border: 6px solid #fff;
  box-shadow: var(--shadow);
  aspect-ratio: 3/4;
  object-fit: cover;
  transform: rotate(-1.5deg);
}
.demo-note { margin-top: 1.4rem; font-size: .8rem; color: var(--muted); opacity: .8; max-width: 46ch; }

/* Reveal au scroll */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .6s ease, transform .7s cubic-bezier(.2, .6, .25, 1);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: none; }
.reveal-photo {
  opacity: 0;
  transform: translateY(20px) scale(.96);
  transition: opacity .7s ease, transform .8s cubic-bezier(.2, .6, .25, 1);
}
.reveal-photo.in { opacity: 1; transform: none; }
.g-item.reveal-photo.in:nth-child(odd) { transform: rotate(-1.2deg); }
.g-item.reveal-photo.in:nth-child(even) { transform: rotate(1.2deg); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-photo { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Footer */
.footer {
  background: var(--plum);
  color: #E8D5CC;
  padding: 1.6rem 0;
  padding-bottom: calc(1.6rem + env(safe-area-inset-bottom));
  font-size: .88rem;
}
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

/* Sticky WhatsApp */
.sticky-cta {
  position: fixed;
  right: 1.1rem;
  bottom: calc(1.1rem + env(safe-area-inset-bottom));
  z-index: 90;
  display: grid;
  place-items: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #35BA51;
  color: #fff;
  box-shadow: 0 10px 24px rgba(53, 186, 81, .4);
  transition: transform .2s;
}
.sticky-cta svg { width: 28px; height: 28px; }
@media (hover: hover) { .sticky-cta:hover { transform: scale(1.08); } }

/* ---------- Mobile ---------- */
@media (max-width: 900px) {
  .services-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-list, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .nav {
    position: fixed;
    inset: 70px 0 auto 0;
    z-index: 99;
    flex-direction: column;
    gap: .35rem;
    background:
      url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="104" viewBox="0 0 24 24"><path fill="%23E0697E" fill-opacity=".045" transform="rotate(-18 12 12)" d="M12 13.5c-2.3 0-5.5 2.6-5.5 5 0 1.4 1 2.3 2.4 2.3 1.1 0 2-.5 3.1-.5s2 .5 3.1.5c1.4 0 2.4-.9 2.4-2.3 0-2.4-3.2-5-5.5-5Zm-6.2-2.1c-1.1-.4-2.4.3-2.9 1.6-.5 1.3 0 2.7 1.2 3.1 1.1.4 2.4-.3 2.9-1.6.5-1.3 0-2.7-1.2-3.1Zm12.4 0c-1.2.4-1.7 1.8-1.2 3.1.5 1.3 1.8 2 2.9 1.6 1.2-.4 1.7-1.8 1.2-3.1-.5-1.3-1.8-2-2.9-1.6ZM9.3 4c-1.2.2-2 1.6-1.7 3 .3 1.4 1.4 2.4 2.7 2.2 1.2-.2 2-1.6 1.7-3C11.7 4.8 10.5 3.8 9.3 4Zm5.4 0c-1.2-.2-2.4.8-2.7 2.2-.3 1.4.5 2.8 1.7 3 1.3.2 2.4-.8 2.7-2.2.3-1.4-.5-2.8-1.7-3Z"/></svg>') 14px 10px / 104px 104px repeat,
      var(--cream);
    border-radius: 0 0 26px 26px;
    padding: .7rem 1.1rem 1.2rem;
    box-shadow: 0 24px 40px rgba(71, 48, 59, .18);
    transform: translateY(-115%);
    transition: transform .45s cubic-bezier(.5, -.1, .25, 1.25);
    visibility: hidden;
  }
  .nav.is-open { transform: translateY(0); visibility: visible; }
  .nav a {
    gap: .9rem;
    padding: .55rem .5rem;
    font-size: 1.08rem;
    border-radius: 16px;
    opacity: 0;
    transform: translateX(-18px);
    transition: opacity .3s ease, transform .35s cubic-bezier(.3, .1, .3, 1.4), background .2s;
  }
  .nav a:active { background: var(--blush); }
  .nav.is-open a { opacity: 1; transform: translateX(0); }
  .nav.is-open a:nth-child(1) { transition-delay: .07s; }
  .nav.is-open a:nth-child(2) { transition-delay: .13s; }
  .nav.is-open a:nth-child(3) { transition-delay: .19s; }
  .nav.is-open a:nth-child(4) { transition-delay: .25s; }
  .nav.is-open a:nth-child(5) { transition-delay: .31s; }
  .header-actions { margin-left: auto; }
  .nav + .header-actions { margin-left: auto; }
  .nav a .nav-ic {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 15px;
    background: var(--blush);
    color: var(--rose);
    transform: rotate(-6deg);
  }
  .nav a:nth-child(even) .nav-ic { transform: rotate(6deg); }
  .nav a .nav-ic svg { width: 21px; height: 21px; }
  .burger { display: flex; }
  .btn-header { display: none; }

  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: left; }
  .hero-visual { width: min(420px, 88%); margin-inline: auto; }
  .badge-rating { right: -2%; }
  .badge-soft { left: -3%; }

  .contacts-grid { grid-template-columns: 1fr; }
  .contacts-photo { width: min(380px, 85%); margin-inline: auto; }

  .footer { padding-bottom: calc(4.6rem + env(safe-area-inset-bottom)); }
}

@media (max-width: 400px) {
  .container { width: min(1120px, 100% - 1.6rem); }
  .header-inner { gap: .5rem; }
  .header-actions { gap: .4rem; }
  .logo { font-size: 1rem; gap: .4rem; }
  .logo-paw { width: 34px; height: 34px; border-radius: 11px; }
  .logo-paw svg { width: 20px; height: 20px; }
  .burger { width: 44px; height: 44px; }
}

@media (max-width: 480px) {
  .services-grid, .reviews-grid, .steps-list { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 1.1rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .hero-cta .btn { width: 100%; }
  .why-photo { margin-bottom: -2rem; }
  .why-photo img { aspect-ratio: 4/3; }
}
