@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #151713;
  --ink-soft: #62675f;
  --paper: #f6f1e8;
  --paper-deep: #e8dfd0;
  --header-surface: rgba(246, 241, 232, .94);
  --header-surface-solid: #f6f1e8;
  --tab-bg: #eee7dc;
  --tab-bg-hover: #e8dfd2;
  --white: #fff;
  --line: rgba(21, 23, 19, .14);
  --line-dark: rgba(255, 255, 255, .16);
  --green: #1d5c42;
  --green-dark: #123727;
  --bronze: #a77b4b;
  --clay: #c9ad8b;
  --black-glass: rgba(21, 23, 19, .78);
  --shadow: 0 26px 72px rgba(21, 23, 19, .14);
  --radius: 8px;
  --font: "Manrope", "Inter", "Segoe UI", Arial, sans-serif;
  --font-display: "Instrument Serif", "Georgia", "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.shell {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--header-surface);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand img {
  width: 132px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand {
  display: inline-flex;
  align-items: center;
  background: transparent;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-weight: 700;
}

.nav-links > a,
.mega-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nav-links > a:hover,
.mega-button:hover {
  background: var(--tab-bg-hover);
}

.mobile-menu-actions {
  display: none;
}

.nav-links > a[aria-current="page"],
.mega-button[aria-current="page"],
.mega-nav.is-current .mega-button,
.mega-nav.is-open .mega-button {
  color: var(--green-dark);
  background: var(--tab-bg);
}

.mega-button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.mega-nav {
  position: static;
}

.mega-nav.is-open .mega-button::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.mega-panel {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: calc(100% - 1px);
  width: min(900px, calc(100vw - 64px));
  display: grid;
  grid-template-columns: 1fr 1fr .95fr;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  background: rgba(22, 23, 20, .96);
  color: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: opacity .18s ease;
}

.mega-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.mega-nav.is-open .mega-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mega-group,
.mega-feature {
  padding: 14px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}

.mega-group strong,
.mega-feature strong {
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mega-group a {
  display: grid;
  gap: 2px;
  padding: 8px 0;
  border-top: 1px solid var(--line-dark);
}

.mega-group a:first-of-type {
  border-top: 0;
}

.mega-group a span {
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

.mega-group a small {
  display: none;
}

.mega-feature p {
  max-width: 26ch;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .7);
}

.mega-feature {
  display: grid;
  align-content: space-between;
  min-height: 150px;
  background:
    linear-gradient(90deg, rgba(12, 14, 12, .92), rgba(12, 14, 12, .64) 58%, rgba(12, 14, 12, .38)),
    linear-gradient(180deg, rgba(21, 23, 19, .26), rgba(21, 23, 19, .86)),
    url("../images/wizard-showroom.jpg") center / cover;
}

.mega-feature .button {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

.button-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  min-width: 340px;
}

.header-actions .button {
  min-height: 42px;
  white-space: nowrap;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.wizard-actions .button:not(.back-button)::after,
.quote-story-actions .button.primary::after,
.mega-feature .button::after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M4%2011h13.17l-4.58-4.59L14%205l7%207-7%207-1.41-1.41L17.17%2013H4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M4%2011h13.17l-4.58-4.59L14%205l7%207-7%207-1.41-1.41L17.17%2013H4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgba(29, 92, 66, .45);
}

.button:disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
}

.button.back-button::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M20%2011H6.83l4.58-4.59L10%205l-7%207%207%207%201.41-1.41L6.83%2013H20z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='black'%20d='M20%2011H6.83l4.58-4.59L10%205l-7%207%207%207%201.41-1.41L6.83%2013H20z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.button.back-button::after {
  content: none;
}

.button.primary {
  color: var(--white);
  border-color: var(--green);
  background: var(--green);
}

.button.primary:hover {
  background: var(--green-dark);
}

.button.dark {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.button.light {
  background: rgba(255, 255, 255, .88);
}

.button.slim {
  min-height: 40px;
  padding: 0 14px;
  font-size: 14px;
}

.whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: calc(max(18px, env(safe-area-inset-bottom)) + 68px);
  z-index: 80;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff;
  background: #1f7a51;
  box-shadow: 0 18px 42px rgba(18, 55, 39, .28);
  font-weight: 800;
  letter-spacing: 0;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  background: #166842;
  box-shadow: 0 22px 52px rgba(18, 55, 39, .34);
}

