:root {
  --ink: #221912;
  --ink-soft: #655a51;
  --paper: #f7f3ec;
  --white: #fffdf9;
  --gold: #a8804f;
  --gold-light: #d8be93;
  --line: rgba(34, 25, 18, 0.16);
  --display: Georgia, "Times New Roman", serif;
  --sans: 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;
  gap: 8px;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.wordmark i {
  display: block;
  width: 1px;
  height: 23px;
  background: var(--gold);
  transform: rotate(17deg);
}
.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: 4/3;
  object-fit: contain;
  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: 1/1;
  }
  .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;
  }
}
