: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; }


/* Configurator v4 – bedieningsstok en definitieve benamingen */
.sf-pole-layout{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(0,1.28fr);gap:26px;align-items:stretch}
.sf-pole-visual{margin:0;border:1px solid var(--border);border-radius:15px;background:linear-gradient(145deg,#F7F6F1,#ECEDE7);padding:18px;display:flex;flex-direction:column;justify-content:center;min-height:310px;overflow:hidden}
.sf-pole-visual img{width:100%;height:245px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(12,40,32,.13))}
.sf-pole-visual figcaption{margin-top:10px;color:#69746F;font-size:.75rem;line-height:1.45;text-align:center}
.sf-pole-options{display:flex;flex-direction:column;justify-content:center}
.sf-pole-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.sf-pole-option{position:relative}
.sf-pole-option input{position:absolute;opacity:0;pointer-events:none}
.sf-pole-option>span{position:relative;min-height:120px;padding:18px 17px;border:1.5px solid var(--border);border-radius:14px;background:#fff;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto 1fr;gap:3px 12px;cursor:pointer;transition:.18s ease}
.sf-pole-option b{color:var(--green);font-size:.92rem;line-height:1.25}
.sf-pole-option small{color:#6E7973;font-size:.72rem;line-height:1.35;grid-column:1}
.sf-pole-option strong{color:var(--brown);font-size:1rem;grid-column:2;grid-row:1/3;align-self:center;white-space:nowrap}
.sf-pole-option i{display:none;position:absolute;right:9px;bottom:9px;width:23px;height:23px;border-radius:50%;place-items:center;background:var(--green);color:#fff;font-style:normal;font-weight:900;font-size:.72rem}
.sf-pole-option input:checked+span{border-color:var(--green);box-shadow:0 0 0 3px rgba(12,40,32,.1);background:#F8F9F5}
.sf-pole-option input:checked+span i{display:grid}
.sf-pole-option input:focus-visible+span{outline:3px solid #B98B58;outline-offset:3px}
.sf-pole-help{margin:14px 0 0;color:#69746F;font-size:.76rem}
@media(max-width:767px){.sf-pole-layout{grid-template-columns:1fr}.sf-pole-visual{min-height:250px}.sf-pole-visual img{height:200px}.sf-pole-grid{grid-template-columns:1fr}.sf-pole-option>span{min-height:94px}}

/* v5 — uitsluitend configuratoraanpassingen */
.sf-part__image img{object-fit:contain!important;padding:7px;pointer-events:none}.sf-part__image{background-color:#fafafa!important}
.sf-part__image--vertical img{padding:3px 14px!important}
.sf-view-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 20px 16px;background:#fff}
.sf-view-button{min-height:48px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--green);font:inherit;font-size:.72rem;font-weight:800;line-height:1.25;padding:8px;cursor:pointer}
.sf-view-button:hover,.sf-view-button:focus-visible{border-color:var(--olive);outline:3px solid rgba(103,119,62,.15);outline-offset:1px}.sf-view-button.is-active{background:var(--sage);border-color:var(--olive);box-shadow:inset 0 0 0 1px var(--olive)}
.sf-preview-stage{--glass-top:9.3%;--glass-bottom:14.3%;--glass-left:14.5%;--glass-right:29.75%}
.sf-profile-side{top:var(--glass-top);bottom:var(--glass-bottom);width:6px;z-index:2}
.sf-profile-side--left{left:var(--glass-left)}.sf-profile-side--right{left:auto;right:var(--glass-right)}
.sf-fabric{left:var(--glass-left);right:var(--glass-right);transition:top .35s ease,bottom .35s ease,background .2s ease}
.sf-operation-bar{left:var(--glass-left);right:var(--glass-right);transition:top .35s ease,background .2s ease}
.sf-preview-stage[data-position="tdbu"] .sf-fabric{top:27%;bottom:27.25%}.sf-preview-stage[data-position="tdbu"] .sf-operation-bar--top{top:26.35%}.sf-preview-stage[data-position="tdbu"] .sf-operation-bar--bottom{top:72.05%}
.sf-preview-stage[data-position="topdown"] .sf-fabric{top:9.3%;bottom:48%}.sf-preview-stage[data-position="topdown"] .sf-operation-bar--top{top:8.7%}.sf-preview-stage[data-position="topdown"] .sf-operation-bar--bottom{top:51.35%}
.sf-preview-stage[data-position="bottomup"] .sf-fabric{top:48%;bottom:14.3%}.sf-preview-stage[data-position="bottomup"] .sf-operation-bar--top{top:47.35%}.sf-preview-stage[data-position="bottomup"] .sf-operation-bar--bottom{top:84.55%}
.sf-price-breakdown{padding:17px 0 15px}.sf-price-breakdown>div{display:grid;grid-template-columns:1fr auto;gap:16px;padding:7px 0;border-bottom:1px solid var(--border)}.sf-price-breakdown span{font-size:.78rem;color:#68736d}.sf-price-breakdown strong{font-size:.86rem;color:var(--green)}.sf-price-breakdown__total{margin-top:5px;border-top:2px solid var(--olive)!important;border-bottom:0!important;padding-top:12px!important}.sf-price-breakdown__total span,.sf-price-breakdown__total strong{font-size:1.28rem!important;font-weight:900;color:var(--green)}.sf-price-breakdown small{display:block;padding-top:8px;color:#77817c;font-size:.68rem}
@media(max-width:767px){.sf-view-controls{grid-template-columns:1fr;padding-inline:16px}.sf-view-button{min-height:44px}.sf-price-breakdown__total span,.sf-price-breakdown__total strong{font-size:1.12rem!important}}



/* Stick & Fit configurator — aanvullend op de goedgekeurde vaste websitebasis */
:root{--sf-fabric:#F3F0E9;--sf-adh:#F4F4F2;--sf-bar:#F4F4F2}
.sf-hero{padding:70px 0 52px;background:linear-gradient(180deg,#fff 0%,#F7F6F1 100%);border-bottom:1px solid var(--border)}
.sf-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:70px;align-items:center}
.sf-hero h1{max-width:850px;font-size:clamp(2.8rem,4.5vw,5rem)}
.sf-hero__lead{max-width:780px;font-size:1.13rem;color:#52605A;margin-bottom:0}
.sf-hero__facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.sf-hero__facts span{background:#fff;border:1px solid var(--border);border-radius:999px;padding:9px 14px;color:var(--green);font-size:.86rem;font-weight:800}
.sf-hero__note{background:var(--green);color:#fff;border-radius:18px;padding:28px 30px;box-shadow:var(--shadow)}.sf-hero__note strong{display:block;font-size:1.2rem;margin-bottom:8px}.sf-hero__note p{margin:0;color:rgba(255,255,255,.82);font-size:.95rem}
.sf-config{padding:56px 0 100px;background:#F7F7F2}.sf-config__grid{display:grid;grid-template-columns:minmax(0,1fr) 450px;gap:28px;align-items:start}.sf-form-stack{display:grid;gap:20px}
.sf-panel,.sf-preview-card,.sf-summary,.sf-cart{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 12px 34px rgba(12,40,32,.07);overflow:hidden}
.sf-panel__head{padding:23px 26px 18px;border-bottom:1px solid #ECEEE9;display:flex;gap:15px;align-items:flex-start}.sf-panel__head>span{flex:0 0 38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:800}.sf-panel__head h2{font-size:1.45rem;margin:2px 0 5px}.sf-panel__head p{margin:0;color:#65716B;font-size:.91rem;line-height:1.5}.sf-panel__body{padding:24px 26px 28px}
.sf-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sf-type input,.sf-color input,.sf-part input{position:absolute;opacity:0;pointer-events:none}.sf-type>span{position:relative;display:flex;flex-direction:column;min-height:164px;padding:16px;border:1.5px solid var(--border);border-radius:14px;cursor:pointer;transition:.2s;background:#fff}.sf-type>span:hover,.sf-part>span:hover,.sf-color>span:hover{border-color:var(--olive);transform:translateY(-2px)}.sf-type em{align-self:flex-start;font-style:normal;background:var(--sage);color:var(--olive);padding:4px 8px;border-radius:999px;font-size:.65rem;font-weight:900;text-transform:uppercase}.sf-type b{color:var(--green);font-size:1.1rem;margin:13px 0 4px}.sf-type small{font-size:.78rem;color:#65716B;line-height:1.4}.sf-type i{font-style:normal;color:var(--gold);font-size:.72rem;font-weight:800;margin-top:auto;padding-top:12px}.sf-type input:checked+span{border-color:var(--green);box-shadow:0 0 0 3px rgba(12,40,32,.1);background:#FBFCF9}.sf-type input:checked+span:after{content:'✓';position:absolute;right:12px;top:12px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:900}
.sf-color-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:14px}.sf-color-heading strong{color:var(--green)}.sf-color-heading span{color:var(--olive);font-size:.82rem}.sf-color-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.sf-color>span{display:flex;min-height:96px;flex-direction:column;align-items:center;gap:6px;padding:10px 7px;border:1.5px solid var(--border);border-radius:13px;cursor:pointer;transition:.18s}.sf-swatch{width:42px;height:42px;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.16);box-shadow:inset 0 0 0 4px rgba(255,255,255,.25)}.sf-color b{font-size:.72rem;color:var(--green)}.sf-color small{font-size:.66rem;color:#69756F;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.sf-color input:checked+span{border-color:var(--green);box-shadow:0 0 0 3px rgba(12,40,32,.1)}.sf-color input:checked+span .sf-swatch{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--green)}
.sf-field label{display:block;color:var(--green);font-size:.84rem;font-weight:800;margin-bottom:7px}.sf-field label small{color:#77817C;font-weight:600}.sf-field input{width:100%;height:54px;border:1.5px solid #CAD1CB;border-radius:11px;padding:0 14px;color:var(--green);font-weight:750;background:#fff}.sf-field input:focus{border-color:var(--green)}.sf-field>p{margin:6px 0 0;color:#77817C;font-size:.72rem;line-height:1.4}.sf-field--full{margin-bottom:18px}.sf-measure-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sf-input-unit{position:relative}.sf-input-unit input{padding-right:54px}.sf-input-unit span{position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:.78rem;color:#758079;font-weight:800}.sf-dimension-status{margin-top:15px;border-radius:11px;padding:12px 14px;background:var(--sage);color:#415234;font-size:.82rem}.sf-dimension-status.error{background:#FFF0ED;color:#913C31}.sf-dimension-status strong{display:block;margin-bottom:2px}
.sf-part-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.sf-part>span{display:flex;position:relative;flex-direction:column;height:168px;border:1.5px solid var(--border);border-radius:13px;overflow:hidden;cursor:pointer;transition:.18s;background:#fff}.sf-part__image{height:108px;display:grid;place-items:center;overflow:hidden;background:#fbfbf8}.sf-part__image img{width:100%;height:100%;object-fit:cover}.sf-part b,.sf-part small{padding:0 9px}.sf-part b{font-size:.72rem;color:var(--green);margin-top:8px}.sf-part small{font-size:.66rem;color:#6F7974}.sf-part i{display:none;position:absolute;right:7px;top:7px;width:23px;height:23px;border-radius:50%;place-items:center;background:var(--green);color:#fff;font-style:normal;font-weight:900}.sf-part input:checked+span{border-color:var(--green);box-shadow:0 0 0 3px rgba(12,40,32,.1)}.sf-part input:checked+span i{display:grid}
.sf-sidebar{position:sticky;top:152px;display:grid;gap:20px}.sf-preview-card__head{padding:22px 24px 17px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.sf-preview-card__head h2{font-size:1.35rem;margin:0 0 3px}.sf-preview-card__head p{margin:0;color:#6D7872;font-size:.8rem}.sf-preview-card__head>span{background:var(--sage);color:var(--olive);border-radius:999px;padding:6px 9px;font-size:.67rem;font-weight:800;text-transform:uppercase}.sf-preview-stage{position:relative;overflow:hidden;background:#F4F1E9}.sf-preview-stage>img{width:100%;height:auto}.sf-profile-side{position:absolute;top:9.3%;bottom:14.3%;width:8px;background:var(--sf-adh);z-index:2;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15),0 0 3px rgba(0,0,0,.1)}.sf-profile-side--left{left:14.55%}.sf-profile-side--right{left:69.35%}.sf-fabric{position:absolute;left:14.5%;right:29.75%;top:27.0%;bottom:27.25%;z-index:3;background:repeating-linear-gradient(to bottom,color-mix(in srgb,var(--sf-fabric) 92%,#fff) 0 4px,color-mix(in srgb,var(--sf-fabric) 76%,#7c6b55) 4px 6px);opacity:.96;box-shadow:inset 0 0 0 1px rgba(0,0,0,.09)}.sf-fabric.blackout{opacity:1}.sf-operation-bar{position:absolute;left:14.35%;right:29.55%;height:10px;background:var(--sf-bar);z-index:4;border-radius:2px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.22),0 1px 3px rgba(0,0,0,.24)}.sf-operation-bar--top{top:26.35%}.sf-operation-bar--bottom{top:72.05%}.sf-preview-note{margin:0;padding:15px 20px 19px;color:#69746F;font-size:.74rem;line-height:1.5}.sf-preview-note strong{color:var(--green)}
.sf-summary{padding:24px}.sf-summary__head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}.sf-summary__head h2{font-size:1.45rem;margin:0 0 3px}.sf-summary__head small{color:var(--olive)}.sf-summary__head>span{background:var(--green);color:#fff;border-radius:999px;padding:6px 9px;font-size:.66rem;font-weight:800;text-transform:uppercase}.sf-summary-list{margin:0;border-top:1px solid var(--border)}.sf-summary-list>div{display:grid;grid-template-columns:145px 1fr;gap:14px;padding:11px 0;border-bottom:1px solid var(--border)}.sf-summary-list dt{font-size:.78rem;color:#6E7973}.sf-summary-list dd{margin:0;text-align:right;font-size:.8rem;color:var(--green);font-weight:800}.sf-price{display:grid;grid-template-columns:1fr auto;gap:3px 16px;align-items:end;padding:19px 0 16px}.sf-price span{font-size:.8rem;color:#68736D}.sf-price strong{grid-row:1/3;grid-column:2;font-size:2rem;color:var(--green);line-height:1}.sf-price small{font-size:.68rem;color:#77817C}.sf-buy-row{display:grid;grid-template-columns:118px 1fr;gap:10px}.sf-quantity{height:48px;border:1px solid var(--border);border-radius:12px;display:grid;grid-template-columns:38px 1fr 38px;align-items:center}.sf-quantity button{height:100%;border:0;background:transparent;color:var(--green);cursor:pointer;font-size:1.2rem}.sf-quantity output{text-align:center;font-weight:800;color:var(--green)}.sf-add{width:100%}.sf-add:disabled{opacity:.45;cursor:not-allowed}.sf-secure{margin:12px 0 0;font-size:.68rem;color:#77817C;text-align:center}
.sf-cart{display:none;padding:24px}.sf-cart.open{display:block}.sf-cart h2{font-size:1.25rem;margin-bottom:15px}.sf-cart-items{display:grid;gap:8px}.sf-cart-item{display:grid;grid-template-columns:1fr 34px;gap:10px;padding:12px;border-radius:10px;background:var(--sage);font-size:.72rem}.sf-cart-item b{display:block;color:var(--green);font-size:.78rem}.sf-cart-item button{border:0;background:transparent;color:var(--brown);font-size:1.35rem;cursor:pointer}.sf-cart-total{display:flex;justify-content:space-between;margin:17px 0 14px;color:var(--green)}.sf-cart .button{width:100%}
.sf-toast{position:fixed;right:24px;bottom:24px;z-index:5000;background:var(--green);color:#fff;border-radius:12px;padding:14px 18px;box-shadow:var(--shadow);transform:translateY(120px);opacity:0;transition:.25s}.sf-toast.show{transform:translateY(0);opacity:1}
@media(max-width:1199px){.sf-hero__grid{grid-template-columns:1fr}.sf-hero__note{max-width:720px}.sf-config__grid{grid-template-columns:minmax(0,1fr) 390px}.sf-part-grid{grid-template-columns:repeat(3,1fr)}.sf-sidebar{top:120px}}
@media(max-width:900px){.sf-config__grid{grid-template-columns:1fr}.sf-sidebar{position:static;grid-row:1}.sf-preview-card,.sf-summary{max-width:720px;margin-inline:auto;width:100%}.sf-type-grid{grid-template-columns:1fr}.sf-type>span{min-height:130px}.sf-part-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:767px){html,body{overflow-x:hidden}.sf-hero{padding:46px 0 36px}.sf-hero h1{font-size:2.45rem}.sf-hero__grid{gap:30px}.sf-config{padding:32px 0 70px}.sf-panel__head,.sf-panel__body{padding-left:18px;padding-right:18px}.sf-color-grid{grid-template-columns:repeat(2,1fr)}.sf-measure-grid{grid-template-columns:1fr}.sf-part-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.sf-part{flex:0 0 45%;scroll-snap-align:start}.sf-summary-list>div{grid-template-columns:120px 1fr}.sf-buy-row{grid-template-columns:1fr}.sf-quantity{max-width:150px}.sf-sidebar{grid-row:auto}.sf-preview-card{order:0}}



/* Gratis-sampleshop */
.sample-main{background:#fdfdfb}.sample-hero{padding:74px 0 54px;background:linear-gradient(135deg,#f7f7f1 0%,#fff 56%,#eff1e8 100%);border-bottom:1px solid #dfe1d7}.sample-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:64px;align-items:center}.sample-hero h1{font-size:clamp(2.55rem,4.2vw,4.7rem);max-width:800px}.sample-hero__lead{font-size:1.16rem;max-width:720px;color:#415048}.sample-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.sample-hero__proof{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px;color:#526052;font-weight:700;font-size:.93rem}.sample-hero__proof span{display:inline-flex;align-items:center;gap:8px}.sample-hero__proof i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e4e8da;color:#53613f;font-style:normal}.sample-visual{position:relative;min-height:420px;display:grid;place-items:center}.sample-envelope{width:min(100%,470px);height:310px;background:#fff;border:1px solid #d9dbd1;border-radius:24px;box-shadow:0 24px 70px rgba(12,40,32,.15);padding:30px;position:relative;overflow:hidden;transform:rotate(1deg)}.sample-envelope:before{content:"";position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(145deg,transparent 49.5%,#f0f1eb 50%)}.sample-envelope__brand{font-weight:800;color:#0c2820;letter-spacing:-.02em}.sample-envelope__text{position:relative;z-index:2;margin-top:8px;color:#58655d}.sample-disc{position:absolute;width:118px;height:118px;border-radius:50%;box-shadow:0 12px 30px rgba(0,0,0,.14);border:8px solid rgba(255,255,255,.8);background:repeating-linear-gradient(0deg,var(--disc) 0 4px,color-mix(in srgb,var(--disc),#fff 16%) 4px 7px)}.sample-disc--1{right:45px;top:62px;--disc:#d9c7ad}.sample-disc--2{right:142px;top:126px;--disc:#74736d}.sample-disc--3{right:54px;top:188px;--disc:#26302c}.sample-limit{position:absolute;right:0;top:18px;background:#734116;color:white;padding:11px 18px;border-radius:999px;font-weight:800;box-shadow:0 10px 24px rgba(115,65,22,.23)}
.sample-section{padding:72px 0 110px}.sample-heading{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:34px}.sample-heading>div{max-width:760px}.sample-heading h2{margin-bottom:10px}.sample-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:34px;align-items:start}.sample-browser{min-width:0}.sample-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.sample-tab{border:1px solid #ced2c7;background:#fff;border-radius:999px;padding:12px 18px;font-weight:800;cursor:pointer;min-height:48px}.sample-tab[aria-selected="true"]{background:#0c2820;color:#fff;border-color:#0c2820}.sample-group{background:#fff;border:1px solid #dfe1d8;border-radius:18px;padding:25px;box-shadow:0 8px 26px rgba(12,40,32,.05)}.sample-group__head{display:flex;justify-content:space-between;gap:20px;align-items:start;padding-bottom:18px;border-bottom:1px solid #e6e7e1;margin-bottom:22px}.sample-group__head h3{margin-bottom:4px}.sample-group__head p{margin:0;color:#667168}.sample-group__badge{flex:none;border-radius:999px;background:#eff1e8;padding:7px 12px;color:#596346;font-weight:800;font-size:.85rem}.swatch-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px 12px}.swatch{position:relative;border:0;background:transparent;padding:0 4px 8px;cursor:pointer;text-align:center;min-width:0;border-radius:14px}.swatch:focus-visible{outline:3px solid #9aa579;outline-offset:4px}.swatch__disc{width:76px;height:76px;margin:0 auto 9px;border-radius:50%;display:block;position:relative;border:3px solid white;box-shadow:0 0 0 1px #cfd3ca,0 8px 18px rgba(12,40,32,.12);background:repeating-linear-gradient(0deg,var(--c) 0 4px,color-mix(in srgb,var(--c),#fff 14%) 4px 7px);transition:.18s transform,.18s box-shadow}.swatch:hover .swatch__disc{transform:translateY(-3px);box-shadow:0 0 0 2px #697354,0 12px 24px rgba(12,40,32,.16)}.swatch[aria-pressed="true"] .swatch__disc{box-shadow:0 0 0 4px #697354,0 12px 24px rgba(12,40,32,.18)}.swatch[aria-pressed="true"] .swatch__disc:after{content:"✓";position:absolute;right:-5px;top:-5px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#0c2820;color:white;font-size:.84rem;font-weight:900;border:3px solid white}.swatch[disabled]{opacity:.4;cursor:not-allowed}.swatch__code{display:block;font-weight:900;color:#0c2820;font-size:.88rem}.swatch__name{display:block;color:#6a746d;font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sample-note{margin-top:18px;padding:14px 16px;border-radius:12px;background:#f5f5f0;color:#59645d;font-size:.92rem}.sample-cart{position:sticky;top:126px;border-radius:20px;background:#fff;border:1px solid #d8dbd1;box-shadow:0 18px 54px rgba(12,40,32,.12);overflow:hidden}.sample-cart__head{padding:23px 24px;background:#0c2820;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px}.sample-cart__head h2{color:#fff;font-size:1.48rem;margin:0}.sample-count{min-width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0c2820;font-weight:900}.sample-cart__body{padding:22px 24px}.sample-empty{padding:30px 10px;text-align:center;color:#6b756e}.selected-list{display:grid;gap:10px;max-height:290px;overflow:auto}.selected-item{display:grid;grid-template-columns:36px minmax(0,1fr) 38px;gap:10px;align-items:center;padding:9px;border-radius:12px;background:#f5f6f1}.selected-item__dot{width:32px;height:32px;border-radius:50%;background:var(--c);box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.selected-item strong{display:block;font-size:.91rem}.selected-item small{color:#68736c}.selected-item button{border:0;background:#fff;border-radius:9px;width:36px;height:36px;cursor:pointer;color:#734116;font-weight:900}.sample-cart__summary{display:flex;justify-content:space-between;gap:12px;align-items:center;border-top:1px solid #e4e6df;margin-top:18px;padding-top:17px}.sample-cart__summary strong{font-size:1.1rem}.sample-cart__actions{display:grid;gap:10px;margin-top:16px}.sample-cart__actions .button{width:100%;cursor:pointer}.button--outline{background:#fff;color:#0c2820;border:1px solid #0c2820}.button--outline:hover{background:#eff1e8}.button[disabled]{opacity:.45;cursor:not-allowed}.sample-inline-checkout{border-top:1px solid #e0e2dc;margin-top:22px;padding-top:22px}.sample-inline-checkout[hidden]{display:none}.sample-inline-checkout h3{font-size:1.25rem}.sample-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.sample-field{display:grid;gap:6px}.sample-field--full{grid-column:1/-1}.sample-field label{font-weight:800;font-size:.88rem;color:#32423a}.sample-field input,.sample-field select{width:100%;min-height:48px;border:1px solid #cfd4ca;border-radius:10px;padding:10px 12px;background:#fff;color:#17241e}.sample-field input:focus,.sample-field select:focus{outline:3px solid rgba(132,140,116,.25);border-color:#697354}.sample-check{display:flex;gap:10px;align-items:flex-start;font-size:.84rem;color:#5f6a63}.sample-check input{width:20px;height:20px;flex:none;margin-top:2px}.sample-form__submit{grid-column:1/-1}.sample-form__status{grid-column:1/-1;border-radius:10px;padding:12px 14px;background:#f7eee7;color:#734116;font-weight:700;display:none}.sample-form__status.is-visible{display:block}.sample-success{padding:30px;border-radius:16px;background:#edf1e6;border:1px solid #cfd7c1;text-align:center}.sample-success__icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:#0c2820;color:#fff;font-size:1.7rem}.sample-success h3{margin-bottom:8px}.sample-success p{margin-bottom:0}.sample-how{padding:80px 0;background:#f0f0e9}.sample-how__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.sample-step{background:#fff;border:1px solid #d9dcd3;border-radius:16px;padding:24px}.sample-step__number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#697354;color:#fff;font-weight:900;margin-bottom:15px}.sample-step p{margin-bottom:0;color:#5f6b64}.mobile-cartbar{display:none}.sample-drawer{position:fixed;inset:0;z-index:1200;pointer-events:none}.sample-drawer__backdrop{position:absolute;inset:0;background:rgba(12,40,32,.48);opacity:0;transition:.2s}.sample-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(92vw,480px);background:#fff;transform:translateX(100%);transition:.25s;overflow:auto;padding:24px}.sample-drawer.is-open{pointer-events:auto}.sample-drawer.is-open .sample-drawer__backdrop{opacity:1}.sample-drawer.is-open .sample-drawer__panel{transform:none}.sample-drawer__close{margin-left:auto;display:grid;place-items:center;width:44px;height:44px;border:1px solid #d4d8cf;border-radius:50%;background:#fff;cursor:pointer;font-size:1.2rem}.drawer-list{display:grid;gap:10px;margin:18px 0}.drawer-actions{display:grid;gap:10px}.sample-cart-note{font-size:.85rem;color:#68736c;margin:12px 0 0}.sample-cart-persist{display:flex;gap:10px;align-items:flex-start;margin:14px 0 0;padding:12px 13px;border-radius:11px;background:#eff1e8;color:#4f5d4a;font-size:.82rem;line-height:1.45}.sample-cart-persist:before{content:"✓";flex:none;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#697354;color:#fff;font-weight:900;font-size:.72rem}.sample-envelope__text small{font-size:.78rem;color:#69746d}.sample-toast{position:fixed;z-index:1300;left:50%;bottom:90px;transform:translate(-50%,16px);background:#0c2820;color:#fff;padding:12px 18px;border-radius:999px;box-shadow:0 12px 34px rgba(0,0,0,.2);opacity:0;pointer-events:none;transition:.2s}.sample-toast.is-visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:1100px){.sample-hero__grid{grid-template-columns:1fr 400px;gap:34px}.sample-layout{grid-template-columns:minmax(0,1fr) 360px}.swatch-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:860px){.sample-hero{padding:54px 0 36px}.sample-hero__grid{grid-template-columns:1fr}.sample-visual{min-height:315px}.sample-envelope{height:270px}.sample-layout{display:block}.sample-cart{position:static;margin-top:24px}.swatch-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.sample-how__grid{grid-template-columns:1fr}.mobile-cartbar{position:fixed;display:flex;left:12px;right:12px;bottom:12px;z-index:1100;background:#0c2820;color:#fff;border-radius:15px;min-height:66px;padding:9px 10px 9px 16px;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 18px 50px rgba(12,40,32,.35)}.mobile-cartbar strong{display:block}.mobile-cartbar small{display:block;color:rgba(255,255,255,.75)}.mobile-cartbar button{border:0;background:#fff;color:#0c2820;border-radius:11px;min-height:48px;padding:10px 14px;font-weight:900}.sample-main{padding-bottom:86px}}
@media(max-width:600px){.shell{width:min(100% - 28px,var(--shell))}.sample-hero h1{font-size:2.45rem}.sample-hero__actions{display:grid}.sample-hero__actions .button{width:100%}.sample-visual{min-height:250px}.sample-envelope{height:225px;padding:22px}.sample-disc{width:86px;height:86px}.sample-disc--1{right:34px;top:48px}.sample-disc--2{right:108px;top:95px}.sample-disc--3{right:38px;top:135px}.sample-limit{right:4px;top:0}.sample-section{padding:54px 0 82px}.sample-heading{display:block}.sample-heading .sample-count{margin-top:16px}.sample-tabs{display:grid;grid-template-columns:1fr 1fr}.sample-tab{padding:10px 12px}.sample-tab:last-child{grid-column:1/-1}.sample-group{padding:18px 14px}.sample-group__head{display:block}.sample-group__badge{display:inline-flex;margin-top:10px}.swatch-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 5px}.swatch__disc{width:68px;height:68px}.sample-cart{display:none}.sample-form{grid-template-columns:1fr}.sample-field--full,.sample-form__submit,.sample-form__status{grid-column:1}.sample-drawer__panel{width:100%;padding:20px 18px 100px}.sample-how{padding:58px 0}.sample-heading h2{font-size:2.05rem}.sample-cart__head{padding:18px}.sample-cart__body{padding:18px}.sample-count{width:52px;height:52px;min-width:52px}.selected-list{max-height:none}}
