@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/inter/Inter-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/fonts/inter/Inter-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/inter/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/inter/Inter-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/inter/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/inter/Inter-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/inter/Inter-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter/Inter-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/inter/Inter-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/inter/Inter-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/inter/Inter-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Wolpe-Regular";
  src: url("/fonts/wolpe/wolpe-regular.woff2") format("woff2"), url("/fonts/wolpe/wolpe-regular.woff") format("woff");
}
@font-face {
  font-family: "Wolpe-Italic";
  src: url("/fonts/wolpe/wolpe-italic.woff2") format("woff2"), url("/fonts/wolpe/wolpe-italic.woff") format("woff");
}
@font-face {
  font-family: "Wolpe-Bold";
  src: url("/fonts/wolpe/wolpe-bold.woff2") format("woff2"), url("/fonts/wolpe/wolpe-bold.woff") format("woff");
}
@font-face {
  font-family: "Wolpe-Bold-Italic";
  src: url("/fonts/wolpe/wolpe-bold-italic.woff2") format("woff2"), url("/fonts/wolpe/wolpe-bold-italic.woff") format("woff");
}
:root {
  --neutral-100: white;
  --neutral-200: #EBE9E3;
  --neutral-900: black;
  --accent-200: #DEE1D6;
  --primary-400: #92191D;
  --primary-900: #4B090A;
  --white-opacity-100: rgba(255, 255, 255, 0.1);
  --white-opacity-200: rgba(255, 255, 255, 0.2);
  --white-opacity-300: rgba(255, 255, 255, 0.3);
  --white-opacity-400: rgba(255, 255, 255, 0.4);
  --white-opacity-500: rgba(255, 255, 255, 0.5);
  --white-opacity-600: rgba(255, 255, 255, 0.6);
  --white-opacity-700: rgba(255, 255, 255, 0.7);
  --white-opacity-800: rgba(255, 255, 255, 0.8);
  --white-opacity-900: rgba(255, 255, 255, 0.9);
  --black-opacity-100: rgba(0, 0, 0, 0.1);
  --black-opacity-200: rgba(0, 0, 0, 0.2);
  --black-opacity-300: rgba(0, 0, 0, 0.3);
  --black-opacity-400: rgba(0, 0, 0, 0.4);
  --black-opacity-500: rgba(0, 0, 0, 0.5);
  --black-opacity-600: rgba(0, 0, 0, 0.6);
  --black-opacity-700: rgba(0, 0, 0, 0.7);
  --black-opacity-800: rgba(0, 0, 0, 0.8);
  --black-opacity-900: rgba(0, 0, 0, 0.9);
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
  font-weight: unset;
  font-size: unset;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

body {
  font-family: "Inter";
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vw, 1rem);
  color: var(--neutral-900);
  background-color: var(--neutral-200);
}

main {
  min-height: calc(100vh - 75px);
  min-height: calc(100svh - 75px);
  margin-top: 75px;
}
@media (min-width: 850px) {
  main {
    margin-top: 85px;
    min-height: calc(100vh - 85px);
    min-height: calc(100svh - 85px);
  }
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

p {
  line-height: 1.6;
  text-wrap: pretty;
}

a {
  display: block;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul[data-type=list] {
  margin: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) 0;
  padding-left: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
ul[data-type=list] li {
  line-height: 1.6;
  list-style: disc;
}

ol {
  margin: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) 0;
  padding-left: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
ol li {
  line-height: 1.6;
}

table.terms {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-collapse: collapse;
}
table.terms th {
  font-weight: 700;
}
table.terms td, table.terms th {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px;
  text-align: center;
  display: grid;
  place-content: center;
  min-width: 150px;
}
table.terms tr {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

#main-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(0.1em);
  -webkit-backdrop-filter: blur(0.1em);
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@property --r {
  syntax: "<length-percentage>";
  initial-value: 0px;
  inherits: false;
}
.button {
  cursor: pointer;
  display: inline-block;
  border: 0;
  font-weight: 500;
  color: var(--neutral-100);
  padding: 1em 1.7em;
  border-radius: 30rem;
  text-decoration: none;
}

.swipe {
  --r: 1%;
  background: radial-gradient(circle at var(--x, 0%) var(--y, 0%), var(--primary-900) calc(var(--r) - 1px), var(--primary-400) var(--r)) border-box;
  transition: --r 0.5s, color 0.3s;
  display: inline-block;
  border: 0;
}
@media (hover) {
  .swipe:hover {
    --r: 100% ;
  }
}
.swipe.opacity {
  background: radial-gradient(circle at var(--x, 0%) var(--y, 0%), var(--primary-400) calc(var(--r) - 1px), var(--white-opacity-100) var(--r)) border-box;
}
.swipe.blur {
  backdrop-filter: blur(1rem);
  background: radial-gradient(circle at var(--x, 0%) var(--y, 0%), var(--primary-400) calc(var(--r) - 1px), var(--white-opacity-100) var(--r)) border-box;
}
.swipe.icon {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.swipe.dark {
  background: radial-gradient(circle at var(--x, 0%) var(--y, 0%), var(--primary-400) calc(var(--r) - 1px), var(--primary-900) var(--r)) border-box;
}
.swipe.white {
  background: radial-gradient(circle at var(--x, 0%) var(--y, 0%), var(--neutral-100) calc(var(--r) - 1px), var(--primary-400) var(--r)) border-box;
}
@media (hover) {
  .swipe.white:hover {
    color: var(--primary-900);
  }
}

header {
  background-color: var(--neutral-100);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  transition: transform 0.6s cubic-bezier(0.75, 0, 0.25, 1);
}
header.scroll {
  transform: translateY(-103%);
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1rem;
  position: relative;
  z-index: 20;
}
header nav ul.main-links {
  display: none;
  align-items: center;
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
header nav ul.main-links li a {
  text-decoration: none;
}
header nav ul.main-links li.dropdown-parent {
  cursor: pointer;
}
header nav ul.main-links li.dropdown-parent .arrow-flex {
  display: grid;
  align-items: center;
  width: 100%;
  grid-auto-flow: column;
  gap: 0.5rem;
}
header nav ul.main-links li.dropdown-parent .arrow-flex svg {
  width: 100%;
  max-width: 0.8rem;
  margin-top: 2px;
}
@media (hover) {
  header nav ul.main-links li:not(.dropdown-parent) a:hover {
    color: var(--primary-400);
  }
}
header nav ul.main-links li.active a {
  color: var(--primary-400);
}
header nav svg#header-logo {
  width: 120px;
  height: auto;
  position: relative;
}
header nav #menu-toggle {
  width: 44px;
  height: 44px;
  position: relative;
  cursor: pointer;
  z-index: 21;
}
header nav #menu-toggle .menu-line {
  width: 22px;
  height: 2px;
  background-color: var(--neutral-900);
  transform-origin: 50% 50% 0px;
  border-radius: 10px;
  position: absolute;
  left: calc(50.00000000000002% - 20px / 2);
  transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
header nav #menu-toggle .menu-line:first-of-type {
  top: calc(37.50000000000002% - 2px / 2);
}
header nav #menu-toggle .menu-line:last-of-type {
  top: calc(62.50000000000002% - 2px / 2);
}
header.menu-open {
  background-color: var(--primary-900);
}
@media (min-width: 850px) {
  header nav ul.main-links {
    display: flex;
  }
  header nav svg#header-logo {
    width: 155px;
  }
  header nav #menu-toggle {
    display: none;
  }
}

#nav-dropdown {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  color: var(--neutral-100);
  padding: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem) 5% clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) 5%;
  width: 100vw;
  overflow: hidden;
}
#nav-dropdown .bg-colour {
  background-color: var(--primary-900);
  pointer-events: none;
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#nav-dropdown ul {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
#nav-dropdown ul li {
  opacity: 0;
  transform: translateY(15%);
  background-color: transparent;
  width: 100%;
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  border-radius: 5px;
}
#nav-dropdown ul li a {
  text-decoration: none;
  display: grid;
  justify-items: center;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
#nav-dropdown ul li svg .fire path {
  fill: #713C3D;
}
#nav-dropdown ul li svg .highlight {
  fill: #713C3D;
}
#nav-dropdown ul li svg .darker {
  fill: #561819;
}
#nav-dropdown ul li svg .darker path, #nav-dropdown ul li svg .darker rect {
  fill: #561819;
}
#nav-dropdown ul li svg .lighter {
  fill: #622021;
}
@media (hover) {
  #nav-dropdown ul li:hover {
    background-color: var(--white-opacity-100);
  }
  #nav-dropdown ul li:hover svg .highlight {
    fill: var(--neutral-100);
  }
  #nav-dropdown ul li:hover svg .fire path {
    fill: #FF7125;
  }
  #nav-dropdown ul li:hover svg .lighter {
    fill: #A77576;
  }
  #nav-dropdown ul li:hover svg .darker {
    fill: var(--primary-900);
  }
  #nav-dropdown ul li:hover svg .darker path, #nav-dropdown ul li:hover svg .darker rect {
    fill: var(--primary-900);
  }
}

#menu {
  min-height: 100vh;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#menu .bg-colour {
  background-color: var(--primary-900);
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#menu ul {
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vw, 3.0518rem);
  font-weight: 600;
  padding: 15vh 0 clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) 0;
  color: var(--neutral-100);
  position: relative;
  z-index: 2;
}
#menu ul li {
  opacity: 0;
  transform: translateX(5%);
}
#menu ul li a {
  text-decoration: none;
  padding-block: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
#menu .social-icons .icon {
  opacity: 0;
  transform: translateY(15%);
}

footer .footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
footer a {
  text-decoration: none;
}
@media (hover) {
  footer a:hover {
    text-decoration: underline;
  }
}
footer a.button:hover {
  text-decoration: none;
}
footer .footer-logo svg {
  width: 120px;
}
footer .footer-logo path {
  fill: var(--neutral-100);
}

