:root {
  --ink: #281b17;
  --ink-soft: #604c42;
  --paper: #fbf3ea;
  --surface: #fffaf4;
  --mist: #f0dfcd;
  --teal: #9a5a35;
  --teal-dark: #5f3326;
  --copper: #d2703d;
  --gold: #d7a342;
  --line: rgba(92, 55, 38, 0.17);
  --shadow-soft: 0 18px 50px rgba(63, 35, 24, 0.16);
  --shadow-light: 0 10px 28px rgba(63, 35, 24, 0.1);
  --radius: 8px;
  --hero-shell: 1580px;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", "Roboto", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: clip;
}

img,
iframe,
canvas {
  max-width: 100%;
}

a {
  color: inherit;
}

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

.site-header {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(38, 22, 17, 0.92) 0%, rgba(70, 40, 27, 0.72) 48%, rgba(130, 74, 39, 0.28) 100%),
    url("https://res.cloudinary.com/vit100/image/upload/c_scale,q_auto,w_auto,dpr_auto/v1582746042/steamul.ca/headerbg.jpg")
      center center / cover no-repeat;
  color: #fff;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(251, 243, 234, 0), var(--paper));
  pointer-events: none;
}

.top-menu {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 14px max(24px, calc((100vw - var(--hero-shell)) / 2));
  background: rgba(35, 22, 17, 0.7);
  border-bottom: 1px solid rgba(255, 225, 198, 0.16);
  backdrop-filter: blur(18px);
}

.top-menu-logo img {
  width: 230px;
  max-width: 100%;
  display: block;
}

.top-menu-nav {
  margin: 0;
}

.top-menu-nav > ul {
  align-items: center;
  gap: 4px;
}

.top-menu-nav > ul > li {
  padding: 0;
}

.top-menu-nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.top-menu-nav > ul > li > a:hover,
.top-menu-nav > ul > li > a:focus-visible {
  background: rgba(255, 221, 190, 0.12);
  color: #fff;
}

.top-menu-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.nav-phone {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  position: relative;
  z-index: 1;
  align-items: center;
  width: min(var(--hero-shell), calc(100% - 80px));
  min-height: 520px;
  margin: 0 auto;
  padding: 92px 0 54px;
  text-align: center;
}

.hero--eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--copper);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero--eyebrow {
  color: #ffd8bd;
}

.hero--title {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.98;
  text-transform: none;
}

.hero--subtitle {
  margin-top: 12px;
  color: #fff3df;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
}

.hero--text {
  max-width: min(930px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  text-align: center;
}

.hero-text-intro {
  font-size: 20px;
  font-weight: 700;
}

.walk-in-notice {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  max-width: 760px;
  margin: 20px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(255, 224, 196, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 221, 190, 0.13);
  color: #fff4e8;
  box-shadow: 0 12px 26px rgba(49, 24, 16, 0.18);
}

.walk-in-notice strong {
  color: #fff;
  font-weight: 800;
}

.walk-in-notice span {
  color: rgba(255, 244, 232, 0.88);
}

.hero-benefits {
  margin-top: 18px;
}

.hero-benefits ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
}

.hero-benefits li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 224, 196, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 221, 190, 0.1);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.hero-text-closing {
  margin-top: 18px;
}

.hero-context {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
  max-width: 980px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 224, 196, 0.2);
  color: rgba(255, 244, 232, 0.82);
  font-size: 15px;
  font-weight: 700;
}

.hero-context span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.hero-context span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 16px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px rgba(210, 112, 61, 0.14);
}

.sauna-widgets {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: min(var(--hero-shell), calc(100% - 80px));
  margin: 0 auto 42px;
  padding: 16px 18px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(255, 220, 185, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(56, 28, 18, 0.96), rgba(103, 56, 34, 0.9)),
    rgba(56, 28, 18, 0.94);
  box-shadow: var(--shadow-soft);
  color: #fff;
}

.widget-copy {
  display: grid;
  flex: 0 1 280px;
  gap: 3px;
  padding-left: 4px;
}

