@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=League+Spartan:wght@600;700;800&display=swap');

:root {
  --ink: #090f1d;
  --navy: #0e1a32;
  --paper: #f6ecda;
  --coral: #ff6e58;
  --pink: #f64986;
  --sun: #ffbc42;
  --aqua: #45d8d2;
  --white: #fff9ed;
  --line: rgba(255,255,255,.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 16px; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.grain { position: fixed; inset: 0; opacity: .05; pointer-events: none; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid var(--line); position: absolute; top: 0; left: 0; right: 0; z-index: 20; }
.brand { font-family: 'League Spartan', sans-serif; font-weight: 800; letter-spacing: .12em; display: flex; align-items: center; gap: .7rem; font-size: 1.15rem; }
.brand-paw { width: 30px; height: 30px; border: 2px solid var(--coral); border-radius: 50%; color: var(--coral); display: grid; place-items: center; font-size: .55rem; box-shadow: 0 0 18px rgba(255,110,88,.3); }
nav { display: flex; align-items: center; gap: 2.3rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; font-size: .78rem; }
nav a { opacity: .76; transition: .2s ease; }
nav a:hover, nav a:focus-visible { opacity: 1; color: var(--coral); }
.nav-x { border: 1px solid rgba(255,255,255,.45); padding: .8rem 1rem; border-radius: 999px; opacity: 1; }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; color: white; padding: .65rem .8rem; border-radius: 8px; font-weight: 700; }

.hero { min-height: 850px; padding: 140px 5vw 70px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 3vw; overflow: hidden; background: radial-gradient(circle at 74% 42%, rgba(246,73,134,.21), transparent 30%), linear-gradient(135deg, #070c17 25%, #111e39 100%); position: relative; }
.hero::before { content: ''; position: absolute; left: -10%; bottom: -30%; width: 60%; height: 60%; background: var(--coral); filter: blur(190px); opacity: .09; }
.eyebrow { color: var(--coral); font-weight: 800; font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: .75rem; }
.hero .eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: 'League Spartan', sans-serif; margin: 0; }
h1 { font-size: clamp(4.8rem, 8vw, 8.9rem); line-height: .77; letter-spacing: -.055em; text-transform: uppercase; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-lede { max-width: 600px; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.65; color: rgba(255,255,255,.7); margin: 2.2rem 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 1.35rem; border-radius: 4px; text-transform: uppercase; font-family: 'League Spartan'; font-size: .83rem; font-weight: 800; letter-spacing: .08em; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { background: var(--coral); color: var(--ink); box-shadow: 8px 8px 0 rgba(255,188,66,.18); }
.button.ghost { border: 1px solid var(--line); }
.ticker { margin-top: 2.8rem; display: flex; gap: .75rem; color: rgba(255,255,255,.42); font-size: .72rem; letter-spacing: .13em; font-weight: 700; flex-wrap: wrap; }
.ticker i { color: var(--coral); font-style: normal; }
.hero-visual { position: relative; justify-self: center; width: min(640px, 46vw); aspect-ratio: 1; display: grid; place-items: center; }
.hero-visual img { width: 82%; height: 82%; object-fit: cover; border-radius: 50%; border: 8px solid var(--paper); box-shadow: 0 0 0 2px var(--coral), 0 35px 80px rgba(0,0,0,.45); position: relative; z-index: 3; }
.orbit { position: absolute; border: 1px solid rgba(69,216,210,.32); border-radius: 50%; inset: 2%; animation: spin 24s linear infinite; }
.orbit::after { content: '●'; color: var(--aqua); position: absolute; top: 20%; left: 2%; filter: drop-shadow(0 0 8px var(--aqua)); }
.orbit-two { inset: 10%; border-color: rgba(255,110,88,.38); animation-direction: reverse; animation-duration: 18s; }
.orbit-two::after { color: var(--coral); top: auto; bottom: 6%; left: auto; right: 10%; }
.stamp { position: absolute; right: 0; bottom: 12%; background: var(--sun); color: var(--ink); width: 104px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; text-align: center; font-family: 'League Spartan'; font-weight: 800; font-size: .8rem; letter-spacing: .08em; z-index: 4; transform: rotate(9deg); border: 3px solid var(--ink); outline: 2px solid var(--sun); }
@keyframes spin { to { transform: rotate(360deg); } }

.marquee { background: var(--coral); color: var(--ink); border-block: 2px solid var(--ink); overflow: hidden; white-space: nowrap; font-family: 'League Spartan'; font-weight: 800; padding: 1rem 0; transform: rotate(-1deg) scale(1.02); }
.marquee div { animation: move 32s linear infinite; width: max-content; }
@keyframes move { to { transform: translateX(-50%); } }

.section { padding: 110px 5vw; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2, .flavor-intro h2 { font-size: clamp(3rem, 5vw, 6rem); line-height: .9; letter-spacing: -.045em; }
.section-heading > p { color: rgba(255,255,255,.55); line-height: 1.6; }
.pack { background: var(--paper); color: var(--ink); }
.pack .section-heading > p { color: rgba(9,15,29,.58); }
.pet-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.2rem; }
.pet-card { min-height: 610px; border-radius: 4px; overflow: hidden; position: relative; grid-column: span 4; background: #151d2a; color: var(--white); }
.pet-card:nth-child(4) { grid-column: 3 / span 4; }
.pet-card:nth-child(5) { grid-column: 7 / span 4; }
.pet-photo { position: absolute; inset: 0; }
.pet-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(5,9,17,.92) 84%); }
.pet-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .55s ease; }
.angel-photo img { object-position: 70% center; }
.ruby-photo img { object-position: center; }
.lilly-photo img { object-position: center; }
.murphy-photo img { object-position: 62% center; }
.pet-card:hover .pet-photo img { transform: scale(1.035); }
.pet-info { position: absolute; inset: auto 0 0; padding: 2rem; z-index: 2; }
.pet-info .age { display: inline-block; background: var(--paper); color: var(--ink); padding: .38rem .55rem; font-size: .68rem; font-weight: 800; letter-spacing: .12em; margin-bottom: .8rem; }
.pet-info h3 { text-transform: uppercase; font-size: clamp(2.1rem, 3.5vw, 3.5rem); line-height: .9; }
.pet-info .role { color: var(--coral); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .78rem; }
.pet-info > p:not(.role) { color: rgba(255,255,255,.7); line-height: 1.5; margin-bottom: 1.1rem; }
.quote { font-family: 'League Spartan'; font-weight: 700; }
.angel { --accent: #ff82ac; } .lollipop { --accent: #e4454d; } .ruby { --accent: #d69b55; } .lilly { --accent: #a078c6; } .murphy { --accent: #49d0cf; }
.pet-card .role { color: var(--accent); }

.flavors { background: var(--navy); display: grid; grid-template-columns: .72fr 1.28fr; gap: 5vw; align-items: center; overflow: hidden; }
.flavor-intro p:not(.eyebrow) { color: rgba(255,255,255,.6); line-height: 1.6; max-width: 420px; }
.cans { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; align-items: end; }
.can { height: 440px; border-radius: 30px 30px 24px 24px; padding: 2.2rem 1.1rem 1.4rem; color: var(--ink); position: relative; box-shadow: inset -16px 0 22px rgba(0,0,0,.13), 0 25px 40px rgba(0,0,0,.3); transform: rotate(-2deg); display: flex; flex-direction: column; }
.can:nth-child(even) { transform: translateY(-25px) rotate(2deg); }
.can-top { position: absolute; height: 18px; left: 4px; right: 4px; top: 0; border-radius: 50%; background: #d9d5cb; border: 2px solid #716f6a; }
.can b { font-family: 'League Spartan'; font-size: .75rem; letter-spacing: .1em; border-bottom: 2px solid currentColor; padding-bottom: .6rem; }
.can i { font-family: 'League Spartan'; font-style: normal; font-weight: 800; font-size: 4rem; opacity: .14; margin-top: auto; }
.can h3 { font-size: clamp(1.5rem, 2vw, 2.4rem); text-transform: uppercase; line-height: .87; margin: .2rem 0 .8rem; }
.can p { text-transform: uppercase; font-size: .67rem; font-weight: 800; letter-spacing: .09em; line-height: 1.5; }
.berry { background: linear-gradient(165deg,#ff779c,#dd3f67); } .lemon { background: linear-gradient(165deg,#ffe276,#f7ad2d); } .moon { background: linear-gradient(165deg,#77e6df,#33aebf); } .tropical { background: linear-gradient(165deg,#ff995c,#f05b38); }

.real-life { background: #080d18; }
.text-link { color: var(--aqua); font-family: 'League Spartan'; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.photo-ribbon { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.photo-ribbon figure { margin: 0; position: relative; overflow: hidden; height: 430px; background: var(--navy); }
.photo-ribbon figure:nth-child(even) { margin-top: 2rem; }
.photo-ribbon img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.04); transition: transform .4s ease, filter .4s ease; }
.photo-ribbon figure:hover img { transform: scale(1.04); filter: saturate(1.05); }
.photo-ribbon figcaption { position: absolute; left: 1rem; bottom: 1rem; background: var(--ink); padding: .55rem .75rem; font-size: .67rem; letter-spacing: .1em; font-weight: 800; }
.social-wall { margin-top: 7rem; border: 1px solid var(--line); background: linear-gradient(135deg,#111c32,#0a101d); padding: clamp(1.4rem,4vw,4rem); display: grid; grid-template-columns: .75fr 1.25fr; gap: 5vw; align-items: start; }
.social-copy { position: sticky; top: 2rem; }
.live-dot { color: var(--coral); font-size: .75rem; letter-spacing: .16em; font-weight: 800; }
.live-dot::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); margin-right: .6rem; box-shadow: 0 0 10px var(--coral); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.social-copy h3 { font-size: clamp(2.5rem,4vw,4.6rem); line-height: .9; margin: 1.2rem 0; }
.social-copy p { color: rgba(255,255,255,.6); line-height: 1.65; max-width: 440px; margin-bottom: 2rem; }
.x-embed { min-height: 480px; background: rgba(0,0,0,.18); border-radius: 6px; padding: 1rem; }

.manifesto { min-height: 760px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--coral); color: var(--ink); }
.manifesto > img { width: 100%; height: 100%; object-fit: cover; object-position: center; min-height: 760px; }
.manifesto-copy { padding: 8vw 6vw; display: flex; flex-direction: column; justify-content: center; }
.manifesto-copy .eyebrow { color: var(--ink); }
.manifesto-copy h2 { font-size: clamp(3.5rem,6vw,7rem); line-height: .82; letter-spacing: -.05em; }
.manifesto-copy h2 em { color: var(--white); }
.manifesto-copy p:not(.eyebrow) { max-width: 520px; line-height: 1.65; font-weight: 500; margin: 2rem 0; }
.button.light { background: var(--ink); color: var(--white); align-self: flex-start; }

footer { padding: 55px 5vw; background: #050810; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: center; border-top: 1px solid var(--line); }
footer > p { text-align: center; font-family: 'League Spartan'; font-size: .8rem; letter-spacing: .12em; }
.footer-links { justify-self: end; display: flex; gap: 1.3rem; color: var(--coral); font-weight: 700; }
footer small { grid-column: 1 / -1; color: rgba(255,255,255,.38); line-height: 1.5; max-width: 950px; font-size: .75rem; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-visual { width: min(640px, 85vw); }
  .pet-card { grid-column: span 6; }
  .pet-card:nth-child(4), .pet-card:nth-child(5) { grid-column: span 6; }
  .flavors { grid-template-columns: 1fr; }
  .cans { max-width: 780px; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto > img { min-height: 600px; }
}

@media (max-width: 720px) {
  .site-header { height: 68px; }
  .menu-toggle { display: block; }
  nav { position: absolute; top: 68px; left: 0; right: 0; background: #09101e; padding: 1.4rem 5vw 1.8rem; flex-direction: column; align-items: flex-start; gap: 1.2rem; transform: translateY(-130%); opacity: 0; transition: .25s ease; border-bottom: 1px solid var(--line); }
  nav.open { transform: translateY(0); opacity: 1; }
  h1 { font-size: clamp(4.1rem, 20vw, 6rem); }
  .hero { min-height: auto; padding-bottom: 5rem; }
  .hero-visual { width: 92vw; }
  .stamp { width: 85px; right: 2%; }
  .section { padding: 80px 1.1rem; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .pet-grid { display: block; }
  .pet-card { min-height: 560px; margin-bottom: 1rem; }
  .cans { display: flex; overflow-x: auto; padding: 1rem 1rem 3rem; margin-inline: -1.1rem; scroll-snap-type: x mandatory; }
  .can { min-width: 215px; height: 390px; scroll-snap-align: center; }
  .can:nth-child(even) { transform: none; }
  .photo-ribbon { grid-template-columns: 1fr 1fr; }
  .photo-ribbon figure { height: 320px; }
  .photo-ribbon figure:nth-child(even) { margin-top: 0; }
  .social-wall { grid-template-columns: 1fr; margin-top: 4rem; }
  .social-copy { position: static; }
  .manifesto > img { min-height: 480px; }
  .manifesto-copy { padding: 5rem 1.2rem; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p { text-align: left; }
  .footer-links { justify-self: start; }
}

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