.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, .oppaspas-visual, .yourling-visual { position: relative; min-height: 520px; overflow: hidden; border-radius: 24px; }
.woningboek-visual { background: var(--line); }
.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: 380px; background: var(--line); }

.oppaspas-visual { display: grid; place-items: center; background: #0e1c19; }
.oppaspas-visual::before { position: absolute; inset: 20px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 25px 25px 25px 8px; content: ""; }
.oppaspas-screen { position: absolute; top: 38px; left: 50%; width: min(410px, 76%); height: 660px; overflow: hidden; transform: translateX(-50%); border: 6px solid #32453f; border-bottom: 0; border-radius: 42px 42px 0 0; background: #0a1210; box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32); }
.oppaspas-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.oppaspas-visual > p { position: absolute; right: 24px; bottom: 24px; display: grid; max-width: 220px; gap: 5px; margin: 0; padding: 14px 16px; border-radius: 13px; color: #fffdf8; background: rgba(14, 28, 25, 0.94); }
.oppaspas-visual > p b { font-family: var(--display); font-size: 14px; }
.oppaspas-visual > p span { color: #b9ccc5; font-size: 11px; line-height: 1.45; }
.oppaspas-visual.is-compact { min-height: 380px; }

.yourling-visual { isolation: isolate; background: radial-gradient(circle at 50% 42%, #242d7e 0, #10164f 42%, #050829 76%); }
.yourling-visual::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(135deg, rgba(112, 237, 208, 0.13), transparent 45%, rgba(121, 105, 255, 0.16)); }
.yourling-visual > img { position: absolute; z-index: 2; bottom: -7%; left: 50%; width: min(590px, 92%); height: auto; transform: translateX(-50%); filter: drop-shadow(0 26px 35px rgba(0, 0, 0, 0.32)); }
.yourling-orbit { position: absolute; z-index: 1; border: 1px solid rgba(113, 237, 209, 0.28); border-radius: 50%; }
.yourling-orbit-one { inset: 13% 9%; transform: rotate(-12deg); }
.yourling-orbit-two { inset: 24% 17%; transform: rotate(28deg); }
.yourling-visual > p { position: absolute; right: 24px; bottom: 24px; z-index: 3; display: grid; max-width: 210px; gap: 5px; margin: 0; padding: 14px 16px; border: 1px solid rgba(113, 237, 209, 0.18); border-radius: 13px; color: #fff; background: rgba(5, 8, 41, 0.88); }
.yourling-visual > p b { font-family: var(--display); font-size: 14px; }
.yourling-visual > p span { color: #c8cbf8; font-size: 11px; line-height: 1.45; }
.yourling-visual.is-compact { min-height: 380px; }

.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(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 5vw, 72px); align-items: center; width: var(--page); margin: 0 auto; padding: 54px 0 80px; }
.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-title-name { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.product-hero h1 { margin-bottom: 26px; font-size: clamp(44px, 5vw, 70px); line-height: 1.05; }
.product-hero-copy > p { max-width: 650px; margin-bottom: 34px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.product-hero-visual { min-width: 0; }

.feature-band { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line-warm); background: rgba(255, 255, 255, 0.35); }
.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: 14px; line-height: 1.6; }
.meterkast-screen-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.meterkast-screen-gallery figure:nth-child(4) { margin-top: 70px; }
.meterkast-screen-gallery .screen-frame { height: 570px; }

.oppaspas-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 5vw, 72px); align-items: start; max-width: 980px; }
.oppaspas-gallery figure { margin: 0; }
.oppaspas-gallery figure:nth-child(2) { margin-top: 74px; }
.oppaspas-gallery-screen { width: min(440px, 100%); overflow: hidden; border: 7px solid #32453f; border-radius: 42px; background: #0a1210; box-shadow: 0 22px 54px rgba(14, 28, 25, 0.2); }
.oppaspas-gallery-screen img { width: 100%; height: auto; }
.oppaspas-gallery figcaption { display: grid; gap: 6px; max-width: 410px; padding: 18px 6px 0; }
.oppaspas-gallery figcaption b { font-family: var(--display); font-size: 17px; }
.oppaspas-gallery figcaption span { color: var(--muted); font-size: 14px; line-height: 1.65; }

.yourling-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 5vw, 72px); align-items: start; max-width: 1040px; }
.yourling-gallery figure { margin: 0; }
.yourling-gallery figure:nth-child(2) { margin-top: 74px; }
.yourling-gallery-wide { grid-column: 1 / -1; margin-top: 8px !important; }
.yourling-card, .yourling-traits { overflow: hidden; border: 7px solid #151a55; border-radius: 42px; background: #050829; box-shadow: 0 22px 54px rgba(14, 20, 66, 0.2); }
.yourling-card img, .yourling-traits img { display: block; width: 100%; height: auto; }
.yourling-gallery figcaption { display: grid; gap: 6px; padding: 18px 6px 0; }
.yourling-gallery figcaption b { font-family: var(--display); font-size: 17px; }
.yourling-gallery figcaption span { color: var(--muted); font-size: 14px; line-height: 1.65; }

.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(36px, 4vw, 54px); 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; }
/* Keep the overview light; product pages show the larger detail views. */
.home-product .is-compact { min-height: 380px; border-radius: 22px; }
.home-product .phone-shell { top: 28px; width: 240px; height: 490px; border-width: 7px; border-radius: 36px 36px 0 0; }
.home-product .oppaspas-screen { top: 26px; width: 270px; height: 510px; }
.home-product .yourling-visual > img { width: 360px; }
.home-product .meter-visual { padding: 32px; }
.home-product .meter-top { margin-bottom: 26px; }
.home-product .meter-visual li { min-height: 64px; }
.home-product .meter-visual > p { margin-top: 24px; }
.home-product .paint-card { width: 250px; padding: 16px; }
.home-product .paint-swatch { height: 155px; margin-bottom: 14px; }
.home-product .paint-card h3 { margin-bottom: 16px; font-size: 26px; }
.home-product .paint-card dl { gap: 10px; }

@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; }
  .meterkast-screen-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .meterkast-screen-gallery .screen-frame { height: 620px; }
  .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, .oppaspas-visual, .yourling-visual { min-height: 510px; border-radius: 20px; }
  .phone-shell { top: 40px; width: min(270px, 72%); height: 520px; }
  .woningboek-visual > p { display: none; }
  .oppaspas-screen { top: 30px; width: min(360px, 82%); height: 570px; }
  .oppaspas-visual > p { display: none; }
  .yourling-visual > img { width: min(520px, 108%); }
  .yourling-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: clamp(36px, 10vw, 48px); }
  .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), .meterkast-screen-gallery figure:nth-child(4) { width: min(310px, 88%); margin: 0 auto 28px; }
  .screen-frame { height: 610px; }
  .component-map, .swatch-library { padding: 30px 24px; }
  .oppaspas-gallery { grid-template-columns: 1fr; }
  .oppaspas-gallery figure, .oppaspas-gallery figure:nth-child(2) { width: min(420px, 100%); margin: 0 auto 28px; }
  .yourling-gallery { grid-template-columns: 1fr; }
  .yourling-gallery figure, .yourling-gallery figure:nth-child(2), .yourling-gallery-wide { grid-column: auto; width: min(440px, 100%); margin: 0 auto 28px !important; }
  .product-principles { gap: 46px; }
}

/* Clumori uses its own in-app adventure artwork within the Big Apps layout. */
.clumori-visual { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 440px; overflow: hidden; border-radius: 24px; background: #16273c; color: white; }
.clumori-visual img { width: 100%; height: auto; object-fit: contain; }
.clumori-visual p { display: grid; gap: 6px; margin: 0; padding: 24px; }
.clumori-visual b { font-family: var(--display); font-size: 21px; }
.clumori-visual span { font-size: 16px; color: #eee7d2; }
.clumori-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.clumori-gallery figure { margin: 0; min-width: 0; }
.clumori-gallery img { width: 100%; height: auto; border-radius: 20px; }
.clumori-gallery figcaption { display: grid; gap: 8px; padding-top: 16px; }
.clumori-gallery figcaption b { font-family: var(--display); font-size: 18px; }
.clumori-gallery figcaption span { font-size: 16px; line-height: 1.65; color: var(--muted); }
.clumori-page-links { display: flex; flex-wrap: wrap; gap: 20px 30px; margin-top: 32px; }
@media (max-width: 700px) { .clumori-gallery { grid-template-columns: 1fr; } .clumori-visual { min-height: 0; } }