.social-icons {
  position: relative;
  z-index: 2;
  display: flex;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.social-icons .icon {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100vw;
}

.image-text {
  display: grid;
}
.image-text .image {
  border-radius: 5px;
  overflow: hidden;
}
.image-text .image img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/10;
}
.image-text .text {
  padding-top: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.image-text[data-page=electric-listing] .text {
  display: grid;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.image-text[data-page=electric-listing] .text svg {
  justify-self: flex-end;
  max-height: 25rem;
  max-width: 50%;
}
.image-text[data-page=electric-listing] .text .button {
  justify-self: flex-start;
}
@media screen and (min-width: 48em) {
  .image-text {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .image-text .image img {
    aspect-ratio: 1/1.1;
  }
  .image-text .text {
    padding-top: 0;
    padding-left: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  }
  .image-text .text p {
    max-width: 55ch;
  }
  .image-text[data-type=reverse] .text {
    order: -1;
    padding-left: 0;
    padding-right: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  }
  .image-text[data-page=electric-listing] .text {
    height: 100%;
  }
  .image-text[data-page=electric-listing] .text svg {
    order: -1;
  }
}

section.stockist-cta {
  color: var(--neutral-100);
  position: relative;
  padding: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem) 0 clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem) 0;
}
section.stockist-cta img {
  object-fit: cover;
  object-position: 80% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.stockist-cta .container {
  position: relative;
  z-index: 3;
}
section.stockist-cta p {
  max-width: 50ch;
}
section.stockist-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 48em) {
  section.stockist-cta {
    padding-block: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
  }
  section.stockist-cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  color: #b3b3b3;
  margin-bottom: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  padding-block: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.breadcrumb a {
  text-decoration: none;
  color: var(--neutral-900);
}
@media (hover) {
  .breadcrumb a:hover {
    color: var(--primary-400);
  }
}
.breadcrumb svg {
  width: 1.2rem;
  margin-top: 0.1rem;
}
.breadcrumb svg path {
  fill: var(--neutral-900);
}
@media (hover) {
  .breadcrumb svg:hover path {
    fill: var(--primary-400);
  }
}
.breadcrumb[data-type=hero] {
  align-self: flex-end;
  display: none;
  position: absolute;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  padding: 0;
  padding-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 48em) {
  .breadcrumb[data-type=hero] {
    display: flex;
  }
}
.breadcrumb[data-type=hero] a {
  text-decoration: none;
  color: #fff;
  width: fit-content;
}
.breadcrumb[data-type=hero] svg path {
  fill: #fff;
}

a.product-card {
  text-decoration: none;
  text-align: center;
}
a.product-card .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 1/1.2;
}
a.product-card .image img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.1s cubic-bezier(0.7, 0, 0.3, 1);
}
a.product-card .image img.hover {
  opacity: 0;
}
a.product-card .image span.finishes {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--neutral-100);
  color: var(--neutral-900);
  z-index: 2;
  padding: 0.2em 0.5em;
  margin: 1rem;
  border-radius: 3px;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
}
a.product-card .product-name {
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
@media (hover) {
  a.product-card:hover .image img.hover {
    opacity: 1;
    transform: scale(1);
  }
}

section.image-hero {
  overflow: hidden;
  height: calc(100vh - 75px);
  height: calc(100svh - 75px);
  position: relative;
}
section.image-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  width: 100%;
  height: 100%;
}
section.image-hero picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.image-hero img {
  max-width: unset;
  width: 105%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 90%;
  position: relative;
  z-index: 1;
  transform-origin: bottom right;
  animation-name: hero;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  pointer-events: none;
}
section.image-hero .container {
  position: relative;
  height: 100%;
}
section.image-hero .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: var(--neutral-100);
  padding-bottom: 10vh;
}
section.image-hero .content h1 {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vw, 1.25rem);
  color: var(--white-opacity-700);
  padding-bottom: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  line-height: 1.2;
}
section.image-hero .content p {
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vw, 3.0518rem);
  font-family: "Wolpe-Bold";
  line-height: 1.2;
  font-size: clamp(2.5rem, 1.6871rem + 3.4682vw, 4.375rem);
}
@media (min-width: 850px) {
  section.image-hero {
    height: calc(100vh - 85px);
    height: calc(100svh - 85px);
  }
}
@media (min-width: 900px) {
  section.image-hero::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 60%);
  }
}