.whatsapp-float svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  flex: 0 0 auto;
}

.whatsapp-float span {
  line-height: 1;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  color: var(--green-dark);
  font-weight: 850;
  white-space: nowrap;
}

.phone-link::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: -4px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M22%2016.92v3a2%202%200%200%201-2.18%202%2019.8%2019.8%200%200%201-8.63-3.07%2019.5%2019.5%200%200%201-6-6A19.8%2019.8%200%200%201%202.11%204.18%202%202%200%200%201%204.11%202h3a2%202%200%200%201%202%201.72c.12.9.32%201.78.57%202.63a2%202%200%200%201-.45%202.11L8.09%209.91a16%2016%200%200%200%206%206l1.45-1.14a2%202%200%200%201%202.11-.45c.85.25%201.73.45%202.63.57A2%202%200%200%201%2022%2016.92Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M22%2016.92v3a2%202%200%200%201-2.18%202%2019.8%2019.8%200%200%201-8.63-3.07%2019.5%2019.5%200%200%201-6-6A19.8%2019.8%200%200%201%202.11%204.18%202%202%200%200%201%204.11%202h3a2%202%200%200%201%202%201.72c.12.9.32%201.78.57%202.63a2%202%200%200%201-.45%202.11L8.09%209.91a16%2016%200%200%200%206%206l1.45-1.14a2%202%200%200%201%202.11-.45c.85.25%201.73.45%202.63.57A2%202%200%200%201%2022%2016.92Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 1280px) {
  .nav {
    gap: 16px;
  }

  .nav-links {
    gap: 4px;
  }

  .nav-links > a,
  .mega-button {
    padding: 0 9px;
  }

  .header-actions {
    min-width: 150px;
  }

  .header-actions .phone-link {
    display: none;
  }
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 11px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  transition: transform .2s ease, opacity .2s ease;
}

body.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  min-height: 700px;
  display: grid;
  align-items: end;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(9, 10, 9, .88), rgba(9, 10, 9, .48) 52%, rgba(9, 10, 9, .12)),
    var(--hero-image);
  background-size: cover;
  background-position: center;
}

.hero.compact {
  min-height: 560px;
}

.hero-inner {
  padding: 98px 0 74px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--bronze);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero .eyebrow,
.dark-band .eyebrow,
.quote-hero .eyebrow {
  color: #e3c49b;
}

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

h1,
h2,
.display-title {
  font-family: var(--font-display);
  font-weight: 400;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: 82px;
  line-height: .96;
}

h2 {
  margin-bottom: 18px;
  font-size: 52px;
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.14;
}

.hero-copy {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .84);
  font-size: 21px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 860px;
  margin-top: 54px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .08);
}

.hero-proof div {
  padding: 18px 22px;
  border-right: 1px solid rgba(255, 255, 255, .24);
}

.hero-proof div:last-child {
  border-right: 0;
}

.hero-proof strong {
  display: block;
  font-size: 23px;
}

.hero-proof span {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.product-detail-hero {
  padding: 76px 0 68px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(246, 241, 232, .96)),
    var(--paper);
}

.product-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1fr);
  gap: 56px;
  align-items: center;
}

.product-detail-copy h1 {
  max-width: 820px;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(50px, 6vw, 92px);
  line-height: .94;
}

.product-detail-copy .hero-copy {
  max-width: 680px;
  color: var(--ink-soft);
}

.product-detail-media {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(43, 40, 34, .08);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-detail-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

section {
  padding: 92px 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 48px;
  align-items: end;
  margin-bottom: 40px;
}

.section-head p,
.lead {
  color: var(--ink-soft);
  font-size: 19px;
}

.stone-band {
  background: var(--white);
}

.dark-band {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(29, 92, 66, .18), transparent 42%),
    #151713;
}

.dark-band .section-head p,
.dark-band .lead,
.dark-band .muted {
  color: rgba(255, 255, 255, .68);
}

.dark-band .check-list li {
  color: rgba(255, 255, 255, .68);
}

