/* Colors */
@font-face {
  font-family: "site-bold";
  src: url("/fonts/v2/AFICommercial/Inter_24pt-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-bold-italic";
  src: url("/fonts/v2/AFICommercial/Inter_24pt-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-extra-bold";
  src: url("/fonts/v2/AFICommercial/Inter_24pt-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-italic";
  src: url("/fonts/v2/AFICommercial/Inter_24pt-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-medium";
  src: url("/fonts/v2/AFICommercial/Inter_24pt-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-regular";
  src: url("/fonts/v2/AFICommercial/Inter_24pt-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-semi-bold";
  src: url("/fonts/v2/AFICommercial/Inter_24pt-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* Colors */
/* Fonts */
/* Typography */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.button,
.jump-button,
.explore-button {
  cursor: pointer;
}

/* Text Region */
h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 57px;
  font-family: "site-semi-bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h2 {
  font-size: 48px;
  font-weight: 500;
  font-family: "site-medium";
  margin-bottom: 1rem;
}

h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  font-family: "site-regular";
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  font-family: "site-regular";
}

h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: "site-regular";
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "site-regular";
}

p.small {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: "site-regular";
}

p.xs {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "site-medium";
}

.eyebrow {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "site-regular";
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.color__secondary {
  color: #FFFFFF;
}

/* End Text Region */
/* Layout Region */
section {
  margin-top: 0;
  margin-bottom: 0;
}

.background--black {
  background-color: black;
  color: #FFFFFF;
}

.background--special {
  background: linear-gradient(180deg, rgba(240, 73, 35, 0.1) 0%, rgba(240, 73, 35, 0.05) 100%);
}

/* Icons */
@font-face {
  font-family: "icons";
  src: url("/fonts/AFICommercial/icons.eot");
  src: url("/fonts/AFICommercial/icons.eot") format("embedded-opentype"), url("/fonts/AFICommercial/icons.ttf") format("truetype"), url("/fonts/AFICommercial/icons.woff") format("woff"), url("/fonts/AFICommercial/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.icon-chevron-left:before {
  font-family: "icons";
  content: "\e900";
  color: white;
}

.icon-chevron-left-inverse:before {
  font-family: "icons";
  content: "\e900";
  color: orange;
}

.icon-chevron-left-secondary:before {
  font-family: "icons";
  content: "\e900";
  color: black;
}

button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]) .icon-chevron-left:before, a.btn .icon-chevron-left:before, input[type=submit] .icon-chevron-left:before, input[type=button] .icon-chevron-left:before {
  color: black;
}
button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]).secondary .icon-chevron-left:before, a.btn.secondary .icon-chevron-left:before, input[type=submit].secondary .icon-chevron-left:before, input[type=button].secondary .icon-chevron-left:before {
  color: orange;
}
button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]).secondary:hover .icon-chevron-left:before, a.btn.secondary:hover .icon-chevron-left:before, input[type=submit].secondary:hover .icon-chevron-left:before, input[type=button].secondary:hover .icon-chevron-left:before {
  color: black;
}

a .icon-chevron-left {
  color: inherit;
}
a .icon-chevron-left:before {
  color: inherit;
}
a:hover .icon-chevron-left {
  color: inherit;
}
a:hover .icon-chevron-left:before {
  color: inherit;
}

.icon-chevron-right:before {
  font-family: "icons";
  content: "\e901";
  color: white;
}

.icon-chevron-right-inverse:before {
  font-family: "icons";
  content: "\e901";
  color: orange;
}

.icon-chevron-right-secondary:before {
  font-family: "icons";
  content: "\e901";
  color: black;
}

button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]) .icon-chevron-right:before, a.btn .icon-chevron-right:before, input[type=submit] .icon-chevron-right:before, input[type=button] .icon-chevron-right:before {
  color: black;
}
button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]).secondary .icon-chevron-right:before, a.btn.secondary .icon-chevron-right:before, input[type=submit].secondary .icon-chevron-right:before, input[type=button].secondary .icon-chevron-right:before {
  color: orange;
}
button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]).secondary:hover .icon-chevron-right:before, a.btn.secondary:hover .icon-chevron-right:before, input[type=submit].secondary:hover .icon-chevron-right:before, input[type=button].secondary:hover .icon-chevron-right:before {
  color: black;
}

