/* Colors */
@font-face {
  font-family: "site-bold";
  src: url("/fonts/v2/AFIResidential/Inter_24pt-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-bold-italic";
  src: url("/fonts/v2/AFIResidential/Inter_24pt-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-extra-bold";
  src: url("/fonts/v2/AFIResidential/Inter_24pt-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-italic";
  src: url("/fonts/v2/AFIResidential/Inter_24pt-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-medium";
  src: url("/fonts/v2/AFIResidential/Inter_24pt-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-regular";
  src: url("/fonts/v2/AFIResidential/Inter_24pt-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-semi-bold";
  src: url("/fonts/v2/AFIResidential/Inter_24pt-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site-roboto";
  src: url("/fonts/v2/AFIResidential/roboto-slab-regular.woff2") format("woff2"), url("/fonts/v2/AFIResidential/roboto-slab-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Colors */
/* Fonts */
/* Typography */
/* Shared button styles for AF Residential v2 component markup. */
.af-res-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  text-decoration: none;
  font-family: site-semi-bold;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, text-underline-offset 0.2s ease;
  font-weight: 600;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0.1px;
}

.af-res-btn > span {
  font-size: 12px;
}

.af-res-btn--primary {
  min-height: 48px;
  padding: 14px 32px;
  gap: 8px;
  border-radius: 100px;
  background-color: #1B1B1B;
  color: #FFFFFF;
  border: 0;
}

.af-res-btn--primary:hover {
  background-color: #383838;
  color: #FFFFFF;
}

.af-res-btn--ghost {
  min-height: 48px;
  padding: 14px 32px;
  gap: 8px;
  border-radius: 100px;
  background-color: #FFFFFF;
  color: #1B1B1B;
  border: 2px solid #383838;
}

.af-res-btn--ghost:hover {
  background-color: rgb(245, 243, 240);
  border-color: #1B1B1B;
}

.af-res-btn--light {
  min-height: 48px;
  padding: 14px 32px;
  gap: 8px;
  border-radius: 100px;
  background-color: rgb(245, 243, 240);
  color: #1B1B1B;
  border: 0;
}

.af-res-btn--light:hover {
  background-color: rgb(232, 230, 227);
  box-shadow: 0 4px 12px rgba(27, 27, 27, 0.08);
  color: #1B1B1B;
}

.af-res-btn--text-link {
  min-height: auto;
  padding: 0;
  gap: 0;
  background-color: transparent;
  border: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0;
  text-align: center;
  color: #1B1B1B;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
}

.af-res-btn--text-link:hover {
  color: #6b6762;
  text-underline-offset: 4px;
}

* {
  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: 40px;
  font-weight: 600;
  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";
  max-width: unset;
}

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;
}

label {
  display: inline-block;
}

/* 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%);
}

.af-cols {
  display: grid;
  grid-template-columns: var(--af-cols, 1fr 1fr);
  gap: var(--af-gap, 20px);
  align-items: var(--af-align, stretch);
}

.af-rows {
  display: grid;
  gap: var(--af-row-gap, 24px);
}

/* Icons */
@font-face {
  font-family: "icons";
  src: url("/fonts/AFIResidential/armflooricon.eot");
  src: url("/fonts/AFIResidential/armflooricon.eot") format("embedded-opentype"), url("/fonts/AFIResidential/armflooricon.ttf") format("truetype"), url("/fonts/AFIResidential/armflooricon.woff") format("woff"), url("/fonts/AFIResidential/armflooricon.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: "\e94a";
  color: white;
}

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

.icon-chevron-left-secondary:before {
  font-family: "icons";
  content: "\e94a";
  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: "\e94b";
  color: white;
}

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

.icon-chevron-right-secondary:before {
  font-family: "icons";
  content: "\e94b";
  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-right1:before {
  font-family: "icons";
  content: "\e94c";
  color: white;
}

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

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

button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]) .icon-arrow-right1:before, a.btn .icon-arrow-right1:before, input[type=submit] .icon-arrow-right1:before, input[type=button] .icon-arrow-right1:before {
  color: black;
}
button:not(.components-button):not(.splide__arrow):not(.te_modalClose):not(.slick-arrow):not(button[data-glide-dir]).secondary .icon-arrow-right1:before, a.btn.secondary .icon-arrow-right1:before, input[type=submit].secondary .icon-arrow-right1:before, input[type=button].secondary .icon-arrow-right1: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-right1:before, a.btn.secondary:hover .icon-arrow-right1:before, input[type=submit].secondary:hover .icon-arrow-right1:before, input[type=button].secondary:hover .icon-arrow-right1:before {
  color: black;
}

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

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

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

.icon-phone-secondary:before {
  font-family: "icons";
  content: "\e94d";
  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-email1:before {
  font-family: "icons";
  content: "\e94e";
  color: white;
}

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

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

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

a .icon-email1 {
  color: inherit;
}
a .icon-email1:before {
  color: inherit;
}
a:hover .icon-email1 {
  color: inherit;
}
a:hover .icon-email1: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;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.button-light-primary > span {
  font-size: 12px;
}
.button-light-primary:hover {
  color: #000;
  background-color: #F5F5F5;
}
.button-light-primary:hover > span {
  color: #F04923;
  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;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.button-dark-primary > span {
  font-size: 12px;
}
.button-dark-primary:hover {
  color: #fff;
  background-color: #7A7A7C;
}
.button-dark-primary:hover > span {
  color: #F04923;
  font-size: 12px;
}

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

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

.button-light-primary.res,
.button-dark-primary.res {
  border-radius: 100px;
}

.button-dark-primary.res {
  background-color: #1B1B1B;
}
.button-dark-primary.res:hover {
  background-color: #6b6762;
}

.button-light-primary.res {
  background-color: #FFFFFF;
}
.button-light-primary.res:hover {
  background-color: rgb(245, 243, 240);
}

.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%);
}

.footer__legal {
  margin-bottom: 20px;
}
.footer__legal .row.column {
  padding: 0;
  margin: 0;
}
.footer__legal .row.column .link-list-footer ul {
  display: flex;
  flex-flow: wrap;
}
.footer__legal .row.column .link-list-footer ul > li {
  white-space: nowrap;
  padding: 0 4px;
}
.footer__legal .row.column .link-list-footer ul > li:first-child {
  padding: 0 4px 0 0;
}
.footer__legal .row.column .link-list-footer ul > li + li {
  display: flex;
}
.footer__legal .row.column .link-list-footer ul > li + li > a {
  display: inline-block;
  padding-left: 1px;
}
.footer__legal .row.column .link-list-footer ul > li + li::before {
  content: " | ";
  width: auto;
  font-size: 9px;
  padding: 0 8px 0 0;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.footer__legal .row.column .link-list-footer ul > li > a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-style: site-medium;
  font-size: 13px;
  line-height: 17.55px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.footer__legal .row.column .link-list-footer ul > li:last-child {
  margin-bottom: 0;
}

@media (max-width: 948px) {
  .footer__legal .row.column .link-list-footer ul li + li:last-child {
    padding: 0 20px 0 0;
  }
  .footer__legal .row.column .link-list-footer ul li + li:last-child::before {
    content: none;
  }
}
/* Bottom Section */
.copyright {
  font-weight: 400;
  font-style: site-regular;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.4);
}

.legal {
  color: #7A7A7C;
}

/* 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;
  }
}
header.utility-nav .column ul.primary-nav__primary-items li.primary-nav__util form.primary-nav__dropdown fieldset.form__overlay-button .icon-search:before {
  opacity: 0;
}

.slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background: #000;
  height: 850px;
  margin: 32px;
  border-radius: 8px;
}

/* 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: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  max-width: 640px;
}
.slide .slide-content .button-light-primary,
.slide .slide-content .button-dark-primary {
  padding: 14px 47px;
  margin-top: 20px;
}

.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;
  text-align: unset;
}

.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%);
}

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

/* 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: 25%;
  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;
}

.slider:has(#s1:checked) .nav .prev1,
.slider:has(#s2:checked) .nav .prev2,
.slider:has(#s3:checked) .nav .prev3,
.slider:has(#s4:checked) .nav .prev4,
.slider:has(#s1:checked) .nav .next1,
.slider:has(#s2:checked) .nav .next2,
.slider:has(#s3:checked) .nav .next3,
.slider:has(#s4:checked) .nav .next4 {
  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,
.slider:has(#s4:checked) .nav .dot4 {
  background: #fff;
  width: 48px;
  height: 5px;
}

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

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

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

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

/* thumbnails (static lower-right) */
.thumbnails {
  position: absolute;
  right: min(3%, (100% - 1400px) / 2);
  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;
  margin: 0 0 1rem 0;
}
.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: #F5F3F0;
  border-radius: 4px;
  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.5);
  border-radius: 4px;
}

.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 .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1.5rem;
}
.segment-card .icon svg {
  width: 100%;
  height: 100%;
  stroke: #fff;
}

.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;
}

.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: #F04923 !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_ProductFamily.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;
  }
}
.af-collections {
  padding: 18px 0 38px;
}

.af-collections__rows {
  display: grid;
  gap: 56px;
}

.af-collections__row {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.55fr);
  gap: 34px;
  align-items: center;
}