.offer-strip {
  margin-top: -1px;
  padding: 18px 0;
  color: var(--white);
  background: var(--green-dark);
}

.offer-strip .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.offer-strip strong {
  color: var(--clay);
}

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

.service-card {
  display: block;
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 92, 66, .32);
  box-shadow: var(--shadow);
}

.service-card small {
  display: block;
  margin-bottom: 30px;
  color: var(--bronze);
  font-weight: 850;
}

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

.material-card {
  min-height: 530px;
  display: grid;
  align-content: end;
  padding: 28px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  background: #222;
  box-shadow: var(--shadow);
}

.material-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.material-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .82));
}

.material-card:hover img {
  transform: scale(1.04);
}

.material-card > *:not(img) {
  position: relative;
  z-index: 1;
}

.material-card p {
  color: rgba(255, 255, 255, .76);
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 22px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: rgba(255, 255, 255, .84);
  font-size: 12px;
  font-weight: 800;
}

.pill.dark {
  color: var(--ink-soft);
  border-color: var(--line);
  background: rgba(255, 255, 255, .68);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
}

.split-image {
  min-height: 520px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  color: var(--ink-soft);
}

.check-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--green);
}

.detail-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.detail-lab {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(167, 123, 75, .22), transparent 30%),
    linear-gradient(135deg, #111410, #1b211b 56%, #123727);
}

.detail-lab-grid {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: 34px;
  align-items: center;
}

.detail-lab-copy .lead {
  color: rgba(255, 255, 255, .72);
}

.detail-lab-panel {
  display: grid;
  grid-template-columns: 1.12fr .88fr .88fr;
  grid-template-rows: 230px 230px;
  gap: 12px;
}

.lab-card {
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  background: #222;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .18);
}

.lab-card.is-large {
  grid-row: span 2;
}

.lab-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.lab-card:hover img {
  transform: scale(1.04);
}

.lab-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .82));
}

.lab-card div {
  position: relative;
  z-index: 1;
}

.lab-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--clay);
  font-weight: 850;
}

.lab-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
}

.lab-card small {
  color: rgba(255, 255, 255, .74);
}

.detail-tile {
  min-height: 260px;
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: var(--radius);
  color: var(--white);
  background: #222;
}

.detail-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .78));
}

.detail-tile strong,
.detail-tile span {
  position: relative;
  z-index: 1;
}

.detail-tile strong {
  font-size: 19px;
}

.detail-tile span {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.project-mosaic {
  display: grid;
  grid-template-columns: 1.35fr .8fr .85fr;
  grid-template-rows: 290px 290px;
  gap: 14px;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
  background: #222;
}

.project-card:first-child {
  grid-row: span 2;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .74));
}

.project-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
}

.project-caption strong {
  display: block;
  font-size: 22px;
}

.project-caption span {
  color: rgba(255, 255, 255, .72);
}

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

.project-gallery .project-card {
  min-height: 310px;
}

.project-gallery .project-card.is-wide {
  grid-column: span 2;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

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

.contact-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.contact-card + .contact-card {
  margin-top: 14px;
}

.contact-card h3 {
  margin-bottom: 16px;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  gap: 2px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.contact-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-list span {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.contact-list strong,
.contact-list a {
  color: var(--ink);
  font-weight: 800;
}

.map-panel {
  min-height: 420px;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--radius);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(21, 23, 19, .08), rgba(21, 23, 19, .86)),
    url("../images/project-natuursteen-header.jpg") center / cover;
}

.map-panel p {
  max-width: 540px;
  color: rgba(255, 255, 255, .76);
}

.navigator {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
}

.filter-panel,
.quote-panel,
.detail-panel {
  color: var(--ink);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.filter-panel {
  position: sticky;
  top: 112px;
  align-self: start;
}

.filter-panel a,
.filter-panel label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-weight: 700;
}

.filter-panel a:last-child,
.filter-panel label:last-child {
  border-bottom: 0;
}

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

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

.sample-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  transition: transform .2s ease, box-shadow .2s ease;
  color: inherit;
}

.sample-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.sample-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.product-card-media {
  display: block;
}

.product-sample-card {
  display: flex;
  flex-direction: column;
}

.product-sample-card .body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-sample-card h3 a {
  color: inherit;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
}

