
:root {
    --sky: #75b7ee;
    --sky-light: #d9efff;
    --aqua: #95f4ef;
    --aqua-deep: #35c8d3;
    --pink: #f26dc4;
    --pink-deep: #da42a4;
    --pink-light: #ffe0f4;
    --purple: #7a3d97;
    --purple-deep: #54256f;
    --yellow: #fff200;
    --cream: #fffaf3;
    --white: #ffffff;
    --ink: #3c2550;
    --muted: #695c72;
    --line: rgba(84, 37, 111, 0.14);
    --shadow: 0 22px 55px rgba(84, 37, 111, 0.16);
    --radius-lg: 34px;
    --radius-md: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Nunito", Arial, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 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; top: 12px; left: 12px; z-index: 9999; transform: translateY(-150%); padding: 10px 16px; border-radius: 10px; background: var(--purple-deep); color: white; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin: 0; color: var(--purple-deep); line-height: 1.08; }
h1, h2 { font-family: "Luckiest Guy", "Arial Rounded MT Bold", sans-serif; font-weight: 400; letter-spacing: .015em; }
h1 { max-width: 760px; font-size: clamp(3.3rem, 7vw, 6.3rem); text-shadow: 0 5px 0 rgba(122,61,151,.12); }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); }
h3 { font-size: 1.45rem; font-weight: 900; }
p { margin: 0 0 1rem; }
.eyebrow { margin-bottom: 12px; color: var(--pink-deep); font-size: .82rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading > p:last-child { margin-top: 16px; color: var(--muted); font-size: 1.08rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.compact { max-width: 620px; }

.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 3px solid var(--purple); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 60px; height: 60px; border: 3px solid var(--purple); border-radius: 18px; }
.brand-wordmark { font-family: "Luckiest Guy", sans-serif; font-size: 1.65rem; letter-spacing: .03em; color: var(--yellow); -webkit-text-stroke: 2px var(--purple); paint-order: stroke fill; text-shadow: 2px 3px 0 var(--pink); }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { font-weight: 900; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--pink-deep); }
.nav-cta { padding: 11px 20px; border: 3px solid var(--purple); border-radius: 999px; background: var(--yellow); color: var(--purple-deep); box-shadow: 0 7px 0 var(--purple); }
.nav-cta:hover { transform: translateY(2px); box-shadow: 0 5px 0 var(--purple); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 3px solid var(--purple); border-radius: 14px; background: var(--aqua); }
.menu-toggle span:not(.sr-only) { display: block; height: 3px; margin: 5px 0; border-radius: 3px; background: var(--purple); }

.hero { position: relative; overflow: hidden; padding: 92px 0 150px; background: linear-gradient(145deg, var(--sky-light), #fff 58%, var(--pink-light)); }
.paw-pattern { position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at 30px 30px, var(--purple) 0 7px, transparent 8px), radial-gradient(circle at 52px 22px, var(--pink) 0 5px, transparent 6px), radial-gradient(circle at 15px 13px, var(--aqua-deep) 0 5px, transparent 6px); background-size: 110px 90px; transform: rotate(-6deg) scale(1.1); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 66px; align-items: center; }
.hero-text { max-width: 670px; margin-top: 22px; color: var(--muted); font-size: 1.2rem; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 13px 24px; border: 3px solid var(--purple); border-radius: 16px; font-weight: 900; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--yellow); color: var(--purple-deep); box-shadow: 0 8px 0 var(--purple); }
.button-primary:hover { box-shadow: 0 5px 0 var(--purple); }
.button-secondary { background: var(--aqua); color: var(--purple-deep); box-shadow: 0 8px 0 var(--purple); }
.hero-note { margin-top: 19px; color: var(--muted); font-size: .88rem; font-weight: 700; }
.hero-visual { position: relative; min-height: 570px; }
.hero-logo-card { position: absolute; top: 0; right: 1%; z-index: 3; width: 270px; padding: 12px; border: 6px solid var(--purple); border-radius: 50%; background: var(--aqua); box-shadow: 12px 14px 0 var(--pink); transform: rotate(5deg); }
.hero-logo { border-radius: 50%; }
.hero-photo-card { position: absolute; left: 0; bottom: 0; width: 92%; overflow: hidden; border: 10px solid var(--yellow); border-radius: 36px; box-shadow: 14px 16px 0 var(--purple); transform: rotate(-2deg); }
.hero-photo-card img { width: 100%; height: 390px; object-fit: cover; }
.wave { position: absolute; left: -2%; width: 104%; height: 55px; background-size: 180px 55px; background-repeat: repeat-x; }
.wave-aqua { bottom: 36px; background-image: radial-gradient(80px 33px at 50% 0, transparent 98%, var(--aqua) 100%); background-color: var(--aqua); }
.wave-purple { bottom: 0; height: 42px; background-image: radial-gradient(80px 27px at 50% 0, transparent 98%, var(--purple) 100%); background-color: var(--purple); }

