:root {
  --navy: #0f172a;
  --navy-2: #16233b;
  --blue: #3195d9;
  --blue-dark: #1675b7;
  --amber: #f59e0b;
  --orange: #d97706;
  --green: #16a34a;
  --ink: #182133;
  --muted: #627087;
  --line: #dfe6ee;
  --paper: #fff;
  --cloud: #f4f7fa;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(15, 23, 42, .10);
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--blue-dark); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; color: #fff; background: rgba(15, 23, 42, .95); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(15px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img, .footer-logo { width: 220px; height: auto; }
.top-nav { display: flex; align-items: center; gap: 28px; font-size: .93rem; font-weight: 650; }
.top-nav > a:not(.nav-cta) { color: #dbe7f5; transition: color .2s; }
.top-nav > a:not(.nav-cta):hover { color: #fff; }
.nav-cta { padding: 11px 17px; background: var(--blue); border-radius: 999px; box-shadow: 0 8px 22px rgba(49,149,217,.28); }

.button { display: inline-flex; min-height: 50px; padding: 12px 22px; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 12px; font-weight: 800; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--blue-dark); box-shadow: 0 10px 25px rgba(22,117,183,.22); }
.button.light { color: var(--navy); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.button.buy { color: #fff; background: linear-gradient(135deg, #f59e0b, #d97706); box-shadow: 0 14px 34px rgba(217,119,6,.3); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #8bc9f1; font-size: .73rem; font-weight: 850; letter-spacing: .13em; }
.eyebrow i { width: 24px; height: 3px; background: var(--amber); border-radius: 5px; }
.eyebrow.dark { color: var(--blue-dark); }

.catalog-hero { position: relative; min-height: 610px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 12%, #244a69 0, transparent 34%), linear-gradient(132deg, #0b1324, #152946 70%, #10233b); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .2; }
.hero-orb-one { width: 420px; height: 420px; right: -140px; top: -150px; background: var(--blue); }
.hero-orb-two { width: 250px; height: 250px; left: 42%; bottom: -170px; background: var(--amber); }
.catalog-hero-grid { position: relative; min-height: 610px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(40px, 7vw, 90px); padding-block: 72px; }
.hero-copy h1, .product-summary h1 { margin: 18px 0 22px; font-size: clamp(2.7rem, 5.2vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.hero-copy h1 em { color: #fbbf24; font-style: normal; }
.hero-copy > p { max-width: 680px; color: #c6d5e6; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-search { max-width: 720px; margin-top: 30px; padding: 7px; display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 16px; box-shadow: 0 16px 40px rgba(0,0,0,.23); }
.hero-search > span { padding-left: 12px; color: var(--blue-dark); font-size: 1.6rem; line-height: 1; }
.hero-search input { min-width: 0; flex: 1; padding: 11px 6px; color: var(--ink); background: transparent; border: 0; outline: 0; }
.hero-search button { padding: 12px 18px; color: #fff; background: var(--blue-dark); border: 0; border-radius: 11px; font-weight: 800; cursor: pointer; }
.trust-row { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: #b8c9dc; font-size: .79rem; }
.trust-row span::first-letter { color: #4ade80; }
.hero-panel { padding: 30px; background: linear-gradient(155deg, rgba(255,255,255,.13), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.16); border-radius: 26px; box-shadow: 0 28px 80px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.hero-badge { padding-bottom: 24px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-badge span { color: #fbbf24; font-size: 2.8rem; font-weight: 900; line-height: 1; }
.hero-badge small { max-width: 120px; color: #d5e1ee; font-weight: 700; line-height: 1.25; }
.metric-grid { padding-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 18px; }
.metric-grid div { display: flex; flex-direction: column; }
.metric-grid strong { font-size: 1.75rem; }
.metric-grid span { color: #aec0d3; font-size: .82rem; }

.catalog-section { padding-block: 88px; }
.section-heading { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.section-heading h2, .content-main h2, .faq-intro h2 { margin: 8px 0 0; font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); }
.section-heading.centered { justify-content: center; text-align: center; }
.filter-bar { margin-bottom: 25px; padding: 18px; display: flex; align-items: end; gap: 12px; background: var(--cloud); border: 1px solid var(--line); border-radius: 17px; }
.filter-field { min-width: 250px; display: grid; gap: 5px; }
.filter-field.grow { flex: 1; }
.filter-field label { color: #536177; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.filter-field input, .filter-field select { min-height: 47px; width: 100%; padding: 10px 13px; color: var(--ink); background: #fff; border: 1px solid #ced8e4; border-radius: 10px; outline: 0; }
.filter-field input:focus, .filter-field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,149,217,.14); }
.filter-button { min-height: 47px; padding: 10px 20px; color: #fff; background: var(--navy); border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; }
.clear-filter { min-height: 47px; display: inline-flex; align-items: center; padding: 10px; color: var(--blue-dark); font-weight: 750; }
.results-line { margin-bottom: 20px; display: flex; justify-content: space-between; color: var(--muted); font-size: .88rem; }
.results-line strong { color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 25px rgba(15,23,42,.05); transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { transform: translateY(-6px); border-color: #bdd8ea; box-shadow: var(--shadow); }
.card-image { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f8fafc, #edf3f8); }
.card-image img { width: 100%; height: 100%; padding: 22px; object-fit: contain; transition: transform .3s; }
.product-card:hover .card-image img { transform: scale(1.035); }
.stock { display: inline-flex; align-items: center; width: max-content; padding: 5px 9px; font-size: .67rem; font-weight: 850; border-radius: 999px; }
.card-image .stock { position: absolute; z-index: 2; left: 13px; top: 13px; }
.stock-in { color: #087333; background: #dcfce7; }
.stock-out { color: #a52c2c; background: #fee2e2; }
.stock-neutral { color: #78520b; background: #fef3c7; }
.card-body { padding: 19px; }
.card-category { display: block; overflow: hidden; color: var(--blue-dark); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; text-overflow: ellipsis; white-space: nowrap; }
.card-body h3 { min-height: 3.1em; margin: 8px 0; font-size: 1.03rem; line-height: 1.4; }
.card-body h3 a:hover { color: var(--blue-dark); }
.card-brand { margin: 0; color: var(--muted); font-size: .76rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-brand span { color: #b6c0cc; }
.card-footer { margin-top: 17px; padding-top: 15px; display: flex; align-items: end; justify-content: space-between; border-top: 1px solid #edf1f5; }
.card-footer > div { display: grid; }
.card-footer small { color: var(--muted); font-size: .67rem; }
.card-footer strong { color: var(--navy); font-size: 1.13rem; }
.card-footer .consult-price { color: var(--muted); font-size: .9rem; }
.round-link { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--blue-dark); border-radius: 50%; font-size: 1.25rem; }
.pagination { margin-top: 38px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.pagination a, .pagination span { padding: 10px 16px; border: 1px solid var(--line); border-radius: 10px; font-weight: 750; }
.pagination a:hover { color: #fff; background: var(--blue-dark); border-color: var(--blue-dark); }
.pagination span { color: var(--muted); background: var(--cloud); }
.empty-state { padding: 70px 20px; text-align: center; background: var(--cloud); border-radius: var(--radius); }
.empty-state > span { color: var(--blue); font-size: 3rem; }
.empty-state h2 { margin-bottom: 5px; }
.empty-state p { margin: 0 0 25px; color: var(--muted); }
.catalog-cta, .product-cta { color: #fff; background: linear-gradient(120deg, #1675b7, #3195d9); }
.cta-inner, .product-cta-inner { min-height: 290px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2, .product-cta-inner h2 { margin: 9px 0; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; letter-spacing: -.04em; }
.cta-inner p, .product-cta-inner p { max-width: 690px; margin: 0; color: #dceefa; }

.breadcrumbs { padding-block: 19px; display: flex; align-items: center; gap: 9px; overflow: hidden; color: var(--muted); font-size: .78rem; white-space: nowrap; }
.breadcrumbs a { color: var(--blue-dark); font-weight: 700; }
.breadcrumbs > span:last-child { overflow: hidden; text-overflow: ellipsis; }
.product-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(132deg, #0c1527, #172e4e); }
.product-glow { position: absolute; width: 520px; height: 520px; right: -220px; top: -240px; background: rgba(49,149,217,.28); border-radius: 50%; filter: blur(3px); }
.product-hero-grid { position: relative; min-height: 670px; padding-block: 64px 78px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(45px, 7vw, 95px); }
.product-visual { position: relative; min-width: 0; aspect-ratio: 1 / 1; display: grid; place-items: center; }
.visual-backdrop { position: absolute; inset: 5%; background: radial-gradient(circle, rgba(255,255,255,.18), rgba(255,255,255,.04) 65%); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.product-visual > img { position: relative; z-index: 1; width: 87%; height: 87%; padding: 7%; object-fit: contain; filter: drop-shadow(0 28px 30px rgba(0,0,0,.25)); }
.floating-chip { position: absolute; z-index: 2; right: 3%; bottom: 9%; padding: 9px 13px; color: var(--navy); background: #fff; border-radius: 999px; box-shadow: 0 8px 25px rgba(0,0,0,.2); font-size: .74rem; font-weight: 850; }
.product-summary h1 { max-width: 720px; font-size: clamp(2.5rem, 4.6vw, 4.5rem); }
.product-summary .lead { max-width: 720px; color: #c7d7e8; font-size: 1.08rem; }
.product-meta { margin-block: 26px; display: flex; flex-wrap: wrap; gap: 10px; }
.product-meta > span { padding: 8px 11px; display: flex; gap: 6px; color: #aebfd2; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; font-size: .75rem; }
.product-meta strong { color: #fff; }
.purchase-box { padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: #fff; border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.purchase-box > div { min-width: 0; display: grid; gap: 3px; }
.purchase-box small { color: var(--muted); }
.hero-price { color: var(--navy); font-size: 1.85rem; line-height: 1.15; }
.hero-price.small { font-size: 1.15rem; }
.quick-facts { position: relative; z-index: 3; margin-top: -29px; display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.quick-facts > div { padding: 23px 28px; display: flex; align-items: center; gap: 15px; }
.quick-facts > div + div { border-left: 1px solid var(--line); }
.fact-icon { width: 39px; height: 39px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: var(--blue-dark); border-radius: 11px; font-weight: 900; }
.quick-facts p { margin: 0; display: grid; }
.quick-facts small { color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .07em; }
.quick-facts strong { font-size: .87rem; }
.content-section { padding-block: 95px; }
.benefits-section { background: #f4f7fa; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { min-height: 150px; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 7px 18px rgba(15,23,42,.04); }
.benefit-card span { color: var(--amber); font-size: .82rem; font-weight: 900; }
.benefit-card p { margin: 13px 0 0; font-weight: 700; line-height: 1.45; }
.two-column-content { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(290px, .65fr); gap: clamp(40px, 7vw, 90px); align-items: start; }
.technical-list { margin-block: 28px 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; }
.technical-list > div { display: flex; align-items: start; gap: 11px; }
.technical-list span { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; color: #087333; background: #dcfce7; border-radius: 50%; font-size: .7rem; font-weight: 900; }
.technical-list p { margin: 0; color: #46546a; }
.text-block { padding-top: 20px; border-top: 1px solid var(--line); }
.text-block + .text-block { margin-top: 24px; }
.text-block h3 { margin: 0 0 7px; font-size: 1.18rem; }
.text-block p { margin: 0; color: var(--muted); }
.care-card { padding: 33px; color: #fff; background: linear-gradient(145deg, #122038, #1c3657); border-radius: 22px; box-shadow: var(--shadow); }
.care-icon { width: 50px; height: 50px; margin-bottom: 23px; display: grid; place-items: center; color: var(--navy); background: var(--amber); border-radius: 14px; font-size: 1.5rem; font-weight: 900; }
.care-card h2 { margin: 10px 0 15px; font-size: 1.8rem; line-height: 1.15; }
.care-card > p { color: #d2deea; }
.care-rule { height: 1px; margin-block: 25px; background: rgba(255,255,255,.15); }
.care-card .care-small { color: #9fb2c7; font-size: .76rem; }
.faq-section { padding-block: 95px; background: #f4f7fa; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 110px); }
.faq-intro p { color: var(--muted); }
.faq-list { display: grid; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.faq-item summary { padding: 19px 21px; display: flex; justify-content: space-between; gap: 20px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--blue-dark); font-size: 1.25rem; transition: transform .2s; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 21px 21px; color: var(--muted); }

.site-footer { padding-top: 65px; color: #aebdce; background: #09111f; }
.footer-grid { padding-bottom: 45px; display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.footer-grid p { max-width: 360px; }
.footer-grid strong { margin-bottom: 7px; color: #fff; }
.footer-grid a:hover { color: #fff; }
.footer-grid span { font-size: .8rem; }
.footer-bottom { padding-block: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.error-page { min-height: 600px; padding-block: 110px; text-align: center; }
.error-page .error-code { display: block; color: #dce8f3; font-size: 8rem; font-weight: 950; line-height: 1; }
.error-page h1 { margin: 12px 0; font-size: clamp(2.3rem, 5vw, 4rem); }
.error-page p { margin: 0 0 30px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }

@media (max-width: 1020px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-hero-grid, .product-hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .filter-bar { flex-wrap: wrap; }
  .filter-field { flex: 1 1 280px; }
}

@media (max-width: 780px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 68px; }
  .brand img { width: 165px; }
  .top-nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 13px; font-size: .79rem; }
  .catalog-hero-grid, .product-hero-grid { grid-template-columns: 1fr; }
  .catalog-hero-grid { padding-block: 62px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4.4rem); }
  .hero-panel { max-width: 500px; }
  .section-heading, .cta-inner, .product-cta-inner { align-items: start; flex-direction: column; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-button { flex: 1; }
  .product-hero-grid { padding-block: 35px 70px; }
  .product-visual { width: min(100%, 500px); margin-inline: auto; }
  .product-summary h1 { font-size: clamp(2.35rem, 10vw, 4rem); }
  .quick-facts { grid-template-columns: 1fr; margin-top: -24px; }
  .quick-facts > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .two-column-content, .faq-layout { grid-template-columns: 1fr; }
  .cta-inner, .product-cta-inner { min-height: 330px; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .catalog-hero { min-height: auto; }
  .hero-search { align-items: stretch; flex-wrap: wrap; }
  .hero-search input { min-height: 44px; }
  .hero-search button { width: 100%; }
  .trust-row { display: grid; }
  .product-grid, .benefit-grid, .technical-list { grid-template-columns: 1fr; }
  .filter-bar { padding: 13px; }
  .filter-field { min-width: 100%; }
  .results-line { align-items: start; flex-direction: column; }
  .purchase-box { align-items: stretch; flex-direction: column; }
  .purchase-box .button { width: 100%; }
  .product-meta { display: grid; }
  .product-meta > span { justify-content: space-between; }
  .quick-facts > div { padding: 19px; }
  .content-section, .faq-section, .catalog-section { padding-block: 65px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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

.sources-section { padding-block: 0 95px; background: #fff; }
.sources-card { padding: 32px; background: #f4f7fa; border: 1px solid var(--line); border-radius: 20px; }
.sources-card h2 { margin: 8px 0 8px; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.1; letter-spacing: -.035em; }
.sources-card > p { max-width: 760px; margin: 0 0 22px; color: var(--muted); }
.sources-card ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.sources-card li { padding: 14px 16px; display: grid; gap: 3px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.sources-card a { color: var(--blue-dark); font-weight: 800; }
.sources-card a:hover { text-decoration: underline; }
.sources-card a span { font-size: .85em; }
.sources-card small { color: var(--muted); }

.validation-report { padding-block: 0 95px; background: #fff; }
.validation-report-card { padding: 34px; background: #fffaf0; border: 1px solid #f2d49a; border-radius: 20px; }
.validation-report-card h2 { margin: 8px 0 10px; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.1; letter-spacing: -.035em; }
.validation-report-card > p { margin: 0 0 24px; color: var(--muted); }
.validation-report-card h3 { margin: 24px 0 10px; font-size: 1rem; }
.validation-report-card ul { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.validation-report-card li { display: flex; align-items: start; gap: 11px; color: #3f4d60; }
.validation-report-card li > div { display: grid; gap: 2px; }
.validation-report-card li small { color: var(--muted); }
.report-ok, .report-pending { width: 22px; height: 22px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.report-ok { color: #087333; background: #dcfce7; }
.report-pending { color: #8a5700; background: #fde7b0; }
.validation-report-card .report-note { margin: 25px 0 0; padding-top: 18px; border-top: 1px solid #efd9a9; font-size: .8rem; }

/* Cabeçalho institucional e rodapé alinhado à loja virtual */
.institutional-header { position: relative; z-index: 50; background: #fff; color: #123a63; box-shadow: 0 2px 18px rgba(18,58,99,.12); }
.institutional-topbar { background: #123a63; color: #eaf4ff; font-size: .78rem; }
.institutional-topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.institutional-topbar a { color: #fff; font-weight: 700; }
.institutional-address { opacity: .86; }
.institutional-main { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.institutional-brand img { width: 220px; height: auto; }
.institutional-nav { display: flex; align-items: center; gap: 25px; font-size: .9rem; font-weight: 750; }
.institutional-nav a { color: #23496d; }
.institutional-nav a:hover { color: #e47d17; }
.institutional-store { padding: 11px 17px; color: #fff !important; background: #e47d17; border-radius: 6px; box-shadow: 0 7px 16px rgba(228,125,23,.22); }
.store-footer { margin-top: 0; color: #d9e6f3; background: #123a63; }
.store-footer-grid { padding-block: 58px 42px; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); gap: 28px; }
.store-footer section { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.store-footer-brand img { width: 220px; height: auto; filter: brightness(0) invert(1); margin-bottom: 10px; }
.store-footer p { margin: 0; color: #c3d5e7; font-size: .88rem; }
.store-footer-address { line-height: 1.55; }
.store-footer h2 { margin: 3px 0 7px; color: #fff; font-size: .88rem; letter-spacing: .02em; text-transform: uppercase; }
.store-footer a { color: #c3d5e7; font-size: .83rem; }
.store-footer a:hover { color: #fff; text-decoration: underline; }
.store-footer .social-title { margin-top: 20px; }
.store-social { display: flex; flex-wrap: wrap; gap: 12px; }
.store-footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #b9cde1; font-size: .78rem; }
.store-footer-bottom a { color: #fff; font-weight: 750; }
@media (max-width: 900px) { .institutional-topbar-inner { justify-content: center; flex-wrap: wrap; padding-block: 8px; gap: 6px 14px; } .institutional-address { display: none; } .institutional-main { min-height: 74px; } .institutional-nav { gap: 12px; font-size: .78rem; } .institutional-nav > a:nth-child(2), .institutional-nav > a:nth-child(4) { display: none; } .store-footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .shell { width: min(calc(100% - 28px), var(--shell)); } .institutional-main { align-items: flex-start; flex-direction: column; gap: 14px; padding-block: 16px; } .institutional-brand img { width: 190px; } .institutional-nav { width: 100%; justify-content: space-between; } .institutional-nav a { font-size: .73rem; } .institutional-store { padding: 9px 11px; } .store-footer-grid { grid-template-columns: 1fr; padding-block: 42px 30px; } .store-footer-bottom { align-items: flex-start; flex-direction: column; padding-block: 18px; } }
.institutional-social { color: #d7e8f7 !important; font-size: .72rem; }
.catalog-eyebrow { font-size: .9rem; letter-spacing: .16em; color: #b7ddf7; }
.catalog-hero .hero-copy h1 { max-width: 900px; font-size: clamp(2.5rem, 5.4vw, 5.2rem); }
@media (max-width: 900px) { .institutional-social { display: none; } }
