:root {
  --lac-shadow: 0 22px 55px rgba(29, 29, 27, 0.11);
  --lac-shadow-soft: 0 9px 26px rgba(29, 29, 27, 0.08);
  --lac-border: rgba(29, 29, 27, 0.14);
  --lac-muted: #625f5c;
  --lac-surface: #fffaf0;
  --lac-header-height: 84px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--lac-header-height) + 24px);
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--lac-white);
  color: var(--lac-black);
  font-family: var(--lac-font-body);
  font-size: 1rem;
  line-height: 1.6;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
section[id] { scroll-margin-top: calc(var(--lac-header-height) + 24px); }

:focus-visible { outline: 3px solid var(--lac-green); outline-offset: 4px; }

.container { width: min(100% - 40px, 1180px); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 14px;
  left: 14px;
  transform: translateY(-160%);
  padding: 0.72rem 1rem;
  border-radius: 8px;
  background: var(--lac-black);
  color: var(--lac-white);
  font-weight: 800;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(13px);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled { border-color: var(--lac-border); box-shadow: 0 5px 19px rgba(29, 29, 27, 0.06); }

.site-header__inner { display: flex; min-height: var(--lac-header-height); align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.site-logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.site-logo img { width: 165px; height: auto; }

.primary-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: clamp(0.8rem, 1.55vw, 1.4rem); }
.primary-nav a { position: relative; color: var(--lac-black); font-size: 0.85rem; font-weight: 800; text-decoration: none; }
.primary-nav a:not(.primary-nav__cta)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--lac-magenta); content: ''; transition: transform 180ms ease; }
.primary-nav a:not(.primary-nav__cta):hover::after, .primary-nav a:not(.primary-nav__cta):focus-visible::after { transform: scaleX(1); }
.primary-nav__cta { display: none; }

