:root {
  --landing-ink: #212121;
  --landing-muted: rgba(33, 33, 33, .64);
  --landing-soft: #eee;
  --landing-panel: #f7f7f7;
  --landing-teal: #4dbbb3;
  --landing-page: min(1144px, calc(100vw - 48px));
  --landing-edge: max(24px, calc((100vw - 1144px) / 2));
  --landing-mobile-edge: 16px;
}

html {
  scroll-behavior: smooth;
}

body.is-mobile-menu-open {
  overflow: hidden;
}

.demo-banner,
.public-landing-mobile-nav {
  display: none !important;
}

body:not(.landing-body) main {
  padding-top: 0;
}

.landing-body main {
  padding-top: 0;
}

.landing-page {
  overflow-x: clip;
  overflow-y: visible;
  background: #fff;
  color: var(--landing-ink);
  direction: rtl;
}

.landing-body .landing-hero {
  margin-top: -72px;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
  height: 72px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 40px;
  padding: 16px var(--landing-edge);
  color: #fff;
  background: transparent;
  direction: ltr;
  transition: background-color .18s ease, box-shadow .18s ease, color .18s ease;
}

body:not(.landing-body) .landing-header:not(.is-scrolled) {
  background: var(--landing-ink);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .08);
}

.landing-header.is-scrolled {
  background: #fff;
  color: #222;
  box-shadow: 0 1px 0 rgba(33, 33, 33, .12);
}

.landing-header.is-scrolled .landing-nav {
  color: #222;
}

.landing-header.is-scrolled .landing-search {
  background: #eee;
}

.landing-header.is-scrolled .landing-search input {
  color: #222;
}

.landing-header.is-scrolled .landing-search input::placeholder {
  color: #959595;
}

.landing-header.is-scrolled .landing-search button img,
.landing-header.is-scrolled .landing-mobile-menu-button img,
.landing-header.is-scrolled .landing-nav-products-link img,
.landing-header.is-scrolled .landing-logo img {
  filter: brightness(0) saturate(100%);
}

.landing-header a {
  color: inherit;
  text-decoration: none;
}

.landing-search button img,
.landing-mobile-menu-button img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) invert(1);
}

.landing-search button img {
  opacity: .72;
}

.landing-search {
  height: 40px;
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .16);
  direction: rtl;
}

.landing-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.landing-search input::placeholder {
  color: rgba(255, 255, 255, .48);
}

.landing-search button {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.landing-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
  direction: ltr;
}

.landing-nav > a,
.landing-nav-menu > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  white-space: nowrap;
}

.landing-nav-menu {
  position: relative;
}

.landing-nav-menu::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -12px;
  left: -12px;
  height: 20px;
}

.landing-nav-products-link img {
  width: 12px;
  height: 7px;
  filter: brightness(0) invert(1);
}

.landing-product-picker {
  position: absolute;
  top: 56px;
  right: -118px;
  z-index: 1010;
  width: max-content;
  min-width: 252px;
  min-height: 156px;
  display: none;
  border: 1px solid rgba(33, 33, 33, .16);
  background: #fff;
  color: var(--landing-ink);
  direction: ltr;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .12);
}

.landing-nav-menu:hover .landing-product-picker,
.landing-nav-menu:focus-within .landing-product-picker {
  display: block;
}

.landing-product-picker-groups {
  grid-column: 1;
  background: #f2faf9;
  direction: rtl;
}

