:root {
  --navy: #06244a;
  --navy-dark: #031832;
  --teal: #0b7f86;
  --green: #08a34a;
  --green-dark: #07863f;
  --white: #ffffff;
  --light-gray: #f4f7fa;
  --panel: #fbfcfd;
  --border: #dce5ec;
  --text-primary: #071a36;
  --text-secondary: #5e6c7f;
  --shadow-sm: 0 8px 22px rgba(7, 26, 54, 0.08);
  --shadow-md: 0 18px 45px rgba(7, 26, 54, 0.12);
  --shadow-hover: 0 22px 48px rgba(7, 26, 54, 0.16);
  --ease-premium: cubic-bezier(.2, .8, .2, 1);
  --content-width: 1220px;
  --section-spacing: 52px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--text-primary); background: var(--white); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
p { color: var(--text-secondary); line-height: 1.55; }
.site-shell { width: min(var(--content-width), calc(100% - 64px)); margin: 0 auto; }
:focus-visible { outline: 3px solid rgba(11, 127, 134, .32); outline-offset: 3px; }

.utility-bar { background: var(--navy-dark); color: #dce8f5; font-size: 12px; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; color: #e8f0f8; font-size: 12px; }
.utility-inner nav { display: flex; align-items: center; gap: 26px; }
.utility-inner a, .utility-inner span { display: inline-flex; align-items: center; gap: 7px; color: #e8f0f8; white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--border); box-shadow: 0 4px 16px rgba(6,36,74,.05); backdrop-filter: saturate(180%) blur(14px); }
.nav-inner { min-height: 66px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-block; width: 284px; height: 62px; min-width: 284px; background: url("assets/covabio-logo.svg?v=20260722") left center / contain no-repeat; }
.brand-mark, .brand-copy { display: none; }
.footer-brand { background-image: url("assets/covabio-logo-white.svg?v=20260722"); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; font-size: 13px; font-weight: 800; }
.main-nav a { position: relative; white-space: nowrap; transition: color .2s var(--ease-premium); }
.main-nav a:after { content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 2px; background: var(--teal); transform: scaleX(0); transform-origin: center; transition: transform .24s var(--ease-premium); }
.main-nav a:hover { color: var(--teal); }
.main-nav a:hover:after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.search-link { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 4px; color: var(--navy); }
.search-link:hover { background: var(--light-gray); }
.menu-button { display: none; border: 1px solid var(--border); border-radius: 6px; background: #fff; color: var(--navy); padding: 10px 14px; font-weight: 800; }

.button, .mini-button, .footer-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 38px; border-radius: 5px; border: 1px solid var(--navy); padding: 0 18px; font-size: 13px; font-weight: 850; line-height: 1; cursor: pointer; transition: transform .22s var(--ease-premium), box-shadow .22s var(--ease-premium), border-color .22s var(--ease-premium), background-color .22s var(--ease-premium), color .22s var(--ease-premium), opacity .22s var(--ease-premium); }
.button.green, .whatsapp-button { color: #fff; background: var(--green); border-color: var(--green); box-shadow: 0 12px 24px rgba(8,163,74,.22); }
.button:hover, .mini-button:hover { transform: translateY(-2px); }
.button.green:hover, .whatsapp-button:hover { background: var(--green-dark); border-color: var(--green-dark); box-shadow: 0 16px 30px rgba(8,163,74,.28); }
.button.navy { color: #fff; background: var(--navy); }
.button.outline, .mini-button { color: var(--navy); background: #fff; border-color: #9dadbd; }
.button.outline:hover, .mini-button:hover { border-color: var(--teal); color: var(--teal); }

.line-icon { position: relative; display: inline-block; width: 22px; height: 22px; color: currentColor; flex: 0 0 auto; }
.line-icon:before, .line-icon:after { content: ""; position: absolute; box-sizing: border-box; }
.line-icon.doc:before, .line-icon.coa:before { inset: 2px 5px; border: 2px solid currentColor; border-radius: 2px; }
.line-icon.doc:after, .line-icon.coa:after { left: 8px; top: 8px; width: 8px; height: 2px; background: currentColor; box-shadow: 0 5px 0 currentColor; }
.line-icon.shield:before { inset: 1px 4px; border: 2px solid currentColor; clip-path: polygon(50% 0,100% 20%,88% 74%,50% 100%,12% 74%,0 20%); }
.line-icon.shield:after { left: 8px; top: 8px; width: 8px; height: 5px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); }
.line-icon.globe:before { inset: 2px; border: 2px solid currentColor; border-radius: 50%; }
.line-icon.globe:after { left: 10px; top: 3px; width: 2px; height: 16px; background: currentColor; box-shadow: -6px 7px 0 -5px currentColor, 6px 7px 0 -5px currentColor; }
.line-icon.package:before { inset: 4px 3px 3px; border: 2px solid currentColor; border-radius: 2px; }
.line-icon.package:after { left: 6px; top: 2px; width: 10px; height: 8px; border: 2px solid currentColor; border-bottom: 0; transform: skewY(-20deg); }
.line-icon.search:before { inset: 3px 6px 7px 3px; border: 2px solid currentColor; border-radius: 50%; }
.line-icon.search:after { right: 2px; bottom: 3px; width: 9px; height: 2px; background: currentColor; transform: rotate(45deg); }
.line-icon.whatsapp:before { inset: 2px; border: 2px solid currentColor; border-radius: 50%; }
.line-icon.whatsapp:after { left: 8px; top: 7px; width: 7px; height: 7px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-35deg); }
.line-icon.box:before { inset: 4px; border: 2px solid currentColor; border-radius: 2px; }
.line-icon.quality:before { inset: 2px; border: 2px solid currentColor; border-radius: 50%; }

.hero { background: linear-gradient(90deg, #fff 0%, #fff 44%, #eef5fb 100%); border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 46% 54%; min-height: 430px; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; padding: 60px 42px 54px 0; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { color: var(--text-primary); font-size: clamp(42px, 4.6vw, 58px); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 20px; }
.hero-copy > p { max-width: 560px; color: #253750; font-size: 17px; margin-bottom: 28px; }
.hero-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 28px; max-width: 580px; }
.hero-points span { display: flex; align-items: center; gap: 9px; color: var(--text-primary); font-size: 12px; font-weight: 850; line-height: 1.25; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-media { position: relative; min-height: 430px; overflow: hidden; }
.hero-media:before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 1; width: 34%; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,0)); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 72%; transform: scale(1.08); transform-origin: center; image-rendering: auto; }

.trust-row { background: #fff; border-bottom: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); }
.trust-grid article { display: flex; align-items: center; gap: 14px; padding: 20px 22px; background: #fff; color: var(--navy); }
.trust-grid h2 { margin: 0 0 3px; font-size: 15px; }
.trust-grid p { margin: 0; font-size: 12px; }

.section { padding: var(--section-spacing) 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; }
.section-heading h2, .why-section h2 { margin: 0; color: var(--text-primary); font-size: 28px; letter-spacing: -0.02em; }
.section-heading a { color: var(--navy); font-weight: 850; font-size: 13px; }
.popular-grid, .catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.catalog-grid { margin-top: 28px; }
.product-card { position: relative; min-height: 292px; overflow: hidden; border: 1px solid var(--border); border-radius: 6px; background: #fff; box-shadow: var(--shadow-sm); padding: 26px 20px 18px; display: grid; grid-template-columns: minmax(0, 1fr) 148px; gap: 10px; align-items: end; transition: transform .24s var(--ease-premium), box-shadow .24s var(--ease-premium), border-color .24s var(--ease-premium); }
.product-card:hover { transform: translateY(-4px); border-color: #c9d6e2; box-shadow: var(--shadow-hover); }
.product-card h2 { margin: 0 0 6px; color: var(--text-primary); font-size: 22px; font-weight: 700; }
.product-card .category { margin: 0 0 6px; color: var(--navy); font-size: 12px; font-weight: 800; }
.product-card p { margin-bottom: 12px; font-size: 13px; }
.product-card ul { margin: 0 0 18px; padding: 0; list-style: none; display: grid; gap: 7px; color: var(--text-primary); font-size: 12px; }
.product-card li { position: relative; padding-left: 18px; }
.product-card li:before { content: ""; position: absolute; left: 0; top: 4px; width: 9px; height: 5px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }
.product-card img { align-self: end; justify-self: center; width: 148px; height: 196px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 16px 16px rgba(7,26,54,.14)); }
.mini-button { min-height: 31px; padding: 0 12px; font-size: 12px; }
.mol-art { position: absolute; right: 20px; top: 24px; width: 72px; height: 54px; opacity: .2; background: radial-gradient(circle at 10px 20px, var(--navy) 2px, transparent 3px), radial-gradient(circle at 35px 8px, var(--navy) 2px, transparent 3px), radial-gradient(circle at 58px 26px, var(--navy) 2px, transparent 3px), linear-gradient(30deg, transparent 45%, var(--navy) 46%, var(--navy) 48%, transparent 49%); }

.why-section, .info-strip { background: var(--navy-dark); color: #fff; padding: 34px 0; }
.why-section h2 { color: #fff; margin-bottom: 24px; }
.why-grid, .info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-grid article, .info-grid article { display: flex; align-items: center; gap: 15px; color: #fff; }
.why-grid .line-icon, .info-grid .line-icon { width: 48px; height: 48px; padding: 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.why-grid h3, .info-grid h2 { margin: 0 0 5px; color: #fff; font-size: 15px; }
.why-grid p, .info-grid p { margin: 0; color: #c8d6e4; font-size: 12px; line-height: 1.45; }
.info-strip { padding: 30px 0; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { border: 1px solid var(--border); border-radius: 6px; overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); transition: transform .24s var(--ease-premium), box-shadow .24s var(--ease-premium), border-color .24s var(--ease-premium); }
.article-card:hover { transform: translateY(-3px); border-color: #c9d6e2; box-shadow: var(--shadow-hover); }
.article-card img { width: 100%; height: 138px; object-fit: cover; }
.article-card > div { position: relative; padding: 18px; min-height: 164px; }
.article-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; color: var(--text-secondary); font-size: 11px; }
.article-meta span { color: var(--teal); background: #edf9f8; border-radius: 999px; padding: 4px 8px; font-weight: 800; }
.article-card h3 { min-height: 44px; margin: 0 0 14px; color: var(--text-primary); font-size: 18px; line-height: 1.22; }
.article-card p { margin: 0; font-size: 12px; }
.arrow-link { position: absolute; right: 18px; bottom: 18px; color: var(--navy); font-weight: 900; }

.page-hero { background: var(--light-gray); border-bottom: 1px solid var(--border); }
.page-hero.compact .site-shell { padding: 44px 0; }
.page-hero h1 { margin-bottom: 12px; color: var(--text-primary); font-size: clamp(34px, 4vw, 48px); letter-spacing: -0.02em; }
.page-hero p { max-width: 760px; font-size: 17px; }
.breadcrumb { margin: 0 0 14px; color: var(--teal) !important; font-size: 13px !important; font-weight: 850; }
.product-filters { border: 1px solid var(--border); border-radius: 6px; background: #fff; padding: 18px; box-shadow: var(--shadow-sm); }
.product-filters label { display: block; margin-bottom: 8px; color: var(--text-primary); font-weight: 850; }
.product-filters input, .inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid var(--border); border-radius: 5px; padding: 12px 13px; background: #fff; color: var(--text-primary); font: inherit; transition: border-color .2s var(--ease-premium), box-shadow .2s var(--ease-premium); }
.product-filters input:focus, .inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(11,127,134,.11); outline: 0; }
.empty-state { margin: 14px 0 0; border: 1px dashed var(--border); border-radius: 6px; padding: 12px; }

.product-detail-hero { padding: 48px 0; border-bottom: 1px solid var(--border); background: #fff; }
.detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: 42px; align-items: start; }
.product-detail-hero h1 { margin-bottom: 6px; color: var(--text-primary); font-size: 44px; }
.category { color: var(--teal); font-weight: 850; }
.detail-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.product-contact-panel { margin-top: 30px; border-radius: 6px; background: var(--navy); color: #fff; padding: 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; box-shadow: var(--shadow-sm); }
.product-contact-panel h2 { margin: 0 0 8px; color: #fff; font-size: 22px; line-height: 1.16; }
.product-contact-panel p { margin: 0; color: #d7e4ef; font-size: 14px; }
.spec-panel { border: 1px solid var(--border); border-radius: 6px; padding: 18px; box-shadow: var(--shadow-sm); background: var(--panel); }
.spec-panel img { width: 100%; aspect-ratio: 1.2 / 1; object-fit: contain; object-position: center bottom; border-radius: 5px; background: #fff; margin-bottom: 16px; padding: 10px; }
.spec-panel dl { display: grid; gap: 10px; margin: 0; }
.spec-panel dt { color: var(--text-primary); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.spec-panel dd { margin: 0; color: var(--text-secondary); }
.detail-content { display: grid; grid-template-columns: 360px 1fr; gap: 36px; align-items: start; }
.spec-list { display: flex; flex-wrap: wrap; gap: 9px; }
.spec-list span { border: 1px solid var(--border); border-radius: 999px; padding: 8px 12px; color: var(--navy); background: #fff; font-size: 12px; font-weight: 850; }
.doc-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.doc-card-grid article { border: 1px solid var(--border); border-radius: 6px; background: #fff; padding: 20px; box-shadow: var(--shadow-sm); }
.doc-card-grid h2, .doc-card-grid h3 { margin: 12px 0 8px; color: var(--text-primary); font-size: 18px; }
.doc-card-grid p { margin: 0; font-size: 13px; }
.cta-panel { margin: 0 0 50px; }
.cta-panel .site-shell { border-radius: 6px; background: var(--navy); color: #fff; padding: 30px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.cta-panel h2, .cta-panel p { margin: 0; color: #fff; }

.doc-layout, .contact-grid, .about-grid { display: grid; grid-template-columns: 1fr 420px; gap: 32px; align-items: start; }
.inquiry-form { border: 1px solid var(--border); border-radius: 6px; padding: 22px; background: #fff; box-shadow: var(--shadow-sm); display: grid; gap: 14px; }
.inquiry-form.wide { grid-template-columns: 1fr 1fr; }
.inquiry-form h2 { margin-bottom: 4px; }
.inquiry-form label { display: grid; gap: 7px; color: var(--text-primary); font-size: 13px; font-weight: 850; }
.inquiry-form textarea { min-height: 112px; resize: vertical; }
.full { grid-column: 1 / -1; }
.form-note { margin: 0; font-size: 12px; }
.form-error { grid-column: 1 / -1; margin: 0; border: 1px solid #e7b7b7; border-radius: 5px; padding: 10px 12px; background: #fff5f5; color: #9b1c1c; font-weight: 800; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid article, .timeline article, .contact-methods article { border: 1px solid var(--border); border-radius: 6px; background: #fff; padding: 22px; box-shadow: var(--shadow-sm); }
.process-grid span { color: var(--green); font-size: 14px; font-weight: 900; }
.timeline { display: grid; gap: 16px; }
.timeline article, .contact-methods article { display: flex; gap: 16px; align-items: flex-start; }
.about-grid img { border-radius: 6px; box-shadow: var(--shadow-sm); height: 280px; width: 100%; object-fit: cover; }

.hub-layout { display: grid; grid-template-columns: 1fr 420px; gap: 28px; }
.featured-article { display: grid; grid-template-columns: 42% 1fr; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; background: #fff; box-shadow: var(--shadow-sm); }
.featured-article img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.featured-article div { padding: 24px; }
.featured-article span, .article-list span { color: var(--teal); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.featured-article h2 { color: var(--text-primary); }
.article-list { display: grid; gap: 14px; }
.article-list a { border: 1px solid var(--border); border-radius: 6px; padding: 18px; background: #fff; box-shadow: var(--shadow-sm); display: grid; gap: 7px; }
.article-page { max-width: 900px; margin: 0 auto; padding: 44px 24px 70px; }
.article-hero-image { width: 100%; height: 260px; object-fit: cover; border-radius: 6px; margin-bottom: 24px; }
.article-page h1 { color: var(--text-primary); font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
.article-page .lead { color: #243853; font-size: 18px; }
.article-page h2 { margin-top: 34px; color: var(--text-primary); }
.article-note { margin-top: 30px; border-left: 4px solid var(--green); border-radius: 0 6px 6px 0; padding: 16px; background: var(--light-gray); }

.site-footer { background: var(--navy-dark); color: #fff; padding: 52px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .9fr 1fr .95fr 1.1fr; gap: 36px; align-items: start; }
.footer-grid h2 { color: #fff; margin-bottom: 14px; font-size: 15px; }
.footer-grid p, .legal-line { color: #b9c9da; }
.footer-grid a:not(.brand):not(.button) { display: block; color: #dce8f2; margin-bottom: 10px; font-size: 13px; transition: opacity .2s var(--ease-premium), color .2s var(--ease-premium); }
.footer-grid a:not(.brand):not(.button):hover { color: #fff; opacity: .82; }
.footer-disclaimer { font-weight: 800; color: #fff !important; }
.footer-cta { min-height: auto; justify-content: flex-start; border: 0; padding: 0; color: #dce8f2; font-size: 13px; }
.footer-cta:hover { transform: none; opacity: .82; }
.legal-line { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.14); margin-top: 30px; padding-top: 18px; font-size: 12px; }

.cookie-banner { position: fixed; right: 24px; bottom: 24px; z-index: 70; display: grid; grid-template-columns: 1fr auto; gap: 18px; width: min(720px, calc(100vw - 48px)); border: 1px solid var(--border); border-radius: 6px; padding: 18px; background: #fff; box-shadow: var(--shadow-md); }
.cookie-banner h2 { margin: 0 0 6px; color: var(--text-primary); font-size: 18px; }
.cookie-banner p { margin: 0; font-size: 14px; }
.cookie-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cookie-banner .button { min-width: 96px; }

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

@media (max-width: 1120px) {
  .utility-inner nav { gap: 14px; }
  .nav-inner { grid-template-columns: auto auto; }
  .main-nav, .header-actions { display: none; }
  .menu-button { display: inline-flex; justify-self: end; }
  .main-nav.is-open, .header-actions.is-open { display: flex; grid-column: 1 / -1; align-items: flex-start; }
  .main-nav.is-open { flex-direction: column; padding: 8px 0 0; }
  .header-actions.is-open { padding-bottom: 18px; }
  .hero-grid, .detail-grid, .doc-layout, .contact-grid, .about-grid, .hub-layout { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 0; }
  .hero-media:before { display: none; }
  .popular-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid, .why-grid, .info-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-content { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  html, body { width: 100%; overflow-x: hidden; }
  .site-shell { width: calc(100% - 48px); max-width: var(--content-width); }
  .utility-inner, .nav-inner, .hero-copy, .hero-media, .trust-grid, .popular-grid, .catalog-grid, .why-grid, .info-grid, .article-grid, .footer-grid { max-width: calc(100vw - 48px); }
  .utility-inner { align-items: flex-start; flex-direction: column; gap: 6px; padding: 8px 0; }
  .utility-inner p { max-width: 100%; white-space: normal; }
  .utility-inner nav { flex-wrap: wrap; gap: 12px; }
  .nav-inner { gap: 14px; }
  .brand { width: 206px; height: 48px; min-width: 206px; }
  .menu-button { padding: 9px 12px; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 40px 0 28px; }
  .hero h1 { font-size: 38px; }
  .hero-copy > p { max-width: 100%; overflow-wrap: break-word; }
  .hero-points, .trust-grid, .popular-grid, .catalog-grid, .why-grid, .info-grid, .article-grid, .doc-card-grid, .process-grid, .footer-grid, .inquiry-form.wide { grid-template-columns: 1fr; }
  .hero-media { min-height: 280px; }
  .button, .mini-button { width: 100%; }
  .section-heading, .cta-panel .site-shell, .legal-line { align-items: flex-start; flex-direction: column; }
  .product-card { grid-template-columns: minmax(0, 1fr) 140px; min-height: 286px; }
  .product-card img { width: 140px; height: 186px; }
  .featured-article { grid-template-columns: 1fr; }
  .featured-article img { min-height: 190px; }
  .cookie-banner { right: 24px; bottom: 12px; width: calc(100vw - 48px); grid-template-columns: 1fr; }
  .product-contact-panel { grid-template-columns: 1fr; }
  .cookie-actions, .hero-actions, .detail-actions { flex-direction: column; align-items: stretch; }
}
