:root {
  --pink: oklch(0.66 0.25 347);
  --pink-deep: oklch(0.52 0.24 344);
  --pink-soft: oklch(0.95 0.055 345);
  --yellow: oklch(0.87 0.18 92);
  --violet: oklch(0.38 0.16 304);
  --violet-dark: oklch(0.28 0.12 304);
  --ink: oklch(0.31 0.065 306);
  --muted: oklch(0.51 0.04 305);
  --white: oklch(1 0 0);
  --line: oklch(0.82 0.055 310);
  --shadow: 0 14px 28px oklch(0.28 0.08 304 / 0.12);
  --ease-smooth: cubic-bezier(0.16, 1, 0.3, 1);
  --shell: min(1180px, calc(100% - 40px));
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 20px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 72px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --display: "Rubik", sans-serif;
  --body: "Nunito Sans", sans-serif;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; overflow-x: clip; }
body { width: 100%; max-width: 100%; margin: 0; color: var(--ink); background: var(--white); font: 400 16px/1.55 var(--body); overflow-x: clip; overscroll-behavior-x: none; }
img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, a { cursor: pointer; }
h1, h2, h3, p, figure, address { margin: 0; }
h1, h2, h3 { font-family: var(--display); text-wrap: balance; }
p { text-wrap: pretty; }
address { font-style: normal; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.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; left: 12px; top: 12px; z-index: 100; transform: translateY(-160%); background: var(--violet); color: var(--white); padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; background: oklch(1 0 0 / .96); border-bottom: 1px solid oklch(0.82 0.055 310 / .45); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { width: 40px; height: 40px; flex: 0 0 auto; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-name { color: var(--violet); font: 800 19px/1 var(--display); letter-spacing: -0.04em; }
.brand-name i { color: var(--pink); font-style: normal; }
.menu-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 48px; height: 48px; border: 0; border-radius: 12px; background: var(--violet); padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 2px; margin-inline: auto; background: var(--white); border-radius: 5px; transition: transform .25s var(--ease), opacity .25s var(--ease); }
.menu-toggle[aria-expanded="true"] span:nth-last-child(3) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-last-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-last-child(1) { transform: translateY(-7px) rotate(-45deg); }
.site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; gap: 4px; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.site-nav.is-open { display: flex; }
.site-nav a { min-height: 44px; display: flex; align-items: center; padding: 10px 14px; color: var(--violet); font-weight: 800; border-radius: 10px; transition: color .32s ease, background-color .32s ease, transform .32s var(--ease-smooth); }
.site-nav a:hover, .site-nav a:focus-visible { background: var(--pink-soft); }
.site-nav .nav-cta { justify-content: center; background: var(--pink); color: var(--white); }

.hero { position: relative; isolation: isolate; min-height: 690px; overflow: hidden; background: var(--pink); color: var(--white); border-radius: 0 0 32px 32px; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: oklch(0.43 0.2 345 / .15); pointer-events: none; }
.hero-paw-pattern { position: absolute; inset: 16% -20px auto auto; color: oklch(1 0 0 / .17); font-size: 40px; letter-spacing: 10px; transform: rotate(-12deg); }
.hero-content { position: relative; min-height: 690px; display: grid; grid-template-columns: 1fr; align-content: start; padding-top: 50px; }
.eyebrow { margin-bottom: 10px; color: var(--violet); font: 800 12px/1.2 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }
.eyebrow.pink { color: var(--pink); }
.eyebrow.violet { color: var(--violet); }
.hero-copy { position: relative; z-index: 2; max-width: 470px; }
.hero h1 { max-width: 580px; color: var(--white); font-size: clamp(2.45rem, 9vw, 5.2rem); line-height: .99; letter-spacing: -0.055em; }
.hero h1 strong { color: var(--violet-dark); font-weight: 900; }
.hero-intro { max-width: 250px; margin-top: 20px; color: oklch(1 0 0 / .92); font-size: 18px; line-height: 1.35; }
.hero-pet-wrap { position: absolute; right: -36px; top: 186px; width: min(69vw, 380px); height: 440px; }
.hero-pet-ring { position: absolute; inset: 18px -12px 0 36px; border-radius: 52% 48% 0 0; background: oklch(0.77 0.19 350 / .55); transform: rotate(5deg); }
.hero-pet { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: 42% center; border-radius: 48% 48% 0 0; mix-blend-mode: normal; }
.hero-heart { position: absolute; left: 5px; top: 92px; color: var(--yellow); font: 700 70px/1 var(--body); transform: rotate(-14deg); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 18px; border: 0; border-radius: 999px; font: 800 15px/1.15 var(--body); transition: transform .36s var(--ease-smooth), filter .36s ease, background-color .36s ease, box-shadow .36s ease; }
.button:hover { transform: translateY(-3px); filter: brightness(1.04); box-shadow: 0 10px 22px oklch(0.28 0.08 304 / .16); }
.button:active { transform: translateY(0) scale(.985); box-shadow: 0 4px 10px oklch(0.28 0.08 304 / .12); }
.button-yellow { background: var(--yellow); color: var(--violet-dark); }
.button-pink { background: var(--pink); color: var(--white); }
.button-violet { background: var(--violet); color: var(--white); }
.hero-button { position: absolute; left: 0; right: 0; bottom: 32px; z-index: 3; width: min(100%, 430px); margin-inline: auto; min-height: 62px; font-size: 16px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 20px; align-items: center; }
.hero-button .js-context-label { text-align: center; }
.hero-button .icon-box { justify-self: center; }
.hero-button .arrow-icon { justify-self: end; }
.icon-box { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: transparent; }
.icon-box svg { width: 19px; height: 19px; fill: none; stroke: var(--violet); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.arrow-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }

.context-section { position: relative; z-index: 4; margin-top: -1px; padding-top: 30px; }
.context-section h2 { margin-bottom: 18px; color: var(--violet); font-size: clamp(1.25rem, 4vw, 1.8rem); text-align: center; letter-spacing: -.035em; }
.context-tabs { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 18px 18px 0 0; overflow: hidden; --active-index: 0; }
.context-tabs::before { content: ""; position: absolute; z-index: 0; inset: 0 auto 0 calc(var(--active-index) * 33.333%); width: 33.333%; background: var(--pink); transition: left .55s var(--ease-smooth); }
.context-tab { position: relative; z-index: 1; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--violet); font: 800 13px/1 var(--body); transition: color .42s var(--ease-smooth), background-color .42s ease; }
.context-tab:last-child { border-right: 0; }
.context-tab svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.context-tab.is-active { background: transparent; color: var(--white); }
.context-panel { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 112px; padding: 18px 20px; background: var(--pink-soft); border: 1px solid var(--line); border-top: 0; border-radius: 0 0 18px 18px; }
.context-kicker { margin-bottom: 4px; color: var(--violet); font: 800 15px/1.2 var(--display); }
.context-copy { max-width: 260px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.context-panel .button { flex: 0 0 auto; }

.proof-strip { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 0; margin-top: 28px; padding: 15px 8px; border: 1px solid var(--line); border-radius: 16px; }
.proof-item { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; padding-inline: 10px; border-right: 1px solid var(--line); transition: background-color .35s ease, transform .35s var(--ease-smooth); }
.proof-item.rating-item:hover { background: var(--pink-soft); transform: translateY(-2px); }
.proof-item:last-child { border-right: 0; }
.proof-item > svg { width: 25px; height: 25px; flex: 0 0 auto; fill: none; stroke: var(--violet); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.proof-item strong, .proof-item small { display: block; }
.proof-item strong { color: var(--violet); font: 800 13px/1.1 var(--display); }
.proof-item small { color: var(--muted); font-size: 10px; line-height: 1.25; }
.google-g { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; }
.google-g svg { width: 32px; height: 32px; }
.stars { display: block; color: var(--yellow); font-size: 10px; letter-spacing: -1px; line-height: 1.1; }

.services { padding-top: var(--space-2xl); }
.section-heading h2 { color: var(--violet); font-size: clamp(1.65rem, 5vw, 2.5rem); letter-spacing: -.05em; }
.section-heading h2 span, .feature-copy h2 span, .gallery-heading h2 span { color: var(--pink); font-family: var(--body); font-weight: 700; }
.service-links { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 25px; }
.service-links a { display: grid; justify-items: center; gap: 9px; color: var(--violet); font-size: 12px; font-weight: 800; text-align: center; transition: color .32s ease, transform .32s var(--ease-smooth); }
.service-links a:hover { color: var(--pink-deep); transform: translateY(-2px); }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; border: 2px solid var(--pink); border-radius: 50%; transition: background-color .36s ease, transform .36s var(--ease-smooth), border-color .36s ease; }
.service-links a:hover .service-icon { background: var(--pink-soft); transform: translateY(-3px); }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: var(--violet); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }

