.finish-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.finish-card--linked {
  position: relative;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.finish-card--linked::after {
  content: "↗";
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #292929;
  background: #c1ff72;
  font-size: 0.75rem;
  pointer-events: none;
}

.finish-card--linked:hover {
  z-index: 1;
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(41, 41, 41, 0.14);
}

.finish-card--linked h3 {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
}

.finish-card--linked h3 small {
  color: #4e4e4e;
  font-family: "DM Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.finish-grid .finish-card-link > span {
  color: #777;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.woodgrain-page {
  background: #fff;
  overflow-x: clip;
}

.woodgrain-page .site-header .nav > a:not(.nav-cta) {
  color: #292929;
}

.woodgrain-hero {
  position: relative;
  min-height: min(880px, 100svh);
  padding: clamp(150px, 15vh, 210px) 7vw clamp(80px, 9vh, 120px);
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #fff 45%, #f2efe9 100%);
}

.woodgrain-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 670px;
}

.woodgrain-hero .back-link {
  display: inline-block;
  margin-bottom: 32px;
}

.woodgrain-hero h1 {
  margin: 26px 0 28px;
  color: #292929;
  font-family: "Manrope", sans-serif;
  font-size: clamp(4.6rem, 7.3vw, 8.5rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.woodgrain-hero h1 em,
.woodgrain-cta h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.woodgrain-hero__copy > p:last-of-type {
  max-width: 560px;
  margin: 0;
  color: #4e4e4e;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.7;
}

.woodgrain-jump {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  margin-top: 34px;
  padding: 17px 20px;
  color: #fff;
  background: #292929;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
}

.woodgrain-hero__image {
  position: absolute;
  inset: 82px 0 0 47%;
  overflow: hidden;
}

.woodgrain-hero__image::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 24%;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
  pointer-events: none;
}

.woodgrain-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 42% center;
}

.woodgrain-hero__label {
  position: absolute;
  right: 4vw;
  bottom: 4vw;
  z-index: 2;
  min-width: 240px;
  padding: 20px 24px;
  background: #c1ff72;
}

.woodgrain-hero__label span,
.woodgrain-hero__label strong {
  display: block;
}

