/* ============================================================
   PALVRI TABLE - Provençal Theme
   Olive · Lavender · Terracotta · Cream (South of France sun)
   ============================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --olive:       #5a6b3b;
  --olive-deep:  #3f4d28;
  --olive-soft:  #768a4f;
  --lavender:    #7c6f9e;
  --lavender-dp: #574c75;
  --terracotta:  #c25e3a;
  --terra-dark:  #a4492a;
  --gold:        #d9a441;
  --gold-dark:   #b6852b;
  --cream:       #f7f2e7;
  --cream-2:     #efe7d4;
  --paper:       #fbf8f1;
  --ink:         #2c2a24;
  --ink-soft:    #5e5a4f;
  --line:        #e3dac6;
  --white:       #ffffff;
  --shadow:      0 14px 50px rgba(63, 77, 40, 0.12);
  --radius:      14px;
  --transition:  0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.72;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--olive-deep);
  line-height: 1.18;
  font-weight: 500;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul, ol { padding-left: 1.4em; }

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 20px 0;
  background: transparent;
  transition: background var(--transition), box-shadow var(--transition), padding var(--transition);
}

.navbar.scrolled {
  background: rgba(63, 77, 40, 0.97);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 26px rgba(44, 42, 36, 0.22);
  padding: 13px 0;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 11px;
}

.logo-icon { font-size: 1.5rem; }

.logo-text {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: 0.01em;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 0;
  align-items: center;
}

.nav-links a {
  color: rgba(247, 242, 231, 0.86);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color var(--transition);
}

.nav-links a:hover { color: var(--gold); }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 24px;
  background: var(--cream);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(150deg, #3f4d28 0%, #5a6b3b 46%, #574c75 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 50% 50% at 82% 22%, rgba(217, 164, 65, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 45% 55% at 12% 85%, rgba(124, 111, 158, 0.35) 0%, transparent 65%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 30 Q15 18 30 30 Q45 42 60 30' stroke='rgba(247,242,231,0.05)' fill='none' stroke-width='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat, repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(44, 42, 36, 0.28), transparent 50%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 130px 30px 90px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.hero-kicker {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.hero h1 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.6rem, 5.6vw, 4.6rem);
  font-weight: 500;
  color: var(--cream);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin-bottom: 26px;
}

.hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}

.hero-desc {
  font-size: 1.12rem;
  font-weight: 300;
  color: rgba(247, 242, 231, 0.82);
  max-width: 520px;
  margin-bottom: 40px;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.hero-cta {
  display: inline-block;
  background: var(--gold);
  color: var(--olive-deep);
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 17px 40px;
  border-radius: 6px;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 8px 28px rgba(217, 164, 65, 0.32);
}

.hero-cta:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(217, 164, 65, 0.42);
}

.hero-link {
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cream);
  border-bottom: 1px solid rgba(247, 242, 231, 0.4);
  padding-bottom: 3px;
  transition: color var(--transition), border-color var(--transition);
}
.hero-link:hover { color: var(--gold); border-color: var(--gold); }

.hero-photo {
  position: relative;
}

.hero-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 30px 70px rgba(44, 42, 36, 0.4);
}

.hero-photo-tag {
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: rgba(251, 248, 241, 0.95);
  color: var(--olive-deep);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 10px 18px;
  border-radius: 100px;
  box-shadow: 0 8px 24px rgba(44, 42, 36, 0.25);
}

/* ============================================================
   SHAPEON SECTION
   ============================================================ */
.shapeon-section {
  background: linear-gradient(160deg, #574c75 0%, #3f4d28 100%);
  padding: 96px 30px;
  position: relative;
  overflow: hidden;
}

.shapeon-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(217, 164, 65, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.shapeon-section--bottom {
  background: linear-gradient(160deg, #3f4d28 0%, #574c75 100%);
}

.shapeon-inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.shapeon-badge-top {
  display: inline-block;
  background: var(--gold);
  color: var(--olive-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 7px 22px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.shapeon-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.7rem, 3.8vw, 2.7rem);
  color: var(--gold);
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.shapeon-sub {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.4rem;
  color: var(--cream);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 16px;
}

.shapeon-desc {
  font-size: 1.04rem;
  color: rgba(247, 242, 231, 0.78);
  max-width: 620px;
  margin: 0 auto 54px;
  font-weight: 300;
}

/* Product Cards */
.product-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 54px;
}

.product-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(217, 164, 65, 0.22);
  border-radius: var(--radius);
  padding: 34px 26px;
  width: 100%;
  max-width: 312px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.32);
  border-color: rgba(217, 164, 65, 0.6);
}

.product-card--featured {
  background: rgba(217, 164, 65, 0.12);
  border-color: var(--gold);
  transform: scale(1.04);
}

.product-card--featured:hover { transform: scale(1.04) translateY(-6px); }

.product-card--best {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(217, 164, 65, 0.42);
}

.product-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--olive-deep);
  background: rgba(247, 242, 231, 0.6);
  padding: 5px 15px;
  border-radius: 100px;
  text-align: center;
}