.landing-product-picker-tab {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  padding: 4px 8px;
  color: rgba(33, 33, 33, .64) !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.landing-product-picker-tab.is-active {
  border-right: 1px solid var(--landing-teal);
  background: #fff;
  color: var(--landing-teal) !important;
  font-weight: 600;
}

.landing-product-picker-tab img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.landing-product-picker-columns {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
  gap: 8px;
  padding: 16px 8px;
  direction: rtl;
}

.landing-product-picker-columns div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.landing-product-picker-heading {
  margin-bottom: 8px;
  color: var(--landing-ink) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.landing-product-picker-columns a {
  color: rgba(33, 33, 33, .72);
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
}

.landing-product-picker-columns[hidden] {
  display: none;
}

.landing-product-picker-cards {
  display: grid;
  grid-template-columns: repeat(2, 108px);
  gap: 12px;
  align-content: start;
  padding: 8px;
  direction: rtl;
}
.landing-product-picker-cards[hidden] { display: none; }
.landing-product-picker-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: var(--landing-ink) !important;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
.landing-product-picker-card img { width: 108px; height: 108px; object-fit: cover; display: block; }

.landing-logo {
  width: 122px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.landing-logo img {
  width: 122px;
  height: 31px;
  display: block;
  object-fit: contain;
}

.landing-mobile-menu-button {
  display: none;
}

.landing-mobile-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1090;
  background: rgba(0, 0, 0, .48);
}

.landing-mobile-drawer {
  position: fixed;
  z-index: 1100;
  inset: 0 0 0 auto;
  box-sizing: border-box;
  width: min(324px, calc(100vw - 48px));
  padding: 16px;
  overflow-y: auto;
  background: #fff;
  color: var(--landing-ink);
  direction: rtl;
  box-shadow: -24px 0 64px rgba(0, 0, 0, .18);
}

.landing-mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
}

.landing-mobile-drawer-head button {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.landing-mobile-drawer-head button img {
  width: 16px;
  height: 16px;
}

.landing-mobile-drawer-head > img {
  width: 122px;
  height: 31px;
  object-fit: contain;
}

.landing-mobile-drawer nav {
  display: flex;
  flex-direction: column;
}

.landing-mobile-drawer nav a {
  min-height: 49px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #eee;
  color: var(--landing-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.landing-mobile-product-links a {
  justify-content: flex-end;
}

.landing-mobile-product-root {
  width: 100%;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eee;
  background: transparent;
  color: var(--landing-ink);
  font: inherit;
  cursor: pointer;
}

.landing-mobile-product-root.is-open .landing-mobile-chevron::after {
  transform: rotate(135deg);
}

.landing-mobile-product-page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.landing-mobile-product-page[hidden] {
  display: none;
}

.landing-mobile-product-card {
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  border-bottom: 0 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  text-align: center;
}
.landing-mobile-product-card img { width: 100% !important; aspect-ratio: 1 / 1; height: auto !important; object-fit: cover !important; }

.landing-mobile-product-links img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.landing-mobile-chevron {
  width: 20px;
  height: 20px;
  position: relative;
  flex: 0 0 20px;
}

.landing-mobile-chevron::after {
  content: "";
  position: absolute;
  inset: 6px 7px auto auto;
  width: 7px;
  height: 7px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.landing-mobile-chevron.is-open::after {
  transform: rotate(-45deg);
}

.landing-hero {
  position: relative;
  min-height: 849px;
  height: 849px;
  color: #fff;
}

.landing-hero-media,
.landing-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.landing-hero-media {
  object-fit: cover;
}

.landing-hero-shade {
  background: rgba(33, 33, 33, .48);
}

.landing-hero-copy {
  position: absolute;
  right: var(--landing-edge);
  bottom: 48px;
  z-index: 2;
  width: min(824px, calc(100vw - 48px));
}

.landing-hero-copy h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
}

.landing-hero-copy p {
  max-width: 812px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.landing-brand-strip {
  width: var(--landing-page);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px auto 0;
}

.landing-brand-logo {
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.landing-brand-logo img {
  display: block;
  object-fit: cover;
  filter: grayscale(1);
  opacity: .42;
  transition: filter .18s ease, opacity .18s ease;
}

.landing-brand-logo:hover img,
.landing-brand-logo:focus-visible img {
  filter: grayscale(0);
  opacity: 1;
}

.landing-brand-logo-dreamhouse img {
  width: 174px;
  height: 60px;
}

.landing-brand-logo-casawall img {
  width: 307px;
  height: 60px;
}

.landing-brand-logo-midose img {
  width: 270px;
  height: 60px;
}

.landing-card-grid {
  width: var(--landing-page);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 100px auto 0;
}

.landing-card-stack {
  grid-column: 1;
  display: grid;
  gap: 24px;
}

.landing-brand-card-tall {
  grid-column: 2;
  grid-row: 1;
}

.landing-brand-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.landing-brand-card-tall {
  min-height: 664px;
}

.landing-brand-card > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .28s ease;
}

.landing-brand-card:hover > img {
  transform: scale(1.025);
}

.landing-card-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(33, 33, 33, .48);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity .18s ease;
}

.landing-card-copy {
  position: absolute;
  inset: 24px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(33, 33, 33, .86);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .18s ease, transform .18s ease;
}

.landing-brand-card:hover .landing-card-scrim,
.landing-brand-card:focus-visible .landing-card-scrim,
.landing-brand-card:hover .landing-card-copy,
.landing-brand-card:focus-visible .landing-card-copy {
  opacity: 1;
  transform: translateY(0);
}

.landing-card-logo img {
  height: 28px;
  object-fit: cover;
  object-position: center;
}

.landing-card-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  direction: ltr;
}

.landing-card-logo::before {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, .82);
}

.landing-card-logo-midose img {
  width: 128px;
}

.landing-card-logo-casawall img {
  width: 144px;
}

.landing-card-logo-dreamhouse img {
  width: 124px;
  height: 42px;
}

.landing-card-copy b {
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
}

.landing-card-copy > span:not(.landing-card-logo):not(.landing-card-cta) {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.landing-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  direction: ltr;
  width: 100%;
  margin-top: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  white-space: nowrap;
}

.landing-card-cta img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.landing-card-cta span {
  direction: rtl;
}

.landing-consult {
  position: relative;
  width: var(--landing-page);
  height: 472px;
  margin: 100px auto 0;
  overflow: hidden;
  color: #fff;
}

.landing-consult > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-consult::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, .84) 100%);
}