.widget-copy span {
  color: #ffd8bd;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.widget-copy strong {
  max-width: 240px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.temperature-widget {
  flex: 0 1 auto;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
}

.visitors-widget {
  flex: 0 0 auto;
}

.visitors-widget:has(#gauge[style*="display: none"]) {
  display: none;
}

.temperature-item,
.temperature-item-3 {
  flex: 0 0 auto;
  min-width: 86px;
  padding: 8px 7px 4px;
  border: 1px solid rgba(255, 225, 196, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 222, 190, 0.1);
}

.temperature-item + .temperature-item,
.temperature-item-3 + .temperature-item,
.temperature-item + .temperature-item-3 {
  margin-left: 0;
}

.capacity_indicator {
  margin-left: 0;
}

.about-block,
.contacts-block {
  padding: 82px 0;
}

.section-kicker {
  text-align: center;
}

.about--title,
.contacts--title,
.services--title,
.slide--title {
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  text-transform: none;
}

.about--title,
.contacts--title {
  margin: 0 0 40px;
  font-size: 46px;
}

.about--title::before,
.about--title::after,
.contacts--title::before,
.contacts--title::after,
.services--title::before,
.services--title::after {
  display: none;
}

.about-content {
  display: block;
  min-width: 0;
}

.about--text {
  width: auto;
  min-width: 0;
  float: none;
  font-size: 17px;
  text-align: left;
}

.about-content > *,
.owl-carousel,
.owl-stage-outer {
  min-width: 0;
}

.owl-stage-outer {
  overflow: hidden;
}

.about--text p {
  margin: 0 0 18px;
}

.badges {
  clear: both;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.badges a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-light);
}

.video {
  float: right;
  width: min(44%, 560px);
  margin: 0 0 24px 34px;
  text-align: left;
}

.video iframe {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.owl-carousel {
  margin: 26px 0 0;
}

#pc {
  clear: both;
}

.owl-carousel a {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--mist);
}

.owl-carousel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.32s ease;
}

.owl-carousel a:hover img {
  transform: scale(1.035);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  bottom: 46%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-light);
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(92, 55, 38, 0.22);
}

.owl-carousel button.owl-dot.active {
  border: 0;
  background: var(--teal);
}

.services-block {
  isolation: isolate;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  padding: 86px max(20px, calc((100vw - 1180px) / 2));
  color: var(--ink);
  background-position: center center;
  background-size: cover;
}

.services-block::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(39, 22, 17, 0.88), rgba(75, 42, 27, 0.68)),
    rgba(98, 54, 31, 0.22);
}

.services--title {
  position: relative;
  top: auto;
  left: auto;
  grid-column: 1 / -1;
  margin: 0 0 8px;
  transform: none;
  color: #fff;
  font-size: 46px;
  text-align: center;
}

.services-left {
  width: auto;
  margin: 0;
  padding: 18px;
  transform: none;
  border: 1px solid rgba(255, 225, 196, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 221, 190, 0.12);
  color: #fff;
  backdrop-filter: blur(14px);
}

.services-nav {
  display: grid;
  gap: 8px;
  transform: none;
}

.services-nav li,
.services-nav li a {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
}

.services-nav li {
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: var(--radius);
}

.services-nav li:hover,
.services-nav li:focus {
  background: rgba(255, 221, 190, 0.12);
  box-shadow: none;
  color: #fff;
}

.services-nav li.active {
  background: var(--surface);
  color: var(--teal-dark);
  text-decoration: none;
}

.services-nav li.active a {
  color: var(--teal-dark);
}

.services-nav li.active::before {
  display: none;
}

.services-right {
  width: auto;
  min-height: 640px;
  padding: 0;
}

.services-slide {
  opacity: 1;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.services-slide .slide-content {
  max-width: none;
  min-height: 520px;
  padding: 34px;
  border: 1px solid rgba(255, 225, 196, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 250, 244, 0.96);
  box-shadow: var(--shadow-soft);
  color: var(--ink);
}

.slide--title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  text-transform: none;
}

.services-slide .slide--title + .slide-content {
  margin-top: 0;
}

