@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("/fonts/dm-sans/dm-sans-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("/fonts/manrope/manrope-cyrillic.woff2") format("woff2");
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("/fonts/manrope/manrope-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 500 600;
    font-display: swap;
    src: url("/fonts/playfair-display/playfair-cyrillic-italic.woff2") format("woff2");
}

@font-face {
    font-family: "Playfair Display";
    font-style: italic;
    font-weight: 500 600;
    font-display: swap;
    src: url("/fonts/playfair-display/playfair-latin-italic.woff2") format("woff2");
}

@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500 600;
    font-display: swap;
    src: url("/fonts/playfair-display/playfair-cyrillic.woff2") format("woff2");
}

@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500 600;
    font-display: swap;
    src: url("/fonts/playfair-display/playfair-latin.woff2") format("woff2");
}

:root {
    --ink: #10130f;
    --paper: #f0ece3;
    --paper-2: #e6e0d4;
    --white: #fbfaf6;
    --sage: #9caf7f;
    --sage-deep: #738660;
    --sage-soft: #c2ceb0;
    --line: rgba(16, 19, 15, .12);
    --line-light: rgba(251, 250, 246, .13);
    --serif: "Playfair Display", Georgia, serif;
    --sans: "Manrope", "DM Sans", Arial, sans-serif;
    --gutter: clamp(20px, 3.3vw, 58px);
    --radius: 28px;
    --ease: cubic-bezier(.16, .84, .22, 1);
    --section: clamp(92px, 11vw, 168px);
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body.modal-open, body.menu-open {
    overflow: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button, input, select {
    font: inherit
}

button {
    border: 0;
    cursor: pointer
}

img, video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

main, .section, .frame, .header, .footer {
    min-width: 0
}

::selection {
    background: rgba(156, 175, 127, .34);
    color: var(--ink)
}

.noise {
    position: fixed;
    inset: 0;
    z-index: 9998;
    pointer-events: none;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")
}

.preloader {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: #0b0d0c;
    color: #fff;
    display: grid;
    place-items: center;
    transition: opacity .8s var(--ease), visibility .8s var(--ease)
}

.preloader.done {
    opacity: 0;
    visibility: hidden
}

.preloader-inner {
    width: min(430px, 76vw);
    text-align: center
}

.preloader-inner img {
    height: auto
}

.preloader-inner span {
    display: block;
    margin-top: 18px;
    color: rgba(255, 255, 255, .38);
    font-size: 8px;
    letter-spacing: .24em
}

.preloader-track {
    height: 1px;
    margin-top: 26px;
    background: rgba(255, 255, 255, .08);
    overflow: hidden
}

.preloader-track i {
    display: block;
    width: 28%;
    height: 100%;
    background: var(--sage);
    animation: loader 1.35s infinite
}

@keyframes loader {
    0% {
        transform: translateX(-120%)
    }
    50% {
        transform: translateX(260%)
    }
    100% {
        transform: translateX(420%)
    }
}

.header {
    position: fixed;
    z-index: 100;
    top: 14px;
    left: var(--gutter);
    right: var(--gutter);
    height: 68px;
    padding: 0 10px 0 18px;
    display: grid;
    grid-template-columns:175px 1fr 154px;
    align-items: center;
    gap: 18px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    background: rgba(9, 12, 10, .22);
    backdrop-filter: blur(22px) saturate(1.35);
    -webkit-backdrop-filter: blur(22px) saturate(1.35);
    transition: .5s var(--ease)
}

.header.scrolled {
    background: rgba(10, 13, 11, .78);
    box-shadow: 0 16px 55px rgba(0, 0, 0, .18)
}

.brand {
    width: 150px;
    display: block
}

.brand img {
    height: auto;
    object-fit: contain
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(15px, 2.2vw, 36px)
}

.nav a {
    position: relative;
    padding: 7px 0;
    font-size: 9px;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .68)
}

.nav a span {
    margin-right: 7px;
    color: var(--sage)
}

.nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 1px;
    height: 1px;
    background: var(--sage);
    transition: right .4s var(--ease)
}

.nav a:hover:after {
    right: 0
}

.header-book, .mobile-book {
    height: 46px;
    padding: 0 15px 0 18px;
    border-radius: 13px;
    background: var(--white);
    color: #121511;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.header-book b, .mobile-book b, .button b {
    font-size: 17px;
    font-weight: 500
}

/* =========================
   ACTION ICONS
   ========================= */

.ui-icon {
    --icon-size: 18px;
    position: relative;
    width: var(--icon-size);
    height: var(--icon-size);
    min-width: var(--icon-size);
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 999px;
    overflow: visible;
    color: currentColor;
    transition: transform .55s var(--ease),
    background-color .45s var(--ease),
    color .35s var(--ease),
    box-shadow .55s var(--ease);
}

.ui-icon::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid currentColor;
    border-radius: inherit;
    opacity: 0;
    transform: scale(.58);
    transition: opacity .35s var(--ease),
    transform .55s var(--ease);
}

.ui-icon::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: -2px;
    right: -1px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0;
    transform: scale(0);
    transition: opacity .25s var(--ease),
    transform .45s var(--ease);
}

.ui-icon svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
    transition: transform .55s cubic-bezier(.18, .88, .25, 1.18),
    stroke-width .35s var(--ease);
}

.ui-icon-arrow svg {
    transform-origin: 50% 50%;
}

.ui-icon-down svg {
    transform-origin: 50% 45%;
}

.ui-icon-route {
    --icon-size: 17px;
}

.ui-icon-route svg {
    transform-origin: 50% 50%;
}

/* Noticeable, but clean, motion on interactive parents. */
.button:hover .ui-icon,
.header-book:hover .ui-icon,
.mobile-book:hover .ui-icon,
.line-link:hover .ui-icon,
.text-link:hover .ui-icon,
.pet-card:hover .ui-icon,
.service-option:hover .ui-icon,
.map-link:hover .ui-icon,
.gift-visual a:hover .ui-icon {
    transform: translate3d(3px, -3px, 0) scale(1.08) rotate(7deg);
}

.button:hover .ui-icon::before,
.header-book:hover .ui-icon::before,
.mobile-book:hover .ui-icon::before,
.line-link:hover .ui-icon::before,
.text-link:hover .ui-icon::before,
.pet-card:hover .ui-icon::before,
.service-option:hover .ui-icon::before,
.map-link:hover .ui-icon::before,
.gift-visual a:hover .ui-icon::before {
    opacity: .22;
    transform: scale(1);
}

.button:hover .ui-icon::after,
.header-book:hover .ui-icon::after,
.mobile-book:hover .ui-icon::after,
.line-link:hover .ui-icon::after,
.text-link:hover .ui-icon::after,
.pet-card:hover .ui-icon::after,
.service-option:hover .ui-icon::after,
.map-link:hover .ui-icon::after,
.gift-visual a:hover .ui-icon::after {
    opacity: .75;
    transform: scale(1);
}

.button:hover .ui-icon svg,
.header-book:hover .ui-icon svg,
.mobile-book:hover .ui-icon svg,
.line-link:hover .ui-icon svg,
.text-link:hover .ui-icon svg,
.pet-card:hover .ui-icon svg,
.service-option:hover .ui-icon svg,
.map-link:hover .ui-icon svg,
.gift-visual a:hover .ui-icon svg {
    transform: translate3d(2px, -2px, 0) scale(1.12);
    stroke-width: 1.9;
}

.text-link:hover .ui-icon-down {
    transform: translate3d(0, 3px, 0) scale(1.1);
}

.text-link:hover .ui-icon-down svg {
    transform: translateY(2px) scale(1.08);
}

.pet-card:hover .ui-icon,
.service-option:hover .ui-icon {
    box-shadow: 0 0 0 5px rgba(156, 175, 127, .08);
}

.button .ui-icon,
.header-book .ui-icon,
.mobile-book .ui-icon {
    --icon-size: 18px;
}

.header-book .ui-icon,
.mobile-book .ui-icon {
    --icon-size: 17px;
}

.service-option .ui-icon {
    --icon-size: 16px;
    color: var(--sage-deep);
}

.service-option.active .ui-icon {
    color: var(--sage);
}

.pet-info .ui-icon {
    --icon-size: 20px;
    color: var(--sage);
}

.line-link .ui-icon,
.text-link .ui-icon {
    --icon-size: 17px;
}

.map-link .ui-icon {
    --icon-size: 18px;
}

@media (hover: none), (pointer: coarse) {
    .ui-icon::before,
    .ui-icon::after {
        display: none;
    }

    .ui-icon,
    .ui-icon svg {
        transition: none;
        transform: none !important;
    }

    .button:active .ui-icon,
    .header-book:active .ui-icon,
    .mobile-book:active .ui-icon,
    .line-link:active .ui-icon,
    .text-link:active .ui-icon,
    .service-option:active .ui-icon,
    .pet-card:active .ui-icon {
        transform: scale(.92) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ui-icon,
    .ui-icon svg,
    .ui-icon::before,
    .ui-icon::after {
        transition: none !important;
    }
}

.menu-trigger {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(0, 0, 0, .18);
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px
}

.menu-trigger i {
    width: 17px;
    height: 1px;
    background: #fff;
    transition: .35s
}

.mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 99;
    background: #090c0a;
    color: #fff;
    padding: 20px var(--gutter);
    transform: translateY(-102%);
    transition: transform .68s var(--ease), visibility .68s var(--ease);
    display: none;
    visibility: hidden;
    pointer-events: none;
    flex-direction: column;
}

.mobile-nav.open {
    transform: none;
}

.mobile-nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, .42);
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 64px
}

@media (max-width: 820px) {
    .mobile-nav {
        display: flex;
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-nav .menu-trigger {
        display: flex;
    }

    .mobile-nav.open {
        transform: none;
    }
}

.mobile-nav > a {
    display: grid;
    grid-template-columns:44px 1fr;
    align-items: center;
    padding: 17px 0;
    border-bottom: 1px solid var(--line-light);
    font: 500 clamp(30px, 8vw, 48px)/1 var(--serif)
}

.mobile-nav > a span {
    font: 500 10px/1 var(--sans);
    color: var(--sage)
}

.mobile-book {
    width: 100%;
    margin-top: 26px;
    background: var(--sage);
    color: #fff
}

.hero {
    position: relative;
    min-height: 720px;
    height: 100svh;
    overflow: hidden;
    background: #0b0d0c;
    color: #fff
}


.hero-meta {
    position: absolute;
    top: 112px;
    left: var(--gutter);
    right: var(--gutter);
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: rgba(255, 255, 255, .43);
    font-size: 8px;
    letter-spacing: .23em;
    text-transform: uppercase
}

.hero-copy {
    position: absolute;
    z-index: 3;
    left: var(--gutter);
    top: 50%;
    width: min(840px, 69vw);
    transform: translateY(-42%)
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .54);
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 26px
}

.eyebrow i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sage);
    box-shadow: 0 0 0 7px rgba(156, 175, 127, .11);
    animation: pulse 2s infinite
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 14px rgba(156, 175, 127, 0)
    }
}

.hero h1 {
    margin: 0;
    max-width: 1000px;
    font: 500 clamp(70px, 9vw, 148px)/.82 var(--serif);
    letter-spacing: -.07em
}

.hero h1 em {
    font-style: italic;
    color: var(--sage-soft)
}

.hero-copy > p {
    max-width: 540px;
    margin: 32px 0 36px;
    color: rgba(255, 255, 255, .63);
    font-size: 14px;
    line-height: 1.9
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap
}

.button {
    min-height: 54px;
    padding: 0 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    font-size: 10px;
    letter-spacing: .11em;
    text-transform: uppercase;
    transition: transform .4s var(--ease), background .4s var(--ease), color .4s var(--ease), box-shadow .4s
}

.button-sage {
    background: var(--sage);
    color: #fff;
    box-shadow: 0 18px 38px rgba(39, 48, 34, .16)
}

.button-sage:hover {
    background: #aabd8e;
    box-shadow: 0 22px 52px rgba(39, 48, 34, .22)
}

.button-dark {
    background: #141714;
    color: #fff
}

.button-light {
    background: #f1ede5;
    color: #131611
}

.text-link {
    color: rgba(255, 255, 255, .64);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.text-link span {
    color: var(--sage);
    margin-left: 9px
}


.hero-corner {
    position: absolute;
    color: rgba(255, 255, 255, .39);
    font-size: 8px;
    letter-spacing: .18em;
    text-transform: uppercase
}


.hero-corner-bottom {
    right: var(--gutter);
    bottom: 37px;
    display: flex;
    align-items: center;
    gap: 13px;
    writing-mode: vertical-rl
}

.hero-corner-bottom i {
    width: 1px;
    height: 58px;
    background: rgba(255, 255, 255, .25)
}

@keyframes heroIn {
    from {
        transform: scale(1.14)
    }
    to {
        transform: scale(1.08)
    }
}

.section {
    padding: var(--section) var(--gutter)
}

.section-index {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #78836c;
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 64px
}

.section-index span {
    color: var(--ink);
    font-size: 10px
}

.section-index i {
    width: min(160px, 15vw);
    height: 1px;
    background: var(--line)
}

.section-index.dark {
    color: var(--sage)
}

.section-index.dark span {
    color: #fff
}

.section-index.dark i {
    background: var(--line-light)
}

.tiny-label {
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #738163
}

.intro {
    position: relative;
    overflow: hidden;
    background: var(--paper)
}

.intro-grid {
    display: grid;
    grid-template-columns:minmax(0, 1.18fr) minmax(300px, .72fr);
    gap: clamp(50px, 10vw, 185px);
    position: relative;
    z-index: 2
}

.intro-copy {
    max-width: 560px;
    padding-top: 15px
}

.intro-copy p {
    margin: 0 0 24px;
    color: #62675e;
    font-size: 15px;
    line-height: 1.9
}

.intro-copy .lead {
    font-size: clamp(19px, 1.55vw, 25px);
    line-height: 1.62;
    color: #252a23
}

.line-link {
    display: inline-flex;
    gap: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid #1b1f19;
    font-size: 10px;
    letter-spacing: .13em;
    text-transform: uppercase
}

.line-link span {
    color: var(--sage-deep)
}

.intro-word {
    position: absolute;
    right: -4vw;
    top: 50%;
    transform: translateY(-34%);
    z-index: 0;
    color: rgba(115, 134, 96, .06);
    font: 500 clamp(180px, 29vw, 470px)/.7 var(--serif);
    letter-spacing: -.08em;
    pointer-events: none
}

.intro-marquee {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 145px;
    white-space: nowrap;
    transform: translateX(-5vw);
    color: #c0b8ab;
    font: 500 clamp(62px, 8vw, 132px)/.72 var(--serif);
    letter-spacing: -.055em
}

.intro-marquee b {
    font: 400 17px/1 var(--sans);
    color: var(--sage-deep)
}

.frame {
    margin: 0 var(--gutter);
    border-radius: var(--radius);
    overflow: hidden
}

.philosophy {
    display: grid;
    grid-template-columns:1.04fr .96fr;
    min-height: 820px;
    background: #101410;
    color: #fff
}

.philosophy-image {
    position: relative;
    min-height: 540px;
    overflow: hidden
}

.philosophy-image img {
    filter: saturate(.7);
    will-change: transform
}

.philosophy-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(6, 8, 7, .78), transparent 58%)
}

.media-stamp {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
    color: rgba(255, 255, 255, .53);
    font-size: 8px;
    letter-spacing: .2em
}

.philosophy-content {
    padding: clamp(42px, 6vw, 100px);
    display: flex;
    flex-direction: column
}