.af-collections__row--reverse {
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.45fr);
}

.af-collections__image {
  position: relative;
  min-height: 418px;
  border-radius: 8px;
  background: url("https://www.armstrongflooring.com/assets/swatch/afi/J5116_J5216_Large/resized-350-cover.png") center center/cover no-repeat;
}

.af-collections__image--charm {
  background-position: center 42%;
}

.af-collections__image--wander {
  background-position: center 63%;
}

.af-collections__image-label {
  position: absolute;
  right: 16px;
  bottom: 12px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
}

.af-collections__content {
  max-width: 300px;
}

.af-collections__content--start {
  justify-self: start;
}

.af-collections__card-title {
  margin: 0 0 10px;
  font-family: "site-semi-bold";
}

.af-collections__card-text {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.6;
}

.af-collections__button {
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .af-collections__row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .af-collections__content,
  .af-collections__content--start {
    max-width: 100%;
    justify-self: start;
  }
  .af-collections__card-text {
    font-size: 1rem;
  }
  .af-collections__image {
    min-height: 330px;
  }
}
@media (max-width: 900px) {
  .af-collections__rows {
    gap: 34px;
  }
  .af-collections__image {
    min-height: 280px;
  }
}
:root {
  --page-bg: #ffffff;
  --surface: #f4f1ed;
  --text: #1f1d1a;
  --muted: #6d6a66;
  --line: #ded9d2;
  --dark: #2C2C2E;
  --accent: #3c3935;
  --pill: #ece8e2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text);
  font-family: site-regular, Inter, Arial, Helvetica, sans-serif;
}

/* Keep index-files body typography consistent with site-regular (Inter). */
:where(.article-body, .af-section) :where(h1, h2, h3, h4, h5, h6, p, a, button, li, label, input, textarea, select) {
  font-family: site-regular, Inter, Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.af-section {
  width: 100%;
}

.af-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 0 32px;
}

.af-section-heading {
  text-align: center;
  padding-bottom: 32px;
}

.af-section-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.af-section-title {
  margin: 0;
  font-weight: 600;
}

.af-section-subtitle {
  max-width: 680px;
  margin: 10px auto 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.af-cols {
  display: grid;
  grid-template-columns: var(--af-cols, 1fr 1fr);
  gap: var(--af-gap, 20px);
  align-items: var(--af-align, stretch);
}

.af-rows {
  display: grid;
  gap: var(--af-row-gap, 24px);
}

.af-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.af-btn--pill {
  border-radius: 999px;
}

.af-btn--square {
  border-radius: 6px;
}

.af-btn--dark {
  background: #3d3a35;
  color: #fff;
}

.af-btn--dark:hover,
.af-btn--dark:focus {
  background: #2f2c28;
  color: #fff;
}

.af-btn--light {
  background: #f5f3f0;
  color: #262429;
}

.af-btn--light:hover,
.af-btn--light:focus {
  background: #3e3a35;
  color: #ffffff;
}

.af-btn--ghost {
  background: rgba(255, 255, 255, 0.95);
  color: #2f2c28;
}

.af-btn--ghost:hover,
.af-btn--ghost:focus {
  background: #fff;
  color: #2f2c28;
}

.af-btn--compact {
  min-height: 34px;
  padding: 0 16px;
  font-size: 0.8rem;
}

.af-btn--small {
  min-height: 30px;
  padding: 10px 14px;
  font-size: 0.78rem;
}

.af-btn--medium {
  min-height: 44px;
  padding: 0 24px;
  font-size: 0.9rem;
}

.af-btn--large {
  min-height: 56px;
  padding: 0 24px;
  font-size: 0.95rem;
}

.af-btn--xl {
  padding: 16px 32px;
  font-size: 18px;
}

.af-btn--icon-gap {
  gap: 12px;
}

.af-btn__icon {
  flex: 0 0 auto;
}

.af-topbar {
  border-bottom: 1px solid var(--line);
  background: #faf9f7;
}

.af-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 30px;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #55524d;
}

.af-topbar__center {
  text-align: center;
  flex: 1;
}

.af-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.af-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
}

.af-header__brand {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.af-header__nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.92rem;
}

.af-header__nav a {
  text-decoration: none;
  font-weight: 600;
}

.af-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.af-header__icon {
  width: 18px;
  height: 18px;
  border: none;
  background: transparent;
  padding: 0;
}

.af-find-btn {
  padding: 0;
}

.af-find-btn::after {
  content: none;
}

section.af-newsletter {
  margin: 0;
}

.af-newsletter {
  padding: 24px 0;
}

.af-newsletter__bar {
  --af-cols: 1.2fr 0.8fr;
  --af-gap: 20px;
  --af-align: center;
  padding: 32px 64px;
  border-radius: 6px;
  background: #EBEBEC;
}

.af-newsletter__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0 0 4px;
}

.af-newsletter__text {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.af-newsletter__form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.af-newsletter__controls {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}

input.af-newsletter__input {
  width: min(100%, 316px);
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #3d3a35;
  border-radius: 12px;
  font-family: site-regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0;
  margin-bottom: 0;
}

.af-newsletter__button {
  min-height: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
  text-transform: capitalize;
}

.af-newsletter__fine-print {
  width: 100%;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.35;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
}

.af-newsletter__fine-print a {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .af-newsletter__bar {
    --af-cols: 1fr;
  }
  .af-newsletter__form {
    align-items: flex-start;
  }
  .af-newsletter__controls {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.order-sample-button {
  border: none;
  cursor: pointer;
}

.order-sample-button__icon {
  width: 24px;
  height: 24px;
}

section {
  margin: 64px 0;
}

section:last-of-type {
  margin: 64px 0 0 0;
}

.af-products__grid {
  --af-cols: repeat(3, minmax(0, 1fr));
  --af-gap: 14px;
  margin-top: 40px;
}

.af-product-card {
  position: relative;
  min-height: 468px;
  border-radius: 10px;
  overflow: hidden;
  padding: 32px 48px;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.af-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0.12) 0%, rgba(27, 27, 27, 0.58) 100%);
}

.af-product-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.af-product-card__title {
  font-weight: 700;
}

.af-product-card__text {
  margin: 0;
  max-width: 300px;
}

.af-product-card__button {
  display: inline-flex;
  margin-top: 18px;
}

.af-product-card__button .order-sample-button {
  padding: 0;
}

.af-product-card__button .order-sample-button__icon {
  width: 17px;
  height: 17px;
}

.af-product-card--stone {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 23.56%, rgba(0, 0, 0, 0.275) 36.06%, rgba(0, 0, 0, 0.5) 49.04%, rgba(0, 0, 0, 0.55) 65.87%, rgba(0, 0, 0, 0.65) 82.21%, rgba(0, 0, 0, 0.7) 100%), url("/cdn/content/AFIResidential/AR_Home_ShopByProduct_Card_EngineeredStoneTile.jpg");
}

