:root {
  --bg: #f7f5ef;
  --surface: #fff;
  --ink: #14213d;
  --muted: #657086;
  --line: #dfe4ea;
  --brand: #173f7a;
  --brand-2: #0f2d59;
  --accent: #f2c94c;
  --soft: #eef3f8;
  --success: #19724d;
  --danger: #a63a50;
  --radius: 12px;
  --shadow: 0 18px 55px rgba(15, 45, 89, .12);
  --max: 1240px;
  --title: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --body: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--body); font-size:15px; line-height: 1.55; font-synthesis:none; }
strong, b { font-weight:700; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; height:auto; }
[hidden] { display: none !important; }

.demo-shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.demo-only-bar { color: #fff; background: #07152e; font-size: 12px; }
.demo-only-bar .demo-shell { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.demo-only-bar p { margin: 0; }
.demo-only-bar a { color: #9fcaff; font-weight: 700; text-decoration: none; }
.announcement { padding: 8px 20px; color: var(--ink); background: var(--accent); text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .03em; }

.store-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 94%, transparent); backdrop-filter: blur(15px); }
.store-header .demo-shell { min-height: 74px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 24px; }
.store-logo { color: var(--brand-2); font-family: var(--title); font-size: 24px; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.store-logo small { display: block; margin-top: -4px; color: var(--muted); font-family: var(--body); font-size: 10px; letter-spacing: .18em; }
.store-nav { display: flex; justify-content: center; gap: 26px; }
.store-nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.store-nav a:hover, .store-nav a:focus-visible { color: var(--brand); }
.header-tools { display: flex; align-items: center; gap: 8px; }
.icon-button, .menu-button { min-width: 44px; min-height: 44px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--surface); cursor: pointer; }
.icon-button:hover, .icon-button:focus-visible, .menu-button:hover, .menu-button:focus-visible { border-color: var(--brand); color: var(--brand); }
.cart-button { width: auto; padding-inline: 15px; display: inline-flex; gap: 8px; font-weight: 700; }
.cart-count { min-width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); font-size: 11px; }
.menu-button { display: none; }
.mobile-menu { display: none; border-top: 1px solid var(--line); padding: 12px 20px 20px; background: var(--surface); }
.mobile-menu a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-weight: 700; text-decoration: none; }

