:root {
  --tb-ink: #171817;
  --tb-graphite: #2a2d2a;
  --tb-paper: #f6f4ef;
  --tb-white: #fff;
  --tb-fog: #e6e7e1;
  --tb-sage: #69766b;
  --tb-wood: #9a6a42;
  --tb-line: rgba(23, 24, 23, 0.13);
  --tb-line-light: rgba(255, 255, 255, 0.22);
  --tb-muted: rgba(23, 24, 23, 0.62);
  --tb-radius: 4px;
  --tb-container: 1180px;
}

html,
body {
  background: var(--tb-paper);
  color: var(--tb-ink);
}

body,
button,
input,
select,
textarea {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.container,
.site-header__inner {
  width: min(var(--tb-container), calc(100% - 40px));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--tb-ink);
  letter-spacing: 0;
  text-transform: none;
}

p {
  color: var(--tb-muted);
}

.section {
  padding: clamp(74px, 8vw, 118px) 0;
}

.section-label,
.kicker,
.post-card__category,
.selection-card__body span {
  color: var(--tb-wood);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.button,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}

.button--primary,
.header-cta {
  border: 0;
  background: var(--tb-ink);
  color: var(--tb-white);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.button--ghost,
.button--secondary,
.button--small {
  border: 1px solid rgba(23, 24, 23, 0.18);
  background: rgba(255, 255, 255, 0.74);
  color: var(--tb-ink);
  box-shadow: none;
}

/* Header: service-site clarity */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  border-bottom: 1px solid rgba(23, 24, 23, 0.08);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
  min-height: 86px;
}

.site-logo {
  min-width: 168px;
}

.site-logo img {
  width: 168px;
  height: auto;
}

.primary-nav__list {
  gap: clamp(22px, 3vw, 48px);
}

.primary-nav a,
.footer-menu a {
  position: relative;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--tb-ink);
  font-size: clamp(0.95rem, 1vw, 1.12rem);
  font-weight: 720;
  letter-spacing: 0;
  text-transform: none;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav a:hover {
  background: transparent;
}

.primary-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  min-height: 54px;
  padding: 14px 25px;
  font-size: clamp(0.95rem, 1vw, 1.08rem);
}

/* Hero: keep the direction that worked */
.hero.hero--editorial,
.hero.hero--art {
  position: relative;
  display: grid;
  grid-template-columns: 1fr !important;
  place-items: center;
  min-height: calc(100svh - 86px);
  padding: clamp(76px, 10vh, 130px) 24px clamp(62px, 8vh, 96px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.38)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.35)),
    url("../img/hero-editorial-walnut.jpg") center / cover no-repeat;
  text-align: center;
}

.hero.hero--editorial::before,
.hero.hero--art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.28) 0 1.3px, transparent 1.6px);
  background-size: 210px 210px;
  opacity: 0.16;
  pointer-events: none;
}

.hero.hero--editorial .hero__visual,
.hero.hero--art .hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.hero.hero--editorial .hero__image,
.hero.hero--art .hero__image {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}

.hero.hero--editorial .hero__visual::before,
.hero.hero--editorial .hero__visual::after,
.hero.hero--art .hero__visual::before,
.hero.hero--art .hero__visual::after {
  content: none !important;
  display: none !important;
}

.hero.hero--editorial::after,
.hero.hero--art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.38)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.35));
  pointer-events: none;
}

.hero.hero--editorial .hero__content,
.hero.hero--art .hero__content {
  position: relative;
  z-index: 3;
  display: grid;
  justify-items: center;
  width: min(100%, 1120px);
  max-width: 1120px;
  padding: 0;
}

.hero.hero--editorial .section-label,
.hero.hero--art .section-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 clamp(30px, 5vh, 52px);
  padding: 10px 22px;
  border: 1px solid var(--tb-line-light);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.85rem, 0.9vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}

.hero.hero--editorial h1,
.hero.hero--art h1 {
  max-width: 1120px;
  color: var(--tb-white);
  font-size: clamp(3.25rem, 5.8vw, 6.35rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.hero.hero--editorial h1 span,
.hero.hero--art h1 span {
  display: inline;
}

.hero.hero--editorial .hero__intro,
.hero.hero--art .hero__intro {
  max-width: 920px;
  margin-top: clamp(24px, 4vh, 38px);
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.16rem, 1.55vw, 1.68rem);
  font-weight: 430;
  line-height: 1.55;
  text-align: center;
}

.hero.hero--editorial .hero__actions,
.hero.hero--art .hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: clamp(34px, 5vh, 56px);
}

.hero.hero--editorial .button,
.hero.hero--art .button {
  min-width: min(100%, 230px);
  min-height: 58px;
  padding: 16px 30px;
  border-radius: 10px;
  font-size: clamp(0.98rem, 1vw, 1.12rem);
}

.hero.hero--editorial .button--primary::after,
.hero.hero--art .button--primary::after {
  content: "\2192";
  margin-left: 8px;
}

.hero.hero--editorial .button--ghost,
.hero.hero--art .button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: var(--tb-white);
  backdrop-filter: blur(10px);
}

.hero.hero--editorial .hero__badges,
.hero.hero--art .hero__badges {
  display: flex;
  justify-content: center;
  width: auto;
  max-width: none;
  margin-top: clamp(32px, 5vh, 54px);
  padding: 0;
  border: 0;
  background: transparent;
}

.hero.hero--editorial .hero__badges li,
.hero.hero--art .hero__badges li {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.9rem, 0.95vw, 1.05rem);
  font-weight: 450;
}

.hero.hero--editorial .hero__badges li:not(:last-child)::after,
.hero.hero--art .hero__badges li:not(:last-child)::after {
  content: " - ";
  padding-inline: 10px;
  color: rgba(255, 255, 255, 0.52);
}

/* After hero: architectural showroom */
.art-manifesto {
  padding: clamp(44px, 6vw, 74px) 0;
  background: var(--tb-ink);
  color: var(--tb-white);
}

.art-manifesto__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(280px, 0.48fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
}

