@charset "UTF-8";
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  ascent-override: 99.2%;
  descent-override: 31%;
  line-gap-override: 0%;
  src: url("/assets/fonts/dm-sans-latin-400-normal.woff2") format("woff2"), url("/assets/fonts/dm-sans-latin-400-normal.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  ascent-override: 99.2%;
  descent-override: 31%;
  line-gap-override: 0%;
  src: url("/assets/fonts/dm-sans-latin-ext-400-normal.woff2") format("woff2"), url("/assets/fonts/dm-sans-latin-ext-400-normal.woff") format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  ascent-override: 99.2%;
  descent-override: 31%;
  line-gap-override: 0%;
  src: url("/assets/fonts/dm-sans-latin-500-normal.woff2") format("woff2"), url("/assets/fonts/dm-sans-latin-500-normal.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  ascent-override: 99.2%;
  descent-override: 31%;
  line-gap-override: 0%;
  src: url("/assets/fonts/dm-sans-latin-ext-500-normal.woff2") format("woff2"), url("/assets/fonts/dm-sans-latin-ext-500-normal.woff") format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  ascent-override: 99.2%;
  descent-override: 31%;
  line-gap-override: 0%;
  src: url("/assets/fonts/dm-sans-latin-700-normal.woff2") format("woff2"), url("/assets/fonts/dm-sans-latin-700-normal.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  ascent-override: 99.2%;
  descent-override: 31%;
  line-gap-override: 0%;
  src: url("/assets/fonts/dm-sans-latin-ext-700-normal.woff2") format("woff2"), url("/assets/fonts/dm-sans-latin-ext-700-normal.woff") format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
nav {
  box-shadow: var(--box-shadow);
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav a {
  color: var(--color-link);
}
nav a.active {
  color: var(--color-text);
}
nav li:has(> ul a.active) > a {
  color: var(--color-text);
}
nav .nav-thumbnails a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
nav .nav-thumbnails .image-wrapper {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: var(--border-radius);
  overflow: hidden;
}
nav .nav-thumbnails .image-wrapper picture,
nav .nav-thumbnails .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  nav .nav-thumbnails .image-wrapper {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  html:has(body.sticky-mobile-nav) {
    scroll-padding-top: 5rem;
  }
  body.sticky-mobile-nav {
    padding-top: 5rem;
  }
  body.sticky-mobile-nav nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    border-radius: 0;
    z-index: 1000;
    background: var(--color-bg);
    padding: 0.5rem;
  }
  body.sticky-mobile-nav nav .toggle {
    display: none;
  }
  body.sticky-mobile-nav nav .toggle:checked ~ ul {
    right: 0;
  }
  body.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span {
    background: transparent;
  }
  body.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span::before {
    transform: rotate(45deg);
    top: 0;
  }
  body.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span::after {
    transform: rotate(-45deg);
    top: 0;
  }
  body.sticky-mobile-nav nav .toggle-label {
    display: block !important;
    position: absolute !important;
    right: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 1000;
    height: 24px;
    width: 30px;
    cursor: pointer;
  }
  body.sticky-mobile-nav nav .toggle-label span,
  body.sticky-mobile-nav nav .toggle-label span::before,
  body.sticky-mobile-nav nav .toggle-label span::after {
    display: block;
    background: var(--color-text);
    height: 2px;
    width: 30px;
    position: absolute;
    transition: all 0.3s ease;
  }
  body.sticky-mobile-nav nav .toggle-label span {
    top: 11px;
  }
  body.sticky-mobile-nav nav .toggle-label span::before, body.sticky-mobile-nav nav .toggle-label span::after {
    content: "";
  }
  body.sticky-mobile-nav nav .toggle-label span::before {
    top: -8px;
  }
  body.sticky-mobile-nav nav .toggle-label span::after {
    top: 8px;
  }
  body.sticky-mobile-nav nav > ul {
    position: fixed;
    background: var(--color-bg);
    top: 3rem;
    right: -100%;
    bottom: 0;
    width: 70%;
    max-width: 300px;
    overflow-x: scroll;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    margin: 0;
    list-style: none;
    transition: right 0.3s ease-in-out;
  }
  body.sticky-mobile-nav nav > ul .toggle-label {
    display: block;
  }
  body.sticky-mobile-nav nav > ul li {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  body.sticky-mobile-nav nav > ul li ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  body.sticky-mobile-nav nav > ul > li:has(> ul) > a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  }
  body.sticky-mobile-nav nav > ul > li:has(> ul) > a::after {
    content: "";
    border: solid var(--color-link);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  body.sticky-mobile-nav nav > ul > li.expanded > a::after {
    transform: rotate(-45deg);
  }
  body.sticky-mobile-nav nav > ul > li:has(> ul) > ul {
    display: none;
  }
  body.sticky-mobile-nav nav > ul > li.expanded > ul,
  body.sticky-mobile-nav nav > ul > li:has(> ul a.active) > ul {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .toggle,
  .toggle-label {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: none !important;
  }
  body.left-nav nav {
    align-items: start;
    margin-bottom: 1rem;
  }
  body.left-nav nav ul {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
  body.left-nav nav ul,
  body.left-nav nav ul li {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  body.left-nav nav ul li ul {
    padding-left: 1rem;
    font-size: 1rem;
  }
  body.horizontal-nav nav {
    margin-bottom: 1rem;
    justify-content: center;
  }
  body.horizontal-nav nav > ul > li:has(> ul) > a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  }
  body.horizontal-nav nav > ul > li:has(> ul) > a::after {
    content: "";
    border: solid var(--color-link);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  body.horizontal-nav nav > ul > li:hover > a::after {
    transform: rotate(-45deg);
  }
  body.horizontal-nav nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 0 2rem;
    flex-wrap: wrap;
  }
  body.horizontal-nav nav ul li {
    text-align: left;
    position: relative;
  }
  body.horizontal-nav nav ul li > ul {
    flex-direction: column;
    gap: 0.5rem;
    background: var(--color-bg);
    border: var(--border);
    border-radius: var(--border-radius);
    display: none;
    height: auto;
    left: -2px;
    padding: 0.5rem;
    position: absolute;
    top: 1.7rem;
    white-space: nowrap;
    width: auto;
    z-index: 1;
  }
  body.horizontal-nav nav ul li > ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.5rem;
    height: 0.5rem;
  }
  body.horizontal-nav nav ul li > ul li {
    position: relative;
  }
  body.horizontal-nav nav ul li > ul li > ul {
    flex-direction: column;
    gap: 0.5rem;
    top: -0.5rem;
    left: 100%;
    margin-left: 0.5rem;
  }
  body.horizontal-nav nav ul li > ul li > ul::before {
    top: 0;
    bottom: 0;
    left: -0.5rem;
    right: auto;
    width: 0.5rem;
    height: auto;
  }
  body.horizontal-nav nav ul li > ul li:hover > ul {
    display: flex;
  }
  body.horizontal-nav nav ul li:hover > ul {
    display: flex;
  }
  body.clicky-nav nav > ul > li:has(> ul) > a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  }
  body.clicky-nav nav > ul > li:has(> ul) > a::after {
    content: "";
    border: solid var(--color-link);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  body.clicky-nav nav > ul > li.expanded > a::after {
    transform: rotate(-45deg);
  }
  body.clicky-nav nav > ul > li:hover > ul {
    display: none;
  }
  body.clicky-nav nav > ul > li:has(> ul) > ul {
    display: none;
  }
  body.clicky-nav nav > ul > li.expanded > ul {
    display: flex !important;
  }
}
:root {
  --color-bg: #efefef;
  --body-background: var(--color-bg);
  --color-text: #111111;
  --color-link: var(--color-text);
  --color-link-hover: var(--color-link);
  --color-accent: var(--color-bg);
  --color-error: #c00;
  --font-family-heading: system-ui, sans-serif;
  --font-family-body: system-ui, sans-serif;
  --line-height: 1.5;
  --link-decoration: underline;
  --link-decoration-hover: underline;
  --link-decoration-style: solid;
  --border-radius: 3px;
  --border-radius-small: 2px;
  --border: 2px solid var(--color-text);
  --box-shadow: none;
  --justify-normal: left;
  --justify-important: center;
  --width-content: 1300px;
  --width-card: 285px;
  --width-card-medium: 460px;
  --width-card-wide: 800px;
  --list-marker-content: "• ";
  --list-marker-color: var(--color-text);
}

/* MVP.css v1.17.2 - https://github.com/andybrewer/mvp */
html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: var(--body-background);
  color: var(--color-text);
  font-family: var(--font-family-body);
  line-height: var(--line-height);
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

footer,
header,
main {
  margin: 0 auto;
  max-width: var(--width-content);
}

hr {
  background-color: var(--color-bg);
  border: none;
  height: 1px;
  margin: 2.5rem 0;
}

[hidden] {
  display: none;
}

/* Headers */
article header,
div header,
main header {
  padding-top: 0;
}

/* Typography */
code,
samp {
  background-color: var(--color-bg);
  border-radius: var(--border-radius);
  color: var(--color-text);
  display: inline-block;
  margin: 0 0.1rem;
  padding: 0 0.5rem;
}

details {
  margin: 1.5rem 0;
}
details summary {
  font-weight: bold;
  cursor: pointer;
  padding: 0.25rem 0;
}

pre {
  margin: 1rem 0;
  max-width: var(--width-card-wide);
  padding: 1rem 0;
}
pre code,
pre samp {
  display: block;
  max-width: var(--width-card-wide);
  padding: 0.5rem 2rem;
  white-space: pre-wrap;
}

sup {
  font-size: xx-small;
  font-weight: bold;
  margin: 0.2rem;
  padding: 0.2rem 0.3rem;
  position: relative;
  top: -2px;
}

a {
  color: var(--color-link);
  text-decoration: var(--link-decoration);
  text-decoration-style: var(--link-decoration-style);
}
a:hover, a:active {
  color: var(--color-link-hover);
  text-decoration: var(--link-decoration-hover);
}

button,
.button,
input[type=submit] {
  border-radius: var(--border-radius);
  font-family: var(--font-family-body);
  background-color: var(--color-bg);
  border: var(--border);
  color: var(--color-link);
  line-height: var(--line-height);
  display: inline-block;
  font-size: medium;
  font-weight: bold;
  margin: 0.5rem 0;
  width: fit-content;
  padding: 1rem 2rem;
  text-decoration: none;
  cursor: pointer;
}
button:hover, button:active,
.button:hover,
.button:active,
input[type=submit]:hover,
input[type=submit]:active {
  background-color: var(--color-bg);
  border: var(--border);
  color: var(--color-link-hover);
}
button:disabled,
.button:disabled,
input[type=submit]:disabled {
  background: var(--color-bg);
  border-color: var(--color-bg);
  cursor: not-allowed;
}

figure {
  margin: 0;
  padding: 0;
}
figure img {
  max-width: 100%;
}

form {
  border: var(--border);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  display: block;
  max-width: var(--width-card-wide);
  min-width: var(--width-card);
  padding: 1.25rem;
  text-align: var(--justify-normal);
  background: var(--color-bg);
  color: var(--color-text);
}
@media screen and (min-width: 651px) {
  form {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  form {
    padding: 2rem;
  }
}
form header {
  margin: 1.5rem 0;
  padding: 1.5rem 0;
}

input,
label,
select,
textarea {
  display: block;
  font-size: inherit;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
}
input[type=checkbox] + label,
input[type=checkbox] + label,
input[type=radio] + label,
input[type=radio] + label {
  display: inline-block;
  font-weight: normal;
  position: relative;
  top: 1px;
}

input[type=range] {
  padding: 0.4rem 0;
}

input,
select,
textarea {
  border-radius: var(--border-radius);
  font-family: var(--font-family-body);
  margin-bottom: 1rem;
  padding: 0.6rem 0.8rem;
  background-color: var(--color-bg);
  color: var(--color-text);
  border: var(--border);
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  width: calc(100% - 1.6rem);
}

input[readonly],
textarea[readonly] {
  background-color: var(--color-bg);
}

label {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

dialog {
  max-width: 90%;
  max-height: 85dvh;
  margin: auto;
  padding-block: 0;
  padding-inline: 20px;
  border: var(--border);
  border-radius: var(--border-radius);
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  scrollbar-color: transparent transparent;
  animation: bottom-to-top 0.25s ease-in-out forwards;
}
@media screen and (min-width: 651px) {
  dialog {
    max-width: 39rem;
  }
}
dialog hr {
  margin-block: 1rem;
}
dialog::-webkit-scrollbar {
  width: 0;
  display: none;
}
dialog::-webkit-scrollbar-track {
  background: transparent;
}
dialog::-webkit-scrollbar-thumb {
  background-color: transparent;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  cursor: pointer;
}

@keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scrollable-table {
  overflow-x: auto;
  margin: 1.5rem auto;
  max-width: 100%;
}
.scrollable-table > table {
  margin: 0;
}

table {
  border: var(--border);
  border-radius: var(--border-radius);
  border-spacing: 0;
  margin: 1.5rem auto;
  max-width: 100%;
  padding: 0;
  white-space: nowrap;
}
table td,
table th,
table tr {
  padding: 0.6rem 1rem;
  text-align: var(--justify-important);
}
table thead {
  background-color: var(--color-bg);
  border-collapse: collapse;
  border-radius: var(--border-radius);
  margin: 0;
  padding: 0;
}
table thead tr:first-child th:first-child {
  border-top-left-radius: var(--border-radius);
}
table thead tr:first-child th:last-child {
  border-top-right-radius: var(--border-radius);
}
table thead th:first-child,
table tr td:first-child {
  text-align: var(--justify-normal);
}
table tr:nth-child(even) {
  background-color: var(--color-accent);
}

blockquote {
  display: block;
  font-size: x-large;
  line-height: var(--line-height);
  margin: 1.5rem auto;
  align-self: center;
  max-width: var(--width-card-medium);
  padding: 1.75rem 1.5rem;
  text-align: var(--justify-important);
}
blockquote footer {
  display: block;
  font-size: small;
  line-height: var(--line-height);
  padding: 1.5rem 0;
}
blockquote footer .reviewer-avatar {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 1rem auto 0;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-text) transparent;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-text);
  border-radius: 10px;
}

* {
  box-sizing: border-box;
}

body {
  padding: 0.5rem;
}
@media screen and (min-width: 651px) {
  body {
    padding: 0.75rem;
  }
}
@media screen and (min-width: 769px) {
  body {
    padding: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
nav {
  font-family: var(--font-family-heading);
  font-weight: normal;
  line-height: var(--line-height);
  text-wrap: balance;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main nav {
  color: var(--color-text);
}
.headings-centered main h1,
.headings-centered main h2,
.headings-centered main h3,
.headings-centered main h4,
.headings-centered main h5,
.headings-centered main h6,
.headings-centered main nav {
  text-align: center;
}

h1 {
  font-size: 2rem;
  margin-top: 1.5rem;
}

h2 {
  font-size: 1.4rem;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

h4,
h5,
h6 {
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

header {
  background: var(--color-bg);
  border-radius: var(--border-radius);
  border: var(--border);
  box-shadow: var(--box-shadow);
  color: var(--color-text);
  text-align: var(--justify-important);
  width: var(--width-content);
  padding: 2rem 1rem;
  margin-top: 1rem;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header .desktop-image {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  header .mobile-image {
    display: none;
  }
}
header h1 {
  z-index: 2;
  position: relative;
  font-family: var(--font-family-heading);
}
.header-centered header h1 {
  text-align: center;
}
.header-centered-dark header h1 {
  text-align: center;
  padding: 0.5rem 2rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  width: fit-content;
  margin: 0 auto;
  border: var(--border);
  border-color: var(--color-text);
}
header .banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 1;
  max-width: none;
}
header .banner img {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  background-size: cover !important;
  color: transparent;
  position: relative;
}
img.fade-in {
  animation: 0.1s linear fade-in 0s 1;
}

body > footer {
  background: var(--color-bg);
  border-radius: var(--border-radius);
  border: var(--border);
  width: var(--width-content);
  box-shadow: var(--box-shadow);
  max-width: 100%;
  margin-bottom: 1rem;
  text-align: center;
  padding: 1rem;
}
body > footer p {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}
body > footer .socials {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
body > footer .socials li {
  padding: 0;
}
body > footer .socials li a {
  font-size: 3rem;
}
body > footer .socials li a img {
  width: 3rem;
  height: auto;
  filter: invert(99%) sepia(47%) saturate(588%) hue-rotate(9deg) brightness(108%) contrast(95%);
  transition: all 0.3s ease-in-out;
}
body > footer .socials li a:hover img {
  transform: scale(120%);
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  filter: invert(99%) sepia(47%) saturate(588%) hue-rotate(9deg) brightness(108%) contrast(95%) drop-shadow(0px 0px 3px #fff);
}

article {
  border-radius: var(--border-radius);
  padding: 1rem;
  margin-bottom: 2rem;
  background: var(--color-bg);
  border: var(--border);
  color: var(--color-text);
  box-shadow: var(--box-shadow);
}
@media screen and (min-width: 651px) {
  article {
    padding: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  article {
    padding: 1.5rem;
  }
}

nav {
  border-radius: var(--border-radius);
  border: var(--border);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 1rem 0.75rem;
  margin-bottom: 2rem;
  background: var(--color-bg);
  flex-wrap: wrap;
  font-size: 1.2rem;
  color: var(--color-text);
}
@media screen and (min-width: 651px) {
  nav {
    padding: 1.25rem 1rem;
  }
}
nav .toggle-label,
nav .toggle {
  display: none;
}
nav a {
  color: var(--color-link);
}
nav a.active {
  color: var(--color-text);
}

@media screen and (min-width: 769px) {
  body.left-nav.one-column main {
    grid-template-columns: 10rem 1fr;
    grid-template-areas: "nav content";
  }
}
@media screen and (min-width: 769px) and (min-width: 1001px) {
  body.left-nav.one-column main {
    grid-template-columns: 13rem 1fr;
  }
}
@media screen and (min-width: 769px) {
  body.left-nav.two-columns main {
    grid-template-columns: 10rem 1fr;
    grid-template-rows: 1fr min-content;
    grid-template-areas: "nav content" "nav right";
  }
}
@media screen and (min-width: 769px) and (min-width: 1001px) {
  body.left-nav.two-columns main {
    grid-template-columns: 13rem 1fr 16rem;
    grid-template-areas: "nav content right";
  }
}
@media screen and (min-width: 769px) {
  body.horizontal-nav.one-column main {
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
    grid-template-areas: "nav" "content";
  }
  body.horizontal-nav.two-columns main {
    grid-template-columns: 1fr 16rem;
    grid-template-areas: "nav nav" "content right";
  }
  main {
    display: grid;
    gap: 0 1rem;
    min-height: 30rem;
    padding: 1rem 0 0;
  }
  main nav {
    border: var(--border);
    grid-area: nav;
  }
  main .content {
    grid-area: content;
    margin: 0 0 1rem;
    padding-bottom: 2rem;
  }
  main .right {
    grid-area: right;
    margin: 0 0 1rem;
  }
  main .right h3 {
    text-align: center;
  }
  main .right ul {
    list-style-type: none;
    padding: 0;
  }
}
.contact-form {
  max-width: var(--width-card-medium);
  margin: 4rem auto 0;
  padding: 1rem;
  min-width: min-content;
}
.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=email],
.contact-form textarea {
  width: 100%;
}

.form-missing-notice {
  font-style: italic;
}

ul.items {
  display: flex;
  list-style-type: none;
  margin: 0 0 2rem;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
}
ul.items > * {
  width: 14rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}
ul.items > * > * {
  margin: 0;
}
ul.items h3,
ul.items p {
  margin-bottom: 0;
}
ul.items .image-link img {
  object-fit: cover;
}
ul.items ul.list-item-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.items ul.list-item-specs li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--color-text);
  opacity: 0.7;
}
ul.items ul.list-item-specs li svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
ul.items ul.list-item-specs li span {
  white-space: nowrap;
}

a.image-link {
  display: block;
}

#item {
  display: grid;
  gap: 4rem;
  grid-template-areas: "title" "gallery" "description" "contact" "faqs";
}
#item .title {
  grid-area: title;
}
#item .title h1 {
  margin: 0;
  padding: 0;
}
#item .gallery {
  grid-area: gallery;
}
#item .description {
  grid-area: description;
}
#item .contact {
  grid-area: contact;
}
#item .contact .contact-form {
  margin-top: 0;
}
#item .faqs {
  grid-area: faqs;
}

@media screen and (min-width: 1001px) {
  body.one-column #item {
    gap: 2rem;
    grid-template-areas: "title title" "gallery description" "contact description" "faqs faqs";
    grid-template-columns: 300px 1fr;
    grid-template-rows: min-content min-content 1fr;
  }
}
@media screen and (min-width: 1501px) {
  body.two-columns #item {
    gap: 2rem;
    grid-template-areas: "title title" "gallery description" "contact description" "faqs faqs";
    grid-template-columns: 350px 1fr;
    grid-template-rows: min-content min-content 1fr;
  }
}
ul.image-gallery {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
ul.image-gallery li {
  width: calc((100% - 1rem) / 3);
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  ul.image-gallery li {
    width: calc((100% - 1.5rem) / 4);
  }
}
ul.image-gallery li a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-small);
}
ul.image-gallery li a img {
  object-fit: cover;
  transition: all 0.3s ease-in;
  border-radius: var(--border-radius-small);
}
ul.image-gallery li a:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.2);
}
ul.image-gallery li a:hover img {
  transform: scale(1.2);
}
ul.image-gallery li figcaption {
  font-weight: bold;
  color: var(--color-bg);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: var(--border-radius-small);
}