.landing-consult > div {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 65px;
  width: 409px;
  transform: translateY(-50%);
}

.landing-consult h2,
.landing-split h2,
.landing-section-head h2,
.landing-faq h2 {
  margin: 0;
  color: var(--landing-ink);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
}

.landing-consult h2 {
  color: #fff;
}

.landing-consult p {
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 27px;
}

.landing-consult a {
  width: max-content;
  min-width: 188px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  direction: ltr;
  padding: 0 24px;
  background: var(--landing-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.landing-consult a img {
  width: 24px;
  height: 24px;
}

.landing-consult a span,
.landing-split-copy a span,
.landing-section-head a span {
  direction: rtl;
}

.landing-split {
  width: var(--landing-page);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  margin: 100px auto 0;
  background: var(--landing-panel);
}

.landing-split-albums {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-split > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.landing-split-albums > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.landing-split-copy a {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-width: 0;
  height: auto;
  justify-content: flex-start;
  gap: 16px;
  direction: ltr;
  padding: 0;
  background: transparent;
  color: var(--landing-ink);
  font-size: 12px;
  line-height: 20px;
}

.landing-split-copy a img {
  width: 18px;
  height: 18px;
}

.landing-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.landing-split-copy > span {
  margin-bottom: 8px;
  color: var(--landing-teal);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.landing-split-copy p {
  margin: 16px 0 0;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 24px;
}

.landing-split-copy ul {
  display: grid;
  gap: 6px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
  color: var(--landing-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.landing-split-copy li {
  position: relative;
  padding-right: 16px;
}

.landing-split-copy li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 6px;
  height: 6px;
  background: var(--landing-teal);
}

.landing-split-reverse > img {
  order: 2;
}

.landing-articles {
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding: 0 var(--landing-edge) 39px;
}

.landing-articles::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 260px;
  background: #f6f6f6;
  z-index: 0;
}

.landing-section-head {
  position: relative;
  z-index: 1;
  width: var(--landing-page);
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: ltr;
  margin: 0 auto 10px;
}

.landing-section-head h2 {
  direction: rtl;
}

.landing-section-head a {
  min-height: 21px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  direction: ltr;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.landing-section-head a img {
  width: 20px;
  height: 20px;
}

.landing-article-grid {
  position: relative;
  z-index: 1;
  width: var(--landing-page);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
}

.landing-article-card {
  background: #fff;
  color: var(--landing-ink);
}

.landing-article-card > img {
  width: 100%;
  height: 226px;
  display: block;
  object-fit: cover;
}

.landing-article-card > div {
  min-height: 160px;
  padding: 16px;
}

.landing-article-card span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  margin-bottom: 8px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #eee;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.landing-article-card h3 {
  margin: 0 0 8px;
  color: var(--landing-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.landing-article-card p {
  margin: 0 0 8px;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
}

.landing-article-card time {
  color: #959595;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.landing-faq {
  width: var(--landing-page);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 414px;
  gap: 48px;
  align-items: start;
  margin: 100px auto;
  direction: ltr;
}

.landing-faq-list {
  display: flex;
  flex-direction: column;
  direction: rtl;
}

.landing-faq-list h2 {
  margin-bottom: 24px;
}

.landing-faq-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.landing-faq-heading h2 { margin: 0; }
.landing-faq-heading a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--landing-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.landing-faq-heading a img { width: 20px; height: 20px; object-fit: contain; }

.faq-page {
  box-sizing: border-box;
  width: var(--landing-page);
  margin: 32px auto 100px;
  direction: rtl;
}
.faq-page-hero {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 16px;
  background: #f2faf9;
  text-align: center;
}
.faq-page-hero > img { width: min(874px, 88%); height: 218px; object-fit: contain; }
.faq-page-hero h1 { margin: 8px 0 0; color: #222; font-size: 24px; line-height: 36px; }
.faq-page-hero > p { max-width: 826px; margin: 8px 0 24px; color: #666; font-size: 16px; line-height: 24px; }
.faq-page-search {
  box-sizing: border-box;
  width: min(784px, 100%);
  height: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border: 1px solid #ccc;
  background: #fff;
  direction: ltr;
}
.faq-page-search img { width: 24px; height: 24px; opacity: .5; filter: none; }
.faq-page-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: #222; font: inherit; font-size: 14px; text-align: right; direction: rtl; }
.faq-page-search input::placeholder { color: #999; }
.faq-page-list { margin-top: 32px; }
.faq-page-list details { border-bottom: 1px solid #dbdbdb; }
.faq-page-list details:first-child { border-top: 1px solid #dbdbdb; }
.faq-page-list summary { min-height: 64px; display: flex; align-items: center; gap: 16px; list-style: none; cursor: pointer; color: #222; font-size: 16px; font-weight: 700; line-height: 24px; }
.faq-page-list summary::-webkit-details-marker { display: none; }
.faq-page-list summary span { flex: 1; }
.faq-page-list details[open] .faq-icon-plus,
.faq-page-list details:not([open]) .faq-icon-minus { display: none; }
.faq-page-answer { padding: 0 40px 16px 0; }
.faq-page-answer p { margin: 0 0 8px; color: #666; font-size: 14px; line-height: 24px; }
.faq-page-empty { margin: 32px 0; color: #666; text-align: center; }

@media (max-width: 767px) {
  .landing-faq-heading { align-items: flex-start; }
  .landing-faq-heading a { font-size: 12px; }
  .faq-page { width: auto; margin: 16px var(--landing-mobile-edge) 56px; }
  .faq-page-hero { padding: 24px 8px; }
  .faq-page-hero > img { width: 100%; height: 112px; }
  .faq-page-hero h1 { margin-top: 8px; font-size: 18px; line-height: 27px; }
  .faq-page-hero > p { margin: 4px 0 16px; font-size: 12px; line-height: 20px; }
  .faq-page-search { height: 40px; padding: 8px; }
  .faq-page-search img { width: 18px; height: 18px; }
  .faq-page-search input { font-size: 12px; }
  .faq-page-list { margin-top: 16px; }
  .faq-page-list summary { min-height: 56px; align-items: flex-start; padding: 12px 0; gap: 8px; font-size: 14px; line-height: 21px; }
  .faq-page-list .faq-icon { width: 18px; height: 18px; flex-basis: 18px; margin-top: 2px; }
  .faq-page-answer { padding: 0 26px 12px 0; }
  .faq-page-answer p { font-size: 12px; line-height: 20px; }
}

.landing-faq details {
  border-top: 1px solid #dbdbdb;
}

.landing-faq details:last-child {
  border-bottom: 1px solid #dbdbdb;
}

.landing-faq summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  color: var(--landing-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.landing-faq summary::-webkit-details-marker {
  display: none;
}

.landing-faq summary span {
  flex: 1;
}

.faq-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.landing-faq details[open] .faq-icon-plus,
.landing-faq details:not([open]) .faq-icon-minus {
  display: none;
}

.landing-faq p {
  margin: -2px 40px 16px 0;
  color: var(--landing-muted);
  font-size: 14px;
  line-height: 24px;
}

.landing-faq-image {
  height: 469px;
  background: url("../img/landing/figma-new/faq.f6dfb2e3cd4a.png") center top / cover no-repeat;
  direction: rtl;
}

.landing-footer {
  box-sizing: border-box;
  width: 100%;
  min-height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 49px;
  padding: 32px var(--landing-edge);
  background: var(--landing-soft);
  direction: ltr;
}

.landing-footer-content {
  width: var(--landing-page);
  min-width: 0;
  direction: ltr;
}

.landing-footer-top,
.landing-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.landing-footer-top {
  padding-bottom: 24px;
  border-bottom: 1px solid #dbdbdb;
}

.landing-footer-top nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  direction: ltr;
}

.landing-footer a {
  color: var(--landing-ink);
  text-decoration: none;
}

.landing-footer-top nav a {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}

.landing-footer-top > img {
  width: 122px;
  height: 31px;
  object-fit: contain;
}

.landing-footer-bottom {
  padding-top: 24px;
}

.landing-socials {
  display: flex;
  align-items: center;
  gap: 24px;
}

.landing-socials > span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.landing-socials img {
  width: 24px;
  height: 24px;
  display: block;
}

.landing-social-instagram {
  position: relative;
}

.landing-social-instagram .landing-social-dot {
  position: absolute;
  inset: 0;
}

.landing-footer-bottom > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: underline;
}

@media (min-width: 1441px) {
  :root {
    --landing-page: min(1320px, calc(100vw - 96px));
    --landing-edge: max(48px, calc((100vw - 1320px) / 2));
  }

  .landing-hero-copy {
    width: min(920px, calc(100vw - 96px));
  }
}

@media (max-width: 1180px) {
  :root {
    --landing-page: calc(100vw - 48px);
    --landing-edge: 24px;
  }

  .landing-header {
    gap: 24px;
  }

  .landing-card-grid,
  .landing-consult,
  .landing-split,
  .landing-articles,
  .landing-faq {
    margin-top: 72px;
  }

  .landing-faq {
    grid-template-columns: minmax(0, 1fr) 360px;
  }
}

@media (max-width: 991px) {
  :root {
    --landing-page: calc(100vw - 32px);
    --landing-edge: 16px;
  }

  .landing-header,
  body:not(.landing-body) .landing-header,
  .landing-header.public-header,
  .landing-header.is-scrolled {
    height: 72px;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 24px;
    padding: 16px;
  }

  body:not(.landing-body) .landing-header:not(.is-scrolled),
  .landing-header.public-header:not(.is-scrolled) {
    background: var(--landing-ink);
  }

  .landing-header.is-scrolled {
    background: #fff;
    box-shadow: 0 1px 0 rgba(33, 33, 33, .12);
  }

  .landing-search {
    grid-column: 1;
  }

  .landing-nav,
  .landing-logo {
    display: none;
  }

  .landing-mobile-menu-button {
    grid-column: 2;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .landing-mobile-menu-button img {
    width: 32px;
    height: 32px;
  }

  .landing-hero {
    min-height: 856px;
    height: 100svh;
  }

  .landing-hero-copy {
    right: 16px;
    bottom: 24px;
    width: calc(100vw - 32px);
  }

  .landing-hero-copy h1 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 36px;
  }

  .landing-hero-copy p {
    font-size: 16px;
    line-height: 24px;
  }

  .landing-brand-strip {
    height: 24px;
    margin-top: 16px;
  }

  .landing-brand-logo,
  .landing-brand-logo img {
    height: 24px;
  }

  .landing-brand-logo-dreamhouse img {
    width: 75px;
  }

  .landing-brand-logo-casawall img {
    width: 127px;
  }

  .landing-brand-logo-midose img {
    width: 117px;
  }

  .landing-card-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 64px;
  }

  .landing-card-stack {
    display: contents;
  }

  .landing-brand-card,
  .landing-brand-card-tall {
    min-height: 224px;
  }

  .landing-brand-card-tall {
    order: -1;
    min-height: 470px;
  }

  .landing-card-scrim {
    inset: auto 0 0;
    height: 149px;
    background: linear-gradient(180deg, rgba(33, 33, 33, 0) 0%, #212121 100%);
    backdrop-filter: none;
    opacity: 1;
  }

  .landing-card-copy {
    inset: auto 0 0;
    gap: 8px;
    align-items: flex-end;
    direction: rtl;
    padding: 8px;
    border: 0;
    opacity: 1;
    transform: none;
  }

  .landing-card-copy b {
    margin-top: 0;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    width: 100%;
  }

  .landing-card-copy > span:not(.landing-card-logo):not(.landing-card-cta) {
    font-size: 14px;
    line-height: 21px;
    text-align: right;
  }

  .landing-card-cta {
    display: none;
  }

  .landing-consult {
    height: 220px;
    margin-top: 64px;
  }

  .landing-consult > div {
    right: 16px;
    width: min(260px, calc(100% - 32px));
  }

  .landing-consult h2,
  .landing-split h2,
  .landing-section-head h2,
  .landing-faq h2 {
    font-size: 18px;
    line-height: 27px;
  }

  .landing-consult p {
    margin: 8px 0 14px;
    font-size: 12px;
    line-height: 18px;
  }

  .landing-consult a {
    min-width: 156px;
    height: 40px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .landing-consult a {
    min-width: 128px;
    height: 32px;
    margin-top: 4px;
    padding: 0 12px;
    font-size: 11px;
    line-height: 16px;
  }

  .landing-consult a img {
    width: 16px;
    height: 16px;
  }

  .landing-split,
  .landing-split-reverse {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 64px;
  }

  .landing-split > img,
  .landing-split-reverse > img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .landing-split-albums > img {
    width: 100%;
    object-fit: cover;
  }

  .landing-split-copy {
    padding: 24px 16px;
  }

  .landing-split-copy p {
    font-size: 13px;
    line-height: 22px;
  }

  .landing-articles {
    display: none;
  }

  .landing-section-head {
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
  }

  .landing-section-head a {
    font-size: 12px;
    line-height: 18px;
  }

  .landing-article-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .landing-article-card > img {
    height: 226px;
  }

  .landing-faq {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 64px auto;
  }

  .landing-faq-image {
    order: 2;
    width: 100%;
    height: min(537px, calc((100vw - 32px) * 1.36));
    background-size: contain;
    background-position: center top;
  }

  .landing-faq-list {
    order: 1;
  }

  .landing-faq summary {
    min-height: 58px;
    font-size: 14px;
    line-height: 21px;
  }

  .landing-faq p {
    margin-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .landing-footer {
    min-height: 289px;
    flex-direction: column;
    gap: 16px;
    padding: 40px 24px 24px;
  }

  .landing-footer-content {
    order: 1;
    width: 100%;
  }

  .landing-footer-top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
  }

  .landing-footer-top nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
    direction: rtl;
  }

  .landing-footer-top nav a {
    white-space: normal;
  }

  .landing-footer-bottom {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* Terms page - Figma 1575:10668 / 1578:11840 */
.terms-page {
  width: min(1144px, calc(100% - 32px));
  margin: 32px auto 80px;
  direction: rtl;
}

.terms-hero {
  position: relative;
  min-height: 364px;
  overflow: hidden;
  background: #f2faf9;
}

.terms-hero-bg {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 793px;
  height: 284px;
  max-width: none;
  object-fit: contain;
  transform: translateX(-50%);
  pointer-events: none;
}

.terms-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1010px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.terms-scales {
  display: block;
  width: 154px;
  height: 120px;
  object-fit: contain;
}

.terms-hero h1 {
  margin: 8px 0;
  color: #222;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
}

.terms-hero h1 span {
  color: #54bab3;
}

.terms-hero p {
  margin: 0;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.terms-intro-mobile {
  display: none;
}

.terms-list {
  margin-top: 32px;
}

.terms-item {
  border-bottom: 1px solid #eee;
}

.terms-item summary {
  display: flex;
  min-height: 91px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  color: #222;
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  cursor: pointer;
}

.terms-item summary::-webkit-details-marker {
  display: none;
}

.terms-item[open] summary {
  min-height: 27px;
}

.terms-toggle {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.terms-toggle::before,
.terms-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  background: #222;
  transform: translate(-50%, -50%);
}

.terms-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.terms-item[open] .terms-toggle::after {
  display: none;
}

.terms-content {
  padding-top: 8px;
  padding-bottom: 32px;
}

.terms-content p {
  margin: 0;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .terms-page {
    width: calc(100% - 64px);
    margin: 32px auto 64px;
  }

  .terms-hero {
    min-height: 364px;
  }

  .terms-hero-copy {
    width: min(760px, calc(100% - 64px));
    padding: 40px 0;
  }

  .terms-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .terms-page {
    width: calc(100% - 32px);
    margin: 32px 16px 56px;
  }

  .terms-hero {
    min-height: 412px;
  }

  .terms-hero-bg {
    top: 64px;
  }

  .terms-hero-copy {
    width: calc(100% - 32px);
    padding: 24px 0;
  }

  .terms-hero h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .terms-hero p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    text-align-last: center;
  }

  .terms-intro-desktop {
    display: none;
  }

  .terms-intro-mobile {
    display: block;
  }

  .terms-list {
    margin-top: 32px;
  }

  .terms-item summary {
    min-height: 88px;
    gap: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .terms-item[open] summary {
    min-height: 24px;
  }

  .terms-content {
    padding-top: 8px;
    padding-bottom: 32px;
  }

  .terms-content p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }
}

/* Terms page final responsive alignment. */
html body.terms-page-body .terms-page {
  max-width: 1144px;
}

html body.terms-page-body .terms-hero {
  background-color: #f2faf9;
}

html body.terms-page-body .terms-scales {
  mix-blend-mode: normal;
}

@media (max-width: 767px) {
  html body.terms-page-body .terms-page {
    width: calc(100% - 32px);
    margin: 16px 16px 40px;
  }

  html body.terms-page-body .terms-hero {
    min-height: 0;
  }

  html body.terms-page-body .terms-hero-copy {
    width: calc(100% - 32px);
    padding: 24px 0 28px;
  }

  html body.terms-page-body .terms-scales {
    width: 112px;
    height: 88px;
  }

  html body.terms-page-body .terms-hero h1 {
    margin: 4px 0 8px;
    font-size: 18px;
    line-height: 27px;
  }

  html body.terms-page-body .terms-hero p {
    font-size: 12px;
    line-height: 20px;
  }

  html body.terms-page-body .terms-list {
    margin-top: 20px;
  }

  html body.terms-page-body .terms-item summary {
    min-height: 64px;
    font-size: 14px;
    line-height: 21px;
  }

  html body.terms-page-body .terms-item[open] summary {
    min-height: 21px;
  }

  html body.terms-page-body .terms-content {
    padding: 8px 0 20px;
  }

  html body.terms-page-body .terms-content p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .landing-split,
  .landing-split-reverse {
    grid-template-columns: 1fr;
  }

  .landing-split > img,
  .landing-split-reverse > img {
    order: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .landing-split-copy {
    order: 2;
  }
}

@media (max-width: 480px) {
  .landing-hero {
    min-height: 856px;
  }

  .landing-brand-card-tall {
    min-height: 470px;
  }

  .landing-consult {
    height: 172px;
  }

  .landing-consult > div {
    width: min(190px, calc(100% - 32px));
  }

  .landing-consult h2 {
    font-size: 13px;
    line-height: 18px;
  }

  .landing-consult p {
    display: block;
    margin: 4px 0 0;
    font-size: 9px;
    line-height: 15px;
  }

  .landing-consult a {
    min-width: 98px;
    height: 23px;
    margin-top: 6px;
    padding: 0 8px;
    font-size: 8px;
    line-height: 12px;
    gap: 6px;
  }

  .landing-consult a img {
    width: 11px;
    height: 11px;
  }
}

html body:not(.landing-body) header.public-header.landing-header[data-public-header],
html body.landing-body header.landing-header[data-public-header] {
  box-sizing: border-box;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 40px;
  height: 72px;
  padding: 16px var(--landing-edge);
  direction: ltr;
}

html body:not(.landing-body) header.public-header.landing-header[data-public-header] {
  position: sticky;
  top: 0;
  z-index: 1000;
}

html body.landing-body header.landing-header[data-public-header] {
  position: sticky;
  top: 0;
  z-index: 1000;
}

html body .landing-footer,
html body:not(.landing-body) .public-footer.landing-footer {
  box-sizing: border-box;
  width: 100%;
  min-height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px var(--landing-edge);
  background: var(--landing-soft);
  direction: ltr;
}

html body .landing-footer-content,
html body:not(.landing-body) .public-footer .landing-footer-content {
  width: var(--landing-page);
  max-width: var(--landing-page);
  min-width: 0;
  height: auto;
  flex: 0 1 987px;
  direction: ltr;
}

@media (max-width: 991px) {
  html body:not(.landing-body) header.public-header.landing-header[data-public-header],
  html body.landing-body header.landing-header[data-public-header] {
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 24px;
    padding: 16px;
  }

  html body:not(.landing-body) header.public-header.landing-header[data-public-header] .landing-search,
  html body.landing-body header.landing-header[data-public-header] .landing-search {
    grid-column: 1;
    grid-row: 1;
    width: auto;
  }

  html body:not(.landing-body) header.public-header.landing-header[data-public-header] .landing-mobile-menu-button,
  html body.landing-body header.landing-header[data-public-header] .landing-mobile-menu-button {
    grid-column: 2;
    grid-row: 1;
  }

  html body .landing-footer,
  html body:not(.landing-body) .public-footer.landing-footer {
    min-height: 289px;
    padding: 40px 24px 24px;
  }

  html body .landing-footer-content,
  html body:not(.landing-body) .public-footer .landing-footer-content {
    width: 100%;
    max-width: none;
    flex-basis: auto;
  }
}

/* Shared public footer: the landing footer is canonical on every page. */
html body .landing-footer,
html body:not(.landing-body) .public-footer.landing-footer {
  display: flex;
  flex-direction: row;
  grid-template-columns: none;
  gap: 0;
  justify-content: center;
  align-items: center;
  min-height: 192px;
  padding: 32px 24px;
  background: var(--landing-soft);
}

html body .landing-footer-content,
html body:not(.landing-body) .public-footer .landing-footer-content {
  width: min(987px, calc(100% - 48px));
  max-width: 987px;
  height: auto;
  flex: 0 1 987px;
}

html body .landing-footer-top,
html body .landing-footer-bottom,
html body:not(.landing-body) .public-footer .landing-footer-top,
html body:not(.landing-body) .public-footer .landing-footer-bottom {
  flex-direction: row;
  justify-content: space-between;
}

html body .landing-footer-top nav,
html body:not(.landing-body) .public-footer .landing-footer-top nav {
  width: auto;
  max-width: none;
  display: flex;
  grid-template-columns: none;
  direction: ltr;
}

html body .landing-footer-top > img,
html body:not(.landing-body) .public-footer .landing-footer-top > img,
html body .landing-footer-bottom > a,
html body:not(.landing-body) .public-footer .landing-footer-bottom > a {
  margin-left: 0;
}

html body .landing-footer-top > .landing-footer-logo,
html body:not(.landing-body) .public-footer .landing-footer-top > .landing-footer-logo {
  width: 115px;
  height: 31px;
  filter: brightness(0);
}

html body .landing-social-instagram::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 2px solid #222;
  border-radius: 5px;
}

html body .landing-social-instagram .landing-social-dot {
  inset: 5px 5px auto auto;
  width: 2px;
  height: 2px;
}

html body .landing-social-instagram .landing-social-ring {
  position: absolute;
  inset: 6px;
  width: 12px;
  height: 12px;
}

@media (max-width: 767px) {
  html body .landing-footer,
  html body:not(.landing-body) .public-footer.landing-footer {
    flex-direction: column;
    min-height: 289px;
    padding: 40px 16px 88px;
  }

  html body .landing-footer-content,
  html body:not(.landing-body) .public-footer .landing-footer-content {
    width: 100%;
    max-width: none;
    flex-basis: auto;
  }

  html body .landing-footer-top,
  html body:not(.landing-body) .public-footer .landing-footer-top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  html body .landing-footer-top nav,
  html body:not(.landing-body) .public-footer .landing-footer-top nav {
    width: 100%;
    max-width: calc(100% - 72px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    direction: rtl;
  }

  html body .landing-footer-top > img,
  html body:not(.landing-body) .public-footer .landing-footer-top > img {
    width: 64px;
    height: auto;
  }

  html body .landing-footer-top > .landing-footer-logo,
  html body:not(.landing-body) .public-footer .landing-footer-top > .landing-footer-logo {
    width: 96px;
    height: 26px;
  }
}

/* Canonical public header overrides legacy page-specific header rules. */
html body:not(.landing-body) header.public-header.landing-header[data-public-header],
html body.landing-body header.landing-header[data-public-header] {
  position: sticky !important;
  top: 0 !important;
  right: auto !important;
  left: auto !important;
  z-index: 1000 !important;
}

html body:not(.landing-body) header.public-header.landing-header[data-public-header]:not(.is-scrolled) {
  background: var(--landing-ink) !important;
  color: #fff !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .08) !important;
  backdrop-filter: none !important;
}

html body.landing-body header.landing-header[data-public-header]:not(.is-scrolled) {
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

html body header.landing-header[data-public-header].is-scrolled {
  background: #fff !important;
  color: #222 !important;
  box-shadow: 0 1px 0 rgba(33, 33, 33, .12) !important;
}

html body header.landing-header[data-public-header].is-scrolled .landing-search {
  background: #eee !important;
}

html body header.landing-header[data-public-header].is-scrolled .landing-search input {
  color: #222 !important;
}

html body header.landing-header[data-public-header].is-scrolled .landing-search input::placeholder {
  color: #959595 !important;
}

html body:not(.landing-body) header.public-header.landing-header[data-public-header]:not(.is-scrolled) .landing-search {
  background: rgba(255, 255, 255, .16) !important;
}

html body:not(.landing-body) header.public-header.landing-header[data-public-header]:not(.is-scrolled) .landing-search input {
  color: #fff !important;
}

html body:not(.landing-body) header.public-header.landing-header[data-public-header]:not(.is-scrolled) .landing-search input::placeholder {
  color: rgba(255, 255, 255, .48) !important;
}

html body header.landing-header[data-public-header].is-scrolled .landing-search button img,
html body header.landing-header[data-public-header].is-scrolled .landing-mobile-menu-button img,
html body header.landing-header[data-public-header].is-scrolled .landing-nav-products-link img,
html body header.landing-header[data-public-header].is-scrolled .landing-logo img {
  filter: brightness(0) saturate(100%) !important;
}

html body header.landing-header[data-public-header]:not(.is-scrolled) .landing-search button img,
html body header.landing-header[data-public-header]:not(.is-scrolled) .landing-mobile-menu-button img,
html body header.landing-header[data-public-header]:not(.is-scrolled) .landing-nav-products-link img,
html body header.landing-header[data-public-header]:not(.is-scrolled) .landing-logo img {
  filter: brightness(0) invert(1) !important;
}

/* Legacy page rules must not change the shared header after scrolling. */
html body.about-page-body:not(.landing-body) header.public-header.landing-header[data-public-header].is-scrolled {
  background: #fff !important;
}

html body.albums-page-body:not(.landing-body) header.public-header.landing-header[data-public-header].is-scrolled .landing-nav a,
html body.about-page-body:not(.landing-body) header.public-header.landing-header[data-public-header].is-scrolled .landing-nav a {
  color: #222 !important;
}
