:root {
  --cream: #f7f3ea;
  --cream-deep: #eee7da;
  --paper: #fffdf8;
  --ink: #20332d;
  --ink-soft: #4e5e58;
  --forest: #294a3f;
  --forest-deep: #18372e;
  --sage: #aebcab;
  --terracotta: #c8744f;
  --gold: #d5a65f;
  --line: rgba(32, 51, 45, 0.16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shadow: 0 24px 70px rgba(31, 51, 43, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: white; border-radius: 4px; }
.skip-link:focus { transform: none; }

.announcement { height: 34px; display: grid; align-items: center; background: var(--forest-deep); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .03em; }
.announcement__inner { display: flex; align-items: center; justify-content: space-between; }
.announcement a { text-decoration: none; }
.announcement a:hover { color: white; }
.announcement__instagram { display: inline-flex; align-items: center; gap: 5px; }
.announcement__instagram strong { color: white; font-weight: 700; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: #a9cf88; box-shadow: 0 0 0 4px rgba(169,207,136,.12); }

.site-header { position: sticky; z-index: 100; top: 0; height: 82px; display: grid; align-items: center; color: white; background: rgba(15,36,30,.96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); transition: height .25s, border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { height: 70px; border-color: rgba(255,255,255,.1); box-shadow: 0 8px 30px rgba(7,20,16,.18); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; text-decoration: none; }
.brand__official-logo { width: 162px; height: auto; }
.main-nav { display: flex; gap: 30px; align-items: center; }
.main-nav > a:not(.button) { position: relative; font-size: 13px; font-weight: 600; text-decoration: none; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: #e7cda7; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: white; transition: transform .25s, opacity .25s; }

.button { display: inline-flex; min-height: 50px; padding: 0 24px; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--terracotta); border-radius: 3px; background: var(--terracotta); color: white; font-size: 13px; font-weight: 700; letter-spacing: .02em; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #b96343; border-color: #b96343; box-shadow: 0 12px 28px rgba(164,82,51,.2); }
.button--small { min-height: 41px; padding: 0 18px; font-size: 12px; }
.button--outline { color: var(--forest); border-color: var(--forest); background: transparent; }
.button--outline:hover { color: white; background: var(--forest); border-color: var(--forest); box-shadow: none; }
.button--full { width: 100%; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: white; font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.text-link--dark { color: var(--forest); border-bottom: 1px solid var(--forest); padding-bottom: 4px; }
.text-link--dark:hover span { transform: translate(3px,-3px); }
.eyebrow { margin: 0 0 20px; color: var(--terracotta); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }

.hero { position: relative; min-height: calc(100svh - 116px); overflow: hidden; display: flex; flex-direction: column; justify-content: center; color: white; background: var(--forest-deep); }
.hero__media, .hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media { display: block; }
.hero__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__veil { background: linear-gradient(90deg, rgba(17,45,37,.93) 0%, rgba(20,48,40,.79) 37%, rgba(19,43,36,.15) 72%, rgba(19,43,36,.05) 100%), linear-gradient(0deg, rgba(15,36,30,.54) 0%, transparent 40%); }
.hero__content { position: relative; z-index: 2; padding: 100px 0; }
.hero h1 { max-width: 800px; margin: 0; font: 600 clamp(46px, 5.4vw, 76px)/1.01 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.hero h1 em { color: #e7cda7; font-weight: 600; }
.hero__lead { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; }
.hero__actions { display: flex; gap: 28px; align-items: center; margin-top: 38px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .story__copy h2, .breeds__header h2, .instagram-showcase__header h2, .faq__intro h2, .contact__copy h2 { margin: 0; font: 600 clamp(39px, 4.6vw, 62px)/1.08 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.section-heading > p { max-width: 470px; margin: 0 0 7px; color: var(--ink-soft); font-size: 14px; }
.services { background: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.service-card { position: relative; min-height: 400px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--line); background: rgba(255,255,255,.48); transition: transform .3s, box-shadow .3s, background .3s; }
.service-card:nth-child(4) { grid-column: auto; min-height: 400px; }
.service-card:hover { z-index: 1; transform: translateY(-6px); background: var(--paper); box-shadow: var(--shadow); }
.service-card--featured { grid-row: auto; min-height: 400px; background: #dce3d7; }
.service-card--featured:hover { background: #dce3d7; }
.service-card--featured::after { content: ""; position: absolute; z-index: 0; top: 34%; right: 0; left: 0; height: 30%; background: linear-gradient(0deg, #dce3d7 12%, rgba(220,227,215,0)); pointer-events: none; }
.service-card--with-photo { background: #f2efe7; }
.service-card--with-photo:hover { background: #f2efe7; }
.service-card--with-photo::after { content: ""; position: absolute; z-index: 0; top: 28%; right: 0; left: 0; height: 34%; background: linear-gradient(0deg, #f2efe7 18%, rgba(242,239,231,0)); pointer-events: none; }
.service-card--dark { color: white; background: var(--forest); border-color: var(--forest); }
.service-card--dark:hover { background: var(--forest-deep); }
.service-card--dark::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, var(--forest) 0%, var(--forest) 45%, rgba(41,74,63,.2) 78%); pointer-events: none; }
.service-card__top { position: relative; z-index: 1; display: flex; justify-content: space-between; color: var(--ink-soft); font-size: 11px; }
.service-card--dark .service-card__top { color: rgba(255,255,255,.55); }
.service-card__arrow { font-size: 18px; }
.service-card__body { position: relative; z-index: 1; }
.service-card__kicker { margin: 0 0 7px; color: var(--terracotta); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.service-card h3 { margin: 0 0 14px; font: 600 36px/1 var(--serif); }
.service-card p:not(.service-card__kicker) { max-width: 380px; margin: 0 0 22px; color: var(--ink-soft); font-size: 13px; }
.service-card--dark p:not(.service-card__kicker) { color: rgba(255,255,255,.7); }
.service-card a { font-size: 12px; font-weight: 700; text-underline-offset: 5px; }
.service-card__photo { position: absolute; z-index: 0; top: 0; right: 0; left: 0; width: 100%; height: 58%; object-fit: cover; object-position: center 48%; }
.service-card__photo--compact { height: 56%; }
.service-card__photo--grooming { top: 0; bottom: 0; left: auto; width: 58%; height: 100%; object-position: center; }
.service-card--dark .service-card__body { max-width: 52%; }

.story { color: white; background: var(--forest-deep); }
.story__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 95px; align-items: center; }
.story__visual { position: relative; min-height: 590px; overflow: hidden; background: #294b40; }
.story__visual::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(0deg,rgba(10,27,22,.86),transparent); pointer-events: none; }
.story__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
.story__photo-caption { position: absolute; z-index: 1; right: 30px; bottom: 28px; left: 30px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.story__photo-caption strong { font: 600 28px var(--serif); }
.story__photo-caption span { color: rgba(255,255,255,.7); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.story__copy .eyebrow { color: #e5b485; }
.story__copy > p:not(.eyebrow) { max-width: 565px; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.85; }
.story__copy h2 { margin-bottom: 28px; }
.story__copy .text-link { margin-top: 20px; color: #eacda9; border-color: #eacda9; }

.infrastructure { background: var(--paper); }
.section-heading--center { display: block; max-width: 760px; margin: 0 auto 55px; text-align: center; }
.section-heading--center > p:last-child { max-width: 620px; margin: 22px auto 0; }
.facility-gallery { max-width: 1040px; margin: 0 auto; }
.facility-gallery__stage { position: relative; overflow: hidden; aspect-ratio: 16 / 8.5; margin: 0; background: #e6e1d7; }
.facility-gallery__stage::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(0deg,rgba(19,43,36,.76),transparent); pointer-events: none; }
.facility-gallery__stage img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity .18s ease; }
.facility-gallery__stage figcaption { position: absolute; z-index: 1; right: 28px; bottom: 24px; left: 28px; display: flex; align-items: end; justify-content: space-between; color: white; }
.facility-gallery__stage figcaption strong { font: 600 28px var(--serif); }
.facility-gallery__stage figcaption span { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.facility-gallery__controls { display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: center; padding: 18px; border: 1px solid var(--line); border-top: 0; background: var(--cream); }
.facility-gallery__label { display: flex; flex-direction: column; gap: 5px; }
.facility-gallery__label strong { font: 600 16px var(--serif); }
.facility-gallery__label span { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.facility-gallery__thumbs { display: flex; gap: 9px; min-width: 0; overflow-x: auto; padding: 3px; scrollbar-width: thin; }
.facility-gallery__thumb { flex: 0 0 92px; height: 68px; overflow: hidden; padding: 3px; border: 1px solid transparent; background: transparent; cursor: pointer; transition: border-color .2s, transform .2s; }
.facility-gallery__thumb:hover { transform: translateY(-2px); }
.facility-gallery__thumb.is-active { border-color: var(--forest); }
.facility-gallery__thumb:focus-visible { outline: 2px solid var(--forest); outline-offset: 2px; }
.facility-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }

.breeds { overflow: hidden; background: var(--cream-deep); }
.breeds__header { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.breeds__header h2 { margin-bottom: 0; }
.breeds__intro { max-width: 420px; margin: 0 0 8px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.breed-panels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.breed-panel { position: relative; min-height: 500px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; color: white; background: var(--forest); isolation: isolate; }
.breed-panel::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(12,28,23,.12) 20%,rgba(12,28,23,.38) 50%,rgba(12,28,23,.94) 100%); }
.breed-panel__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transition: transform .7s ease; }
.breed-panel--maltes .breed-panel__image { object-position: center; }
.breed-panel--chihuahua .breed-panel__image { object-position: center 46%; }
.breed-panel:hover .breed-panel__image { transform: scale(1.035); }
.breed-panel__top { display: flex; align-items: center; justify-content: space-between; }
.breed-panel__number { font: 600 14px var(--serif); }
.breed-panel__body { position: relative; z-index: 1; }
.breed-panel__body > span { display: block; margin-bottom: 9px; color: #efd2ad; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.breed-panel h3 { margin: 0 0 13px; font: 600 clamp(32px,3.1vw,44px) var(--serif); line-height: 1; }
.breed-panel p { max-width: 350px; margin: 0; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.65; }
.breed-panel__body a { display: inline-flex; gap: 8px; margin-top: 21px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.48); color: white; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breed-panel__body a:hover { border-color: white; }

.instagram-showcase { overflow: hidden; background: var(--paper); }
.instagram-showcase__header { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 45px; }
.instagram-showcase__intro { max-width: 440px; justify-self: end; }
.instagram-showcase__intro p { margin: 0 0 22px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.instagram-button { width: fit-content; gap: 10px; background: var(--forest); }
.instagram-button:hover { background: var(--forest-deep); }
.instagram-button svg, .instagram-card__action svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.instagram-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.instagram-card { position: relative; aspect-ratio: 1; overflow: hidden; color: white; background: var(--cream-deep); text-decoration: none; isolation: isolate; }
.instagram-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 48%, rgba(12,28,23,.82)); opacity: .72; transition: opacity .3s; }
.instagram-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; transition: transform .55s ease; }
.instagram-card__action { position: absolute; z-index: 2; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; gap: 7px; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.instagram-card:hover img { transform: scale(1.05); }
.instagram-card:hover::after { opacity: 1; }
.instagram-showcase__note { margin: 20px 0 0; color: var(--ink-soft); font-size: 11px; text-align: right; }

.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq__intro p:last-child { color: var(--ink-soft); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 20px; font: 600 17px var(--serif); cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--terracotta); font: 300 24px var(--sans); transition: transform .25s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; margin: -5px 50px 25px 0; color: var(--ink-soft); font-size: 13px; }

.contact { padding: 110px 0; color: white; background: #163229; }
.contact__simple { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.contact__copy .eyebrow { color: #e5b485; }
.contact__copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.contact__details { display: flex; flex-direction: column; gap: 8px; margin-top: 42px; color: rgba(255,255,255,.72); font-size: 13px; }
.contact__details a { text-decoration: none; }
.contact__action { padding: 38px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.contact__action > span { color: #e5b485; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact__action p { margin: 13px 0 26px; color: rgba(255,255,255,.7); font-size: 14px; }
.contact__button { width: 100%; }

.site-footer { padding: 55px 0 25px; color: rgba(255,255,255,.75); background: #0f241e; }
.footer__top { display: grid; grid-template-columns: 1.3fr 1fr .7fr; gap: 50px; padding-bottom: 48px; }
.brand--footer { color: white; align-self: start; }
.footer__nav, .footer__social { display: flex; flex-direction: column; gap: 11px; font-size: 12px; }
.footer__nav a, .footer__social a { text-decoration: none; }
.footer__nav a:hover, .footer__social a:hover { color: white; }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: flex; height: 50px; padding: 0 17px; align-items: center; gap: 9px; color: white; background: #1f9e58; border-radius: 28px; box-shadow: 0 12px 30px rgba(12,81,45,.25); font-size: 11px; font-weight: 700; text-decoration: none; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 24px; }
.floating-whatsapp path { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .site-header { background: #0f241e; backdrop-filter: none; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; z-index: 2; top: var(--mobile-menu-top, 82px); right: 0; bottom: auto; left: 0; display: flex; width: 100%; height: calc(100vh - var(--mobile-menu-top, 82px)); height: calc(100dvh - var(--mobile-menu-top, 82px)); padding: 42px max(30px, calc((100vw - 1180px) / 2)); overflow-y: auto; overscroll-behavior: contain; flex-direction: column; align-items: flex-start; gap: 26px; color: var(--ink); background: #fffdf8; border-top: 1px solid rgba(32,51,45,.12); box-shadow: 0 24px 55px rgba(7,20,16,.22); opacity: 0; transform: translateY(-10px); visibility: hidden; pointer-events: none; transition: opacity .24s ease, transform .24s ease, visibility .24s; }
  .main-nav.is-open { opacity: 1; transform: none; visibility: visible; pointer-events: auto; }
  .main-nav > a:not(.button) { font: 600 30px var(--serif); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero__image { object-position: 60% center; }
  .hero__veil { background: linear-gradient(90deg,rgba(17,45,37,.95),rgba(20,48,40,.72) 60%,rgba(19,43,36,.2)); }
  .hero__content { padding-top: 85px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card, .service-card:nth-child(4), .service-card--featured { min-height: 420px; }
  .service-card__photo--grooming { width: 100%; opacity: .28; }
  .service-card--dark .service-card__body { max-width: 100%; }
  .story__grid, .faq__grid, .contact__simple { grid-template-columns: 1fr; gap: 65px; }
  .story__visual { min-height: 450px; }
  .facility-gallery__stage { aspect-ratio: 16 / 9; }
  .breeds__header { grid-template-columns: 1fr; gap: 24px; }
  .instagram-showcase__header { grid-template-columns: 1fr; gap: 24px; }
  .instagram-showcase__intro { max-width: 560px; justify-self: start; }
  .instagram-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .announcement { display: none; }
  .site-header, .site-header.is-scrolled { height: 68px; }
  .brand__official-logo { width: 132px; }
  .nav-toggle { position: relative; z-index: 3; flex: 0 0 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
  .main-nav { padding: 32px 22px calc(42px + env(safe-area-inset-bottom)); }
  .main-nav .button { width: 100%; margin-top: 4px; }
  .hero { min-height: 0; justify-content: flex-start; background: var(--forest-deep); }
  .hero__media { top: 0; bottom: auto; height: auto; }
  .hero__image { content: url("assets/hero-ueda-house-mobile.jpg"); position: static; width: 100%; height: 75vw; max-height: 510px; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; opacity: 1; }
  .hero__veil { top: 0; bottom: auto; height: 75vw; max-height: 510px; background: linear-gradient(0deg, var(--forest-deep) 0%, rgba(24,55,46,.74) 19%, rgba(24,55,46,0) 58%); }
  .hero__content { padding: calc(75vw - 44px) 0 48px; }
  .hero .eyebrow { max-width: 310px; font-size: 9px; line-height: 1.8; }
  .hero h1 { font-size: clamp(38px, 10.2vw, 44px); }
  .hero h1 em { display: block; }
  .hero__lead { font-size: 15px; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .section-heading h2, .story__copy h2, .breeds__header h2, .instagram-showcase__header h2, .faq__intro h2, .contact__copy h2 { font-size: 39px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card--featured { min-height: 330px; }
  .service-card__photo--grooming { top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: 64%; opacity: 1; object-position: center 44%; }
  .service-card--dark::after { inset: 30% 0 auto; height: 38%; background: linear-gradient(0deg, var(--forest) 18%, rgba(32,66,55,0)); }
  .story__visual { min-height: 480px; }
  .story__photo-caption { right: 20px; bottom: 20px; left: 20px; }
  .story__photo-caption strong { font-size: 24px; }
  .facility-gallery__stage { aspect-ratio: 4 / 3; }
  .facility-gallery__stage figcaption { right: 18px; bottom: 17px; left: 18px; flex-direction: column; align-items: flex-start; gap: 4px; }
  .facility-gallery__stage figcaption strong { font-size: 24px; }
  .facility-gallery__controls { grid-template-columns: 1fr; gap: 13px; padding: 14px; }
  .facility-gallery__label { flex-direction: row; align-items: baseline; justify-content: space-between; }
  .facility-gallery__thumb { flex-basis: 76px; height: 60px; }
  .breeds__header { display: block; }
  .breed-panels { grid-template-columns: 1fr; }
  .breeds__intro { margin-top: 18px; }
  .breed-panel { min-height: 460px; padding: 25px; }
  .instagram-showcase__header { margin-bottom: 32px; }
  .instagram-grid { width: calc(100% + 14px); grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(72vw, 300px); gap: 10px; overflow-x: auto; padding: 0 14px 12px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .instagram-card { scroll-snap-align: start; }
  .instagram-showcase__note { text-align: left; }
  .faq__grid { gap: 40px; }
  .contact { padding: 75px 0; }
  .contact__action { padding: 27px 20px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__top .brand { grid-column: 1 / 3; }
  .footer__bottom { gap: 12px; flex-direction: column; }
  .floating-whatsapp { width: 52px; padding: 0; justify-content: center; }
  .floating-whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
