@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("/brand/manrope-latin.woff2") format("woff2");
}
:root {
  --obsidian: #171512;
  --ivory: #f5f1e8;
  --bond: #6e2f3f;
  --brass: #b9935a;
  --ink: var(--obsidian);
  --ink-soft: #675f57;
  --paper: var(--ivory);
  --white: #fffcf6;
  --gold: var(--brass);
  --gold-light: #d2b27f;
  --line: rgba(23, 21, 18, 0.16);
  --display: "Manrope", Arial, Helvetica, sans-serif;
  --sans: "Manrope", Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input {
  font: inherit;
  border-radius: 0;
}
.section-shell {
  width: min(calc(100% - 64px), 1380px);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--white);
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.top-note {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--ink);
  color: rgba(255, 253, 249, 0.75);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.top-note i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold-light);
}
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(34, 25, 18, 0.11);
  background: rgba(247, 243, 236, 0.94);
  backdrop-filter: blur(18px);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  flex: none;
  line-height: 0;
  white-space: nowrap;
}
.wordmark img {
  width: 205px;
  height: 36px;
  object-fit: contain;
}
.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 34px);
}
.site-header nav a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.bag-action {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 15px;
  background: var(--ink);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.local-hero {
  min-height: 610px;
  display: grid;
  align-items: end;
  padding: 118px 0 76px;
  color: var(--white);
  background:
    linear-gradient(
      90deg,
      rgba(28, 18, 12, 0.9),
      rgba(28, 18, 12, 0.66) 48%,
      rgba(28, 18, 12, 0.25)
    ),
    var(--local-hero-image, url("/banners/modelo.jpg")) center 46% / cover;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}
.breadcrumb strong {
  color: var(--white);
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.eyebrow.light {
  margin-top: 32px;
  color: #d7c29f;
}
.local-hero h1 {
  max-width: 980px;
  margin: 0 0 24px;
  font-family: var(--display);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
}
.local-hero__answer {
  max-width: 800px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.8;
}
.local-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: 0 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.button--light {
  background: var(--white);
  color: var(--ink);
}
.button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.local-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
}
.local-proof > div {
  min-height: 142px;
  padding: 30px;
  border-right: 1px solid var(--line);
}
.local-proof > div:last-child {
  border-right: 0;
}
.local-proof span,
.local-proof small {
  display: block;
  color: var(--ink-soft);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.local-proof strong {
  display: block;
  margin: 12px 0 8px;
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
  line-height: 1;
}
.local-intent {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  padding-top: 116px;
  padding-bottom: 116px;
}
.local-intent h2,
.local-products h2,
.local-shipping h2,
.local-guide h2,
.local-faq h2,
.local-links h2 {
  margin: 12px 0 0;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}
.local-intent > div:last-child {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.local-intent > div:last-child p {
  margin: 0 0 25px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.9;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.section-heading > p {
  max-width: 480px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.75;
}
.local-products {
  padding-bottom: 130px;
}
.local-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 14px;
  margin-top: 34px;
}
.local-product-card {
  min-width: 0;
}
.local-product-card__image {
  display: block;
  overflow: hidden;
  background: #f5ecdf;
}
.local-product-card__image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: transform 450ms ease;
}
.local-product-card:hover .local-product-card__image img {
  transform: scale(1.025);
}
.local-product-card > div {
  padding: 18px 3px 0;
}
.local-product-card > div > p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.local-product-card h3 {
  min-height: 48px;
  margin: 0;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
}
.local-product-card > div > strong {
  display: block;
  margin-top: 12px;
  font-size: 13px;
}
.local-product-card dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 18px 0 0;
}
.local-product-card dl div {
  min-width: 0;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.local-product-card dt {
  color: var(--ink-soft);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.local-product-card dd {
  overflow: hidden;
  margin: 5px 0 0;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.local-product-card__cta {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.local-product-card__cta:hover,
.local-product-card__cta:focus-visible {
  background: var(--ink);
  color: var(--white);
}
.local-shipping {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
  align-items: start;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid var(--line);
}
.local-shipping > div:first-child > p:last-child {
  max-width: 470px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.8;
}
.shipping-estimator {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  background: #faf7f2;
}
.shipping-estimator__heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.shipping-estimator__heading .eyebrow {
  margin: 0 0 3px;
}
.shipping-estimator__heading h3 {
  margin: 0;
  font: 500 28px/1.05 var(--display);
}
.shipping-estimator__heading > span,
.shipping-estimator > label {
  color: var(--ink-soft);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.shipping-estimator > label {
  display: block;
  margin: 20px 0 6px;
}
.shipping-estimator__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}
.shipping-estimator input {
  min-width: 0;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}
.shipping-estimator button {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  background: var(--ink);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.shipping-estimator button:disabled {
  opacity: 0.6;
}
.shipping-estimator__message {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 10px;
}
.shipping-options {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.shipping-option {
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--white);
}
.shipping-option span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.shipping-option b {
  font: 500 15px var(--display);
}
.shipping-option small,
.shipping-estimator__basis {
  color: var(--ink-soft);
  font-size: 8px;
}
.shipping-option strong {
  font-size: 10px;
}
.shipping-estimator__basis {
  display: block;
  margin-top: 12px;
}
.local-guide,
.local-faq {
  padding-top: 110px;
  padding-bottom: 110px;
  border-top: 1px solid var(--line);
}
.local-guide > div:first-child {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
}
.local-guide ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 54px 0 30px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.local-guide li {
  padding: 26px 24px 26px 0;
  border-right: 1px solid var(--line);
}
.local-guide li + li {
  padding-left: 24px;
}
.local-guide li:last-child {
  border-right: 0;
}
.local-guide li > span {
  color: var(--gold);
  font-family: var(--display);
}
.local-guide h3 {
  margin: 42px 0 12px;
  font: 500 25px var(--display);
}
.local-guide li p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.7;
}
.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.local-faq > h2 {
  max-width: 760px;
  margin-bottom: 42px;
}
.local-faq details {
  border-top: 1px solid var(--line);
}
.local-faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.local-faq summary {
  min-height: 70px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: var(--display);
  font-size: 21px;
}
.local-faq details p {
  max-width: 760px;
  margin: -4px 0 24px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.8;
}
.local-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid var(--line);
}
.local-links h2 {
  margin-bottom: 30px;
}
.local-links__clusters,
.local-links__cities {
  display: grid;
  border-top: 1px solid var(--line);
}
.local-links__clusters a,
.local-links__cities a {
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.local-links__cities {
  margin: 24px 0;
}
.local-sources {
  padding-top: 28px;
  padding-bottom: 56px;
  border-top: 1px solid var(--line);
}
.local-sources p {
  max-width: 1000px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.75;
}
.footer {
  padding: 70px 0 24px;
  background: var(--ink);
  color: var(--white);
}
.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
}
.footer__top > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer__top p,
.footer__top a {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}
.footer__top .wordmark {
  font-size: 24px;
  color: var(--white);
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  margin-top: 60px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #d39b42;
  outline-offset: 3px;
}
@media (max-width: 980px) {
  .site-header nav {
    display: none;
  }
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .local-proof,
  .local-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .local-proof > div:nth-child(2) {
    border-right: 0;
  }
  .local-proof > div:last-child {
    grid-column: 1/-1;
    border-top: 1px solid var(--line);
  }
  .local-intent,
  .local-shipping,
  .local-links {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .local-guide ol {
    grid-template-columns: repeat(2, 1fr);
  }
  .local-guide li:nth-child(2) {
    border-right: 0;
  }
  .local-guide li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}
@media (max-width: 620px) {
  .section-shell {
    width: min(calc(100% - 32px), 1380px);
  }
  .top-note {
    padding: 7px 12px;
    text-align: center;
  }
  .site-header {
    height: 70px;
    padding: 0 16px;
  }
  .wordmark {
    font-size: 18px;
  }
  .bag-action {
    padding: 0 11px;
  }
  .local-hero {
    min-height: 660px;
    padding: 104px 0 48px;
    background-position: 58% center;
  }
  .local-hero h1 {
    font-size: clamp(46px, 14vw, 64px);
  }
  .local-hero__answer {
    font-size: 13px;
    line-height: 1.7;
  }
  .local-hero__actions .button {
    width: 100%;
  }
  .local-proof,
  .local-product-grid {
    grid-template-columns: 1fr;
  }
  .local-proof > div {
    min-height: 116px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .local-proof > div:last-child {
    grid-column: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .local-intent {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .section-heading {
    display: block;
  }
  .local-products {
    padding-bottom: 80px;
  }
  .local-product-card__image img {
    aspect-ratio: 3/2;
  }
  .local-shipping,
  .local-guide,
  .local-faq,
  .local-links {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .shipping-estimator__form {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .local-guide > div:first-child {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .local-guide ol {
    grid-template-columns: 1fr;
  }
  .local-guide li,
  .local-guide li + li {
    padding: 24px 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }
  .local-guide h3 {
    margin-top: 20px;
  }
  .local-links {
    gap: 62px;
  }
  .footer__top {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .footer__bottom {
    justify-content: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .local-product-card__image img {
    transition: none;
  }
}
.site-header__actions { display:flex; align-items:center; gap:12px; }
.search-action { min-height:44px; padding:0 12px; border:0; background:transparent; color:inherit; font-size:9px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }
.local-product-card__compare { width:100%; min-height:44px; margin-top:8px; border:1px solid var(--obsidian); background:transparent; color:var(--obsidian); font:600 9px/1 var(--sans); letter-spacing:.1em; text-transform:uppercase; }
.local-product-card__compare[aria-pressed="true"] { background:var(--bond); color:var(--white); }
.local-compare-bar { position:fixed; z-index:80; right:16px; bottom:16px; left:16px; max-width:600px; min-height:64px; display:flex; align-items:center; justify-content:space-between; gap:16px; margin:auto; padding:10px 12px 10px 18px; background:var(--obsidian); color:var(--ivory); box-shadow:0 18px 45px rgba(20,12,7,.32); }
.local-compare-bar span { font-size:10px; }
.local-compare-bar a { min-height:44px; display:flex; align-items:center; padding:0 16px; background:var(--brass); color:var(--obsidian); font-size:9px; font-weight:600; text-transform:uppercase; }
.local-compare-bar a[aria-disabled="true"] { opacity:.55; }
.local-search-dialog { width:min(760px,calc(100vw - 24px)); max-height:calc(100svh - 24px); padding:0; border:0; background:var(--white); color:var(--obsidian); box-shadow:0 30px 90px rgba(20,12,7,.42); }
.local-search-dialog::backdrop { background:rgba(18,13,10,.65); backdrop-filter:blur(8px); }
.local-search-dialog>div { padding:clamp(24px,5vw,48px); }
.local-search-dialog header { display:flex; align-items:start; justify-content:space-between; gap:24px; }
.local-search-dialog h2 { margin:0; font:300 clamp(38px,6vw,60px)/.95 var(--display); }
.local-search-dialog header button { width:44px; height:44px; border:1px solid rgba(34,25,18,.16); background:transparent; font-size:24px; }
.local-search-dialog form { display:grid; grid-template-columns:1fr auto; margin-top:32px; border-bottom:1px solid var(--obsidian); }
.local-search-dialog input { min-height:56px; min-width:0; border:0; outline:0; background:transparent; font-size:15px; }
.local-search-dialog form button { padding:0 18px; border:0; background:var(--bond); color:var(--white); font-size:9px; font-weight:600; text-transform:uppercase; }
.local-search-dialog [data-search-status] { color:#655a51; font-size:10px; }
.local-search-dialog [data-search-results] { display:grid; max-height:410px; overflow:auto; border-top:1px solid rgba(34,25,18,.16); }
.local-search-dialog [data-search-results] a { min-height:64px; display:flex; flex-direction:column; justify-content:center; padding:9px; border-bottom:1px solid rgba(34,25,18,.16); }
.local-search-dialog [data-search-results] strong { font:500 18px var(--display); }
.local-search-dialog [data-search-results] small { margin-top:3px; color:#655a51; font-size:9px; }
@media(max-width:780px){.site-header nav{display:none}.site-header{grid-template-columns:1fr auto}.site-header__actions{gap:4px}.search-action{padding:0 6px}.local-search-dialog form{grid-template-columns:1fr}.local-search-dialog form button{min-height:46px}.local-compare-bar{right:8px;bottom:8px;left:8px}.local-compare-bar a{padding:0 10px}}

/* Brand V2 — Nexo */
body {
  background:
    radial-gradient(circle at 12% 8%, rgba(185, 147, 90, 0.055), transparent 26rem),
    radial-gradient(circle at 88% 34%, rgba(110, 47, 63, 0.04), transparent 34rem),
    var(--paper);
}
body::before {
  position: fixed;
  z-index: 999;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .025;
  background-image: repeating-linear-gradient(0deg, rgba(23,21,18,.25) 0 1px, transparent 1px 3px), repeating-linear-gradient(90deg, rgba(23,21,18,.14) 0 1px, transparent 1px 4px);
  mix-blend-mode: multiply;
}
h1, h2, h3, h4, .local-proof strong, .local-product-card h3, .local-search-dialog h2, .local-search-dialog [data-search-results] strong {
  font-family: var(--display);
  font-weight: 300;
  letter-spacing: -.035em;
}
:where(a,button,input,select,textarea,summary):focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
}
.top-note {
  background: var(--bond);
  color: rgba(255,252,246,.9);
  letter-spacing: .18em;
}
.top-note i {
  width: 20px;
  height: 1px;
  border-radius: 0;
  background: var(--brass);
  transform: rotate(-16deg);
}
.site-header {
  height: 78px;
  border-color: rgba(23,21,18,.12);
  background: rgba(245,241,232,.94);
  box-shadow: 0 12px 30px rgba(23,21,18,.035);
  backdrop-filter: blur(20px) saturate(125%);
}
.site-header nav a, .search-action, .bag-action {
  font-weight: 600;
  letter-spacing: .1em;
}
.bag-action {
  background: var(--obsidian);
  color: var(--ivory);
}
.bag-action:hover, .bag-action:focus-visible {
  background: var(--bond);
}
.local-hero {
  border-bottom: 4px solid var(--brass);
  background:
    linear-gradient(90deg, rgba(23,21,18,.92), rgba(23,21,18,.66) 48%, rgba(23,21,18,.16)),
    linear-gradient(0deg, rgba(23,21,18,.42), transparent 46%),
    var(--local-hero-image, url("/banners/modelo.jpg")) center 46% / cover;
}
.local-hero .section-shell::before {
  display: block;
  width: 54px;
  height: 38px;
  margin-bottom: 28px;
  content: "";
  background: url("/brand/monogram-light.svg") center / contain no-repeat;
}
.local-hero h1 {
  font-weight: 300;
  letter-spacing: -.055em;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--brass);
  font-size: 9px;
  letter-spacing: .18em;
}
.eyebrow::before {
  content: "//";
  color: var(--brass);
  font-size: 12px;
  letter-spacing: -.2em;
}
.eyebrow.light { color: rgba(245,241,232,.78); }
.button { border-radius: 0; letter-spacing: .11em; }
.button--light:hover, .button--light:focus-visible, .shipping-estimator button {
  background: var(--obsidian);
  color: var(--ivory);
}
.button--ghost:hover, .button--ghost:focus-visible {
  border-color: var(--brass);
  color: var(--brass);
}
.local-proof, .local-product-card, .shipping-estimator, .local-faq details {
  border-color: var(--line);
  background: rgba(255,252,246,.84);
}
.local-proof > div:first-child::before, .local-product-card__body::before, .shipping-estimator::before {
  display: block;
  width: 38px;
  height: 3px;
  margin-bottom: 18px;
  content: "";
  background: var(--brass);
}
.local-product-card__meta, .local-product-card__specs dt { color: var(--bond); }
.local-product-card__compare {
  border-color: var(--obsidian);
  background: transparent;
  color: var(--obsidian);
  font-family: var(--sans);
}
.local-product-card__compare:hover, .local-product-card__compare:focus-visible, .local-product-card__compare[aria-pressed="true"] {
  border-color: var(--bond);
  background: var(--bond);
  color: var(--white);
}
.local-compare-bar {
  background: rgba(23,21,18,.97);
  color: var(--ivory);
  box-shadow: 0 24px 70px rgba(23,21,18,.3);
}
.local-compare-bar a { background: var(--brass); color: var(--obsidian); }
.shipping-options label.is-selected {
  border-color: var(--bond);
  box-shadow: inset 0 0 0 1px var(--bond);
}
.shipping-options input { accent-color: var(--bond); }
.local-search-dialog {
  border: 1px solid rgba(185,147,90,.42);
  background: var(--ivory);
  color: var(--obsidian);
}
.local-search-dialog::backdrop { background: rgba(23,21,18,.78); }
.local-search-dialog h2, .local-search-dialog [data-search-results] strong { font-family: var(--display); }
.local-search-dialog form { border-color: var(--obsidian); }
.local-search-dialog form button { background: var(--bond); color: var(--white); }
.footer {
  border-top: 4px solid var(--brass);
  background: radial-gradient(circle at 15% 15%, rgba(185,147,90,.11), transparent 20rem), var(--obsidian);
  color: var(--ivory);
}
.footer .wordmark--footer img { width: 238px; height: 121px; }
.footer__top > div:first-child > p, .footer__top a, .footer__bottom { color: rgba(245,241,232,.68); }
.footer__top strong { color: var(--brass); }
.footer__top a:hover { color: var(--ivory); }
@media(max-width:780px) {
  .section-shell { width: min(calc(100% - 32px),1380px); }
  .site-header { height:70px; padding-inline:16px; }
  .wordmark img { width:154px; height:27px; }
  .site-header__actions { min-width:0; }
  .local-hero .section-shell::before { width:44px; height:31px; margin-bottom:20px; }
  .footer .wordmark--footer img { width:210px; height:107px; }
}
@media(max-width:390px) {
  html, body { max-width:100%; overflow-x:clip; }
  .wordmark img { width:146px; height:25px; }
}
@media(prefers-reduced-motion:reduce) {
  *, *::before, *::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
}