.product-count {
  margin-bottom: 14px;
  color: var(--ink-soft);
  font-weight: 800;
}

.filter-reset {
  width: 100%;
  margin: 14px 0 4px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.sample-card .body {
  padding: 18px;
}

.sample-card small,
.muted {
  color: var(--ink-soft);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, .04);
}

.step {
  padding: 24px;
  border-right: 1px solid var(--line-dark);
}

.step:last-child {
  border-right: 0;
}

.step span {
  display: block;
  margin-bottom: 44px;
  color: var(--clay);
  font-weight: 850;
}

.quote-experience {
  min-height: calc(100vh - 86px);
  padding: 28px 0 30px;
  background:
    radial-gradient(circle at 4% 8%, rgba(255, 255, 255, .8), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .42), rgba(220, 209, 194, .56)),
    var(--paper);
}

.quote-experience-shell {
  display: grid;
  grid-template-columns: minmax(340px, .86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: stretch;
}

.quote-story {
  min-height: 640px;
  display: grid;
  align-content: space-between;
  position: relative;
  overflow: hidden;
  padding: 42px;
  border-radius: var(--radius);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(246, 242, 234, .98), rgba(246, 242, 234, .8) 44%, rgba(246, 242, 234, .08) 70%),
    linear-gradient(180deg, rgba(246, 242, 234, .18), rgba(246, 242, 234, .7)),
    url("../images/project-natuursteen-keuken.jpg") center / cover;
  box-shadow: var(--shadow);
}

.quote-story::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(246, 242, 234, .84));
  pointer-events: none;
}

.quote-story-content,
.quote-trust-card {
  position: relative;
  z-index: 1;
}

.quote-story h1 {
  max-width: 560px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(54px, 5vw, 78px);
}

.quote-story h1 em {
  color: var(--green);
  font-style: italic;
}

.quote-story .hero-copy {
  max-width: 470px;
  color: var(--ink);
  font-size: 18px;
}

.quote-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.quote-trust-card {
  width: min(100%, 540px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 23, 19, .1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 46px rgba(21, 23, 19, .12);
}

.quote-trust-card span {
  min-height: 112px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  padding: 12px;
  border-right: 1px solid rgba(21, 23, 19, .1);
  text-align: center;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.quote-trust-card span:last-child {
  border-right: 0;
}

.quote-trust-card i,
.benefit-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  border: 1px solid rgba(167, 123, 75, .34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .95) 0 47%, transparent 48%),
    rgba(167, 123, 75, .12);
}

.quote-trust-card i::before,
.benefit-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  margin: auto;
  background: var(--green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%206%2010%2017l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%206%2010%2017l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.quote-benefit-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 20px 8px 0;
}

.quote-benefit-row div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  align-items: start;
}

.quote-benefit-row strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green-dark);
}

.quote-benefit-row p {
  grid-column: 2;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.35;
}

.advisor-wizard {
  align-self: start;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 22px 62px rgba(21, 23, 19, .12);
  overflow: hidden;
}

.wizard-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 28px 30px 22px;
  border-bottom: 0;
}

.wizard-top h2 {
  margin-bottom: 0;
  font-size: 43px;
}

.progress {
  width: 100%;
  height: 8px;
  margin-top: 0;
  border-radius: 999px;
  background: #ece8df;
  overflow: hidden;
}

.progress span {
  display: block;
  width: 16.666%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), #3e8b66);
  transition: width .24s ease;
}

.step-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 18px 30px 20px;
  list-style: none;
  background: #fbfaf7;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.step-rail li {
  min-height: 68px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  position: relative;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 850;
}

.step-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(21, 23, 19, .15);
  border-radius: 50%;
  background: #fbfaf7;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.step-rail li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 17px;
  left: calc(50% + 24px);
  right: calc(-50% + 24px);
  height: 2px;
  background: rgba(21, 23, 19, .14);
}

.step-icon::before {
  content: "";
  width: 17px;
  height: 17px;
  background: currentColor;
  -webkit-mask: var(--step-mask) center / contain no-repeat;
  mask: var(--step-mask) center / contain no-repeat;
}

