.product-page{background:#f8f1e5;color:#472b24;min-height:100vh}.product-page *{box-sizing:border-box}.product-page__wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}.product-header{padding:22px 0;border-bottom:1px solid #decfbd;background:#fffaf2}.product-header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.product-brand{color:#294d2f;text-decoration:none;font-family:Georgia,serif;font-size:1.35rem;font-weight:700}.product-back{color:#472b24;text-decoration:none;font-weight:750}.product-back:hover{text-decoration:underline}.breadcrumb{padding:24px 0 8px;color:#796a61;font-size:.92rem}.breadcrumb a{color:#294d2f}.product-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:54px;align-items:center;padding:34px 0 68px}.product-photo{aspect-ratio:1;border-radius:34px;overflow:hidden;background:#efe1ce;box-shadow:0 20px 55px rgba(72,43,36,.12)}.product-photo img{display:block;width:100%;height:100%;object-fit:cover}.product-kicker{display:inline-flex;padding:8px 14px;border:1px solid #d9c6ae;border-radius:999px;color:#6a5549;font-weight:750}.product-title{font-family:Georgia,serif;font-size:clamp(2.5rem,6vw,5.25rem);line-height:.94;letter-spacing:-.045em;margin:20px 0 22px}.product-lead{font-size:1.18rem;line-height:1.65;color:#6f625a;max-width:620px}.product-price{display:flex;align-items:baseline;gap:8px;margin:28px 0 10px}.product-price strong{font-size:2rem;color:#a8322d}.product-price span{font-size:1.05rem;color:#6f625a}.product-note{color:#796a61;margin:0 0 28px}.product-actions{display:flex;gap:12px;flex-wrap:wrap}.product-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:999px;text-decoration:none;font-weight:800}.product-button--primary{background:#294d2f;color:#fff}.product-button--secondary{border:1px solid #cdb99f;color:#472b24;background:#fffaf2}.product-benefits{border-top:1px solid #decfbd;border-bottom:1px solid #decfbd;background:#fffaf2}.product-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}.product-benefit{padding:30px 24px;text-align:center;font-weight:750}.product-content{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;padding:72px 0}.product-content h2{font-family:Georgia,serif;font-size:2rem;margin:0 0 18px}.product-content p,.product-content li{color:#6f625a;line-height:1.7}.product-card{padding:30px;border:1px solid #ddcdb9;border-radius:28px;background:#fffaf2}.product-card h2{font-size:1.55rem}.product-card ul{padding-left:20px}.product-footer{padding:34px 0 46px;border-top:1px solid #decfbd;color:#796a61;text-align:center}.product-footer a{color:#294d2f}@media(max-width:760px){.product-page__wrap{width:min(100% - 28px,1180px)}.product-header__inner{align-items:flex-start}.product-hero{grid-template-columns:1fr;gap:30px;padding:22px 0 48px}.product-title{font-size:clamp(2.6rem,15vw,4rem)}.product-benefits__grid,.product-content{grid-template-columns:1fr}.product-benefit{padding:18px}.product-content{gap:24px;padding:48px 0}.product-button{width:100%}}