a .icon-chevron-right {
  color: inherit;
}
a .icon-chevron-right:before {
  color: inherit;
}
a:hover .icon-chevron-right {
  color: inherit;
}
a:hover .icon-chevron-right:before {
  color: inherit;
}

.icon-arrow-right:before {
  font-family: "icons";
  content: "\e902";
  color: white;
}

.icon-arrow-right-inverse:before {
  font-family: "icons";
  content: "\e902";
  color: orange;
}

.icon-arrow-right-secondary:before {
  font-family: "icons";
  content: "\e902";
  color: black;
}

button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]) .icon-arrow-right:before, a.btn .icon-arrow-right:before, input[type=submit] .icon-arrow-right:before, input[type=button] .icon-arrow-right:before {
  color: black;
}
button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]).secondary .icon-arrow-right:before, a.btn.secondary .icon-arrow-right:before, input[type=submit].secondary .icon-arrow-right:before, input[type=button].secondary .icon-arrow-right:before {
  color: orange;
}
button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]).secondary:hover .icon-arrow-right:before, a.btn.secondary:hover .icon-arrow-right:before, input[type=submit].secondary:hover .icon-arrow-right:before, input[type=button].secondary:hover .icon-arrow-right:before {
  color: black;
}

a .icon-arrow-right {
  color: inherit;
}
a .icon-arrow-right:before {
  color: inherit;
}
a:hover .icon-arrow-right {
  color: inherit;
}
a:hover .icon-arrow-right:before {
  color: inherit;
}

.icon-phone:before {
  font-family: "icons";
  content: "\e903";
  color: white;
}

.icon-phone-inverse:before {
  font-family: "icons";
  content: "\e903";
  color: orange;
}

.icon-phone-secondary:before {
  font-family: "icons";
  content: "\e903";
  color: black;
}

button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]) .icon-phone:before, a.btn .icon-phone:before, input[type=submit] .icon-phone:before, input[type=button] .icon-phone:before {
  color: black;
}
button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]).secondary .icon-phone:before, a.btn.secondary .icon-phone:before, input[type=submit].secondary .icon-phone:before, input[type=button].secondary .icon-phone:before {
  color: orange;
}
button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]).secondary:hover .icon-phone:before, a.btn.secondary:hover .icon-phone:before, input[type=submit].secondary:hover .icon-phone:before, input[type=button].secondary:hover .icon-phone:before {
  color: black;
}

a .icon-phone {
  color: inherit;
}
a .icon-phone:before {
  color: inherit;
}
a:hover .icon-phone {
  color: inherit;
}
a:hover .icon-phone:before {
  color: inherit;
}

.icon-email:before {
  font-family: "icons";
  content: "\e904";
  color: white;
}

.icon-email-inverse:before {
  font-family: "icons";
  content: "\e904";
  color: orange;
}

.icon-email-secondary:before {
  font-family: "icons";
  content: "\e904";
  color: black;
}

button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]) .icon-email:before, a.btn .icon-email:before, input[type=submit] .icon-email:before, input[type=button] .icon-email:before {
  color: black;
}
button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]).secondary .icon-email:before, a.btn.secondary .icon-email:before, input[type=submit].secondary .icon-email:before, input[type=button].secondary .icon-email:before {
  color: orange;
}
button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]).secondary:hover .icon-email:before, a.btn.secondary:hover .icon-email:before, input[type=submit].secondary:hover .icon-email:before, input[type=button].secondary:hover .icon-email:before {
  color: black;
}

a .icon-email {
  color: inherit;
}
a .icon-email:before {
  color: inherit;
}
a:hover .icon-email {
  color: inherit;
}
a:hover .icon-email:before {
  color: inherit;
}

.button-light-primary {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 14px 22px;
  border-radius: 2px;
  text-decoration: none;
  width: max-content;
}
.button-light-primary > span {
  font-size: 12px;
}
.button-light-primary:hover {
  color: #000;
  background-color: #F5F5F5;
}
.button-light-primary:hover > span {
  color: #E44824;
  font-size: 12px;
}

