/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Instrument Sans", Arial, sans-serif;
    --font-mono: "IBM Plex Mono", monospace;
    --color-black: #000;
    --color-white: #fff;
    --color-yellow: #ffe500;
    --color-green: #009241;
    --color-cyan: #00aeef;
    --color-magenta: #ec008c;
    --color-border: #cacac5;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-paper: #f4f3ed;
  }
}

/* Entrance transforms must never widen the page scroll container. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

/* Offer archive: category sections, responsive product grid and sticky navigation. */
.site-header {
  transition: transform .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
  will-change: transform;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.offer-archive {
  --offer-filter-offset: 75px;
  position: relative;
  padding-bottom: 72px;
  background: var(--color-paper, #f4f3ed);
}

.offer-filter-bar {
    position: sticky;
    z-index: 19;
    top: var(--offer-filter-offset);
    background: #ffe500;
    transition: top .3s ease, box-shadow .3s ease;
}

body.is-header-hidden .offer-filter-bar {
  top: 0;
  box-shadow: 0 8px 24px rgb(0 0 0 / .08);
}

.offer-filter-bar__inner {
    min-height: 80px;
    display: flex;
    align-items: center;
}

.offer-filter-bar__desktop {
  display: none;
}

.offer-filter-bar__mobile {
  position: relative;
  width: 100%;
  display: block;
}

.offer-filter-bar__mobile select {
  width: 100%;
  height: 44px;
  padding: 0 44px 0 15px;
  border: 1px solid #cacac5;
  border-radius: 0;
  appearance: none;
  background: #fff;
  color: #000;
  font: 600 14px/1 var(--font-sans);
  cursor: pointer;
}

.offer-filter-bar__mobile svg {
  position: absolute;
  top: 50%;
  right: 17px;
  pointer-events: none;
  transform: translateY(-50%) rotate(90deg);
}

.offer-archive__sections {
  padding-top: 30px;
}

.offer-category-archive__seo {
  max-width: 920px;
  margin-bottom: clamp(38px, 5vw, 64px);
  color: rgb(0 0 0 / .76);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.6;
}

.offer-category-archive__seo h2,
.offer-category-archive__seo h3 {
  margin: 1.15em 0 .45em;
  color: var(--color-black);
  font-weight: 700;
  font-variation-settings: "wdth" 90;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.offer-category-archive__seo h2 {
  font-size: clamp(32px, 4vw, 52px);
}

.offer-category-archive__seo h3 {
  font-size: clamp(24px, 2.5vw, 34px);
}

.offer-category-archive__seo p,
.offer-category-archive__seo ul,
.offer-category-archive__seo ol {
  margin-block: 0 1em;
}

.offer-category-archive__seo a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.offer-category-archive__seo a:hover,
.offer-category-archive__seo a:focus-visible {
  text-decoration-thickness: 2px;
}

.offer-category-section {
  padding-top: 42px;
  scroll-margin-top: 170px;
}

.offer-category-section + .offer-category-section {
  margin-top: 46px;
  padding-top: 58px;
  border-top: 1px solid #cacac5;
}

.offer-category-section h2 {
  margin: 0 0 28px;
  font-size: clamp(34px, 9vw, 48px);
  font-weight: 700;
  font-variation-settings: "wdth" 90;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.offer-archive__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.offer-archive__grid .offer-card {
  width: auto;
  min-width: 0;
}

.offer-archive__grid .offer-card__meta,
.catalog-list.is-related .offer-card__meta {
  gap: 16px;
}

.offer-archive__grid .offer-card__meta span,
.catalog-list.is-related .offer-card__meta span {
  min-width: 0;
}

.offer-archive__grid .offer-card__meta small,
.catalog-list.is-related .offer-card__meta small {
  display: block;
  margin-bottom: 5px;
  color: rgb(0 0 0 / .52);
  font: 500 9px/1.3 var(--font-mono);
  text-transform: uppercase;
}

.offer-archive__grid .offer-card__meta strong,
.catalog-list.is-related .offer-card__meta strong {
  width: auto;
  display: block;
}

@media (min-width: 600px) {
  .offer-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .offer-filter-bar__inner {
    width: 100%;
    max-width: none;
    padding: 0;
    min-height: 70px;
  }

  .offer-filter-bar__mobile {
    display: none;
  }

  .offer-filter-bar__desktop {
    position: relative;
    width: calc(100% - clamp(40px, 12.5vw, 200px));
    max-width: 1400px;
    margin-inline: auto;
    display: flex;
    align-items: stretch;
    overflow: hidden;
  }

  .offer-filter-bar__viewport {
    min-width: 0;
    padding-left: 0;
    flex: 1 1 auto;
    overflow: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .offer-filter-bar__viewport::-webkit-scrollbar {
    display: none;
  }

  .offer-filter-bar__track {
    width: max-content;
    min-height: 70px;
    padding-block: 12px;
    display: flex;
    align-items: center;
    gap: clamp(2px, .3vw, 6px);
  }

  .offer-filter-bar__desktop:not(.has-overflow) .offer-filter-bar__track {
    width: 100%;
    padding-right: 0;
    justify-content: center;
  }

  .offer-filter-bar__track button {
    flex: 0 0 auto;
    padding: 10px clamp(7px, .55vw, 11px);
    border: 1px solid transparent;
    background: transparent;
    color: #000;
    font-size: clamp(11px, .75vw, 14px);
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
  }

  .offer-filter-bar__track button:hover,
  .offer-filter-bar__track button:focus-visible,
  .offer-filter-bar__track button.is-active {
    border-color: #000;
    background: #000;
    color: #fff;
  }

  .offer-filter-bar__desktop.has-overflow:not(.is-at-end)::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 70px;
    bottom: 0;
    width: 54px;
    pointer-events: none;
    background: linear-gradient(to right, transparent, #ffe500);
  }

  .offer-filter-bar__more {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 70px;
    padding: 0;
    border: 0;
    flex: 0 0 70px;
    display: grid;
    place-items: center;
    background: var(--color-yellow);
    color: var(--color-black);
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
  }

  .offer-filter-bar__more:hover,
  .offer-filter-bar__more:focus-visible {
    background: var(--color-yellow);
    color: var(--color-black);
    box-shadow: inset 0 0 0 2px var(--color-black);
  }

  .offer-filter-bar__more svg {
    transition: transform .25s ease;
  }

  .offer-filter-bar__desktop.is-at-end .offer-filter-bar__more svg {
    transform: rotate(180deg);
  }
}

@media (min-width: 992px) {
  .offer-archive {
    --offer-filter-offset: 115px;
    padding-bottom: 120px;
  }

  .offer-archive__sections {
    padding-top: 48px;
  }

  .offer-category-section {
    padding-top: 56px;
    scroll-margin-top: 220px;
  }

  .offer-category-section + .offer-category-section {
    margin-top: 68px;
    padding-top: 78px;
  }

  .offer-category-section h2 {
    margin-bottom: 42px;
    font-size: clamp(48px, 4vw, 64px);
  }

  .offer-archive__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.25vw, 20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .offer-filter-bar {
    transition: none;
  }
}

/* WordPress integration and editorial templates. */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  background: #fff;
  color: #000;
}

.desktop-nav .menu-item-has-children,
.mobile-nav .menu-item-has-children {
  position: relative;
}

.desktop-nav .sub-menu {
  position: absolute;
  z-index: 20;
  top: calc(100% + 16px);
  left: -18px;
  min-width: 240px;
  padding: 8px;
  display: grid;
  gap: 2px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  background: #fff;
  border: 1px solid #cacac5;
  box-shadow: 0 14px 35px rgb(0 0 0 / .1);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.desktop-nav > .menu > .menu-item-has-children > .sub-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 16px;
}

.desktop-nav .menu-item-has-children:hover > .sub-menu,
.desktop-nav .menu-item-has-children:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.desktop-nav .sub-menu a {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  white-space: nowrap;
  transition: background-color .2s ease;
}

.desktop-nav .sub-menu a::after {
  display: none;
}

.desktop-nav .sub-menu a:hover,
.desktop-nav .sub-menu a:focus-visible,
.desktop-nav .sub-menu li:hover > a,
.desktop-nav .sub-menu li:focus-within > a {
  background: #ffe500;
}

.desktop-nav .sub-menu .menu-item-has-children > .sub-menu {
  top: -9px;
  left: calc(100% + 8px);
}

.desktop-nav .sub-menu .menu-item-has-children > .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 8px;
  height: 100%;
}

.desktop-nav .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.desktop-nav .desktop-submenu-icon {
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  transition: transform .2s ease;
  transform: rotate(90deg);
}

.desktop-nav .menu-item-has-children:hover > a > .desktop-submenu-icon,
.desktop-nav .menu-item-has-children:focus-within > a > .desktop-submenu-icon {
  transform: rotate(-90deg);
}

.mobile-nav .desktop-submenu-icon {
  display: none;
}

.mobile-nav .menu-item-has-children {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
}

.mobile-nav .menu-item-has-children > a {
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  padding-right: 60px;
}

.mobile-nav .submenu-toggle {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: 52px;
  height: 100%;
  border: 0;
  display: grid;
  place-items: center;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.mobile-nav .submenu-toggle svg {
  display: none;
}

.mobile-nav .submenu-toggle::before {
  content: "";
  width: 10px;
  height: 10px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
  transform-origin: 50% 50%;
  transition: transform .25s ease;
}

.mobile-nav .submenu-toggle[aria-expanded="true"]::before {
  transform: rotate(-135deg) translate(-1px, -1px);
}

.mobile-nav .sub-menu {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  padding-left: 18px;
}

.mobile-nav .sub-menu a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.mobile-nav .sub-menu[hidden] {
  display: none;
}

.mobile-nav .current-menu-item > a,
.mobile-nav .current-menu-ancestor > a {
  color: #000;
  border-color: #cacac5;
}

.block-title__description > :first-child,
.section-heading > :first-child {
  margin-top: 0;
}

.block-title__description > :last-child,
.section-heading > :last-child {
  margin-bottom: 0;
}

.block-title__description {
  max-width: 430px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 26px;
}

.offer-block__description {
    max-width: 430px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.5;
}

.image-text__actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  color: #009241;
  font-size: 13px;
  font-weight: 700;
}

.footer-social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.image-text.is-fit-contain .image-text__media img {
  object-fit: contain;
}

.image-text.is-outside {
  overflow: hidden;
}

.feature-icons__icon {
  display: block;
  flex: none;
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  object-fit: contain;
}

.feature-icons,
.faq-block {
  position: relative;
  width: 100%;
  clear: both;
  display: flow-root;
}

.feature-icons__heading,
.feature-icons__grid,
.faq-block__intro,
.faq-block__list {
  min-width: 0;
}

.faq-block {
  background: #f4f3ed;
  color: #000;
}

.feature-icons__grid article {
  min-width: 0;
}

@media (min-width: 600px) and (max-width: 991.98px) {
  .feature-icons__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .feature-icons__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

}

.feature-icons__heading h2 strong {
  color: #ffe500;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.section-heading h2 {
  margin-top: 8px;
  font-size: clamp(38px, 10vw, 64px);
  font-variation-settings: "wdth" 90;
  letter-spacing: -.04em;
  line-height: 1.04;
}

.section-heading h2 strong {
  color: #009241;
}

.text-block,
.icon-text-columns,
.gallery-block,
.map-block {
  padding-block: 64px;
}

.text-block__inner.is-narrow,
.text-block.is-narrow .text-block__inner {
  max-width: 940px;
}

.icon-text-columns__grid,
.gallery-block__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, calc((100% - 24px) / 1.3));
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.icon-text-columns__grid article,
.gallery-block__grid figure {
  scroll-snap-align: start;
}

.icon-text-columns__grid article {
  padding: 28px;
  border: 1px solid #cacac5;
  background: #fff;
}

.icon-text-columns__grid img {
  width: 48px;
  height: 48px;
  margin-bottom: 36px;
  object-fit: contain;
}

.icon-text-columns__grid h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.gallery-block__grid figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
}

.gallery-block__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-block__embed {
  min-height: 420px;
  border: 1px solid #cacac5;
  overflow: hidden;
}

.map-block__embed iframe {
  width: 100%;
  min-height: 420px;
  display: block;
  border: 0;
}

/* Contact Form 7 uses the same visual structure as the static form. */
.contact-form .wpcf7-form,
.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  min-width: 0;
}

