.product-icon { display: grid; width: 58px; height: 58px; flex: 0 0 auto; place-items: center; border-radius: 17px; color: var(--white); font-family: var(--display); font-size: 21px; font-weight: 850; box-shadow: 0 10px 24px rgba(32, 48, 45, 0.1); }
img.product-icon { object-fit: cover; }
.product-icon-large { width: 76px; height: 76px; border-radius: 22px; font-size: 29px; }
.icon-ink { background: #243c3a; }
.icon-sage { background: var(--sage); }
.icon-teal { background: var(--teal); }
.integration-flow .product-icon { width: 50px; height: 50px; border-radius: 14px; font-size: 18px; }

.woningboek-visual, .meter-visual, .paint-visual { position: relative; min-height: 610px; overflow: hidden; border-radius: 38px 38px 38px 12px; }
.woningboek-visual { background: var(--clay-soft); }
.phone-shell { position: absolute; top: 52px; left: 50%; width: min(310px, 62%); height: 620px; overflow: hidden; transform: translateX(-50%); border: 9px solid var(--ink); border-bottom: 0; border-radius: 46px 46px 0 0; background: var(--paper); box-shadow: 0 22px 60px rgba(32, 48, 45, 0.22); }
.phone-shell img { width: 100%; height: auto; }
.woningboek-visual > p { position: absolute; right: 24px; bottom: 24px; display: grid; max-width: 200px; gap: 5px; margin: 0; padding: 14px 16px; border-radius: 13px; color: var(--white); background: rgba(32, 48, 45, 0.9); }
.woningboek-visual > p b { font-family: var(--display); font-size: 14px; }
.woningboek-visual > p span { color: #dcebe6; font-size: 11px; line-height: 1.45; }
.woningboek-visual.is-compact { min-height: 570px; }

.meter-visual { padding: 46px; color: #f6f5ef; background: #243c3a; }
.meter-visual::before { position: absolute; inset: 20px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 25px 25px 25px 8px; content: ""; }
.meter-top, .meter-visual ol, .meter-visual > p { position: relative; z-index: 1; }
.meter-top { display: grid; gap: 6px; margin-bottom: 52px; }
.meter-top span { color: #9dc6bd; font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.meter-top b { font-family: var(--display); font-size: 31px; }
.meter-visual ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.meter-visual li { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: center; min-height: 82px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.meter-visual li i { display: grid; width: 34px; height: 42px; place-items: center; border-radius: 6px; color: var(--ink); background: #f3efe7; font-size: 10px; font-style: normal; font-weight: 800; }
.meter-visual li b { font-size: 14px; }
.meter-visual li small { color: #89d4c5; font-size: 11px; }
.meter-visual > p { margin: 38px 0 0; color: #aac0ba; font-size: 12px; }

.paint-visual { display: grid; place-items: center; overflow: hidden; background: #ddd4c3; }
.paint-visual::before { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px); background-size: 32px 32px; }
.paint-card { position: relative; z-index: 1; width: min(390px, calc(100% - 80px)); padding: 22px 22px 26px; transform: rotate(-2.5deg); border: 1px solid #cec4b2; border-radius: 5px; background: var(--paper); box-shadow: 0 24px 44px rgba(61, 57, 47, 0.18); }
.paint-swatch { display: block; height: 265px; margin-bottom: 24px; background: var(--sage); }
.paint-card > small { color: var(--clay); font-size: 10px; font-weight: 820; letter-spacing: 0.12em; text-transform: uppercase; }
.paint-card h3 { margin: 8px 0 23px; font-size: 31px; }
.paint-card dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid var(--line-warm); }
.paint-card dl div { min-width: 0; padding-top: 16px; }
.paint-card dt { margin-bottom: 5px; color: var(--muted); font-size: 9px; }
.paint-card dd { margin: 0; font-size: 10px; font-weight: 760; overflow-wrap: anywhere; }
.paint-tab { position: absolute; right: 16px; z-index: 2; width: 54px; height: 22px; border-radius: 2px 7px 7px 2px; background: var(--clay); }
.tab-clay { bottom: 118px; }
.tab-teal { bottom: 88px; background: var(--teal); }
.tab-yellow { bottom: 58px; background: var(--yellow); }

.product-hero { display: grid; grid-template-columns: minmax(360px, 0.9fr) minmax(500px, 1.1fr); gap: clamp(58px, 8vw, 130px); align-items: center; width: var(--page); margin: 0 auto; padding: 84px 0 110px; }
.product-hero-copy { min-width: 0; }
.product-title-mark { display: flex; align-items: center; gap: 19px; margin-bottom: 34px; }
.product-title-mark p { display: grid; gap: 6px; margin: 0; }
.product-title-mark small { color: var(--teal); font-size: 10px; font-weight: 820; letter-spacing: 0.12em; text-transform: uppercase; }
.product-title-mark b { font-family: var(--display); font-size: 22px; }
.product-hero h1 { margin-bottom: 26px; font-size: clamp(52px, 6vw, 86px); line-height: 0.97; }
.product-hero-copy > p { max-width: 650px; margin-bottom: 34px; color: var(--muted); font-size: 19px; line-height: 1.62; }
.product-hero-visual { min-width: 0; }

.feature-band { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line-warm); }
.feature-band p { display: grid; min-height: 124px; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; margin: 0; padding: 24px clamp(22px, 4vw, 58px); }
.feature-band p + p { border-left: 1px solid var(--line-warm); }
.feature-band small { color: var(--clay); font-size: 10px; font-weight: 820; }
.feature-band b { font-family: var(--display); font-size: 16px; }
.product-details .section-heading { grid-template-columns: 1fr; max-width: 900px; }
.product-details .section-heading h2 { max-width: 900px; }

.screen-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.screen-gallery figure { margin: 0; }
.screen-frame { height: 630px; overflow: hidden; border: 7px solid var(--ink); border-radius: 38px; background: var(--paper); box-shadow: 0 18px 45px rgba(32, 48, 45, 0.12); }
.screen-frame img { width: 100%; height: auto; }
.screen-gallery figure:nth-child(2) { margin-top: 70px; }
.screen-gallery figcaption { display: grid; gap: 5px; padding: 18px 6px 0; }
.screen-gallery figcaption b { font-family: var(--display); font-size: 16px; }
.screen-gallery figcaption span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.concept-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.concept-gallery > .meter-visual, .concept-gallery > .paint-visual { grid-row: span 2; }
.component-map, .swatch-library, .safety-note, .paint-detail { border-radius: 28px 28px 28px 9px; }
.component-map, .swatch-library { padding: 42px; background: var(--paper); border: 1px solid var(--line-warm); }
.component-map h3, .swatch-library h3 { margin-bottom: 28px; font-size: 34px; }
.component-list { border-top: 1px solid var(--line-warm); }
.component-list span { display: grid; grid-template-columns: 34px 1fr; gap: 4px 12px; padding: 17px 0; border-bottom: 1px solid var(--line-warm); }
.component-list i { grid-row: 1 / 3; color: var(--clay); font-size: 10px; font-style: normal; font-weight: 820; }
.component-list b { font-size: 13px; }
.component-list small { color: var(--muted); font-size: 10px; }
.safety-note, .paint-detail { display: flex; align-items: center; gap: 18px; padding: 28px; color: var(--white); background: var(--teal-dark); }
.safety-note > span { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-family: var(--display); font-size: 24px; }
.safety-note b, .paint-detail b { font-family: var(--display); font-size: 16px; }
.safety-note p, .paint-detail p { margin: 5px 0 0; color: #c7dcd7; font-size: 11px; line-height: 1.5; }
.swatch-library > div { display: grid; gap: 8px; }
.swatch-library span { display: grid; grid-template-columns: 56px 1fr; gap: 3px 14px; align-items: center; padding: 10px 0; border-top: 1px solid var(--line-warm); }
.swatch-library span:last-child { border-bottom: 1px solid var(--line-warm); }
.swatch-library i { grid-row: 1 / 3; width: 56px; height: 56px; border-radius: 12px; background: var(--swatch); }
.swatch-library b { font-size: 13px; }
.swatch-library small { color: var(--muted); font-size: 10px; }
.paint-detail { color: var(--ink); background: var(--clay-soft); }
.paint-detail p { color: var(--muted); }
.sample-brush { width: 74px; height: 74px; flex: 0 0 auto; border-radius: 50% 46% 53% 48%; background: var(--sage); }
.paint-detail small { display: block; margin-bottom: 5px; color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.product-principles { display: grid; grid-template-columns: minmax(300px, 0.75fr) minmax(520px, 1.25fr); gap: clamp(70px, 10vw, 160px); align-items: start; }
.principle-intro { position: sticky; top: 116px; }
.principle-intro h2 { font-size: clamp(42px, 5vw, 69px); line-height: 1; }
.principle-rows { border-top: 1px solid var(--line-warm); }
.principle-rows article { display: grid; grid-template-columns: 40px 1fr; gap: 4px 18px; padding: 34px 0; border-bottom: 1px solid var(--line-warm); }
.principle-rows small { grid-row: 1 / 3; padding-top: 7px; color: var(--clay); font-size: 10px; font-weight: 820; }
.principle-rows h3 { margin-bottom: 9px; font-size: clamp(25px, 2.5vw, 36px); line-height: 1.1; }
.principle-rows p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.next-product { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: 110px max(24px, calc((100vw - 1280px) / 2)); color: var(--white); background: var(--teal-dark); }
.next-product h2 { margin-bottom: 10px; font-size: clamp(50px, 6vw, 84px); line-height: 0.98; }
.next-product > div > p:last-child { max-width: 650px; margin: 0; color: #c7dcd7; font-size: 15px; line-height: 1.55; }

@media (max-width: 980px) {
  .product-hero, .product-principles { grid-template-columns: 1fr; }
  .product-hero { padding-top: 66px; }
  .principle-intro { position: static; }
  .screen-gallery { gap: 14px; }
  .screen-frame { height: 510px; }
  .concept-gallery { grid-template-columns: 1fr; }
  .concept-gallery > .meter-visual, .concept-gallery > .paint-visual { grid-row: auto; }
}

@media (max-width: 720px) {
  .product-icon { width: 52px; height: 52px; border-radius: 15px; }
  .product-icon-large { width: 64px; height: 64px; border-radius: 18px; }
  .woningboek-visual, .meter-visual, .paint-visual { min-height: 510px; border-radius: 28px 28px 28px 10px; }
  .phone-shell { top: 40px; width: min(270px, 72%); height: 520px; }
  .woningboek-visual > p { display: none; }
  .meter-visual { padding: 34px; }
  .meter-visual li { grid-template-columns: 40px 1fr; }
  .meter-visual li small { display: none; }
  .paint-card { width: calc(100% - 54px); }
  .paint-swatch { height: 205px; }
  .product-hero { gap: 44px; padding: 54px 0 80px; }
  .product-hero h1 { font-size: 53px; }
  .product-title-mark { align-items: flex-start; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band p { min-height: 88px; }
  .feature-band p + p { border-top: 1px solid var(--line-warm); border-left: 0; }
  .screen-gallery { grid-template-columns: 1fr; }
  .screen-gallery figure, .screen-gallery figure:nth-child(2) { width: min(310px, 88%); margin: 0 auto 28px; }
  .screen-frame { height: 610px; }
  .component-map, .swatch-library { padding: 30px 24px; }
  .product-principles { gap: 46px; }
  .next-product { align-items: flex-start; flex-direction: column; padding: 86px 24px; }
  .next-product h2 { font-size: 54px; }
}