ul.team {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.team li {
  margin: 2rem 0;
  padding: 0;
}
ul.team li::after {
  content: "";
  display: block;
  clear: both;
}
ul.team li.has-image {
  padding-left: 11rem;
  min-height: 10rem;
  position: relative;
}
ul.team li.has-image .image-link {
  position: absolute;
  width: 10rem;
  left: 0;
  top: 0;
}

dl dt {
  font-weight: bold;
}

body.team-member .content .image-wrapper {
  width: 50%;
  margin: 2rem auto;
}
body.item .current-image {
  margin-bottom: 1rem;
}
body.item .gallery-full-size-images {
  display: none;
}
body.page .content img,
body.page .content .image-wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 695px;
  height: auto;
}

main {
  width: var(--width-content);
  max-width: 100%;
}

.gallery-single-image {
  max-width: 100%;
  margin: 2rem 0;
}
.gallery-single-image figure {
  margin: 0;
}
.gallery-single-image img.full-size-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.gallery-single-image figcaption {
  text-align: center;
  margin-top: 1rem;
  font-style: italic;
}

.gallery-navigation {
  margin: 2rem 0;
}
.gallery-navigation a {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 3px;
}
.gallery-navigation a:hover {
  text-decoration: underline;
}

.stripe-button {
  width: 288px;
  margin: 0 auto;
}

.purchase-button {
  margin: 2rem 0;
}
.purchase-button .button {
  margin: 0 auto;
}

#theme-switcher-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background: var(--color-bg);
  color: var(--color-text);
  border: var(--border);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: var(--box-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding: 0;
}
#theme-switcher-button:hover {
  transform: scale(1.1);
  border: var(--border);
}
#theme-switcher-button:active {
  transform: scale(0.95);
}
@media screen and (max-width: 768px) {
  #theme-switcher-button {
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

.quote-checkout-summary,
.hire-dates-section {
  margin: 1.5rem 0;
  padding: 1rem;
  border: var(--border);
  border-radius: var(--border-radius);
  background: var(--color-accent);
}
.quote-checkout-summary h3,
.hire-dates-section h3 {
  margin: 0 0 1rem 0;
  font-size: 1rem;
}

body.item .reviews-grid {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
.reviews-grid > li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: var(--color-accent);
  border: var(--border);
  border-radius: var(--border-radius);
}
@media screen and (max-width: 650px) {
  .reviews-grid > li {
    text-align: center;
  }
}
.reviews-grid .review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews-grid .rating {
  font-size: 1.25rem;
}
.reviews-grid .date {
  font-size: 0.875rem;
  opacity: 0.7;
  margin-left: auto;
}
.reviews-grid .review {
  font-size: 1rem;
  line-height: var(--line-height);
}
.reviews-grid .products {
  flex: 1;
  font-size: 0.875rem;
  font-style: italic;
}
.reviews-grid .products a:hover {
  text-decoration: underline;
}
.reviews-grid .author-info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: auto;
}
@media screen and (max-width: 650px) {
  .reviews-grid .author-info {
    flex-direction: column;
    align-items: center;
  }
}
.reviews-grid .author-info .reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.reviews-grid .author-details {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.875rem;
}
.reviews-grid .name {
  font-weight: bold;
}
.reviews-grid .review-link {
  font-size: 0.875rem;
}

/**
 * Read More - CSS-only expandable content sections
 *
 * Uses the checkbox hack pattern for pure CSS toggling:
 * - Hidden checkbox inside the paragraph
 * - Label acts as the clickable trigger (inline with text)
 * - Sibling selectors show/hide content
 * - Label disappears when expanded (one-way toggle)
 *
 * Structure:
 * <p>Visible text <input><label>Read more…</label><span class="read-more-content">rest of line</span></p>
 * <div class="read-more-content">following paragraphs</div>
 */
.read-more-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.read-more-label {
  color: var(--color-link);
  cursor: pointer;
  text-decoration: var(--link-decoration);
  text-decoration-style: var(--link-decoration-style);
  font-weight: bold;
}
.read-more-label:hover, .read-more-label:focus {
  color: var(--color-link-hover);
  text-decoration: var(--link-decoration-hover);
}
.read-more-label:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
  border-radius: var(--border-radius-small);
}

.read-more-content {
  display: none;
}

.read-more-toggle:checked + .read-more-label {
  display: none;
}
.read-more-toggle:checked ~ .read-more-content {
  display: inline;
}

p:has(.read-more-toggle:checked) + .read-more-content {
  display: block;
}

img,
.image-wrapper {
  max-width: 100%;
  height: auto;
}

.image-wrapper {
  position: relative;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: var(--border-radius-small);
  overflow: hidden;
}
.image-wrapper img {
  background-color: transparent;
}

:root {
  --color-bg: #fafafa;
  --body-background-alt: #f3f4f6;
  --color-card-bg: #ffffff;
  --color-text: #1f2937;
  --color-text-muted: #6b7280;
  --color-link: #2563eb;
  --color-link-hover: #1d4ed8;
  --color-tint: #dbeafe;
  --color-secondary: #7c3aed;
  --color-accent: rgb(237.25, 237.25, 237.25);
  --color-hover-bg: rgba(0, 0, 0, 0.05);
  --color-contrast-text: #ffffff;
  --color-contrast-text-muted: rgba(255, 255, 255, 0.8);
  --color-gradient-start: rgba(106, 90, 205, 0.2);
  --color-gradient-end: rgba(236, 72, 153, 0.2);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.12);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.18);
  --color-video-play-bg: #212121;
  --color-video-play-hover: #ef4444;
  --body-background: #fafafa;
  --font-family-body: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --font-family-heading: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  --font-family-mono: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace;
  --border: 2px solid var(--color-text);
  --border-radius: 8px;
  --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  --list-marker-content: "• ";
  --list-marker-color: var(--color-link);
}