.header-cta, .primary-nav__cta {
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: var(--lac-magenta);
  color: var(--lac-white) !important;
  font-size: 0.8rem !important;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.header-cta:hover, .primary-nav__cta:hover { transform: translateY(-1px); background: #bf0065; }

.menu-toggle { display: none; align-items: center; gap: 0.6rem; border: 0; background: transparent; color: var(--lac-black); font-weight: 800; cursor: pointer; }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 22px; height: 2px; border-radius: 4px; background: currentColor; content: ''; transition: transform 180ms ease; }
.menu-toggle__icon { position: relative; }
.menu-toggle__icon::before, .menu-toggle__icon::after { position: absolute; left: 0; }
.menu-toggle__icon::before { top: -7px; }
.menu-toggle__icon::after { top: 7px; }
.menu-toggle[aria-expanded='true'] .menu-toggle__icon { background: transparent; }
.menu-toggle[aria-expanded='true'] .menu-toggle__icon::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] .menu-toggle__icon::after { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: min(700px, calc(100svh - var(--lac-header-height))); isolation: isolate; overflow: hidden; background: var(--lac-black); }
.hero__media, .hero__media::after { position: absolute; inset: 0; }
.hero__media::after { background: linear-gradient(90deg, rgba(29, 29, 27, 0.87) 0%, rgba(29, 29, 27, 0.6) 46%, rgba(29, 29, 27, 0.12) 100%); content: ''; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__content { position: relative; z-index: 1; display: grid; min-height: inherit; align-content: center; max-width: 745px; padding-block: 5rem; color: var(--lac-white); }

.eyebrow { display: inline-flex; width: fit-content; align-items: center; gap: 0.58rem; margin: 0 0 1.1rem; color: inherit; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.13em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 2px; background: var(--lac-green); content: ''; }
.hero .eyebrow::before, .section--black .eyebrow::before { background: var(--lac-beige); }

.hero h1, .section-heading h2, .essence-layout__copy h2, .delivery-layout__intro h2, .video-layout__copy h2, .payment-layout__copy h2, .visit-layout__content h2, .social-layout h2, .contact-layout h2 { margin: 0; font-family: var(--lac-font-title); font-weight: 800; letter-spacing: -0.04em; line-height: 1.01; }
.hero h1 { max-width: 700px; color: var(--lac-white); font-size: clamp(2.85rem, 6.1vw, 5.45rem); }
.hero h1 span { color: var(--lac-beige); }
.hero__copy { max-width: 570px; margin: 1.5rem 0 0; font-size: clamp(1.04rem, 2vw, 1.25rem); }
.hero__actions, .contact-layout__buttons { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2.1rem; }

.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 0.76rem 1.25rem; border: 2px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.1; text-align: center; text-decoration: none; cursor: pointer; transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--lac-magenta); color: var(--lac-white); }
.button--primary:hover { background: #bd0064; }
.button--outline { border-color: rgba(255, 255, 255, 0.82); color: var(--lac-white); }
.button--outline:hover { border-color: var(--lac-white); background: var(--lac-white); color: var(--lac-black); }
.button--dark { background: var(--lac-black); color: var(--lac-white); }
.button--dark:hover { background: #41413f; }

.section { padding-block: clamp(4.6rem, 8vw, 7.7rem); }
.section--beige { background: var(--lac-beige); }
.section--black { background: var(--lac-black); color: var(--lac-white); }

.section-heading { max-width: 700px; margin-bottom: clamp(2rem, 4vw, 3.35rem); }
.section-heading h2, .essence-layout__copy h2, .delivery-layout__intro h2, .video-layout__copy h2, .payment-layout__copy h2, .visit-layout__content h2, .social-layout h2, .contact-layout h2 { max-width: 15ch; font-size: clamp(2.05rem, 4vw, 3.6rem); }
.section-heading > p:not(.eyebrow), .payment-layout__copy > p:not(.eyebrow), .social-layout > div > p:not(.eyebrow), .contact-layout > div > p:not(.eyebrow) { max-width: 620px; margin: 1rem 0 0; color: var(--lac-muted); font-size: 1.05rem; }
.section-heading--split, .section-heading--carousel { display: grid; max-width: none; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: end; }
.section-heading--split > p { max-width: 490px; margin: 0; color: var(--lac-muted); font-size: 1.05rem; }

.carousel-shell { position: relative; }
.carousel-button { position: absolute; z-index: 2; top: 50%; display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border: 1px solid rgba(29, 29, 27, 0.12); border-radius: 50%; background: var(--lac-white); box-shadow: var(--lac-shadow-soft); color: var(--lac-black); font-size: 1.35rem; cursor: pointer; transition: transform 180ms ease, background-color 180ms ease, opacity 180ms ease; }
.carousel-button--previous { left: -20px; transform: translateY(-50%); }
.carousel-button--next { right: -20px; transform: translateY(-50%); }
.carousel-button--previous:hover:not(:disabled) { transform: translateY(calc(-50% - 2px)); background: var(--lac-beige); }
.carousel-button--next:hover:not(:disabled) { transform: translateY(calc(-50% - 2px)); background: var(--lac-beige); }
.carousel-button:disabled { opacity: 0.38; cursor: not-allowed; }

.carousel__track { display: flex; gap: 1rem; overflow-x: auto; padding: 0 1px 0.9rem; scroll-snap-type: x mandatory; scroll-behavior: smooth; -ms-overflow-style: none; scrollbar-width: none; }
.carousel__track::-webkit-scrollbar { display: none; }

.category-slide { display: flex; min-width: 0; flex: 0 0 clamp(242px, 26vw, 306px); min-height: 330px; flex-direction: column; justify-content: end; padding: 1.35rem; border: 1px solid var(--lac-border); border-radius: 22px; background: var(--lac-surface); scroll-snap-align: start; scroll-snap-stop: always; }
.category-slide > span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: auto; border-radius: 13px; background: var(--lac-white); color: var(--lac-magenta); font-size: 1.25rem; font-weight: 900; }
.category-slide h3 { margin: 0; font-size: 1.28rem; line-height: 1.15; }
.category-slide p { margin: 0.4rem 0 0; color: var(--lac-muted); font-size: 0.9rem; line-height: 1.38; }
.category-slide--photo { position: relative; overflow: hidden; padding: 0; border-color: var(--lac-black); background: var(--lac-black); color: var(--lac-white); }
.category-slide--photo::after { position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(29, 29, 27, 0.72)); content: ''; }
.category-slide--photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 280ms ease; }
.category-slide--photo:hover img { transform: scale(1.03); }
.category-slide--photo > div { position: absolute; z-index: 1; right: 1.25rem; bottom: 1.15rem; left: 1.25rem; }
.category-slide--photo p { color: rgba(255, 255, 255, 0.85); }
.category-slide--photo-wide { flex-basis: clamp(290px, 31vw, 385px); }
.category-slide--photo-wide img { object-fit: contain; background: #eeece8; }
.category-slide--photo:nth-child(1) img { object-position: center 54%; }
.category-slide--photo:nth-child(2) img { object-position: 54% center; }
.category-slide--photo:nth-child(3) img { object-position: center center; }
.category-slide--photo:nth-child(4) img { object-position: 47% center; }
.category-slide--photo:nth-child(5) img { object-position: 58% center; }

.essence-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.essence-layout__copy > p:not(.eyebrow) { max-width: 615px; margin: 1.15rem 0 0; font-size: 1.08rem; }
.essence-points { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.6rem; }
.essence-points span { padding: 0.42rem 0.74rem; border: 1px solid rgba(29, 29, 27, 0.16); border-radius: 999px; background: rgba(255, 255, 255, 0.58); font-size: 0.85rem; font-weight: 800; }
.media-frame { overflow: hidden; background: #eeece8; }
.media-frame img { width: 100%; height: 100%; object-fit: contain; }
.essence-layout__image { aspect-ratio: 4 / 3; min-height: 0; margin: 0; border-radius: 26px; box-shadow: none; }
.essence-layout__image img { object-fit: cover; object-position: center center; }

.service-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.service-feature { position: relative; min-height: 315px; overflow: hidden; padding: clamp(1.5rem, 4vw, 2.4rem); border-radius: 23px; }
.service-feature--delivery { display: flex; flex-direction: column; justify-content: end; background: var(--lac-magenta); color: var(--lac-white); }
.service-feature__icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 13px; background: var(--lac-white); color: var(--lac-magenta); font-weight: 900; }
.service-feature p { margin: 1.1rem 0 0; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.service-feature h3 { max-width: 13ch; margin: 0.42rem 0 0; font-family: var(--lac-font-title); font-size: clamp(1.75rem, 3vw, 2.6rem); letter-spacing: -0.035em; line-height: 1.05; }
.service-feature a { margin-top: 1.2rem; font-weight: 800; text-underline-offset: 4px; }
.service-feature--autopago { padding: 0; background: var(--lac-black); color: var(--lac-white); }
.service-feature--autopago::after { position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(29, 29, 27, 0.88)); content: ''; }
.service-feature--autopago > img { width: 100%; height: 100%; object-fit: cover; }
.service-feature--autopago > div { position: absolute; z-index: 1; right: clamp(1.5rem, 4vw, 2.4rem); bottom: clamp(1.5rem, 4vw, 2.4rem); left: clamp(1.5rem, 4vw, 2.4rem); }
.service-list { display: flex; flex-wrap: wrap; gap: 0; margin: 1.3rem 0 0; padding: 0; border-top: 1px solid var(--lac-border); border-bottom: 1px solid var(--lac-border); list-style: none; }
.service-list li { display: flex; flex: 1 1 200px; align-items: center; gap: 0.6rem; padding: 1rem 0.8rem; font-size: 0.91rem; font-weight: 800; }
.service-list li + li { border-left: 1px solid var(--lac-border); }
.service-list span { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 9px; background: var(--lac-beige); color: var(--lac-magenta); font-size: 0.85rem; }

.delivery-section { background: var(--lac-black); color: var(--lac-white); }
.delivery-layout { display: grid; min-width: 0; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: clamp(2rem, 6vw, 6.4rem); align-items: center; }
.delivery-layout > *, .delivery-layout__details, .delivery-zones { min-width: 0; }
.delivery-layout__intro > p:not(.eyebrow) { max-width: 555px; margin: 1.15rem 0 0; color: rgba(255, 255, 255, 0.8); font-size: 1.06rem; }
.delivery-contact { display: grid; gap: 0.18rem; margin-top: 1.5rem; }
.delivery-contact strong { color: var(--lac-beige); font-size: clamp(1.45rem, 2.5vw, 2rem); letter-spacing: -0.03em; line-height: 1.12; }
.delivery-contact span { color: rgba(255, 255, 255, 0.74); font-size: 0.94rem; }
.delivery-layout__intro .button { margin-top: 1.55rem; }
.delivery-note { margin-top: 1rem !important; color: rgba(255, 255, 255, 0.62) !important; font-size: 0.82rem !important; font-style: italic; }
.delivery-layout__details { display: grid; gap: 1rem; }
.delivery-zones, .delivery-partners { padding: clamp(1.2rem, 3vw, 1.75rem); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 20px; background: rgba(255, 255, 255, 0.07); }
.delivery-zones h3, .delivery-partners h3 { margin: 0; color: var(--lac-beige); font-size: 1.18rem; }
.delivery-zones-marquee { position: relative; width: 100%; max-width: 100%; min-width: 0; margin-top: 1rem; }
.delivery-zones-viewport { position: relative; width: 100%; max-width: 100%; min-width: 0; overflow: hidden; padding-block: 0.15rem; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%); }
.delivery-zones-track { display: flex; width: max-content; min-width: max-content; will-change: transform; animation: zones-scroll 44s linear infinite; }
.delivery-zones-track ul { display: flex; flex: 0 0 auto; gap: 0.55rem; margin: 0; padding: 0 0.55rem 0 0; list-style: none; }
.delivery-zones-track li { padding: 0.38rem 0.62rem; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; white-space: nowrap; font-size: 0.82rem; line-height: 1.25; }
.delivery-zones-marquee:hover .delivery-zones-track, .delivery-zones-marquee:focus .delivery-zones-track, .delivery-zones-marquee:focus-within .delivery-zones-track, .delivery-zones-marquee.is-paused .delivery-zones-track, .delivery-zones-marquee.is-interacting .delivery-zones-track, .delivery-zones-marquee.is-details-open .delivery-zones-track { animation-play-state: paused; }
.delivery-all-zones { margin-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.delivery-all-zones summary { padding-top: 0.9rem; color: var(--lac-beige); font-size: 0.9rem; font-weight: 800; cursor: pointer; }
.delivery-all-zones[open] summary { margin-bottom: 0.9rem; }
.delivery-all-zones ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.45rem 0.7rem; margin: 0; padding: 0; list-style: none; }
.delivery-all-zones li { color: rgba(255, 255, 255, 0.82); font-size: 0.78rem; line-height: 1.3; }
.delivery-zone-cta { display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 1.1rem; color: var(--lac-white); font-size: 0.88rem; font-weight: 800; text-underline-offset: 4px; }
.delivery-partners__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.7rem; margin-top: 1rem; }
.delivery-partners__grid article { display: grid; min-height: 165px; align-content: start; padding: 0.65rem; border-radius: 12px; background: var(--lac-white); }
.delivery-partners__grid img { width: 100%; height: 70px; object-fit: contain; }
.delivery-partners__grid h4 { margin: 0.45rem 0 0; color: var(--lac-black); font-size: 0.76rem; line-height: 1.2; text-align: center; }
.delivery-partners__grid p { margin: 0.3rem 0 0; color: var(--lac-muted); font-size: 0.68rem; font-weight: 700; line-height: 1.25; text-align: center; }

