.ins-page {
  --ins-ink:#24272a;
  --ins-paper:#fffdf9;
  --ins-cream:#f3eee5;
  --ins-sand:#e2d3be;
  --ins-gold:#8b642d;
  --ins-gold-soft:#c9aa76;
  --ins-line:#ded2c1;
  --ins-muted:#625d56;
  --ins-serif:Georgia,"Times New Roman",serif;
  background: var(--ins-paper);
  color: #292825;
}
.ins-page * {
  box-sizing: border-box;
}
.ins-wrap {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}
.ins-narrow {
  width: min(100% - 40px, 980px);
  margin-inline: auto;
}
.ins-eyebrow {
  margin: 0 0 16px;
  color: var(--ins-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ins-eyebrow--light {
  color: #ead09e;
}
.ins-page h1,
.ins-page h2,
.ins-page h3 {
  font-family: var(--ins-serif);
  font-weight: 400;
}
.ins-page p {
  color: var(--ins-muted);
}
.ins-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #bca885;
  color: #4e3a20;
  font-size: 12px;
  font-weight: 800;
  background: transparent;
}
.ins-btn--gold {
  background: var(--ins-gold);
  border-color: var(--ins-gold);
  color: #fff;
}
.ins-btn--dark {
  background: var(--ins-ink);
  border-color: var(--ins-ink);
  color: #fff;
}
.ins-btn--light {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
}
.ins-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.ins-section {
  padding: 88px 0;
}
.ins-section--cream {
  background: var(--ins-cream);
}
.ins-section--dark {
  background: var(--ins-ink);
  color: #fff;
}
.ins-section--sand {
  background: #e6dac8;
}
.ins-section--tight {
  padding: 60px 0;
}
.ins-head {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
  margin-bottom: 44px;
}
.ins-head h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.035em;
}
.ins-head p {
  margin: 4px 0 0;
  max-width: 780px;
  font-size: 15.5px;
  line-height: 1.78;
}
.ins-section--dark .ins-head p {
  color: #d4d0c9;
}
.ins-copy {
  max-width: 940px;
}
.ins-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -.03em;
}
.ins-copy h3 {
  margin: 30px 0 12px;
  font-size: 25px;
  line-height: 1.1;
}
.ins-copy p,
.ins-copy li {
  font-size: 15.5px;
  line-height: 1.8;
}
.ins-copy p {
  margin: 0 0 18px;
}
.ins-copy ul {
  padding-left: 21px;
}
.ins-copy a {
  color: #795321;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ins-section--dark .ins-copy p,
.ins-section--dark .ins-copy li {
  color: #d6d2cb;
}
.ins-section--dark .ins-copy a {
  color: #ead09e;
}
.ins-hero {
  overflow: hidden;
}
.ins-hero__split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  min-height: 570px;
}
.ins-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px max(38px, 5vw) 72px max(36px, calc((100vw - 1320px)/2));
  background: var(--ins-cream);
}
.ins-hero--dark .ins-hero__copy {
  background: var(--ins-ink);
  color: #fff;
}
.ins-hero--white .ins-hero__copy {
  background: var(--ins-paper);
}
.ins-hero__copy h1 {
  max-width: 730px;
  margin: 0;
  font-size: clamp(54px, 6.4vw, 88px);
  line-height: .94;
  letter-spacing: -.045em;
}
.ins-hero__copy > p {
  max-width: 710px;
  margin: 25px 0 0;
  font-size: 17px;
  line-height: 1.72;
}
.ins-hero--dark .ins-hero__copy > p {
  color: #d7d3cd;
}
.ins-hero__media {
  position: relative;
  min-height: 570px;
  background: #ddd;
  overflow: hidden;
}
.ins-hero__media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins-hero__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      0deg,
      rgba(20, 20, 18, .17),
      transparent 44%);
}
.fabric-hero .ins-hero__media {
  background: #ece3d5;
}
.fabric-hero .ins-hero__media img {
  object-fit: cover;
}
.fabric-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ins-line);
  border-right: 0;
  background: var(--ins-paper);
}
.fabric-fact {
  padding: 26px 25px;
  border-right: 1px solid var(--ins-line);
}
.fabric-fact b {
  display: block;
  margin-bottom: 7px;
  font: 400 31px/1 var(--ins-serif);
  color: #37322d;
}
.fabric-fact span {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--ins-muted);
}
.swatch-layout {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 70px;
  align-items: center;
}
.swatch-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.035em;
}
.swatch-copy p {
  margin: 0 0 17px;
  font-size: 15.5px;
  line-height: 1.78;
}
.swatch-stage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 22px;
  background: #eee5d8;
  position: relative;
}
.swatch-card {
  position: relative;
  min-height: 250px;
  background: rgba(255, 253, 249, .58);
  border: 1px solid rgba(154, 109, 43, .2);
  overflow: hidden;
}
.swatch-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}
.swatch-card span {
  position: absolute;
  left: 12px;
  bottom: 10px;
  padding: 6px 8px;
  background: #24272a;
  color: #fff;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.swatch-card:hover {
  border-color: #795321;
}
.fabric-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--ins-line);
  border: 1px solid var(--ins-line);
}
.fabric-type {
  min-height: 238px;
  padding: 30px;
  background: #fffdf9;
}
.fabric-type:nth-child(2),
.fabric-type:nth-child(5) {
  background: #f1eadf;
}
.fabric-type:nth-child(3) {
  background: #2c2f32;
  color: #fff;
}
.fabric-type:nth-child(6) {
  background: #8b642d;
  color: #fff;
}
.fabric-type span {
  display: block;
  margin-bottom: 16px;
  color: var(--ins-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fabric-type:nth-child(3) span,
.fabric-type:nth-child(6) span {
  color: #fff;
}
.fabric-type h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.06;
}
.fabric-type p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
}
.fabric-type:nth-child(3) p,
.fabric-type:nth-child(6) p {
  color: #fff;
}
.fabric-type a {
  display: inline-block;
  margin-top: 18px;
  color: #76501f;
  font-size: 12px;
  font-weight: 800;
}
.fabric-type:nth-child(3) a,
.fabric-type:nth-child(6) a {
  color: #fff;
}
.color-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.color-list a {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  background: #fffdf9;
  border: 1px solid var(--ins-line);
  font: 400 19px/1.2 var(--ins-serif);
  color: #39342f;
}
.color-list a:after {
  content: "→";
  font-family: Arial, sans-serif;
  color: #795321;
}
.collection-split {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: stretch;
  background: var(--ins-ink);
  color: #fff;
}
.collection-image {
  position: relative;
  min-height: 590px;
  background: #ede5d9;
  overflow: hidden;
}
.collection-image img:first-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-float {
  position: absolute;
  right: 3%;
  bottom: 4%;
  width: min(42%, 310px);
  height: auto;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, .23));
}
.collection-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 7vw;
}
.collection-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(44px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.035em;
}
.collection-copy p {
  margin: 0 0 17px;
  color: #d8d4ce;
  font-size: 15px;
  line-height: 1.78;
}
.collection-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 22px;
  background: #55514c;
}
.collection-point {
  background: #303336;
  padding: 19px;
}
.collection-point strong {
  display: block;
  font: 400 24px/1.1 var(--ins-serif);
}
.collection-point span {
  display: block;
  margin-top: 6px;
  color: #cfcac2;
  font-size: 12px;
  line-height: 1.5;
}
.gallery-hero {
  background: var(--ins-ink);
  color: #fff;
  padding: 54px 0 64px;
}
.gallery-hero__grid {
  display: grid;
  grid-template-columns: minmax(330px, .68fr) minmax(0, 1.32fr);
  gap: 48px;
  align-items: end;
}
.gallery-hero h1 {
  margin: 0;
  font-size: clamp(56px, 7vw, 94px);
  line-height: .9;
  letter-spacing: -.05em;
}
.gallery-hero p {
  margin: 24px 0 0;
  max-width: 620px;
  color: #d5d1ca;
  font-size: 16px;
  line-height: 1.75;
}
.gallery-collage {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: 260px 220px;
  gap: 10px;
}
.gallery-collage figure {
  margin: 0;
  overflow: hidden;
}
.gallery-collage figure:first-child {
  grid-row: 1/3;
}
.gallery-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
}
.gallery-filter button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #cdbfae;
  background: #fffdf9;
  color: #413b35;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.gallery-filter button[aria-pressed=true] {
  background: var(--ins-ink);
  border-color: var(--ins-ink);
  color: #fff;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.project-card {
  grid-column: span 4;
  position: relative;
  overflow: hidden;
  background: #ddd;
  min-height: 360px;
}
.project-card--wide {
  grid-column: span 8;
}
.project-card--tall {
  min-height: 525px;
}
.project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.project-card:hover img {
  transform: scale(1.015);
}
.project-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      0deg,
      rgba(18, 20, 21, .76),
      rgba(18, 20, 21, 0) 52%);
}
.project-card__text {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  color: #fff;
}
.project-card__text span {
  display: block;
  margin-bottom: 8px;
  color: #ecd2a2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.project-card__text h2,
.project-card__text h3 {
  margin: 0;
  font-size: 29px;
  line-height: 1.04;
}
.project-card[hidden] {
  display: none !important;
}
.gallery-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.gallery-proof h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.035em;
}
.gallery-proof p {
  margin: 0 0 17px;
  font-size: 15.5px;
  line-height: 1.78;
}
.advice-hero .ins-hero__copy {
  background: #8b642d;
  color: #fff;
}
.advice-hero .ins-hero__copy > p {
  color: #fff;
}
.advice-price {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: end;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .34);
}
.advice-price strong {
  font: 400 64px/.9 var(--ins-serif);
}
.advice-price span {
  max-width: 260px;
  color: #fff;
  font-size: 12.5px;
  line-height: 1.55;
}
.advice-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--ins-line);
  border-right: 0;
}
.advice-step {
  padding: 28px 25px;
  border-right: 1px solid var(--ins-line);
  min-height: 230px;
}
.advice-step b {
  display: block;
  margin-bottom: 20px;
  font: 400 38px/1 var(--ins-serif);
  color: #795321;
}
.advice-step h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.06;
}
.advice-step p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
}
.advice-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 70px;
  align-items: center;
}
.advice-detail__photo {
  min-height: 560px;
  position: relative;
  overflow: hidden;
}
.advice-detail__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advice-detail__copy h2 {
  margin: 0 0 20px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: .98;
  letter-spacing: -.035em;
}
.advice-detail__copy p {
  margin: 0 0 17px;
  font-size: 15.5px;
  line-height: 1.78;
}
.advice-list {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ins-line);
}
.advice-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--ins-line);
  font-size: 14px;
  line-height: 1.6;
  color: #575149;
}
.advice-list b {
  color: #795321;
}
.advice-honest {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  align-items: start;
}
.advice-honest h2 {
  margin: 0;
  font-size: clamp(40px, 4.5vw, 60px);
  line-height: 1;
}
.advice-honest p {
  margin: 0 0 16px;
  color: #d6d2cc;
  font-size: 15.5px;
  line-height: 1.8;
}
.measure-hero .ins-hero__copy {
  background: #fffdf9;
}
.measure-badge {
  display: inline-flex;
  width: max-content;
  margin-top: 28px;
  padding: 13px 16px;
  background: #f1eadf;
  border-left: 3px solid var(--ins-gold);
  font-size: 12.5px;
  font-weight: 700;
  color: #4d4841;
}
.measure-checks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--ins-line);
  border: 1px solid var(--ins-line);
}
.measure-check {
  background: #fffdf9;
  padding: 23px;
}
.measure-check b {
  display: block;
  margin-bottom: 10px;
  color: #795321;
  font-size: 10px;
  letter-spacing: .1em;
}
.measure-check strong {
  display: block;
  font: 400 22px/1.1 var(--ins-serif);
}
.measure-check p {
  margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
}
.measure-modes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.measure-card {
  background: #fffdf9;
  border: 1px solid var(--ins-line);
  overflow: hidden;
}
.measure-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  padding: 28px;
  background: #eee5d8;
}
.measure-diagram img {
  max-width: 100%;
  max-height: 225px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.measure-card__copy {
  padding: 28px;
}
.measure-card__copy span {
  display: block;
  margin-bottom: 10px;
  color: #795321;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.measure-card__copy h2,
.measure-card__copy h3 {
  margin: 0 0 12px;
  font-size: 29px;
  line-height: 1.05;
}
.measure-card__copy p,
.measure-card__copy li {
  font-size: 13.5px;
  line-height: 1.68;
}
.measure-card__copy ul {
  padding-left: 18px;
}
.measure-formula {
  margin-top: 18px;
  padding: 16px 17px;
  background: #282b2e;
  color: #fff;
}
.measure-formula strong {
  display: block;
  font: 400 22px/1.05 var(--ins-serif);
}
.measure-formula small {
  display: block;
  margin-top: 6px;
  color: #d6d2cc;
  line-height: 1.5;
}
.measure-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: center;
}
.measure-detail-grid img {
  width: 100%;
  height: auto;
  display: block;
  background: #eee5d8;
  padding: 24px;
}
.measure-detail-grid h2 {
  margin: 0 0 18px;
  font-size: clamp(40px, 5vw, 62px);
  line-height: .98;
  letter-spacing: -.03em;
}
.measure-detail-grid p {
  font-size: 15px;
  line-height: 1.78;
}
.measure-warning {
  padding: 38px;
  background: #8b642d;
  color: #fff;
}
.measure-warning h2 {
  margin: 0 0 13px;
  font-size: 36px;
  line-height: 1;
}
.measure-warning p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.72;
}
.mount-hero .ins-hero__copy {
  background: #24272a;
  color: #fff;
}
.mount-hero .ins-hero__copy > p {
  color: #d7d3cd;
}
.mount-basics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.mount-basic {
  padding: 34px;
  background: #fffdf9;
  border: 1px solid var(--ins-line);
}
.mount-basic:nth-child(2) {
  background: #f2ebdf;
}
.mount-basic:nth-child(3) {
  background: #8b642d;
  color: #fff;
  border-color: #8b642d;
}
.mount-basic b {
  display: block;
  margin-bottom: 16px;
  color: #795321;
  font-size: 10px;
  letter-spacing: .12em;
}
.mount-basic:nth-child(3) b {
  color: #fff;
}
.mount-basic h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.05;
}
.mount-basic p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
}
.mount-basic:nth-child(3) p {
  color: #fff;
}
.mount-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.mount-panel {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  min-height: 420px;
  background: #fffdf9;
  border: 1px solid var(--ins-line);
}
.mount-panel__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee5d8;
  padding: 28px;
}
.mount-panel__image img {
  max-width: 100%;
  max-height: 310px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.mount-panel__copy {
  padding: 34px;
}
.mount-panel__copy h2,
.mount-panel__copy h3 {
  margin: 0 0 13px;
  font-size: 32px;
  line-height: 1.04;
}
.mount-panel__copy p,
.mount-panel__copy li {
  font-size: 13.5px;
  line-height: 1.68;
}
.mount-panel__copy ul {
  padding-left: 18px;
}
.mount-click {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.mount-click__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.mount-click__images figure {
  margin: 0;
  background: #eee5d8;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 18px;
}
.mount-click__images img {
  max-width: 100%;
  max-height: 230px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.mount-click h2 {
  margin: 0 0 18px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: .98;
}
.mount-click p {
  font-size: 15px;
  line-height: 1.78;
}
.mount-tip {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid #d8d1c8;
}
.mount-tip b {
  font: 400 40px/1 var(--ins-serif);
  color: #d6b67d;
}
.mount-tip strong {
  display: block;
  font: 400 23px/1.1 var(--ins-serif);
  margin-bottom: 6px;
}
.mount-tip p {
  margin: 0;
  color: #d5d1ca;
  font-size: 13.5px;
  line-height: 1.65;
}
.review-hero {
  background: var(--ins-cream);
  padding: 66px 0;
}
.review-hero__grid {
  display: grid;
  grid-template-columns: minmax(330px, .7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: center;
}
.review-hero h1 {
  margin: 0;
  font-size: clamp(54px, 6.7vw, 90px);
  line-height: .93;
  letter-spacing: -.045em;
}
.review-hero p {
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
.review-score {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-left: 1px solid #cdbfae;
}
.review-score strong {
  font: 400 clamp(86px, 10vw, 140px)/.82 var(--ins-serif);
  letter-spacing: -.06em;
}
.review-score__meta b {
  display: block;
  margin-bottom: 8px;
  font: 400 28px/1.05 var(--ins-serif);
}
.review-score__meta span {
  display: block;
  color: #675f56;
  font-size: 13px;
  line-height: 1.55;
}
.review-stars {
  margin-bottom: 10px;
  color: #795321;
  letter-spacing: .13em;
  font-size: 20px;
}
.review-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #4a4c4f;
}
.review-kpi {
  padding: 30px;
  background: #2b2e31;
  color: #fff;
}
.review-kpi strong {
  display: block;
  font: 400 44px/1 var(--ins-serif);
  color: #edcf99;
}
.review-kpi span {
  display: block;
  margin-top: 8px;
  color: #d4d0ca;
  font-size: 12.5px;
  line-height: 1.55;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-card {
  min-height: 280px;
  padding: 29px;
  border: 1px solid var(--ins-line);
  background: #fffdf9;
  display: flex;
  flex-direction: column;
}
.review-card:nth-child(2),
.review-card:nth-child(5) {
  background: #f2ebdf;
}
.review-card:nth-child(3) {
  background: #2d3033;
  color: #fff;
  border-color: #2d3033;
}
.review-card__score {
  color: #795321;
  font: 400 30px/1 var(--ins-serif);
}
.review-card:nth-child(3) .review-card__score {
  color: #e7c990;
}
.review-card p {
  font-size: 14px;
  line-height: 1.72;
}
.review-card:nth-child(3) p {
  color: #ddd8d1;
}
.review-card footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--ins-line);
  font-size: 11px;
  color: #625d56;
}
.review-card:nth-child(3) footer {
  border-color: #515458;
  color: #c9c5be;
}
.review-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 27px 0;
  border-top: 1px solid var(--ins-line);
  border-bottom: 1px solid var(--ins-line);
}
.review-source p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
}
.review-source a {
  font-size: 12px;
  font-weight: 800;
  color: #73501f;
  white-space: nowrap;
}
.ins-cta {
  padding: 58px 0;
  background: #8b642d;
  color: #fff;
}
.ins-cta__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.ins-cta h2 {
  margin: 0 0 10px;
  font-size: clamp(38px, 4.6vw, 56px);
  line-height: .98;
}
.ins-cta p {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: 14px;
  line-height: 1.68;
}
@media (max-width: 1080px) {
  .ins-hero__split {
    grid-template-columns: 1fr;
  }
  .ins-hero__media {
    min-height: 390px;
    order: -1;
  }
  .ins-hero__copy {
    padding: 58px 30px 60px;
  }
  .fabric-facts {
    grid-template-columns: 1fr 1fr;
  }
  .swatch-layout,
  .collection-split,
  .gallery-hero__grid,
  .advice-detail,
  .advice-honest,
  .measure-detail-grid,
  .mount-click,
  .review-hero__grid {
    grid-template-columns: 1fr;
  }
  .fabric-types {
    grid-template-columns: 1fr 1fr;
  }
  .color-list {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-collage {
    grid-template-rows: 240px 200px;
  }
  .project-card,
  .project-card--wide {
    grid-column: span 6;
  }
  .advice-flow,
  .measure-checks {
    grid-template-columns: 1fr 1fr;
  }
  .measure-modes {
    grid-template-columns: 1fr;
  }
  .mount-grid {
    grid-template-columns: 1fr;
  }
  .review-grid {
    grid-template-columns: 1fr 1fr;
  }
  .review-score {
    border-left: 0;
    border-top: 1px solid #cdbfae;
    padding-left: 0;
  }
  .ins-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .collection-image {
    min-height: 490px;
  }
}
@media (max-width: 680px) {
  .ins-wrap,
  .ins-narrow {
    width: min(100% - 30px, 1320px);
  }
  .ins-section {
    padding: 58px 0;
  }
  .ins-section--tight {
    padding: 46px 0;
  }
  .ins-hero__media {
    min-height: 260px;
  }
  .ins-hero__copy {
    padding: 42px 20px 46px;
  }
  .ins-hero__copy h1 {
    font-size: 49px;
  }
  .ins-hero__copy > p {
    font-size: 15px;
  }
  .fabric-facts,
  .fabric-types,
  .color-list,
  .advice-flow,
  .measure-checks,
  .review-kpis,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .fabric-fact {
    border-bottom: 1px solid var(--ins-line);
  }
  .swatch-stage {
    grid-template-columns: 1fr 1fr;
    padding: 12px;
  }
  .swatch-card {
    min-height: 180px;
  }
  .collection-image {
    min-height: 380px;
  }
  .collection-copy {
    padding: 42px 22px;
  }
  .collection-points {
    grid-template-columns: 1fr;
  }
  .gallery-hero {
    padding: 42px 0 46px;
  }
  .gallery-hero h1 {
    font-size: 54px;
  }
  .gallery-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 150px;
  }
  .project-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .project-card,
  .project-card--wide {
    grid-column: auto;
    min-height: 340px;
  }
  .project-card--tall {
    min-height: 420px;
  }
  .gallery-proof {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .advice-price strong {
    font-size: 54px;
  }
  .advice-detail__photo {
    min-height: 340px;
  }
  .measure-card__copy {
    padding: 22px;
  }
  .mount-basics {
    grid-template-columns: 1fr;
  }
  .mount-panel {
    grid-template-columns: 1fr;
  }
  .mount-panel__image {
    min-height: 250px;
  }
  .mount-click__images {
    grid-template-columns: 1fr;
  }
  .review-score {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .review-score strong {
    font-size: 100px;
  }
  .review-hero {
    padding: 46px 0;
  }
  .review-source {
    align-items: flex-start;
    flex-direction: column;
  }
  .ins-cta__grid {
    grid-template-columns: 1fr;
  }
  .ins-head h2 {
    font-size: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .project-card img {
    transition: none;
  }
}
@media print {
  .topbar,
  .site-header,
  .usp-band,
  .footer,
  .ins-cta,
  .gallery-filter {
    display: none !important;
  }
  .ins-section {
    padding: 24px 0;
  }
  .ins-hero__split {
    display: block;
    min-height: 0;
  }
  .ins-hero__media {
    display: none;
  }
  .ins-hero__copy {
    padding: 0;
    background: white !important;
    color: black !important;
  }
}
.collection-image--photos img:first-child {
  object-position: center;
}
.collection-image--photos .collection-float {
  width: min(48%, 350px);
  right: 4%;
  bottom: 4%;
  border: 6px solid #fffdf9;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
  filter: none;
}
.balein-visual {
  background: #eee5d8;
  padding: 34px 28px 25px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.balein-window {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 590px;
  width: 100%;
  margin: auto;
  padding: 16px;
  background: #d4c6b3;
  box-shadow: inset 0 0 0 1px #c4b39b;
}
.balein-shade {
  position: relative;
  min-height: 300px;
  background:
    linear-gradient(
      90deg,
      #f8f4ed,
      #ebe1d4 52%,
      #f7f2ea);
  border: 1px solid #b7a78f;
  overflow: hidden;
}
.balein-rail {
  display: block;
  height: 17px;
  background: #373a3d;
  border-bottom: 2px solid #8b642d;
}
.balein-lines {
  position: absolute;
  inset: 28px 0 25px;
  display: grid;
  grid-template-rows: repeat(7, 1fr);
}
.balein-lines i {
  display: block;
  border-bottom: 2px solid #8b642d;
  opacity: .82;
}
.balein-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background: #373a3d;
}
.balein-caption {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
  color: #4b443b;
  font-size: 12px;
}
.balein-caption span {
  height: 1px;
  background: #8b642d;
}
.balein-caption strong {
  font-weight: 700;
}
.gallery-hero--video {
  padding: 0;
  background: #24272a;
}
.gallery-video-grid {
  display: grid;
  grid-template-columns: minmax(360px, .74fr) minmax(0, 1.26fr);
  min-height: 620px;
}
.gallery-video-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 58px 72px 0;
  color: #fff;
}
.gallery-video-copy h1 {
  font-size: clamp(54px, 6.5vw, 88px);
  line-height: .92;
  margin: 0;
  letter-spacing: -.045em;
}
.gallery-video-copy > p:not(.ins-eyebrow) {
  color: #e2ded7;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.75;
}
.gallery-video-frame {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #17191b;
}
.gallery-video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-video-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(36, 39, 42, .2),
      transparent 25%),
    linear-gradient(
      0deg,
      rgba(20, 22, 23, .18),
      transparent 42%);
  pointer-events: none;
}
.gallery-video-toggle {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(25, 27, 29, .78);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.gallery-video-toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.project-grid--photos {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.gallery-photo-card {
  grid-column: span 4;
  background: #fffdf9;
  border: 1px solid var(--ins-line);
  min-width: 0;
}
.gallery-photo-card--wide {
  grid-column: span 8;
}
.gallery-photo-card figure {
  margin: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e7ded1;
}
.gallery-photo-card--wide figure {
  aspect-ratio: 16/9;
}
.gallery-photo-card--tall figure {
  aspect-ratio: 4/5;
}
.gallery-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-photo-card:hover img {
  transform: scale(1.012);
}
.gallery-photo-card__copy {
  padding: 18px 19px 21px;
}
.gallery-photo-card__copy span {
  display: block;
  margin-bottom: 8px;
  color: #795321;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gallery-photo-card__copy h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.08;
  color: #2d2b28;
}
.gallery-photo-card[hidden] {
  display: none !important;
}
@media (max-width: 1080px) {
  .gallery-video-grid {
    grid-template-columns: 1fr;
  }
  .gallery-video-copy {
    padding: 54px 30px 58px;
  }
  .gallery-video-frame {
    min-height: 480px;
  }
  .gallery-photo-card,
  .gallery-photo-card--wide {
    grid-column: span 6;
  }
}
@media (max-width: 680px) {
  .gallery-video-copy {
    padding: 42px 5px 44px;
  }
  .gallery-video-copy h1 {
    font-size: 50px;
  }
  .gallery-video-frame {
    min-height: 360px;
  }
  .project-grid--photos {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .gallery-photo-card,
  .gallery-photo-card--wide {
    grid-column: auto;
  }
  .gallery-photo-card figure,
  .gallery-photo-card--wide figure,
  .gallery-photo-card--tall figure {
    aspect-ratio: 4/3;
  }
  .gallery-photo-card__copy h3 {
    font-size: 22px;
  }
  .balein-visual {
    padding: 24px 15px 20px;
    min-height: 330px;
  }
  .balein-window {
    gap: 4px;
    padding: 10px;
  }
  .balein-shade {
    min-height: 245px;
  }
  .balein-caption {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .balein-caption span {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-photo-card img {
    transition: none !important;
  }
}
.ins-page p.ins-eyebrow--light {
  color: #ead09e;
}
.ins-page .svc-card--dark p {
  color: #e2ded7;
}
.ins-page .svc-card--gold p {
  color: #fff;
}
.ins-page .svc-card--dark a,
.ins-page .svc-card--gold a {
  color: #fff;
}
.ins-page a.ins-btn--gold,
.ins-copy a.ins-btn--gold {
  color: #fff;
  text-decoration: none;
}
.ins-section--dark .svc-link {
  color: #292825;
}
.ins-section--dark .svc-link h3 {
  color: #292825;
}
.ins-section--dark .svc-link p {
  color: #625d56;
}
.ins-section--dark .svc-link span {
  color: #795321;
}
.ins-section--dark .svc-link a {
  color: #73501f;
}
.fabric-type span {
  color: #795321;
}
.fabric-type:nth-child(3) span,
.fabric-type:nth-child(6) span {
  color: #fff;
}
.advice-hero p.ins-eyebrow--light {
  color: #fff;
}
.gallery-video-grid {
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  min-height: 570px;
}
.gallery-video-copy {
  padding: 64px 54px 64px 0;
  min-width: 0;
}
.gallery-video-copy h1 {
  font-size: clamp(44px, 4.8vw, 68px);
  line-height: .98;
  max-width: 11.5em;
  text-wrap: balance;
}
.gallery-video-copy > p:not(.ins-eyebrow) {
  max-width: 540px;
  font-size: 16px;
  line-height: 1.68;
}
.gallery-video-frame {
  min-height: 570px;
}
.gallery-photo-card img {
  transition: none;
}
.gallery-photo-card:hover img {
  transform: none;
}
@media (max-width: 1080px) {
  .gallery-video-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .gallery-video-copy {
    padding: 46px 30px 48px;
  }
  .gallery-video-copy h1 {
    max-width: 14em;
    font-size: clamp(46px, 7vw, 66px);
  }
  .gallery-video-frame {
    min-height: 440px;
  }
}
@media (max-width: 680px) {
  .gallery-video-copy {
    padding: 36px 5px 38px;
  }
  .gallery-video-copy h1 {
    font-size: 42px;
    line-height: 1.02;
    max-width: none;
  }
  .gallery-video-copy > p:not(.ins-eyebrow) {
    font-size: 15px;
    line-height: 1.62;
  }
  .gallery-video-frame {
    min-height: 330px;
  }
}
.balein-schema-img {
  width: 100%;
  height: auto;
  display: block;
  background: #eee5d8;
  padding: 18px;
  border: 1px solid #d8cdbd;
}
#doorlopende-baleinen .measure-detail-grid {
  grid-template-columns: minmax(520px, 1.15fr) minmax(0, .85fr);
  gap: 58px;
}
#doorlopende-baleinen ul {
  padding-left: 20px;
  margin: 16px 0 18px;
}
#doorlopende-baleinen li {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.65;
}
@media (max-width: 1080px) {
  #doorlopende-baleinen .measure-detail-grid {
    grid-template-columns: 1fr;
  }
  .balein-schema-img {
    padding: 10px;
  }
}
.gallery-photo-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.gallery-photo-card__link:focus-visible {
  outline: 3px solid #bea885;
  outline-offset: 3px;
}
.gallery-photo-card--new {
  border-color: #c9b894;
  box-shadow: 0 8px 24px rgba(36, 39, 42, .06);
}
.gallery-photo-card--new .gallery-photo-card__copy span {
  color: #6c4a1e;
}
.gallery-photo-card--new .gallery-photo-card__copy h3 {
  font-size: 23px;
}
@media (max-width: 900px) {
  .review-source {
    align-items: flex-start;
    flex-direction: column;
  }
  .review-source a {
    white-space: normal;
  }
}
.project-grid--photos {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.gallery-photo-card,
.gallery-photo-card--wide,
.gallery-photo-card--tall {
  grid-column: auto !important;
}
.gallery-photo-card figure,
.gallery-photo-card--wide figure,
.gallery-photo-card--tall figure {
  aspect-ratio: 4/3 !important;
  min-height: 0 !important;
}
.gallery-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1280px) {
  .project-grid--photos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .project-grid--photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .project-grid--photos {
    grid-template-columns: 1fr;
  }
}
.fabric-product-linkgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}
.fabric-product-linkgrid a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  border: 1px solid #ddd3c6;
  background: #fff;
  color: #24272a;
  text-decoration: none;
}
.fabric-product-linkgrid a:hover {
  border-color: #bea885;
  box-shadow: 0 8px 22px rgba(36, 39, 42, .06);
}
.fabric-product-linkgrid a:focus-visible {
  outline: 3px solid #80602e;
  outline-offset: 3px;
}
.fabric-product-linkgrid span {
  font-weight: 800;
  line-height: 1.3;
}
.fabric-product-linkgrid small {
  margin-top: 4px;
  color: #6a625a;
  font-size: 11px;
}
@media (max-width: 980px) {
  .fabric-product-linkgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .fabric-product-linkgrid {
    grid-template-columns: 1fr;
  }
}
.measure-erker-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 34px;
}
.measure-erker-gallery figure {
  margin: 0;
  background: #fffdf9;
  border: 1px solid var(--ins-line);
  overflow: hidden;
}
.measure-erker-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.measure-erker-gallery figcaption {
  padding: 11px 14px;
  color: #4d4841;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .measure-erker-gallery {
    grid-template-columns: 1fr;
  }
}
.mount-remove {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  align-items: center;
}
.mount-remove__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mount-remove__images figure {
  margin: 0;
  background: #eee5d8;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
}
.mount-remove__images img {
  width: 100%;
  height: auto;
  max-height: 390px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.mount-remove__copy h2 {
  margin: 0 0 18px;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1;
}
.mount-remove__copy > p,
.mount-remove__copy li {
  font-size: 15px;
  line-height: 1.72;
}
.mount-remove__copy ol {
  margin: 22px 0;
  padding-left: 22px;
}
.mount-remove__copy li {
  padding-left: 5px;
  margin: 0 0 9px;
}
.mount-remove__note {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--ins-line);
}
@media (max-width: 1080px) {
  .mount-remove {
    grid-template-columns: 1fr;
  }
  .mount-remove__images {
    max-width: 820px;
  }
  .mount-remove__copy {
    max-width: 760px;
  }
}
@media (max-width: 680px) {
  .mount-remove__images {
    grid-template-columns: 1fr;
  }
  .mount-remove__images figure {
    min-height: 260px;
  }
  .mount-remove__copy h2 {
    font-size: 40px;
  }
}
.measure-prep .svc-cards,
.mount-tools .svc-cards,
.advice-seo .svc-cards {
  margin-top: 8px;
}
.measure-order-size {
  margin-top: 18px;
  padding: 24px 26px;
  background: #fffdf9;
  border-left: 4px solid #8b642d;
}
.measure-order-size h3 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.15;
}
.measure-order-size p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #575149;
}
.mount-tools {
  border-bottom: 1px solid var(--ins-line);
}
.advice-area-heading {
  margin: 18px 0 8px;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}