.store-hero { padding: 48px 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: 56px; }
.hero-grid > * { min-width:0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--brand); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow:before { content: ""; width: 28px; height: 2px; background: currentColor; }
.store-hero h1 { max-width: 680px; margin: 0; font-family: var(--title); font-size: clamp(42px, 6vw, 76px); line-height: .98; letter-spacing: -.045em; }
.store-hero .lead { max-width: 600px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.primary-button, .secondary-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--brand); border-radius: var(--radius); padding: 0 21px; cursor: pointer; font-weight: 700; text-decoration: none; }
.primary-button { color: #fff; background: var(--brand); }
.primary-button:hover, .primary-button:focus-visible { background: var(--brand-2); border-color: var(--brand-2); transform: translateY(-1px); }
.secondary-button { color: var(--brand); background: transparent; }
.secondary-button:hover, .secondary-button:focus-visible { background: var(--surface); }
.hero-media { min-width:0; position: relative; overflow: hidden; aspect-ratio:3/2; border-radius: calc(var(--radius) * 1.6); background: var(--soft); box-shadow: var(--shadow); }
.hero-media::after { content:""; position:absolute; inset:0; pointer-events:none; border:1px solid color-mix(in srgb, var(--line) 72%, transparent); border-radius:inherit; box-shadow:inset 0 1px 0 rgba(255,255,255,.42); }
.hero-media img { width: 100%; height:100%; min-height:0; aspect-ratio:3/2; object-fit: cover; object-position:60% center; }
body.glowina .hero-media img { object-position:48% center; }
.hero-note { position: absolute; right: 18px; bottom: 18px; max-width: 210px; padding: 13px 15px; border-radius: var(--radius); background: color-mix(in srgb, var(--surface) 93%, transparent); box-shadow: 0 12px 30px rgba(0,0,0,.12); font-size: 12px; }
.hero-note strong { display: block; color: var(--brand); font-size: 15px; }

.benefit-strip { border-block: 1px solid var(--line); background: var(--surface); }
.benefit-strip .demo-shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit { padding: 20px; display: flex; align-items: center; gap: 11px; border-right: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.benefit:last-child { border-right: 0; }
.benefit b { color: var(--brand); font-size: 18px; }

.section { padding: 82px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading h2 { margin: 0; font-family: var(--title); font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { margin: 13px 0 0; color: var(--muted); font-size: 16px; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { min-height:0; position: relative; overflow: hidden; display: flex; align-items: end; aspect-ratio:4/3; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); cursor: pointer; text-align: left; box-shadow: 0 8px 30px rgba(19, 43, 78, .06); }
.category-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position:center; transition: transform .35s ease; }
.category-card:after { content: ""; position: absolute; inset: 36% 0 0; background: linear-gradient(transparent, rgba(5,18,38,.86)); }
.category-card span { z-index: 1; padding: 18px; color: #fff; font-family: var(--title); font-size: 18px; font-weight: 700; }
.category-card:hover img { transform: scale(1.035); }

.catalog-layout { display: grid; grid-template-columns: 238px minmax(0, 1fr); gap: 34px; align-items: start; }
.filter-panel { position: sticky; top: 95px; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; background: var(--surface); }
.filter-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.filter-head strong { font-family: var(--title); font-size: 18px; }
.text-button { border: 0; padding: 5px; color: var(--brand); background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; text-decoration: underline; }
.filter-group { margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); }
.filter-group > strong { display: block; margin-bottom: 10px; font-size: 13px; }
.filter-option { min-height: 36px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; cursor: pointer; }
.filter-option input { width: 17px; height: 17px; accent-color: var(--brand); }
.catalog-main { min-width: 0; }
.catalog-tools { display: grid; grid-template-columns: minmax(180px, 1fr) auto auto; align-items: center; gap: 12px; margin-bottom: 20px; }
.search-field, .sort-field { min-height: 44px; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 13px; color: var(--ink); background: var(--surface); }
.results-count { color: var(--muted); font-size: 13px; white-space: nowrap; }
.mobile-filter-button { display: none; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 8px 28px rgba(16, 41, 74, .055); }
.product-image-button { width: 100%; position: relative; overflow: hidden; aspect-ratio:1/1; border: 0; padding: 0; background: var(--soft); cursor: pointer; }
.product-image-button img { width: 100%; height:100%; aspect-ratio:1/1; object-fit: cover; object-position:center; transition: transform .35s ease; }
.product-card:hover .product-image-button img { transform: scale(1.025); }
.product-badge { position: absolute; top: 11px; left: 11px; padding: 6px 9px; border-radius: 999px; color: #fff; background: var(--brand); font-size: 10px; font-weight: 700; }
.product-info { padding: 16px; }
.product-meta { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.product-info h3 { min-height: 48px; margin: 6px 0 7px; font-family: var(--title); font-size: 17px; line-height: 1.35; }
.product-price { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.product-price del { color: var(--muted); font-size: 12px; font-weight: 600; }
.swatches { min-height: 21px; display: flex; gap: 6px; margin-top: 10px; }
.swatch { width: 18px; height: 18px; border: 2px solid var(--surface); border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }
.card-actions { margin-top: 14px; display: grid; grid-template-columns: 1fr 44px; gap: 8px; }
.card-actions button { min-height: 42px; border: 1px solid var(--brand); border-radius: var(--radius); cursor: pointer; font-size: 12px; font-weight: 700; }
.quick-add { color: #fff; background: var(--brand); }
.quick-view { color: var(--brand); background: transparent; }
.empty-state { grid-column: 1 / -1; padding: 55px 25px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); background: var(--surface); text-align: center; }

.bundle-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: calc(var(--radius) * 1.4); background: var(--surface); box-shadow: var(--shadow); }
.bundle-media { min-width:0; min-height:0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); align-self:center; aspect-ratio:2/1; background: var(--soft); }
.bundle-media img { width: 100%; height:auto; aspect-ratio:1/1; object-fit: cover; object-position:center; }
.bundle-copy { padding: clamp(32px, 5vw, 64px); align-self: center; }
.bundle-copy h2 { margin: 0; font-family: var(--title); font-size: clamp(31px, 4vw, 50px); line-height: 1.06; }
.bundle-copy p { color: var(--muted); }
.bundle-list { margin: 22px 0; padding: 0; list-style: none; }
.bundle-list li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.bundle-price { margin: 20px 0; font-size: 23px; font-weight: 700; }

.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: var(--surface); }
.quote-card p { margin: 0; font-family: var(--title); font-size: 18px; }
.quote-card small { display: block; margin-top: 16px; color: var(--muted); }
.demo-label { display: inline-flex; margin-bottom: 12px; padding: 5px 8px; border-radius: 999px; color: var(--brand); background: var(--soft); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.newsletter { display: grid; grid-template-columns: 1fr minmax(320px, .75fr); align-items: center; gap: 40px; border-radius: calc(var(--radius) * 1.5); padding: clamp(30px, 5vw, 58px); color: #fff; background: var(--brand-2); }
.newsletter h2 { margin: 0; font-family: var(--title); font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.newsletter p { margin-bottom: 0; color: rgba(255,255,255,.72); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter-form input { min-height: 50px; border: 0; border-radius: var(--radius); padding: 0 15px; }
.newsletter-form button { min-height: 50px; border: 1px solid #fff; border-radius: var(--radius); padding: 0 18px; color: #fff; background: transparent; cursor: pointer; font-weight: 700; }
.form-note { grid-column: 1 / -1; margin: 6px 0 0; color: rgba(255,255,255,.72); font-size: 11px; }
.form-status { grid-column: 1 / -1; margin-top: 8px; color: #c7ffe6; font-size: 13px; font-weight: 700; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; }
.faq-grid h2 { margin: 0; font-family: var(--title); font-size: clamp(30px, 4vw, 44px); }
.faq-list details { border-top: 1px solid var(--line); padding: 17px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 700; }
.faq-list p { color: var(--muted); }

.store-footer { padding: 50px 0 28px; color: rgba(255,255,255,.82); background: var(--brand-2); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 35px; }
.store-footer .store-logo { color: #fff; }
.store-footer h3 { margin: 0 0 13px; color: #fff; font-size: 13px; }
.store-footer a { min-height: 30px; display: block; color: rgba(255,255,255,.7); font-size: 12px; text-decoration: none; }
.footer-note { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; }

.drawer-overlay { z-index: 69; position: fixed; inset: 0; opacity: 0; pointer-events: none; background: rgba(3, 13, 30, .52); transition: opacity .25s ease; }
.drawer-overlay.is-open { opacity: 1; pointer-events: auto; }
.cart-drawer { z-index: 70; width: min(430px, 100%); position: fixed; top: 0; right: 0; bottom: 0; display: grid; grid-template-rows: auto 1fr auto; transform: translateX(102%); background: var(--surface); box-shadow: -20px 0 60px rgba(0,0,0,.18); transition: transform .28s ease; }
.cart-drawer.is-open { transform: none; }
.drawer-head { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-family: var(--title); font-size: 22px; }
.drawer-close { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; }
.cart-items { overflow-y: auto; padding: 18px 20px; }
.cart-item { display: grid; grid-template-columns: 78px 1fr auto; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 78px; height: 78px; border-radius: calc(var(--radius) * .7); object-fit: cover; }
.cart-item h3 { margin: 0; font-size: 13px; }
.cart-item p { margin: 4px 0; color: var(--muted); font-size: 11px; }
.qty-control { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; }
.qty-control button { width: 30px; height: 28px; border: 0; background: transparent; cursor: pointer; }
.qty-control span { min-width: 22px; display: grid; place-items: center; font-size: 11px; }
.remove-item { border: 0; padding: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 11px; text-decoration: underline; }
.cart-empty { padding: 60px 20px; color: var(--muted); text-align: center; }
.drawer-foot { padding: 17px 20px 22px; border-top: 1px solid var(--line); background: var(--soft); }
.shipping-choice { margin-bottom: 13px; display: grid; gap: 7px; }
.shipping-choice label { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; }
.cart-total { margin: 13px 0; display: flex; justify-content: space-between; font-size: 18px; font-weight: 700; }
.checkout-demo { width: 100%; }
.checkout-note { margin: 10px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.product-dialog { width: min(990px, calc(100% - 30px)); max-height: calc(100vh - 30px); border: 0; border-radius: calc(var(--radius) * 1.5); padding: 0; color: var(--ink); background: var(--surface); box-shadow: 0 35px 100px rgba(4,18,40,.3); }
.product-dialog::backdrop { background: rgba(3,13,30,.58); }
.dialog-close { z-index: 2; width: 44px; height: 44px; position: absolute; top: 14px; right: 14px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.9); cursor: pointer; }
.pdp-grid { display: grid; grid-template-columns: 1fr 1fr; }
.pdp-media { min-width:0; min-height:0; aspect-ratio:1/1; background: var(--soft); }
.pdp-media img { width: 100%; height:100%; aspect-ratio:1/1; object-fit: cover; object-position:center; }
.pdp-copy { max-height: calc(100vh - 30px); overflow-y: auto; padding: clamp(30px, 5vw, 58px); }
.pdp-copy h2 { margin: 6px 0 10px; font-family: var(--title); font-size: clamp(29px, 4vw, 44px); line-height: 1.08; }
.pdp-description { color: var(--muted); }
.pdp-benefits { margin: 20px 0; padding: 0; list-style: none; }
.pdp-benefits li { padding: 5px 0; font-size: 13px; }
.pdp-benefits li:before { content: "✓"; margin-right: 8px; color: var(--success); font-weight: 700; }
.variant-group { margin: 17px 0; }
.variant-group > span { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.variant-options { display: flex; flex-wrap: wrap; gap: 7px; }
.variant-options label { cursor: pointer; }
.variant-options input { position: absolute; opacity: 0; pointer-events: none; }
.variant-options span { min-height: 39px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 13px; font-size: 12px; }
.variant-options input:checked + span { color: #fff; border-color: var(--brand); background: var(--brand); }
.pdp-add { width: 100%; margin: 9px 0 15px; }
.delivery-note { border-radius: var(--radius); padding: 13px; color: var(--muted); background: var(--soft); font-size: 12px; }
.pdp-accordions { margin-top: 20px; }
.pdp-accordions details { border-top: 1px solid var(--line); padding: 14px 0; }
.pdp-accordions summary { cursor: pointer; font-size: 13px; font-weight: 700; }
.pdp-accordions p { color: var(--muted); font-size: 12px; }
.mobile-sticky-atc { display: none; }

.toast { z-index: 100; position: fixed; left: 50%; bottom: 24px; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); border-radius: 999px; padding: 12px 18px; color: #fff; background: #07152e; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-size: 12px; font-weight: 700; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

body.glowina {
  --bg: #fbf7f2;
  --surface: #fffdf9;
  --ink: #3f202d;
  --muted: #806876;
  --line: #ead9dd;
  --brand: #a64767;
  --brand-2: #552537;
  --accent: #ead3d9;
  --soft: #f5e9e8;
  --radius: 18px;
  --title: Georgia, "Times New Roman", serif;
}
body.glowina .store-logo { font-family: Georgia, serif; font-size: 29px; font-style: italic; letter-spacing: -.03em; }
body.glowina .store-logo small { font-style: normal; letter-spacing: .26em; }
body.glowina .announcement { color: #fff; background: var(--brand); }
body.glowina .hero-media { border-radius: 48% 48% 18px 18px; }
body.glowina .primary-button { border-radius: 999px; }
body.glowina .secondary-button { border-radius: 999px; }
body.glowina .product-image-button img { aspect-ratio:1/1; }
body.glowina .product-info h3 { font-size: 19px; font-weight: 600; }
body.glowina .eyebrow { letter-spacing: .18em; }

.need-chooser { display: flex; flex-wrap: wrap; gap: 10px; }
.need-chooser button { min-height: 46px; border: 1px solid var(--line); border-radius: 999px; padding: 0 17px; color: var(--ink); background: var(--surface); cursor: pointer; font-weight: 700; }
.need-chooser button:hover, .need-chooser button:focus-visible { color: #fff; border-color: var(--brand); background: var(--brand); }
.story-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 55px; align-items: center; }
.story-media { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12px; }
.story-media img { width: 100%; height:auto; aspect-ratio:4/5; border-radius: var(--radius); object-fit: cover; object-position:center; }
.story-media img:first-child { margin-top: 55px; }
.story-copy h2 { margin: 0; font-family: var(--title); font-size: clamp(35px, 5vw, 58px); line-height: 1.06; font-weight: 600; }
.story-copy p { color: var(--muted); }
.booking-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 45px; border: 1px solid var(--line); border-radius: calc(var(--radius) * 1.4); padding: clamp(28px, 5vw, 55px); background: var(--surface); }
.booking-card h2 { margin: 0; font-family: var(--title); font-size: clamp(32px, 4vw, 48px); font-weight: 600; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.booking-form label { display: grid; gap: 5px; color: var(--muted); font-size: 11px; font-weight: 700; }
.booking-form input, .booking-form select { min-height: 48px; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 13px; color: var(--ink); background: var(--bg); }
.booking-form button, .booking-form .form-status { grid-column: 1 / -1; }
.booking-form .form-status { color: var(--success); }

@media (max-width: 1040px) {
  .store-header .demo-shell { grid-template-columns: 150px 1fr auto; }
  .store-nav { gap: 15px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid { gap: 34px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 800px) {
  .demo-shell { width: min(100% - 28px, var(--max)); }
  .demo-only-bar .demo-shell { padding: 7px 0; align-items: start; flex-direction: column; gap: 2px; }
  .announcement { font-size: 10px; }
  .store-header .demo-shell { min-height: 64px; grid-template-columns: 1fr auto; }
  .store-nav { display: none; }
  .menu-button { display: inline-grid; }
  .mobile-menu.is-open { display: block; }
  .store-hero { padding: 28px 0 36px; }
  .hero-grid, .story-grid, .bundle-card, .newsletter, .faq-grid, .booking-card { grid-template-columns: 1fr; }
  .store-hero h1 { font-size: clamp(42px, 13vw, 64px); }
  .store-hero .lead { font-size: 15px; }
  .hero-media { grid-row: 1; }
  .hero-media { aspect-ratio:4/5; }
  .hero-media img { min-height:0; aspect-ratio:4/5; }
  body:not(.glowina) .hero-media img { object-position:60% center; }
  body.glowina .hero-media img { object-position:46% center; }
  .benefit-strip .demo-shell { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 58px 0; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filter-panel { display: none; position: static; }
  .filter-panel.is-open { display: block; }
  .catalog-tools { grid-template-columns: 1fr auto; }
  .search-field { grid-column: 1 / -1; }
  .mobile-filter-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 14px; background: var(--surface); font-weight: 700; }
  .bundle-media { min-height:0; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { width: 100%; }
  .story-media img { height:auto; }
  .booking-card { gap: 25px; }
  .pdp-grid { grid-template-columns: 1fr; }
  .pdp-media { min-height:0; height:auto; aspect-ratio:1/1; }
  .pdp-copy { max-height: none; padding: 25px 20px 90px; }
  .product-dialog { max-height: calc(100vh - 16px); overflow-y: auto; }
  .mobile-sticky-atc { position: sticky; bottom: 0; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--surface); }
  .mobile-sticky-atc strong { font-size: 13px; }
  .mobile-sticky-atc button { min-height: 44px; }
}

@media (max-width: 560px) {
  .header-tools .icon-button[aria-label="Paieška"] { display: none; }
  .cart-button { padding-inline: 10px; font-size: 0; }
  .cart-button:before { content: "Krepšelis"; font-size: 11px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button, .secondary-button { width: 100%; }
  .benefit { padding: 14px 8px; align-items: flex-start; flex-direction: column; gap: 4px; font-size: 11px; }
  .category-grid, .product-grid, .quote-grid { grid-template-columns: 1fr; }
  .category-card { min-height:0; aspect-ratio:4/3; }
  .catalog-tools { grid-template-columns: 1fr 1fr; }
  .sort-field { min-width: 0; width: 100%; }
  .results-count { grid-column: 1 / -1; }
  .product-image-button img, body.glowina .product-image-button img { aspect-ratio:1/1; }
  .bundle-media { min-height:0; }
  .bundle-copy { padding: 28px 20px; }
  .newsletter { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .booking-form { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media (hover:hover) and (pointer:fine) {
  .category-card,.product-card { transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .28s ease,box-shadow .28s ease; }
  .category-card:hover,.product-card:hover { border-color:color-mix(in srgb,var(--brand) 32%,var(--line)); transform:translateY(-3px); box-shadow:0 20px 48px rgba(16,41,74,.11); }
}
