:root{--black:#090909;--ink:#171717;--white:#fff;--paper:#f4f1eb;--muted:#5d5d5d;--line:#ded8cf;--gold:#b49358;--gold-light:#dcc38f;--soft:#fbfaf7}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Manrope,Arial,sans-serif;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
button,input,select{font:inherit}
.site-header{height:78px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid #eceae6;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
.brand{font:800 16px Manrope,Inter,sans-serif;letter-spacing:.16em}
.desktop-nav{display:flex;gap:30px;font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.desktop-nav a{color:#4d4d4d}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--black)}
.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--black);padding:14px 24px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;transition:.2s;border-radius:999px}
.header-cta,.btn-dark{background:var(--black);color:white}
.header-cta:hover,.btn-dark:hover{background:#282828}
.btn-light{background:white;color:var(--black)}
.btn-light:hover{background:var(--gold-light)}
.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:10px;font-weight:800;color:#8c6d38}
.catalog-hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:.9fr 1.1fr;background:linear-gradient(135deg,#fff 0%,#fbfaf7 48%,#eee7dc 100%)}
.catalog-copy{padding:8vw 6vw;display:flex;flex-direction:column;justify-content:center}
.catalog-copy h1,.section-heading h2,.comparison-copy h2,.slider-head h2,.reviews-head h2,.final-cta h2,.product-copy h1,.selector-title{font-family:Manrope,Inter,sans-serif;font-weight:800;letter-spacing:-.055em;line-height:1.02}
.catalog-copy h1{font-size:clamp(48px,5.9vw,86px);margin:22px 0 24px;max-width:760px}
.catalog-copy p{max-width:560px;color:var(--muted);line-height:1.75;font-size:17px;margin:0}
.hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.hero-proof span,.product-includes span{display:inline-flex;align-items:center;border:1px solid #d7cbb8;background:rgba(255,255,255,.8);color:#2d2a25;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800}
.hero-proof span:before,.product-includes span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);margin-right:8px;flex:none}
.hero-actions{display:flex;align-items:center;gap:12px;margin-top:34px;flex-wrap:wrap}
.catalog-feature{position:relative;overflow:hidden;background:#111;min-height:620px}
.catalog-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.18));pointer-events:none}
.catalog-feature img{height:100%;object-fit:cover;transition:transform .6s}
.catalog-feature:hover img{transform:scale(1.015)}
.image-badge,.card-badge{position:absolute;z-index:2;background:var(--gold-light);color:#16120b;text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:.14em;padding:10px 14px;border-radius:999px}
.image-badge{top:28px;right:28px}
.card-badge{top:14px;right:14px}
.card-badge.neutral{background:#eee8dc}
.card-badge.zaad{background:#d7e5ef}
.benefit-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:34px 4vw;background:linear-gradient(180deg,#eee7dc 0%,var(--paper) 100%)}
.benefit-cards div{background:rgba(255,255,255,.72);border:1px solid #e4d9ca;border-radius:24px;padding:24px;display:grid;grid-template-columns:42px 1fr;column-gap:14px;align-items:center;box-shadow:0 18px 44px rgba(54,42,25,.06)}
.benefit-cards div span{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#151515;color:white;font-weight:900}
.benefit-cards strong{font:800 18px Manrope,Inter,sans-serif;letter-spacing:-.03em}
.benefit-cards small{color:var(--muted);font-size:12px;margin-top:4px}
.kits-section{padding:110px 4vw;background:var(--paper)}
.section-heading{text-align:center;max-width:760px;margin:0 auto 58px}
.section-heading h2{font-size:clamp(36px,4.8vw,64px);margin:18px 0}
.section-heading p{color:var(--muted);line-height:1.7;margin:0}
.kit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1440px;margin:auto}
.kit-card{background:white;border:1px solid var(--line);position:relative;display:flex;flex-direction:column;transition:.25s;border-radius:26px;overflow:hidden}
.kit-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(0,0,0,.1)}
.kit-card.featured{border:2px solid var(--gold);box-shadow:0 18px 48px rgba(180,147,88,.16)}
.kit-card-image{aspect-ratio:1.12;overflow:hidden;background:#111}
.kit-card-image img{height:100%;object-fit:cover}
.kit-card-body{padding:26px;display:flex;flex-direction:column;flex:1}
.card-top{display:grid;gap:6px;align-items:start}
.card-top span{font-size:22px;font-weight:900;letter-spacing:-.04em}
.card-top strong{font-size:25px;white-space:nowrap;letter-spacing:-.04em}
.kit-card-body p{color:var(--muted);font-size:14px;line-height:1.6;min-height:45px;margin:14px 0 18px}
.item-chips{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 26px}
.item-chips span{display:inline-flex;align-items:center;gap:8px;border:1px solid #e2d1af;background:linear-gradient(180deg,#fffaf0 0%,#fff 100%);color:#2d2a25;border-radius:999px;padding:10px 13px;font-size:12px;font-weight:850;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.item-chips span:before{content:attr(data-icon);width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#171717;color:var(--gold-light);font-size:9px;line-height:1;flex:none}
.card-arrow{margin-top:auto;margin-left:auto;width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:white;border:1px solid #e2d8c8;box-shadow:0 12px 34px rgba(0,0,0,.08);font-size:20px;font-weight:900;transition:.2s}
.card-arrow:hover{background:var(--gold-light);transform:translateX(3px)}
.comparison-section{padding:105px 4vw;background:var(--soft)}
.comparison-copy{max-width:1440px;margin:0 auto 28px;display:flex;align-items:end;justify-content:space-between;gap:24px}
.comparison-copy h2{font-size:clamp(34px,4vw,56px);margin:16px 0 0}
.kit-choice-table{max-width:1440px;margin:auto;background:white;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.055)}
.choice-row{display:grid;grid-template-columns:1.15fr 1.35fr 1.8fr .55fr 46px;gap:22px;align-items:center;padding:18px 24px;border-bottom:1px solid #ece7df;transition:.2s}
.choice-row:last-child{border-bottom:0}
.choice-row:not(.choice-head):hover{background:#fffaf0}
.choice-row.featured{background:#fffaf0}
.choice-head{background:#fbfaf7;color:#81766a;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:900;padding-top:16px;padding-bottom:16px}
.choice-kit{display:grid;grid-template-columns:82px 1fr;align-items:center;column-gap:16px;position:relative}
.choice-kit img{width:82px;height:68px;border-radius:16px;object-fit:cover;background:#111}
.choice-kit strong{font-size:19px;letter-spacing:-.04em}
.choice-kit small{display:inline-flex;margin-top:6px;width:max-content;background:var(--gold-light);color:#17120b;border-radius:999px;padding:5px 8px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}
.choice-row>span:nth-child(2){color:#444;line-height:1.45;font-size:14px}
.choice-row>span:nth-child(3){display:flex;flex-wrap:wrap;gap:7px}
.choice-row em{font-style:normal;border:1px solid #e2d1af;background:#fffaf0;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:850;color:#2d2a25}
.choice-row>strong{font-size:19px;letter-spacing:-.04em;white-space:nowrap}
.choice-row i{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#171717;color:white;font-style:normal;font-weight:900;justify-self:end}
.media-slider-section{padding:105px 0;background:var(--paper);overflow:hidden}
.slider-head{padding:0 4vw;max-width:980px;margin:0 auto 38px;text-align:center}
.slider-head h2{font-size:clamp(34px,4vw,56px);margin:16px 0 12px}
.slider-head p{color:var(--muted);line-height:1.7;margin:0}
.media-slider{display:flex;gap:18px;overflow-x:auto;padding:0 4vw 12px;scroll-snap-type:x mandatory;scrollbar-width:thin}
.media-slider img{flex:0 0 clamp(260px,28vw,390px);height:clamp(340px,38vw,520px);object-fit:cover;border-radius:28px;border:1px solid #e4d9ca;box-shadow:0 22px 58px rgba(0,0,0,.12);scroll-snap-align:start;background:#111}
.reviews-section{padding:105px 4vw;background:var(--paper)}
.marketplace-reviews{background:var(--soft)}
.reviews-head{max-width:760px;margin:0 auto 44px;text-align:center}
.reviews-head h2{font-size:clamp(34px,4vw,56px);margin:16px 0 0}
.review-summary{max-width:1180px;margin:0 auto 22px;background:white;border:1px solid var(--line);border-radius:26px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 18px 50px rgba(0,0,0,.05)}
.review-summary div strong{font-size:42px;letter-spacing:-.06em;margin-right:12px}
.review-summary div span{color:#b49358;letter-spacing:.08em}
.review-summary div small{display:block;color:#777;margin-top:4px;font-size:12px}
.review-tabs{display:flex;gap:10px;flex-wrap:wrap}
.review-tabs button{border:1px solid #e2d1af;background:#fffaf0;border-radius:999px;padding:11px 15px;font-size:12px;font-weight:900;color:#2d2a25;cursor:pointer}
.review-tabs button.active{background:#171717;color:white;border-color:#171717}
.reviews-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.generated-reviews.compact .review-card:nth-child(n+10){display:none}
.review-card{background:white;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 18px 50px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:12px}
.review-card[hidden]{display:none}
.review-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.review-card-header strong{font-size:15px}
.review-card-header small{display:block;color:#777;margin-top:3px;font-size:11px}
.review-stars{color:#b49358;letter-spacing:.08em;font-size:12px;white-space:nowrap}
.review-card p{font-size:14px;line-height:1.58;margin:0;color:#242424}
.review-media{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:auto}
.review-media img{height:132px;object-fit:cover;border-radius:16px;border:1px solid #eee3d4;background:#111}
.review-meta{display:flex;justify-content:space-between;gap:12px;color:#777;font-size:11px;margin-top:auto}
.reviews-note{max-width:760px;margin:24px auto 0;text-align:center;color:#777;font-size:11px;line-height:1.6}
.how-it-works{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#222;color:white}
.how-it-works div{background:var(--black);padding:54px 5vw}
.how-it-works span{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:var(--gold-light);color:#17120b;font-weight:900;margin-bottom:18px}
.how-it-works strong{display:block;font-size:22px;letter-spacing:-.03em}
.how-it-works p{color:#aaa;line-height:1.65;margin:10px 0 0;font-size:13px}
.final-cta{text-align:center;background:#141414;color:white;padding:96px 5vw}
.final-cta h2{font-size:clamp(34px,4.8vw,64px);max-width:850px;margin:16px auto 28px}
footer{background:var(--black);color:#aaa;padding:28px 4vw;border-top:1px solid #252525;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.14em;text-transform:uppercase}
.product-hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.08fr .92fr;background:linear-gradient(135deg,#fff 0%,#fbfaf7 100%)}
.product-visual{position:relative;background:#111;min-height:640px}
.product-visual img{height:100%;object-fit:cover}
.product-stamp{position:absolute;top:28px;left:28px;background:var(--gold-light);padding:11px 15px;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:900;border-radius:999px;z-index:2}
.product-copy{padding:6vw;display:flex;flex-direction:column;justify-content:center}
.back-link{text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:#777;margin-bottom:28px;font-weight:800}
.product-copy h1{font-size:clamp(48px,5.6vw,76px);margin:12px 0}
.product-tagline{color:var(--muted);line-height:1.7;max-width:520px;font-size:16px}
.product-price{font-size:48px;font-weight:900;letter-spacing:-.055em;margin:24px 0}
.product-includes{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 30px;max-width:560px}
.product-form{display:grid;grid-template-columns:1fr 150px;gap:12px}
.field{display:flex;flex-direction:column;gap:8px}
.field label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}
.field input,.field select{height:48px;border:1px solid #aaa;background:white;padding:0 14px;color:#151515;border-radius:12px}
.product-form .btn{grid-column:1/-1;height:52px}
.small-note{font-size:11px;color:#777;margin-top:14px;line-height:1.6}
.kit-selector{padding:96px 4vw;background:var(--paper)}
.selector-head{display:flex;justify-content:space-between;align-items:end;max-width:1440px;margin:0 auto 35px}
.selector-title{font-size:42px;margin:0}
.selector-head p{color:var(--muted);font-size:13px}
.selector-grid{max-width:1440px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.selector-card{background:white;border:1px solid var(--line);padding:12px;display:grid;grid-template-columns:90px 1fr;gap:15px;align-items:center;position:relative;border-radius:20px}
.selector-card.active{border:2px solid var(--gold)}
.selector-card img{width:90px;height:76px;object-fit:cover;border-radius:12px}
.selector-card span,.selector-card strong{display:block}
.selector-card span{font-weight:900;font-size:17px;letter-spacing:-.03em}
.selector-card strong{font-size:11px;margin-top:6px}
.selector-card:hover{border-color:var(--gold)}
.product-benefits{display:grid;grid-template-columns:repeat(3,1fr);padding:70px 5vw;background:var(--black);color:white;text-align:center}
.product-benefits div{border-right:1px solid #333;padding:10px 30px}
.product-benefits div:last-child{border:0}
.product-benefits strong{font:800 21px Manrope,Inter,sans-serif;display:block;letter-spacing:-.02em}
.product-benefits span{display:block;color:#aaa;font-size:11px;line-height:1.6;margin-top:8px}
@media(max-width:1050px){.desktop-nav{display:none}.catalog-hero,.product-hero{grid-template-columns:1fr}.catalog-feature{min-height:60vh}.catalog-copy{padding:90px 7vw}.benefit-cards,.kit-grid,.selector-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}.choice-row{grid-template-columns:1fr;gap:12px;align-items:start}.choice-head{display:none}.choice-row i{justify-self:start}.product-visual{min-height:62vh}.product-copy{padding:70px 7vw}.comparison-copy{display:block}.how-it-works{grid-template-columns:1fr}.review-summary{align-items:flex-start;flex-direction:column}}
@media(max-width:650px){.site-header{height:66px;padding:0 20px}.header-cta{padding:11px 14px}.catalog-hero{min-height:auto}.catalog-copy{padding:68px 24px}.catalog-copy h1{font-size:44px}.catalog-copy p{font-size:15px}.catalog-feature{min-height:430px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .btn{width:100%}.benefit-cards,.kits-section,.kit-selector,.comparison-section,.reviews-section{padding:76px 20px}.media-slider-section{padding:76px 0}.benefit-cards,.kit-grid,.selector-grid,.reviews-grid{grid-template-columns:1fr}.choice-row{padding:20px}.choice-kit{grid-template-columns:96px 1fr}.choice-kit img{width:96px;height:80px}.product-benefits{grid-template-columns:1fr;gap:0}.product-benefits div{border-right:0;border-bottom:1px solid #333;padding:26px 10px}.product-benefits div:last-child{border-bottom:0}.product-visual{min-height:430px}.product-copy{padding:52px 24px}.product-form{grid-template-columns:1fr}.selector-head{display:block}.selector-head p{margin-top:12px}footer{padding:25px 20px}.card-top strong{font-size:23px}.review-media img{height:160px}}
