:root {
    --ink: #17130f;
    --muted: #746b62;
    --paper: #f7f2e9;
    --cream: #fffdf8;
    --saffron: #c96f23;
    --gold: #d39b4a;
}

html { scroll-behavior: smooth; }
body.product-page {
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 12%, rgba(211,155,74,.18), transparent 28rem),
        radial-gradient(circle at 92% 30%, rgba(201,111,35,.10), transparent 32rem),
        linear-gradient(150deg, #f8f3ea 0%, #fffdf9 46%, #f3eadc 100%);
    min-height: 100vh;
}
body.product-page::before {
    content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .34; z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E");
}
.product-nav {
    position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(95,72,45,.14);
    background: rgba(255,255,255,.96); backdrop-filter: blur(22px); box-shadow: 0 10px 32px rgba(55,37,22,.10);
}
.product-nav-inner { width: 100%; max-width: 80rem; height: 4.75rem; min-height: 0; margin: auto; padding: .45rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; overflow: hidden; }
.product-brand { flex: 0 0 14rem; width: 14rem; height: 3.65rem; display: block; overflow: hidden; padding: 0; border: 1px solid #eaded1; border-radius: .8rem; color: #221b14; background: #fff; box-shadow: 0 5px 18px rgba(55,35,20,.09); }
.product-brand-logo { width: 100% !important; max-width: none !important; height: 100% !important; display: block !important; object-fit: cover !important; object-position: center 49% !important; mix-blend-mode: multiply; transition: transform .25s ease; }
.product-brand:hover .product-brand-logo { transform: scale(1.025); }
.product-nav-links { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 1.35rem; font-size: .82rem; font-weight: 700; color: #55483e; }
.product-nav-links a { transition: color .2s ease; }
.product-nav-links a:hover { color: #a85120; }
.product-nav-cta { position: relative; isolation: isolate; overflow: hidden; min-height: 2.8rem; padding: .78rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border: 1px solid rgba(136,74,28,.22); border-radius: 999px; color: #21150e !important; background: linear-gradient(115deg,#f4c979 0%,#dda14d 48%,#bf6828 100%); box-shadow: 0 9px 22px rgba(105,54,20,.20), inset 0 1px rgba(255,255,255,.45); transition: transform .22s ease, box-shadow .22s ease, filter .22s ease; }
.product-nav-cta::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg,rgba(255,255,255,.35),transparent 45%); transform: translateX(-105%); transition: transform .35s ease; }
.product-nav-cta::after { content: '\2192'; font-size: 1rem; line-height: 1; transition: transform .22s ease; }
.product-nav-cta:hover { transform: translateY(-2px); filter: saturate(1.08); box-shadow: 0 13px 28px rgba(105,54,20,.27), inset 0 1px rgba(255,255,255,.5); }
.product-nav-cta:hover::before { transform: translateX(100%); }
.product-nav-cta:hover::after { transform: translateX(3px); }
.product-nav-cta:active { transform: translateY(0); }
body.product-page > section:first-of-type { position: relative; padding-top: 3.5rem; padding-bottom: 4.5rem; }
body.product-page > section:first-of-type::before { content: 'HANDCRAFTED IN INDIA'; position: absolute; top: 1rem; left: 50%; transform: translateX(-50%); color: #9c7650; font-size: .65rem; font-weight: 800; letter-spacing: .3em; white-space: nowrap; }
body.product-page > section:first-of-type > div:first-child > div:first-child {
    background: radial-gradient(circle at 50% 45%, #fffaf0, #eadcc7 78%) !important;
    border: 1px solid rgba(129,92,48,.18) !important; box-shadow: 0 30px 80px rgba(66,44,23,.16) !important;
}
body.product-page > section:first-of-type img { filter: drop-shadow(0 28px 22px rgba(41,29,18,.22)); }
body.product-page > section:first-of-type h1 { letter-spacing: -.045em; }
.product-page > section:first-of-type { max-width: 82rem !important; align-items: flex-start !important; gap: clamp(2.5rem,6vw,6rem) !important; }
.product-page > section:first-of-type > div:first-child { align-self: flex-start; }
.product-page > section:first-of-type > div:first-child { position: relative; }
.product-page > section:first-of-type > div:first-child::after { display: none; }
.product-feature-chips { margin-top: 1rem; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; }
.product-feature-chip { min-width: 0; padding: .75rem .85rem; display: flex; align-items: center; gap: .7rem; border: 1px solid rgba(130,88,50,.14); border-radius: .9rem; background: rgba(255,255,255,.72); box-shadow: 0 8px 22px rgba(59,37,19,.065); backdrop-filter: blur(10px); transition: .25s ease; }
.product-feature-chip:hover { transform: translateY(-2px); border-color: rgba(191,101,39,.35); background: rgba(255,253,249,.95); box-shadow: 0 12px 28px rgba(59,37,19,.1); }
.product-feature-chip > i { flex: 0 0 2rem; width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: .65rem; color: #a94e1e; background: linear-gradient(145deg,#fae7d1,#f2d3ae); font-size: .8rem; }
.product-feature-chip span { min-width: 0; }
.product-feature-chip strong { display: block; overflow: hidden; color: #3b2a20; font-size: .72rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.product-feature-chip small { display: block; margin-top: .12rem; color: #8b7c70; font-size: .58rem; line-height: 1.25; }
.product-side-guide { margin-top: .85rem; padding: 1.15rem; border: 1px solid rgba(128,86,48,.15); border-radius: 1.15rem; background: linear-gradient(145deg,rgba(255,253,249,.82),rgba(244,232,216,.68)); box-shadow: 0 12px 32px rgba(58,36,18,.07); }
.side-guide-head { display: flex; align-items: center; gap: .75rem; }
.side-guide-head > span { flex: 0 0 2.5rem; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: .8rem; color: #fff; background: linear-gradient(145deg,#c96b2c,#8d421c); box-shadow: 0 7px 16px rgba(142,66,28,.2); }
.side-guide-head small { display: block; color: #ad5a26; font-size: .55rem; font-weight: 900; letter-spacing: .16em; }
.side-guide-head h3 { margin: .15rem 0 0 !important; color: #37261c; font-size: .95rem; font-weight: 850; }
.side-guide-grid { margin-top: .95rem; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .55rem; }
.side-guide-grid > div { min-width: 0; padding: .7rem; display: flex; align-items: center; gap: .55rem; border: 1px solid rgba(134,91,53,.1); border-radius: .75rem; background: rgba(255,255,255,.58); }
.side-guide-grid i { flex: 0 0 1.5rem; width: 1.5rem; height: 1.5rem; display: grid; place-items: center; border-radius: 50%; color: #267a48; background: #e8f5ec; font-size: .55rem; }
.side-guide-grid span { min-width: 0; }
.side-guide-grid strong { display: block; color: #49382d; font-size: .65rem; line-height: 1.25; }
.side-guide-grid small { display: block; margin-top: .1rem; overflow: hidden; color: #8d7e72; font-size: .54rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.product-recommendations { padding: 4.5rem 1.25rem; border-top: 1px solid rgba(119,81,48,.12); background: linear-gradient(180deg,rgba(255,253,248,.72),rgba(238,226,210,.75)); }
.recommendation-inner { max-width: 75rem; margin: auto; }
.recommendation-head { margin-bottom: 1.5rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.recommendation-head p { margin: 0 0 .35rem; color: #ad5926; font-size: .6rem; font-weight: 900; letter-spacing: .2em; }
.recommendation-head h2 { margin: 0; color: #2c2018; font-family: Georgia,serif; font-size: clamp(2rem,4vw,3rem); letter-spacing: -.035em; }
.recommendation-head > a { color: #7a685a; font-size: .75rem; font-weight: 800; }
.recommendation-head > a i { margin-left: .3rem; transition: transform .2s ease; }
.recommendation-head > a:hover i { transform: translateX(3px); }
.recommendation-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.recommendation-card { overflow: hidden; border: 1px solid #dfd1c2; border-radius: 1.25rem; color: #2b2119; background: rgba(255,253,249,.9); box-shadow: 0 12px 32px rgba(55,34,18,.07); transition: .3s ease; }
.recommendation-card:hover { transform: translateY(-5px); border-color: #c9a27e; box-shadow: 0 22px 45px rgba(55,34,18,.13); }
.recommendation-image { position: relative; height: 14rem; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle,#fffaf1,#e8dbc8); }
.recommendation-image img { width: 100%; height: 100%; padding: 1rem; object-fit: contain; filter: drop-shadow(0 16px 13px rgba(47,29,16,.2)); transition: transform .4s ease; }
.recommendation-card:hover img { transform: scale(1.06); }
.recommendation-image > span { position: absolute; right: .85rem; bottom: .85rem; width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #2a1d15; font-size: .65rem; }
.recommendation-copy { padding: 1rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.recommendation-copy small { color: #a25423; font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.recommendation-copy h3 { margin: .25rem 0 0; font-size: 1rem; }
.recommendation-copy > p { margin: 0; white-space: nowrap; color: #a4491b; font-size: .9rem; font-weight: 900; }
.recommendation-copy > p small { display: block; color: #95877b; font-size: .48rem; }
@media(max-width:700px){.product-recommendations{padding:3.5rem .9rem}.recommendation-grid{grid-template-columns:1fr}.recommendation-image{height:12rem}.recommendation-head{align-items:start;flex-direction:column}.recommendation-head>a{padding:.55rem 0}}
.product-page > section:first-of-type > div:first-child > div:first-child { position: relative; overflow: hidden; border-radius: 2.25rem !important; background: radial-gradient(circle at 50% 42%,#fff8e9,#dfceb5 88%) !important; }
.product-page > section:first-of-type > div:first-child > div:first-child::before { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.9), inset 0 -30px 70px rgba(101,61,26,.08); }
.product-page > section:first-of-type > div:nth-child(2) { position: relative; padding: clamp(1.4rem,3vw,2.2rem); border: 1px solid rgba(126,87,51,.14); border-radius: 1.8rem; background: linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,250,242,.66)); box-shadow: 0 28px 70px rgba(66,42,23,.11), inset 0 1px rgba(255,255,255,.9); backdrop-filter: blur(12px); }
.product-page > section:first-of-type > div:nth-child(2)::before { content: ''; position: absolute; top: 1.5rem; right: 1.5rem; width: .55rem; height: .55rem; border-radius: 50%; background: #ce702e; box-shadow: 0 0 0 7px rgba(206,112,46,.1); }
.product-page > section:first-of-type h1 { margin-top: .85rem !important; font-size: clamp(2.8rem,5vw,4.4rem) !important; line-height: .98 !important; text-wrap: balance; }
.product-page > section:first-of-type h1 span { color: #bb4d11 !important; }
.product-page > section:first-of-type h1 + p { margin-top: 1.25rem !important; padding: .9rem 1rem; border-left-width: 3px !important; border-left-color: #d37731 !important; border-radius: 0 .8rem .8rem 0; background: rgba(255,255,255,.48); line-height: 1.65 !important; }
.product-page > section:first-of-type #price { color: #b94713; letter-spacing: -.04em; }
.product-page > section:first-of-type #mrp { color: #9c958e; }
.product-page > section:first-of-type h3 { margin-top: 1.8rem !important; }
.product-page > section:first-of-type .weightOption { min-height: 3.25rem; border: 1px solid #ded0c0 !important; border-radius: .8rem !important; background: rgba(255,255,255,.74); box-shadow: 0 5px 14px rgba(65,41,21,.055); font-size: .88rem; font-weight: 750; }
.product-page > section:first-of-type .weightOption:hover { border-color: #c87335 !important; color: #9e4619 !important; background: #fff8ef; box-shadow: 0 9px 20px rgba(82,46,20,.1); }
.product-page > section:first-of-type .weight-btn-active { color: #fff !important; background: linear-gradient(115deg,#d87b31,#a94617) !important; box-shadow: 0 10px 24px rgba(166,70,23,.25) !important; }
.product-page > section:first-of-type #qty { min-height: 3rem; border: 1px solid #d9caba; border-radius: .75rem; }
.purchase-actions { padding-top: .4rem; }
.purchase-actions > button { border-radius: .9rem !important; }
.weightOption { background: rgba(255,255,255,.62); border-color: #ded3c4 !important; }
.weightOption:hover { transform: translateY(-2px); }
.weight-btn-active { background: linear-gradient(135deg, #d47727, #a8501d) !important; border-color: transparent !important; box-shadow: 0 10px 22px rgba(168,80,29,.28) !important; }
#qty { background-color: rgba(255,255,255,.82); }
button[onclick="openForm()"] { background: linear-gradient(110deg, #1f1914, #3a2b1d 55%, #a85b22) !important; box-shadow: 0 18px 36px rgba(44,29,17,.22) !important; }
button[onclick="openForm()"]:hover { box-shadow: 0 22px 44px rgba(44,29,17,.32) !important; }
.product-assurance { border-top: 1px solid rgba(105,77,45,.15); border-bottom: 1px solid rgba(105,77,45,.15); background: rgba(255,253,248,.62); }
.product-assurance-inner { max-width: 75rem; margin: auto; padding: 1.3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.assurance-item { display: flex; align-items: center; justify-content: center; gap: .75rem; color: #63584d; font-size: .82rem; font-weight: 700; }
.assurance-item i { color: #b86625; font-size: 1rem; }
.product-footer { padding: 2rem 1.25rem; text-align: center; color: #82776c; font-size: .8rem; }
.product-footer a { color: #a65320; font-weight: 700; }
:focus-visible { outline: 2px solid #c96f23; outline-offset: 3px; }
@media (max-width: 700px) {
    .product-nav-inner { height: 4.2rem; padding: .35rem .75rem; gap: .65rem; overflow: visible; }
    .product-brand { flex-basis: 9rem; width: 9rem; height: 3rem; border-radius: .65rem; }
    .product-nav-links { flex: 0 0 auto; gap: 0; }
    .product-nav-links a:not(.product-nav-cta) { display: none; }
    .product-nav-cta { min-height: 2.55rem; padding: .65rem .9rem; gap: .38rem; font-size: .74rem; white-space: nowrap; box-shadow: 0 6px 16px rgba(105,54,20,.18); }
    .product-nav-cta::after { font-size: .9rem; }
    body.product-page > section:first-of-type { padding-top: 3rem; }
    body.product-page > section:first-of-type h1 { font-size: 2.65rem !important; }
    .product-page > section:first-of-type { gap: 2.2rem !important; }
    .product-page > section:first-of-type > div:nth-child(2) { padding: 1.2rem; border-radius: 1.25rem; }
    .product-assurance-inner { grid-template-columns: 1fr; gap: .8rem; }
    .assurance-item { justify-content: flex-start; max-width: 16rem; width: 100%; margin: auto; }
}
@media (max-width: 390px) {
    .product-nav-inner { gap: .45rem; padding-inline: .55rem; }
    .product-brand { flex-basis: 7.7rem; width: 7.7rem; height: 2.75rem; }
    .product-nav-cta { min-height: 2.35rem; padding: .55rem .7rem; font-size: .68rem; }
}
@media (min-width: 701px) and (max-width: 900px) {
    .product-nav-inner { padding-inline: 1rem; gap: .8rem; }
    .product-brand { flex-basis: 11.5rem; width: 11.5rem; }
    .product-nav-links { gap: .75rem; }
    .product-nav-links > a:not(.product-nav-cta) { display: none; }
}
@media (max-width: 520px) {
    body.product-page { overflow-x: hidden; }
    body.product-page > section:first-of-type { padding: 2.4rem .9rem 3rem; gap: 2rem; }
    body.product-page > section:first-of-type::before { top: .7rem; font-size: .55rem; letter-spacing: .2em; }
    body.product-page > section:first-of-type > div:first-child > div:first-child { border-radius: 1.5rem !important; padding: 1rem !important; }
    .product-feature-chips { gap: .5rem; }
    .product-feature-chip { padding: .62rem; gap: .5rem; }
    .product-feature-chip > i { flex-basis: 1.75rem; width: 1.75rem; height: 1.75rem; }
    .product-side-guide { padding: .85rem; }
    .side-guide-grid { grid-template-columns: 1fr; }
    .product-page > section:first-of-type > div:nth-child(2)::before { display: none; }
    body.product-page > section:first-of-type h1 { font-size: clamp(2.15rem,11vw,2.65rem) !important; line-height: 1.04 !important; }
    .purchase-actions { grid-template-columns: 1fr; gap: .65rem; margin-top: 1.4rem; }
    .purchase-actions > button { min-height: 3.2rem; }
    .product-assurance-inner { padding: 1rem; }
    .product-footer { padding: 1.5rem 1rem; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.purchase-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 2rem; }
.purchase-actions > button { margin-top: 0 !important; min-height: 3.65rem; }
.add-cart-btn { border: 2px solid #34271d; border-radius: 1rem; background: rgba(255,253,248,.78); color: #2a211a; font-size: 1rem; font-weight: 800; transition: .25s ease; }
.add-cart-btn:hover { color: #fff; background: #2a211a; transform: translateY(-2px); }
.cart-trigger { position: relative; width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid #ded3c4; border-radius: 999px; color: #372b21; background: rgba(255,255,255,.6); }
.cart-count { position: absolute; top: -.3rem; right: -.25rem; min-width: 1.25rem; height: 1.25rem; padding: 0 .25rem; display: grid; place-items: center; border-radius: 999px; background: #c45f20; color: white; font-size: .65rem; font-weight: 900; }
.cart-overlay { position: fixed; inset: 0; z-index: 60; visibility: hidden; opacity: 0; background: rgba(20,14,10,.52); backdrop-filter: blur(4px); transition: .25s ease; }
.cart-overlay.is-open { visibility: visible; opacity: 1; }
.cart-drawer { position: absolute; right: 0; top: 0; width: min(27rem, 100%); height: 100%; display: flex; flex-direction: column; background: #fffdf8; transform: translateX(100%); transition: transform .3s ease; box-shadow: -25px 0 70px rgba(20,14,10,.22); }
.cart-overlay.is-open .cart-drawer { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 1.3rem; border-bottom: 1px solid #e7ddd0; }
.cart-head h2 { font-size: 1.25rem; font-weight: 900; }
.cart-close { width: 2.5rem; height: 2.5rem; border-radius: 999px; background: #f2eadf; font-size: 1.4rem; }
.cart-items { flex: 1; overflow-y: auto; padding: 1.2rem; }
.cart-empty { display: grid; place-items: center; min-height: 55vh; color: #8b8074; text-align: center; }
.cart-empty i { display: block; margin-bottom: 1rem; color: #c9b59c; font-size: 3rem; }
.cart-item { display: grid; grid-template-columns: 5rem 1fr auto; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid #eee5da; }
.cart-item img { width: 5rem; height: 5rem; border-radius: .9rem; object-fit: contain; background: #f4ecdf; }
.cart-item h3 { font-weight: 800; line-height: 1.25; }
.cart-item-meta { margin-top: .25rem; color: #86796c; font-size: .75rem; }
.cart-weight-select { max-width: 9rem; margin-top: .35rem; padding: .35rem 1.6rem .35rem .55rem; border: 1px solid #d8c9b7; border-radius: .55rem; color: #57483b; background: #fffaf2; font-size: .72rem; font-weight: 800; }
.cart-item-price { color: #a7501e; font-weight: 900; }
.cart-qty { display: inline-flex; align-items: center; margin-top: .6rem; border: 1px solid #ddd0bf; border-radius: 999px; overflow: hidden; }
.cart-qty button { width: 1.8rem; height: 1.7rem; background: #f7efe4; font-weight: 900; }
.cart-qty span { min-width: 1.6rem; text-align: center; font-size: .8rem; font-weight: 800; }
.cart-remove { color: #9d9185; font-size: .8rem; align-self: start; }
.cart-remove:hover { color: #b42318; }
.cart-footer { padding: 1.25rem; border-top: 1px solid #dfd3c4; background: #fffaf2; }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 1rem; font-size: 1.15rem; font-weight: 900; }
.cart-shop { display: block; width: 100%; padding: 1rem; border-radius: .9rem; text-align: center; color: white; background: linear-gradient(110deg, #241b15, #9f501f); font-weight: 900; }
.cart-toast { position: fixed; left: 50%; bottom: 1.5rem; z-index: 80; transform: translate(-50%, 2rem); opacity: 0; padding: .85rem 1.2rem; border-radius: 999px; color: white; background: #211a15; box-shadow: 0 15px 35px rgba(0,0,0,.25); font-size: .85rem; font-weight: 800; transition: .25s ease; }
.cart-toast.show { transform: translate(-50%, 0); opacity: 1; }
@media (max-width: 520px) { .purchase-actions { grid-template-columns: 1fr; } }

.product-story { position: relative; overflow: hidden; padding: 5.5rem 1.25rem; color: #eee7dc; background: #17130f; }
.product-story::before { content: ''; position: absolute; inset: 0; opacity: .22; background: radial-gradient(circle at 15% 20%, #b56c2e, transparent 28rem), radial-gradient(circle at 90% 80%, #80522b, transparent 24rem); }
.story-inner { position: relative; max-width: 75rem; margin: auto; }
.story-kicker { color: #dca45d; font-size: .7rem; font-weight: 900; letter-spacing: .3em; text-transform: uppercase; }
.story-title { max-width: 48rem; margin-top: .8rem; font-family: Georgia, serif; font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: 1.02; letter-spacing: -.04em; }
.story-lead { max-width: 44rem; margin-top: 1.4rem; color: #bdb3a7; font-size: 1.05rem; line-height: 1.8; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.5rem; }
.benefit-card { min-height: 14rem; padding: 1.6rem; border: 1px solid rgba(220,164,93,.18); border-radius: 1.4rem; background: rgba(255,255,255,.035); transition: .3s ease; }
.benefit-card:hover { transform: translateY(-5px); border-color: rgba(220,164,93,.5); background: rgba(255,255,255,.055); }
.benefit-icon { width: 3rem; height: 3rem; display: grid; place-items: center; margin-bottom: 2rem; border-radius: 999px; color: #1d1610; background: #dca45d; }
.benefit-card h3 { color: #fff; font-size: 1.1rem; font-weight: 850; }
.benefit-card p { margin-top: .6rem; color: #9f968d; font-size: .88rem; line-height: 1.65; }
.product-details-section { padding: 5rem 1.25rem; background: #fbf7ef; }
.details-inner { max-width: 75rem; margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: start; }
.details-copy h2 { font-family: Georgia, serif; font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.035em; }
.details-copy p { margin-top: 1.2rem; color: #776b60; line-height: 1.75; }
.craft-note { margin-top: 2rem; padding: 1.3rem; border-left: 3px solid #bd6a29; border-radius: 0 1rem 1rem 0; background: #f1e7d8; color: #655748; font-size: .9rem; }
.spec-list { border-top: 1px solid #ded2c2; }
.spec-row { display: grid; grid-template-columns: 9rem 1fr; gap: 1rem; padding: 1rem .25rem; border-bottom: 1px solid #ded2c2; }
.spec-row dt { color: #9a673d; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.spec-row dd { color: #3e342b; font-weight: 700; }
.product-faq { padding: 5rem 1.25rem; background: #fffdf8; }
.faq-inner { max-width: 52rem; margin: auto; }
.faq-inner > h2 { margin-bottom: 2rem; text-align: center; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); }
.faq-item { border-bottom: 1px solid #e1d7ca; }
.faq-question { width: 100%; padding: 1.3rem .2rem; display: flex; justify-content: space-between; gap: 1rem; text-align: left; color: #33291f; font-weight: 850; }
.faq-question i { color: #b75f25; transition: transform .25s ease; }
.faq-answer { max-height: 0; overflow: hidden; color: #7a6e63; line-height: 1.7; transition: max-height .3s ease, padding .3s ease; }
.faq-item.open .faq-answer { max-height: 12rem; padding: 0 .2rem 1.3rem; }
.faq-item.open .faq-question i { transform: rotate(45deg); }
.mobile-buy-bar { display: none; }
@media (max-width: 760px) {
    .benefit-grid, .details-inner { grid-template-columns: 1fr; }
    .benefit-grid { gap: .8rem; }
    .benefit-card { min-height: auto; }
    .benefit-icon { margin-bottom: 1.2rem; }
    .details-inner { gap: 2.5rem; }
    .spec-row { grid-template-columns: 7rem 1fr; }
    .mobile-buy-bar { position: fixed; left: .75rem; right: .75rem; bottom: .75rem; z-index: 45; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem .8rem .7rem 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 1.1rem; color: #fff; background: rgba(28,21,16,.94); backdrop-filter: blur(16px); box-shadow: 0 15px 40px rgba(0,0,0,.3); }
    .mobile-buy-price small { display: block; color: #b9aea3; font-size: .62rem; text-transform: uppercase; }
    .mobile-buy-price strong { color: #f2b565; }
    .mobile-buy-bar button { padding: .8rem 1rem; border-radius: .75rem; color: #21160e; background: #eda953; font-size: .78rem; font-weight: 900; }
    body.product-page { padding-bottom: 5rem; }
}

.training-video { padding: 5rem 1.25rem; background: #efe4d4; }
.training-video-inner { max-width: 75rem; margin: auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: 3.5rem; align-items: center; }
.training-video-copy h2 { margin-top: .7rem; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -.04em; }
.training-video-copy > p:not(.story-kicker) { margin-top: 1.1rem; color: #75685c; line-height: 1.75; }
.video-points { margin-top: 1.5rem; display: grid; gap: .7rem; color: #56493e; font-size: .86rem; font-weight: 750; }
.video-points li { display: flex; align-items: center; gap: .7rem; }
.video-points i { color: #ae5923; }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(68,44,26,.18); border-radius: 1.6rem; background: #17120e; box-shadow: 0 28px 60px rgba(48,31,18,.22); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-frame--short { width: min(100%, 23rem); aspect-ratio: 9 / 16; margin: auto; }
.video-frame--ambient iframe { pointer-events: none; }
.video-credit { margin-top: .8rem; color: #8a7d70; font-size: .7rem; text-align: right; }
.video-credit a { color: #9e4d1c; font-weight: 800; }
.safety-note { margin-top: 1.5rem; padding: 1rem; border: 1px solid #dfc8aa; border-radius: .9rem; background: rgba(255,253,248,.56); color: #745b43; font-size: .76rem; line-height: 1.55; }
@media (max-width: 800px) { .training-video-inner { grid-template-columns: 1fr; gap: 2rem; } .video-credit { text-align: center; } }