.art-manifesto h2 {
  max-width: 920px;
  color: var(--tb-white);
  font-size: clamp(1.9rem, 3.1vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.art-manifesto .section-label {
  color: #d6b187;
}

.art-manifesto__score {
  display: grid;
  gap: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  padding-left: 18px;
}

.art-manifesto__copy p {
  color: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.55;
}

.collection,
.material,
.ambiances,
.guide,
.selection,
.blog-preview,
.testimonials,
.contact {
  background: var(--tb-paper);
  color: var(--tb-ink);
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.5fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.section-heading--split h2,
.material h2,
.guide h2,
.contact h2,
.final-cta h2 {
  max-width: 760px;
  font-size: clamp(1.9rem, 2.8vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading--split > p {
  max-width: 520px;
  padding-top: 14px;
  border-top: 1px solid var(--tb-line);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.65;
}

/* Collection: showroom wall */
.collection {
  padding-top: clamp(62px, 6.5vw, 92px);
  padding-bottom: clamp(58px, 6vw, 88px);
  background:
    linear-gradient(90deg, rgba(23, 24, 23, 0.032) 1px, transparent 1px),
    var(--tb-paper);
  background-size: 86px 86px;
}

.collection .section-heading--split {
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.44fr);
  gap: clamp(28px, 5vw, 76px);
  margin-bottom: clamp(28px, 4vw, 48px);
}

.collection .section-heading--split h2 {
  max-width: 660px;
  font-size: clamp(1.9rem, 2.55vw, 3rem);
  line-height: 1.1;
}

.collection .section-heading--split > p {
  max-width: 430px;
  color: rgba(23, 24, 23, 0.66);
}

.collection__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.collection .collection-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 340px !important;
  max-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(23, 24, 23, 0.1);
  border-radius: var(--tb-radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: none;
  transform: none;
}

.collection .collection-card:first-child {
  position: relative;
  grid-row: auto;
}

.collection .collection-card:nth-child(4) {
  grid-column: auto;
}

.collection .collection-card:first-child .visual-stack {
  height: auto;
}

.collection .collection-card .visual-stack,
.collection .collection-card:first-child .visual-stack {
  height: 100%;
}

.collection .collection-card .visual-stack__stage,
.collection .collection-card:first-child .visual-stack__stage {
  height: 100%;
  min-height: 340px;
  aspect-ratio: auto;
}

.collection .collection-card:first-child .visual-stack::after {
  content: none;
}

.collection .collection-card:first-child .collection-card__body {
  position: static;
  padding: clamp(17px, 1.8vw, 22px);
  background: transparent;
}

.collection .collection-card:first-child h3,
.collection .collection-card:first-child p {
  color: inherit;
}

.collection .collection-card:not(:first-child) {
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1fr);
}

.collection .collection-card:not(:first-child) .visual-stack__stage {
  height: 100%;
  min-height: 340px;
  aspect-ratio: auto;
}

.collection-card__image {
  position: relative;
  z-index: 0;
  border-right: 1px solid rgba(23, 24, 23, 0.09);
  border-bottom: 0;
  background: #d8d3c8;
}

.collection-card__body {
  align-content: center;
  align-self: center;
  gap: 12px;
  padding: clamp(18px, 2.2vw, 28px);
}

.collection-card__number {
  width: fit-content;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(154, 106, 66, 0.38);
  color: var(--tb-wood);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.collection-card__meta {
  color: rgba(23, 24, 23, 0.48);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.collection-card h3 {
  font-size: clamp(1.02rem, 1.1vw, 1.22rem);
}

.collection-card p {
  font-size: 0.9rem;
  line-height: 1.55;
}

.collection-card__body,
.ambiance-card__body,
.selection-card__body,
.post-card__body {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 2vw, 24px);
  background: var(--tb-white);
}

.collection-card h3,
.ambiance-card h3,
.selection-card h3,
.guide-tip h3 {
  font-size: clamp(1.08rem, 1.25vw, 1.34rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.collection-card p,
.ambiance-card p,
.selection-card p,
.guide-tip p {
  color: var(--tb-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.visual-stack {
  position: relative;
  margin: 0;
  background: #d8d3c8;
}

.visual-stack__stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.08 / 0.84;
  background: #d8d3c8;
  isolation: isolate;
}

.visual-stack__image {
  position: absolute !important;
  inset: 0 !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 340ms ease, transform 620ms ease, clip-path 460ms ease;
}

.collection .collection-card:first-child .visual-stack__image {
  object-position: center 42% !important;
}

.visual-stack__image--1 {
  z-index: 1;
  opacity: 1 !important;
  transform: scale(1);
}

.visual-stack__image--2 {
  z-index: 2;
  clip-path: inset(0 100% 0 0);
}

.visual-stack__image--3 {
  z-index: 3;
  clip-path: inset(0 0 100% 0);
}

.collection-card:hover .visual-stack__image--1,
.ambiance-card:hover .visual-stack__image--1,
.selection-card:hover .visual-stack__image--1 {
  opacity: 0.22;
  transform: scale(1.06);
}

.collection-card:hover .visual-stack__image--2,
.ambiance-card:hover .visual-stack__image--2,
.selection-card:hover .visual-stack__image--2 {
  opacity: 1;
  clip-path: inset(0);
  transform: scale(1.01);
}

.collection-card:hover .visual-stack__image--3,
.ambiance-card:hover .visual-stack__image--3,
.selection-card:hover .visual-stack__image--3 {
  opacity: 1;
  clip-path: inset(58% 0 0 0);
  transform: scale(1);
}

.visual-stack__meta {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  display: flex;
  gap: 6px;
  font-size: 0;
}

.visual-stack__meta span {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
}

.visual-stack__meta span:first-child {
  width: 22px;
  background: var(--tb-white);
}

/* Material: tactile editorial block */
.material {
  position: relative;
  overflow: hidden;
  padding-top: clamp(70px, 7vw, 104px);
  padding-bottom: clamp(70px, 7vw, 104px);
  background:
    linear-gradient(90deg, rgba(23, 24, 23, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(225, 217, 204, 0.38)),
    #efebe3;
  background-size: 80px 80px, auto, auto;
  background-repeat: repeat, no-repeat, no-repeat;
  color: var(--tb-ink);
}

.material .section-label,
.material h2,
.material__copy p:not(.section-label) {
  color: var(--tb-ink);
}

.material h2 {
  max-width: 540px;
  font-size: clamp(1.7rem, 2.15vw, 2.45rem);
  line-height: 1.08;
}

.material__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(460px, 0.92fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.guide__grid,
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}

.material__copy,
.guide__content,
.contact__copy {
  position: static;
  max-width: 560px;
}

.material__copy p:not(.section-label) {
  max-width: 500px;
  margin-top: 18px;
  color: rgba(23, 24, 23, 0.68);
  font-size: clamp(0.98rem, 1.05vw, 1.1rem);
  line-height: 1.68;
}

.material__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(28px, 3vw, 40px);
  border-top: 1px solid rgba(23, 24, 23, 0.12);
  border-bottom: 1px solid rgba(23, 24, 23, 0.12);
}

.material__points span {
  display: grid;
  gap: 8px;
  min-height: 92px;
  padding: 18px 16px;
  border-right: 1px solid rgba(23, 24, 23, 0.1);
  background: rgba(255, 250, 242, 0.42);
  color: rgba(23, 24, 23, 0.78);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.material__points span:last-child {
  border-right: 0;
}

.material__points small {
  color: var(--tb-wood);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.material__image,
.guide__image {
  position: relative;
  overflow: hidden;
  min-height: clamp(340px, 34vw, 470px);
  border-radius: var(--tb-radius);
  background: #ded8ce;
}

.material__image {
  border: 1px solid rgba(255, 250, 242, 0.42);
  box-shadow: 0 28px 70px rgba(23, 19, 15, 0.14);
}

.material__image::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 250, 242, 0.34);
  pointer-events: none;
}

.material__image-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 3px;
  min-width: 164px;
  padding: 14px 16px;
  background: rgba(20, 18, 15, 0.78);
  color: var(--tb-white);
  backdrop-filter: blur(10px);
}

.material__image-note span {
  color: rgba(255, 250, 242, 0.62);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.material__image-note strong {
  font-size: 0.96rem;
  line-height: 1.15;
}

.material__image img,
.guide__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
  object-position: center 46%;
  box-shadow: none;
}

/* Ambiances: image rail */
.ambiances {
  background: var(--tb-fog);
}

.ambiances__grid,
.selection__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ambiance-card,
.selection-card,
.post-card,
.testimonial-card,
.guide-tip {
  overflow: hidden;
  border: 1px solid var(--tb-line);
  border-radius: var(--tb-radius);
  background: var(--tb-white);
  box-shadow: none;
  transform: none;
}

.ambiance-card .visual-stack__stage {
  aspect-ratio: 0.96 / 1.04;
}

.ambiance-card a,
.text-link,
.post-card__link {
  color: var(--tb-wood);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Guide: decision board */
.guide {
  background: var(--tb-paper);
}

.guide__content {
  padding: 0;
  border: 0;
  background: transparent;
}

.guide__tips {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.guide-tip {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
}

.guide-tip span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--tb-ink);
  color: var(--tb-white);
  font-size: 0.82rem;
  font-weight: 850;
}

.selection {
  background: #f2eee7;
}

.selection-card .visual-stack__stage {
  aspect-ratio: 1 / 0.9;
}

.contact {
  background: var(--tb-fog);
}

.contact__panel {
  padding: clamp(20px, 2.5vw, 30px);
  border: 1px solid var(--tb-line);
  border-radius: var(--tb-radius);
  background: var(--tb-white);
}

.contact label {
  color: var(--tb-ink);
}

.contact input,
.contact textarea,
.contact select {
  border: 1px solid rgba(23, 24, 23, 0.14);
  border-radius: var(--tb-radius);
  background: var(--tb-white);
  color: var(--tb-ink);
}

.final-cta {
  padding: clamp(64px, 7vw, 100px) 0;
  background: var(--tb-ink);
  color: var(--tb-white);
}

.final-cta h2,
.final-cta h3 {
  color: var(--tb-white);
}

.final-cta p {
  color: rgba(255, 255, 255, 0.72);
}

.final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
}

.final-cta__copy {
  display: grid;
  justify-items: start;
  gap: 22px;
}

.final-cta__system {
  display: grid;
  gap: 12px;
}

.final-cta__step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--tb-radius);
  background: rgba(255, 255, 255, 0.08);
}

.final-cta__step span {
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #d6b187;
  font-weight: 900;
}

@media (max-width: 1060px) {
  .site-header__inner {
    width: min(100% - 32px, var(--tb-container));
    min-height: 78px;
  }

  .site-logo img {
    width: 144px;
  }

  .hero.hero--editorial,
  .hero.hero--art {
    min-height: calc(100svh - 78px);
    padding: 72px 20px 60px;
  }

  .hero.hero--editorial h1,
  .hero.hero--art h1 {
    font-size: clamp(3rem, 10.4vw, 5.4rem);
  }

  .collection__grid,
  .material__grid,
  .guide__grid,
  .contact__grid,
  .final-cta__inner {
    grid-template-columns: 1fr;
  }

  .collection .collection-card:first-child,
  .collection .collection-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .collection .collection-card:not(:first-child) {
    grid-template-columns: 1fr;
  }

  .collection .collection-card:first-child .visual-stack__stage,
  .collection .collection-card:not(:first-child) .visual-stack__stage,
  .material__image,
  .guide__image {
    min-height: clamp(320px, 54vw, 500px);
  }

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

@media (max-width: 760px) {
  .container,
  .site-header__inner {
    width: min(100% - 28px, var(--tb-container));
  }

  .menu-toggle {
    border-radius: var(--tb-radius);
  }

  .primary-nav {
    background: rgba(255, 255, 255, 0.98);
  }

  .primary-nav__list {
    gap: 0;
  }

  .primary-nav a {
    display: block;
    padding: 14px 4px;
  }

  .hero.hero--editorial,
  .hero.hero--art {
    min-height: calc(100svh - 74px);
    padding: 54px 14px 44px;
  }

  .hero.hero--editorial h1,
  .hero.hero--art h1 {
    font-size: clamp(2.55rem, 12.5vw, 3.9rem);
    line-height: 0.98;
  }

  .hero.hero--editorial .hero__actions,
  .hero.hero--art .hero__actions {
    width: min(100%, 340px);
    gap: 12px;
  }

  .hero.hero--editorial .button,
  .hero.hero--art .button {
    width: 100%;
    min-width: 0;
  }

  .hero.hero--editorial .hero__badges,
  .hero.hero--art .hero__badges {
    display: grid;
    gap: 8px;
  }

  .hero.hero--editorial .hero__badges li:not(:last-child)::after,
  .hero.hero--art .hero__badges li:not(:last-child)::after {
    content: "";
    padding: 0;
  }

  .art-manifesto__grid,
  .section-heading--split,
  .ambiances__grid,
  .selection__grid {
    grid-template-columns: 1fr;
  }

  .collection .collection-card:first-child .visual-stack__stage,
  .collection .collection-card:not(:first-child) .visual-stack__stage,
  .material__image,
  .guide__image {
    min-height: 300px;
  }

  .visual-stack__stage,
  .selection-card .visual-stack__stage,
  .ambiance-card .visual-stack__stage {
    aspect-ratio: 1 / 0.78;
  }
}

/* Collection signature final layout overrides. */
.collection .collection__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collection .collection-card,
.collection .collection-card:first-child,
.collection .collection-card:nth-child(4) {
  grid-column: auto;
  grid-row: auto;
}

.collection .collection-card {
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1fr);
}

.collection .visual-stack__stage {
  z-index: 0;
  background: transparent;
}

.collection .visual-stack__image {
  opacity: 0;
  visibility: visible !important;
}

.collection .visual-stack__image--1 {
  opacity: 1 !important;
}

.collection .collection-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  gap: 10px;
  min-height: 100%;
}

.collection .collection-card__number {
  margin-bottom: auto;
}

@media (max-width: 1060px) {
  .collection .collection__grid {
    grid-template-columns: 1fr;
  }

  .collection .collection-card {
    grid-template-columns: 1fr;
    max-height: none;
    min-height: 0 !important;
  }

  .collection-card__image {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 24, 23, 0.09);
  }
}

@media (max-width: 640px) {
  .collection {
    padding-top: 54px;
    padding-bottom: 62px;
  }

  .collection .section-heading--split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 26px;
  }

  .collection .section-heading--split h2 {
    max-width: 330px;
    font-size: clamp(2.05rem, 11vw, 2.55rem);
    line-height: 1.02;
  }

  .collection .section-heading--split > p {
    max-width: 330px;
    padding-top: 16px;
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .collection .collection__grid {
    gap: 18px;
  }

  .collection .collection-card {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .collection .collection-card .visual-stack,
  .collection .collection-card:first-child .visual-stack {
    height: auto;
  }

  .collection .collection-card .visual-stack__stage,
  .collection .collection-card:first-child .visual-stack__stage,
  .collection .collection-card:not(:first-child) .visual-stack__stage {
    aspect-ratio: 1.08 / 0.78;
    height: auto;
    min-height: 0;
  }

  .collection .collection-card__body {
    min-height: 0;
    padding: 22px 24px 26px;
  }

  .collection .collection-card__number {
    margin-bottom: 8px;
  }
}

@media (max-width: 1060px) {
  .material__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .material__copy {
    max-width: 680px;
  }

  .material__image {
    min-height: clamp(300px, 56vw, 440px);
  }
}

@media (max-width: 640px) {
  .material {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .material h2 {
    max-width: 340px;
    font-size: clamp(2rem, 9.2vw, 2.46rem);
    line-height: 1.04;
  }

  .material__copy p:not(.section-label) {
    max-width: 340px;
    font-size: 1rem;
    line-height: 1.58;
  }

  .material__points {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .material__points span,
  .material__points span:last-child {
    min-height: 0;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 24, 23, 0.1);
    padding: 14px 0;
    background: transparent;
  }

  .material__points span:last-child {
    border-bottom: 0;
  }

  .material__image {
    min-height: 0;
  }

  .material__image img {
    min-height: 300px;
  }

  .material__image::before {
    inset: 12px;
  }

  .material__image-note {
    right: 12px;
    bottom: 12px;
    min-width: 138px;
    padding: 12px 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .visual-stack__image,
  .button,
  .header-cta {
    transition: none;
  }
}

/* V2 showroom logic: break the repeated card rhythm after the hero. */
.ambiances {
  position: relative;
  overflow: hidden;
  background: #11120f;
  color: var(--tb-white);
}

.ambiances::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 92px 92px;
  opacity: 0.38;
  pointer-events: none;
}

.ambiances .container {
  position: relative;
  z-index: 1;
}

.ambiances .section-label,
.ambiances h2 {
  color: var(--tb-white);
}

.ambiances .section-heading--split > p {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.68);
}

.ambiances__grid {
  display: grid;
  grid-template-columns: 1.18fr 0.78fr 0.78fr;
  gap: 14px;
  align-items: stretch;
}

.ambiance-card {
  position: relative;
  min-height: clamp(420px, 54vw, 680px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #1c1b17;
}

.ambiance-card:first-child {
  min-height: clamp(520px, 58vw, 760px);
}

.ambiance-card .visual-stack,
.ambiance-card .visual-stack__stage {
  height: 100%;
  min-height: inherit;
  aspect-ratio: auto;
}

.ambiance-card .visual-stack::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  z-index: 4;
  background: linear-gradient(180deg, rgba(17, 18, 15, 0), rgba(17, 18, 15, 0.86));
  pointer-events: none;
}

.ambiance-card__body {
  position: absolute;
  left: clamp(18px, 2.2vw, 30px);
  right: clamp(18px, 2.2vw, 30px);
  bottom: clamp(18px, 2.2vw, 30px);
  z-index: 6;
  padding: 0;
  background: transparent;
}

.ambiance-card h3,
.ambiance-card p,
.ambiance-card a {
  color: var(--tb-white);
}

.ambiance-card p {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.72);
}

.ambiance-card a {
  width: fit-content;
  padding: 9px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 0.72rem;
}

.guide {
  background:
    linear-gradient(90deg, #e7dfd2 0 50%, #191916 50% 100%);
  padding-top: clamp(46px, 5vw, 72px);
  padding-bottom: clamp(46px, 5vw, 72px);
}

.guide__grid {
  gap: 0;
  align-items: stretch;
}

.guide__image {
  min-height: clamp(520px, 48vw, 720px);
  border-radius: 0;
}

.guide__content {
  display: grid;
  align-content: center;
  max-width: none;
  padding: clamp(34px, 5vw, 76px);
  background: #191916;
  color: var(--tb-white);
}

.guide .section-label,
.guide h2 {
  color: var(--tb-white);
}

.guide__tips {
  gap: 0;
  margin-top: clamp(26px, 4vw, 48px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.guide-tip {
  grid-template-columns: 54px minmax(0, 1fr);
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
}

.guide-tip h3 {
  color: var(--tb-white);
}

.guide-tip p {
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.65);
}

.guide-tip span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #d6b187;
}

/* Ambiances + guide final editorial direction. */
.ambiances {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(62px, 7vw, 94px);
  background:
    linear-gradient(90deg, rgba(23, 24, 23, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, #f7f4ee 0%, #eee7dc 100%);
  background-size: 86px 86px, auto;
  color: var(--tb-ink);
}

.ambiances::before {
  content: none;
}

.ambiances .section-label,
.ambiances h2 {
  color: var(--tb-ink);
}

.ambiances .section-heading--split {
  margin-bottom: clamp(28px, 4vw, 46px);
}

.ambiances .section-heading--split h2 {
  max-width: 640px;
  font-size: clamp(1.85rem, 2.45vw, 2.8rem);
  line-height: 1.08;
}

.ambiances .section-heading--split > p {
  border-color: rgba(23, 24, 23, 0.14);
  color: rgba(23, 24, 23, 0.66);
}

.ambiances__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.ambiance-card,
.ambiance-card:first-child {
  display: grid;
  grid-template-rows: minmax(0, 330px) auto;
  margin-top: 0 !important;
  min-height: 0;
  border: 1px solid rgba(23, 24, 23, 0.1);
  border-radius: var(--tb-radius);
  background: rgba(255, 250, 242, 0.72);
  color: var(--tb-ink);
  box-shadow: none !important;
  transform: none !important;
}

.ambiance-card:nth-child(2),
.ambiance-card:nth-child(3) {
  margin-top: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.ambiance-card .visual-stack,
.ambiance-card .visual-stack__stage {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}

.ambiance-card .visual-stack::after {
  content: none;
}

.ambiance-card__body {
  position: static;
  display: grid;
  gap: 12px;
  padding: 22px;
  background: transparent;
}

.ambiance-card h3,
.ambiance-card p,
.ambiance-card a {
  color: var(--tb-ink);
}

.ambiance-card h3 {
  font-size: clamp(1.08rem, 1.2vw, 1.28rem);
  line-height: 1.12;
}

.ambiance-card p {
  max-width: 34ch;
  color: rgba(23, 24, 23, 0.66);
  font-size: 0.94rem;
  line-height: 1.58;
}

.ambiance-card a {
  width: fit-content;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(154, 106, 66, 0.32);
  color: var(--tb-wood);
  font-size: 0.7rem;
}

.guide {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(66px, 7vw, 100px);
  background:
    linear-gradient(90deg, rgba(23, 24, 23, 0.028) 1px, transparent 1px),
    #f3eee6;
  background-size: 86px 86px, auto;
  color: var(--tb-ink);
}

.guide__grid {
  grid-template-columns: minmax(360px, 0.82fr) minmax(420px, 0.9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.guide__image {
  min-height: clamp(340px, 34vw, 470px);
  border: 1px solid rgba(23, 24, 23, 0.1);
  border-radius: var(--tb-radius);
  background: #ddd4c6;
}

.guide__image img {
  object-position: center;
}

.guide__content {
  display: grid;
  align-content: center;
  max-width: 590px;
  padding: 0;
  background: transparent;
  color: var(--tb-ink);
}

.guide .section-label,
.guide h2 {
  color: var(--tb-ink);
}

.guide h2 {
  max-width: 520px;
  font-size: clamp(1.8rem, 2.35vw, 2.7rem);
  line-height: 1.08;
}

.guide__intro {
  max-width: 500px;
  margin-top: 16px;
  color: rgba(23, 24, 23, 0.66);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.65;
}

.guide__tips {
  gap: 10px;
  margin-top: clamp(24px, 3vw, 34px);
  border-top: 0;
}

.guide-tip {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(23, 24, 23, 0.1);
  border-radius: var(--tb-radius);
  background: rgba(255, 250, 242, 0.68);
}

.guide-tip h3 {
  color: var(--tb-ink);
  font-size: 1rem;
  line-height: 1.16;
}

.guide-tip p {
  max-width: 52ch;
  color: rgba(23, 24, 23, 0.66);
  font-size: 0.9rem;
  line-height: 1.55;
}

.guide-tip span {
  width: 46px;
  border: 1px solid rgba(154, 106, 66, 0.28);
  background: rgba(154, 106, 66, 0.09);
  color: var(--tb-wood);
}

.selection {
  background: #f7f4ee;
  padding-top: clamp(56px, 6vw, 88px);
  padding-bottom: clamp(34px, 4vw, 58px);
  color: var(--tb-ink);
}

.selection .section-label,
.selection h2,
.selection .section-heading--split > p {
  color: var(--tb-ink);
}

.selection .section-heading--split > p {
  border-color: rgba(23, 24, 23, 0.14);
}

.selection__grid {
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.selection-card {
  position: relative;
  grid-column: span 4;
  min-height: 470px;
  border: 0;
  background: #e3ded4;
}

.selection-card:nth-child(2) {
  margin-top: 42px;
}

.selection-card .visual-stack,
.selection-card .visual-stack__stage {
  height: 100%;
  min-height: inherit;
  aspect-ratio: auto;
}

.selection-card .visual-stack::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(180deg, rgba(247, 244, 238, 0) 38%, rgba(247, 244, 238, 0.92));
  pointer-events: none;
}

.selection-card__body {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 6;
  padding: 18px;
  border: 1px solid rgba(23, 24, 23, 0.1);
  background: rgba(247, 244, 238, 0.86);
  backdrop-filter: blur(12px);
}

.selection-card__body span {
  color: var(--tb-wood);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.selection-card .button--small {
  width: fit-content;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.76rem;
}

.blog-preview {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(23, 24, 23, 0.045) 1px, transparent 1px),
    #ece9e1;
  background-size: 86px 86px;
}

.blog-preview__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) auto;
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 52px);
}

.blog-preview__intro h2 {
  max-width: 760px;
  font-family: inherit;
  font-size: clamp(1.9rem, 2.55vw, 3rem);
  font-weight: 850;
  line-height: 1.08;
}

.blog-preview__intro p:not(.section-label) {
  max-width: 680px;
  font-size: clamp(1rem, 1.1vw, 1.14rem);
  line-height: 1.65;
}

.home-blog-equal {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 14px;
}

.blog-preview .post-card {
  overflow: hidden;
  border: 1px solid var(--tb-line);
  border-radius: var(--tb-radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.blog-preview .post-card__media,
.blog-preview .post-card__image,
.blog-preview .post-card__media img {
  min-height: 260px;
  aspect-ratio: 1.2 / 0.78;
  object-fit: cover;
}

.blog-preview .post-card__body {
  padding: 20px;
  background: transparent;
}

.blog-preview .post-card h3 {
  font-family: inherit;
  font-size: clamp(1.08rem, 1.35vw, 1.42rem);
  line-height: 1.16;
}

.blog-preview .post-card h3 a,
.blog-preview .post-card__link {
  font-family: inherit;
}

.testimonials {
  background: #151512;
  color: var(--tb-white);
}

.testimonials .section-label,
.testimonials h2,
.testimonial-card {
  color: var(--tb-white);
}

.testimonials .section-heading--split > p,
.testimonial-card p {
  color: rgba(255, 255, 255, 0.68);
}

.testimonial-card {
  min-height: 220px;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--tb-radius);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.stars {
  color: #d6b187;
  letter-spacing: 0.08em;
}

.testimonial-card blockquote {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  line-height: 1.6;
}

.contact {
  background:
    linear-gradient(90deg, #f4f0e8 0 52%, #e0d7ca 52% 100%);
}

.contact__grid {
  align-items: stretch;
}

.contact__copy {
  display: grid;
  align-content: center;
  padding-right: clamp(10px, 3vw, 46px);
  color: var(--tb-ink);
}

.contact .section-label,
.contact h2,
.contact__copy p {
  color: var(--tb-ink);
}

.contact__copy p:not(.section-label) {
  max-width: 58ch;
  font-size: clamp(1rem, 1.08vw, 1.14rem);
  line-height: 1.7;
}

.contact__panel {
  padding: clamp(22px, 3vw, 40px);
  border: 1px solid rgba(23, 24, 23, 0.12);
  border-radius: var(--tb-radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 70px rgba(23, 24, 23, 0.1);
}

.fallback-form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  gap: 7px;
}

.contact label {
  font-size: 0.82rem;
  font-weight: 800;
}

.contact input,
.contact textarea,
.contact select {
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 6px;
}

.final-cta {
  background:
    linear-gradient(135deg, rgba(154, 106, 66, 0.16), transparent 42%),
    #11120f;
}

.final-cta__step {
  background: rgba(255, 255, 255, 0.055);
}

@media (max-width: 1060px) {
  .ambiances__grid,
  .selection__grid,
  .home-blog-equal,
  .testimonials__grid,
  .blog-preview__intro {
    grid-template-columns: 1fr;
  }

  .ambiance-card,
  .ambiance-card:first-child,
  .selection-card {
    min-height: 430px;
  }

  .selection-card,
  .selection-card:nth-child(2) {
    grid-column: auto;
    margin-top: 0;
  }

  .guide {
    background: #191916;
  }

  .contact {
    background: #f4f0e8;
  }
}

@media (max-width: 760px) {
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 74px;
    gap: 12px;
  }

  .site-logo {
    min-width: 0;
  }

  .site-logo img {
    width: 148px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 8px;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
  }

  .hero.hero--editorial h1,
  .hero.hero--art h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.25rem);
    line-height: 1.02;
  }

  .hero.hero--editorial .section-label,
  .hero.hero--art .section-label {
    padding: 9px 16px;
    font-size: 0.76rem;
  }

  .section-heading--split h2,
  .material h2,
  .guide h2,
  .contact h2,
  .final-cta h2,
  .selection h2,
  .blog-preview__intro h2 {
    font-size: clamp(1.85rem, 8vw, 2.55rem);
    line-height: 1.1;
  }

  .section-heading--split > p,
  .contact__copy p:not(.section-label),
  .blog-preview__intro p:not(.section-label) {
    font-size: 1rem;
    line-height: 1.6;
  }

  .selection-card {
    min-height: 390px;
  }

  .selection-card__body {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
  }

  .contact__panel {
    padding: 22px;
  }

  .contact input,
  .contact textarea,
  .contact select {
    min-height: 46px;
    font-size: 1rem;
  }
}

/* Material final responsive tuning. */
@media (max-width: 640px) {
  .material h2 {
    max-width: 320px;
    font-size: clamp(1.5rem, 6.1vw, 1.82rem);
    line-height: 1.12;
  }

  .material__copy p:not(.section-label) {
    max-width: 340px;
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .material__points {
    margin-top: 24px;
  }
}

@media (max-width: 1060px) {
  .ambiances__grid {
    grid-template-columns: 1fr;
  }

  .ambiance-card,
  .ambiance-card:first-child {
    grid-template-rows: minmax(0, 300px) auto;
  }

  .guide__grid {
    grid-template-columns: 1fr;
  }

  .guide__image {
    min-height: clamp(300px, 54vw, 430px);
  }
}

@media (max-width: 640px) {
  .ambiances,
  .guide {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .ambiances .section-heading--split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ambiances .section-heading--split h2,
  .guide h2 {
    max-width: 340px;
    font-size: clamp(1.55rem, 6.5vw, 2rem);
    line-height: 1.12;
  }

  .ambiances .section-heading--split > p,
  .guide__intro {
    max-width: 340px;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .ambiance-card,
  .ambiance-card:first-child {
    grid-template-rows: minmax(0, 255px) auto;
  }

  .ambiance-card__body {
    padding: 20px;
  }

  .guide__image {
    min-height: 280px;
  }

  .guide__tips {
    margin-top: 22px;
  }

  .guide-tip {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 14px;
  }

  .guide-tip span {
    width: 40px;
    font-size: 0.72rem;
  }
}

/* Ambiances + guide final mobile safeguards. */
@media (max-width: 760px) {
  .guide {
    background:
      linear-gradient(90deg, rgba(23, 24, 23, 0.028) 1px, transparent 1px),
      #f3eee6 !important;
    background-size: 86px 86px, auto !important;
    color: var(--tb-ink) !important;
  }

  .guide__grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .guide__content {
    order: -1;
    padding: 0 !important;
    background: transparent !important;
    color: var(--tb-ink) !important;
  }

  .guide .section-label,
  .guide h2,
  .guide-tip h3 {
    color: var(--tb-ink) !important;
  }

  .guide h2 {
    max-width: 320px !important;
    font-size: clamp(1.45rem, 5.8vw, 1.72rem) !important;
    line-height: 1.12 !important;
  }

  .guide__intro,
  .guide-tip p {
    color: rgba(23, 24, 23, 0.66) !important;
  }

  .guide__intro {
    max-width: 335px !important;
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
  }

  .guide-tip {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 13px !important;
  }

  .guide-tip h3 {
    font-size: 0.94rem !important;
  }

  .guide-tip p {
    font-size: 0.84rem !important;
    line-height: 1.5 !important;
  }

  .guide__image {
    min-height: 260px !important;
    border-radius: var(--tb-radius) !important;
  }

  .guide-tip {
    background: rgba(255, 250, 242, 0.72) !important;
  }

  .guide-tip span {
    width: 38px !important;
    font-size: 0.68rem !important;
  }
}

/* Final CTA: compact gallery close. */
.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 6vw, 86px) 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 16% 16%, rgba(154, 106, 66, 0.2), transparent 34%),
    #12130f;
  background-size: 86px 86px, auto, auto;
  color: var(--tb-white);
}

.final-cta__inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.9fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}

.final-cta__copy {
  max-width: 650px;
  gap: 20px;
  justify-items: start;
  text-align: left;
}

.final-cta .section-label {
  color: rgba(255, 250, 242, 0.74);
}

.final-cta h2 {
  max-width: 620px;
  color: var(--tb-white);
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1.02;
  text-align: left;
  text-wrap: balance;
}

.final-cta .button--primary {
  margin-top: 6px;
  background: var(--tb-white);
  color: var(--tb-ink);
}

.final-cta__system {
  display: grid;
  gap: 10px;
}

.final-cta__step {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 250, 242, 0.14);
  border-radius: var(--tb-radius);
  background: rgba(255, 250, 242, 0.055);
}

.final-cta__step span {
  grid-row: 1 / span 2;
  width: 50px;
  border-color: rgba(255, 250, 242, 0.22);
  color: #d6b187;
}

.final-cta__step h3 {
  color: var(--tb-white);
  font-size: 1.06rem;
  line-height: 1.12;
  text-align: left;
}

.final-cta__step p {
  grid-column: 2;
  max-width: 46ch;
  color: rgba(255, 250, 242, 0.68);
  font-size: 0.92rem;
  line-height: 1.55;
  text-align: left;
}

@media (max-width: 1060px) {
  .final-cta__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .final-cta {
    padding: 58px 0 64px;
  }

  .final-cta h2 {
    max-width: 340px;
    font-size: clamp(1.65rem, 7vw, 2.12rem);
    line-height: 1.08;
  }

  .final-cta .button--primary {
    min-height: 48px;
    padding-inline: 20px;
  }

  .final-cta__step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px 14px;
    padding: 15px;
  }

  .final-cta__step span {
    width: 42px;
    font-size: 0.74rem;
  }

  .final-cta__step h3 {
    font-size: 1rem;
  }

  .final-cta__step p {
    font-size: 0.86rem;
    line-height: 1.5;
  }
}

/* Contact final: guided consultation form. */
.contact {
  padding-top: clamp(54px, 5vw, 78px);
  padding-bottom: clamp(54px, 5vw, 78px);
  background:
    linear-gradient(90deg, rgba(23, 24, 23, 0.03) 1px, transparent 1px),
    #f3eee6;
  background-size: 86px 86px, auto;
}

.contact__grid {
  grid-template-columns: minmax(340px, 0.82fr) minmax(460px, 0.92fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.contact__copy {
  display: grid;
  align-content: center;
  max-width: 570px;
  padding-right: 0;
}

.contact .section-label,
.contact h2,
.contact__copy p {
  color: var(--tb-ink);
}

.contact h2 {
  max-width: 520px;
  font-size: clamp(1.85rem, 2.45vw, 2.85rem);
  line-height: 1.08;
}

.contact__copy p:not(.section-label) {
  max-width: 500px;
  margin-top: 16px;
  color: rgba(23, 24, 23, 0.66);
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  line-height: 1.65;
}

.contact__checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 500px;
  margin-top: clamp(26px, 3vw, 38px);
  border-top: 1px solid rgba(23, 24, 23, 0.12);
  border-bottom: 1px solid rgba(23, 24, 23, 0.12);
}

.contact__checks span {
  padding: 14px 12px;
  border-right: 1px solid rgba(23, 24, 23, 0.1);
  color: rgba(23, 24, 23, 0.7);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact__checks span:last-child {
  border-right: 0;
}

.contact__panel {
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(23, 24, 23, 0.1);
  border-radius: var(--tb-radius);
  background: rgba(255, 250, 242, 0.82);
  box-shadow: 0 26px 64px rgba(23, 24, 23, 0.08);
}

.fallback-form {
  display: grid;
  gap: 10px;
}

.form-row {
  gap: 6px;
}

.contact label {
  color: var(--tb-ink);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.contact input,
.contact textarea,
.contact select {
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(23, 24, 23, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--tb-ink);
  font-size: 0.94rem;
}

.contact textarea {
  height: 112px;
  min-height: 104px;
  resize: vertical;
}

.contact .button--primary {
  min-height: 48px;
  margin-top: 2px;
}

@media (max-width: 1060px) {
  .contact__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .contact {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .contact h2 {
    max-width: 320px;
    font-size: clamp(1.42rem, 5.9vw, 1.78rem);
    line-height: 1.12;
  }

  .contact__copy p:not(.section-label) {
    max-width: 340px;
    font-size: 0.9rem;
    line-height: 1.54;
  }

  .contact__checks {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .contact__checks span {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 24, 23, 0.1);
    padding: 10px 0;
    font-size: 0.68rem;
  }

  .contact__checks span:last-child {
    border-bottom: 0;
  }

  .contact__panel {
    padding: 16px;
  }

  .fallback-form {
    gap: 10px;
  }

  .contact input,
  .contact textarea,
  .contact select {
    min-height: 40px;
    padding: 9px 10px;
    font-size: 0.88rem;
  }

  .contact textarea {
    height: 98px;
    min-height: 92px;
  }

  .contact label {
    font-size: 0.7rem;
  }

  .contact .button--primary {
    min-height: 44px;
  }
}

/* Video advertising block. */
.video-ad,
.blog-video-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  width: min(1180px, calc(100% - 40px));
  margin: clamp(34px, 5vw, 70px) auto;
  padding: clamp(14px, 1.6vw, 20px);
  overflow: hidden;
  border: 1px solid rgba(23, 24, 23, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(245, 236, 222, 0.94)),
    #fffaf2;
  box-shadow: 0 30px 80px rgba(23, 24, 23, 0.12);
}

.video-ad::before,
.blog-video-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #5b3a27, #9baa83);
}

.video-ad__media {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 6px;
  background: #171817;
}

.video-ad__media iframe,
.video-ad__media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  border: 0;
  object-fit: cover;
}

.video-ad__content {
  display: grid;
  align-content: center;
  padding: clamp(18px, 2.8vw, 38px);
}

.video-ad__label,
.blog-video-card strong {
  margin: 0 0 14px;
  color: rgba(91, 58, 39, 0.86);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-ad h2 {
  max-width: 460px;
  margin: 0;
  color: var(--tb-ink);
  font-size: clamp(1.52rem, 2.3vw, 2.45rem);
  line-height: 1.04;
}

.video-ad__content p:not(.video-ad__label),
.blog-video-card p {
  max-width: 460px;
  margin: 16px 0 0;
  color: rgba(23, 24, 23, 0.66);
  font-size: clamp(0.94rem, 1vw, 1.04rem);
  line-height: 1.62;
}

.video-ad__button,
.blog-video-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  margin-top: 24px;
  padding: 0 22px;
  border-radius: 999px;
  background: #171817;
  color: #fffaf2;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.video-ad__button::after,
.blog-video-card a::after {
  content: "";
  width: 26px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
}

.blog-video-card {
  display: block;
  max-width: 820px;
  padding: clamp(22px, 3vw, 36px);
}

@media (max-width: 820px) {
  .video-ad {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 640px);
    margin: 38px auto;
  }

  .video-ad__media,
  .video-ad__media iframe,
  .video-ad__media video {
    min-height: 210px;
  }

  .video-ad__content {
    padding: 10px 4px 8px;
  }

  .video-ad h2 {
    font-size: clamp(1.38rem, 6vw, 1.85rem);
  }

  .video-ad__button,
  .blog-video-card a {
    width: 100%;
  }
}

/* Partners: discreet friendly sites area. */
.partners {
  padding: clamp(44px, 5vw, 70px) 0;
  background:
    linear-gradient(90deg, rgba(23, 24, 23, 0.035) 1px, transparent 1px),
    #f3eee6;
  background-size: 86px 86px;
}

.partners__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.partners__intro {
  max-width: 480px;
}

.partners h2 {
  max-width: 430px;
  margin: 0;
  color: var(--tb-ink);
  font-size: clamp(1.42rem, 2.1vw, 2.15rem);
  line-height: 1.08;
}

.partners__intro p:not(.section-label) {
  margin-top: 14px;
  color: rgba(23, 24, 23, 0.62);
  font-size: 0.96rem;
  line-height: 1.6;
}

.partners__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 24, 23, 0.12);
  border-left: 1px solid rgba(23, 24, 23, 0.12);
}

.partners__link {
  display: grid;
  gap: 8px;
  min-height: 112px;
  padding: clamp(18px, 2.4vw, 26px);
  border-right: 1px solid rgba(23, 24, 23, 0.12);
  border-bottom: 1px solid rgba(23, 24, 23, 0.12);
  background: rgba(255, 250, 242, 0.46);
  color: var(--tb-ink);
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.partners__link span {
  color: rgba(91, 58, 39, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partners__link strong {
  align-self: end;
  font-size: clamp(0.98rem, 1.2vw, 1.16rem);
  line-height: 1.2;
}

.partners__link:hover {
  background: rgba(255, 250, 242, 0.92);
  transform: translateY(-2px);
}

@media (max-width: 820px) {
  .partners {
    padding: 42px 0;
  }

  .partners__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .partners h2 {
    font-size: clamp(1.32rem, 5.8vw, 1.72rem);
  }

  .partners__list {
    grid-template-columns: 1fr;
  }

  .partners__link {
    min-height: 86px;
  }
}
