:root {
  --green: #0C2820;
  --olive: #697354;
  --olive-2: #697354;
  --sage: #F0F0E9;
  --warm-white: #FDFDFC;
  --brown: #734116;
  --gold: #846840;
  --text: #17241E;
  --border: #D8D9D2;
  --white: #fff;
  --shadow: 0 12px 36px rgba(12, 40, 32, .09);
  --radius: 12px;
  --shell: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--warm-white);
  color: var(--text);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
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, var(--shell)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 9999;
  background: var(--green); color: white; padding: 12px 18px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--green); letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 4.2vw, 4.85rem); line-height: 1.05; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 3.1vw, 3.25rem); line-height: 1.13; margin-bottom: 20px; }
h3 { font-size: 1.45rem; line-height: 1.25; margin-bottom: 10px; }
.eyebrow {
  margin-bottom: 12px; color: var(--gold); font-weight: 700; font-size: .82rem;
  letter-spacing: .14em; text-transform: uppercase;
}
.section { padding: 112px 0; }
.section--soft { background: var(--sage); }
.section--dark { background: var(--green); color: white; }
.section--dark h2, .section--dark h3, .section--dark .eyebrow { color: white; }
.centered-heading { max-width: 850px; margin: 0 auto 54px; text-align: center; }
.centered-heading p:last-child { max-width: 740px; margin-inline: auto; }
.section-heading { margin-bottom: 50px; max-width: 920px; }
.section-heading--between { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading--between > div { max-width: 900px; }
.section-heading--light { color: rgba(255,255,255,.82); }
.section-heading--light p:last-child { max-width: 780px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brown); font-weight: 700; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s ease; }

.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  border-radius: 12px; padding: 15px 24px; font-weight: 700; line-height: 1;
  border: 1.5px solid transparent; transition: .2s ease; cursor: pointer;
}
.button--primary { background: var(--brown); color: white; box-shadow: 0 8px 20px rgba(115,65,22,.16); }
.button--primary:hover { background: #663912; transform: translateY(-1px); }
.button--secondary { background: transparent; color: var(--green); border-color: var(--green); }
.button--secondary:hover { background: var(--green); color: white; }
.button--light { background: white; color: var(--green); }
.button--light:hover { background: var(--sage); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #B98B58; outline-offset: 3px;
}
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 24px; }