@keyframes hero {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
.pager-wrapper {
  display: grid;
  justify-content: center;
  padding-top: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.pager-wrapper ol.pager {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.pager-wrapper ol.pager li {
  width: 35px;
  height: 35px;
  border-radius: 3px;
}
@media (hover) {
  .pager-wrapper ol.pager li:has(a):hover {
    background-color: var(--accent-200);
  }
}
.pager-wrapper ol.pager a {
  text-decoration: none;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pager-wrapper ol.pager span {
  background-color: var(--primary-400);
  color: var(--neutral-100);
  width: 35px;
  height: 35px;
  display: grid;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 3px;
}

.cursor {
  z-index: 1000;
  background-color: var(--neutral-100);
  opacity: 0;
  pointer-events: none;
  color: var(--neutral-900);
  border-radius: 3px;
  padding: 0.4em 0.8em;
  line-height: 1;
  transition: opacity 0.2s;
  position: fixed;
  inset: 0% auto auto 0%;
}

.cursor p {
  margin: 0px;
}

@media (hover) {
  body:has([data-cursor]:hover) .cursor {
    opacity: 1;
  }
}
.detail-block {
  background-color: var(--neutral-100);
  border-radius: 5px;
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) 15% clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  position: relative;
}
.detail-block svg, .detail-block img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, -25%);
  z-index: 1;
  width: 100%;
  max-width: 3rem;
}
.detail-block img {
  border-radius: 100vw;
}
.detail-block h3 {
  padding-bottom: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.detail-block span {
  text-transform: uppercase;
  color: var(--black-opacity-500);
  display: block;
  padding-bottom: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.detail-block img.arch, .detail-block img.pegs {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  max-width: 100%;
  padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  border-radius: unset;
}
@media screen and (min-width: 48em) {
  .detail-block {
    padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem) clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
  .detail-block svg, .detail-block img {
    max-width: 4.5rem;
    transform: translate(25%, -25%);
  }
}

/* ------------------------- Tags -------------------------------------------------- */
.group-tags {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.25em;
}
.group-tags .single-tag {
  background-color: var(--primary-400);
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.25em 0.5em;
  backdrop-filter: blur(10px);
  margin: 0 2rem;
}
.group-tags .single-tag h2 {
  color: var(--neutral-100);
  font-size: 0.8em;
  font-weight: 500;
}

.accordion {
  display: grid;
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.accordion h3 {
  font-weight: 600;
  line-height: 1.5;
}
.accordion p {
  max-width: 80ch;
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
}
.accordion p:first-of-type {
  padding-top: 0;
}
.accordion ul.list {
  display: grid;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.accordion a {
  display: inline;
}
.accordion .accordion-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
}
.accordion .accordion-item .top {
  cursor: pointer;
  padding: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  display: flex;
  align-items: center;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  justify-content: space-between;
}
@media (hover) {
  .accordion .accordion-item .top:hover .plus .plus-fill, .accordion .accordion-item .topfocus .plus .plus-fill {
    background-color: var(--primary-400);
    border: 1px solid var(--primary-400);
  }
  .accordion .accordion-item .top:hover .plus .bar, .accordion .accordion-item .topfocus .plus .bar {
    background-color: var(--neutral-100);
  }
}
.accordion .accordion-item .bottom {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s cubic-bezier(0.5, 0, 0.25, 1);
  position: relative;
}
.accordion .accordion-item .bottom-wrap {
  overflow: hidden;
}
.accordion .accordion-item .bottom-wrap .bottom-content {
  padding: 0 clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem) clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.accordion .accordion-item .plus {
  display: flex;
  gap: 0.25em;
  width: 2em;
  height: 2em;
  border-radius: 100vw;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.accordion .accordion-item .plus .plus-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100vw;
  background-color: transparent;
  border: 1px solid var(--black-opacity-400);
  transition: 0.1s;
}
.accordion .accordion-item .plus .bar {
  position: absolute;
  width: 35%;
  height: 1px;
  background-color: var(--neutral-900);
  transform: translateY(0) rotate(0.001deg);
  transition: background-color 0.1s;
  transition: transform 0.4s cubic-bezier(0.5, 0, 0.25, 1);
}
.accordion .accordion-item .plus .bar-bottom {
  transform: translateY(0) rotate(-90deg);
}
@media screen and (min-width: 62em) {
  .accordion .accordion-item .top {
    padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
  .accordion .accordion-item .bottom-wrap .bottom-content {
    padding: 0 clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
}
.accordion .accordion-item[data-accordion-status=active] .plus .bar, .accordion .accordion-item[data-accordion-status=active] .plus .bar-bottom {
  transform: translateY(0) rotate(180deg);
}
.accordion .accordion-item[data-accordion-status=active] .bottom {
  grid-template-rows: 1fr;
}

.auto-columns {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
}

/**
 * AUTO-GRID LAYOUT
 *
 * This CSS utility creates a responsive grid layout that automatically adjusts the number of columns
 * based on the available space and specified constraints. It aims to fit as many cells as possible
 * in a single row, while respecting minimum cell width and maximum columns constraints.
 *
 * Customizable Properties:
 * --auto-grid-min-size: Sets the minimum width for each cell in the grid.
 *                       Default is 10rem.
 * --auto-grid-max-columns: Sets the maximum number of columns in the grid.
 *                          Default is 'infinity' (as many as can fit).
 * --auto-grid-gap: Sets the horizontal gap between grid cells. It also sets
 *                  the vertical gap if --auto-grid-gap-vertical is not defined.
 *                  Default is 1rem.
 * --auto-grid-gap-vertical: Specifically sets the vertical gap between rows
 *                           of cells. If not set, it falls back to the value
 *                           of '--auto-grid-gap'.
 *
 * The grid utilizes CSS 'display: grid' with the 'auto-fit' feature and the 'minmax()'
 * function to ensure that cells expand to fill available space while maintaining
 * the set minimum size.
 *
 * Example Usage:
 * <div class="auto-grid" style="--auto-grid-min-size: 10rem; --auto-grid-max-columns: 3; --auto-grid-gap: 0.5rem;">
 *   <!-- grid items here -->
 * </div>
 *
 * The above example will create a grid with a minimum cell width of 10rem, a maximum
 * of 3 columns, and a gap of 0.5rem between both rows and columns.
 */
.auto-grid {
  --auto-grid-max-column-width: 100% / var(--auto-grid-max-columns, infinity) - var(--auto-grid-gap);
  --auto-grid-column-width: max(
      var(--auto-grid-max-column-width),
      min(var(--auto-grid-min-size, 10rem), 100%)
  );
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-column-width), 1fr));
  /* vertical gap falls back to general gap then falls back to 1rem*/
  gap: var(--auto-grid-gap-vertical, var(--auto-grid-gap, 1rem)) var(--auto-grid-gap, 1rem);
}

.even-columns {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
@media screen and (min-width: 62em) {
  .even-columns {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}

.two-grid {
  display: grid;
}
.two-grid img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
.two-grid p {
  max-width: 55ch;
}
@media screen and (min-width: 62em) {
  .two-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .two-grid[data-type=reverse] div:last-of-type {
    order: -1;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  width: fit-content;
  align-items: center;
}
.flex.justify-space-between {
  width: 100%;
  justify-content: space-between;
}
.flex.justify-center {
  justify-content: center;
}

.pile {
  display: grid;
  grid-template-areas: "pile";
  place-content: center;
}
.pile > * {
  grid-area: pile;
}

.clr-neutral-100 {
  color: var(--neutral-100);
}

.bg-neutral-100 {
  background-color: var(--neutral-100);
}

.clr-neutral-200 {
  color: var(--neutral-200);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.clr-neutral-900 {
  color: var(--neutral-900);
}

.bg-neutral-900 {
  background-color: var(--neutral-900);
}

.clr-accent-200 {
  color: var(--accent-200);
}

.bg-accent-200 {
  background-color: var(--accent-200);
}

.clr-primary-400 {
  color: var(--primary-400);
}

.bg-primary-400 {
  background-color: var(--primary-400);
}

.clr-primary-900 {
  color: var(--primary-900);
}

.bg-primary-900 {
  background-color: var(--primary-900);
}

.clr-white-opacity-100 {
  color: var(--white-opacity-100);
}

.bg-white-opacity-100 {
  background-color: var(--white-opacity-100);
}

.clr-white-opacity-200 {
  color: var(--white-opacity-200);
}

.bg-white-opacity-200 {
  background-color: var(--white-opacity-200);
}

.clr-white-opacity-300 {
  color: var(--white-opacity-300);
}

.bg-white-opacity-300 {
  background-color: var(--white-opacity-300);
}

.clr-white-opacity-400 {
  color: var(--white-opacity-400);
}

.bg-white-opacity-400 {
  background-color: var(--white-opacity-400);
}

.clr-white-opacity-500 {
  color: var(--white-opacity-500);
}

.bg-white-opacity-500 {
  background-color: var(--white-opacity-500);
}

.clr-white-opacity-600 {
  color: var(--white-opacity-600);
}

.bg-white-opacity-600 {
  background-color: var(--white-opacity-600);
}

.clr-white-opacity-700 {
  color: var(--white-opacity-700);
}

.bg-white-opacity-700 {
  background-color: var(--white-opacity-700);
}

.clr-white-opacity-800 {
  color: var(--white-opacity-800);
}

.bg-white-opacity-800 {
  background-color: var(--white-opacity-800);
}

.clr-white-opacity-900 {
  color: var(--white-opacity-900);
}

.bg-white-opacity-900 {
  background-color: var(--white-opacity-900);
}

.clr-black-opacity-100 {
  color: var(--black-opacity-100);
}

.bg-black-opacity-100 {
  background-color: var(--black-opacity-100);
}

.clr-black-opacity-200 {
  color: var(--black-opacity-200);
}

.bg-black-opacity-200 {
  background-color: var(--black-opacity-200);
}

.clr-black-opacity-300 {
  color: var(--black-opacity-300);
}

.bg-black-opacity-300 {
  background-color: var(--black-opacity-300);
}

.clr-black-opacity-400 {
  color: var(--black-opacity-400);
}

.bg-black-opacity-400 {
  background-color: var(--black-opacity-400);
}

.clr-black-opacity-500 {
  color: var(--black-opacity-500);
}

.bg-black-opacity-500 {
  background-color: var(--black-opacity-500);
}

.clr-black-opacity-600 {
  color: var(--black-opacity-600);
}

.bg-black-opacity-600 {
  background-color: var(--black-opacity-600);
}

.clr-black-opacity-700 {
  color: var(--black-opacity-700);
}

.bg-black-opacity-700 {
  background-color: var(--black-opacity-700);
}

.clr-black-opacity-800 {
  color: var(--black-opacity-800);
}

.bg-black-opacity-800 {
  background-color: var(--black-opacity-800);
}

.clr-black-opacity-900 {
  color: var(--black-opacity-900);
}

.bg-black-opacity-900 {
  background-color: var(--black-opacity-900);
}

.fs-200 {
  font-size: clamp(0.6076rem, 0.5936rem + 0.0599vw, 0.64rem);
}

.fs-300 {
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
}

.fs-400 {
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vw, 1rem);
}

.fs-500 {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vw, 1.25rem);
}

.fs-600 {
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vw, 1.5625rem);
}

.fs-700 {
  font-size: clamp(1.512rem, 1.3208rem + 0.816vw, 1.9531rem);
  line-height: 1.2;
}

.fs-800 {
  font-size: clamp(1.8144rem, 1.5426rem + 1.1598vw, 2.4414rem);
  line-height: 1.2;
}

.fs-900 {
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vw, 3.0518rem);
  line-height: 1.2;
}

.section-padding {
  padding-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}

.mx-auto {
  margin-inline: auto;
}

.push-right {
  margin-left: auto;
}

.margin-1 {
  margin: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-top-1 {
  margin-block-start: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-bottom-1 {
  margin-block-end: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-block-1 {
  margin-block: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-left-1 {
  margin-inline-start: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-right-1 {
  margin-inline-end: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.margin-inline-1 {
  margin-inline: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}

.padding-1 {
  padding: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-top-1 {
  padding-block-start: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-bottom-1 {
  padding-block-end: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-block-1 {
  padding-block: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-left-1 {
  padding-inline-start: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-right-1 {
  padding-inline-end: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
.padding-inline-1 {
  padding-inline: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}

.margin-2 {
  margin: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-top-2 {
  margin-block-start: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-bottom-2 {
  margin-block-end: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-block-2 {
  margin-block: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-left-2 {
  margin-inline-start: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-right-2 {
  margin-inline-end: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.margin-inline-2 {
  margin-inline: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}

.padding-2 {
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-top-2 {
  padding-block-start: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-bottom-2 {
  padding-block-end: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-block-2 {
  padding-block: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-left-2 {
  padding-inline-start: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-right-2 {
  padding-inline-end: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
.padding-inline-2 {
  padding-inline: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}

.margin-3 {
  margin: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-top-3 {
  margin-block-start: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-bottom-3 {
  margin-block-end: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-block-3 {
  margin-block: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-left-3 {
  margin-inline-start: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-right-3 {
  margin-inline-end: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.margin-inline-3 {
  margin-inline: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}

.padding-3 {
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-top-3 {
  padding-block-start: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-bottom-3 {
  padding-block-end: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-block-3 {
  padding-block: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-left-3 {
  padding-inline-start: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-right-3 {
  padding-inline-end: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
.padding-inline-3 {
  padding-inline: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}

.margin-4 {
  margin: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-top-4 {
  margin-block-start: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-bottom-4 {
  margin-block-end: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-block-4 {
  margin-block: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-left-4 {
  margin-inline-start: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-right-4 {
  margin-inline-end: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.margin-inline-4 {
  margin-inline: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}

.padding-4 {
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-top-4 {
  padding-block-start: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-bottom-4 {
  padding-block-end: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-block-4 {
  padding-block: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-left-4 {
  padding-inline-start: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-right-4 {
  padding-inline-end: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
.padding-inline-4 {
  padding-inline: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}

.margin-5 {
  margin: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-top-5 {
  margin-block-start: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-bottom-5 {
  margin-block-end: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-block-5 {
  margin-block: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-left-5 {
  margin-inline-start: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-right-5 {
  margin-inline-end: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.margin-inline-5 {
  margin-inline: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}

.padding-5 {
  padding: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-top-5 {
  padding-block-start: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-bottom-5 {
  padding-block-end: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-block-5 {
  padding-block: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-left-5 {
  padding-inline-start: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-right-5 {
  padding-inline-end: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
.padding-inline-5 {
  padding-inline: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}

.margin-6 {
  margin: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-top-6 {
  margin-block-start: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-bottom-6 {
  margin-block-end: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-block-6 {
  margin-block: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-left-6 {
  margin-inline-start: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-right-6 {
  margin-inline-end: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.margin-inline-6 {
  margin-inline: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}

.padding-6 {
  padding: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-top-6 {
  padding-block-start: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-bottom-6 {
  padding-block-end: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-block-6 {
  padding-block: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-left-6 {
  padding-inline-start: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-right-6 {
  padding-inline-end: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
.padding-inline-6 {
  padding-inline: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}

.margin-7 {
  margin: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-top-7 {
  margin-block-start: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-bottom-7 {
  margin-block-end: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-block-7 {
  margin-block: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-left-7 {
  margin-inline-start: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-right-7 {
  margin-inline-end: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.margin-inline-7 {
  margin-inline: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}

.padding-7 {
  padding: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-top-7 {
  padding-block-start: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-bottom-7 {
  padding-block-end: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-block-7 {
  padding-block: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-left-7 {
  padding-inline-start: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-right-7 {
  padding-inline-end: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
.padding-inline-7 {
  padding-inline: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}

.margin-8 {
  margin: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-top-8 {
  margin-block-start: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-bottom-8 {
  margin-block-end: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-block-8 {
  margin-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-left-8 {
  margin-inline-start: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-right-8 {
  margin-inline-end: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.margin-inline-8 {
  margin-inline: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}

.padding-8 {
  padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-top-8 {
  padding-block-start: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-bottom-8 {
  padding-block-end: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-block-8 {
  padding-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-left-8 {
  padding-inline-start: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-right-8 {
  padding-inline-end: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
.padding-inline-8 {
  padding-inline: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}

.margin-9 {
  margin: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-top-9 {
  margin-block-start: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-bottom-9 {
  margin-block-end: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-block-9 {
  margin-block: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-left-9 {
  margin-inline-start: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-right-9 {
  margin-inline-end: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.margin-inline-9 {
  margin-inline: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}

.padding-9 {
  padding: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-top-9 {
  padding-block-start: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-bottom-9 {
  padding-block-end: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-block-9 {
  padding-block: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-left-9 {
  padding-inline-start: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-right-9 {
  padding-inline-end: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}
.padding-inline-9 {
  padding-inline: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}

.margin-10 {
  margin: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-top-10 {
  margin-block-start: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-bottom-10 {
  margin-block-end: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-block-10 {
  margin-block: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-left-10 {
  margin-inline-start: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-right-10 {
  margin-inline-end: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.margin-inline-10 {
  margin-inline: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}

.padding-10 {
  padding: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-top-10 {
  padding-block-start: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-bottom-10 {
  padding-block-end: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-block-10 {
  padding-block: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-left-10 {
  padding-inline-start: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-right-10 {
  padding-inline-end: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}
.padding-inline-10 {
  padding-inline: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}

.container {
  --max-width: 90rem;
  width: min(90%, var(--max-width));
  margin-inline: auto;
}

.container[data-type=small] {
  --max-width: 70rem;
}

.container[data-type=large] {
  --max-width: 90%;
}

.container[data-type=full-bleed] {
  --max-width: 100%;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.gap-1 {
  gap: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}

.gap-2 {
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}

.gap-3 {
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}

.gap-4 {
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}

.gap-5 {
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}

.gap-6 {
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}

.gap-7 {
  gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}

.gap-8 {
  gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}

.gap-9 {
  gap: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}

.gap-10 {
  gap: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}

.gap-y-1 {
  row-gap: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}

.gap-y-2 {
  row-gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}

.gap-y-3 {
  row-gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}

.gap-y-4 {
  row-gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}

.gap-y-5 {
  row-gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}

.gap-y-6 {
  row-gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}

.gap-y-7 {
  row-gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}

.gap-y-8 {
  row-gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}

.gap-y-9 {
  row-gap: clamp(6.56rem, calc(4.25rem + 9.86vw), 13.13rem);
}

.gap-y-10 {
  row-gap: clamp(8.75rem, calc(5.67rem + 13.15vw), 17.50rem);
}

.ff-base {
  font-family: "Inter";
}

.ff-accent {
  font-family: "Wolpe-Bold";
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

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

.text-right {
  text-align: center;
}

.text-italic {
  font-style: italic;
}

.box-shadow-1 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.012), 0px 22px 18px rgba(0, 0, 0, 0.018), 0px 100px 80px rgba(0, 0, 0, 0.03);
}

.box-shadow-2 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.016), 0px 22px 18px rgba(0, 0, 0, 0.024), 0px 100px 80px rgba(0, 0, 0, 0.04);
}

.box-shadow-3 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.02), 0px 22px 18px rgba(0, 0, 0, 0.03), 0px 100px 80px rgba(0, 0, 0, 0.05);
}

.box-shadow-4 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.03), 0px 22px 18px rgba(0, 0, 0, 0.042), 0px 100px 80px rgba(0, 0, 0, 0.07);
}

.box-shadow-5 {
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.04), 0px 22px 18px rgba(0, 0, 0, 0.06), 0px 100px 80px rgba(0, 0, 0, 0.1);
}

.heading-1 {
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vw, 3.0518rem);
  font-family: "Wolpe-Bold";
}

.heading-2 {
  font-size: clamp(1.8144rem, 1.5426rem + 1.1598vw, 2.4414rem);
  font-family: "Wolpe-Bold";
}

.heading-3 {
  font-size: clamp(1.26rem, 1.1289rem + 0.5595vw, 1.5625rem);
  font-family: "Wolpe-Bold";
}

.round {
  border-radius: 50%;
  aspect-ratio: 1/1;
}

main#home-page section.image-hero {
  position: relative;
}
main#home-page section.image-hero picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
main#home-page section.image-hero picture:last-of-type {
  z-index: 1;
  animation-name: opacity;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
main#home-page section.image-hero .content {
  padding-bottom: 7vh;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
main#home-page section.about {
  position: relative;
  padding-block: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
}
main#home-page section.about img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10% 50%;
}
main#home-page section.about .container {
  position: relative;
  z-index: 3;
}
main#home-page section.about .container .grid {
  display: grid;
  align-items: start;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#home-page section.about .container .grid div {
  background-color: rgba(255, 255, 255, 0.05);
  width: 100%;
  height: 100%;
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  border-radius: 5px;
}
main#home-page section.about .container h2, main#home-page section.about .container h3 {
  color: var(--neutral-100);
}
main#home-page section.about .container p {
  color: var(--white-opacity-800);
  max-width: 35ch;
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#home-page section.about .container svg {
  width: 100%;
  max-width: 8rem;
}
@media screen and (min-width: 48em) {
  main#home-page section.about .container h2 {
    text-align: center;
  }
  main#home-page section.about .container .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 62em) {
  main#home-page section.about .container .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
main#home-page .range-carousel {
  display: grid;
  border-radius: 5px;
  overflow: hidden;
}
main#home-page .range-carousel .range-carousel-nav {
  background-color: var(--primary-900);
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#home-page .range-carousel .range-carousel-nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#home-page .range-carousel .range-carousel-nav li {
  background-color: rgba(255, 255, 255, 0.05);
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
main#home-page .range-carousel .range-carousel-nav li a {
  text-decoration: none;
  display: grid;
  justify-items: center;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#home-page .range-carousel .range-carousel-nav li .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--white-opacity-200);
}
main#home-page .range-carousel .range-carousel-nav h3 {
  color: var(--white-opacity-300);
  position: relative;
  z-index: 2;
}
main#home-page .range-carousel .range-carousel-nav svg {
  width: 100%;
  height: min(10vh, 115px);
  position: relative;
  z-index: 2;
}
main#home-page .range-carousel .range-carousel-nav svg .fire path {
  fill: #713C3D;
}
main#home-page .range-carousel .range-carousel-nav svg .highlight {
  fill: #713C3D;
}
main#home-page .range-carousel .range-carousel-nav svg .darker {
  fill: #561819;
}
main#home-page .range-carousel .range-carousel-nav svg .lighter {
  fill: #622021;
}
main#home-page .range-carousel .range-carousel-images {
  position: relative;
  height: 400px;
}
main#home-page .range-carousel .range-carousel-images a {
  pointer-events: none;
}
main#home-page .range-carousel .range-carousel-images a.active {
  pointer-events: all;
}
main#home-page .range-carousel .range-carousel-images a.active img {
  opacity: 1;
}
main#home-page .range-carousel .range-carousel-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 2;
}
main#home-page .range-carousel .range-carousel-images img.blank {
  opacity: 1;
  z-index: 1;
}
main#home-page .range-carousel .range-carousel-images img.electric-smaller {
  border-radius: 3px;
  width: 45%;
  aspect-ratio: 16/11;
  top: 0;
  right: 0;
  left: auto;
  height: auto;
  z-index: 3;
  margin: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 48em) {
  main#home-page .range-carousel .range-carousel-nav ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 62em) {
  main#home-page .range-carousel {
    grid-template-columns: 300px 1fr;
  }
  main#home-page .range-carousel .range-carousel-nav ul {
    grid-template-columns: 1fr;
  }
  main#home-page .range-carousel .range-carousel-images {
    height: auto;
  }
  main#home-page .range-carousel .range-carousel-images img.electric-smaller {
    width: 30%;
  }
}

main#product-listing-page section.product-listing-hero {
  overflow: hidden;
  position: relative;
  margin-top: 75px;
  min-height: 650px;
}
main#product-listing-page section.product-listing-hero img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  pointer-events: none;
}
main#product-listing-page section.product-listing-hero .content {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 3;
  text-transform: uppercase;
}
main#product-listing-page section.product-listing-hero .content h1 {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vw, 1.25rem);
  color: var(--white-opacity-700);
  padding-bottom: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  line-height: 1.2;
}
main#product-listing-page section.product-listing-hero .content p {
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vw, 3.0518rem);
  font-family: "Wolpe-Bold";
  line-height: 1.2;
  font-size: clamp(2.5rem, 1.6871rem + 3.4682vw, 4.375rem);
  color: var(--neutral-100);
}
main#product-listing-page section.product-listing-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}
main#product-listing-page section.product-listing-hero[data-type=fire-surrounds] img {
  object-position: 77% 70%;
}
main#product-listing-page section.product-listing-hero[data-type=stove-surrounds] img {
  object-position: 67% 70%;
}
@media screen and (min-width: 48em) {
  main#product-listing-page section.product-listing-hero .content {
    bottom: auto;
    top: 50%;
  }
  main#product-listing-page section.product-listing-hero::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 60%);
  }
  main#product-listing-page section.product-listing-hero[data-type=fire-surrounds] img {
    object-position: 50% 70%;
  }
}
@media (min-width: 850px) {
  main#product-listing-page section.product-listing-hero {
    margin-top: 85px;
  }
}
main#product-listing-page #filter-form select, main#product-listing-page #filter-form input {
  width: 100%;
  border-radius: 3px;
  border: 0;
  padding: 1em;
}
main#product-listing-page #filter-form select {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #fff url("/images/icons/arrow-down.svg") no-repeat;
  background-size: 0.9rem;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
  color: rgba(0, 0, 0, 0.45);
}
main#product-listing-page #filter-form #product-search-wrapper {
  position: relative;
}
main#product-listing-page #filter-form #product-search-wrapper svg {
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
main#product-listing-page #product-search-results {
  position: absolute;
  z-index: 3;
  background: #fff;
  top: 90%;
  left: 0;
  width: 100%;
}
main#product-listing-page #product-search-results ol {
  margin: 0;
  list-style: none;
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem) 1em;
}
main#product-listing-page #product-search-results ol a {
  display: block;
  text-decoration: none;
  padding-block: 0.2rem;
}
@media (hover) {
  main#product-listing-page #product-search-results ol a:hover {
    color: var(--primary-400);
  }
}
main#product-listing-page #product-search-results p {
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem) 1em;
}

main#product-page section.product-intro h1 {
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vw, 3.0518rem);
  font-family: "Wolpe-Bold";
  padding-bottom: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#product-page section.product-intro .intro-grid {
  display: grid;
}
main#product-page section.product-intro .intro-info {
  padding-top: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#product-page section.product-intro .finishes {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#product-page section.product-intro .finishes .finish-group .finish-flex {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#product-page section.product-intro .finishes .finish-group h3 {
  color: var(--black-opacity-300);
  font-weight: 500;
  padding-bottom: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#product-page section.product-intro .finishes .finish-group .finish {
  line-height: 0;
  position: relative;
}
main#product-page section.product-intro .finishes .finish-group .finish.selected {
  outline: 3px solid var(--primary-400);
  outline-offset: -2px;
  border-radius: 3px;
}
main#product-page section.product-intro .finishes .finish-group .finish img, main#product-page section.product-intro .finishes .finish-group .finish svg {
  height: 55px;
  width: 55px;
  border-radius: 3px;
}
main#product-page section.product-intro .finishes .finish-group .finish svg path {
  stroke-width: 1.5px;
}
main#product-page section.product-intro .finishes .finish-group .finish .tooltip {
  transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate(-50%, -120%);
  transform-origin: 50% bottom;
  opacity: 0;
  pointer-events: none;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  width: max-content;
  position: absolute;
  z-index: 3;
  padding: 0.8em 1em;
  background-color: var(--primary-900);
  display: inline;
  top: 0;
  left: 50%;
  border-radius: 3px;
  line-height: 1.3;
  color: var(--neutral-100);
}
main#product-page section.product-intro .finishes .finish-group .finish .tooltip::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--primary-900);
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  z-index: 12;
  transform: translateX(-50%);
}
main#product-page section.product-intro .finishes .finish-group .finish.texture img {
  width: 150px;
  height: auto;
}
@media (hover) {
  main#product-page section.product-intro .finishes .finish-group .finish:hover .tooltip {
    transform: translate(-50%, -140%);
    pointer-events: all;
    opacity: 1;
  }
}
main#product-page section.product-intro .finishes .finish-group#lighting-kits div.finish {
  cursor: pointer;
}
main#product-page section.product-intro #product-gallery {
  position: relative;
}
main#product-page section.product-intro #product-gallery span.caption {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--neutral-100);
  color: var(--neutral-900);
  z-index: 2;
  padding: 0.2em 0.5em;
  margin: 1rem;
  border-radius: 3px;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  max-width: 50%;
}
main#product-page section.product-intro #product-gallery .f-carousel__slide img {
  border-radius: 5px;
  aspect-ratio: 1/1.2;
  object-fit: cover;
  object-position: center;
}
main#product-page section.product-intro #product-gallery .f-button {
  --f-button-next-pos: 15px;
  --f-button-prev-pos: 15px;
  top: 50%;
  border-radius: 10rem;
  --f-button-width: 44px;
  --f-button-height: 44px;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-bg: rgba(255, 255, 255, 0.2);
  --f-button-hover-bg: rgba(255, 255, 255, 0.2);
  --f-button-active-bg: var(--f-button-bg);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  backdrop-filter: blur(0.5em);
  -webkit-backdrop-filter: blur(0.5em);
}
main#product-page section.product-intro #product-gallery .f-carousel__dots {
  bottom: 10px;
}
main#product-page section.product-intro #product-gallery .f-carousel__dot {
  color: var(--neutral-100);
}
@media screen and (min-width: 48em) {
  main#product-page section.product-intro #product-gallery .f-button {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-next-pos: 25px;
    --f-button-prev-pos: 25px;
  }
}
@media screen and (min-width: 48em) {
  main#product-page section.product-intro .intro-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
  main#product-page section.product-intro .intro-grid .intro-info {
    padding-top: 0;
    padding-left: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  }
}
main#product-page section.dimensions {
  background-color: var(--accent-200);
}
main#product-page section.dimensions .dimensions-grid {
  display: grid;
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  justify-items: center;
}
main#product-page section.dimensions .table-wrapper {
  overflow: scroll;
  background-color: #FCFCFC;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
}
main#product-page section.dimensions .table-wrapper [data-dimension-target] {
  cursor: pointer;
}
main#product-page section.dimensions .table-wrapper table {
  border-collapse: collapse;
  width: max(20rem, 100%);
  table-layout: fixed;
}
main#product-page section.dimensions .table-wrapper table thead {
  background: #FCFCFC;
}
main#product-page section.dimensions .table-wrapper table thead tr th {
  background: var(--primary-900) !important;
  color: var(--neutral-100);
}
main#product-page section.dimensions .table-wrapper table thead th {
  vertical-align: bottom;
  background: #FCFCFC;
}
main#product-page section.dimensions .table-wrapper table thead th:not(:first-child) {
  text-align: end;
}
main#product-page section.dimensions .table-wrapper table tbody tr:nth-child(even) {
  background: #E7E9E4;
}
main#product-page section.dimensions .table-wrapper table tbody tr:nth-child(even) th {
  background: #E7E9E4;
}
main#product-page section.dimensions .table-wrapper table tbody tr[data-dimension-status=active] {
  background-color: var(--primary-400);
  color: var(--neutral-100);
}
main#product-page section.dimensions .table-wrapper table tbody tr[data-dimension-status=active] th {
  background-color: var(--primary-400);
}
main#product-page section.dimensions .table-wrapper table tbody tr[data-dimension-status=active]:nth-child(even) th {
  background: var(--primary-400);
}
main#product-page section.dimensions .table-wrapper table tbody th {
  background: #FCFCFC;
}
main#product-page section.dimensions .table-wrapper table th,
main#product-page section.dimensions .table-wrapper table caption {
  text-align: start;
}
main#product-page section.dimensions .table-wrapper table th,
main#product-page section.dimensions .table-wrapper table td {
  padding: 0.75rem;
  vertical-align: baseline;
}
main#product-page section.dimensions .table-wrapper table th:first-of-type {
  width: 12rem;
}
main#product-page section.dimensions .table-wrapper table th:first-child {
  position: sticky;
  inset-inline-start: 0;
  border-inline-end: none;
}
main#product-page section.dimensions .table-wrapper table td {
  text-align: end;
}
main#product-page section.dimensions .table-wrapper table td:first-of-type {
  border-inline-start: none;
}
main#product-page section.dimensions .table-wrapper table td:where(thead, tfoot) th:nth-child(2) {
  border-inline-start: none;
}
main#product-page section.dimensions .table-wrapper table span.fraction {
  padding-left: 0.3em;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
}
main#product-page section.dimensions svg#dimension-drawing {
  width: min(90%, 350px);
  height: auto;
}
main#product-page section.dimensions svg#dimension-drawing path, main#product-page section.dimensions svg#dimension-drawing line {
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
main#product-page section.dimensions svg#dimension-drawing g#highlights [data-dimension-target] {
  cursor: pointer;
}
main#product-page section.dimensions svg#dimension-drawing g#highlights path {
  opacity: 0;
  transition: 0.1s cubic-bezier(0.7, 0, 0.3, 1);
}
main#product-page section.dimensions svg#dimension-drawing g#highlights path[data-dimension-status=active] {
  opacity: 1;
}
main#product-page section.dimensions svg#dimension-drawing g#highlights [data-dimension-status=active] path {
  opacity: 1;
}
main#product-page section.dimensions svg#dimension-drawing g#arrows path, main#product-page section.dimensions svg#dimension-drawing g#arrows line {
  opacity: 0;
  transition: 0.1s cubic-bezier(0.7, 0, 0.3, 1);
  stroke-width: 1.5px;
}
main#product-page section.dimensions svg#dimension-drawing g#arrows path[data-dimension-status=active], main#product-page section.dimensions svg#dimension-drawing g#arrows line[data-dimension-status=active] {
  opacity: 1;
}
main#product-page section.dimensions svg#dimension-drawing g#arrows [data-dimension-status=active] path, main#product-page section.dimensions svg#dimension-drawing g#arrows [data-dimension-status=active] line {
  opacity: 1;
}
main#product-page section.dimensions svg#dimension-drawing g#outlines path {
  stroke: var(--neutral-900);
}
@media screen and (min-width: 48em) {
  main#product-page section.dimensions .dimensions-grid {
    gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  main#product-page section.dimensions .table-wrapper {
    font-size: clamp(0.875rem, 0.8208rem + 0.2312vw, 1rem);
  }
  main#product-page section.dimensions svg#dimension-drawing {
    height: 100%;
    width: auto;
    max-height: 500px;
    justify-self: flex-end;
  }
}
main#product-page section.compatibility-table .table-wrapper {
  overflow: scroll;
  background-color: #FCFCFC;
  width: min(100%, 60rem);
  margin-inline: auto;
}
main#product-page section.compatibility-table .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
main#product-page section.compatibility-table .table-wrapper table thead {
  background: #FCFCFC;
}
main#product-page section.compatibility-table .table-wrapper table thead tr th {
  background: var(--primary-900) !important;
  color: var(--neutral-100);
}
main#product-page section.compatibility-table .table-wrapper table thead th {
  vertical-align: bottom;
  background: #FCFCFC;
}
main#product-page section.compatibility-table .table-wrapper table thead th:not(:first-child) {
  text-align: end;
}
main#product-page section.compatibility-table .table-wrapper table tbody tr:nth-child(even) {
  background: #E7E9E4;
}
main#product-page section.compatibility-table .table-wrapper table tbody tr:nth-child(even) th {
  background: #E7E9E4;
}
main#product-page section.compatibility-table .table-wrapper table tbody th {
  background: #FCFCFC;
}
main#product-page section.compatibility-table .table-wrapper table th,
main#product-page section.compatibility-table .table-wrapper table caption {
  text-align: start;
}
main#product-page section.compatibility-table .table-wrapper table th,
main#product-page section.compatibility-table .table-wrapper table td {
  padding: 0.75rem;
}
main#product-page section.compatibility-table .table-wrapper table th:first-of-type {
  width: 12rem;
}
main#product-page section.compatibility-table .table-wrapper table th:first-child {
  position: sticky;
  inset-inline-start: 0;
  border-inline-end: none;
}
main#product-page section.compatibility-table .table-wrapper table td {
  text-align: end;
}
main#product-page section.compatibility-table .table-wrapper table td:first-of-type {
  border-inline-start: none;
}
main#product-page section.compatibility-table .table-wrapper table td:where(thead, tfoot) th:nth-child(2) {
  border-inline-start: none;
}