.philosophy-content h2 {
    margin: 18px 0 72px;
    font: 500 clamp(52px, 5.6vw, 95px)/.86 var(--serif);
    letter-spacing: -.065em
}

.philosophy-content h2 em {
    font-style: italic;
    color: var(--sage)
}

.principles {
    margin-top: auto;
    border-top: 1px solid var(--line-light)
}

.principle {
    display: grid;
    grid-template-columns:38px 1fr;
    gap: 14px;
    padding: 23px 0;
    border-bottom: 1px solid var(--line-light)
}

.principle > span {
    font-size: 9px;
    color: var(--sage)
}

.principle strong {
    font: 500 24px/1 var(--serif)
}

.principle p {
    margin: 7px 0 0;
    max-width: 450px;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    line-height: 1.7
}

.services {
    background: #f1eee7
}

.services-head {
    display: grid;
    grid-template-columns:1fr .58fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 52px
}

.services-head > p {
    max-width: 470px;
    margin: 0;
    color: #6d7169;
    line-height: 1.9
}

.pet-stage {
    display: flex;
    gap: 12px;
    height: clamp(260px, 27vw, 360px);
    min-height: 260px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(24, 30, 23, .10)
}

.pet-card {
    position: relative;
    min-width: 0;
    flex: 1;
    overflow: hidden;
    border-radius: 22px;
    background: #101410;
    color: #fff;
    text-align: left;
    transition: flex .9s var(--ease), filter .6s var(--ease);
    outline: none
}

.pet-card.active {
    flex: 1.28
}

.pet-card video {
    position: absolute;
    inset: 0;
    filter: saturate(.62) brightness(.78);
    transition: filter .7s var(--ease)
}

.pet-card.active video {
    filter: saturate(.86) brightness(.87)
}

.pet-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 9, 8, .04), rgba(7, 9, 8, .18) 36%, rgba(7, 9, 8, .84))
}

.pet-number {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 20px;
    color: rgba(255, 255, 255, .5);
    font-size: 8px;
    letter-spacing: .18em
}


.pet-info {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: grid;
    grid-template-columns: 38px 1fr 20px;
    align-items: end
}

.pet-info small {
    font-size: 8px;
    letter-spacing: .16em;
    color: rgba(255, 255, 255, .52)
}

.pet-info strong {
    font: 500 clamp(34px, 3.5vw, 54px)/.88 var(--serif);
    letter-spacing: -.055em
}

.pet-info b {
    font-size: 18px;
    color: var(--sage);
    font-weight: 400
}

.pet-services-panel {
    display: none;
    animation: servicesPanelIn .65s var(--ease) both
}

.pet-services-panel.active {
    display: block
}

@keyframes servicesPanelIn {
    from {
        opacity: 0;
        transform: translateY(18px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.service-panel-head {
    display: grid;
    grid-template-columns: 1fr .55fr;
    gap: 50px;
    align-items: end;
    padding: 54px 0 26px
}

.service-panel-head h3 {
    margin: 10px 0 0;
    font: 500 clamp(38px, 4vw, 58px)/.9 var(--serif);
    letter-spacing: -.045em
}

.service-panel-head p {
    margin: 0;
    color: #6e726a;
    line-height: 1.75;
    font-size: 13px
}

.service-categories {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    border: 0
}

.service-category {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .36);
    box-shadow: 0 12px 35px rgba(16, 19, 15, .035);
    transition: transform .45s var(--ease), border-color .45s var(--ease), background .45s var(--ease), box-shadow .45s var(--ease)
}

.service-category:hover {
    transform: translateY(-3px);
    border-color: rgba(115, 134, 96, .28);
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 18px 42px rgba(16, 19, 15, .07)
}

.service-card-top {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    min-height: 82px
}

.service-category-number {
    color: var(--sage-deep);
    font-size: 8px;
    letter-spacing: .15em;
    padding-top: 3px
}

.service-category-title {
    min-width: 0
}

.service-category-title h4 {
    margin: 0;
    font: 500 clamp(22px, 2vw, 31px)/1 var(--serif);
    letter-spacing: -.035em
}

.service-category-title span {
    display: block;
    margin-top: 7px;
    color: #858980;
    font-size: 8px;
    letter-spacing: .13em;
    text-transform: uppercase
}

.service-category-price {
    min-width: 74px;
    white-space: nowrap;
    color: var(--sage-deep);
    text-align: right;
    font: 500 clamp(20px, 1.7vw, 27px)/1 var(--serif);
    letter-spacing: -.035em;
    transition: opacity .25s var(--ease), transform .25s var(--ease)
}

.service-category-price span {
    display: inline-block
}

.service-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 0 0;
    border-top: 1px solid rgba(16, 19, 15, .08)
}

.service-option {
    position: relative;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 11px 9px 12px;
    border: 1px solid rgba(16, 19, 15, .10);
    border-radius: 12px;
    background: rgba(255, 255, 255, .22);
    color: var(--ink);
    text-align: left;
    transition: transform .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease), box-shadow .3s var(--ease)
}

.service-option span {
    display: block;
    min-width: 0;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .01em
}

.service-option b {
    flex: 0 0 auto;
}

.service-option:hover {
    transform: translateY(-1px);
    background: #fff;
    border-color: rgba(115, 134, 96, .30);
    box-shadow: 0 7px 20px rgba(16, 19, 15, .06)
}

.service-option:hover b {
    transform: translate(2px, -2px)
}

.service-option.active {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
    box-shadow: 0 9px 24px rgba(16, 19, 15, .13)
}

.service-option.active b {
    color: var(--sage)
}

.service-empty {
    padding: 18px 0 6px;
    color: #858980;
    font-size: 11px
}

.service-empty-large {
    grid-column: 1 / -1;
    padding: 36px 22px;
    border: 1px solid var(--line);
    border-radius: 20px
}

.service-footnote {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    color: #858980;
    font-size: 8px;
    letter-spacing: .12em;
    text-transform: uppercase
}

.visual-story {
    display: grid;
    grid-template-columns:1.2fr .8fr;
    min-height: 760px;
    background: #0c0f0d;
    color: #fff
}

.story-primary {
    position: relative;
    overflow: hidden
}

.story-primary img {
    filter: saturate(.7);
    will-change: transform
}

.story-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(7, 9, 8, .9), transparent 58%)
}

.story-title {
    position: absolute;
    left: clamp(25px, 4vw, 64px);
    bottom: clamp(30px, 4vw, 60px)
}

.story-title > span {
    font-size: 8px;
    letter-spacing: .2em;
    color: rgba(255, 255, 255, .5)
}

.story-title h2 {
    margin: 14px 0 0;
    font: 500 clamp(60px, 7.4vw, 116px)/.84 var(--serif);
    letter-spacing: -.06em
}

.story-title em {
    font-style: italic;
    color: var(--sage)
}

.story-secondary {
    padding: clamp(35px, 5vw, 78px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.story-secondary h3 {
    margin: 17px 0;
    font: 500 clamp(43px, 4.7vw, 76px)/.88 var(--serif);
    letter-spacing: -.055em
}

.story-secondary h3 em {
    font-style: italic;
    color: var(--sage)
}

.story-secondary p {
    max-width: 420px;
    margin: 0;
    color: rgba(255, 255, 255, .52);
    font-size: 12px;
    line-height: 1.85
}

.story-secondary-image {
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 35px
}

.story-secondary-image img {
    will-change: transform
}

.daycare {
    background: var(--paper-2)
}

.daycare-grid {
    display: grid;
    grid-template-columns:minmax(0, 1.02fr) minmax(330px, .78fr);
    gap: clamp(48px, 10vw, 170px);
    align-items: center
}

.daycare-collage {
    position: relative;
    min-height: 720px
}

.daycare-image {
    position: absolute;
    overflow: hidden;
    border-radius: 23px
}

.daycare-image img {
    will-change: transform
}

.daycare-image.main {
    left: 0;
    top: 0;
    width: 72%;
    height: 86%
}

.daycare-image.small {
    right: 0;
    bottom: 0;
    width: 47%;
    height: 47%;
    border: 10px solid var(--paper-2)
}

.daycare-badge {
    position: absolute;
    right: 24%;
    top: 11%;
    z-index: 3;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    background: var(--sage);
    color: #fff;
    box-shadow: 0 18px 50px rgba(53, 62, 46, .22)
}

.daycare-badge span {
    display: block;
    font-size: 7px;
    letter-spacing: .15em
}

.daycare-badge strong {
    font: 500 28px/.9 var(--serif)
}

.daycare-copy {
    max-width: 560px
}

.daycare-copy h2 {
    margin: 14px 0 24px;
    font: 500 clamp(62px, 7vw, 112px)/.86 var(--serif);
    letter-spacing: -.065em
}

.daycare-copy h2 em {
    font-style: italic;
    color: var(--sage-deep)
}

.daycare-copy > p {
    max-width: 510px;
    color: #646960;
    line-height: 1.9;
    margin: 0 0 30px
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 35px
}

.tag-cloud span {
    padding: 9px 12px;
    border: 1px solid rgba(16, 19, 15, .12);
    border-radius: 999px;
    color: #60665c;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .11em
}

.daycare-price {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px
}

.daycare-price > div {
    padding: 15px 16px;
    border: 1px solid rgba(16, 19, 15, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .28);
    min-width: 145px
}

.daycare-price strong {
    display: block;
    font: 500 27px/1 var(--serif)
}

.daycare-price span {
    display: block;
    margin-top: 6px;
    color: #777b72;
    font-size: 9px
}

.gift {
    display: grid;
    grid-template-columns:1fr .95fr;
    min-height: 720px;
    background: #101410;
    color: #fff
}

.gift-copy {
    padding: clamp(40px, 6vw, 92px);
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.gift-copy h2 {
    margin: 18px 0 24px;
    font: 500 clamp(64px, 7vw, 116px)/.85 var(--serif);
    letter-spacing: -.065em
}

.gift-copy h2 em {
    font-style: italic;
    color: var(--sage)
}

.gift-copy p {
    max-width: 500px;
    color: rgba(255, 255, 255, .55);
    line-height: 1.9;
    margin: 0 0 34px
}

.gift-visual {
    position: relative;
    min-height: 560px;
    margin: clamp(28px, 5vw, 72px);
    border-radius: 28px;
    overflow: hidden;
    background: radial-gradient(circle at 70% 24%, rgba(156, 175, 127, .24), transparent 28%), linear-gradient(135deg, #222b20, #101510 65%);
    border: 1px solid rgba(255, 255, 255, .13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 34px 90px rgba(0, 0, 0, .28);
    transform-style: preserve-3d
}

.gift-visual:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, .11), transparent 25%, transparent 65%, rgba(255, 255, 255, .05))
}

.gift-glow {
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    right: -100px;
    top: -120px;
    background: rgba(156, 175, 127, .16);
    filter: blur(8px)
}

.gift-top, .gift-bottom {
    position: absolute;
    left: 25px;
    right: 25px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .46)
}

.gift-top {
    top: 23px
}

.gift-bottom {
    bottom: 24px;
    align-items: end
}

.gift-bottom strong {
    font: 500 30px/.95 var(--serif);
    color: #fff;
    letter-spacing: -.03em
}

.gift-bottom small {
    padding-bottom: 3px
}

.gift-visual img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(85%, 635px);
    height: auto;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 24px 55px rgba(0, 0, 0, .22))
}

.contacts {
    background: var(--paper)
}

.contacts-head {
    display: grid;
    grid-template-columns:1fr .56fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 54px
}

.contacts-head p {
    margin: 0;
    color: #686d65;
    line-height: 1.9
}

.contacts-grid {
    display: grid;
    grid-template-columns:minmax(280px, .64fr) minmax(0, 1.36fr);
    gap: 14px
}

.contact-details {
    border-radius: 24px;
    padding: 28px;
    background: #e8e2d7;
    border: 1px solid rgba(16, 19, 15, .08)
}

.contact-item {
    padding: 20px 0;
    border-bottom: 1px solid rgba(16, 19, 15, .11)
}

.contact-item > span {
    display: block;
    margin-bottom: 9px;
    color: #7d8279;
    font-size: 8px;
    letter-spacing: .17em;
    text-transform: uppercase
}

.contact-item strong, .contact-item a {
    font: 500 21px/1.35 var(--serif)
}

.contact-item a {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    font-family: var(--sans);
    text-transform: uppercase;
    letter-spacing: .12em
}

.contact-details .button {
    margin-top: 25px;
    width: 100%
}

.map-wrap {
    position: relative;
    min-height: 580px;
    border-radius: 24px;
    overflow: hidden;
    background: #cfc9bd;
    border: 1px solid rgba(16, 19, 15, .08)
}

.map-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(.78) sepia(.15) saturate(.65) contrast(1.02)
}

.map-wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(13, 16, 13, .56), transparent 35%), radial-gradient(circle at 70% 18%, rgba(156, 175, 127, .11), transparent 26%)
}


.footer {
    padding: 46px var(--gutter) 26px;
    background: #0c0f0d;
    color: #fff
}

.footer-main {
    display: grid;
    grid-template-columns:1fr .7fr auto;
    gap: 40px;
    align-items: end;
    padding-bottom: 60px
}

.footer-brand {
    width: 180px
}

.footer-brand img {
    height: auto
}

.footer-slogan {
    font: 500 24px/1.1 var(--serif);
    color: rgba(255, 255, 255, .8)
}

.footer-slogan em {
    font-style: italic;
    color: var(--sage)
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--line-light);
    color: rgba(255, 255, 255, .34);
    font-size: 8px;
    letter-spacing: .11em;
    text-transform: uppercase
}

.footer-bottom div {
    display: flex;
    gap: 18px
}

.cursor-dot, .cursor-ring {
    position: fixed;
    z-index: 10001;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity .25s
}

.cursor-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--sage)
}

.cursor-ring {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(156, 175, 127, .46);
    border-radius: 50%;
    transition: opacity .25s, transform .08s
}

.cursor-ring.active {
    transform: translate(-50%, -50%) scale(1.7);
    background: rgba(156, 175, 127, .04)
}

.scroll-progress {
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--sage);
    box-shadow: 0 0 18px rgba(156, 175, 127, .6)
}


.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .9s var(--ease), transform 1s var(--ease)
}

.reveal.visible {
    opacity: 1;
    transform: none
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .45s var(--ease), visibility .45s
}

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

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 7, 6, .72);
    backdrop-filter: blur(18px)
}

.modal-window {
    position: relative;
    z-index: 1;
    width: min(590px, calc(100vw - 34px));
    padding: clamp(32px, 5vw, 58px);
    border-radius: 26px;
    background: #ece7dc;
    color: #121610;
    box-shadow: 0 30px 100px rgba(0, 0, 0, .28);
    transform: translateY(22px) scale(.98);
    transition: transform .55s var(--ease)
}

.modal.is-open .modal-window {
    transform: none
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #ded7ca;
    color: #171b16;
    font-size: 22px
}

.modal-window h2 {
    margin: 17px 0 18px;
    font: 500 clamp(52px, 7vw, 84px)/.86 var(--serif);
    letter-spacing: -.06em
}

.modal-window h2 em {
    font-style: italic;
    color: var(--sage-deep)
}

.modal-window > p {
    max-width: 460px;
    color: #6a6f66;
    line-height: 1.8;
    margin: 0 0 26px
}

#certificate-form {
    display: grid;
    gap: 12px
}

#certificate-form label {
    display: grid;
    gap: 6px;
    color: #6b7068;
    font-size: 8px;
    letter-spacing: .15em;
    text-transform: uppercase
}