.usp-topbar { height: 68px; background: var(--olive); color: white; overflow: hidden; }
.usp-topbar__track { height: 100%; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.usp-topbar__item { display: flex; align-items: center; justify-content: center; gap: 10px; min-width: 0; font-size: 15px; white-space: nowrap; }
.usp-topbar__item img { width: 26px; height: 26px; object-fit: contain; }

.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(253,253,252,.98);
  border-bottom: 1px solid rgba(216,217,210,.8); box-shadow: 0 8px 26px rgba(12,40,32,.06);
}
.header-inner { min-height: 120px; display: grid; grid-template-columns: 300px 1fr auto; align-items: center; gap: 32px; }
.brand img { width: 278px; height: auto; }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 1.8vw, 34px); }
.desktop-nav a, .nav-mega-trigger {
  position: relative; background: none; border: 0; padding: 15px 0; font-size: 16px; font-weight: 600; white-space: nowrap; cursor: pointer;
}
.desktop-nav a::after, .nav-mega-trigger::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: var(--brown); transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.desktop-nav a:hover::after, .nav-mega-trigger:hover::after, .nav-mega-trigger[aria-expanded="true"]::after { transform: scaleX(1); }
.nav-mega-trigger { display: inline-flex; align-items: center; gap: 6px; }
.nav-mega-trigger img { width: 18px; height: 18px; transition: transform .2s ease; }
.nav-mega-trigger[aria-expanded="true"] img { transform: rotate(180deg); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cta { margin-right: 8px; min-width: 138px; }
.icon-button {
  position: relative; display: inline-flex; width: 48px; height: 48px; border: 0; border-radius: 50%; background: transparent; align-items: center; justify-content: center; cursor: pointer;
}
.icon-button:hover { background: var(--sage); }
.icon-button img { width: 27px; height: 27px; }
.cart-count {
  position: absolute; top: 1px; right: 1px; width: 21px; height: 21px; border-radius: 50%;
  display: grid; place-items: center; background: var(--brown); color: white; font-size: 11px; font-weight: 800;
}
.menu-button { display: none; }

.mega-menu { position: absolute; left: 0; right: 0; top: 100%; padding: 16px 0 30px; }
.mega-menu__card {
  display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid var(--border);
  border-radius: 12px; box-shadow: var(--shadow); overflow: hidden;
}
.mega-column { padding: 30px 32px; display: flex; flex-direction: column; gap: 7px; }
.mega-column + .mega-column { border-left: 1px solid var(--border); }
.mega-icon { width: 46px; height: 46px; border-radius: 50%; background: var(--sage); display: grid; place-items: center; margin-bottom: 8px; }
.mega-icon img { width: 29px; height: 29px; }
.mega-column h2 { font-size: 19px; margin: 0 0 4px; }
.mega-column a { font-size: 15px; line-height: 1.5; }
.mega-column a:hover { color: var(--brown); }
.mega-column .mega-all { margin-top: 8px; color: var(--brown); font-weight: 700; }
.mobile-menu { border-top: 1px solid var(--border); padding: 18px 24px 28px; background: white; }
.mobile-menu nav { display: flex; flex-direction: column; max-width: 720px; margin: auto; }
.mobile-menu nav > a, .mobile-menu summary { min-height: 52px; display: flex; align-items: center; padding: 8px 0; font-weight: 650; border-bottom: 1px solid var(--border); cursor: pointer; }
.mobile-menu summary { list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-submenu { display: grid; padding: 8px 0 12px 18px; }
.mobile-submenu a { padding: 7px 0; font-size: 15px; }
.mobile-menu .button { margin-top: 18px; border-bottom: 0; }

.hero { padding: 52px 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.15fr); align-items: center; gap: 52px; }
.hero-copy { padding-left: clamp(0px, 2vw, 28px); }
.hero-lead { font-size: 1.1rem; line-height: 1.58; max-width: 680px; }
.check-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 34px; font-weight: 600; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center; color: white; background: var(--olive); font-size: 13px; font-weight: 800;
}
.hero-visual { position: relative; }
.hero-visual::before {
  content: ""; position: absolute; inset: -24px -56px 28px 120px; background: var(--sage); border-radius: 160px 0 0 160px; z-index: -1;
}
.hero-visual > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 28px 8px 28px 8px; box-shadow: 0 24px 70px rgba(12,40,32,.14); }
.hero-spec-card {
  position: absolute; left: -22px; bottom: -24px; background: white; border: 1px solid var(--border); border-radius: 14px;
  display: grid; grid-template-columns: repeat(3, 1fr); min-width: 440px; box-shadow: var(--shadow); padding: 14px 8px;
}
.hero-spec-card div { display: grid; text-align: center; padding: 3px 18px; }
.hero-spec-card div + div { border-left: 1px solid var(--border); }
.hero-spec-card strong { color: var(--green); font-size: 17px; }
.hero-spec-card span { color: var(--olive); font-size: 13px; }

.intro-strip { background: var(--green); color: white; }
.intro-strip__grid { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.intro-strip p { margin: 0; font-size: 18px; }
.intro-strip a { color: white; font-weight: 700; white-space: nowrap; }

.split-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 88px; }
.media-stack { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; align-items: end; }
.product-window-card { margin: 0; grid-row: span 2; border-radius: 18px; overflow: hidden; background: var(--sage); }
.product-window-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.detail-pair { display: grid; gap: 18px; }
.detail-pair figure { margin: 0; overflow: hidden; background: var(--sage); border: 1px solid var(--border); border-radius: 14px; }
.detail-pair img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.detail-pair figcaption { padding: 13px 15px; font-size: 14px; font-weight: 650; color: var(--green); }
.section-copy > p:not(.eyebrow) { max-width: 670px; }
.feature-list { display: grid; gap: 20px; margin: 34px 0 38px; }
.feature-list article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; }
.feature-list article > img { width: 52px; height: 52px; }
.feature-list h3 { font-size: 20px; margin-bottom: 4px; }
.feature-list p { margin: 0; font-size: 15.5px; }

