@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-500.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "DM Sans"; src: url("/assets/fonts/dm-sans-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/assets/fonts/manrope-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("/assets/fonts/manrope-800.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  --cream: #f4efdf;
  --paper: #fffdf7;
  --ink: #191919;
  --coral: #ff684d;
  --blue: #87a8ff;
  --yellow: #f4d64e;
  --line: rgba(25, 25, 25, .19);
  --radius: 2px;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -4rem; padding: .75rem 1rem; background: var(--ink); color: #fff; transition: top .2s; }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(244,239,223,.94); backdrop-filter: blur(10px); }
.site-header.scrolled { position: sticky; top: 0; }
.nav-wrap { max-width: 1440px; margin: 0 auto; min-height: 78px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; }
.logo { font: 800 clamp(1.25rem, 2vw, 1.55rem)/1 var(--display); text-decoration: none; letter-spacing: -.07em; }
.logo span { color: var(--coral); }
.main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.6rem); }
.main-nav a { position: relative; font-weight: 600; font-size: .9rem; text-decoration: none; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -5px; background: var(--ink); transition: right .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: .7rem 1.1rem; border: 1px solid var(--ink); transition: .2s; }
.nav-cta:hover { background: var(--ink); color: #fff; }
.menu-button { display: none; border: 0; background: none; padding: .5rem; }

.hero { min-height: calc(100vh - 78px); max-width: 1440px; margin: 0 auto; padding: 5vw 4vw 4vw; display: grid; grid-template-columns: 1.06fr .94fr; gap: 5vw; align-items: center; }
.eyebrow { margin: 0 0 1.25rem; display: flex; align-items: center; gap: .65rem; font-size: .73rem; line-height: 1; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--display); letter-spacing: -.075em; line-height: .94; }
h1 { font-size: clamp(4rem, 8vw, 8.6rem); max-width: 8ch; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-intro { max-width: 560px; margin: 2.3rem 0; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { min-height: 52px; padding: .9rem 1.2rem; display: inline-flex; justify-content: space-between; align-items: center; gap: 2.5rem; border: 1px solid currentColor; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translate(-3px,-3px); box-shadow: 5px 5px 0 var(--coral); }
.button-dark { background: var(--ink); color: #fff; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.hero-notes { margin-top: 4.8rem; padding-top: 1rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 1.1rem 2.5rem; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero-notes span::before { content: "●"; color: var(--coral); margin-right: .65rem; font-size: .65em; }
.hero-visual { position: relative; align-self: stretch; min-height: 650px; display: flex; align-items: center; }
.hero-photo { position: absolute; inset: 0 0 55px 8%; margin: 0; overflow: hidden; background: var(--blue); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 60%,rgba(0,0,0,.26)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.83) contrast(1.03); }
.hero-sticker { position: absolute; z-index: 2; top: 9%; left: -3%; width: 110px; height: 110px; display: grid; place-content: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font: 800 .85rem/1.12 var(--display); text-align: center; text-transform: uppercase; transform: rotate(-10deg); box-shadow: 5px 5px 0 var(--ink); }
.hero-caption { position: absolute; z-index: 3; left: 0; right: 8%; bottom: 0; min-height: 104px; padding: 1.1rem 1.4rem; display: flex; align-items: center; gap: 1.2rem; background: var(--paper); border: 1px solid var(--ink); }
.hero-caption span { font: 800 2.2rem/1 var(--display); color: var(--coral); }
.hero-caption p { margin: 0; font-size: .88rem; line-height: 1.45; }

.ticker { background: var(--ink); color: #fff; padding: .75rem 0; overflow: hidden; white-space: nowrap; transform: rotate(-1deg) scale(1.02); }
.ticker div { width: max-content; font: 800 .8rem/1 var(--display); letter-spacing: .15em; animation: ticker 25s linear infinite; }
.ticker b { color: var(--coral); margin: 0 1.2rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { max-width: 1440px; margin: 0 auto; padding: 9rem 4vw; }
.section-heading { margin-bottom: 4rem; display: grid; grid-template-columns: 1.3fr .7fr; gap: 6vw; align-items: end; }
h2 { font-size: clamp(3.2rem, 6vw, 6.5rem); }
.section-heading > p { max-width: 430px; margin: 0 0 .3rem; font-size: 1.05rem; }
.model-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.7rem; align-items: start; }
.model-card { grid-column: span 4; }
.model-card-large { grid-column: span 5; }
.model-card-wide { grid-column: 9 / span 4; margin-top: -13vw; }
.card-image { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #d9d3c4; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.model-card:hover .card-image img { transform: scale(1.04); }
.card-number { position: absolute; right: .8rem; top: .8rem; width: 36px; height: 36px; display: grid; place-content: center; background: var(--paper); border: 1px solid var(--ink); font-weight: 700; font-size: .75rem; }
.card-content { padding: 1.2rem 0 2rem; }
.card-content h3 { margin: 0 0 .4rem; font: 800 clamp(1.35rem,2vw,2rem)/1 var(--display); letter-spacing: -.04em; }
.card-content p { max-width: 390px; margin: 0 0 1rem; }
.tag { padding: .35rem .65rem; border: 1px solid var(--line); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.coral-bg { background: var(--coral); }
.blue-bg { background: var(--blue); }
.yellow-bg { background: var(--yellow); }
.type-shape { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: var(--ink); filter: drop-shadow(8px 10px 0 rgba(255,255,255,.4)); }
.type-loose { width: 66%; height: 38%; clip-path: polygon(15% 0, 33% 8%, 67% 8%, 85% 0, 100% 28%, 83% 40%, 77% 27%, 78% 100%, 22% 100%, 23% 27%, 17% 40%, 0 28%); }
.type-long-sleeve { width: 78%; height: 48%; clip-path: polygon(27% 4%, 40% 0, 60% 0, 73% 4%, 100% 24%, 91% 40%, 75% 29%, 72% 100%, 28% 100%, 25% 29%, 9% 40%, 0 24%); }
.type-sport { width: 52%; height: 42%; clip-path: polygon(15% 0, 35% 0, 40% 20%, 60% 20%, 65% 0, 85% 0, 100% 20%, 82% 100%, 18% 100%, 0 20%); }

.shop-preview { padding-top: 2rem; display: grid; grid-template-columns: .82fr 1.18fr; gap: 7vw; align-items: center; }
.shop-preview-copy > p:not(.eyebrow,.affiliate-note) { max-width: 580px; margin: 2rem 0; font-size: 1.08rem; }
.affiliate-note { max-width: 540px; margin: 1.3rem 0 0; color: #5e5a50; font-size: .75rem; line-height: 1.55; }
.shop-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.preview-tile { position: relative; min-height: 330px; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--ink); overflow: hidden; }
.preview-tile::before { content: ""; position: absolute; width: 180px; height: 180px; left: -45px; top: -55px; border: 28px solid rgba(255,255,255,.33); border-radius: 50%; }
.preview-wehkamp { background: var(--coral); color: #fff; }
.preview-bol { background: var(--blue); }
.merchant-pill { position: absolute; z-index: 1; left: 1.5rem; top: 1.5rem; padding: .35rem .65rem; border: 1px solid currentColor; font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.preview-tile h3 { position: relative; margin: 0 0 .65rem; font: 800 clamp(1.7rem,3vw,2.65rem)/1.02 var(--display); letter-spacing: -.06em; }
.preview-tile p { position: relative; max-width: 290px; margin: 0; }
.preview-arrow { position: absolute; right: 1.4rem; top: 1.2rem; font-size: 2rem; }
.preview-promise { grid-column: 1 / -1; padding: 1.3rem 1.5rem; display: grid; grid-template-columns: 1.1fr repeat(3,1fr); gap: 1rem; border: 1px solid var(--ink); background: var(--paper); font-size: .76rem; align-items: center; }
.preview-promise strong { font-family: var(--display); }
.preview-promise span::before { content: "✓"; margin-right: .45rem; color: var(--coral); font-weight: 800; }
.result-link { margin-top: 1.2rem; display: inline-flex; gap: 1rem; color: var(--ink); font-weight: 700; text-underline-offset: 4px; }

.style-section { max-width: 1440px; margin: 0 auto; min-height: 900px; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--ink); color: #fff; }
.style-photo { position: relative; min-height: 780px; }
.style-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.07); }
.vertical-label { position: absolute; right: 1rem; bottom: 1rem; margin: 0; writing-mode: vertical-rl; color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.style-copy { padding: 7vw 6vw; }
.light { color: rgba(255,255,255,.7); }
.style-copy h2 { margin-bottom: 4rem; }
.style-list { border-top: 1px solid rgba(255,255,255,.25); }
.style-tip { padding: 1.6rem 0; display: grid; grid-template-columns: 60px 1fr; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.25); }
.style-tip > span { color: var(--coral); font-weight: 700; }
.style-tip h3 { margin: 0 0 .4rem; font: 800 1.25rem/1 var(--display); }
.style-tip p { max-width: 520px; margin: 0; color: rgba(255,255,255,.72); }

.fit-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; }
.fit-intro > p:last-child { max-width: 600px; margin-top: 2rem; font-size: 1.1rem; }
.fit-facts { border-top: 1px solid var(--ink); }
.fact { padding: 2rem 0; display: grid; grid-template-columns: 65px 160px 1fr; gap: 1rem; border-bottom: 1px solid var(--line); align-items: start; }
.fact-icon { font: 700 2rem/1 var(--display); color: var(--coral); }
.fact h3 { margin: .35rem 0 0; font: 800 1.2rem/1 var(--display); }
.fact p { margin: 0; }

.finder { max-width: 1440px; margin: 0 auto; padding: 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; color: #fff; background: var(--blue); }
.finder h2 em { color: var(--yellow); }
.finder-copy > p:last-child { max-width: 470px; margin-top: 2rem; }
.finder-tool { align-self: center; }
.finder-options { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-bottom: 1rem; }
.finder-options button { min-height: 58px; padding: .7rem 1rem; border: 1px solid #fff; color: #fff; background: transparent; cursor: pointer; font-weight: 700; transition: .2s; }
.finder-options button:hover, .finder-options button:focus-visible, .finder-options button.active { color: var(--ink); background: var(--yellow); border-color: var(--ink); box-shadow: 4px 4px 0 var(--ink); transform: translate(-2px,-2px); }
.finder-result { min-height: 170px; padding: 1.8rem; border: 1px solid var(--ink); color: var(--ink); background: var(--paper); }
.result-label { margin: 0 0 .7rem; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--coral); }
.finder-result h3 { margin: 0 0 .5rem; font: 800 clamp(1.5rem,2.6vw,2.5rem)/1.1 var(--display); letter-spacing: -.04em; }
.finder-result p:last-child { margin: 0; }

.care-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.5rem; }
.care-card { min-height: 460px; padding: clamp(2rem,5vw,5rem); }
.care-main { background: var(--yellow); }
.care-main > p:not(.eyebrow) { max-width: 700px; margin: 2rem 0; }
.care-main ul { margin: 0; padding: 0; list-style: none; }
.care-main li { padding: .7rem 0; border-bottom: 1px solid rgba(25,25,25,.25); }
.care-main li::before { content: "✓"; margin-right: .8rem; font-weight: 800; }
.care-quote { display: flex; flex-direction: column; justify-content: space-between; background: var(--coral); color: #fff; }
.care-quote blockquote { margin: 0; font: 800 clamp(2rem,3.5vw,3.6rem)/1.05 var(--display); letter-spacing: -.06em; }
.care-quote span { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.faq-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }
.accordion { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 1.7rem 3rem 1.7rem 0; position: relative; cursor: pointer; list-style: none; font: 700 1.05rem/1.35 var(--display); }
summary::-webkit-details-marker { display: none; }
summary span { position: absolute; right: .5rem; font-size: 1.6rem; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 760px; margin: -.4rem 3rem 1.7rem 0; color: #555; }

.closing-banner { padding: 7rem 4vw; text-align: center; background: var(--coral); color: #fff; }
.closing-banner p { margin: 0 0 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.closing-banner h2 { margin-bottom: 2.5rem; }
.closing-banner h2 em { color: var(--yellow); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { box-shadow: 5px 5px 0 var(--ink); }

.site-footer { padding: 4rem 4vw 2rem; color: #fff; background: var(--ink); }
.footer-top { max-width: 1440px; margin: 0 auto 4rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.footer-logo { font-size: clamp(2.5rem,6vw,6rem); }
.footer-top p { max-width: 360px; color: rgba(255,255,255,.6); }
.footer-bottom { max-width: 1440px; margin: 0 auto; padding-top: 1.5rem; display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; border-top: 1px solid rgba(255,255,255,.2); font-size: .75rem; color: rgba(255,255,255,.6); }
.footer-bottom nav { display: flex; gap: 1.5rem; }
.footer-bottom nav a { text-decoration: none; }
.footer-bottom > p:last-child { text-align: right; }

/* Shop en informatiepagina's */
.inner-page { background: var(--paper); }
.inner-header { background: rgba(255,253,247,.95); }
.page-hero { max-width: 1440px; margin: 0 auto; padding: 7rem 4vw 5rem; display: grid; grid-template-columns: 1.25fr .75fr; gap: 6vw; align-items: end; }
.page-hero h1 { max-width: 10ch; font-size: clamp(4rem,8vw,8rem); }
.page-hero-copy > p:last-child { max-width: 590px; margin: 2rem 0 0; font-size: 1.15rem; }
.page-hero-aside { padding: 1.5rem; border: 1px solid var(--ink); background: var(--yellow); }
.page-hero-aside strong { display: block; margin-bottom: .5rem; font: 800 1.15rem/1 var(--display); }
.page-hero-aside p { margin: 0; font-size: .87rem; }
.disclosure-bar { padding: 1rem 4vw; color: #fff; background: var(--ink); font-size: .82rem; text-align: center; }
.disclosure-bar a { color: var(--yellow); text-underline-offset: 3px; }
.shop-main { max-width: 1440px; margin: 0 auto; padding: 5rem 4vw 8rem; }
.shop-toolbar { margin-bottom: 2rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.shop-toolbar h2 { font-size: clamp(2.6rem,5vw,5rem); }
.product-status { margin: .7rem 0 0; color: #666; }
.filter-row { display: flex; gap: .5rem; flex-wrap: wrap; }
.filter-button { padding: .65rem .9rem; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: .78rem; font-weight: 700; }
.filter-button:hover, .filter-button.active { color: #fff; background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.product-card { min-width: 0; border: 1px solid var(--ink); background: #fff; }
.product-image { position: relative; aspect-ratio: 4/4.6; background: #eee9de; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-badge { position: absolute; left: .8rem; top: .8rem; padding: .35rem .55rem; color: #fff; background: var(--coral); font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.product-body { padding: 1.3rem; }
.product-merchant { margin: 0 0 .35rem; color: #777; font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.product-body h3 { margin: 0 0 .75rem; font: 800 1.35rem/1.15 var(--display); letter-spacing: -.04em; }
.product-summary { min-height: 3.2em; margin: 0 0 1rem; font-size: .88rem; color: #555; }
.product-meta { margin-bottom: 1rem; display: flex; gap: .5rem; flex-wrap: wrap; }
.product-meta span { padding: .25rem .45rem; background: var(--cream); font-size: .68rem; }
.product-price-line { padding-top: 1rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); align-items: center; }
.product-price { font: 800 1.3rem/1 var(--display); }
.product-checked { font-size: .65rem; color: #777; }
.affiliate-button { margin-top: 1rem; width: 100%; min-height: 48px; padding: .75rem 1rem; display: flex; justify-content: space-between; align-items: center; color: #fff; background: var(--ink); font-weight: 700; text-decoration: none; transition: .2s; }
.affiliate-button:hover { background: var(--coral); }
.empty-products { grid-column: 1 / -1; min-height: 390px; padding: clamp(2rem,6vw,6rem); display: grid; grid-template-columns: 1fr .8fr; gap: 5vw; align-items: center; border: 1px solid var(--ink); background: var(--cream); }
.empty-products h3 { margin: 0 0 1rem; font: 800 clamp(2rem,4vw,4.5rem)/1 var(--display); letter-spacing: -.06em; }
.empty-products p { max-width: 580px; }
.empty-shape { position: relative; width: min(260px,70vw); height: 210px; margin: auto; background: var(--blue); clip-path: polygon(15% 0,35% 8%,65% 8%,85% 0,100% 28%,83% 42%,78% 30%,78% 100%,22% 100%,22% 30%,17% 42%,0 28%); filter: drop-shadow(12px 14px 0 var(--coral)); }
.category-strip { max-width: 1440px; margin: 0 auto 8rem; padding: 0 4vw; }
.category-strip h2 { margin-bottom: 2rem; font-size: clamp(2.6rem,5vw,4.8rem); }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.category-card { min-height: 220px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--ink); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.category-card:nth-child(1) { background: var(--yellow); }
.category-card:nth-child(2) { background: var(--coral); color: #fff; }
.category-card:nth-child(3) { background: var(--blue); }
.category-card:nth-child(4) { background: var(--ink); color: #fff; }
.category-card:hover { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--ink); }
.category-card strong { font: 800 1.5rem/1.05 var(--display); letter-spacing: -.04em; }
.category-card span { font-size: .75rem; font-weight: 700; }
.trust-block { max-width: 1440px; margin: 0 auto; padding: 6rem 4vw; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; color: #fff; background: var(--ink); }
.trust-block h2 { font-size: clamp(2.7rem,5vw,5rem); }
.trust-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.trust-list li { padding: 1.1rem 0; display: grid; grid-template-columns: 35px 1fr; border-bottom: 1px solid rgba(255,255,255,.25); }
.trust-list li::before { content: "✓"; color: var(--yellow); font-weight: 800; }
.content-page { max-width: 1120px; margin: 0 auto; padding: 6rem 4vw 8rem; display: grid; grid-template-columns: .55fr 1.45fr; gap: 7vw; }
.content-page-nav { position: sticky; top: 120px; align-self: start; }
.content-page-nav p { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.content-page-nav a { display: block; padding: .65rem 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: .85rem; }
.prose { max-width: 760px; }
.prose h2 { margin: 3.5rem 0 1.2rem; font-size: clamp(2.1rem,4vw,3.6rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 2rem 0 .7rem; font: 800 1.3rem/1.2 var(--display); }
.prose p, .prose li { color: #484848; }
.prose ul { padding-left: 1.2rem; }
.info-box { margin: 2rem 0; padding: 1.5rem; border-left: 5px solid var(--coral); background: var(--cream); }
.info-box p { margin: 0; color: var(--ink); }
.legal-date { font-size: .75rem; color: #777; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); transition-delay: var(--delay,0ms); }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .model-card, .model-card-large { grid-column: span 6; }
  .model-card-wide { grid-column: span 6; margin-top: 0; }
  .fit-section, .finder, .faq-section { grid-template-columns: 1fr; }
  .style-copy { padding: 5rem 4vw; }
  .fact { grid-template-columns: 55px 150px 1fr; }
  .shop-preview { grid-template-columns: 1fr; padding-top: 1rem; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .category-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .nav-wrap { min-height: 66px; }
  .menu-button { display: flex; width: 42px; height: 42px; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
  .menu-button > span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); transition: .2s; }
  .menu-button[aria-expanded="true"] > span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; inset: 66px 0 auto; padding: 1.4rem 4vw 2rem; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--cream); border-bottom: 1px solid var(--ink); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { margin-top: 1rem; padding: .8rem 1rem; text-align: center; }
  .hero { min-height: 0; padding-top: 4rem; grid-template-columns: 1fr; }
  h1 { font-size: clamp(3.8rem,19vw,6.2rem); }
  h2 { font-size: clamp(3rem,15vw,5rem); }
  .hero-notes { margin-top: 3rem; }
  .hero-visual { min-height: 620px; margin-top: 1rem; }
  .hero-photo { left: 5%; }
  .hero-sticker { left: 0; width: 92px; height: 92px; }
  .section { padding-top: 6rem; padding-bottom: 6rem; }
  .section-heading { grid-template-columns: 1fr; gap: 2rem; }
  .model-grid { grid-template-columns: 1fr; }
  .model-card, .model-card-large, .model-card-wide { grid-column: auto; }
  .style-section { grid-template-columns: 1fr; }
  .style-photo { min-height: 620px; }
  .fit-section { gap: 4rem; }
  .fact { grid-template-columns: 48px 1fr; }
  .fact p { grid-column: 2; }
  .finder { padding: 5rem 4vw; }
  .care-section { grid-template-columns: 1fr; }
  .care-card { min-height: 400px; }
  .footer-top { align-items: start; flex-direction: column; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom nav { flex-wrap: wrap; }
  .footer-bottom > p:last-child { text-align: left; }
  .page-hero, .trust-block, .content-page { grid-template-columns: 1fr; }
  .page-hero { padding-top: 5rem; }
  .shop-toolbar { align-items: start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .empty-products { grid-template-columns: 1fr; }
  .content-page-nav { position: static; }
}

@media (max-width: 440px) {
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.2rem; }
  .text-link { text-align: center; }
  .hero-visual { min-height: 510px; }
  .hero-caption { right: 2%; }
  .hero-caption p { font-size: .75rem; }
  .finder-options { grid-template-columns: 1fr; }
  .style-tip { grid-template-columns: 42px 1fr; }
  .shop-preview-grid, .category-grid { grid-template-columns: 1fr; }
  .preview-promise { grid-column: auto; grid-template-columns: 1fr; }
}


/* Linked homepage modules (gids) */
a.model-card,
a.style-tip,
a.fact {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.model-card:focus-visible,
a.style-tip:focus-visible,
a.fact:focus-visible,
.related-guide-card:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}
.card-cta {
  display: inline-block;
  margin-top: .35rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
}
a.model-card:hover .card-cta { color: var(--coral); }
a.style-tip:hover h3 { text-decoration: underline; text-underline-offset: 4px; }
a.fact:hover h3 { color: var(--coral); }

/* Gids-artikelen — zelfde cream/coral magazine-systeem */
.gids-page .page-hero-copy > p.hero-dek {
  max-width: 590px;
  margin: 2rem 0 0;
  font-size: 1.15rem;
}
.gids-figures {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4vw 2rem;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1.5rem;
  align-items: stretch;
}
.gids-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #d9d3c4;
  border: 1px solid var(--ink);
  min-height: 420px;
}
.gids-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(.83) contrast(1.03);
}
.gids-figure figcaption,
.gids-shape-slot span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .85rem 1.1rem;
  background: var(--paper);
  border-top: 1px solid var(--ink);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gids-shape-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.gids-shape-slot {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  border: 1px solid var(--ink);
}
.gids-shape-slot .type-shape { filter: drop-shadow(6px 8px 0 rgba(255,255,255,.35)); }
.gids-body { padding-top: 3rem; }
.gids-body .prose:empty,
.gids-body .prose:not(:has(*)) { min-height: 0; }
.related-guides {
  max-width: 1440px;
  margin: 0 auto;
  padding: 4rem 4vw 7rem;
}
.related-guides h2 { margin-bottom: 2rem; font-size: clamp(2.6rem,5vw,4.8rem); }
.related-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.related-guide-card {
  min-height: 220px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--ink);
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.related-guide-card:nth-child(3n+1) { background: var(--yellow); }
.related-guide-card:nth-child(3n+2) { background: var(--coral); color: #fff; }
.related-guide-card:nth-child(3n+3) { background: var(--blue); }
.related-guide-card[aria-current="page"] { box-shadow: inset 0 0 0 3px var(--ink); }
.related-guide-card:hover { transform: translate(-3px,-3px); box-shadow: 6px 6px 0 var(--ink); }
.related-guide-card[aria-current="page"]:hover { box-shadow: 6px 6px 0 var(--ink), inset 0 0 0 3px var(--ink); }
.related-guide-card > span:first-child {
  font: 800 1.4rem/1 var(--display);
  color: var(--coral);
}
.related-guide-card:nth-child(3n+2) > span:first-child { color: var(--yellow); }
.related-guide-card strong {
  font: 800 1.6rem/1.05 var(--display);
  letter-spacing: -.04em;
}
.related-guide-card .related-cta { font-size: .75rem; font-weight: 700; }
.gids-faq { padding-top: 0; }
.prose figure {
  margin: 2.5rem 0;
  border: 1px solid var(--ink);
  background: #d9d3c4;
}
.prose figure img { width: 100%; height: auto; }
.prose figcaption {
  padding: .8rem 1rem;
  background: var(--paper);
  border-top: 1px solid var(--ink);
  font-size: .78rem;
  color: #555;
}

@media (max-width: 1000px) {
  .gids-figures { grid-template-columns: 1fr 1fr; }
  .related-guides-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .inner-page .main-nav { background: var(--paper); }
  .gids-figures,
  .related-guides-grid { grid-template-columns: 1fr; }
  .gids-figure { min-height: 360px; }
  .gids-shape-grid { grid-template-columns: 1fr 1fr 1fr; }
  .gids-shape-slot { min-height: 120px; }
}
@media (max-width: 440px) {
  .gids-shape-grid { grid-template-columns: 1fr; }
  .related-guides-grid { grid-template-columns: 1fr; }
}

.gids-cta-row { display:flex; flex-wrap:wrap; gap:1.2rem 2rem; align-items:center; margin-top:2rem; }
.gids-inline-figure { margin: 1.5rem 0 2rem; }
.model-shape-figure { min-height: 180px; margin: 1rem 0 1.8rem; }
.gids-fit-chips { max-width: 1440px; margin: 0 auto 0; padding: 0 4vw 2rem; }
.section-guide-cta { margin-top: 2rem; }