#certificate-form input, #certificate-form select {
    height: 48px;
    border: 1px solid rgba(16, 19, 15, .12);
    border-radius: 12px;
    padding: 0 13px;
    background: #f7f3eb;
    color: #171b16;
    outline: none
}

#certificate-form .button {
    margin-top: 8px
}

@media (max-width: 1100px) {
    .header {
        grid-template-columns:160px 1fr 150px
    }

    .nav {
        gap: 14px
    }

    .nav a {
        font-size: 8px
    }

    .intro-grid, .daycare-grid, .contacts-grid, .philosophy, .visual-story, .gift {
        grid-template-columns:1fr
    }

    .philosophy-content {
        min-height: 680px
    }

    .visual-story {
        grid-template-rows:680px auto
    }

    .story-secondary {
        min-height: 560px
    }

    .gift-visual {
        min-height: 560px
    }

    .contacts-grid {
        gap: 14px
    }
}

@media (max-width: 820px) {
    :root {
        --radius: 20px;
        --section: 86px
    }

    .header {
        top: 10px;
        height: 60px;
        grid-template-columns:1fr auto;
        left: 14px;
        right: 14px;
        padding-left: 14px
    }

    .brand {
        width: 130px
    }

    .nav, .header-book {
        display: none
    }

    .menu-trigger {
        display: flex
    }

    .hero {
        min-height: 680px
    }

    .hero-meta {
        top: 90px;
        font-size: 7px
    }

    .hero-meta span:last-child {
        display: none
    }

    .hero-copy {
        left: var(--gutter);
        width: calc(100% - 2 * var(--gutter));
        top: 49%
    }

    .hero h1 {
        font-size: clamp(60px, 17vw, 98px)
    }

    .hero-copy > p {
        font-size: 13px;
        line-height: 1.75;
        margin-top: 24px
    }


    .hero-corner-bottom {
        display: none
    }


    .section-index {
        margin-bottom: 45px
    }

    .intro-grid, .services-head, .service-panel-head, .contacts-head {
        grid-template-columns:1fr;
        gap: 28px
    }

    .intro-copy {
        padding-top: 0
    }

    .intro-marquee {
        margin-top: 90px
    }

    .frame {
        margin: 0 14px
    }

    .philosophy {
        min-height: 0
    }

    .philosophy-image {
        min-height: 450px
    }

    .philosophy-content {
        min-height: 650px;
        padding: 38px 26px
    }

    .services-head {
        margin-bottom: 38px
    }

    .pet-stage {
        height: 62vw;
        min-height: 390px
    }

    .pet-info strong {
        font-size: clamp(38px, 10vw, 58px)
    }

    .service-panel-head {
        padding-top: 55px
    }

    .service-panel-head h3 {
        font-size: 50px
    }


    .visual-story {
        grid-template-rows:56vw auto;
        min-height: 0
    }

    .story-secondary {
        min-height: 510px;
        padding: 30px
    }

    .story-secondary-image {
        height: 235px
    }

    .daycare-collage {
        min-height: 580px
    }

    .daycare-image.main {
        height: 78%
    }

    .daycare-image.small {
        height: 43%;
        width: 49%
    }

    .daycare-badge {
        right: 20%;
        top: 8%
    }

    .gift-copy {
        padding: 34px 26px 42px
    }

    .gift-visual {
        margin: 0 14px 14px;
        min-height: 470px
    }

    .contacts-grid {
        grid-template-columns:1fr
    }

    .map-wrap {
        min-height: 500px
    }

    .footer-main {
        grid-template-columns:1fr;
        align-items: start;
        padding-bottom: 45px
    }

    .footer-slogan {
        font-size: 22px
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start
    }


    .cursor-dot, .cursor-ring {
        display: none
    }
}

@media (max-width: 520px) {


    .hero-copy > p {
        max-width: 390px
    }

    .hero-actions {
        gap: 15px
    }

    .hero-actions .button {
        width: 100%
    }

    .text-link {
        display: none
    }

    .intro-title h2, .services h2, .contacts h2 {
        font-size: clamp(52px, 15vw, 74px)
    }

    .intro-word {
        right: -9vw;
        top: 30%
    }

    .pet-stage {
        flex-direction: column;
        height: 640px
    }

    .pet-card, .pet-card.active {
        flex: none;
        height: 50%;
        transition: height .8s var(--ease)
    }

    .pet-card.active {
        height: 62%
    }

    .pet-info {
        bottom: 22px
    }


    .daycare-collage {
        min-height: 500px
    }

    .daycare-image.main {
        width: 78%;
        height: 82%
    }

    .daycare-image.small {
        width: 52%;
        height: 43%;
        border-width: 7px
    }

    .daycare-badge {
        right: 8%;
        top: 4%;
        width: 82px;
        height: 82px
    }

    .tag-cloud {
        gap: 6px
    }

    .tag-cloud span {
        font-size: 8px
    }

    .gift-visual {
        min-height: 420px
    }

    .gift-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px
    }


    .contact-item strong, .contact-item a {
        font-size: 18px
    }
}

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

    *, *:before, *:after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}


/* ==============================
   2026 PET-BRAND VISUAL OVERRIDES
   Keeps existing Blade/YCLIENTS markup and behavior.
   ============================== */
:root {
    --paper: #f0ece3;
    --paper-2: #e5dfd2;
    --ink: #10130f;
    --sage: #9caf7f;
    --sage-deep: #738660;
    --sage-soft: #c2ceb0;
    --line: rgba(16, 19, 15, .11);
    --line-light: rgba(251, 250, 246, .13);
    --radius: 26px;
    --serif: "Playfair Display", Georgia, serif;
    --sans: "Manrope", "DM Sans", Arial, sans-serif;
}

body {
    font-size: 15px;
    line-height: 1.65
}

.header {
    top: 12px;
    height: 72px;
    border-radius: 22px;
    background: rgba(10, 13, 11, .42);
    box-shadow: 0 16px 55px rgba(0, 0, 0, .08)
}

.header.scrolled {
    background: rgba(10, 13, 11, .88)
}

.brand {
    width: 164px
}

.nav a {
    font-size: 10px;
    letter-spacing: .08em;
    color: rgba(255, 255, 255, .76)
}

.header-book, .mobile-book {
    font-size: 10px;
    border-radius: 14px
}

/* Hero: text and pet cards occupy separate columns. No card is allowed into the copy area. */
.hero.hero-pet {
    min-height: 820px;
    height: 100svh;
    background: #10140f;
    color: #fff;
    display: grid;
    grid-template-columns:minmax(0, 48%) minmax(0, 52%);
    padding: 150px var(--gutter) 54px;
    isolation: isolate
}

.hero-pet-backdrop {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 72% 45%, rgba(156, 175, 127, .17), transparent 24%), radial-gradient(circle at 100% 90%, rgba(118, 85, 62, .18), transparent 26%), linear-gradient(90deg, #0c100d 0%, #0d120e 48%, #121a12 100%);
    z-index: -3
}

.hero-pet-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(55px);
    pointer-events: none;
    z-index: -1
}

.hero-pet-glow-a {
    width: 360px;
    height: 360px;
    right: 23%;
    top: 26%;
    background: rgba(156, 175, 127, .18)
}

.hero-pet-glow-b {
    width: 280px;
    height: 280px;
    right: -3%;
    bottom: -4%;
    background: rgba(118, 85, 62, .18)
}

.hero-pet-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .24;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 100px 100px;
    mask-image: linear-gradient(to right, transparent 0%, black 48%, black 100%)
}

.hero-pet-copy {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: auto;
    max-width: 730px;
    align-self: center;
    z-index: 5;
    grid-column: 1;
    grid-row: 1
}

.hero-pet-copy h1 {
    max-width: 760px;
    font-size: clamp(66px, 8.2vw, 132px);
    line-height: .84;
    letter-spacing: -.075em
}

.hero-pet-copy > p {
    max-width: 560px;
    font-size: 15px;
    line-height: 1.78;
    color: rgba(255, 255, 255, .66);
    margin: 30px 0 34px
}

.hero-pet-copy .hero-actions {
    gap: 28px
}

.hero-pet-copy .button {
    min-height: 58px;
    padding: 0 20px;
    border-radius: 16px
}

.hero-pet-copy .text-link {
    font-size: 11px;
    color: rgba(255, 255, 255, .7)
}

.hero-facts {
    display: flex;
    gap: 10px;
    margin-top: 44px;
    max-width: 560px
}

.hero-fact {
    min-width: 120px;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 15px;
    background: rgba(255, 255, 255, .045);
    backdrop-filter: blur(12px)
}

.hero-fact strong {
    display: block;
    font: 500 28px/1 var(--serif);
    color: #fff
}

.hero-fact span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, .43);
    font-size: 8px;
    line-height: 1.35;
    letter-spacing: .12em;
    text-transform: uppercase
}

.hero-pet-cloud {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    min-width: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: visible;
    grid-column: 2;
    grid-row: 1
}

.hero-pet-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px)
}

.hero-pet-orb-a {
    width: 300px;
    height: 300px;
    left: 18%;
    top: 24%;
    border: 1px solid rgba(194, 206, 176, .12);
    background: rgba(156, 175, 127, .04);
    box-shadow: 0 0 0 80px rgba(156, 175, 127, .025), 0 0 0 160px rgba(156, 175, 127, .015)
}

.hero-pet-orb-b {
    width: 160px;
    height: 160px;
    right: 6%;
    bottom: 8%;
    background: rgba(118, 85, 62, .13);
    filter: blur(20px)
}

.hero-pet-card {
    position: absolute;
    width: 156px;
    height: 202px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 22px;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: blur(15px) saturate(1.1);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .28);
    overflow: hidden;
    will-change: transform;
    transition: transform .28s ease, border-color .28s ease;
    animation: heroPetFloat 6s ease-in-out infinite;
    transform: rotate(var(--card-rotate, 0deg))
}

.hero-pet-card img, .hero-pet-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
    display: block;
    filter: saturate(.9) contrast(1.02)
}

.hero-pet-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(8, 10, 9, .76), transparent 46%);
    pointer-events: none
}

.hero-pet-card span {
    position: absolute;
    z-index: 2;
    left: 12px;
    right: 12px;
    bottom: 11px;
    font-size: 10px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .35)
}

.hero-pet-card-1 {
    left: 2%;
    top: 14%;
    --card-rotate: -6deg;
    animation-delay: -1s
}

.hero-pet-card-2 {
    left: 35%;
    top: 6%;
    width: 134px;
    height: 178px;
    --card-rotate: 5deg;
    animation-delay: -3s
}

.hero-pet-card-3 {
    right: 2%;
    top: 18%;
    width: 150px;
    height: 198px;
    --card-rotate: 7deg;
    animation-delay: -2s
}

.hero-pet-card-4 {
    left: 8%;
    bottom: 8%;
    width: 142px;
    height: 188px;
    --card-rotate: 5deg;
    animation-delay: -4s
}

.hero-pet-card-5 {
    right: 22%;
    bottom: 3%;
    width: 168px;
    height: 214px;
    --card-rotate: -5deg;
    animation-delay: -.5s
}

.hero-pet-note {
    position: absolute;
    right: 0;
    top: 51%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .43);
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: .08em;
    text-transform: uppercase
}

.hero-pet-note b {
    font: 500 29px/1 var(--serif);
    color: var(--sage-soft)
}

@keyframes heroPetFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(var(--card-rotate, 0deg)) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) scale(var(--tilt-scale, 1))
    }
    50% {
        transform: translate3d(0, -12px, 0) rotate(var(--card-rotate, 0deg)) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) scale(var(--tilt-scale, 1))
    }
}

/* More pet-brand, less hotel: lighter copy and fewer ultra-small labels. */
.section-index {
    font-size: 10px;
    margin-bottom: 46px
}

.section-index b {
    font-weight: 600
}

.tiny-label, .tiny-label {
    font-size: 10px;
    letter-spacing: .14em
}

.intro-grid {
    grid-template-columns:minmax(0, 1.12fr) minmax(320px, .78fr);
    gap: clamp(50px, 8vw, 130px)
}

.intro-title h2, .services h2, .contacts h2 {
    font-size: clamp(58px, 7vw, 110px);
    line-height: .9
}

.intro-copy p {
    font-size: 16px;
    line-height: 1.8
}

.intro-copy .lead {
    font-size: clamp(21px, 1.8vw, 28px);
    line-height: 1.5
}

.philosophy {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(27, 31, 25, .08)
}

.philosophy-content {
    padding: clamp(38px, 5vw, 78px)
}

.philosophy-content h2 {
    font-size: clamp(56px, 6vw, 92px)
}

.principle {
    padding: 20px 0
}

.principle strong {
    font-size: 20px
}

.principle p {
    font-size: 13px;
    line-height: 1.75
}

.services {
    background: var(--paper-2)
}

.services-head {
    gap: 40px;
    margin-bottom: 38px
}

.services-head > p {
    font-size: 14px;
    line-height: 1.7
}

.pet-stage {
    height: min(46vw, 650px);
    min-height: 430px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(24, 30, 23, .12)
}

.pet-card {
    border-radius: 30px
}

.pet-info strong {
    font-size: clamp(44px, 6vw, 80px)
}

.service-panel-head {
    padding: 66px 0 28px
}

.service-panel-head h3 {
    font-size: clamp(48px, 5.6vw, 78px)
}


.service-category-title h4 {
    font-size: clamp(28px, 3vw, 43px)
}

.service-category-title span {
    font-size: 10px
}

.service-category-price {
    font-size: clamp(24px, 2.4vw, 36px)
}

.service-option {
    min-height: 46px;
    border-radius: 999px;
    font-size: 10px
}

.service-footnote {
    font-size: 9px;
    margin-top: 28px
}

.visual-story {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(27, 31, 25, .08)
}

.story-primary {
    min-height: 640px
}

.story-secondary {
    padding: clamp(34px, 5vw, 70px)
}

.story-title h2 {
    font-size: clamp(58px, 6vw, 95px)
}

.story-secondary h3 {
    font-size: clamp(45px, 4.8vw, 72px)
}

.story-secondary p {
    font-size: 14px;
    line-height: 1.8
}

.daycare {
    background: var(--paper-2)
}

.daycare-grid {
    gap: clamp(45px, 8vw, 120px)
}

.daycare-collage {
    min-height: 650px
}

.daycare-copy h2 {
    font-size: clamp(60px, 6.8vw, 105px)
}

.daycare-copy > p {
    font-size: 15px;
    line-height: 1.8
}

.tag-cloud span {
    font-size: 10px;
    padding: 10px 13px
}

.daycare-price > div {
    border-radius: 17px
}

.gift {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .16)
}

.gift-copy h2 {
    font-size: clamp(62px, 6.6vw, 110px)
}

.gift-copy p {
    font-size: 14px
}

.gift-visual {
    border-radius: 28px
}

.contacts-head {
    margin-bottom: 40px
}

.contacts-head p {
    font-size: 14px
}

.contact-details {
    border-radius: 26px;
    padding: 30px
}

.contact-item strong, .contact-item a {
    font-size: 22px
}

.map-wrap {
    border-radius: 26px;
    min-height: 560px
}

.map-wrap iframe {
    filter: grayscale(.62) sepia(.12) saturate(.78) contrast(1.01)
}

.footer {
    padding-top: 52px
}

.footer-slogan {
    font-size: 25px
}

@media (max-width: 1100px) {
    .hero.hero-pet {
        grid-template-columns:minmax(0, 50%) minmax(0, 50%);
        padding-left: var(--gutter);
        padding-right: var(--gutter)
    }

    .hero-pet-card {
        width: 145px;
        height: 188px
    }

    .hero-pet-card-2 {
        width: 125px;
        height: 165px
    }

    .hero-pet-card-3 {
        width: 142px;
        height: 187px
    }

    .hero-pet-card-4 {
        width: 132px;
        height: 175px
    }

    .hero-pet-card-5 {
        width: 155px;
        height: 198px
    }

    .hero-pet-copy h1 {
        font-size: clamp(60px, 8vw, 108px)
    }
}

