/* Sarano Home V1: one scoped layout, two token-driven themes. */
body.home,
body.page-template-front-page { background: var(--sarano-canvas); }
body.home #ag-theme-builder-footer { display: none !important; }
body.home #tekecablSearchcityModal { display: none !important; }
body.home .prk-sms-loginform:not(:has(.modal.is-open)) { display: none !important; }

.sarano-v1-page,
.sarano-v1-home { width: 100%; background: var(--sarano-canvas); color: var(--sarano-text); }
.sarano-v1-home { direction: rtl; font-family: inherit; font-size: 14px; line-height: 1.8; overflow: hidden; }
.sarano-v1-home *, .sarano-v1-home *::before, .sarano-v1-home *::after { box-sizing: border-box; }
.sarano-v1-home a { color: inherit; text-decoration: none; }
.sarano-v1-home img { display: block; max-width: 100%; }
.sarano-v1-home button, .sarano-v1-home input { font: inherit; }
.sarano-v1-skip-link, .sarano-v1-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.sarano-v1-skip-link:focus { z-index: 100; width: auto; height: auto; margin: 0; top: 8px; right: 16px; padding: 8px 12px; clip: auto; background: var(--sarano-accent); color: #fff; border-radius: 6px; }
.sarano-v1-main { display: block; background: var(--sarano-canvas); }
.sarano-v1-section { width: min(calc(100% - 48px), 1280px); margin-inline: auto; padding-top: 42px; }
.sarano-v1-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.sarano-v1-section-heading h2 { margin: 0; color: var(--sarano-text); font-size: clamp(19px, 2vw, 24px); line-height: 1.35; letter-spacing: -.025em; }
.sarano-v1-eyebrow { display: block; margin-bottom: 3px; color: var(--sarano-accent-text, var(--sarano-accent)); font-size: 11px; font-weight: 800; }
.sarano-v1-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--sarano-text); font-size: 12px; font-weight: 800; white-space: nowrap; }
.sarano-v1-text-link:hover { color: var(--sarano-accent); }
.sarano-v1-icon { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sarano-v1-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 10px 18px; border: 0; border-radius: 6px; font-size: 12px; font-weight: 800; transition: transform .2s, background-color .2s; }
.sarano-v1-button:hover { transform: translateY(-2px); }
.sarano-v1-button-primary { background: var(--sarano-accent); color: #fff !important; }
.sarano-v1-button:focus-visible, .sarano-v1-home a:focus-visible, .sarano-v1-home button:focus-visible, .sarano-v1-home input:focus-visible { outline: 2px solid var(--sarano-focus); outline-offset: 3px; }

/* 02 Hero: paired editorial media swaps, never a CSS darkening filter. */
.sarano-v1-hero { position: relative; min-height: 440px; overflow: hidden; background: var(--sarano-surface); }
.sarano-v1-hero-slides { position: relative; min-height: 440px; }
.sarano-v1-hero-slide { position: absolute; inset: 0; min-height: 440px; visibility: hidden; opacity: 0; pointer-events: none; transition: none; }
.sarano-v1-hero-slide.is-active { position: relative; visibility: visible; opacity: 1; pointer-events: auto; }
.sarano-v1-hero-visual { position: absolute; inset: 0; background-position: center; background-repeat: no-repeat; background-size: cover; }
.sarano-v1-hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--sarano-surface) 0%, color-mix(in srgb, var(--sarano-surface) 86%, transparent) 29%, transparent 70%); }
html[data-sarano-theme="night"] .sarano-v1-hero-visual::after { background: linear-gradient(90deg, rgba(13,16,20,.95), rgba(13,16,20,.70) 30%, transparent 73%); }
.sarano-v1-hero-product-visual { position: absolute; inset: 0; overflow: hidden; background: radial-gradient(circle at 72% 44%, rgba(255,103,0,.18), transparent 28%), linear-gradient(115deg, var(--sarano-surface) 0%, var(--sarano-canvas) 58%, #e9eef4 100%); }
html[data-sarano-theme="night"] .sarano-v1-hero-product-visual { background: radial-gradient(circle at 72% 44%, rgba(255,103,0,.18), transparent 28%), linear-gradient(115deg, #0d1014 0%, #191c1f 58%, #26313d 100%); }
.sarano-v1-hero-product-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--sarano-surface) 0%, color-mix(in srgb, var(--sarano-surface) 78%, transparent) 27%, transparent 68%); }
html[data-sarano-theme="night"] .sarano-v1-hero-product-visual::after { background: linear-gradient(90deg, rgba(13,16,20,.95), rgba(13,16,20,.68) 29%, transparent 70%); }
.sarano-v1-hero-product-visual img { position: absolute; z-index: 1; top: 8%; right: 10%; width: min(48vw, 560px); height: 84%; object-fit: contain; filter: drop-shadow(0 22px 26px rgba(3,12,24,.24)); }
.sarano-v1-hero-product-glow { position: absolute; z-index: 0; top: 15%; right: 22%; width: min(32vw, 420px); height: 70%; border-radius: 50%; background: rgba(255,255,255,.62); filter: blur(5px); }
html[data-sarano-theme="night"] .sarano-v1-hero-product-glow { background: rgba(255,255,255,.10); }
.sarano-v1-hero-copy { position: relative; z-index: 1; width: min(42%, 520px); min-height: 440px; margin-right: auto; padding: 92px max(24px, calc((100vw - 1280px) / 2 + 24px)) 60px 0; }
.sarano-v1-hero-copy .sarano-v1-eyebrow { margin-bottom: 8px; font-size: 12px; }
.sarano-v1-hero-copy h1 { margin: 0 0 12px; color: var(--sarano-text); font-size: clamp(31px, 4vw, 52px); line-height: 1.2; letter-spacing: -.03em; text-wrap: balance; }
.sarano-v1-hero-copy h1 .sarano-v1-hero-title-night { display: none; }
html[data-sarano-theme="night"] .sarano-v1-hero-copy h1 .sarano-v1-hero-title-day { display: none; }
html[data-sarano-theme="night"] .sarano-v1-hero-copy h1 .sarano-v1-hero-title-night { display: inline; }
.sarano-v1-hero-copy p { max-width: 370px; margin: 0 0 24px; color: var(--sarano-body); font-size: 14px; }
.sarano-v1-hero-controls { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1280px) / 2 + 24px)); bottom: 22px; display: flex; align-items: center; gap: 8px; direction: ltr; }
.sarano-v1-hero-control { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid var(--sarano-border); border-radius: 50%; background: var(--sarano-surface); color: var(--sarano-icon); cursor: pointer; transition: color .2s, border-color .2s, background-color .2s, transform .2s; }
.sarano-v1-hero-control:hover, .sarano-v1-hero-control:focus-visible { border-color: var(--sarano-accent); background: var(--sarano-accent); color: var(--sarano-accent-ink); transform: translateY(-2px); outline: 0; }
.sarano-v1-hero-control .sarano-v1-icon { width: 16px; height: 16px; }
.sarano-v1-hero-prev .sarano-v1-icon { transform: rotate(180deg); }
.sarano-v1-hero-dots { display: flex; align-items: center; gap: 6px; padding: 0 3px; }
.sarano-v1-hero-dot { width: 8px; height: 8px; padding: 0; border: 1px solid var(--sarano-icon); border-radius: 999px; background: transparent; cursor: pointer; transition: background-color .2s, border-color .2s; }
.sarano-v1-hero-dot:hover, .sarano-v1-hero-dot:focus-visible { border-color: var(--sarano-accent); outline: 0; }
.sarano-v1-hero-dot.is-active { width: 24px; border-color: var(--sarano-accent); background: var(--sarano-accent); }

