:root {
  --puppy-cream:    #fefcf7;
  --puppy-warm:     #fff8ed;
  --puppy-krill:    #c0392b;
  --puppy-krill2:   #e74c3c;

  --text-dark:   #1a1a1a;
  --text-mid:    #3d3430;
  --text-muted:  #666;

  --radius-xl:   24px;
  --radius-md:   14px;
  --shadow-soft: 0 20px 60px rgba(0,0,0,.08);
  --shadow-card: 0 8px 28px rgba(0,0,0,.07);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--puppy-cream);
  color: var(--text-dark);
  overflow-x: hidden;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.gradient-text {
  background: linear-gradient(135deg, var(--ciotolandia-orange), var(--ciotolandia-light-green));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================================
   HERO – light, warm, airy
   ============================================================ */
.puppy-hero {
  position: relative;
  background: var(--puppy-warm);
  padding: 120px 0 0;
  overflow: hidden;
}

.puppy-hero__deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.puppy-hero__deco--1 {
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(230,126,34,.13) 0%, transparent 70%);
  top: -180px; right: -160px;
}
.puppy-hero__deco--2 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(74,163,74,.10) 0%, transparent 70%);
  bottom: 0; left: -100px;
}

.puppy-hero .container { position: relative; z-index: 2; }

.puppy-hero__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-bottom: 80px;
}

.puppy-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,126,34,.1);
  border: 1px solid rgba(230,126,34,.25);
  border-radius: 100px;
  padding: 6px 16px 6px 10px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ciotolandia-orange);
  margin-bottom: 24px;
}
.puppy-hero__label .dot {
  width: 8px; height: 8px;
  background: var(--ciotolandia-orange);
  border-radius: 50%;
  animation: pulseDot 2s ease-in-out infinite;
}
@keyframes pulseDot {
  0%,100% { box-shadow: 0 0 0 0 rgba(230,126,34,.5); }
  50%      { box-shadow: 0 0 0 7px rgba(230,126,34,0); }
}

.puppy-hero__title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.025em;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.puppy-hero__sub {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-muted);
  max-width: 480px;
  margin-bottom: 32px;
}

.puppy-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.badge-pill {
  background: #fff;
  border: 1px solid rgba(0,0,0,.09);
  border-radius: 100px;
  padding: 7px 15px;
  font-size: .82rem;
  color: var(--text-mid);
  font-weight: 500;
}

.btn-puppy-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ciotolandia-orange);
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  padding: 14px 30px;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(230,126,34,.35);
  transition: transform .25s, box-shadow .25s, background .2s;
}
.btn-puppy-cta:hover {
  background: var(--ciotolandia-orange-light);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(230,126,34,.45);
}
.btn-puppy-cta .arrow { transition: transform .25s; }
.btn-puppy-cta:hover .arrow { transform: translateX(4px); }

/* Hero visual */
.puppy-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.puppy-bowl-wrap {
  position: relative;
  width: 360px;
  height: 360px;
}

.bowl-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px dashed rgba(230,126,34,.25);
  animation: spinSlow 24s linear infinite;
}
.bowl-ring--outer {
  inset: -28px;
  border-color: rgba(74,163,74,.2);
  animation-duration: 36s;
  animation-direction: reverse;
}
@keyframes spinSlow { to { transform: rotate(360deg); } }

.bowl-ring__dot {
  position: absolute;
  top: 50%; left: -5px;
  width: 10px; height: 10px;
  background: var(--ciotolandia-orange);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(230,126,34,.5);
}
.bowl-ring--outer .bowl-ring__dot {
  background: var(--ciotolandia-light-green);
  box-shadow: 0 0 10px rgba(74,163,74,.5);
}

.bowl-circle {
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff 0%, #fff4e0 100%);
  border: 1.5px solid rgba(230,126,34,.12);
  box-shadow: 0 16px 48px rgba(230,126,34,.12), 0 4px 12px rgba(0,0,0,.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bowl-emoji {
  font-size: 7rem;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.10));
  animation: bowlBob 3.5s ease-in-out infinite;
}
@keyframes bowlBob {
  0%,100% { transform: translateY(0) rotate(-2deg); }
  50%      { transform: translateY(-12px) rotate(2deg); }
}

.float-pill {
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 100px;
  padding: 8px 14px;
  font-size: .76rem;
  font-weight: 600;
  color: var(--text-mid);
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0,0,0,.07);
  animation: floatPill 5s ease-in-out infinite;
}
.float-pill--1 { top: 6%;  left: -4%;  animation-delay: 0s; }
.float-pill--2 { top: 22%; right: -8%; animation-delay: .8s; }
.float-pill--3 { bottom: 28%; left: -6%; animation-delay: 1.6s; }
.float-pill--4 { bottom: 8%;  right: -4%; animation-delay: 2.4s; }
@keyframes floatPill {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}