.notice-strip { padding: 20px 0; background: var(--purple-deep); color: white; }
.notice-inner { display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; }
.notice-inner p { margin: 0; font-weight: 700; }
.notice-icon { display: inline-grid; width: 32px; height: 32px; place-items: center; flex: 0 0 32px; border-radius: 50%; background: var(--yellow); color: var(--purple-deep); font-weight: 900; }

.split-grid, .package-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-grid > div > p:not(.eyebrow), .package-grid > div > p:not(.eyebrow) { margin-top: 18px; color: var(--muted); font-size: 1.08rem; font-weight: 650; }
.text-link { display: inline-block; margin-top: 12px; color: var(--pink-deep); font-weight: 900; text-decoration: none; }
.feature-image { overflow: hidden; border-radius: var(--radius-lg); box-shadow: 12px 14px 0 var(--purple); }
.feature-image img { width: 100%; height: 520px; object-fit: cover; }
.frame-pink { border: 10px solid var(--pink); transform: rotate(1.5deg); }

.treats-section { position: relative; background: var(--sky-light); }
.section-wave-top { position: absolute; top: -18px; left: 0; width: 100%; height: 36px; background: var(--pink); clip-path: polygon(0 35%, 8% 60%, 17% 20%, 27% 65%, 37% 25%, 48% 70%, 59% 25%, 70% 65%, 82% 20%, 91% 60%, 100% 35%, 100% 100%, 0 100%); }
.treat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.treat-card { overflow: hidden; border: 4px solid var(--purple); border-radius: var(--radius-md); background: white; box-shadow: 8px 9px 0 var(--pink); transition: transform .18s ease; }
.treat-card:hover { transform: translateY(-6px) rotate(-.4deg); }
.treat-card-wide { grid-column: span 2; grid-row: span 2; }
.treat-card img { width: 100%; height: 245px; object-fit: cover; }
.treat-card-wide img { height: 520px; }
.treat-card-copy { padding: 18px 20px 20px; }
.treat-card-copy p { margin: 6px 0 0; color: var(--muted); }