/* 03, 06 category family. */
.sarano-v1-top-rail { padding-top: 26px; }
/* The rail is backed by real, resolved Woo terms. Let the available cards
 * fill the row when the catalog exposes six terms, while still producing
 * eight equal columns when the approved taxonomy has all eight terms. */
.sarano-v1-category-rail { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 10px; }
.sarano-v1-category-rail a { display: grid; justify-items: center; align-content: center; gap: 8px; min-height: 106px; padding: 12px 5px; border: 1px solid var(--sarano-border); border-radius: 8px; background: var(--sarano-canvas); color: var(--sarano-text); font-size: 11px; font-weight: 750; text-align: center; transition: border-color .2s, background-color .2s; }
.sarano-v1-category-rail a:hover { border-color: var(--sarano-accent); background: var(--sarano-surface); color: var(--sarano-text); }
.sarano-v1-category-rail .sarano-v1-icon { width: 34px; height: 34px; color: var(--sarano-icon); transition: color .2s, transform .25s; }
.sarano-v1-category-rail a:hover .sarano-v1-icon { color: var(--sarano-accent); transform: translateY(-3px) scale(1.12) rotate(-3deg); }
.sarano-v1-main-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.sarano-v1-main-category { position: relative; display: flex; min-height: 156px; align-items: end; overflow: hidden; padding: 16px; border: 1px solid var(--sarano-border); border-radius: 8px; background: var(--sarano-surface); }
.sarano-v1-main-category::before { content: ""; position: absolute; width: 118px; height: 118px; top: -24px; left: -16px; border-radius: 50%; background: var(--sarano-surface-alt); }
.sarano-v1-main-category .sarano-v1-icon { position: absolute; top: 24px; left: 25px; width: 62px; height: 62px; color: var(--sarano-icon); }
.sarano-v1-main-category small { position: absolute; top: 16px; right: 16px; color: var(--sarano-muted); font-size: 10px; }
.sarano-v1-main-category strong { position: relative; font-size: 15px; font-weight: 800; }
.sarano-v1-main-category:hover { border-color: var(--sarano-accent); }

/* 04, 07 real Woo product family. */
.sarano-v1-product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.sarano-v1-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--sarano-border); border-radius: 8px; background: var(--sarano-surface); transition: transform .2s, box-shadow .2s; }
.sarano-v1-product-card:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(23,52,95,.08); }
.sarano-v1-product-card > a { display: block; }
.sarano-v1-product-image { display: grid; place-items: center; height: 190px; padding: 14px; overflow: hidden; background: var(--sarano-surface-alt); }
/* Keep the intrinsic white-background product artwork inside the image row.
 * `width:100%; height:100%` can resolve the square asset against the wrong
 * grid dimension on wide cards, making the image enter the title row. */
.sarano-v1-product-image img { width: auto; max-width: 100%; height: auto; max-height: 162px; object-fit: contain; }
.sarano-v1-product-copy { display: block; padding: 12px 13px 14px; }
.sarano-v1-product-category { display: block; color: var(--sarano-muted); font-size: 10px; }
.sarano-v1-product-title { display: block; min-height: 45px; margin: 2px 0 9px; color: var(--sarano-text); font-size: 12px; font-weight: 750; line-height: 1.65; }
.sarano-v1-product-meta { display: flex; align-items: end; justify-content: space-between; gap: 6px; }
.sarano-v1-product-price { color: var(--sarano-text); font-size: 13px; font-weight: 850; line-height: 1.35; }
.sarano-v1-product-price del, .sarano-v1-product-price ins { color: inherit; }
.sarano-v1-product-price ins { text-decoration: none; }
.sarano-v1-price-note { color: var(--sarano-muted); font-size: 10px; font-weight: 500; }
.sarano-v1-product-arrow { color: var(--sarano-accent); }

