:root {
  --cream: #fffaf3;
  --paper: #f5ece1;
  --coral: #e87355;
  --coral-dark: #bd5139;
  --plum: #482b3a;
  --ink: #35252d;
  --muted: #786970;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.header { height: 80px; max-width: 1240px; margin: auto; padding: 0 36px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 8px; font: 600 26px "Fraunces", serif; }
.logo span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--coral); color: white; font-style: italic; }
nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--coral-dark); }
.bag { font-size: 14px; font-weight: 700; }
.bag span { display: inline-grid; place-items: center; width: 23px; height: 23px; margin-left: 5px; border-radius: 50%; background: var(--plum); color: white; font-size: 12px; }

.hero { min-height: 650px; max-width: 1440px; margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; }
.hero-copy { padding: 100px 5vw 70px max(6vw, 50px); }
.eyebrow { margin: 0 0 18px; color: var(--coral-dark); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
h1, h2, h3, blockquote { font-family: "Fraunces", serif; }
h1 { max-width: 560px; margin: 0; font-size: clamp(58px, 6.2vw, 92px); line-height: .96; letter-spacing: -.04em; font-weight: 500; }
.intro { max-width: 510px; margin: 28px 0 34px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.button, .add-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 0 28px; border: 0; border-radius: 100px; background: var(--plum); color: white; font-weight: 700; cursor: pointer; transition: .2s; }
.button:hover, .add-button:hover { background: #301b26; transform: translateY(-2px); }
.rating { display: flex; align-items: center; gap: 12px; margin-top: 32px; }
.rating > span, .stars { color: var(--coral); letter-spacing: 2px; font-size: 14px; }
.rating p { margin: 0; color: var(--muted); font-size: 13px; }
.hero-image { position: relative; min-height: 600px; overflow: hidden; border-radius: 0 0 0 100px; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.soft-note { position: absolute; right: 7%; bottom: 8%; display: grid; place-content: center; width: 130px; height: 130px; border-radius: 50%; background: var(--plum); color: white; text-align: center; transform: rotate(7deg); }
.soft-note strong { font: 500 22px "Fraunces", serif; }
.soft-note small { opacity: .7; }
.promise { min-height: 72px; padding: 18px 5vw; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 50px); background: var(--plum); color: white; font-size: 13px; font-weight: 600; }
.promise i { width: 5px; height: 5px; border-radius: 50%; background: #dfa39b; }

.benefits { max-width: 1240px; margin: auto; padding: 110px 6vw; }
.section-title { max-width: 680px; margin: auto; text-align: center; }
h2 { margin: 0; font-size: clamp(42px, 5vw, 65px); line-height: 1.05; letter-spacing: -.035em; font-weight: 500; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.benefit-grid article { padding: 40px 30px; border: 1px solid #decfc2; border-radius: 28px; background: #fffdf9; text-align: center; }
.icon { display: grid; place-items: center; width: 64px; height: 64px; margin: auto; border-radius: 20px; background: #f4d7ce; color: var(--coral-dark); font-size: 30px; }
.benefit-grid h3 { margin: 20px 0 8px; font-size: 25px; }
.benefit-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.product { max-width: 1200px; margin: 0 auto 110px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 42px; background: var(--paper); }
.product-photo { position: relative; min-height: 600px; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; }
.badge { position: absolute; z-index: 1; top: 24px; left: 24px; padding: 10px 16px; border-radius: 100px; background: var(--cream); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.product-info { padding: 65px clamp(30px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.product-info h2 { font-size: clamp(42px, 4vw, 58px); }
.stars a { margin-left: 8px; color: var(--ink); letter-spacing: 0; text-decoration: underline; }
.price { margin: 6px 0 16px; font-size: 22px; font-weight: 700; }
.price small { margin-left: 9px; color: var(--muted); font-size: 13px; font-weight: 400; }
.description { color: var(--muted); line-height: 1.65; }
.product-info ul { padding: 0; list-style: none; line-height: 2; font-size: 14px; }
.product-info li::before { content: "✓"; margin-right: 11px; color: var(--coral); font-weight: 700; }
.buy-area { display: flex; gap: 12px; margin-top: 10px; }
.quantity { min-width: 126px; min-height: 58px; display: flex; align-items: center; justify-content: space-around; border: 1px solid #cdbdb1; border-radius: 100px; }
.quantity button { width: 38px; border: 0; background: transparent; font-size: 20px; cursor: pointer; }
.add-button { flex: 1; }
.delivery { margin-top: 13px; color: var(--muted); text-align: center; }

.reviews { min-height: 400px; padding: 78px max(7vw, 35px); display: grid; grid-template-columns: 1.4fr .6fr; gap: 75px; align-items: center; background: var(--coral); color: white; }
.reviews .eyebrow { color: #5b2631; }
blockquote { max-width: 820px; margin: 0; font-size: clamp(34px, 4vw, 55px); line-height: 1.16; letter-spacing: -.025em; }
.score { padding-left: 40px; border-left: 1px solid #ffffff66; text-align: center; }
.score strong { display: block; font: 500 82px/1 "Fraunces", serif; }
.score span { letter-spacing: 2px; }
footer { min-height: 190px; padding: 48px 6vw; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: var(--plum); color: white; }
footer > p, footer > small { text-align: right; opacity: .65; }
.toast { position: fixed; z-index: 5; right: 24px; bottom: 24px; min-width: 275px; padding: 16px 19px; display: flex; align-items: center; gap: 12px; border-radius: 18px; background: var(--plum); color: white; box-shadow: 0 14px 45px #321d2860; opacity: 0; transform: translateY(140%); transition: .35s; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--coral); }
.toast strong, .toast small { display: block; }
.toast small { margin-top: 2px; opacity: .7; }

@media (max-width: 800px) {
  .header { height: 70px; padding: 0 20px; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 24px 50px; }
  h1 { font-size: clamp(54px, 15vw, 74px); }
  .hero-image { min-height: 440px; border-radius: 0; }
  .promise { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .benefits { padding: 78px 20px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .product { margin: 0 20px 80px; grid-template-columns: 1fr; border-radius: 28px; }
  .product-photo { min-height: 380px; }
  .product-info { padding: 50px 25px; }
  .buy-area { flex-direction: column; }
  .quantity { width: 100%; }
  .reviews { grid-template-columns: 1fr; gap: 45px; padding: 70px 24px; }
  .score { padding: 40px 0 0; border: 0; border-top: 1px solid #ffffff66; }
  footer { grid-template-columns: 1fr; gap: 15px; }
  footer > p, footer > small { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
