@font-face {
  font-family: "Inter V";
  src: url("fonts/inter-v.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Molodo Regular";
  src: url("fonts/molodofontregular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --bg: #f5f1e5;
  --text: #2d2d2d;
  --accent: #e5942c;
  --accent-strong: #bf443a;
  --muted: #6d6a63;
  --card: rgba(255, 255, 255, 0.78);
  --shadow: 0 20px 50px rgba(45, 45, 45, 0.08);
  --pattern-height: clamp(180px, 30vw, 260px);
  --page-shell-max-width: 1200px;
  --page-gutter: 3rem;
  --surface: rgba(255, 255, 255, 0.92);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter V", "Inter", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 calc(var(--page-gutter) / 2);
  position: relative;
  overflow-x: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 1000;
  background: rgba(191, 68, 58, 0.12);
  pointer-events: none;
}

.scroll-progress__bar {
  height: 100%;
  width: 0;
  background: var(--accent-strong);
  transform-origin: left center;
}

body:not(.is-loaded) .page-shell,
body:not(.is-loaded) .pattern {
  opacity: 0;
  pointer-events: none;
}

body.is-loaded .page-shell,
body.is-loaded .pattern {
  opacity: 1;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.preloader__spinner {
  width: 80px;
  height: 80px;
  display: inline-flex;
}

.preloader__svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.preloader__track,
.preloader__progress {
  fill: none;
  stroke-width: 4;
}

.preloader__track {
  stroke: rgba(45, 45, 45, 0.15);
}

.preloader__progress {
  stroke: var(--accent-strong);
  stroke-linecap: round;
  stroke-dasharray: 176;
  stroke-dashoffset: 176;
  animation: preloader-progress 2.55s linear infinite;
}

body.is-loaded .preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes preloader-progress {
  to {
    stroke-dashoffset: 0;
  }
}

.pattern {
  position: relative;
  width: min(var(--page-shell-max-width), 100%);
  height: calc(var(--pattern-height) * 0.7);
  margin: 0 auto;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.4s ease;
}

.pattern::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: var(--pattern-height);
  background-image: url("img/pattern_1.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.pattern--top {
  margin-bottom: 2.5rem;
}

.pattern--top::before {
  top: calc(var(--pattern-height) * -0.3);
}

.pattern--bottom {
  margin-top: 3rem;
}

.pattern--bottom::before {
  top: auto;
  bottom: calc(var(--pattern-height) * -0.3);
  transform: rotate(180deg);
}

.page-shell {
  width: min(var(--page-shell-max-width), 100%);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 3rem 0 3.5rem;
  transition: opacity 0.4s ease;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  margin: 1rem auto 0;
}

.language-switch {
  display: flex;
  justify-content: flex-end;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.language-switch__btn {
  border: 1px solid rgba(45, 45, 45, 0.15);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
  border-radius: 999px;
  padding: 0.25rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.language-switch__btn.is-active {
  background: var(--accent-strong);
  color: #fff;
  border-color: var(--accent-strong);
}

.brand__logo-wrapper {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.brand__logo {
  width: clamp(260px, 40vw, 540px);
  height: auto;
  filter: drop-shadow(0 20px 35px rgba(45, 45, 45, 0.12));
}

.coming-soon {
  padding: 2.5rem 0 1rem;
}

.coming-soon__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.coming-soon__text {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  max-width: 640px;
}

.coming-soon__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}

.coming-soon__title {
  font-family: "Molodo Regular", "Inter", serif;
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  margin: 0 0 0.25rem;
  line-height: 1.1;
}

.coming-soon__actions {
  display: flex;
  justify-content: center;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.cta-buttons__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(45, 45, 45, 0.15);
  padding: 0.85rem 1.75rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: var(--text);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.83rem;
  color: var(--muted);
  margin: 0 0 0.75rem;
}

.shop {
  padding: 0 0 2.5rem;
}

.shop__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  background: var(--surface);
  border-radius: 32px;
  padding: clamp(1.75rem, 4vw, 3rem);
  box-shadow: var(--shadow);
  align-items: center;
}

.shop__info {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.shop__title {
  font-family: "Molodo Regular", "Inter", serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  margin: 0;
}

.shop__body {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  color: var(--muted);
}

.shop__details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.shop__card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(45, 45, 45, 0.08);
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: 0 20px 35px rgba(45, 45, 45, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.shop__card-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin: 0;
}

.shop__card-value {
  font-size: 1.05rem;
  margin: 0;
  font-weight: 600;
}

.shop__card-link {
  margin-top: auto;
  font-weight: 600;
  color: var(--accent-strong);
  text-decoration: none;
  display: inline-flex;
  gap: 0.3rem;
  align-items: center;
}

.shop__card-link::after {
  content: "↗";
  font-size: 0.9rem;
}

.shop__hours {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-weight: 600;
}

.shop__media {
  border-radius: 28px;
  overflow: hidden;
  min-height: 280px;
  box-shadow: 0 30px 50px rgba(45, 45, 45, 0.12);
}

.shop__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop__map {
  grid-column: 1 / -1;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid rgba(45, 45, 45, 0.08);
  box-shadow: 0 25px 45px rgba(45, 45, 45, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.shop__map-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin: 0;
}

.shop__map-body {
  margin: 0;
  font-size: 1rem;
  color: var(--text);
}

.shop__map-frame {
  border-radius: 20px;
  overflow: hidden;
  height: clamp(320px, 55vw, 560px);
}

.shop__map-frame iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.categories {
  padding: 0 0 3rem;
  width: 100%;
}

.categories__shell {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 32px;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border: 1px solid rgba(45, 45, 45, 0.08);
  box-shadow: 0 25px 45px rgba(45, 45, 45, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.categories__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.categories__title {
  font-family: "Molodo Regular", "Inter", serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin: 0.6rem 0 0.4rem;
}

.categories__body {
  margin: 0 0 1.5rem;
  color: var(--muted);
  max-width: 600px;
}

.categories__controls {
  display: flex;
  gap: 0.4rem;
}

.categories__nav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(45, 45, 45, 0.2);
  background: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.categories__nav:hover {
  background: var(--accent-strong);
  color: #fff;
  border-color: var(--accent-strong);
}

.categories__carousel {
  display: flex;
  gap: 1rem;
  overflow: hidden;
  scroll-behavior: smooth;
  margin-top: 0.5rem;
}

.category-card {
  position: relative;
  flex: 0 0 clamp(190px, 24vw, 240px);
  border-radius: 24px;
  overflow: hidden;
  min-height: 280px;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.65));
}

.category-card__label {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  font-weight: 600;
  font-size: 1.05rem;
  color: #fff;
  z-index: 1;
}

@media (max-width: 720px) {
  .categories__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .categories__controls {
    align-self: flex-end;
  }

  .categories__carousel {
    overflow-x: auto;
  }
}

@media (max-width: 900px) {
  .shop__grid {
    grid-template-columns: 1fr;
  }

  .shop__media {
    order: -1;
    min-height: 220px;
  }
}

.cta-buttons__btn:hover {
  transform: translateY(-2px);
  background: #fff;
}

.cta-buttons__btn--primary {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  color: #fff;
  box-shadow: 0 18px 40px rgba(191, 68, 58, 0.25);
}

.cta-buttons__btn--primary:hover {
  background: #a93a32;
}

.coming-soon__actions .cta-buttons {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.brand__eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}

.brand__location {
  font-size: 1.05rem;
  margin: 0.15rem 0 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.hero__intro {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero__details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 1.75rem;
  padding: 2rem;
  background: var(--surface);
  border: 1px solid rgba(45, 45, 45, 0.08);
  box-shadow: var(--shadow);
}

.hero__eyebrow {
  font-family: "Molodo Regular", "Inter", serif;
  font-size: 1.25rem;
  color: var(--accent-strong);
  margin: 0;
}

.hero__title {
  font-family: "Molodo Regular", "Inter", serif;
  font-size: clamp(2.25rem, 4.5vw, 3.6rem);
  margin: 0;
  line-height: 1.15;
}

.hero__body {
  max-width: 740px;
  font-size: 1.1rem;
  line-height: 1.65;
  margin: 0;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.info-card {
  background: var(--card);
  border: 1px solid rgba(45, 45, 45, 0.08);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
}

.info-card--highlight {
  border-color: rgba(191, 68, 58, 0.2);
}

.info-card__label {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin: 0 0 0.75rem;
}

.info-card__content {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.info-card__content a {
  color: inherit;
  text-decoration: none;
}

.info-card__content a:hover {
  color: var(--accent-strong);
}

.info-card__content--accent a {
  color: var(--accent-strong);
}

.info-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
}

.info-card__link::after {
  content: "↗";
  font-size: 0.95rem;
}

.info-card__muted {
  margin: 0.4rem 0 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.cta-panel {
  border-radius: 1.5rem;
  padding: 2rem;
  background: linear-gradient(
    135deg,
    rgba(229, 148, 44, 0.15),
    rgba(191, 68, 58, 0.2)
  );
  border: 1px solid rgba(191, 68, 58, 0.2);
  box-shadow: var(--shadow);
  text-align: center;
}

.cta-panel__label {
  font-size: 1.1rem;
  margin: 0 0 1rem;
  font-weight: 600;
}

.cta-panel__note {
  margin: 0.9rem auto 0;
  max-width: 420px;
  font-size: 0.95rem;
  color: var(--muted);
}

.order-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  justify-content: center;
}

.order-actions__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.95rem 1.9rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
  border: 1px solid transparent;
}

.order-actions__btn--primary {
  background: var(--accent-strong);
  color: #fff;
  box-shadow: 0 18px 40px rgba(191, 68, 58, 0.3);
}

.order-actions__btn--primary:hover {
  transform: translateY(-2px);
}

.order-actions__btn--primary:active {
  transform: translateY(0);
  box-shadow: 0 12px 30px rgba(191, 68, 58, 0.35);
}

.order-actions__btn--ghost {
  border-color: rgba(45, 45, 45, 0.2);
  color: var(--text);
  background: rgba(255, 255, 255, 0.4);
}

.order-actions__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.75);
  transform: translateY(-1px);
}

.order-actions__btn--ghost:active {
  transform: translateY(0);
}

.order-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.order-modal[hidden] {
  display: none;
}

.order-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 45, 45, 0.55);
  backdrop-filter: blur(4px);
}

.order-modal__panel {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  width: min(420px, calc(100vw - 2rem));
  box-shadow: 0 25px 60px rgba(45, 45, 45, 0.25);
  text-align: center;
}

.order-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: none;
  background: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--muted);
}

.order-modal__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0 0 0.45rem;
}

