:root {
  --ink: #183834;
  --ink-2: #365750;
  --muted: #71827c;
  --paper: #fbfbf8;
  --soft: #f1f5f1;
  --line: #dfe8e1;
  --green: #83b89e;
  --green-dark: #4b896d;
  --mint: #dff0e4;
  --orange: #f48650;
  --orange-deep: #dd7041;
  --orange-soft: #fde5d8;
  --blue-soft: #dfedf5;
  --yellow-soft: #fff0bd;
  --lilac-soft: #eae5f4;
  --shadow: 0 18px 45px rgba(24, 56, 52, .08);
  --radius-lg: 24px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.55 "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: 0; color: inherit; background: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4, .brand-name, .button, .nav-phone, .section-kicker, .eyebrow { font-family: "Manrope", system-ui, sans-serif; }
.shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.section-pad { padding: 110px 0; }
.section-soft { background: var(--soft); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.icon.tiny { width: 14px; height: 14px; stroke-width: 2; }
.announcement { color: #e3f1e6; background: var(--ink); font-size: 11px; letter-spacing: .02em; }
.announcement-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.announcement-inner span:first-child { display: flex; align-items: center; gap: 6px; color: #deefd5; }
.announcement-inner a { display: flex; align-items: center; gap: 6px; color: #fff; font-weight: 700; }
.announcement-note { color: #acc0b9; }
.site-header { background: var(--paper); border-bottom: 1px solid rgba(223, 232, 225, .7); position: relative; z-index: 10; }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.brand-mark { display: grid; width: 36px; height: 36px; color: var(--ink); background: var(--green); border-radius: 12px 12px 12px 5px; place-items: center; transform: rotate(-8deg); }
.brand-mark .icon { width: 22px; height: 22px; transform: rotate(8deg); stroke-width: 1.6; }
.brand-name { display: grid; color: var(--ink); font-size: 19px; line-height: 16px; letter-spacing: -.07em; font-weight: 700; }
.brand-name strong { font-weight: 800; }
.brand-name small { margin-top: 4px; color: var(--muted); font: 500 7px/1 "DM Sans", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.main-nav a { display: flex; align-items: center; gap: 5px; color: var(--ink-2); font-size: 12px; font-weight: 600; transition: color .2s; }
.main-nav a:hover, .text-button:hover, .service-link:hover { color: var(--orange-deep); }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.nav-phone { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 11px; font-weight: 800; line-height: 1.35; }
.nav-phone small { display: block; color: var(--muted); font: 9px "DM Sans", sans-serif; font-weight: 500; }
.status-dot, .admin-dot { width: 7px; height: 7px; display: inline-block; background: #68b981; border-radius: 50%; box-shadow: 0 0 0 4px #e1f2e4; }
.mobile-toggle { display: none; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: 9px; font-size: 11px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(24, 56, 52, .1); }
.button-small { min-height: 38px; padding: 0 16px; font-size: 10px; }
.button-dark { color: #fff; background: var(--ink); }
.button-orange { color: #fff; background: var(--orange); box-shadow: 0 8px 18px rgba(244, 134, 80, .2); }
.button-outline { border: 1px solid #b7cbc0; color: var(--ink); background: transparent; }
.button-outline:hover { background: #fff; }
.text-button { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font: 800 11px "Manrope", sans-serif; transition: color .2s; }
.hero { position: relative; overflow: hidden; padding-top: 91px; padding-bottom: 0; background: var(--paper); }
.hero-grid { min-height: 560px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 34px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 9px; color: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-line { width: 28px; height: 1px; background: var(--orange); }
.hero h1 { max-width: 570px; margin: 18px 0; color: var(--ink); font-size: clamp(43px, 5vw, 66px); line-height: .98; letter-spacing: -.075em; font-weight: 800; }
em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 475px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-buttons { display: flex; align-items: center; gap: 23px; margin-top: 29px; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 48px; }
.avatar-stack { display: flex; align-items: center; padding-left: 5px; }
.avatar-stack img, .avatar-stack span { width: 29px; height: 29px; margin-left: -5px; border: 2px solid var(--paper); border-radius: 50%; object-fit: cover; }
.avatar-stack span { display: grid; color: #fff; background: var(--ink); place-items: center; font-size: 8px; font-weight: 700; }
.stars { color: #f39b56; font-size: 12px; letter-spacing: 2px; line-height: 1; }
.stars b { margin-left: 5px; color: var(--ink); font-size: 11px; letter-spacing: 0; }
.hero-proof small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.hero-visual { position: relative; height: 570px; }
.hero-blob { position: absolute; right: -10px; top: 9px; width: 485px; height: 495px; border-radius: 48% 52% 47% 53% / 42% 42% 58% 58%; background: var(--mint); transform: rotate(8deg); }
.hero-photo-main { position: absolute; top: 56px; right: 51px; width: 342px; height: 380px; overflow: hidden; border-radius: 180px 180px 24px 24px; box-shadow: 0 25px 45px rgba(24, 56, 52, .12); transform: rotate(4deg); }
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; filter: saturate(.88); }
.hero-pet-cutout { position: absolute; z-index: 1; right: -3px; bottom: 31px; width: 215px; height: 225px; overflow: hidden; border: 9px solid var(--paper); border-radius: 50% 50% 18% 50%; box-shadow: 0 15px 30px rgba(24, 56, 52, .12); transform: rotate(-7deg); }
.hero-pet-cutout img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 35%; }
.hero-circle-label { position: absolute; z-index: 2; top: 0; left: 20px; display: flex; width: 120px; height: 120px; flex-direction: column; justify-content: center; gap: 4px; padding: 22px; color: #fff; background: var(--orange); border-radius: 50%; transform: rotate(-12deg); box-shadow: 0 10px 25px rgba(244, 134, 80, .23); }
.hero-circle-label span { font-size: 9px; }
.hero-circle-label strong { font: 800 14px/1.1 "Manrope"; letter-spacing: -.04em; }
.hero-circle-label .icon { position: absolute; right: 17px; bottom: 17px; width: 15px; height: 15px; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 12px 13px; background: rgba(255, 255, 253, .94); border: 1px solid rgba(255, 255, 255, .8); border-radius: 12px; box-shadow: 0 14px 30px rgba(24, 56, 52, .13); }
.appointment-card { left: 8px; bottom: 78px; min-width: 206px; }
.floating-card small, .floating-card span { display: block; color: var(--muted); font-size: 9px; }
.floating-card strong { display: block; margin-top: 2px; font: 700 11px "Manrope"; }
.floating-card .check-badge { display: grid; width: 20px; height: 20px; margin-left: auto; color: #fff; background: var(--green-dark); border-radius: 50%; place-items: center; }
.mini-icon { display: grid; width: 35px; height: 35px; flex: 0 0 auto; border-radius: 10px; place-items: center; }
.mini-icon.green { color: var(--green-dark); background: var(--mint); }
.mini-icon.blue, .quick-icon.blue { color: #5796b7; background: var(--blue-soft); }
.mini-icon.orange, .quick-icon.orange { color: var(--orange-deep); background: var(--orange-soft); }
.mini-icon.mint, .quick-icon.mint { color: var(--green-dark); background: var(--mint); }
.mini-icon.yellow, .quick-icon.yellow { color: #b18932; background: var(--yellow-soft); }
.rating-card { right: -1px; top: 145px; min-width: 142px; transform: rotate(4deg); }
.rating-mark { display: grid; width: 28px; height: 28px; color: #fff; background: var(--orange); border-radius: 50%; place-items: center; font-size: 14px; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; min-height: 66px; margin-top: 7px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.hero-bottom span { display: flex; align-items: center; gap: 7px; }
.hero-bottom span:first-child { color: var(--ink); font-weight: 700; }
.hero-bottom span:first-child .icon { color: var(--green-dark); }
.quick-links { background: #fff; border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-grid a { display: flex; align-items: center; gap: 11px; min-height: 100px; padding: 16px 21px; border-right: 1px solid var(--line); transition: background .2s, transform .2s; }
.quick-grid a:first-child { border-left: 1px solid var(--line); }
.quick-grid a:hover { background: var(--soft); }
.quick-icon { display: grid; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 12px; place-items: center; }
.quick-grid b, .quick-grid small { display: block; }
.quick-grid b { font-size: 11px; }
.quick-grid small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.quick-grid .arrow { width: 14px; height: 14px; margin-left: auto; color: var(--muted); }
.intro { padding-bottom: 120px; }
.intro-grid { display: grid; grid-template-columns: 1fr 2.7fr; gap: 35px; }
.section-kicker { white-space: nowrap; }
.section-kicker span { width: 27px; height: 1px; display: inline-block; background: var(--orange); }
.section-kicker.light { color: #c6dbcd; }
.section-kicker.light span { background: var(--orange); }
.intro-main { display: grid; grid-template-columns: 1.15fr 1fr; gap: 75px; }
.intro h2, .section-heading h2, .shop h2, .pet-header h2, .record-intro h2, .vaccine-copy h2, .admin h2, .stories h2, .faq h2, .contact h2 { margin-top: 19px; font-size: clamp(32px, 3.8vw, 48px); line-height: 1.08; letter-spacing: -.07em; }
.intro-content { max-width: 340px; align-self: end; }
.intro-content p, .pet-header > p, .record-intro > p, .vaccine-copy > p, .stories-intro > p, .faq-grid > div > p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.intro-content .text-button { margin-top: 22px; }
.intro-cards { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 14px; margin-top: 53px; }
.intro-image, .mission-card, .values-card { min-height: 300px; overflow: hidden; border-radius: var(--radius-lg); }
.intro-image { position: relative; }
.intro-image img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; object-position: 50% 35%; filter: saturate(.85); }
.image-caption { position: absolute; left: 16px; bottom: 16px; display: flex; align-items: center; gap: 6px; padding: 8px 11px; color: #fff; background: rgba(24, 56, 52, .82); border-radius: 7px; font-size: 10px; }
.mission-card { position: relative; padding: 27px; color: #fff; background: var(--green-dark); }
.card-number { display: block; color: rgba(255,255,255,.6); font: 600 10px "Manrope"; }
.mission-icon { position: absolute; right: 26px; top: 23px; width: 22px; height: 22px; color: #c4e0cc; }
.mission-card h3, .values-card h3 { margin-top: 66px; font-size: 23px; line-height: 1.08; letter-spacing: -.06em; }
.mission-card p, .values-card p { position: absolute; bottom: 27px; max-width: 190px; color: #d6e8d9; font-size: 11px; line-height: 1.55; }
.card-underline { position: absolute; bottom: 22px; right: 27px; width: 32px; height: 3px; border-radius: 5px; background: var(--orange); }
.values-card { position: relative; padding: 27px; background: var(--orange-soft); }
.values-card .card-number { color: rgba(77, 57, 48, .45); }
.values-card h3 { margin-top: 66px; }
.values-card p { color: #875d4b; }
.value-row { position: absolute; right: 25px; bottom: 29px; left: 25px; display: flex; align-items: center; gap: 7px; color: #875d4b; font-size: 9px; }
.value-dot { width: 5px; height: 5px; background: var(--orange); border-radius: 50%; }
.services { border-top: 1px solid var(--line); }
.section-heading, .shop-header, .pet-header, .admin-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 52px; }
.service-card { position: relative; min-height: 310px; overflow: hidden; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { color: #fff; background: var(--ink); border-color: var(--ink); }
.service-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: start; }
.service-icon { display: grid; width: 43px; height: 43px; color: var(--green-dark); background: var(--mint); border-radius: 12px; place-items: center; }
.featured .service-icon { color: var(--ink); background: var(--green); }
.service-icon .icon { width: 22px; height: 22px; }
.service-tag, .service-time { padding: 6px 8px; color: var(--green-dark); background: var(--mint); border-radius: 5px; font: 700 8px "Manrope"; }
.featured .service-tag { color: #e9f3e6; background: rgba(131,184,158,.2); }
.service-time { display: flex; align-items: center; gap: 4px; color: var(--muted); background: var(--soft); font-weight: 500; }
.service-time .icon { width: 11px; height: 11px; }
.service-card h3 { position: relative; z-index: 1; margin-top: 43px; font-size: 24px; line-height: .98; letter-spacing: -.065em; }
.service-card p { position: relative; z-index: 1; max-width: 195px; margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.featured p { color: #b4c8bc; }
.service-link { position: absolute; z-index: 1; bottom: 25px; left: 25px; display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font: 800 10px "Manrope"; transition: color .2s; }
.featured .service-link { color: #fff; }
.service-watermark { position: absolute; right: -20px; bottom: -25px; color: rgba(131,184,158,.13); transform: rotate(-22deg); }
.service-watermark .icon { width: 150px; height: 150px; stroke-width: .65; }
.service-card:not(.featured) .service-watermark { color: rgba(131,184,158,.15); }
.service-note { display: flex; align-items: center; gap: 13px; margin-top: 26px; padding: 17px 21px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.note-icon { display: grid; width: 30px; height: 30px; color: var(--orange); background: var(--orange-soft); border-radius: 9px; place-items: center; }
.service-note strong, .service-note span { display: block; }
.service-note strong { font: 700 11px "Manrope"; }
.service-note div span { margin-top: 1px; color: var(--muted); font-size: 10px; }
.service-note .text-button { margin-left: auto; }
.shop { overflow: hidden; }
.shop-header { align-items: end; }
.shop-actions { display: flex; align-items: center; gap: 19px; }
.category-pills { display: flex; align-items: center; gap: 5px; padding: 4px; background: var(--soft); border-radius: 9px; }
.category-pills button { padding: 8px 11px; color: var(--muted); border-radius: 6px; font-size: 9px; font-weight: 700; white-space: nowrap; }
.category-pills button.active, .category-pills button:hover { color: var(--ink); background: #fff; box-shadow: 0 4px 10px rgba(24,56,52,.06); }
.carousel-buttons { display: flex; gap: 6px; }
.carousel-buttons button, .story-nav button { display: grid; width: 34px; height: 34px; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; place-items: center; transition: background .2s; }
.carousel-buttons button:hover, .story-nav button:hover { color: #fff; background: var(--ink); }
.carousel-buttons .icon, .story-nav .icon { width: 15px; height: 15px; }
.product-viewport { overflow: visible; margin-top: 40px; }
.product-track { display: flex; gap: 14px; transition: transform .4s ease; }
.product-card { min-width: calc((100% - 42px) / 4); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.product-image { position: relative; display: grid; height: 200px; overflow: hidden; place-items: center; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .product-image img { transform: scale(1.05); }
.product-green { background: var(--mint); }.product-peach { background: var(--orange-soft); }.product-blue { background: var(--blue-soft); }.product-yellow { background: var(--yellow-soft); }.product-lilac { background: var(--lilac-soft); }
.product-label { position: absolute; z-index: 1; top: 13px; left: 13px; padding: 6px 8px; color: var(--green-dark); background: #fff; border-radius: 5px; font: 700 8px "Manrope"; }
.product-label.new { color: var(--orange-deep); }
.product-quick { position: absolute; z-index: 1; top: 13px; right: 13px; display: grid; width: 28px; height: 28px; color: var(--ink); background: #fff; border-radius: 50%; place-items: center; }
.product-quick .icon { width: 12px; height: 12px; }
.product-details { padding: 17px; }
.product-category { color: var(--muted); font-size: 9px; }
.product-details h3 { margin-top: 5px; min-height: 45px; font-size: 16px; line-height: 1.12; letter-spacing: -.05em; }
.product-bottom { display: flex; justify-content: space-between; align-items: end; margin-top: 13px; }
.product-bottom strong { font: 800 16px "Manrope"; }
.stock { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 8px; }
.stock i { width: 5px; height: 5px; display: inline-block; background: #63ad7a; border-radius: 50%; }.stock.low-stock i { background: #e5a345; }
.product-buy { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 10px 0 0; color: var(--green-dark); border-top: 1px solid var(--line); font-size: 9px; font-weight: 800; }
.shop-footer { display: flex; align-items: center; gap: 28px; margin-top: 30px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.shop-footer span { display: flex; align-items: center; gap: 6px; }.shop-footer span .icon { color: var(--green-dark); }.shop-footer .text-button { margin-left: auto; }
.booking { background: var(--soft); }
.booking-card { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; background: var(--ink); border-radius: var(--radius-lg); box-shadow: 0 25px 45px rgba(24,56,52,.12); }
.booking-intro { position: relative; min-height: 610px; overflow: hidden; padding: 56px 48px; }
.booking-intro h2 { position: relative; z-index: 1; margin-top: 22px; color: #fff; font-size: clamp(34px, 4vw, 50px); line-height: 1.03; letter-spacing: -.075em; }
.booking-intro p { position: relative; z-index: 1; max-width: 295px; margin-top: 19px; color: #b4c8bc; font-size: 13px; line-height: 1.65; }
.booking-perks { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 42px; color: #cfe4d5; font-size: 10px; }
.booking-perks span { display: flex; align-items: center; gap: 7px; }.booking-perks .icon { color: var(--green); }
.booking-doodle { position: absolute; right: -58px; bottom: -36px; color: rgba(131,184,158,.18); transform: rotate(-18deg); }.booking-doodle .icon { width: 270px; height: 270px; stroke-width: .6; }
.booking-form { padding: 45px 47px; background: #fff; }
.form-head { display: flex; align-items: center; gap: 12px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-step { display: grid; width: 28px; height: 28px; color: #fff; background: var(--orange); border-radius: 50%; place-items: center; font: 700 10px "Manrope"; }
.form-head strong, .form-head small { display: block; }.form-head strong { font: 800 13px "Manrope"; }.form-head small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.form-progress { width: 79px; height: 4px; margin-left: auto; overflow: hidden; background: var(--soft); border-radius: 5px; }.form-progress i { display: block; width: 40%; height: 100%; background: var(--orange); border-radius: 5px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 15px; margin-top: 25px; }
.form-grid label { display: block; color: var(--ink-2); font-size: 10px; font-weight: 700; }.form-grid label.full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; display: block; margin-top: 7px; padding: 10px 11px; color: var(--ink); background: #fcfdfb; border: 1px solid var(--line); border-radius: 7px; outline: 0; font-size: 11px; transition: border .2s, box-shadow .2s; }.form-grid textarea { resize: vertical; }.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px var(--mint); }
.form-submit { width: 100%; margin-top: 27px; }.form-legal { margin-top: 10px; color: var(--muted); text-align: center; font-size: 8px; }
.pet-area { background: #fff; }
.pet-header { align-items: start; }.pet-header > p { max-width: 310px; padding-top: 31px; }
.pet-dashboard { display: grid; grid-template-columns: 215px 1fr; min-height: 540px; margin-top: 52px; overflow: hidden; background: #fbfcfa; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.pet-sidebar { padding: 24px 13px 18px; background: #f4f8f4; border-right: 1px solid var(--line); }.pet-user { display: flex; align-items: center; gap: 8px; padding: 0 8px 23px; border-bottom: 1px solid var(--line); }.pet-user strong, .pet-user span { display: block; }.pet-user strong { font-size: 11px; }.pet-user span { color: var(--muted); font-size: 9px; }.pet-user > .icon { width: 12px; margin-left: auto; color: var(--muted); }
.avatar { display: grid; width: 32px; height: 32px; flex: 0 0 auto; color: var(--ink); background: var(--mint); border-radius: 50%; place-items: center; font: 800 9px "Manrope"; }.avatar-maria { background: #edcfb8; color: #875d4b; }.avatar-dra { color: #fff; background: #789fae; }.avatar-juliana { background: #ddc2d6; color: #805e76; }.avatar-bruno { background: #c8debb; color: #58865b; }
.pet-nav { padding-top: 21px; }.pet-nav-label, .admin-label { display: block; padding: 0 11px 8px; color: #9baa9f; font: 700 8px "Manrope"; letter-spacing: .08em; text-transform: uppercase; }.pet-nav-label.second, .admin-label.second { margin-top: 22px; }.pet-nav button, .admin-sidebar button { position: relative; width: 100%; display: flex; align-items: center; gap: 10px; margin-bottom: 4px; padding: 10px 11px; color: var(--muted); border-radius: 7px; text-align: left; font-size: 10px; }.pet-nav button:hover, .pet-nav button.active, .admin-sidebar button.active, .admin-sidebar button:hover { color: var(--ink); background: #fff; box-shadow: 0 4px 10px rgba(24,56,52,.04); }.pet-nav button.active { color: var(--green-dark); font-weight: 700; }.pet-nav button .icon, .admin-sidebar button .icon { width: 15px; height: 15px; }.nav-count, .admin-counter { display: grid; width: 17px; height: 17px; margin-left: auto; color: #fff; background: var(--orange); border-radius: 50%; place-items: center; font: 700 8px "DM Sans"; font-style: normal; }.sidebar-help { display: grid; margin-top: 55px; padding: 14px 12px; background: var(--mint); border-radius: 10px; }.sidebar-help > .icon { width: 16px; color: var(--green-dark); }.sidebar-help strong, .sidebar-help span { display: block; }.sidebar-help strong { margin-top: 10px; font: 700 10px "Manrope"; }.sidebar-help span { margin-top: 2px; color: var(--muted); font-size: 8px; }.sidebar-help a { margin-top: 11px; color: var(--green-dark); font-size: 8px; font-weight: 800; }
.pet-main { padding: 31px 38px; }.pet-main-top, .pet-name-row, .widget-head, .table-card-head, .admin-main-top { display: flex; justify-content: space-between; align-items: start; }.dashboard-overline { display: block; color: #91a29a; font: 700 8px "Manrope"; letter-spacing: .09em; text-transform: uppercase; }.pet-main-top h3, .pet-name-row h3, .admin-main-top h3 { margin-top: 6px; font: 800 23px "Manrope"; letter-spacing: -.06em; }.pet-main-top h3 span { color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: 0; }.pet-profile-card { display: grid; grid-template-columns: 180px 1fr; gap: 25px; margin-top: 27px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }.pet-profile-photo { position: relative; height: 173px; overflow: hidden; border-radius: 10px; }.pet-profile-photo img { width: 100%; height: 100%; object-fit: cover; }.pet-online { position: absolute; left: 9px; bottom: 9px; display: flex; align-items: center; gap: 5px; padding: 5px 7px; color: var(--green-dark); background: #fff; border-radius: 5px; font-size: 8px; font-weight: 700; }.pet-online i { width: 5px; height: 5px; background: #61ad79; border-radius: 50%; }.pet-name-row { align-items: center; }.pet-name-row h3 { font-size: 27px; }.pet-name-row h3 small, .vaccine-card h3 small, .record-patient h3 small { color: #67a2b9; font-size: 13px; }.more-button { color: #9baa9f; font-size: 14px; letter-spacing: 2px; }.pet-meta { display: flex; gap: 22px; margin-top: 19px; }.pet-meta span { display: grid; color: var(--ink); font-size: 10px; }.pet-meta b { margin-bottom: 2px; color: #9baa9f; font-size: 8px; font-weight: 500; }.pet-last-visit { display: flex; align-items: center; gap: 9px; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); }.pet-last-visit small, .pet-last-visit strong { display: block; }.pet-last-visit small { color: #9baa9f; font-size: 8px; }.pet-last-visit strong { margin-top: 3px; font-size: 9px; }.pet-last-visit strong i { color: #bccac1; font-style: normal; }.pet-last-visit > .icon { margin-left: auto; color: #a8b8af; }
.pet-widgets { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 13px; }.pet-widget { padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }.widget-head { align-items: center; color: #8b9c93; font-size: 9px; }.widget-head .mini-icon { width: 27px; height: 27px; margin-right: 5px; }.widget-head .more-button { margin-left: auto; }.pet-widget > strong { display: block; margin-top: 18px; font: 800 13px "Manrope"; }.widget-date { display: flex; align-items: center; gap: 5px; margin-top: 5px; color: var(--muted); font-size: 9px; }.widget-date .icon { color: var(--green-dark); }.progress { height: 5px; overflow: hidden; margin-top: 18px; background: var(--soft); border-radius: 5px; }.progress i { display: block; height: 100%; background: var(--orange); border-radius: 5px; }.pet-widget > small { display: flex; justify-content: space-between; margin-top: 5px; color: var(--muted); font-size: 8px; }.pet-widget > small b { color: var(--orange); }.widget-person { display: flex; align-items: center; gap: 7px; margin-top: 17px; color: var(--muted); font-size: 9px; }.tiny-avatar { width: 23px; height: 23px; font-size: 7px; }.camila { color: #fff; background: #91b8ac; }.widget-person .icon { margin-left: auto; }.care-alert { display: flex; align-items: center; gap: 11px; margin-top: 14px; padding: 12px; color: var(--ink); background: var(--yellow-soft); border-radius: 10px; }.alert-icon { display: grid; width: 30px; height: 30px; flex: 0 0 auto; color: #bd8f26; background: rgba(255,255,255,.5); border-radius: 9px; place-items: center; }.care-alert strong, .care-alert span { display: block; }.care-alert strong { font: 700 9px "Manrope"; }.care-alert span { color: #866f3b; font-size: 8px; }.care-alert > a { display: grid; margin-left: auto; color: #866f3b; place-items: center; }
.records { border-top: 1px solid var(--line); }.record-intro { max-width: 665px; }.record-intro > p { max-width: 430px; margin-top: 18px; }.records-layout { display: grid; grid-template-columns: 1.65fr .75fr; gap: 15px; margin-top: 48px; }.record-card { padding: 25px 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow); }.record-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.record-brand { display: flex; align-items: center; gap: 8px; font-size: 11px; }.brand-mark.small { width: 27px; height: 27px; border-radius: 9px 9px 9px 4px; }.brand-mark.small .icon { width: 16px; height: 16px; }.record-status { display: flex; align-items: center; gap: 6px; padding: 6px 8px; color: var(--green-dark); background: var(--mint); border-radius: 5px; font-size: 8px; font-weight: 700; }.record-status i { width: 5px; height: 5px; background: #63ad7a; border-radius: 50%; }.record-patient { display: flex; align-items: center; gap: 14px; margin-top: 22px; }.record-patient > img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; }.record-patient span, .record-patient p { display: block; color: var(--muted); font-size: 8px; }.record-patient h3 { margin-top: 2px; font: 800 20px "Manrope"; letter-spacing: -.05em; }.record-patient p { margin-top: 1px; }.record-patient .more-button { margin-left: auto; }.record-line { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 18px; margin-top: 20px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.record-line span, .record-line b { display: block; }.record-line span { font-size: 9px; }.record-line b { margin-bottom: 3px; color: #9baa9f; font-size: 8px; font-weight: 500; }.record-tabs { display: flex; gap: 24px; margin-top: 22px; border-bottom: 1px solid var(--line); }.record-tabs button { padding-bottom: 10px; color: var(--muted); font-size: 9px; }.record-tabs button.active { color: var(--ink); border-bottom: 2px solid var(--orange); font-weight: 700; }.timeline { padding: 21px 0 0 14px; border-left: 1px solid var(--line); }.timeline-item { position: relative; display: flex; gap: 15px; padding: 0 0 22px 12px; }.timeline-dot { position: absolute; left: -19px; top: 3px; width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }.timeline-dot.orange { background: var(--orange); }.timeline-dot.blue { background: #76abc1; }.timeline-head { display: flex; justify-content: space-between; gap: 20px; }.timeline-head strong { font-size: 10px; }.timeline-head small { color: var(--muted); font-size: 8px; }.timeline-item p { margin-top: 7px; color: var(--muted); font-size: 9px; line-height: 1.55; }.timeline-tag { display: inline-block; margin-top: 8px; padding: 4px 6px; color: var(--green-dark); background: var(--mint); border-radius: 4px; font-size: 7px; }.record-aside { display: grid; gap: 13px; align-content: start; }.aside-note { display: flex; gap: 10px; padding: 16px; border-radius: var(--radius-md); }.orange-note { background: var(--orange-soft); }.blue-note { background: var(--blue-soft); }.aside-note > span:last-child { display: grid; }.aside-note small, .aside-note strong, .aside-note a { display: block; }.aside-note small { color: #8e796d; font-size: 8px; }.aside-note strong { margin-top: 4px; font: 800 12px "Manrope"; }.aside-note a { display: flex; align-items: center; gap: 5px; margin-top: 12px; color: var(--orange-deep); font-size: 9px; font-weight: 800; }.blue-note .aside-note a, .blue-note a { color: #548fac; }.aside-quote { padding: 24px; color: #fff; background: var(--ink); border-radius: var(--radius-md); }.aside-quote > .icon { width: 18px; color: var(--orange); }.aside-quote p { margin-top: 20px; font: 700 17px/1.2 "Manrope"; letter-spacing: -.06em; }.aside-quote small { display: block; margin-top: 15px; color: #9eb7aa; font-size: 9px; }
.vaccine { background: var(--orange-soft); }.vaccine-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }.vaccine-copy > p { max-width: 360px; margin-top: 18px; color: #875d4b; }.vaccine-highlights { display: flex; gap: 28px; margin: 34px 0; }.vaccine-highlights > div { display: flex; align-items: center; gap: 8px; }.highlight-number { color: var(--orange-deep); font: 800 25px "Manrope"; letter-spacing: -.07em; }.vaccine-highlights > div > span:last-child { color: #956e5a; font-size: 9px; line-height: 1.15; }.vaccine-card { padding: 25px; background: #fff; border: 1px solid rgba(221,112,65,.17); border-radius: var(--radius-lg); box-shadow: 0 18px 35px rgba(160, 87, 50, .08); }.vaccine-card-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 19px; border-bottom: 1px solid var(--line); }.vaccine-card h3 { margin-top: 5px; font: 800 27px "Manrope"; letter-spacing: -.06em; }.vaccine-card-head > div:first-child > span:last-child { color: var(--muted); font-size: 9px; }.vaccine-pet-thumb { width: 49px; height: 49px; overflow: hidden; border: 3px solid var(--mint); border-radius: 50%; }.vaccine-pet-thumb img { width: 100%; height: 100%; object-fit: cover; }.vaccine-alert { display: flex; align-items: center; gap: 9px; margin-top: 19px; padding: 11px; background: var(--mint); border-radius: 9px; }.vaccine-alert > span:nth-child(2) { display: grid; }.vaccine-alert strong, .vaccine-alert small { display: block; }.vaccine-alert strong { color: var(--green-dark); font: 800 10px "Manrope"; }.vaccine-alert small { color: #6a967d; font-size: 8px; }.vaccine-alert > .icon { margin-left: auto; color: var(--green-dark); }.vaccine-list { margin-top: 15px; }.vaccine-row { display: flex; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); }.vaccine-check { display: grid; width: 24px; height: 24px; color: var(--green-dark); background: var(--mint); border-radius: 50%; place-items: center; }.vaccine-check.next { color: var(--orange-deep); background: var(--orange-soft); }.vaccine-row > span:nth-child(2) { flex: 1; }.vaccine-row strong, .vaccine-row small { display: block; }.vaccine-row strong { font-size: 10px; }.vaccine-row small { margin-top: 2px; color: var(--muted); font-size: 8px; }.vaccine-row-status { padding: 5px 7px; border-radius: 5px; font-size: 8px; font-weight: 700; }.vaccine-row-status.done { color: var(--green-dark); background: var(--mint); }.vaccine-row-status.upcoming { color: var(--orange-deep); background: var(--orange-soft); }.vaccine-card-footer { display: flex; justify-content: space-between; padding-top: 17px; color: #9baa9f; font-size: 8px; }
.admin { background: #fff; }.admin-header { align-items: center; }.admin-badge { display: flex; align-items: center; gap: 7px; padding: 8px 10px; color: var(--green-dark); background: var(--mint); border-radius: 7px; font-size: 9px; font-weight: 700; }.admin-badge small { padding-left: 7px; color: var(--muted); border-left: 1px solid #bcd4c2; font-size: 8px; font-weight: 500; }.admin-window { display: grid; grid-template-columns: 190px 1fr; min-height: 570px; margin-top: 50px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }.admin-sidebar { display: flex; flex-direction: column; padding: 22px 13px 15px; background: var(--ink); }.admin-logo { display: flex; align-items: center; gap: 8px; margin: 0 10px 34px; color: #fff; font: 700 12px "Manrope"; }.admin-logo .brand-mark { width: 26px; height: 26px; color: var(--ink); background: var(--green); }.admin-logo .brand-mark .icon { width: 16px; height: 16px; }.admin-sidebar .admin-label { color: #76928a; }.admin-sidebar .admin-label.second { margin-top: 22px; }.admin-sidebar button { color: #9cb0a5; }.admin-sidebar button.active, .admin-sidebar button:hover { color: #fff; background: rgba(131,184,158,.17); box-shadow: none; }.admin-sidebar button.active .icon { color: var(--green); }.admin-counter { width: 16px; height: 16px; color: var(--ink); background: var(--green); }.admin-counter.alert { color: #fff; background: var(--orange); }.admin-user { display: flex; align-items: center; gap: 7px; margin-top: auto; padding: 15px 5px 0; border-top: 1px solid rgba(255,255,255,.12); }.admin-user strong, .admin-user small { display: block; }.admin-user strong { color: #fff; font-size: 9px; }.admin-user small { margin-top: 2px; color: #8ba298; font-size: 8px; }.admin-user > .icon { margin-left: auto; color: #8ba298; }.admin-main { padding: 32px 33px; background: #fbfcfa; }.admin-main-top { align-items: center; }.admin-main-top h3 { font-size: 21px; }.admin-main-top h3 span { color: var(--orange); }.admin-top-actions { display: flex; align-items: center; gap: 8px; }.admin-icon-button { position: relative; display: grid; width: 31px; height: 31px; color: var(--muted); border: 1px solid var(--line); border-radius: 7px; place-items: center; }.admin-icon-button .icon { width: 14px; }.admin-icon-button.notification i { position: absolute; right: 4px; top: 4px; width: 4px; height: 4px; background: var(--orange); border: 1px solid #fff; border-radius: 50%; }.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 28px; }.admin-stats > div { position: relative; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }.stat-icon { display: grid; width: 28px; height: 28px; border-radius: 8px; place-items: center; }.stat-icon .icon { width: 15px; }.stat-icon.blue { color: #5796b7; background: var(--blue-soft); }.stat-icon.mint { color: var(--green-dark); background: var(--mint); }.stat-icon.orange { color: var(--orange-deep); background: var(--orange-soft); }.stat-icon.lilac { color: #8971a8; background: var(--lilac-soft); }.admin-stats small, .admin-stats strong, .admin-stats em { display: block; }.admin-stats small { margin-top: 14px; color: var(--muted); font-size: 8px; }.admin-stats strong { margin-top: 3px; font: 800 20px "Manrope"; letter-spacing: -.06em; }.admin-stats em { margin-top: 7px; color: #5ba277; font-size: 8px; font-style: normal; font-weight: 800; }.admin-stats em span { color: #9baa9f; font-weight: 500; }.admin-stats em.warning { color: var(--orange-deep); }.admin-content-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 10px; margin-top: 10px; }.admin-table-card, .stock-card { overflow: hidden; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }.table-card-head { align-items: center; }.table-card-head h4 { font: 800 11px "Manrope"; }.table-card-head span { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }.table-card-head a { display: flex; align-items: center; gap: 5px; color: var(--green-dark); font-size: 8px; font-weight: 800; }.admin-table { margin-top: 18px; }.table-row { display: grid; grid-template-columns: .62fr 1.45fr .85fr 1fr; align-items: center; gap: 8px; padding: 11px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; }.table-row b, .table-row small { display: block; }.table-row b { color: var(--ink); font-size: 9px; }.table-row small { margin-top: 2px; font-size: 7px; }.table-header { padding: 0 0 8px; border: 0; color: #9baa9f; font-size: 7px; font-weight: 700; text-transform: uppercase; }.table-person { display: flex; align-items: center; gap: 6px; }.table-status { width: max-content; padding: 5px 7px; border-radius: 5px; font-size: 7px; font-weight: 700; }.table-status.confirmed { color: var(--green-dark); background: var(--mint); }.table-status.waiting { color: var(--orange-deep); background: var(--orange-soft); }.dog-avatar { color: #7c8d6a; background: #e5e9c6; }.cat-avatar { color: #8b6c85; background: #eddceb; }.thor-avatar { color: #976d50; background: #edcfb8; }.paula-avatar { color: #5b8490; background: #d7e9ee; }
.stock-total { display: grid; grid-template-columns: auto 1fr; gap: 4px 8px; align-items: center; margin-top: 24px; }.stock-total strong { font: 800 31px "Manrope"; letter-spacing: -.08em; }.stock-total > span { color: var(--muted); font-size: 8px; }.stock-bars { grid-column: 1 / -1; display: flex; gap: 4px; margin-top: 10px; }.stock-bars i { height: 6px; flex: 1; background: var(--green); border-radius: 4px; }.stock-bars i:nth-child(4) { background: #f0c56e; }.stock-bars i:nth-child(5) { background: #ebd8c9; }.stock-alert { display: flex; align-items: center; gap: 8px; margin-top: 23px; padding: 10px; background: var(--orange-soft); border-radius: 7px; }.stock-alert > div { flex: 1; }.stock-alert strong, .stock-alert small { display: block; }.stock-alert strong { font: 800 9px "Manrope"; }.stock-alert small { color: #956e5a; font-size: 8px; }.stock-alert > a { color: var(--orange-deep); }.stock-items { display: grid; gap: 11px; margin-top: 20px; }.stock-items span { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 8px; }.stock-items b { margin-left: auto; color: var(--ink); font-size: 9px; }.stock-items i { width: 6px; height: 6px; border-radius: 50%; }.stock-green { background: var(--green); }.stock-yellow { background: #f0c56e; }.stock-red { background: #e99e91; }
.team { background: #fff; }.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 47px; }.team-card { overflow: hidden; background: var(--soft); border-radius: var(--radius-md); }.team-photo { position: relative; height: 285px; overflow: hidden; }.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.78); transition: transform .4s; }.team-card:hover .team-photo img { transform: scale(1.04); }.team-specialty { position: absolute; left: 15px; bottom: 15px; padding: 6px 8px; color: var(--ink); background: rgba(255,255,255,.88); border-radius: 5px; font-size: 8px; font-weight: 800; }.team-info { padding: 20px; }.team-info > span { color: var(--green-dark); font-size: 8px; font-weight: 800; text-transform: uppercase; }.team-info h3 { margin-top: 5px; font-size: 18px; letter-spacing: -.05em; }.team-info p { min-height: 38px; margin-top: 11px; color: var(--muted); font-size: 10px; font-style: italic; }.team-info .service-link { position: static; margin-top: 17px; }.team-featured { background: var(--ink); }.team-featured .team-info h3, .team-featured .team-info p { color: #fff; }.team-featured .team-info p { color: #b4c8bc; }
.stories { border-top: 1px solid var(--line); }.stories-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }.stories-intro { position: relative; }.stories-intro > p { max-width: 255px; margin-top: 18px; }.story-nav { display: flex; align-items: center; gap: 8px; margin-top: 39px; }.story-nav button { border-color: #bfd0c5; }.story-nav span { margin-left: 8px; color: var(--muted); font-size: 9px; }.story-nav span:first-letter { color: var(--ink); font-weight: 800; }.story-nav i { margin: 0 4px; color: #bdc9c1; font-style: normal; }.testimonial-stage { position: relative; min-height: 310px; padding: 43px 54px 38px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }.quote-mark { position: absolute; top: 13px; left: 28px; color: var(--orange); font: 800 65px/1 Georgia, serif; }.testimonial { display: none; }.testimonial.active { display: block; animation: fadeIn .4s ease; }@keyframes fadeIn { from {opacity: 0; transform: translateY(5px)} to {opacity: 1; transform: none} }.stars.large { font-size: 15px; }.testimonial blockquote { max-width: 515px; margin: 23px 0 29px; color: var(--ink); font: 700 22px/1.35 "Manrope"; letter-spacing: -.06em; }.testimonial-person { display: flex; align-items: center; gap: 9px; padding-top: 20px; border-top: 1px solid var(--line); }.testimonial-person strong, .testimonial-person span { display: block; }.testimonial-person strong { font-size: 10px; }.testimonial-person span { margin-top: 2px; color: var(--muted); font-size: 8px; }.testimonial-person > .icon { width: 17px; margin-left: auto; color: var(--orange); }
.gallery { overflow: hidden; background: #fff; }.gallery-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; grid-template-rows: 200px 200px; gap: 12px; margin-top: 48px; }.gallery-item { position: relative; overflow: hidden; border-radius: 13px; }.gallery-item.tall { grid-row: 1 / -1; }.gallery-item.wide { grid-column: 2 / 4; }.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .4s; }.gallery-item:hover img { transform: scale(1.05); }.gallery-caption { position: absolute; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 10px; color: #fff; background: rgba(24,56,52,.72); border-radius: 6px; font-size: 9px; }.gallery-caption .icon { margin-left: auto; }
.faq { border-top: 1px solid var(--line); }.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 115px; }.faq-grid > div > p { max-width: 250px; margin-top: 17px; }.faq-grid > div > .button { margin-top: 27px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; list-style: none; cursor: pointer; font: 700 13px "Manrope"; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary > span { display: grid; width: 22px; height: 22px; color: var(--green-dark); background: var(--mint); border-radius: 50%; place-items: center; transition: transform .2s; }.faq-list details[open] summary > span { color: #fff; background: var(--green-dark); transform: rotate(45deg); }.faq-list summary .icon { width: 13px; height: 13px; }.faq-list details p { max-width: 550px; padding: 0 45px 19px 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.contact { padding-top: 45px; padding-bottom: 95px; background: var(--soft); }.contact-card { display: grid; grid-template-columns: 1fr .9fr; overflow: hidden; color: #fff; background: var(--ink); border-radius: var(--radius-lg); }.contact-main { position: relative; overflow: hidden; min-height: 335px; padding: 46px 50px; }.contact-main:after { content: ""; position: absolute; right: -78px; bottom: -100px; width: 270px; height: 270px; border: 1px solid rgba(131,184,158,.2); border-radius: 50%; box-shadow: 0 0 0 24px rgba(131,184,158,.04), 0 0 0 48px rgba(131,184,158,.04); }.contact h2 { position: relative; z-index: 1; margin-top: 21px; color: #fff; font-size: 42px; }.contact-main p { position: relative; z-index: 1; margin-top: 17px; color: #b4c8bc; font-size: 13px; }.contact-main .button { position: relative; z-index: 1; margin-top: 26px; }.contact-info { display: grid; gap: 0; padding: 38px 48px; background: #244940; }.contact-row { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }.contact-row:last-child { border: 0; }.contact-icon { display: grid; width: 29px; height: 29px; flex: 0 0 auto; color: var(--green); background: rgba(131,184,158,.12); border-radius: 8px; place-items: center; }.contact-row small, .contact-row strong, .contact-row a { display: block; }.contact-row small { color: #8eaea0; font-size: 8px; }.contact-row strong { margin-top: 4px; color: #e2efe3; font: 600 10px/1.5 "DM Sans"; }.contact-row a { display: inline-flex; align-items: center; gap: 5px; margin-top: 5px; color: var(--green); font-size: 9px; font-weight: 700; }
.site-footer { color: #adc4b8; background: var(--ink); }.footer-top { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; padding-top: 60px; padding-bottom: 55px; }.light-brand .brand-name { color: #fff; }.light-brand .brand-name small { color: #8fac9e; }.light-brand .brand-mark { color: var(--ink); background: var(--green); }.footer-brand p { max-width: 240px; margin-top: 21px; color: #91aea0; font-size: 11px; line-height: 1.65; }.footer-social { display: flex; gap: 7px; margin-top: 20px; }.footer-social a { display: grid; width: 30px; height: 30px; color: #b8d3c1; background: rgba(131,184,158,.11); border-radius: 50%; place-items: center; }.footer-social .icon { width: 14px; }.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.footer-links strong, .footer-links a { display: block; }.footer-links strong { margin-bottom: 17px; color: #fff; font: 700 10px "Manrope"; }.footer-links a { margin-top: 10px; color: #91aea1; font-size: 10px; transition: color .2s; }.footer-links a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0 20px; border-top: 1px solid rgba(255,255,255,.11); color: #78998a; font-size: 9px; }.footer-bottom span:nth-child(2) { display: flex; align-items: center; gap: 4px; }.footer-bottom .icon { color: var(--orange); }.footer-bottom b { color: #c1d8c8; }
.whatsapp-float { position: fixed; z-index: 12; right: 25px; bottom: 23px; display: flex; align-items: center; gap: 8px; padding: 12px 15px 12px 12px; color: #fff; background: #39a967; border-radius: 30px; box-shadow: 0 8px 24px rgba(38,126,73,.25); font: 700 10px "Manrope"; transition: transform .2s; }.whatsapp-float:hover { transform: translateY(-3px); }.whatsapp-float .icon { width: 17px; height: 17px; }
.toast { position: fixed; z-index: 20; right: 25px; bottom: 84px; display: flex; align-items: center; gap: 9px; max-width: 360px; padding: 11px 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s, transform .25s; }.toast.show { opacity: 1; pointer-events: auto; transform: none; }.toast-icon { display: grid; width: 25px; height: 25px; color: var(--green-dark); background: var(--mint); border-radius: 50%; place-items: center; }.toast-message { font-size: 10px; font-weight: 700; }.toast button { margin-left: auto; color: var(--muted); }.modal { position: fixed; z-index: 30; inset: 0; display: none; place-items: center; }.modal.open { display: grid; }.modal-backdrop { position: absolute; inset: 0; background: rgba(24,56,52,.52); backdrop-filter: blur(4px); }.modal-card { position: relative; z-index: 1; width: min(380px, calc(100% - 40px)); padding: 36px 30px 30px; text-align: center; background: #fff; border-radius: 18px; box-shadow: 0 25px 65px rgba(24,56,52,.22); animation: modalIn .25s ease; }@keyframes modalIn { from { opacity: 0; transform: scale(.96) translateY(8px) } to { opacity: 1; transform: none } }.modal-close { position: absolute; top: 13px; right: 13px; display: grid; width: 28px; height: 28px; color: var(--muted); border-radius: 50%; place-items: center; }.modal-close:hover { background: var(--soft); }.modal-close .icon { width: 15px; }.modal-icon { display: grid; width: 49px; height: 49px; margin: 0 auto 15px; color: var(--green-dark); background: var(--mint); border-radius: 50%; place-items: center; }.modal-card h3 { font: 800 19px "Manrope"; letter-spacing: -.05em; }.modal-card p { margin: 9px auto 22px; color: var(--muted); font-size: 11px; }.modal-link { width: 100%; }
@media (max-width: 1040px) { .shell { width: min(100% - 42px, 900px); }.main-nav { gap: 18px; }.nav-phone { display: none; }.hero-grid { grid-template-columns: .9fr 1.1fr; }.hero-visual { transform: scale(.88); transform-origin: right center; margin-left: -35px; }.intro-main { gap: 35px; }.service-card { padding: 19px; }.service-link { left: 19px; }.shop-actions { flex-wrap: wrap; justify-content: flex-end; }.product-card { min-width: calc((100% - 28px) / 3); }.booking-card { grid-template-columns: .68fr 1.32fr; }.booking-intro { padding-left: 34px; padding-right: 34px; }.booking-form { padding: 38px 32px; }.pet-main { padding: 27px 25px; }.pet-profile-card { grid-template-columns: 150px 1fr; }.pet-profile-photo { height: 160px; }.pet-meta { gap: 13px; }.records-layout { grid-template-columns: 1fr; }.record-aside { grid-template-columns: 1fr 1fr 1fr; }.stories-grid { gap: 45px; }.faq-grid { gap: 55px; }.footer-top { gap: 50px; } }
@media (max-width: 760px) { .shell { width: calc(100% - 36px); }.section-pad { padding: 75px 0; }.announcement-note { display: none; }.announcement-inner { justify-content: center; min-height: 32px; }.announcement-inner a { display: none; }.nav-wrap { height: 70px; }.mobile-toggle { display: grid; width: 38px; height: 38px; margin-left: auto; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; place-items: center; }.mobile-toggle .icon { width: 19px; }.main-nav { position: absolute; top: 70px; right: 18px; left: 18px; display: none; padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }.main-nav.open { display: grid; gap: 0; }.main-nav a { padding: 12px; border-radius: 7px; }.main-nav a:hover { background: var(--soft); }.nav-actions { margin-left: 0; }.nav-actions .button { display: none; }.hero { padding-top: 55px; }.hero-grid { display: flex; flex-direction: column; align-items: start; gap: 35px; }.hero h1 { font-size: clamp(43px, 13vw, 61px); }.hero-lead { font-size: 14px; }.hero-proof { margin-top: 35px; }.hero-visual { width: 100%; height: 405px; margin: 0; transform: none; }.hero-blob { right: 4%; top: 0; width: 82%; height: 360px; }.hero-photo-main { top: 39px; right: 12%; width: 57%; height: 282px; }.hero-pet-cutout { right: 0; bottom: 14px; width: 150px; height: 155px; border-width: 7px; }.hero-circle-label { top: -4px; left: 0; width: 92px; height: 92px; padding: 15px; }.hero-circle-label strong { font-size: 11px; }.hero-circle-label .icon { right: 12px; bottom: 13px; width: 12px; }.appointment-card { bottom: 34px; left: 0; min-width: 175px; padding: 9px; }.floating-card strong { font-size: 9px; }.floating-card small, .floating-card span { font-size: 8px; }.rating-card { top: 90px; right: 0; min-width: 120px; padding: 9px; }.rating-mark { width: 23px; height: 23px; }.hero-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px 0; }.hero-bottom span:nth-child(n+3) { display: none; }.quick-grid { grid-template-columns: 1fr 1fr; }.quick-grid a { min-height: 82px; padding: 13px 10px; }.quick-grid a:nth-child(2) { border-right: 0; }.quick-grid a:nth-child(3), .quick-grid a:nth-child(4) { border-top: 1px solid var(--line); }.quick-grid b { font-size: 10px; }.quick-grid small { font-size: 8px; }.quick-icon { width: 34px; height: 34px; }.quick-grid .arrow { display: none; }.intro-grid, .intro-main, .intro-cards { display: block; }.intro-main { margin-top: 26px; }.intro-content { margin-top: 25px; }.intro-cards { margin-top: 34px; }.intro-image, .mission-card, .values-card { min-height: 250px; margin-top: 12px; }.intro-image img { min-height: 250px; }.mission-card h3, .values-card h3 { margin-top: 57px; }.section-heading, .shop-header, .pet-header, .admin-header { display: block; }.section-heading .button, .shop-header .shop-actions { margin-top: 24px; }.service-grid { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 32px; }.service-card { min-height: 275px; padding: 17px; }.service-card h3 { margin-top: 31px; font-size: 19px; }.service-card p { font-size: 10px; }.service-link { bottom: 18px; left: 17px; font-size: 9px; }.service-tag { max-width: 67px; text-align: center; }.service-note { align-items: start; }.service-note .text-button { display: none; }.service-note div span { max-width: 210px; }.shop-actions { display: grid; gap: 13px; }.category-pills { overflow: auto; justify-content: start; }.carousel-buttons { display: none; }.product-viewport { margin-top: 28px; overflow: visible; }.product-track { overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }.product-track::-webkit-scrollbar { display: none; }.product-card { min-width: 72%; scroll-snap-align: start; }.product-image { height: 190px; }.shop-footer { flex-wrap: wrap; gap: 13px 18px; }.shop-footer .text-button { width: 100%; margin: 4px 0 0; }.booking-card { display: block; }.booking-intro { min-height: 370px; padding: 37px 27px; }.booking-intro h2 { font-size: 39px; }.booking-perks { margin-top: 26px; }.booking-doodle .icon { width: 180px; height: 180px; }.booking-form { padding: 29px 20px; }.form-grid { grid-template-columns: 1fr; gap: 14px; }.form-grid label.full { grid-column: auto; }.pet-header > p { padding-top: 20px; }.pet-dashboard { display: block; margin-top: 34px; }.pet-sidebar { display: none; }.pet-main { padding: 23px 15px; }.pet-main-top h3 { font-size: 20px; }.pet-profile-card { display: block; padding: 11px; }.pet-profile-photo { height: 190px; }.pet-profile-info { padding: 15px 3px 2px; }.pet-meta { justify-content: space-between; gap: 5px; }.pet-meta span { font-size: 9px; }.pet-widgets { grid-template-columns: 1fr; }.care-alert { align-items: start; }.record-intro > p { margin-top: 15px; }.records-layout { margin-top: 30px; }.record-card { padding: 20px 15px; }.record-line { grid-template-columns: 1fr 1fr; gap: 12px; }.record-line span:last-child { grid-column: 1 / -1; }.record-tabs { gap: 15px; overflow: auto; }.record-tabs button { white-space: nowrap; }.timeline-head { display: block; }.timeline-head small { display: block; margin-top: 3px; }.record-aside { grid-template-columns: 1fr; }.vaccine-grid { display: block; }.vaccine-copy { margin-bottom: 34px; }.vaccine-highlights { gap: 18px; }.highlight-number { font-size: 22px; }.vaccine-card { padding: 17px; }.vaccine-card-footer { display: block; line-height: 1.8; }.admin-badge { display: inline-flex; margin-top: 22px; }.admin-window { display: block; margin-top: 30px; }.admin-sidebar { display: none; }.admin-main { padding: 22px 14px; overflow: hidden; }.admin-main-top h3 { font-size: 18px; }.admin-top-actions .admin-icon-button { display: none; }.admin-stats { grid-template-columns: 1fr 1fr; gap: 8px; }.admin-stats > div { padding: 10px; }.admin-stats strong { font-size: 17px; }.admin-stats small { margin-top: 10px; }.admin-content-grid { grid-template-columns: 1fr; }.admin-table-card { overflow-x: auto; }.admin-table { min-width: 490px; }.stock-card { margin-top: 0; }.team-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }.team-photo { height: 300px; }.stories-grid { display: block; }.testimonial-stage { min-height: 330px; margin-top: 35px; padding: 41px 24px 28px; }.testimonial blockquote { font-size: 18px; }.gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 170px 170px 170px; gap: 8px; margin-top: 30px; }.gallery-item.tall { grid-row: 1 / 3; }.gallery-item.wide { grid-column: 1 / -1; }.gallery-caption { right: 7px; bottom: 7px; left: 7px; padding: 7px; font-size: 8px; }.faq-grid { display: block; }.faq-list { margin-top: 35px; }.faq-list summary { font-size: 11px; }.contact { padding-top: 30px; padding-bottom: 75px; }.contact-card { display: block; }.contact-main { min-height: 320px; padding: 37px 27px; }.contact h2 { font-size: 37px; }.contact-info { padding: 25px 27px; }.footer-top { display: block; padding-top: 46px; padding-bottom: 35px; }.footer-links { gap: 20px; margin-top: 38px; }.footer-links a { font-size: 9px; }.footer-bottom { display: grid; gap: 7px; padding-bottom: 28px; }.whatsapp-float { right: 14px; bottom: 14px; padding: 12px; }.whatsapp-float span { display: none; }.toast { right: 15px; bottom: 69px; left: 15px; max-width: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
