/* Direction visuelle Pet Care — inspirée de l’affiche fournie */
:root {
  --ink: #10283b;
  --navy: #10283b;
  --navy-2: #183c50;
  --teal: #159a8b;
  --teal-dark: #08786f;
  --teal-pale: #dff4ed;
  --mint: #edf9f3;
  --coral: #f47745;
  --coral-dark: #df5e31;
  --yellow: #ffd45c;
  --lavender: #eaf1f8;
  --cream: #fffaf3;
  --white: #fff;
  --muted: #5d6b73;
  --line: #e2ecea;
  --shadow-soft: 0 12px 34px rgba(16,40,59,.10);
  --shadow-card: 0 8px 24px rgba(16,40,59,.10);
  --radius: 25px;
  --radius-sm: 16px;
}

body {
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h3, h4 {
  color: var(--navy);
  font-family: "Arial Rounded MT Bold", "Trebuchet MS", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -.045em;
}

.announcement {
  padding: 9px 20px;
  color: #fff;
  background: var(--coral);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: none;
}
.announcement span { color: #fff; }

.site-header {
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid #eef2f0;
  box-shadow: 0 3px 14px rgba(16,40,59,.04);
  backdrop-filter: blur(10px);
}
.navbar { min-height: 78px; }
.brand img { width: 166px; height: auto; }
.main-nav { gap: 27px; }
.main-nav a, .footer-links a {
  color: var(--navy);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}
.main-nav a:hover, .footer-links a:hover { color: var(--teal-dark); }
.main-nav a.active { color: var(--teal-dark); position: relative; }
.main-nav a.active::after { position: absolute; right: 0; bottom: -12px; left: 0; height: 3px; border-radius: 3px; background: var(--coral); content: ""; }
.icon-button, .cart-button, .menu-button {
  min-width: 41px;
  min-height: 41px;
  border: 0;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--teal-pale);
}
.icon-button:hover, .cart-button:hover, .menu-button:hover { color: var(--white); background: var(--teal); }
.cart-button { gap: 7px; padding: 0 13px; font-size: .78rem; font-weight: 800; }
.cart-count { min-width: 21px; height: 21px; color: var(--navy); background: var(--yellow); font-weight: 900; }
.mobile-menu { padding-bottom: 17px; }
.mobile-menu a { color: var(--navy); font-weight: 800; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 61px 0 75px;
  background: var(--cream);
}
.hero::before {
  position: absolute;
  top: 30px;
  left: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #fbe5d7;
  content: "";
  opacity: .65;
}
.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 44px;
}
.eyebrow {
  margin-bottom: 16px;
  color: var(--teal-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: none;
}
.eyebrow::before { display: none; }
h1 {
  max-width: 620px;
  font-size: clamp(2.9rem, 5.7vw, 5.25rem);
  line-height: 1.02;
}
.lead {
  max-width: 525px;
  margin-top: 21px;
  color: #53626d;
  font-size: 1rem;
  line-height: 1.75;
}
.hero-actions { gap: 12px; margin-top: 28px; }
.btn {
  min-height: 47px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}
.btn-primary { color: #fff; background: var(--coral); box-shadow: 0 7px 16px rgba(244,119,69,.24); }
.btn-primary:hover { background: var(--coral-dark); }
.btn-secondary { color: var(--teal-dark); border: 2px solid var(--teal); background: #fff; }
.btn-secondary:hover { color: #fff; background: var(--teal); }
.btn-light { color: var(--teal-dark); background: #fff; }
.btn-gold { color: var(--navy); background: var(--yellow); }
.micro-trust { gap: 10px 18px; margin-top: 24px; color: #64747b; font-size: .76rem; font-weight: 700; }
.check { color: var(--teal); }

.hero-visual {
  position: relative;
  min-height: 430px;
  isolation: isolate;
}
.hero-visual::before {
  position: absolute;
  z-index: -1;
  top: 15px;
  right: -70px;
  width: min(91%, 590px);
  height: 390px;
  border-radius: 48% 52% 36% 64% / 44% 38% 62% 56%;
  background: var(--teal);
  content: "";
  transform: rotate(-8deg);
}
.hero-visual::after {
  position: absolute;
  z-index: -1;
  right: 12px;
  bottom: 20px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}
.hero-card {
  right: 25px;
  bottom: 0;
  width: min(100%, 470px);
  padding: 12px;
  border: 0;
  border-radius: 29px;
  background: #fff;
  box-shadow: 0 18px 35px rgba(16,40,59,.16);
}
.hero-card img {
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  object-fit: cover;
}
.hero-card::after { right: 22px; bottom: -28px; color: var(--navy); font-size: .58rem; letter-spacing: .08em; }
.hero-sticker {
  top: 11px;
  right: 5px;
  left: auto;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--yellow);
  box-shadow: 0 8px 15px rgba(16,40,59,.12);
  font-size: .65rem;
  font-weight: 900;
  line-height: 1.2;
  transform: rotate(9deg);
}
.hero-sticker strong { color: var(--coral-dark); font-family: inherit; font-size: 1.2rem; font-weight: 900; letter-spacing: 0; }
.hero-olivara { display: none; }

.trust-strip {
  position: relative;
  z-index: 3;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: -30px;
  border: 0;
}
.trust-item {
  min-height: 112px;
  padding: 19px 18px;
  border: 0;
  border-radius: 21px;
  background: #fff;
  box-shadow: var(--shadow-card);
}
.trust-icon {
  flex-basis: 43px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: var(--teal-dark);
  background: var(--teal-pale);
}
.trust-item strong { font-size: .78rem; letter-spacing: 0; text-transform: none; }
.trust-item span { margin-top: 3px; font-size: .73rem; }

.section { padding: 84px 0; }
.section-cream { background: #fffaf5; }
.section-olive { background: var(--teal); }
.section-heading { align-items: end; margin-bottom: 34px; }
.section-heading p { color: #617079; font-size: .91rem; line-height: 1.7; }
.section-olive .section-heading p { color: #e4faf5; }

.benefit-grid { gap: 17px; }
.benefit-card {
  min-height: 205px;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(16,40,59,.04);
}
.benefit-icon {
  width: 53px;
  height: 53px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--teal-dark);
  background: var(--teal-pale);
}
.benefit-card:nth-child(2) .benefit-icon { color: var(--coral-dark); background: #ffe5d9; }
.benefit-card:nth-child(3) .benefit-icon { color: #9b741b; background: #fff3c9; }
.benefit-card h3 { font-size: 1.24rem; }
.benefit-card p { margin-top: 8px; font-size: .86rem; line-height: 1.65; }

.product-grid { gap: 21px; }
.product-card {
  overflow: hidden;
  border: 1px solid #e3ece9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(16,40,59,.06);
}
.product-card:hover { box-shadow: 0 14px 30px rgba(16,40,59,.12); transform: translateY(-4px); }
.product-media { background: #eef8f5; }
.product-media img { aspect-ratio: 1 / .92; object-fit: cover; }
.product-badge { top: 13px; left: 13px; padding: 6px 10px; border-radius: 999px; color: var(--navy); background: var(--yellow); font-size: .7rem; font-weight: 900; }
.product-body { padding: 21px 22px 23px; }
.product-kicker { color: var(--teal-dark); font-size: .73rem; font-weight: 900; letter-spacing: .01em; text-transform: none; }
.product-body h3 { font-size: 1.35rem; }
.product-summary { min-height: 48px; margin: 9px 0 16px; font-size: .87rem; line-height: 1.6; }
.product-price { margin-bottom: 17px; }
.price { color: var(--navy); font-family: inherit; font-size: 1.35rem; font-weight: 900; letter-spacing: 0; }
.old-price { font-size: .82rem; }
.save { color: var(--coral-dark); font-size: .73rem; }
.product-actions { gap: 8px; }
.product-actions .btn { min-height: 42px; padding: 0 14px; font-size: .74rem; }

.split-feature { gap: 64px; }
.feature-image { border-radius: 27px; box-shadow: var(--shadow-soft); }
.feature-image img { aspect-ratio: 1 / .9; border-radius: 27px; }
.feature-list { gap: 16px; margin-top: 24px; }
.feature-list li > span:first-child { flex-basis: 30px; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: var(--teal); font-family: inherit; font-size: .78rem; font-weight: 900; }
.feature-list strong { font-size: .87rem; }
.feature-list p { font-size: .82rem; line-height: 1.55; }

.review-grid { gap: 17px; }
.review-card { padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 5px 15px rgba(16,40,59,.04); }
.stars { color: #f3b53c; }
.review-card blockquote { margin: 14px 0 19px; font-family: inherit; font-size: .88rem; line-height: 1.65; }
.avatar { background: var(--teal); }

.faq-grid { gap: 60px; }
details { border: 1px solid var(--line); border-radius: 15px; background: #fff; }
summary { padding: 16px 18px; color: var(--navy); font-size: .88rem; }
details p { margin: -2px 18px 18px; font-size: .84rem; line-height: 1.65; }
.cta-band { padding: 42px 0; color: #fff; background: var(--teal); }
.cta-band h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.6rem); }

.breadcrumb { padding: 20px 0 0; color: var(--muted); font-size: .78rem; letter-spacing: 0; text-transform: none; }
.breadcrumb a { color: var(--teal-dark); }
.page-intro { padding: 55px 0 43px; background: var(--cream); }
.page-intro h1 { font-size: clamp(2.7rem, 5.7vw, 4.7rem); }
.page-intro p { font-size: .98rem; line-height: 1.7; }
.shop-toolbar { padding-bottom: 18px; }
.filter-pill { padding: 8px 14px; border-radius: 999px; color: var(--teal-dark); background: var(--teal-pale); font-size: .73rem; letter-spacing: 0; text-transform: none; }
.filter-pill.active { color: #fff; background: var(--teal); }

.product-page { padding: 56px 0 88px; }
.product-layout { gap: 63px; }
.gallery-main { border-radius: 26px; background: #17232b; box-shadow: var(--shadow-soft); }
.gallery-main img { aspect-ratio: 1 / 1; border-radius: 26px; object-fit: contain; }
.gallery-thumb { border: 2px solid #e3ece9; border-radius: 13px; background: #17232b; }
.gallery-thumb.active { border-color: var(--coral); }
.product-info h1 { font-size: clamp(2.5rem, 4.6vw, 4.2rem); }
.product-info .product-summary { font-size: .96rem; line-height: 1.75; }
.quantity-control { border-radius: 999px; }
.quantity-control button, .quantity-control input { height: 42px; }
.buy-actions .btn { min-height: 48px; }
.whatsapp-button { border-radius: 999px; color: #08786f; background: var(--teal-pale); font-size: .78rem; letter-spacing: 0; text-transform: none; }
.highlight { border-radius: 14px; background: var(--mint); }

.cart-list, .summary-card, .form-card, .order-card, .empty-state { border-radius: 22px; }
.cart-list { border: 1px solid var(--line); }
.cart-line img { border-radius: 15px; }
.summary-card, .order-card { background: #fffaf5; }
.payment-choice { border-radius: 15px; background: var(--mint); }
.success-card { border-radius: 24px; }
.info-card, .contact-card { border-radius: 17px; }

.site-footer {
  padding-top: 60px;
  color: #d6efeb;
  background: var(--navy);
}
.footer-brand img { width: 157px; filter: brightness(0) invert(1); }
.site-footer h3 { color: #fff; font-family: inherit; font-size: .84rem; letter-spacing: 0; text-transform: none; }
.footer-links a, .footer-contact { color: #b6d0d2; }
.footer-bottom { border-top-color: rgba(214,239,235,.2); }
.toast { border-radius: 14px; background: var(--navy); }

@media (max-width: 940px) {
  .hero-grid { gap: 30px; }
  .hero-visual { min-height: 390px; }
  .hero-visual::before { right: -35px; width: 92%; height: 350px; }
  .hero-card { right: 8px; width: min(100%, 430px); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); margin-top: -22px; }
  .trust-item { border: 0; }
}

@media (max-width: 660px) {
  .announcement { padding: 8px 12px; font-size: .68rem; }
  .navbar { min-height: 70px; }
  .brand img { width: 135px; }
  .hero { padding: 45px 0 62px; }
  .hero-grid { gap: 31px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-visual { min-height: 330px; margin-top: 15px; }
  .hero-visual::before { top: 11px; right: -45px; width: 108%; height: 295px; }
  .hero-visual::after { right: 3px; bottom: 9px; width: 54px; height: 54px; }
  .hero-card { right: 6px; width: calc(100% - 21px); padding: 8px; border-radius: 23px; }
  .hero-card img { border-radius: 16px; }
  .hero-card::after { right: 4px; bottom: -24px; font-size: .49rem; }
  .hero-sticker { top: 0; right: -4px; width: 78px; height: 78px; font-size: .5rem; }
  .hero-sticker strong { font-size: .9rem; }
  .micro-trust { display: grid; gap: 6px; }
  .trust-strip { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: -18px; }
  .trust-item { min-height: 105px; padding: 15px 12px; border-radius: 16px; }
  .trust-item strong { font-size: .71rem; }
  .trust-item span { font-size: .67rem; }
  .trust-icon { flex-basis: 35px; width: 35px; height: 35px; }
  .section { padding: 67px 0; }
  .section-heading { gap: 13px; margin-bottom: 28px; }
  .section-heading p { font-size: .85rem; }
  .benefit-grid, .product-grid, .review-grid { grid-template-columns: 1fr; gap: 15px; }
  .benefit-card { min-height: 0; padding: 23px 20px; }
  .product-card { border-radius: 19px; }
  .product-media img { aspect-ratio: 1 / .86; }
  .product-body { padding: 19px 18px 20px; }
  .product-actions { align-items: stretch; }
  .split-feature, .faq-grid { gap: 37px; }
  .feature-image, .feature-image img { border-radius: 21px; }
  .product-page { padding-top: 40px; }
  .product-layout { gap: 38px; }
  .gallery-main, .gallery-main img { border-radius: 20px; }
  .gallery-main img { min-height: 310px; }
  .product-info h1 { font-size: 2.8rem; }
  .product-highlights { grid-template-columns: 1fr; }
  .cart-layout, .checkout-layout, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 8px; }
}

@media (max-width: 430px) {
  .cart-label { display: none; }
  .trust-item { display: block; }
  .trust-icon { margin-bottom: 9px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