.product-label--featured {
  background: var(--gold);
  color: var(--olive-deep);
}

.product-label--best {
  background: rgba(217, 164, 65, 0.28);
  color: var(--gold);
}

.product-img {
  width: 142px;
  height: 162px;
  object-fit: contain;
}

.product-name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.45rem;
  color: var(--cream);
  font-weight: 600;
}

.product-price-block { text-align: center; }

.price-per {
  font-size: 0.93rem;
  color: rgba(247, 242, 231, 0.66);
  display: block;
  margin-bottom: 6px;
}

.price-total {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.price-old {
  font-size: 1.02rem;
  color: rgba(247, 242, 231, 0.42);
  text-decoration: line-through;
}

.price-new {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--gold);
  font-family: 'Fraunces', Georgia, serif;
}

.product-shipping {
  font-size: 0.82rem;
  color: rgba(247, 242, 231, 0.62);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn-buy {
  display: inline-block;
  background: var(--gold);
  color: var(--olive-deep);
  font-family: 'Inter', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px 28px;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  transition: background var(--transition), transform var(--transition);
  margin-top: auto;
}

.btn-buy:hover { background: var(--gold-dark); transform: translateY(-2px); }

.btn-buy--featured {
  box-shadow: 0 6px 24px rgba(217, 164, 65, 0.38);
}

/* Trust Badges */
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 38px;
  flex-wrap: wrap;
  margin-bottom: 54px;
  padding-top: 12px;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.trust-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.8);
}

.trust-item span {
  font-size: 0.76rem;
  color: rgba(247, 242, 231, 0.62);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Guarantee */
.guarantee-block {
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(217, 164, 65, 0.24);
  border-radius: var(--radius);
  padding: 30px 38px;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

.guarantee-seal {
  width: 92px;
  height: 92px;
  object-fit: contain;
  flex-shrink: 0;
}

.guarantee-text h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.22rem;
  color: var(--gold);
  margin-bottom: 8px;
}

.guarantee-text p {
  font-size: 0.93rem;
  color: rgba(247, 242, 231, 0.66);
  line-height: 1.65;
}

/* ============================================================
   RECIPES SECTION
   ============================================================ */
.recipes-section {
  padding: 110px 30px;
  background: var(--paper);
}

.recipes-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 14px;
  text-align: center;
}

.section-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  text-align: center;
  color: var(--olive-deep);
  margin-bottom: 18px;
  letter-spacing: -0.015em;
}

.section-subtitle {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 66px;
  font-size: 1.06rem;
  color: var(--ink-soft);
  font-weight: 300;
}

/* Recipe Grid */
.recipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
  gap: 38px;
}

/* Recipe Card */
.recipe-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 22px rgba(63, 77, 40, 0.06);
  transition: box-shadow var(--transition), transform var(--transition);
  display: flex;
  flex-direction: column;
}

.recipe-card:hover {
  box-shadow: 0 16px 46px rgba(63, 77, 40, 0.15);
  transform: translateY(-5px);
}

.recipe-img-wrap {
  position: relative;
  height: 236px;
  overflow: hidden;
}

.recipe-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.recipe-card:hover .recipe-img { transform: scale(1.06); }

.recipe-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(44, 42, 36, 0.5) 0%, transparent 55%);
}

.recipe-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(251, 248, 241, 0.94);
  color: var(--olive-deep);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
}

.recipe-body {
  padding: 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.recipe-meta-top {
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.recipe-time,
.recipe-servings,
.recipe-level {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--terracotta);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
  padding-left: 14px;
}
.recipe-time::before,
.recipe-servings::before,
.recipe-level::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.recipe-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.42rem;
  color: var(--olive-deep);
  margin-bottom: 12px;
  line-height: 1.24;
}

.recipe-desc {
  font-size: 0.97rem;
  color: var(--ink-soft);
  line-height: 1.66;
  margin-bottom: 22px;
  flex-grow: 1;
  font-weight: 400;
}

.recipe-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--olive);
  color: var(--cream);
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 26px;
  border-radius: 8px;
  width: 100%;
  transition: background var(--transition), transform var(--transition);
}

