/* ark-opbouw.css - SEO-pagina's met een eigen opbouw per pagina.
   Zelfde vormtaal als de rest van de site (boog, vilt, Poppins), andere ritmes per onderwerp. */

.ao-pagina { --ao-r: 26px; --ao-gap: clamp(28px, 4.5vw, 76px); --ao-pad: clamp(56px, 7vw, 108px); background: var(--paper); }
.ao-pagina img { max-width: 100%; }
.ao-pagina section { position: relative; }
.ao-h1 { font-weight: 600; font-size: clamp(38px, 5.3vw, 76px); line-height: 1.02; letter-spacing: -.035em; color: var(--ink); margin: 14px 0 0; text-wrap: balance; }
.ao-h2 { font-weight: 500; font-size: clamp(27px, 3.1vw, 42px); line-height: 1.1; letter-spacing: -.028em; color: var(--ink); margin: 0 0 20px; text-wrap: balance; }
.ao-sub { font-size: clamp(17px, 1.45vw, 20px); line-height: 1.6; color: var(--ink-soft); margin: 18px 0 0; max-width: 48ch; }
.ao-knoppen { margin-top: 30px; }
.ao-lopend p { font-size: 16.5px; line-height: 1.85; color: var(--ink-soft); margin: 0 0 18px; max-width: 68ch; }
.ao-lopend p:last-child { margin-bottom: 0; }
.ao-nr { display: block; font-family: var(--ark-display); font-weight: 600; font-size: 13px; letter-spacing: .22em; color: var(--ink-soft); margin-bottom: 14px; }
.ao-noot { font-size: 14px; line-height: 1.6; color: var(--ink-soft); margin: 14px 0 0; }
.ao-fig { margin: 0; }
.ao-fig img { display: block; width: 100%; height: auto; border-radius: var(--ao-r); }
.ao-fig figcaption { font-size: 13.5px; color: var(--ink-soft); margin-top: 10px; }
.ao-fig--rond img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: 30px; }

/* ---------- kruimelpad ---------- */
.ao-kruimel { margin-bottom: 26px; }
.ao-kruimel ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 0; margin: 0; padding: 0; font-size: 13.5px; color: var(--ink-soft); }
.ao-kruimel li { display: inline-flex; align-items: center; }
.ao-kruimel li + li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: .45; margin: 0 11px; }
.ao-kruimel a { text-decoration: none; color: inherit; border-bottom: 1px solid transparent; }
.ao-kruimel a:hover { border-bottom-color: currentColor; }
.ao-kruimel [aria-current] { color: var(--ink); font-weight: 600; }

/* ---------- kort antwoord ---------- */
.ao-kort { margin-top: 28px; }
.ao-kort-label { margin: 0 0 8px; font-family: var(--ark-display); font-weight: 600; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink); display: flex; align-items: center; gap: 10px; }
.ao-kort-label::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.ao-kort-tekst { margin: 0; font-size: 16.5px; line-height: 1.7; color: var(--ink); }
.ao-kort--lijn { padding: 22px 0 0; border-top: 1px solid var(--hair); max-width: 60ch; }
.ao-kort--kaart { background: var(--paper); border: 1px solid var(--hair); border-radius: 22px; padding: 22px 24px; box-shadow: 0 24px 50px -38px rgba(20,18,14,.45); max-width: 58ch; }
.ao-kort--groot { margin-top: 0; background: var(--forest); color: #fff; border-radius: 30px; padding: clamp(26px, 3vw, 38px); }
.ao-kort--groot .ao-kort-label, .ao-kort--groot .ao-kort-tekst { color: #fff; }
.ao-kort--groot .ao-kort-tekst { font-family: var(--ark-display); font-weight: 500; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5; letter-spacing: -.012em; }
.ao-kort--glas { margin-top: 0; background: rgba(255,255,255,.14); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.28); border-radius: 24px; padding: 24px 26px; }
.ao-kort--glas .ao-kort-label, .ao-kort--glas .ao-kort-tekst { color: #fff; }
.ao-kort--balk { margin-top: clamp(34px, 4vw, 54px); display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 20px 40px; padding: 26px 0 0; border-top: 1px solid var(--hair); }
.ao-kort--balk .ao-kort-label { margin: 4px 0 0; }
.ao-kort--balk .ao-kort-tekst { font-size: 18px; max-width: 70ch; }

.ao-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; }
.ao-chips li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px; background: var(--cream-2); font-size: 14px; font-weight: 600; color: var(--ink); }

/* ---------- koppen ---------- */
.ao-hero { padding: clamp(118px, 15vh, 170px) 0 var(--ao-pad); background: var(--cream); }

.ao-hero--boog .ao-boog-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: var(--ao-gap); align-items: center; }
.ao-hero--boog.is-om .ao-boog-tekst { order: 2; }
.ao-boog-beeld { position: relative; }
.ao-boog-deco { position: absolute; left: -70px; bottom: -30px; pointer-events: none; }
.ao-boog-img { position: relative; z-index: 1; aspect-ratio: 4 / 5; border-radius: 46% 46% 16px 16px; }