.slide-content p {
  color: var(--ink-soft);
  font-size: 17px;
  text-align: left;
}

.pricing-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pricing-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(63, 35, 24, 0.08);
}

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

.pricing-card h4 {
  margin: 0;
  padding: 16px 18px;
  background: rgba(95, 51, 38, 0.08);
  color: var(--teal-dark);
  font-size: 18px;
  text-align: left;
}

.pricing-note {
  margin: 0;
  padding: 12px 18px 16px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}

.slide-content table {
  overflow: hidden;
  margin-top: 0;
  border: 1px solid var(--line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius);
}

.pricing-card table {
  table-layout: fixed;
  border: 0;
  border-radius: 0;
}

.pricing-card th:first-child,
.pricing-card td:first-child {
  width: 62%;
}

.pricing-card th:last-child,
.pricing-card td:last-child {
  width: 38%;
}

.slide-content table th,
.slide-content table td {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  padding: 16px 18px;
  text-align: left;
}

.slide-content table th {
  background: var(--teal-dark);
  color: #fff;
  font-weight: 800;
}

.slide-content table tr:last-child td {
  border-bottom: 0;
}

.slide-content table td:last-child {
  color: var(--teal-dark);
  font-weight: 800;
}

.accordeon-container {
  justify-content: flex-start;
  text-align: left;
}

.ui-accordion .ui-accordion-header {
  margin-top: 10px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  font-family: "Inter", "Roboto", Arial, sans-serif;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: var(--teal-dark);
  color: #fff;
}

.ui-widget-content {
  color: var(--ink-soft);
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: none !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}

.contacts-block {
  background:
    linear-gradient(180deg, #fffaf4 0%, #f6eadc 100%);
}

.contacts--content {
  display: grid;
  grid-template-columns: minmax(360px, 1.12fr) minmax(320px, 0.9fr) minmax(260px, 0.7fr);
  gap: 20px;
  align-items: stretch;
}

.contacts--map,
.bttl,
.bttr {
  padding: 0;
}

.contacts--map {
  height: auto;
  min-height: 520px;
}

.contacts--map iframe {
  height: 100%;
  min-height: 520px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.bttl {
  display: grid;
  gap: 18px;
}

.blockers-wrapper {
  display: grid;
  gap: 12px;
}

.contacts--blocker {
  align-items: center;
  min-height: 86px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-light);
}

.blocker--image {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-right: 14px;
  border-radius: var(--radius);
  background: var(--mist);
}

.blocker--image img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.blocker--text {
  color: var(--ink);
  font-weight: 700;
}

.blocker--text a {
  color: var(--teal-dark);
}

.contacts-table {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-light);
}

.contacts-table table {
  width: 100%;
}

.contacts-table tr > td {
  padding: 12px 14px;
  border-color: var(--line);
  color: var(--ink);
  text-align: left;
}

.contacts-table tr:first-child td {
  background: var(--teal-dark);
  color: #fff;
  font-weight: 800;
}

.contacts-table tr > td:nth-child(1) {
  color: var(--teal-dark);
  font-weight: 800;
}

.contacts-table tr:first-child > td:nth-child(1) {
  color: #fff;
}

.bttr {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-light);
}

.on-top {
  display: grid;
  place-items: center;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 50%;
  background: var(--teal-dark);
  box-shadow: var(--shadow-light);
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(95, 51, 38, 0.98), rgba(40, 27, 23, 0.98)),
    url("https://res.cloudinary.com/vit100/image/upload/c_scale,q_auto,w_auto,dpr_auto/v1582746042/steamul.ca/headerbg.jpg")
      center center / cover no-repeat;
  color: #fff7ee;
  border-top: 1px solid rgba(255, 221, 190, 0.16);
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(280px, 1.4fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px 0;
}

.footer-brand {
  display: grid;
  gap: 2px;
}

.footer-brand strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  line-height: 1.2;
}

.footer-brand span,
.footer-contact,
.footer-actions {
  color: rgba(255, 247, 238, 0.78);
  font-size: 14px;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  font-style: normal;
}

.footer-contact a,
.footer-actions a {
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus-visible,
.footer-actions a:hover,
.footer-actions a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
}