/* 05 promos and 11 magazine share paired image behavior. */
.sarano-v1-promo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.sarano-v1-promo-card, .sarano-v1-magazine-card { position: relative; min-width: 0; overflow: hidden; border-radius: 8px; background: var(--sarano-surface-alt); }
.sarano-v1-promo-card { min-height: 235px; }
.sarano-v1-promo-card::after, .sarano-v1-magazine-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 22%, rgba(4,14,28,.78) 100%); }
.sarano-v1-promo-card img, .sarano-v1-magazine-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.sarano-v1-promo-card:hover img, .sarano-v1-magazine-card:hover img { transform: scale(1.04); }
.sarano-v1-promo-copy, .sarano-v1-magazine-copy { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: #fff; }
.sarano-v1-promo-copy strong, .sarano-v1-magazine-copy strong { display: block; margin: 2px 0 3px; font-size: 19px; line-height: 1.35; }
.sarano-v1-promo-copy small { display: block; color: rgba(255,255,255,.82); font-size: 11px; }
.sarano-v1-promo-copy .sarano-v1-eyebrow, .sarano-v1-magazine-copy .sarano-v1-eyebrow { color: #ffb285; }
.sarano-v1-magazine-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: 170px 170px; gap: 12px; }
.sarano-v1-magazine-card:first-child { grid-row: span 2; }
.sarano-v1-magazine-copy { right: 16px; bottom: 13px; left: 16px; }
.sarano-v1-magazine-copy strong { font-size: 15px; }

/* 08, 09, 10 information bands. */
.sarano-v1-guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.sarano-v1-guide-card { display: flex; align-items: start; gap: 13px; min-height: 128px; padding: 20px 17px; border: 1px solid var(--sarano-border); border-radius: 8px; background: var(--sarano-surface); }
.sarano-v1-guide-card .sarano-v1-icon { width: 34px; height: 34px; color: var(--sarano-accent); }
.sarano-v1-guide-card strong, .sarano-v1-guide-card small { display: block; }
.sarano-v1-guide-card strong { margin-bottom: 3px; font-size: 14px; }
.sarano-v1-guide-card small { color: var(--sarano-body); font-size: 11px; line-height: 1.7; }
.sarano-v1-guide-card:hover { box-shadow: 0 12px 36px rgba(23,52,95,.08); }
.sarano-v1-brands-section { padding-bottom: 8px; }
.sarano-v1-brand-strip { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); align-items: center; border-block: 1px solid var(--sarano-border); }
.sarano-v1-brand-strip a { display: grid; place-items: center; min-height: 72px; padding: 8px; border-inline-start: 1px solid var(--sarano-border); color: var(--sarano-body); font-size: 16px; font-weight: 800; text-align: center; }
.sarano-v1-brand-strip a:first-child { border-inline-start: 0; }
.sarano-v1-brand-strip a:hover { color: var(--sarano-accent); }
.sarano-v1-why { margin-top: 42px; background: var(--sarano-header); color: #fff; }
.sarano-v1-why .sarano-v1-eyebrow { color: #ffb285; }
.sarano-v1-why-inner { display: grid; grid-template-columns: 1.1fr 3fr; align-items: center; gap: 35px; padding-top: 30px; padding-bottom: 30px; }
.sarano-v1-why-intro h2 { margin: 0; color: #fff; font-size: 23px; line-height: 1.4; }
.sarano-v1-why-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.sarano-v1-why-item { display: grid; justify-items: center; gap: 6px; padding: 8px; border-inline-start: 1px solid rgba(255,255,255,.17); text-align: center; }
.sarano-v1-why-item:first-child { border-inline-start: 0; }
.sarano-v1-why-item .sarano-v1-icon { color: #ffb285; }
.sarano-v1-why-item strong { font-size: 12px; }
.sarano-v1-why-item small { color: rgba(255,255,255,.72); font-size: 10px; }

/* 12 accessible accordion. */
.sarano-v1-faq-section { max-width: 900px; }
.sarano-v1-faq-list { border-top: 1px solid var(--sarano-border); }
.sarano-v1-faq-item { border-bottom: 1px solid var(--sarano-border); }
.sarano-v1-faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 15px; padding: 15px 0; border: 0; background: transparent; color: var(--sarano-text); text-align: right; font-size: 14px; font-weight: 800; }
.sarano-v1-faq-question .sarano-v1-icon { transition: transform .2s; }
.sarano-v1-faq-item.is-open .sarano-v1-faq-question .sarano-v1-icon { transform: rotate(180deg); color: var(--sarano-accent); }
.sarano-v1-faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }
.sarano-v1-faq-answer p { overflow: hidden; margin: 0; color: var(--sarano-body); font-size: 12px; }
.sarano-v1-faq-item.is-open .sarano-v1-faq-answer { grid-template-rows: 1fr; }
.sarano-v1-faq-item.is-open .sarano-v1-faq-answer p { margin-bottom: 15px; }

/* 13 and 14. */
.sarano-v1-newsletter { margin-top: 42px; background: var(--sarano-header); color: #fff; }
.sarano-v1-newsletter-inner { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 60px; width: min(calc(100% - 48px), 1280px); min-height: 214px; margin-inline: auto; }
.sarano-v1-newsletter h2 { margin: 0 0 5px; color: #fff; font-size: 24px; line-height: 1.4; }
.sarano-v1-newsletter p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.sarano-v1-newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.sarano-v1-newsletter-form input { min-width: 0; height: 44px; padding: 0 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; outline: 0; background: rgba(255,255,255,.09); color: #fff; font-size: 12px; }
.sarano-v1-newsletter-form input::placeholder { color: rgba(255,255,255,.70); }
.sarano-v1-form-note { grid-column: 1 / -1; min-height: 21px; color: #ffb285 !important; font-size: 11px !important; }
.sarano-v1-newsletter-plane { position: absolute; left: 20px; bottom: 22px; width: 74px; height: 74px; color: rgba(255,255,255,.12); stroke-width: 1; transform: rotate(-12deg); }
.sarano-v1-footer { padding-top: 44px; background: var(--sarano-surface); color: var(--sarano-text); }
.sarano-v1-footer-inner { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 40px; width: min(calc(100% - 48px), 1280px); margin-inline: auto; padding-bottom: 35px; }
.sarano-v1-footer-brand img { width: 58px; height: 58px; margin-bottom: 9px; object-fit: contain; }
.sarano-v1-footer-brand strong { display: block; font-size: 15px; }
.sarano-v1-footer-brand p, .sarano-v1-footer a { color: var(--sarano-body); font-size: 12px; }
.sarano-v1-footer-brand p { max-width: 240px; }
.sarano-v1-footer h3 { margin: 7px 0 13px; font-size: 13px; }
.sarano-v1-footer-inner > div:not(.sarano-v1-footer-brand) a { display: block; margin: 6px 0; }
.sarano-v1-footer a:hover { color: var(--sarano-accent); }
.sarano-v1-footer-licenses { width: min(calc(100% - 48px), 1280px); margin: 0 auto 26px; }
.sarano-v1-footer-licenses > h3 { margin-bottom: 12px; }
.sarano-v1-footer-license-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 92px)); gap: 10px; align-items: stretch; }
.sarano-v1-footer-license { display: flex !important; min-width: 0; min-height: 118px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 10px; border: 1px solid var(--sarano-border); border-radius: 12px; background: var(--sarano-surface-alt); color: var(--sarano-text) !important; text-align: center; text-decoration: none !important; }
.sarano-v1-footer-license img { display: block; width: auto; max-width: 72px; height: auto; max-height: 76px; object-fit: contain; }
.sarano-v1-footer-license strong { display: block; color: inherit; font-size: 9px; line-height: 1.45; }
.sarano-v1-footer-license-mark { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid var(--sarano-border); border-radius: 50%; color: var(--sarano-accent); font-size: 10px; font-weight: 800; }
.sarano-v1-footer-license:hover { border-color: var(--sarano-accent); color: var(--sarano-accent) !important; transform: translateY(-2px); }
.sarano-v1-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; width: min(calc(100% - 48px), 1280px); margin-inline: auto; padding: 16px 0 20px; border-top: 1px solid var(--sarano-border); color: var(--sarano-muted); font-size: 10px; }

@media (max-width: 950px) {
    .sarano-v1-hero-copy { width: 55%; padding-right: 24px; }
    .sarano-v1-why-inner { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 720px) {
    .sarano-v1-section, .sarano-v1-newsletter-inner, .sarano-v1-footer-inner, .sarano-v1-footer-bottom { width: min(calc(100% - 32px), 1280px); }
    .sarano-v1-footer-licenses { width: min(calc(100% - 32px), 1280px); }
    .sarano-v1-footer-license-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
    .sarano-v1-footer-license { min-height: 104px; padding: 7px 4px; }
    .sarano-v1-footer-license img { max-width: 58px; max-height: 58px; }
    .sarano-v1-footer-license strong { font-size: 7px; }
    .sarano-v1-section { padding-top: 32px; }
    .sarano-v1-section-heading { align-items: start; }
    .sarano-v1-section-heading h2 { font-size: 19px; }
    .sarano-v1-hero, .sarano-v1-hero-slides, .sarano-v1-hero-slide { min-height: 530px; }
    .sarano-v1-hero-copy { width: 100%; min-height: 530px; padding: 40px 20px 170px; }
    .sarano-v1-hero-copy h1 { font-size: 36px; }
    .sarano-v1-hero-visual { top: 125px; background-position: 45% center; }
    .sarano-v1-hero-visual::after { background: linear-gradient(180deg, var(--sarano-surface) 0%, transparent 50%, rgba(4,14,28,.2) 100%); }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual::after { background: linear-gradient(180deg, rgba(13,16,20,.94) 0%, rgba(13,16,20,.08) 52%, rgba(13,16,20,.35) 100%); }
    .sarano-v1-category-rail { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .sarano-v1-category-rail a { min-height: 88px; font-size: 10px; }
    .sarano-v1-category-rail .sarano-v1-icon { width: 28px; height: 28px; }
    .sarano-v1-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .sarano-v1-product-image { height: 155px; }
    .sarano-v1-product-image img { max-height: 127px; }
    .sarano-v1-product-copy { padding: 10px; }
    .sarano-v1-product-title { min-height: 50px; font-size: 11px; }
    .sarano-v1-product-price { font-size: 11px; }
    .sarano-v1-promo-grid { grid-template-columns: 1fr; }
    .sarano-v1-promo-card { min-height: 190px; }
    .sarano-v1-main-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .sarano-v1-main-category { min-height: 125px; padding: 12px; }
    .sarano-v1-main-category strong { font-size: 13px; }
    .sarano-v1-main-category .sarano-v1-icon { top: 19px; left: 19px; width: 48px; height: 48px; }
    .sarano-v1-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .sarano-v1-guide-card { display: block; min-height: 150px; padding: 14px; }
    .sarano-v1-guide-card .sarano-v1-icon { margin-bottom: 8px; }
    .sarano-v1-brand-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .sarano-v1-brand-strip a { min-height: 55px; font-size: 13px; border-bottom: 1px solid var(--sarano-border); }
    .sarano-v1-why { margin-top: 32px; }
    .sarano-v1-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sarano-v1-why-item:nth-child(3) { border-inline-start: 0; }
    .sarano-v1-why-item:last-child { grid-column: 1 / -1; }
    .sarano-v1-magazine-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 150px 150px 150px; }
    .sarano-v1-magazine-card:first-child { grid-row: span 2; }
    .sarano-v1-magazine-card:last-child { grid-column: 1 / -1; }
    .sarano-v1-newsletter { margin-top: 32px; }
    .sarano-v1-newsletter-inner { grid-template-columns: 1fr; gap: 16px; min-height: 0; padding: 30px 0; }
    .sarano-v1-newsletter h2 { font-size: 20px; }
    .sarano-v1-newsletter-plane { left: 0; bottom: 10px; width: 52px; height: 52px; }
    .sarano-v1-footer-inner { grid-template-columns: 1fr 1fr; gap: 20px; }
    .sarano-v1-footer-brand { grid-column: 1 / -1; }
    .sarano-v1-footer-bottom { align-items: start; flex-direction: column; }
}

/* Approved 342/390px mobile contract: dense horizontal rails stay rails.
 * The reference does not turn the product/category families into tall
 * two-column cards; it keeps the same information architecture and compresses
 * the shared system without introducing horizontal overflow. */
@media (max-width: 430px) {
    /* The approved mobile board is a compact editorial canvas, not the
     * desktop 530px hero and verbose Woo card stack. Keep the same DOM/data,
     * but lock the 390px anatomy to the reference density. */
    .sarano-v1-section { padding-top: 14px; }
    .sarano-v1-section-heading { gap: 6px; margin-bottom: 7px; }
    .sarano-v1-section-heading h2 { font-size: 15px; line-height: 1.25; }
    .sarano-v1-eyebrow { margin-bottom: 0; font-size: 7px; line-height: 1.25; }
    .sarano-v1-text-link { gap: 3px; font-size: 8px; line-height: 1.25; }
    .sarano-v1-text-link .sarano-v1-icon { width: 13px; height: 13px; }
    .sarano-v1-top-rail { padding-top: 10px; }

    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy { height: 225px; min-height: 225px; }
    .sarano-v1-hero-copy {
        width: 52%;
        margin-right: auto;
        margin-left: 0;
        padding: 25px 10px 10px 0;
        text-align: right;
    }
    .sarano-v1-hero-copy h1 { margin-bottom: 6px; font-size: 21px; line-height: 1.25; letter-spacing: -.035em; }
    .sarano-v1-hero-copy .sarano-v1-eyebrow { margin-bottom: 3px; font-size: 7px; }
    .sarano-v1-hero-copy p { max-width: 170px; margin-bottom: 9px; font-size: 8px; line-height: 1.45; }
    .sarano-v1-hero-copy .sarano-v1-button { min-height: 26px; padding: 5px 8px; gap: 4px; border-radius: 4px; font-size: 7px; }
    .sarano-v1-hero-copy .sarano-v1-button .sarano-v1-icon { width: 12px; height: 12px; }
    .sarano-v1-hero-visual { top: 0; background-position: center center; }
    .sarano-v1-hero-visual::after { background: linear-gradient(90deg, var(--sarano-surface) 0%, color-mix(in srgb, var(--sarano-surface) 78%, transparent) 47%, transparent 88%); }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual::after { background: linear-gradient(90deg, rgba(13,16,20,.94) 0%, rgba(13,16,20,.63) 47%, transparent 88%); }
    .sarano-v1-hero-product-visual::after { background: linear-gradient(90deg, var(--sarano-surface) 0%, color-mix(in srgb, var(--sarano-surface) 78%, transparent) 47%, transparent 88%); }
    html[data-sarano-theme="night"] .sarano-v1-hero-product-visual::after { background: linear-gradient(90deg, rgba(13,16,20,.94) 0%, rgba(13,16,20,.63) 47%, transparent 88%); }
    .sarano-v1-hero-product-visual img { top: 4%; right: 2%; width: 58%; height: 92%; }
    .sarano-v1-hero-product-glow { top: 13%; right: 8%; width: 48%; height: 74%; }
    .sarano-v1-hero-controls { right: 10px; bottom: 8px; gap: 4px; }
    .sarano-v1-hero-control { width: 24px; height: 24px; }
    .sarano-v1-hero-control .sarano-v1-icon { width: 12px; height: 12px; }
    .sarano-v1-hero-dots { gap: 3px; padding: 0 2px; }
    .sarano-v1-hero-dot { width: 5px; height: 5px; }
    .sarano-v1-hero-dot.is-active { width: 15px; }

    .sarano-v1-category-rail { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 4px; }
    .sarano-v1-category-rail a { min-height: 78px; gap: 6px; padding: 6px 1px; border-radius: 5px; font-size: 8px; line-height: 1.25; }
    .sarano-v1-category-rail .sarano-v1-icon { width: 27px; height: 27px; }

    .sarano-v1-product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; }
    .sarano-v1-product-card { border-radius: 5px; }
    .sarano-v1-product-image { height: 68px; padding: 4px; }
    .sarano-v1-product-copy { min-width: 0; padding: 4px 3px 5px; }
    .sarano-v1-product-category { height: 9px; overflow: hidden; font-size: 6px; line-height: 1.3; white-space: nowrap; text-overflow: ellipsis; }
    .sarano-v1-product-title { display: -webkit-box; min-height: 23px; height: 23px; margin: 1px 0 3px; overflow: hidden; font-size: 7px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .sarano-v1-product-meta { min-width: 0; align-items: center; flex-direction: row; gap: 2px; }
    .sarano-v1-product-price { display: block; min-width: 0; overflow: hidden; font-size: 6px; line-height: 1.25; white-space: nowrap; text-overflow: ellipsis; }
    .sarano-v1-product-arrow { flex: 0 0 auto; }
    .sarano-v1-product-arrow .sarano-v1-icon { width: 10px; height: 10px; }

    .sarano-v1-promo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
    .sarano-v1-promo-card { min-height: 94px; }
    .sarano-v1-promo-copy { right: 6px; bottom: 6px; left: 6px; }
    .sarano-v1-promo-copy strong { font-size: 9px; line-height: 1.35; }
    .sarano-v1-promo-copy small { font-size: 7px; line-height: 1.35; }
    .sarano-v1-promo-copy .sarano-v1-eyebrow { margin-bottom: 1px; font-size: 7px; }

    .sarano-v1-main-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; }
    .sarano-v1-main-category { min-height: 84px; padding: 8px 6px; border-radius: 6px; }
    .sarano-v1-main-category::before { width: 56px; height: 56px; top: -12px; left: -9px; }
    .sarano-v1-main-category .sarano-v1-icon { top: 11px; left: 10px; width: 30px; height: 30px; }
    .sarano-v1-main-category small { top: 7px; right: 7px; font-size: 7px; }
    .sarano-v1-main-category strong { font-size: 8px; line-height: 1.35; }

    .sarano-v1-guide-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; }
    .sarano-v1-guide-card { min-height: 86px; padding: 8px 6px; }
    .sarano-v1-guide-card .sarano-v1-icon { width: 23px; height: 23px; margin-bottom: 4px; }
    .sarano-v1-guide-card strong { margin-bottom: 2px; font-size: 8px; line-height: 1.35; }
    .sarano-v1-guide-card small { font-size: 7px; line-height: 1.35; }

    .sarano-v1-brand-strip { grid-template-columns: repeat(7, minmax(0, 1fr)); }
    .sarano-v1-brand-strip a { min-height: 42px; padding: 4px 2px; border-bottom: 0; font-size: 8px; }

    .sarano-v1-why { margin-top: 14px; }
    .sarano-v1-why-inner { gap: 8px; padding-top: 10px; padding-bottom: 10px; }
    .sarano-v1-why-intro h2 { font-size: 14px; line-height: 1.25; }
    .sarano-v1-why-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2px; }
    .sarano-v1-why-item { gap: 3px; padding: 5px 2px; }
    .sarano-v1-why-item:nth-child(3), .sarano-v1-why-item:last-child { border-inline-start: 1px solid rgba(255,255,255,.17); grid-column: auto; }
    .sarano-v1-why-item:first-child { border-inline-start: 0; }
    .sarano-v1-why-item .sarano-v1-icon { width: 15px; height: 15px; }
    .sarano-v1-why-item strong { font-size: 6px; line-height: 1.3; }
    .sarano-v1-why-item small { font-size: 5px; line-height: 1.3; }

    .sarano-v1-magazine-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: 112px; gap: 5px; }
    .sarano-v1-magazine-card:first-child { grid-row: auto; }
    .sarano-v1-magazine-card:last-child { grid-column: auto; }
    .sarano-v1-magazine-copy { right: 5px; bottom: 5px; left: 5px; }
    .sarano-v1-magazine-copy .sarano-v1-eyebrow { margin-bottom: 1px; font-size: 7px; }
    .sarano-v1-magazine-copy strong { font-size: 8px; line-height: 1.35; }

 .sarano-v1-home .sarano-v1-faq-question { min-height: 18px; padding: 4px 0; font-size: 8px; line-height: 1.25; }
    .sarano-v1-faq-question .sarano-v1-icon { width: 12px; height: 12px; }
    .sarano-v1-faq-answer p { font-size: 7px; line-height: 1.35; }

    .sarano-v1-newsletter { margin-top: 14px; }
    .sarano-v1-newsletter-inner { grid-template-columns: 1fr 1.1fr; gap: 6px; min-height: 72px; padding: 8px 0; }
    .sarano-v1-newsletter h2 { margin-bottom: 2px; font-size: 12px; line-height: 1.25; }
    .sarano-v1-newsletter p { font-size: 7px; line-height: 1.35; }
    .sarano-v1-newsletter-form { grid-template-columns: minmax(0, 1fr) auto; gap: 3px; }
    .sarano-v1-newsletter-form input { height: 24px; padding: 0 6px; font-size: 7px; }
    .sarano-v1-newsletter-form .sarano-v1-button { min-height: 24px; height: 24px; padding: 3px 6px; gap: 2px; font-size: 7px; }
    .sarano-v1-newsletter-form .sarano-v1-button .sarano-v1-icon { width: 10px; height: 10px; }
    .sarano-v1-form-note { min-height: 0; height: 9px; font-size: 6px !important; line-height: 1.2; }
    .sarano-v1-newsletter-plane { left: 2px; bottom: 5px; width: 28px; height: 28px; }

    .sarano-v1-footer { padding-top: 10px; }
    .sarano-v1-footer-inner { grid-template-columns: 1.25fr repeat(3, 1fr); gap: 6px; padding-bottom: 8px; }
    .sarano-v1-footer-brand { grid-column: auto; }
    .sarano-v1-footer-brand img { width: 24px; height: 24px; margin-bottom: 2px; }
    .sarano-v1-footer-brand strong { font-size: 7px; line-height: 1.25; }
    .sarano-v1-footer-brand p, .sarano-v1-footer a { font-size: 6px; line-height: 1.3; }
    .sarano-v1-footer h3 { margin: 2px 0 3px; font-size: 7px; line-height: 1.25; }
    .sarano-v1-footer-inner > div:not(.sarano-v1-footer-brand) a { margin: 2px 0; }
    .sarano-v1-footer-inner > div a { white-space: nowrap; }
    .sarano-v1-footer-inner > div .sarano-v1-icon { width: 10px; height: 10px; vertical-align: middle; }
    .sarano-v1-footer-bottom { align-items: center; flex-direction: row; padding: 6px 0 8px; font-size: 6px; }
}

