*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold: #C9A84C; --gold-lt: #EDD99A; --gold-dk: #8B6914; --gold-rich: #D4AF37;
  --wine: #7A1530; --wine-lt: #F5E8EB;
  --cream: #FAF6EE; --cream-dk: #F2EDE2;
  --ink: #1A1008; --ink-md: #4A3E32; --ink-lt: #8C7E6E; --ink-xlt: #C8BBAA;
  --white: #FFFFFF;
  --font-script: 'Great Vibes', cursive;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Jost', system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); font-weight: 300; color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* UTILITIES */
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; }
.eyebrow-gold { color: var(--gold-dk); }
.eyebrow-wine { color: var(--wine); }
.section-title { font-family: var(--font-serif); font-weight: 300; line-height: 1.15; letter-spacing: -0.015em; }
.pill { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 500; border-radius: 9999px; padding: 5px 13px; }
.pill-gold  { background: rgba(201,168,76,0.12); color: var(--gold-dk); border: 1px solid rgba(201,168,76,0.3); }
.pill-wine  { background: var(--wine-lt); color: var(--wine); border: 1px solid rgba(122,21,48,0.2); }
.pill-ink   { background: var(--ink); color: var(--gold-lt); }

/* BUTTONS */
.btn-primary {
  background: var(--gold); color: var(--ink); font-family: var(--font-sans);
  font-size: 14px; font-weight: 600; padding: 14px 30px; border-radius: 8px;
  border: none; cursor: pointer; transition: all 0.25s;
  box-shadow: 0 6px 24px rgba(201,168,76,0.30);
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary:hover { background: var(--gold-dk); color: var(--white); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: var(--ink-md); font-family: var(--font-sans);
  font-size: 13px; font-weight: 500; padding: 13px 22px; border-radius: 8px;
  border: 1.5px solid var(--ink-xlt); cursor: pointer; transition: all 0.2s;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-dk); }
.btn-amazon {
  background: var(--gold); color: var(--ink); font-family: var(--font-sans);
  font-size: 14px; font-weight: 600; padding: 15px 32px; border-radius: 8px;
  border: none; cursor: pointer; transition: all 0.25s;
  box-shadow: 0 6px 24px rgba(201,168,76,0.28);
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-amazon:hover { background: var(--gold-dk); color: white; transform: translateY(-2px); }
.btn-gold-full {
  background: var(--gold); color: var(--ink); font-family: var(--font-sans);
  font-size: 15px; font-weight: 600; padding: 16px 32px; border-radius: 10px;
  border: none; cursor: pointer; transition: all 0.25s;
  box-shadow: 0 6px 24px rgba(201,168,76,0.25); text-align: center; width: 100%;
}
.btn-gold-full:hover { background: var(--gold-rich); transform: translateY(-2px); }
.btn-outline-gold {
  background: transparent; color: rgba(201,168,76,0.7); font-family: var(--font-sans);
  font-size: 13px; font-weight: 500; padding: 13px 24px; border-radius: 8px;
  border: 1.5px solid rgba(201,168,76,0.3); cursor: pointer; transition: all 0.2s; text-align: center; width: 100%;
}
.btn-outline-gold:hover { border-color: var(--gold); color: var(--gold); }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 70px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw;
  background: rgba(250,246,238,0.92); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201,168,76,0.2); transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 4px 24px rgba(26,16,8,0.10); }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { width: 42px; height: 42px; border-radius: 50%; }
.nav-brand { font-family: var(--font-script); font-size: 26px; color: var(--ink); line-height: 1; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; color: var(--ink-lt); transition: color 0.2s; }
.nav-links a:hover { color: var(--gold-dk); }
.nav-cta {
  background: var(--gold); color: var(--ink); font-family: var(--font-sans);
  font-size: 13px; font-weight: 600; padding: 10px 22px; border-radius: 8px;
  border: none; cursor: pointer; transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(201,168,76,0.28);
}
.nav-cta:hover { background: var(--gold-dk); color: var(--white); transform: translateY(-1px); }