.button-light-primary .arrow {
  margin-left: 8px;
}

.button-dark-primary {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 14px 22px;
  border-radius: 2px;
  text-decoration: none;
  width: max-content;
}
.button-dark-primary > span {
  font-size: 12px;
}
.button-dark-primary:hover {
  color: #fff;
  background-color: #7A7A7C;
}
.button-dark-primary:hover > span {
  color: #E44824;
  font-size: 12px;
}

.button-dark-primary .arrow {
  margin-left: 8px;
}

.explore-button span {
  font-size: 12px;
}

.featured-collection {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin: 80px 0;
}
.featured-collection .content-wrapper-header p {
  color: #717182;
}
.featured-collection .content-wrapper-featured {
  width: 100%;
  margin: 40px auto;
  display: flex;
}
.featured-collection .image-container {
  flex: 3;
  height: 600px;
  overflow: hidden;
}
.featured-collection .feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-collection .collection-info {
  flex: 1;
  background-color: #fff;
  padding: 3rem;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-collection .collection-description {
  color: #717182;
}
.featured-collection h5.collection-description {
  color: #2C2C2E;
}
.featured-collection .color-options {
  margin-bottom: 1.3rem;
}
.featured-collection .colors-available {
  color: #717182;
  margin-bottom: 0.25rem;
}
.featured-collection .color-samples {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.featured-collection .color-samples .badge,
.featured-collection .color-samples .badge:not(:hover) {
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.0392156863);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #334155;
  transition: all 200ms ease;
}
.featured-collection .color-samples .badge:hover {
  background-color: rgba(0, 0, 0, 0.1019607843);
  transition: all 200ms ease;
}
.featured-collection .color-samples .badge:hover > a {
  color: #334155;
}
.featured-collection .color-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.featured-collection .content-wrapper-featured .explore-button,
.featured-collection .content-wrapper-featured .explore-button svg {
  transition: transform 0.3s ease;
}
.featured-collection .explore-button {
  margin-top: 2rem;
}
.featured-collection .explore-button:hover svg {
  filter: invert(41%) sepia(78%) saturate(3792%) hue-rotate(348deg) brightness(92%) contrast(93%);
}
.featured-collection .content-wrapper-featured .explore-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-family: "site-bold";
  line-height: 20px;
  letter-spacing: 0px;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .collection-info {
    padding: 2rem;
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .content-wrapper-featured {
    flex-direction: column;
  }
  .content-wrapper-featured .image-container {
    height: 50vh;
  }
  .content-wrapper-featured.content-inverse {
    flex-direction: column-reverse;
  }
  .collection-info {
    position: relative;
    transform: none;
    max-width: none;
    box-shadow: none;
  }
}
@media (max-width: 1440px) {
  .content-wrapper-featured .image-container {
    height: 500px;
  }
}
.footer {
  background-color: #1a1a1a;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  padding: 60px 0 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 32px;
}

.footer-container {
  margin: 0 auto;
  padding: 0;
  grid-column: breakout;
}

/* Top Section */
.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.logo-section {
  max-width: 350px;
}

.logo {
  width: 100%;
  height: auto;
}

.tagline {
  color: #ccc;
  max-width: 480px;
}

.badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.badge {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.0509803922);
  font-size: 11px;
  line-height: 14px;
  font-family: "site-regular";
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-right {
  display: flex;
  align-items: flex-start;
}

.newsletter-section {
  width: 100%;
}

.newsletter-title {
  margin-bottom: 12px;
  color: #fff;
}

.newsletter-desc {
  color: #aaa;
  margin-bottom: 24px;
}

.newsletter-form {
  display: flex;
  gap: 0;
}

.email-input {
  flex: 1;
  padding: 14px 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none;
  transition: background-color 0.2s;
}

.email-input::placeholder {
  color: #888;
}

.email-input:focus {
  background-color: rgba(255, 255, 255, 0.08);
}

.subscribe-btn {
  padding: 14px 32px;
  background-color: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  margin-left: 10px;
}

.subscribe-btn:hover {
  background-color: #f0f0f0;
}

/* Middle Section */
.footer-middle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-column > a {
  font-weight: 600;
  font-family: "site-semi-bold";
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.footer-column .column-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-family: "site-regular";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #aaa;
}
.footer-column .column-title-sites {
  font-weight: 400;
  font-size: 14px;
  font-family: "site-regular";
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 16.8px;
  color: #FFFFFF;
}
.footer-column .column-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-column .column-list li {
  margin-top: 0.6rem;
}
.footer-column .column-list li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-family: "site-regular";
  color: rgba(255, 255, 255, 0.6);
}
.footer-column .column-list a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-column .column-list a:hover {
  color: #fff;
}