.ins-cta .advice-area-heading + p {
  margin-top: 0;
}
@media (max-width: 680px) {
  .measure-order-size {
    padding: 20px;
  }
  .advice-area-heading {
    font-size: 21px;
  }
}
.advice-gordijn-block {
  margin: 18px 0 26px;
  max-width: 930px;
}
.advice-gordijn-block h3 {
  font-size: 27px;
}
.advice-gordijn-block a {
  color: #6f4d22;
}
.gallery-query-section {
  background: #f5f0e8;
}
.gallery-query-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.gallery-query-grid a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 18px 18px 19px;
  background: #fff;
  border: 1px solid var(--ins-line);
  color: #2d2b28;
  text-decoration: none;
  min-height: 112px;
}
.gallery-query-grid a:hover {
  border-color: #b99d74;
}
.gallery-query-grid strong {
  font-size: 16px;
  line-height: 1.2;
}
.gallery-query-grid span {
  font-size: 12px;
  line-height: 1.5;
  color: #6f675e;
}
.gallery-photo-card__context {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: #6b655e;
}
.gallery-photo-card__more {
  margin-top: 11px !important;
  color: #6c4a1e !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-size: 12px !important;
}
.gallery-photo-card__link:hover .gallery-photo-card__more {
  text-decoration: underline;
}
@media (max-width: 1080px) {
  .gallery-query-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .gallery-query-grid {
    grid-template-columns: 1fr;
  }
}
