:root {
  --teal-950: #073b49;
  --teal-900: #005a70;
  --teal-800: #0b6f82;
  --teal-100: #dff2f3;
  --teal-50: #f1f9f8;
  --coral: #f26f5b;
  --coral-dark: #d95442;
  --gold: #f4c768;
  --ink: #25333d;
  --muted: #647681;
  --line: #dfe9eb;
  --paper: #fffdf9;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(7, 59, 73, .12);
  --radius-lg: 34px;
  --radius-md: 22px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", Arial, sans-serif; color: var(--ink); line-height: 1.65; background: var(--paper); }
body.no-scroll { overflow: hidden; }
img { display: block; width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, .logo, .eyebrow, .btn { font-family: "Outfit", Arial, sans-serif; }
h1, h2, h3, h4 { color: var(--teal-950); line-height: 1.1; }
h1 { font-size: clamp(2.75rem, 6vw, 5.5rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); letter-spacing: -.04em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
p { max-width: 68ch; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-150%); background: var(--teal-950); color: white; padding: 10px 16px; border-radius: 8px; z-index: 3000; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(78px, 10vw, 132px) 0; }
.section-sm { padding: 62px 0; }
.soft { background: var(--teal-50); }
.dark { background: var(--teal-950); color: #d5eaeb; }
.dark h2, .dark h3 { color: white; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--coral-dark); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.lede { color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); margin-top: 22px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.section-head p { color: var(--muted); }
.kicker { font-family: "Outfit"; color: var(--teal-800); font-weight: 600; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255, 253, 249, .94); border-bottom: 1px solid rgba(0, 90, 112, .1); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-size: 1.75rem; font-weight: 750; color: var(--teal-900); letter-spacing: -.06em; }
.logo span { color: var(--coral); }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { font-family: "Outfit"; font-weight: 550; padding: 11px 14px; border-radius: 999px; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--teal-900); background: var(--teal-100); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--teal-950); width: 44px; height: 44px; border-radius: 50%; font-size: 1.45rem; }
.btn { border: 0; border-radius: 999px; padding: 13px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 650; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--coral); color: white; box-shadow: 0 10px 24px rgba(242, 111, 91, .24); }
.btn-primary:hover { background: var(--coral-dark); }
.btn-secondary { border: 1.5px solid var(--teal-900); color: var(--teal-900); background: transparent; }
.btn-secondary:hover { background: var(--teal-900); color: white; }
.btn-light { background: white; color: var(--teal-950); }
.text-link { font-family: "Outfit"; color: var(--teal-900); font-weight: 650; display: inline-flex; align-items: center; gap: 7px; }
.text-link::after { content: "→"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

/* Heroes */
.hero { padding: clamp(60px, 8vw, 110px) 0; overflow: hidden; position: relative; background: linear-gradient(135deg, #e7f5f4, #fff8ee 70%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -160px; top: -180px; border: 80px solid rgba(242, 111, 91, .08); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(44px, 7vw, 90px); position: relative; z-index: 1; }
.hero-copy p { color: #506874; font-size: 1.16rem; margin: 24px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-media { position: relative; min-height: 540px; }
.hero-media > img { height: 540px; border-radius: 190px 190px 34px 34px; box-shadow: var(--shadow); }
.float-card { position: absolute; left: -34px; bottom: 34px; background: white; border-radius: 18px; box-shadow: var(--shadow); padding: 17px 20px; display: flex; align-items: center; gap: 13px; max-width: 250px; }
.float-icon { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: var(--teal-100); font-size: 1.25rem; flex: 0 0 auto; }
.float-card strong { display: block; color: var(--teal-950); font-family: "Outfit"; }
.float-card small { color: var(--muted); }
.page-hero { padding: 78px 0; background: linear-gradient(135deg, var(--teal-50), #fff6ed); position: relative; overflow: hidden; }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.page-hero h1 { font-size: clamp(2.8rem, 5.2vw, 4.9rem); }
.page-hero img { height: 430px; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.crumbs { font-size: .84rem; color: var(--muted); margin-bottom: 18px; }
.crumbs a { color: var(--teal-800); }

/* Cards, grids, bands */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card img { height: 245px; }
.card-body { padding: 28px; }
.card .eyebrow { margin-bottom: 12px; }
.card p { color: var(--muted); margin: 13px 0 20px; }
.icon-card { background: white; border-radius: var(--radius-md); padding: 32px; border: 1px solid var(--line); }
.icon-card .icon { width: 52px; height: 52px; border-radius: 17px; display: grid; place-items: center; font-size: 1.55rem; background: var(--teal-100); margin-bottom: 22px; }
.icon-card p { color: var(--muted); margin-top: 12px; }
.band { background: var(--teal-900); color: white; padding: 70px 0; position: relative; overflow: hidden; }
.band::before { content: ""; position: absolute; width: 260px; height: 260px; border: 50px solid rgba(255,255,255,.06); border-radius: 50%; left: -80px; bottom: -130px; }
.band-grid { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.band h2 { color: white; font-size: clamp(2rem, 4vw, 3.3rem); }
.band p { color: #bde3e7; margin-top: 14px; }
.band-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.stat { background: white; padding: 34px 24px; text-align: center; }
.stat strong { display: block; font: 700 2.2rem "Outfit"; color: var(--teal-900); }
.stat span { color: var(--muted); font-size: .9rem; }

/* Detail pages */
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; }
.filter-btn { border: 1px solid var(--line); background: white; padding: 10px 18px; border-radius: 999px; color: var(--teal-950); }
.filter-btn.active, .filter-btn:hover { background: var(--teal-900); color: white; border-color: var(--teal-900); }
.product-card { position: relative; }
.product-card .pet-pill { position: absolute; top: 18px; left: 18px; z-index: 1; background: rgba(255,255,255,.9); padding: 6px 11px; border-radius: 99px; font-size: .76rem; font-weight: 700; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .65fr); gap: 60px; align-items: start; }
.prose h2 { font-size: 2rem; margin: 42px 0 16px; }
.prose h3 { margin: 26px 0 10px; }
.prose p, .prose li { color: #506570; }
.prose ul, .prose ol { padding-left: 22px; margin: 14px 0 24px; }
.prose li { margin-bottom: 9px; }
.side-card { position: sticky; top: 105px; background: var(--teal-50); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 28px; }
.side-card p { color: var(--muted); margin: 12px 0 22px; }
.side-card .btn { width: 100%; margin-top: 8px; }
.notice { background: #fff6dc; border-left: 4px solid var(--gold); padding: 20px 22px; border-radius: 0 14px 14px 0; margin: 26px 0; color: #5c4a1d; }
.steps { counter-reset: steps; display: grid; gap: 18px; }
.step { counter-increment: steps; display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: start; background: white; padding: 25px; border-radius: 18px; border: 1px solid var(--line); }
.step::before { content: counter(steps); width: 54px; height: 54px; border-radius: 50%; background: var(--coral); color: white; display: grid; place-items: center; font: 700 1.2rem "Outfit"; }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tier { border-radius: 22px; padding: 30px; background: white; border: 1px solid var(--line); }
.tier.featured { background: var(--teal-950); color: white; transform: translateY(-8px); }
.tier.featured h3, .tier.featured p { color: white; }
.tier p { color: var(--muted); margin: 12px 0; }
.tier strong { font: 700 2rem "Outfit"; color: var(--coral); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 21px 0; }
.faq summary { font: 600 1.08rem "Outfit"; color: var(--teal-950); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 15px; }
.faq summary::after { content: "+"; color: var(--coral); font-size: 1.5rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); padding-top: 13px; }

/* Forms */
.form-card { background: white; border: 1px solid var(--line); border-radius: var(--radius-md); padding: clamp(26px, 5vw, 48px); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font: 600 .9rem "Outfit"; color: var(--teal-950); margin-bottom: 7px; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cbdcdf; border-radius: 12px; background: white; padding: 13px 14px; color: var(--ink); }
.field textarea { min-height: 145px; resize: vertical; }
.form-note { color: var(--muted); font-size: .84rem; margin-top: 14px; }
.success-message { display: none; margin-top: 18px; padding: 15px; background: var(--teal-100); color: var(--teal-950); border-radius: 12px; }
.success-message.show { display: block; }

/* Modal */
.modal-backdrop { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 20px; background: rgba(3, 30, 37, .68); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: .25s; }
.modal-backdrop.open { opacity: 1; visibility: visible; }
.modal { width: min(880px, 100%); background: white; border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: .92fr 1.08fr; box-shadow: 0 32px 100px rgba(0,0,0,.3); transform: translateY(18px) scale(.98); transition: .25s; position: relative; }
.modal-backdrop.open .modal { transform: none; }
.modal-media { min-height: 440px; background: url('https://images.unsplash.com/photo-1558788353-f76d92427f16?auto=format&fit=crop&q=82&w=900') center/cover; }
.modal-content { padding: 44px; align-self: center; }
.modal-content h2 { font-size: 2.4rem; }
.modal-content p { color: var(--muted); margin: 16px 0 24px; }
.modal-close { position: absolute; right: 16px; top: 16px; width: 39px; height: 39px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); color: var(--teal-950); font-size: 1.3rem; z-index: 1; }
.inline-form { display: flex; gap: 9px; }
.inline-form input { min-width: 0; flex: 1; border: 1px solid #cbdcdf; border-radius: 999px; padding: 12px 16px; }

/* Footer */
.site-footer { background: #092f39; color: #a9c9ce; padding: 78px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 44px; }
.footer-grid .logo { color: white; display: inline-block; margin-bottom: 17px; }
.footer-grid h4 { color: white; font-size: 1rem; margin-bottom: 18px; }
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 58px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 22px; font-size: .78rem; }
.footer-bottom div { display: flex; gap: 18px; }
.legal-note { padding: 22px 0; background: #f6faf9; color: var(--muted); font-size: .78rem; text-align: center; border-top: 1px solid var(--line); }

/* Motion */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.visible { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 78px 0 auto 0; background: var(--paper); padding: 22px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; transform: translateY(-130%); transition: .25s; }
  .site-nav.open { transform: none; }
  .site-nav a { padding: 13px 20px; }
  .menu-toggle { display: grid; place-items: center; }
  .nav-actions .btn { display: none; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-media { min-height: 480px; }
  .hero-media > img { height: 480px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .band-grid { grid-template-columns: 1fr; }
  .detail-layout { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .hero { padding-top: 50px; }
  .hero-media { min-height: 390px; }
  .hero-media > img { height: 390px; border-radius: 120px 120px 26px 26px; }
  .float-card { left: 12px; bottom: 18px; }
  .page-hero { padding: 58px 0; }
  .page-hero img { height: 330px; }
  .grid-3, .grid-2, .tier-grid, .stat-row, .field-row { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .modal { grid-template-columns: 1fr; }
  .modal-media { min-height: 180px; }
  .modal-content { padding: 30px 24px; }
  .inline-form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
}