.design-system {
  --section-padding-y: calc(96px * 0.6);
}
@media screen and (min-width: 769px) {
  .design-system {
    --section-padding-y: 96px;
  }
}
main .design-system {
  --section-padding-y: calc(96px * 0.3);
}
@media screen and (min-width: 769px) {
  main .design-system {
    --section-padding-y: calc(96px * 0.5);
  }
}
.design-system *,
.design-system *::before,
.design-system *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.design-system {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  .design-system {
    scroll-behavior: auto;
  }
}
.design-system {
  font-family: var(--font-family-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
}
.design-system h1,
.design-system h2,
.design-system h3,
.design-system h4,
.design-system h5,
.design-system h6 {
  font-family: var(--font-family-heading, var(--font-family-body));
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}
.design-system h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 769px) {
  .design-system h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1001px) {
  .design-system h1 {
    font-size: 4rem;
  }
}
.design-system h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .design-system h2 {
    font-size: 2.5rem;
  }
}
.design-system h3 {
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .design-system h3 {
    font-size: 2rem;
  }
}
.design-system h4 {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 600;
}
.design-system p {
  line-height: 1.625;
}
.design-system a:not(.btn) {
  color: var(--color-link);
  text-decoration: underline;
  transition: color 150ms ease;
}
.design-system a:not(.btn):hover {
  text-decoration: underline;
}
.design-system code {
  font-family: var(--font-family-mono);
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  background: var(--body-background-alt);
  border-radius: 4px;
}
.design-system pre {
  padding: 24px;
  background: #1f2937;
  color: #f9fafb;
  border-radius: 8px;
  overflow-x: auto;
}
.design-system pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.design-system details::details-content {
  display: none;
}
.design-system details[open]::details-content {
  display: block;
}
.design-system img,
.design-system .image-wrapper {
  max-width: 100%;
  height: auto;
  display: block;
}
body.page .content .design-system img, body.page .content .design-system .image-wrapper {
  max-width: 100%;
}
.design-system ul:not([class]),
.design-system ol:not([class]) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
  padding-left: 32px;
}
.design-system [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.design-system [data-reveal=left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal=left].is-visible {
  opacity: 1;
  transform: translateX(0);
}
.design-system [data-reveal=right] {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal=right].is-visible {
  opacity: 1;
  transform: translateX(0);
}
.design-system [data-reveal=scale] {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.design-system [data-reveal=scale].is-visible {
  opacity: 1;
  transform: scale(1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .design-system [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.design-system .container {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .design-system .container {
    padding-inline: 32px;
  }
}
.design-system .container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .container--wide {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .design-system .container--wide {
    padding-inline: 32px;
  }
}
.design-system .container--narrow {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .design-system .container--narrow {
    padding-inline: 32px;
  }
}
.design-system section {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}
.design-system section.compact {
  --section-padding-y: calc(64px * 0.6);
}
@media screen and (min-width: 769px) {
  .design-system section.compact {
    --section-padding-y: 64px;
  }
}
.design-system section.dark {
  background: #1f2937;
  color: #f9fafb;
  --color-bg: #1f2937;
  --body-background-alt: #374151;
  --color-text: #f9fafb;
  --color-text-muted: #9ca3af;
  --color-card-bg: #374151;
}
.design-system section.gradient {
  background: linear-gradient(135deg, var(--color-gradient-start) 0%, var(--color-gradient-end) 100%);
}
.design-system section:has(.split-full) {
  padding-top: 0;
  padding-bottom: 0;
}
.design-system > .section-header {
  padding: 48px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: flex-start;
  text-align: center;
}
.design-system > .section-header.gradient h1,
.design-system > .section-header.gradient h2,
.design-system > .section-header.gradient h3,
.design-system > .section-header.gradient h4,
.design-system > .section-header.gradient h5,
.design-system > .section-header.gradient h6 {
  background: linear-gradient(135deg, var(--color-link) 0%, var(--color-secondary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.design-system [role=doc-subtitle] address {
  font-style: normal;
  font-weight: 700;
}
.design-system [role=doc-subtitle] time {
  color: var(--color-text-muted);
}
.design-system [role=doc-subtitle] figure {
  max-width: 100px;
}
.design-system [role=doc-subtitle] figure a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.design-system [role=doc-subtitle] figure img {
  display: block;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.design-system:not(body):not(section) {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system > section:nth-child(even),
.design-system main > section:nth-child(even) {
  background: var(--body-background-alt);
}

body.design-system {
  margin: 0;
  padding: 0;
  background: var(--body-background);
}

.design-system nav {
  box-shadow: var(--box-shadow);
}
.design-system nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.design-system nav a {
  color: var(--color-link);
}
.design-system nav a.active {
  color: var(--color-text);
}
.design-system nav li:has(> ul a.active) > a {
  color: var(--color-text);
}
.design-system nav .nav-thumbnails a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.design-system nav .nav-thumbnails .image-wrapper {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.design-system nav .nav-thumbnails .image-wrapper picture,
.design-system nav .nav-thumbnails .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 650px) {
  .design-system nav .nav-thumbnails .image-wrapper {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html:has(body.design-system.sticky-mobile-nav) {
    scroll-padding-top: 5rem;
  }
  .design-system.sticky-mobile-nav {
    padding-top: 5rem;
  }
  .design-system.sticky-mobile-nav nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    border-radius: 0;
    z-index: 200;
    background: var(--color-bg);
    padding: 8px;
  }
  .design-system.sticky-mobile-nav nav .toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .design-system.sticky-mobile-nav nav .toggle:checked ~ ul {
    right: 0;
  }
  .design-system.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span {
    background: transparent;
  }
  .design-system.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span::before {
    transform: rotate(45deg);
    top: 0;
  }
  .design-system.sticky-mobile-nav nav .toggle:checked ~ .toggle-label span::after {
    transform: rotate(-45deg);
    top: 0;
  }
  .design-system.sticky-mobile-nav nav .toggle-label {
    display: block !important;
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 200;
    height: 24px;
    width: 30px;
    cursor: pointer;
  }
  .design-system.sticky-mobile-nav nav .toggle-label span,
  .design-system.sticky-mobile-nav nav .toggle-label span::before,
  .design-system.sticky-mobile-nav nav .toggle-label span::after {
    display: block;
    background: var(--color-text);
    height: 2px;
    width: 30px;
    position: absolute;
    transition: all 250ms ease;
  }
  .design-system.sticky-mobile-nav nav .toggle-label span {
    top: 11px;
  }
  .design-system.sticky-mobile-nav nav .toggle-label span::before, .design-system.sticky-mobile-nav nav .toggle-label span::after {
    content: "";
  }
  .design-system.sticky-mobile-nav nav .toggle-label span::before {
    top: -8px;
  }
  .design-system.sticky-mobile-nav nav .toggle-label span::after {
    top: 8px;
  }
  .design-system.sticky-mobile-nav nav > ul {
    position: fixed;
    background: var(--color-bg);
    top: 3rem;
    right: -100%;
    bottom: 0;
    width: 70%;
    max-width: 300px;
    overflow-x: scroll;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    margin: 0;
    list-style: none;
    transition: right 250ms ease;
  }
  .design-system.sticky-mobile-nav nav > ul .toggle-label {
    display: block;
  }
  .design-system.sticky-mobile-nav nav > ul li {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .design-system.sticky-mobile-nav nav > ul li ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 16px;
  }
  .design-system.sticky-mobile-nav nav > ul > li:has(> ul) > a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  }
  .design-system.sticky-mobile-nav nav > ul > li:has(> ul) > a::after {
    content: "";
    border: solid var(--color-link);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  .design-system.sticky-mobile-nav nav > ul > li.expanded > a::after {
    transform: rotate(-45deg);
  }
  .design-system.sticky-mobile-nav nav > ul > li:has(> ul) > ul {
    display: none;
  }
  .design-system.sticky-mobile-nav nav > ul > li.expanded > ul,
  .design-system.sticky-mobile-nav nav > ul > li:has(> ul a.active) > ul {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .design-system .toggle,
  .design-system .toggle-label,
  .design-system .mobile-menu-toggle {
    display: none !important;
  }
  .design-system.left-nav nav {
    align-items: start;
    margin-bottom: 16px;
  }
  .design-system.left-nav nav ul {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }
  .design-system.left-nav nav ul,
  .design-system.left-nav nav ul li {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .design-system.left-nav nav ul li ul {
    padding-left: 16px;
    font-size: 1rem;
  }
  .design-system.horizontal-nav nav {
    margin-bottom: 16px;
    justify-content: center;
  }
  .design-system.horizontal-nav nav > ul > li:has(> ul) > a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  }
  .design-system.horizontal-nav nav > ul > li:has(> ul) > a::after {
    content: "";
    border: solid var(--color-link);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  .design-system.horizontal-nav nav > ul > li:hover > a::after {
    transform: rotate(-45deg);
  }
  .design-system.horizontal-nav nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 0 32px;
    flex-wrap: wrap;
  }
  .design-system.horizontal-nav nav ul li {
    text-align: left;
    position: relative;
  }
  .design-system.horizontal-nav nav ul li > ul {
    flex-direction: column;
    gap: 8px;
    background: var(--color-bg);
    border: var(--border);
    border-radius: var(--border-radius);
    display: none;
    height: auto;
    left: -2px;
    padding: 8px;
    position: absolute;
    top: 1.7rem;
    white-space: nowrap;
    width: auto;
    z-index: 1;
  }
  .design-system.horizontal-nav nav ul li > ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 8px;
  }
  .design-system.horizontal-nav nav ul li > ul li {
    position: relative;
  }
  .design-system.horizontal-nav nav ul li > ul li > ul {
    flex-direction: column;
    gap: 8px;
    top: -8px;
    left: 100%;
    margin-left: 8px;
  }
  .design-system.horizontal-nav nav ul li > ul li > ul::before {
    top: 0;
    bottom: 0;
    left: -8px;
    right: auto;
    width: 8px;
    height: auto;
  }
  .design-system.horizontal-nav nav ul li > ul li:hover > ul {
    display: flex;
  }
  .design-system.horizontal-nav nav ul li:hover > ul {
    display: flex;
  }
  .design-system.horizontal-nav nav {
    position: sticky;
    top: 16px;
    z-index: 200;
    background: var(--color-bg);
    padding-inline: 32px;
    padding-block: 8px;
    margin-inline: 16px;
    border-radius: var(--border-radius);
  }
  .design-system.clicky-nav nav > ul > li:has(> ul) > a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  }
  .design-system.clicky-nav nav > ul > li:has(> ul) > a::after {
    content: "";
    border: solid var(--color-link);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  .design-system.clicky-nav nav > ul > li.expanded > a::after {
    transform: rotate(-45deg);
  }
  .design-system.clicky-nav nav > ul > li:hover > ul {
    display: none;
  }
  .design-system.clicky-nav nav > ul > li:has(> ul) > ul {
    display: none;
  }
  .design-system.clicky-nav nav > ul > li.expanded > ul {
    display: flex !important;
  }
}

.design-system .prose {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .prose ul:not([class]) > li::marker {
  content: var(--list-marker-content);
  color: var(--list-marker-color);
}

.design-system .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  font-size: 2rem;
  background: var(--color-tint);
  color: var(--color-text);
  border-radius: 8px;
}

.design-system ol.breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 16px 24px;
  gap: 8px;
  font-size: 0.875rem;
}
.design-system ol.breadcrumbs li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.design-system ol.breadcrumbs a {
  color: var(--color-link);
  text-decoration: none;
  transition: color 150ms ease;
}
.design-system ol.breadcrumbs a:hover {
  text-decoration: underline;
}
.design-system ol.breadcrumbs .separator {
  color: var(--color-text-muted);
}
.design-system ol.breadcrumbs span[aria-current] {
  color: var(--color-text);
  font-weight: 600;
}

.design-system .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-system .btn:focus {
  outline: none;
}
.design-system .btn:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .btn {
  text-decoration: none;
}
.design-system .btn:hover {
  text-decoration: none;
}
.design-system .btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system .btn--primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-system .btn--primary {
  background: var(--color-link);
  color: var(--color-contrast-text);
}
.design-system .btn--primary:hover:not(:disabled) {
  background: var(--color-link-hover);
  color: var(--color-contrast-text);
  transform: translateY(-1px);
}
.design-system .btn--primary:active:not(:disabled) {
  transform: translateY(0);
}
.design-system .btn--primary:hover {
  text-decoration: none;
}
.design-system .btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system .btn--secondary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-system .btn--secondary {
  background: transparent;
  border-color: var(--color-link);
  color: var(--color-link);
}
.design-system .btn--secondary:hover:not(:disabled) {
  background: var(--color-link);
  color: var(--color-contrast-text);
}
.design-system .btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system .btn--ghost:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-system .btn--ghost {
  background: transparent;
  color: var(--color-text);
}
.design-system .btn--ghost:hover:not(:disabled) {
  background: var(--color-hover-bg);
}
.design-system .btn--lg {
  padding: 24px 48px;
  font-size: 1.125rem;
}
.design-system .btn--sm {
  padding: 8px 24px;
  font-size: 0.875rem;
}

.design-system .hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}
@media screen and (min-width: 769px) {
  .design-system .hero {
    padding: 0 32px;
  }
}
.design-system .hero h1 {
  max-width: 900px;
}
.design-system .hero .lead {
  font-size: 1.125rem;
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .design-system .hero .lead {
    font-size: 1.25rem;
  }
}
.design-system .hero .lead {
  color: var(--color-text-muted);
  max-width: 680px;
}
.design-system .badge {
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--color-tint);
  color: var(--color-text);
  border-radius: 9999px;
  font-weight: 600;
}
.design-system .actions {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.design-system ul.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  list-style: none;
}
.design-system div.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.design-system .feature-card,
.design-system .add-on-card {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .feature-card ul,
.design-system .add-on-card ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .feature-card li::marker,
.design-system .add-on-card li::marker {
  color: var(--list-marker-color);
}
.design-system .feature-card ul {
  list-style: "★ ";
}
.design-system .add-on-card ul {
  list-style: "+ ";
}
.design-system .feature {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  transition: transform 250ms ease, border-color 250ms ease, outline-color 250ms ease;
}
.design-system .feature:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
}
.design-system .feature:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .feature:focus-within {
  border-color: var(--color-link);
}
.design-system .feature {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 8px 24px;
  align-items: start;
}
.design-system .feature .icon {
  grid-row: 1;
  grid-column: 1;
}
.design-system .feature h3,
.design-system .feature h4 {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 600;
  grid-row: 1;
  grid-column: 2;
  align-self: center;
}
.design-system .feature p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  grid-row: 2;
  grid-column: 1/-1;
}
.design-system .feature pre {
  grid-column: 1/-1;
}
.design-system .feature h3:first-child,
.design-system .feature h4:first-child {
  grid-column: 1/-1;
}

.design-system dl.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
}
.design-system div.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
}
.design-system .stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-width: 150px;
  padding: 8px 16px;
}
.design-system .stat dt {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  order: 1;
}
.design-system .stat dd {
  order: 0;
}
.design-system .stat dd strong {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-link);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .design-system .stat dd strong {
    font-size: 4rem;
  }
}

.design-system dl.specs-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media screen and (min-width: 651px) {
  .design-system dl.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.design-system .spec-badge {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  min-height: 48px;
}
.design-system .spec-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
}
.design-system .spec-content dt {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  font-weight: 400;
}
.design-system .spec-content dd {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-text);
}

.design-system .cta {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 96px;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  background: linear-gradient(135deg, var(--color-link) 0%, var(--color-secondary) 100%);
  border: none;
  color: var(--color-contrast-text);
  --color-text: var(--color-contrast-text);
  --color-text-muted: var(--color-contrast-text-muted);
}
.design-system .cta p {
  font-size: 1.125rem;
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .design-system .cta p {
    font-size: 1.25rem;
  }
}
.design-system .cta p {
  opacity: 0.9;
  max-width: 680px;
}
.design-system .cta .btn--secondary {
  border-color: var(--color-contrast-text);
  color: var(--color-contrast-text);
}
.design-system .cta .btn--secondary:hover {
  background: var(--color-contrast-text);
  color: var(--color-link);
}

.design-system .split {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 64px;
  align-items: start;
}
@media screen and (min-width: 769px) {
  .design-system .split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 96px;
  }
}
@media screen and (min-width: 769px) {
  .design-system .split--reverse > :first-child {
    order: 2;
  }
  .design-system .split--reverse > :last-child {
    order: 1;
  }
}
.design-system .split > figure {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.design-system .split > figure img {
  width: 100%;
  height: auto;
}
.design-system .split-full {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .design-system .split-full {
    flex-direction: row;
  }
}
.design-system .split-full .left,
.design-system .split-full .right {
  flex: 1;
  padding: var(--section-padding-y) 24px;
  display: flex;
}
@media screen and (min-width: 769px) {
  .design-system .split-full .left,
  .design-system .split-full .right {
    padding: var(--section-padding-y) 32px;
  }
}
.design-system .split-full .left > *,
.design-system .split-full .right > * {
  width: 100%;
  max-width: calc(1200px / 2);
  justify-content: center;
}
.design-system .split-full .left {
  background: var(--body-background-alt);
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .design-system .split-full .left > * {
    padding-right: 64px;
  }
}
.design-system .split-full .right {
  background: var(--color-card-bg);
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .design-system .split-full .right > * {
    padding-left: 64px;
  }
}
.design-system .split-full.dark-left .right, .design-system .split-full.dark-right .left {
  background: transparent;
}
.design-system .split-full.dark-left .left, .design-system .split-full.dark-right .right {
  background: #1f2937;
  color: #f9fafb;
  --color-text: #f9fafb;
  --color-text-muted: #9ca3af;
  --split-btn-color: #f9fafb;
  --split-btn-hover-bg: #f9fafb;
  --split-btn-hover-color: #1f2937;
}
.design-system .split-full.primary-left .left, .design-system .split-full.primary-right .right {
  background: var(--color-link);
  color: var(--color-contrast-text);
  --color-text: var(--color-contrast-text);
  --color-text-muted: var(--color-contrast-text-muted);
  --split-btn-color: var(--color-contrast-text);
  --split-btn-hover-bg: var(--color-contrast-text);
  --split-btn-hover-color: #1f2937;
}
.design-system .split-full.dark-left .left .btn, .design-system .split-full.dark-right .right .btn, .design-system .split-full.primary-left .left .btn, .design-system .split-full.primary-right .right .btn {
  border-color: var(--split-btn-color);
  color: var(--split-btn-color);
}
.design-system .split-full.dark-left .left .btn:hover:not(:disabled), .design-system .split-full.dark-right .right .btn:hover:not(:disabled), .design-system .split-full.primary-left .left .btn:hover:not(:disabled), .design-system .split-full.primary-right .right .btn:hover:not(:disabled) {
  background: var(--split-btn-hover-bg);
  color: var(--split-btn-hover-color);
}

.design-system .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media screen and (min-width: 769px) {
  .design-system .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media screen and (min-width: 1001px) {
  .design-system .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
}
@media screen and (min-width: 769px) {
  .design-system .grid--2 {
    gap: 48px;
  }
}
@media screen and (min-width: 1001px) {
  .design-system .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.design-system .grid--4 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 651px) {
  .design-system .grid--4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1001px) {
  .design-system .grid--4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
.design-system ul.grid,
.design-system ul.grid--2,
.design-system ul.grid--4 {
  list-style: none;
  padding-left: 0;
}

.design-system .slider-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
.design-system .slider-container:not(:has(.slider.overflowing)) .slider-nav {
  display: none;
}
.design-system .slider {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
  list-style: none;
  scrollbar-width: thin;
  scrollbar-color: var(--color-text-muted) transparent;
}
.design-system .slider::-webkit-scrollbar {
  height: 6px;
}
.design-system .slider::-webkit-scrollbar-track {
  background: transparent;
}
.design-system .slider::-webkit-scrollbar-thumb {
  background: var(--color-text-muted);
  border-radius: 9999px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .design-system .slider {
    scroll-behavior: auto;
  }
}
.design-system .slider > * {
  flex-shrink: 0;
  scroll-snap-align: start;
}
.design-system .slider > .feature,
.design-system .slider > article,
.design-system .slider > li {
  width: 280px;
}
@media screen and (min-width: 769px) {
  .design-system .slider > .feature,
  .design-system .slider > article,
  .design-system .slider > li {
    width: 320px;
  }
}
.design-system .slider-nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.design-system .slider-prev,
.design-system .slider-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system .slider-prev:disabled,
.design-system .slider-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-system .slider-prev:focus,
.design-system .slider-next:focus {
  outline: none;
}
.design-system .slider-prev:focus-visible,
.design-system .slider-next:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .slider-prev,
.design-system .slider-next {
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--color-card-bg);
  border: 1px solid var(--body-background-alt);
  border-radius: 9999px;
  color: var(--color-text);
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system .slider-prev:hover:not([disabled]),
.design-system .slider-next:hover:not([disabled]) {
  background: var(--color-link);
  border-color: var(--color-link);
  color: #ffffff;
}
.design-system .slider-prev[disabled],
.design-system .slider-next[disabled] {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.design-system .dark .slider-prev,
.design-system .dark .slider-next {
  background: var(--color-card-bg);
  border-color: #374151;
  color: #f9fafb;
}

.design-system ul.items {
  --item-padding-inline: 24px;
  --item-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 32px;
}
.design-system ul.items:not(.slider) > li {
  flex: 1 1 280px;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .design-system ul.items:not(.slider) > li {
    max-width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1001px) {
  .design-system ul.items:not(.slider) > li {
    max-width: calc(33.333% - 21.3333333333px);
  }
}
.design-system ul.items.slider {
  flex-wrap: nowrap;
}
.design-system ul.items > li {
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  overflow: hidden;
  transition: transform 250ms ease, border-color 250ms ease, outline-color 250ms ease;
}
.design-system ul.items > li:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
}
.design-system ul.items > li:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system ul.items > li:focus-within {
  border-color: var(--color-link);
}
.design-system ul.items > li h3,
.design-system ul.items > li .price,
.design-system ul.items > li p:not(.price),
.design-system ul.items > li ul.list-item-specs {
  padding-inline: var(--item-padding-inline);
}
.design-system ul.items > li > :last-child:not(.image-link):not(.video-wrapper):not(.video-facade) {
  padding-bottom: var(--item-padding-inline);
}
.design-system ul.items > li .image-link {
  display: block;
  overflow: hidden;
}
.design-system ul.items > li .image-link .image-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.design-system ul.items > li .image-link .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.design-system ul.items > li .image-link img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.design-system ul.items > li .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.design-system ul.items > li .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.design-system ul.items > li .video-facade {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
}
.design-system ul.items > li .video-facade .image-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.design-system ul.items > li .video-facade .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.design-system ul.items > li .video-facade .image-wrapper {
  aspect-ratio: 16/9;
}
.design-system ul.items > li .video-facade .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-system ul.items > li .video-facade .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 150ms ease, opacity 150ms ease;
}
.design-system ul.items > li .video-facade .video-play-button svg {
  display: block;
}
.design-system ul.items > li .video-facade .video-play-button .video-play-bg {
  fill: var(--color-video-play-bg);
  fill-opacity: 0.8;
}
.design-system ul.items > li .video-facade .video-play-button .video-play-icon {
  fill: var(--color-contrast-text);
}
.design-system ul.items > li .video-facade:hover .video-play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.design-system ul.items > li .video-facade:hover .video-play-button .video-play-bg {
  fill: var(--color-video-play-hover);
  fill-opacity: 1;
}
.design-system ul.items > li .video-facade.video-facade--no-thumbnail {
  background: var(--body-background-alt);
  aspect-ratio: 16/9;
}
.design-system ul.items > li h3 {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 600;
}
.design-system ul.items > li h3 a {
  color: var(--color-text);
  text-decoration: none;
}
.design-system ul.items > li h3 a:hover {
  color: var(--color-link);
}
.design-system ul.items > li .price {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-link);
}
.design-system ul.items > li p:not(.price) {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}
.design-system ul.items > li > .button,
.design-system ul.items > li > .add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system ul.items > li > .button:disabled,
.design-system ul.items > li > .add-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-system ul.items > li > .button,
.design-system ul.items > li > .add-to-cart {
  background: var(--color-link);
  color: var(--color-contrast-text);
}
.design-system ul.items > li > .button:hover:not(:disabled),
.design-system ul.items > li > .add-to-cart:hover:not(:disabled) {
  background: var(--color-link-hover);
  color: var(--color-contrast-text);
  transform: translateY(-1px);
}
.design-system ul.items > li > .button:active:not(:disabled),
.design-system ul.items > li > .add-to-cart:active:not(:disabled) {
  transform: translateY(0);
}
.design-system ul.items > li > .button,
.design-system ul.items > li > .add-to-cart {
  margin-block-start: auto;
  margin-inline: var(--item-padding-inline);
  margin-bottom: var(--item-padding-inline);
}
.design-system ul.items > li .list-item-cart-controls {
  margin-block-start: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 var(--item-padding-inline) var(--item-padding-inline);
}
.design-system ul.items > li .list-item-cart-controls .add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system ul.items > li .list-item-cart-controls .add-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-system ul.items > li .list-item-cart-controls .add-to-cart {
  background: var(--color-link);
  color: var(--color-contrast-text);
}
.design-system ul.items > li .list-item-cart-controls .add-to-cart:hover:not(:disabled) {
  background: var(--color-link-hover);
  color: var(--color-contrast-text);
  transform: translateY(-1px);
}
.design-system ul.items > li .list-item-cart-controls .add-to-cart:active:not(:disabled) {
  transform: translateY(0);
}
.design-system ul.items > li .list-item-cart-controls .add-to-cart {
  margin: 0;
}
.design-system ul.items > li .list-item-cart-controls .item-quantity {
  margin: 0;
}
.design-system ul.items > li ul.list-item-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-block-start: auto;
  list-style: none;
}
.design-system ul.items > li ul.list-item-specs li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}
.design-system ul.items > li ul.list-item-specs li svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.design-system ul.items > li ul.list-item-specs li span {
  white-space: nowrap;
}
.design-system ul.items.video-cards > li:hover {
  transform: none;
}
.design-system ul.items.expanded:not(.slider) > li {
  flex: 1 1 100%;
  min-width: calc(33.333% - 32px);
  max-width: 100%;
}

.design-system .reviews-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
.design-system .reviews-grid > li {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .design-system .reviews-grid > li {
    text-align: center;
  }
}
.design-system .reviews-grid .review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.design-system .reviews-grid .rating {
  font-size: 1.25rem;
}
.design-system .reviews-grid .date {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin-inline-start: auto;
}
.design-system .reviews-grid .review {
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.625;
}
.design-system .reviews-grid .products {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: italic;
  color: var(--color-text-muted);
}
.design-system .reviews-grid .products a {
  color: var(--color-link);
  text-decoration: none;
}
.design-system .reviews-grid .products a:hover {
  text-decoration: underline;
}
.design-system .reviews-grid .author-info {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-block-start: auto;
}
@media screen and (max-width: 768px) {
  .design-system .reviews-grid .author-info {
    flex-direction: column;
    align-items: center;
  }
}
.design-system .reviews-grid .author-info .reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  object-fit: cover;
  flex-shrink: 0;
}
.design-system .reviews-grid .author-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
  font-size: 0.875rem;
}
.design-system .reviews-grid .name {
  font-weight: 600;
  color: var(--color-text);
}
.design-system .reviews-grid .review-link {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-link);
  text-decoration: none;
}
.design-system .reviews-grid .review-link:hover {
  text-decoration: underline;
}

.design-system .code-block {
  position: relative;
}
.design-system .code-block .code-block-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #374151;
  border-radius: 8px 8px 0 0;
  color: #9ca3af;
  font-size: 0.875rem;
}
.design-system .code-block .dots {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.design-system .code-block .dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.design-system .code-block .dots span:nth-child(1) {
  background: #ef4444;
}
.design-system .code-block .dots span:nth-child(2) {
  background: #f59e0b;
}
.design-system .code-block .dots span:nth-child(3) {
  background: #10b981;
}
.design-system .code-block pre {
  padding: 24px;
  background: #1f2937;
  border-radius: 0 0 8px 8px;
  color: #f9fafb;
}
.design-system .code-block pre code {
  font-size: 0.875rem;
  line-height: 1.625;
  color: #f9fafb;
  background: none;
  white-space: pre-wrap;
  word-break: break-word;
}

.design-system footer {
  --section-padding-y: calc(64px * 0.6);
}
@media screen and (min-width: 769px) {
  .design-system footer {
    --section-padding-y: 64px;
  }
}
.design-system footer {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
  background: #1f2937;
  color: #f9fafb;
  --color-bg: #1f2937;
  --body-background-alt: #374151;
  --color-text: #f9fafb;
  --color-text-muted: #9ca3af;
  --color-card-bg: #374151;
  color: #9ca3af;
  text-align: center;
}
.design-system footer a {
  color: #d1d5db;
}
.design-system footer a:hover {
  color: #ffffff;
}
.design-system footer p {
  margin: 0 0 16px;
}
.design-system footer .socials {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.design-system section:has(> .video-background),
.design-system section:has(> .container > .video-background) {
  padding: 0;
}
.design-system .video-background {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1f2937;
}
.design-system .video-background > iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
  border: 0;
}
@supports (aspect-ratio: 16/9) {
  .design-system .video-background > iframe {
    width: 177.77vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
  }
}
.design-system .video-background > figure {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-contrast-text);
  padding: 32px;
  --color-text: var(--color-contrast-text);
  --color-text-muted: var(--color-contrast-text-muted);
}
.design-system .video-background figcaption {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .design-system .video-background figcaption {
    padding-inline: 32px;
  }
}
.design-system .video-background figcaption {
  text-align: center;
  max-width: 100%;
}
.design-system .video-background figcaption h1, .design-system .video-background figcaption h2, .design-system .video-background figcaption h3, .design-system .video-background figcaption h4, .design-system .video-background figcaption h5, .design-system .video-background figcaption h6 {
  color: var(--color-contrast-text);
  text-shadow: var(--shadow-sm);
}
.design-system .video-background figcaption p {
  color: var(--color-contrast-text-muted);
  text-shadow: var(--shadow-sm);
}
.design-system .video-background figcaption .btn, .design-system .video-background figcaption a.btn {
  background: var(--color-contrast-text-muted);
  color: var(--color-text);
  border-color: transparent;
}
.design-system .video-background figcaption .btn:hover, .design-system .video-background figcaption a.btn:hover {
  background: var(--color-contrast-text);
}
.design-system .video-background figcaption .btn--primary {
  background: var(--color-link);
  color: var(--color-contrast-text);
  border-color: transparent;
}
.design-system .video-background figcaption .btn--primary:hover {
  background: var(--color-link-hover);
}