.af-product-card--vinyl {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 23.56%, rgba(0, 0, 0, 0.275) 36.06%, rgba(0, 0, 0, 0.5) 49.04%, rgba(0, 0, 0, 0.55) 65.87%, rgba(0, 0, 0, 0.65) 82.21%, rgba(0, 0, 0, 0.7) 100%), url("/cdn/content/AFIResidential/AR_Home_ShopByProduct_Card_LVP.jpg");
}

.af-product-card--wood {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 23.56%, rgba(0, 0, 0, 0.275) 36.06%, rgba(0, 0, 0, 0.5) 49.04%, rgba(0, 0, 0, 0.55) 65.87%, rgba(0, 0, 0, 0.65) 82.21%, rgba(0, 0, 0, 0.7) 100%), url("/cdn/content/AFIResidential/AR_Home_ShopByProduct_Card_Hardwood.jpg");
}

@media (min-width: 768px) and (max-width: 1024px) {
  .af-products__grid {
    --af-cols: repeat(2, minmax(0, 1fr));
    --af-gap: 20px;
  }
  .af-products__grid .af-product-card--wood {
    grid-column: 1/-1;
  }
  .af-product-card--wood {
    min-height: 384px;
  }
}
@media (max-width: 767.98px) {
  .af-products__grid {
    --af-cols: 1fr;
    --af-gap: 24px;
  }
  .af-products__grid .af-product-card--wood {
    grid-column: auto;
  }
  .af-product-card {
    min-height: 242px;
  }
}
.af-collections {
  padding: 18px 0 38px;
}

.af-collections__rows {
  --af-row-gap: 56px;
}

.af-collections__row {
  --af-cols: minmax(0, 1.45fr) minmax(0, 0.55fr);
  --af-gap: 34px;
  --af-align: center;
}

.af-collections__row--reverse {
  --af-cols: minmax(0, 0.55fr) minmax(0, 1.45fr);
}

.af-collections__image {
  position: relative;
  min-height: 500px;
  border-radius: 8px;
  background: url("https://www.armstrongflooring.com/assets/swatch/afi/J5116_J5216_Large/resized-350-cover.png") center center/cover no-repeat;
}

.af-collections__image--charm {
  background-position: center 42%;
  background: url("/cdn/content/AFIResidential/afrestesthero.jpg") center center/cover no-repeat;
}

.af-collections__image--wander {
  background-position: center 63%;
  background: url("/cdn/content/AFIResidential/afrestesthero2.jpg") center center/cover no-repeat;
}

.af-collections__image-label {
  position: absolute;
  left: 16px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: calc(100% - 24px);
  height: 48px;
  padding: 4px 10px 4px 8px;
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 1px solid #E8E6E3;
  color: #2f2c28;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, text-underline-offset 0.2s ease;
}
.af-collections__image-label:hover {
  border: 1px solid #6b6762;
  background-color: #E8E6E3;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
}

.af-collections__row--reverse .af-collections__image-label {
  left: auto;
  right: 16px;
}

.af-collections__image-label-swatch {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  flex: 0 0 32px;
}

.af-collections__image--charm .af-collections__image-label-swatch {
  background: #9f958b url("https://www.armstrongflooring.com/assets/swatch/afi/J5116_J5216_Large/resized-350-cover.png") center center/cover no-repeat;
}

.af-collections__image--wander .af-collections__image-label-swatch {
  background: #9f958b url("/cdn/swatch/ESG5K07W_QuietParadise/resized-75-resize.jpg") center center/cover no-repeat;
}

.af-collections__image-label-meta {
  display: flex;
  justify-content: center;
  line-height: 1.15;
  gap: 8px;
}

.af-collections__image-label-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: 0px;
}

.af-collections__image-label-sku {
  font-size: 0.68rem;
  color: #6d6a66;
  letter-spacing: 0.02em;
}

.af-collections__content {
  max-width: 300px;
}

.af-collections__content--start {
  justify-self: start;
}

.af-collections__card-title {
  margin: 0 0 10px;
  font-family: "site-semi-bold";
}

.af-collections__card-text {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.6;
}

.af-collections__button {
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .af-collections__row {
    --af-cols: 1fr;
    --af-gap: 22px;
  }
  .af-collections__row > .af-collections__image {
    order: 1;
  }
  .af-collections__row > .af-collections__content,
  .af-collections__row > .af-collections__content--start {
    order: 2;
  }
  .af-collections__content,
  .af-collections__content--start {
    max-width: 100%;
    justify-self: start;
  }
  .af-collections__card-text {
    font-size: 1rem;
  }
  .af-collections__image {
    min-height: 330px;
  }
}
@media (max-width: 900px) {
  .af-collections__rows {
    --af-row-gap: 34px;
  }
  .af-collections__image {
    min-height: 280px;
  }
}
.af-rooms {
  padding: 64px 0;
  background: #f3f3f1;
}

.af-rooms__grid {
  --af-cols: minmax(0, 1.85fr) minmax(0, 1.05fr);
  --af-gap: 16px;
  --af-align: stretch;
  margin-top: 24px;
}

.af-room-card,
.af-room-visual {
  border-radius: 10px;
  overflow: hidden;
  min-height: 520px;
}

.af-room-card {
  position: relative;
  padding: 34px 30px;
  color: #fff;
  background: url("/cdn/content/AFIResidential/AR_Home_BuiltForEveryRoom_Feature_Inspiration.jpg") center center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.af-room-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(30, 28, 25, 0.52) 0%, rgba(30, 28, 25, 0.33) 25%, rgba(30, 28, 25, 0.16) 100%);
}

.af-room-card__content {
  position: relative;
  z-index: 1;
  max-width: 440px;
}

.af-room-card__title {
  margin: 0 0 16px;
  line-height: 1.04;
  font-family: "site-semi-bold";
}

.af-room-card__text {
  margin: 0 0 24px;
  font-size: 1.14rem;
  line-height: 1.5;
  max-width: 520px;
}

.af-room-card__button,
.af-room-card__cta {
  display: inline-flex;
}

.af-room-card__button .order-sample-button,
.af-room-card__cta {
  padding: 14px 24px;
}

.af-room-visual {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 22px;
  background: #ffffff;
}

.af-room-visual__title {
  margin: 0;
  font-family: "site-semi-bold";
}

.af-room-visual__text {
  margin: 0;
  color: #4f4b46;
  font-size: 1rem;
  line-height: 1.5;
}

.af-room-visual__image {
  min-height: 250px;
  border-radius: 8px;
  border: 1px solid #b8b0a6;
  background: #d8d2c8 url("/cdn/content/AFIResidential/see-it-in-your-room.png") center center/cover no-repeat;
  box-shadow: 0 8px 18px rgba(37, 33, 29, 0.16);
}

.af-room-visual__button {
  min-height: 56px;
  padding: 0 24px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .af-rooms__grid {
    --af-cols: 1fr;
  }
  .af-room-card,
  .af-room-visual {
    min-height: auto;
  }
  .af-room-card {
    min-height: 420px;
    padding: 26px 22px;
  }
  .af-room-card__text {
    font-size: 1.02rem;
  }
  .af-room-visual {
    padding: 22px 18px;
  }
  .af-room-visual__image {
    min-height: 210px;
  }
}
.af-care {
  padding: 18px 0 36px;
}

