:root { --paper:#fffaf4; --cream:#faefe4; --ink:#2e3e34; --green:#42583f; --rose:#c8948a; --line:rgba(32,51,40,.18); --serif:"Newsreader",Georgia,serif; --sans:"DM Sans",Arial,sans-serif; }
* { box-sizing: border-box; }
small { font-size: 14px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.product-header { min-height: 110px; padding: 12px clamp(22px,6vw,82px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.product-header img { width: min(290px,55vw); height: 82px; object-fit: contain; }
.product-header > a:last-child { font-size: 14px; font-weight: 600; }
.product-detail { width: min(1180px,calc(100% - 44px)); margin: 70px auto; display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.8fr); gap: clamp(45px,8vw,110px); align-items: center; }
.product-visual { aspect-ratio: 1; overflow: hidden; background: var(--cream); }
.product-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.eyebrow { margin: 0 0 18px; color: var(--rose); font-size: 14px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px,6vw,82px); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.summary { margin: 30px 0; font-family: var(--serif); font-size: 21px; line-height: 1.45; }
.product-subtitle { margin: 14px 0 -12px; color: var(--rose); font-family: var(--serif); font-size: 22px; line-height: 1.3; }
.facts { margin: 0; border-top: 1px solid var(--line); }
.facts div { padding: 17px 0; display: grid; grid-template-columns: 120px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.facts dt { color: #6f796f; font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.facts dd { margin: 0; font-size: 14px; }
.product-buy-link { display: inline-block; margin-top: 28px; border-radius: 999px; background: var(--green); color: #fff; padding: 12px 19px; font-size: 14px; font-weight: 700; }
.product-buy-link:hover { background: var(--ink); }
.product-navigation { display:flex; align-items:center; gap:18px; }
.product-store-link { border:1px solid currentColor; border-radius:999px; padding:9px 15px; font-weight:700; }
.product-footer-navigation { display:flex; justify-content:center; gap:clamp(14px,3vw,30px); margin-bottom:14px; }
.product-footer-navigation a { color:#fff; font-weight:600; letter-spacing:.02em; text-transform:none; }
.product-footer-navigation a:hover { text-decoration:underline; }
.note { margin-top: 25px; color: #6f796f; font-size: 14px; }
.product-information { width: min(1180px,calc(100% - 44px)); margin: 0 auto 90px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.information-section { min-height: 210px; padding: clamp(26px,4vw,48px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.information-section h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.02em; }
.information-section p, .information-section li { color: #536158; font-size: 14px; line-height: 1.75; }
.information-section p { margin: 0; }
.information-section ul { margin: 0; padding-left: 19px; }
.information-section li + li { margin-top: 8px; }
.composition-section p { overflow-wrap: anywhere; font-family: var(--sans); font-size: 14px; }
.warnings-section { background: #fbf4ea; }
footer { padding: 28px; background: var(--green); color: rgba(255,255,255,.7); text-align: center; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 620px) {
  .product-header { align-items:flex-start; gap:16px; }
  .product-navigation { flex-direction:column; align-items:flex-end; gap:10px; }
  .product-footer-navigation { flex-wrap:wrap; }
}
@media (max-width:760px) { .product-header { min-height: 92px; } .product-header img { height: 66px; } .product-detail { margin: 38px auto 65px; grid-template-columns: 1fr; gap: 38px; } .facts div { grid-template-columns: 95px 1fr; } .product-information { grid-template-columns: 1fr; margin-bottom: 65px; } .information-section { min-height: 0; } }