.hero-wave { display: block; width: 100%; margin-top: -2px; }

/* ============================================================
   KRILL SPOTLIGHT
   ============================================================ */
.krill-section {
  padding: 100px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.krill-section::before {
  content: 'KRILL';
  position: absolute;
  font-size: 18vw;
  font-weight: 800;
  color: rgba(230,126,34,.04);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
  letter-spacing: -.04em;
  white-space: nowrap;
  z-index: 0;
}
.krill-section .container { position: relative; z-index: 1; }

.krill-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* The one dark card – used as a single strong accent */
.krill-card-main {
  background: linear-gradient(145deg, #1a1a1a 0%, #2d1f1a 60%, #1a1a1a 100%);
  border-radius: var(--radius-xl);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(230,126,34,.18);
}
.krill-card-main::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(230,126,34,.38) 0%, transparent 70%);
  border-radius: 50%;
}
.krill-card-main::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(74,163,74,.22) 0%, transparent 70%);
  border-radius: 50%;
}

.krill-icon {
  font-size: 4rem;
  display: block;
  margin-bottom: 20px;
  filter: drop-shadow(0 6px 16px rgba(230,126,34,.4));
  animation: krillBob 3s ease-in-out infinite;
  position: relative; z-index: 1;
}
@keyframes krillBob {
  0%,100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-6px) scale(1.04); }
}

.krill-tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--ciotolandia-orange), var(--ciotolandia-orange-light));
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 14px;
  position: relative; z-index: 1;
}

.krill-card-main h3 {
  font-size: 1.9rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 12px;
  position: relative; z-index: 1;
}
.krill-card-main h3 em {
  font-style: normal;
  color: var(--ciotolandia-orange-light);
}

.krill-card-main > p {
  font-size: .9rem;
  color: rgba(255,255,255,.62);
  line-height: 1.7;
  margin-bottom: 28px;
  position: relative; z-index: 1;
}

.krill-stats {
  display: flex;
  gap: 12px;
  position: relative; z-index: 1;
}
.krill-stat {
  flex: 1;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-md);
  padding: 14px 10px;
  text-align: center;
}
.krill-stat__num {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--ciotolandia-orange-light);
  line-height: 1;
  margin-bottom: 4px;
}
.krill-stat__label {
  font-size: .67rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.45);
}

/* Info side */
.section-eyebrow {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ciotolandia-orange);
  margin-bottom: 14px;
}

.krill-title {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.022em;
  color: var(--text-dark);
  margin-bottom: 18px;
}

.krill-intro {
  font-size: .97rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 32px;
}

.krill-benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.krill-benefit {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 18px;
  background: var(--puppy-cream);
  border-radius: var(--radius-md);
  border: 1px solid rgba(0,0,0,.06);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.krill-benefit:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow-card);
  border-color: rgba(230,126,34,.18);
}
.krill-benefit__icon {
  width: 42px; height: 42px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(230,126,34,.14), rgba(230,126,34,.05));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.krill-benefit__text strong {
  display: block;
  font-size: .87rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 3px;
}
.krill-benefit__text p {
  font-size: .78rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* ============================================================
   RECIPE
   ============================================================ */
.puppy-recipe {
  padding: 100px 0;
  background: var(--puppy-warm);
  position: relative;
  overflow: hidden;
}
.puppy-recipe::after {
  content: '🐾';
  position: absolute;
  font-size: 20rem;
  opacity: .025;
  bottom: -40px; right: -40px;
  pointer-events: none;
  filter: grayscale(1);
}

.recipe-header {
  text-align: center;
  margin-bottom: 60px;
}
.recipe-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.05;
  color: var(--text-dark);
  margin-bottom: 14px;
}
.recipe-subtitle {
  font-size: 1.02rem;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

.recipe-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: start;
}

.ingredients-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.ingr-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.ingr-item:last-child { border-bottom: none; }

.ingr-bar-wrap {
  width: 5px;
  align-self: stretch;
  background: #f0ede8;
  border-radius: 10px;
  overflow: hidden;
  min-height: 56px;
  position: relative;
  flex-shrink: 0;
}
.ingr-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: var(--pct);
  background: var(--color);
  border-radius: 10px;
  transition: height 1.3s cubic-bezier(.23,1,.32,1);
}

.ingr-body strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: .9rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 3px;
}
.ingr-body strong em {
  font-style: normal;
  font-size: .78rem;
  font-weight: 500;
  color: var(--text-muted);
}
.ingr-body p {
  font-size: .8rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* Recipe visual card */
.recipe-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.05);
}