.step-rail [data-step-icon="project"] {
  --step-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M3%2011.5%2012%204l9%207.5'/%3E%3Cpath%20d='M5%2010.5V20h14v-9.5'/%3E%3Cpath%20d='M9%2020v-6h6v6'/%3E%3C/svg%3E");
}

.step-rail [data-step-icon="material"] {
  --step-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%203l8%204.5v9L12%2021l-8-4.5v-9L12%203Z'/%3E%3Cpath%20d='M12%2012l8-4.5'/%3E%3Cpath%20d='M12%2012v9'/%3E%3Cpath%20d='M12%2012%204%207.5'/%3E%3C/svg%3E");
}

.step-rail [data-step-icon="layout"] {
  --step-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M4%205h16v5H9v9H4V5Z'/%3E%3Cpath%20d='M13%2014h7v5h-7z'/%3E%3C/svg%3E");
}

.step-rail [data-step-icon="details"] {
  --step-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%2015.5a3.5%203.5%200%201%200%200-7%203.5%203.5%200%200%200%200%207Z'/%3E%3Cpath%20d='M19.4%2015a1.7%201.7%200%200%200%20.34%201.88l.04.07a2%202%200%200%201-1.73%203l-.08-.05a1.7%201.7%200%200%200-1.9.02%201.7%201.7%200%200%200-.82%201.66V22a2%202%200%200%201-3.46%200v-.1a1.7%201.7%200%200%200-.84-1.62%201.7%201.7%200%200%200-1.87-.02l-.08.05a2%202%200%200%201-1.73-3l.04-.07A1.7%201.7%200%200%200%204.6%2015a1.7%201.7%200%200%200-1.55-.96H3a2%202%200%200%201%200-3.46h.1a1.7%201.7%200%200%200%201.5-.97%201.7%201.7%200%200%200-.32-1.87l-.04-.07a2%202%200%200%201%201.73-3l.08.05a1.7%201.7%200%200%200%201.9-.02%201.7%201.7%200%200%200%20.82-1.66V3a2%202%200%200%201%203.46%200v.1a1.7%201.7%200%200%200%20.84%201.62%201.7%201.7%200%200%200%201.87.02l.08-.05a2%202%200%200%201%201.73%203l-.04.07a1.7%201.7%200%200%200%20.32%201.87%201.7%201.7%200%200%200%201.55.96h.1a2%202%200%200%201%200%203.46h-.1a1.7%201.7%200%200%200-1.5.95Z'/%3E%3C/svg%3E");
}

.step-rail [data-step-icon="plan"] {
  --step-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M14%202H6a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V8Z'/%3E%3Cpath%20d='M14%202v6h6'/%3E%3Cpath%20d='M8%2013h8'/%3E%3Cpath%20d='M8%2017h5'/%3E%3C/svg%3E");
}

.step-rail [data-step-icon="contact"] {
  --step-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%2021a8%208%200%200%200-16%200'/%3E%3Ccircle%20cx='12'%20cy='7'%20r='4'/%3E%3C/svg%3E");
}

.step-rail li.is-complete {
  color: var(--green-dark);
}

.step-rail li.is-active {
  color: var(--green-dark);
}

.step-rail li.is-complete .step-icon,
.step-rail li.is-active .step-icon {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.step-rail li.is-complete:not(:last-child)::after {
  background: var(--green);
}

.wizard-summary {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 28px 0;
}

.wizard-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(29, 92, 66, .1);
  font-size: 12px;
  font-weight: 800;
}

.wizard-step {
  display: none;
  padding: 28px 30px;
}

.wizard-step.is-active {
  display: block;
}

.step-copy {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--ink-soft);
}

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

.choice-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.choice-card {
  min-height: 0;
  height: auto;
  align-content: start;
  align-self: start;
  display: grid;
  gap: 12px;
  position: relative;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  background: #fbfaf7;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.choice-card:hover {
  transform: translateY(-1px);
  border-color: rgba(29, 92, 66, .32);
}

.choice-card input {
  position: absolute;
  opacity: 0;
}

.choice-card:focus-within,
.checkbox-card:focus-within,
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible,
.button:focus-visible,
.mega-button:focus-visible,
.whatsapp-float:focus-visible,
.nav-links > a:focus-visible {
  outline: 3px solid rgba(29, 92, 66, .42);
  outline-offset: 3px;
}