.ao-hero--beeld { padding: 96px 0 var(--ao-pad); }
.ao-hero--beeld .ao-hero-bg { position: absolute; inset: 96px 16px 0; border-radius: 38px; overflow: hidden; background: var(--forest); }
.ao-hero--beeld .ao-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,15,12,.78) 0%, rgba(16,15,12,.42) 55%, rgba(16,15,12,.25) 100%); }
.ao-hero--beeld .ao-hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ao-hero--beeld .ao-hero-in { position: relative; z-index: 1; padding: clamp(46px, 6vw, 86px) clamp(30px, 4vw, 56px) clamp(40px, 5vw, 70px); color: #fff; }
.ao-hero--beeld .ao-kruimel ol, .ao-hero--beeld .ao-kruimel [aria-current] { color: rgba(255,255,255,.86); }
.ao-hero--beeld .eyebrow span { color: rgba(255,255,255,.9); }
.ao-hero--beeld .ao-h1 { color: #fff; max-width: 15ch; }
.ao-hero--beeld .ao-sub { color: rgba(255,255,255,.86); }
.ao-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: var(--ao-gap); align-items: end; min-height: min(62vh, 620px); }

.ao-hero--redactie .ao-red-kop { text-align: center; max-width: 900px; margin: 0 auto; }
.ao-hero--redactie .ao-kruimel ol { justify-content: center; }
.ao-hero--redactie .eyebrow { justify-content: center; }
.ao-hero--redactie .ao-sub { margin-left: auto; margin-right: auto; }
.ao-hero--redactie .ao-knoppen { justify-content: center; }
.ao-red-beeld { margin-top: clamp(36px, 4.5vw, 64px); border-radius: 36px; overflow: hidden; aspect-ratio: 21 / 9; background: var(--cream-2); }
.ao-red-beeld img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ao-red-onder { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: var(--ao-gap); align-items: start; margin-top: 8px; }
.ao-red-onder .ao-chips { justify-content: flex-end; }

.ao-hero--kleur { background: color-mix(in srgb, var(--ao-tint) 14%, #fff); }
.ao-kleur-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--ao-gap); align-items: center; }
.ao-hero--kleur.is-om .ao-kleur-tekst { order: 2; }
.ao-kleur-beeld { position: relative; min-height: 460px; }
.ao-kleur-vlak { position: absolute; top: 0; right: 0; width: 78%; aspect-ratio: 1 / 1; border-radius: 50% 50% 28px 28px; background-color: var(--ao-tint); background-size: cover; background-position: center; box-shadow: inset 0 0 0 1px rgba(20,18,14,.08); }
.ao-kleur-foto { position: absolute; left: 0; bottom: 0; width: 62%; }
.ao-kleur-foto img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: 26px; box-shadow: 0 40px 70px -40px rgba(20,18,14,.55); border: 6px solid #fff; }
.ao-kleur-naam { position: absolute; right: 6%; bottom: 8%; display: inline-flex; align-items: center; gap: 10px; background: #fff; border-radius: 999px; padding: 10px 18px 10px 10px; font-weight: 700; font-size: 15px; box-shadow: 0 16px 34px -20px rgba(20,18,14,.5); }
.ao-kleur-naam i { width: 26px; height: 26px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(20,18,14,.15); }

.ao-hero--vraag { background: var(--cream-2); }
.ao-vraag-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: var(--ao-gap); align-items: start; }
.ao-vraag-zij { display: grid; gap: 18px; }
.ao-vraag-foto img { aspect-ratio: 16 / 10; object-fit: cover; }

.ao-prijs-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--ao-gap); align-items: start; }
.ao-prijstegels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ao-prijstegel { background: var(--paper); border: 1px solid var(--hair); border-radius: 22px; padding: 18px 16px 16px; display: flex; flex-direction: column; gap: 4px; }
.ao-pt-maat { display: block; width: calc(18px + 56px * var(--s)); aspect-ratio: 1 / 1; border-radius: 6px; background: var(--forest); margin-bottom: 12px; }
.ao-prijstegel b { font-size: 15px; font-weight: 600; }
.ao-prijstegel strong { font-family: var(--ark-display); font-size: clamp(24px, 2.4vw, 32px); letter-spacing: -.03em; color: var(--ink); }
.ao-prijstegel small { color: var(--ink-soft); font-size: 12.5px; }
.ao-prijs-noot { font-size: 14px; color: var(--ink-soft); margin: 12px 0 18px; }
.ao-prijs-foto img { aspect-ratio: 16 / 9; object-fit: cover; }