.design-system section:has(> .image-background),
.design-system section:has(> .container > .image-background) {
  padding: 0;
}
.design-system .image-background {
  position: relative;
  width: 100%;
  overflow: clip;
  aspect-ratio: 8/3;
  background: #1f2937;
}
.design-system .image-background > div {
  position: absolute;
  inset: 0;
}
.design-system .image-background > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-system .image-background > div .image-wrapper {
  position: absolute;
  inset: 0;
  background-size: cover;
}
.design-system .image-background > figure {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-contrast-text);
  padding: 32px;
  --color-text: var(--color-contrast-text);
  --color-text-muted: var(--color-contrast-text-muted);
}
.design-system .image-background figcaption {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 769px) {
  .design-system .image-background figcaption {
    padding-inline: 32px;
  }
}
.design-system .image-background figcaption {
  text-align: center;
  max-width: 100%;
}
.design-system .image-background figcaption h1, .design-system .image-background figcaption h2, .design-system .image-background figcaption h3, .design-system .image-background figcaption h4, .design-system .image-background figcaption h5, .design-system .image-background figcaption h6 {
  color: var(--color-contrast-text);
  text-shadow: var(--shadow-sm);
}
.design-system .image-background figcaption p {
  color: var(--color-contrast-text-muted);
  text-shadow: var(--shadow-sm);
}
.design-system .image-background figcaption .btn, .design-system .image-background figcaption a.btn {
  background: var(--color-contrast-text-muted);
  color: var(--color-text);
  border-color: transparent;
}
.design-system .image-background figcaption .btn:hover, .design-system .image-background figcaption a.btn:hover {
  background: var(--color-contrast-text);
}
.design-system .image-background figcaption .btn--primary {
  background: var(--color-link);
  color: var(--color-contrast-text);
  border-color: transparent;
}
.design-system .image-background figcaption .btn--primary:hover {
  background: var(--color-link-hover);
}
.design-system .image-background.parallax > div {
  inset: -15%;
}
@supports (animation-timeline: view()) {
  .design-system .image-background.parallax > div {
    animation: parallax-scroll linear;
    animation-timeline: view(block);
    animation-range: entry 0% exit 100%;
  }
}

@keyframes parallax-scroll {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(10%);
  }
}
.design-system .contact-form-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 64px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .design-system .contact-form-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 96px;
  }
}
.design-system .contact-form-block > .prose {
  text-align: center;
}
.design-system .contact-form-block > .form {
  width: 100%;
}
.design-system .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .contact-form > label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-text);
}
.design-system .contact-form input[type=text],
.design-system .contact-form input[type=email],
.design-system .contact-form input[type=tel],
.design-system .contact-form input[type=url],
.design-system .contact-form input[type=number],
.design-system .contact-form textarea,
.design-system .contact-form select {
  width: 100%;
  padding: 16px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text);
  background: var(--color-card-bg);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: border-color 150ms ease;
}
.design-system .contact-form input[type=text]::placeholder,
.design-system .contact-form input[type=email]::placeholder,
.design-system .contact-form input[type=tel]::placeholder,
.design-system .contact-form input[type=url]::placeholder,
.design-system .contact-form input[type=number]::placeholder,
.design-system .contact-form textarea::placeholder,
.design-system .contact-form select::placeholder {
  color: var(--color-text-muted);
}
.design-system .contact-form input[type=text]:focus,
.design-system .contact-form input[type=email]:focus,
.design-system .contact-form input[type=tel]:focus,
.design-system .contact-form input[type=url]:focus,
.design-system .contact-form input[type=number]:focus,
.design-system .contact-form textarea:focus,
.design-system .contact-form select:focus {
  outline: none;
  border-color: var(--color-link);
  box-shadow: 0 0 0 3px var(--color-tint);
}
.design-system .contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.design-system .contact-form select {
  cursor: pointer;
}
.design-system .contact-form fieldset.radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
  border: none;
  padding: 0;
}
.design-system .contact-form fieldset.radio-group legend {
  font-weight: 600;
  margin-bottom: 8px;
}
.design-system .contact-form fieldset.radio-group .radio-option {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}
.design-system .contact-form fieldset.radio-group .radio-option input[type=radio] {
  accent-color: var(--color-link);
}
.design-system .contact-form fieldset.radio-group .radio-option label {
  font-weight: 400;
  cursor: pointer;
}
.design-system .contact-form > button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system .contact-form > button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-system .contact-form > button[type=submit] {
  background: var(--color-link);
  color: var(--color-contrast-text);
}
.design-system .contact-form > button[type=submit]:hover:not(:disabled) {
  background: var(--color-link-hover);
  color: var(--color-contrast-text);
  transform: translateY(-1px);
}
.design-system .contact-form > button[type=submit]:active:not(:disabled) {
  transform: translateY(0);
}
.design-system .contact-form > button[type=submit] {
  align-self: flex-start;
  margin-top: 8px;
}

.design-system .search-box {
  display: flex;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 150ms ease;
}
.design-system .search-box:focus-within {
  border-color: var(--color-link);
  box-shadow: 0 0 0 3px var(--color-tint);
}
.design-system .search-box input[type=search] {
  flex: 1;
  padding: 16px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  background: var(--color-card-bg);
  border: none;
  outline: none;
  min-width: 0;
}
.design-system .search-box input[type=search]::placeholder {
  color: var(--color-text-muted);
}
.design-system .search-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background: var(--color-link);
  color: var(--color-contrast-text);
  border: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  font-size: 1rem;
  transition: background 150ms ease;
}
.design-system .search-box button:hover {
  background: var(--color-link-hover);
}
.design-system #search-results {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 24px;
}
.design-system .search-message {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin: 0;
}
.design-system .search-results-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.design-system .search-result {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  transition: transform 250ms ease, border-color 250ms ease, outline-color 250ms ease;
}
.design-system .search-result:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
}
.design-system .search-result:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .search-result:focus-within {
  border-color: var(--color-link);
}
.design-system .search-result:hover {
  border-color: var(--color-link);
}
.design-system a.search-result__link {
  display: flex;
  gap: 24px;
  text-decoration: none;
  color: inherit;
}
.design-system .search-result__image {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.design-system .search-result__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
}
.design-system .search-result__body h3 {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 600;
  color: var(--color-link);
  margin: 0;
}
.design-system .search-result__body p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin: 0;
}
.design-system .search-result__body p mark {
  background: var(--color-tint);
  color: var(--color-text);
  border-radius: 2px;
  padding-inline: 2px;
}
.design-system .search-load-more {
  align-self: center;
}
.design-system .search-load-more[hidden] {
  display: none;
}

.design-system .property-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .property-header .check-availability {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
}
.design-system .property-header .check-availability:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.design-system .property-header .check-availability {
  background: var(--color-link);
  color: var(--color-contrast-text);
}
.design-system .property-header .check-availability:hover:not(:disabled) {
  background: var(--color-link-hover);
  color: var(--color-contrast-text);
  transform: translateY(-1px);
}
.design-system .property-header .check-availability:active:not(:disabled) {
  transform: translateY(0);
}
.design-system .property-header .check-availability {
  align-self: flex-start;
}
.design-system .property-header .property-price {
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .design-system .property-header .property-price {
    font-size: 2rem;
  }
}
.design-system .property-header .property-price {
  color: var(--color-link);
}
.design-system .property-gallery {
  width: 100%;
  min-width: 0;
}
.design-system .property-gallery .current-image {
  cursor: zoom-in;
  border-radius: 8px;
  overflow: hidden;
}
.design-system .property-gallery .current-image .image-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.design-system .property-gallery .current-image .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.design-system .property-gallery .current-image .image-wrapper {
  aspect-ratio: 4/3;
  width: 100%;
}
.design-system .property-gallery .current-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-system .property-gallery .gallery-full-size-images {
  display: none;
}
.design-system .property-gallery .property-thumbnails {
  margin-top: 16px;
}
.design-system .property-gallery .property-thumbnails ul.image-gallery.slider {
  gap: 8px;
  padding-bottom: 8px;
}
.design-system .property-gallery .property-thumbnails ul.image-gallery.slider li {
  width: 120px;
}
@media screen and (min-width: 769px) {
  .design-system .property-gallery .property-thumbnails ul.image-gallery.slider li {
    width: 150px;
  }
}
@media screen and (min-width: 1001px) {
  .design-system .property-gallery .property-thumbnails ul.image-gallery.slider li {
    width: 180px;
  }
}
.design-system .property-gallery .property-thumbnails ul.image-gallery.slider li a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.design-system .property-gallery .property-thumbnails ul.image-gallery.slider li a figure .image-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.design-system .property-gallery .property-thumbnails ul.image-gallery.slider li a figure .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.design-system .property-gallery .property-thumbnails ul.image-gallery.slider li a figure .image-wrapper {
  aspect-ratio: 4/3;
}
.design-system .property-gallery .property-thumbnails ul.image-gallery.slider li a figure .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 150ms ease;
}
.design-system .property-gallery .property-thumbnails ul.image-gallery.slider li a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.design-system .property-gallery .property-thumbnails ul.image-gallery.slider li a:hover img {
  transform: scale(1.05);
}
.design-system .property-gallery .property-thumbnails ul.image-gallery.slider li a:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .property-gallery .property-thumbnails .slider-nav {
  text-align: center;
  margin-top: 8px;
}
.design-system .property-gallery .property-thumbnails .slider-nav a {
  cursor: pointer;
  padding: 8px 16px;
  text-decoration: none;
}
.design-system .property-gallery .property-thumbnails .slider-nav a[disabled] {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.design-system .property-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .property-content .property-rating a {
  color: var(--color-link);
}
.design-system .property-content .property-rating a:hover {
  color: var(--color-link-hover);
}
.design-system .property-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
  padding-left: 32px;
  list-style: disc;
}
.design-system .property-specs dl {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.design-system .property-specs dl > div {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 16px;
  background: var(--body-background-alt);
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.design-system .property-specs dl > div span[aria-hidden] {
  flex-shrink: 0;
}
.design-system .property-specs dl > div dt {
  font-weight: 600;
  color: var(--color-text);
}
.design-system .property-specs dl > div dd {
  color: var(--color-text-muted);
}
.design-system .property-tabs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .property-tabs > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.design-system .property-tabs > ul a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  color: var(--color-text-muted);
  transition: background 150ms ease, color 150ms ease;
}
.design-system .property-tabs > ul a:hover, .design-system .property-tabs > ul a.active {
  background: var(--body-background-alt);
  color: var(--color-text);
}
.design-system .property-tabs > div {
  display: none;
  gap: 24px;
  align-items: flex-start;
}
.design-system .property-tabs > div.active {
  display: flex;
}
.design-system .property-tabs > div > .image {
  flex-shrink: 0;
}
.design-system .property-tabs > div > .image .image-wrapper {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.design-system .property-tabs > div > .image .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.design-system .property-tabs > div > div {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .design-system .property-tabs > div {
    flex-direction: column;
  }
}
.design-system .property-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.design-system .property-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.design-system .property-map {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.design-system .faqs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .faqs dt {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 600;
}
.design-system .faqs dd {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-text-muted);
  line-height: 1.625;
}

.design-system .guide-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .guide-navigation a {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-link);
  text-decoration: none;
}
.design-system .guide-navigation a:hover {
  text-decoration: underline;
}
.design-system .guide-categories-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
  list-style: none;
}
.design-system .guide-categories-list > li {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  transition: transform 250ms ease, border-color 250ms ease, outline-color 250ms ease;
}
.design-system .guide-categories-list > li:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
}
.design-system .guide-categories-list > li:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .guide-categories-list > li:focus-within {
  border-color: var(--color-link);
}
.design-system .guide-categories-list > li .guide-category-icon {
  flex-shrink: 0;
}
.design-system .guide-categories-list > li .guide-category-icon svg {
  width: 3rem;
  height: 3rem;
  color: var(--color-link);
}
.design-system .guide-categories-list > li .guide-category-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .guide-categories-list > li .guide-category-info a {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
}
.design-system .guide-categories-list > li .guide-category-info a:hover {
  color: var(--color-link);
}
.design-system .guide-categories-list > li .guide-category-info p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}
.design-system .guide-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: flex-start;
  list-style: none;
}
.design-system .guide-list > li {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
  transition: transform 250ms ease, border-color 250ms ease, outline-color 250ms ease;
}
.design-system .guide-list > li:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.2);
}
.design-system .guide-list > li:focus-visible {
  outline: 2px solid var(--color-link);
  outline-offset: 2px;
}
.design-system .guide-list > li:focus-within {
  border-color: var(--color-link);
}
.design-system .guide-list > li a {
  font-size: 1.25rem;
  line-height: 1.375;
  font-weight: 600;
  color: var(--color-text);
  text-decoration: none;
}
.design-system .guide-list > li a:hover {
  color: var(--color-link);
}
.design-system .guide-list > li p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}

.design-system #theme-switcher-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 500;
  background: var(--color-bg);
  color: var(--color-text);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  padding: 0;
}
.design-system #theme-switcher-button:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-md);
}
.design-system #theme-switcher-button:active {
  transform: scale(0.95);
}

.design-system .cart-icon {
  position: fixed;
  bottom: 24px;
  left: 24px;
  padding: 8px 16px;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 500;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-bg);
  color: var(--color-text);
  gap: 8px;
  font-family: var(--font-family-body);
  font-size: 1rem;
  box-shadow: var(--shadow-sm);
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.design-system .cart-icon:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-md);
}
.design-system .cart-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.design-system .cart-icon .cart-count {
  font-size: 0.75rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .design-system .cart-icon {
    bottom: 16px;
    left: 16px;
  }
}
@keyframes cartBounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.design-system .cart-icon.cart-bounce {
  animation: cartBounce 0.6s ease;
}

.design-system .freetobook .iframe-container {
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-card-bg);
}
.design-system .freetobook .iframe-container iframe {
  border: none;
  width: 100%;
  height: 1000px;
}

