@font-face {
  font-family: "Alsace Script";
  src: url("/fonts/z003-medium-italic.otf") format("opentype");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Alsace Bookman";
  src: url("/fonts/urw-bookman-demi.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}

:root {
  --red: #c80b16;
  --red-dark: #92050d;
  --black: #111111;
  --cream: #fff8ef;
  --paper: #fffdf9;
  --muted: #6f625d;
  --line: #eadfd9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--black);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  color: white;
  background: var(--black);
  border-radius: 0.5rem;
}

.skip-link:focus {
  top: 1rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(255, 253, 249, 0.96);
  border-top: 6px solid var(--red);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: "Alsace Bookman", Georgia, serif;
  font-weight: 700;
}

.mini-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 700;
  font-size: 0.93rem;
}

.site-header nav a {
  position: relative;
}

.site-header nav a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  bottom: -0.45rem;
  height: 3px;
  background: var(--red);
  transition: right 180ms ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  right: 0;
}

.header-phone {
  padding: 0.7rem 1.2rem;
  color: white;
  background: var(--red);
  border-radius: 999px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  padding: 5rem clamp(1.5rem, 6vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 3rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 16%, rgba(200, 11, 22, 0.11), transparent 33%),
    linear-gradient(135deg, #fffdf9 0%, #fff5e9 100%);
}

.hero::before {
  position: absolute;
  content: "";
  width: 280px;
  height: 280px;
  left: -170px;
  bottom: -150px;
  border: 50px solid rgba(200, 11, 22, 0.08);
  border-radius: 50%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 1.25rem;
  color: var(--red);
  font-family: "Alsace Bookman", Georgia, serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1.4rem;
  font-family: "Alsace Bookman", Georgia, serif;
  font-size: clamp(2.55rem, 5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero-text {
  max-width: 580px;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.button {
  min-height: 52px;
  padding: 0.8rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button svg,
.event-phone svg,
.mobile-call svg {
  width: 21px;
  fill: currentColor;
}

.button-primary {
  color: white;
  background: var(--red);
  box-shadow: 0 14px 30px rgba(146, 5, 13, 0.22);
}

.button-secondary {
  color: var(--black);
  background: white;
  border: 1px solid var(--line);
}

.hero-note {
  margin: 1rem 0 0 1.25rem;
  color: var(--red-dark);
  font-family: "Alsace Script", cursive;
  font-size: 1.65rem;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.hero-visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 690px);
  filter: drop-shadow(0 28px 30px rgba(67, 28, 21, 0.14));
}

.logo-halo {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 32px rgba(200, 11, 22, 0.035);
}

.menu-section,
.schedule-section {
  padding: 6.5rem clamp(1.5rem, 7vw, 8rem);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}

.script-title {
  margin-bottom: 0.15rem;
  color: var(--red);
  font-family: "Alsace Script", cursive;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1;
}

.section-heading h2,
.events-section h2 {
  margin-bottom: 0.7rem;
  font-family: "Alsace Bookman", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
}

.section-heading > p:last-child {
  color: var(--muted);
}

.menu-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.menu-card {
  position: relative;
  min-height: 150px;
  padding: 1.55rem 1.6rem 1.35rem;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(70, 39, 31, 0.06);
}

.menu-card::before {
  position: absolute;
  content: "";
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--red);
}

.menu-card:last-child {
  grid-column: 1 / -1;
}

.menu-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.menu-card h3 {
  margin-bottom: 0.65rem;
  font-family: "Alsace Bookman", Georgia, serif;
  font-size: 1.4rem;
}

.menu-card span {
  flex: 0 0 auto;
  color: var(--red-dark);
  font-family: "Alsace Bookman", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.menu-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.schedule-section {
  color: white;
  background:
    radial-gradient(circle at 20% 10%, rgba(200, 11, 22, 0.24), transparent 26%),
    var(--black);
}

.section-heading-light .script-title {
  color: #ff6a72;
}

.section-heading-light .schedule-intro {
  color: rgba(255, 255, 255, 0.78);
}

.schedule-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.schedule-card {
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
}

.schedule-card .day {
  margin-bottom: 0.45rem;
  color: #ff7b82;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.schedule-card h3 {
  margin-bottom: 0.7rem;
  font-family: "Alsace Bookman", Georgia, serif;
  font-size: 1.45rem;
}

.schedule-place {
  display: block;
  min-height: 3rem;
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.schedule-card strong {
  color: white;
}

.schedule-card-wide {
  grid-column: 1 / -1;
}

.sunday-options {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 1rem;
}

.sunday-option {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
}

.sunday-option h4 {
  margin: 0 0 0.7rem;
  font-family: "Alsace Bookman", Georgia, serif;
  font-size: 1.15rem;
}

.sunday-place {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.sunday-or {
  align-self: center;
  color: #ff7b82;
  font-weight: 900;
}

.schedule-notice {
  max-width: 1160px;
  margin: 1.5rem auto 0;
  padding: 1rem 1.25rem;
  color: white;
  text-align: center;
  background: rgba(200, 11, 22, 0.2);
  border: 1px solid rgba(255, 123, 130, 0.35);
  border-radius: 14px;
}

.events-section {
  max-width: 1160px;
  margin: 6.5rem auto;
  padding: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  color: white;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  border-radius: 28px;
  box-shadow: 0 28px 50px rgba(146, 5, 13, 0.2);
}

.events-section .script-title {
  color: white;
}

.events-section h2 {
  margin-bottom: 0.4rem;
}

.events-section > div > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.guides-home-section {
  padding: 0 clamp(1.5rem, 7vw, 8rem) 6.5rem;
}

.guides-home-content {
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
  background: linear-gradient(135deg, var(--cream), white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(70, 39, 31, 0.08);
}

.guides-home-content h2 {
  margin-bottom: 0.9rem;
  font-family: "Alsace Bookman", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
}

.guides-home-content > p:not(.script-title):not(.external-note) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
  font-size: 1.08rem;
}

.home-guide-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  text-align: left;
}

.home-guide-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(70, 39, 31, 0.08);
}

.home-guide-cover {
  display: block;
  aspect-ratio: 4 / 3;
  background: #ece3dc;
}

.home-guide-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-guide-card-body {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-guide-card h3 {
  flex: 1;
  margin-bottom: 1rem;
  font-family: "Alsace Bookman", Georgia, serif;
  font-size: 1rem;
  line-height: 1.25;
}

.guides-home-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
}

.external-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.event-phone {
  flex: 0 0 auto;
  min-width: 330px;
  padding: 1.1rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: white;
  background: var(--black);
  border-radius: 18px;
  font-size: 1.45rem;
  font-weight: 900;
}

.event-phone small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
}

.site-footer {
  padding: 2.5rem 1.5rem 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.site-footer img {
  width: 70px;
}

.site-footer p {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.4rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.footer-links a {
  text-decoration: underline;
  text-decoration-color: rgba(200, 11, 22, 0.35);
  text-underline-offset: 0.25em;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--red-dark);
}

.inner-main {
  min-height: 65vh;
}

.page-hero {
  padding: clamp(3.5rem, 8vw, 7rem) clamp(1.5rem, 7vw, 8rem) clamp(3rem, 6vw, 5.5rem);
  text-align: center;
  background:
    radial-gradient(circle at 82% 15%, rgba(200, 11, 22, 0.11), transparent 30%),
    linear-gradient(135deg, #fffdf9 0%, #fff5e9 100%);
}

.page-hero .eyebrow {
  margin-bottom: 1rem;
}

.page-hero h1 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
}

.page-hero .lead {
  max-width: 790px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.breadcrumb {
  max-width: 1160px;
  margin: 0 auto 1.2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumb a {
  color: var(--red-dark);
  font-weight: 700;
}

.content-section {
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.5rem, 7vw, 8rem);
}

.content-section-alt {
  background: var(--cream);
}

.content-wrap {
  max-width: 1160px;
  margin: 0 auto;
}

.content-wrap-narrow {
  max-width: 850px;
}

.content-wrap h2 {
  margin-bottom: 1rem;
  font-family: "Alsace Bookman", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.15;
}

.content-wrap h3 {
  margin-top: 2rem;
  margin-bottom: 0.65rem;
  font-family: "Alsace Bookman", Georgia, serif;
  font-size: 1.3rem;
}

.content-wrap p,
.content-wrap li {
  color: #453b37;
}

.content-wrap a:not(.button) {
  color: var(--red-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.3rem, 3vw, 2.4rem);
}

.guide-card {
  display: grid;
  grid-template-columns: minmax(170px, 0.65fr) minmax(0, 1fr);
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(70, 39, 31, 0.08);
}

.guide-card-cover {
  min-height: 100%;
  background: #ece3dc;
}

.guide-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.guide-card-body {
  padding: clamp(1.4rem, 3vw, 2.1rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.guide-card-body h2 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.guide-card-body p {
  flex: 1;
}

.guide-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button-compact {
  min-height: 46px;
  padding: 0.68rem 1rem;
  font-size: 0.9rem;
}

.guide-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 5.5rem);
}

.guide-detail-cover {
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(70, 39, 31, 0.12);
}

.guide-detail-cover img {
  width: 100%;
  height: auto;
}

.guide-detail-copy h2:first-child {
  margin-top: 0;
}

.guide-points {
  margin: 1.2rem 0 1.8rem;
  padding-left: 1.25rem;
}

.guide-points li + li {
  margin-top: 0.55rem;
}

.guide-buy-box {
  margin-top: 2rem;
  padding: 1.4rem;
  background: var(--cream);
  border-left: 6px solid var(--red);
  border-radius: 14px;
}

.guide-buy-box p {
  margin-bottom: 1rem;
}

.guide-crosslinks {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
}

.legal-block + .legal-block {
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.legal-block address {
  color: #453b37;
  font-style: normal;
  line-height: 1.75;
}

.legal-list {
  padding-left: 1.3rem;
}

.mobile-call {
  display: none;
}

.cookie-settings {
  appearance: none;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.cookie-settings:hover,
.cookie-settings:focus-visible {
  color: var(--red);
}

.cookie-consent {
  position: fixed;
  z-index: 1000;
  inset: auto 1rem 1rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.25rem;
  color: #201916;
  background: #fffdf8;
  border: 2px solid #201916;
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(32, 25, 22, 0.28);
}

.cookie-consent__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
}

.cookie-consent h2 {
  margin: 0 0 0.45rem;
  font-size: 1.25rem;
}

.cookie-consent p {
  max-width: 760px;
  margin: 0 0 0.35rem;
  line-height: 1.55;
}

.cookie-consent a {
  color: #7f0710;
  font-weight: 800;
}

.cookie-consent__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 0.75rem;
}

.cookie-choice {
  min-height: 48px;
  padding: 0.7rem 1rem;
  border: 2px solid #201916;
  border-radius: 999px;
  color: white;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.cookie-choice--refuse {
  background: #201916;
}

.cookie-choice--accept {
  border-color: var(--red);
  background: var(--red);
}

.cookie-choice:hover,
.cookie-choice:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(32, 25, 22, 0.2);
}

@media (max-width: 960px) {
  .site-header nav {
    margin-left: auto;
    display: flex;
  }

  .site-header nav a:not(.nav-guides) {
    display: none;
  }

  .site-header nav .nav-guides {
    padding: 0.55rem 0.9rem;
    color: white;
    background: var(--black);
    border-radius: 999px;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
    text-align: center;
  }

  .hero-copy {
    margin: 0 auto;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-note {
    margin-left: 0;
  }

  .hero-visual img {
    max-width: 600px;
  }

  .schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sunday-options {
    grid-template-columns: 1fr;
  }

  .sunday-or {
    justify-self: center;
  }

  .events-section {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .home-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding: 0 1rem;
    gap: 0.7rem;
  }

  .mini-brand span,
  .header-phone {
    display: none;
  }

  .mini-brand img {
    width: 52px;
    height: 52px;
  }

  .site-header::after {
    content: none;
  }

  .hero {
    padding: 3.2rem 1.25rem 4rem;
    gap: 2rem;
  }

  h1 {
    font-size: 2.6rem;
  }

  .button {
    width: 100%;
  }

  .menu-section,
  .schedule-section {
    padding: 4.5rem 1.25rem;
  }

  .menu-grid,
  .schedule-grid {
    grid-template-columns: 1fr;
  }

  .menu-card:last-child {
    grid-column: auto;
  }

  .schedule-place {
    min-height: 0;
  }

  .events-section {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
    padding: 2.2rem 1.3rem;
    border-radius: 20px;
  }

  .event-phone {
    width: 100%;
    min-width: 0;
    font-size: 1.2rem;
  }

  .guides-home-section {
    padding: 0 1.25rem 4.5rem;
  }

  .guides-home-content {
    padding: 2.2rem 1.3rem;
    border-radius: 20px;
  }

  .guides-home-actions {
    flex-direction: column;
  }

  .home-guide-grid {
    grid-template-columns: 1fr;
  }

  .home-guide-card h3 {
    font-size: 1.08rem;
  }

  .guide-card,
  .guide-detail {
    grid-template-columns: 1fr;
  }

  .guide-card-cover {
    max-height: 430px;
  }

  .guide-card-cover img {
    object-fit: contain;
  }

  .guide-detail-cover {
    max-width: 420px;
    margin: 0 auto;
  }

  .page-hero h1 {
    font-size: 2.35rem;
  }

  .guide-card-actions,
  .guide-crosslinks {
    width: 100%;
    flex-direction: column;
  }

  .guide-card-actions .button,
  .guide-crosslinks .button,
  .guide-buy-box .button {
    width: 100%;
  }

  .site-footer,
  .footer-brand {
    flex-direction: column;
  }

  .cookie-consent {
    inset: auto 0.65rem 0.65rem;
    padding: 1rem;
    border-radius: 14px;
  }

  .cookie-consent__content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cookie-consent__actions {
    grid-template-columns: 1fr;
  }

  .mobile-call {
    position: fixed;
    z-index: 60;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    color: white;
    background: var(--red);
    border: 2px solid white;
    border-radius: 999px;
    box-shadow: 0 12px 35px rgba(74, 0, 5, 0.34);
    font-weight: 900;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