/* HERO */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 70px; overflow: hidden; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 80px 60px 80px 8vw; background: var(--cream); position: relative; }
.hero-left::after { content: ''; position: absolute; right: 0; top: 10%; bottom: 10%; width: 1px; background: linear-gradient(to bottom, transparent, var(--gold-lt), transparent); }
.hero-tagline { font-family: var(--font-script); font-size: 22px; color: var(--gold); margin-bottom: 12px; }
.hero-h1 { font-family: var(--font-serif); font-size: clamp(36px,3.8vw,56px); font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 8px; }
.hero-h1 em { font-style: italic; color: var(--wine); }
.hero-sub { font-family: var(--font-script); font-size: clamp(28px,3vw,42px); color: var(--gold); line-height: 1.3; margin-bottom: 24px; }
.hero-desc { font-size: 15px; line-height: 1.75; color: var(--ink-lt); max-width: 400px; margin-bottom: 32px; }
.hero-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; align-items: center; }
.hero-trust { display: flex; gap: 20px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--gold-lt); }
.trust-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--ink-lt); }
.trust-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.hero-right { position: relative; overflow: hidden; background: var(--cream-dk); display: flex; align-items: center; justify-content: center; }
.hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 8s ease; }
.hero-right:hover img { transform: scale(1.04); }
.hero-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(26,16,8,0.55) 0%, transparent 60%); padding: 36px; }
.hero-overlay-text { font-family: var(--font-serif); font-size: 20px; font-weight: 300; color: var(--white); line-height: 1.4; }
.hero-overlay-text em { font-style: italic; color: var(--gold-lt); }

/* TRUST STRIP */
.trust-strip { background: var(--ink); padding: 52px 8vw; display: flex; align-items: center; gap: 48px; }
.trust-strip-label { font-family: var(--font-serif); font-size: 20px; font-weight: 300; color: var(--gold-lt); flex-shrink: 0; max-width: 170px; line-height: 1.4; }
.trust-strip-label em { font-family: var(--font-script); font-size: 26px; color: var(--gold); font-style: normal; display: block; margin-bottom: 4px; }
.trust-badges { display: flex; gap: 24px; flex: 1; justify-content: space-around; }
.trust-badge { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.trust-badge-circle { width: 76px; height: 76px; border-radius: 50%; border: 1.5px solid rgba(201,168,76,0.35); display: flex; align-items: center; justify-content: center; background: rgba(201,168,76,0.06); transition: all 0.3s; }
.trust-badge:hover .trust-badge-circle { border-color: var(--gold); background: rgba(201,168,76,0.14); }
.trust-badge-circle svg { width: 30px; height: 30px; stroke: var(--gold); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.trust-badge-text { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-lt); }

/* PRODUCT */
.product { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; }
.product-image { background: var(--cream-dk); display: flex; align-items: center; justify-content: center; padding: 60px; position: relative; overflow: hidden; }
.product-image img { max-height: 480px; object-fit: contain; filter: drop-shadow(0 24px 48px rgba(26,16,8,0.18)); transition: transform 0.5s ease; }
.product-image:hover img { transform: scale(1.04) rotate(1deg); }
.product-img-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(237,217,154,0.22) 0%, transparent 70%); pointer-events: none; }
.product-badge { position: absolute; top: 28px; right: 28px; background: var(--wine); color: white; font-size: 11px; font-weight: 700; padding: 8px 16px; border-radius: 9999px; letter-spacing: 0.08em; text-transform: uppercase; }
.product-content { padding: 72px 8vw 72px 56px; display: flex; flex-direction: column; justify-content: center; background: white; }
.product-title { font-family: var(--font-serif); font-size: clamp(26px,2.8vw,38px); font-weight: 300; line-height: 1.2; color: var(--ink); margin-bottom: 8px; margin-top: 14px; }
.product-subtitle { font-family: var(--font-script); font-size: 22px; color: var(--gold); margin-bottom: 28px; }
.benefit-list { list-style: none; display: flex; flex-direction: column; margin-bottom: 32px; }
.benefit-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--cream-dk); }
.benefit-item:first-child { border-top: 1px solid var(--cream-dk); }
.benefit-num { font-family: var(--font-serif); font-size: 26px; font-weight: 300; color: var(--gold-lt); flex-shrink: 0; line-height: 1; min-width: 26px; }
.benefit-title { font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
.benefit-desc { font-size: 12px; line-height: 1.6; color: var(--ink-lt); }
.spec-tags { display: flex; gap: 7px; margin-top: 20px; flex-wrap: wrap; }

/* HOW TO PLAY */
.howto { padding: 96px 8vw; background: var(--cream); }
.howto-header { text-align: center; margin-bottom: 56px; }
.howto-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.howto-step { background: white; padding: 44px 32px; position: relative; transition: all 0.3s; }
.howto-step:first-child { border-radius: 16px 0 0 16px; }
.howto-step:last-child { border-radius: 0 16px 16px 0; }
.howto-step:hover { background: var(--cream); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(26,16,8,0.10); z-index: 1; border-radius: 16px; }
.howto-number { font-family: var(--font-serif); font-size: 72px; font-weight: 300; color: var(--gold-lt); line-height: 1; margin-bottom: 18px; }
.howto-step:hover .howto-number { color: var(--gold); }
.howto-step-title { font-family: var(--font-serif); font-size: 22px; font-weight: 500; color: var(--ink); margin-bottom: 10px; }
.howto-step-desc { font-size: 13px; line-height: 1.7; color: var(--ink-lt); margin-bottom: 18px; }
.bead-row { display: flex; gap: 6px; flex-wrap: wrap; }
.bead { width: 17px; height: 17px; border-radius: 50%; box-shadow: 0 2px 4px rgba(0,0,0,0.14); }
.step-divider { position: absolute; right: -1px; top: 20%; bottom: 20%; width: 2px; background: linear-gradient(to bottom, transparent, var(--gold-lt), transparent); }
.howto-step:last-child .step-divider { display: none; }

/* WHERE */
.where { padding: 0 0 96px; background: var(--cream); }
.where-header { text-align: center; padding: 0 8vw 52px; }
.where-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.where-card { position: relative; overflow: hidden; aspect-ratio: 3/4; }
.where-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.where-card:hover img { transform: scale(1.05); }
.where-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,16,8,0.72) 0%, rgba(26,16,8,0.1) 55%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 28px 24px; }
.where-label { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,168,76,0.5); padding: 4px 12px; border-radius: 9999px; margin-bottom: 8px; width: fit-content; }
.where-title { font-family: var(--font-serif); font-size: 20px; font-weight: 300; color: white; line-height: 1.25; margin-bottom: 6px; }
.where-desc { font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.7); }

