﻿:root {
  --page-cream: #fffdf9;
  --page-peach: rgba(255, 226, 210, 0.72);
  --page-blush: rgba(255, 222, 232, 0.68);
  --page-sky: rgba(224, 241, 255, 0.5);
  --page-lavender: rgba(236, 229, 255, 0.7);
  --page-mint: rgba(221, 245, 235, 0.86);
  --page-mint-strong: rgba(202, 239, 220, 0.92);
  --text-main: #56484f;
  --text-soft: #7d6972;
  --border-soft: rgba(214, 186, 191, 0.46);
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 216, 230, 0.9), transparent 30%),
    radial-gradient(circle at 92% 12%, var(--page-mint-strong), transparent 28%),
    radial-gradient(circle at 16% 86%, rgba(255, 231, 214, 0.62), transparent 24%),
    radial-gradient(circle at 86% 84%, rgba(218, 242, 226, 0.78), transparent 26%),
    linear-gradient(90deg, #fff5f9 0%, #fffaf8 46%, #eefaf2 100%);
  color: var(--text-main);
}

main,
footer {
  position: relative;
  z-index: 1;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
}

::selection {
  background: rgba(255, 207, 221, 0.8);
  color: #4b3d43;
}

a,
button,
input,
textarea,
select {
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 280ms ease,
    transform 280ms ease,
    opacity 220ms ease;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(240, 210, 216, 0.9);
  background:
    radial-gradient(circle at top left, rgba(255, 223, 232, 0.92), transparent 32%),
    radial-gradient(circle at bottom right, rgba(219, 244, 229, 0.92), transparent 30%),
    linear-gradient(145deg, rgba(255, 248, 251, 0.98), rgba(255, 247, 241, 0.96) 50%, rgba(241, 250, 244, 0.98));
  box-shadow: 0 30px 90px rgba(220, 190, 196, 0.3);
}

.hero-banner {
  background:
    radial-gradient(circle at 14% 18%, rgba(235, 247, 228, 0.96), transparent 24%),
    radial-gradient(circle at 86% 16%, rgba(225, 243, 229, 0.92), transparent 26%),
    linear-gradient(180deg, rgba(231, 246, 227, 0.98), rgba(233, 247, 231, 0.96));
  box-shadow: 0 28px 80px rgba(194, 211, 188, 0.26);
}

.hero-banner__pattern {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cg fill='none' stroke='%23779b7d' stroke-width='1.2' stroke-linecap='round' opacity='0.45'%3E%3Cpath d='M12 8v6M9 11h6'/%3E%3Cpath d='M36 24v6M33 27h6'/%3E%3Cpath d='M58 14v6M55 17h6'/%3E%3Cpath d='M20 46v6M17 49h6'/%3E%3Cpath d='M50 54v6M47 57h6'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 4.5rem 4.5rem;
  opacity: 0.26;
  pointer-events: none;
}

.hero-banner__content {
  position: relative;
  z-index: 1;
  max-width: 58rem;
  margin: 0 auto;
  padding: 3.25rem 1.5rem 0;
  text-align: center;
}

.hero-banner__visual {
  position: relative;
  z-index: 1;
  padding: 2rem 1rem 0;
}

.hero-banner__panorama {
  position: relative;
  max-width: 58rem;
  margin: 0 auto;
}

.hero-banner__panorama img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 36px rgba(191, 203, 184, 0.24));
}

.hero-banner__spark {
  position: absolute;
  z-index: 1;
  bottom: 1.25rem;
  color: rgba(228, 157, 124, 0.78);
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255, 225, 190, 0.45);
}

.hero-banner__spark--left {
  left: max(0.25rem, 4%);
}

.hero-banner__spark--right {
  right: max(0.25rem, 4%);
}

.hero-showcase {
  position: relative;
  display: grid;
  gap: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 2rem;
  padding: 1rem;
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 222, 233, 0.94), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(220, 244, 229, 0.95), transparent 26%),
    linear-gradient(180deg, rgba(255, 244, 248, 0.95), rgba(251, 250, 247, 0.9));
  box-shadow: 0 28px 70px rgba(216, 190, 194, 0.26);
}