@media (prefers-reduced-motion: reduce) {
    .sarano-v1-home *, .sarano-v1-home *::before, .sarano-v1-home *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Sarano commercial refinement: readable product truth, matched category
 * imagery and a stable DAY/NIGHT geometry. These are Child-owned rules and
 * do not replace WooCommerce data or the ParsKala header. */
.sarano-v1-product-card {
    display: flex;
    flex-direction: column;
    min-height: 432px;
}
.sarano-v1-product-card > a:first-child { min-height: 0; }
.sarano-v1-product-card .sarano-v1-product-title {
    display: -webkit-box;
    height: 50px;
    min-height: 50px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.sarano-v1-product-card .sarano-v1-product-meta {
    min-height: 32px;
    align-items: center;
}
.sarano-v1-product-card .sarano-v1-product-price {
    display: flex;
    min-height: 30px;
    align-items: center;
}
.sarano-v1-product-card > .sarano-v1-product-cart {
    min-height: 40px;
    margin: 0 14px 14px;
    font-size: 11px;
}
.sarano-v1-category-rail a { min-height: 116px; }
.sarano-v1-category-rail .sarano-v1-icon { width: 40px; height: 40px; }
.sarano-v1-hero-copy h1 { height: 144px; min-height: 144px; }
.sarano-v1-hero-copy p { min-height: 50px; }
/* Wide desktop safety: keep editorial hero titles readable when a Persian
 * title wraps beyond the two-line reference. The previous fluid padding could
 * collapse the copy column to ~284px at large viewports, while the fixed
 * 144px title box let the paragraph overlap the third/fourth line. */
@media (min-width: 951px) {
    .sarano-v1-hero-copy {
        padding-right: 80px;
    }
    .sarano-v1-hero-copy h1 {
        height: auto;
        min-height: 144px;
    }
}

.sarano-v1-guide-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 150px;
    padding: 12px;
    overflow: hidden;
}
.sarano-v1-guide-media {
    display: block;
    width: 82px;
    height: 112px;
    overflow: hidden;
    border-radius: 7px;
    background: var(--sarano-surface-alt);
}
.sarano-v1-guide-media img { width: 100%; height: 100%; object-fit: cover; }
.sarano-v1-guide-copy { min-width: 0; }
.sarano-v1-guide-copy .sarano-v1-icon { width: 27px; height: 27px; margin-bottom: 6px; }
.sarano-v1-guide-copy strong { display: block; margin-bottom: 5px; font-size: 13px; line-height: 1.45; }
.sarano-v1-guide-copy small { display: block; color: var(--sarano-body); font-size: 10px; line-height: 1.75; }

@media (max-width: 720px) {
    .sarano-v1-hero-copy h1 { height: 78px; min-height: 78px; }
    .sarano-v1-hero-copy p { min-height: 38px; }
}
@media (max-width: 430px) {
    /* Keep the logo and mega-menu inside their own column at narrow widths. */
    #header .sarano-r01-header-logo-col.sarano-mega-menu-r01-host .sarano-r01-logo-wrap { width: 74px !important; flex-basis: 74px !important; }
    #header .sarano-r01-header-logo-col.sarano-mega-menu-r01-host .sarano-r01-logo-image { width: 74px !important; max-width: 74px !important; }
    .sarano-v1-category-rail { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
    .sarano-v1-category-rail a { min-height: 96px; gap: 7px; padding: 9px 3px; font-size: 9px; }
    .sarano-v1-category-rail .sarano-v1-icon { width: 36px; height: 36px; }
    .sarano-v1-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
    .sarano-v1-product-card { min-height: 382px; border-radius: 8px; }
    .sarano-v1-product-image { height: 158px; padding: 10px; }
    .sarano-v1-product-image img { max-height: 138px; }
    .sarano-v1-product-copy { padding: 9px 9px 10px; }
    .sarano-v1-product-category { height: 14px; font-size: 8px; }
    .sarano-v1-product-card .sarano-v1-product-title { height: 48px; min-height: 48px; font-size: 10px; line-height: 1.55; }
    .sarano-v1-product-card .sarano-v1-product-price { min-height: 27px; font-size: 9px; }
    .sarano-v1-product-card > .sarano-v1-product-cart { min-height: 36px; margin: 0 9px 9px; padding: 7px 5px; font-size: 9px; }
    .sarano-v1-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .sarano-v1-guide-card { grid-template-columns: 1fr; gap: 7px; min-height: 194px; padding: 8px; }
    .sarano-v1-guide-media { width: 100%; height: 83px; }
    .sarano-v1-guide-copy .sarano-v1-icon { width: 24px; height: 24px; margin-bottom: 4px; }
    .sarano-v1-guide-copy strong { font-size: 9px; line-height: 1.4; }
    .sarano-v1-guide-copy small { font-size: 8px; line-height: 1.55; }
    .sarano-v1-hero-copy h1 { height: 58px; min-height: 58px; }
    .sarano-v1-hero-copy p { min-height: 25px; }
}

/* Product cards keep their image, title, price and CTA in separate rows.
 * This prevents long Persian product names from colliding with the price or
 * button in either DAY or NIGHT. */
.sarano-v1-product-card > a:first-child { display: flex; min-height: 0; flex: 1 1 auto; flex-direction: column; }
.sarano-v1-product-card .sarano-v1-product-image { flex: 0 0 auto; }
.sarano-v1-product-card .sarano-v1-product-copy { display: flex; min-height: 0; flex: 1 1 auto; flex-direction: column; }
.sarano-v1-product-card .sarano-v1-product-category { flex: 0 0 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sarano-v1-product-card .sarano-v1-product-title { height: auto; max-height: 3.3em; min-height: 3.3em; margin-block: 4px 8px; overflow: hidden; line-height: 1.65; overflow-wrap: anywhere; }
.sarano-v1-product-card .sarano-v1-product-meta { flex: 0 0 auto; min-height: 32px; margin-top: auto; }
.sarano-v1-product-card .sarano-v1-product-price { min-width: 0; overflow: hidden; line-height: 1.5; white-space: nowrap; }
.sarano-v1-product-card > .sarano-v1-product-cart { flex: 0 0 auto; }
.sarano-v1-promo-copy,
.sarano-v1-magazine-copy { max-width: calc(100% - 40px); overflow: hidden; }
.sarano-v1-promo-copy strong,
.sarano-v1-magazine-copy strong { display: -webkit-box; max-height: 2.8em; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow-wrap: anywhere; }
.sarano-v1-promo-copy small { max-height: 3.2em; overflow: hidden; line-height: 1.6; }
@media (max-width: 430px) {
    .sarano-v1-product-card > a:first-child { min-height: 0; }
    .sarano-v1-product-card .sarano-v1-product-title { height: auto; max-height: 3.1em; min-height: 3.1em; line-height: 1.55; }
    .sarano-v1-product-card .sarano-v1-product-meta { min-height: 27px; }
    .sarano-v1-magazine-grid { grid-template-rows: 132px; }
    .sarano-v1-magazine-copy strong { font-size: 7.5px; line-height: 1.45; max-height: 4.35em; -webkit-line-clamp: 3; }
    .sarano-v1-promo-copy,
    .sarano-v1-magazine-copy { max-width: calc(100% - 12px); }
}

/* Desktop hero contract: keep the approved 440px canvas even when a Persian
 * title needs a little more line box height. Text may reflow inside the hero;
 * the hero itself must not grow and push every following section downward. */
@media (min-width: 721px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy { height: 440px; min-height: 440px; box-sizing: border-box; }
}

/* The narrow magazine rail uses the heading face. Keep the complete Persian
 * title visible after the shared two-line safety clamp above. */
@media (max-width: 430px) {
    .sarano-v1-magazine-grid { grid-template-rows: 144px; }
    .sarano-v1-magazine-copy strong {
        display: block !important;
        max-height: none !important;
        overflow: visible !important;
        -webkit-line-clamp: none !important;
    }
}

/* Release contract: the hero is an editorial anchor, not an auto-sized card.
 * Keep the approved canvas stable after ParsKala/Elementor styles load later;
 * text is allowed to wrap inside the copy column, never to resize the slider. */
@media (min-width: 721px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: 440px !important;
        min-height: 440px !important;
        max-height: 440px !important;
        box-sizing: border-box;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual { height: 100%; }
}

@media (max-width: 720px) and (min-width: 431px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: 360px !important;
        min-height: 360px !important;
        max-height: 360px !important;
        box-sizing: border-box;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual { height: 100%; }
}
@media (max-width: 430px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        /* The promo artwork is 4:3. At 390px it needs about 293px just to
         * show the full image at natural width; a fixed 250px canvas crops
         * the lower composition and makes the artwork feel zoomed. */
        height: clamp(270px, 75vw, 322px) !important;
        min-height: clamp(270px, 75vw, 322px) !important;
        max-height: clamp(270px, 75vw, 322px) !important;
        box-sizing: border-box;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual { height: 100%; }
    .sarano-v1-hero-visual {
        isolation: isolate;
        background-image: none !important;
        background-color: var(--sarano-surface) !important;
    }
    html[data-sarano-theme="day"] .sarano-v1-hero-visual { --sarano-hero-current-image: var(--sarano-hero-day-image); }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual {
        --sarano-hero-current-image: var(--sarano-hero-night-image);
        background-color: #0d1014 !important;
    }
    .sarano-v1-hero-visual::before {
        content: "";
        position: absolute;
        z-index: 0;
        inset: -20px;
        background-image: var(--sarano-hero-current-image);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: blur(18px);
        opacity: .24;
        transform: scale(1.08);
    }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual::before { opacity: .32; }
    .sarano-v1-hero-visual::after {
        z-index: 1;
        background-image: linear-gradient(90deg, var(--sarano-surface) 0%, color-mix(in srgb, var(--sarano-surface) 78%, transparent) 47%, transparent 88%), var(--sarano-hero-current-image) !important;
        background-position: center, center top !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100%, 100% auto !important;
    }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual::after {
        background-image: linear-gradient(90deg, rgba(13,16,20,.94) 0%, rgba(13,16,20,.63) 47%, transparent 88%), var(--sarano-hero-current-image) !important;
    }
    .sarano-v1-hero-copy { z-index: 2; }
}

/* R43L visual finish: wide editorial artwork keeps its native sharp layer;
 * the remaining canvas is carried by a quiet, blurred continuation so the
 * slider reads as one composed image instead of a sharp strip above a blank
 * block. The backdrop never changes the source image's crop or scale. */
@media (max-width: 720px) {
    .sarano-v1-hero-visual::before {
        opacity: .30;
        filter: blur(22px) saturate(1.04);
    }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual::before { opacity: .40; }
}
@media (max-width: 430px) {
    .sarano-v1-hero-visual::before { opacity: .36; }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual::before { opacity: .46; }
}

/* R44 visual contract: restore the large editorial hero canvas. The source
 * artwork is intentionally wide; giving it back vertical room reduces the
 * cover crop on desktop. Mobile keeps the sharp artwork at its natural-width
 * layer and uses only a modestly taller canvas so the continuation remains
 * composed instead of becoming a blank band. */
@media (min-width: 721px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: 530px !important;
        min-height: 530px !important;
        max-height: 530px !important;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual { height: 100%; }
}
@media (max-width: 720px) and (min-width: 431px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: 400px !important;
        min-height: 400px !important;
        max-height: 400px !important;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual { height: 100%; }
}
@media (max-width: 430px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: clamp(296px, 78vw, 330px) !important;
        min-height: clamp(296px, 78vw, 330px) !important;
        max-height: clamp(296px, 78vw, 330px) !important;
    }
}

/* R45 visual correction: the editorial source is 1662x946. A short desktop
 * canvas makes cover crop the room scene vertically and makes the artwork
 * read as zoomed. Give the banner back a responsive, large canvas while
 * keeping the mobile sharp layer at its native width. */
@media (min-width: 721px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: clamp(580px, 36vw, 680px) !important;
        min-height: clamp(580px, 36vw, 680px) !important;
        max-height: clamp(580px, 36vw, 680px) !important;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual {
        height: 100%;
        background-position: center 48%;
    }
    .sarano-v1-hero-copy {
        padding-top: clamp(96px, 8vw, 132px);
    }
}
@media (max-width: 720px) and (min-width: 431px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: clamp(410px, 56vw, 500px) !important;
        min-height: clamp(410px, 56vw, 500px) !important;
        max-height: clamp(410px, 56vw, 500px) !important;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual { height: 100%; }
}
@media (max-width: 430px) {
    .sarano-v1-hero-visual::before {
        /* The sharp layer below remains 100% auto (no crop/zoom); this
         * continuation carries the remaining canvas with the same artwork. */
        opacity: .64;
        filter: blur(18px) saturate(1.05);
        background-position: center bottom;
    }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual::before { opacity: .72; }
    .sarano-v1-hero-visual::after {
        background-image:
            linear-gradient(180deg, transparent 46%, color-mix(in srgb, var(--sarano-surface) 26%, transparent) 100%),
            linear-gradient(90deg, var(--sarano-surface) 0%, color-mix(in srgb, var(--sarano-surface) 78%, transparent) 47%, transparent 88%),
            var(--sarano-hero-current-image) !important;
        background-position: center, center, center top !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100%, 100% 100%, 100% 100% !important;
    }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual::after {
        background-image:
            linear-gradient(180deg, transparent 44%, rgba(13,16,20,.30) 100%),
            linear-gradient(90deg, rgba(13,16,20,.94) 0%, rgba(13,16,20,.63) 47%, transparent 88%),
            var(--sarano-hero-current-image) !important;
    }
}

/* R46 visual contract: restore the source artwork's breathing room. The
 * editorial images are 1662x946; a 530px desktop canvas forced `cover` to
 * crop too much of the room scene and made the products read as zoomed. Keep
 * the hero large enough that the crop is restrained at common desktop sizes.
 * Mobile keeps the tested full-canvas composition from R45. */
@media (min-width: 721px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: clamp(640px, 52vw, 760px) !important;
        min-height: clamp(640px, 52vw, 760px) !important;
        max-height: clamp(640px, 52vw, 760px) !important;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual {
        height: 100%;
        background-position: center 50%;
    }
}
@media (max-width: 720px) and (min-width: 431px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: clamp(430px, 64vw, 560px) !important;
        min-height: clamp(430px, 64vw, 560px) !important;
        max-height: clamp(430px, 64vw, 560px) !important;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual { height: 100%; }
}
@media (max-width: 430px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: clamp(300px, 82vw, 348px) !important;
        min-height: clamp(300px, 82vw, 348px) !important;
        max-height: clamp(300px, 82vw, 348px) !important;
    }
}

/* R47 visual contract: preserve the source artwork ratio instead of
 * stretching the sharp layer into a shorter card. The editorial assets are
 * 1662x946 (56.92vw at native width); the hero follows that proportion until
 * a practical desktop ceiling. On narrow screens the sharp image is rendered
 * at 100% auto and the existing soft continuation carries the extra canvas.
 * This keeps the composition readable without changing the image files. */
@media (min-width: 721px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: clamp(640px, 56.92vw, 820px) !important;
        min-height: clamp(640px, 56.92vw, 820px) !important;
        max-height: clamp(640px, 56.92vw, 820px) !important;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual {
        height: 100%;
        background-position: center 50%;
    }
}
@media (max-width: 720px) and (min-width: 431px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: clamp(400px, 64vw, 520px) !important;
        min-height: clamp(400px, 64vw, 520px) !important;
        max-height: clamp(400px, 64vw, 520px) !important;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual { height: 100%; }
}
@media (max-width: 430px) {
    .sarano-v1-hero,
    .sarano-v1-hero-slides,
    .sarano-v1-hero-slide,
    .sarano-v1-hero-copy {
        height: clamp(240px, 66vw, 280px) !important;
        min-height: clamp(240px, 66vw, 280px) !important;
        max-height: clamp(240px, 66vw, 280px) !important;
    }
    .sarano-v1-hero-visual,
    .sarano-v1-hero-product-visual { height: 100%; }
    .sarano-v1-hero-visual {
        background-image: none !important;
        background-color: var(--sarano-surface) !important;
    }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual {
        background-color: #0d1014 !important;
    }
    .sarano-v1-hero-visual::after {
        background-image:
            linear-gradient(180deg, transparent 48%, color-mix(in srgb, var(--sarano-surface) 78%, transparent) 100%),
            linear-gradient(90deg, var(--sarano-surface) 0%, color-mix(in srgb, var(--sarano-surface) 78%, transparent) 47%, transparent 88%),
            var(--sarano-hero-current-image) !important;
        background-position: center, center, center top !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100%, 100% 100%, 100% auto !important;
    }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual::after {
        background-image:
            linear-gradient(180deg, transparent 44%, rgba(13,16,20,.72) 100%),
            linear-gradient(90deg, rgba(13,16,20,.94) 0%, rgba(13,16,20,.63) 47%, transparent 88%),
            var(--sarano-hero-current-image) !important;
    }
}

/* R48 mobile information architecture: keep the five canonical roots in a
 * deliberate swipe rail and give the five-card main grid a balanced 3+2
 * rhythm. No synthetic sixth category is introduced just to fill a row. */
@media (max-width: 430px) {
    .sarano-v1-category-rail {
        display: flex;
        max-width: 100%;
        gap: 8px;
        padding: 0 2px 8px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
        scrollbar-width: none;
    }
    .sarano-v1-category-rail::-webkit-scrollbar { display: none; }
    .sarano-v1-category-rail a {
        flex: 0 0 calc((100% - 18px) / 4);
        min-height: 110px;
        padding: 12px 6px;
        scroll-snap-align: start;
    }
    .sarano-v1-category-rail .sarano-v1-icon { width: 38px; height: 38px; }

    .sarano-v1-main-category-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 8px;
    }
    .sarano-v1-main-category {
        grid-column: span 2;
        min-height: 128px;
    }
    .sarano-v1-main-category:nth-child(4),
    .sarano-v1-main-category:nth-child(5) { grid-column: span 3; }
}