.choice-card img {
  width: 100%;
  height: clamp(112px, 10vw, 150px);
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
}

.choice-card strong {
  display: block;
}

.choice-card small {
  color: var(--ink-soft);
}

.choice-card:has(input:checked) {
  border-color: var(--green);
  background: rgba(29, 92, 66, .08);
  box-shadow: inset 0 0 0 1px var(--green);
}

.choice-card:has(input:checked)::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 50%;
  background:
    var(--green)
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='white'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M20%206%209%2017l-5-5'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
  box-shadow: 0 8px 24px rgba(18, 55, 39, .26);
}

.choice-card.text-only {
  align-content: start;
  min-height: 140px;
  padding: 18px 56px 18px 18px;
}

.choice-card.text-only:has(input:checked)::after {
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  background-size: 13px 13px;
}

.inline-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.checkbox-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  min-height: 70px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
  cursor: pointer;
}

.checkbox-card input {
  margin-top: 5px;
  accent-color: var(--green);
}

.checkbox-card strong {
  display: block;
}

.checkbox-card small {
  color: var(--ink-soft);
}

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

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.field span {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  background: var(--paper);
}

.field textarea {
  min-height: 128px;
  resize: vertical;
}

.wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 28px 28px;
  border-top: 1px solid var(--line);
}

.notice {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: var(--radius);
  color: var(--green-dark);
  background: rgba(29, 92, 66, .12);
  font-weight: 800;
}

.notice.is-visible {
  display: block;
}

.detail-hero {
  padding-top: 42px;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 42px;
}

.detail-media {
  min-height: 540px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
}

.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-panel h1 {
  color: var(--ink);
  font-size: 58px;
}

.spec-table {
  display: grid;
  margin: 26px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.spec-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  border-bottom: 1px solid var(--line);
}

.spec-row:last-child {
  border-bottom: 0;
}

.spec-row span,
.spec-row strong {
  padding: 14px 16px;
}

.spec-row span {
  color: var(--ink-soft);
  background: var(--paper);
}

.footer {
  padding: 54px 0;
  color: rgba(255, 255, 255, .74);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 32px;
}

.footer img {
  width: min(148px, 100%);
  height: auto;
  max-height: 88px;
  object-fit: contain;
  margin-bottom: 18px;
}

.footer a {
  display: block;
  margin-bottom: 9px;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner {
  max-width: min(520px, calc(100vw - 24px));
  border-radius: 18px;
  box-shadow: 0 18px 52px rgba(21, 23, 19, .22);
}

body.nav-open #cmplz-cookiebanner-container {
  display: none;
}