#popup_down {
  border: 1px solid rgba(210, 112, 61, 0.28);
  border-left: 6px solid var(--copper);
  background: #fff7eb;
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}

#close,
#close-confirm {
  border: 0;
  border-radius: var(--radius);
  background: var(--teal-dark);
  color: #fff;
  font-weight: 800;
}

#close-confirm {
  margin-top: 14px;
  padding: 10px 16px;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .top-menu {
    justify-content: center;
  }

  .top-menu-nav {
    order: 3;
    width: 100%;
  }

  .top-menu-nav > ul {
    justify-content: center;
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
  }

  .services-block {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .contacts--content {
    grid-template-columns: 1fr 1fr;
  }

  .contacts--map {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .top-menu {
    padding: 12px 20px;
  }

  .top-menu-logo img {
    width: 210px;
  }

  .top-menu-nav > ul > li {
    width: auto;
  }

  .top-menu-nav > ul > li > a {
    min-height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }

  .top-menu-actions {
    width: 100%;
    justify-content: center;
  }

  .hero {
    width: min(100% - 32px, 760px);
    padding: 56px 0 40px;
  }

  .hero--title {
    font-size: 54px;
  }

  .hero--subtitle {
    font-size: 28px;
  }

  .sauna-widgets {
    width: min(calc(100% - 32px), 760px);
    max-width: min(calc(100% - 32px), 760px);
    margin: 0 auto 42px;
    flex-wrap: wrap;
  }

  .temperature-widget {
    justify-content: center;
    flex-wrap: wrap;
  }

  .temperature-item,
  .temperature-item-3 {
    width: auto;
    min-width: 106px;
  }

  .about-content {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .about--text {
    width: auto;
  }

  .video {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }

  .services-block {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .services--title {
    font-size: 40px;
  }

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

  .services-right {
    min-height: auto;
  }

  .services-slide .slide-content {
    min-height: 0;
    padding: 24px;
  }

  .pricing-sections {
    grid-template-columns: 1fr;
  }

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

  .slide-content table {
    display: table;
    font-size: 14px;
  }

  .contacts--content {
    grid-template-columns: 1fr;
  }

  .contacts--map,
  .contacts--map iframe {
    min-height: 420px;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-contact,
  .footer-actions {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .container,
  .container-tt {
    width: min(100% - 28px, 560px);
  }

  .top-menu-nav > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .top-menu-nav > ul > li > a {
    justify-content: center;
    width: 100%;
    min-height: 42px;
    background: rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
    text-align: center;
  }

  .top-menu-actions {
    flex-wrap: wrap;
  }

  .nav-phone {
    width: 100%;
    text-align: center;
  }

  .hero--title {
    font-size: 44px;
  }

  .hero--subtitle {
    font-size: 24px;
  }

  .hero--text {
    font-size: 16px;
  }

  .hero-context {
    display: grid;
    justify-items: center;
    gap: 8px;
    font-size: 14px;
  }

  .hero-context span {
    white-space: normal;
    text-align: center;
  }

  .hero-context span + span::before {
    display: none;
  }

  .hero-text-intro {
    font-size: 18px;
  }

  .about--title,
  .contacts--title,
  .services--title {
    font-size: 34px;
  }

  .badges {
    justify-content: center;
  }

  .badges a {
    width: 100%;
  }

  .video iframe {
    min-height: 230px;
  }

  .services-nav {
    grid-template-columns: 1fr;
  }

  .slide-content table {
    display: block;
  }

  .pricing-card table {
    display: table;
  }

  .slide-content table th,
  .slide-content table td {
    padding: 13px 12px;
  }

  .contacts--blocker {
    align-items: flex-start;
  }

  .contacts-table {
    overflow-x: auto;
  }

  .contacts-table table {
    min-width: 0;
  }

  .contacts-table tr > td {
    padding: 9px 8px;
    font-size: 13px;
  }

  .site-footer-inner {
    padding: 28px 0;
  }

  .footer-contact,
  .footer-actions {
    display: grid;
    gap: 10px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