.af-care__layout {
  --af-cols: minmax(0, 1.32fr) minmax(0, 0.27fr);
  --af-gap: 22px;
  --af-align: stretch;
}

.af-care__main {
  --af-cols: minmax(0, 0.52fr) minmax(0, 1fr);
  --af-gap: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #e8e8ea;
  box-shadow: 0 10px 24px rgba(34, 30, 25, 0.08);
}

.af-care__image {
  min-height: 294px;
  background: #a39b90 url("https://www.armstrongflooring.com/assets/afi/aem/dam/armstrongflooring/residential/images/article/pet-friendly-flooring-vinyl-vivero-u3022.jpg/featured-content.666.444.jpg") center center/cover no-repeat;
}

.af-care__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 34px;
}

.af-care__title {
  margin: 0 0 10px;
  line-height: 1.05;
  font-family: "site-semi-bold";
}

.af-care__link {
  gap: 10px;
  font-size: 14px;
  line-height: 20.93px;
  letter-spacing: 0.35px;
}

.af-care__product {
  display: grid;
  grid-template-rows: 1fr auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd8d1;
  background: #fff;
}

.af-care__product-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 16px 10px;
  color: inherit;
  text-decoration: none;
}

.af-care__product-image {
  width: 100%;
  height: 132px;
  border-radius: 6px;
  background: url("/cdn/swatch/00338124_OnceNDone-32oz-Con-Front/resized-350-cover.jpg") center center/contain no-repeat;
}

.af-care__product-title {
  margin: 2px 0 0;
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-family: "site-semi-bold";
}

.af-care__product-text {
  margin: 0;
  width: 100%;
  font-size: 0.95rem;
  line-height: 1.3;
  color: var(--muted);
}

.af-care__product-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  font-size: 1.05rem;
  font-weight: 700;
  background: #ecebed;
}

.af-care__product-footer--link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  min-height: 48px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: 600;
}
.af-care__product-footer--link:hover {
  background: #383838;
  color: #F5F3F0;
}

.af-care__product-cart {
  width: 18px;
  height: 18px;
}

@media (max-width: 900px) {
  .af-care__layout {
    --af-cols: 1fr;
  }
  .af-care__main {
    --af-cols: 1fr;
  }
  .af-care__image {
    min-height: 220px;
  }
}
.af-trust {
  padding: 20px 0 40px;
}

.af-trust__grid {
  --af-cols: minmax(0, 1.02fr) minmax(0, 0.98fr);
  --af-gap: 30px;
  --af-align: center;
  margin-top: 10px;
}

.af-trust__image {
  position: relative;
  min-height: 600px;
  border-radius: 16px;
  overflow: hidden;
  background: url("https://www.armstrongflooring.com/assets/afi/aem/dam/armstrongflooring/residential/photo-gallery/empower-RSA6541_2.jpg/featured-content.666.444.jpg") center center/cover no-repeat;
}
.af-trust__image .af-collections__image-label-swatch {
  background: #9f958b url(/cdn/swatch/ESG5K07W_QuietParadise/resized-75-resize.jpg) center center/cover no-repeat;
}

.af-trust__image-label {
  position: absolute;
  left: 18px;
  bottom: 14px;
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.af-trust__content {
  padding: 8px 0;
}

.af-trust__eyebrow {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--muted);
}

.af-trust__title {
  margin: 0 0 14px;
  line-height: 48px;
}

.af-trust__subtitle {
  max-width: 580px;
  margin: 0;
  color: #4a4743;
  font-size: 0.98rem;
  line-height: 1.45;
}

.af-trust__points {
  --af-cols: repeat(2, minmax(0, 1fr));
  --af-gap: 24px 22px;
  margin-top: 24px;
}

.af-trust__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 9px;
  color: #7e7870;
}

.af-trust__point h5 {
  margin: 0 0 6px;
  line-height: 32px;
  text-transform: unset;
  font-family: "site-semi-bold";
  font-size: 18px;
}

.af-trust__point p {
  margin: 0;
  color: var(--muted);
}

.af-trust__button {
  display: inline-flex;
  margin-top: 24px;
}

.af-trust__cta {
  min-height: 44px;
  padding: 0 24px;
}

@media (max-width: 900px) {
  .af-trust__grid {
    --af-cols: 1fr;
    --af-gap: 20px;
  }
  .af-trust__image {
    min-height: 360px;
    display: none;
  }
  .af-trust__title {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  .af-trust__subtitle {
    font-size: 1rem;
  }
  .af-trust__points {
    --af-gap: 20px 16px;
    margin-top: 22px;
  }
  .af-trust__point h4 {
    font-size: 1rem;
  }
}
.af-popular {
  padding: 6px 0 34px;
}

.af-popular__grid {
  --af-cols: repeat(4, minmax(0, 1fr));
  --af-gap: 12px;
  margin-top: 36px;
}

.af-popular__label {
  display: inline-flex;
  padding: 4px 8px;
  margin-bottom: 16px;
  border-radius: 4px;
  background: #6b6762;
  color: #ffffff;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.af-popular .af-care__product {
  height: 100%;
}

.af-popular .af-care__product-body {
  display: block;
  padding: 0;
}

.af-popular .af-care__product-title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-weight: 600;
}

.af-popular .af-care__product-text {
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0px;
  margin-bottom: 8px;
}

.af-popular__media {
  min-height: 250px;
  background: #6f6761 center center/cover no-repeat;
}

.af-popular__content {
  padding: 16px 20px;
}

.af-popular__product-image--1 {
  background-image: url("/cdn/swatch/1UP77001_MapleValley/resized-625-resize.jpg");
}

.af-popular__product-image--2 {
  background-image: url("/cdn/swatch/afi/4018304.png?size=detail");
}

.af-popular__product-image--3 {
  background-image: url("/cdn/swatch/ESG5K12W_Natural.jpg?size=detail");
}

.af-popular__product-image--4 {
  background-image: url("/cdn/swatch/1UP67002_BedfordHills.jpg?size=detail");
}

@media (max-width: 1024px) {
  .af-popular__grid {
    --af-cols: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .af-popular__grid {
    --af-cols: 1fr;
  }
  .af-popular__media {
    min-height: 220px;
  }
}
.af-floor-finder {
  padding: 64px 0;
  background: #f6f1ea;
  margin-bottom: 0;
}

.af-floor-finder__grid {
  --af-cols: 1fr 0.95fr;
  --af-gap: 18px;
  --af-align: center;
  margin-top: 16px;
}

.af-floor-finder__copy {
  max-width: 625px;
}

.af-floor-finder__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.af-floor-finder .af-find-btn {
  min-height: 56px;
  padding: 0 48px 0 34px;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 16px;
}

.af-floor-finder .af-text-button {
  gap: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
  line-height: 18px;
}

.af-floor-finder .af-section-subtitle {
  font-size: 15px;
  margin-left: 0;
  color: #3F3D3A;
  letter-spacing: 0px;
}

.af-floor-finder__thumbs {
  --af-cols: repeat(2, minmax(0, 1fr));
  --af-gap: 14px;
}

.af-floor-finder__thumb {
  aspect-ratio: 16/9;
  min-height: 0;
  border-radius: 6px;
  background: #d6ccc1 url("https://www.armstrongflooring.com/assets/afi/aem/dam/armstrongflooring/residential/photo-gallery/RSD7164_J10_1.jpg/landscape-widescreen-medium.1200.675.jpg") center center/cover no-repeat;
}

@media (max-width: 900px) {
  .af-floor-finder__grid {
    --af-cols: 1fr;
  }
  .af-floor-finder__thumb {
    display: none;
  }
  .af-floor-finder .af-find-btn {
    padding: 0 28px;
  }
  .af-floor-finder .af-text-button {
    font-size: 0.88rem;
  }
}
.af-footer {
  padding: 64px 0 26px;
  background: #2C2C2E;
  color: #f2f4f7;
}

.af-footer .af-shell {
  padding-left: 40px;
  padding-right: 40px;
}

.af-footer__grid {
  --af-cols: minmax(0, 1.2fr) minmax(0, 1.2fr) minmax(0, 1.25fr) minmax(0, 1fr);
  --af-gap: 54px;
}

.af-footer h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
}