main#stove-beam-listing-page section.section-focuscast .image img {
  clip-path: polygon(1% 0, 100% 0, 100% 100%, 1% 100%);
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  object-position: center left;
}
@media screen and (min-width: 62em) {
  main#stove-beam-listing-page section.section-focuscast .text {
    padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0 clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 10%;
  }
}
main#stove-beam-listing-page section.section-solid-timber .image img {
  width: 100%;
  height: auto;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  object-position: center left;
}
@media screen and (min-width: 62em) {
  main#stove-beam-listing-page section.section-solid-timber .image {
    order: -1;
  }
  main#stove-beam-listing-page section.section-solid-timber .text {
    padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 10% clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 0;
  }
}
@media (min-width: 2000px) {
  main#stove-beam-listing-page section.section-solid-timber .image img {
    width: auto;
    max-height: 90%;
  }
}
main#stove-beam-listing-page .stove-beam-listing-grid {
  display: grid;
}
main#stove-beam-listing-page .stove-beam-listing-grid .text {
  padding: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem) 5%;
  display: grid;
}
main#stove-beam-listing-page .stove-beam-listing-grid .text p {
  max-width: 55ch;
}
main#stove-beam-listing-page .stove-beam-listing-grid .text .icons {
  padding-top: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem) clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#stove-beam-listing-page .stove-beam-listing-grid .text .icons .icon {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
}
main#stove-beam-listing-page .stove-beam-listing-grid .text .icons svg, main#stove-beam-listing-page .stove-beam-listing-grid .text .icons img {
  max-width: 85px;
  max-height: 85px;
}
main#stove-beam-listing-page .stove-beam-listing-grid .text .icons img {
  border-radius: 100vw;
}
main#stove-beam-listing-page .stove-beam-listing-grid .text .icons h3 {
  max-width: 70%;
  text-align: center;
  line-height: 1.4;
}
main#stove-beam-listing-page .stove-beam-listing-grid .text .button {
  justify-self: flex-start;
}
main#stove-beam-listing-page .stove-beam-listing-grid .image {
  display: none;
  position: relative;
}
main#stove-beam-listing-page .stove-beam-listing-grid .image img {
  position: absolute;
  object-fit: cover;
}
@media screen and (min-width: 62em) {
  main#stove-beam-listing-page .stove-beam-listing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  main#stove-beam-listing-page .stove-beam-listing-grid .text {
    justify-content: center;
  }
  main#stove-beam-listing-page .stove-beam-listing-grid .text .icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  main#stove-beam-listing-page .stove-beam-listing-grid .text .icons svg, main#stove-beam-listing-page .stove-beam-listing-grid .text .icons img {
    width: 100%;
    max-width: 120px;
    max-height: 90px;
  }
  main#stove-beam-listing-page .stove-beam-listing-grid .image {
    display: block;
  }
}

