:root {--accent:#087e8b;--accent2:#ff5a36;--ink:#15313a;--surface:#eef7f6;}
.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;}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; letter-spacing: 0; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 50; background: #fff; padding: 10px 14px; border: 2px solid var(--ink); }
.skip-link:focus { top: 12px; }
.top-note { min-height: 34px; display: flex; align-items: center; justify-content: center; padding: 6px 20px; color: #fff; background: var(--ink); font-size: 12px; text-align: center; }
.site-header { position: relative; z-index: 10; background: #fff; border-bottom: 1px solid #d7dcda; }
.header-inner { max-width: 1360px; min-height: 76px; margin: 0 auto; padding: 12px 28px; display: flex; align-items: center; gap: 26px; }
.wordmark { flex: 0 0 auto; font-weight: 800; font-size: 23px; line-height: 1; }
.wordmark small { display: block; margin-top: 6px; color: #66716e; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.header-search { position: relative; flex: 1 1 420px; max-width: 680px; margin-left: auto; }
.header-search input { width: 100%; height: 44px; padding: 0 48px 0 16px; border: 1px solid #aab2af; border-radius: 4px; background: #fff; color: var(--ink); outline: none; }
.header-search input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent); }
.search-icon { position: absolute; right: 15px; top: 12px; width: 19px; height: 19px; border: 2px solid currentColor; border-radius: 50%; opacity: .65; pointer-events: none; }
.search-icon::after { content: ""; position: absolute; width: 7px; height: 2px; right: -5px; bottom: -2px; background: currentColor; transform: rotate(45deg); }
.main-nav { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 700; }
.main-nav a:hover { color: var(--accent); }
.menu-button { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0; border: 1px solid #aab2af; border-radius: 4px; background: #fff; }
.menu-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.hero { position: relative; max-width: 1360px; height: 390px; min-height: 0; margin: 0 auto; overflow: hidden; background: var(--surface); }
.hero img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.hero-copy { position: absolute; z-index: 2; max-width: 610px; }
.eyebrow { margin: 0 0 12px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 48px; line-height: 1.02; font-weight: 700; letter-spacing: 0; }
.hero p { max-width: 570px; margin: 17px 0 0; font-size: 17px; }
.hero-action { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 24px; padding: 10px 17px; border-radius: 3px; background: var(--accent); color: #fff; font-size: 13px; font-weight: 800; }
.metric-strip { max-width: 1360px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border: solid #d7dcda; border-width: 0 1px 1px; background: #fff; }
.metric { min-height: 68px; padding: 13px 24px; border-right: 1px solid #d7dcda; }
.metric:last-child { border-right: 0; }
.metric b { display: block; font-family: Georgia, serif; font-size: 21px; }
.metric span { color: #68716f; font-size: 12px; }
.section { max-width: 1360px; margin: 0 auto; padding: 48px 28px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.section-head h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 31px; line-height: 1.12; letter-spacing: 0; }
.section-head p { max-width: 520px; margin: 0; color: #66716e; font-size: 13px; }
.category-row { display: flex; gap: 8px; margin: 0; padding: 0 0 20px; overflow-x: auto; list-style: none; scrollbar-width: thin; }
.category-chip { flex: 0 0 auto; min-height: 38px; padding: 8px 13px; border: 1px solid #bcc4c1; border-radius: 3px; background: #fff; cursor: pointer; font-size: 12px; font-weight: 700; }
.category-chip:hover, .category-chip.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.directory-toolbar { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 17px; border-top: 1px solid #d7dcda; border-bottom: 1px solid #d7dcda; }
.result-count { font-size: 13px; font-weight: 700; }
.data-note { color: #68716f; font-size: 11px; text-align: right; }
.directory-shell { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 28px; }
.filter-rail { align-self: start; position: sticky; top: 18px; padding: 18px 0; border-top: 3px solid var(--accent); border-bottom: 1px solid #cbd1cf; }
.filter-rail h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 20px; }
.filter-rail p { margin: 0 0 14px; color: #66716e; font-size: 12px; }
.filter-rail button { width: 100%; padding: 9px 0; border: 0; border-top: 1px solid #e0e4e3; background: transparent; text-align: left; cursor: pointer; font-size: 12px; }
.filter-rail button:hover { color: var(--accent); }
.brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; min-height: 420px; }
.brand-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid #d7dcda; border-radius: 5px; background: #fff; overflow: hidden; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.brand-card:hover { transform: translateY(-3px); border-color: #9ca7a3; box-shadow: 0 9px 24px rgba(24, 35, 32, .09); }
.logo-box { aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center; padding: 22px; background: #fafbfa; border-bottom: 1px solid #e3e6e5; }
.logo-box img { width: 100%; height: 100%; object-fit: contain; image-rendering: auto; }
.logo-fallback { display: none; width: 68px; height: 68px; align-items: center; justify-content: center; border: 1px solid #c9cfcd; border-radius: 50%; background: #fff; color: var(--accent); font-family: Georgia, serif; font-size: 23px; font-weight: 700; }
.wordmark-fallback { display: none; max-width: 100%; color: var(--ink); font-family: Georgia, serif; font-size: 22px; line-height: 1.08; text-align: center; }
.brand-card.no-logo .logo-fallback { display: flex; }
.brand-card.no-logo .wordmark-fallback { display: block; }
.brand-card.no-logo .logo-box img { display: none; }
.card-body { min-height: 154px; display: flex; flex: 1; flex-direction: column; padding: 15px; }
.card-kicker { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 7px; color: #68716f; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.brand-card h3 { margin: 0; overflow-wrap: anywhere; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.18; letter-spacing: 0; }
.card-description { margin: 8px 0 14px; color: #5f6966; font-size: 12px; }
.card-savings { margin: -3px 0 14px; color: #66716e; font-size: 11px; line-height: 1.4; }
.card-savings span { margin-right: 4px; color: var(--accent); font-weight: 800; text-transform: uppercase; }
.card-actions { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.text-link { font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.shop-link { display: inline-flex; min-height: 37px; align-items: center; justify-content: center; margin-left: auto; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 3px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; }
.shop-link:hover { border-color: var(--accent); background: var(--accent); }
.load-more { min-width: 180px; min-height: 46px; display: block; margin: 28px auto 0; padding: 10px 18px; border: 1px solid var(--ink); border-radius: 3px; background: #fff; cursor: pointer; font-weight: 800; }
.load-more:hover { background: var(--ink); color: #fff; }
.load-more[hidden] { display: none; }
.empty-state { grid-column: 1 / -1; min-height: 260px; display: flex; align-items: center; justify-content: center; border: 1px dashed #aeb6b3; color: #626c69; }
.editorial-band { background: var(--surface); border-top: 1px solid #dce1df; border-bottom: 1px solid #dce1df; }
.editorial-inner { max-width: 1360px; margin: 0 auto; padding: 44px 28px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 34px; }
.editorial-inner h2 { margin: 0; font-family: Georgia, serif; font-size: 30px; line-height: 1.1; }
.editorial-inner h3 { margin: 0 0 8px; font-size: 15px; }
.editorial-inner p { margin: 0; color: #64706c; font-size: 13px; }
.site-footer { margin-top: 46px; color: #fff; background: var(--ink); }
.footer-inner { max-width: 1360px; margin: 0 auto; padding: 42px 28px 28px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 36px; }
.footer-brand { font-family: Georgia, serif; font-size: 24px; }
.footer-copy { max-width: 480px; margin: 10px 0 0; color: #cfd6d3; font-size: 12px; }
.footer-email { display: inline-block; margin-top: 14px; color: #fff; font-size: 12px; text-underline-offset: 3px; }
.footer-links { display: grid; gap: 8px; align-content: start; font-size: 12px; }
.footer-links b { margin-bottom: 4px; color: var(--accent); font-size: 11px; text-transform: uppercase; }
.footer-bottom { max-width: 1360px; margin: 0 auto; padding: 17px 28px; border-top: 1px solid rgba(255,255,255,.2); color: #cfd6d3; font-size: 11px; }
.brand-detail { min-height: 100vh; background: var(--surface); }
.detail-header { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 14px max(24px, calc((100% - 1160px) / 2)); border-bottom: 1px solid #d6dcda; background: #fff; }
.back-link { font-size: 12px; font-weight: 800; }
.detail-main { max-width: 1160px; margin: 0 auto; padding: 54px 24px 80px; }
.detail-panel { display: grid; grid-template-columns: 360px minmax(0, 1fr); background: #fff; border: 1px solid #d4dad8; }
.detail-logo { min-height: 360px; display: flex; align-items: center; justify-content: center; padding: 52px; border-right: 1px solid #d4dad8; }
.detail-logo img { width: 100%; max-height: 180px; object-fit: contain; }
.detail-logo .wordmark-fallback { display: block; font-size: 28px; }
.detail-copy { padding: 50px; }
.detail-copy h1 { margin: 7px 0 15px; overflow-wrap: anywhere; font-family: Georgia, serif; font-size: 46px; line-height: 1.05; letter-spacing: 0; }
.detail-copy p { max-width: 650px; color: #56615e; }
.detail-cta { display: inline-flex; min-height: 48px; align-items: center; margin-top: 18px; padding: 11px 18px; border-radius: 3px; background: var(--accent); color: #fff; font-size: 13px; font-weight: 800; }
.detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 26px; border: solid #d5dbd9; border-width: 1px 0; }
.detail-fact { padding: 13px 14px 13px 0; }
.detail-fact span { display: block; color: #69736f; font-size: 10px; text-transform: uppercase; }
.detail-fact b { display: block; margin-top: 3px; font-size: 12px; overflow-wrap: anywhere; }
.detail-note { margin-top: 25px; padding: 18px 0; border-top: 3px solid var(--accent2); }
.detail-note h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 24px; }
.related { margin-top: 48px; }
.related h2 { font-family: Georgia, serif; font-size: 28px; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.related-item { min-height: 90px; padding: 17px; border: 1px solid #d4dad8; background: #fff; }
.related-item b { display: block; overflow-wrap: anywhere; }
.related-item span { color: #68716f; font-size: 11px; }
.legal-page { max-width: 820px; margin: 0 auto; padding: 64px 24px 90px; }
.legal-page h1 { font-family: Georgia, serif; font-size: 42px; letter-spacing: 0; }
.legal-page h2 { margin-top: 34px; font-family: Georgia, serif; }
.legal-page p, .legal-page li { color: #52605b; }
@media (max-width: 1040px) {
  .brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .main-nav { display: none; }
  .menu-button { display: flex; }
  .directory-shell { grid-template-columns: 1fr; }
  .filter-rail { display: none; }
  .detail-panel { grid-template-columns: 290px minmax(0, 1fr); }
}
@media (max-width: 760px) {
  .top-note { min-height: 30px; font-size: 10px; }
  .header-inner { min-height: 68px; padding: 10px 16px; flex-wrap: wrap; gap: 10px 14px; }
  .wordmark { max-width: calc(100% - 58px); font-size: 20px; }
  .wordmark small { display: none; }
  .menu-button { margin-left: auto; }
  .header-search { order: 3; flex-basis: 100%; max-width: none; }
  .hero { height: 430px; min-height: 0; }
  .hero img { height: 100%; min-height: 0; }
  .hero h1 { font-size: 36px; }
  .hero p { font-size: 15px; }
  .metric-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .metric { min-width: 0; min-height: 82px; padding: 12px 9px; border-right: 1px solid #d7dcda; border-bottom: 0; }
  .metric:last-child { border-right: 0; }
  .metric b { font-size: 19px; }
  .metric span { display: block; overflow-wrap: anywhere; font-size: 10px; line-height: 1.25; }
  .section { padding: 38px 16px; }
  .section-head { align-items: start; flex-direction: column; }
  .section-head h2 { font-size: 27px; }
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .logo-box { padding: 15px; }
  .card-body { min-height: 166px; padding: 12px; }
  .brand-card h3 { font-size: 16px; }
  .card-description { display: none; }
  .card-actions { align-items: stretch; flex-direction: column; }
  .shop-link { width: 100%; margin-left: 0; }
  .editorial-inner { padding: 36px 16px; grid-template-columns: 1fr; gap: 22px; }
  .footer-inner { padding: 36px 16px 24px; grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { padding: 16px; }
  .detail-header { padding: 12px 16px; }
  .detail-main { padding: 28px 14px 60px; }
  .detail-panel { grid-template-columns: 1fr; }
  .detail-logo { min-height: 230px; border-right: 0; border-bottom: 1px solid #d4dad8; }
  .detail-copy { padding: 28px 20px; }
  .detail-copy h1 { font-size: 34px; }
  .detail-facts { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.layout-utility .hero { display: grid; grid-template-columns: 46% 54%; height: 430px; min-height: 0; }
.layout-utility .hero img { grid-column: 2; min-height: 0; }
.layout-utility .hero::after { content: ""; position: absolute; inset: 0 54% 0 0; background: #e7f4f2; }
.layout-utility .hero-copy { left: 42px; top: 50%; width: 40%; transform: translateY(-50%); }
.layout-utility .eyebrow { color: var(--accent); }
.layout-utility .brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.layout-utility .brand-card { flex-direction: row; min-height: 160px; }
.layout-utility .logo-box { flex: 0 0 39%; aspect-ratio: auto; border-right: 1px solid #e3e6e5; border-bottom: 0; }
@media (max-width: 760px) { .layout-utility .hero { display: block; } .layout-utility .hero::after { inset: 0; background: rgba(232,247,245,.88); } .layout-utility .hero-copy { left: 20px; top: 50%; width: calc(100% - 40px); } .layout-utility .brand-grid { grid-template-columns: 1fr; } }

@media (max-width: 1040px) {
  .main-nav.open { position: absolute; top: 100%; left: 16px; right: 16px; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 8px; border: 1px solid #b9c1be; background: #fff; color: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.13); }
  .main-nav.open a { padding: 12px; border-bottom: 1px solid #e1e4e3; }
}
