:root {
  --sl-ink: #171212;
  --sl-muted: #6d6260;
  --sl-paper: #fffdfa;
  --sl-cream: #f6f1e9;
  --sl-cream-2: #ede5d9;
  --sl-red: #c9232a;
  --sl-red-dark: #75171c;
  --sl-wine: #3a0f13;
  --sl-gold: #b89258;
  --sl-green: #1d6d4d;
  --sl-line: rgba(56, 27, 27, 0.14);
  --sl-shadow: 0 22px 65px rgba(66, 30, 30, 0.12);
  --sl-max: 1180px;
}

.local-store-page,
.local-store-page * {
  box-sizing: border-box;
}

html:has(.local-store-page) {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

.local-store-page {
  margin: 0;
  min-height: 100vh;
  background: var(--sl-paper);
  color: var(--sl-ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.local-store-page a {
  color: inherit;
}

.local-store-page img {
  display: block;
  max-width: 100%;
}

.sl-shell {
  width: min(calc(100% - 40px), var(--sl-max));
  margin: 0 auto;
}

.sl-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-160%);
  border-radius: 999px;
  background: #fff;
  color: var(--sl-red-dark);
  padding: 11px 16px;
  font-weight: 800;
  box-shadow: var(--sl-shadow);
}

.sl-skip:focus {
  transform: translateY(0);
}

.sl-topline {
  background: var(--sl-wine);
  color: #fff;
  padding: 8px 20px;
  text-align: center;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sl-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--sl-line);
  background: rgba(255, 253, 250, 0.94);
  backdrop-filter: blur(14px);
}

.sl-header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sl-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.sl-brand img {
  width: 105px;
  height: 50px;
  object-fit: contain;
}

.sl-brand span {
  display: grid;
  gap: 2px;
  color: var(--sl-muted);
  font-size: 0.75rem;
  line-height: 1.2;
}

.sl-brand strong {
  color: var(--sl-ink);
  font-size: 0.91rem;
}

.sl-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sl-nav a {
  color: var(--sl-muted);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 800;
}

.sl-nav a:hover {
  color: var(--sl-red);
}

.sl-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.sl-button:hover {
  transform: translateY(-2px);
}

.sl-button-primary {
  background: var(--sl-red);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(201, 35, 42, 0.22);
}

.sl-button-primary:hover {
  background: var(--sl-red-dark);
}

.sl-button-secondary {
  border-color: var(--sl-line);
  background: #fff;
  color: var(--sl-ink);
}

.sl-button-dark {
  background: var(--sl-wine);
  color: #fff !important;
}

.sl-breadcrumb {
  padding: 22px 0 0;
  color: var(--sl-muted);
  font-size: 0.78rem;
}

.sl-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sl-breadcrumb a {
  text-decoration: none;
}

.sl-breadcrumb a:hover {
  color: var(--sl-red);
}

.sl-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: center;
  padding: clamp(44px, 7vw, 88px) 0 clamp(54px, 8vw, 96px);
}

.sl-eyebrow {
  margin: 0 0 16px;
  color: var(--sl-red);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sl-hero h1,
.sl-section-heading h2,
.sl-contact-copy h2,
.sl-service-area h2,
.sl-faq h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.sl-hero h1 {
  max-width: 720px;
  font-size: clamp(2.7rem, 6vw, 5.25rem);
  line-height: 0.98;
}

.sl-hero-lead {
  max-width: 670px;
  margin: 24px 0 0;
  color: var(--sl-muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.72;
}

.sl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.sl-hero-note {
  margin: 14px 0 0;
  color: var(--sl-muted);
  font-size: 0.76rem;
}

.sl-hero-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 520px;
  border-radius: 34px;
  background: var(--sl-cream-2);
  box-shadow: var(--sl-shadow);
}

.sl-hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.sl-address-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.94);
  padding: 18px;
  box-shadow: 0 18px 45px rgba(46, 25, 20, 0.19);
  backdrop-filter: blur(12px);
}

.sl-address-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sl-red);
  color: #fff;
  font-size: 1.15rem;
}

.sl-address-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.98rem;
}

.sl-address-card address,
.sl-address-card p {
  margin: 0;
  color: var(--sl-muted);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.5;
}