#focuscast-finish-page section.section-finish .finish-grid {
  display: grid;
  gap: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
}
#focuscast-finish-page section.section-finish .focuscast-images {
  display: grid;
  grid-template-areas: "pile";
}
#focuscast-finish-page section.section-finish .focuscast-images picture {
  grid-area: pile;
  opacity: 0;
  transition: 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
  z-index: 2;
}
#focuscast-finish-page section.section-finish .focuscast-images picture[data-finish-status=active] {
  opacity: 1;
}
#focuscast-finish-page section.section-finish .focuscast-images picture.blank {
  opacity: 1;
  z-index: 1;
  position: relative;
}
#focuscast-finish-page section.section-finish .focuscast-images img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
#focuscast-finish-page section.section-finish .focuscast-finish-selector {
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  display: flex;
  flex-wrap: wrap;
  gap: 3rem clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  align-items: start;
}
#focuscast-finish-page section.section-finish .focuscast-finish-selector .finish {
  text-align: center;
  position: relative;
  cursor: pointer;
  max-width: 57px;
}
#focuscast-finish-page section.section-finish .focuscast-finish-selector .finish a {
  text-decoration: none;
}
#focuscast-finish-page section.section-finish .focuscast-finish-selector .finish h3 {
  font-weight: 600;
  opacity: 0.2;
  transition: 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  padding-bottom: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
