:root {
  --coral: #ff6b6b;
  --coral-dark: #dc4d54;
  --yellow: #ffd166;
  --mint: #75d7c4;
  --cream: #fff8ed;
  --ink: #27233a;
  --muted: #6f687c;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(39, 35, 58, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Nunito", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 16px; top: -100px; background: var(--ink); color: #fff; padding: 12px 16px; z-index: 9999; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.announcement { background: var(--ink); color: #fff; text-align: center; padding: 8px 15px; font-weight: 800; font-size: .9rem; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,248,237,.9); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(39,35,58,.07); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 215px; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-weight: 800; }
.primary-nav a:not(.nav-cta) { position: relative; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 3px; background: var(--coral); transition: .25s; border-radius: 99px; }
.primary-nav a:hover::after { right: 0; }
.nav-cta { background: var(--coral); color: #fff; padding: 11px 18px; border-radius: 999px; box-shadow: 0 8px 0 var(--coral-dark); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 3px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

.hero { position: relative; padding: 100px 0 145px; background: linear-gradient(135deg, #fff5e6, #ffe4d8); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 55px; position: relative; z-index: 2; }
.eyebrow { color: var(--coral-dark); font-weight: 900; letter-spacing: .13em; font-size: .78rem; margin: 0 0 14px; }
h1, h2, h3 { font-family: "Baloo 2", sans-serif; line-height: 1.05; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 6vw, 5.7rem); margin-bottom: 24px; letter-spacing: -.035em; }
h1 span { color: var(--coral); position: relative; display: inline-block; }
h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 10px; background: var(--yellow); z-index: -1; transform: rotate(-1deg); border-radius: 60%; }
.hero-text { font-size: 1.2rem; color: var(--muted); max-width: 650px; }
.hero-actions { display: flex; gap: 14px; margin: 32px 0; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; font-weight: 900; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--coral); color: white; box-shadow: 0 9px 0 var(--coral-dark); }
.btn-secondary { background: #fff; border: 2px solid var(--ink); box-shadow: 0 8px 0 var(--ink); }
.btn-dark { background: var(--ink); color: white; white-space: nowrap; }
.social-proof { display: flex; align-items: center; gap: 18px; }
.social-proof p { margin: 0; line-height: 1.25; }
.pet-stack { display: flex; }
.pet-stack span { width: 42px; height: 42px; background: white; display: grid; place-items: center; border-radius: 50%; border: 3px solid var(--cream); margin-left: -10px; box-shadow: 0 6px 16px rgba(0,0,0,.1); }
.pet-stack span:first-child { margin-left: 0; }
.hero-art { min-height: 550px; position: relative; }
.spotlight { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: var(--yellow); left: 50%; top: 50%; transform: translate(-50%,-50%); box-shadow: inset 0 0 0 28px rgba(255,255,255,.25); }
.fan-card { position: absolute; width: 250px; min-height: 325px; background: #fff; border-radius: 28px; padding: 20px; text-align: center; box-shadow: var(--shadow); border: 4px solid var(--ink); }
.fan-card p { font-weight: 900; font-size: 1.05rem; line-height: 1.35; }
.dog-card { left: 20px; top: 55px; transform: rotate(-7deg); }
.cat-card { right: 5px; bottom: 35px; transform: rotate(8deg); }
.fan-badge { display: inline-block; background: var(--coral); color: #fff; font-weight: 900; padding: 6px 12px; border-radius: 999px; letter-spacing: .08em; font-size: .75rem; }
.pet-face { font-size: 7.8rem; line-height: 1.2; margin: 16px 0 4px; }
.floating-heart, .floating-paw { position: absolute; z-index: 3; animation: bob 3s ease-in-out infinite; }
.floating-heart { color: var(--coral); font-size: 3rem; }
.floating-paw { font-size: 2.2rem; }
.heart-one { top: 25px; right: 90px; }
.heart-two { bottom: 30px; left: 55px; animation-delay: .7s; }
.paw-one { top: 180px; right: -10px; animation-delay: 1s; }
.paw-two { bottom: 160px; left: -15px; animation-delay: 1.4s; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .35; }
.blob-one { width: 250px; height: 250px; background: var(--mint); top: -70px; right: -70px; }
.blob-two { width: 180px; height: 180px; background: var(--coral); left: -60px; bottom: 20px; }
.wave { position: absolute; left: -2%; right: -2%; bottom: -2px; height: 90px; background: var(--cream); clip-path: polygon(0 55%, 10% 38%, 22% 58%, 35% 35%, 48% 60%, 61% 40%, 74% 62%, 86% 37%, 100% 55%, 100% 100%, 0 100%); }

.ticker { background: var(--ink); color: #fff; overflow: hidden; transform: rotate(-1deg); width: 102%; margin-left: -1%; }
.ticker-track { display: flex; width: max-content; gap: 32px; align-items: center; padding: 16px 0; animation: ticker 28s linear infinite; font-family: "Baloo 2"; font-weight: 800; letter-spacing: .06em; }
.ticker-track b { color: var(--yellow); }

.section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .club-copy h2, .faq-intro h2, .join-copy h2 { font-size: clamp(2.5rem, 4vw, 4.4rem); margin-bottom: 16px; letter-spacing: -.025em; }
.section-heading > p:last-child, .club-copy > p, .faq-intro > p:last-child { color: var(--muted); font-size: 1.12rem; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card { background: #fff; padding: 30px 24px; border-radius: var(--radius); border: 2px solid transparent; box-shadow: 0 12px 35px rgba(39,35,58,.08); transition: .25s; }
.feature-card:hover { border-color: var(--coral); transform: translateY(-8px) rotate(-1deg); }
.feature-icon { width: 64px; height: 64px; border-radius: 20px; background: var(--yellow); display: grid; place-items: center; font-size: 2rem; margin-bottom: 22px; }
.feature-card:nth-child(2) .feature-icon { background: #ffd9d9; }
.feature-card:nth-child(3) .feature-icon { background: #d7f5ed; }
.feature-card:nth-child(4) .feature-icon { background: #e7defb; }
.feature-card h3 { font-size: 1.6rem; margin-bottom: 8px; }
.feature-card p { margin: 0; color: var(--muted); }

.fan-club { background: #fff; }
.club-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.club-art { min-height: 590px; position: relative; }
.phone { width: 310px; background: #fff; border: 10px solid var(--ink); border-radius: 46px; padding: 20px; box-shadow: var(--shadow); position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-4deg); }
.phone-top { width: 90px; height: 20px; border-radius: 99px; background: var(--ink); margin: -10px auto 16px; }
.post-header { display: flex; align-items: center; gap: 8px; padding-bottom: 12px; }
.post-image { min-height: 260px; display: grid; place-items: center; background: linear-gradient(140deg, var(--mint), #c9f4eb); border-radius: 18px; font-size: 8.5rem; }
.post-icons { font-size: 1.4rem; padding: 10px 0 2px; }
.phone p { font-size: .76rem; line-height: 1.35; margin: 7px 0; }
.notification { position: absolute; background: #fff; border: 3px solid var(--ink); border-radius: 16px; padding: 14px 18px; font-weight: 900; box-shadow: 8px 8px 0 var(--yellow); }
.n-one { top: 55px; right: -20px; transform: rotate(4deg); }
.n-two { bottom: 45px; left: -25px; transform: rotate(-4deg); box-shadow: 8px 8px 0 var(--coral); }
.club-copy h2 { max-width: 650px; }
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { display: flex; gap: 12px; margin: 13px 0; font-weight: 800; }
.check-list span { width: 26px; height: 26px; display: grid; place-items: center; background: var(--mint); border-radius: 50%; flex: 0 0 auto; }
.text-link { font-weight: 900; color: var(--coral-dark); font-size: 1.08rem; }

.shop { background: linear-gradient(180deg, var(--cream), #fff1d4); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: 0 15px 40px rgba(39,35,58,.1); transition: .25s; }
.product-card:hover { transform: translateY(-8px); }
.product-visual { aspect-ratio: 1 / .83; display: grid; place-items: center; text-align: center; font-family: "Baloo 2"; font-weight: 900; font-size: clamp(1.6rem, 2.5vw, 2.6rem); line-height: 1.05; padding: 28px; }
.product-visual.coral { background: #ffd5d5; }
.product-visual.yellow { background: #ffe7a6; }
.product-visual.mint { background: #c9f2e9; }
.product-info { padding: 24px; position: relative; }
.product-info h3 { font-size: 1.55rem; margin-bottom: 4px; }
.product-info p { margin: 0; color: var(--muted); }
.coming { display: inline-block; margin-top: 16px; font-weight: 900; color: var(--coral-dark); font-size: .75rem; letter-spacing: .08em; }

.testimonials { background: var(--ink); color: #fff; }
.testimonials .eyebrow { color: var(--yellow); }
.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.quote { margin: 0; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 30px; }
.quote p { font-family: "Baloo 2"; font-size: 1.55rem; line-height: 1.25; margin-top: 0; }
.quote footer { color: #c9c4d4; font-weight: 700; }

.join { background: #fff; }
.join-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 60px; background: var(--coral); color: #fff; border-radius: 40px; box-shadow: 0 20px 0 #d94f55; }
.join-card .eyebrow { color: var(--yellow); }
.join-copy h2 { margin-bottom: 12px; }
.input-row { display: flex; gap: 10px; }
.input-row input { flex: 1; min-width: 0; height: 56px; padding: 0 18px; border-radius: 999px; border: 3px solid transparent; outline: none; }
.input-row input:focus { border-color: var(--yellow); }
.pet-choice { display: flex; gap: 8px; margin-top: 15px; font-size: .9rem; font-weight: 700; }
.form-message { margin: 12px 0 0; font-weight: 900; min-height: 24px; }
.join-pets { position: absolute; right: 20px; bottom: -16px; font-size: 4rem; opacity: .25; transform: rotate(-6deg); }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.accordion details { background: #fff; border-radius: 18px; margin-bottom: 14px; padding: 0 22px; box-shadow: 0 7px 22px rgba(39,35,58,.07); }
.accordion summary { cursor: pointer; font-weight: 900; font-size: 1.1rem; padding: 22px 32px 22px 0; position: relative; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 0; font-size: 1.5rem; color: var(--coral); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin-top: 0; padding-bottom: 22px; color: var(--muted); }

.site-footer { background: #1d192b; color: #fff; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr 1fr; gap: 40px; }
.footer-grid img { width: 210px; margin-bottom: 18px; }
.footer-grid h2 { font-size: 1.1rem; margin-bottom: 16px; }
.footer-grid a, .footer-grid p { display: block; color: #c5c0cf; margin: 8px 0; }
.footer-grid a:hover { color: var(--yellow); }
.mini-icons { display: flex; gap: 8px; margin-top: 18px; }
.mini-icons span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #928ba0; font-size: .88rem; }
.back-to-top { position: fixed; right: 18px; bottom: 18px; width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--ink); color: white; font-size: 1.4rem; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s; z-index: 900; box-shadow: 0 10px 28px rgba(0,0,0,.2); }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes bob { 0%,100%{ transform: translateY(0) rotate(-5deg);} 50%{ transform: translateY(-14px) rotate(6deg);} }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; left: 20px; right: 20px; top: 100px; display: grid; gap: 0; background: #fff; padding: 20px; border-radius: 22px; box-shadow: var(--shadow); transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .2s; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a { padding: 13px 8px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid, .club-grid, .faq-grid, .join-card { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .social-proof { justify-content: center; }
  .hero-art { min-height: 520px; max-width: 650px; width: 100%; margin: 0 auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .club-grid { gap: 40px; }
  .club-art { order: 2; }
  .club-copy { text-align: center; }
  .check-list { display: inline-block; text-align: left; }
  .product-grid, .quote-grid { grid-template-columns: repeat(2,1fr); }
  .product-card:last-child, .quote:last-child { grid-column: 1 / -1; max-width: 520px; width: 100%; justify-self: center; }
  .join-card { text-align: center; padding: 46px 35px; box-shadow: 0 14px 0 #d94f55; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-newsletter { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 74px 0; }
  .announcement { font-size: .78rem; }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 180px; }
  h1 { font-size: 3.25rem; }
  .hero { padding: 58px 0 115px; }
  .hero-text { font-size: 1.05rem; }
  .hero-art { min-height: 430px; }
  .spotlight { width: 315px; height: 315px; }
  .fan-card { width: 175px; min-height: 250px; padding: 14px; border-width: 3px; border-radius: 22px; }
  .pet-face { font-size: 5.3rem; }
  .fan-card p { font-size: .78rem; }
  .dog-card { left: 5px; top: 45px; }
  .cat-card { right: 0; bottom: 15px; }
  .feature-grid, .product-grid, .quote-grid { grid-template-columns: 1fr; }
  .product-card:last-child, .quote:last-child { grid-column: auto; }
  .club-art { min-height: 500px; }
  .phone { width: 260px; }
  .post-image { min-height: 210px; font-size: 7rem; }
  .notification { font-size: .75rem; padding: 10px 12px; }
  .n-one { right: -5px; }
  .n-two { left: -5px; }
  .join-card { padding: 38px 22px; border-radius: 28px; }
  .input-row { flex-direction: column; }
  .input-row input, .input-row .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-newsletter { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@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; }
}

  
/* cPanel-safe inline logo */
.inline-logo{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;line-height:1}.inline-logo-paw{font-size:2rem}.inline-logo strong{display:block;font-family:Arial,sans-serif;font-size:1.35rem;font-weight:900;letter-spacing:-.03em}.inline-logo small{display:block;font-family:Arial,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-top:.25rem}.inline-logo-light{color:#fff}.brand{display:inline-flex;align-items:center}.brand .inline-logo{color:inherit}

.legal-page{max-width:850px}.legal-page h1{font-size:clamp(3rem,7vw,5.5rem)}.legal-page h2{font-size:1.8rem;margin-top:2.2rem}.legal-page p{font-size:1.05rem}.legal-page a:not(.btn){color:var(--coral-dark);font-weight:800;text-decoration:underline}.brand img{width:215px;height:auto}