.sl-proof {
  border-top: 1px solid var(--sl-line);
  border-bottom: 1px solid var(--sl-line);
  background: #fff;
}

.sl-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sl-proof-item {
  min-height: 118px;
  display: grid;
  align-content: center;
  padding: 22px 26px;
  border-right: 1px solid var(--sl-line);
}

.sl-proof-item:last-child {
  border-right: 0;
}

.sl-proof-item strong {
  color: var(--sl-wine);
  font-size: 1.12rem;
}

.sl-proof-item span {
  margin-top: 5px;
  color: var(--sl-muted);
  font-size: 0.79rem;
  line-height: 1.45;
}

.sl-section {
  padding: clamp(70px, 9vw, 112px) 0;
}

.sl-section-soft {
  background: var(--sl-cream);
}

.sl-section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.sl-section-heading h2,
.sl-contact-copy h2,
.sl-service-area h2,
.sl-faq h2 {
  font-size: clamp(2.15rem, 4.5vw, 3.8rem);
  line-height: 1.02;
}

.sl-section-heading > p:last-child,
.sl-contact-copy > p,
.sl-service-area > p,
.sl-faq > p {
  margin: 18px 0 0;
  color: var(--sl-muted);
  line-height: 1.7;
}

.sl-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 7vw, 86px);
  align-items: start;
}

.sl-contact-list {
  display: grid;
  gap: 14px;
}

.sl-contact-item {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 15px;
  align-items: center;
  border: 1px solid var(--sl-line);
  border-radius: 20px;
  background: #fff;
  padding: 17px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(66, 30, 30, 0.04);
}

.sl-contact-item:hover {
  border-color: rgba(201, 35, 42, 0.34);
}

.sl-contact-item > span:first-child {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sl-cream);
  color: var(--sl-red-dark);
  font-weight: 900;
}

.sl-contact-item strong,
.sl-contact-item small {
  display: block;
}

.sl-contact-item small {
  margin-top: 4px;
  color: var(--sl-muted);
  line-height: 1.35;
}

.sl-contact-arrow {
  color: var(--sl-red);
  font-weight: 900;
}

.sl-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.sl-socials a {
  border-bottom: 1px solid var(--sl-line);
  padding: 8px 2px;
  color: var(--sl-muted);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
}

.sl-socials a:hover {
  color: var(--sl-red);
}

.sl-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sl-feature-card {
  min-height: 245px;
  border: 1px solid var(--sl-line);
  border-radius: 26px;
  background: #fff;
  padding: clamp(24px, 4vw, 36px);
}

.sl-feature-number {
  display: block;
  margin-bottom: 38px;
  color: var(--sl-red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.sl-feature-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.sl-feature-card p {
  margin: 0;
  color: var(--sl-muted);
  line-height: 1.65;
}

.sl-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: clamp(38px, 8vw, 92px);
  align-items: center;
}

.sl-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.sl-city-list li {
  border: 1px solid rgba(184, 146, 88, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  padding: 10px 14px;
  color: var(--sl-wine);
  font-size: 0.82rem;
  font-weight: 800;
}

.sl-service-card {
  border-radius: 28px;
  background: var(--sl-wine);
  color: #fff;
  padding: clamp(28px, 5vw, 44px);
  box-shadow: var(--sl-shadow);
}

.sl-service-card span {
  color: #e3c28e;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sl-service-card h3 {
  margin: 16px 0 13px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.sl-service-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.sl-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(36px, 8vw, 92px);
  align-items: start;
}

.sl-faq-list {
  border-top: 1px solid var(--sl-line);
}

.sl-faq-list details {
  border-bottom: 1px solid var(--sl-line);
  padding: 0;
}

.sl-faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.sl-faq-list summary::-webkit-details-marker {
  display: none;
}

.sl-faq-list summary::after {
  content: "+";
  color: var(--sl-red);
  font-size: 1.3rem;
}

.sl-faq-list details[open] summary::after {
  content: "−";
}

.sl-faq-list details p {
  max-width: 720px;
  margin: -4px 0 24px;
  color: var(--sl-muted);
  line-height: 1.7;
}

.sl-cta-band {
  padding: 0 0 clamp(70px, 9vw, 110px);
}

.sl-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--sl-red-dark), var(--sl-wine));
  color: #fff;
  padding: clamp(30px, 6vw, 58px);
  box-shadow: var(--sl-shadow);
}