.af-footer__grid > div > a,
.af-footer__grid > div > p {
  display: inline-block;
  margin: 0 0 14px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.01rem;
  line-height: 1.45;
  font-weight: 400;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}

.af-footer__grid > div > a:not(.af-res-btn--light):hover {
  color: #ecebed;
}

.af-footer__grid > div > a.af-res-btn--light {
  color: #000000;
}

.af-footer__grid > div > p {
  display: block;
  margin-bottom: 10px;
}

.af-footer__grid > div:last-child p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.af-footer__grid > div:last-child p a:hover {
  color: #ecebed;
}

.af-footer__grid > div:last-child p a[href^="tel:"]::before {
  content: "";
  margin: 0;
}

.af-footer__grid > div:last-child .af-btn {
  display: inline-flex;
  min-height: 52px;
  padding: 8px 20px;
  margin-top: 18px;
  min-width: 230px;
  background: #f2f2f3;
  color: #22242a;
  font-family: site-regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.af-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px 28px;
}

/* Legal links + social row */
.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) {
  margin-top: 56px;
  padding-top: 22px;
  font-size: 0.95rem;
  color: rgba(232, 236, 242, 0.92);
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) > div:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  line-height: 17.55px;
}
.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) a:hover {
  color: #ecebed;
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) span {
  color: rgba(255, 255, 255, 0.45);
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) > div:last-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) > div:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 0;
  line-height: 1;
  opacity: 0.95;
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) > div:last-child a::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  line-height: 1;
  color: rgba(243, 246, 251, 0.95);
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) > div:last-child a[aria-label=Facebook]::before {
  content: "\e914";
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) > div:last-child a[aria-label=Instagram]::before {
  content: "\e917";
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) > div:last-child a[aria-label=X]::before {
  content: "\e925";
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) > div:last-child a[aria-label=LinkedIn]::before {
  content: "\e944";
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(2) > div:last-child a[aria-label=YouTube]::before {
  content: "\e92d";
}

/* Bottom logo + copyright row */
.af-footer .af-shell > .af-footer__bottom:nth-of-type(3) {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(223, 227, 234, 0.95);
  font-size: 0.96rem;
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(3) > div:first-child {
  position: relative;
  width: 230px;
  max-width: 100%;
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(3) > div:first-child::before {
  display: block;
  width: 100%;
  height: 58px;
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(3) > div:first-child strong {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.af-footer .af-shell > .af-footer__bottom:nth-of-type(3) > div:last-child {
  text-align: right;
  color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  font-family: site-regular;
}

@media (max-width: 900px) {
  .af-footer__grid {
    --af-cols: repeat(2, minmax(0, 1fr));
    --af-gap: 32px;
  }
  .af-footer .af-shell {
    padding-left: 24px;
    padding-right: 24px;
  }
  .af-footer h4 {
    font-size: 1.35rem;
    margin-bottom: 16px;
  }
  .af-footer .af-shell > .af-footer__bottom:nth-of-type(3) {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .af-footer .af-shell > .af-footer__bottom:nth-of-type(3) > div:last-child {
    text-align: left;
    font-size: 0.85rem;
  }
}
@media (max-width: 640px) {
  .af-footer__grid {
    --af-cols: 1fr;
  }
  .af-footer .af-shell > .af-footer__bottom:nth-of-type(2) {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .af-footer .af-shell > .af-footer__bottom:nth-of-type(2) > div:last-child {
    gap: 12px;
  }
  .af-footer__grid > div:last-child .af-btn {
    min-width: 0;
    width: 100%;
  }
}
.afh {
  /* Header hover tokens: update these when final hover states are decided. */
  --afh-hover-bg: transparent;
  --afh-hover-text: currentColor;
  position: sticky;
  top: 0;
  z-index: 5001;
  font-family: site-regular, Inter, site-roboto, Arial, Helvetica, sans-serif;
  color: #202127;
}
.afh a {
  text-decoration: none;
}

header.afh :where(a, button, [role=button], [type=button], [type=submit]) {
  transition: background-color 0.2s ease, color 0.2s ease;
}

header.afh :where(a:hover, button:hover, [role=button]:hover, [type=button]:hover, [type=submit]:hover) {
  background-color: var(--afh-hover-bg);
  color: var(--afh-hover-text);
}

.afh__shell {
  width: min(100%, 19600px);
  margin: 0 auto;
  padding: 0 28px;
}

.afh__utility-bar {
  border-bottom: 1px solid #d4d4d6;
  background: #d9d9db;
  max-height: 46px;
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
  transition: max-height 0.24s ease, opacity 0.2s ease, transform 0.24s ease, border-color 0.2s ease;
}

.afh.is-utility-hidden .afh__utility-bar {
  max-height: 0;
  opacity: 0;
  transform: translateY(-100%);
  border-bottom-color: transparent;
  pointer-events: none;
  border: none;
}

.afh__utility-bar .afh__shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.afh__utility-sites {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 14px;
  font-family: site-semi-bold, site-roboto, Arial, Helvetica, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.afh__utility-sites a {
  opacity: 0.58;
  transition: opacity 0.2s ease;
}

.afh__utility-sites a.is-active,
.afh__utility-sites a:hover {
  opacity: 1;
}

.afh__utility-message {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #24252b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}

.afh__utility-message a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  font-weight: 700;
}

.afh__utility-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-self: end;
}
.afh__utility-icons > a:first-child {
  padding-right: 4px;
  font-size: 14px;
  font-weight: 600;
}

.afh__mobile-menu-toggle,
.afh__mobile-actions,
.afh__mobile-menu {
  display: none;
}

.afh__mobile-menu-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  width: 42px;
  height: 42px;
  color: #222329;
  cursor: pointer;
}

.afh__mobile-menu-toggle svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.afh__mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 915;
  background: transparent;
  padding-top: 10px;
  animation: afh-mega-in 600ms ease;
}

.afh__mobile-menu.is-closing {
  animation: afh-mega-out 600ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .afh__mobile-menu,
  .afh__mobile-menu.is-closing {
    animation: none;
  }
}
.afh__mobile-menu-nav {
  display: grid;
  gap: 8px;
  margin: 0 14px;
  padding: 14px 16px;
  border: 1px solid #d8d8da;
  border-radius: 18px;
  background: #efeff0;
  box-shadow: 0 10px 28px rgba(21, 22, 29, 0.16);
}

.afh__mobile-menu-btn {
  border: 0;
  background: transparent;
  padding: 10px 6px;
  border-radius: 12px;
  text-align: left;
  font-family: site-semi-bold, site-roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #26272d;
  cursor: pointer;
}

.afh__mobile-menu-btn:hover {
  background: rgba(255, 255, 255, 0.55);
}

.afh.is-mobile-menu-open.is-menu-open .afh__mobile-menu-nav {
  filter: blur(3px);
  opacity: 0.68;
}

.afh__icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #222329;
  cursor: pointer;
  padding: 0;
}

.afh__icon-btn svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.afh__icon-btn .icon-cart {
  font-size: 20px;
}

.afh__icon-btn .cart-count {
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #fb4f22;
  font-size: 10px !important;
}

.afh__main-bar {
  border-bottom: 1px solid #d7d7d9;
  background: #ffffff;
  position: relative;
  z-index: 2;
  height: 80px;
}

.afh__main-bar .afh__shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 56px;
  height: 100%;
}

.afh__logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 46px;
  width: min(100%, 360px);
  overflow: hidden;
}

.afh__logo img {
  width: 100%;
  height: auto;
}

.afh__logo .afh__logo-full {
  width: 100%;
}

.afh__logo-full,
.afh__logo-mono {
  transition: opacity 0.78s ease, transform 0.78s ease;
}

.afh__logo .afh__logo-mono {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  object-fit: contain;
  transform: translate(-50%, -50%) scale(0.92);
  opacity: 0;
  pointer-events: none;
}

.afh.is-scrolled .afh__logo-full {
  opacity: 0;
  transform: scale(0.95);
}

.afh.is-scrolled .afh__logo-mono {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 1024px) {
  .afh__logo .afh__logo-mono {
    width: 30px;
    height: 30px;
  }
}
.afh__main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2vw, 44px);
}

