:root {
  --orange: #f45116;
  --orange-dark: #d83c08;
  --orange-soft: #fff1e9;
  --green: #55ad2c;
  --green-soft: #eef8e9;
  --ink: #171717;
  --muted: #68635f;
  --line: #ece8e3;
  --cream: #fbf8f4;
  --white: #fff;
  --shadow: 0 20px 55px rgba(49, 35, 25, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Manrope", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Plus Jakarta Sans", Arial, sans-serif; }
h1 { font-size: clamp(2.35rem, 5vw, 4.65rem); line-height: .99; letter-spacing: -.055em; }
h2 { font-size: clamp(1.85rem, 3.4vw, 3.1rem); line-height: 1.08; letter-spacing: -.04em; }
h3 { line-height: 1.25; }
.site-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: #181512; color: #fff; }
.section-kicker, .eyebrow { display: inline-block; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading h2 { margin: 8px 0 13px; }
.section-heading p { color: var(--muted); font-size: 1.03rem; }
.accent { color: var(--orange); }
.muted { color: var(--muted); }
.is-hidden { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(236,232,227,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: #131313; font-size: 1.72rem; font-weight: 500; letter-spacing: .08em; line-height: 1; }
.brand i { width: 15px; height: 35px; margin: 0 -1px 0 -2px; display: inline-block; background: var(--orange); clip-path: polygon(66% 0, 34% 44%, 70% 66%, 25% 100%, 54% 63%, 21% 42%); }
.brand-light { color: #fff; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { font-size: .78rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.desktop-nav a:hover { color: var(--orange); }
.nav-shop { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 4px; }
.icon-button { width: 44px; height: 44px; border: 0; background: transparent; color: inherit; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.icon-button:hover { background: #f5f2ee; }
.icon-button svg { width: 23px; height: 23px; }
.cart-button { position: relative; }
.cart-badge { position: absolute; top: 1px; right: -1px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--orange); font-size: .65rem; font-weight: 800; }
.menu-button { display: none; }
.mobile-nav { border-top: 1px solid var(--line); padding: 10px 20px 18px; background: #fff; }
.mobile-nav a { display: block; padding: 11px 0; font-weight: 750; }
.button { min-height: 50px; padding: 13px 22px; border-radius: 8px; border: 2px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; line-height: 1.2; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--orange); border-color: var(--orange); box-shadow: 0 12px 24px rgba(244,81,22,.18); }
.button-primary:hover { background: var(--orange-dark); border-color: var(--orange-dark); }
.button-secondary { color: var(--ink); background: #fff; border-color: #d9d3cd; }
.button-secondary:hover { border-color: var(--orange); }
.button-block { width: 100%; }
.text-link { color: var(--orange); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.hero { position: relative; overflow: hidden; padding: 72px 0 48px; background: linear-gradient(115deg, #fff 56%, #fff6ef 56%); }
.hero:after { content: ""; position: absolute; width: 550px; height: 550px; right: -150px; top: -245px; border: 92px solid rgba(244,81,22,.13); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 42px; }
.hero-copy { padding: 32px 0 48px; }
.hero-copy h1 { margin: 12px 0 24px; }
.hero-copy h1 span { color: var(--orange); display: block; margin-top: 10px; font-size: .78em; line-height: 1.13; }
.hero-copy > p { color: var(--muted); max-width: 580px; font-size: 1.05rem; }
.benefit-list { list-style: none; padding: 0; margin: 27px 0; display: grid; gap: 13px; }
.benefit-list li { display: flex; gap: 12px; align-items: center; font-weight: 700; }
.benefit-list li span { flex: 0 0 24px; height: 24px; display: grid; place-items: center; color: var(--orange); border: 1px solid #ffad8e; border-radius: 50%; font-size: .74rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 15px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.hero-visual { position: relative; min-height: 590px; display: flex; align-items: center; justify-content: center; }
.hero-visual:before { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: linear-gradient(145deg, #ffdec7, #ffb163); }
.hero-product { position: relative; z-index: 2; width: min(470px, 82%); aspect-ratio: 1 / 1; object-fit: cover; border-radius: 38px 8px 38px 8px; box-shadow: var(--shadow); }
.fruit-badge { position: absolute; z-index: 3; width: 105px; height: 105px; border-radius: 50%; color: #fff; display: grid; place-items: center; text-align: center; font-weight: 900; font-size: .77rem; line-height: 1.15; background: var(--green); box-shadow: 0 16px 32px rgba(58,126,27,.24); right: 3%; bottom: 8%; transform: rotate(7deg); }
.feature-strip { position: relative; z-index: 2; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.feature { padding: 34px 28px; text-align: center; border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature-icon { width: 48px; height: 48px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 16px; background: var(--orange-soft); color: var(--orange); font-size: 1.45rem; }
.feature:nth-child(even) .feature-icon { color: var(--green); background: var(--green-soft); }
.feature h3 { margin: 0 0 7px; font-size: .95rem; }
.feature p { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.55; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.split-section h2 { margin: 8px 0 22px; }
.split-section p { color: var(--muted); }
.image-card { position: relative; }
.image-card img { width: 100%; min-height: 460px; object-fit: cover; border-radius: 10px 70px 10px 70px; box-shadow: var(--shadow); }
.image-card:before { content: ""; position: absolute; inset: -20px 50% 20px -20px; border-radius: 10px 70px 10px 70px; background: var(--orange-soft); z-index: -1; }
.check-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 31px; }
.check-list li:before { content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step-card { position: relative; text-align: center; padding: 32px 23px 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.step-card:after { content: "→"; position: absolute; right: -19px; top: 50px; color: #c9c1ba; font-size: 1.4rem; }
.step-card:last-child:after { display: none; }
.step-number { width: 60px; height: 60px; margin: 0 auto 18px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border: 1px solid #ffd2bd; border-radius: 50%; font-weight: 900; }
.step-card:nth-child(odd) .step-number { color: var(--green); background: var(--green-soft); border-color: #cfe8c3; }
.step-card h3 { margin-bottom: 8px; font-size: 1rem; }
.step-card p { color: var(--muted); font-size: .86rem; margin: 0; }
.ingredient-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.ingredient-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(41,32,25,.04); }
.ingredient-art { min-height: 138px; display: grid; place-items: center; font-size: 3.2rem; background: linear-gradient(135deg, #fff0e7, #fff); }
.ingredient-card:nth-child(even) .ingredient-art { background: linear-gradient(135deg, #eef8e9, #fff); }
.ingredient-card div:last-child { padding: 20px 18px; text-align: center; }
.ingredient-card h3 { margin-bottom: 8px; font-size: .96rem; }
.ingredient-card p { color: var(--muted); font-size: .78rem; margin: 0; }
.facts-band { background: #fff; border-block: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 33px 18px; text-align: center; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; color: var(--orange); font-family: "Plus Jakarta Sans", sans-serif; font-size: 2rem; letter-spacing: -.04em; }
.fact span { font-size: .84rem; font-weight: 700; }
.use-panel { overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.use-copy { padding: 56px; align-self: center; }
.use-copy h2 { margin: 7px 0 24px; }
.use-image { min-height: 470px; width: 100%; height: 100%; object-fit: cover; }
.faq-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 24px 4px; border: 0; background: transparent; display: flex; justify-content: space-between; gap: 20px; text-align: left; font-weight: 800; }
.faq-question span:last-child { color: var(--orange); font-size: 1.2rem; }
.faq-answer { display: none; padding: 0 45px 24px 4px; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }
.faq-item.is-open .faq-question span:last-child { transform: rotate(45deg); }
.cta-band { position: relative; overflow: hidden; padding: 70px 0; color: #fff; background: linear-gradient(105deg, #f45116, #db3707); }
.cta-band:after { content: ""; position: absolute; width: 390px; height: 390px; right: -130px; top: -180px; border: 70px solid rgba(255,255,255,.12); border-radius: 50%; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta-inner h2 { margin: 0 0 10px; }
.cta-inner p { margin: 0; color: rgba(255,255,255,.82); }
.cta-inner .button { flex: 0 0 auto; color: var(--orange); background: #fff; border-color: #fff; }
.product-page { padding: 54px 0 86px; }
.breadcrumbs { margin-bottom: 28px; color: var(--muted); font-size: .8rem; }
.breadcrumbs a:hover { color: var(--orange); }
.product-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: start; }
.gallery-main { overflow: hidden; border-radius: 18px; background: var(--cream); }
.gallery-main img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.gallery-thumbs { margin-top: 14px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.gallery-thumb { padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden; background: var(--cream); }
.gallery-thumb.is-active { border-color: var(--orange); }
.gallery-thumb img { aspect-ratio: 1 / 1; object-fit: cover; }
.product-summary { position: sticky; top: 105px; }
.product-summary h1 { margin: 7px 0 14px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.product-subtitle { color: var(--muted); font-size: 1rem; }
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 26px; }
.tag { padding: 7px 11px; color: #39771e; background: var(--green-soft); border-radius: 999px; font-size: .72rem; font-weight: 800; }
.plan-title { margin-bottom: 12px; font-size: .86rem; font-weight: 900; }
.plan-stack { display: grid; gap: 11px; }
.plan-option { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 16px; border: 2px solid var(--line); border-radius: 12px; cursor: pointer; }
.plan-option:has(input:checked) { border-color: var(--orange); background: #fff8f4; box-shadow: 0 8px 24px rgba(244,81,22,.08); }
.plan-option input { width: 19px; height: 19px; accent-color: var(--orange); }
.plan-name { display: block; font-weight: 900; }
.plan-meta { color: var(--muted); font-size: .76rem; }
.plan-price { text-align: right; }
.plan-price strong { display: block; }
.plan-price del { color: #9d9791; font-size: .75rem; }
.plan-badge { position: absolute; top: -10px; right: 12px; padding: 4px 9px; border-radius: 10px; color: #fff; background: var(--orange); font-size: .62rem; font-weight: 900; letter-spacing: .04em; }
.purchase-actions { margin-top: 18px; }
.purchase-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 17px; color: var(--muted); text-align: center; font-size: .67rem; font-weight: 700; }
.purchase-notes span { padding: 9px 6px; border: 1px solid var(--line); border-radius: 8px; }
.product-details { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.detail-card { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.detail-card h3 { margin-bottom: 10px; }
.detail-card p { color: var(--muted); font-size: .87rem; margin: 0; }
.notice-box { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--orange); color: #5c5049; background: var(--orange-soft); font-size: .84rem; }
.legal-hero { padding: 64px 0 48px; background: linear-gradient(120deg, #fff 55%, #fff4ed); border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 850px; margin: 8px 0 13px; font-size: clamp(2.25rem, 5vw, 4rem); }
.legal-hero p { color: var(--muted); max-width: 720px; margin: 0; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); justify-content: center; gap: 64px; padding: 60px 0 90px; }
.legal-nav { align-self: start; position: sticky; top: 110px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.legal-nav strong { display: block; margin-bottom: 11px; }
.legal-nav a { display: block; padding: 7px 0; color: var(--muted); font-size: .8rem; }
.legal-nav a:hover { color: var(--orange); }
.legal-content h2 { margin: 40px 0 14px; font-size: 1.55rem; letter-spacing: -.025em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 26px 0 10px; font-size: 1.05rem; }
.legal-content p, .legal-content li { color: #5e5853; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content li { margin-bottom: 8px; }
.legal-note { padding: 18px 20px; border-radius: 10px; background: var(--cream); border: 1px solid var(--line); }
.contact-card { padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); }
.contact-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .8rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 14px; border: 1px solid #dcd6d0; border-radius: 9px; background: #fff; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,81,22,.1); }
.site-footer { padding: 66px 0 26px; color: rgba(255,255,255,.78); background: #191613; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 48px; }
.site-footer h3 { margin: 0 0 17px; color: #fff; font-size: .86rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a, .footer-link-button { display: block; margin: 9px 0; color: rgba(255,255,255,.72); font-size: .82rem; }
.site-footer a:hover, .footer-link-button:hover { color: #fff; }
.footer-link-button { padding: 0; border: 0; background: transparent; text-align: left; }
.footer-brand p { max-width: 360px; margin: 20px 0 0; font-size: .86rem; }
.footer-brand .footer-small { font-size: .72rem; color: rgba(255,255,255,.5); }
.footer-bottom { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 20px; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.cart-shell { position: fixed; inset: 0; z-index: 100; }
.cart-shell.is-closed { pointer-events: none; }
.cart-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(22,18,15,.55); opacity: 1; transition: opacity .28s; }
.cart-shell.is-closed .cart-backdrop { opacity: 0; }
.cart-panel { position: absolute; top: 0; right: 0; width: min(450px, 100%); height: 100%; display: flex; flex-direction: column; background: #fff; box-shadow: -18px 0 55px rgba(0,0,0,.16); transform: translateX(0); transition: transform .3s ease; }
.cart-shell.is-closed .cart-panel { transform: translateX(100%); }
.cart-head { padding: 22px 24px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.cart-head h2 { margin: 2px 0 0; font-size: 1.45rem; }
.cart-body { flex: 1; overflow-y: auto; padding: 0 24px; }
.cart-empty { height: 100%; min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart-empty p { margin: 4px 0 12px; color: var(--muted); }
.empty-icon { margin-bottom: 12px; font-size: 2.2rem; }
.cart-line { display: grid; grid-template-columns: 88px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 88px; height: 88px; border-radius: 10px; object-fit: cover; }
.cart-line-head { display: flex; justify-content: space-between; gap: 12px; }
.cart-line-head strong { font-size: .88rem; }
.remove-button { flex: 0 0 32px; height: 32px; padding: 0; border: 0; border-radius: 50%; background: #f6f3f0; }
.line-meta { margin: 3px 0 11px; color: var(--muted); font-size: .7rem; }
.line-bottom { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.quantity { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 8px; }
.quantity button { width: 34px; height: 32px; padding: 0; border: 0; background: transparent; }
.quantity span { width: 28px; text-align: center; font-size: .8rem; font-weight: 800; }
.line-price { text-align: right; font-size: .82rem; }
.line-price del { display: block; color: #a6a09a; font-size: .68rem; }
.cart-footer { padding: 20px 24px 24px; border-top: 1px solid var(--line); background: #fff; }
.price-row { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: .88rem; }
.price-row.savings { color: var(--green); }
.cart-note { color: var(--muted); font-size: .68rem; }
.secure-line { margin-top: 11px; text-align: center; color: var(--muted); font-size: .7rem; }
.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 90; max-width: 1180px; margin: auto; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 20px 70px rgba(25,20,16,.2); }
.cookie-banner strong { display: block; }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; }
.cookie-banner a { color: var(--orange); text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-actions .button { min-height: 44px; padding: 10px 14px; font-size: .75rem; }
.modal-shell { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 18px; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(22,18,15,.62); }
.cookie-modal { position: relative; z-index: 1; width: min(620px, 100%); max-height: calc(100vh - 36px); overflow: auto; padding: 30px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.modal-head h2 { margin: 4px 0 15px; font-size: 1.75rem; }
.cookie-modal > p { color: var(--muted); font-size: .86rem; }
.cookie-options { margin-top: 20px; border-top: 1px solid var(--line); }
.cookie-option { padding: 17px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.cookie-option p { margin: 2px 0 0; color: var(--muted); font-size: .75rem; }
.toggle { flex: 0 0 44px; height: 24px; padding: 2px; border: 0; border-radius: 12px; background: #d7d2cd; }
.toggle i { display: block; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: transform .2s; box-shadow: 0 2px 5px rgba(0,0,0,.15); }
.toggle.is-on { background: var(--green); }
.toggle.is-on i { transform: translateX(20px); }
.toggle.is-locked { opacity: .75; }
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.checkout-page { min-height: 100vh; background: var(--cream); }
.checkout-header { padding: 22px 0; background: #fff; border-bottom: 1px solid var(--line); }
.checkout-header .site-container { display: flex; align-items: center; justify-content: space-between; }
.checkout-secure { color: var(--muted); font-size: .78rem; font-weight: 800; }
.checkout-main { padding: 50px 0 80px; }
.checkout-grid { display: grid; grid-template-columns: 1fr 410px; gap: 50px; align-items: start; }
.checkout-stepper { max-width: 470px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-bottom: 34px; }
.step-label { display: flex; align-items: center; gap: 9px; font-size: .8rem; font-weight: 800; }
.step-dot { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid #d4cec8; border-radius: 50%; color: #98918a; }
.step-label.is-active .step-dot, .step-label.is-done .step-dot { color: #fff; border-color: var(--orange); background: var(--orange); }
.step-line { height: 2px; background: #ddd7d1; }
.checkout-card { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.checkout-card h1, .checkout-card h2 { margin-bottom: 22px; font-size: 1.65rem; }
.checkout-form { display: grid; gap: 16px; }
.contact-summary { margin-bottom: 18px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; display: flex; justify-content: space-between; align-items: center; }
.contact-summary p { margin: 0; font-size: .8rem; }
.payment-options { display: grid; gap: 11px; }
.payment-option { display: flex; gap: 11px; padding: 15px; border: 2px solid var(--line); border-radius: 11px; cursor: pointer; }
.payment-option:has(input:checked) { border-color: var(--orange); background: #fff8f4; }
.payment-option input { accent-color: var(--orange); }
.payment-option strong { display: block; font-size: .84rem; }
.payment-option span { color: var(--muted); font-size: .72rem; }
.order-summary { position: sticky; top: 30px; }
.order-line { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.order-line img { width: 60px; height: 60px; object-fit: cover; border-radius: 9px; }
.order-line p { margin: 0; font-size: .76rem; font-weight: 800; }
.order-line small { color: var(--muted); }
.order-totals { margin-top: 18px; }
.success-panel { max-width: 650px; margin: 0 auto; text-align: center; }
.success-icon { width: 72px; height: 72px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 2rem; }
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .hero-grid, .product-layout, .split-section, .checkout-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { min-height: 520px; }
  .feature-grid, .steps-grid { grid-template-columns: repeat(2,1fr); }
  .feature:nth-child(2) { border-right: 0; }
  .feature:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .ingredient-grid { grid-template-columns: repeat(3,1fr); }
  .product-summary { position: static; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-nav { position: static; display: grid; grid-template-columns: repeat(3,1fr); gap: 0 14px; }
  .legal-nav strong { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
  .checkout-grid { max-width: 760px; margin-inline: auto; }
  .order-summary { position: static; order: -1; }
}
@media (max-width: 720px) {
  .site-container { width: min(100% - 28px, 1180px); }
  .section { padding: 66px 0; }
  .header-inner { min-height: 66px; }
  .brand { font-size: 1.43rem; }
  .brand i { height: 30px; width: 13px; }
  .hero { padding-top: 36px; background: linear-gradient(160deg,#fff 68%,#fff2e8 68%); }
  .hero-copy { padding-top: 12px; }
  .hero-visual { min-height: 390px; }
  .hero-visual:before { width: 290px; height: 290px; }
  .hero-product { width: 88%; border-radius: 26px 7px; }
  .fruit-badge { width: 84px; height: 84px; right: 0; bottom: 2%; }
  .feature { padding: 26px 15px; }
  .split-section { gap: 38px; }
  .image-card img { min-height: 360px; }
  .ingredient-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card:after { display: none; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .use-panel { grid-template-columns: 1fr; }
  .use-copy { padding: 36px 25px; }
  .use-image { min-height: 330px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .product-page { padding-top: 30px; }
  .product-details { grid-template-columns: 1fr; margin-top: 50px; }
  .gallery-thumbs { grid-template-columns: repeat(5,1fr); gap: 6px; }
  .product-summary h1 { margin-top: 22px; }
  .legal-hero { padding: 42px 0 35px; }
  .legal-layout { padding: 40px 0 65px; }
  .legal-nav { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-grid > .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; flex-direction: column; align-items: stretch; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button-primary { grid-column: 1 / -1; }
  .modal-actions { display: grid; grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .checkout-main { padding-top: 28px; }
  .checkout-card { padding: 22px 18px; }
  .checkout-stepper { grid-template-columns: 1fr 1fr; }
  .checkout-stepper .step-line { display: none; }
  .purchase-notes { grid-template-columns: 1fr; }
}

/* Advertorial */
.advertorial-page { background: #fffdf9; }
.advertorial-disclosure { padding: 10px 20px; color: #5f3d2e; background: #fff0e7; border-bottom: 1px solid #ffd8c4; text-align: center; font-size: .72rem; font-weight: 800; letter-spacing: .025em; }
.advertorial-hero { overflow: hidden; padding: 58px 0 54px; background: linear-gradient(120deg, #fffaf4 0 62%, #eff8eb 62%); border-bottom: 1px solid var(--line); }
.advertorial-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; }
.advertorial-hero-copy h1 { max-width: 760px; margin: 16px 0 22px; font-size: clamp(2.5rem, 5vw, 4.9rem); }
.article-label { display: inline-block; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.article-deck { max-width: 720px; color: #504a45; font-size: 1.12rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 28px; color: var(--muted); font-size: .72rem; font-weight: 750; }
.advertorial-hero-media { margin: 0; }
.advertorial-hero-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 28px 8px 28px 8px; box-shadow: var(--shadow); }
.advertorial-hero-media figcaption, .article-figure figcaption { margin-top: 10px; color: var(--muted); font-size: .75rem; }
.advertorial-layout { display: grid; grid-template-columns: minmax(0, 790px) 300px; gap: 58px; align-items: start; padding-top: 64px; padding-bottom: 90px; }
.article-body { min-width: 0; color: #332e2a; font-size: 1rem; line-height: 1.82; }
.article-body h2 { margin: 64px 0 20px; color: var(--ink); font-size: clamp(1.85rem, 3vw, 2.7rem); }
.article-body h3 { color: var(--ink); }
.article-body p { margin-bottom: 22px; }
.article-lead { color: #28231f; font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.25rem; font-weight: 600; line-height: 1.62; }
.article-note { margin: 34px 0; padding: 24px 26px; background: var(--green-soft); border-left: 4px solid var(--green); border-radius: 0 14px 14px 0; }
.article-note strong { display: block; margin-bottom: 5px; color: #34751a; font-family: "Plus Jakarta Sans", sans-serif; }
.article-note p { margin: 0; }
.article-figure { margin: 38px 0; }
.article-figure img { width: 100%; border-radius: 18px; box-shadow: 0 16px 42px rgba(49,35,25,.1); }
.article-figure-wide img { aspect-ratio: 16 / 10; object-fit: cover; object-position: center; }
.article-figure-split { width: min(620px, 100%); margin-inline: auto; }
.article-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 30px 0 42px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; }
.article-facts div { padding: 20px 14px; text-align: center; border-right: 1px solid var(--line); }
.article-facts div:last-child { border-right: 0; }
.article-facts span { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-facts strong { display: block; margin-top: 3px; color: var(--ink); font-size: .95rem; }
.article-video-card { overflow: hidden; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; margin: 32px 0; background: #171411; color: #fff; border-radius: 20px; }
.article-video-card video { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #231f1b; }
.article-video-card > div { padding: 30px; }
.article-video-card h3 { margin: 8px 0 10px; color: #fff; font-size: 1.4rem; }
.article-video-card p { margin: 0; color: rgba(255,255,255,.72); font-size: .85rem; line-height: 1.6; }
.dose-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0; }
.dose-steps > div { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.dose-steps span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-weight: 900; }
.dose-steps h3 { margin: 14px 0 7px; font-size: 1rem; }
.dose-steps p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.article-caution { padding: 21px 23px; color: #62432e; background: #fff5dc; border: 1px solid #f1d89e; border-radius: 14px; font-size: .86rem; line-height: 1.65; }
.ingredient-explainer { display: grid; gap: 12px; margin: 30px 0; }
.ingredient-explainer section { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.ingredient-mark { width: 56px; height: 56px; display: grid; place-items: center; color: #3c7d20; background: var(--green-soft); border: 1px solid #d3eac7; border-radius: 50%; font-size: .78rem; font-weight: 900; }
.ingredient-explainer section:nth-child(even) .ingredient-mark { color: var(--orange); background: var(--orange-soft); border-color: #ffd2bd; }
.ingredient-explainer h3 { margin: 1px 0 6px; font-size: 1rem; }
.ingredient-explainer p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.habit-timeline { margin: 28px 0; border-left: 2px solid #ffc8ac; }
.habit-timeline section { position: relative; padding: 3px 0 28px 32px; }
.habit-timeline section:before { content: ""; position: absolute; left: -8px; top: 8px; width: 14px; height: 14px; background: var(--orange); border: 4px solid #fffdf9; border-radius: 50%; }
.habit-timeline span { color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.habit-timeline h3 { margin: 4px 0 6px; font-size: 1.08rem; }
.habit-timeline p { margin: 0; color: var(--muted); font-size: .86rem; }
.routine-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.routine-grid > div { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.routine-grid span { color: var(--orange); font-size: .72rem; font-weight: 900; }
.routine-grid h3 { margin: 5px 0 9px; font-size: 1rem; }
.routine-grid p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.article-faq { border-top: 1px solid var(--line); }
.article-faq details { border-bottom: 1px solid var(--line); }
.article-faq summary { padding: 20px 4px; color: var(--ink); cursor: pointer; font-weight: 850; }
.article-faq details p { padding: 0 28px 20px 4px; margin: 0; color: var(--muted); font-size: .88rem; }
.article-final-cta { overflow: hidden; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 0; margin: 66px 0 0; color: #fff; background: linear-gradient(120deg, #201b17, #332820); border-radius: 22px; }
.article-final-cta > img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.article-final-cta > div { padding: 38px; }
.article-final-cta h2 { margin: 9px 0 14px; color: #fff; font-size: 2rem; }
.article-final-cta p { color: rgba(255,255,255,.75); font-size: .9rem; }
.article-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.article-sources { margin-top: 54px; padding-top: 1px; }
.article-sources h2 { margin-top: 38px; font-size: 1.55rem; }
.article-sources ol { padding-left: 22px; }
.article-sources li { margin-bottom: 10px; color: var(--muted); font-size: .8rem; }
.article-sources a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-disclaimer { margin-top: 34px; padding: 22px; color: #5e5853; background: #f5f2ee; border-radius: 12px; font-size: .74rem; line-height: 1.65; }
.article-aside { position: sticky; top: 98px; }
.article-aside-card { padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 48px rgba(49,35,25,.09); }
.article-aside-card > img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; margin-bottom: 18px; border-radius: 12px; }
.article-aside-card h2 { margin: 8px 0 13px; font-size: 1.35rem; }
.article-aside-card ul { padding: 0; margin: 0 0 20px; list-style: none; }
.article-aside-card li { position: relative; padding: 7px 0 7px 22px; color: var(--muted); font-size: .78rem; border-bottom: 1px solid var(--line); }
.article-aside-card li:before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.article-aside-card > p { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .65rem; }

@media (max-width: 980px) {
  .advertorial-hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .advertorial-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-aside-card { display: grid; grid-template-columns: 180px 1fr; gap: 8px 22px; align-items: start; }
  .article-aside-card > img { grid-row: 1 / 7; margin: 0; }
}

@media (max-width: 720px) {
  .advertorial-disclosure { padding-inline: 14px; }
  .advertorial-hero { padding: 40px 0; background: linear-gradient(160deg, #fffaf4 68%, #eff8eb 68%); }
  .advertorial-hero-grid { grid-template-columns: 1fr; }
  .advertorial-hero-copy h1 { font-size: 2.55rem; }
  .article-deck { font-size: 1rem; }
  .advertorial-layout { padding-top: 42px; padding-bottom: 68px; }
  .article-body { font-size: .95rem; }
  .article-lead { font-size: 1.08rem; }
  .article-body h2 { margin-top: 48px; }
  .article-facts { grid-template-columns: 1fr 1fr; }
  .article-facts div:nth-child(2) { border-right: 0; }
  .article-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .article-video-card { grid-template-columns: 1fr; }
  .dose-steps, .routine-grid { grid-template-columns: 1fr; }
  .ingredient-explainer section { grid-template-columns: 46px 1fr; gap: 14px; padding: 18px; }
  .ingredient-mark { width: 46px; height: 46px; }
  .article-final-cta { grid-template-columns: 1fr; }
  .article-final-cta > img { min-height: 280px; }
  .article-final-cta > div { padding: 28px 22px; }
  .article-cta-actions { display: grid; }
  .article-aside-card { display: block; }
  .article-aside-card > img { margin-bottom: 18px; }
}

/* Reference-style advertorial */
.advertorial-reference { margin: 0; color: #1e2b44; background: #fff; font-family: "Inter", system-ui, -apple-system, sans-serif; font-size: 16px; line-height: 1.7; }
.advertorial-reference h1, .advertorial-reference h2, .advertorial-reference h3, .advertorial-reference h4 { font-family: "Poppins", "Inter", sans-serif; color: #1e2b44; letter-spacing: normal; }
.advertorial-reference .adv-header { background: #faf1e5; }
.adv-header-inner { width: min(780px, calc(100% - 40px)); min-height: 58px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.adv-header-inner > span { color: #8d8b87; font-size: 11px; }
.adv-brand { color: #f26522; font-size: 23px; font-weight: 800; letter-spacing: .01em; }
.adv-brand i { width: 11px; height: 27px; }
.adv-disclaimer-bar { padding: 8px 24px; color: #a04a10; background: #fcebdc; border-block: 1px solid #f3dcc8; text-align: center; font-size: 11px; font-weight: 800; line-height: 1.5; }
.art-update { width: min(1112px, calc(100% - 48px)); margin: 18px auto 0; padding: 11px 18px; color: #8a6a48; background: #fdf6ee; border: 1px solid #f0dcc4; border-radius: 10px; text-align: center; font-size: 12px; }
.art-update a { color: #e45b1d; font-weight: 800; text-decoration: underline; }
.art-wrap { width: min(1200px, 100%); margin: 0 auto; padding: 30px 24px 64px; display: grid; grid-template-columns: minmax(0, 748px) 360px; gap: 44px; align-items: start; }
.art { min-width: 0; color: #1e2b44; font-family: "Inter", system-ui, sans-serif; font-size: 16px; line-height: 1.7; }
.art h1 { margin: 0 0 18px; font-size: 32px; font-weight: 800; line-height: 1.25; }
.art h2 { margin: 34px 0 14px; font-size: 23px; font-weight: 800; line-height: 1.3; }
.art h3 { font-size: 17px; line-height: 1.35; }
.art p { margin: 0 0 18px; color: #47566e; font-size: 15.5px; line-height: 1.8; }
.art strong { color: #1e2b44; }
.art hr { height: 1px; margin: 18px 0 24px; border: 0; background: #e7e8eb; }
.art-author { display: flex; align-items: center; gap: 12px; margin: 2px 0 16px; }
.art-author img { width: 56px; height: 56px; flex: 0 0 56px; object-fit: cover; border: 1px solid #e6e0d8; border-radius: 50%; }
.art-author p { margin: 0 0 2px; color: #354158; font-size: 13px; line-height: 1.45; }
.art-author span { color: #8e98a8; font-size: 12px; }
.art-alert { margin: 20px 0 22px; padding: 16px 18px; color: #1e2b44; background: #f8f3ed; border-left: 4px solid #ef6b2c; border-radius: 0 8px 8px 0; font-size: 15px; font-weight: 700; }
.art-warning-list { margin: 16px 0 22px; padding: 0; list-style: none; }
.art-warning-list li { position: relative; padding: 7px 0 7px 30px; color: #47566e; font-size: 15px; line-height: 1.65; }
.art-warning-list li:before { content: "⚠"; position: absolute; left: 0; top: 6px; color: #ee6b2c; }
.art-media { margin: 22px 0 25px; }
.art-media img { width: 100%; border-radius: 8px; }
.art-media figcaption { margin-top: 7px; color: #8993a3; text-align: center; font-size: 12px; line-height: 1.5; }
.art-key-facts { overflow: hidden; display: grid; grid-template-columns: repeat(4, 1fr); margin: 20px 0 26px; background: #fdf8f2; border: 1px solid #eedfce; border-radius: 10px; }
.art-key-facts div { padding: 16px 10px; text-align: center; border-right: 1px solid #eedfce; }
.art-key-facts div:last-child { border-right: 0; }
.art-key-facts strong { display: block; color: #e95e20; font: 800 17px/1.2 "Poppins", sans-serif; }
.art-key-facts span { display: block; margin-top: 4px; color: #7e8795; font-size: 11px; }
.art-video { margin: 20px 0 24px; padding: 10px; background: #fdf6ee; border: 1px solid #f0dcc4; border-radius: 10px; }
.art-video video { width: 100%; display: block; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 7px; background: #1e2b44; }
.art-video p { margin: 8px 4px 2px; color: #8a6a48; text-align: center; font-size: 12px; line-height: 1.5; }
.art-numbered-list { margin: 16px 0 22px; padding: 0; list-style: none; counter-reset: adv-steps; }
.art-numbered-list li { position: relative; min-height: 38px; padding: 7px 0 8px 46px; color: #47566e; font-size: 15px; line-height: 1.65; counter-increment: adv-steps; }
.art-numbered-list li:before { content: counter(adv-steps); position: absolute; left: 0; top: 4px; width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: #ef6b2c; border-radius: 50%; font-weight: 800; }
.art-caution { margin: 20px 0; padding: 14px 16px; color: #77562e; background: #fff7df; border: 1px solid #efd9a5; border-radius: 8px; font-size: 13px; line-height: 1.65; }
.art-ingredients { margin: 18px 0 24px; border-top: 1px solid #e7e8eb; }
.art-ingredients section { padding: 16px 0; border-bottom: 1px solid #e7e8eb; }
.art-ingredients h3 { margin: 0 0 4px; font-size: 16px; }
.art-ingredients p { margin: 0; font-size: 14.5px; line-height: 1.7; }
.art-timeline { margin: 18px 0 24px; border-left: 3px solid #f1c5aa; }
.art-timeline section { position: relative; padding: 0 0 24px 28px; }
.art-timeline section:last-child { padding-bottom: 0; }
.art-timeline section:before { content: ""; position: absolute; left: -8px; top: 4px; width: 13px; height: 13px; background: #ef6b2c; border: 3px solid #fff; border-radius: 50%; }
.art-timeline span { color: #e95e20; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.art-timeline h3 { margin: 3px 0 4px; font-size: 16px; }
.art-timeline p { margin: 0; font-size: 14px; line-height: 1.65; }
.art-highlight { overflow: hidden; display: grid; grid-template-columns: 210px 1fr; align-items: center; margin: 26px 0; color: #fff; background: #1e2b44; border-radius: 10px; }
.art-highlight img { width: 100%; height: 100%; min-height: 210px; object-fit: cover; }
.art-highlight div { padding: 24px; font-size: 15px; line-height: 1.75; }
.art-highlight strong { color: #fff; }
.art-faq { margin: 16px 0 28px; border-top: 1px solid #e7e8eb; }
.art-faq details { border-bottom: 1px solid #e7e8eb; }
.art-faq summary { padding: 15px 2px; cursor: pointer; color: #1e2b44; font-weight: 700; }
.art-faq p { padding: 0 24px 14px 2px; margin: 0; font-size: 14px; }
.art-reviews { margin: 34px 0 38px; padding: 30px; background: #fef7ef; border: 1px solid #f0dcc4; border-radius: 14px; }
.art-reviews-head { max-width: 610px; margin: 0 auto 22px; text-align: center; }
.art-reviews-head > span { display: inline-block; margin-bottom: 8px; color: #ee6b2c; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.art-reviews-head h2 { margin: 0 0 8px; }
.art-reviews-head p { margin: 0; font-size: 13px; line-height: 1.65; }
.art-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.art-review-card { display: flex; flex-direction: column; min-width: 0; padding: 18px; background: #fff; border: 1px solid #eadfD3; border-radius: 10px; box-shadow: 0 5px 16px rgba(31,43,68,.05); }
.art-stars { margin-bottom: 10px; color: #ee6b2c; font-size: 16px; letter-spacing: .08em; }
.art-review-card > p { flex: 1; margin: 0 0 16px; color: #354158; font-size: 13px; line-height: 1.65; }
.art-review-card footer { display: grid; gap: 2px; padding-top: 12px; border-top: 1px solid #ece7e1; }
.art-review-card footer strong { color: #1e2b44; font-size: 12px; }
.art-offer { overflow: hidden; display: grid; grid-template-columns: 270px 1fr; align-items: center; margin: 34px 0 30px; background: #fef7ef; border: 2px solid #ee6b2c; border-radius: 14px; box-shadow: 0 2px 16px rgba(90,45,10,.08); }
.art-offer > img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.art-offer > div { padding: 26px; }
.art-offer h3 { margin: 0 0 14px; text-align: center; font-size: 19px; }
.art-offer ul { padding: 0; margin: 0 0 15px; list-style: none; }
.art-offer li { margin-bottom: 8px; color: #47566e; font-size: 14px; }
.art-offer p { font-size: 13px; text-align: center; }
.art-button { min-height: 56px; padding: 14px 20px; display: flex; align-items: center; justify-content: center; color: #fff; background: #f56624; border-radius: 999px; text-align: center; font-size: 14px; font-weight: 800; line-height: 1.2; }
.art-button:hover { color: #fff; background: #dc4b0b; }
.art-sources { margin-top: 28px; }
.art-sources h4 { margin: 0 0 12px; font-size: 15px; }
.art-sources p { margin-bottom: 9px; color: #6f7a8c; font-size: 11px; line-height: 1.55; }
.art-sources a { color: #e35a1d; text-decoration: underline; }
.sb { position: sticky; top: 20px; display: flex; flex-direction: column; gap: 18px; align-self: start; }
.sb-offer { padding: 26px 24px; background: #fef7ef; border: 2px solid #ee6b2c; border-radius: 14px; box-shadow: 0 2px 16px rgba(90,45,10,.08); }
.sb-offer h3 { margin: 0 0 18px; color: #a93d16; text-align: center; font-size: 18px; }
.sb-offer > img { width: 190px; height: 190px; margin: 0 auto 14px; object-fit: cover; border-radius: 12px; }
.sb-offer ul { padding: 0; margin: 0 0 22px; list-style: none; }
.sb-offer li { position: relative; min-height: 32px; padding: 5px 0 7px 33px; color: #5f6c80; font-size: 14px; line-height: 1.55; }
.sb-offer li:before { content: "✓"; position: absolute; left: 0; top: 4px; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: #f56624; border-radius: 50%; font-size: 12px; font-weight: 800; }
.sb-info { padding: 22px; background: #fff; border: 1px solid #e8e0d8; border-radius: 14px; box-shadow: 0 2px 14px rgba(30,43,68,.05); }
.sb-info-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.sb-info-head img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; }
.sb-info h4 { margin: 0; font-size: 15px; }
.sb-info-head span { display: block; margin-top: 3px; color: #8e98a8; font-size: 11px; line-height: 1.35; }
.sb-info p { margin: 0; color: #657185; font-size: 13px; line-height: 1.65; }
.adv-footer { padding: 34px max(24px, calc((100% - 900px) / 2)); color: #756a60; background: #faf1e5; border-top: 1px solid #ecdac7; text-align: center; font-size: 11px; line-height: 1.65; }
.adv-footer strong { display: block; margin-bottom: 8px; color: #a04a10; }
.adv-footer p { margin: 8px 0; }
.adv-footer nav { margin-top: 14px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
.adv-footer a { color: #d8581e; text-decoration: underline; }

@media (max-width: 940px) {
  .art-wrap { max-width: 796px; grid-template-columns: 1fr; }
  .sb { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .sb-offer { grid-row: span 2; }
}

@media (max-width: 680px) {
  .adv-header-inner { min-height: 54px; }
  .adv-header-inner > span { display: none; }
  .adv-disclaimer-bar { padding-inline: 14px; font-size: 9px; }
  .art-update { width: calc(100% - 28px); margin-top: 12px; font-size: 11px; }
  .art-wrap { padding: 24px 16px 48px; }
  .art h1 { font-size: 28px; line-height: 1.28; }
  .art h2 { font-size: 21px; }
  .art p { font-size: 15px; }
  .art-key-facts { grid-template-columns: 1fr 1fr; }
  .art-reviews { padding: 22px 16px; }
  .art-review-grid { grid-template-columns: 1fr; }
  .art-key-facts div:nth-child(2) { border-right: 0; }
  .art-key-facts div:nth-child(-n+2) { border-bottom: 1px solid #eedfce; }
  .art-highlight, .art-offer { grid-template-columns: 1fr; }
  .art-highlight img { max-height: 340px; }
  .art-offer > img { min-height: 280px; max-height: 420px; }
  .sb { display: flex; }
}