.experience-section { background: linear-gradient(135deg, #fff 0%, #fff 58%, #fff8e6 100%); }
.gallery-slide { display: grid; flex: 0 0 min(78vw, 520px); gap: 0.7rem; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.gallery-slide > div { height: clamp(290px, 34vw, 385px); overflow: hidden; border-radius: 20px; background: #ebe8e2; }
.gallery-slide img { width: 100%; height: 100%; object-fit: contain; }
.gallery-slide figcaption { color: var(--lac-muted); font-size: 0.9rem; font-weight: 700; }

.video-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr); gap: clamp(2rem, 9vw, 8rem); align-items: center; }
.video-layout__copy > p:not(.eyebrow) { max-width: 480px; margin: 1.1rem 0 0; color: rgba(255, 255, 255, 0.78); font-size: 1.06rem; }
.video-frame { width: min(100%, 340px); justify-self: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 23px; background: #111; box-shadow: var(--lac-shadow); }
.video-frame video { display: block; width: 100%; aspect-ratio: 9 / 16; background: var(--lac-black); }

.payment-layout { display: grid; grid-template-columns: minmax(0, 0.76fr) minmax(380px, 1.24fr); gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.payment-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem; margin: 0; padding: 0; list-style: none; }
.payment-grid li { display: grid; min-height: 112px; place-items: center; gap: 0.45rem; padding: 0.7rem; border: 1px solid rgba(29, 29, 27, 0.14); border-radius: 16px; background: var(--lac-white); font-size: 0.79rem; font-weight: 800; line-height: 1.25; text-align: center; transition: transform 180ms ease, box-shadow 180ms ease; }
.payment-grid li:hover { transform: translateY(-3px) scale(1.02); box-shadow: var(--lac-shadow-soft); }
.payment-grid svg { width: 28px; height: 28px; fill: none; stroke: var(--lac-magenta); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

.visit-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 0.86fr); overflow: hidden; border-radius: 26px; background: var(--lac-surface); box-shadow: var(--lac-shadow-soft); }
.visit-layout__photo { min-height: 490px; }
.visit-layout__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.3rem); }
.visit-layout__intro { max-width: 430px; margin: 1.1rem 0 0; font-size: 1.05rem; }
.visit-hours { display: grid; gap: 0.2rem; margin-top: 1.55rem; padding: 1rem 0; border-top: 1px solid var(--lac-border); border-bottom: 1px solid var(--lac-border); }
.visit-hours span { color: var(--lac-muted); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.visit-hours strong { line-height: 1.35; }
.visit-parking { display: flex; align-items: center; gap: 0.55rem; margin: 1rem 0 0; font-weight: 700; }
.visit-parking span { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 8px; background: var(--lac-green); color: var(--lac-white); font-size: 0.83rem; font-weight: 900; }
.visit-layout__content .button { align-self: flex-start; margin-top: 1.65rem; }

.social-section { background: linear-gradient(118deg, #fff 0%, #fff 52%, #fff6e5 100%); }
.social-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(330px, 1.15fr); gap: clamp(2rem, 9vw, 8rem); align-items: center; }
.social-actions { display: grid; gap: 0.9rem; }
.social-action { display: flex; align-items: center; gap: 1rem; min-height: 88px; padding: 0.9rem 1.1rem; border: 1px solid var(--lac-border); border-radius: 17px; background: var(--lac-white); box-shadow: var(--lac-shadow-soft); text-decoration: none; transition: transform 180ms ease, border-color 180ms ease; }
.social-action:hover { transform: translateY(-2px); }
.social-action__icon { display: inline-flex; width: 44px; height: 44px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 13px; color: var(--lac-white); }
.social-action__icon svg { width: 25px; height: 25px; }
.social-action--instagram .social-action__icon { background: linear-gradient(135deg, #833ab4, #e1306c 55%, #fcb045); }
.social-action--instagram svg { fill: none; stroke: currentColor; stroke-width: 2; }
.social-action--facebook .social-action__icon { background: #1877f2; }
.social-action--facebook svg { fill: currentColor; }
.social-action__copy { display: grid; color: var(--lac-muted); font-size: 0.87rem; }
.social-action__copy strong { color: var(--lac-black); font-size: 1rem; }

.contact-section { background: var(--lac-beige); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(350px, 1.14fr); gap: clamp(2rem, 8vw, 7rem); align-items: center; }
.contact-layout__actions { padding: clamp(1.35rem, 4vw, 2rem); border-radius: 22px; background: var(--lac-white); box-shadow: var(--lac-shadow-soft); }
.contact-phone { display: grid; gap: 0.18rem; margin: 0; color: var(--lac-magenta); font-size: clamp(1.65rem, 3vw, 2.15rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.1; }
.contact-phone span { color: var(--lac-muted); font-size: 0.77rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.contact-layout__buttons { margin-top: 1.3rem; }
.contact-layout__secondary { margin: 1.2rem 0 0; color: var(--lac-muted); font-size: 0.86rem; }
.contact-layout__secondary a { color: var(--lac-magenta); font-weight: 800; }

.legal-page { min-height: 65vh; background: var(--lac-beige); }
.legal-page__inner { max-width: 900px; }
.legal-page .section-heading h1 { max-width: 16ch; margin: 0; font-family: var(--lac-font-title); font-size: clamp(2.3rem, 4.5vw, 3.8rem); letter-spacing: -0.04em; line-height: 1.04; }
.legal-information { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--lac-border); border-radius: 20px; background: var(--lac-border); }
.legal-information > div { display: grid; grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1fr); gap: 1rem; padding: 1.15rem 1.35rem; background: var(--lac-white); }
.legal-information dt { color: var(--lac-muted); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.legal-information dd { margin: 0; font-weight: 700; }
.legal-information a { color: var(--lac-magenta); }

.site-footer { background: var(--lac-black); color: var(--lac-white); }
.site-footer__main { display: grid; grid-template-columns: minmax(260px, 1.4fr) minmax(0, 1fr); gap: 2rem; padding-block: 3.7rem 2.5rem; }
.site-footer__brand img { width: 180px; height: auto; }
.site-footer p, .site-footer a { color: rgba(255, 255, 255, 0.72); }
.site-footer p { margin: 0.45rem 0 0; }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; margin-top: 0.65rem; }
.site-footer a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.site-footer__legal { padding-block: 1.2rem; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.site-footer__legal p { margin: 0; font-size: 0.86rem; }

@keyframes zones-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 930px) {
  :root { --lac-header-height: 76px; }
  .site-header__inner { justify-content: space-between; }
  .menu-toggle { display: inline-flex; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: grid; max-height: 0; gap: 0; overflow: hidden; border-bottom: 1px solid transparent; background: var(--lac-white); opacity: 0; transition: max-height 220ms ease, opacity 160ms ease, border-color 160ms ease; }
  .primary-nav.is-open { max-height: 600px; border-color: var(--lac-border); opacity: 1; }
  .primary-nav a { padding: 0.82rem max(20px, calc((100vw - 1180px) / 2 + 20px)); font-size: 0.94rem; }
  .primary-nav a:not(.primary-nav__cta)::after { display: none; }
  .primary-nav__cta { display: flex; width: fit-content; margin: 0.65rem max(20px, calc((100vw - 1180px) / 2 + 20px)) 1rem; padding-inline: 1rem !important; }
  .essence-layout, .delivery-layout, .video-layout, .payment-layout, .visit-layout, .social-layout, .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .essence-layout__image { min-height: 0; }
  .visit-layout__photo { min-height: 380px; }
  .visit-layout__photo { max-height: 470px; }
  .delivery-all-zones ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-list li:nth-child(4n + 1) { border-left: 0; }
  .payment-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .video-frame { width: min(100%, 330px); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 32px, 1180px); }
  .site-logo img { width: 143px; }
  .header-cta { display: none; }
  .menu-toggle__label { display: none; }
  .hero { min-height: 645px; }
  .hero__media::after { background: linear-gradient(0deg, rgba(29, 29, 27, 0.89) 0%, rgba(29, 29, 27, 0.48) 66%, rgba(29, 29, 27, 0.18) 100%); }
  .hero__content { align-content: end; padding-block: 2.8rem; }
  .hero__actions, .contact-layout__buttons { display: grid; }
  .button { width: 100%; }
  .section-heading--split, .section-heading--carousel { grid-template-columns: 1fr; gap: 1.3rem; }
  .carousel-button { display: none; }
  .section-heading h2, .essence-layout__copy h2, .delivery-layout__intro h2, .video-layout__copy h2, .payment-layout__copy h2, .visit-layout__content h2, .social-layout h2, .contact-layout h2 { max-width: 17ch; font-size: clamp(2rem, 10vw, 3rem); }
  .category-slide { flex-basis: 84%; min-height: 315px; }
  .gallery-slide { flex-basis: 88%; }
  .gallery-slide > div { height: 300px; }
  .service-features { grid-template-columns: 1fr; }
  .service-feature { min-height: 270px; }
  .service-list li { flex-basis: 50%; border-left: 0 !important; border-top: 1px solid var(--lac-border); }
  .service-list li:nth-child(-n + 2) { border-top: 0; }
  .delivery-partners__grid { grid-template-columns: 1fr; }
  .delivery-partners__grid article { min-height: 98px; grid-template-columns: 110px 1fr; column-gap: 0.7rem; align-items: center; }
  .delivery-partners__grid img { grid-row: span 2; height: 64px; }
  .delivery-partners__grid h4, .delivery-partners__grid p { margin: 0; text-align: left; }
  .delivery-all-zones ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .payment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .payment-grid li { min-height: 102px; }
  .visit-layout__content { padding: 1.6rem; }
  .visit-layout__content .button { width: 100%; }
  .site-footer__main { grid-template-columns: 1fr; }
  .legal-information > div { grid-template-columns: 1fr; gap: 0.28rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .delivery-zones-track { animation: none !important; }
}