#focuscast-finish-page section.section-finish .focuscast-finish-selector .finish picture {
  opacity: 0.3;
  transition: 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
#focuscast-finish-page section.section-finish .focuscast-finish-selector .finish img {
  width: 100%;
  border-radius: 0 0 5px 5px;
}
#focuscast-finish-page section.section-finish .focuscast-finish-selector .finish::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100vw;
  background-color: var(--primary-400);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  transition: 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  opacity: 0;
}
#focuscast-finish-page section.section-finish .focuscast-finish-selector .finish[data-finish-status=active] {
  position: relative;
}
#focuscast-finish-page section.section-finish .focuscast-finish-selector .finish[data-finish-status=active] h3 {
  opacity: 1;
}
#focuscast-finish-page section.section-finish .focuscast-finish-selector .finish[data-finish-status=active] picture {
  opacity: 1;
}
#focuscast-finish-page section.section-finish .focuscast-finish-selector .finish[data-finish-status=active]::after {
  opacity: 1;
}
@media (hover: none) {
  #focuscast-finish-page section.section-finish .focuscast-finish-selector .finish a {
    pointer-events: none;
  }
}
#focuscast-finish-page section.section-finish .focuscast-finish-text {
  display: grid;
  grid-template-areas: "pile";
  padding-top: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
#focuscast-finish-page section.section-finish .focuscast-finish-text .text {
  grid-area: pile;
  opacity: 0;
  transform: translateY(30%) scale(0.9);
  transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  pointer-events: none;
  transform-origin: 0% 50%;
}
#focuscast-finish-page section.section-finish .focuscast-finish-text .text p {
  max-width: 55ch;
}
#focuscast-finish-page section.section-finish .focuscast-finish-text .text .button {
  margin-top: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
#focuscast-finish-page section.section-finish .focuscast-finish-text .text[data-finish-status=active] {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 48em) {
  #focuscast-finish-page section.section-finish .finish-grid {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media screen and (min-width: 62em) {
  #focuscast-finish-page section.section-finish .focuscast-finish-selector .finish {
    max-width: 70px;
  }
}

a.beam-profile {
  text-decoration: none;
  text-align: center;
}
a.beam-profile .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 1/1.2;
  background-color: var(--accent-200);
  display: grid;
  align-items: center;
}
a.beam-profile .image img {
  object-fit: cover;
  object-position: center;
  width: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
a.beam-profile .image span.finishes {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--neutral-100);
  color: var(--neutral-900);
  z-index: 2;
  padding: 0.2em 0.5em;
  margin: 1rem;
  border-radius: 3px;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
}
a.beam-profile .image .icon {
  background-color: var(--neutral-200);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 0;
}
a.beam-profile .product-name {
  padding-top: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}

main#beam-product-page section.product-intro h1 {
  font-size: clamp(2.1773rem, 1.7982rem + 1.6175vw, 3.0518rem);
  font-family: "Wolpe-Bold";
  padding-bottom: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#beam-product-page section.product-intro .intro-grid {
  display: grid;
}
main#beam-product-page section.product-intro .intro-grid .timber {
  background-color: var(--accent-200);
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
main#beam-product-page section.product-intro .intro-grid .timber img {
  width: 75%;
}
main#beam-product-page section.product-intro .intro-grid .timber img.drawing {
  max-width: 5rem;
  border: 1.5px solid var(--primary-900);
  position: absolute;
  bottom: 0;
  right: 0;
  margin: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