.order-modal__title {
  margin: 0 0 1.2rem;
  font-size: 1.5rem;
}

.order-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.order-modal__btn {
  border-radius: 999px;
  border: 1px solid rgba(45, 45, 45, 0.15);
  padding: 0.85rem 1.4rem;
  text-decoration: none;
  font-weight: 600;
  color: var(--text);
  background: rgba(0, 0, 0, 0.02);
}

.order-modal__btn--accent {
  background: var(--accent-strong);
  color: #fff;
  border-color: var(--accent-strong);
}

body.modal-open {
  overflow: hidden;
}

.features {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem;
  border-radius: 1.75rem;
  border: 1px solid rgba(45, 45, 45, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.section-heading__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
}

.section-heading__title {
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-family: "Molodo Regular", "Inter", serif;
  line-height: 1.2;
}

.section-heading__body {
  margin: 0;
  max-width: 620px;
  line-height: 1.65;
  color: var(--muted);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.feature {
  padding: 1.5rem;
  border: 1px solid rgba(45, 45, 45, 0.1);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.feature__title {
  margin: 0 0 0.75rem;
  font-family: "Molodo Regular", "Inter", serif;
  font-size: 1.4rem;
  color: var(--accent-strong);
}

.feature p {
  margin: 0;
  line-height: 1.6;
}

.map {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.75rem;
  align-items: stretch;
  margin-top: 1rem;
  padding: 2rem;
  border: 1px solid rgba(45, 45, 45, 0.08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.map__intro {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.map__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}

.map__title {
  margin: 0;
  font-size: 2rem;
  font-family: "Molodo Regular", "Inter", serif;
}

.map__body {
  margin: 0;
  line-height: 1.6;
  max-width: 420px;
}

.map__frame {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(45, 45, 45, 0.12);
  min-height: 260px;
}

.map__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.footer {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(45, 45, 45, 0.08);
  border-radius: 1.5rem;
  padding: 2.25rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer__col--brand .footer__title {
  font-family: "Molodo Regular", "Inter", serif;
  font-size: 1.75rem;
  margin: 0;
}

.footer__col--cta .order-actions__btn {
  width: fit-content;
  margin-top: 0.35rem;
}

.footer__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
}

.footer__title {
  margin: 0;
}

.footer__body,
.footer__item {
  margin: 0;
  color: var(--text);
  line-height: 1.6;
}

.footer__item a {
  color: inherit;
  text-decoration: none;
}

.footer__item a:hover {
  color: var(--accent-strong);
}

.footer__base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.footer__base a {
  color: var(--accent-strong);
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero__details {
    padding: 1.75rem;
  }
}

@media (max-width: 720px) {
  :root {
    --page-gutter: 2.5rem;
  }

  body {
    padding: 0 calc(var(--page-gutter) / 2);
  }

  .language-switch {
    justify-content: center;
  }

  .coming-soon__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .coming-soon__text {
    align-items: center;
  }

  .coming-soon__actions .cta-buttons {
    width: 100%;
  }

  .brand {
    align-items: center;
    text-align: center;
    gap: 0.85rem;
  }

  .hero {
    gap: 2rem;
  }

  .hero__details {
    padding: 1.5rem;
  }

  .hero__title {
    font-size: 2.1rem;
  }

  .hero__body {
    font-size: 1rem;
  }

  .info-card,
  .feature {
    padding: 1.35rem;
  }

  .info-card__content {
    font-size: 1.05rem;
  }

  .cta-panel {
    padding: 1.75rem;
  }

  .map {
    padding: 1.5rem;
  }
}

@media (max-width: 540px) {
  :root {
    --page-gutter: 2rem;
  }

  body {
    padding: 0 calc(var(--page-gutter) / 2);
  }

  .page-shell {
    gap: 2rem;
  }

  .brand {
    align-items: center;
    text-align: center;
  }

  .brand__location {
    margin-top: 0.25rem;
  }

  .hero {
    text-align: center;
  }

  .hero__body {
    margin: 0 auto;
  }

  .hero__details {
    padding: 1.35rem;
  }

  .coming-soon__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .coming-soon__text {
    align-items: center;
  }

  .info-grid,
  .feature-grid {
    gap: 1rem;
  }

  .features {
    padding: 2rem;
    gap: 1.5rem;
  }

  .cta-buttons {
    width: 100%;
  }

  .cta-buttons__btn {
    flex: 1;
    text-align: center;
  }

  .map {
    grid-template-columns: 1fr;
    padding: 1.5rem 1.25rem;
  }

  .map__frame {
    min-height: 220px;
  }

  .info-card,
  .feature {
    text-align: center;
  }

  .order-actions__btn {
    width: 100%;
  }

  .cta-buttons__btn {
    width: 100%;
  }

  .coming-soon__actions .cta-buttons {
    width: 100%;
  }

  .footer {
    padding: 1.75rem;
  }

  .cta-panel__note {
    font-size: 0.9rem;
  }

  .footer {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  :root {
    --pattern-height: 110px;
  }
}

#order {
  scroll-margin-top: 120px;
}