@media (max-width: 820px) {
    .hero.hero-pet {
        display: block;
        min-height: 920px;
        height: auto;
        padding-top: 125px;
        padding-bottom: 30px
    }

    .hero-pet-copy {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        z-index: 6;
        width: 100%;
        max-width: none;
        padding-right: 4vw;
        grid-column: auto;
        grid-row: auto
    }

    .hero-pet-copy h1 {
        font-size: clamp(58px, 14.5vw, 92px)
    }

    .hero-pet-copy > p {
        max-width: 580px;
        font-size: 14px
    }

    .hero-pet-cloud {
        height: 455px;
        margin-top: 15px;
        margin-left: 4vw
    }

    .hero-pet-note {
        right: 5%;
        top: 48%
    }

    .hero-pet-card {
        width: 132px;
        height: 172px
    }

    .hero-pet-card-2 {
        width: 118px;
        height: 154px
    }

    .hero-pet-card-3 {
        width: 130px;
        height: 170px
    }

    .hero-pet-card-4 {
        width: 120px;
        height: 158px
    }

    .hero-pet-card-5 {
        width: 142px;
        height: 184px
    }

    .hero-facts {
        margin-top: 35px
    }

    .frame {
        margin-left: 14px;
        margin-right: 14px
    }
}

@media (max-width: 520px) {
    .hero.hero-pet {
        min-height: 900px;
        padding-top: 112px
    }

    .hero-meta {
        font-size: 7px
    }

    .hero-meta span:last-child {
        display: none
    }

    .hero-pet-copy h1 {
        font-size: clamp(54px, 16vw, 78px)
    }

    .hero-pet-copy > p {
        font-size: 13px;
        line-height: 1.7
    }

    .hero-facts {
        gap: 6px
    }

    .hero-fact {
        min-width: 0;
        flex: 1;
        padding: 12px 10px
    }

    .hero-fact strong {
        font-size: 23px
    }

    .hero-fact span {
        font-size: 7px
    }

    .hero-pet-cloud {
        height: 390px;
        margin-top: 5px;
        margin-left: -5px;
        margin-right: -8px
    }

    .hero-pet-card {
        width: 112px;
        height: 148px;
        border-radius: 18px
    }

    .hero-pet-card-2 {
        width: 98px;
        height: 130px
    }

    .hero-pet-card-3 {
        width: 108px;
        height: 142px
    }

    .hero-pet-card-4 {
        width: 102px;
        height: 134px
    }

    .hero-pet-card-5 {
        width: 118px;
        height: 154px
    }

    .hero-pet-note {
        display: none
    }

    .pet-stage {
        min-height: 390px;
        height: 610px;
        border-radius: 24px
    }

    .service-options {
        padding-left: 0
    }


    .service-category-price {
        grid-column: 2;
        text-align: left;
        margin-top: -10px
    }

    .service-option {
        width: 100%;
        justify-content: space-between
    }

    .gift {
        margin-left: 14px;
        margin-right: 14px
    }

    .gift-copy {
        padding: 34px 25px 42px
    }

    .gift-visual {
        margin: 0 14px 14px;
        min-height: 430px
    }
}


.mobile-nav {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-102%);
}