@media (max-width: 1060px) {
  .nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links,
  .header-actions {
    display: none;
  }

  body.nav-open .nav-links {
    position: fixed;
    inset: 86px 14px auto;
    max-height: calc(100vh - 86px);
    overflow: auto;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 10px 16px 18px;
    background: rgba(246, 241, 232, .98);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  body.nav-open .nav-links > a,
  body.nav-open .mega-button {
    width: 100%;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }

  .mega-panel {
    position: static;
    width: 100%;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 0 12px;
    padding: 4px 0 0 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--ink);
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .mega-nav.is-open .mega-panel {
    display: grid;
    transform: none;
  }

  .mega-group {
    padding: 0;
    border: 0;
  }

  .mega-feature {
    display: none;
  }

  .mega-group strong {
    display: block;
    margin: 12px 0 2px;
    color: var(--bronze);
    font-size: 11px;
    letter-spacing: .08em;
  }

  .mega-group a {
    padding: 11px 0;
    border-top-color: var(--line);
  }

  .mega-group a span {
    color: var(--green-dark);
    font-size: 15px;
  }

  .mega-group a small {
    display: block;
    color: var(--ink-soft);
    font-size: 12px;
  }

  .mobile-menu-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-top: 14px;
  }

  .mobile-menu-actions .button {
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 40px;
  }

  .hero {
    min-height: 620px;
  }

  .section-head,
  .split,
  .product-detail-hero-grid,
  .navigator,
  .contact-grid,
  .content-grid,
  .detail-lab-grid,
  .quote-experience-shell,
  .quote-shell,
  .detail-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .quote-intro,
  .filter-panel {
    position: static;
  }

  .product-detail-hero {
    padding: 60px 0;
  }

  .product-detail-copy h1 {
    font-size: clamp(44px, 8vw, 68px);
  }

  .product-detail-media {
    min-height: 340px;
  }

  .quote-story {
    min-height: 520px;
    background:
      linear-gradient(90deg, rgba(246, 242, 234, .98), rgba(246, 242, 234, .78) 52%, rgba(246, 242, 234, .22)),
      linear-gradient(180deg, rgba(246, 242, 234, .2), rgba(246, 242, 234, .74)),
      url("../images/project-natuursteen-keuken.jpg") center / cover;
  }

  .quote-benefit-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 4px;
  }

  .detail-lab-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .lab-card.is-large {
    grid-row: span 1;
  }

  .material-grid,
  .sample-grid,
  .steps,
  .choice-grid,
  .choice-grid.four,
  .service-grid,
  .detail-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px 260px 260px;
  }

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

  .project-card:first-child {
    grid-column: 1 / -1;
    grid-row: span 1;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 1200px);
  }

  .nav {
    min-height: 86px;
  }

  .brand img {
    width: 104px;
  }

  body.nav-open .nav-links {
    inset: 86px 14px auto;
    max-height: calc(100vh - 86px);
  }

  section {
    padding: 64px 0;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 31px;
  }

  .hero,
  .hero.compact {
    min-height: 590px;
  }

  .product-detail-hero {
    padding: 42px 0 48px;
  }

  .product-detail-hero-grid {
    gap: 24px;
  }

  .product-detail-copy h1 {
    font-size: clamp(38px, 12vw, 48px);
  }

  .product-detail-media {
    min-height: 240px;
  }

  .quote-experience {
    min-height: 0;
    padding: 14px 0 24px;
  }

  .quote-experience-shell {
    gap: 12px;
  }

  .quote-story {
    min-height: 124px;
    padding: 14px 16px;
    background:
      linear-gradient(180deg, rgba(246, 242, 234, .96) 0 38%, rgba(246, 242, 234, .56) 66%, rgba(246, 242, 234, .9)),
      url("../images/project-natuursteen-keuken.jpg") center / cover;
  }

  .quote-story::after {
    height: 28%;
  }

  .quote-story h1 {
    max-width: 330px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1;
  }

  .quote-story .hero-copy {
    display: none;
  }

  .quote-story-actions {
    display: none;
  }

  .quote-story-actions .button {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13px;
  }

  .quote-trust-card {
    display: none;
  }

  .quote-trust-card i,
  .benefit-icon {
    width: 30px;
    height: 30px;
  }

  .quote-trust-card i::before,
  .benefit-icon::before {
    width: 15px;
    height: 15px;
  }

  .quote-hero {
    min-height: 360px;
    background-position: center top;
  }

  .hero-inner,
  .quote-hero .shell {
    padding: 54px 0 36px;
  }

  .quote-hero h1 {
    max-width: 430px;
    margin-bottom: 14px;
    font-size: 38px;
    line-height: .98;
  }

  .hero-copy {
    font-size: 18px;
  }

  .quote-hero .hero-copy {
    max-width: 420px;
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.45;
  }

  .quote-hero .button-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .quote-hero .button {
    min-height: 42px;
    padding: 0 11px;
    font-size: 13px;
    white-space: nowrap;
  }

  .quote-stage {
    padding-top: 18px;
  }

  .quote-shell {
    gap: 12px;
  }

  .quote-intro {
    display: none;
  }

  .advisor-wizard {
    margin-inline: -6px;
    border-radius: 0;
    box-shadow: 0 16px 34px rgba(21, 23, 19, .1);
  }

  .offer-strip .shell,
  .wizard-actions {
    display: grid;
  }

  .wizard-top {
    position: static;
    display: grid;
    gap: 8px;
    padding: 12px 12px 10px;
    background: var(--white);
  }

  .wizard-top .eyebrow {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .wizard-top h2 {
    font-size: 22px;
    line-height: 1;
  }

  .progress {
    width: 100%;
    height: 6px;
    margin-top: 0;
  }

  .hero-proof,
  .material-grid,
  .sample-grid,
  .steps,
  .form-grid,
  .inline-options,
  .detail-lab-panel,
  .service-grid,
  .detail-strip,
  .project-mosaic {
    grid-template-columns: 1fr;
  }

  .step-rail {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: visible;
    scrollbar-width: none;
    padding: 8px 14px 9px;
  }

  .step-rail::-webkit-scrollbar {
    display: none;
  }

  .step-rail li {
    min-width: 0;
    min-height: 30px;
    padding: 0 3px;
    font-size: 9px;
  }

  .step-rail li > span:not(.step-icon) {
    display: none;
  }

  .step-icon {
    width: 25px;
    height: 25px;
  }

  .step-icon::before {
    width: 13px;
    height: 13px;
  }

  .step-rail li:not(:last-child)::after {
    top: 12px;
    left: calc(50% + 18px);
    right: calc(-50% + 18px);
  }

  .wizard-summary {
    display: none;
  }

  .wizard-step {
    padding: 12px;
  }

  .step-copy {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 1.35;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .choice-grid,
  .choice-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .choice-card {
    align-content: start;
    gap: 5px;
    min-height: 0;
    padding: 7px;
  }

  .choice-card:has(input:checked)::after {
    width: 20px;
    height: 20px;
    top: 9px;
    right: 9px;
    background-size: 11px 11px;
  }

  .choice-card img {
    display: block;
    height: 38px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 5px;
  }

  .choice-card strong {
    font-size: 12.5px;
    line-height: 1.12;
  }

  .choice-card small {
    display: none;
    font-size: 11px;
    line-height: 1.35;
  }

  .choice-card.text-only {
    min-height: 68px;
    padding: 9px 32px 9px 9px;
  }

  .choice-card.text-only small {
    display: block;
    font-size: 10.5px;
    line-height: 1.25;
  }

  .choice-card.text-only:has(input:checked)::after {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: 11px 11px;
  }

  .checkbox-card {
    min-height: 44px;
    gap: 7px;
    padding: 8px;
  }

  .wizard-step .inline-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .checkbox-card input {
    margin-top: 2px;
  }

  .checkbox-card strong {
    font-size: 11.5px;
    line-height: 1.15;
  }

  .checkbox-card small {
    display: none;
  }

  .wizard-step .form-grid[style] {
    margin-top: 9px !important;
  }

  .field {
    gap: 6px;
  }

  .field input,
  .field select,
  .field textarea {
    min-height: 44px;
    padding: 10px 12px;
  }

  .field textarea {
    min-height: 64px;
  }

  .hero-proof div,
  .step {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

  .steps .step {
    border-bottom-color: var(--line-dark);
  }

  .material-card {
    min-height: 420px;
  }

  .detail-tile {
    min-height: 220px;
  }

  .project-mosaic {
    grid-template-rows: repeat(5, 300px);
  }

  .project-gallery,
  .project-gallery .project-card.is-wide {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .quote-benefit-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 8px 4px 0;
  }

  .quote-benefit-row div {
    padding: 2px 0;
  }

  .quote-benefit-row p {
    font-size: 13px;
  }

  .wizard-actions {
    position: sticky;
    bottom: 0;
    z-index: 8;
    grid-template-columns: .74fr 1.26fr;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
  }

  .wizard-actions .button {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    font-size: 14px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner {
    max-height: 42vh;
    overflow: auto;
    inset: auto 10px 10px auto;
    width: calc(100vw - 20px);
  }

  #cmplz-cookiebanner-container .cmplz-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .whatsapp-float {
    right: max(12px, env(safe-area-inset-right));
    bottom: calc(max(12px, env(safe-area-inset-bottom)) + 76px);
    min-height: 55px;
    width: 55px;
    justify-content: center;
    padding: 0;
    box-shadow: 0 14px 34px rgba(18, 55, 39, .3);
  }

  .whatsapp-float svg {
    width: 25px;
    height: 25px;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .quote-story-actions {
    display: grid;
  }

  .quote-story-actions,
  .choice-grid,
  .choice-grid.four {
    grid-template-columns: 1fr;
  }

  .quote-story h1 {
    font-size: 34px;
  }
}