.hero-showcase__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(0.4px);
  opacity: 0.9;
}

.hero-showcase__glow--one {
  left: -2rem;
  top: 2rem;
  width: 8rem;
  height: 8rem;
  background: radial-gradient(circle, rgba(255, 208, 224, 0.82), rgba(255, 208, 224, 0));
}

.hero-showcase__glow--two {
  right: -2rem;
  top: 1rem;
  width: 7rem;
  height: 7rem;
  background: radial-gradient(circle, rgba(209, 242, 222, 0.84), rgba(209, 242, 222, 0));
}

.hero-showcase__stage {
  position: relative;
  min-height: 18.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at top left, rgba(255, 224, 234, 0.92), transparent 28%),
    radial-gradient(circle at top right, rgba(217, 245, 228, 0.9), transparent 30%),
    linear-gradient(180deg, rgba(255, 250, 252, 0.96), rgba(252, 250, 248, 0.95));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.hero-showcase__lineup {
  position: absolute;
  inset: 1.2rem 1.2rem 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 0.9rem;
}

.hero-showcase__face {
  position: relative;
  align-self: end;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.92);
  border-radius: 1.85rem 1.85rem 1.2rem 1.2rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(208, 188, 194, 0.24);
}

.hero-showcase__face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-showcase__face--1,
.hero-showcase__face--5 {
  height: 9.25rem;
}

.hero-showcase__face--2,
.hero-showcase__face--4 {
  height: 9.9rem;
}

.hero-showcase__face--3 {
  height: 10.8rem;
}

.hero-showcase__ledge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.96) 18%, rgba(255, 255, 255, 0.98) 100%);
  border-top: 1px solid rgba(239, 219, 225, 0.84);
}

.hero-showcase__mini-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.hero-showcase__mini {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 34px rgba(212, 189, 196, 0.2);
  animation: mini-sway 8s ease-in-out infinite;
}

.hero-showcase__mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-showcase__mini--a {
  animation-delay: -1s;
}

.hero-showcase__mini--b {
  animation-delay: -3s;
  animation-duration: 9.5s;
}

.hero-showcase__mini--c {
  animation-delay: -5s;
  animation-duration: 8.8s;
}

.hero-showcase__mini--d {
  animation-delay: -2s;
  animation-duration: 9.2s;
}

.about-collage {
  position: relative;
  min-height: 29rem;
}

.about-collage__card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.8rem;
  box-shadow: 0 22px 56px rgba(214, 190, 194, 0.24);
  backdrop-filter: blur(10px);
}

.about-collage__card img {
  width: 100%;
  height: 100%;
  border-radius: 1.45rem;
  object-fit: cover;
}

.about-collage__card--clinic {
  left: 0;
  top: 1.25rem;
  width: 12rem;
  height: 12.5rem;
}

.about-collage__card--main {
  left: 3.25rem;
  right: 0;
  bottom: 0;
  height: 22rem;
}

.about-collage__card--cat {
  right: 0.75rem;
  top: 0.5rem;
  width: 9rem;
  height: 10.5rem;
}

.soft-card {
  border: 1px solid var(--border-soft);
  box-shadow: 0 14px 34px rgba(220, 194, 182, 0.18);
}

.soft-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(214, 184, 194, 0.24);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(229, 205, 214, 0.8);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.45rem 0.85rem;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.eyebrow::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4bfd1, #cfe9d7);
}

.float-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(0.5px);
  opacity: 0.8;
  animation: orb-breathe 14s ease-in-out infinite;
}

.float-orb--one {
  background: radial-gradient(circle, rgba(255, 216, 227, 0.95), rgba(255, 216, 227, 0.2));
}

.float-orb--two {
  background: radial-gradient(circle, rgba(219, 244, 229, 0.96), rgba(219, 244, 229, 0.22));
}

.float-orb--three {
  background: radial-gradient(circle, rgba(255, 243, 198, 0.95), rgba(255, 243, 198, 0.18));
}

.pattern-dots {
  background-image: radial-gradient(rgba(211, 187, 196, 0.42) 1px, transparent 1px);
  background-size: 18px 18px;
}