main#beam-product-page section.product-intro .intro-grid .timber img:not(.drawing) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
main#beam-product-page section.product-intro .intro-info {
  padding-top: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#beam-product-page section.product-intro .finishes {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#beam-product-page section.product-intro .finishes .finish-group .finish-flex {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#beam-product-page section.product-intro .finishes .finish-group h3 {
  color: var(--black-opacity-300);
  font-weight: 500;
  padding-bottom: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#beam-product-page section.product-intro .finishes .finish-group .finish {
  position: relative;
}
main#beam-product-page section.product-intro .finishes .finish-group .finish.selected {
  outline: 3px solid var(--primary-400);
  outline-offset: -2px;
  border-radius: 3px;
}
main#beam-product-page section.product-intro .finishes .finish-group .finish img {
  height: 55px;
  width: 55px;
  border-radius: 3px;
}
main#beam-product-page section.product-intro .finishes .finish-group .finish .tooltip {
  transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate(-50%, -120%);
  transform-origin: 50% bottom;
  opacity: 0;
  pointer-events: none;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  width: max-content;
  position: absolute;
  z-index: 3;
  padding: 0.8em 1em;
  background-color: var(--primary-900);
  display: inline;
  top: 0;
  left: 50%;
  border-radius: 3px;
  line-height: 1.3;
  color: var(--neutral-100);
}
main#beam-product-page section.product-intro .finishes .finish-group .finish .tooltip::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--primary-900);
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  z-index: 12;
  transform: translateX(-50%);
}
main#beam-product-page section.product-intro .finishes .finish-group .finish.texture img {
  width: 150px;
  height: auto;
}
@media (hover) {
  main#beam-product-page section.product-intro .finishes .finish-group .finish:hover .tooltip {
    transform: translate(-50%, -140%);
    pointer-events: all;
    opacity: 1;
  }
}
@media screen and (min-width: 48em) {
  main#beam-product-page section.product-intro .intro-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
  main#beam-product-page section.product-intro .intro-grid .intro-info {
    padding-top: 0;
    padding-left: clamp(2.94rem, calc(1.90rem + 4.41vw), 5.88rem);
  }
}
main#beam-product-page .img-magnifier-container {
  position: relative;
}
@media (hover) {
  main#beam-product-page .img-magnifier-container:hover .img-magnifier-glass {
    opacity: 1;
  }
}
main#beam-product-page .img-magnifier-glass {
  opacity: 0;
  position: absolute;
  border: 2px solid #000;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  pointer-events: none;
  cursor: zoom-in;
}
main#beam-product-page .colour-sizes-wrapper {
  display: grid;
  padding-top: 1rem;
}
main#beam-product-page .colour-sizes-wrapper .sizes {
  display: flex;
  text-align: center;
  max-width: 60%;
  align-items: start;
}
main#beam-product-page .colour-sizes-wrapper .sizes .size {
  border-right: 2.5px dashed var(--primary-400);
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#beam-product-page .colour-sizes-wrapper .sizes .size:first-of-type {
  border-left: 2.5px dashed var(--primary-400);
}
main#beam-product-page .colour-sizes-wrapper .sizes .imperial {
  font-size: clamp(1.512rem, 1.3208rem + 0.816vw, 1.9531rem);
  font-weight: 600;
}
main#beam-product-page .colour-sizes-wrapper .finishes {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  padding-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#beam-product-page .colour-sizes-wrapper .finishes .finish {
  position: relative;
}
main#beam-product-page .colour-sizes-wrapper .finishes .finish[data-colour-key] {
  cursor: pointer;
}
main#beam-product-page .colour-sizes-wrapper .finishes .finish.selected {
  outline: 3px solid var(--primary-400);
  outline-offset: -2px;
  border-radius: 3px;
}
main#beam-product-page .colour-sizes-wrapper .finishes .finish img {
  height: 55px;
  width: 55px;
  border-radius: 3px;
}
main#beam-product-page .colour-sizes-wrapper .finishes .finish .tooltip {
  transition: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate(-50%, -120%);
  transform-origin: 50% bottom;
  opacity: 0;
  pointer-events: none;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  width: max-content;
  position: absolute;
  z-index: 3;
  padding: 0.8em 1em;
  background-color: var(--primary-900);
  display: inline;
  top: 0;
  left: 50%;
  border-radius: 3px;
  line-height: 1.3;
  color: var(--neutral-100);
}
main#beam-product-page .colour-sizes-wrapper .finishes .finish .tooltip::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--primary-900);
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  z-index: 12;
  transform: translateX(-50%);
}
@media (hover) {
  main#beam-product-page .colour-sizes-wrapper .finishes .finish:hover .tooltip {
    transform: translate(-50%, -140%);
    pointer-events: all;
    opacity: 1;
  }
}
@media screen and (min-width: 62em) {
  main#beam-product-page .colour-sizes-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  main#beam-product-page .colour-sizes-wrapper .sizes {
    max-width: 100%;
    width: 100%;
    justify-content: flex-end;
  }
  main#beam-product-page .colour-sizes-wrapper .sizes-wrap {
    order: 2;
  }
  main#beam-product-page .colour-sizes-wrapper .size-text {
    text-align: right;
  }
}
main#beam-product-page section.section-beam-dimensions .image {
  position: relative;
}
main#beam-product-page section.section-beam-dimensions .image img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
main#beam-product-page section.section-beam-dimensions .image span.caption {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--neutral-100);
  color: var(--neutral-900);
  z-index: 2;
  padding: 0.2em 0.5em;
  margin: 1rem;
  border-radius: 3px;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
}
main#beam-product-page .dimensions-grid {
  display: grid;
  gap: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
  justify-items: center;
}
main#beam-product-page .table-wrapper {
  overflow: scroll;
  background-color: #FCFCFC;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
}
main#beam-product-page .table-wrapper table {
  border-collapse: collapse;
  width: max(20rem, 100%);
  table-layout: fixed;
}
main#beam-product-page .table-wrapper table [data-dimension-target] {
  cursor: pointer;
}
main#beam-product-page .table-wrapper table thead {
  background: #FCFCFC;
}
main#beam-product-page .table-wrapper table thead tr th {
  background: var(--primary-900) !important;
  color: var(--neutral-100);
}
main#beam-product-page .table-wrapper table thead th {
  vertical-align: bottom;
  background: #FCFCFC;
}
main#beam-product-page .table-wrapper table thead th:not(:first-child) {
  text-align: end;
}
main#beam-product-page .table-wrapper table tbody tr:nth-child(even) {
  background: #FCFCFC;
}
main#beam-product-page .table-wrapper table tbody tr:nth-child(even) th {
  background: #FCFCFC;
}
main#beam-product-page .table-wrapper table tbody tr[data-dimension-status=active] {
  background-color: var(--primary-400);
  color: var(--neutral-100);
}
main#beam-product-page .table-wrapper table tbody tr[data-dimension-status=active] th {
  background-color: var(--primary-400);
}
main#beam-product-page .table-wrapper table tbody tr[data-dimension-status=active]:nth-child(even) th {
  background: var(--primary-400);
}
main#beam-product-page .table-wrapper table tbody th {
  background: #FCFCFC;
}
main#beam-product-page .table-wrapper table th,
main#beam-product-page .table-wrapper table caption {
  text-align: start;
}
main#beam-product-page .table-wrapper table th,
main#beam-product-page .table-wrapper table td {
  padding: 0.75rem;
  vertical-align: baseline;
}
main#beam-product-page .table-wrapper table th:first-of-type {
  width: 10rem;
}
main#beam-product-page .table-wrapper table th:first-child {
  position: sticky;
  inset-inline-start: 0;
  border-inline-end: none;
}
main#beam-product-page .table-wrapper table td {
  text-align: end;
}
main#beam-product-page .table-wrapper table td:first-of-type {
  border-inline-start: none;
}
main#beam-product-page .table-wrapper table td:where(thead, tfoot) th:nth-child(2) {
  border-inline-start: none;
}
main#beam-product-page .table-wrapper table span.fraction {
  padding-left: 0.3em;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
}
main#beam-product-page svg#dimension-drawing {
  overflow: visible;
  width: 50%;
  height: auto;
  justify-self: flex-end;
}
main#beam-product-page svg#dimension-drawing path, main#beam-product-page svg#dimension-drawing line {
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
main#beam-product-page svg#dimension-drawing g#highlights [data-dimension-target] {
  cursor: pointer;
}
main#beam-product-page svg#dimension-drawing g#highlights path {
  opacity: 0;
  transition: 0.1s cubic-bezier(0.7, 0, 0.3, 1);
}
main#beam-product-page svg#dimension-drawing g#highlights path[data-dimension-status=active] {
  opacity: 1;
}
main#beam-product-page svg#dimension-drawing g#highlights [data-dimension-status=active] path {
  opacity: 1;
}
main#beam-product-page svg#dimension-drawing g#arrows path, main#beam-product-page svg#dimension-drawing g#arrows line {
  opacity: 0;
  transition: 0.1s cubic-bezier(0.7, 0, 0.3, 1);
  stroke-width: 1px;
}
main#beam-product-page svg#dimension-drawing g#arrows path[data-dimension-status=active], main#beam-product-page svg#dimension-drawing g#arrows line[data-dimension-status=active] {
  opacity: 1;
}
main#beam-product-page svg#dimension-drawing g#arrows [data-dimension-status=active] path, main#beam-product-page svg#dimension-drawing g#arrows [data-dimension-status=active] line {
  opacity: 1;
}
main#beam-product-page svg#dimension-drawing g#outlines path {
  stroke: var(--neutral-900);
}
@media screen and (min-width: 48em) {
  main#beam-product-page .dimensions-grid {
    gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
    grid-template-columns: 2.5fr 1fr;
    align-items: center;
  }
  main#beam-product-page .table-wrapper {
    font-size: clamp(0.875rem, 0.8208rem + 0.2312vw, 1rem);
  }
}

main#faq-page .faq-grid {
  display: grid;
  gap: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
}
main#faq-page .faq-grid .jump-to-links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
@media screen and (min-width: 48em) {
  main#faq-page .faq-grid {
    align-items: start;
    gap: clamp(4.38rem, calc(2.83rem + 6.57vw), 8.75rem);
    grid-template-columns: 1fr 1.5fr;
  }
  main#faq-page .faq-grid .text-section {
    position: sticky;
    top: 10rem;
  }
  main#faq-page .faq-grid .jump-to-links {
    display: grid;
    justify-content: start;
    justify-items: start;
  }
}
main#faq-page .faq-grid li.accordion-item a {
  color: var(--primary-400);
}

main#brochures-page .brochure {
  display: grid;
  grid-template-rows: 1fr;
}
main#brochures-page .brochure h2 {
  align-self: flex-end;
}
main#brochures-page .brochure .image {
  position: relative;
}
main#brochures-page .brochure .image img {
  object-fit: cover;
  object-position: 50% 0%;
}
main#brochures-page .brochure .image .buttons {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  display: flex;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

main#dealers .filter-wrapper {
  display: grid;
  align-items: end;
  padding-bottom: clamp(2.19rem, calc(1.42rem + 3.29vw), 4.38rem);
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#dealers .filter-wrapper .result-count {
  display: flex;
  gap: 0.5rem;
}
main#dealers .filter-wrapper .result-count p {
  padding: 0;
}
main#dealers .filter-wrapper .location {
  display: grid;
  gap: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}