.design-system .stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .stack--sm {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .stack--lg {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .stack--xl {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: stretch;
  justify-content: flex-start;
}
.design-system .row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}
.design-system .row--sm {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.design-system .row--lg {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
}
.design-system .text-center {
  text-align: center;
}
.design-system .text-muted {
  color: var(--color-text-muted);
}
.design-system .text-primary {
  color: var(--color-link);
}
.design-system .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.map-embed {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border: var(--border);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  margin: 2rem 0;
}
.map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.items > li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.items > li.scroll-visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (prefers-reduced-motion: reduce) {
  .items > li {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.cart-icon {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  margin: 0;
  cursor: pointer;
  display: flex;
  z-index: 999;
  border-radius: var(--border-radius);
  gap: 0.5rem;
}
.cart-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.cart-icon .cart-count {
  font-size: 0.75rem;
  height: 1.25rem;
}

@keyframes cartBounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.cart-icon.cart-bounce {
  animation: cartBounce 0.6s ease;
}

dialog.cart-overlay {
  background: var(--color-bg);
  color: var(--color-text);
  border: var(--border);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  max-width: 40rem;
  width: calc(100% - 2rem);
  max-height: 90vh;
  padding: 0;
  margin: auto;
}
dialog.cart-overlay[open] {
  display: flex;
  flex-direction: column;
}
dialog.cart-overlay::backdrop {
  background: rgba(0, 0, 0, 0.85);
}
dialog.cart-overlay > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: var(--border);
}
dialog.cart-overlay > header h2 {
  margin: 0;
}
dialog.cart-overlay > header form {
  display: contents;
}
dialog.cart-overlay > header .close {
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 2rem;
  height: 2rem;
}
dialog.cart-overlay > header {
  padding: 2rem 1rem;
  border: 0;
  margin: 0;
  box-shadow: none;
}

html:has(dialog.cart-overlay[open]) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
  min-height: 15rem;
}

.cart-empty {
  text-align: center;
  padding: 3rem 1rem;
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-item {
  border: var(--border);
  border-radius: var(--border-radius);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 769px) {
  .cart-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.cart-item-info {
  flex: 1;
}
.cart-item-info .cart-item-name {
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.cart-item-controls {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.cart-item-remove {
  margin: 0;
  padding: 0.5rem 1rem;
}

.cart-footer {
  padding: 1.5rem;
  border-top: var(--border);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.cart-checkout-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cart-checkout {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.cart-checkout .payment-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.cart-checkout-stripe {
  background-color: #635bff;
  border-color: #635bff;
  color: #fff;
}
.cart-checkout-stripe:hover:not(:disabled) {
  background-color: #4f46e5;
  border-color: #4f46e5;
}
.cart-checkout-stripe:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media screen and (max-width: 768px) {
  .cart-icon {
    bottom: 1rem;
    left: 1rem;
  }
  dialog.cart-overlay {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }
  dialog.cart-overlay > header {
    padding: 1rem;
  }
  .cart-body,
  .cart-footer {
    padding: 1rem;
  }
}
.list-item-cart-controls {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 1rem 1rem;
  margin-top: auto;
}
@media screen and (min-width: 651px) {
  .list-item-cart-controls {
    flex-direction: row;
    align-items: center;
  }
}

.item-quantity {
  display: flex;
  align-items: center;
  gap: 0;
}
.item-quantity button,
.item-quantity input {
  height: 2.25rem;
  margin: 0;
}
.item-quantity .quantity-decrease {
  padding: 0.25rem 0.5rem;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.item-quantity .quantity-input {
  width: 3rem;
  border-radius: 0;
  text-align: center;
}
.item-quantity .quantity-input::-webkit-inner-spin-button, .item-quantity .quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.item-quantity .quantity-input {
  -moz-appearance: textfield;
}
.item-quantity .quantity-increase {
  padding: 0.25rem 0.5rem;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.quote-cart-empty {
  text-align: center;
  padding: 2rem 1rem;
  border: var(--border);
  border-radius: var(--border-radius);
}

.quote-cart-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}

.quote-cart-items:not(:empty) {
  animation: slideInFade 0.4s ease-out forwards;
}

@keyframes slideInFade {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 2000px;
  }
}
.quote-cart-item {
  border: var(--border);
  border-radius: var(--border-radius);
  padding: 1rem;
}
.quote-cart-item > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 651px) {
  .quote-cart-item > ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.quote-cart-item .quote-cart-item-info {
  display: flex;
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
  font-weight: bold;
}
@media screen and (min-width: 651px) {
  .quote-cart-item .quote-cart-item-info {
    flex: 1;
    min-width: 0;
  }
}
.quote-cart-item .quote-cart-item-actions {
  display: flex;
  align-items: center;
  gap: 0;
}
.quote-cart-item .quote-cart-item-actions button {
  margin: 0;
  height: 2.5rem;
}
.quote-cart-item .quote-cart-item-actions .quantity-decrease {
  padding: 0.25rem 0.75rem;
  width: 2rem;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.quote-cart-item .quote-cart-item-actions .quantity-increase {
  padding: 0.25rem 0.75rem;
  width: 2rem;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.quote-cart-item .quote-cart-item-actions input[type=number] {
  width: 3rem;
  height: 2.5rem;
  margin: 0;
  border-radius: 0;
  text-align: center;
}
.quote-cart-item .quote-cart-item-actions input[type=number]::-webkit-inner-spin-button, .quote-cart-item .quote-cart-item-actions input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quote-cart-item .quote-cart-item-actions input[type=number] {
  -moz-appearance: textfield;
}
.quote-cart-item .quote-cart-item-actions button[data-action=remove] {
  margin-left: 0.75rem;
  padding: 0 1rem;
}
.quote-cart-item .quote-cart-item-specs {
  font-size: 0.9em;
  color: var(--color-text);
  opacity: 0.8;
}
@media screen and (min-width: 651px) {
  .quote-cart-item .quote-cart-item-specs {
    flex-basis: 100%;
  }
}
.quote-cart-item .quote-cart-item-subtitle {
  width: 100%;
}

.quote-cart-actions {
  margin-top: 1.5rem;
  text-align: center;
  animation: slideInFade 0.4s ease-out forwards;
  justify-content: end;
}

.quote-checkout-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.quote-checkout-item {
  display: flex;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: var(--border);
}
.quote-checkout-item:last-child {
  border-bottom: none;
}

.quote-checkout-item-name {
  flex: 1;
}

.quote-checkout-item-qty {
  color: var(--color-text);
  opacity: 0.6;
}

.quote-checkout-item-price {
  font-weight: bold;
}

.quote-price {
  list-style: none;
  padding: 1rem;
  margin: 1rem 0;
  border: var(--border);
  border-radius: var(--border-radius);
  background: var(--color-accent);
}
.quote-price > li {
  padding: 0.25rem 0;
}
.quote-price ul {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0;
}
.quote-price ul li {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
}

@media screen and (min-width: 769px) {
  body.one-column .quote-layout {
    display: grid;
    grid-template-areas: "progress progress" "main sidebar";
    grid-template-columns: 1fr min-content;
    gap: 2rem;
  }
  body.one-column .quote-layout .quote-steps-progress {
    grid-area: progress;
  }
  body.one-column .quote-layout .quote-main,
  body.one-column .quote-layout .quote-steps,
  body.one-column .quote-layout .contact-form {
    margin: 0;
    grid-area: main;
    max-width: 100%;
    width: 100%;
  }
  body.one-column .quote-layout .quote-sidebar {
    grid-area: sidebar;
  }
  body.one-column .quote-main,
  body.one-column .quote-layout > form {
    flex: 1;
    min-width: 0;
  }
  body.one-column .quote-sidebar {
    width: 16rem;
    flex-shrink: 0;
    position: sticky;
    top: 1rem;
  }
  body.one-column .quote-sidebar .quote-price {
    margin-top: 0;
  }
}

#toast-notifications {
  position: fixed;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  pointer-events: none;
}

.toast-notification {
  background: var(--color-text);
  color: var(--color-bg);
  padding: 0.75rem 1.5rem;
  border-radius: var(--border-radius);
  font-size: 0.95rem;
  max-width: 90vw;
  text-align: center;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: auto;
}
.toast-notification.toast-visible {
  opacity: 1;
  transform: translateY(0);
}

.hire-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  list-style: none;
  padding: 0.75rem 1rem;
  margin: 1rem 0;
  border: var(--border);
  border-radius: var(--border-radius);
  background: var(--color-accent);
}

.hire-dates-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hire-dates-fields label {
  flex: 1;
  min-width: 10rem;
}
.hire-dates-fields input[type=date] {
  width: 100%;
  margin-top: 0.25rem;
}

.hire-total {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: var(--border);
  font-weight: bold;
}

@media screen and (max-width: 650px) {
  .hire-dates-fields {
    flex-direction: column;
  }
}
.quote-steps {
  max-width: var(--width-card-wide);
}

.quote-steps-progress {
  margin-bottom: 2rem;
  padding: 1rem 0;
}
.quote-steps-progress ul {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.quote-steps-progress li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}
.quote-steps-progress li [data-name=name] {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.6;
  text-align: center;
  max-width: 5rem;
  line-height: 1.2;
  order: -1;
}
.quote-steps-progress li [data-name=index] {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: var(--border);
  background: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  transition: all 0.2s ease;
}
.quote-steps-progress li[aria-current=step] [data-name=name] {
  opacity: 1;
  font-weight: bold;
}
.quote-steps-progress li[aria-current=step] [data-name=index] {
  background: var(--color-text);
  color: var(--color-bg);
}
.quote-steps-progress li.completed {
  cursor: pointer;
}
.quote-steps-progress li.completed [data-name=index] {
  background: var(--color-accent);
}
.quote-steps-progress li.completed:hover {
  opacity: 0.8;
}

.quote-step {
  display: none;
}
.quote-step.active {
  display: block;
}

.quote-step-title {
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
}

.quote-step-body {
  margin: -1rem 0 1.5rem;
  font-size: 0.9rem;
  opacity: 0.8;
}

.quote-step-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.quote-step-fields > * {
  width: 100%;
}
@media screen and (min-width: 651px) {
  .quote-step-fields > .field-half {
    width: calc(50% - 0.5rem);
  }
}

.quote-steps-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: var(--border);
}
.quote-steps-nav .button {
  width: 100%;
}
@media screen and (min-width: 651px) {
  .quote-steps-nav {
    flex-direction: row;
  }
  .quote-steps-nav .button {
    width: auto;
  }
  .quote-steps-nav .quote-step-back-to-items,
  .quote-steps-nav .quote-step-prev {
    order: 1;
  }
  .quote-steps-nav .quote-step-next,
  .quote-steps-nav .quote-step-submit {
    order: 2;
    margin-left: auto;
  }
}

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

.quote-recap-section {
  padding: 1rem;
  border: var(--border);
  border-radius: var(--border-radius);
  background: var(--color-accent);
}
.quote-recap-section h4 {
  margin: 0 0 1rem;
}

.quote-recap-list {
  margin: 0;
  display: grid;
  gap: 0.5rem;
}
.quote-recap-list dt {
  font-weight: bold;
  margin-top: 0.5rem;
}
.quote-recap-list dt:first-child {
  margin-top: 0;
}
.quote-recap-list dd {
  margin: 0;
}

.radio-group {
  border: none;
  padding: 0;
  margin: 0 0 1rem;
}
.radio-group legend {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.radio-option input[type=radio] {
  margin: 0;
}
.radio-option label {
  margin: 0;
  font-weight: normal;
}

.quote-step select {
  width: 100%;
}

.field-error:is(input, select, textarea) {
  border-color: var(--color-error);
  outline: 2px solid var(--color-error);
  outline-offset: -2px;
}
.field-error:is(label, fieldset) {
  color: var(--color-error);
}

ul.items.slider {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}
@media screen and (prefers-reduced-motion: reduce) {
  ul.items.slider {
    scroll-behavior: auto;
  }
}
ul.items.slider > * {
  flex-shrink: 0;
  scroll-snap-align: start;
}

.slider-container:not(:has(.slider:is(.overflowing))) .slider-nav {
  display: none;
}

.slider-nav {
  text-align: center;
  margin: 0.5rem 0 0;
}
.slider-nav a {
  cursor: pointer;
}
.slider-nav a[disabled] {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.stripe-checkout-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 2rem;
}
.stripe-checkout-page p {
  font-size: 1.25rem;
  margin: 0;
}
.stripe-checkout-page .error {
  color: #c41e3a;
}

noscript p {
  border: 2px solid #c41e3a;
  background-color: #ffe6e6;
  color: #c41e3a;
  border-radius: var(--border-radius);
  margin: 2rem 0;
  padding: 1rem;
}

@media screen and (min-width: 651px) {
  .products-layout {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
  }
}

@media screen and (min-width: 651px) {
  .products-content {
    flex: 1;
    min-width: 0;
  }
}

.filtered-items .filter-spinner {
  display: block;
  margin: 16px auto;
  opacity: 0;
  animation: spinner-fade 0.5s ease-out forwards, spinner-rotate 1s linear infinite;
}
.filtered-items .filtered-content {
  opacity: 0;
  pointer-events: none;
  animation: content-fade 0.3s ease-out 0.5s forwards;
}
@media screen and (prefers-reduced-motion: reduce) {
  .filtered-items .filter-spinner {
    display: none;
  }
  .filtered-items .filtered-content {
    opacity: 1;
    pointer-events: auto;
    animation: none;
  }
}

@keyframes spinner-fade {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spinner-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes content-fade {
  from {
    opacity: 0;
    pointer-events: none;
  }
  to {
    opacity: 1;
    pointer-events: auto;
  }
}
.item-filter {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--color-bg);
  border: var(--border);
  border-radius: var(--border-radius);
}
@media screen and (min-width: 651px) {
  .item-filter {
    position: sticky;
    top: 1rem;
    width: 220px;
    flex-shrink: 0;
    margin-bottom: 0;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
  }
}
.item-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.item-filter .filter-active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: var(--border);
}
.item-filter .filter-active:empty {
  display: none;
}
.item-filter .filter-active li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  background: var(--color-link);
  color: var(--color-bg);
  border-radius: var(--border-radius);
  font-size: 0.875rem;
}
.item-filter .filter-active li a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.item-filter .filter-active li:last-child {
  background: transparent;
  color: var(--color-link);
  margin-left: auto;
  padding: 0;
}
@media screen and (min-width: 651px) {
  .item-filter .filter-active li:last-child {
    margin-left: 0;
    width: 100%;
  }
}
.item-filter .filter-groups > li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 651px) {
  .item-filter .filter-groups > li {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .item-filter .filter-groups > li:last-child {
    margin-bottom: 0;
  }
}
.item-filter .filter-groups > li > span {
  font-weight: bold;
}
@media screen and (min-width: 651px) {
  .item-filter .filter-groups > li > span {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.item-filter .filter-groups > li > ul {
  display: contents;
}
@media screen and (min-width: 651px) {
  .item-filter .filter-groups > li > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
}
.item-filter .filter-groups > li > ul li {
  padding: 0;
  border: var(--border);
  border-radius: var(--border-radius);
  font-size: 0.875rem;
}
.item-filter .filter-groups > li > ul li a {
  padding: 0.25rem 0.75rem;
  display: block;
  text-decoration: none;
}
.item-filter .filter-groups > li > ul li.active {
  background: var(--color-link);
}
.item-filter .filter-groups > li > ul li.active a {
  color: var(--color-bg);
}
.item-filter .sort-dropdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
@media screen and (min-width: 651px) {
  .item-filter .sort-dropdown {
    display: block;
  }
}
.item-filter .sort-dropdown span {
  font-weight: bold;
}
@media screen and (min-width: 651px) {
  .item-filter .sort-dropdown span {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.item-filter .sort-dropdown select {
  margin: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  width: auto;
}
@media screen and (min-width: 651px) {
  .item-filter .sort-dropdown select {
    width: 100%;
  }
}
.item-filter noscript p {
  margin: 0.5rem 0;
  padding: 0.5rem;
  font-size: 0.875rem;
}

dialog.image-popup {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: auto;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  max-width: none;
  max-height: none;
}
@media screen and (min-width: 769px) {
  dialog.image-popup {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}
dialog.image-popup[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
dialog.image-popup .popup-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  min-width: 0;
}
dialog.image-popup .image-wrapper {
  height: 100%;
  height: -webkit-fill-availble;
  height: -moz-available;
  height: stretch;
  width: 100%;
  width: -webkit-fill-availble;
  width: -moz-available;
  width: stretch;
  cursor: pointer;
}
dialog.image-popup img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
dialog.image-popup .popup-nav {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.2s;
}
@media screen and (min-width: 769px) {
  dialog.image-popup .popup-nav {
    width: 3rem;
    height: 3rem;
  }
}
dialog.image-popup .popup-nav:hover {
  background: rgba(0, 0, 0, 0.7);
}
dialog.image-popup .popup-nav svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 769px) {
  dialog.image-popup .popup-nav svg {
    width: 2rem;
    height: 2rem;
  }
}
dialog.image-popup [data-nav=prev] {
  margin-right: 0.5rem;
}
@media screen and (min-width: 769px) {
  dialog.image-popup [data-nav=prev] {
    margin-right: 1rem;
  }
}
dialog.image-popup [data-nav=next] {
  margin-left: 0.5rem;
}
@media screen and (min-width: 769px) {
  dialog.image-popup [data-nav=next] {
    margin-left: 1rem;
  }
}

html:has(dialog.image-popup[open]) {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.current-image {
  cursor: zoom-in;
}

ul#guide-categories {
  padding: 0;
  list-style-type: none;
}
ul#guide-categories li {
  padding-left: 6rem;
  position: relative;
}
ul#guide-categories li svg {
  position: absolute;
  top: 0;
  width: 4rem;
  height: 4rem;
  left: 0;
}

#tabs {
  margin: 2rem 0;
}
#tabs > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
#tabs > ul a {
  padding: 0.5rem 1rem;
}
#tabs > ul a:hover, #tabs > ul a.active {
  background: var(--color-bg);
}
#tabs > div {
  display: none;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
}
#tabs > div.active {
  display: flex;
}
#tabs > div > .image {
  flex-shrink: 0;
  max-width: 387px;
}
@media screen and (max-width: 768px) {
  #tabs > div > .image {
    display: none;
  }
}
#tabs > div > div {
  flex: 1;
  min-width: 0;
}

.menu-items {
  margin-bottom: 3rem;
  list-style: none;
  padding: 0;
}
.menu-items li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.menu-items li .name {
  grid-column: 1;
  text-align: left;
}
.menu-items li .price {
  grid-column: 2;
  text-align: right;
}
.menu-items li .description {
  grid-column: 1/-1;
  margin: 0;
  padding: 0;
}

.pdf-download {
  margin: 0.5rem 0 0;
}
.pdf-download a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  text-decoration: none;
}
.pdf-download a svg {
  width: 1rem;
  height: 1rem;
}
.pdf-download a:hover {
  text-decoration: underline;
}

.theme-editor .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
.theme-editor small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  opacity: 0.8;
}
.theme-editor #bunny-fonts {
  width: 100%;
}
.theme-editor .border-controls {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.theme-editor .border-width {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.theme-editor .border-width input {
  width: 4rem;
}
.theme-editor .border-style select {
  min-width: 5rem;
}
.theme-editor .border-color input {
  min-width: 2.5rem;
  height: 2.5rem;
}
.theme-editor #theme-output {
  margin: 1rem 0;
}
.theme-editor .editor-tabs ul {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.theme-editor .tab-link.active {
  font-weight: bold;
}
.theme-editor .tab-content {
  display: none;
}
.theme-editor .tab-content.active {
  display: block;
}
.theme-editor label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.theme-editor label.no-checkbox {
  display: block;
}
.theme-editor input[type=checkbox] {
  margin: 0;
  cursor: pointer;
}
.theme-editor input:disabled,
.theme-editor select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (max-width: 650px) {
  .theme-editor .editor-tabs ul {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }
  .theme-editor .grid {
    grid-template-columns: 1fr;
  }
  .theme-editor .border-controls {
    flex-wrap: wrap;
  }
}

body.property #item {
  display: grid;
  gap: 2rem;
  grid-template-areas: "title" "gallery" "description" "contact" "faqs";
}
body.property #item .property-gallery {
  grid-area: gallery;
}
body.property #item .title {
  grid-area: title;
}
body.property #item .description {
  grid-area: description;
}
body.property #item .contact {
  grid-area: contact;
}
body.property #item .faqs {
  grid-area: faqs;
}
@media screen and (min-width: 1001px) {
  body.property #item {
    gap: 2rem;
    grid-template-areas: "title title" "gallery gallery" "contact description" "faqs faqs";
    grid-template-columns: 300px 1fr;
    grid-template-rows: min-content min-content min-content 1fr;
  }
}
@media screen and (min-width: 1501px) {
  body.property #item {
    grid-template-columns: 350px 1fr;
  }
}

.property-gallery {
  width: 100%;
  min-width: 0;
}
.property-gallery .current-image {
  cursor: zoom-in;
  margin-bottom: 1rem;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.property-gallery .current-image .image-wrapper {
  aspect-ratio: 4/3;
  width: 100%;
}
.property-gallery .current-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.property-gallery .gallery-full-size-images {
  display: none;
}
.property-gallery .property-thumbnails {
  margin-top: 0.5rem;
}
.property-gallery .property-thumbnails ul.image-gallery.slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0.5rem 0;
  gap: 0.5rem;
}
@media screen and (prefers-reduced-motion: reduce) {
  .property-gallery .property-thumbnails ul.image-gallery.slider {
    scroll-behavior: auto;
  }
}
.property-gallery .property-thumbnails ul.image-gallery.slider li {
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 120px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .property-gallery .property-thumbnails ul.image-gallery.slider li {
    width: 150px;
  }
}
@media screen and (min-width: 1001px) {
  .property-gallery .property-thumbnails ul.image-gallery.slider li {
    width: 180px;
  }
}
.property-gallery .property-thumbnails ul.image-gallery.slider li a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-small);
  transition: all 0.2s ease-in-out;
}
.property-gallery .property-thumbnails ul.image-gallery.slider li a figure {
  margin: 0;
  padding: 0;
}
.property-gallery .property-thumbnails ul.image-gallery.slider li a figure .image-wrapper {
  aspect-ratio: 4/3;
}
.property-gallery .property-thumbnails ul.image-gallery.slider li a figure .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-small);
  transition: transform 0.2s ease-in-out;
}
.property-gallery .property-thumbnails ul.image-gallery.slider li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.property-gallery .property-thumbnails ul.image-gallery.slider li a:hover img {
  transform: scale(1.05);
}
.property-gallery .property-thumbnails ul.image-gallery.slider li a:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.property-gallery .property-thumbnails .slider-nav {
  text-align: center;
  margin: 0.5rem 0 0;
}
.property-gallery .property-thumbnails .slider-nav a {
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
}
.property-gallery .property-thumbnails .slider-nav a[disabled] {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.property-gallery .property-thumbnails:not(:has(.slider:is(.overflowing))) .slider-nav {
  display: none;
}

.search-box {
  display: flex;
  margin: 0;
  padding: 0;
  border: var(--border);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.search-box input[type=search] {
  flex: 1;
  padding: 0.5em;
  font: inherit;
  color: var(--color-text);
  background: var(--color-bg);
  border: none;
  outline: none;
  min-width: 0;
}
.search-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.75em;
  background: var(--color-link);
  color: var(--color-bg);
  border: none;
  cursor: pointer;
  font: inherit;
}

:root {
  /* Layout & Spacing */
  --width-content: 1400px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-8: 64px;
  --space-16: 128px;
  /* Gaps */
  --gap-xs: var(--space-1);
  --gap-sm: var(--space-2);
  --gap-md: var(--space-4);
  --gap-items: var(--space-4);
  /* Section Padding */
  --section-padding: var(--space-16);
  --section-padding-half: var(--space-8);
  --nav-bottom: 0;
}
@media screen and (max-width: 650px) {
  :root {
    --gap-items: var(--space-2);
    --section-padding: var(--space-8);
    --section-padding-half: var(--space-4);
  }
}
:root {
  /* Colors */
  --color-bg: #fdfdfd;
  --color-link: #111;
  --color-border: transparent;
  --box-shadow: none;
  /* Typography */
  --font-family-heading: "DM Sans", var(--font-family-heading);
  --font-family-body: "DM Sans", var(--font-family-body);
  /* Borders */
  --border: 1px solid #babbbc;
  --border-radius: 8px;
  --border-radius-small: 8px;
}

.prose h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 76px;
  margin: 0;
  padding: 0;
}