@media (max-width: 820px) {
    .mobile-nav {
        display: flex !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .mobile-nav:not(.open) {
        transform: translateY(-102%);
    }

    .mobile-nav.open {
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    .service-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-panel-head {
        grid-template-columns: 1fr .7fr;
        gap: 34px;
    }

    .pet-stage {
        height: clamp(250px, 31vw, 330px);
        min-height: 250px;
    }
}

@media (max-width: 760px) {
    .pet-stage {
        height: 300px;
        min-height: 300px;
        border-radius: 22px;
    }

    .pet-card,
    .pet-card.active {
        flex: 1;
    }

    .pet-card.active {
        flex: 1.22;
    }

    .pet-info strong {
        font-size: clamp(31px, 7vw, 42px);
    }


    .service-panel-head {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 42px 0 22px;
    }

    .service-panel-head h3 {
        font-size: clamp(38px, 8vw, 52px);
    }

    .service-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .service-category {
        padding: 18px;
        border-radius: 17px;
    }

    .service-card-top {
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 9px;
        min-height: 0;
    }

    .service-category-price {
        grid-column: 2;
        text-align: left;
        margin-top: 10px;
        font-size: 21px;
    }
}

@media (max-width: 560px) {
    .pet-stage {
        flex-direction: column;
        height: 390px;
        min-height: 390px;
    }

    .pet-card,
    .pet-card.active {
        flex: none;
        height: 50%;
        transition: height .8s var(--ease);
    }

    .pet-card.active {
        height: 58%;
    }

    .pet-info {
        left: 17px;
        right: 17px;
        bottom: 16px;
    }

    .pet-info strong {
        font-size: 34px;
    }

    .service-categories {
        grid-template-columns: 1fr;
    }

    .service-category-title h4 {
        font-size: 23px;
    }
}


:root {
    --mobile-gutter: 18px;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

img,
video,
iframe {
    max-width: 100%;
}

.section,
.frame {
    width: 100%;
}


@media (min-width: 1281px) {
    .hero.hero-pet {
        min-height: 760px;
        padding-top: 132px;
    }

    .services.section,
    .intro.section,
    .daycare.section,
    .contacts.section {
        padding-left: clamp(40px, 4.2vw, 76px);
        padding-right: clamp(40px, 4.2vw, 76px);
    }

    .service-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* -------------------------
   LAPTOP / SMALL DESKTOP
   ------------------------- */
@media (min-width: 921px) and (max-width: 1280px) {
    :root {
        --gutter: clamp(26px, 3vw, 44px);
        --section: clamp(78px, 9vw, 120px);
    }

    .header {
        left: var(--gutter);
        right: var(--gutter);
        grid-template-columns: 145px 1fr 140px;
        padding-left: 14px;
    }

    .brand {
        width: 140px;
    }

    .nav {
        gap: clamp(10px, 1.5vw, 22px);
    }

    .nav a {
        font-size: 8px;
        letter-spacing: .08em;
    }

    .hero.hero-pet {
        min-height: 720px;
        padding-top: 122px;
        padding-bottom: 38px;
        grid-template-columns: minmax(0, 49%) minmax(0, 51%);
    }

    .hero-pet-copy h1 {
        font-size: clamp(58px, 7.2vw, 102px);
    }

    .hero-pet-copy > p {
        font-size: 14px;
        max-width: 500px;
    }

    .hero-pet-cloud {
        transform: scale(.94);
        transform-origin: center center;
    }

    .intro-grid {
        gap: 50px;
    }

    .philosophy-content {
        min-height: 0;
    }

    .services-head {
        grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr);
    }

    .pet-stage {
        height: clamp(270px, 30vw, 390px);
        min-height: 270px;
    }

    .service-panel-head {
        grid-template-columns: minmax(0, 1.1fr) minmax(240px, .7fr);
        padding: 50px 0 24px;
    }

    .service-panel-head h3 {
        font-size: clamp(42px, 5vw, 66px);
    }

    .service-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .service-card {
        min-width: 0;
    }

    .visual-story {
        min-height: 680px;
        grid-template-columns: 1.05fr .95fr;
    }

    .story-primary {
        min-height: 580px;
    }

    .daycare-grid {
        gap: 58px;
    }

    .daycare-collage {
        min-height: 560px;
    }

    .gift {
        min-height: 620px;
    }

    .gift-copy {
        padding: 56px;
    }

    .gift-copy h2 {
        font-size: clamp(54px, 6vw, 86px);
    }

    .gift-visual {
        min-height: 500px;
    }

    .contacts-grid {
        grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    }

    .map-wrap {
        min-height: 500px;
    }
}

/* -------------------------
   TABLET PORTRAIT / LARGE MOBILE
   ------------------------- */
@media (max-width: 920px) {
    :root {
        --gutter: 22px;
        --section: 76px;
        --radius: 20px;
    }

    body {
        font-size: 14px;
    }

    .header {
        top: 10px;
        left: 14px;
        right: 14px;
        height: 60px;
        grid-template-columns: 1fr auto;
        gap: 10px;
        padding: 0 10px 0 14px;
        border-radius: 16px;
    }

    .brand {
        width: 128px;
    }

    .nav,
    .header-book {
        display: none !important;
    }

    .header .menu-trigger {
        display: flex !important;
    }

    .mobile-nav {
        position: fixed !important;
        inset: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start;
        z-index: 9999 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translate3d(0, -105%, 0) !important;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding: 18px var(--gutter) 32px !important;
    }

    .mobile-nav.open {
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .mobile-nav-top {
        margin-bottom: 34px;
    }

    .mobile-nav > a {
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 14px 0;
        font-size: clamp(26px, 6.8vw, 42px);
    }

    .mobile-book {
        min-height: 52px;
        margin-top: 22px;
    }

    .hero.hero-pet {
        display: flex;
        flex-direction: column;
        min-height: auto;
        height: auto;
        padding: 112px var(--gutter) 34px;
    }

    .hero-pet-copy {
        width: 100%;
        max-width: 720px;
    }

    .hero-pet-copy h1 {
        font-size: clamp(54px, 11vw, 84px);
    }

    .hero-pet-copy > p {
        max-width: 620px;
        font-size: 14px;
        line-height: 1.72;
        margin: 24px 0 28px;
    }

    .hero-actions {
        gap: 14px;
    }

    .hero-facts {
        width: 100%;
        max-width: 620px;
        margin-top: 28px;
    }

    .hero-fact {
        flex: 1 1 0;
        min-width: 0;
    }

    .hero-pet-cloud {
        width: 100%;
        height: clamp(360px, 56vw, 500px);
        margin-top: 4px;
    }

    .hero-pet-note {
        display: none;
    }

    .hero-corner-bottom {
        display: none;
    }

    .intro-grid,
    .philosophy,
    .visual-story,
    .daycare-grid,
    .gift,
    .contacts-grid,
    .contacts-head {
        grid-template-columns: 1fr;
    }

    .intro-grid {
        gap: 28px;
    }

    .intro-title h2,
    .services h2,
    .contacts h2 {
        font-size: clamp(48px, 10vw, 74px);
    }

    .intro-copy p {
        font-size: 14px;
    }

    .philosophy-image {
        min-height: clamp(300px, 58vw, 500px);
    }

    .philosophy-content {
        min-height: 0;
        padding: 34px 24px 38px;
    }

    .philosophy-content h2 {
        font-size: clamp(44px, 9vw, 70px);
    }

    .services-head {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 28px;
    }

    .services-head > p {
        max-width: 620px;
    }

    .pet-stage {
        width: 100%;
        height: clamp(250px, 48vw, 330px);
        min-height: 0;
        border-radius: 22px;
    }

    .pet-info {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .pet-info strong {
        font-size: clamp(32px, 7vw, 48px);
    }

    .service-panel-head {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 40px 0 20px;
    }

    .service-panel-head h3 {
        font-size: clamp(38px, 8vw, 58px);
    }

    .service-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .service-card {
        min-width: 0;
        padding: 18px;
        border-radius: 18px;
    }

    .service-card-top {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 10px;
    }

    .service-category-title h4 {
        font-size: clamp(21px, 3.8vw, 29px);
    }

    .service-category-price {
        grid-column: 2;
        margin-top: 10px;
        text-align: left;
        font-size: 21px;
    }

    .service-options {
        padding: 14px 0 0;
        gap: 7px;
    }

    .service-option {
        width: 100%;
        min-height: 40px;
        justify-content: space-between;
        padding: 0 12px 0 14px;
        font-size: 9px;
    }

    .visual-story {
        grid-template-rows: minmax(320px, 56vw) auto;
        min-height: 0;
    }

    .story-primary {
        min-height: 0;
    }

    .story-title {
        left: 24px;
        bottom: 26px;
    }

    .story-title h2 {
        font-size: clamp(48px, 9vw, 72px);
    }

    .story-secondary {
        min-height: 0;
        padding: 30px 24px 34px;
    }

    .story-secondary h3 {
        font-size: clamp(42px, 8vw, 62px);
    }

    .story-secondary-image {
        height: clamp(220px, 44vw, 300px);
        margin-top: 28px;
    }

    .daycare-grid {
        gap: 36px;
    }

    .daycare-collage {
        min-height: clamp(360px, 58vw, 520px);
    }

    .daycare-copy h2 {
        font-size: clamp(48px, 9vw, 74px);
    }

    .daycare-price {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gift {
        min-height: 0;
    }

    .gift-copy {
        padding: 34px 24px 38px;
    }

    .gift-copy h2 {
        font-size: clamp(50px, 9vw, 76px);
    }

    .gift-visual {
        min-height: clamp(320px, 62vw, 480px);
        margin: 0 14px 14px;
    }

    .gift-visual img {
        width: min(72%, 490px);
    }

    .contacts-head {
        gap: 16px;
        margin-bottom: 28px;
    }

    .contact-details {
        padding: 24px;
    }

    .map-wrap {
        min-height: clamp(360px, 70vw, 520px);
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: start;
        padding-bottom: 38px;
    }

    .footer-brand {
        width: 155px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .cursor-dot,
    .cursor-ring {
        display: none !important;
    }
}

/* -------------------------
   PHONE
   ------------------------- */
@media (max-width: 600px) {
    :root {
        --gutter: var(--mobile-gutter);
        --section: 64px;
    }

    .header {
        top: 8px;
        left: 10px;
        right: 10px;
        height: 56px;
        border-radius: 15px;
        padding-left: 12px;
    }

    .brand {
        width: 116px;
    }

    .hero.hero-pet {
        padding: 98px var(--gutter) 26px;
    }

    .hero-meta {
        top: 76px;
        left: var(--gutter);
        right: var(--gutter);
    }

    .hero-pet-copy h1 {
        font-size: clamp(46px, 13.4vw, 68px);
        line-height: .86;
    }

    .hero-pet-copy > p {
        font-size: 13px;
        line-height: 1.62;
        margin: 20px 0 24px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-pet-copy .button,
    .hero-actions .button {
        width: 100%;
        min-height: 52px;
    }

    .text-link {
        display: none;
    }

    .hero-facts {
        gap: 6px;
        margin-top: 20px;
    }

    .hero-fact {
        padding: 10px 9px;
        border-radius: 12px;
    }

    .hero-fact strong {
        font-size: 21px;
    }

    .hero-fact span {
        font-size: 6.5px;
        letter-spacing: .08em;
    }

    .hero-pet-cloud {
        height: 340px;
        margin-top: 4px;
    }

    .hero-pet-card {
        width: 92px;
        height: 122px;
        padding: 4px;
        border-radius: 16px;
    }

    .hero-pet-card-2 {
        width: 80px;
        height: 104px;
    }

    .hero-pet-card-3 {
        width: 88px;
        height: 116px;
    }

    .hero-pet-card-4 {
        width: 84px;
        height: 110px;
    }

    .hero-pet-card-5 {
        width: 98px;
        height: 128px;
    }

    .hero-pet-card span {
        left: 8px;
        right: 8px;
        bottom: 8px;
        font-size: 7px;
    }

    .section-index {
        margin-bottom: 32px;
        font-size: 8px;
        gap: 8px;
    }

    .section-index i {
        width: min(90px, 18vw);
    }

    .intro-title h2,
    .services h2,
    .contacts h2 {
        font-size: clamp(42px, 12.6vw, 62px);
    }

    .intro-copy .lead {
        font-size: 20px;
    }

    .philosophy {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 18px;
    }

    .philosophy-image {
        min-height: 280px;
    }

    .philosophy-content {
        padding: 28px 20px 30px;
    }

    .philosophy-content h2 {
        font-size: clamp(40px, 11vw, 58px);
    }

    .principle {
        padding: 15px 0;
    }

    .principle strong {
        font-size: 18px;
    }

    .principle p {
        font-size: 12px;
    }

    .pet-stage {
        flex-direction: column;
        height: 350px;
        min-height: 350px;
        gap: 5px;
        border-radius: 18px;
    }

    .pet-card,
    .pet-card.active {
        flex: none !important;
        width: 100%;
        height: 50%;
        min-height: 0;
    }

    .pet-card.active {
        height: 58%;
    }

    .pet-card:not(.active) {
        height: 42%;
    }

    .pet-number {
        top: 12px;
        left: 14px;
        font-size: 7px;
    }

    .pet-info {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }

    .pet-info small {
        font-size: 7px;
    }

    .pet-info strong {
        font-size: 30px;
    }

    .pet-info b {
        font-size: 20px;
    }


    .service-panel-head {
        padding: 30px 0 18px;
    }

    .service-panel-head h3 {
        font-size: 34px;
    }

    .service-panel-head p {
        font-size: 12px;
        line-height: 1.65;
    }

    .service-categories {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .service-card {
        padding: 16px;
        border-radius: 16px;
    }

    .service-category-title h4 {
        font-size: 22px;
    }

    .service-category-title span {
        font-size: 8px;
    }

    .service-category-price {
        font-size: 20px;
    }

    .service-option {
        min-height: 38px;
        font-size: 8.5px;
    }

    .service-footnote {
        margin-top: 18px;
        font-size: 7px;
        line-height: 1.55;
        gap: 8px;
    }

    .visual-story {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 18px;
        grid-template-rows: 270px auto;
    }

    .story-title {
        left: 18px;
        bottom: 18px;
    }

    .story-title h2 {
        font-size: 44px;
    }

    .story-secondary {
        padding: 24px 18px 26px;
    }

    .story-secondary h3 {
        font-size: 40px;
    }

    .story-secondary p {
        font-size: 12px;
        line-height: 1.65;
    }

    .story-secondary-image {
        height: 190px;
        border-radius: 16px;
        margin-top: 22px;
    }

    .daycare-collage {
        min-height: 350px;
    }

    .daycare-image {
        border-radius: 16px;
    }

    .daycare-image.small {
        border-width: 6px;
    }

    .daycare-badge {
        width: 68px;
        height: 68px;
        right: 10%;
        top: 3%;
    }

    .daycare-badge b {
        font-size: 20px;
    }

    .daycare-copy h2 {
        font-size: 46px;
    }

    .daycare-copy > p {
        font-size: 13px;
    }

    .tag-cloud {
        gap: 5px;
    }

    .tag-cloud span {
        padding: 8px 10px;
        font-size: 8px;
    }

    .daycare-price {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .daycare-service {
        padding: 14px 15px;
    }

    .gift {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 18px;
    }

    .gift-copy {
        padding: 28px 20px 32px;
    }

    .gift-copy h2 {
        font-size: 48px;
    }

    .gift-copy p {
        font-size: 13px;
        line-height: 1.7;
    }

    .gift-visual {
        min-height: 310px;
        margin: 0 10px 10px;
        border-radius: 16px;
    }

    .gift-visual img {
        width: 280px;
    }

    .gift-top,
    .gift-bottom {
        left: 14px;
        right: 14px;
    }

    .contacts-head {
        gap: 12px;
    }

    .contacts-head p {
        font-size: 12px;
        line-height: 1.65;
    }

    .contact-details {
        padding: 20px;
        border-radius: 18px;
    }

    .contact-item {
        padding: 15px 0;
    }

    .contact-item strong,
    .contact-item a {
        font-size: 17px;
    }

    .map-wrap {
        min-height: 320px;
        border-radius: 18px;
    }


    .footer {
        padding: 38px var(--gutter) 22px;
    }

    .footer-main {
        gap: 20px;
        padding-bottom: 30px;
    }

    .footer-brand {
        width: 142px;
    }

    .footer-slogan {
        font-size: 19px;
    }

    .footer-bottom {
        font-size: 7px;
    }

    .footer-bottom div {
        flex-wrap: wrap;
        gap: 12px;
    }

    .modal-window {
        width: calc(100vw - 28px);
        max-height: calc(100svh - 28px);
        overflow-y: auto;
        padding: 26px 20px 22px;
        border-radius: 18px;
    }

    .modal-window h2 {
        font-size: clamp(42px, 12vw, 58px);
    }
}

@media (max-width: 380px) {
    :root {
        --gutter: 14px;
    }

    .brand {
        width: 108px;
    }

    .hero.hero-pet {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hero-pet-copy h1 {
        font-size: 45px;
    }

    .hero-pet-cloud {
        height: 305px;
    }

    .hero-fact strong {
        font-size: 19px;
    }

    .pet-stage {
        height: 320px;
        min-height: 320px;
    }

    .service-card {
        padding: 14px;
    }

    .service-category-title h4 {
        font-size: 20px;
    }

    .gift-copy h2 {
        font-size: 44px;
    }

    .map-wrap {
        min-height: 290px;
    }
}

@media (hover: none), (pointer: coarse) {
    .service-card:hover,
    .service-option:hover,
    .button:hover {
        transform: none;
    }
}


:root {
    --frame-content-pad: clamp(40px, 6vw, 92px);
}

.frame {
    width: auto;
    max-width: none;
    margin-left: var(--gutter);
    margin-right: var(--gutter);
}

.story-title {
    left: var(--frame-content-pad);
}

.gift-copy {
    padding-left: var(--frame-content-pad);
    padding-right: var(--frame-content-pad);
}

.visual-story,
.gift {
    overflow: hidden;
}

@media (max-width: 1100px) {
    :root {
        --frame-content-pad: 56px;
    }

    .story-title {
        left: var(--frame-content-pad);
    }

    .gift-copy {
        padding-left: var(--frame-content-pad);
        padding-right: var(--frame-content-pad);
    }
}

@media (max-width: 920px) {
    :root {
        --frame-content-pad: 24px;
    }

    .frame {
        margin-left: var(--gutter);
        margin-right: var(--gutter);
    }

    .visual-story {
        grid-template-rows: minmax(320px, 56vw) auto;
    }

    .story-title {
        left: var(--frame-content-pad);
        right: var(--frame-content-pad);
        bottom: 26px;
    }

    .story-title h2 {
        margin: 8px 0 0;
    }

    .gift-copy {
        padding-left: var(--frame-content-pad);
        padding-right: var(--frame-content-pad);
    }

    .gift-copy h2 {
        margin-top: 14px;
    }
}

@media (max-width: 600px) {
    :root {
        --frame-content-pad: 20px;
    }

    .frame {
        margin-left: 10px;
        margin-right: 10px;
    }

    .visual-story {
        margin-left: 10px;
        margin-right: 10px;
        grid-template-rows: 270px auto;
    }

    .story-title {
        left: var(--frame-content-pad);
        right: var(--frame-content-pad);
        bottom: 18px;
    }

    .story-title > span {
        font-size: 7px;
    }

    .story-title h2 {
        font-size: 44px;
        line-height: .9;
        margin: 7px 0 0;
    }

    .gift {
        margin-left: 10px;
        margin-right: 10px;
    }

    .gift-copy {
        padding-left: var(--frame-content-pad);
        padding-right: var(--frame-content-pad);
    }

    .gift-copy h2 {
        font-size: 48px;
        line-height: .88;
        margin-top: 14px;
    }
}

@media (max-width: 380px) {
    :root {
        --frame-content-pad: 18px;
    }

    .story-title {
        left: var(--frame-content-pad);
        right: var(--frame-content-pad);
    }

    .story-title h2,
    .gift-copy h2 {
        font-size: 42px;
    }
}


/* =========================================================
   SERVICES / FINAL REDESIGN
   ========================================================= */
.services {
    position: relative;
    background: radial-gradient(circle at 12% 18%, rgba(156, 175, 127, .10), transparent 26%),
    linear-gradient(180deg, #eee9df 0%, #e9e3d7 100%);
}

.services-head {
    grid-template-columns: minmax(0, 1.1fr) minmax(240px, .55fr);
    gap: clamp(28px, 6vw, 88px);
    align-items: end;
    margin-bottom: 34px;
}

.services-head > p {
    max-width: 430px;
    font-size: 12px;
    line-height: 1.75;
}

/* Pet selector: keep the original expanding-card interaction. */
.pet-stage {
    position: relative;
    display: flex;
    gap: 10px;
    width: 100%;
    height: clamp(300px, 29vw, 420px);
    min-height: 300px;
    padding: 0;
    border-radius: 28px;
    overflow: hidden;
    background: #0d100e;
    box-shadow: 0 26px 70px rgba(24, 30, 23, .12);
}

.pet-card,
.pet-card.active {
    flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: radial-gradient(circle at 50% 36%, rgba(156, 175, 127, .16), transparent 40%),
    #101410;
    isolation: isolate;
    transition: flex 900ms var(--ease),
    filter 650ms var(--ease),
    border-radius 650ms var(--ease);
}

.pet-card.active {
    flex: 1.65;
}

.pet-card::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 12px 24%;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .07));
    box-shadow: 0 24px 55px rgba(0, 0, 0, .18), inset 0 0 0 1px rgba(156, 175, 127, .04);
    pointer-events: none;
    transition: inset 900ms var(--ease), border-color 600ms var(--ease), background 600ms var(--ease);
}

.pet-card.active::before {
    inset: 12px 30%;
    border-color: rgba(156, 175, 127, .16);
}

.pet-card video {
    position: absolute;
    z-index: 1;
    inset: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    object-fit: contain;
    object-position: center;
    filter: saturate(.72) brightness(.80) contrast(1.02);
    transform: scale(.98);
    transition: filter 650ms var(--ease), transform 900ms var(--ease);
}

.pet-card.active video {
    filter: saturate(.95) brightness(.93) contrast(1.02);
    transform: scale(1);
}

.pet-card::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(7, 9, 8, .04) 0%, rgba(7, 9, 8, 0) 42%, rgba(7, 9, 8, .80) 100%),
    radial-gradient(circle at 50% 42%, transparent 30%, rgba(7, 9, 8, .18) 100%);
}

.pet-overlay {
    z-index: 2;
    background: transparent;
}

.pet-number {
    z-index: 4;
    top: 17px;
    left: 18px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 999px;
    background: rgba(8, 11, 9, .22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, .56);
    font-size: 7px;
    letter-spacing: .16em;
}


.pet-info {
    z-index: 5;
    left: 18px;
    right: 18px;
    bottom: 17px;
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    align-items: end;
}

.pet-info small {
    font-size: 7px;
    letter-spacing: .14em;
}

.pet-info strong {
    font-size: clamp(31px, 3.4vw, 56px);
    line-height: .84;
}

.pet-info b {
    font-size: 17px;
}

/* Services list: compact editorial cards instead of tall form-like boxes. */
.pet-services-panel.active {
    display: block;
}

.service-panel-head {
    grid-template-columns: minmax(0, 1fr) minmax(220px, .55fr);
    gap: 34px;
    align-items: end;
    padding: 42px 0 20px;
}

.service-panel-head h3 {
    margin-top: 8px;
    font-size: clamp(40px, 4.8vw, 68px);
    line-height: .88;
}

.service-panel-head p {
    max-width: 380px;
    font-size: 11px;
    line-height: 1.7;
    justify-self: end;
    margin-bottom: 3px;
}

.service-categories {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.service-category {
    min-width: 0;
    padding: 16px 16px 9px;
    border: 1px solid rgba(16, 19, 15, .10);
    border-radius: 20px;
    background: rgba(251, 250, 246, .54);
    box-shadow: 0 10px 28px rgba(16, 19, 15, .035);
    transition: transform 380ms var(--ease), border-color 380ms var(--ease), background 380ms var(--ease), box-shadow 380ms var(--ease);
}

.service-category:hover {
    transform: translateY(-2px);
    border-color: rgba(115, 134, 96, .24);
    background: rgba(251, 250, 246, .76);
    box-shadow: 0 16px 34px rgba(16, 19, 15, .06);
}

.service-card-top {
    grid-template-columns: 27px minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 0;
    align-items: start;
}

.service-category-number {
    padding-top: 2px;
    font-size: 7px;
}

.service-category-title h4 {
    font-size: clamp(19px, 1.6vw, 25px);
    line-height: 1.02;
}

.service-category-title span {
    margin-top: 5px;
    font-size: 7px;
    letter-spacing: .11em;
}

.service-category-price {
    min-width: 0;
    padding: 5px 8px;
    border: 1px solid rgba(115, 134, 96, .18);
    border-radius: 999px;
    background: rgba(156, 175, 127, .08);
    font-size: 16px;
    line-height: 1;
}

.service-category-price::before {
    color: #8a9084;
    font: 500 8px/1 var(--sans);
    letter-spacing: .06em;
}

.service-options {
    gap: 0;
    margin-top: 13px;
    padding: 5px 0 0;
    border-top: 1px solid rgba(16, 19, 15, .08);
}

.service-option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 16px;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 8px 2px;
    border: 0;
    border-bottom: 1px solid rgba(16, 19, 15, .07);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--ink);
    transition: background 260ms var(--ease), color 260ms var(--ease), padding 260ms var(--ease), border-color 260ms var(--ease);
}

.service-option:last-child {
    border-bottom: 0;
}

.service-option:hover {
    transform: none;
    padding-left: 8px;
    padding-right: 8px;
    background: rgba(156, 175, 127, .10);
    border-color: transparent;
    box-shadow: none;
    border-radius: 10px;
}

.service-option.active {
    margin: 3px 0;
    padding-left: 10px;
    padding-right: 8px;
    border-color: var(--ink);
    border-radius: 10px;
    background: var(--ink);
    color: #fff;
    box-shadow: 0 8px 20px rgba(16, 19, 15, .11);
}

.service-option-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1.25;
}

.service-option-price {
    white-space: nowrap;
    color: #747a70;
    font-size: 9px;
    font-weight: 600;
}

.service-option.active .service-option-price {
    color: rgba(255, 255, 255, .62);
}

.service-option b {
    color: var(--sage-deep);
    font-size: 13px;
    transition: transform 260ms var(--ease), color 260ms var(--ease);
}

.service-option.active b {
    color: var(--sage);
}

.service-option:hover b {
    transform: translate(2px, -2px);
}

.service-footnote {
    margin-top: 18px;
    gap: 10px;
    font-size: 7px;
}

/* Keep the expanding-card interaction on tablets. */
@media (max-width: 1100px) {
    .service-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pet-stage {
        height: clamp(290px, 38vw, 370px);
    }

    .service-panel-head {
        grid-template-columns: minmax(0, 1fr) minmax(210px, .6fr);
    }
}

/* Phones: horizontal selector stays compact and still expands the selected card. */
@media (max-width: 760px) {
    .services-head {
        gap: 10px;
        margin-bottom: 22px;
    }

    .services-head > p {
        font-size: 11px;
        line-height: 1.65;
    }

    .pet-stage {
        flex-direction: row;
        height: 255px;
        min-height: 255px;
        gap: 7px;
        border-radius: 20px;
    }

    .pet-card,
    .pet-card.active {
        flex: 1;
        border-radius: 18px;
    }

    .pet-card.active {
        flex: 1.55;
    }

    .pet-card::before {
        inset: 9px 22%;
        border-radius: 16px;
    }

    .pet-card.active::before {
        inset: 9px 29%;
    }

    .pet-card video {
        inset: 9px;
        width: calc(100% - 18px);
        height: calc(100% - 18px);
    }

    .pet-number {
        top: 11px;
        left: 11px;
        padding: 5px 7px;
        font-size: 6px;
    }


    .pet-info {
        left: 12px;
        right: 12px;
        bottom: 12px;
        grid-template-columns: 20px minmax(0, 1fr) 14px;
    }

    .pet-info strong {
        font-size: clamp(24px, 8vw, 36px);
    }

    .pet-info small {
        font-size: 6px;
    }

    .pet-info b {
        font-size: 13px;
    }

    .service-panel-head {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 30px 0 16px;
    }

    .service-panel-head h3 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .service-panel-head p {
        justify-self: start;
        max-width: 100%;
        margin: 0;
        font-size: 10px;
    }

    .service-categories {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .service-category {
        padding: 14px 13px 7px;
        border-radius: 17px;
    }

    .service-card-top {
        grid-template-columns: 24px minmax(0, 1fr) auto;
        gap: 7px;
    }

    .service-category-title h4 {
        font-size: 20px;
    }

    .service-category-price {
        padding: 4px 7px;
        font-size: 14px;
    }

    .service-category-price::before {
        font-size: 7px;
    }

    .service-options {
        margin-top: 10px;
    }

    .service-option {
        grid-template-columns: minmax(0, 1fr) auto 13px;
        min-height: 35px;
        padding: 7px 1px;
    }

    .service-option-name {
        font-size: 9px;
    }

    .service-option-price {
        font-size: 8px;
    }
}

@media (max-width: 380px) {
    .pet-stage {
        height: 235px;
        min-height: 235px;
    }

    .pet-card.active {
        flex: 1.48;
    }

    .pet-info strong {
        font-size: 23px;
    }

    .service-category-title h4 {
        font-size: 19px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pet-card,
    .pet-card.active,
    .pet-card video,
    .pet-card::before,
    .service-category,
    .service-option {
        transition-duration: 1ms !important;
    }
}

/* =========================================================
   SERVICES — FINAL PET SWITCHER OVERRIDES
   Desktop: wide cards, portrait video pinned to top.
   Small screens: cards stay side-by-side, active card grows.
   ========================================================= */

.pet-card video {
    object-position: center top;
}

/* Keep the original desktop interaction: active card grows, other shrinks. */
@media (min-width: 921px) {
    .pet-stage {
        flex-direction: row;
    }

    .pet-card {
        flex: 1 1 0;
        min-width: 0;
        transition: flex .75s var(--ease),
        filter .45s var(--ease),
        border-radius .45s var(--ease);
    }

    .pet-card.active {
        flex: 1.45 1 0;
    }

    .pet-card video {
        object-fit: cover;
        object-position: center top;
    }
}

/* Tablets / small laptops: two cards remain horizontal. */
@media (max-width: 920px) {
    .pet-stage {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 8px;
        height: clamp(220px, 39vw, 300px);
        min-height: 220px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 18px 48px rgba(24, 30, 23, .10);
    }

    .pet-card,
    .pet-card.active {
        flex: 1 1 0;
        width: auto;
        height: 100%;
        min-width: 0;
        border-radius: 18px;
        transition: flex .65s var(--ease),
        filter .45s var(--ease),
        border-radius .45s var(--ease);
    }

    .pet-card.active {
        flex: 1.42 1 0;
    }

    .pet-card video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .pet-overlay {
        background: linear-gradient(
                180deg,
                rgba(7, 9, 8, .04) 0%,
                rgba(7, 9, 8, .08) 38%,
                rgba(7, 9, 8, .82) 100%
        );
    }

    .pet-number {
        top: 13px;
        left: 14px;
        font-size: 7px;
    }

    .pet-info {
        left: 14px;
        right: 14px;
        bottom: 14px;
        grid-template-columns: 28px minmax(0, 1fr) 16px;
        gap: 4px;
    }

    .pet-info small {
        font-size: 7px;
    }

    .pet-info strong {
        font-size: clamp(28px, 6vw, 42px);
    }

    .pet-info b {
        font-size: 15px;
    }
}

/* Phones: compact horizontal switcher, never stack vertically. */
@media (max-width: 560px) {
    .pet-stage {
        gap: 6px;
        height: clamp(190px, 57vw, 245px);
        min-height: 190px;
        border-radius: 16px;
    }

    .pet-card,
    .pet-card.active {
        height: 100%;
        flex: 1 1 0;
        border-radius: 15px;
    }

    .pet-card.active {
        flex: 1.5 1 0;
    }

    .pet-card video {
        object-position: center top;
    }

    .pet-number {
        top: 10px;
        left: 11px;
        font-size: 6px;
        letter-spacing: .14em;
    }


    .pet-info {
        left: 11px;
        right: 11px;
        bottom: 11px;
        grid-template-columns: 1fr auto;
        gap: 4px;
    }

    .pet-info small {
        display: none;
    }

    .pet-info strong {
        min-width: 0;
        font-size: clamp(24px, 8vw, 34px);
        line-height: .88;
    }

    .pet-info b {
        font-size: 14px;
    }
}

/* =========================================================
   RESTORE ORIGINAL PET VIDEO SELECTOR
   Services styling above stays unchanged.
   ========================================================= */
.pet-stage {
    display: flex !important;
    gap: 12px !important;
    height: clamp(260px, 27vw, 360px) !important;
    min-height: 260px !important;
    padding: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    background: transparent !important;
    box-shadow: 0 20px 60px rgba(24, 30, 23, .10) !important;
}

.pet-card,
.pet-card.active {
    position: relative !important;
    min-width: 0 !important;
    width: auto !important;
    flex: 1 1 0 !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    background: #101410 !important;
    color: #fff !important;
    text-align: left !important;
    isolation: auto !important;
    transition: flex .9s var(--ease), filter .6s var(--ease) !important;
    outline: none !important;
}

.pet-card.active {
    flex: 1.28 1 0 !important;
}

.pet-card::before,
.pet-card::after {
    content: none !important;
    display: none !important;
}

.pet-card video {
    position: absolute !important;
    inset: 0 !important;
    z-index: auto !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    filter: saturate(.62) brightness(.78) !important;
    transform: none !important;
    transition: filter .7s var(--ease) !important;
}

.pet-card.active video {
    filter: saturate(.86) brightness(.87) !important;
    transform: none !important;
}

.pet-overlay {
    position: absolute !important;
    z-index: 1 !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(7, 9, 8, .04), rgba(7, 9, 8, .18) 36%, rgba(7, 9, 8, .84)) !important;
}

.pet-number {
    position: absolute !important;
    z-index: 2 !important;
    top: 18px !important;
    left: 20px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: rgba(255, 255, 255, .5) !important;
    font-size: 8px !important;
    letter-spacing: .18em !important;
}

.pet-info {
    position: absolute !important;
    z-index: 2 !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    display: grid !important;
    grid-template-columns: 38px 1fr 20px !important;
    align-items: end !important;
}

.pet-info small {
    font-size: 8px !important;
    letter-spacing: .16em !important;
    color: rgba(255, 255, 255, .52) !important;
}

.pet-info strong {
    font: 500 clamp(34px, 3.5vw, 54px)/.88 var(--serif) !important;
    letter-spacing: -.055em !important;
}

.pet-info b {
    font-size: 18px !important;
    color: var(--sage) !important;
    font-weight: 400 !important;
}

@media (max-width: 1100px) {
    .pet-stage {
        height: clamp(250px, 31vw, 330px) !important;
        min-height: 250px !important;
    }
}

@media (max-width: 760px) {
    .pet-stage {
        display: flex !important;
        flex-direction: row !important;
        height: 300px !important;
        min-height: 300px !important;
        gap: 12px !important;
        border-radius: 22px !important;
    }

    .pet-card,
    .pet-card.active {
        flex: 1 1 0 !important;
        width: auto !important;
        height: auto !important;
        border-radius: 22px !important;
    }

    .pet-card.active {
        flex: 1.22 1 0 !important;
    }

    .pet-info strong {
        font-size: clamp(31px, 7vw, 42px) !important;
    }
}

@media (max-width: 560px) {
    .pet-stage {
        flex-direction: column !important;
        height: 390px !important;
        min-height: 390px !important;
        gap: 5px !important;
    }

    .pet-card,
    .pet-card.active {
        flex: none !important;
        width: 100% !important;
        height: 50% !important;
        min-height: 0 !important;
        border-radius: 18px !important;
        transition: height .8s var(--ease) !important;
    }

    .pet-card.active {
        height: 58% !important;
    }

    .pet-info {
        left: 17px !important;
        right: 17px !important;
        bottom: 16px !important;
    }

    .pet-info strong {
        font-size: 34px !important;
    }
}


/* Keep text/icon alignment clean everywhere. */
.button,
.header-book,
.mobile-book,
.line-link,
.text-link,
.map-link,
.service-option,
.pet-info {
    align-items: center;
}

.button,
.header-book,
.mobile-book {
    gap: 16px;
}

.line-link,
.text-link,
.map-link {
    gap: 10px;
}

.service-option {
    gap: 12px;
}


/* =========================================================
   PREMIUM CONTEXTUAL ICON SYSTEM
   Replaces generic arrow language with calm, editorial icons.
   ========================================================= */
.ui-icon {
    --icon-size: 19px;
    width: var(--icon-size);
    height: var(--icon-size);
    min-width: var(--icon-size);
    border-radius: 6px;
    color: currentColor;
    isolation: isolate;
    transform-origin: 50% 50%;
}

.ui-icon::before {
    inset: -4px;
    border: 1px solid currentColor;
    border-radius: 8px;
    opacity: 0;
    transform: scale(.72);
    transition: opacity .28s ease, transform .5s var(--ease);
}

.ui-icon::after {
    width: 5px;
    height: 5px;
    top: -4px;
    right: -4px;
    background: var(--sage);
    box-shadow: 0 0 0 0 rgba(156, 175, 127, 0);
    opacity: 0;
    transform: scale(.5);
    transition: opacity .25s ease, transform .45s var(--ease), box-shadow .45s ease;
}

.ui-icon svg {
    width: 100%;
    height: 100%;
    stroke-width: 1.55;
    transition: transform .55s cubic-bezier(.2, .8, .2, 1.15), stroke-width .3s ease, opacity .3s ease;
}

.ui-icon-spark svg {
    transform-origin: 50% 50%;
}

.ui-icon-eye svg {
    transform-origin: 50% 50%;
}

.ui-icon-paw svg {
    transform-origin: 50% 68%;
}

.ui-icon-plus svg {
    transform-origin: 50% 50%;
}

.ui-icon-pin svg {
    transform-origin: 50% 50%;
}

.ui-icon-chevron svg {
    transform-origin: 50% 50%;
}

/* CTA: elegant lift + turn, not an arrow-flight effect. */
.button:hover .ui-icon-spark,
.header-book:hover .ui-icon-spark,
.mobile-book:hover .ui-icon-spark {
    transform: translate3d(1px, -1px, 0) rotate(18deg) scale(1.12);
}

.button:hover .ui-icon-spark svg,
.header-book:hover .ui-icon-spark svg,
.mobile-book:hover .ui-icon-spark svg {
    transform: rotate(72deg) scale(.9);
    stroke-width: 1.8;
}

/* Editorial links: eye subtly opens. */
.line-link:hover .ui-icon-eye {
    transform: translateY(-1px) scale(1.08);
}

.line-link:hover .ui-icon-eye svg {
    transform: scaleX(1.08) scaleY(1.03);
    stroke-width: 1.8;
}

/* Pet cards: paw makes a single lively hop. */
.pet-card:hover .ui-icon-paw {
    transform: translateY(-2px) scale(1.08) rotate(-6deg);
}

.pet-card:hover .ui-icon-paw svg {
    transform: translateY(-2px) rotate(10deg) scale(1.04);
    stroke-width: 1.75;
}

/* Service rows: plus rotates into a confident cross. */
.service-option:hover .ui-icon-plus {
    transform: translateX(1px) scale(1.07);
}

.service-option:hover .ui-icon-plus svg {
    transform: rotate(90deg) scale(1.05);
    stroke-width: 1.85;
}

.service-option.active .ui-icon-plus svg {
    transform: rotate(45deg);
}

/* Route: pin rises and lands. */
.map-link:hover .ui-icon-pin {
    transform: translateY(-2px) scale(1.06);
}

.map-link:hover .ui-icon-pin svg {
    transform: translateY(-2px) scale(1.04);
}

/* Down navigation icon stays vertical and feels physical. */
.text-link:hover .ui-icon-chevron {
    transform: translateY(2px) scale(1.08);
}

.text-link:hover .ui-icon-chevron svg {
    transform: translateY(2px) scale(1.02);
}

/* Shared hover halo */
.button:hover .ui-icon::before,
.header-book:hover .ui-icon::before,
.mobile-book:hover .ui-icon::before,
.line-link:hover .ui-icon::before,
.text-link:hover .ui-icon::before,
.pet-card:hover .ui-icon::before,
.service-option:hover .ui-icon::before,
.map-link:hover .ui-icon::before {
    opacity: .16;
    transform: scale(1.12);
}

.button:hover .ui-icon::after,
.header-book:hover .ui-icon::after,
.mobile-book:hover .ui-icon::after,
.line-link:hover .ui-icon::after,
.text-link:hover .ui-icon::after,
.pet-card:hover .ui-icon::after,
.service-option:hover .ui-icon::after,
.map-link:hover .ui-icon::after {
    opacity: .95;
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(156, 175, 127, .08);
}

@media (hover: none), (pointer: coarse) {
    .ui-icon::before,
    .ui-icon::after {
        display: none;
    }

    .ui-icon,
    .ui-icon svg {
        transition: none;
        transform: none !important;
    }

    .button:active .ui-icon,
    .header-book:active .ui-icon,
    .mobile-book:active .ui-icon,
    .line-link:active .ui-icon,
    .text-link:active .ui-icon,
    .service-option:active .ui-icon,
    .pet-card:active .ui-icon,
    .map-link:active .ui-icon {
        transform: scale(.94) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ui-icon,
    .ui-icon svg,
    .ui-icon::before,
    .ui-icon::after {
        transition: none !important;
    }
}


/* =========================================================
   TYPOGRAPHY — READABLE TEXT OVERRIDE
   Увеличиваем мелкий текст по всей странице, не меняя
   крупную типографику и структуру блоков.
   ========================================================= */

body {
    font-size: 16px;
}

/* Навигация и служебные подписи */
.nav a {
    font-size: 11px;
}

.header-book,
.mobile-book {
    font-size: 12px;
}

.hero-meta,
.hero-corner,
.eyebrow,
.section-index,
.tiny-label {
    font-size: 11px;
}

.hero-copy > p {
    font-size: 16px;
}

.button {
    font-size: 12px;
}

.text-link,
.line-link {
    font-size: 12px;
}

.hero-fact span {
    font-size: 11px;
}

.hero-pet-card span {
    font-size: 10px;
}

.hero-pet-note {
    font-size: 11px;
}

.pet-number {
    font-size: 10px;
}

.pet-info small {
    font-size: 10px;
}

/* Основной текст секций */
.intro-copy p,
.principle p,
.story-secondary p,
.daycare-copy > p,
.gift-copy p,
.contacts-head p {
    font-size: 16px;
}

.tag-cloud span {
    font-size: 12px;
}

/* Услуги — здесь мелкий текст особенно сильно увеличен */
.service-panel-head p {
    font-size: 15px;
}

.service-category-number {
    font-size: 10px;
}

.service-category-title span {
    font-size: 11px;
}

.service-option {
    font-size: 14px;
}

.service-option span,
.service-option-name {
    font-size: 14px;
    line-height: 1.4;
}

.service-option-price {
    font-size: 12px;
}

.service-empty {
    font-size: 13px;
}

.service-footnote {
    font-size: 11px;
}

/* Контакты */
.contact-item strong,
.contact-item a {
    font-size: 22px;
}

/* Футер */
.footer-bottom {
    font-size: 11px;
}

/* =========================================================
   MOBILE — не возвращаем микрошрифт обратно
   ========================================================= */

@media (max-width: 820px) {
    .hero-meta {
        font-size: 10px;
    }

    .hero-pet-copy > p {
        font-size: 15px;
    }

    .hero-fact span {
        font-size: 10px;
    }

    .hero-pet-card span {
        font-size: 10px;
    }

    .section-index,
    .tiny-label {
        font-size: 10px;
    }

    .principle p,
    .story-secondary p,
    .daycare-copy > p,
    .gift-copy p,
    .contacts-head p {
        font-size: 15px;
    }

    .tag-cloud span {
        font-size: 11px;
    }

    .service-panel-head p {
        font-size: 14px;
    }

    .service-category-title span {
        font-size: 11px;
    }

    .service-option-name,
    .service-option span {
        font-size: 13px;
    }

    .service-option-price {
        font-size: 12px;
    }

    .service-footnote {
        font-size: 10px;
    }

    .footer-bottom {
        font-size: 10px;
    }
}

@media (max-width: 560px) {
    .hero-meta {
        font-size: 10px;
    }

    .hero-pet-copy > p {
        font-size: 15px;
    }

    .hero-fact span {
        font-size: 10px;
    }

    .section-index,
    .tiny-label {
        font-size: 10px;
    }

    .pet-number,
    .pet-info small {
        font-size: 10px;
    }

    .service-panel-head p {
        font-size: 14px;
    }

    .service-category-title span {
        font-size: 11px;
    }

    .service-option-name,
    .service-option span {
        font-size: 13px;
    }

    .service-option-price {
        font-size: 12px;
    }

    .service-footnote {
        font-size: 10px;
    }

    .tag-cloud span {
        font-size: 11px;
    }

    .footer-bottom {
        font-size: 10px;
    }
}

@media (max-width: 380px) {
    .hero-meta,
    .section-index,
    .tiny-label {
        font-size: 10px;
    }

    .hero-pet-copy > p,
    .principle p,
    .story-secondary p,
    .daycare-copy > p,
    .gift-copy p,
    .contacts-head p {
        font-size: 14px;
    }

    .hero-fact span,
    .hero-pet-card span,
    .pet-number,
    .pet-info small {
        font-size: 9px;
    }

    .service-option-name,
    .service-option span {
        font-size: 13px;
    }

    .service-option-price {
        font-size: 12px;
    }

    .service-footnote,
    .footer-bottom {
        font-size: 10px;
    }
}


/* =========================================================
   SERVICES — VERTICAL PET SWITCHER
   Заголовок слева, портретные видео-карточки справа.
   Функционал data-pet / aria / active не меняется.
   ========================================================= */

.services-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
    grid-template-rows: auto auto;
    column-gap: clamp(40px, 6vw, 100px);
    align-items: center;
    margin-bottom: 42px;
}

.services-head-copy {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-head-copy h2 {
    margin: 0;
}

.services-head-copy > p {
    max-width: 460px;
    margin: 28px 0 0;
    color: #6d7169;
    line-height: 1.75;
    font-size: 15px;
}

/* Компактный контейнер для двух вертикальных карточек */
.services-head > .pet-stage {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 100%;
    height: clamp(290px, 27vw, 350px);
    min-height: 290px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(24, 30, 23, .10);
}

/* Две карточки остаются интерактивными и расширяются при выборе */
.services-head > .pet-stage .pet-card,
.services-head > .pet-stage .pet-card.active {
    height: 100%;
    width: auto;
    min-width: 0;
    flex: 1 1 0;
    border-radius: 20px;
    transition: flex .75s var(--ease),
    filter .5s var(--ease),
    border-radius .45s var(--ease);
}

.services-head > .pet-stage .pet-card.active {
    flex: 1.38 1 0;
}

/* Видео остаётся вертикальным визуальным модулем */
.services-head > .pet-stage .pet-card video {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Чуть более спокойная типографика внутри компактных карточек */
.services-head > .pet-stage .pet-number {
    top: 14px;
    left: 14px;
    font-size: 9px;
}

.services-head > .pet-stage .pet-info {
    left: 16px;
    right: 16px;
    bottom: 16px;
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    gap: 8px;
}

.services-head > .pet-stage .pet-info small {
    font-size: 9px;
}

.services-head > .pet-stage .pet-info strong {
    font-size: clamp(28px, 3vw, 46px);
}

/* Планшеты: сохраняем две вертикальные карточки рядом */
@media (max-width: 1100px) {
    .services-head {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
        column-gap: 34px;
        margin-bottom: 36px;
    }

    .services-head > .pet-stage {
        height: 300px;
        min-height: 300px;
    }

    .services-head-copy > p {
        font-size: 14px;
    }
}

/* Узкие экраны: заголовок сверху, видео-карточки под ним */
@media (max-width: 920px) {
    .services-head {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
        margin-bottom: 34px;
    }

    .services-head-copy {
        display: block;
    }

    .services-head-copy > p {
        margin-top: 18px;
        max-width: 580px;
    }

    .services-head > .pet-stage {
        width: 100%;
        height: 310px;
        min-height: 310px;
        order: 2;
    }
}

/* Телефон: карточки остаются портретными и стоят рядом */
@media (max-width: 600px) {
    .services-head {
        gap: 18px;
        margin-bottom: 28px;
    }

    .services-head-copy > p {
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.65;
    }

    .services-head > .pet-stage {
        height: 270px;
        min-height: 270px;
        gap: 7px;
        border-radius: 20px;
    }

    .services-head > .pet-stage .pet-card,
    .services-head > .pet-stage .pet-card.active {
        border-radius: 17px;
    }

    .services-head > .pet-stage .pet-card.active {
        flex: 1.32 1 0;
    }

    .services-head > .pet-stage .pet-number {
        top: 10px;
        left: 10px;
        font-size: 8px;
    }

    .services-head > .pet-stage .pet-info {
        left: 11px;
        right: 11px;
        bottom: 11px;
        grid-template-columns: 20px minmax(0, 1fr) 15px;
        gap: 5px;
    }

    .services-head > .pet-stage .pet-info small {
        font-size: 8px;
    }

    .services-head > .pet-stage .pet-info strong {
        font-size: clamp(25px, 8vw, 38px);
    }
}

/* Очень узкие телефоны */
@media (max-width: 380px) {
    .services-head > .pet-stage {
        height: 245px;
        min-height: 245px;
    }

    .services-head > .pet-stage .pet-info strong {
        font-size: 27px;
    }
}

/* =========================================================
   SERVICES — FINAL SPACING + LARGE PET CARDS
   Убираем лишний воздух и используем доступную площадь.
   ========================================================= */

/* Сама секция услуг становится плотнее */
.services.section {
    padding-top: clamp(48px, 5vw, 72px);
    padding-bottom: clamp(90px, 8vw, 125px);
}

/* Верхний блок: меньше пустого пространства, больше места
   отдаём вертикальным карточкам */
.services-head {
    grid-template-columns: minmax(0, 1fr) minmax(560px, 42vw);
    grid-template-rows: auto;
    column-gap: clamp(50px, 5vw, 90px);
    align-items: center;
    margin-bottom: clamp(28px, 3vw, 42px);
}

/* Заголовок не должен занимать лишнюю высоту */
.services-head-copy {
    min-height: 0;
    justify-content: center;
}

.services-head-copy h2 {
    margin: 0;
}

.services-head-copy > p {
    margin-top: 22px;
    max-width: 500px;
    font-size: 15px;
    line-height: 1.65;
}

/* Карточки — существенно крупнее */
.services-head > .pet-stage {
    width: 100%;
    height: clamp(560px, 36vw, 690px);
    min-height: 560px;
    gap: 12px;
    border-radius: 28px;
    box-shadow: 0 26px 72px rgba(24, 30, 23, .12);
}

/* Активная карточка по-прежнему расширяется,
   соседняя автоматически сжимается */
.services-head > .pet-stage .pet-card,
.services-head > .pet-stage .pet-card.active {
    flex: 1 1 0;
    height: 100%;
    border-radius: 25px;
}

.services-head > .pet-stage .pet-card.active {
    flex: 1.38 1 0;
}

/* Крупнее внутренний текст карточек */
.services-head > .pet-stage .pet-number {
    top: 18px;
    left: 18px;
    padding: 6px 8px;
    font-size: 10px;
}

.services-head > .pet-stage .pet-info {
    left: 24px;
    right: 24px;
    bottom: 24px;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    gap: 10px;
}

.services-head > .pet-stage .pet-info small {
    font-size: 10px;
}

.services-head > .pet-stage .pet-info strong {
    font-size: clamp(42px, 4.3vw, 68px);
}

.services-head > .pet-stage .pet-info .ui-icon {
    --icon-size: 22px;
}

/* Вводный блок самого списка услуг тоже чуть плотнее */
.service-panel-head {
    padding-top: clamp(38px, 4vw, 54px);
    padding-bottom: 22px;
}

.service-categories {
    gap: 12px;
}

/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 1200px) {
    .services-head {
        grid-template-columns: minmax(0, 1fr) minmax(460px, 48vw);
        column-gap: 36px;
    }

    .services-head > .pet-stage {
        height: 520px;
        min-height: 520px;
    }

    .services-head > .pet-stage .pet-info strong {
        font-size: clamp(38px, 4.8vw, 60px);
    }
}

/* =========================================================
   SMALL LAPTOP / TABLET
   ========================================================= */
@media (max-width: 920px) {
    .services.section {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .services-head {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 28px;
    }

    .services-head-copy {
        display: block;
        width: 100%;
    }

    .services-head-copy > p {
        margin-top: 18px;
    }

    .services-head > .pet-stage {
        width: 100%;
        height: 500px;
        min-height: 500px;
        order: 2;
    }

    .service-panel-head {
        padding-top: 36px;
        padding-bottom: 18px;
    }
}

/* =========================================================
   PHONE
   ========================================================= */
@media (max-width: 600px) {
    .services.section {
        padding-top: 58px;
        padding-bottom: 70px;
    }

    .services-head {
        gap: 18px;
        margin-bottom: 24px;
    }

    .services-head-copy > p {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.65;
    }

    .services-head > .pet-stage {
        height: 360px;
        min-height: 360px;
        gap: 8px;
        border-radius: 22px;
    }

    .services-head > .pet-stage .pet-card,
    .services-head > .pet-stage .pet-card.active {
        border-radius: 19px;
    }

    .services-head > .pet-stage .pet-card.active {
        flex: 1.32 1 0;
    }

    .services-head > .pet-stage .pet-number {
        top: 12px;
        left: 12px;
        font-size: 9px;
    }

    .services-head > .pet-stage .pet-info {
        left: 15px;
        right: 15px;
        bottom: 15px;
        grid-template-columns: 22px minmax(0, 1fr) 17px;
        gap: 6px;
    }

    .services-head > .pet-stage .pet-info small {
        font-size: 9px;
    }

    .services-head > .pet-stage .pet-info strong {
        font-size: clamp(29px, 9vw, 42px);
    }

    .services-head > .pet-stage .pet-info .ui-icon {
        --icon-size: 18px;
    }

    .service-panel-head {
        padding-top: 30px;
        padding-bottom: 16px;
    }
}

/* =========================================================
   VERY SMALL PHONE
   ========================================================= */
@media (max-width: 380px) {
    .services.section {
        padding-top: 52px;
    }

    .services-head > .pet-stage {
        height: 320px;
        min-height: 320px;
    }
}


/* =========================================================
   CONTACTS — COMPACT SPACING + UNIFIED TYPOGRAPHY
   Убираем лишний воздух после сертификата и приводим
   содержимое контактной карточки к основной sans-типографике.
   ========================================================= */

/* Сертификат не должен создавать гигантский визуальный разрыв */
.gift {
    margin-bottom: 0;
}

/* Контакты начинаются заметно ближе к сертификату */
.contacts.section {
    padding-top: clamp(58px, 6vw, 96px);
}

/* Заголовок контактов тоже не должен создавать лишний воздух */
.contacts-head {
    margin-bottom: 30px;
}

/* Сама карточка компактнее */
.contact-details {
    padding: 28px;
    border-radius: 24px;
}

/* Все значения контактов — тем же Manrope/DM Sans, что и
   основной интерфейс. Адрес, e-mail и телефон теперь
   выглядят как единая система. */
.contact-item strong,
.contact-item a,
.contact-item > span {
    font-family: var(--sans);
}

.contact-item {
    padding: 18px 0;
}

.contact-item > span {
    margin-bottom: 8px;
    font-size: 10px;
    letter-spacing: .14em;
    font-weight: 600;
}

.contact-item strong {
    display: block;
    font-size: clamp(18px, 1.5vw, 22px);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
}

.contact-item a {
    display: block;
    margin-top: 8px;
    font-size: clamp(13px, 1.05vw, 15px);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Кнопка записи тоже чуть компактнее */
.contact-details .button {
    margin-top: 20px;
}

/* На небольших экранах сохраняем компактный ритм */
@media (max-width: 920px) {
    .contacts.section {
        padding-top: 64px;
    }

    .contacts-head {
        margin-bottom: 24px;
    }

    .contact-details {
        padding: 24px;
    }
}

@media (max-width: 600px) {
    .contacts.section {
        padding-top: 48px;
    }

    .contact-details {
        padding: 20px;
        border-radius: 18px;
    }

    .contact-item {
        padding: 15px 0;
    }

    .contact-item > span {
        font-size: 9px;
    }

    .contact-item strong {
        font-size: 17px;
    }

    .contact-item a {
        font-size: 13px;
    }

    .contact-details .button {
        margin-top: 18px;
    }
}


/* =========================================================
   FINAL PET SELECTOR FIX
   1. Убираем любые псевдоэлементы/рамки, которые дают
      странные горизонтальные полосы на видео.
   2. На мобильных карточки ВСЕГДА стоят рядом.
   3. Активная карточка сохраняет расширение.
   ========================================================= */

.pet-stage,
.services-head > .pet-stage {
    display: flex !important;
    flex-direction: row !important;
    gap: clamp(10px, 1.2vw, 16px) !important;
    overflow: hidden !important;
    background: transparent !important;
}

.pet-card,
.pet-card.active,
.services-head > .pet-stage .pet-card,
.services-head > .pet-stage .pet-card.active {
    position: relative !important;
    flex: 1 1 0 !important;
    width: auto !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #101410 !important;
    overflow: hidden !important;
    isolation: isolate !important;
}

.pet-card.active,
.services-head > .pet-stage .pet-card.active {
    flex: 1.28 1 0 !important;
}

/* Полностью отключаем старые декоративные слои,
   которые были причиной лишних линий/рамок. */
.pet-card::before,
.pet-card::after,
.services-head > .pet-stage .pet-card::before,
.services-head > .pet-stage .pet-card::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Видео заполняет карточку целиком без внутренних рамок,
   отступов и scale-эффектов. */
.pet-card video,
.services-head > .pet-stage .pet-card video {
    position: absolute !important;
    inset: -1px !important;
    width: calc(100% + 2px) !important;
    height: calc(100% + 2px) !important;
    max-width: none !important;
    max-height: none !important;
    display: block !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    transform: none !important;
}

/* Только мягкое затемнение снизу — без горизонтальной границы. */
.pet-overlay,
.services-head > .pet-stage .pet-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background: linear-gradient(
            180deg,
            rgba(7, 9, 8, 0) 0%,
            rgba(7, 9, 8, .02) 38%,
            rgba(7, 9, 8, .82) 100%
    ) !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Информация всегда поверх видео */
.pet-number,
.pet-info {
    z-index: 3 !important;
}

/* DESKTOP */
@media (min-width: 921px) {
    .services-head > .pet-stage {
        height: clamp(500px, 35vw, 640px) !important;
        min-height: 500px !important;
    }
}

/* TABLET */
@media (min-width: 601px) and (max-width: 920px) {
    .services-head > .pet-stage {
        height: clamp(320px, 46vw, 440px) !important;
        min-height: 320px !important;
    }

    .pet-stage {
        height: clamp(320px, 46vw, 440px) !important;
        min-height: 320px !important;
    }
}

/* MOBILE — НИКАКОГО STACK/COLUMN */
@media (max-width: 600px) {
    .services-head {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 18px !important;
    }

    .services-head > .pet-stage,
    .pet-stage {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        height: clamp(230px, 62vw, 290px) !important;
        min-height: 230px !important;
        gap: 7px !important;
        border-radius: 20px !important;
    }

    .pet-card,
    .pet-card.active,
    .services-head > .pet-stage .pet-card,
    .services-head > .pet-stage .pet-card.active {
        flex: 1 1 0 !important;
        width: auto !important;
        height: 100% !important;
        min-width: 0 !important;
        border-radius: 17px !important;
    }

    .pet-card.active,
    .services-head > .pet-stage .pet-card.active {
        flex: 1.22 1 0 !important;
    }

    .pet-info {
        left: 11px !important;
        right: 11px !important;
        bottom: 11px !important;
        grid-template-columns: 18px minmax(0, 1fr) 16px !important;
        gap: 4px !important;
    }

    .pet-info strong {
        font-size: clamp(26px, 8vw, 38px) !important;
        white-space: nowrap !important;
    }

    .pet-info small {
        font-size: 8px !important;
    }

    .pet-number {
        top: 10px !important;
        left: 10px !important;
        font-size: 7px !important;
    }
}

/* Очень узкие телефоны: карточки всё равно рядом */
@media (max-width: 380px) {
    .services-head > .pet-stage,
    .pet-stage {
        height: 220px !important;
        min-height: 220px !important;
        gap: 6px !important;
    }

    .pet-card,
    .pet-card.active {
        border-radius: 16px !important;
    }

    .pet-info {
        grid-template-columns: 12px minmax(0, 1fr) 14px !important;
    }

    .pet-info strong {
        font-size: 25px !important;
    }

    .pet-info small {
        font-size: 7px !important;
    }
}


/* =========================================================
   MOBILE PET CARD — PERFECT TEXT / PAW ALIGNMENT
   Иконка лапки всегда находится справа от названия и
   больше не наезжает на текст.
   ========================================================= */

.services-head > .pet-stage .pet-info,
.pet-stage .pet-info {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) 18px !important;
    align-items: center !important;
    gap: 5px !important;
}

.services-head > .pet-stage .pet-info > small,
.pet-stage .pet-info > small {
    align-self: center !important;
    justify-self: start !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.services-head > .pet-stage .pet-info > strong,
.pet-stage .pet-info > strong {
    min-width: 0 !important;
    align-self: center !important;
    white-space: nowrap !important;
    line-height: .9 !important;
    overflow: visible !important;
}

.services-head > .pet-stage .pet-info > .ui-icon-paw,
.pet-stage .pet-info > .ui-icon-paw {
    align-self: center !important;
    justify-self: end !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    flex: 0 0 18px !important;
    margin: 0 !important;
    transform: none !important;
}

.services-head > .pet-stage .pet-info > .ui-icon-paw svg,
.pet-stage .pet-info > .ui-icon-paw svg {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
}

/* На узких телефонах даём названию ещё немного места */
@media (max-width: 600px) {
    .services-head > .pet-stage .pet-info,
    .pet-stage .pet-info {
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        grid-template-columns: 18px minmax(0, 1fr) 18px !important;
        gap: 4px !important;
    }

    .services-head > .pet-stage .pet-info > small,
    .pet-stage .pet-info > small {
        font-size: 7px !important;
        letter-spacing: .12em !important;
    }

    .services-head > .pet-stage .pet-info > strong,
    .pet-stage .pet-info > strong {
        font-size: clamp(27px, 8vw, 34px) !important;
    }

    .services-head > .pet-stage .pet-info > .ui-icon-paw,
    .pet-stage .pet-info > .ui-icon-paw {
        width: 17px !important;
        height: 17px !important;
        min-width: 17px !important;
        flex-basis: 17px !important;
    }
}

@media (max-width: 380px) {
    .services-head > .pet-stage .pet-info,
    .pet-stage .pet-info {
        left: 8px !important;
        right: 8px !important;
        bottom: 9px !important;
        grid-template-columns: 16px minmax(0, 1fr) 16px !important;
        gap: 3px !important;
    }

    .services-head > .pet-stage .pet-info > strong,
    .pet-stage .pet-info > strong {
        font-size: 25px !important;
    }

    .services-head > .pet-stage .pet-info > .ui-icon-paw,
    .pet-stage .pet-info > .ui-icon-paw {
        width: 15px !important;
        height: 15px !important;
        min-width: 15px !important;
        flex-basis: 15px !important;
    }
}


/* =========================================================
   PET CARDS — FINAL MOBILE POLISH
   ========================================================= */

/* Плавное расширение выбранной карточки */
.services-head > .pet-stage .pet-card,
.services-head > .pet-stage .pet-card.active {
    transition: flex .82s var(--ease),
    filter .55s var(--ease) !important;
    will-change: flex;
}

.services-head > .pet-stage .pet-card {
    flex: 1 1 0 !important;
}

.services-head > .pet-stage .pet-card.active {
    flex: 1.28 1 0 !important;
}

/* Не даём старым mobile-правилам вернуть вертикальный layout */
@media (max-width: 600px) {
    .services-head > .pet-stage,
    .pet-stage {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 7px !important;
    }

    .services-head > .pet-stage .pet-card,
    .services-head > .pet-stage .pet-card.active {
        flex: 1 1 0 !important;
        width: auto !important;
        height: 100% !important;
        min-width: 0 !important;

        transition: flex .82s var(--ease),
        filter .55s var(--ease) !important;
    }

    .services-head > .pet-stage .pet-card.active {
        flex: 1.22 1 0 !important;
    }

    /*
     * Строка внизу карточки:
     * "ДЛЯ" слева -> название -> лапка справа.
     * Отступ слева и справа одинаковый.
     */
    .services-head > .pet-stage .pet-info,
    .pet-stage .pet-info {
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 5px !important;

        min-width: 0 !important;
    }

    .services-head > .pet-stage .pet-info > small,
    .pet-stage .pet-info > small {
        flex: 0 0 auto !important;
        margin: 0 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        align-self: center !important;
    }

    .services-head > .pet-stage .pet-info > strong,
    .pet-stage .pet-info > strong {
        flex: 0 1 auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        line-height: .9 !important;
        white-space: nowrap !important;
        overflow: visible !important;
        align-self: center !important;
        font-size: clamp(27px, 8vw, 34px) !important;
    }

    .services-head > .pet-stage .pet-info > .ui-icon-paw,
    .pet-stage .pet-info > .ui-icon-paw {
        flex: 0 0 16px !important;
        width: 16px !important;
        height: 16px !important;
        min-width: 16px !important;
        margin: 0 0 0 auto !important;

        align-self: center !important;
        justify-self: auto !important;
        transform: none !important;
    }

    .services-head > .pet-stage .pet-info > .ui-icon-paw svg,
    .pet-stage .pet-info > .ui-icon-paw svg {
        width: 100% !important;
        height: 100% !important;
        transform: none !important;
    }
}

/* Совсем узкие телефоны */
@media (max-width: 380px) {
    .services-head > .pet-stage .pet-info,
    .pet-stage .pet-info {
        left: 8px !important;
        right: 8px !important;
        bottom: 9px !important;
        gap: 4px !important;
    }

    .services-head > .pet-stage .pet-info > strong,
    .pet-stage .pet-info > strong {
        font-size: 25px !important;
    }

    .services-head > .pet-stage .pet-info > .ui-icon-paw,
    .pet-stage .pet-info > .ui-icon-paw {
        flex-basis: 15px !important;
        width: 15px !important;
        height: 15px !important;
        min-width: 15px !important;
    }
}


/* =========================================================
   GLOBAL TYPOGRAPHY — ONE VISUAL SYSTEM
   ========================================================= */

:root {
    --display: "Manrope", "DM Sans", Arial, sans-serif;
    --display-accent: "Playfair Display", Georgia, serif;
}

/* Все текстовые элементы интерфейса используют одну основную гарнитуру */
body,
button,
input,
select,
textarea,
.nav a,
.header-book,
.mobile-book,
.button,
.text-link,
.line-link,
.section-index,
.tiny-label,
.hero-meta,
.hero-corner,
.hero-fact span,
.hero-pet-card span,
.hero-pet-note,
.service-panel-head p,
.service-category-title span,
.service-category-price,
.service-option,
.service-option-name,
.service-option-price,
.service-footnote,
.principle,
.principle strong,
.principle p,
.story-secondary p,
.daycare-copy p,
.tag-cloud span,
.daycare-service,
.contact-item,
.contact-item strong,
.contact-item a,
.footer,
.modal-window,
.media-stamp {
    font-family: var(--sans);
}

/* Базовый ритм заголовков */
.hero h1,
.intro-title h2,
.philosophy-content h2,
.services-head h2,
.service-panel-head h3,
.story-title h2,
.story-secondary h3,
.daycare-copy h2,
.gift-copy h2,
.contacts h2,
.modal-window h2,
.modal-window h3,
.form-success h3 {
    font-family: var(--display);
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: .94;
    font-kerning: normal;
    font-feature-settings: "kern" 1, "liga" 1;
    text-wrap: balance;
}

/* Акцент — только отдельные слова/фразы, а не весь заголовок */
.hero h1 em,
.intro-title h2 em,
.philosophy-content h2 em,
.services-head h2 em,
.service-panel-head h3 em,
.story-title h2 em,
.story-secondary h3 em,
.daycare-copy h2 em,
.gift-copy h2 em,
.contacts h2 em,
.modal-window h2 em,
.modal-window h3 em,
.form-success h3 em {
    font-family: var(--display-accent);
    font-style: italic;
    font-weight: 500;
    letter-spacing: -0.02em;
}

/* Hero */
.hero h1 {
    font-size: clamp(66px, 8.4vw, 136px);
    line-height: .92;
    letter-spacing: -0.055em;
    font-weight: 600;
}

.hero h1 em {
    color: var(--sage-soft);
}

/* Секции */
.intro-title h2,
.services-head h2,
.contacts h2 {
    font-size: clamp(50px, 6.2vw, 96px);
    line-height: .94;
}

.intro-title h2 em,
.services-head h2 em,
.contacts h2 em {
    color: var(--sage-deep);
}

.philosophy-content h2 {
    font-size: clamp(50px, 5.4vw, 88px);
    line-height: .94;
}

.philosophy-content h2 em {
    color: var(--sage);
}

.service-panel-head h3 {
    font-size: clamp(38px, 4vw, 58px);
}

.story-title h2 {
    font-size: clamp(58px, 6.4vw, 104px);
}

.story-secondary h3 {
    font-size: clamp(40px, 4.3vw, 70px);
}

.daycare-copy h2 {
    font-size: clamp(54px, 6vw, 100px);
}

.daycare-copy h2 em {
    color: var(--sage-deep);
}

.gift-copy h2 {
    font-size: clamp(56px, 6.2vw, 104px);
}

.modal-window h2 {
    font-size: clamp(46px, 5.8vw, 78px);
}

/* Внутренние заголовки карточек — тоже sans */
.service-category-title h4 {
    font-family: var(--display);
    font-size: clamp(19px, 1.8vw, 28px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.principle strong {
    font-family: var(--display);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.pet-info strong {
    font-family: var(--display-accent) !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: -0.025em !important;
}

/* Декоративные слова/маркеры оставляем в общей системе */
.intro-word,
.intro-marquee,
.gift-top,
.gift-bottom {
    font-family: var(--display-accent);
}

/* Мобильный масштаб */
@media (max-width: 820px) {
    .hero h1 {
        font-size: clamp(50px, 13vw, 74px);
    }

    .intro-title h2,
    .services-head h2,
    .contacts h2 {
        font-size: clamp(42px, 10.8vw, 68px);
    }

    .philosophy-content h2 {
        font-size: clamp(42px, 10.2vw, 68px);
    }

    .service-panel-head h3 {
        font-size: clamp(34px, 8vw, 52px);
    }

    .story-title h2 {
        font-size: clamp(46px, 10vw, 72px);
    }

    .story-secondary h3 {
        font-size: clamp(36px, 8.5vw, 58px);
    }

    .daycare-copy h2,
    .gift-copy h2 {
        font-size: clamp(46px, 10.5vw, 72px);
    }

    .service-category-title h4 {
        font-size: 19px;
    }

    .principle strong {
        font-size: 21px;
    }
}

@media (max-width: 600px) {
    .hero h1 {
        font-size: clamp(46px, 13.2vw, 64px);
    }

    .intro-title h2,
    .services-head h2,
    .contacts h2 {
        font-size: clamp(40px, 11.5vw, 60px);
    }

    .philosophy-content h2 {
        font-size: clamp(38px, 10.8vw, 56px);
    }

    .service-panel-head h3 {
        font-size: clamp(31px, 9.2vw, 46px);
    }

    .story-title h2 {
        font-size: clamp(41px, 10.8vw, 58px);
    }

    .story-secondary h3 {
        font-size: clamp(34px, 9.2vw, 50px);
    }

    .daycare-copy h2,
    .gift-copy h2 {
        font-size: clamp(42px, 11.2vw, 64px);
    }

    .modal-window h2 {
        font-size: clamp(39px, 11.2vw, 54px);
    }

    .service-category-title h4 {
        font-size: 18px;
    }
}


/*кукиии*/

.cookie-consent {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 10050;
    display: none
}

.cookie-consent.is-visible {
    display: block
}

.cookie-consent-card {
    width: min(720px, 100%);
    margin-left: auto;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
    background: rgba(12, 15, 13, .94);
    color: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
    backdrop-filter: blur(18px)
}

.cookie-consent-card p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .62);
    font: 400 12px/1.7 var(--sans)
}

.cookie-consent-card a {
    color: var(--sage-soft);
    text-decoration: underline
}

.cookie-consent-actions {
    display: flex;
    gap: 9px;
    flex-wrap: wrap
}

.cookie-consent-actions button {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 11px;
    font: 600 9px/1 var(--sans);
    letter-spacing: .1em;
    text-transform: uppercase
}

.cookie-consent-accept {
    background: var(--sage);
    color: #fff
}

.cookie-consent-reject {
    background: rgba(255, 255, 255, .08);
    color: #fff
}

@media (max-width: 600px) {
    .cookie-consent {
        left: 10px;
        right: 10px;
        bottom: 10px
    }

    .cookie-consent-card {
        padding: 18px
    }

    .cookie-consent-actions button {
        flex: 1
    }
}