main#dealers .filter-wrapper .location #address_wrapper input {
  width: 100%;
  border: 0;
  border: 1px solid var(--black-opacity-100);
  padding: 0.8rem;
  background-color: var(--neutral-100);
}
main#dealers .filter-wrapper .filters_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
main#dealers .filter-wrapper .filters_list a {
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 0.8rem;
  color: var(--neutral-900);
  transition: 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 100vw;
  border: 1px solid var(--black-opacity-100);
}
main#dealers .filter-wrapper .filters_list a:hover, main#dealers .filter-wrapper .filters_list a.selected {
  border: 1px solid var(--primary-400);
}
main#dealers .filter-wrapper .filters_list a .icon {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 7px;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  color: var(--neutral-100);
}
main#dealers .filter-wrapper .filters_list a .icon.dealer {
  background: var(--neutral-900);
}
main#dealers .filter-wrapper .filters_list a .icon.park {
  background: var(--primary-400);
}
@media screen and (min-width: 48em) {
  main#dealers .filter-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  }
  main#dealers .filter-wrapper .result-count {
    grid-column: 2/3;
    justify-self: end;
  }
}
@media screen and (min-width: 62em) {
  main#dealers .filter-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  main#dealers .filter-wrapper .result-count {
    opacity: 0;
    grid-column: auto;
    justify-self: flex-start;
  }
}
main#dealers .range-slider {
  width: 100%;
  display: flex;
  align-items: center;
}
main#dealers .range-slider__range {
  appearance: none;
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 8px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
main#dealers .range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--neutral-900);
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
@media (hover: hover) {
  main#dealers .range-slider__range::-webkit-slider-thumb:hover, main#dealers .range-slider__range::-webkit-slider-thumb:focus {
    background: var(--primary-400);
  }
}
main#dealers .range-slider__range:active::-webkit-slider-thumb {
  background: var(--primary-400);
}
main#dealers .range-slider__range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: var(--neutral-900);
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
@media (hover: hover) {
  main#dealers .range-slider__range::-moz-range-thumb:hover, main#dealers .range-slider__range::-moz-range-thumb:focus {
    background: var(--primary-400);
  }
}
main#dealers .range-slider__range:active::-moz-range-thumb {
  background: var(--primary-400);
}
main#dealers .range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--primary-400);
}
main#dealers .range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: var(--neutral-900);
  padding: 5px 10px;
  margin-left: 8px;
}
main#dealers .range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid var(--neutral-900);
  border-bottom: 7px solid transparent;
  content: "";
}
main#dealers ::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}
main#dealers input::-moz-focus-inner,
main#dealers input::-moz-focus-outer {
  border: 0;
}
main#dealers section.section-map {
  display: none;
}
main#dealers .distributorbody {
  display: grid;
  background: #b3d1ff;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 48em) {
  main#dealers .distributorbody {
    grid-template-columns: 1fr 3fr;
  }
  main#dealers .distributorbody #results-panel {
    order: -1;
  }
}
main#dealers #results-panel {
  overflow: scroll;
  background-color: #e3e3e3;
}
main#dealers #results-panel a.back-to-results,
main#dealers #results-panel a.clear-location {
  background: var(--primary-400);
  text-align: center;
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  width: 100%;
  color: white;
  display: block;
  text-decoration: none;
}
main#dealers #results-panel a.back-to-results {
  position: relative;
}
main#dealers #results-panel a.back-to-results::after {
  content: "";
  background: url("/images/icons/arrow-right.svg") no-repeat center;
  width: 0.8rem;
  height: 1rem;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (hover) {
  main#dealers #results-panel a.back-to-results:hover {
    background-color: var(--primary-900);
  }
}
main#dealers #results-panel p.no-results {
  padding: clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
}
main#dealers #results-panel ul.results li.result-wrapper {
  border-bottom: 1px solid #cdcdcc;
  transition: 0.1s;
}
main#dealers #results-panel ul.results li.result-wrapper a {
  text-decoration: none;
  padding: 20px;
  position: relative;
}
main#dealers #results-panel ul.results li.result-wrapper a h2 {
  padding-bottom: 0.2rem;
}
main#dealers #results-panel ul.results li.result-wrapper a h3 {
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  margin: 0;
}
main#dealers #results-panel ul.results li.result-wrapper a span.icon {
  display: grid;
  place-content: center;
  margin: 5px 0;
  color: white;
  aspect-ratio: 1;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
}
main#dealers #results-panel ul.results li.result-wrapper a span.icon.park {
  background-color: var(--primary-400);
}
main#dealers #results-panel ul.results li.result-wrapper a span.icon.dealer {
  background-color: var(--neutral-900);
}
main#dealers #results-panel ul.results li.result-wrapper a span.view-button {
  background: var(--primary-400);
  padding: 0.5em 1em;
  color: white;
  width: fit-content;
  border-radius: 100vw;
  font-size: clamp(0.875rem, 0.8208rem + 0.2312vw, 1rem);
}
@media (hover: hover) {
  main#dealers #results-panel ul.results li.result-wrapper:hover, main#dealers #results-panel ul.results li.result-wrapper:focus {
    background-color: #d2d2d2;
  }
}
main#dealers #results-panel div.result {
  padding: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
}
main#dealers #results-panel div.result h2 {
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vw, 1.25rem);
  font-weight: 500;
  padding-bottom: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
}
main#dealers #results-panel div.result a.link {
  text-decoration: underline;
  padding-top: 1rem;
}
@media (hover: hover) {
  main#dealers #results-panel div.result a.link:hover, main#dealers #results-panel div.result a.link:focus {
    color: var(--primary-400);
  }
}
main#dealers #results-panel div.result a.link:last-of-type {
  margin-bottom: 1.5rem;
}
main#dealers #results-panel div.result .tag {
  display: inline;
  color: var(--neutral-100);
  padding: 0.5em;
  border-radius: 3px;
  margin-top: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
  margin-right: 0.5rem;
  gap: 0.3rem;
}
main#dealers #results-panel div.result .tag.surround {
  background-color: var(--primary-900);
}
main#dealers #results-panel div.result .tag.beam {
  background-color: var(--primary-400);
}
main#dealers #results-panel div.result .tag svg {
  max-width: 1.2rem;
  transform: translateY(3px);
}
main#dealers #map-canvas {
  aspect-ratio: 16/10;
}
main#dealers .gm-ui-hover-effect {
  display: none !important;
  /* hide x in map infoWindow (since hover triggered) */
}

#dealer-login-modal div.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 21;
}
#dealer-login-modal div.overlay div.modal {
  border-radius: 5px;
  width: 500px;
  background: #fff;
}
#dealer-login-modal div.overlay form {
  display: grid;
}
#dealer-login-modal div.overlay form input {
  padding: 0.6rem;
}

.dealer-files-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid var(--black-opacity-200);
  padding-bottom: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem);
}

ul.files-list li:nth-of-type(odd) {
  background-color: var(--white-opacity-400);
}
ul.files-list a {
  padding: clamp(0.75rem, calc(0.51rem + 1.03vw), 1.44rem) clamp(0.56rem, calc(0.36rem + 0.85vw), 1.13rem);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.files-list .fake-button {
  background-color: #3479F6;
  color: var(--neutral-100);
  padding: 1rem 1.2rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

section.section-fixing-systems p {
  max-width: 55ch;
}
section.section-fixing-systems img {
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
section.section-fixing-systems .fixing-grid {
  display: grid;
  gap: clamp(1.13rem, calc(0.75rem + 1.60vw), 2.19rem);
  grid-template-columns: repeat(2, 1fr);
}
section.section-fixing-systems .fixing-grid .mounting, section.section-fixing-systems .fixing-grid .fixing, section.section-fixing-systems .fixing-grid .text {
  grid-column: 1/3;
}
section.section-fixing-systems .fixing-grid .bracket {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (min-width: 48em) {
  section.section-fixing-systems .fixing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  section.section-fixing-systems .fixing-grid .allen-key, section.section-fixing-systems .fixing-grid .bracket {
    aspect-ratio: 1;
    max-height: 350px;
  }
  section.section-fixing-systems .fixing-grid .mounting {
    max-height: 350px;
  }
  section.section-fixing-systems .fixing-grid .fixing {
    grid-row: 2/3;
    grid-column: 1/4;
  }
  section.section-fixing-systems .fixing-grid .bracket {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  section.section-fixing-systems .fixing-grid .text {
    grid-row: 3/4;
    grid-column: 2/4;
    align-self: center;
  }
}
@media screen and (min-width: 62em) {
  section.section-fixing-systems .fixing-grid {
    grid-template-columns: 350px 1fr 350px;
  }
}

main#contact-page .confirmation {
  color: #24C958;
  font-size: clamp(1.05rem, 0.9633rem + 0.3699vw, 1.25rem);
  margin-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#contact-page #contact-form button {
  margin-top: 0;
  background-color: transparent;
}
main#contact-page #contact-form p.error-msg {
  color: #B70000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  padding-top: clamp(0.38rem, calc(0.24rem + 0.56vw), 0.75rem);
  pointer-events: none;
}
main#contact-page #contact-form p.error-msg svg {
  max-width: 1.1rem;
}
main#contact-page .input-wrapper {
  position: relative;
  margin-top: 30px;
  margin-bottom: clamp(1.44rem, calc(0.91rem + 2.25vw), 2.94rem);
}
main#contact-page .input-wrapper.error .input {
  border-bottom: 1px solid #B70000;
}
main#contact-page .input-wrapper.optional::after {
  content: "optional";
  color: var(--black-opacity-300);
  font-size: clamp(0.7292rem, 0.6985rem + 0.131vw, 0.8rem);
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
main#contact-page .input-wrapper .input {
  width: 100%;
  padding: 1rem 0;
  color: #333;
  border: none;
  border-bottom: 1px solid var(--black-opacity-300);
  transition: border-color 250ms;
  background-color: transparent;
}
main#contact-page .input-wrapper .input:focus {
  outline: none;
  border-bottom-color: var(--neutral-900);
}
main#contact-page .input-wrapper .input::placeholder {
  color: transparent;
}
main#contact-page .input-wrapper .input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
main#contact-page .input-wrapper textarea {
  resize: vertical;
}
main#contact-page .input-wrapper .label {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--black-opacity-600);
  pointer-events: none;
  transform-origin: left center;
  transition: transform 250ms;
}
main#contact-page .input:focus + .label,
main#contact-page .input:not(:placeholder-shown) + .label {
  transform: translateY(-100%) scale(0.75);
}
main#contact-page .input:placeholder-shown + .label + .clear {
  display: none;
}

/*# sourceMappingURL=main.css.map */