.prose h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
}

.prose h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  padding: 0;
}

article#content {
  --color-link: #0e5ba7;
  border: none;
  margin: 0;
}
@media screen and (min-width: 769px) {
  article#content {
    scroll-margin-top: 120px;
  }
}

article#content,
.full-width,
.footer {
  border-radius: 0;
  display: grid;
  grid-template-columns: [left-start] 0 [full-width-start] 50px 1fr [content-start] 700px [left-end] 0 [right-start] 700px [content-end] 1fr 50px [full-width-end] 0 [right-end];
}
@media screen and (max-width: 1500px) {
  article#content,
  .full-width,
  .footer {
    grid-template-columns: [left-start] 0 [full-width-start] 32px [content-start] 1fr [left-end] 0 [right-start] 1fr [content-end] 32px [full-width-end] 0 [right-end];
  }
}
@media screen and (max-width: 768px) {
  article#content,
  .full-width,
  .footer {
    grid-template-columns: [full-width-start] 16px [content-start] 1fr [content-end] 16px [full-width-end];
  }
}
@media screen and (max-width: 650px) {
  article#content,
  .full-width,
  .footer {
    grid-template-columns: [full-width-start] 8px [content-start] 1fr [content-end] 8px [full-width-end];
  }
}
article#content > section,
.full-width > section,
.footer > section {
  padding: var(--section-padding) 0;
}
article#content > section.brands,
.full-width > section.brands,
.footer > section.brands {
  padding: var(--section-padding-half) 0;
}
article#content > section.homepage-header,
.full-width > section.homepage-header,
.footer > section.homepage-header {
  padding: var(--section-padding-half) 0 var(--space-4) 0;
}
article#content > *:not(.breakout, .full-width),
.full-width > *:not(.breakout, .full-width),
.footer > *:not(.breakout, .full-width) {
  grid-column: content;
}
@media screen and (min-width: 651px) {
  article#content > *:not(.breakout, .full-width),
  .full-width > *:not(.breakout, .full-width),
  .footer > *:not(.breakout, .full-width) {
    max-width: min(1400px, 100vw - 128px);
  }
}
article#content > *:not(.breakout, .full-width),
.full-width > *:not(.breakout, .full-width),
.footer > *:not(.breakout, .full-width) {
  min-width: 0;
}
article#content > .breakout,
.full-width > .breakout,
.footer > .breakout {
  grid-column: breakout;
}
article#content > .full-width,
.full-width > .full-width,
.footer > .full-width {
  grid-column: full-width;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  font-weight: inherit !important;
}

button,
.button,
input[type=submit] {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  gap: 16px;
  align-items: center;
  border-radius: 16px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  background: transparent;
  white-space: nowrap;
  box-shadow: none;
}
button:hover,
.button:hover,
input[type=submit]:hover {
  text-decoration: none;
}
button.white,
.button.white,
input[type=submit].white {
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
button.white:hover,
.button.white:hover,
input[type=submit].white:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
button.white,
.button.white,
input[type=submit].white {
  color: #181a1f;
  background: #fff;
  border: 1px solid #babbbc;
}
button.white svg,
.button.white svg,
input[type=submit].white svg {
  fill: #181a1f;
  height: 16px;
  width: 16px;
}
button.red,
.button.red,
input[type=submit].red {
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
button.red:hover,
.button.red:hover,
input[type=submit].red:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
button.red,
.button.red,
input[type=submit].red {
  color: #fafafa;
  background: #ee3324;
  border: none;
}
button.red svg,
.button.red svg,
input[type=submit].red svg {
  fill: #fafafa;
  height: 16px;
  width: 16px;
}
button.blue,
.button.blue,
input[type=submit].blue {
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
button.blue:hover,
.button.blue:hover,
input[type=submit].blue:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
button.blue,
.button.blue,
input[type=submit].blue {
  color: #fafafa;
  background: #1c54e3;
  border: none;
}
button.blue svg,
.button.blue svg,
input[type=submit].blue svg {
  fill: #fafafa;
  height: 16px;
  width: 16px;
}

body {
  --color-text: #181a1f;
  background: #fafafa;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
body.item article#content {
  background: #fafafa;
}
@media screen and (min-width: 769px) {
  body.item article#content .current-image {
    margin-bottom: 8px;
  }
  body.item article#content ul.image-gallery {
    gap: calc(var(--gap-items) / 4);
  }
  body.item article#content ul.image-gallery li {
    width: calc((100% - 16px) / 3);
  }
}
body.item article#content .specs dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--gap-items) / 2);
}
@media screen and (min-width: 1001px) {
  body.item article#content .specs dl {
    grid-template-columns: 1fr 1fr;
  }
}
body.item article#content .specs dl .spec-badge {
  padding: 8px;
  gap: calc(var(--gap-items) / 4) calc(var(--gap-items) / 2);
  border: none;
  border-radius: 8px;
  background: #efefef;
  align-items: flex-start;
}
body.item article#content .specs dl .spec-badge .icon {
  justify-self: center;
  align-self: baseline;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #fafafa;
  box-sizing: content-box;
  color: #ee3324;
  justify-content: center;
  align-items: center;
}
body.item article#content .specs dl .spec-badge .icon svg {
  width: auto;
  height: 22px;
}
body.item article#content .specs dl .spec-badge .spec-content {
  gap: 8px;
  align-self: center;
}
body.item article#content .specs dl .spec-badge .spec-content dt {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
body.item article#content .specs dl .spec-badge .spec-content dd {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
body.item article#content .features ul,
body.item article#content .big-features ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 var(--gap-items);
}
body.item article#content .features ul li,
body.item article#content .big-features ul li {
  padding-left: 40px;
  position: relative;
}
body.item article#content .features ul li::before,
body.item article#content .big-features ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-image: url("/assets/icons/tick.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e1f1f6;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 8px solid #e1f1f6;
}
body.item article#content .features ul li,
body.item article#content .big-features ul li {
  padding-bottom: 8px;
  min-height: 24px;
  align-content: center;
  display: flex;
}
body.item article#content .big-specs {
  grid-column: full-width;
  max-width: none;
  background-color: #009dd7;
  color: white;
  padding: var(--section-padding) 0;
  padding-left: var(--gap-items);
  padding-right: var(--gap-items);
  line-height: 32px;
}
body.item article#content .big-specs h2 {
  margin: 0 0 var(--gap-items);
  color: white;
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
}
body.item article#content .big-specs div {
  display: flex;
  flex-direction: row;
  gap: var(--gap-items);
}
body.item article#content .big-specs div > dt, body.item article#content .big-specs div > dd {
  padding: 0;
  margin: 0;
}
body.item article#content .big-specs div > dt {
  width: 8rem;
  flex-shrink: 0;
}
body.item article#content .big-specs div > dd {
  text-align: left;
}
@media screen and (min-width: 1001px) {
  body.item article#content .big-specs {
    grid-area: left;
    padding-left: var(--gap-items);
    padding-right: var(--section-padding-half);
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  body.item article#content .big-specs div,
  body.item article#content .big-specs h2 {
    width: min(700px, 50vw - var(--section-padding-half) * 2);
    color: white;
  }
}
body.item article#content .big-features h2 {
  margin: 0 0 var(--gap-items);
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
}
body.item article#content .big-features p {
  margin: 0 0 var(--section-padding-half);
}
body.item article#content .big-features {
  grid-column: full-width;
  max-width: none;
  padding: var(--section-padding) 0;
  padding-left: var(--gap-items);
  padding-right: var(--gap-items);
  line-height: 32px;
}
@media screen and (min-width: 1001px) {
  body.item article#content .big-features {
    grid-area: right;
    padding-left: 64px;
    padding-right: var(--gap-items);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body.item article#content .big-features li {
    width: min(700px, 50vw - var(--section-padding-half) * 2);
  }
}
body.item article#content .add-ons {
  padding: var(--section-padding) 0;
  text-align: center;
}
body.item article#content .add-ons .inner {
  max-width: 700px;
  margin: 0 auto;
}
body.item article#content .add-ons h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0 0 var(--gap-items);
}
body.item article#content .add-ons p {
  margin: 0 0 var(--section-padding-half);
}
body.item article#content .add-ons h3 {
  font-size: 20px;
  line-height: normal;
  margin: 0 0 8px;
}
body.item article#content .add-ons {
  grid-column: full-width;
  background-color: #fff;
}
body.item article#content .add-ons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: var(--gap-items) var(--section-padding);
  flex-wrap: wrap;
  margin: var(--section-padding-half) 0 0;
  justify-content: center;
}
body.item article#content .add-ons ul strong {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: calc(var(--gap-items) / 2);
}
body.item article#content .add-ons ul .price {
  color: #009dd7;
  font-size: 32px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
body.item article#content .add-ons ul .price small {
  color: #898a8c;
  font-size: 16px;
  font-weight: 400;
}
body.locations article#content .cities-we-serve ul.items li {
  border-radius: 8px;
  border: 1px solid #babbbc;
  background: #fafafa;
  padding: var(--gap-items);
  position: relative;
  width: 367px !important;
  padding-top: 166px;
  gap: 8px;
}
body.locations article#content .cities-we-serve ul.items li .image-link,
body.locations article#content .cities-we-serve ul.items li placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 367px;
  height: 154px;
  margin: 0;
}
body > .cart-icon {
  background: #fafafa;
}
body > .cart-icon:hover {
  background: #fff;
}
body.category .category-content h1 {
  margin: var(--section-padding-half) 0 8px 0;
}

.quote-header {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding-half);
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
}
.quote-header p {
  text-wrap-style: balance;
}

.quote-footer {
  display: flex;
  flex-direction: column;
  gap: var(--gap-items);
  padding: var(--gap-items);
}
.quote-footer ul,
.quote-footer p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.quote-footer a {
  width: 100%;
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
.quote-footer a:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
.quote-footer a {
  color: #181a1f;
  background: #fff;
  border: 1px solid #babbbc;
}
.quote-footer a svg {
  fill: #181a1f;
  height: 16px;
  width: 16px;
}
.quote-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.quote-footer ul li {
  padding-left: 40px;
  position: relative;
}
.quote-footer ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-image: url("/assets/icons/tick.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e1f1f6;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 8px solid #e1f1f6;
}
.quote-footer ul li {
  padding: 0 0 8px 40px;
}

.quote-steps-progress {
  background: white;
  --color-bg: #009dd7;
  --border: 2px solid #009dd7;
  --color-text: #fff;
  border-radius: 8px;
  border: 1px solid #babbbc;
  background: #fafafa;
  padding: var(--gap-items);
  position: relative;
  margin: 0;
  background: #fff;
}
.quote-steps-progress ul {
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  padding: 0;
}
.quote-steps-progress ul::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #009dd7;
  bottom: 16px;
  top: auto;
  left: 12.5%;
  right: 12.5%;
}
.quote-steps-progress ul li {
  width: 25%;
}
.quote-steps-progress ul li [data-name=name] {
  max-width: none;
  text-transform: none;
}
.quote-steps-progress ul li[aria-current=false] [data-name=index] {
  color: white;
}
.quote-steps-progress ul li.completed [data-name=index] {
  color: #999;
}

.quote-step-fields {
  gap: var(--gap-items);
}
@media screen and (min-width: 651px) {
  .quote-step-fields > .field-half {
    width: calc(50% - var(--gap-items) / 2);
  }
}

@media screen and (min-width: 1001px) {
  body.one-column .quote-sidebar {
    width: 430px;
  }
}

.quote-steps-nav {
  border: none;
  margin: 0;
  padding: 0;
}
.quote-steps-nav a.button.quote-step-next {
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
.quote-steps-nav a.button.quote-step-next:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
.quote-steps-nav a.button.quote-step-next {
  color: #fafafa;
  background: #ee3324;
  border: none;
}
.quote-steps-nav a.button.quote-step-next svg {
  fill: #fafafa;
  height: 16px;
  width: 16px;
}

.quote-price {
  background: #fff;
  padding: 0;
}
.quote-price > li {
  padding: 0 var(--gap-items) calc(var(--gap-items) / 2);
}
.quote-price > li:first-child {
  background: #009dd7;
  color: #fff;
  display: flex;
  padding: var(--gap-items) var(--gap-items) calc(var(--gap-items) / 2);
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--gap-items);
}
.quote-price > li:first-child ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 16px;
}
.quote-price > li:first-child strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.quote-price > li:first-child small {
  font-size: 16px;
}
.quote-price > li.total {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: calc(var(--gap-items) / 2);
}
.quote-price > li > ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
}
.quote-price > li > ul > li {
  margin: 0;
  padding: 0;
  gap: 8px;
}
.quote-price span[data-field=name] {
  font-weight: 500;
}
.quote-price span[data-field=total] {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}
.quote-price span[data-field=total]::before {
  content: "From ";
  font-size: 24px;
  font-weight: 700;
}
.quote-price span[data-field=total]::after {
  content: " exc VAT";
  font-size: 16px;
  font-weight: 400;
}

.quote-cart {
  border-radius: 8px;
  border: 1px solid #babbbc;
  background: #fafafa;
  padding: var(--gap-items);
  position: relative;
  background-color: white;
}
.quote-cart h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.quote-cart hr {
  background: #e6e6e6;
  margin: var(--gap-items) 0;
}
.quote-cart .quote-cart-items {
  padding: 0;
  gap: calc(var(--gap-items) / 2);
}
.quote-cart .quote-cart-item {
  background: #fafafa;
  padding: var(--gap-items) calc(var(--gap-items) / 2);
  border: none;
}
.quote-cart .quote-cart-item > ul {
  gap: calc(var(--gap-items) / 2);
}
.quote-cart .quote-cart-item .quote-cart-item-info {
  order: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
  min-width: 100%;
}
.quote-cart .quote-cart-item .quote-cart-item-info span[data-field=price] {
  font-size: 24px;
  line-height: normal;
}
.quote-cart .quote-cart-item .quote-cart-item-info span[data-field=price]::before {
  content: "From ";
}
.quote-cart .quote-cart-item .quote-cart-item-info span[data-field=price]::after {
  content: " exc. VAT";
  font-size: 16px;
  font-weight: 400;
}
.quote-cart .quote-cart-item .quote-cart-item-subtitle {
  order: 1;
  flex-grow: 1;
}
.quote-cart .quote-cart-item .quote-cart-item-actions {
  order: 2;
}
.quote-cart .quote-cart-item .quote-cart-item-actions button,
.quote-cart .quote-cart-item .quote-cart-item-actions input {
  border: 1px solid #ccc;
}
.quote-cart .quote-cart-item .quote-cart-item-specs {
  order: 3;
}
.quote-cart .quote-cart-actions a.button {
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
.quote-cart .quote-cart-actions a.button:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
.quote-cart .quote-cart-actions a.button {
  color: #fafafa;
  background: #ee3324;
  border: none;
}
.quote-cart .quote-cart-actions a.button svg {
  fill: #fafafa;
  height: 16px;
  width: 16px;
}

#top-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  gap: 16px;
  background: #ee3324;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border: none;
}
#top-bar svg#mic {
  width: 13px;
  height: 12px;
  fill: #fff;
}

body.horizontal-nav main {
  padding: 0;
  border: none;
  width: 100%;
  margin: 0 auto;
}
body.horizontal-nav main article {
  padding: 0;
}
body.horizontal-nav main > nav {
  border: 0;
  font-size: 14px !important;
  font-weight: 500 !important;
  display: grid;
}
body.horizontal-nav main > nav a:hover {
  font-weight: 500 !important;
}
body.horizontal-nav main > nav #logo {
  grid-area: logo;
  width: 53px;
  display: inline-block;
}
body.horizontal-nav main > nav > ul {
  grid-area: links;
}
body.horizontal-nav main > nav #nav-phone {
  grid-area: phone;
}
body.horizontal-nav main > nav #nav-email {
  grid-area: email;
}
body.horizontal-nav main > nav #nav-phone,
body.horizontal-nav main > nav #nav-email {
  display: flex;
  align-items: center;
  gap: 8px;
}
body.horizontal-nav main > nav #nav-quote {
  grid-area: quote;
  border-radius: 5000px;
  background: #009dd7;
  padding: 8px 16px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}
body.horizontal-nav main > nav .search-box {
  grid-area: search;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  width: auto;
  min-width: 0;
  max-width: none;
}
body.horizontal-nav main > nav .search-box label {
  display: none;
}
body.horizontal-nav main > nav .search-box input {
  border: 1px solid #babbbc;
  border-right: none;
  border-radius: 8px 0 0 8px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  width: 160px;
  outline: none;
  transition: border-color 0.2s ease-in-out;
  margin: 0;
}
body.horizontal-nav main > nav .search-box input:focus {
  border-color: #009dd7;
}
body.horizontal-nav main > nav .search-box input::placeholder {
  color: #888;
}
body.horizontal-nav main > nav .search-box button {
  border: 1px solid #babbbc;
  border-left: none;
  border-radius: 0 8px 8px 0;
  background: #fff;
  padding: 9px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
  margin: 0;
  line-height: 20px;
  color: #111;
}
body.horizontal-nav main > nav .search-box button:hover {
  background: #e5e5e5;
}
body.horizontal-nav main > nav .search-box .search-error {
  display: none;
}
body.horizontal-nav main > nav .search-box noscript {
  display: none;
}
body.horizontal-nav main > nav .cart-icon {
  grid-area: cart;
  position: relative;
  bottom: auto;
  left: auto;
  padding: 0;
  background: transparent;
  color: #ee3324;
  align-self: center;
}
body.horizontal-nav main > nav .cart-icon span:not(.cart-count) {
  display: none;
}
body.horizontal-nav main > nav .cart-icon:hover, body.horizontal-nav main > nav .cart-icon:active {
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  body.horizontal-nav main > nav {
    gap: 0 8px;
    height: auto !important;
    padding-right: 60px !important;
    grid-template-columns: 40px 1fr;
    grid-template-areas: "logo phone cart" "logo email cart";
  }
  body.horizontal-nav main > nav #logo {
    width: 40px;
  }
  body.horizontal-nav main > nav #nav-phone {
    align-self: end;
  }
  body.horizontal-nav main > nav #nav-email {
    align-self: start;
  }
  body.horizontal-nav main > nav #nav-quote {
    display: none;
  }
  body.horizontal-nav main > nav .search-box {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  body.horizontal-nav main > nav {
    padding: 8px;
    margin: 32px;
    position: sticky;
    top: 16px;
    z-index: 100;
    background: #fff;
    gap: 16px;
    grid-template-columns: auto 1fr auto auto auto auto auto;
    grid-template-areas: "logo links links links links links links" "logo .     search phone email quote cart";
    align-items: center;
    width: min(1920px, 100vw - var(--gap-items) / 2);
    margin: 0 auto;
  }
}
ul body.horizontal-nav main > nav > li body.horizontal-nav main > nav > ul a {
  padding: 4px 0;
}
@media screen and (min-width: 1001px) {
  body.horizontal-nav main > nav > ul {
    justify-content: flex-start !important;
  }
  body.horizontal-nav main > nav > ul > li:has(> ul) > ul {
    display: flex !important;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 16px;
    transform: translateX(-50%);
  }
  body.horizontal-nav main > nav > ul > li.expanded > ul {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/how-we-help/"]).expanded > ul {
    left: 50%;
    width: calc(100vw - 160px);
    max-width: 1920px;
    transform: translateX(-50%);
    position: fixed;
    top: var(--nav-bottom, 80px);
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/how-we-help/"]).expanded > ul > li {
    width: calc((100% - 32px) / 3);
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/how-we-help/"]).expanded > ul > li a {
    aspect-ratio: 360/218;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/how-we-help/"]).expanded > ul > li a .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/how-we-help/"]).expanded > ul > li a span {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 1px black;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    align-content: flex-end;
    padding: 16px;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/products/"]).expanded > ul {
    left: 50%;
    width: calc(100vw - 160px);
    max-width: 1920px;
    transform: translateX(-50%);
    position: fixed;
    top: var(--nav-bottom, 80px);
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/products/"]).expanded > ul > li {
    width: calc((100% - 48px) / 4);
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/products/"]).expanded > ul > li a {
    aspect-ratio: 360/218;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/products/"]).expanded > ul > li a .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/products/"]).expanded > ul > li a span {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 1px black;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    align-content: flex-end;
    padding: 16px;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/events/"]) > ul {
    width: 660px;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/events/"]).expanded > ul {
    flex-direction: row;
    justify-content: space-between;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/events/"]).expanded > ul > li > a {
    font-weight: 500;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/events/"]).expanded > ul > li > ul {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  body.horizontal-nav main > nav > ul > li:has(a[href="/events/"]).expanded > ul > li > ul .image-wrapper {
    display: none;
  }
}
@media screen and (min-width: 1501px) {
  body.horizontal-nav main > nav {
    grid-template-areas: "logo links search phone email quote cart";
  }
}