@media (min-width: 721px) {
    .sarano-v1-main-category-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

/* The homepage has no connected email provider yet; route visitors to the
 * real editorial archive instead of presenting a form that cannot submit. */
.sarano-v1-newsletter-cta {
    justify-self: start;
    min-width: 190px;
    text-align: center;
}
@media (max-width: 430px) {
    .sarano-v1-newsletter-cta {
        min-width: 0;
        width: 100%;
        min-height: 30px;
        padding: 6px 8px;
        font-size: 8px;
    }
}

/* R49 slider fidelity: the wide mobile breakpoint must use the same native
 * artwork contract as the narrow mobile breakpoint. The source artwork is
 * wide; `cover` scales it to the taller tablet canvas and silently crops the
 * composition. Keep the sharp layer at its natural width and let the quiet
 * continuation fill only the remaining canvas. Product slides keep their
 * existing contain treatment. */
@media (max-width: 720px) and (min-width: 431px) {
    .sarano-v1-hero-copy {
        width: 55%;
        min-height: 100%;
        margin-right: auto;
        margin-left: 0;
        padding: clamp(38px, 8vw, 64px) 24px 64px 8px;
        text-align: right;
    }
    .sarano-v1-hero-copy h1 {
        margin-bottom: 10px;
        font-size: clamp(27px, 5.2vw, 38px);
        line-height: 1.24;
    }
    .sarano-v1-hero-copy p {
        max-width: 290px;
        margin-bottom: 18px;
        font-size: clamp(10px, 1.65vw, 12px);
        line-height: 1.7;
    }
    .sarano-v1-hero-copy .sarano-v1-button {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 10px;
    }
    .sarano-v1-hero-visual { top: 0; background-position: center top; }
    .sarano-v1-hero-controls { right: 20px; bottom: 16px; gap: 6px; }
    .sarano-v1-hero-visual {
        isolation: isolate;
        background-image: none !important;
        background-color: var(--sarano-surface) !important;
    }
    html[data-sarano-theme="day"] .sarano-v1-hero-visual {
        --sarano-hero-current-image: var(--sarano-hero-day-image);
    }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual {
        --sarano-hero-current-image: var(--sarano-hero-night-image);
    }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual {
        background-color: #0d1014 !important;
    }
    .sarano-v1-hero-visual::before {
        content: "";
        position: absolute;
        z-index: 0;
        inset: -20px;
        background-image: var(--sarano-hero-current-image);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        transform: scale(1.08);
        opacity: .42;
        filter: blur(20px) saturate(1.04);
    }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual::before { opacity: .52; }
    .sarano-v1-hero-visual::after {
        background-image:
            linear-gradient(180deg, transparent 48%, color-mix(in srgb, var(--sarano-surface) 78%, transparent) 100%),
            linear-gradient(90deg, var(--sarano-surface) 0%, color-mix(in srgb, var(--sarano-surface) 78%, transparent) 47%, transparent 88%),
            var(--sarano-hero-current-image) !important;
        background-position: center, center, center top !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100%, 100% 100%, 100% auto !important;
    }
    html[data-sarano-theme="night"] .sarano-v1-hero-visual::after {
        background-image:
            linear-gradient(180deg, transparent 44%, rgba(13,16,20,.72) 100%),
            linear-gradient(90deg, rgba(13,16,20,.94) 0%, rgba(13,16,20,.63) 47%, transparent 88%),
            var(--sarano-hero-current-image) !important;
    }
}