.usp-band { background: var(--sage); border-top: 1px solid rgba(216,217,210,.65); border-bottom: 1px solid rgba(216,217,210,.65); }
.usp-band__grid { display: grid; grid-template-columns: repeat(5, 1fr); min-height: 170px; align-items: center; }
.usp-band article { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 16px; padding: 20px 24px; min-height: 92px; }
.usp-band article + article { border-left: 1px solid var(--border); }
.usp-band__icon { width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.62); }
.usp-band__icon img { width: 52px; height: 52px; }
.usp-band h2 { font-size: 14px; line-height: 1.25; letter-spacing: .01em; margin: 0 0 5px; }
.usp-band p { margin: 0; font-size: 14px; line-height: 1.45; }

.room-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 330px; gap: 20px; }
.image-card { position: relative; overflow: hidden; border-radius: 14px; background: var(--green); }
.image-card--wide { grid-column: span 2; }
.image-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.image-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(12,40,32,.78)); }
.image-card span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: white; display: grid; }
.image-card strong { font-size: 21px; }
.image-card small { font-size: 14px; opacity: .88; }
.image-card:hover img { transform: scale(1.035); }

.inspiration { padding-bottom: 0; }
.inspiration-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: stretch; min-height: 650px; }
.inspiration-image { border-radius: 26px 0 0 26px; overflow: hidden; }
.inspiration-image img { width: 100%; height: 100%; object-fit: cover; }
.inspiration-copy { background: var(--sage); padding: clamp(48px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; border-radius: 0 26px 26px 0; }
.plain-list { list-style: none; padding: 0; margin: 20px 0 30px; display: grid; gap: 8px; }
.plain-list li { padding-left: 22px; position: relative; }
.plain-list li::before { content: "•"; color: var(--gold); position: absolute; left: 2px; font-weight: 900; }

.material-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.material-grid article { background: white; border-radius: 14px; overflow: hidden; }
.material-grid img { width: 100%; height: 520px; object-fit: cover; object-position: center; }
.material-grid article > div { padding: 22px 24px 25px; }
.material-grid h3 { margin-bottom: 8px; }
.material-grid a { color: var(--brown); font-weight: 700; font-size: 15px; }

.fabric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 70px; }
.fabric-grid article { position: relative; padding: 34px; border: 1px solid var(--border); border-radius: 12px; background: white; min-height: 230px; }
.fabric-grid article span { color: var(--gold); font-weight: 800; font-size: 14px; }
.fabric-grid h3 { margin-top: 34px; }
.fabric-grid p { margin: 0; }
.profile-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.profile-heading h3 { margin-bottom: 4px; }
.profile-heading p { margin: 0; }
.profile-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.profile-grid figure { margin: 0; background: white; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.profile-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.profile-grid figcaption { padding: 15px; font-size: 14px; font-weight: 800; color: var(--green); }
.profile-grid figcaption span { font-weight: 500; color: var(--olive); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-grid article { position: relative; padding: 38px 34px; background: white; border: 1px solid var(--border); border-radius: 12px; }
.service-icon { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; background: var(--sage); margin-bottom: 28px; }
.service-icon img { width: 45px; height: 45px; }
.step-number { position: absolute; right: 26px; top: 24px; color: rgba(12,40,32,.12); font-size: 60px; line-height: 1; font-weight: 800; }
.service-grid p { min-height: 108px; }
.service-grid a { color: var(--brown); font-weight: 700; font-size: 15px; }

.spec-section { background: var(--green); color: white; padding: 76px 0; }
.spec-section h2, .spec-section .eyebrow { color: white; }
.spec-grid { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 58px; align-items: center; }
.spec-grid p:last-child { margin-bottom: 0; color: rgba(255,255,255,.75); }
.spec-grid dl { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid rgba(255,255,255,.2); }
.spec-grid dl div { padding: 15px 30px; }
.spec-grid dt { color: rgba(255,255,255,.65); font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.spec-grid dd { margin: 4px 0 0; font-weight: 700; line-height: 1.35; }

.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.price-grid article { border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: white; }
.price-grid article > a { display: block; background: var(--sage); overflow: hidden; }
.price-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .3s ease; }
.price-grid article:hover img { transform: scale(1.018); }
.price-grid article > div { padding: 26px 28px 30px; }
.price-grid article > div > p { margin: 0 0 3px; color: var(--gold); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.price-grid h3 { margin-bottom: 2px; }
.price-grid article > div > span { color: var(--olive); font-size: 15px; }
.price-grid article > div > a { display: block; margin-top: 20px; color: var(--brown); font-weight: 700; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-grid > div:first-child { position: sticky; top: 165px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: white; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.faq-list summary { position: relative; list-style: none; padding: 21px 62px 21px 24px; font-weight: 700; cursor: pointer; color: var(--green); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-size: 27px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 24px 22px; margin: 0; }

.final-cta { padding: 86px 0; background: white; }
.final-cta__inner { background: var(--sage); border-radius: 20px; padding: 54px 62px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta__inner > div:first-child { max-width: 720px; }
.final-cta__inner h2 { margin-bottom: 10px; }
.final-cta__inner p:last-child { margin: 0; }
.final-cta .button-row { margin: 0; flex-wrap: nowrap; }

.usp-band--footer { margin-top: 0; }
.site-footer { background: white; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr) 1.15fr; gap: 52px; padding: 72px 0 64px; }
.footer-brand img { width: 255px; height: auto; margin-bottom: 24px; }
.footer-brand p { font-size: 15px; margin: 0; }
.footer-column { display: flex; flex-direction: column; gap: 8px; }
.footer-column h2 { font-size: 14px; letter-spacing: .03em; margin: 0 0 10px; }
.footer-column a { font-size: 15px; line-height: 1.45; }
.footer-column a:hover { color: var(--brown); }
.footer-contact { gap: 18px; }
.footer-contact > a { display: flex; gap: 13px; align-items: start; }
.footer-contact img { width: 25px; height: 25px; flex: 0 0 auto; margin-top: 2px; }
.footer-contact span { display: grid; }
.footer-contact small { color: var(--olive); margin-top: 2px; }
.legal-bar { background: var(--olive); color: white; }
.legal-bar__inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 14px; }
.legal-bar nav { display: flex; gap: 54px; }
.legal-bar a:hover { text-decoration: underline; }

@media (max-width: 1199px) {
  .shell { width: min(100% - 36px, var(--shell)); }
  .header-inner { min-height: 96px; grid-template-columns: 260px 1fr; }
  .desktop-nav { display: none; }
  .brand img { width: 240px; }
  .header-actions { justify-content: end; }
  .menu-button { display: inline-flex; }
  .hero-grid { gap: 42px; }
  .hero-spec-card { left: -12px; min-width: 420px; }
  .usp-band__grid { grid-template-columns: repeat(3, 1fr); padding: 20px 0; }
  .usp-band article + article { border-left: 0; }
  .usp-band article:nth-child(2), .usp-band article:nth-child(3), .usp-band article:nth-child(5) { border-left: 1px solid var(--border); }
  .usp-band article:nth-child(n+4) { border-top: 1px solid var(--border); }
  .room-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-grid { grid-template-columns: repeat(3, 1fr); }
  .spec-grid { grid-template-columns: 1fr 1.4fr; }
  .spec-grid > a { grid-column: 1 / -1; justify-self: start; }
  .footer-grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .footer-contact { grid-column: 3; }
}

@media (max-width: 900px) {
  h1 { font-size: 3.3rem; }
  .section { padding: 84px 0; }
  .usp-topbar__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0; }
  .usp-topbar__item { flex: 0 0 50%; scroll-snap-align: start; }
  .hero-grid, .split-layout, .inspiration-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
  .hero-copy { padding-left: 0; }
  .hero-visual { margin-top: 12px; }
  .hero-visual::before { inset: -20px -50px 30px 25%; }
  .hero-spec-card { position: relative; left: auto; bottom: auto; margin: -28px 20px 0; min-width: 0; }
  .intro-strip__grid { padding: 22px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
  .media-stack { max-width: 720px; margin: auto; }
  .inspiration { padding-bottom: 84px; }
  .inspiration-image { border-radius: 22px 22px 0 0; }
  .inspiration-copy { border-radius: 0 0 22px 22px; }
  .material-grid { grid-template-columns: 1fr 1fr; }
  .material-grid article:last-child { grid-column: span 2; }
  .material-grid img { height: 450px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid p { min-height: 0; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec-grid dl { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding-top: 14px; }
  .spec-grid dl div { padding-left: 0; }
  .faq-grid > div:first-child { position: static; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: auto; }
}

@media (max-width: 767px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, var(--shell)); }
  .usp-topbar { height: 58px; }
  .usp-topbar__item { font-size: 13px; gap: 7px; }
  .usp-topbar__item img { width: 22px; height: 22px; }
  .header-inner { min-height: 82px; grid-template-columns: 1fr auto; gap: 12px; }
  .brand img { width: 195px; }
  .header-cta, .search-button { display: none; }
  .icon-button { width: 46px; height: 46px; }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 2rem; }
  .hero { padding: 38px 0 68px; }
  .hero-grid { gap: 34px; }
  .hero-lead { font-size: 1.04rem; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .hero-spec-card { grid-template-columns: 1fr; margin: -18px 12px 0; padding: 8px 18px; }
  .hero-spec-card div { grid-template-columns: 1fr 1fr; align-items: center; text-align: left; padding: 10px 0; }
  .hero-spec-card div + div { border-left: 0; border-top: 1px solid var(--border); }
  .hero-spec-card span { text-align: right; }
  .section { padding: 68px 0; }
  .section-heading--between, .profile-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .media-stack { grid-template-columns: 1fr; }
  .product-window-card { grid-row: auto; max-height: 620px; }
  .product-window-card img { aspect-ratio: 4 / 5; }
  .detail-pair { grid-template-columns: repeat(2, 1fr); }
  .feature-list article { grid-template-columns: 48px 1fr; gap: 14px; }
  .feature-list article > img { width: 44px; height: 44px; }
  .usp-band__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0; }
  .usp-band article { flex: 0 0 82%; scroll-snap-align: center; border: 0 !important; min-height: 138px; }
  .room-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .image-card--wide { grid-column: auto; }
  .inspiration-grid { min-height: 0; }
  .inspiration-image { min-height: 360px; }
  .inspiration-copy { padding: 42px 28px; }
  .material-grid { grid-template-columns: 1fr; }
  .material-grid article:last-child { grid-column: auto; }
  .material-grid img { height: 430px; }
  .fabric-grid { grid-template-columns: 1fr; margin-bottom: 50px; }
  .fabric-grid article { min-height: 0; }
  .profile-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .profile-grid figure { flex: 0 0 62%; scroll-snap-align: start; }
  .spec-grid dl { grid-template-columns: 1fr; }
  .spec-grid dl div { padding: 12px 0; }
  .price-grid { grid-template-columns: 1fr; }
  .faq-list summary { padding-left: 18px; }
  .faq-list details p { padding-left: 18px; }
  .final-cta { padding: 52px 0; }
  .final-cta__inner { padding: 36px 24px; }
  .final-cta .button-row { width: 100%; display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; padding: 56px 0; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .legal-bar__inner { padding: 20px 0; align-items: flex-start; flex-direction: column; }
  .legal-bar nav { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Homepage-aanpassingen 17-07-2026 */
.werking-details { padding-top: 104px; }
.werking-details__heading { margin-bottom: 38px; }
.werking-details__figure {
  margin: 0; overflow: hidden; border-radius: 18px; background: #F4F1EA;
  box-shadow: 0 22px 60px rgba(12,40,32,.12); border: 1px solid rgba(12,40,32,.08);
}
.werking-details__figure img { width: 100%; height: auto; }
.werking-details__actions {
  display: flex; align-items: center; justify-content: space-between; gap: 36px;
  max-width: 1120px; margin: 30px auto 0;
}
.werking-details__actions p { margin: 0; max-width: 760px; }
.material-grid article img { height: 440px; object-fit: cover; }
.material-card--kunststof img { object-position: center 48%; }
.material-card--hout img { object-position: center 56%; }
.material-card--aluminium img { object-position: center 43%; }
.profile-overview {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch;
}
.profile-overview figure {
  margin: 0; padding: 20px; border-radius: 16px; background: #fff;
  border: 1px solid var(--border); box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 14px;
}
.profile-overview { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; margin-top: 8px; }
.profile-card {
  background: white; border: 1px solid var(--border); border-radius: 18px; padding: 26px;
  box-shadow: 0 14px 34px rgba(12,40,32,.06); display: grid; gap: 18px;
}
.profile-card__top { display: grid; gap: 8px; }
.profile-card__eyebrow { color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.profile-card h3 { margin: 0; font-size: 1.28rem; }
.profile-card p { margin: 0; color: #59635D; }
.sample-strip { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.sample-item { background: linear-gradient(180deg, #FCFBF8 0%, #F4F0E7 100%); border: 1px solid #e7e1d4; border-radius: 14px; padding: 14px 10px 12px; display: grid; justify-items: center; gap: 10px; text-align: center; }
.sample-swatch { display: block; box-shadow: inset 0 0 0 1px rgba(12,40,32,.08); }
.sample-swatch--vertical { width: 18px; height: 76px; border-radius: 7px; background: var(--swatch); }
.sample-swatch--horizontal { width: 100%; max-width: 76px; height: 18px; border-radius: 999px; background: var(--swatch); }
.sample-item strong { display: block; font-size: 13px; color: var(--green); line-height: 1.25; }
.sample-item span { display: block; font-size: 12px; color: var(--olive); line-height: 1.3; }
.profile-card__hint { display: flex; flex-wrap: wrap; gap: 8px; }
.profile-card__hint span {
  display: inline-flex; align-items: center; padding: 7px 10px; border-radius: 999px;
  background: #F4F1E8; border: 1px solid var(--border); color: var(--green); font-size: .82rem; font-weight: 700;
}
.profile-note {
  display: flex; justify-content: space-between; align-items: center; gap: 30px;
  margin-top: 24px; padding: 24px 28px; border-radius: 14px; background: var(--sage);
}
.profile-note p { margin: 0; max-width: 900px; }
@media (max-width: 860px) {
  .werking-details__actions, .profile-note { align-items: flex-start; flex-direction: column; }
  .profile-overview { grid-template-columns: 1fr; }
  .sample-strip { grid-template-columns: repeat(5, minmax(84px,1fr)); overflow-x: auto; padding-bottom: 4px; }
  .sample-item { min-width: 84px; }
  .material-grid article img { height: 350px; }
}

.material-grid article { position: relative; }
.material-badge { position: absolute; top: 18px; left: 18px; z-index: 2; display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 999px; background: rgba(12,40,32,.88); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .01em; }
@media (max-width: 767px) {
  .material-badge { top: 14px; left: 14px; font-size: 12px; padding: 7px 10px; }
  .hero { padding: 40px 0 62px; }
  .hero-grid { gap: 28px; }
  .hero-visual > img { aspect-ratio: 16 / 11; }
}


.eyebrow--olive { color: var(--olive); }
.profile-overview { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; margin-top: 8px; }
.profile-panel {
  background: white; border: 1px solid var(--border); border-radius: 18px; padding: 24px;
  box-shadow: 0 14px 34px rgba(12,40,32,.06); display: grid; gap: 14px;
}
.profile-panel h3 { margin: 0; font-size: 1.22rem; }
.profile-panel p { margin: 0; color: #59635D; }
.profile-panel--image .profile-visual {
  background: linear-gradient(180deg, #FCFBF8 0%, #F4F1E8 100%); border: 1px solid #ECE7DB;
  border-radius: 14px; min-height: 200px; display: grid; place-items: center; padding: 18px;
}
.profile-panel--image .profile-visual img { width: 100%; height: 100%; max-height: 180px; object-fit: contain; }
.profile-panel__eyebrow { color: var(--brown); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.profile-bullets { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 2px; }
.profile-bullets span {
  display: inline-flex; align-items: center; min-height: 44px; padding: 10px 12px; border-radius: 12px;
  background: #F7F5EF; border: 1px solid #E8E2D5; color: var(--green); font-weight: 700; font-size: 14px; line-height: 1.3;
}
.profile-color-list { display: grid; gap: 8px; margin-top: 4px; }
.profile-color-list div { display: flex; align-items: center; gap: 10px; color: var(--green); font-weight: 700; font-size: 14px; }
.profile-color-dot { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(12,40,32,.12); background: var(--dot); flex: 0 0 auto; }
.profile-note { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 24px; padding: 24px 28px; border-radius: 14px; background: var(--sage); }
.profile-note p { margin: 0; max-width: 900px; }
@media (max-width: 860px) {
  .profile-overview { grid-template-columns: 1fr; }
  .profile-bullets { grid-template-columns: 1fr; }
}


.section--olive { background: var(--olive-2); color: white; }
.section--olive h2, .section--olive h3, .section--olive .eyebrow, .section--olive p { color: white; }
.section--olive .material-grid article { background: rgba(255,255,255,.96); }
.section--olive .material-grid article > div p, .section--olive .material-grid article > div h3 { color: var(--green); }
.section--olive .material-grid a { color: var(--brown); }

.profile-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 12px;
}
.profile-panel {
  background: white;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(12,40,32,.06);
  display: grid;
  gap: 12px;
}
.profile-panel--square .profile-visual {
  background: linear-gradient(180deg, #FCFBF8 0%, #F4F1E8 100%);
  border: 1px solid #ECE7DB;
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: hidden;
}
.profile-panel--square .profile-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.profile-panel__eyebrow { color: var(--brown); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.profile-color-list { display: grid; gap: 8px; margin-top: 6px; }
.profile-color-list div { display: flex; align-items: center; gap: 10px; color: var(--green); font-weight: 700; font-size: 14px; }
.profile-color-dot { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(12,40,32,.12); background: var(--dot); flex: 0 0 auto; }
.profile-bullets { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 4px; }
.profile-bullets span {
  display: inline-flex; align-items: center; min-height: 44px; padding: 10px 12px; border-radius: 12px;
  background: #F7F5EF; border: 1px solid #E8E2D5; color: var(--green); font-weight: 700; font-size: 14px; line-height: 1.3;
}
.profile-note { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 24px; padding: 24px 28px; border-radius: 14px; background: var(--sage); }
.profile-note p { margin: 0; max-width: 900px; }
@media (max-width: 860px) {
  .profile-overview { grid-template-columns: 1fr; }
  .profile-bullets { grid-template-columns: 1fr; }
}


/* Homepage v7 — compactere SEO/UX-volgorde */
.section { padding: 80px 0; }
.section--compact { padding-top: 72px; padding-bottom: 72px; }
.section-heading { margin-bottom: 36px; }
.werking-details { padding-top: 72px; padding-bottom: 72px; }
.werking-details__heading { margin-bottom: 28px; }
.werking-details__figure { max-width: 1180px; margin-inline: auto; }
.room-grid { grid-auto-rows: 290px; gap: 18px; }
.inspiration-grid { min-height: 540px; }
.inspiration-copy { padding: clamp(40px, 4.8vw, 68px); }
.material-grid { margin-top: 34px; gap: 20px; }
.material-grid article img { height: 380px; }
.fabric-grid { margin-bottom: 42px; gap: 18px; }
.fabric-grid article { min-height: 195px; padding: 28px; }
.fabric-grid h3 { margin-top: 24px; }
.profile-overview { gap: 20px; }
.profile-panel { padding: 20px; }
.profile-panel--square .profile-visual { padding: 16px; }
.service-grid { gap: 18px; }
.service-grid article { padding: 32px 28px; }
.service-grid p { min-height: 82px; }
.faq-grid { gap: 56px; }
.final-cta { padding: 64px 0; }
.final-cta__inner { padding: 44px 50px; }

@media (max-width: 1024px) {
  .section, .section--compact, .werking-details { padding-top: 64px; padding-bottom: 64px; }
  .room-grid { grid-auto-rows: 270px; }
  .material-grid article img { height: 350px; }
}
@media (max-width: 767px) {
  .section, .section--compact, .werking-details { padding-top: 52px; padding-bottom: 52px; }
  .section-heading { margin-bottom: 28px; }
  .room-grid { grid-auto-rows: 250px; gap: 14px; }
  .inspiration-grid { min-height: 0; }
  .inspiration-copy { padding: 34px 24px; }
  .fabric-grid { margin-bottom: 32px; }
  .material-grid article img { height: 320px; }
  .service-grid article { padding: 28px 24px; }
  .service-grid p { min-height: 0; }
  .final-cta { padding: 48px 0; }
  .final-cta__inner { padding: 34px 24px; }
}

/* v9: directe URL-structuur, binnen de bestaande goedgekeurde homepage-layout */
@media (min-width: 1200px) {
  .mega-menu { padding-top: 12px; padding-bottom: 22px; }
  .mega-menu__card { overflow: visible; }
  .mega-column { padding: 22px 27px 24px; gap: 3px; }
  .mega-column h2 { margin-bottom: 7px; }
  .mega-column a { font-size: 13px; line-height: 1.34; padding: 1px 0; }
}
.mobile-submenu { gap: 20px; }
.mobile-submenu-group { display: grid; gap: 2px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.mobile-submenu-group:last-child { border-bottom: 0; padding-bottom: 0; }
.mobile-submenu-group h3 { margin: 0 0 5px; color: var(--green); font-size: 16px; }
.mobile-submenu-group a { padding: 5px 0; font-size: 14px; }