.google {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 8px;
  grid-template-areas: "logo header" "logo rating" "logo count";
  font-size: 14px;
  line-height: 20px;
}
.google svg {
  grid-area: logo;
  width: 60px;
  height: 60px;
  align-self: center;
}
.google strong {
  grid-area: header;
}
.google span {
  grid-area: rating;
}
.google a {
  grid-area: count;
  font-size: 12px;
}

.homepage-header {
  --background:
    linear-gradient(77deg, #181a1f 27.31%, rgba(24, 26, 31, 0) 80.67%),
    url("/assets/homepage-header-background.jpg");
  --color-text: #fdfdfd;
  --color-link: #fdfdfd;
  --color-link-hover: #fdfdfd;
  background: var(--background);
  color: #fdfdfd;
}
.homepage-header a {
  color: #fafafa;
}
.homepage-header a:hover, .homepage-header a:active {
  color: #fafafa;
}
.homepage-header a.button {
  border-color: #fafafa;
  color: #fafafa;
}
.homepage-header a.button svg {
  fill: #fafafa;
}
.homepage-header h1,
.homepage-header h2,
.homepage-header h3,
.homepage-header h4,
.homepage-header h5,
.homepage-header h6 {
  color: var(--color-text);
}
.homepage-header {
  background-size: cover;
  position: relative;
  padding-bottom: 0;
}
.homepage-header .homepage-header-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.homepage-header .homepage-header-inner > * {
  padding: 0;
  margin: 0;
}
.homepage-header .homepage-header-inner > h1 {
  margin: 8px 0 var(--gap-items);
}
.homepage-header .homepage-header-inner > .google {
  margin: var(--section-padding-half) 0 0;
}
.homepage-header .homepage-header-inner ul.items.slider {
  margin: var(--section-padding-half) 0 calc(var(--section-padding-half) / 2);
}
.homepage-header h1 {
  max-width: 650px;
  font-size: 52px;
  line-height: 52px;
}
.homepage-header .button {
  background: transparent;
  border-color: var(--color-border);
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
.homepage-header .button:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
.homepage-header .button {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.homepage-header .button svg {
  fill: #fff;
  height: 16px;
  width: 16px;
}
.homepage-header .items li {
  position: relative;
  width: 270px !important;
  height: 270px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}
.homepage-header .items li .image-link {
  width: 270px;
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.homepage-header .items li .image-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 270px;
  z-index: 2;
  transition: background 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.homepage-header .items li.all-products .image-link::before {
  background: linear-gradient(180deg, rgba(238, 51, 36, 0) 0%, rgba(238, 51, 36, 0.7803921569) 100%);
}
.homepage-header .items li .image-wrapper,
.homepage-header .items li img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 270px;
  padding: 0;
  margin: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.homepage-header .items li h3 {
  color: #fafafa;
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  top: 32px;
  bottom: 32px;
  left: 32px;
  right: 32px;
  height: auto;
  padding: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}
.homepage-header .items li p {
  text-align: right;
}
.homepage-header .slider-nav a {
  background-color: #fdfdfd;
  color: #111;
}
@media screen and (min-width: 769px) {
  .homepage-header .slider-nav {
    position: absolute;
    top: 16px;
    right: 80px;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
}

.homepage-intro {
  padding-bottom: 0;
}
.homepage-intro > * {
  max-width: 700px;
  text-align: left;
}
.homepage-intro h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
}
.homepage-intro a.button {
  width: 303px;
}

.item-reviews h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
  margin-bottom: var(--section-padding-half);
}
.item-reviews p {
  margin: 0;
  padding: 0;
}
.item-reviews h3 {
  margin: 0 0 16px;
  padding: 0;
}
.item-reviews .slider-container {
  max-width: calc(100vw - var(--gap-items));
}
.item-reviews ul.items.slider {
  margin: var(--gap-items) 0 calc(var(--gap-items) / 2);
}

.testimonials-slider {
  padding: var(--section-padding) 0;
  padding-bottom: calc(var(--section-padding) - var(--gap-items) / 2);
}
.testimonials-slider h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
  margin: 0 0 calc(var(--gap-items) / 2);
}
.testimonials-slider h3 {
  margin: 0 0 calc(var(--gap-items) / 2);
  padding: 0;
}
.testimonials-slider p.rating {
  margin: 0;
  padding: 0;
}
.testimonials-slider .slider-container {
  margin: calc(var(--gap-items) / 2) 0;
}
@media screen and (min-width: 651px) {
  .testimonials-slider {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr min-content;
    grid-template-areas: "title title" "left right" "reviews reviews";
  }
  .testimonials-slider h2 {
    grid-area: title;
  }
  .testimonials-slider .left {
    grid-area: left;
  }
  .testimonials-slider .right {
    grid-area: right;
  }
  .testimonials-slider .slider-container {
    grid-area: reviews;
  }
}

.testimonials-slider ul.items,
.item-reviews ul.items,
body.reviews ul.items,
body.event ul.items,
body.base ul.items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: var(--gap-items);
  padding: var(--gap-items) 0 calc(var(--gap-items) / 2);
  margin: 0 0 calc(var(--gap-items) / 2);
}
.testimonials-slider ul.items > li,
.item-reviews ul.items > li,
body.reviews ul.items > li,
body.event ul.items > li,
body.base ul.items > li {
  border-radius: 8px;
  border: 1px solid #babbbc;
  background: #fafafa;
  padding: var(--gap-items);
  position: relative;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #989898;
  background: #f3f3f3;
  gap: 16px;
  width: 445px !important;
  display: grid;
  grid-template-areas: "rating" "content" "name" "avatar";
}
.testimonials-slider ul.items > li > .rating,
.item-reviews ul.items > li > .rating,
body.reviews ul.items > li > .rating,
body.event ul.items > li > .rating,
body.base ul.items > li > .rating {
  grid-area: rating;
}
.testimonials-slider ul.items > li > .name,
.item-reviews ul.items > li > .name,
body.reviews ul.items > li > .name,
body.event ul.items > li > .name,
body.base ul.items > li > .name {
  grid-area: name;
  font-weight: 500;
}
.testimonials-slider ul.items > li > blockquote,
.item-reviews ul.items > li > blockquote,
body.reviews ul.items > li > blockquote,
body.event ul.items > li > blockquote,
body.base ul.items > li > blockquote {
  grid-area: content;
  text-align: left;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  height: 135px;
  overflow-y: auto;
}
.testimonials-slider ul.items > li > blockquote > p,
.item-reviews ul.items > li > blockquote > p,
body.reviews ul.items > li > blockquote > p,
body.event ul.items > li > blockquote > p,
body.base ul.items > li > blockquote > p {
  margin: 0 0 calc(var(--gap-items) / 2);
}
.testimonials-slider ul.items > li > img,
.item-reviews ul.items > li > img,
body.reviews ul.items > li > img,
body.event ul.items > li > img,
body.base ul.items > li > img {
  grid-area: avatar;
  border-radius: 100%;
  width: 40px;
  border: 2px solid white;
}
.testimonials-slider ul.items > li > *,
.item-reviews ul.items > li > *,
body.reviews ul.items > li > *,
body.event ul.items > li > *,
body.base ul.items > li > * {
  padding: 0;
  margin: 0;
}

.brands {
  background: #fafafa;
  max-width: 100vw;
  overflow: hidden;
}
.brands .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .brands {
    padding: var(--gap-items) 0;
  }
  .brands .row {
    flex-direction: column;
    gap: var(--gap-items);
  }
}
.brands h2 {
  padding: 0;
  margin: 0;
  width: 270px;
  flex-shrink: 0;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  margin-right: calc(var(--gap-items) * 2);
}
@media screen and (max-width: 768px) {
  .brands h2 {
    width: auto;
    text-align: center;
    padding: 0 var(--gap-items);
  }
}
.brands .brands-scroll-container {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.brands .brands-scroll-container::before, .brands .brands-scroll-container::after {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.brands .brands-scroll-container::before {
  left: 0;
  background: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0) 100%);
}
.brands .brands-scroll-container::after {
  right: 0;
  background: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 100%);
}
.brands .brands-scroll {
  display: flex;
  width: max-content;
  animation: scroll-brands 40s linear infinite;
}
.brands .brands-scroll:hover {
  animation-play-state: paused;
}
.brands .brands-scroll > div, .brands .brands-scroll > ul {
  display: flex;
  flex-shrink: 0;
}
.brands ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 96px;
  flex-shrink: 0;
}
.brands ul li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.brands ul li .image-wrapper {
  height: 50px;
  width: auto;
  border-radius: none;
  object-fit: contain;
  transition: all 0.3s ease;
  align-content: center;
  border-radius: 0;
}

@keyframes scroll-brands {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.delivery-how-it-works {
  padding: var(--section-padding) 0;
}
.delivery-how-it-works .grid {
  display: grid;
  grid-template-areas: "header header" "left right";
  justify-content: center;
  align-items: center;
  gap: var(--gap-items);
}
.delivery-how-it-works .grid > h2 {
  grid-area: header;
}
.delivery-how-it-works .grid > ol {
  grid-area: left;
}
.delivery-how-it-works .grid > .right {
  grid-area: right;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.delivery-how-it-works .grid > .right .van {
  width: 100%;
}
.delivery-how-it-works .grid > .right .machine-1,
.delivery-how-it-works .grid > .right .machine-2 {
  width: calc(50% - 8px);
}
@media screen and (max-width: 768px) {
  .delivery-how-it-works .image-wrapper {
    display: none;
  }
}
.delivery-how-it-works ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
}
.delivery-how-it-works ol li {
  opacity: 0.6;
  transition: 0.3s ease-in-out opacity;
  padding: 0 0 0 24px;
  position: relative;
  border-left: 2px solid;
}
.delivery-how-it-works ol li:hover {
  opacity: 1;
}
.delivery-how-it-works ol li:hover::before {
  background-color: white;
}
.delivery-how-it-works ol li::before {
  transition: 0.3s ease-in-out background-color;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border: 2px solid white;
  background-color: #009dd7;
  border-radius: 100%;
  top: 0;
  left: -11px;
  outline: 2px solid #009dd7;
}

.homepage-how-it-works {
  padding: var(--section-padding) 0;
  --color-text: #fff;
  --color-link: #fff;
  --color-link-hover: #fff;
  --background: #009dd7;
  background: var(--background);
  color: #fdfdfd;
}
.homepage-how-it-works a {
  color: #fafafa;
}
.homepage-how-it-works a:hover, .homepage-how-it-works a:active {
  color: #fafafa;
}
.homepage-how-it-works a.button {
  border-color: #fafafa;
  color: #fafafa;
}
.homepage-how-it-works a.button svg {
  fill: #fafafa;
}
.homepage-how-it-works h1,
.homepage-how-it-works h2,
.homepage-how-it-works h3,
.homepage-how-it-works h4,
.homepage-how-it-works h5,
.homepage-how-it-works h6 {
  color: var(--color-text);
}
.homepage-how-it-works .row {
  display: flex;
  flex-direction: row;
  gap: var(--section-padding);
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
.homepage-how-it-works .row .left {
  display: flex;
  flex-direction: column;
  gap: var(--section-padding-half);
  flex: 1 1 400px;
}
.homepage-how-it-works .row .left h2,
.homepage-how-it-works .row .left ol {
  max-width: 695px;
}
.homepage-how-it-works .row .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 400px;
  margin: 0;
}
.homepage-how-it-works .row h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
}
.homepage-how-it-works .row ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
}
.homepage-how-it-works .row ol li {
  opacity: 0.6;
  transition: 0.3s ease-in-out opacity;
  padding: 0 0 0 24px;
  position: relative;
  border-left: 2px solid;
}
.homepage-how-it-works .row ol li:hover {
  opacity: 1;
}
.homepage-how-it-works .row ol li:hover::before {
  background-color: white;
}
.homepage-how-it-works .row ol li::before {
  transition: 0.3s ease-in-out background-color;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border: 2px solid white;
  background-color: #009dd7;
  border-radius: 100%;
  top: 0;
  left: -11px;
  outline: 2px solid #009dd7;
}
.homepage-how-it-works .row ol {
  margin: 0;
}
.homepage-how-it-works .row a.button {
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
.homepage-how-it-works .row a.button:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
.homepage-how-it-works .row a.button {
  color: #181a1f;
  background: #fff;
  border: 1px solid #babbbc;
}
.homepage-how-it-works .row a.button svg {
  fill: #181a1f;
  height: 16px;
  width: 16px;
}
.homepage-how-it-works .row a.button {
  border-color: transparent;
}
.homepage-how-it-works .row .image-wrapper img {
  background: #009dd7;
}

.delivery-intro {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 32px;
}
.delivery-intro p {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.product-delivery-row {
  padding: var(--section-padding) 0;
  background: #fafafa;
  position: relative;
}
.product-delivery-row h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.product-delivery-row h2,
.product-delivery-row p {
  margin: 0;
  padding: 0;
}
.product-delivery-row .row {
  overflow: hidden;
}
.product-delivery-row .row img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: contain;
  opacity: 0.3;
}
.product-delivery-row .row .left {
  text-align: left;
  align-content: center;
  padding-left: var(--section-padding);
  display: flex;
  flex-direction: column;
  gap: var(--gap-items);
}
@media screen and (min-width: 651px) {
  .product-delivery-row .row .left {
    padding: var(--section-padding) 0 var(--section-padding) var(--gap-items);
  }
}
@media screen and (min-width: 1001px) {
  .product-delivery-row .row .left {
    width: 50%;
  }
  .product-delivery-row .row img {
    opacity: 1;
    left: 50%;
  }
}

.delivery-row {
  border-top: 4px solid #ee3324;
  background: #fff;
}
.delivery-row h2 {
  margin: 0 0 16px;
}
.delivery-row .row img {
  display: none;
}
.delivery-row .row .right {
  text-align: center;
  align-content: center;
}
.delivery-row .row .right .stats {
  margin: calc(var(--gap-items) * 2) 0 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--gap-items);
  padding: 0;
}
.delivery-row .row .right .stats li {
  padding: 0;
  text-align: center;
}
.delivery-row .row .right .stats li strong {
  font-size: 18px;
  display: block;
}
@media screen and (min-width: 651px) {
  .delivery-row .row {
    display: flex;
    position: relative;
  }
  .delivery-row .row .right {
    width: 50%;
  }
  .delivery-row .row img {
    display: block;
    width: 50%;
  }
}

.cities-we-serve {
  padding: var(--section-padding) 0;
  background: #fff;
}
.cities-we-serve h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
.cities-we-serve p {
  margin: 0 0 64px;
}
.cities-we-serve ul.items {
  gap: calc(var(--gap-items) / 2);
  padding-bottom: 64px;
}

.contact-split {
  display: flex;
  flex-direction: column;
  gap: var(--section-padding-half);
  padding: var(--section-padding-half) 0;
}
.contact-split .contact-content h1 {
  margin-top: 0;
}
.contact-split .contact-form-wrapper form {
  border-radius: 8px;
  border: 1px solid #babbbc;
  background: #fafafa;
  padding: var(--gap-items);
  position: relative;
  background: white;
}
@media screen and (min-width: 769px) {
  .contact-split {
    flex-direction: row;
    gap: var(--section-padding);
  }
  .contact-split .contact-content {
    flex: 1;
  }
  .contact-split .contact-form-wrapper {
    flex: 1;
    max-width: 450px;
  }
}

.contact-form {
  padding: var(--gap-items);
}
.contact-form label {
  margin-bottom: var(--gap-items);
}

.coverage-warning {
  padding: var(--section-padding) 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap-items);
  background: #ee3324;
  color: #fff;
  align-items: center;
  text-align: center;
}
.coverage-warning h2,
.coverage-warning p {
  margin: 0;
  max-width: 910px;
  color: #fff;
}
.coverage-warning h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
}
.coverage-warning a.button {
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
.coverage-warning a.button:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
.coverage-warning a.button {
  color: #181a1f;
  background: #fff;
  border: 1px solid #babbbc;
}
.coverage-warning a.button svg {
  fill: #181a1f;
  height: 16px;
  width: 16px;
}
.coverage-warning a.button {
  color: #ee3324;
}
.coverage-warning a.button svg {
  fill: #ee3324;
}
.coverage-warning a.button.red {
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
.coverage-warning a.button.red:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
.coverage-warning a.button.red {
  color: #fafafa;
  background: #ee3324;
  border: none;
}
.coverage-warning a.button.red svg {
  fill: #fafafa;
  height: 16px;
  width: 16px;
}
.coverage-warning a.button.red {
  border: 1px solid #fff;
}
.coverage-warning .actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#footer-contact-block {
  background-color: white;
  text-align: center;
  max-width: none;
  padding: var(--section-padding) 0;
}
#footer-contact-block h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
#footer-contact-block p {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 680px;
  margin: 0 auto;
}
#footer-contact-block p a {
  margin: 0;
}
#footer-contact-block ol.steps {
  max-width: none;
}
@media screen and (max-width: 1000px) {
  #footer-contact-block ol.steps {
    padding-left: 0;
    padding-right: 0;
  }
  #footer-contact-block ol.steps li {
    border-radius: 0;
  }
}