.recipe-card__top {
  position: relative;
  background: linear-gradient(145deg, #fff8ed 0%, #fdecd0 100%);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.recipe-card__top::before {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230,126,34,.16) 0%, transparent 65%);
  top: -60px; right: -60px;
}

.recipe-card__emoji {
  font-size: 8rem;
  display: block;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,.10));
  animation: puppyBob 3.5s ease-in-out infinite;
  position: relative; z-index: 1;
}
@keyframes puppyBob {
  0%,100% { transform: translateY(0); }
  45%      { transform: translateY(-14px); }
  65%      { transform: translateY(-9px); }
}

.recipe-card__badge {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--ciotolandia-orange);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(230,126,34,.35);
  z-index: 2;
}

.recipe-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #f0ede8;
}
.rec-tile {
  background: #fff;
  padding: 18px 20px;
  transition: background .2s;
}
.rec-tile:hover { background: #fefcf7; }
.rec-tile__icon { font-size: 1.4rem; display: block; margin-bottom: 6px; }
.rec-tile strong {
  display: block;
  font-size: .84rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 3px;
}
.rec-tile p {
  font-size: .76rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0;
}

.recipe-cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  flex-wrap: wrap;
}
.btn-recipe {
  display: inline-block;
  background: var(--ciotolandia-orange);
  color: #fff;
  border-radius: 100px;
  padding: 10px 22px;
  font-size: .87rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, background .2s;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(230,126,34,.3);
}
.btn-recipe:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(230,126,34,.4);
  background: var(--ciotolandia-orange-light);
}
.recipe-allergen {
  font-size: .76rem;
  color: var(--ciotolandia-light-green);
  font-weight: 600;
}

/* ============================================================
   GROWTH STAGES – green brand bg
   ============================================================ */
.growth-section {
  padding: 90px 0;
  background: var(--ciotolandia-light-green);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.growth-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    55deg,
    rgba(255,255,255,.04) 0,
    rgba(255,255,255,.04) 1px,
    transparent 1px,
    transparent 36px
  );
}

.growth-header {
  text-align: center;
  margin-bottom: 52px;
  position: relative; z-index: 1;
}
.growth-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.022em;
  color: #fff;
  margin-bottom: 10px;
}
.growth-title span { color: rgba(255,255,255,.75); }
.growth-sub {
  font-size: .95rem;
  color: rgba(255,255,255,.65);
}

.growth-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.18);
  position: relative; z-index: 1;
}
.growth-stage {
  padding: 30px 22px;
  background: rgba(255,255,255,.07);
  transition: background .25s;
  position: relative;
}
.growth-stage::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #fff;
  opacity: 0;
  transition: opacity .25s;
}
.growth-stage:hover { background: rgba(255,255,255,.14); }
.growth-stage:hover::after { opacity: .5; }

.stage-emoji { font-size: 2rem; display: block; margin-bottom: 12px; }
.stage-age {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.14);
  border-radius: 100px;
  padding: 3px 10px;
  margin-bottom: 8px;
}
.stage-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.stage-desc {
  font-size: .78rem;
  color: rgba(255,255,255,.62);
  line-height: 1.6;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.puppy-final-cta {
  padding: 100px 0;
  background: var(--ciotolandia-light-green);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.puppy-final-cta::before {
  content: '🐾';
  position: absolute;
  font-size: 22rem;
  opacity: .06;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
  filter: grayscale(1) brightness(10);
}

.final-content { position: relative; z-index: 1; }

.final-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -.025em;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 18px;
}
.final-sub {
  font-size: 1.02rem;
  color: rgba(255,255,255,.75);
  max-width: 500px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.dogbone-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--ciotolandia-light-green);
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 34px;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(0,0,0,.15);
  transition: .25s;
}
.dogbone-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(0,0,0,.2);
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .65s ease;
}
[data-reveal="left"]  { transform: translateX(-28px); }
[data-reveal="right"] { transform: translateX(28px); }
[data-reveal].visible { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
  .puppy-hero__row  { grid-template-columns: 1fr; gap: 40px; padding-bottom: 60px; }
  .puppy-bowl-wrap  { width: 300px; height: 300px; margin: 0 auto; }
  .krill-grid       { grid-template-columns: 1fr; gap: 48px; }
  .recipe-layout    { grid-template-columns: 1fr; }
  .growth-timeline  { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
  .puppy-hero       { padding: 80px 0 0; }
  .puppy-bowl-wrap  { width: 240px; height: 240px; }
  .bowl-emoji       { font-size: 5.5rem; }
  .float-pill       { display: none; }
  .krill-stats      { flex-direction: column; gap: 8px; }
  .growth-timeline  { grid-template-columns: 1fr; }
  .recipe-benefits-grid { grid-template-columns: 1fr; }
}