button.afh__nav-btn {
  border: 0;
  background: transparent;
  padding: 8px 4px;
  font-family: site-semi-bold, site-roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #26272d;
  cursor: pointer;
  text-transform: capitalize;
}

button.afh__nav-btn[aria-expanded=true] {
  color: #101118;
  text-decoration: underline;
  text-underline-offset: 9px;
  text-decoration-thickness: 2px;
}

a.afh__where-to-buy {
  font-family: site-semi-bold, site-roboto, Arial, Helvetica, sans-serif;
  line-height: 1;
}

@keyframes afh-overlay-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes afh-overlay-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.afh__overlay {
  position: fixed;
  inset: 0;
  background: rgba(65, 67, 73, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 900;
  animation: afh-overlay-in 600ms ease;
}

.afh__overlay.is-closing {
  animation: afh-overlay-out 600ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .afh__overlay,
  .afh__overlay.is-closing {
    animation: none;
  }
}
@media (max-width: 1320px) {
  .afh__utility-bar .afh__shell {
    grid-template-columns: auto 1fr auto;
    gap: 16px;
  }
  .afh__utility-message {
    display: none;
  }
  .afh__main-bar .afh__shell {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .afh__utility-bar .afh__shell {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 52px;
  }
  .afh__utility-sites {
    justify-content: center;
    gap: 22px;
    font-size: 12px;
    width: 100%;
  }
  .afh__utility-icons--desktop {
    display: none;
  }
  .afh__main-bar .afh__shell {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .afh__mobile-menu-toggle,
  .afh__mobile-actions {
    display: inline-flex;
    align-items: center;
  }
  .afh__mobile-actions {
    justify-self: end;
    gap: 2px;
  }
  .afh__mobile-actions .afh__icon-btn {
    width: 36px;
    height: 36px;
  }
  .afh__mobile-actions .afh__icon-btn svg {
    width: 23px;
    height: 23px;
  }
  .afh__logo {
    justify-self: center;
  }
  .afh__logo img {
    width: min(100%, 280px);
  }
  .afh__main-nav,
  a.afh__where-to-buy {
    display: none;
  }
  .afh.is-mobile-menu-open .afh__mobile-menu {
    display: block;
  }
}
@media (max-width: 760px) {
  .afh__shell {
    padding: 0 14px;
  }
  .afh__utility-sites {
    gap: 16px;
    font-size: 11px;
  }
  .afh__utility-message {
    font-size: 10px;
    white-space: normal;
    line-height: 1.35;
  }
  .afh__main-nav {
    gap: 16px;
  }
  .afh__mobile-menu {
    padding-top: 8px;
  }
  .afh__mobile-menu-nav {
    margin: 0 10px;
    padding: 12px 12px;
    border-radius: 14px;
  }
}
@keyframes afh-mega-in {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes afh-mega-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-24px);
  }
}
.afh__mega-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 930;
  padding: 18px 0 26px;
  margin: 16px 0;
  animation: afh-mega-in 600ms ease;
}
.afh__mega-wrap > .afh__shell {
  width: min(100%, 1200px);
}

.afh__mega-wrap.is-closing {
  animation: afh-mega-out 600ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .afh__mega-wrap,
  .afh__mega-wrap.is-closing {
    animation: none;
  }
}
.afh__mega-panel {
  border: 1px solid #dddddf;
  border-radius: 24px;
  background: #efeff0;
  box-shadow: 0 16px 48px rgba(26, 27, 33, 0.18);
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
  animation: afh-mega-in 600ms ease;
}

.afh__mega-panel.is-closing {
  animation: afh-mega-out 600ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .afh__mega-panel,
  .afh__mega-panel.is-closing {
    animation: none;
  }
}
.afh__mega-grid {
  display: grid;
  gap: 40px;
}

.afh__mega-grid--shop {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 0.9fr) minmax(280px, 0.9fr);
}

.afh__mega-panel[data-menu-panel=shop] {
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(26, 27, 33, 0.16);
}

