:root {
  --ink: #061f3f;
  --muted: #5a6675;
  --line: #dce2ea;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --orange: #ff790f;
  --orange-dark: #d95b00;
  --blue: #072b55;
  --steel: #09243f;
  --green: #246b5a;
  --shadow: 0 18px 55px rgba(17, 31, 45, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: var(--paper);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: white; padding: 8px 12px; z-index: 20; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.topbar { min-height: 34px; padding: 6px clamp(18px, 4vw, 56px); display: flex; gap: 22px; align-items: center; justify-content: flex-end; font-size: 13px; color: white; background: var(--blue); }
.topbar span { margin-right: auto; color: #dfe8f0; }
.nav { min-height: 76px; padding: 0 clamp(18px, 4vw, 56px); display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 76px; }
.brand-logo { width: auto; height: 64px; object-fit: contain; border-radius: 0; background: transparent; box-shadow: none; }
.wordmark-logo { width: auto; max-width: 78px; height: auto; max-height: 64px; }
.brand strong { display: block; font-size: 17px; line-height: 1.1; }
.brand small { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }
.nav-menu { margin-left: auto; display: flex; align-items: center; gap: 20px; font-size: 15px; font-weight: 700; }
.nav-menu a { color: #2f3844; }
.nav-cta { color: white !important; background: var(--orange); padding: 10px 16px; border-radius: 5px; font-weight: 700; box-shadow: 0 8px 18px rgba(255, 121, 15, .25); }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 5px; padding: 9px 12px; }
.hero { position: relative; min-height: calc(100vh - 108px); display: grid; align-items: center; overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.96); }
.hero-overlay { background: linear-gradient(90deg, rgba(4,24,48,.9), rgba(7,43,85,.62), rgba(7,43,85,.18)); }
.hero-content { position: relative; z-index: 1; width: min(780px, calc(100% - 36px)); margin-left: clamp(18px, 6vw, 88px); color: white; padding: 72px 0 150px; }
.eyebrow { margin: 0 0 10px; color: var(--orange); font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: 0; }
.hero h1 { margin: 0; font-size: clamp(44px, 8vw, 92px); line-height: .95; letter-spacing: 0; }
.hero-copy { max-width: 660px; font-size: clamp(17px, 2vw, 22px); color: #eef3f7; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border-radius: 5px; font-weight: 800; border: 1px solid transparent; }
.btn.primary { background: var(--orange); color: white; box-shadow: 0 10px 22px rgba(255, 121, 15, .24); }
.btn.secondary { background: var(--blue); color: white; }
.btn.ghost { color: white; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.btn.ghost-on-light { color: var(--ink); border-color: var(--line); background: white; }
.hero-stats { position: absolute; z-index: 2; left: clamp(18px, 6vw, 88px); right: clamp(18px, 6vw, 88px); bottom: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; color: white; }
.hero-stats div { padding: 18px; border: 1px solid rgba(255,255,255,.24); background: rgba(5,25,48,.62); backdrop-filter: blur(10px); border-radius: 7px; }
.hero-stats strong { display: block; font-size: 24px; }
.hero-stats span { color: #dfe8f0; font-size: 14px; }
.section { padding: clamp(56px, 8vw, 96px) clamp(18px, 4vw, 56px); }
.intro-band { background: var(--soft); }
.home-category-strip { margin-top: -34px; position: relative; z-index: 3; padding-top: 0; }
.category-strip { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-strip a { display: block; min-height: 118px; padding: 20px; border: 1px solid var(--line); border-radius: 6px; background: white; box-shadow: 0 10px 28px rgba(7,31,63,.09); }
.category-strip strong { display: block; font-size: 20px; line-height: 1.15; color: var(--ink); }
.category-strip span { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; }
.featured-line { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(310px, .95fr); gap: clamp(24px, 4vw, 52px); align-items: center; }
.featured-line-media { border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: white; box-shadow: var(--shadow); }
.featured-line-media img { width: 100%; height: min(44vw, 460px); object-fit: contain; background: white; }
.featured-line-copy p { color: var(--muted); font-size: 17px; }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 22px 0; }
.spec-grid span { padding: 11px 12px; border: 1px solid var(--line); border-radius: 5px; background: #fbfcfd; font-weight: 800; color: var(--blue); }
.section-grid { display: grid; grid-template-columns: minmax(260px, .9fr) 1.2fr; gap: clamp(28px, 5vw, 72px); max-width: 1180px; margin: 0 auto; align-items: start; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.08; letter-spacing: 0; }
.section-head { max-width: 900px; margin: 0 auto 34px; text-align: center; }
.section-head p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.section-head.compact { max-width: 720px; }
.feature-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.feature-row span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 4px; background: white; font-weight: 700; font-size: 14px; }
.product-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { border: 1px solid #dde4ec; border-radius: 4px; overflow: hidden; background: white; box-shadow: 0 5px 18px rgba(7, 31, 63, .07); transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(7, 31, 63, .12); }
.product-card img { width: 100%; height: 238px; object-fit: contain; object-position: center; background: #fff; padding: 10px; border-bottom: 3px solid var(--orange); }
.product-card div { padding: 18px 18px 20px; }
.tag { color: var(--green); font-size: 12px; text-transform: uppercase; font-weight: 800; margin: 0 0 6px; }
.product-card h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.2; }
.product-card p:last-child { color: var(--muted); margin-bottom: 0; }
.text-link { display: inline-block; margin-top: 12px; color: var(--orange-dark); font-weight: 800; }
.section-more { display: flex; justify-content: center; margin-top: 28px; }
.page-hero { padding: clamp(48px, 7vw, 78px) clamp(18px, 4vw, 56px); background: linear-gradient(135deg, var(--blue), #061a32); color: white; }
.page-hero > div { max-width: 950px; margin: 0 auto; text-align: center; }
.page-hero h1 { margin: 0; font-size: clamp(38px, 6vw, 72px); line-height: 1; letter-spacing: 0; }
.page-hero p:not(.eyebrow) { max-width: 780px; margin: 18px auto 0; color: #dce6ef; font-size: 18px; }
.compact-hero { border-bottom: 6px solid var(--orange); }
.product-list-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr); gap: clamp(24px, 5vw, 64px); align-items: center; padding: clamp(44px, 7vw, 82px) clamp(18px, 4vw, 56px); background: linear-gradient(135deg, #061a32, #0b315d); color: white; border-bottom: 6px solid var(--orange); }
.product-list-hero > div { max-width: 720px; justify-self: end; }
.product-list-hero h1 { margin: 0; font-size: clamp(40px, 6vw, 74px); line-height: 1.02; letter-spacing: 0; }
.product-list-hero p:not(.eyebrow) { color: #dce6ef; font-size: 18px; }
.product-list-hero img { width: 100%; height: min(44vw, 440px); object-fit: contain; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: white; padding: 12px; box-shadow: var(--shadow); }
.product-category-band { padding-top: 34px; padding-bottom: 34px; background: #fbfcfd; }
.product-showcase { padding-top: clamp(44px, 6vw, 72px); }
.product-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr); gap: clamp(24px, 5vw, 64px); align-items: center; padding: clamp(42px, 7vw, 78px) clamp(18px, 4vw, 56px); background: linear-gradient(135deg, #f7f9fc, #fff4ea); }
.product-hero-copy { max-width: 700px; justify-self: end; }
.product-hero h1 { margin: 0; font-size: clamp(36px, 5vw, 64px); line-height: 1.02; letter-spacing: 0; }
.product-hero-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.product-hero-image { background: white; border: 1px solid var(--line); border-radius: 6px; box-shadow: var(--shadow); padding: 10px; }
.product-hero-image img { width: 100%; height: min(52vw, 460px); object-fit: contain; object-position: center; border-radius: 3px; background: white; }
.product-detail-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.product-detail-grid > div { border: 1px solid var(--line); border-radius: 8px; padding: clamp(22px, 4vw, 36px); background: white; }
.check-list { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; color: var(--muted); }
.check-list li { position: relative; padding-left: 24px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; background: var(--orange); border-radius: 50%; }
.center-actions { justify-content: center; }
.small-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-grid figure { margin: 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: white; box-shadow: 0 8px 24px rgba(17,31,45,.06); }
.gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #f8fafc; padding: 0; }
.gallery-grid figcaption { padding: 14px 16px; font-weight: 800; color: var(--ink); }
.social-panels { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.social-panel { border: 1px solid rgba(255,255,255,.2); border-radius: 8px; padding: 22px; background: rgba(255,255,255,.07); }
.social-panel strong { display: block; font-size: 22px; margin-bottom: 6px; }
.social-panel span { color: #dce6ef; }
.catalog-hero { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: center; padding: clamp(46px, 7vw, 84px) clamp(18px, 4vw, 56px); background: linear-gradient(135deg, #061a32, #0b315d); color: white; border-bottom: 6px solid var(--orange); }
.catalog-hero-copy { max-width: 720px; justify-self: end; }
.catalog-hero h1 { margin: 0; font-size: clamp(38px, 6vw, 70px); line-height: 1.02; letter-spacing: 0; }
.catalog-hero p:not(.eyebrow) { color: #dce6ef; font-size: 18px; }
.catalog-hero-media { border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: white; padding: 10px; box-shadow: var(--shadow); }
.catalog-hero-media img { width: 100%; height: min(46vw, 430px); object-fit: contain; }
.catalog-shell { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 24px; align-items: start; }
.catalog-viewer, .info-box { border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 8px 24px rgba(17,31,45,.06); }
.catalog-viewer { overflow: hidden; }
.catalog-viewer-head { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 20px; border-bottom: 1px solid var(--line); background: #fbfcfd; }
.catalog-viewer-head h2, .info-box h2 { margin: 0; font-size: clamp(24px, 3vw, 34px); }
.catalog-viewer object { display: block; width: 100%; height: min(78vh, 760px); background: #f7f9fc; }
.catalog-side { display: grid; gap: 18px; }
.info-box { padding: 22px; }
.contact-mini h3 { margin: 0 0 12px; font-size: 24px; }
.contact-mini a { display: block; color: var(--blue); font-weight: 800; margin-top: 8px; overflow-wrap: anywhere; }
.social-post-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.social-post-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: white; box-shadow: 0 8px 24px rgba(17,31,45,.06); }
.social-post-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: contain; background: white; padding: 10px; border-bottom: 3px solid var(--orange); }
.social-post-card strong, .social-post-card span { display: block; padding: 0 18px; }
.social-post-card strong { margin-top: 16px; font-size: 22px; color: var(--ink); }
.social-post-card span { padding-bottom: 18px; color: var(--muted); }
.compact-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalog-cta { max-width: 1120px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.catalog-cta h2 { max-width: 760px; }
.dark { background: linear-gradient(135deg, var(--blue), #061a32); color: white; }
.dark .eyebrow { color: #ffad62; }
.flow { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.flow div { border: 1px solid rgba(255,255,255,.18); padding: 22px; border-radius: 8px; background: rgba(255,255,255,.06); }
.flow span { color: #ffad62; font-weight: 800; }
.flow strong { display: block; font-size: 18px; margin: 8px 0; }
.flow p { color: #dce5ed; margin: 0; font-size: 14px; }
.media-section { background: #fbfcfd; }
.media-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.media-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: white; }
.media-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.media-card strong, .media-card span { display: block; padding: 0 18px; }
.media-card strong { margin-top: 16px; font-size: 21px; }
.media-card span { color: var(--muted); padding-bottom: 18px; }
.home-blog-section { background: #fbfcfd; }
.blog-card-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.blog-card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: white; box-shadow: 0 8px 24px rgba(17,31,45,.07); }
.blog-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: contain; background: white; padding: 10px; border-bottom: 3px solid var(--orange); }
.blog-card div { padding: 18px; }
.blog-card h2, .blog-card h3 { margin: 0 0 10px; font-size: 23px; line-height: 1.18; letter-spacing: 0; }
.blog-card p:not(.tag) { color: var(--muted); margin: 0; }
.blog-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: clamp(24px, 5vw, 62px); align-items: center; padding: clamp(42px, 7vw, 80px) clamp(18px, 4vw, 56px); background: linear-gradient(135deg, #061a32, #0b315d); color: white; border-bottom: 6px solid var(--orange); }
.blog-hero-copy { max-width: 760px; justify-self: end; }
.blog-hero h1 { margin: 0; font-size: clamp(38px, 6vw, 72px); line-height: 1.02; letter-spacing: 0; }
.blog-hero p:not(.eyebrow) { color: #dce6ef; font-size: 18px; }
.blog-hero-media { border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: white; padding: 10px; box-shadow: var(--shadow); }
.blog-hero-media img { width: 100%; height: min(46vw, 430px); object-fit: contain; background: white; }
.blog-body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 34px; max-width: 1180px; margin: 0 auto; }
.blog-content { min-width: 0; }
.blog-content .lead { font-size: 20px; color: var(--ink); border-left: 5px solid var(--orange); padding-left: 18px; }
.blog-content h2 { margin: 34px 0 12px; font-size: clamp(26px, 3vw, 38px); }
.blog-content p { color: var(--muted); font-size: 17px; }
.blog-checklist { margin: 30px 0; padding: clamp(20px, 4vw, 32px); border: 1px solid var(--line); border-radius: 8px; background: #fbfcfd; }
.blog-checklist h2 { margin-top: 0; }
.blog-checklist ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.blog-checklist li { position: relative; padding-left: 24px; color: var(--muted); }
.blog-checklist li::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.blog-sidebar { display: grid; gap: 18px; align-content: start; position: sticky; top: 112px; }
.blog-sidebar .text-link { display: block; overflow-wrap: anywhere; }
.blog-faq { margin-top: 36px; }
.faq { max-width: 980px; margin: 0 auto; }
details { border-top: 1px solid var(--line); padding: 18px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-size: 19px; font-weight: 800; }
details p { color: var(--muted); max-width: 780px; }
.contact { background: linear-gradient(135deg, #f6f8fb, #fff1e6); }
.contact-panel { max-width: 1080px; margin: 0 auto; border: 1px solid var(--line); border-radius: 8px; padding: clamp(24px, 5vw, 54px); background: white; box-shadow: var(--shadow); display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: center; }
address { grid-column: 1 / -1; font-style: normal; color: var(--muted); border-top: 1px solid var(--line); padding-top: 18px; }
address a { color: var(--blue); font-weight: 700; }
.footer { padding: 34px clamp(18px, 4vw, 56px); background: #061a32; color: white; }
.rich-footer { display: grid; grid-template-columns: 1.05fr .75fr .95fr 1.35fr; gap: 34px; border-top: 5px solid var(--orange); align-items: start; }
.footer p { color: #c9d2dc; margin-bottom: 0; }
.footer-col { display: flex; flex-direction: column; gap: 9px; }
.footer-col h3 { margin: 0 0 8px; font-size: 18px; color: white; }
.footer-col a { color: #e6edf4; }
.footer-brand-col img { width: 104px; max-width: 100%; max-height: 104px; height: auto; object-fit: contain; object-position: left center; border-radius: 0; background: transparent; margin-bottom: 12px; }
.footer-brand-col strong { font-size: 21px; }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.footer-social a { padding: 7px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 5px; color: white; font-weight: 700; font-size: 13px; }
.footer-contact p { margin: 0 0 12px; }
.footer-contact span { display: block; color: #ffad62; font-weight: 800; margin-bottom: 3px; }
.footer-map-card { display: block; margin-top: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; overflow: hidden; background: rgba(255,255,255,.06); }
.footer-map-preview { display: flex; align-items: center; justify-content: center; min-height: 128px; background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,121,15,.2)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='160' viewBox='0 0 320 160'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.20' stroke-width='2'%3E%3Cpath d='M0 36h320M0 82h320M0 128h320M54 0v160M128 0v160M216 0v160M284 0v160'/%3E%3Cpath d='M26 150 88 92 136 114 202 44 294 74' stroke='%23ffad62' stroke-opacity='.65' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E") center/cover; color: white; }
.footer-map-preview span { padding: 8px 14px; border-radius: 999px; background: rgba(6,26,50,.82); color: white; font-weight: 800; }
.footer-map-card strong { display: block; padding: 10px 12px; color: white; font-size: 14px; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.18); padding-top: 18px; color: #c9d2dc; font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; color: #e6edf4; }
.float-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 11; background: #168b55; color: white; padding: 13px 16px; border-radius: 5px; font-weight: 800; box-shadow: var(--shadow); }
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav-menu { position: absolute; inset: 100% 0 auto 0; display: none; flex-direction: column; align-items: stretch; padding: 18px; background: white; border-bottom: 1px solid var(--line); }
  .nav-menu.open { display: flex; }
  .section-grid, .contact-panel { grid-template-columns: 1fr; }
  .category-strip, .featured-line, .product-list-hero { grid-template-columns: 1fr; }
  .product-list-hero > div { justify-self: start; }
  .product-grid, .media-grid, .blog-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .product-hero, .product-detail-grid, .gallery-grid, .social-panels { grid-template-columns: 1fr; }
  .blog-hero, .blog-body { grid-template-columns: 1fr; }
  .blog-hero-copy { justify-self: start; }
  .blog-sidebar { position: static; }
  .catalog-hero, .catalog-shell, .social-post-grid, .compact-gallery { grid-template-columns: 1fr; }
  .catalog-hero-copy { justify-self: start; }
  .catalog-cta { display: block; }
  .product-hero-copy { justify-self: start; }
  .rich-footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .topbar { justify-content: center; gap: 10px; flex-wrap: wrap; }
  .topbar span { display: none; }
  .brand { min-width: 0; }
  .wordmark-logo { width: auto; max-width: 64px; max-height: 54px; }
  .hero { min-height: auto; display: block; }
  .hero-overlay { background: linear-gradient(180deg, rgba(4,24,48,.88), rgba(7,43,85,.68)); }
  .hero-content { margin: 0 auto; padding-top: 54px; padding-bottom: 22px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 230px; }
  .hero-stats { position: relative; left: auto; right: auto; bottom: auto; grid-template-columns: 1fr; width: min(100% - 36px, 430px); margin: 0 auto 22px; }
  .hero-stats div { padding: 12px 14px; }
  .product-grid, .media-grid, .flow, .category-strip, .spec-grid, .blog-card-grid, .blog-checklist ul { grid-template-columns: 1fr; }
  .home-category-strip { margin-top: 0; padding-top: 28px; }
  .product-list-hero img, .featured-line-media img, .blog-hero-media img { height: auto; max-height: 360px; }
  .footer { display: block; }
  .rich-footer { display: grid; grid-template-columns: 1fr; }
  .footer-links { margin-top: 18px; }
}