.feature-block { position: relative; z-index: 1; display: grid; gap: 26px; margin-top: var(--space-2xl); padding: 24px; border: 1px solid var(--line); border-radius: 18px; }
.feature-estetica { background: var(--pink-soft); }
.feature-vet { background: var(--white); }
.feature-store { background: oklch(0.985 0.012 92); }
.feature-copy h2 { color: var(--violet); font-size: clamp(1.7rem, 6vw, 3rem); line-height: 1.02; letter-spacing: -.055em; }
.feature-copy > p:not(.eyebrow):not(.small-note) { max-width: 480px; margin-top: 14px; color: var(--muted); font-size: 16px; }
.small-note { max-width: 420px; margin-top: 12px; color: var(--muted); font-size: 13px; }
.feature-copy .button { margin-top: 24px; }
.check-list { display: grid; gap: 7px; margin: 16px 0 22px; padding: 0; list-style: none; color: var(--violet); font-size: 13px; font-weight: 700; }
.check-list li { display: flex; align-items: center; gap: 6px; list-style: none; }
.check-icon { width: 20px; height: 20px; display: inline-grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--violet); font-weight: 900; }
.feature-images { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: end; }
.feature-images img, .store-photo img { width: 100%; height: 250px; object-fit: cover; object-position: center 25%; border-radius: 14px; }
.feature-images img:nth-child(2) { height: 205px; }
.feature-images.single-image { grid-template-columns: 1fr; }
.feature-images.single-image img { height: clamp(360px, 92vw, 520px); }
.store-photo { position: relative; }
.store-photo img { height: 265px; }
.store-sticker { position: absolute; right: 10px; bottom: 10px; padding: 11px 14px; border-radius: 12px; background: var(--yellow); color: var(--violet); font-size: 12px; line-height: 1.1; transform: rotate(3deg); }