.woodgrain-hero__label span {
  margin-bottom: 8px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.woodgrain-hero__label strong {
  font-size: 1.05rem;
  font-weight: 500;
}

.catalogue-intro {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.55fr);
  gap: 8vw;
  align-items: end;
  padding-top: clamp(160px, 18vh, 230px);
  padding-bottom: 70px;
  background: linear-gradient(135deg, #fff 0%, #fff 62%, #f1eee8 100%);
}

.catalogue-intro .back-link {
  display: inline-block;
  margin-bottom: 36px;
}

.catalogue-intro h1,
.woodgrain-guide h2,
.woodgrain-cta h2 {
  margin: 20px 0 0;
  font-size: clamp(3.2rem, 5.7vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.catalogue-intro h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.catalogue-intro > p,
.catalogue-intro__note > p:first-child {
  margin: 0;
  color: #4e4e4e;
  line-height: 1.75;
}

.catalogue-disclaimer {
  margin: 16px 0 0;
  color: #707070;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woodgrain-catalogue {
  padding-top: 0;
  background: #d1d1d1;
}

.woodgrain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  background: rgba(78, 78, 78, 0.2);
}

.woodgrain-card {
  min-width: 0;
  background: #fff;
}

.woodgrain-card__image,
.woodgrain-card__placeholder,
.woodgrain-card__swatch {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #ececec;
}

.woodgrain-card__placeholder {
  display: grid;
  place-items: center;
  padding: 18px;
  color: #707070;
  background: repeating-linear-gradient(135deg, #f5f4f0 0 16px, #ebe9e3 16px 32px);
  border: 1px dashed #aaa;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woodgrain-card__swatch {
  position: relative;
  isolation: isolate;
}

.woodgrain-card__swatch::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  background: repeating-linear-gradient(92deg, transparent 0 8px, rgba(41, 41, 41, 0.12) 9px, transparent 10px 20px);
  mix-blend-mode: multiply;
}

.swatch-001 { background: linear-gradient(120deg, #eadfce, #d7c2a4); }
.swatch-002 { background: linear-gradient(120deg, #eee4d7, #d8c7b2); }
.swatch-003 { background: linear-gradient(120deg, #d5ad78, #b8864f); }
.swatch-004 { background: linear-gradient(120deg, #c98b43, #9e642d); }
.swatch-005 { background: linear-gradient(120deg, #8d7b69, #655545); }
.swatch-006 { background: linear-gradient(120deg, #79503b, #523324); }
.swatch-007 { background: linear-gradient(120deg, #4b3328, #2e201a); }
.swatch-008 { background: linear-gradient(120deg, #4b4844, #292827); }

.woodgrain-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: none;
  transition: none;
}

.woodgrain-card__image--rotate-grain img {
  position: relative;
  top: -16.667%;
  left: -16.667%;
  width: 133.334%;
  height: 133.334%;
  max-width: none;
  transform: rotate(90deg);
}

.woodgrain-card__meta {
  padding: 26px 28px 32px;
}

.woodgrain-card__meta > span,
.woodgrain-guide__items span {
  color: #707070;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.woodgrain-card h3 {
  margin: 16px 0 9px;
  font-size: 1.35rem;
  font-weight: 500;
}

.woodgrain-card p,
.woodgrain-guide__items p {
  margin: 0;
  color: #4e4e4e;
  line-height: 1.6;
}

.catalogue-swipe-hint {
  display: none;
}

.woodgrain-guide {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10vw;
  background: #fff;
}

.woodgrain-guide__items {
  border-top: 1px solid #d1d1d1;
}

.woodgrain-guide__items article {
  display: grid;
  grid-template-columns: 54px 0.75fr 1.25fr;
  gap: 22px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid #d1d1d1;
}

.woodgrain-guide__items h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 500;
}

.woodgrain-cta {
  text-align: center;
  background: #292929;
  color: #fff;
}

.woodgrain-cta .eyebrow {
  color: #c1ff72;
}

.woodgrain-cta h2 {
  margin-inline: auto;
  max-width: 850px;
}

.woodgrain-cta > p:not(.eyebrow) {
  max-width: 610px;
  margin: 28px auto 34px;
  color: #d1d1d1;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .woodgrain-hero {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 700px) {
  .woodgrain-hero {
    min-height: 780px;
    padding: 112px 22px 52px;
    display: block;
    background: linear-gradient(180deg, #fff 0%, #fff 48%, #f0ede7 100%);
  }

  .woodgrain-hero__copy {
    width: 100%;
    max-width: 100%;
  }

  .woodgrain-hero .back-link {
    margin-bottom: 22px;
  }

  .woodgrain-hero h1 {
    margin: 18px 0 20px;
    font-size: clamp(3.35rem, 16vw, 5rem);
    line-height: 0.88;
  }

  .woodgrain-hero__copy > p:last-of-type {
    width: 100%;
    max-width: 100%;
    font-size: 0.94rem;
  }

  .woodgrain-jump {
    margin-top: 24px;
    padding: 14px 16px;
  }

  .woodgrain-hero__image {
    inset: auto 0 0 0;
    height: 42%;
  }

  .woodgrain-hero__image::before {
    inset: 0 0 auto;
    width: 100%;
    height: 26%;
    background: linear-gradient(180deg, #fff, rgba(255,255,255,0));
  }

  .woodgrain-hero__image img {
    object-position: 56% center;
  }

  .woodgrain-hero__label {
    right: 18px;
    bottom: 18px;
    min-width: 0;
    width: min(170px, calc(100% - 36px));
    padding: 14px 16px;
  }

  .catalogue-intro,
  .woodgrain-guide {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .catalogue-intro {
    padding-bottom: 32px;
  }

  .catalogue-intro h1,
  .woodgrain-guide h2,
  .woodgrain-cta h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .catalogue-intro {
    padding-top: 100px;
  }

  .catalogue-intro .back-link {
    margin-bottom: 26px;
  }

  .woodgrain-catalogue {
    overflow: visible;
  }

  .woodgrain-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
    overflow: visible;
    scroll-snap-type: none;
    background: rgba(78, 78, 78, 0.2);
  }

  .woodgrain-card {
    min-width: 0;
  }

  .woodgrain-card__image,
  .woodgrain-card__placeholder,
  .woodgrain-card__swatch {
    aspect-ratio: 3 / 4;
  }

  .woodgrain-card__placeholder {
    padding: 7px;
    font-size: 0.52rem;
  }

  .woodgrain-card__meta {
    padding: 12px 8px 14px;
  }

  .woodgrain-card__meta > span {
    font-size: 0.52rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .woodgrain-card h3 {
    margin-top: 7px;
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .catalogue-swipe-hint {
    display: none;
  }

  .woodgrain-guide__items article {
    grid-template-columns: 40px 1fr;
  }

  .woodgrain-guide__items p {
    grid-column: 2;
  }

  .finish-card--linked:hover {
    transform: none;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .woodgrain-card__image img,
  .finish-card--linked {
    transition: none;
  }
}