.sl-cta-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.sl-cta-card p {
  max-width: 700px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.sl-footer {
  border-top: 1px solid var(--sl-line);
  background: #fff;
  padding: 44px 0 100px;
}

.sl-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 34px;
}

.sl-footer img {
  width: 110px;
  margin-bottom: 16px;
}

.sl-footer h2,
.sl-footer h3 {
  margin: 0 0 13px;
  font-size: 0.86rem;
}

.sl-footer p,
.sl-footer address,
.sl-footer a {
  color: var(--sl-muted);
  font-size: 0.79rem;
  font-style: normal;
  line-height: 1.7;
}

.sl-footer-links {
  display: grid;
  gap: 7px;
}

.sl-footer-links a {
  text-decoration: none;
}

.sl-footer-links a:hover {
  color: var(--sl-red);
}

.sl-footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--sl-line);
  color: var(--sl-muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.sl-mobile-bar {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 45;
  display: none;
  grid-template-columns: 1.3fr 1fr;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  background: rgba(255, 253, 250, 0.94);
  padding: 8px;
  box-shadow: 0 18px 50px rgba(46, 25, 20, 0.25);
  backdrop-filter: blur(14px);
}

.sl-mobile-bar .sl-button {
  min-height: 50px;
  padding: 10px 12px;
  font-size: 0.78rem;
}

.local-store-page :focus-visible {
  outline: 3px solid #efb39f;
  outline-offset: 4px;
}

@media (max-width: 920px) {
  .sl-nav {
    display: none;
  }

  .sl-hero,
  .sl-contact-grid,
  .sl-service-grid,
  .sl-faq-grid {
    grid-template-columns: 1fr;
  }

  .sl-hero-visual {
    min-height: 460px;
  }

  .sl-hero-visual > img {
    min-height: 460px;
  }

  .sl-contact-grid {
    gap: 38px;
  }

  .sl-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-proof-item:nth-child(2) {
    border-right: 0;
  }

  .sl-proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--sl-line);
  }

  .sl-feature-grid {
    grid-template-columns: 1fr;
  }

  .sl-feature-card {
    min-height: 0;
  }

  .sl-feature-number {
    margin-bottom: 24px;
  }

  .sl-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sl-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .sl-shell {
    width: min(calc(100% - 28px), var(--sl-max));
  }

  .sl-topline {
    padding: 7px 12px;
    font-size: 0.65rem;
  }

  .sl-header-inner {
    min-height: 68px;
  }

  .sl-brand img {
    width: 88px;
    height: 42px;
  }

  .sl-brand span {
    display: none;
  }

  .sl-header .sl-button {
    min-height: 42px;
    padding: 9px 14px;
    font-size: 0.74rem;
  }

  .sl-breadcrumb {
    padding-top: 16px;
  }

  .sl-hero {
    gap: 34px;
    padding-top: 36px;
  }

  .sl-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .sl-hero-actions {
    display: grid;
  }

  .sl-hero-actions .sl-button {
    width: 100%;
  }

  .sl-hero-visual,
  .sl-hero-visual > img {
    min-height: 410px;
  }

  .sl-address-card {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .sl-proof-item {
    min-height: 105px;
    padding: 18px;
  }

  .sl-contact-item {
    grid-template-columns: 44px 1fr auto;
    padding: 14px;
  }

  .sl-contact-item > span:first-child {
    width: 44px;
    height: 44px;
  }

  .sl-cta-card {
    grid-template-columns: 1fr;
  }

  .sl-cta-card .sl-button {
    width: 100%;
  }

  .sl-footer-grid {
    grid-template-columns: 1fr;
  }

  .sl-footer-grid > div:first-child {
    grid-column: auto;
  }

  .sl-mobile-bar {
    display: grid;
  }

}

@media (prefers-reduced-motion: reduce) {
  html:has(.local-store-page) {
    scroll-behavior: auto;
  }

  .sl-button {
    transition: none;
  }
}
