@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');

:root {
  --wine: #7b1730;
  --rose: #bd3158;
  --rose-dark: #9e2145;
  --pink: #f9d9de;
  --pink-light: #fff5f5;
  --cream: #fffaf7;
  --ink: #351d24;
  --muted: #745e64;
  --white: #fff;
  --border: rgba(123, 23, 48, .13);
  --shadow: 0 18px 55px rgba(87, 32, 48, .12);
  --radius: 22px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
a, button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(189,49,88,.38); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - 40px)); max-width: 100%; margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 999; padding: 10px 16px; background: var(--wine); color: white; border-radius: 8px; }
.skip-link:focus { top: 10px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 84px; transition: .3s ease; }
.site-header.scrolled { height: 72px; background: rgba(255,250,247,.94); box-shadow: 0 5px 30px rgba(74,21,35,.08); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 49px; height: 49px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--rose), var(--wine)); border: 3px solid white; border-radius: 50%; box-shadow: 0 5px 15px rgba(123,23,48,.2); }
.brand-mark svg { width: 29px; fill: currentColor; }
.brand-mark img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.brand strong { display: block; color: var(--wine); font-family: var(--serif); font-size: 21px; line-height: 1; }
.brand small { display: block; margin-top: 4px; color: var(--rose); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 29px; margin-left: auto; }
.main-nav a { position: relative; padding: 10px 0; color: #442b32; font-size: 14px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: 2px; left: 50%; height: 2px; background: var(--rose); transition: .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; left: 0; }
.mobile-menu-heading, .mobile-menu-contact { display: none; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--wine); transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 23px; border: 1px solid var(--rose); border-radius: 10px; background: var(--rose); color: white; font-weight: 700; box-shadow: 0 10px 22px rgba(189,49,88,.18); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--rose-dark); box-shadow: 0 14px 28px rgba(189,49,88,.25); }
.button-small { min-height: 43px; padding: 0 16px; border-radius: 8px; font-size: 13px; }
.button svg { display: block; flex: 0 0 21px; width: 21px; height: 21px; margin-right: 9px; fill: currentColor; }
.button-ghost { color: var(--rose); background: rgba(255,255,255,.67); box-shadow: none; }
.button-ghost:hover { color: white; }
.button-outline { color: var(--rose); background: transparent; box-shadow: none; }
.button-light { flex: 0 0 auto; color: var(--wine); background: white; border-color: white; }
.button-light:hover { color: white; background: transparent; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: #fae1dc; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,250,247,.99) 0%, rgba(255,250,247,.93) 27%, rgba(255,250,247,.23) 50%, rgba(255,250,247,0) 70%); }
.hero-image { position: absolute; inset: 0; background: url("../images/hero-puppies-v2.png") right center / cover no-repeat; }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 720px; padding-top: 80px; }
.hero-copy { width: min(555px, 50%); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 17px; color: var(--rose); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 27px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .about-copy h2, .cta-card h2 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.06; }
.hero h1 { color: var(--wine); font-size: clamp(43px, 5vw, 67px); letter-spacing: -.035em; }
.hero h1 em { color: var(--rose); font-weight: inherit; }
.hero-copy > p { max-width: 500px; margin: 23px 0 27px; color: #5c474d; font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 24px; color: var(--muted); font-size: 13px; font-weight: 500; }
.hero-note span { color: var(--rose); }

.trust-strip { position: relative; z-index: 3; background: rgba(255,247,246,.94); border-block: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); min-height: 106px; }
.trust-grid article { display: flex; align-items: center; gap: 13px; padding: 22px; border-right: 1px solid var(--border); }
.trust-grid article:first-child { border-left: 1px solid var(--border); }
.trust-icon { display: grid; place-items: center; flex: 0 0 43px; width: 43px; height: 43px; color: var(--rose); border: 1px solid rgba(189,49,88,.28); border-radius: 50%; font-size: 21px; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { margin-bottom: 3px; color: var(--wine); font-size: 13px; }
.trust-grid small { color: var(--muted); font-size: 11px; line-height: 1.35; }

.section { padding: 105px 0; }
.section-heading { max-width: 650px; margin: 0 auto 43px; text-align: center; }
.section-heading .eyebrow { margin-bottom: 10px; }
.section-heading .eyebrow::after { content: ""; width: 27px; height: 1px; background: currentColor; }
.section-heading h2 { color: var(--wine); font-size: clamp(38px,4vw,52px); }
.section-heading p { margin: 12px 0 0; color: var(--muted); }
.breeds-section { background: radial-gradient(circle at 8% 17%, #fee9eb 0, transparent 25%), var(--cream); }
.breeds-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.breed-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: 0 8px 30px rgba(90,40,52,.06); transition: transform .25s, box-shadow .25s; }
.breed-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.breed-card button, .breed-card > a { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.breed-photo { display: block; width: 100%; aspect-ratio: 1; background-image: url("../images/breeds-grid.png"); background-repeat: no-repeat; background-size: 300% auto; transition: transform .45s; }
.breed-photo.custom-photo { background-size: cover; }
.breed-card:hover .breed-photo { transform: scale(1.025); }
.breed-info { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 14px 17px 15px 20px; background: white; }
.breed-info strong, .breed-info small { display: block; }
.breed-info strong { color: var(--wine); font-family: var(--serif); font-size: 21px; }
.breed-info small { margin-top: 1px; color: var(--muted); font-size: 11px; }
.card-arrow { display: grid; place-items: center; width: 38px; height: 38px; color: var(--rose); background: var(--pink-light); border-radius: 50%; transition: .2s; }
.breed-card:hover .card-arrow { color: white; background: var(--rose); transform: rotate(45deg); }
.section-cta { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 38px; color: var(--muted); }
.section-cta p { margin: 0; }
.text-link { color: var(--rose); font-weight: 700; border-bottom: 1px solid rgba(189,49,88,.3); }
.text-link span { margin-left: 4px; transition: margin .2s; }
.text-link:hover span { margin-left: 9px; }

.steps-section { overflow: hidden; background: radial-gradient(circle at 8% 15%, rgba(249,217,222,.5), transparent 28%), radial-gradient(circle at 92% 84%, rgba(250,225,218,.45), transparent 30%), rgba(255,250,247,.86); border-block: 1px solid var(--border); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 34px; }
.steps-grid::before { content: ""; position: absolute; top: 37px; right: 12%; left: 12%; height: 1px; background: repeating-linear-gradient(90deg, var(--pink), var(--pink) 10px, transparent 10px, transparent 17px); }
.step { position: relative; padding: 0 16px; text-align: center; }
.step-icon { position: relative; z-index: 2; display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 20px; color: var(--rose); background: white; border: 1px solid rgba(189,49,88,.28); border-radius: 50%; font-family: var(--serif); font-size: 31px; box-shadow: 0 0 0 9px white; }
.step-number { position: absolute; z-index: 3; top: -2px; left: calc(50% + 21px); display: grid; place-items: center; width: 25px; height: 25px; color: white; background: var(--rose); border: 3px solid white; border-radius: 50%; font-size: 9px; }
.step h3 { margin: 0 0 9px; color: var(--wine); font-family: var(--serif); font-size: 20px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }

.about-section { background: var(--pink-light); }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px, 7vw, 90px); }
.about-photo { position: relative; width: 100%; max-width: 470px; aspect-ratio: 4 / 5; justify-self: center; overflow: hidden; border-radius: 44% 44% 24px 24px; background: url("../images/about-puppies-v2.png") center / cover no-repeat; box-shadow: var(--shadow); }
.about-photo::before { content: ""; position: absolute; inset: 17px; border: 1px solid rgba(255,255,255,.65); border-radius: inherit; }
.about-copy h2 { margin-bottom: 22px; color: var(--wine); font-size: clamp(36px,4vw,50px); }
.about-copy p { color: var(--muted); }
.breed-count { display: inline-grid; grid-template-columns: auto 1px auto; align-items: center; gap: 15px; width: fit-content; margin: 27px 0 23px; padding: 13px 20px; color: var(--wine); background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,242,244,.9)); border: 1px solid rgba(123,23,48,.11); border-radius: 15px; box-shadow: 0 10px 30px rgba(87,32,48,.08); }
.breed-count::after { content: ""; grid-column: 2; grid-row: 1; width: 1px; height: 43px; background: linear-gradient(transparent, rgba(189,49,88,.38), transparent); }
.breed-count strong { grid-column: 1; grid-row: 1; display: block; min-width: 52px; color: var(--rose); font-family: var(--serif); font-size: 37px; font-weight: 600; font-variant-numeric: lining-nums tabular-nums; letter-spacing: -.06em; line-height: .9; text-align: center; }
.breed-count span { grid-column: 3; grid-row: 1; display: grid; gap: 2px; max-width: 180px; color: #72565e; font-size: 11px; font-weight: 500; line-height: 1.3; }
.breed-count span b { color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.check-list { display: grid; gap: 10px; margin: 20px 0 29px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.check-list li::before { content: "✓"; display: grid; place-items: center; width: 24px; height: 24px; color: white; background: var(--rose); border-radius: 50%; font-size: 11px; }

.cta-section { padding: 75px 0; background: linear-gradient(145deg, rgba(255,245,245,.92), rgba(255,250,247,.78)); }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 55px 65px; color: white; background: linear-gradient(125deg, var(--wine), var(--rose)); border-radius: 26px; box-shadow: 0 22px 50px rgba(123,23,48,.2); }
.eyebrow.light { color: #ffd8e1; }
.cta-card h2 { max-width: 690px; font-size: clamp(32px,4vw,47px); }
.cta-card p { max-width: 690px; margin: 15px 0 0; color: rgba(255,255,255,.78); }

.site-footer { padding: 44px 0 18px; color: #6e5960; background: #fff6f5; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 1040px; }
.footer-grid > div:first-child { display: grid; grid-column: 1 / -1; justify-items: center; margin-bottom: 2px; text-align: center; }
.footer-grid > div:not(:first-child) { min-width: 0; padding: 18px 16px; text-align: center; background: rgba(255,255,255,.58); border: 1px solid rgba(123,23,48,.08); border-radius: 16px; }
.footer-grid > div:first-child p { max-width: 430px; }
.footer-brand { justify-content: center; margin-bottom: 8px; }
.footer-brand .brand-mark { font-size: 20px; }
.footer-grid h3 { margin: 2px 0 11px; color: var(--wine); font-family: var(--serif); font-size: 18px; }
.footer-grid a, .footer-grid p { display: block; margin: 0 0 8px; font-size: 13px; }
.footer-grid .address-link { line-height: 1.55; }
.footer-grid a:hover { color: var(--rose); }
.footer-socials > a { display: flex; align-items: center; gap: 9px; width: fit-content; margin-inline: auto; text-align: left; }
.footer-socials .social-icon { display: grid; place-items: center; flex: 0 0 31px; width: 31px; height: 31px; color: white; background: linear-gradient(145deg, var(--rose), var(--wine)); border-radius: 9px; box-shadow: 0 5px 12px rgba(123,23,48,.14); }
.footer-socials .social-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-socials > a:nth-of-type(2) .social-icon svg { fill: currentColor; stroke: none; }
.footer-socials a > span:last-child { color: var(--wine); font-weight: 700; }
.footer-socials a small { display: block; max-width: 165px; margin-top: 1px; color: var(--muted); font-size: 9px; font-weight: 500; line-height: 1.25; overflow-wrap: anywhere; }
.footer-contact > a { display: flex; align-items: center; gap: 9px; width: fit-content; margin-inline: auto; text-align: left; }
.footer-contact .contact-icon { display: grid; place-items: center; flex: 0 0 31px; width: 31px; height: 31px; color: white; background: #25a75a; border-radius: 9px; box-shadow: 0 5px 12px rgba(37,167,90,.16); }
.footer-contact .contact-icon svg { display: block; width: 19px; height: 19px; fill: currentColor; transform: translate(.2px,.2px); }
.footer-contact a > span:last-child { color: var(--wine); font-weight: 700; }
.footer-contact a small { display: block; margin-top: 1px; color: var(--muted); font-size: 9px; font-weight: 500; }
.footer-bottom { display: flex; justify-content: center; gap: 5px 20px; margin-top: 24px; padding-top: 12px; border-top: 1px solid var(--border); font-size: 10px; text-align: center; }
.footer-bottom a { color: var(--wine); font-weight: 600; }
.footer-bottom a:hover { color: var(--rose); }
.floating-whatsapp { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: grid; place-items: center; width: 58px; height: 58px; color: white; background: #25d366; border: 4px solid white; border-radius: 50%; box-shadow: 0 9px 28px rgba(0,0,0,.2); transition: .2s; }
.floating-whatsapp:hover { transform: translateY(-4px) scale(1.04); }
.floating-whatsapp svg { display: block; width: 30px; height: 30px; fill: currentColor; transform: translate(.2px,.2px); }

.breed-modal { width: min(850px, calc(100% - 32px)); max-height: 90vh; padding: 0; overflow: hidden; border: 0; border-radius: 24px; background: white; box-shadow: 0 30px 90px rgba(49,12,23,.35); }
.breed-modal[open] { display: grid; grid-template-columns: 1fr 1fr; }
.breed-modal::backdrop { background: rgba(48,15,24,.62); backdrop-filter: blur(5px); }
.modal-gallery { display: grid; grid-template-rows: 1fr auto; min-width: 0; min-height: 0; background: var(--pink-light); }
.modal-image { min-height: 0; aspect-ratio: 1; overflow: hidden; }
.modal-image span { display: block; width: 100%; height: 100%; background-image: url("../images/breeds-grid.png"); background-repeat: no-repeat; background-size: auto 300%; }
.modal-image span.custom-photo { background-size: cover; }
.modal-thumbs { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 8px; padding: 10px; background: white; border-top: 1px solid var(--border); }
.modal-thumbs.single { display: none; }
.modal-thumbs button { flex: 0 0 64px; width: 64px; min-height: 64px; padding: 0; border: 2px solid transparent; border-radius: 12px; background-color: var(--pink-light); background-image: url("../images/breeds-grid.png"); background-repeat: no-repeat; background-size: auto 300%; cursor: pointer; transition: border-color .2s, transform .2s; }
.modal-thumbs button:hover, .modal-thumbs button.active { border-color: var(--rose); }
.modal-thumbs button.active { transform: translateY(-2px); }
.modal-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px; }
.modal-content h2 { margin: 0 0 13px; color: var(--wine); font-family: var(--serif); font-size: 37px; line-height: 1.1; }
.modal-content p { margin: 0 0 27px; color: var(--muted); }
.modal-close { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.93); color: var(--wine); font-size: 26px; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,.08); }

.reveal { opacity: 1; transform: none; transition: opacity .65s ease var(--delay,0ms), transform .65s ease var(--delay,0ms); }
.js .reveal { opacity: 1; transform: none; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; }
  .header-cta { display: none; }
  .hero { min-height: 650px; }
  .hero-inner { min-height: 650px; }
  .hero-copy { width: 52%; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid article:nth-child(3) { border-left: 1px solid var(--border); }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .about-grid { gap: 45px; }
}

@media (max-width: 1040px) {
  .container { width: min(100% - 28px, 620px); }
  .site-header, .site-header.scrolled { height: calc(76px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); background: rgba(255,250,247,.96); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
  .brand-mark { width: 60px; height: 60px; border-width: 2px; }
  .brand-mark svg { width: 27px; }
  .brand strong { font-size: 18px; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 99; inset: calc(76px + env(safe-area-inset-top)) 0 0; display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 8px; width: 100%; height: calc(100dvh - 76px - env(safe-area-inset-top)); max-height: none; margin: 0; overflow-y: auto; padding: 23px max(20px, env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left)); visibility: hidden; background: radial-gradient(circle at 95% 8%, rgba(249,217,222,.8), transparent 34%), linear-gradient(180deg, #fffaf8 0%, #fff3f4 100%); box-shadow: 0 18px 35px rgba(74,21,35,.12); transform: translateY(-20px); opacity: 0; pointer-events: none; transition: transform .28s ease, opacity .22s, visibility .28s; }
  .main-nav.open { visibility: visible; transform: none; opacity: 1; pointer-events: auto; }
  .mobile-menu-heading { display: grid; gap: 2px; margin: 0 4px 10px; }
  .mobile-menu-heading span { color: var(--wine); font-family: var(--serif); font-size: 25px; font-weight: 600; }
  .mobile-menu-heading small { color: var(--muted); font-size: 11px; letter-spacing: .04em; }
  .main-nav > a { display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; min-height: 59px; padding: 9px 13px 9px 11px; color: var(--ink); background: rgba(255,255,255,.76); border: 1px solid rgba(123,23,48,.09); border-radius: 14px; box-shadow: 0 5px 18px rgba(87,32,48,.045); font-size: 15px; }
  .main-nav > a::before { display: grid; place-items: center; width: 30px; height: 30px; color: var(--rose); background: var(--pink-light); border: 1px solid rgba(189,49,88,.15); border-radius: 50%; font-size: 9px; font-weight: 700; }
  .main-nav > a:nth-of-type(1)::before { content: "01"; }
  .main-nav > a:nth-of-type(2)::before { content: "02"; }
  .main-nav > a:nth-of-type(3)::before { content: "03"; }
  .main-nav > a:nth-of-type(4)::before { content: "04"; }
  .main-nav > a:nth-of-type(5)::before { content: "05"; }
  .main-nav > a::after { content: "→"; position: static; width: auto; height: auto; color: var(--rose); background: transparent; font-size: 17px; text-align: right; }
  .main-nav > a.active { color: white; background: linear-gradient(135deg, var(--wine), var(--rose)); border-color: transparent; box-shadow: 0 10px 24px rgba(123,23,48,.2); }
  .main-nav > a.active::before { color: var(--wine); background: white; border-color: transparent; }
  .main-nav > a.active::after { color: white; }
  .mobile-menu-contact { display: grid; gap: 11px; margin-top: auto; padding-top: 18px; }
  .mobile-menu-contact .menu-whatsapp { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 18px; color: white; background: #25a75a; border: 0; border-radius: 13px; box-shadow: 0 9px 22px rgba(37,167,90,.18); font-size: 13px; font-weight: 700; }
  .mobile-menu-contact .menu-whatsapp::before, .mobile-menu-contact .menu-whatsapp::after { display: none; }
  .mobile-menu-contact .menu-whatsapp svg { width: 20px; height: 20px; fill: currentColor; }
  .mobile-menu-contact .menu-whatsapp span { flex: 1; margin-left: 9px; }
  .mobile-menu-contact .menu-whatsapp b { font-size: 16px; font-weight: 500; }
  .mobile-socials { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .mobile-socials a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; color: var(--wine); background: rgba(255,255,255,.72); border: 1px solid var(--border); border-radius: 11px; font-size: 11px; font-weight: 700; }
  .mobile-socials a::before, .mobile-socials a::after { display: none; }
  .mobile-socials a svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .mobile-socials a:nth-child(2) svg { fill: currentColor; stroke: none; }
  .hero { min-height: 780px; padding-top: 68px; background: #f5d8d6; }
  .hero-image { inset: auto 0 0; height: 50%; background-position: 80% center; }
  .hero::after { background: linear-gradient(180deg, var(--cream) 0%, var(--cream) 41%, rgba(255,250,247,.82) 53%, rgba(255,250,247,0) 70%); }
  .hero-inner { align-items: flex-start; min-height: 780px; padding-top: 63px; }
  .hero-copy { width: 100%; text-align: center; }
  .hero h1 { font-size: clamp(40px,12vw,55px); }
  .hero-copy > p { margin: 17px auto 21px; font-size: 15px; }
  .hero-actions, .hero-note { justify-content: center; }
  .eyebrow { font-size: 10px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 5px; }
  .trust-grid article, .trust-grid article:first-child, .trust-grid article:nth-child(3) { min-height: 82px; padding: 14px 10px; border: 0; border-bottom: 1px solid var(--border); }
  .trust-grid article:last-child { border-bottom: 0; }
  .section { padding: 75px 0; }
  .section-heading { margin-bottom: 30px; }
  .breeds-grid { grid-template-columns: repeat(2,1fr); gap: 13px; }
  .breed-info { min-height: 65px; padding: 10px 10px 10px 13px; }
  .breed-info strong { font-size: 16px; }
  .card-arrow { width: 31px; height: 31px; }
  .section-cta { display: block; text-align: center; }
  .section-cta p { margin-bottom: 6px; }
  .steps-grid { grid-template-columns: repeat(2,1fr); gap: 45px 15px; }
  .steps-grid::before { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { width: min(100%, 470px); }
  .cta-card { display: block; padding: 38px 27px; text-align: center; }
  .cta-card .button { margin-top: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; width: calc(50% - 16px); justify-self: center; }
  .footer-bottom { display: grid; gap: 6px; text-align: center; }
  .breed-modal[open] { grid-template-columns: 1fr; overflow-y: auto; }
  .breed-modal { width: min(620px, calc(100% - 24px)); max-height: calc(100dvh - 24px); }
  .modal-image { min-height: 0; aspect-ratio: 1.5; }
  .modal-image span { background-size: 300% auto; }
  .modal-content { padding: 30px 25px 34px; }
  .modal-content h2 { font-size: 31px; }
}

@media (min-width: 600px) and (max-width: 1040px) {
  .container { width: min(100% - 48px, 760px); }
  .hero-copy { max-width: 650px; margin-inline: auto; }
  .hero-image { height: 48%; background-position: 74% center; }
  .hero::after { background: linear-gradient(180deg, var(--cream) 0%, var(--cream) 40%, rgba(255,250,247,.86) 53%, rgba(255,250,247,0) 72%); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid article, .trust-grid article:first-child, .trust-grid article:nth-child(3) { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .trust-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .breeds-grid { gap: 18px; }
  .breed-info strong { font-size: 19px; }
  .about-copy { max-width: 650px; margin-inline: auto; }
}

@media (max-width: 460px) {
  html { scroll-padding-top: 74px; }
  .container { width: calc(100% - 24px); max-width: calc(100vw - 24px); }
  .brand { gap: 8px; }
  .brand small { font-size: 9px; }
  .hero { min-height: 800px; }
  .hero-inner { min-height: 800px; padding-top: 54px; }
  .hero h1 { max-width: 100%; font-size: clamp(37px, 11.2vw, 47px); overflow-wrap: break-word; }
  .hero h1 em { display: block; }
  .hero-copy > p { max-width: 360px; font-size: 14px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-note { width: fit-content; max-width: 100%; margin: 16px auto 0; padding: 6px 11px; background: rgba(255,250,247,.76); border: 1px solid rgba(123,23,48,.08); border-radius: 999px; font-size: 11px; line-height: 1.35; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
  .hero-image { background-position: 78% center; background-size: auto 112%; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%); }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; }
  .trust-grid article,
  .trust-grid article:first-child,
  .trust-grid article:nth-child(3) { align-items: flex-start; min-height: 112px; padding: 15px 10px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .trust-grid article:nth-child(even) { border-right: 0; }
  .trust-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .trust-icon { flex-basis: 34px; width: 34px; height: 34px; font-size: 16px; }
  .trust-grid strong { font-size: 11px; line-height: 1.25; }
  .trust-grid small { margin-top: 4px; font-size: 10px; }
  .trust-grid article > div { min-width: 0; }
  .trust-grid strong, .trust-grid small { overflow-wrap: anywhere; }
  .breeds-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .breed-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc((100% - 11px) / 2); justify-self: center; }
  .breed-card { border-radius: 15px; }
  .breed-photo { aspect-ratio: 1; }
  .breed-card button { min-height: 44px; }
  .breed-info { min-height: 63px; padding: 9px 9px 10px 11px; }
  .breed-info strong { font-size: 15px; line-height: 1.08; }
  .breed-info small { margin-top: 4px; font-size: 9px; line-height: 1.15; }
  .card-arrow { flex: 0 0 29px; width: 29px; height: 29px; margin-left: 5px; font-size: 12px; }
  .section { padding: 54px 0; }
  .section-heading h2 { font-size: 37px; }
  .section-heading { margin-bottom: 25px; }
  .section-heading p { font-size: 13px; }
  .section-cta { margin-top: 27px; font-size: 12px; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .step { max-width: none; min-height: 210px; margin: 0; padding: 19px 11px 16px; background: var(--pink-light); border: 1px solid var(--border); border-radius: 17px; }
  .step-icon { width: 55px; height: 55px; margin-bottom: 14px; font-size: 23px; box-shadow: none; }
  .step-number { top: 12px; left: calc(50% + 15px); }
  .step h3 { margin-bottom: 7px; font-size: 16px; line-height: 1.15; }
  .step p { font-size: 11px; line-height: 1.45; }
  .step h3, .step p { overflow-wrap: anywhere; }
  .about-grid { gap: 31px; }
  .about-photo { aspect-ratio: 1.28; border-radius: 23px; background-position: center 69%; }
  .about-photo::before { inset: 10px; border-radius: 17px; }
  .about-copy .eyebrow { margin-bottom: 10px; }
  .about-copy h2 { margin-bottom: 17px; font-size: 33px; line-height: 1.02; }
  .about-copy p { margin-block: 10px; font-size: 13px; line-height: 1.6; }
  .about-copy, .about-copy h2, .about-copy p { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  .breed-count { width: 100%; max-width: 330px; margin: 20px 0 18px; padding: 12px 15px; gap: 12px; }
  .breed-count strong { min-width: 48px; font-size: 34px; }
  .breed-count span { max-width: none; font-size: 10px; }
  .breed-count span b { font-size: 10px; }
  .check-list { margin: 16px 0 23px; }
  .check-list li { font-size: 13px; }
  .about-copy .button { width: 100%; }
  .cta-section { padding: 52px 0; }
  .cta-card { padding: 34px 20px; border-radius: 20px; }
  .cta-card { max-width: 100%; overflow: hidden; }
  .cta-card h2 { max-width: 100%; font-size: 30px; overflow-wrap: anywhere; }
  .cta-card p { font-size: 13px; }
  .cta-card .button { width: 100%; padding-inline: 14px; }
  .site-footer { padding: 30px 0 14px; }
  .footer-grid { grid-template-columns: 1fr; gap: 9px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:not(:first-child) { width: 100%; padding: 14px 16px; }
  .footer-contact { grid-column: auto; }
  .footer-grid > div { min-width: 0; }
  .footer-grid > div:first-child p { max-width: 300px; margin-inline: auto; }
  .footer-brand { margin-inline: auto; }
  .footer-grid > div:first-child p { margin-bottom: 0; font-size: 12px; }
  .footer-grid h3 { margin-bottom: 5px; font-size: 16px; }
  .footer-grid a, .footer-grid p { font-size: 11px; line-height: 1.4; }
  .footer-grid a, .footer-grid p { max-width: 100%; overflow-wrap: anywhere; }
  .footer-grid a { width: fit-content; min-height: 30px; padding-block: 4px; }
  .footer-grid .address-link { margin-inline: auto; text-align: center; }
  .footer-bottom { margin-top: 16px; padding-top: 11px; }
  .floating-whatsapp { right: 15px; bottom: calc(15px + env(safe-area-inset-bottom)); width: 56px; height: 56px; }
  .breed-modal { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 18px; }
  .modal-image { aspect-ratio: 1; }
  .modal-content { padding: 24px 20px 28px; }
  .modal-content .button { width: 100%; padding-inline: 12px; }
  .modal-close { top: 10px; right: 10px; width: 44px; height: 44px; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 520px) {
  .hero-copy { min-width: 0; max-width: 100%; padding-inline: 4px; }
  .hero h1 { font-size: 37px; line-height: 1.04; }
  .hero h1 em { font-size: 34px; }
  .hero-copy > p { max-width: 330px; }
  .hero .hero-actions { display: grid; grid-template-columns: 1fr; width: min(100%, 330px); margin-inline: auto; }
  .hero .hero-actions .button { width: 100%; min-width: 0; padding-inline: 14px; white-space: normal; }
  .hero .hero-note { max-width: 330px; text-align: center; }
}

@media (max-width: 350px) {
  .brand strong { font-size: 16px; }
  .brand-mark { width: 52px; height: 52px; }
  .hero { min-height: 820px; }
  .hero-inner { min-height: 820px; padding-top: 46px; }
  .hero h1 { font-size: 38px; }
  .hero-copy > p { margin-block: 14px 18px; }
  .button { padding-inline: 14px; font-size: 14px; }
  .breeds-grid { grid-template-columns: 1fr; }
  .breed-card:last-child:nth-child(odd) { grid-column: auto; width: 100%; }
  .breed-photo { aspect-ratio: 1; }
  .breed-info strong { font-size: 16px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (hover: none) {
  .breed-card:hover, .button:hover, .floating-whatsapp:hover { transform: none; }
  .breed-card:hover .breed-photo { transform: none; }
  .breed-card:hover .card-arrow { color: var(--rose); background: var(--pink-light); transform: none; }
}

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