footer .contact-info {
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s;
}

footer .contact-info:hover {
  color: #fff;
}

footer .social-links {
  display: flex;
  gap: 16px;
}

footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s;
  border: 0.67px rgba(255, 255, 255, 0.1019607843) solid;
}

.social-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.social-icon:hover > svg {
  filter: invert(37%) sepia(45%) saturate(7122%) hue-rotate(354deg) brightness(98%) contrast(83%);
}

/* Bottom Section */
.footer-bottom {
  text-align: center;
}

.copyright {
  color: #999;
  margin-bottom: 8px;
}

.legal {
  color: #666;
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-middle {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px 0;
  }
  .footer-container {
    padding: 0;
  }
  .footer-top {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .email-input {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-middle {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .footer-left,
  .footer-right {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 30px 0 15px 0;
  }
  .footer-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .badges {
    flex-direction: column;
  }
  .badge {
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
  .footer-middle {
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .subscribe-btn {
    padding: 12px 20px;
  }
}
.article-body {
  display: grid;
  grid-template-columns: [fullWidth-start] 48px [breakout-start] 1fr [article-start] minmax(20ch, 160ch) [article-end] 1fr [breakout-end] 48px [fullWidth-end];
}

@media (max-width: 480px) {
  .article-body {
    display: grid;
    grid-template-columns: [fullWidth-start] 32px [breakout-start] 1fr [article-start] minmax(20ch, 160ch) [article-end] 1fr [breakout-end] 32px [fullWidth-end];
  }
}
.article-body {
  grid-column: fullWidth;
}

.article-body > * {
  grid-column: article;
}

.full-width {
  grid-column: fullWidth;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

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

.row {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem;
}

.breakout {
  grid-column: breakout;
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  height: 850px;
}

/* hide radio inputs */
.slider input[type=radio] {
  display: none;
}

.slides {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 600ms ease;
}

.slide {
  position: relative;
  flex: 0 0 100%;
  display: block;
}

.slide .slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: none;
}
.slide .slide-bg::after {
  z-index: 1;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(26, 26, 26, 0.15) 0%, rgba(26, 26, 26, 0.1) 100%), linear-gradient(180deg, rgba(26, 26, 26, 0.4) 12.48%, rgba(26, 26, 26, 0) 28.24%), linear-gradient(305.65deg, rgba(26, 26, 26, 0) 33.24%, rgba(26, 26, 26, 0.3) 68.6%);
}

.slide .slide-content {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  max-width: 640px;
}

.slide .eyebrow {
  display: inline-block;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-left: 1px solid #FF4500;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.slide h1 {
  margin: 0 0 12px 0;
}

.slide p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 24px;
}

/* slide track transform per selected radio */
.slider:has(#s1:checked) .slides {
  transform: translateX(0%);
}

.slider:has(#s2:checked) .slides {
  transform: translateX(-100%);
}

.slider:has(#s3:checked) .slides {
  transform: translateX(-200%);
}

/* navigation placed center-bottom; we will show/hide the correct label buttons by state */
.nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.nav .indicator {
  color: #fff;
  letter-spacing: 0.08em;
}

.nav .dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav .dot {
  width: 36px;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
}

.nav .dot.active {
  background: #fff;
}

.nav .bar {
  width: 140px;
}

.bar-inner {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
}

.bar-inner .bar-fill {
  width: 33.33%;
  height: 100%;
  background: #fff;
  transition: width 300ms ease;
}

.arrows {
  display: flex;
  gap: 12px;
}

.arrows label,
.arrows label:not(:hover) {
  display: none;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  font-size: 1.5rem;
  transition: all 200ms ease;
}

.arrows label:hover {
  background: rgba(255, 255, 255, 0.2);
  transition: all 200ms ease;
}

/* show only the matching prev/next for each radio state */
.slider:has(#s1:checked) .nav .prev1,
.slider:has(#s2:checked) .nav .prev2,
.slider:has(#s3:checked) .nav .prev3,
.slider:has(#s1:checked) .nav .next1,
.slider:has(#s2:checked) .nav .next2,
.slider:has(#s3:checked) .nav .next3 {
  display: flex;
}

/* update dots and progress fill by state */
.slider:has(#s1:checked) .nav .dot1,
.slider:has(#s2:checked) .nav .dot2,
.slider:has(#s3:checked) .nav .dot3 {
  background: #fff;
  width: 48px;
  height: 5px;
}

.slider:has(#s1:checked) .nav .bar-fill {
  width: 33.33%;
}

.slider:has(#s2:checked) .nav .bar-fill {
  width: 66.66%;
}

.slider:has(#s3:checked) .nav .bar-fill {
  width: 100%;
}

/* thumbnails (static lower-right) */
.thumbnails {
  position: absolute;
  right: 0.5vw;
  bottom: 34px;
  z-index: 6;
  display: flex;
  gap: 12px;
}
.thumbnails .thumb-container:not(:hover) p {
  opacity: 0;
  transition: opacity 200ms ease;
}
.thumbnails .thumb-container:not(:hover) .thumb {
  width: 130px;
  transition: width 200ms ease;
}
.thumbnails .thumb-container:not(:hover) .thumb .img {
  height: 73px;
  transition: height 200ms ease;
}
.thumbnails .thumb-container p {
  opacity: 0;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  transition: all 200ms ease;
}
.thumbnails .thumb-container:hover p, .thumbnails .thumb-container:has(input[type=radio]:checked) p {
  opacity: 1;
  transition: opacity 200ms ease;
}
.thumbnails .thumb-container:hover .thumb, .thumbnails .thumb-container:has(input[type=radio]:checked) .thumb {
  border-color: #E44824;
  width: 140px;
  transition: width 200ms ease;
}
.thumbnails .thumb-container:hover .thumb img, .thumbnails .thumb-container:has(input[type=radio]:checked) .thumb img {
  height: 80px;
  transition: height 200ms ease-in-out;
}
.thumbnails .thumb-container .thumb {
  width: 130px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  border: 3px solid rgba(255, 255, 255, 0.06);
}

.thumb img {
  width: 100%;
  height: 73px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1220px) {
  .thumbnails {
    display: none;
  }
}
@media (max-width: 760px) {
  .slide .slide-content {
    left: 3%;
    max-width: 72%;
  }
  .thumbnails {
    right: 18px;
    bottom: 18px;
  }
  .nav {
    bottom: 56px;
  }
}
@media (max-width: 420px) {
  .slide .slide-content {
    left: 4%;
    max-width: 86%;
  }
  .bar-inner {
    display: none;
  }
}
.industries {
  background-color: #1B1B1E;
  color: #fff;
  padding: 64px 0;
}

.industries-title {
  color: white;
  margin-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
}

.industries-heading {
  margin-bottom: 48px;
}

.segments-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.5rem;
}

.segment-card {
  background-color: rgba(255, 255, 255, 0.0509803922);
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.segment-card span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
.segment-card:hover {
  color: #FFFFFF;
}

.segment-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #FF4500;
  transition: width 0.3s ease;
  transform: translateX(-50%);
}

.segment-card:hover::after {
  width: 100%;
}

.segment-card.active {
  background-color: #FF4500;
}

.icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.5rem;
}

.icon svg {
  width: 100%;
  height: 100%;
  stroke: #fff;
}

.segment-card h3 {
  color: #fff;
}

@media (max-width: 1024px) {
  .segments-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .segments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
  .segment-card {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .segment-card {
    padding: 1.25rem;
  }
}
.gallery-section {
  background: #1B1B1E;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}

.inspiration-gallery .gallery-header {
  margin: 0 0 32px;
}

.gallery-subtitle {
  color: white;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}

.gallery-title {
  margin: 0;
  color: #FFFFFF;
}

.coverflow-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0;
  height: calc((100vw - 96px) * 0.55 + 0px);
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  max-height: 570px;
}

button.coverflow-arrow,
button.coverflow-arrow:not(:hover) {
  background: rgba(40, 40, 40, 0.7);
  border: none;
  border-color: rgba(16, 16, 16, 0.4);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 101;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s;
  outline: none;
  box-shadow: none;
  transition: all 200ms ease;
}
button.coverflow-arrow > span[class^=icon-],
button.coverflow-arrow:not(:hover) > span[class^=icon-] {
  top: -8px;
  font-size: 32px;
}
button.coverflow-arrow > span[class^=icon-]::before,
button.coverflow-arrow:not(:hover) > span[class^=icon-]::before {
  color: #FFFFFF !important;
}
button.coverflow-arrow:hover > span[class^=icon]::before,
button.coverflow-arrow:not(:hover):hover > span[class^=icon]::before {
  color: #E44824 !important;
  transition: color 200ms ease;
}

button.coverflow-arrow.left {
  left: 71px;
}
button.coverflow-arrow.left > span[class^=icon-] {
  right: 14px;
}

button.coverflow-arrow.right {
  right: 71px;
}
button.coverflow-arrow.right > span[class^=icon-] {
  right: 10px;
}

@media (max-width: 768px) {
  button.coverflow-arrow.left {
    left: 55px;
  }
  button.coverflow-arrow.left > span[class^=icon-] {
    right: 14px;
  }
  button.coverflow-arrow.right {
    right: 55px;
  }
  button.coverflow-arrow.right > span[class^=icon-] {
    right: 10px;
  }
}
.coverflow-track {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.coverflow-slide {
  position: absolute;
  top: 0;
  transform-origin: center center;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, filter 1s ease;
  opacity: 0.5;
  pointer-events: none;
}
.coverflow-slide img {
  overflow: visible;
  max-width: unset;
}

.coverflow-slide img {
  display: block;
  width: calc(100vw - 96px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  max-width: 1080px;
}

.coverflow-slide[data-pos="0"] {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  filter: none;
}

.coverflow-slide[data-pos]:not([data-pos="0"]) {
  z-index: 2;
}

.gallery-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100vw - 96px);
  max-width: 1080px;
  margin: 32px auto 0 auto;
  text-align: left;
}

.gallery-caption {
  flex: 1;
  color: #e0e0e0;
  text-align: left;
  font-size: 0.95rem;
  transition: opacity 0.6s ease;
  opacity: 1;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  font-family: "site-regular";
}

.gallery-cta {
  flex: 1;
  color: #fff;
  background: none;
  text-decoration: underline;
  border: none;
  padding: 0;
  transition: color 0.6s, border-color 0.2s;
  text-align: right;
  white-space: nowrap;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  font-style: "site-semi-bold";
}

.gallery-cta:hover {
  color: #e26a2c;
}

.gallery-cta .arrow {
  margin-left: 4px;
}

@media (max-width: 1100px) {
  .coverflow-carousel {
    height: calc((100vw - 96px) * 0.55 + 0px);
    width: 100vw;
  }
}
@media (max-width: 756px) {
  .coverflow-slide img {
    width: calc(100vw - 64px);
  }
  .coverflow-carousel {
    height: calc((100vw - 96px) * 0.55 + 0px);
    width: 100vw;
  }
  .gallery-bottom {
    width: calc(100vw - 64px);
  }
}
@media (max-width: 768px) {
  header.utility-nav.row.column > .column {
    width: 100%;
  }
  header.utility-nav.row.column > .column > ul {
    width: 100%;
  }
  header.utility-nav.row.column > .column > ul > li > form > fieldset > div > div > input {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header.utility-nav.row.column > .column {
    width: min-content;
  }
}
.inspiration-gallery {
  margin: 0 auto;
  padding: 4rem 0;
}

.gallery-header {
  margin: 0 auto 32px;
  text-align: left;
}

.section-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #666;
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.gallery-header h1 {
  margin-bottom: 32px;
  color: #000;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.card-content {
  position: relative;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
}
.card-content.space-between {
  justify-content: space-between;
}
.card-content.inverse {
  color: #000;
}
.card-content.inverse .card-badge {
  background-color: rgba(0, 0, 0, 0.0509803922);
  border-color: rgba(0, 0, 0, 0.1019607843);
}
.card-content.inverse > .card-badge,
.card-content.inverse > h1,
.card-content.inverse > h2,
.card-content.inverse > h3,
.card-content.inverse > h4,
.card-content.inverse > h5,
.card-content.inverse > p {
  color: inherit;
}
.card-content .card-badge-content .eyebrow {
  margin-bottom: 24px;
}
.card-content .button-light-primary,
.card-content .button-dark-primary {
  margin-top: 24px;
}

.featured-case {
  color: #fff;
  background-image: linear-gradient(101.8deg, rgba(0, 0, 0, 0.7) -0.01%, rgba(0, 0, 0, 0) 91.36%), url("/cdn/content/AFICommercial/IMA-FeaturedCard.jpg");
}

.usa-card {
  background: #E5E5E5;
}

.tech-card {
  background: linear-gradient(180deg, #0F172B 0%, #1E293B 50%, #334155 100%);
  color: #fff;
}

.expert-card {
  grid-column: 1/3;
  grid-row: 2;
  background-color: #1a1a1a;
  color: #fff;
}

.studio-card {
  grid-column: 3/6;
  grid-row: 2;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(0, 0, 0, 0)), url("/cdn/content/AFICommercial/designgallery.jpg");
  color: #fff;
}

.card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border: 0.67px solid rgba(255, 255, 255, 0.2);
  width: max-content;
  padding: 15px;
}

.card-badge .icon {
  width: 16px;
  height: 16px;
}

.expert-icon {
  margin-bottom: 2rem;
}

.tech-icon svg,
.expert-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
}

.inspiration-gallery h2,
.gallery-card h2 {
  margin-bottom: 1rem;
}

.card-content p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.button-group {
  display: flex;
  gap: 1rem;
}

@media (max-width: 768px) {
  .inspiration-gallery {
    padding: 2rem 0;
  }
  .button-group {
    flex-direction: column;
  }
  .gallery-grid h3 {
    font-size: 24px;
  }
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 560px 1fr 1fr;
  grid-gap: 16px;
}
.gallery-grid .gallery-card-wrapper {
  grid-column: 1;
  display: flex;
  flex-direction: column;
}
.gallery-grid .gallery-card-wrapper .gallery-card {
  flex-grow: 1;
}
.gallery-grid .gallery-card-wrapper:first-child {
  grid-row: 1;
}
.gallery-grid .gallery-card-wrapper:nth-child(2) {
  grid-row: 2;
  gap: 16px;
}
.gallery-grid .gallery-card-wrapper:nth-child(3) {
  grid-row: 3;
  gap: 16px;
}

@media (min-width: 768px) {
  .gallery-grid .gallery-card-wrapper {
    flex-direction: row;
  }
  .gallery-grid .gallery-card-wrapper .usa-card {
    flex-basis: 40%;
  }
  .gallery-grid .gallery-card-wrapper .tech-card {
    flex-basis: 60%;
  }
  .gallery-grid .gallery-card-wrapper .expert-card {
    flex-basis: 60%;
  }
  .gallery-grid .gallery-card-wrapper .studio-card {
    flex-basis: 40%;
  }
}
@media (min-width: 1440px) {
  .gallery-grid {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 560px 360px;
  }
  .gallery-grid .gallery-card-wrapper:first-child {
    grid-row: 1;
    grid-column: 1;
  }
  .gallery-grid .gallery-card-wrapper:nth-child(2) {
    grid-column: 2;
    grid-row: 1/-1;
    flex-direction: column;
  }
  .gallery-grid .gallery-card-wrapper:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
}