ul.items {
  gap: calc(var(--gap-items) / 2);
  margin: var(--section-padding-half) 0;
  --color-link: #111;
}
@media screen and (max-width: 650px) {
  ul.items {
    gap: var(--gap-items);
  }
}
ul.items li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  width: 380px !important;
  text-align: left;
  justify-content: start;
}
ul.items li > * {
  margin: 0;
}
ul.items li h3 {
  font-size: 20px;
  line-height: 22px;
  height: 44px;
}
ul.items li p {
  letter-spacing: 0.3px;
  height: 42px;
}
ul.items li .image-link,
ul.items li placeholder {
  aspect-ratio: 4/3;
  margin: 24px 0;
  width: 100%;
  overflow: hidden;
}
ul.items li .price {
  color: #009dd7;
  font-size: 22px;
  font-weight: 500;
}
ul.items li .price small {
  font-size: 14px;
  font-weight: 400;
  color: #181a1f;
}
ul.items li .list-item-specs {
  gap: 32px;
  flex-wrap: nowrap;
  margin: calc(var(--gap-items) / 2) 0 var(--gap-items);
}
ul.items li .list-item-specs li {
  gap: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: auto !important;
  flex-direction: row;
}
ul.items li .list-item-specs li svg {
  width: 40px;
  border-radius: 40px;
  background: #f6f6f6;
}
ul.items li .list-item-specs li span {
  max-width: 180px;
  white-space: wrap;
}
ul.items li {
  width: calc(33% - 19px);
}
@media screen and (max-width: 768px) {
  ul.items li {
    width: calc(50% - 16px);
  }
}
ul.items.border {
  border-radius: 16px;
  border: 1px solid #babbbc;
  background: #fafafa;
  padding: 32px;
}
ul.items .add-to-cart {
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
ul.items .add-to-cart:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
ul.items .add-to-cart {
  color: #fafafa;
  background: #ee3324;
  border: none;
}
ul.items .add-to-cart svg {
  fill: #fafafa;
  height: 16px;
  width: 16px;
}
ul.items .add-to-cart {
  width: 100%;
}
ul.items .list-item-cart-controls {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: calc(var(--gap-items) / 2);
}
ul.items .list-item-cart-controls .item-quantity {
  width: 100px;
  flex-shrink: 0;
}
ul.items .list-item-cart-controls .add-to-cart {
  flex: 1;
}

.item-quantity {
  height: 100%;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.item-quantity .quantity-input {
  border: none;
  box-shadow: none;
}
.item-quantity button,
.item-quantity input {
  height: 100%;
}

ol.steps {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: calc(var(--gap-items) / 2);
  flex-wrap: wrap;
  padding: calc(var(--section-padding) / 2) 0;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  ol.steps {
    flex-direction: column;
  }
}
@media screen and (min-width: 1001px) {
  ol.steps {
    padding-left: var(--section-padding);
    padding-right: var(--section-padding);
  }
}
ol.steps li {
  border-radius: 8px;
  border: 1px solid #babbbc;
  background: #fafafa;
  padding: var(--gap-items);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 0 0;
}
@media screen and (min-width: 1001px) {
  ol.steps li {
    max-width: 450px;
  }
}
ol.steps li span {
  display: flex;
  padding: 4px 8px;
  border-radius: 24px;
  border: 1px solid #babbbc;
}
ol.steps li svg {
  width: 64px;
  height: 64px;
  padding: 16px;
  border-radius: 8px;
  fill: #fff;
  background: #009dd7;
  margin-bottom: var(--gap-items);
}
ol.steps li h3 {
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
ol.steps li p {
  padding: 0;
  margin: var(--gap-xs);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1000px) {
  ol.steps li {
    display: grid;
    grid-template-areas: "icon subtitle" "step subtitle" "title subtitle";
    grid-template-columns: 200px 1fr;
  }
  ol.steps li svg {
    grid-area: icon;
    align-self: end;
    justify-self: center;
  }
  ol.steps li span {
    grid-area: step;
    justify-self: center;
  }
  ol.steps li h3 {
    grid-area: title;
    align-self: start;
  }
  ol.steps li p {
    grid-area: subtitle;
    text-align: left;
  }
}

.faqs-container {
  padding: var(--section-padding) 0;
  background-color: #fff;
}
.faqs-container h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 64px;
}

.homepage-products {
  background: #fdfdfd;
  padding: var(--section-padding) 0;
}
.homepage-products h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
  display: flex;
  gap: calc(var(--gap-items) * 2);
  align-items: center;
}
.homepage-products h2 a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--color-text);
}
.homepage-products h2 a svg {
  width: 20px;
  height: 20px;
  fill: var(--color-text);
}
.homepage-products li {
  border-radius: 8px;
  border: 1px solid #babbbc;
  background: #fafafa;
  padding: var(--gap-items);
  position: relative;
  padding: var(--gap-items);
}

.homepage-events {
  background: #fafafa;
  padding: var(--section-padding) 0;
}
.homepage-events h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
}
.homepage-events h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.homepage-events p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.homepage-events ul.items {
  gap: var(--gap-items);
}
.homepage-events ul.items.slider > * {
  justify-content: flex-start;
}
.homepage-events ul.items li {
  width: 370px;
}

.item-events {
  background: #fff;
  padding: var(--section-padding) 0;
}
.item-events h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
}
.item-events h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.item-events p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.item-events ul.items {
  gap: var(--gap-items);
}
.item-events ul.items.slider > * {
  justify-content: flex-start;
}
.item-events ul.items li {
  width: 370px;
}

.red-blue-bar {
  height: 8px;
  background: #009dd7;
  border-bottom: 4px solid #ff0004;
}

.prose h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 76px;
}

.products-header {
  padding: var(--section-padding-half) 0;
}
.products-header h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 76px;
  margin: 0 0 calc(var(--gap-items) / 2);
}
.products-header p {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 0 var(--section-padding-half);
}
.products-header ol.steps {
  padding-left: 0;
  padding-right: 0;
}
.products-header h1,
.products-header p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.what-you-get {
  padding: var(--section-padding) 0;
  background: #fafafa;
}
.what-you-get > div {
  display: flex;
  flex-direction: column;
  gap: var(--gap-items);
  margin: 0 auto;
  align-items: center;
}
.what-you-get h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.what-you-get strong {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.what-you-get br {
  display: none;
}
.what-you-get span {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.what-you-get ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--gap-items) * 2);
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
.what-you-get ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 32px;
  width: 310px;
}
.what-you-get ul li strong {
  font-size: 20px;
}
.what-you-get ul li svg {
  width: 64px;
  height: 64px;
  padding: 16px;
  fill: white;
  border-radius: 8px;
  background: #ff0004;
  flex-shrink: 0;
  align-self: baseline;
}

aritcle > .faqs-container {
  padding: var(--section-padding) 0;
}
aritcle > .faqs-container h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 64px;
}

#footer-contact {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0 var(--gap-sm);
  font-weight: 700;
  padding: var(--section-padding-half) 0;
}
#footer-contact #footer-logo {
  aspect-ratio: 42/53;
  grid-area: logo;
}
#footer-contact #footer-phone {
  grid-area: phone;
}
#footer-contact #footer-email {
  grid-area: email;
}
#footer-contact #footer-times {
  grid-area: times;
}
#footer-contact #footer-socials {
  grid-area: socials;
}
#footer-contact {
  grid-template-areas: "logo phone" "logo email" "logo times" "socials socials";
}
@media screen and (min-width: 769px) {
  #footer-contact {
    gap: 0 var(--gap-items);
    grid-template-columns: 50px max-content 1fr;
    grid-template-areas: "logo phone email" "logo times socials";
  }
}
@media screen and (min-width: 1001px) {
  #footer-contact {
    grid-template-columns: 50px max-content max-content max-content 1fr;
    grid-template-areas: "logo phone email times socials";
  }
  #footer-contact #footer-phone,
  #footer-contact #footer-email,
  #footer-contact #footer-times,
  #footer-contact #footer-socials {
    align-content: center;
  }
}
#footer-contact #footer-socials {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: var(--gap-items);
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #footer-contact #footer-socials {
    margin: 0;
    justify-content: right;
  }
}
#footer-contact #footer-socials .socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
#footer-contact #footer-socials .socials img {
  width: 26px;
}

#footer-links-row {
  display: flex;
  flex-direction: column;
  gap: var(--section-padding-half);
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  #footer-links-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--gap-items);
}
#footer-links h3 {
  padding: 0;
  margin: 0 0 16px;
}
#footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  #footer-links {
    justify-content: flex-start;
    flex-direction: row;
    gap: var(--section-padding-half);
  }
}

.footer-address {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
}
.footer-address li:not(:first-child, :last-child)::before {
  content: "- ";
}
.footer-address li:last-child {
  flex-grow: 1;
  text-align: right;
}

.plug {
  font-size: 12px;
}

@media screen and (min-width: 1001px) {
  .faqs {
    display: flex;
    gap: var(--gap-items);
  }
}
.faqs .faqs-column {
  flex: 1;
  margin: 0;
}
@media screen and (min-width: 1501px) {
  .faqs .faqs-column:nth-child(1) {
    padding-left: calc(var(--section-padding) * 2);
  }
  .faqs .faqs-column:nth-child(2) {
    padding-right: calc(var(--section-padding) * 2);
  }
}
.faqs details {
  margin: 0 0 var(--gap-items);
}
.faqs details::details-content {
  display: block;
  overflow: hidden;
  transition: content-visibility 0.3s ease-in-out allow-discrete, block-size 0.3s ease-in-out;
  block-size: 0;
}
.faqs details[open]::details-content {
  block-size: auto;
}
.faqs summary,
.faqs p {
  padding-right: 26px;
}
.faqs summary {
  position: relative;
  cursor: pointer;
  list-style: none;
}
.faqs summary h3 {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.faqs summary::-webkit-details-marker {
  display: none;
}
.faqs summary::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #e1f1f6;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='3' viewBox='0 0 6 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.078 2.915C0.187 3.024 0.368 3.028 0.482 2.925L3 0.649L5.518 2.925C5.632 3.029 5.813 3.024 5.922 2.915C6.03 2.805 6.025 2.633 5.911 2.529L3.196 0.075C3.142 0.025 3.071 0 3 0C2.93 0 2.858 0.025 2.804 0.075L0.089 2.529C-0.025 2.633 -0.03 2.805 0.078 2.915Z' fill='%23009DD7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: rotate(180deg);
}
.faqs summary:hover::after, .faqs summary:active::after {
  background-color: #c5e3eb;
}
.faqs details[open] summary::after {
  transform: rotate(0deg);
}
.faqs p {
  margin: 0;
}

.slider {
  padding-bottom: var(--gap-items);
}

.slider-nav {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 0;
}
.slider-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  font-size: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #181a1f;
  border-radius: 100%;
  border: 1px solid #babbbc;
}
.slider-nav a:hover {
  border-color: #181a1f;
  color: #181a1f;
  background-color: white;
  text-decoration: none;
}
.slider-nav a[disabled] {
  color: #babbbc;
}

@media screen and (min-width: 769px) {
  .products-layout {
    margin-top: var(--section-padding-half);
    justify-content: space-between;
  }
  .products-layout .item-filter {
    border: 0;
    padding: 0;
    width: 170px;
    top: 130px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1501px) {
  .products-layout .item-filter {
    top: 100px;
  }
}
@media screen and (min-width: 769px) {
  .products-layout .item-filter a {
    color: #181a1f;
  }
  .products-layout .item-filter .filter-groups > li {
    margin-bottom: var(--gap-items);
  }
  .products-layout .item-filter .filter-groups > li > ul {
    flex-direction: column;
  }
  .products-layout .item-filter .filter-groups > li > ul li {
    display: flex;
    border: none;
    align-items: center;
    font-size: 14px;
  }
  .products-layout .item-filter .filter-groups > li > ul li a,
  .products-layout .item-filter .filter-groups > li > ul li span {
    padding: 8px 8px 8px 22px !important;
    display: block;
    position: relative;
  }
  .products-layout .item-filter .filter-groups > li > ul li a::before,
  .products-layout .item-filter .filter-groups > li > ul li span::before {
    content: "";
    display: inherit;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background: #e5e5e5;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .products-layout .item-filter .filter-groups > li > ul li span {
    font-weight: 500;
    color: #181a1f;
  }
  .products-layout .item-filter .filter-groups > li > ul li span::before {
    background: #333;
  }
  .products-layout .item-filter .filter-groups > li > ul li.active {
    background: none;
    padding: 0;
  }
  .products-layout .products-content {
    max-width: 1172px;
  }
}
.products-content {
  margin-bottom: var(--section-padding-half);
}
.products-content h1 {
  font-size: 44px;
  margin: 0 0 8px;
}
.products-content ul.items {
  margin-top: 0;
}
.products-content ul.items li {
  border-radius: 8px;
  border: 1px solid #babbbc;
  background: #fafafa;
  padding: var(--gap-items);
  position: relative;
}

div.fun-pro-item {
  background: #fafafa;
}
div.fun-pro-item > * {
  padding: 0;
  margin: 0;
}
div.fun-pro-item .item-breadcrumbs {
  grid-area: breadcrumbs;
  margin: 0 0 calc(var(--gap-items) / 2);
}
div.fun-pro-item .item-reviews-header {
  grid-area: reviews-header;
  display: flex;
  margin: 0 0 var(--gap-items);
  gap: calc(var(--gap-items) / 2);
}
div.fun-pro-item .item-reviews-header svg,
div.fun-pro-item .item-reviews-header strong {
  color: #009dd7;
  font-weight: 500;
}
div.fun-pro-item .item-reviews-header .all {
  color: var(--color-text);
  text-decoration: underline;
}
div.fun-pro-item .item-title {
  grid-area: title;
  margin: 0 0 calc(var(--gap-items) / 4);
  font-size: 32px;
}
div.fun-pro-item .item-subtitle {
  grid-area: subtitle;
  margin: 0 0 var(--gap-items);
  font-size: 16px;
  font-weight: 400;
}
div.fun-pro-item .item-price {
  grid-area: price;
}
div.fun-pro-item .item-price h2 {
  margin: 0 0 calc(var(--gap-items) / 2);
  color: #009dd7;
  font-size: 44px;
  font-weight: 700;
}
div.fun-pro-item .item-price h2 small {
  color: #181a1f;
  font-size: 18px;
  font-weight: 400;
}
div.fun-pro-item .item-price p {
  font-size: 14px;
  margin: 0 0 var(--gap-items);
}
div.fun-pro-item .item-specs {
  grid-area: specs;
  margin: 0 0 var(--gap-items);
}
div.fun-pro-item .item-specs dl {
  margin: 0;
}
div.fun-pro-item .item-features {
  grid-area: features;
}
div.fun-pro-item .item-cart-buttons {
  grid-area: cart-buttons;
  margin: 0 0 var(--gap-items);
}
div.fun-pro-item .item-cart-buttons a.button {
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
div.fun-pro-item .item-cart-buttons a.button:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
div.fun-pro-item .item-cart-buttons a.button {
  color: #181a1f;
  background: #fff;
  border: 1px solid #babbbc;
}
div.fun-pro-item .item-cart-buttons a.button svg {
  fill: #181a1f;
  height: 16px;
  width: 16px;
}
div.fun-pro-item .item-cart-buttons a.button {
  width: 100%;
  margin-bottom: calc(var(--gap-items) / 2);
}
div.fun-pro-item .item-cart-buttons .add-to-cart {
  box-shadow: none;
  margin: 0;
  font-weight: 500 !important;
}
div.fun-pro-item .item-cart-buttons .add-to-cart:hover {
  box-shadow: none;
  font-weight: 500 !important;
}
div.fun-pro-item .item-cart-buttons .add-to-cart {
  color: #fafafa;
  background: #ee3324;
  border: none;
}
div.fun-pro-item .item-cart-buttons .add-to-cart svg {
  fill: #fafafa;
  height: 16px;
  width: 16px;
}
div.fun-pro-item .item-cart-buttons .add-to-cart {
  width: 100%;
}
div.fun-pro-item .item-cart-buttons .item-quantity {
  height: 48px;
}
div.fun-pro-item .item-cart-buttons .list-item-cart-controls {
  padding: 0;
}
div.fun-pro-item .item-gallery {
  grid-area: gallery;
  margin: 0 0 var(--section-padding-half);
}
div.fun-pro-item .item-description {
  grid-area: description;
}
div.fun-pro-item .item-tabs {
  grid-area: tabs;
  margin: 0 0 var(--section-padding);
}
div.fun-pro-item .item-reviews {
  grid-area: reviews;
  margin: 0 0 var(--section-padding);
}
div.fun-pro-item .design-system ul.items.video-cards {
  margin: var(--gap-items) 0;
}
div.fun-pro-item .item-faqs {
  grid-area: faqs;
  margin: 0 0 var(--section-padding);
}
div.fun-pro-item .item-faqs h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 64px;
}
div.fun-pro-item > .inner {
  grid-column: full-width;
  padding: 0 8px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 651px) {
  div.fun-pro-item > .inner {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1001px) {
  div.fun-pro-item > .inner {
    padding: 0 32px;
    display: grid;
    gap: 0 64px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(13, auto);
    grid-template-areas: "breadcrumbs breadcrumbs" "gallery     reviews-header" "gallery     title" "gallery     subtitle" "gallery     price" "gallery     specs" "gallery     features" "gallery     description" "gallery     cart-buttons" "gallery     ." "tabs        tabs" "reviews     reviews" "faqs        faqs";
  }
}
@media screen and (min-width: 1501px) {
  div.fun-pro-item > .inner {
    padding: 0;
  }
}
div.fun-pro-item #tabs {
  border-radius: 8px;
  border: 1px solid #babbbc;
  background: #fafafa;
  padding: var(--gap-items);
  position: relative;
  background: white;
  margin: 0;
}
div.fun-pro-item #tabs > ul {
  gap: calc(var(--gap-items) / 2);
  justify-content: space-around;
}
div.fun-pro-item #tabs > ul li {
  width: fit-content;
  text-align: center;
}
div.fun-pro-item #tabs > ul li a {
  font-weight: 500;
  display: block;
  color: #181a1f;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}
div.fun-pro-item #tabs > ul li a.active, div.fun-pro-item #tabs > ul li a:active, div.fun-pro-item #tabs > ul li a:hover {
  font-weight: 500;
  border-bottom-color: #009dd7;
  text-decoration: none;
}
div.fun-pro-item #tabs > div {
  gap: var(--gap-items);
}
div.fun-pro-item #tabs > div h1,
div.fun-pro-item #tabs > div h2,
div.fun-pro-item #tabs > div h3,
div.fun-pro-item #tabs > div p {
  margin-top: 0;
}
div.fun-pro-item #tabs > div .image {
  width: 327px;
  flex: inherit;
}

.video-row {
  padding: var(--section-padding) 0;
  background: #fafafa;
}

.design-system {
  background: none;
}
.design-system ol.breadcrumbs {
  padding: 0;
  margin: 0 0 calc(var(--gap-items) / 2);
}
.design-system ol.breadcrumbs li {
  margin: 0;
}
.design-system ol.breadcrumbs a {
  color: #181a1f;
}
.design-system ol.breadcrumbs span[aria-current] {
  font-weight: 400;
}
.design-system ul.items {
  margin: 0;
}
.design-system ul.items > li .image-link {
  margin: 0;
}
.design-system .search-box {
  max-width: 300px !important;
  margin: 0 auto;
  border: none;
}
.design-system .search-box input[type=search] {
  height: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.design-system .search-box button {
  padding: 10px;
  background: #009dd7;
  border: none;
}
.design-system .search-box button:hover {
  background: #009dd7;
}