.paws {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.paw {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  opacity: var(--hover-opacity, 0.8);
  transform: translate3d(var(--hover-x, 0), var(--hover-y, 0), 0) rotate(var(--rotate)) scale(var(--hover-scale, 1));
  transition: transform 220ms ease-out, opacity 220ms ease-out;
}

.paw__inner {
  width: 100%;
  height: 100%;
  color: var(--paw-color, rgba(248, 183, 201, 0.8));
  animation:
    paw-drift var(--duration) ease-in-out infinite,
    paw-breathe var(--breathe, 8s) ease-in-out infinite;
  animation-delay: var(--delay), calc(var(--delay) * 0.35);
  filter:
    blur(0.14px)
    drop-shadow(0 8px 18px rgba(255, 255, 255, 0.45))
    drop-shadow(0 8px 24px rgba(215, 206, 202, 0.3));
}

.paw svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

[data-parallax-root] {
  --pointer-x: 0;
  --pointer-y: 0;
}

[data-parallax] {
  transform: translate3d(calc(var(--pointer-x) * var(--depth, 0) * 1px), calc(var(--pointer-y) * var(--depth, 0) * 1px), 0);
  transition: transform 220ms ease-out;
  will-change: transform;
}

.content h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #4f4148;
}

.content h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #5c4d55;
}

.content p,
.content li {
  color: #665761;
  line-height: 1.8;
}

.content ul {
  margin: 0;
  padding-left: 1.25rem;
  list-style: disc;
}

.content ul li + li {
  margin-top: 0.3rem;
}

.service-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(225, 199, 205, 0.72);
  border-radius: 1.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 249, 0.92));
  box-shadow: 0 18px 42px rgba(214, 184, 194, 0.18);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(206, 190, 194, 0.22);
}

.service-card__trigger {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  min-height: 100%;
  padding: 1.2rem 1.2rem 1rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.service-card__trigger:focus-visible {
  outline: 2px solid rgba(238, 166, 190, 0.8);
  outline-offset: -2px;
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: linear-gradient(135deg, rgba(255, 226, 234, 0.98), rgba(225, 245, 232, 0.95));
  color: #6f6168;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 10px 24px rgba(219, 192, 199, 0.18);
}

.service-card__icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.service-card__copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
}

.service-card__title {
  font-family: "Quicksand", "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.35;
  color: #46393f;
}

.service-card__hint {
  margin-top: 0.4rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #7a6870;
}

.service-card__chevron {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #816d75;
  box-shadow: inset 0 0 0 1px rgba(233, 214, 221, 0.84);
}

.service-card__chevron svg {
  width: 1.1rem;
  height: 1.1rem;
}

.service-card:hover .service-card__chevron,
.service-card__trigger:focus-visible .service-card__chevron {
  background: linear-gradient(135deg, rgba(255, 229, 236, 0.95), rgba(223, 243, 230, 0.95));
  color: #5e5057;
}

.service-media {
  display: grid;
  gap: 1rem;
}

.service-media--split {
  align-items: start;
}

.service-media__figure {
  overflow: hidden;
  border: 1px solid rgba(226, 211, 216, 0.72);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.82);
}

.service-media__figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.lab-stack {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.lab-card {
  border: 1px solid rgba(225, 206, 211, 0.76);
  border-radius: 1.45rem;
  background: linear-gradient(180deg, rgba(255, 251, 252, 0.96), rgba(247, 253, 248, 0.9));
  padding: 1rem;
}

.lab-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

.lab-card__bullet {
  width: 0.85rem;
  height: 0.85rem;
  flex-shrink: 0;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f3bed0, #cde8d6);
  box-shadow: 0 0 0 6px rgba(255, 239, 245, 0.7);
}

.lab-card__head h3 {
  margin: 0;
  font-family: "Quicksand", "Nunito", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #4c4046;
}

.lab-card__head p {
  margin: 0.3rem 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #7a6871;
}

.service-pills__title {
  margin: 0 0 0.75rem;
  font-weight: 700;
  color: #5f4f56;
}

.content ul.service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content ul.service-pills > li::marker {
  content: "";
}

.content ul.service-pills li {
  margin: 0;
  border: 1px solid rgba(226, 210, 215, 0.84);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.42rem 0.8rem;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.3;
  color: #705f67;
}

.service-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
}