.ao-galerie-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: var(--ao-gap); align-items: center; }
.ao-galerie-wand { background: var(--cream-2); border-radius: 38px; padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; align-items: center; gap: 22px; }
.ao-lijst { width: 86%; border: 12px solid #fff; box-shadow: 0 30px 60px -34px rgba(20,18,14,.6), 0 0 0 1px rgba(20,18,14,.06); border-radius: 6px; overflow: hidden; aspect-ratio: 4 / 5; }
.ao-lijst img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ao-museum { align-self: flex-end; background: #fff; border-radius: 8px; padding: 12px 16px; font-size: 13px; line-height: 1.5; color: var(--ink-soft); box-shadow: 0 10px 24px -18px rgba(20,18,14,.5); display: flex; flex-direction: column; min-width: 220px; }
.ao-museum b { color: var(--ink); font-size: 14px; }

.ao-duo-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--ao-gap); align-items: center; }
.ao-duo-beelden { position: relative; min-height: 480px; }
.ao-duo-a { position: absolute; top: 0; left: 8%; width: 70%; aspect-ratio: 4 / 5; border-radius: 200px 200px 24px 24px; overflow: hidden; }
.ao-duo-b { position: absolute; right: 0; bottom: 0; width: 42%; aspect-ratio: 1 / 1; border-radius: 24px; overflow: hidden; border: 8px solid var(--cream); box-shadow: 0 30px 60px -30px rgba(20,18,14,.5); }
.ao-duo-a img, .ao-duo-b img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ao-mat-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--ao-gap); align-items: center; }
.ao-mat-beeld { position: relative; min-height: 470px; }
.ao-mat-cirkel { position: absolute; top: 0; right: 0; width: 72%; aspect-ratio: 1 / 1; border-radius: 50%; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(20,18,14,.08); }
.ao-mat-cirkel img, .ao-mat-foto img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ao-mat-foto { position: absolute; left: 0; top: 34%; width: 44%; aspect-ratio: 3 / 4; border-radius: 22px; overflow: hidden; border: 6px solid #fff; box-shadow: 0 30px 60px -32px rgba(20,18,14,.55); }
.ao-mat-specs { position: absolute; right: 0; bottom: 0; list-style: none; margin: 0; padding: 14px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; background: #fff; border-radius: 20px; width: 60%; box-shadow: 0 20px 44px -30px rgba(20,18,14,.5); }
.ao-mat-specs li { display: flex; flex-direction: column; padding: 8px 10px; }
.ao-mat-specs b { font-size: 18px; font-weight: 600; }
.ao-mat-specs span { font-size: 12.5px; color: var(--ink-soft); line-height: 1.4; }

/* ---------- band ---------- */
.ao-band { padding: clamp(30px, 3.6vw, 50px) 0; }
.ao-band--donker { background: var(--forest); color: #fff; }
.ao-band--licht { background: var(--paper); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.ao-band-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 3vw, 44px); }
.ao-cijfer { padding-left: clamp(14px, 2vw, 24px); border-left: 1px solid rgba(127,127,127,.28); }
.ao-cijfer:first-child { border-left: 0; padding-left: 0; }
.ao-cijfer-nr { font-weight: 600; font-size: clamp(24px, 2.7vw, 36px); letter-spacing: -.025em; line-height: 1.05; }
.ao-cijfer-tekst { margin-top: 8px; font-size: 14px; line-height: 1.5; opacity: .75; }
.ao-band--chips { background: var(--cream-2); padding: 20px 0; }
.ao-band--chips ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center; font-size: 15px; color: var(--ink-soft); }
.ao-band--chips b { color: var(--ink); font-weight: 700; }

/* ---------- inleiding ---------- */
.ao-intro { padding: var(--ao-pad) 0 calc(var(--ao-pad) * .6); }
.ao-lead { max-width: 820px; margin: 0 auto; }
.ao-lead p { font-size: 16.5px; line-height: 1.85; color: var(--ink-soft); margin: 0 0 18px; }
.ao-lead p:first-child { font-family: var(--ark-display); font-weight: 500; font-size: clamp(19px, 2vw, 25px); line-height: 1.55; letter-spacing: -.015em; color: var(--ink); }
.ao-kolommen { columns: 2; column-gap: clamp(30px, 4vw, 64px); }
.ao-kolommen p { font-size: 16.5px; line-height: 1.85; color: var(--ink-soft); margin: 0 0 18px; break-inside: avoid; }
.ao-kolommen p:first-child::first-letter { font-family: var(--ark-display); font-weight: 600; float: left; font-size: 64px; line-height: .9; margin: 6px 12px 0 0; color: var(--ink); }
.ao-kader { max-width: 900px; margin: 0 auto; padding: clamp(28px, 4vw, 52px); border: 1px solid var(--hair); border-radius: 34px; background: var(--paper); }
.ao-initiaal p:first-child::first-letter { font-family: var(--ark-display); font-weight: 600; float: left; font-size: 60px; line-height: .9; margin: 6px 12px 0 0; color: var(--ink); }
.ao-citaat-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: var(--ao-gap); align-items: start; }
.ao-citaat { margin: 0; font-size: clamp(24px, 2.6vw, 36px); line-height: 1.25; letter-spacing: -.02em; color: var(--ink); padding-left: 24px; border-left: 3px solid var(--ink); }