.recipe-toggle-btn:hover {
  background: var(--olive-deep);
  transform: translateY(-1px);
}

.btn-icon {
  display: inline-block;
  transition: transform var(--transition);
}
.recipe-details.active ~ * .btn-icon { transform: rotate(180deg); }

/* Recipe Details */
.recipe-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--cream);
  border-top: 0px solid transparent;
}

.recipe-details.active {
  max-height: 900px;
  border-top: 2px solid var(--line);
}

.recipe-details-inner {
  padding: 32px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.recipe-col h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.12rem;
  color: var(--olive-deep);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}

.recipe-col ul {
  list-style: none;
  padding: 0;
}

.recipe-col ul li {
  font-size: 0.94rem;
  color: var(--ink);
  padding: 6px 0;
  border-bottom: 1px solid rgba(63, 77, 40, 0.08);
  line-height: 1.5;
}

.recipe-col ul li:last-child { border-bottom: none; }

.recipe-col ol { padding-left: 1.3em; }

.recipe-col ol li {
  font-size: 0.94rem;
  color: var(--ink);
  padding: 7px 0 7px 4px;
  border-bottom: 1px solid rgba(63, 77, 40, 0.08);
  line-height: 1.62;
}

.recipe-col ol li:last-child { border-bottom: none; }

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about-section {
  background: var(--cream-2);
  padding: 104px 30px;
}

.about-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.about-photo img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.about-content .section-eyebrow { text-align: left; }

.about-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  color: var(--olive-deep);
  margin-bottom: 22px;
  letter-spacing: -0.015em;
}

.about-content p {
  font-size: 1.04rem;
  color: var(--ink-soft);
  margin-bottom: 18px;
  font-weight: 400;
}

.about-values {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.about-value {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-value span { font-size: 1.5rem; }
.about-value p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--olive-deep);
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: #2c2a24;
  padding: 76px 30px 32px;
  color: rgba(247, 242, 231, 0.62);
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 48px;
}

.footer-brand .logo-text {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--cream);
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-bottom: 48px;
}

.footer-col h5 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.04rem;
  color: var(--gold);
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.footer-col p {
  font-size: 0.87rem;
  line-height: 1.7;
  margin-bottom: 4px;
}

.footer-col a { color: rgba(247, 242, 231, 0.62); transition: color var(--transition); }
.footer-col a:hover { color: var(--gold); }

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li { margin-bottom: 8px; }

.footer-col ul li a {
  font-size: 0.87rem;
  color: rgba(247, 242, 231, 0.62);
  transition: color var(--transition);
}

.footer-col ul li a:hover { color: var(--gold); }

.footer-disclaimer {
  border-top: 1px solid rgba(247, 242, 231, 0.12);
  border-bottom: 1px solid rgba(247, 242, 231, 0.12);
  padding: 24px 0;
  margin-bottom: 24px;
}

.footer-disclaimer p {
  font-size: 0.83rem;
  line-height: 1.75;
  color: rgba(247, 242, 231, 0.46);
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.footer-bottom { text-align: center; }

.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(247, 242, 231, 0.36);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-photo img { height: 360px; }
  .hero-content { max-width: 640px; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { order: 2; }
  .about-photo img { height: 360px; }
}

@media (max-width: 768px) {
  .nav-toggle { display: flex; }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(63, 77, 40, 0.99);
    backdrop-filter: blur(8px);
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition), padding var(--transition);
  }
  .nav-links.open {
    max-height: 420px;
    padding: 14px 30px 22px;
  }
  .nav-links li {
    width: 100%;
    border-bottom: 1px solid rgba(247, 242, 231, 0.1);
  }
  .nav-links a {
    display: block;
    padding: 15px 0;
    font-size: 0.82rem;
  }

  .hero-grid { padding: 116px 26px 70px; }
  .hero-actions { gap: 20px; }

  .product-cards { flex-direction: column; align-items: center; }
  .product-card--featured { transform: none; }
  .product-card--featured:hover { transform: translateY(-4px); }

  .footer-cols { grid-template-columns: 1fr; gap: 30px; }

  .recipe-details-inner { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  body { font-size: 17px; }

  .recipe-grid { grid-template-columns: 1fr; }

  .hero h1 { font-size: clamp(2.2rem, 9vw, 2.8rem); }
  .hero-photo img { height: 280px; }

  .guarantee-block { flex-direction: column; text-align: center; }

  .trust-badges { gap: 24px; }

  .shapeon-section, .recipes-section, .about-section { padding-left: 22px; padding-right: 22px; }

  .about-values { gap: 18px; }
}