.service-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.service-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(108, 91, 99, 0.2);
  backdrop-filter: blur(10px);
}

.service-modal__panel {
  position: relative;
  width: min(100%, 72rem);
  max-height: min(88vh, 58rem);
  overflow: hidden;
  border: 1px solid rgba(241, 222, 228, 0.95);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top left, rgba(255, 236, 242, 0.9), transparent 26%),
    radial-gradient(circle at top right, rgba(225, 246, 233, 0.88), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 250, 251, 0.95));
  box-shadow: 0 32px 90px rgba(170, 146, 154, 0.24);
  transform: translateY(18px) scale(0.98);
  transition: transform 260ms ease;
}

.service-modal.is-open .service-modal__panel {
  transform: translateY(0) scale(1);
}

.service-modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(233, 214, 221, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #6f5c64;
  box-shadow: 0 10px 24px rgba(216, 196, 202, 0.22);
}

.service-modal__close:hover {
  background: linear-gradient(135deg, rgba(255, 229, 236, 0.95), rgba(223, 243, 230, 0.95));
}

.service-modal__close svg {
  width: 1.15rem;
  height: 1.15rem;
}

.service-modal__scroll {
  max-height: min(88vh, 58rem);
  overflow: auto;
}

.service-modal__content {
  padding: 1.5rem;
}

.service-modal-sheet {
  display: grid;
  gap: 1.5rem;
}

.service-modal-sheet__header {
  display: grid;
  gap: 0.9rem;
  padding-right: 3.25rem;
}

@media (min-width: 768px) {
  .hero-banner__content {
    padding-top: 4rem;
  }

  .hero-banner__visual {
    padding: 2.4rem 1.5rem 0;
  }

  .hero-banner__panorama {
    max-width: 60rem;
  }

  .hero-banner__spark {
    bottom: 2.25rem;
    font-size: 2.8rem;
  }

  .hero-showcase {
    gap: 1.2rem;
    padding: 1.15rem;
  }

  .hero-showcase__stage {
    min-height: 26rem;
  }

  .hero-showcase__face--1,
  .hero-showcase__face--5 {
    height: 14rem;
  }

  .hero-showcase__face--2,
  .hero-showcase__face--4 {
    height: 15rem;
  }

  .hero-showcase__face--3 {
    height: 16rem;
  }

  .service-media--split,
  .service-media--modal {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  }

  .service-modal__content {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .hero-banner__content {
    padding-inline: 1.1rem;
  }

  .hero-banner__visual {
    padding-top: 1.5rem;
  }

  .hero-banner__panorama {
    max-width: 100%;
  }

  .hero-banner__spark {
    bottom: 0.8rem;
    font-size: 1.5rem;
  }

  .about-collage {
    min-height: 23rem;
  }

  .about-collage__card--clinic {
    width: 8.5rem;
    height: 9.25rem;
  }

  .about-collage__card--main {
    left: 1.6rem;
    height: 17rem;
  }

  .about-collage__card--cat {
    width: 6.75rem;
    height: 7.75rem;
  }

  .service-modal__panel {
    width: min(100%, 40rem);
  }

  .hero-showcase__lineup {
    gap: 0.55rem;
  }
}

@keyframes paw-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(var(--dx), var(--dy), 0) rotate(6deg) scale(1.05);
  }
}

@keyframes orb-breathe {
  0%,
  100% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.08) translate3d(0, -10px, 0);
  }
}

@keyframes paw-breathe {
  0%,
  100% {
    opacity: 0.84;
  }
  50% {
    opacity: 1;
  }
}

@keyframes mini-sway {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -7px, 0) rotate(1.2deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .paw__inner,
  .float-orb,
  [data-parallax] {
    animation: none;
    transform: none;
    transition: none;
  }

  .hero-showcase__mini {
    animation: none;
  }

  .service-card,
  .service-modal,
  .service-modal__panel,
  .soft-card {
    transition: none;
  }

  .soft-card:hover,
  .service-card:hover {
    transform: none;
  }
}