/* ---------- tekstblokken ---------- */
.ao-blok { padding: var(--ao-pad) 0; }
.ao-blok.is-tint { background: var(--cream-2); }
.ao-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: var(--ao-gap); align-items: center; }
.ao-blok.is-om .ao-split-tekst, .ao-intro--foto.is-om .ao-split-tekst { order: 2; }
.ao-stapel-kop { max-width: 820px; }
.ao-stapel-tekst { max-width: 820px; }
.ao-stapel-bij { margin-top: clamp(30px, 4vw, 54px); }
.ao-zijbalk { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: var(--ao-gap); align-items: start; }
.ao-zijbalk-vast { position: sticky; top: 110px; }
.ao-zijbalk-bij { margin-top: 26px; }
.ao-blok--donker { background: var(--forest); color: #fff; }
.ao-blok--donker .ao-h2 { color: #fff; }
.ao-blok--donker .ao-lopend p { color: rgba(255,255,255,.78); }
.ao-blok--donker .ao-nr { color: rgba(255,255,255,.6); }
.ao-blok--kaart { background: var(--cream-2); }
.ao-kaart { background: var(--paper); border-radius: 38px; padding: clamp(28px, 4.5vw, 64px); display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: var(--ao-gap); align-items: start; box-shadow: 0 40px 80px -60px rgba(20,18,14,.5); }

/* ---------- begeleidende onderdelen ---------- */
.ao-tijdlijn { list-style: none; margin: 0; padding: 0; position: relative; display: grid; gap: 14px; }
.ao-tijdlijn::before { content: ""; position: absolute; left: 25px; top: 20px; bottom: 20px; width: 2px; background: var(--hair); }
.ao-tijdlijn.is-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ao-tijdlijn.is-raster::before { display: none; }
.ao-tijdlijn.is-raster li { grid-template-columns: minmax(0, 1fr); }
.ao-tijdlijn.is-raster .ao-tl-nr { margin: 0 0 4px; }
.ao-tijdlijn li { position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 16px; align-items: start; background: var(--paper); border: 1px solid var(--hair); border-radius: 20px; padding: 16px 18px 16px 12px; }
.ao-tl-nr { width: 40px; height: 40px; border-radius: 50%; background: var(--forest); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; margin-left: 6px; }
.ao-tijdlijn b { display: block; font-size: 16.5px; color: var(--ink); }
.ao-tijdlijn p { margin: 4px 0 8px; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
.ao-tijdlijn em { font-style: normal; font-size: 12.5px; font-weight: 700; letter-spacing: .04em; color: var(--ink); background: var(--cream-2); padding: 5px 10px; border-radius: 999px; }
.ao-blok--donker .ao-tijdlijn li { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.ao-blok--donker .ao-tijdlijn b { color: #fff; }
.ao-blok--donker .ao-tijdlijn p { color: rgba(255,255,255,.72); }
.ao-blok--donker .ao-tl-nr { background: #fff; color: var(--ink); }
.ao-blok--donker .ao-tijdlijn em { background: rgba(255,255,255,.14); color: #fff; }

.ao-tabelwrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 22px; border: 1px solid var(--hair); background: var(--paper); }
.ao-tabel { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 460px; }
.ao-tabel caption { caption-side: top; text-align: left; padding: 16px 20px 6px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); }
.ao-tabel th, .ao-tabel td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--hair); vertical-align: top; line-height: 1.5; }
.ao-tabel thead th { font-size: 13px; color: var(--ink-soft); font-weight: 600; }
.ao-tabel tbody th { font-weight: 600; color: var(--ink); white-space: nowrap; }
.ao-tabel tbody tr:last-child th, .ao-tabel tbody tr:last-child td { border-bottom: 0; }
.ao-tabel td { color: var(--ink-soft); }
.ao-tabel b { color: var(--ink); }
.ao-tabel--vs td:nth-child(2) { color: var(--ink); font-weight: 600; }
.ao-tabel--vergelijk td:last-child { color: var(--ink); font-weight: 600; }
.ao-tabel tr.is-actief th, .ao-tabel tr.is-actief td { background: var(--cream-2); }
.ao-blok--donker .ao-tabelwrap { background: #fff; }
.ao-tabelwrap + .ao-noot { padding: 0 4px; }
.ao-tabelwrap .ao-noot { padding: 0 20px 16px; margin-top: 10px; }

.ao-diagram { margin: 0; }
.ao-diagram-svg { width: 100%; height: auto; display: block; }
.ao-diagram figcaption { font-size: 13.5px; color: var(--ink-soft); margin-top: 10px; }
.ao-blok--donker .ao-diagram { background: #fff; border-radius: 24px; padding: 10px; }
.ao-blok--donker .ao-diagram figcaption { padding: 0 8px 6px; }

.ao-stalen { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ao-staal { margin: 0; text-align: center; }
.ao-staal span { display: block; aspect-ratio: 1 / 1; border-radius: 18px; box-shadow: inset 0 0 0 1px rgba(20,18,14,.12); transition: transform .2s; }
.ao-staal figcaption { font-size: 13px; font-weight: 600; color: var(--ink-soft); margin-top: 8px; }
.ao-staal.is-actief span { box-shadow: 0 0 0 3px var(--paper), 0 0 0 5px var(--ink); }
.ao-staal.is-actief figcaption { color: var(--ink); }
.ao-blok--donker .ao-staal figcaption, .ao-blok--donker .ao-noot { color: rgba(255,255,255,.75); }

.ao-vormen { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ao-vormen li { background: var(--cream-2); border-radius: 20px; padding: 18px 10px 14px; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.ao-vormen svg { width: 46px; height: 46px; color: var(--ink); }
.ao-blok.is-tint .ao-vormen li { background: var(--paper); }
.ao-blok--donker .ao-vormen li { background: rgba(255,255,255,.08); color: #fff; }
.ao-blok--donker .ao-vormen svg { color: #fff; }

.ao-specs { margin: 0; display: grid; gap: 0; border: 1px solid var(--hair); border-radius: 22px; background: var(--paper); overflow: hidden; }
.ao-specs div { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 14px; padding: 14px 20px; border-bottom: 1px solid var(--hair); }
.ao-specs div:last-child { border-bottom: 0; }
.ao-specs dt { font-weight: 700; font-size: 14px; color: var(--ink); }
.ao-specs dd { margin: 0; font-size: 15px; color: var(--ink-soft); line-height: 1.5; }

.ao-series { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ao-serie { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--hair); border-radius: 24px; overflow: hidden; text-decoration: none; color: var(--ink); padding-bottom: 18px; }
.ao-serie img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.ao-serie-nr { margin: 16px 18px 0; font-size: 12px; letter-spacing: .18em; font-weight: 700; color: var(--ink-soft); }
.ao-serie b { margin: 4px 18px 0; font-size: 21px; font-weight: 600; }
.ao-serie p { margin: 8px 18px 12px; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); flex: 1; }
.ao-serie em { margin: 0 18px; font-style: normal; font-weight: 700; font-size: 14px; }
.ao-split-bij .ao-series, .ao-kaart-bij .ao-series, .ao-zijbalk-bij .ao-series { grid-template-columns: minmax(0, 1fr); }
.ao-split-bij .ao-serie, .ao-kaart-bij .ao-serie, .ao-zijbalk-bij .ao-serie { display: grid; grid-template-columns: 120px minmax(0, 1fr); grid-template-rows: auto auto 1fr auto; column-gap: 16px; padding: 12px; }
.ao-split-bij .ao-serie img, .ao-kaart-bij .ao-serie img, .ao-zijbalk-bij .ao-serie img { grid-row: 1 / span 4; aspect-ratio: 1 / 1; border-radius: 16px; height: 100%; }
.ao-split-bij .ao-serie-nr, .ao-split-bij .ao-serie b, .ao-split-bij .ao-serie p, .ao-split-bij .ao-serie em,
.ao-kaart-bij .ao-serie-nr, .ao-kaart-bij .ao-serie b, .ao-kaart-bij .ao-serie p, .ao-kaart-bij .ao-serie em,
.ao-zijbalk-bij .ao-serie-nr, .ao-zijbalk-bij .ao-serie b, .ao-zijbalk-bij .ao-serie p, .ao-zijbalk-bij .ao-serie em { margin-left: 0; margin-right: 0; }
.ao-split-bij .ao-serie-nr { margin-top: 4px; }
.ao-split-bij .ao-serie p { margin: 6px 0 6px; font-size: 14px; }

.ao-plek { margin: 0; }
.ao-plek-svg { width: 100%; height: auto; display: block; }
.ao-plek figcaption { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); margin-top: 12px; }
.ao-plek figcaption b { color: var(--ink); }
.ao-blok--donker .ao-plek { background: #fff; border-radius: 24px; padding: 12px; }

.ao-ophangen { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; counter-reset: oph; }
.ao-ophangen li { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 14px; align-items: start; padding: 16px 18px; border-radius: 20px; background: var(--cream-2); }
.ao-ophangen i { grid-row: span 2; width: 48px; height: 48px; border-radius: 14px; background: var(--paper); display: flex; align-items: center; justify-content: center; color: var(--ink); }
.ao-ophangen b { font-size: 16px; color: var(--ink); }
.ao-ophangen p { margin: 4px 0 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
.ao-blok.is-tint .ao-ophangen li { background: var(--paper); }
.ao-blok.is-tint .ao-ophangen i { background: var(--cream-2); }
.ao-blok--donker .ao-ophangen li { background: rgba(255,255,255,.07); }
.ao-blok--donker .ao-ophangen b { color: #fff; }
.ao-blok--donker .ao-ophangen p { color: rgba(255,255,255,.72); }

.ao-sectoren { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ao-sectoren li { display: flex; flex-direction: column; gap: 6px; padding: 18px; border: 1px solid var(--hair); border-radius: 20px; background: var(--paper); }
.ao-sectoren li:last-child:nth-child(odd) { grid-column: span 2; }
.ao-sectoren i { color: var(--ink); }
.ao-sectoren b { font-size: 16px; color: var(--ink); }
.ao-sectoren span { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }

.ao-atelier { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ao-atelier > div { background: var(--forest); color: #fff; border-radius: 22px; padding: 22px; display: flex; flex-direction: column; gap: 6px; }
.ao-atelier > div:nth-child(2), .ao-atelier > div:nth-child(3) { background: var(--cream-2); color: var(--ink); }
.ao-atelier b { font-size: clamp(26px, 2.6vw, 36px); font-weight: 600; letter-spacing: -.03em; }
.ao-atelier span { font-size: 14px; opacity: .8; line-height: 1.45; }
.ao-atelier-adres { grid-column: span 2; display: flex; align-items: center; gap: 8px; margin: 4px 0 0; font-size: 14px; color: var(--ink-soft); }
.ao-blok--donker .ao-atelier > div { background: rgba(255,255,255,.08); color: #fff; }
.ao-blok--donker .ao-atelier-adres { color: rgba(255,255,255,.75); }

.ao-project { margin: 0; position: relative; border-radius: 30px; overflow: hidden; }
.ao-project img { display: block; width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.ao-project figcaption { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.92); border-radius: 999px; padding: 9px 15px; font-size: 13.5px; font-weight: 600; color: var(--ink); }

.ao-doos { background: var(--paper); border: 1px solid var(--hair); border-radius: 26px; padding: clamp(22px, 3vw, 32px); box-shadow: 0 30px 60px -48px rgba(20,18,14,.55); }
.ao-doos-kop { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font-family: var(--ark-display); font-weight: 600; font-size: 18px; color: var(--ink); }
.ao-doos ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.ao-doos li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: var(--ink-soft); }
.ao-doos li svg { flex-shrink: 0; margin-top: 3px; color: var(--ink); }

/* ---------- modules ---------- */
.ao-mod { padding: var(--ao-pad) 0; }
.ao-mod-kop { max-width: 760px; margin-bottom: clamp(24px, 3vw, 40px); }
.ao-mod-intro { font-size: 16.5px; line-height: 1.75; color: var(--ink-soft); margin: 0; max-width: 64ch; }
.ao-mod--tv, .ao-mod--vergelijk, .ao-mod--isolatie, .ao-mod--schets { background: var(--cream-2); }
.ao-mod--tv .ao-tabel tbody tr { cursor: default; }
.ao-mod--breedte { background: var(--paper); }
.ao-mod--breedte .ao-split { align-items: start; }

.ao-reken { background: var(--forest); color: #fff; border-radius: 38px; padding: clamp(28px, 4.5vw, 60px); }
.ao-reken .ao-h2 { color: #fff; }
.ao-reken .ao-mod-intro, .ao-reken .ao-noot { color: rgba(255,255,255,.75); }
.ao-reken .eyebrow span { color: rgba(255,255,255,.8); }
.ao-reken-form { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ao-reken-form label { display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.85); }
.ao-reken-form .ark-input { border-color: transparent; }
.ao-reken-uit { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.ao-reken-uit > div { background: rgba(255,255,255,.08); border-radius: 20px; padding: 18px; display: flex; flex-direction: column; gap: 6px; }
.ao-reken-uit span { font-size: 13px; color: rgba(255,255,255,.7); }
.ao-reken-uit b { font-size: clamp(22px, 2.3vw, 30px); font-weight: 600; letter-spacing: -.02em; }

.ao-kf-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 16px; }
.ao-kf-staal { border-radius: 30px; min-height: 300px; position: relative; box-shadow: inset 0 0 0 1px rgba(20,18,14,.1); }
.ao-kf-staal span { position: absolute; left: 16px; bottom: 16px; background: #fff; border-radius: 999px; padding: 9px 16px; font-weight: 700; font-size: 14px; }
.ao-kf-fotos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ao-kf-fotos .ao-fig img { aspect-ratio: 4 / 5; object-fit: cover; height: 100%; }
.ao-kf-andere { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ao-kf-andere li { display: inline-flex; align-items: center; gap: 8px; padding: 6px 13px 6px 6px; border-radius: 999px; border: 1px solid var(--hair); font-size: 13.5px; font-weight: 600; color: var(--ink-soft); }
.ao-kf-andere li.is-actief { border-color: var(--ink); color: var(--ink); }
.ao-kf-andere i { width: 22px; height: 22px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(20,18,14,.15); }

.ao-mod--galm { background: var(--cream-2); }
.ao-galm { background: var(--paper); border-radius: 28px; padding: clamp(20px, 3vw, 30px); border: 1px solid var(--hair); }
.ao-galm ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.ao-galm label { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border-radius: 14px; background: var(--cream-2); cursor: pointer; font-size: 15px; line-height: 1.45; color: var(--ink); }
.ao-galm input { width: 20px; height: 20px; accent-color: var(--forest); margin: 1px 0 0; flex-shrink: 0; }
.ao-galm-uit { margin: 16px 0 0; padding: 16px 18px; border-radius: 16px; background: var(--forest); color: #fff; font-size: 15px; line-height: 1.55; }

.ao-kaarten { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ao-kaarten li { background: var(--cream-2); border-radius: 24px; padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.ao-kaarten i { width: 46px; height: 46px; border-radius: 14px; background: var(--paper); display: flex; align-items: center; justify-content: center; color: var(--ink); margin-bottom: 6px; }
.ao-kaarten b { font-size: 18px; font-weight: 600; }
.ao-kaarten p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }

.ao-genummerd { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; counter-reset: gn; }
.ao-genummerd li { counter-increment: gn; display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 14px; padding: 16px 18px; border: 1px solid var(--hair); border-radius: 18px; background: var(--paper); }
.ao-genummerd li::before { content: counter(gn); grid-row: span 2; width: 36px; height: 36px; border-radius: 50%; background: var(--cream-2); display: flex; align-items: center; justify-content: center; font-family: var(--ark-display); font-weight: 600; }
.ao-genummerd b { font-size: 16px; color: var(--ink); }
.ao-genummerd span { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

.ao-pijlen { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ao-pijlen li { position: relative; background: var(--paper); border-radius: 24px; padding: 22px; }
.ao-pijlen li:not(:last-child)::after { content: ""; position: absolute; right: -11px; top: 38px; width: 8px; height: 8px; border-top: 2px solid var(--ink-soft); border-right: 2px solid var(--ink-soft); transform: rotate(45deg); z-index: 1; }
.ao-pijlen span { display: inline-flex; width: 36px; height: 36px; border-radius: 50%; background: var(--forest); color: #fff; align-items: center; justify-content: center; font-weight: 600; margin-bottom: 12px; }
.ao-pijlen b { display: block; font-size: 17px; margin-bottom: 6px; }
.ao-pijlen p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }

.ao-welniet { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ao-welniet > div { border-radius: 26px; padding: clamp(22px, 3vw, 34px); }
.ao-welniet b { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ark-display); font-size: 20px; margin-bottom: 8px; }
.ao-welniet p { margin: 0; font-size: 16px; line-height: 1.65; }
.ao-niet { background: var(--cream-2); color: var(--ink-soft); }
.ao-niet b { color: var(--ink); }
.ao-wel { background: var(--forest); color: rgba(255,255,255,.85); }
.ao-wel b { color: #fff; }

.ao-mod--schaal { background: var(--cream-2); }
.ao-schaal { display: flex; align-items: flex-end; gap: clamp(14px, 3vw, 40px); padding: 30px 26px 0; border-bottom: 2px solid var(--ink-soft); min-height: 300px; }
.ao-schaal span { position: relative; display: block; height: calc(var(--h) * 1.35px); aspect-ratio: 1 / 1; background: var(--forest); border-radius: 8px; }
.ao-schaal .ao-schaal-deur { aspect-ratio: auto; width: calc(90 * 1.35px); background: transparent; border: 2px dashed var(--ink-soft); border-bottom: 0; border-radius: 6px 6px 0 0; }
.ao-schaal em { position: absolute; left: 0; top: -24px; font-style: normal; font-size: 13px; font-weight: 700; color: var(--ink); white-space: nowrap; }

.ao-spot { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--ao-gap); align-items: center; background: var(--cream-2); border-radius: 40px; padding: clamp(22px, 3.5vw, 48px); }
.ao-spot-foto img { aspect-ratio: 1 / 1; object-fit: cover; }
.ao-spot-tekst p { font-size: 16.5px; line-height: 1.75; color: var(--ink-soft); margin: 0 0 16px; }
.ao-spot-feiten { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ao-spot-feiten li { background: var(--paper); border-radius: 999px; padding: 8px 14px; font-size: 14px; font-weight: 600; }

.ao-strook { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 1fr); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; }
.ao-strook figure { margin: 0; scroll-snap-align: start; }
.ao-strook img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 24px; display: block; }
.ao-strook figcaption { font-size: 13.5px; font-weight: 600; color: var(--ink-soft); margin-top: 10px; }
.ao-strook-link { margin: 18px 0 0; }
.ao-strook-link a { font-weight: 600; color: var(--ink); }

.ao-mod--stalen .ao-stalen { grid-template-columns: repeat(7, minmax(0, 1fr)); }
.ao-mod--tijdlijn .ao-tijdlijn { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ao-mod--tijdlijn .ao-tijdlijn::before { display: none; }
.ao-mod--tijdlijn .ao-tijdlijn li { grid-template-columns: minmax(0, 1fr); padding: 20px; }
.ao-mod--tijdlijn .ao-tl-nr { margin: 0 0 6px; }

/* ---------- vragen ---------- */
.ao-faq { padding: var(--ao-pad) 0; }
.ao-faq--accordeon { background: var(--cream-2); }
.ao-faq-kop { margin-bottom: clamp(22px, 3vw, 36px); }
.ao-faq-smal { max-width: 900px; }
.ao-faq-h { margin: 0; font-size: inherit; }
.ao-faq-met-beeld { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: var(--ao-gap); align-items: start; }
.ao-faq-met-beeld > div:first-child { position: sticky; top: 110px; }
.ao-qa-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ao-qa { border: 1px solid var(--hair); border-radius: 24px; padding: 24px; background: var(--paper); }
.ao-qa h3 { font-size: 19px; font-weight: 600; line-height: 1.3; margin: 0 0 10px; color: var(--ink); }
.ao-qa p { margin: 0; font-size: 15.5px; line-height: 1.7; color: var(--ink-soft); }
.ao-faq--genummerd { background: var(--paper); }
.ao-faq-lijst { list-style: none; margin: 0; padding: 0; counter-reset: fq; }
.ao-faq-lijst li { counter-increment: fq; position: relative; padding: 0 0 26px 58px; margin-bottom: 26px; border-bottom: 1px solid var(--hair); }
.ao-faq-lijst li:last-child { border-bottom: 0; margin-bottom: 0; }
.ao-faq-lijst li::before { content: counter(fq, decimal-leading-zero); position: absolute; left: 0; top: 2px; font-family: var(--ark-display); font-weight: 600; font-size: 14px; letter-spacing: .1em; color: var(--ink-soft); }
.ao-faq-lijst h3 { font-size: 20px; font-weight: 600; margin: 0 0 8px; color: var(--ink); }
.ao-faq-lijst p { margin: 0; font-size: 16px; line-height: 1.75; color: var(--ink-soft); }

/* ---------- verder lezen ---------- */
.ao-verwant { padding: calc(var(--ao-pad) * .7) 0; background: var(--paper); border-top: 1px solid var(--hair); }
.ao-verwant-kop { font-size: clamp(22px, 2.2vw, 30px); font-weight: 500; margin: 0 0 18px; }
.ao-verwant ul { list-style: none; margin: 0; padding: 0; }
.ao-verwant--chips ul { display: flex; flex-wrap: wrap; gap: 10px; }
.ao-verwant--chips a { display: inline-flex; padding: 11px 18px; border-radius: 999px; border: 1px solid var(--hair); text-decoration: none; font-weight: 600; font-size: 15px; color: var(--ink); transition: background .2s, color .2s; }
.ao-verwant--chips a:hover { background: var(--ink); color: #fff; }
.ao-verwant--kaarten ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ao-verwant--kaarten a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 12px; align-items: center; padding: 20px 22px; border-radius: 22px; background: var(--cream-2); text-decoration: none; color: var(--ink); height: 100%; }
.ao-verwant--kaarten b { font-size: 17px; font-weight: 600; }
.ao-verwant--kaarten span { grid-column: 1; font-size: 14px; color: var(--ink-soft); line-height: 1.5; }
.ao-verwant--kaarten svg { grid-column: 2; grid-row: 1 / span 2; }

/* ---------- afsluiters ---------- */
.ao-cta { padding: var(--ao-pad) 0; }
.ao-cta--offerte { background: var(--paper); padding-top: clamp(40px, 5vw, 80px); }
.ao-cta--offerte .cta-card[style*="--seo-foto"] { background: linear-gradient(rgba(27,26,22,.74), rgba(27,26,22,.74)), var(--seo-foto) center / cover no-repeat, var(--forest); }
.ao-cta-foto { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: var(--ao-gap); align-items: center; background: var(--cream-2); border-radius: 40px; padding: clamp(20px, 3vw, 40px); }
.ao-cta-beeld img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 30px; display: block; }
.ao-cta-inhoud p { font-size: 17px; line-height: 1.65; color: var(--ink-soft); margin: 0 0 18px; }
.ao-cta-stappen { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 10px; }
.ao-cta-stappen li { display: flex; gap: 12px; align-items: center; font-size: 15.5px; color: var(--ink); }
.ao-cta-stappen span { width: 30px; height: 30px; border-radius: 50%; background: var(--forest); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.ao-cta--webshop .ao-cta-shop { background: var(--forest); color: #fff; border-radius: 40px; padding: clamp(28px, 4.5vw, 64px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 26px var(--ao-gap); align-items: center; }
.ao-cta--webshop .ao-h2 { color: #fff; }
.ao-cta--webshop p { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.6; margin: 0; }
.ao-cta-prijzen { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ao-cta-prijzen li { background: rgba(255,255,255,.08); border-radius: 18px; padding: 16px; display: flex; flex-direction: column; gap: 4px; }
.ao-cta-prijzen b { font-size: 16px; }
.ao-cta-prijzen span { font-family: var(--ark-display); font-size: 24px; font-weight: 600; }
.ao-cta--webshop .btn-row { grid-column: span 2; }
.ao-cta--bellen { background: var(--cream-2); }
.ao-cta-strip { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px var(--ao-gap); align-items: center; }
.ao-cta-strip p { font-size: 17px; line-height: 1.6; color: var(--ink-soft); margin: 0; max-width: 56ch; }
.ao-cta-contact { display: flex; flex-direction: column; gap: 10px; min-width: 280px; }
.ao-cta-contact a { display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-radius: 18px; background: var(--paper); text-decoration: none; color: var(--ink); font-weight: 600; font-size: 17px; }
.ao-cta-contact p { display: flex; align-items: center; gap: 8px; font-size: 14.5px; margin: 4px 0 0; }

/* ---------- smallere schermen ---------- */
@media (max-width: 1080px) {
	.ao-hero--boog .ao-boog-grid, .ao-hero-grid, .ao-red-onder, .ao-kleur-grid, .ao-vraag-grid, .ao-prijs-grid, .ao-galerie-grid, .ao-duo-grid, .ao-mat-grid,
	.ao-split, .ao-zijbalk, .ao-kaart, .ao-citaat-grid, .ao-faq-met-beeld, .ao-spot, .ao-cta-foto, .ao-cta--webshop .ao-cta-shop, .ao-cta-strip, .ao-kf-grid { grid-template-columns: minmax(0, 1fr); }
	.ao-hero--boog.is-om .ao-boog-tekst, .ao-hero--kleur.is-om .ao-kleur-tekst, .ao-blok.is-om .ao-split-tekst, .ao-intro--foto.is-om .ao-split-tekst { order: 0; }
	.ao-boog-beeld { max-width: 460px; }
	.ao-zijbalk-vast, .ao-faq-met-beeld > div:first-child { position: static; }
	.ao-hero-grid { min-height: 0; }
	.ao-red-onder .ao-chips { justify-content: flex-start; }
	.ao-kleur-beeld, .ao-duo-beelden, .ao-mat-beeld { min-height: 420px; max-width: 560px; }
	.ao-band-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ao-cijfer:nth-child(3) { border-left: 0; padding-left: 0; }
	.ao-series, .ao-verwant--kaarten ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ao-kaarten, .ao-pijlen, .ao-mod--tijdlijn .ao-tijdlijn { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ao-pijlen li::after { display: none; }
	.ao-reken-form, .ao-reken-uit { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ao-mod--stalen .ao-stalen { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.ao-kort--balk { grid-template-columns: minmax(0, 1fr); gap: 8px; }
	.ao-cta--webshop .btn-row { grid-column: auto; }
}
@media (max-width: 700px) {
	.ao-pagina { --ao-r: 20px; }
	.ao-hero { padding-top: 112px; }
	.ao-hero--beeld { padding-top: 84px; }
	.ao-hero--beeld .ao-hero-bg { inset: 84px 10px 0; border-radius: 28px; }
	.ao-hero--beeld .ao-hero-in { padding: 34px 22px 30px; }
	.ao-hero--beeld .ao-hero-bg::after { background: linear-gradient(180deg, rgba(16,15,12,.55) 0%, rgba(16,15,12,.78) 100%); }
	.ao-red-beeld { aspect-ratio: 4 / 3; border-radius: 26px; }
	.ao-kolommen { columns: 1; }
	.ao-kleur-beeld, .ao-duo-beelden, .ao-mat-beeld { min-height: 360px; }
	.ao-mat-beeld { min-height: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.ao-mat-cirkel, .ao-mat-foto { position: relative; top: auto; left: auto; right: auto; width: 100%; }
	.ao-mat-foto { border-width: 4px; }
	.ao-mat-specs { grid-column: 1 / -1; position: relative; width: 100%; margin-top: 0; }
	.ao-prijstegels { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
	.ao-prijstegel { padding: 14px 12px; }
	.ao-series, .ao-verwant--kaarten ul, .ao-kaarten, .ao-pijlen, .ao-qa-grid, .ao-welniet, .ao-mod--tijdlijn .ao-tijdlijn, .ao-tijdlijn.is-raster { grid-template-columns: minmax(0, 1fr); }
	.ao-sectoren { grid-template-columns: minmax(0, 1fr); }
	.ao-sectoren li:last-child:nth-child(odd) { grid-column: auto; }
	.ao-stalen { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
	.ao-mod--stalen .ao-stalen { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.ao-vormen { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
	.ao-vormen li { padding: 12px 4px 10px; font-size: 12px; }
	.ao-vormen svg { width: 34px; height: 34px; }
	.ao-atelier { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ao-reken-form, .ao-reken-uit { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.ao-reken { border-radius: 28px; }
	.ao-specs div { grid-template-columns: minmax(0, 1fr); gap: 2px; }
	.ao-kort--groot .ao-kort-tekst { font-size: 17.5px; }
	.ao-schaal { gap: 10px; padding: 30px 8px 0; min-height: 0; }
	.ao-schaal span { height: calc(var(--h) * .95px); }
	.ao-schaal .ao-schaal-deur { width: calc(90 * .95px); }
	.ao-faq-lijst li { padding-left: 44px; }
	.ao-cta-contact { min-width: 0; }
	.ao-kf-fotos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.ao-kf-staal { min-height: 200px; }
	.ao-split-bij .ao-serie, .ao-kaart-bij .ao-serie, .ao-zijbalk-bij .ao-serie { grid-template-columns: 96px minmax(0, 1fr); }
}