.afh__mega-grid--shop > article {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.afh__mega-grid--shop > article p {
  margin-bottom: 12px;
}

.afh__mega-grid--shop > article .afh__pill-btn {
  align-self: end;
}

.afh__mega-grid--inspiration {
  grid-template-columns: minmax(240px, 0.9fr) minmax(320px, 1fr) minmax(320px, 1fr);
}

.afh__mega-panel[data-menu-panel=inspiration] {
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(26, 27, 33, 0.14);
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__mega-grid--inspiration {
  gap: 28px;
  align-items: stretch;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__kicker {
  margin-bottom: 18px;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 1.1px;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__icon-link-list li + li {
  margin-top: 18px;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__icon-link-list a {
  gap: 14px;
  font-size: 16px;
  line-height: 24px;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__icon-link-list a > span {
  width: 22px;
  height: 22px;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__icon-link-list .afh__link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__icon-link-list .afh__link-icon svg {
  width: 20px;
  height: 20px;
  stroke: #7f8084;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__media-card {
  border-radius: 16px;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__media-content {
  left: 22px;
  right: 22px;
  bottom: 20px;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__media-content h3 {
  margin-bottom: 6px;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__media-content p {
  font-family: Inter;
  font-weight: 400;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__chip {
  min-height: 30px;
  padding: 0 12px;
  margin-bottom: 10px;
  font-family: Inter;
  font-weight: 700;
  font-size: 9px;
  line-height: 13.5px;
  letter-spacing: 0;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__trend-card {
  border-radius: 16px;
  background: #f3f3f4;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__trend-media {
  min-height: 360px;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__trend-content {
  padding: 18px 22px 20px;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__trend-date {
  margin-bottom: 8px;
  font-family: Inter;
  font-weight: 400;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__trend-content h3 {
  margin-bottom: 8px;
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 18.75px;
  letter-spacing: 0;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__trend-content p {
  font-family: Inter;
  font-weight: 400;
  font-size: 11px;
  line-height: 17.88px;
  letter-spacing: 0;
}

.afh__mega-panel[data-menu-panel=inspiration] .afh__trend-content a {
  margin-top: 16px;
  font-family: Inter;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .afh__mega-panel[data-menu-panel=inspiration] {
    padding: 48px;
  }
  .afh__mega-panel[data-menu-panel=inspiration] .afh__mega-grid--inspiration {
    grid-template-columns: minmax(210px, 0.82fr) minmax(280px, 1fr) minmax(280px, 0.9fr);
    gap: 22px;
  }
  .afh__mega-panel[data-menu-panel=inspiration] .afh__icon-link-list a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .afh__mega-panel[data-menu-panel=inspiration] .afh__trend-media {
    min-height: 290px;
  }
  .afh__mega-panel[data-menu-panel=inspiration] .afh__media-content h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .afh__mega-panel[data-menu-panel=inspiration] .afh__trend-content h3 {
    font-size: 15px;
    line-height: 18.75px;
    letter-spacing: 0;
  }
}
.afh__mega-grid--learn {
  grid-template-columns: minmax(220px, 0.8fr) minmax(220px, 0.8fr) minmax(300px, 0.9fr);
}
.afh__mega-grid--learn > * {
  min-width: 0;
}

.afh__mega-panel[data-menu-panel=learn] .afh__subscribe-card h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 22.5px;
  letter-spacing: 0;
}

.afh__mega-panel[data-menu-panel=learn] .afh__subscribe-card p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.afh__mega-panel[data-menu-panel=learn] .afh__subscribe-card input,
.afh__mega-panel[data-menu-panel=learn] .afh__subscribe-card input::placeholder {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
}

.afh__mega-panel[data-menu-panel=learn] .afh__subscribe-card button {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.25px;
}

.afh__mega-grid--support {
  grid-template-columns: minmax(320px, 620px);
}

.afh__mega-panel[data-menu-panel=support] {
  width: min(100%, 340px);
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0 0 0 auto;
}

.afh__mega-panel[data-menu-panel=support] .afh__mega-grid--support {
  grid-template-columns: 1fr;
  gap: 0;
}

.afh__kicker {
  margin: 0 0 20px;
  font-family: Inter, site-semi-bold, site-roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #939089;
}

.afh__link-list,
.afh__icon-link-list,
.afh__support-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.afh__link-list > li:before,
.afh__icon-link-list > li:before,
.afh__support-links > li:before {
  content: none;
}

.afh__link-list li + li,
.afh__icon-link-list li + li,
.afh__support-links li + li {
  margin-top: 16px;
}

.afh__link-list a,
.afh__icon-link-list a {
  font-family: Inter, site-roboto, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #24252c;
}
.afh__link-list a:hover,
.afh__icon-link-list a:hover {
  color: #6B6762;
}

ul.afh__icon-link-list li,
ul.afh__link-list li {
  padding-left: 0;
}

.afh__icon-link-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.afh__icon-link-list a > span {
  width: 28px;
  text-align: center;
  color: #7f8084;
  font-size: 20px;
}

.afh__promo-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  padding: 20px;
  font-family: Inter, site-semi-bold, site-roboto, Arial, Helvetica, sans-serif;
}

.afh__promo-card--taupe {
  background: #726f6a;
}

.afh__promo-card--dark {
  background: #181922;
  color: #FFFFFF;
}

.afh__promo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.17);
}

.afh__promo-icon svg {
  width: 24px;
  height: 24px;
}

.afh__promo-card--dark .afh__promo-icon svg {
  fill: #fff;
}

.afh__promo-card h3,
.afh__media-content h3,
.afh__trend-content h3,
.afh__subscribe-card h3 {
  margin: 0 0 10px;
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  line-height: 18.75px;
  letter-spacing: 0px;
}

.afh__promo-card p,
.afh__media-content p,
.afh__trend-content p,
.afh__subscribe-card p {
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 11px;
  line-height: 17.88px;
  letter-spacing: 0px;
}

a.afh__pill-btn {
  gap: 12px;
  width: 100%;
  margin-top: auto;
  font-family: Inter;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
}

.afh__media-card {
  position: relative;
  min-height: 396px;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.afh__media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 20, 24, 0.05) 0%, rgba(19, 20, 24, 0.74) 95%);
}

.afh__media-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 2;
  color: #f4f6fb;
}

.afh__chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: site-semi-bold, site-roboto, Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: solid 1px rgba(255, 255, 255, 0.2);
}

.afh__chip.is-hot {
  background: #fb4f22;
}

.afh__chip:hover {
  background-color: #383838;
  border: solid 1px rgba(255, 255, 255, 0.4);
}

.afh__media-content a,
.afh__trend-content a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  text-transform: uppercase;
  font-family: site-semi-bold, site-roboto, Arial, Helvetica, sans-serif;
  letter-spacing: 0.04em;
}

.afh__trend-content a:hover {
  color: #6B6762;
}

.afh__trend-card,
.afh__subscribe-card {
  border: 1px solid #d9d9db;
  border-radius: 24px;
  overflow: hidden;
  background: #f6f6f7;
}

.afh__trend-media {
  min-height: 444px;
  background-size: cover;
  background-position: center;
}

.afh__trend-content {
  padding: 22px 24px 26px;
}

.afh__trend-date {
  margin: 0 0 8px;
  color: #76757a;
  font-size: 14px;
}

.afh__subscribe-card {
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.afh__subscribe-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #3b3c42;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 18px;
}

.afh__subscribe-card form {
  margin-top: 18px;
}

.afh__subscribe-card input {
  width: 100%;
  height: 54px;
  border: 1px solid #d3d2d5;
  border-radius: 14px;
  background: #ffffff;
  padding: 0 16px;
  margin-bottom: 14px;
  font-family: site-roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.afh__subscribe-card button {
  width: 100%;
  font-family: site-semi-bold, site-roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.afh__support-card {
  border: 1px solid #d4d4d7;
  border-radius: 24px;
  background: #f7f7f8;
  padding: 32px 30px 24px;
  box-shadow: 0 16px 36px rgba(19, 20, 24, 0.18);
}

.afh__support-links li {
  padding-left: 0;
}

.afh__support-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Inter, site-roboto, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.afh__support-links a:hover {
  color: #6B6762;
}

.afh__support-links a > span {
  width: 30px;
  text-align: center;
  color: #7a7b7f;
}

.afh__support-links em {
  margin-left: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fb4f22;
  color: #ffffff;
  text-transform: uppercase;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
}

.afh__support-help {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #d4d4d7;
}

.afh__support-help p {
  margin: 0 0 8px;
  font-family: site-semi-bold, site-roboto, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6a6762;
}

.afh__support-help a {
  display: block;
  font-family: site-semi-bold, site-roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.afh__support-help a:hover {
  color: #6B6762;
}

.afh__support-help span {
  color: #67666b;
  font-size: 14px;
}

@media (max-width: 1500px) {
  .afh__mega-grid--learn {
    grid-template-columns: minmax(200px, 0.8fr) minmax(200px, 0.8fr) minmax(240px, 0.9fr);
  }
  .afh__mega-grid--inspiration {
    grid-template-columns: minmax(210px, 0.82fr) minmax(280px, 1fr) minmax(280px, 0.9fr);
  }
}
@media (max-width: 1360px) {
  .afh__mega-grid--learn {
    grid-template-columns: minmax(170px, 0.8fr) minmax(170px, 0.8fr) minmax(220px, 0.9fr);
    gap: 24px;
  }
  .afh__mega-panel[data-menu-panel=learn] .afh__subscribe-card {
    padding: 24px 20px;
  }
}
@media (max-width: 1180px) {
  .afh__mega-grid--learn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .afh__mega-panel[data-menu-panel=learn] .afh__subscribe-card {
    min-height: 0;
  }
}
@media (max-width: 1200px) {
  .afh__mega-panel[data-menu-panel=shop] {
    padding: 22px 24px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(26, 27, 33, 0.14);
  }
  .afh__mega-grid--shop {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(220px, 0.8fr) minmax(220px, 0.8fr);
    gap: 22px;
  }
  .afh__mega-grid--shop > div .afh__kicker {
    margin-bottom: 14px;
  }
  .afh__mega-grid--shop > div .afh__link-list a {
    font-size: 16px;
    line-height: 24px;
  }
  .afh__mega-grid--shop > article {
    min-height: 220px;
    border-radius: 14px;
    padding: 18px;
  }
  .afh__mega-grid--shop > article .afh__promo-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .afh__mega-grid--shop > article .afh__promo-icon svg {
    width: 18px;
    height: 18px;
  }
  .afh__mega-grid--shop > article h3 {
    font-size: 1.26rem;
    margin-bottom: 6px;
  }
  .afh__mega-grid--shop > article p {
    font-size: 0.78rem;
    line-height: 1.35;
  }
  .afh__mega-grid--shop > article .afh__pill-btn {
    min-height: 34px;
    font-size: 0.74rem;
  }
}
@media (max-width: 1024px) {
  .afh__mega-panel[data-menu-panel=shop] {
    padding: 18px 20px;
    border-radius: 12px;
  }
  .afh__mega-grid--shop {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(190px, 0.85fr) minmax(190px, 0.85fr);
    gap: 18px;
  }
  .afh__mega-grid--shop > div .afh__kicker {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.11em;
  }
  .afh__mega-grid--shop > div .afh__link-list li + li {
    margin-top: 8px;
  }
  .afh__mega-grid--shop > div .afh__link-list a {
    font-size: 16px;
    line-height: 24px;
  }
  .afh__mega-grid--shop > article {
    min-height: 190px;
    border-radius: 10px;
    padding: 14px;
  }
  .afh__mega-grid--shop > article .afh__promo-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    margin-bottom: 8px;
  }
  .afh__mega-grid--shop > article h3 {
    font-size: 1.08rem;
    margin-bottom: 4px;
  }
  .afh__mega-grid--shop > article p {
    font-size: 0.72rem;
  }
  .afh__mega-grid--shop > article .afh__pill-btn {
    min-height: 30px;
    font-size: 0.68rem;
  }
}
@media (max-width: 980px) {
  .afh__mega-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 930;
    padding: 10px 0 18px;
  }
  .afh__mega-panel {
    position: relative;
    z-index: 1;
    padding: 22px;
    border-radius: 18px;
  }
  .afh__mega-grid,
  .afh__mega-grid--inspiration,
  .afh__mega-grid--learn,
  .afh__mega-grid--support {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .afh__mega-panel[data-menu-panel=support] {
    width: 100%;
    margin-left: 0;
  }
  .afh__mega-grid--shop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    align-items: start;
  }
  .afh__mega-grid--shop > div .afh__kicker {
    margin-bottom: 12px;
  }
  .afh__mega-grid--shop > div .afh__link-list li + li {
    margin-top: 10px;
  }
  .afh__mega-grid--shop > div .afh__link-list a {
    font-size: 16px;
    line-height: 24px;
  }
  .afh__mega-grid--shop > article {
    min-height: 180px;
    border-radius: 10px;
    padding: 14px;
  }
  .afh__mega-grid--shop > article .afh__promo-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    margin-bottom: 10px;
  }
  .afh__mega-grid--shop > article .afh__promo-icon svg {
    width: 16px;
    height: 16px;
  }
  .afh__mega-grid--shop > article h3 {
    margin-bottom: 4px;
    font-size: 1.1rem;
  }
  .afh__mega-grid--shop > article p {
    font-size: 0.76rem;
    line-height: 1.35;
  }
  .afh__mega-grid--shop > article .afh__pill-btn {
    min-height: 32px;
    font-size: 0.72rem;
  }
  .afh__media-card,
  .afh__trend-media {
    min-height: 320px;
  }
  .afh__promo-card {
    min-height: 280px;
  }
}
@media (max-width: 560px) {
  .afh__mega-grid--shop {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .afh__mega-grid--shop > div .afh__link-list a {
    font-size: 16px;
    line-height: 24px;
  }
  .afh__mega-grid--shop > article {
    min-height: 160px;
  }
}
@media (max-width: 768px) {
  .afh__mega-panel[data-menu-panel=shop] {
    padding: 16px;
    border-radius: 10px;
  }
  .afh__mega-grid--shop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .afh__mega-grid--shop > div .afh__kicker {
    font-size: 10px;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
  }
  .afh__mega-grid--shop > div .afh__link-list li + li {
    margin-top: 8px;
  }
  .afh__mega-grid--shop > div .afh__link-list a {
    font-size: 16px;
    line-height: 24px;
  }
  .afh__mega-grid--shop > article {
    min-height: 168px;
    padding: 12px;
  }
  .afh__mega-grid--shop > article h3 {
    font-size: 1rem;
  }
  .afh__mega-grid--shop > article p {
    font-size: 0.7rem;
  }
  .afh__mega-grid--shop > article .afh__pill-btn {
    min-height: 30px;
    font-size: 0.66rem;
  }
}
@media (max-width: 440px) {
  .afh__mega-panel[data-menu-panel=shop] {
    padding: 12px;
    border-radius: 9px;
    box-shadow: 0 6px 14px rgba(26, 27, 33, 0.12);
  }
  .afh__mega-grid--shop {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .afh__mega-grid--shop > div .afh__link-list a {
    font-size: 16px;
    line-height: 24px;
  }
  .afh__mega-grid--shop > article {
    min-height: 126px;
    border-radius: 9px;
    padding: 10px;
  }
  .afh__mega-grid--shop > article .afh__promo-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
  }
  .afh__mega-grid--shop > article h3 {
    font-size: 0.95rem;
    margin-bottom: 3px;
  }
  .afh__mega-grid--shop > article p {
    font-size: 0.64rem;
    line-height: 1.3;
  }
  .afh__mega-grid--shop > article .afh__pill-btn {
    min-height: 26px;
    font-size: 0.62rem;
  }
}
.afh__search-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 940;
  padding: 20px 0;
  overflow-y: auto;
}

.afh.is-search-open .afh__search-modal {
  display: block;
}

.afh__search-card {
  position: relative;
  border: 1px solid #d8d8db;
  border-radius: 2px;
  background: #f4f4f5;
  box-shadow: 0 10px 30px rgba(26, 27, 33, 0.14);
  padding: 20px 0 34px;
}

.afh__search-close-top {
  position: absolute;
  top: 18px;
  right: 28px;
  border: 0;
  background: transparent;
  color: #67686d;
  font-size: clamp(34px, 1.9vw, 74px);
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.afh__search-title-row {
  padding: 0 34px 8px;
}

.afh__search-title-row p {
  margin: 0;
  color: #b2b2b7;
  font-size: clamp(26px, 1.45vw, 58px);
}

.afh__search-input-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 0 34px;
  padding: 18px 60px 18px 0;
  border-bottom: 1px solid #dddddf;
}

.afh__search-input-row span {
  display: inline-flex;
}

.afh__search-input-row svg {
  width: 30px;
  height: 30px;
  fill: #6a6b70;
}

.afh__search-input-row input {
  border: 0;
  background: transparent;
  min-width: 0;
  font-size: clamp(18px, 1.1vw, 38px);
  color: #35363d;
}

.afh__search-input-row input:focus {
  outline: none;
}

.afh__search-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  padding: 24px 34px 0;
}

.afh__search-columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.afh__search-columns ul li {
  padding-left: 0;
}

.afh__search-columns ul li:before {
  content: none;
}

.afh__search-columns li + li {
  margin-top: 16px;
}

.afh__search-columns a {
  font-size: clamp(16px, 1.05vw, 33px);
  color: #292a31;
}

@media (max-width: 1300px) {
  .afh__search-columns {
    gap: 30px;
  }
}
@media (max-width: 1080px) {
  .afh__search-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .afh__search-col--quick {
    display: none;
  }
}
@media (max-width: 760px) {
  .afh__search-modal {
    padding: 10px 0;
  }
  .afh__search-title-row,
  .afh__search-input-row,
  .afh__search-columns {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .afh__search-close-top {
    right: 16px;
  }
  .afh__search-columns {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .afh__search-col--recent {
    display: none;
  }
}
.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;
}