.gallery-section { padding-top: var(--space-2xl); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.gallery-heading > a { color: var(--violet); font-size: 13px; font-weight: 800; }
.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin-top: 20px; }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center 22%; border-radius: 10px; transition: transform .45s var(--ease-smooth), filter .45s ease; }
.gallery-grid img:hover { transform: scale(1.025); filter: saturate(1.04); }

.curve-divider { position: relative; z-index: 0; width: 100%; height: 76px; margin: 8px 0 -8px; overflow: hidden; pointer-events: none; }
.curve-divider::before { content: ""; position: absolute; left: -15%; top: 25px; width: 130%; height: 105px; border-radius: 50%; transform: rotate(-2deg); }
.curve-light::before { background: var(--pink-soft); }
.curve-dark::before { background: oklch(0.38 0.16 304 / .10); transform: rotate(2deg); }
.curve-before-cta { margin-top: var(--space-xl); }

.contact-section { display: grid; gap: 18px; margin-top: var(--space-2xl); padding: 24px; border: 1px solid var(--line); border-radius: 18px; }
.contact-location { display: flex; justify-content: flex-start; gap: 16px; }
.location-icon { width: 44px; height: 44px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--pink); }
.location-icon svg { width: 25px; height: 25px; fill: none; stroke: var(--white); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.contact-section h2, .contact-section h3 { color: var(--violet); font-size: 21px; line-height: 1.1; letter-spacing: -.035em; }
.contact-location > div { min-width: 0; }
.contact-section address { margin-top: 10px; color: var(--muted); font-size: 14px; }
.contact-action { display: grid; grid-template-columns: max-content minmax(0, 1fr) max-content; align-items: center; gap: 18px; padding-top: 0; padding-left: 34px; border-left: 1px solid var(--line); }
.contact-action .eyebrow { margin: 0; text-align: center; }
.contact-action-copy { min-width: 0; text-align: center; }
.contact-action-copy > p { margin-top: 10px; color: var(--muted); font-size: 14px; }
.contact-action .button { margin-top: 0; justify-self: center; }
.text-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; color: var(--pink); font-size: 13px; font-weight: 800; transition: color .32s ease, gap .32s var(--ease-smooth); }
.text-link:hover { gap: 8px; color: var(--pink-deep); }