.contact-form .wpcf7-form-control-wrap {
  margin-top: 9px;
}

.contact-form .wpcf7-text,
.contact-form .wpcf7-email,
.contact-form .wpcf7-textarea {
  width: 100%;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / .45);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
}

.contact-form .wpcf7-text:focus,
.contact-form .wpcf7-email:focus,
.contact-form .wpcf7-textarea:focus {
  border-color: #ffe500;
}

.contact-form .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #ffe500;
    font-size: 12px;
    text-transform: math-auto;
}

.contact-form .wpcf7-response-output {
  margin: 24px 0 0 !important;
  padding: 12px 15px !important;
  border: 1px solid #ffe500 !important;
  color: #fff;
}

.contact-form .wpcf7-spinner {
  vertical-align: middle;
}

.contact-form .wpcf7-list-item {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.contact-form .contact-form__consent .wpcf7-form-control-wrap,
.contact-form .contact-form__consent .wpcf7-acceptance {
  display: block;
  width: 100%;
  min-width: 0;
  margin-top: 0;
}

.contact-form .contact-form__consent label {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.contact-form .contact-form__consent .wpcf7-list-item-label {
  display: block;
  min-width: 0;
  margin: 0;
  color: rgb(255 255 255 / .65);
  font: 400 13px/19px var(--font-sans);
  text-transform: none;
  white-space: normal;
}

/* Blog archive and single post. */
.blog-archive {
  padding-block: clamp(64px, 7vw, 110px);
  background: var(--color-paper);
}

.related-posts {
  padding-block: clamp(64px, 7vw, 110px);
  overflow: hidden;
  background: var(--color-paper);
}

.comments-area {
  padding-block: clamp(64px, 7vw, 110px);
  background: #fff;
}

.blog-layout {
  display: grid;
  align-items: start;
  gap: 54px;
}

.blog-grid {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
}

.blog-card {
  height: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 0;
  background: #fff;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
}

.blog-card:hover,
.blog-card:focus-within {
  border-color: var(--color-black);
  background: var(--color-yellow);
  box-shadow: 0 16px 36px rgb(0 0 0 / .1);
}

.blog-card__image {
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  background: var(--color-white);
}

.blog-card__image img,
.blog-card__image span {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.025);
}

.blog-card__body {
  min-height: 280px;
  padding: clamp(22px, 2.2vw, 30px);
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: rgb(0 0 0 / .58);
  font: 500 10px/1.4 var(--font-mono);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.blog-meta a {
  color: #009241;
  transition: color .2s ease, background-color .2s ease;
}

.blog-card:hover .blog-meta a,
.blog-card:focus-within .blog-meta a {
  color: var(--color-black);
}

.blog-card h2 {
  margin: 16px 0 0;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  font-variation-settings: "wdth" 88;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.blog-card h2 a {
  color: inherit;
}

.blog-card p {
  margin: 18px 0 0;
  color: rgb(0 0 0 / .68);
  font-size: 16px;
  line-height: 1.55;
}

.blog-card__link {
  margin-top: auto;
  padding-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-weight: 700;
}

.blog-card__link svg {
  transition: transform .2s ease;
}

.blog-card__link:hover svg {
  transform: translateX(4px);
}

.blog-sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  align-content: start;
  gap: 34px;
}

.blog-sidebar__widget {
  padding-top: 24px;
  border-top: 1px solid var(--color-black);
}

.blog-sidebar__widget h2 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  font-variation-settings: "wdth" 90;
}

.blog-sidebar__widget ul {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.blog-sidebar__widget li {
  padding-block: 12px;
  border-bottom: 1px solid #deded9;
}

.blog-sidebar__widget li a {
  color: inherit;
  font-weight: 600;
  transition: background-color .2s ease, color .2s ease;
}

.blog-sidebar__widget li a:hover,
.blog-sidebar__widget li a:focus-visible {
  background: var(--color-yellow);
  color: var(--color-black);
}

.blog-sidebar__widget time {
  margin-top: 4px;
  display: block;
  color: #757570;
  font-family: var(--font-mono);
  font-size: 10px;
}

.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  border: 1px solid #000;
}

.search-form input {
  width: 100%;
  height: 48px;
  padding-inline: 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #000;
  font: inherit;
}

.search-form button {
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: #ffe500;
  color: #000;
}

.search-form button svg {
  display: block;
}

.pagination {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pagination .page-numbers {
  min-width: 44px;
  height: 44px;
  padding-inline: 12px;
  border: 1px solid #cacac5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 600;
}

.pagination .current,
.pagination a:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.empty-state {
  padding: 44px;
  border: 1px solid #cacac5;
}

.empty-state .search-form {
  max-width: 500px;
  margin-top: 28px;
}

.blog-single__header {
  padding-block: clamp(56px, 6vw, 92px) clamp(96px, 9vw, 148px);
  border-bottom: 0;
  background: var(--color-paper);
}

.blog-single__header-inner {
  max-width: 1400px;
}

.blog-single__header .breadcrumbs {
  margin-bottom: clamp(42px, 5vw, 72px);
}

.breadcrumbs {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  color: #686864;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: inherit;
}

.blog-single__header h1 {
  max-width: 1120px;
  margin: 20px 0 0;
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 700;
  font-variation-settings: "wdth" 88;
  letter-spacing: -.055em;
  line-height: .91;
}

.blog-single__lead {
  max-width: 800px;
  margin: 30px 0 0;
  color: rgb(0 0 0 / .68);
  font-size: clamp(19px, 1.7vw, 26px);
  line-height: 1.4;
}

.blog-single__hero {
  position: relative;
  z-index: 2;
  margin: 0;
}

.blog-single__hero img {
  width: 100%;
  max-height: 720px;
  aspect-ratio: 2 / 1;
  display: block;
  object-fit: cover;
}

.blog-single__layout {
  padding-block: clamp(62px, 7vw, 100px) 0;
  display: grid;
  gap: 44px;
}

.blog-single__content {
  min-width: 0;
  color: rgb(0 0 0 / .82);
  font-size: clamp(18px, 1.25vw, 20px);
  line-height: 1.5;
}

.blog-single__content h2,
.blog-single__content h3,
.blog-single__content h4 {
  color: var(--color-black);
  font-weight: 700;
  letter-spacing: -.035em;
}

.blog-single__aside {
  align-self: start;
  display: grid;
  border-top: 1px solid var(--color-black);
}

.blog-single__aside div {
  padding-block: 16px;
  display: grid;
  gap: 4px;
  border-bottom: 1px solid #cacac5;
}

.blog-single__aside span {
  color: #71716c;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.blog-single__aside a,
.blog-single__aside strong {
  color: #000;
  font-size: 15px;
}

.blog-single__aside a {
  text-decoration: underline;
  text-decoration-color: var(--color-yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}

.blog-single__footer {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid #cacac5;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-list a {
  padding: 8px 11px;
  border: 1px solid #cacac5;
  color: #000;
  font-size: 13px;
  text-decoration: none;
}

.post-navigation {
  padding-block: clamp(34px, 4vw, 54px);
  display: grid;
  gap: 18px;
  border: 0;
  background: transparent;
}

.post-navigation > span:last-child {
  text-align: right;
}

.post-navigation small {
  margin-bottom: 6px;
  display: block;
  color: #6f6f69;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.post-navigation a {
  display: inline;
  color: #000;
  font-weight: 700;
  background: linear-gradient(var(--color-yellow), var(--color-yellow)) no-repeat 0 100% / 0 100%;
  transition: background-size .25s ease;
}

.post-navigation a:hover,
.post-navigation a:focus-visible {
  background-size: 100% 100%;
}

.comments-area__inner {
  max-width: 940px;
}

.comment-list {
  margin-block: 30px;
  padding: 0;
  list-style: none;
}

.comment-body {
  padding-block: 24px;
  border-top: 1px solid #cacac5;
}

.comment-form {
  display: grid;
  gap: 18px;
}

.comment-form input:not([type="checkbox"]),
.comment-form textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid #cacac5;
  background: #fff;
  font: inherit;
}

.comment-form .submit {
  min-height: 50px;
  padding-inline: 20px;
  border: 0;
  background: #000;
  color: #fff;
  font-weight: 700;
}

.default-layout {
  min-height: 60vh;
  padding-block: 90px;
}

.error-page {
  padding-block: clamp(64px, 8vw, 128px);
  display: grid;
  align-items: center;
  background: var(--color-paper);
}

.error-page__inner {
  display: grid;
  gap: 56px;
  align-items: center;
}

.error-page__content {
  position: relative;
  z-index: 1;
}

.error-page h1 {
  max-width: 920px;
  margin: 14px 0 0;
  font-size: clamp(52px, 9vw, 112px);
  font-weight: 700;
  font-variation-settings: "wdth" 86;
  letter-spacing: -.055em;
  line-height: .88;
}

.error-page__lead {
  max-width: 590px;
  margin: 30px 0 0;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.45;
}

.error-page .search-form {
  max-width: 520px;
  margin-block: 34px 18px;
  background: var(--color-white);
}

.error-page__button {
  width: min(100%, 250px);
}

.error-page__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  font-size: clamp(100px, 28vw, 210px);
  font-weight: 700;
  font-variation-settings: "wdth" 82;
  letter-spacing: 0;
  line-height: 1;
  user-select: none;
}

.error-page__mark span {
  display: block;
}

@media (min-width: 992px) {
  .error-page__inner {
    grid-template-columns: minmax(0, 1fr) minmax(370px, .62fr);
    gap: clamp(50px, 7vw, 120px);
  }

  .error-page__mark {
    font-size: clamp(150px, 13vw, 230px);
  }
}

@media (min-width: 600px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 992px) {
  .block-title__description {
    margin: 0 0 8px;
  }

  .offer-block__description {
    width: 450px;
    max-width: none;
    margin-top: 55px;
  }

  .text-block,
  .icon-text-columns,
  .gallery-block,
  .map-block,
  .blog-archive,
  .related-posts,
  .comments-area {
    padding-block: clamp(90px, 7.5vw, 120px);
  }

  .icon-text-columns__grid,
  .gallery-block__grid {
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

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

  .blog-layout {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
    gap: clamp(50px, 6vw, 96px);
  }

  .blog-single__layout {
    grid-template-columns: minmax(0, 800px) 230px;
    justify-content: center;
    gap: clamp(72px, 8vw, 132px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-card,
  .blog-card__image img,
  .desktop-nav .sub-menu,
  .mobile-nav .submenu-toggle::before {
    transition: none;
  }
}

@layer components {
  .block-title.is-compact {
    padding-block: 64px;
  }
  .block-title.is-compact h1 {
    max-width: 900px;
  }
  .block-title .eyebrow a {
    transition: color .2s ease;
  }
  .block-title .eyebrow a:hover,
  .block-title .eyebrow a:focus-visible {
    color: #009241;
  }

  .catalog-list {
    padding-block: 64px;
    overflow: hidden;
    background: #fff;
  }
  .catalog-list.is-products,
  .catalog-list.is-related {
    background: var(--color-paper, #f4f3ed);
  }
  .catalog-list.is-related .offer-card {
    width: calc((100vw - 58.4px) / 1.3);
    min-width: 0;
  }
  .catalog-list__heading h2 {
    max-width: 780px;
    margin-top: 8px;
    font-size: clamp(38px, 10.455vw, 46px);
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    letter-spacing: -.92px;
    line-height: 1.08;
  }
  .catalog-list__heading h2 strong {
    display: block;
    color: #009241;
  }
  .catalog-tabs {
    margin-top: 36px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .catalog-tabs::-webkit-scrollbar {
    display: none;
  }
  .catalog-tabs a,
  .catalog-tabs button {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid #cacac5;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
  }
  .catalog-tabs a:hover,
  .catalog-tabs a:focus-visible,
  .catalog-tabs a[aria-current="page"],
  .catalog-tabs button:hover,
  .catalog-tabs button:focus-visible,
  .catalog-tabs button[aria-pressed="true"] {
    border-color: #000;
    background: #000;
    color: #fff;
  }
  .catalog-list.is-filtered .catalog-grid {
    align-items: start;
  }
  .catalog-card-enter {
    transition: opacity .32s ease, transform .32s cubic-bezier(.22, 1, .36, 1);
  }
  .catalog-card-enter-start {
    opacity: 0;
    transform: translateY(14px) scale(.98);
  }
  .catalog-card-enter-end {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .catalog-card-leave {
    transition: opacity .18s ease, transform .18s ease;
  }
  .catalog-card-leave-start {
    opacity: 1;
    transform: scale(1);
  }
  .catalog-card-leave-end {
    opacity: 0;
    transform: scale(.97);
  }
  .catalog-viewport {
    width: 100%;
    margin-top: 44px;
    padding-left: max(20px, calc((100vw - 1320px) / 2));
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: max(20px, calc((100vw - 1320px) / 2));
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
  .catalog-viewport::-webkit-scrollbar {
    display: none;
  }
  .catalog-grid {
    width: max-content;
    padding-right: 20px;
    display: flex;
    gap: 16px;
  }
  .catalog-card.offer-card {
    width: calc((100vw - 56px) / 1.5);
    min-width: 0;
    height: auto;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    border: 1px solid #cacac5;
    background: #fff;
    scroll-snap-align: start;
  }
  .catalog-card.offer-card::after {
    display: none;
  }
  .catalog-card__image {
    aspect-ratio: 4 / 5;
    padding: clamp(14px, 5vw, 28px);
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #fff;
  }
  .catalog-card.is-category .catalog-card__image {
    aspect-ratio: 1 / 1;
  }
  .catalog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
  }
  .catalog-card__meta {
    min-height: 112px;
    padding: 18px;
    border-top: 1px solid #cacac5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }
  .catalog-card__meta span {
    min-width: 0;
  }
  .catalog-card__meta small {
    display: block;
    margin-bottom: 7px;
    color: rgb(0 0 0 / .52);
    font: 500 10px/1.35 var(--font-mono);
    text-transform: uppercase;
  }
  .catalog-card__meta strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    line-height: 1.15;
  }
  .catalog-card__meta svg {
    flex: 0 0 auto;
    transition: transform .25s ease;
  }
  .catalog-card:hover .catalog-card__image img,
  .catalog-card:focus-visible .catalog-card__image img {
    transform: scale(1.035);
  }
  .catalog-card:hover .catalog-card__meta svg,
  .catalog-card:focus-visible .catalog-card__meta svg {
    transform: translateX(4px);
  }
  .catalog-controls {
    margin-top: 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
  }
  .catalog-scrollbar {
    position: relative;
    height: 3px;
    overflow: hidden;
    background: #cecec9;
  }
  .catalog-scrollbar i {
    position: absolute;
    inset: 0 auto 0 var(--thumb-offset, 0%);
    width: var(--thumb-size, 100%);
    height: 100%;
    display: block;
    background: #000;
  }
  .catalog-controls > div:last-child {
    display: flex;
  }
  .catalog-controls button {
    width: 50px;
    height: 50px;
    border: 1px solid #cacac5;
    display: grid;
    place-items: center;
    background: #fff;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
  }
  .catalog-controls button + button {
    border-left: 0;
  }
  .catalog-controls button:hover:not(:disabled),
  .catalog-controls button:focus-visible:not(:disabled) {
    background: #ffe500;
  }
  .catalog-controls button:disabled {
    color: rgb(0 0 0 / .28);
    cursor: default;
  }

  .product-detail {
    padding-block: 36px 64px;
    background: #fff;
  }
  .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    color: rgb(0 0 0 / .56);
    font: 500 11px/1.4 var(--font-mono);
    white-space: nowrap;
    scrollbar-width: none;
  }
  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbs a {
    background: linear-gradient(var(--color-yellow), var(--color-yellow)) no-repeat 0 100% / 0 100%;
    transition: color .2s ease, background-size .25s ease;
  }
  .breadcrumbs a:hover,
  .breadcrumbs a:focus-visible {
    background-size: 100% 100%;
    color: var(--color-black);
  }
  .product-detail__layout {
    margin-top: 32px;
    display: grid;
    gap: 48px;
  }
  .product-gallery {
    min-width: 0;
  }
  .product-gallery__main {
    aspect-ratio: 1 / 1;
    padding: clamp(20px, 6vw, 54px);
    border: 1px solid #cacac5;
    display: grid;
    place-items: center;
    background: var(--color-paper, #f4f3ed);
  }
  .product-gallery__main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-gallery__thumbs {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .product-gallery__thumbs button {
    width: 82px;
    aspect-ratio: 1 / 1;
    padding: 8px;
    border: 1px solid #cacac5;
    flex: 0 0 auto;
    background: #fff;
    cursor: pointer;
    scroll-snap-align: start;
  }
  .product-gallery__thumbs button[aria-current="true"] {
    border-color: #009241;
    box-shadow: inset 0 0 0 1px #009241;
  }
  .product-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-detail__content h1 {
    margin-top: 8px;
    font-size: clamp(44px, 12vw, 60px);
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    letter-spacing: -1.2px;
    line-height: 1.02;
  }
  .product-detail__description {
    margin-top: 34px;
    color: rgb(0 0 0 / .76);
    font-size: 16px;
    line-height: 24px;
  }
  .product-detail__description > div,
  .product-detail__description p {
    margin-top: 14px;
  }
  .product-detail__description > :first-child {
    margin-top: 0;
  }
  .product-detail__description strong {
    color: #000;
    font-weight: 700;
  }
  .product-detail__cta {
    min-width: 205px;
    min-height: 54px;
    margin-top: 36px;
    padding: 15px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: background-color .2s ease, color .2s ease;
  }
  .product-detail__cta:hover,
  .product-detail__cta:focus-visible {
    background: #ffe500;
    color: #000;
  }

  @media (min-width: 992px) {
    .block-title.is-compact {
      padding-block: clamp(72px, 6vw, 96px);
    }
    .catalog-list {
      padding-block: clamp(90px, 7.5vw, 120px);
    }
    .catalog-list__heading h2 {
      font-size: clamp(52px, 4.375vw, 70px);
      letter-spacing: -1.4px;
    }
    .catalog-tabs {
      flex-wrap: wrap;
      overflow: visible;
    }
    .catalog-viewport {
      max-width: 1320px;
      margin: 64px auto 0;
      padding-left: 0;
      overflow: visible;
    }
    .catalog-list.is-related .catalog-viewport {
      width: calc(100% - clamp(40px, 12.5vw, 200px));
      max-width: 1400px;
    }
    .catalog-grid {
      width: 100%;
      padding-right: 0;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 20px;
    }
    .catalog-list.is-related .catalog-grid {
      gap: clamp(10px, 1.25vw, 20px);
    }
    .catalog-list.is-related .offer-card {
      width: auto;
    }
    .catalog-card.offer-card {
      width: auto;
    }
    .catalog-card__meta {
      min-height: 126px;
      padding: 22px;
    }
    .catalog-card__meta strong {
      font-size: 21px;
    }
    .catalog-controls {
      display: none;
    }
    .product-detail {
      padding-block: 50px clamp(90px, 7.5vw, 120px);
    }
    .product-detail__layout {
      margin-top: 48px;
      grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
      gap: clamp(60px, 7.5vw, 120px);
      align-items: start;
    }
    .product-detail__content {
      padding-top: 24px;
    }
    .product-detail__content h1 {
      font-size: clamp(64px, 5.625vw, 90px);
      letter-spacing: -1.8px;
    }
    .product-detail__description {
      margin-top: 44px;
      font-size: 17px;
      line-height: 26px;
    }
  }
}

@layer components {
  .feature-icons {
    padding-block: 64px;
    background: #000;
    color: #fff;
  }
  .feature-icons__heading h2 {
    max-width: 760px;
    margin-top: 8px;
    font-size: clamp(38px, 10.455vw, 46px);
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    letter-spacing: -.92px;
    line-height: 1.1;
  }
  .feature-icons__grid {
    margin-top: 44px;
    border-top: 1px solid rgb(255 255 255 / .28);
  }
  .feature-icons__grid article {
    position: relative;
    padding-block: 28px;
    border-bottom: 1px solid rgb(255 255 255 / .28);
  }
  .feature-icons__grid svg {
    width: 48px;
    height: 48px;
    margin-bottom: 32px;
    fill: none;
    stroke: #ffe500;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .feature-icons__grid h3 {
    font-size: 25px;
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    letter-spacing: -.5px;
    line-height: 1.15;
  }
  .feature-icons__grid p {
    max-width: 310px;
    margin-top: 12px;
    color: rgb(255 255 255 / .68);
    font-size: 15px;
    line-height: 22px;
  }

  .faq-block {
    padding-block: 64px;
    background: var(--paper, #f4f3ed);
  }
  .faq-block__intro h2 {
    margin-top: 8px;
    font-size: clamp(38px, 10.455vw, 46px);
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    letter-spacing: -.92px;
    line-height: 1.08;
  }
  .faq-block__intro h2 strong {
    display: block;
    color: #009241;
  }
  .faq-block__intro > p:last-child {
    max-width: 390px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .faq-block__list {
    margin-top: 48px;
    border-top: 1px solid #bdbdb8;
  }
  .faq-block details {
    border-bottom: 1px solid #bdbdb8;
  }
  .faq-block summary {
    position: relative;
    padding: 22px 48px 22px 0;
    font-size: 18px;
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    line-height: 1.3;
    list-style: none;
    cursor: pointer;
  }
  .faq-block summary::-webkit-details-marker {
    display: none;
  }
  .faq-block summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 2px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    color: #009241;
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
  }
  .faq-block details[open] summary::after {
    content: "−";
  }
  .faq-block details > .faq-block__answer {
    overflow: hidden;
  }
  .faq-block__list.is-animated details > .faq-block__answer {
    display: block;
    height: 0;
  }
  .faq-block__list.is-animated details[open] > .faq-block__answer {
    height: auto;
  }
  .faq-block__answer-inner {
    min-height: 0;
  }
  .faq-block__answer-inner > * {
    max-width: 690px;
    padding-right: 48px;
    color: rgb(0 0 0 / .68);
    font-size: 16px;
    line-height: 24px;
  }
  .faq-block__answer-inner > :last-child {
    padding-bottom: 24px;
  }

  @media (min-width: 600px) and (max-width: 991.98px) {
    .feature-icons__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .feature-icons__grid article:nth-child(odd) {
      padding-right: 28px;
    }
    .feature-icons__grid article:nth-child(even) {
      padding-left: 28px;
      border-left: 1px solid rgb(255 255 255 / .28);
    }
  }

  @media (min-width: 992px) {
    .feature-icons, .faq-block {
      padding-block: clamp(90px, 7.5vw, 120px);
    }
    .feature-icons__heading h2, .faq-block__intro h2 {
      font-size: clamp(52px, 4.375vw, 70px);
      letter-spacing: -1.4px;
    }
    .feature-icons__grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      margin-top: 64px;
      border-bottom: 1px solid rgb(255 255 255 / .28);
    }
    .feature-icons__grid article {
      min-width: 0;
      padding: 36px clamp(22px, 2.5vw, 40px) 40px;
      border-bottom: 0;
    }
    .feature-icons__grid article:first-child {
      padding-left: 0;
    }
    .feature-icons__grid article + article {
      border-left: 1px solid rgb(255 255 255 / .28);
    }
    .faq-block__inner {
      display: grid;
      grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
      gap: clamp(60px, 7.5vw, 120px);
      align-items: start;
    }
    .faq-block__list {
      margin-top: 0;
    }
    .faq-block summary {
      padding-block: 26px;
      font-size: 21px;
    }
  }

}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .bg-paper {
    background-color: var(--color-paper);
  }
  .text-black {
    color: var(--color-black);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--color-black) var(--color-paper);
    scrollbar-gutter: stable;
  }
  html::-webkit-scrollbar {
    width: 12px;
  }
  html::-webkit-scrollbar-track {
    background: var(--color-paper);
  }
  html::-webkit-scrollbar-thumb {
    border: 3px solid var(--color-paper);
    border-radius: 999px;
    background: var(--color-black);
  }
  body {
    margin: 0;
    overflow-x: hidden;
    font-family: var(--font-sans);
  }
  img {
    display: block;
    max-width: 100%;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button {
    font: inherit;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .site-container {
    width: calc(100% - 40px);
    max-width: 1400px;
    margin-inline: auto;
  }
  .icon {
    display: inline-block;
    flex: none;
    color: currentColor;
    vertical-align: middle;
  }
  .svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .eyebrow {
    margin: 0;
    font: 500 12px/1.4 var(--font-mono);
    text-transform: uppercase;
    color: rgb(0 0 0 / .8);
  }
  .eyebrow span {
    color: rgb(0 0 0 / .4);
  }
  .eyebrow--light {
    color: rgb(255 255 255 / .8);
  }
  .button {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s ease;
  }
  .button--black {
    color: #fff;
    background: #000;
  }
  .button--black .icon {
    width: 24px;
    height: 24px;
    padding: 7px 9px;
    transition: transform .25s ease;
  }
  .button--black:hover, .button--black:focus-visible {
    color: #000;
    background: #ffe500;
    box-shadow: inset 0 0 0 1px transparent, 0 8px 18px rgb(0 0 0 / .12);
    transform: translateY(-2px);
  }
  .button--black:hover .icon, .button--black:focus-visible .icon {
    transform: translateX(3px);
  }
  .text-link {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease, transform .2s ease;
  }
  .text-link:hover, .text-link:focus-visible {
    color: #009241;
    border-color: #009241;
    transform: translateY(-2px);
  }
  a:focus-visible, button:focus-visible {
    outline: 2px solid #009241;
    outline-offset: 4px;
  }
  .print-bars {
    position: absolute;
    z-index: 4;
    inset: 0 0 auto;
    height: 5px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .print-bars i:nth-child(1) {
    background: #00aeef;
  }
  .print-bars i:nth-child(2) {
    background: #ec008c;
  }
  .print-bars i:nth-child(3) {
    background: #ffe500;
  }
  .print-bars i:nth-child(4) {
    background: #111411;
  }
  .site-header {
    position: sticky;
    z-index: 20;
    top: 0;
    height: 75px;
    border-bottom: 1px solid #cacac5;
    background: #f4f3ed;
    transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
  }
  .site-header.is-scrolled {
    border-color: transparent;
    background: rgb(255 255 255 / 96%);
    box-shadow: 0 8px 24px rgb(0 0 0 / .08);
    backdrop-filter: blur(8px);
  }
  .site-header__inner {
    width: 100%;
    height: 100%;
    padding: 5px 16px 0;
    display: flex;
    align-items: center;
  }
  .brand {
      display: flex;
      align-items: center;
      gap: 10px;
  }
  .brand img {
    width: 69px;
    height: 50px;
    object-fit: contain;
    mix-blend-mode: darken;
  }
  .brand__rule {
    width: 1px;
    height: 30px;
    background: #cacac5;
  }
  .brand strong {
    font-size: 12px;
    line-height: 1.12;
    text-transform: uppercase;
  }
  .desktop-nav {
    display: none;
  }
  .header-phone {
    width: 40px;
    height: 40px;
    margin-left: auto;
    display: grid;
    place-items: center;
    background: #ffe500;
    transition: color .25s ease, background-color .25s ease, transform .25s ease;
  }
  .header-phone:hover, .header-phone:focus-visible {
    color: #fff;
    background: #000;
    transform: translateY(-2px);
  }
  .header-phone__icon {
    width: 24px;
    height: 24px;
    padding: 2px 6px;
  }
  .header-phone span {
    display: none;
  }
  .mobile-menu-button {
    width: 90px;
    height: 54px;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    background: transparent;
    color: #000;
  }
  .mobile-menu-label {
    font: 500 12px/1 var(--font-mono);
    text-transform: uppercase;
  }
  .mobile-menu-icon {
    position: relative;
    width: 36px;
    height: 36px;
    display: block;
    flex: 0 0 36px;
  }
  .mobile-menu-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    display: block;
    background: currentColor;
    transform-origin: 50% 50%;
    transition: transform .32s cubic-bezier(.65, 0, .35, 1);
  }
  .mobile-menu-icon i:first-child {
    transform: translate(-50%, -6px);
  }
  .mobile-menu-icon i:last-child {
    transform: translate(-50%, 4px);
  }
  .mobile-menu-button[aria-expanded="true"] .mobile-menu-icon i:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .mobile-menu-button[aria-expanded="true"] .mobile-menu-icon i:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  @media (prefers-reduced-motion: reduce) {
    .mobile-menu-icon i {
      transition-duration: .01ms;
    }
  }
  .mobile-nav {
    position: absolute;
    z-index: 10;
    top: 75px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100dvh - 75px);
    padding: 16px 20px 24px;
    border-bottom: 1px solid #000;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: #f4f3ed;
  }
  .mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-nav > .menu {
    padding-bottom: calc(36px + env(safe-area-inset-bottom, 0px));
  }
  .mobile-nav a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #cacac5;
    font-size: 22px;
    font-weight: 650;
    transition: color .2s ease, padding-left .2s ease, border-color .2s ease;
  }
  .mobile-nav a:hover, .mobile-nav a:focus-visible {
    padding-left: 8px;
    color: #000;
    border-color: #000;
  }
  .image-text.is-hero {
      position: relative;
      background: #f4f3ed;
      overflow: hidden;
      padding-top: 30px;
  }
  .image-text.is-hero .image-text__inner {
    position: relative;
    gap: 0;
  }
  .image-text.is-hero .image-text__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    align-self: center;
  }
  .image-text.is-hero h1 {
      margin: 12px 0 0;
      font-size: clamp(42px, 13.636vw, 60px);
      font-weight: 700;
      font-variation-settings: "wdth" 90;
      letter-spacing: -1.2px;
      line-height: 1.1;
      white-space: normal;
  }
  .image-text.is-hero h1 strong {
    display: block;
    color: #009241;
    font-variation-settings: "wdth" 90;
  }
  .hero__underline {
      width: min(5.4em, 100%);
      height: auto;
      margin: 2px 0 0 -5px;
      font-size: clamp(42px, 13.636vw, 60px);
  }
  .hero__lead {
    width: 100%;
    margin: 29px 0 0;
    font-size: 18px;
    line-height: 24px;
  }
  .hero__actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 16px;
  }
  .hero__actions .button {
    width: min(190px, 100%);
  }
  .hero__actions .text-link {
    max-width: 100%;
  }
  .image-text.is-hero .image-text__media {
      position: relative;
      inset: auto;
      width: 100%;
      max-width: 440px;
      margin-inline: auto;
      aspect-ratio: 400 / 457;
      margin-top: 40px;
  }
  .hero__canvas {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .hero__shape {
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .hero__shape--desktop {
    display: none;
  }
  .hero__shape--mobile {
    left: 5%;
    top: 3%;
    width: 95%;
    height: auto;
  }
  .hero__calendar {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 89.325%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
  }
  .hero__planner {
    position: absolute;
    z-index: 2;
    top: 32%;
    left: 33.5%;
    width: 66.5%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
  }
  .offer-badge {
    position: absolute;
    z-index: 3;
    top: -8px;
    right: 1%;
    width: clamp(104px, 32.5%, 130px);
    height: auto;
    aspect-ratio: 1;
    border: 4px solid #f4f3ed;
    outline: 2px solid #009241;
    border-radius: 50%;
    background: #009241;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(1.72deg);
  }
  .offer-badge span {
    font-size: 14px;
    font-weight: 500;
    font-variation-settings: "wdth" 85;
    letter-spacing: 1.4px;
    line-height: 18px;
    text-transform: uppercase;
  }
  .offer-badge strong {
    font-size: 30px;
    line-height: 39px;
  }
  .marquee {
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #ffe500;
  }
  .marquee__track {
    width: max-content;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .18px;
    text-transform: uppercase;
    animation: marquee-loop var(--marquee-duration, 32s) linear infinite;
    animation-play-state: paused;
    backface-visibility: hidden;
    will-change: transform;
  }
  .marquee__track.is-ready {
    animation-play-state: running;
  }
  .marquee__group {
    display: flex;
    flex: none;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
  }
  .marquee__track b {
    flex: none;
    font-weight: 700;
  }
  .image-text {
    background: #f4f3ed;
  }
  .image-text:not(.is-hero) {
    padding-block: 50px;
  }
  .image-text.is-dark {
    color: #fff;
  }
  .image-text__inner {
    display: grid;
    gap: 30px;
    align-items: stretch;
  }
  .image-text h2, .offer-block h2, .process-block h2, .contact-block h2 {
      margin: 8px 0 0;
      font-size: clamp(38px, 10.455vw, 46px);
      font-weight: 700;
      font-variation-settings: "wdth" 90;
      letter-spacing: -.92px;
      line-height: 1.2;
  }
  .image-text__text {
      max-width: 384px;
      margin: 17px 0 0;
      font-size: 16px;
      line-height: 1.5;
  }
  .image-text__text p {
    margin: 0 0 24px;
  }
  .image-text__text p:last-child {
    margin-bottom: 0;
  }
  .image-text__text strong {
    font-weight: 600;
  }
  .framed-image {
    border: 1px solid #cacac5;
    padding: 9px;
  }
  .framed-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .image-text__media {
    min-width: 0;
    margin: 0;
  }
  .image-text.is-dark .image-text__media {
    border-color: #fff;
  }
  .image-text__media.framed-image > img {
    height: auto;
  }
  .image-text__button {
    width: 157px;
    justify-self: center;
  }
  .offer-block {
    --offer-gap: 18.4px;
    --offer-gutter: 20px;
    --offer-end-gutter: 20px;
    --offer-card-width: calc((100vw - var(--offer-gutter) - var(--offer-end-gutter) - var(--offer-gap)) / 1.3);
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    background: #f4f3ed;
  }
  .offer-block__heading {
    padding-top: 50px;
  }
  .offer-block h2 {
    margin-top: 8px;
  }
  .offer-block h2 strong, .image-text h2 strong {
    display: block;
    color: #009241;
  }
  .offer-block__heading > p {
    max-width: 371px;
    margin: 17px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .offer-block__heading > p strong {
    font-weight: 600;
  }
  .offer-block__viewport {
    position: relative;
    width: 100%;
    margin-top: 56px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-left: var(--offer-gutter);
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .offer-block__viewport::-webkit-scrollbar {
    display: none;
  }
  .offer-grid {
    width: max-content;
    margin: 0;
    padding-left: var(--offer-gutter);
    padding-right: var(--offer-end-gutter);
    display: flex;
    gap: var(--offer-gap);
  }
  .offer-card {
    position: relative;
    width: var(--offer-card-width);
    height: 255px;
    flex: none;
    scroll-snap-align: start;
    background: #fff;
    transform-style: preserve-3d;
    transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
  }
  .offer-card::after {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }
  .offer-card__image {
    height: 181.4px;
    display: grid;
    place-items: center;
    perspective: 900px;
  }
  .offer-card__image img {
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 142px;
    display: block;
    object-fit: contain;
    box-sizing: border-box;
    border: 2px solid #fff;
    box-shadow: 0 4px 16px rgb(0 0 0 / .06);
    transform: perspective(900px) rotateX(0) rotateY(0) translateZ(0);
    transform-style: preserve-3d;
    transition: transform .48s cubic-bezier(.2,.7,.2,1), box-shadow .48s ease, filter .48s ease;
    will-change: transform;
  }
  .offer-card__meta {
    height: 73.6px;
    padding: 13px 10px 10px 15px;
    border-top: 1px solid #cacac5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-color .25s ease;
  }
  .offer-card__meta strong {
    width: 201px;
    font-size: 18px;
    line-height: 22px;
  }
  .offer-card__meta .icon {
    width: 24px;
    height: 24px;
    padding: 7px 9px;
    color: #000;
    transition: transform .25s ease;
  }
  .offer-card:hover, .offer-card:focus-visible {
    background: #ffe500;
    box-shadow: 0 14px 32px rgb(0 0 0 / .11);
    transform: translateY(-3px);
  }
  .offer-card:hover::after, .offer-card:focus-visible::after {
    opacity: 1;
  }
  .offer-card:hover .offer-card__meta, .offer-card:focus-visible .offer-card__meta {
    border-color: #fff;
  }
  .offer-card:hover .offer-card__image img, .offer-card:focus-visible .offer-card__image img {
    filter: saturate(1.08) contrast(1.02);
    box-shadow: 10px 14px 26px rgb(0 0 0 / .18);
    transform: perspective(900px) rotateX(4deg) rotateY(-7deg) translateY(-5px) translateZ(18px) scale(1.025);
  }
  .offer-card:hover .offer-card__meta .icon, .offer-card:focus-visible .offer-card__meta .icon {
    transform: translateX(3px);
  }
  .offer-block__controls {
    position: relative;
    height: 50px;
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
  }
  .offer-block__controls > .button {
    width: 185px;
  }
  .slider-buttons {
    display: flex;
  }
  .slider-buttons button {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    display: grid;
    place-items: center;
    background: #fff;
    transition: color .2s ease, background-color .2s ease;
  }
  .slider-buttons button:hover, .slider-buttons button:focus-visible {
    background: #ffe500;
  }
  .slider-buttons button:disabled {
    color: rgb(0 0 0 / .3);
    background: #fff;
    cursor: default;
  }
  .slider-buttons .icon {
    width: 50px;
    height: 50px;
    padding: 20px 22px;
    color: #000;
    transition: transform .2s ease;
  }
  .slider-buttons button:hover .icon:not(.icon--back), .slider-buttons button:focus-visible .icon:not(.icon--back) {
    transform: translateX(3px);
  }
  .slider-buttons button:hover .icon--back, .slider-buttons button:focus-visible .icon--back {
    transform: rotate(180deg) translateX(3px);
  }
  .offer-scrollbar {
    position: relative;
    height: 3px;
    margin-top: 10px;
    background: #cacac5;
  }
  .offer-scrollbar i {
    position: absolute;
    inset: 0 auto 0 var(--thumb-offset, 0%);
    width: var(--thumb-size, 100%);
    background: #000;
  }
  .icon--back {
    transform: rotate(180deg);
  }
  .process-block {
    background: #000;
    color: #fff;
  }
  .process-block__inner {
    padding-block: 46px;
    display: flex;
    flex-direction: column;
  }
  .process-block__intro {
    align-self: flex-start;
  }
  .process-block h2 {
    margin-top: 8px;
  }
  .process-block h2 strong {
    display: block;
    color: #ffe500;
  }
  .process-block__intro > p:last-child {
    max-width: 371px;
    margin: 17px 0 0;
    color: rgb(255 255 255 / .7);
    font-size: 16px;
    line-height: 24px;
  }
  .process-list {
    margin: 44px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgb(255 255 255 / .3);
  }
  .process-list li {
    padding-block: 8px 16px;
    border-bottom: 1px solid rgb(255 255 255 / .3);
  }
  .process-list__heading {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .process-list i {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    background: #ffe500;
  }
  .process-list h3 {
    margin: 0;
    font-size: clamp(25px, 6.818vw, 30px);
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    letter-spacing: -.6px;
    line-height: 56px;
  }
  .process-list p {
    margin: -1px 0 0 30px;
    color: rgb(255 255 255 / .7);
    font-size: 15px;
    line-height: 22px;
  }
  .contact-block {
    height: 616px;
    padding-top: 50px;
    background: #ffe500;
    overflow: hidden;
  }
  .contact-block h2 {
    margin-top: 8px;
    color: #000;
  }
  .contact-grid {
    margin-top: 56px;
    border-top: 1px solid #000;
  }
  .contact-grid > * {
    position: relative;
    min-height: 102px;
    padding: 11px 0 10px;
    border-bottom: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact-grid small {
    font: 500 12px/1.4 var(--font-mono);
    text-transform: uppercase;
    color: rgb(0 0 0 / .8);
  }
  .contact-grid strong {
    font-size: clamp(20px, 5.455vw, 24px);
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    letter-spacing: -.48px;
    line-height: 30px;
  }
  .contact-grid .icon {
    width: 18px;
    height: 18px;
  }
  .contact-grid > a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-content: space-between;
    transition: background-color .25s ease, box-shadow .25s ease;
  }
  .contact-grid > a small {
    grid-column: 1 / -1;
  }
  .contact-grid > a strong {
    min-width: 0;
  }
  .contact-grid > a .icon {
    align-self: center;
    justify-self: end;
  }
  .contact-grid > a strong, .contact-grid > a .icon {
    transition: transform .25s ease;
  }
  .contact-grid > a:hover strong, .contact-grid > a:focus-visible strong {
    transform: translateX(6px);
  }
  .contact-grid > a:hover .icon, .contact-grid > a:focus-visible .icon {
    transform: rotate(7deg) translate(2px, -2px);
  }
  .site-footer {
    height: auto;
    position: relative;
    overflow: hidden;
    background: #f4f3ed;
    font-size: 14px;
  }
  .site-footer__top {
    position: relative;
    height: auto;
    padding-top: 50px;
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-template-rows: 170px 1fr;
  }
  .footer-brand img {
    width: 109px;
    height: 80px;
    object-fit: contain;
    mix-blend-mode: darken;
  }
  .footer-brand strong {
    display: block;
    margin: 27px 0 0 2px;
    font-size: 12px;
    line-height: 1.12;
    text-transform: uppercase;
  }
  .site-footer address {
    font-style: normal;
    line-height: 22px;
  }
  .site-footer address strong, .site-footer address span {
    display: block;
  }
  .site-footer address span {
    margin-top: 5px;
  }
  .footer-contact {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 13px;
  }
  .footer-contact a, .footer-nav a {
    width: fit-content;
    transition: color .2s ease, transform .2s ease;
  }
  .footer-contact a:hover, .footer-contact a:focus-visible, .footer-nav a:hover, .footer-nav a:focus-visible {
    color: #009241;
    transform: translateX(4px);
  }
  .footer-nav {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
    list-style: none;
  }
  .bank-details {
    height: auto;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 19px;
    color: rgb(0 0 0 / .6);
  }
  .bank-details svg {
      margin-left: -25px !important;
      margin-bottom: 4px;
  }
  .bank-details button {
    width: 100%;
    padding: 0;
    border: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    background: transparent;
    color: inherit;
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    cursor: pointer;
  }
  .bank-details button span, .bank-details strong {
    display: block;
  }
  .bank-details strong {
    color: rgb(0 0 0 / .6);
    font-weight: 600;
  }
  .bank-details button, .bank-details button strong, .bank-details button .icon {
    transition: color .2s ease, transform .2s ease;
  }
  .bank-details button:hover, .bank-details button:focus-visible, .bank-details button:hover strong, .bank-details button:focus-visible strong {
    color: #000;
  }
  .bank-details button:hover .icon, .bank-details button:focus-visible .icon {
    transform: scale(1.12) rotate(-4deg);
  }
  .site-footer__bottom {
    height: 82px;
    padding-top: 14px;
    border-top: 1px solid #cacac5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    color: rgb(0 0 0 / .6);
    font-size: 13px;
  }
  @keyframes marquee-loop {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(var(--marquee-end, -1650px), 0, 0);
    }
  }
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .catalog-list.is-related .offer-card {
    width: calc((100vw - 58.4px) / 1.5);
  }
  .offer-block {
    --offer-card-width: calc((100vw - var(--offer-gutter) - var(--offer-end-gutter) - var(--offer-gap)) / 1.5);
  }
}
@media (min-width: 992px) {
  .site-container {
    width: calc(100% - clamp(40px, 12.5vw, 200px));
  }
  .site-header {
    height: 115px;
  }
  .site-header__inner {
    width: calc(100% - clamp(40px, 12.5vw, 200px));
    max-width: 1400px;
    margin-inline: auto;
    padding: 5px 0 0;
  }
  .brand {
    gap: clamp(12px, 1.25vw, 20px);
  }
  .brand img {
    width: clamp(69px, 6.8125vw, 109px);
    height: clamp(50px, 5vw, 80px);
  }
  .brand strong {
    font-size: clamp(10px, .75vw, 12px);
  }
  .desktop-nav {
    display: block;
    margin-left: auto;
  }
  .desktop-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: clamp(10px, 2.5vw, 40px);
    list-style: none;
  }
  .desktop-nav a {
    font-size: clamp(10px, .875vw, 14px);
    font-weight: 600;
    white-space: nowrap;
    position: relative;
  }
  .desktop-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 2px;
    background: #ffe500;
    transition: right .25s ease;
  }
  .desktop-nav a:hover::after, .desktop-nav a:focus-visible::after {
    right: 0;
  }
  .header-phone {
    width: clamp(130px, 10.625vw, 170px);
    height: 50px;
    margin-left: clamp(10px, 3.625vw, 58px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-phone__icon {
    display: none;
  }
  .header-phone span {
    display: inline;
    font-size: 14px;
    font-weight: 600;
  }
  .mobile-menu-button, .mobile-nav {
    display: none !important;
  }
  .image-text.is-hero .image-text__inner {
    position: relative;
    display: grid;
    column-gap: 0;
    row-gap: 0;
  }
  .image-text.is-hero {
    padding-top: 0px;
  }
  .image-text.is-hero .image-text__content {
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    align-self: center;
  }
  .image-text.is-hero h1 {
    margin-top: 0;
    font-size: clamp(60px, 6.25vw, 100px);
    letter-spacing: clamp(-2px, -.125vw, -1.2px);
    line-height: clamp(70px, 6.875vw, 110px);
    white-space: nowrap;
  }
  .hero__underline {
      width: clamp(317px, 32.8125vw, 525px);
      height: clamp(11px, 1.0625vw, 17px);
      font-size: inherit;
  }
  .hero__lead {
    width: 452px;
    margin-top: 37px;
  }
  .hero__actions {
    margin-top: 30px;
    flex-wrap: nowrap;
    gap: 27px;
  }
  .image-text.is-hero .image-text__media {
    position: relative;
    inset: auto;
    grid-row: 1;
    border-left: 1px solid #cacac5;
    aspect-ratio: auto;
    max-width: none;
    margin: 0;
  }
  .hero__canvas {
    width: auto;
    height: auto;
    margin: 30px 0 30px 30px;
    aspect-ratio: 717 / 668;
  }
  .hero__shape--mobile {
    display: none;
  }
  .hero__shape--desktop {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .hero__calendar {
    top: .75%;
    left: .7%;
    width: 83.68%;
    height: auto;
    aspect-ratio: 1;
  }
  .hero__planner {
    top: 37.57%;
    left: 38.08%;
    width: 57.88%;
    height: auto;
    aspect-ratio: 1;
  }
  .offer-badge {
    top: 11.53%;
    right: 3.35%;
    width: clamp(110px, 18.13%, 130px);
    height: auto;
    aspect-ratio: 1;
  }
  .image-text:not(.is-hero) {
    padding-block: clamp(80px, 6.375vw, 102px);
  }
  .image-text__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(40px, 5vw, 80px);
    row-gap: 30px;
  }
  .image-text__content {
    min-width: 0;
    grid-row: 1;
  }
  .image-text.is-left .image-text__content {
    grid-column: 2;
  }
  .image-text.is-right .image-text__content {
    grid-column: 1;
  }
  .image-text h2, .offer-block h2, .process-block h2, .contact-block h2 {
    font-size: clamp(46px, 4.375vw, 70px);
    letter-spacing: clamp(-1.4px, -.0875vw, -.92px);
    line-height: clamp(56px, 5vw, 80px);
  }
  .image-text__text {
    margin-top: 33px;
  }
  .image-text.is-left .image-text__text {
    max-width: 587px;
  }
  .image-text:not(.is-hero) .image-text__media {
    --frame-padding: clamp(9px, 1.0625vw, 17px);
    position: relative;
    grid-row: 1;
    padding: var(--frame-padding);
  }
  .image-text.is-left .image-text__media {
    grid-column: 1;
  }
  .image-text.is-right .image-text__media {
    grid-column: 2;
  }
  .image-text.is-button .image-text__media {
    grid-row: 1 / 3;
  }
  .image-text__media.framed-image > img {
    position: absolute;
    inset: var(--frame-padding);
    width: calc(100% - var(--frame-padding) - var(--frame-padding));
    height: calc(100% - var(--frame-padding) - var(--frame-padding));
  }
  .image-text__button {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }
  .offer-block {
    height: 1043px;
    padding-bottom: 0;
  }
  .offer-block__heading {
    padding-top: 74px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .offer-block h2 {
    margin-top: 8px;
  }
  .offer-block__heading > p {
    width: 450px;
    max-width: none;
    margin-top: 55px;
  }
  .offer-block__viewport {
    position: absolute;
    top: 298px;
    left: 0;
    margin-top: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
  .offer-grid {
    width: calc(100% - clamp(40px, 12.5vw, 200px));
    max-width: 1400px;
    margin-inline: auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(10px, 1.25vw, 20px);
  }
  .offer-card {
    width: auto;
    height: 277px;
    scroll-snap-align: none;
  }
  .offer-card__image {
    height: 197px;
  }
  .offer-card__image img {
    max-height: 154px;
  }
  .offer-card__meta {
    height: 80px;
    padding: 10px 10px 10px 25px;
  }
  .offer-block__controls {
    position: absolute;
    top: 913px;
    left: 50%;
    margin-top: 0;
    justify-content: center;
    transform: translateX(-50%);
  }
  .slider-buttons {
    display: none;
  }
  .offer-scrollbar {
    display: none;
  }
  .process-block__inner {
    padding-block: 80px;
    flex-direction: row;
    align-items: flex-start;
  }
  .process-block__intro {
    flex: 1 1 50%;
    min-width: 0;
  }
  .process-block__intro > p:last-child {
    margin-top: 33px;
  }
  .process-list {
    flex: 1 1 50%;
    min-width: 0;
    margin: 0 0 0 15px;
    align-self: center;
  }
  .process-list li {
      padding-block: 10px 20px;
  }
  .process-list h3 {
    font-size: 30px;
  }
  .contact-block {
    height: 541px;
    padding-top: 79px;
  }
  .contact-grid {
    margin-top: 59px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .contact-grid > * {
    min-height: 138px;
    padding: 20px 50px 19px 0;
    border-bottom: 1px solid #000;
  }
  .contact-grid > * + * {
      padding-left: 20px;
      border-left: 1px solid #000;
  }
  .contact-grid > a {
    padding-right: 20px;
  }
  .site-footer {
    height: auto;
    --footer-columns: 13.4285714286% 22.2857142857% 24.2857142857% 24.2857142857% 15.7142857143%;
  }
  .site-footer__top {
    min-height: 177px;
    padding-top: 49px;
    display: grid;
    grid-template-columns: var(--footer-columns);
    grid-template-rows: 1fr;
  }
  .footer-brand strong {
    margin-top: 23px;
  }
  .site-footer address {
    grid-column: 2;
  }
  .footer-contact {
    grid-column: 3;
  }
  .footer-nav {
    grid-column: 4 / -1;
    grid-row: 1;
  }
  .footer-nav ul {
    display: grid;
    grid-template-columns: 60.7142857143% 39.2857142857%;
    grid-auto-flow: row;
    column-gap: 0;
    row-gap: 13px;
  }
  .bank-details {
    height: auto;
    padding-top: 0;
    display: grid;
    grid-template-columns: var(--footer-columns);
    gap: 0;
    align-items: start;
  }
  .bank-details button {
    width: auto;
    justify-self: start;
  }
  .site-footer__bottom {
    height: 80px;
    padding-top: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}

/* WordPress fixes: color variants and content-driven footer sizing. */
.image-text.is-dark h2,
.image-text.is-dark .image-text__text {
  color: #fff;
}

.image-text.is-dark h2 strong {
  color: #ffe500;
}

.contact-form .contact-form__consent {
  display: block !important;
  width: 100%;
  min-width: 0;
  margin-top: 28px;
}

.contact-form .contact-form__consent .wpcf7-form-control-wrap,
.contact-form .contact-form__consent .wpcf7-acceptance,
.contact-form .contact-form__consent .wpcf7-list-item {
  display: block !important;
  width: 100% !important;
  max-width: none;
  min-width: 0;
}

.contact-form .contact-form__consent .wpcf7-list-item label {
  display: flex !important;
  width: 100% !important;
  max-width: none;
  min-width: 0;
  gap: 12px;
  align-items: start;
}

.contact-form .contact-form__consent input[type="checkbox"] {
  flex: 0 0 20px;
}

.contact-form .contact-form__consent .wpcf7-list-item-label {
  flex: 1 1 auto;
  width: auto !important;
  max-width: none;
  min-width: 0;
}

.site-footer {
  height: auto;
  min-height: 0;
  overflow: visible;
  --footer-columns: 13.4285714286% 22.2857142857% 24.2857142857% 24.2857142857% 15.7142857143%;
}

.site-footer__top {
  height: auto;
  min-height: 0;
  padding-bottom: 40px;
  grid-template-rows: auto auto;
  row-gap: 34px;
}

.footer-nav,
.footer-nav ul,
.footer-nav li {
  min-width: 0;
}

.bank-details {
  height: auto;
  min-height: 0;
  padding-bottom: 30px;
}

.site-footer__bottom {
  height: auto;
  min-height: 82px;
  padding-bottom: 14px;
  justify-content: center;
}

@media (min-width: 992px) {
  .site-footer__top {
    min-height: 177px;
    grid-template-columns: var(--footer-columns);
    grid-template-rows: auto;
    row-gap: 0;
  }

  .footer-nav {
    grid-column: 4 / -1;
  }

  .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 13px 24px;
  }

  .footer-nav li {
    grid-column: auto;
    grid-row: auto;
  }

  .bank-details {
    padding-block: 20px 30px;
    grid-template-columns: var(--footer-columns);
    gap: 0;
  }

  .bank-details button:first-child {
    grid-column: 3;
  }

  .bank-details button:nth-child(2) {
    grid-column: 4 / -1;
  }

  .site-footer__bottom {
    height: 80px;
    min-height: 80px;
    padding-block: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}

@layer components {
  .desktop-nav a[aria-current="page"]::after {
    right: 0;
  }
  .mobile-nav a[aria-current="page"] {
    color: #000;
    border-color: #cacac5;
  }
  .block-title {
    padding-block: 56px 64px;
    border-bottom: 1px solid #cacac5;
    background: #f4f3ed;
  }
  .block-title h1 {
    margin-top: 12px;
    font-size: clamp(46px, 12.727vw, 60px);
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    letter-spacing: -1.2px;
    line-height: 1.08;
  }
  .block-title h1 strong {
    display: block;
    color: #009241;
  }
  .block-title__inner > p:last-child {
      margin-top: 28px;
      font-size: 16px;
      line-height: 1.5;
      text-align: left;
  }
  .contact-details {
    padding-block: 64px;
    background: #fff;
  }
  .contact-details h2, .contact-form h2 {
    margin-top: 8px;
    font-size: clamp(38px, 10.455vw, 46px);
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    letter-spacing: -.92px;
    line-height: 1.1;
  }
  .contact-details__intro > p:last-child {
    max-width: 430px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .contact-details__grid {
    margin-top: 44px;
    border-top: 1px solid #cacac5;
  }
  .contact-details__grid article {
    min-width: 0;
    padding-block: 24px;
    border-bottom: 1px solid #cacac5;
  }
  .contact-details__grid small {
    display: block;
    margin-bottom: 12px;
    color: rgb(0 0 0 / .6);
    font: 500 12px/1.4 var(--font-mono);
    text-transform: uppercase;
  }
  .contact-details__grid h3, .contact-details__links a {
    font-size: clamp(20px, 5.455vw, 24px);
    font-weight: 700;
    font-variation-settings: "wdth" 90;
    letter-spacing: -.48px;
    line-height: 30px;
  }
  .contact-details__grid address {
    margin-top: 12px;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .contact-details__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .contact-details__links a {
    max-width: 100%;
    overflow-wrap: anywhere;
    transition: color .2s ease, transform .2s ease;
  }
  .contact-details__links a:hover, .contact-details__links a:focus-visible {
    color: #009241;
    transform: translateX(4px);
  }
  .contact-form {
    padding-block: 64px;
    background: #000;
    color: #fff;
  }
  .contact-form h2 strong {
    display: block;
    color: #ffe500;
  }
  .contact-form__intro > p:last-child {
    max-width: 430px;
    margin-top: 24px;
    color: rgb(255 255 255 / .7);
    font-size: 16px;
    line-height: 24px;
  }
  .contact-form__form {
    margin-top: 48px;
  }
  .contact-form__form > label, .contact-form__fields label {
    display: block;
  }
  .contact-form__form label > span:first-child:not(:last-child), .contact-form__fields label > span {
    display: block;
    margin-bottom: 8px;
    color: rgb(255 255 255 / .7);
    font: 500 12px/1.4 var(--font-mono);
    text-transform: uppercase;
  }
  .contact-form__fields {
    display: grid;
    gap: 28px;
  }
  .contact-form__form > label:not(.contact-form__consent) {
    margin-top: 28px;
  }
  .contact-form input:not([type="checkbox"]), .contact-form textarea {
    width: 100%;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgb(255 255 255 / .45);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font: 500 18px/1.4 var(--font-sans);
    transition: border-color .2s ease, box-shadow .2s ease;
  }
  .contact-form textarea {
    min-height: 150px;
    resize: vertical;
  }
  .contact-form input:not([type="checkbox"]):focus, .contact-form textarea:focus {
    border-color: #ffe500;
    box-shadow: 0 1px 0 #ffe500;
  }
  label.contact-form__consent {
    margin-top: 28px;
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: rgb(255 255 255 / .65);
    font-size: 13px;
    line-height: 19px;
    cursor: pointer;
  }
  .contact-form__consent input {
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    accent-color: #ffe500;
  }
  .contact-form__submit {
    min-width: 205px;
    height: 54px;
    margin-top: 32px;
    padding: 0 20px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #ffe500;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
  }
  .contact-form__submit .icon {
    width: 24px;
    height: 24px;
    padding: 7px 9px;
  }
  .contact-form__submit:hover, .contact-form__submit:focus-visible {
    background: #fff;
    transform: translateY(-2px);
  }

  @media (min-width: 992px) {
    .block-title {
        padding-block: clamp(90px, 8.125vw, 90px);
    }
    .block-title__inner {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
      column-gap: clamp(50px, 7.5vw, 120px);
      align-items: end;
    }
    .block-title__inner > .eyebrow {
      grid-column: 1 / -1;
    }
    .block-title h1 {
      margin-top: 8px;
      font-size: clamp(70px, 6.25vw, 100px);
      letter-spacing: -2px;
      line-height: 1.02;
    }
    .block-title__inner > p:last-child {
        margin: 0 0 8px;
        text-align: right;
        font-size: 18px;
    }
    .contact-details, .contact-form {
      padding-block: clamp(90px, 7.5vw, 120px);
    }
    .contact-details__inner, .contact-form__inner {
      display: grid;
      grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
      gap: clamp(60px, 7.5vw, 120px);
      align-items: start;
    }
    .contact-details h2, .contact-form h2 {
      font-size: clamp(52px, 4.375vw, 70px);
      letter-spacing: -1.4px;
      line-height: 1.08;
    }
    .contact-details__grid {
      margin-top: 0;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border-left: 1px solid #cacac5;
      border-right: 1px solid #cacac5;
    }
    .contact-details__grid article {
      padding: 28px clamp(24px, 2.5vw, 40px);
    }
    .contact-details__grid article:nth-child(even) {
      border-left: 1px solid #cacac5;
    }
    .contact-form__form {
      margin-top: 0;
    }
    .contact-form__fields {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 30px;
    }
  }
}

.blog-title { border-bottom: 1px solid #cacac5; }
.blog-title h1 {
  font-weight: 700;
  font-variation-settings: "wdth" 88;
}
.blog-card__image span {
  background: linear-gradient(135deg, var(--color-white) 0 48%, var(--color-yellow) 48% 100%);
}
.blog-single__body {
  padding-bottom: clamp(64px, 7vw, 110px);
  background: var(--color-white);
}
.blog-single__hero-wrap {
  --blog-hero-overlap: 50px;
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: calc(-1 * var(--blog-hero-overlap));
  transform: translateY(calc(-1 * var(--blog-hero-overlap)));
}
.related-posts .section-heading {
  max-width: 1400px;
  margin-bottom: 0;
}
.related-posts .section-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
  font-variation-settings: "wdth" 88;
  letter-spacing: -.045em;
  line-height: 1;
}
.related-posts__viewport {
  width: 100%;
  margin-top: 44px;
  padding-left: max(20px, calc((100vw - 1400px) / 2));
  overflow-x: auto;
  overflow-y: hidden;
  scroll-padding-left: max(20px, calc((100vw - 1400px) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.related-posts__viewport::-webkit-scrollbar { display: none; }
.related-posts__grid {
  width: max-content;
  padding-right: 20px;
  display: flex;
  gap: 16px;
}
.related-posts__grid .blog-card {
  width: calc((100vw - 58px) / 1.18);
  min-width: 0;
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.related-posts .catalog-controls { margin-top: 24px; }
.post-navigation-wrap{
    width: 100%;
    background: var(--color-white);
    border-top: 1px solid var(--color-border);
}
@media (min-width: 600px) and (max-width: 991.98px) {
  .related-posts__grid .blog-card { width: calc((100vw - 72px) / 1.5); }
}
@media (min-width: 992px) {
  .blog-single__hero-wrap { --blog-hero-overlap: 70px; }
  .related-posts__viewport {
    width: calc(100% - clamp(40px, 12.5vw, 200px));
    max-width: 1400px;
    margin: 64px auto 0;
    padding-left: 0;
    overflow: visible;
  }
  .related-posts__grid {
    width: 100%;
    padding-right: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 1.25vw, 20px);
  }
  .related-posts__grid .blog-card { width: auto; }
}