/* ANIMALS */
.animals { padding: 96px 8vw; background: white; }
.animals-header { text-align: center; margin-bottom: 48px; }
.animals-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.animal-card { background: var(--cream); border-radius: 14px; padding: 20px 14px 14px; text-align: center; border: 1.5px solid transparent; transition: all 0.25s ease; }
.animal-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(26,16,8,0.10); border-color: var(--gold-lt); background: white; }
.animal-swatch { width: 38px; height: 38px; border-radius: 50%; margin: 0 auto 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.14); }
.animal-num { font-family: var(--font-serif); font-size: 11px; color: var(--ink-lt); margin-bottom: 2px; }
.animal-name { font-family: var(--font-serif); font-size: 15px; font-weight: 500; color: var(--ink); }
.animal-color-name { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-lt); margin-top: 2px; }

/* GALLERY */
.gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 340px 340px; gap: 3px; }
.gallery-item { overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item.large { grid-row: span 2; }

/* ABOUT */
.about { padding: 104px 8vw; background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-title { font-family: var(--font-serif); font-size: clamp(28px,3vw,42px); font-weight: 300; line-height: 1.15; color: var(--ink); margin-bottom: 8px; margin-top: 14px; }
.about-script { font-family: var(--font-script); font-size: 28px; color: var(--gold); margin-bottom: 24px; }
.about-body { font-size: 15px; line-height: 1.8; color: var(--ink-lt); margin-bottom: 24px; }
.promise-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.promise-item { display: flex; align-items: flex-start; gap: 12px; }
.promise-check { width: 22px; height: 22px; border-radius: 50%; background: rgba(201,168,76,0.12); border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.promise-check svg { width: 10px; height: 10px; stroke: var(--gold-dk); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.promise-text strong { font-weight: 600; color: var(--ink); font-size: 14px; display: block; }
.promise-text span { font-size: 13px; color: var(--ink-lt); }
.about-visual { position: relative; }
.about-visual img { width: 100%; border-radius: 20px; box-shadow: 0 16px 56px rgba(26,16,8,0.18); }
.about-badge { position: absolute; bottom: -18px; left: -18px; background: var(--ink); border-radius: 14px; padding: 18px 22px; box-shadow: 0 8px 32px rgba(26,16,8,0.2); }
.about-badge-num { font-family: var(--font-serif); font-size: 38px; font-weight: 300; color: var(--gold); line-height: 1; }
.about-badge-text { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-lt); margin-top: 4px; }

/* GIFT */
.gift { padding: 96px 8vw; background: var(--ink); position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 56px; align-items: center; }
.gift::before { content: ''; position: absolute; top: -100px; right: 10%; width: 450px; height: 450px; background: radial-gradient(circle, rgba(212,175,55,0.09) 0%, transparent 65%); border-radius: 50%; pointer-events: none; }
.gift-title { font-family: var(--font-serif); font-size: clamp(26px,3vw,44px); font-weight: 300; line-height: 1.15; color: var(--gold-lt); margin-bottom: 8px; margin-top: 14px; }
.gift-title em { font-style: italic; color: var(--gold); }
.gift-script { font-family: var(--font-script); font-size: 26px; color: var(--gold); margin-bottom: 18px; }
.gift-desc { font-size: 15px; line-height: 1.75; color: rgba(201,168,76,0.5); max-width: 500px; }
.gift-actions { display: flex; flex-direction: column; gap: 10px; min-width: 196px; position: relative; z-index: 1; }

/* REVIEWS */
.reviews { padding: 96px 8vw; background: var(--cream); }
.reviews-header { text-align: center; margin-bottom: 16px; }
.reviews-aggregate { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 56px; }
.reviews-big-num { font-family: var(--font-serif); font-size: 64px; font-weight: 300; color: var(--ink); line-height: 1; }
.reviews-right {}
.stars-row { display: flex; gap: 3px; margin-bottom: 4px; }
.star { width: 20px; height: 20px; }
.star svg { width: 20px; height: 20px; fill: var(--gold); }
.star.half svg { fill: url(#half-grad); }
.reviews-count { font-size: 12px; color: var(--ink-lt); letter-spacing: 0.04em; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.review-card { background: white; border-radius: 16px; padding: 28px 24px; box-shadow: 0 2px 12px rgba(26,16,8,0.07); border: 1px solid var(--cream-dk); transition: all 0.3s; position: relative; }
.review-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(26,16,8,0.11); }
.review-card.featured { background: var(--ink); border-color: rgba(201,168,76,0.2); }
.review-card-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.review-card-stars .star svg { width: 16px; height: 16px; fill: var(--gold); }
.review-card.featured .review-card-stars .star svg { fill: var(--gold); }
.review-quote { font-family: var(--font-serif); font-size: 17px; font-weight: 400; line-height: 1.55; color: var(--ink); margin-bottom: 18px; font-style: italic; }
.review-card.featured .review-quote { color: var(--gold-lt); }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gold-lt); display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 16px; font-weight: 500; color: var(--gold-dk); flex-shrink: 0; }
.review-card.featured .review-avatar { background: rgba(201,168,76,0.15); color: var(--gold); }
.review-name { font-size: 13px; font-weight: 600; color: var(--ink); }
.review-card.featured .review-name { color: var(--gold-lt); }
.review-meta { font-size: 11px; color: var(--ink-lt); }
.review-card.featured .review-meta { color: rgba(201,168,76,0.45); }
.review-verified { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 600; letter-spacing: 0.06em; color: #3A6E3D; background: #EDF7EE; padding: 3px 9px; border-radius: 9999px; margin-top: 8px; }
.review-card.featured .review-verified { color: var(--gold); background: rgba(201,168,76,0.1); }
.reviews-cta { text-align: center; }
.reviews-cta-text { font-size: 13px; color: var(--ink-lt); margin-top: 10px; }

/* FOOTER */
footer { background: var(--ink); border-top: 1px solid rgba(201,168,76,0.08); padding: 48px 8vw 28px; }
.footer-main { display: flex; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.footer-brand img { width: 42px; height: 42px; border-radius: 50%; }
.footer-brand-name { font-family: var(--font-script); font-size: 26px; color: var(--gold-lt); line-height: 1; }
.footer-brand-tag { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(201,168,76,0.38); margin-top: 3px; }
.footer-group-title { font-size: 10px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 13px; color: rgba(201,168,76,0.42); transition: color 0.2s; }
.footer-links a:hover { color: var(--gold-lt); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-copy { font-size: 11px; color: rgba(201,168,76,0.28); }
.footer-certs { display: flex; gap: 10px; }
.cert-badge { font-size: 9px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(201,168,76,0.35); border: 1px solid rgba(201,168,76,0.14); padding: 4px 10px; border-radius: 9999px; }

/* ── MOBILE RESPONSIVE ── */
@media (max-width: 900px) {
  /* NAV */
  nav { padding: 0 4vw; }
  .nav-links { display: none; }
  .nav-cta { font-size: 12px; padding: 8px 16px; }

  /* HERO */
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 48px 6vw 40px; order: 2; }
  .hero-left::after { display: none; }
  .hero-right { order: 1; height: 55vw; min-height: 280px; }
  .hero-h1 { font-size: clamp(30px, 7vw, 42px); }
  .hero-sub { font-size: clamp(24px, 6vw, 34px); }
  .hero-desc { font-size: 14px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-trust { flex-wrap: wrap; gap: 12px; }

  /* TRUST STRIP */
  .trust-strip { flex-direction: column; gap: 28px; padding: 44px 6vw; }
  .trust-strip-label { max-width: 100%; text-align: center; }
  .trust-badges { gap: 16px; flex-wrap: wrap; justify-content: center; }

  /* PRODUCT */
  .product { grid-template-columns: 1fr; }
  .product-image { padding: 40px; min-height: 320px; }
  .product-image img { max-height: 320px; }
  .product-content { padding: 44px 6vw; }

  /* HOW TO PLAY */
  .howto { padding: 64px 6vw; }
  .howto-steps { grid-template-columns: 1fr; gap: 3px; }
  .howto-step:first-child { border-radius: 16px 16px 0 0; }
  .howto-step:last-child { border-radius: 0 0 16px 16px; }
  .step-divider { display: none; }

  /* WHERE */
  .where { padding: 0 0 64px; }
  .where-grid { grid-template-columns: 1fr; }
  .where-card { aspect-ratio: 4/3; }

  /* ANIMALS */
  .animals { padding: 64px 6vw; }
  .animals-grid { grid-template-columns: repeat(5, 1fr); gap: 8px; }
  .animal-card { padding: 12px 6px 10px; }
  .animal-swatch { width: 28px; height: 28px; }
  .animal-name { font-size: 12px; }
  .animal-color-name { display: none; }

  /* GALLERY */
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 200px); }
  .gallery-item.large { grid-row: span 1; grid-column: span 2; }

  /* REVIEWS */
  .reviews { padding: 64px 6vw; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card.featured { order: -1; }

  /* ABOUT */
  .about { grid-template-columns: 1fr; gap: 40px; padding: 64px 6vw; }
  .about-visual { display: none; }

  /* GIFT */
  .gift { grid-template-columns: 1fr; gap: 32px; padding: 64px 6vw; }
  .gift-actions { flex-direction: row; flex-wrap: wrap; min-width: unset; }
  .btn-gold-full, .btn-outline-gold { width: auto; flex: 1; }

  /* FOOTER */
  .footer-main { flex-direction: column; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

@media (max-width: 560px) {
  .animals-grid { grid-template-columns: repeat(5, 1fr); gap: 5px; }
  .animal-card { padding: 10px 4px 8px; border-radius: 8px; }
  .animal-swatch { width: 22px; height: 22px; margin-bottom: 5px; }
  .animal-name { font-size: 10px; }
  .hero-badges { gap: 6px; }
  .pill { font-size: 10px; padding: 4px 10px; }
  .reviews-aggregate { flex-direction: column; gap: 8px; text-align: center; }
  .where-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: auto; height: auto; }
  .gallery-item { height: 200px; }
  .gallery-item.large { height: 260px; }
  .product-actions { flex-direction: column; }
  .trust-badges { gap: 12px; }
  .trust-badge-circle { width: 60px; height: 60px; }
  .trust-badge-circle svg { width: 24px; height: 24px; }
}