.faq-section { padding-top: var(--space-2xl); }
.faq-list { margin-top: 18px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-trigger { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0; border: 0; background: transparent; color: var(--violet); font: 800 14px/1.35 var(--body); text-align: left; cursor: pointer; }
.faq-trigger .faq-icon { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: var(--pink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; transition: transform .48s var(--ease-smooth), color .32s ease; }
.faq-item[aria-expanded="true"] .faq-trigger .faq-icon { transform: rotate(90deg); }
.faq-answer { height: 0; overflow: hidden; transition: height .52s cubic-bezier(0.4, 0, 0.2, 1); }
.faq-answer > p { max-width: 620px; overflow: hidden; padding: 0 35px 16px 0; color: var(--muted); font-size: 14px; opacity: 0; transform: translateY(-5px); transition: opacity .34s ease, transform .52s cubic-bezier(0.4, 0, 0.2, 1); }
.faq-item[aria-expanded="true"] .faq-answer > p { opacity: 1; transform: translateY(0); }

.final-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-top: var(--space-2xl); padding: 22px; border-radius: 18px; background: var(--violet); color: var(--white); }
.final-cta .eyebrow { margin-bottom: 5px; }
.final-cta h2 { max-width: 470px; font-size: clamp(1.3rem, 4vw, 2.1rem); line-height: 1.08; letter-spacing: -.05em; }
.mascot-circle { width: 78px; height: 78px; display: grid; place-items: center; border: 2px solid var(--yellow); border-radius: 50%; background: oklch(0.47 0.17 305); }
.mascot-circle svg { width: 65px; height: 65px; }
.final-cta .button { white-space: nowrap; }

.site-footer { margin-top: var(--space-2xl); padding: 38px 0 22px; background: var(--white); border-top: 1px solid var(--line); }
.footer-grid { display: grid; gap: 28px; }
.footer-brand p { max-width: 250px; margin-top: 14px; color: var(--muted); font-size: 13px; }
.footer-column h3 { margin-bottom: 10px; color: var(--violet); font: 800 15px/1.2 var(--display); }
.footer-column > a:not(.text-link), .footer-column address { display: flex; align-items: center; gap: 8px; margin-top: 8px; color: var(--muted); font-size: 13px; }
.footer-column > a:hover { color: var(--pink); }
.footer-column svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 30px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-legal { display: inline-flex; gap: 14px; }
.footer-bottom a { color: var(--violet); }
.back-top { margin-left: auto; font-weight: 800; }
.back-top span { color: var(--pink); font-size: 17px; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (hover: none) { .button:hover, .proof-item.rating-item:hover { transform: none; box-shadow: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (min-width: 680px) {
  .menu-toggle { display: none; }
  .site-nav { position: static; display: flex; flex-direction: row; align-items: center; gap: 4px; padding: 0; border: 0; box-shadow: none; }
  .site-nav a { min-height: 42px; padding-inline: 10px; font-size: 13px; }
  .site-nav .nav-cta { padding-inline: 15px; }
  .hero { min-height: 650px; border-radius: 0 0 40px 40px; }
  .hero-content { min-height: 650px; align-content: center; padding: 80px 0; }
  .hero-copy { padding-bottom: 86px; }
  .hero-pet-wrap { top: 90px; right: 4%; width: min(42vw, 430px); height: 545px; }
  .hero-button { left: 0; right: auto; bottom: 70px; width: auto; }
  .feature-block { grid-template-columns: 1.02fr .98fr; align-items: center; gap: 44px; padding: 34px; }
  .feature-vet .feature-copy { order: 2; }
  .feature-vet .feature-images { order: 1; }
  .feature-images img, .store-photo img { height: 330px; }
  .feature-images img:nth-child(2) { height: 280px; }
  .feature-images.single-image img { height: 380px; }
  .store-photo img { height: 340px; }
  .contact-section { grid-template-columns: 1fr 1fr; gap: 34px; padding: 32px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 679px) {
  .header-inner { gap: 8px; }
  .brand-lockup { min-width: 0; flex: 1 1 auto; }
  .brand-name { min-width: 0; overflow: hidden; font-size: 17px; text-overflow: ellipsis; white-space: nowrap; }
  .menu-toggle { flex: 0 0 48px; }
  .hero-copy { max-width: 70%; }
  .hero h1 { font-size: clamp(2.35rem, 10vw, 3.2rem); }
  .hero-intro { max-width: 190px; }
  .hero-pet-wrap { top: 245px; right: -48px; width: min(74vw, 300px); height: 360px; }
  .hero-button { width: calc(100% - 8px); }
  .context-panel { flex-direction: column; align-items: stretch; gap: 12px; }
  .context-copy { max-width: none; }
  .context-panel .button { width: 100%; }
  .service-links { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .service-links a { min-width: 0; }
  .service-icon { width: min(62px, 100%); height: auto; aspect-ratio: 1; }
  .service-links a > span:last-child { max-width: 100%; overflow-wrap: anywhere; }
  .proof-strip { grid-template-columns: 1fr; gap: 0; padding: 8px 14px; }
  .proof-item { justify-content: flex-start; min-height: 54px; padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .contact-location { justify-content: center; }
  .contact-action { grid-template-columns: 1fr; justify-items: center; gap: 12px; padding-top: 18px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; text-align: center; }
  .contact-action .eyebrow { max-width: 120px; }
  .contact-action .button { margin-top: 4px; }
  .final-cta { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .final-mascot { margin-inline: auto; }
  .final-cta h2 { margin-inline: auto; }
  .final-cta .button { width: min(100%, 280px); justify-self: center; white-space: normal; }
}

@media (min-width: 1024px) {
  .header-inner { min-height: 84px; }
  .hero h1 { font-size: clamp(3.5rem, 6vw, 5.3rem); }
  .hero-pet-wrap { right: 12%; }
  .feature-block { padding: 46px; }
}