.progress-section { background: #fff; }
.progress-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.progress-card { min-height: 260px; padding: 28px; border: 4px solid var(--purple); border-radius: var(--radius-md); background: var(--cream); box-shadow: 7px 8px 0 var(--aqua-deep); }
.progress-card.active { background: var(--pink-light); box-shadow: 7px 8px 0 var(--pink); }
.step-number { display: inline-grid; width: 54px; height: 54px; margin-bottom: 34px; place-items: center; border: 3px solid var(--purple); border-radius: 16px; background: var(--yellow); color: var(--purple-deep); font-family: "Luckiest Guy", sans-serif; font-size: 1.15rem; }
.progress-card.active .step-number { background: var(--pink); color: white; }
.progress-card p { margin-top: 10px; color: var(--muted); }

.package-section { background: linear-gradient(135deg, var(--pink-light), var(--aqua)); }
.package-collage { position: relative; min-height: 560px; }
.package-main, .package-small { position: absolute; object-fit: cover; border: 8px solid var(--yellow); border-radius: var(--radius-lg); box-shadow: 11px 12px 0 var(--purple); }
.package-main { inset: 0 auto auto 0; width: 78%; height: 510px; }
.package-small { right: 0; bottom: 0; width: 48%; height: 330px; transform: rotate(4deg); }

.event-section { padding-top: 76px; }
.event-card { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 6px solid var(--purple); border-radius: 38px; background: var(--pink); color: white; box-shadow: 14px 16px 0 var(--aqua-deep); }
.event-copy { padding: 64px; }
.event-copy h2 { color: var(--yellow); -webkit-text-stroke: 2px var(--purple); paint-order: stroke fill; }
.event-copy .eyebrow { color: var(--aqua); }
.event-copy > p:not(.eyebrow):not(.event-disclaimer) { margin-top: 18px; font-size: 1.08rem; font-weight: 700; }
.event-card > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.event-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button-light { background: white; color: var(--purple-deep); box-shadow: 0 7px 0 var(--purple); }
.button-outline-light { border-color: white; color: white; box-shadow: 0 7px 0 rgba(84,37,111,.55); }
.event-disclaimer { margin-top: 16px; font-size: .8rem; opacity: .78; }
.event-disclaimer code { font-family: inherit; }

.specialty-section { padding-top: 48px; }
.specialty-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.specialty-grid figure { margin: 0; overflow: hidden; border: 4px solid var(--purple); border-radius: var(--radius-md); background: white; box-shadow: 8px 9px 0 var(--yellow); }
.specialty-grid img { width: 100%; height: 360px; object-fit: cover; }
.specialty-grid figcaption { padding: 16px 20px; font-weight: 900; }

.site-footer { position: relative; margin-top: 55px; padding: 92px 0 28px; background: var(--purple-deep); color: white; }
.footer-wave { position: absolute; top: -38px; left: 0; width: 100%; height: 44px; background: var(--aqua); clip-path: polygon(0 45%, 9% 72%, 20% 24%, 31% 70%, 42% 28%, 53% 72%, 64% 24%, 75% 68%, 87% 25%, 100% 55%, 100% 100%, 0 100%); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 44px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 84px; border: 4px solid var(--yellow); border-radius: 20px; }
.footer-brand strong { font-family: "Luckiest Guy", sans-serif; color: var(--yellow); font-size: 1.7rem; letter-spacing: .03em; }
.footer-brand p { margin: 0; opacity: .8; }
.footer-links { display: grid; gap: 9px; }
.footer-links a, .footer-support a { color: white; text-decoration: none; opacity: .9; font-weight: 800; }
.footer-links a:hover, .footer-support a:hover { color: var(--yellow); opacity: 1; }
.footer-support p { margin-top: 0; }
.footer-support a { color: var(--aqua); font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); font-size: .82rem; opacity: .75; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
    .site-nav { position: absolute; top: 88px; right: 20px; left: 20px; display: none; padding: 22px; border: 4px solid var(--purple); border-radius: 20px; background: white; box-shadow: 8px 9px 0 var(--pink); }
    .site-nav.open { display: grid; gap: 14px; }
    .menu-toggle { display: block; }
    .hero-grid, .split-grid, .package-grid { grid-template-columns: 1fr; }
    .hero-visual { min-height: 510px; }
    .hero-photo-card { width: 88%; }
    .hero-logo-card { width: 215px; }
    .treat-grid { grid-template-columns: repeat(2, 1fr); }
    .progress-grid { grid-template-columns: repeat(2, 1fr); }
    .event-card { grid-template-columns: 1fr; }
    .event-card > img { min-height: 360px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-support { grid-column: span 2; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 28px, 1160px); }
    .section { padding: 72px 0; }
    .brand-wordmark { font-size: 1.25rem; }
    .brand img { width: 52px; height: 52px; }
    h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
    h2 { font-size: clamp(2.2rem, 11vw, 3.15rem); }
    .hero { padding: 64px 0 130px; }
    .hero-grid { gap: 36px; }
    .hero-actions .button { width: 100%; }
    .hero-visual { min-height: 400px; }
    .hero-photo-card { width: 100%; border-width: 7px; border-radius: 26px; box-shadow: 8px 10px 0 var(--purple); }
    .hero-photo-card img { height: 285px; }
    .hero-logo-card { width: 150px; padding: 7px; border-width: 4px; box-shadow: 7px 8px 0 var(--pink); }
    .notice-inner { align-items: flex-start; text-align: left; }
    .feature-image img { height: 380px; }
    .treat-grid { grid-template-columns: 1fr; }
    .treat-card-wide { grid-column: auto; grid-row: auto; }
    .treat-card-wide img, .treat-card img { height: 310px; }
    .progress-grid { grid-template-columns: 1fr; }
    .progress-card { min-height: 0; }
    .package-collage { min-height: 430px; }
    .package-main { width: 82%; height: 390px; }
    .package-small { width: 50%; height: 245px; }
    .event-copy { padding: 38px 24px; }
    .event-actions .button { width: 100%; }
    .event-card > img { min-height: 290px; }
    .specialty-grid { grid-template-columns: 1fr; }
    .specialty-grid img { height: 300px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-support { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
}

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

/* Join the Zoomie Pack homepage section */
.pack-signup{padding:72px 0;background:linear-gradient(135deg,#eaf9fc,#fff7fb 52%,#f7effb)}.pack-signup-grid{display:grid;grid-template-columns:1fr .9fr;gap:56px;align-items:center}.pack-signup h2{font-size:clamp(38px,5vw,62px);line-height:1.02;margin:0 0 18px;color:var(--purple)}.pack-signup-copy>p:not(.eyebrow):not(.pack-note){font-size:18px;line-height:1.65;color:var(--muted);max-width:650px}.pack-benefits{display:flex;flex-wrap:wrap;gap:10px 22px;list-style:none;padding:0;margin:24px 0}.pack-benefits li{position:relative;padding-left:25px;font-weight:800}.pack-benefits li:before{content:'✓';position:absolute;left:0;color:#26845a}.pack-note{font-size:13px;color:var(--muted);margin:12px 0 0}.pack-journey{background:#fff;border:1px solid rgba(142,61,166,.13);border-radius:26px;padding:28px;box-shadow:0 18px 42px rgba(67,40,78,.1)}.pack-journey h3{font-size:25px;color:var(--purple);margin:0 0 18px}.pack-journey ol{list-style:none;padding:0;margin:0;display:grid;gap:10px}.pack-journey li{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:13px;padding:12px;border-radius:14px;background:#faf7fb;color:#756879}.pack-journey li span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eee8f1;font-weight:900}.pack-journey li.complete{color:#2c5f43}.pack-journey li.complete span{background:#ddf6e8;color:#287447}.pack-journey li.current{background:#fff0f7;color:var(--purple);outline:2px solid var(--pink)}.pack-journey li.current span{background:var(--pink);color:#fff}.footer-support{display:grid;gap:7px}.footer-support p{margin:7px 0 0}.footer-support a{font-weight:800}@media(max-width:820px){.pack-signup-grid{grid-template-columns:1fr;gap:34px}.pack-signup{padding:56px 0}}



.ingredients-button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  background: #ff5a8a;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.ingredients-button:hover {
  opacity: 0.9;
}
