:root {
  --ink: #171816;
  --ink-soft: #242521;
  --ivory: #f2efe8;
  --paper: #faf8f3;
  --copper: #b88a61;
  --copper-light: #d6b18c;
  --line: rgba(23, 24, 22, .17);
  --pad: clamp(1.4rem, 5vw, 6rem);
  --ticker-height: 0px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
.home-page { --ticker-height: 38px; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { color: var(--paper); background: var(--copper); }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 100;
  padding: .8rem 1rem; background: var(--paper);
}
.skip-link:focus { top: calc(var(--ticker-height) + 1rem); }

.site-ticker {
  position: fixed; inset: 0 0 auto; z-index: 30;
  height: var(--ticker-height); overflow: hidden;
  color: #9b4e1c; background: var(--ivory);
  border-bottom: 1px solid rgba(23,24,22,.24);
}
.ticker-track { display: flex; width: max-content; height: 100%; animation: ticker-scroll 44s linear infinite; will-change: transform; }
.ticker-group { display: flex; flex: none; align-items: center; height: 100%; }
.ticker-item {
  flex: none; padding: 0 clamp(6rem, 12vw, 15rem); white-space: nowrap;
  font-size: .7rem; font-weight: 600; line-height: 1; text-transform: uppercase; letter-spacing: .13em;
}
.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; }

.site-header {
  position: fixed; inset: var(--ticker-height) 0 auto; z-index: 20;
  height: 92px; padding: 0 var(--pad);
  display: flex; align-items: center; justify-content: space-between;
  color: white; border-bottom: 1px solid rgba(255,255,255,.2);
  transition: height .35s ease, background .35s ease, color .35s ease;
}
.site-header.scrolled {
  height: 72px; color: var(--ink);
  background: rgba(250, 248, 243, .94); border-color: var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  position: relative; display: block; width: clamp(200px, 16vw, 245px); height: 66px;
  text-decoration: none; z-index: 2;
}
.brand::before {
  content: ""; position: absolute; inset: 5px 8px;
  background: url("assets/shureluck-logo-volledig-licht.png") center / contain no-repeat;
}
.solid-nav .brand::before,
.site-header.scrolled .brand::before { background-image: url("assets/shureluck-logo-volledig.png"); }
.brand-mark {
  display: none; place-items: center; width: 31px; height: 31px;
  border: 1px solid currentColor; border-radius: 50%;
  font-family: var(--serif); font-size: 1.25rem; font-style: italic;
}
.brand-name { display: none; font-family: var(--serif); font-size: 1.5rem; letter-spacing: -.02em; }
.site-nav { display: flex; align-items: center; gap: clamp(.9rem, 1.7vw, 2rem); }
.site-nav a { text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.site-nav a:not(.nav-contact)::after {
  content: ""; display: block; width: 0; height: 1px; margin-top: 4px;
  background: currentColor; transition: width .25s ease;
}
.site-nav a:hover::after { width: 100%; }
.site-nav a.active:not(.nav-contact)::after { width: 100%; }
.nav-contact { padding: .8rem 1rem; border: 1px solid currentColor; }
.nav-contact span { margin-left: 1rem; }
.menu-button { display: none; }

.hero { min-height: 100svh; position: relative; color: white; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media {
  background: url("assets/financieel-dagblad-blur.png") left 50% / cover no-repeat;
  transform: scale(1.025); animation: hero-in 1.5s cubic-bezier(.2,.7,.2,1) both;
}
.hero-shade { background: linear-gradient(90deg, rgba(10,11,10,.68) 0%, rgba(10,11,10,.38) 48%, rgba(10,11,10,.08) 100%), linear-gradient(0deg, rgba(10,11,10,.32), transparent 45%); }
.hero-content {
  position: relative; z-index: 1; min-height: 100svh;
  padding: clamp(9rem, 18vh, 13rem) var(--pad) 5rem;
  display: flex; flex-direction: column; justify-content: space-between;
}
.language-switch { display: flex; align-items: center; gap: .55rem; margin: 0 0 1.6rem; }
.language-switch a { display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 2.35rem; padding: 0; border: 1px solid rgba(255,255,255,.32); background: rgba(0,0,0,.15); text-decoration: none; }
.language-switch a:hover, .language-switch a.active { background: rgba(255,255,255,.12); border-color: var(--copper-light); }
.language-switch .flag { position: relative; display: block; width: 1.875rem; height: 1.25rem; overflow: hidden; box-shadow: 0 0 0 1px rgba(255,255,255,.32); }
.flag-nl { background: linear-gradient(to bottom, #ae1c28 0 33.333%, #fff 33.333% 66.666%, #21468b 66.666% 100%); }
.flag-gb { background: #012169; }
.flag-gb::before { content: ""; position: absolute; inset: -30% -12%; background: linear-gradient(27deg, transparent 43%, #fff 43% 57%, transparent 57%), linear-gradient(-27deg, transparent 43%, #fff 43% 57%, transparent 57%); }
.flag-gb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, transparent 40%, #c8102e 40% 60%, transparent 60%), linear-gradient(to bottom, transparent 35%, #c8102e 35% 65%, transparent 65%), linear-gradient(27deg, transparent 47%, #c8102e 47% 53%, transparent 53%), linear-gradient(-27deg, transparent 47%, #c8102e 47% 53%, transparent 53%); }
.eyebrow { margin: 0 0 1.7rem; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .23em; color: #745a43; }
.eyebrow.light { color: var(--copper-light); }
.hero h1 {
  max-width: 1000px; margin: 0; font-family: var(--serif); font-weight: 400;
  font-size: clamp(3.6rem, 7.8vw, 8.2rem); line-height: .88; letter-spacing: -.048em;
}
.hero h1 em, .contact h2 em { color: var(--copper-light); font-weight: 400; }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-top: 5rem; }
.hero-bottom p { max-width: 550px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.25rem); font-weight: 300; }
.button {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem;
  min-width: 220px; padding: 1rem 1.2rem; text-decoration: none;
  text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; transition: .25s ease;
}
.button-light { color: white; border: 1px solid rgba(255,255,255,.65); }
.button-light:hover { background: white; color: var(--ink); }
.scroll-cue {
  position: absolute; z-index: 2; right: 1.3rem; top: 50%; transform: rotate(90deg) translateX(50%);
  transform-origin: right center; display: flex; align-items: center; gap: .8rem;
  font-size: .62rem; text-transform: uppercase; letter-spacing: .18em; color: rgba(255,255,255,.66);
}
.scroll-cue span { width: 52px; height: 1px; background: currentColor; }

.section-pad { padding: clamp(4.5rem, 7.5vw, 7rem) var(--pad); }
.page-hero {
  position: relative; min-height: 70svh; display: flex; align-items: flex-end;
  padding: clamp(11rem, 19vh, 14rem) var(--pad) clamp(5rem, 9vw, 8rem);
  color: white; background: linear-gradient(100deg, rgba(10,11,10,.93), rgba(10,11,10,.48)), var(--ink);
  overflow: hidden;
}
.page-hero.compact { min-height: 58svh; }
.page-hero-case { background: linear-gradient(90deg, rgba(10,11,10,.72), rgba(10,11,10,.28)), url("assets/case-aandeelhouders-pinstripe.png") center 56% / cover; }
.page-hero-stories { background: linear-gradient(90deg, rgba(10,11,10,.7), rgba(10,11,10,.22)), url("assets/cases-intro-rechtbank.jpg") center 54% / cover; }
.rates-hero { min-height: 76svh; background: linear-gradient(90deg, rgba(10,11,10,.18) 0%, rgba(10,11,10,.16) 45%, rgba(10,11,10,.76) 100%), url("assets/frank-koffie-zakelijke-keuken.png") center / cover; }
.rates-hero-copy { width: min(540px, 40vw); margin-left: auto; }
.rates-hero h1 { font-size: clamp(3.1rem, 5.4vw, 5.8rem); }
.rates-overview { background: var(--ink); color: var(--paper); }
.rates-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem 8vw; align-items: end; margin-bottom: clamp(3rem, 6vw, 6rem); }
.rates-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -1.7rem; }
.rates-intro h2, .rate-conditions h2 { margin: 0; font: 400 clamp(2.8rem, 6vw, 6.2rem)/.95 var(--serif); letter-spacing: -.04em; }
.rates-intro h2 em { color: var(--copper-light); font-weight: 400; }
.rates-intro > p:last-child { max-width: 480px; margin: 0 0 .45rem; color: #bdbab2; line-height: 1.75; }
.rate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #4a4b45; }
.rate-card { min-width: 0; padding: clamp(2rem, 4vw, 4rem); border-right: 1px solid #4a4b45; border-bottom: 1px solid #4a4b45; }
.rate-card:nth-child(2n) { border-right: 0; }
.rate-number { display: block; margin-bottom: 1.25rem; color: var(--copper-light); font-size: .7rem; letter-spacing: .16em; }
.rate-card h3 { margin: 0 0 1rem; font: 400 clamp(2rem, 3.5vw, 3.4rem)/1 var(--serif); letter-spacing: -.025em; }
.rate-description { min-height: 5.4em; margin: 0 0 2rem; color: #bdbab2; line-height: 1.7; }
.rate-prices { margin: 0 0 1.6rem; border-top: 1px solid #4a4b45; }
.rate-prices div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.2rem; align-items: baseline; padding: 1rem 0; border-bottom: 1px solid #4a4b45; }
.rate-prices dt { color: #bdbab2; font-size: .82rem; line-height: 1.45; }
.rate-prices dd { margin: 0; text-align: right; font: 400 clamp(1.2rem, 2vw, 1.7rem)/1.2 var(--serif); }
.rate-prices dd small { color: var(--copper-light); font: 600 .67rem/1.4 var(--sans); letter-spacing: .05em; text-transform: uppercase; }
.rate-note { margin: -.4rem 0 1.5rem; color: #aaa79f; font-size: .78rem; line-height: 1.65; }
.rate-process { margin-top: 1.2rem; border-top: 1px solid #4a4b45; border-bottom: 1px solid #4a4b45; }
.rate-process summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; color: var(--copper-light); cursor: pointer; list-style: none; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.rate-process summary::-webkit-details-marker { display: none; }
.rate-process summary span { font-size: 1.25rem; font-weight: 300; transition: transform .25s ease; }
.rate-process[open] summary span { transform: rotate(45deg); }
.rate-process-content { padding: .2rem 0 1.4rem; }
.rate-process-content ol { margin: 0; padding-left: 1.35rem; }
.rate-process-content li { margin: 0 0 .85rem; padding-left: .35rem; color: #bbb8b0; font-size: .82rem; line-height: 1.65; }
.rate-process-content strong { color: var(--paper); }
.rate-action { display: inline-flex; gap: 1.3rem; align-items: center; margin-top: 1.4rem; padding-bottom: .45rem; color: var(--paper); border-bottom: 1px solid #716d65; text-decoration: none; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.rate-action span { color: var(--copper-light); font-size: 1rem; }
.rate-conditions { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: #242521; color: var(--paper); }
.rate-conditions h2 { margin-top: 1rem; font-size: clamp(2.5rem, 5vw, 5rem); }
.rate-conditions-list { border-top: 1px solid #55564f; }
.rate-conditions-list p { margin: 0; padding: 1.25rem 0; color: #c5c2ba; border-bottom: 1px solid #55564f; line-height: 1.65; }
.rate-conditions-list strong { color: var(--paper); }
.rate-conditions-list a { color: var(--copper-light); text-underline-offset: .2em; }
.page-hero-copy { position: relative; z-index: 1; max-width: 1080px; }
.page-hero h1, .about-page h1, .contact-page h1, .home-directory h2 {
  margin: 0; font: 400 clamp(3.1rem, 7vw, 7rem)/.93 var(--serif); letter-spacing: -.045em;
}
.page-hero h1 em, .contact-page h1 em { color: var(--copper-light); font-weight: 400; }
.page-hero-copy > p:last-child { max-width: 650px; margin: 2.3rem 0 0; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.5vw, 1.25rem); }
.home-directory { display: grid; grid-template-columns: 36% 1fr; gap: 9vw; background: var(--ivory); }
.directory-links { border-top: 1px solid var(--line); }
.directory-links a { display: grid; grid-template-columns: 3rem 1fr 2rem; gap: 1rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .25s, background .25s; }
.directory-links a:hover { padding-left: 1rem; background: rgba(184,138,97,.08); }
.directory-links span { color: #927052; font-size: .7rem; }
.directory-links strong { font: 400 clamp(1.4rem, 2.4vw, 2rem) var(--serif); }
.directory-links i { color: var(--copper); font-style: normal; }
.statement { display: grid; grid-template-columns: 10% minmax(0, 1fr) 24%; gap: 4vw; background: var(--paper); }
.section-number { font-family: var(--serif); font-size: 1rem; color: #8d887e; }
.statement h2, .section-heading h2, .method h2, .about h2, .contact h2 {
  margin: 0; font: 400 clamp(2.8rem, 5.7vw, 6rem)/.98 var(--serif); letter-spacing: -.04em;
}
.statement .lead { max-width: 850px; margin: 3rem 0 0; font: 400 clamp(1.3rem, 2vw, 1.85rem)/1.45 var(--serif); color: #4d4d47; }
.statement-note { align-self: end; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.statement-note span { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: #8d887e; }
.statement-note p { margin: 1rem 0 0; font-family: var(--serif); font-size: 1.1rem; }

.section-heading { display: grid; grid-template-columns: 1fr 32%; gap: 4rem; align-items: end; margin-bottom: 5rem; }
.section-heading > p { margin: 0 0 .5rem; color: #5b5b55; }

.warning h2, .cases h2 {
  margin: 0; font: 400 clamp(2.8rem, 5.7vw, 6rem)/.98 var(--serif); letter-spacing: -.04em;
}

.warning { display: grid; grid-template-columns: 46% 1fr; column-gap: clamp(3rem, 9vw, 10rem); row-gap: clamp(1.25rem, 2vw, 2rem); padding-bottom: clamp(2rem, 3vw, 3rem); background: var(--paper); }
.warning-lead > p:not(.eyebrow) { max-width: 600px; margin-top: 2rem; color: #62625c; }
.warning-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.warning-list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); font: 400 clamp(1.15rem, 1.7vw, 1.45rem)/1.3 var(--serif); }
.warning-list span { padding-top: .25rem; color: #9a7656; font: .68rem var(--sans); letter-spacing: .12em; }

.method { display: grid; grid-template-columns: 40% 1fr; gap: 10vw; background: var(--ink); color: var(--paper); }
.method-intro { align-self: start; position: sticky; top: 120px; }
.method-page { padding-top: clamp(5rem, 8vw, 8rem); }
.method-intro > p:not(.eyebrow) { max-width: 490px; margin: 2rem 0; color: #aaa9a2; }
.text-link { display: inline-flex; gap: 1.5rem; margin-top: 1rem; padding-bottom: .45rem; border-bottom: 1px solid #716d65; text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.process-choices { border-top: 1px solid #4a4b45; }
.process-choice { display: grid; grid-template-columns: 3rem minmax(0, 1fr); gap: 1rem; padding: 2.4rem 0; border-bottom: 1px solid #4a4b45; }
.process-number { padding-top: .55rem; color: var(--copper-light); font-size: .7rem; letter-spacing: .14em; }
.process-content h3 { margin: 0 0 1.4rem; font: 400 clamp(1.8rem, 3vw, 2.7rem)/1.08 var(--serif); }
.process-content em { color: #e0c3a5; }
.process-more { max-width: 720px; }
.process-more summary { display: block; color: #c4c1ba; cursor: pointer; list-style: none; font-size: .98rem; line-height: 1.72; }
.process-more summary::-webkit-details-marker { display: none; }
.process-teaser { display: inline; }
.process-more .more-label, .process-more .less-label { margin-left: .28em; color: var(--copper-light); border-bottom: 1px solid currentColor; white-space: nowrap; font-size: .76rem; font-weight: 600; letter-spacing: .06em; }
.process-more .less-label { display: none; }
.process-more[open] .more-label { display: none; }
.process-more[open] .less-label { display: inline; }
.process-more-content { padding: 1.3rem 0 .3rem; }
.process-more-content > p { max-width: 720px; margin: 0 0 1.1rem; color: #c4c1ba; font-size: .98rem; line-height: 1.72; }
.process-action { display: inline-flex; align-items: center; gap: 1.5rem; margin-top: .9rem; padding: .75rem 0 .45rem; color: var(--paper); border-bottom: 1px solid #716d65; text-decoration: none; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.process-action i { color: var(--copper-light); font-style: normal; font-size: 1rem; }
.embedded-red-flags { max-width: 720px; margin: 2rem 0 .8rem; padding: 1.6rem; color: var(--ink); background: var(--copper-light); }
.embedded-red-flags h4 { margin: 0 0 .7rem; font: 400 clamp(1.45rem, 2.5vw, 2rem)/1.15 var(--serif); }
.embedded-red-flags > p { margin: 0 0 1.2rem; color: #3e3b36; }
.embedded-red-flags ol { margin: 0; padding: 0; list-style: none; counter-reset: red-flags; }
.embedded-red-flags li { counter-increment: red-flags; display: grid; grid-template-columns: 2.3rem 1fr; gap: .7rem; padding: .72rem 0; border-top: 1px solid rgba(23,24,22,.22); font-family: var(--serif); line-height: 1.35; }
.embedded-red-flags li::before { content: "0" counter(red-flags); padding-top: .2rem; color: #744824; font: .65rem var(--sans); letter-spacing: .1em; }

.cases { background: var(--ivory); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-grid article {
  position: relative; min-height: 270px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  overflow: hidden; transition: background .3s ease, color .3s ease;
}
.case-grid article:hover { color: var(--paper); background: var(--ink); }
.case-grid article > span { color: #8c6a4d; font-size: .66rem; text-transform: uppercase; letter-spacing: .17em; }
.case-grid h3 { max-width: 310px; margin: 4rem 0 0; font: 400 clamp(1.5rem, 2.4vw, 2.15rem)/1.08 var(--serif); }
.case-grid i { position: absolute; right: 1.4rem; bottom: .8rem; color: rgba(184,138,97,.2); font: 400 4.8rem/1 var(--serif); }

.stories-intro { display: grid; grid-template-columns: 48% 1fr; gap: 8vw; background: var(--ivory); }
.stories-intro h2 { margin: 0; font: 400 clamp(2.8rem, 5.7vw, 5.8rem)/.98 var(--serif); letter-spacing: -.04em; }
.stories-intro > div:last-child { max-width: 650px; align-self: end; color: #5f5f59; }
.stories-intro > div:last-child p { margin: 0 0 1.25rem; }
.case-stories { padding-top: clamp(3rem, 5vw, 5rem); background: var(--paper); }
.case-stories.is-collapsed { padding-bottom: clamp(3rem, 5vw, 5rem); }
.case-stories.has-active-category .case-category-tabs { margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.case-category-tabs { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 260px)); justify-content: center; gap: 1rem; width: 100%; margin: 0; }
.case-category-tabs button {
  padding: 1rem 1.4rem; color: var(--ink); background: #d7b56d; border: 1px solid #b88a35;
  cursor: pointer; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.case-category-tabs button:hover { background: #e3c681; transform: translateY(-2px); }
.case-category-tabs button[aria-selected="true"] { color: #fff; background: #9b6f24; border-color: #9b6f24; }
.case-category-panel[hidden] { display: none; }
.case-category-empty { padding: clamp(3rem, 6vw, 6rem) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-category-empty p { max-width: 650px; margin: 0; font: 400 clamp(1.7rem, 3vw, 3rem)/1.15 var(--serif); }
.collective-intro { display: grid; grid-template-columns: 44% 1fr; gap: 1rem clamp(3rem, 8vw, 8rem); padding-bottom: clamp(3rem, 5vw, 5rem); }
.collective-intro .eyebrow { grid-column: 1 / -1; }
.collective-intro h2 { grid-row: 2 / 4; margin: 0; font: 400 clamp(2.8rem, 5.4vw, 5.6rem)/.98 var(--serif); letter-spacing: -.04em; }
.collective-intro > p:not(.eyebrow) { max-width: 690px; margin: 0 0 1rem; color: #5f5f59; font-size: 1.02rem; line-height: 1.72; }
.collective-dossiers { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.collective-dossier { display: flex; flex-direction: column; min-height: 330px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.collective-dossier > span { color: #8c6a4d; font-size: .66rem; text-transform: uppercase; letter-spacing: .17em; }
.collective-dossier h3 { margin: 3rem 0 1rem; font: 400 clamp(1.65rem, 2.4vw, 2.25rem)/1.08 var(--serif); }
.collective-dossier p { margin: 0 0 2rem; color: #6b6b65; }
.collective-dossier > a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding: 1rem 0; color: #8b511f; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.collective-dossier > a:hover { color: var(--ink); }
.collective-dossier i { font-style: normal; font-size: 1rem; }
.collective-dossier-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 34% minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 8rem); min-height: 0; padding: clamp(2.2rem, 5vw, 5rem); background: #fff; }
.collective-dossier-featured header > span { color: #8c6a4d; font-size: .66rem; text-transform: uppercase; letter-spacing: .17em; }
.collective-dossier-featured header { align-self: start; position: sticky; top: 110px; }
.collective-dossier-featured h3 { margin-top: 2rem; font-size: clamp(2.3rem, 4.5vw, 4.8rem); }
.collective-dossier-featured header p { color: #8a867d; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.collective-dossier-copy { max-width: 780px; }
.collective-dossier-copy > p { margin: 0 0 1.35rem; color: #4f504a; font-size: 1rem; line-height: 1.75; }
.collective-more summary { display: block; color: #4f504a; cursor: pointer; list-style: none; font-size: 1rem; line-height: 1.75; }
.collective-more summary::-webkit-details-marker { display: none; }
.collective-more .more-label, .collective-more .less-label { margin-left: .28em; color: #8b511f; border-bottom: 1px solid currentColor; white-space: nowrap; font-size: .76rem; font-weight: 600; letter-spacing: .06em; }
.collective-more .less-label { display: none; }
.collective-more[open] .more-label { display: none; }
.collective-more[open] .less-label { display: inline; }
.collective-more-content { padding-top: 1.35rem; }
.collective-more-content > p { margin: 0 0 1.35rem; color: #4f504a; font-size: 1rem; line-height: 1.75; }
.collective-dossier-copy .inline-source-link { color: #8b511f; text-underline-offset: .2em; }
.collective-check { margin: 2rem 0; padding: 1.6rem; background: var(--ivory); border-left: 3px solid var(--copper); }
.collective-check h4 { margin: 0 0 1rem; font: 400 1.35rem/1.3 var(--serif); }
.collective-check ul { margin: 0; padding-left: 1.25rem; color: #52534d; }
.collective-check li { margin: .45rem 0; }
.collective-source-note { margin-top: 2rem !important; padding-top: 1.4rem; border-top: 1px solid var(--line); font-size: .84rem !important; }
.collective-source-note a { color: #8b511f; font-weight: 600; text-underline-offset: .2em; }
.collective-signup-note { color: #77736b !important; font-size: .86rem !important; }
.collective-dossier-featured .collective-signup-button { display: inline-flex; width: min(100%, 330px); justify-content: space-between; margin-top: .4rem; padding: 1rem 1.1rem; color: var(--ink); background: #d7b56d; border: 1px solid #b88a35; text-decoration: none; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.collective-dossier-featured .collective-signup-button:hover { background: #e3c681; }
.case-story { border-top: 1px solid var(--line); }
.case-story:last-child { border-bottom: 1px solid var(--line); }
.case-story summary {
  position: relative; display: grid; grid-template-columns: 13% 1fr 34% 2rem; gap: 2rem; align-items: center;
  padding: 2.4rem 0; cursor: pointer; list-style: none; transition: padding .25s ease, background .25s ease;
}
.case-story summary::-webkit-details-marker { display: none; }
.case-story summary:hover { padding-left: 1rem; padding-right: 1rem; background: rgba(184,138,97,.07); }
.case-story summary > span { color: #8c6a4d; font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; }
.case-story summary h2 { margin: 0; font: 400 clamp(1.6rem, 2.7vw, 2.55rem)/1.08 var(--serif); }
.case-story summary p { margin: 0; color: #74736c; font-size: .9rem; }
.case-story summary i { position: relative; width: 1.4rem; height: 1.4rem; justify-self: end; }
.case-story summary i::before, .case-story summary i::after { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: var(--copper); transition: transform .25s ease; }
.case-story summary i::after { transform: rotate(90deg); }
.case-story[open] summary i::after { transform: rotate(0); }
.case-story[open] summary { border-bottom: 1px solid var(--line); }
.case-story-body { display: grid; grid-template-columns: 36% minmax(0, 1fr); gap: clamp(2.5rem, 6vw, 7rem); padding: clamp(3rem, 6vw, 6rem) 0 clamp(5rem, 8vw, 8rem) 13%; }
.case-story-body > .case-story-copy:only-child { grid-column: 2; }
.case-story-media { width: 100%; aspect-ratio: 3/2; object-fit: cover; position: sticky; top: 110px; }
.case-story[data-case-image] .case-story-body::before { content: ""; width: 100%; aspect-ratio: 3/2; background: center / cover no-repeat; position: sticky; top: 110px; }
.case-story[data-case-image="partnerinvestering"] .case-story-body::before { background-image: url("assets/case-partnerinvestering-pinstripe.png"); }
.case-story[data-case-image="verkoop-onderneming"] .case-story-body::before { background-image: url("assets/case-verkoop-onderneming.jpg"); }
.case-story[data-case-image="groothandel"] .case-story-body::before { background-image: url("assets/case-groothandel-pinstripe.png"); }
.case-story[data-case-image="aandeelhouders"] .case-story-body::before { background-image: url("assets/case-aandeelhouders-pinstripe.png"); }
.case-story[data-case-image="opdrachtgever"] .case-story-body::before { background-image: url("assets/case-opdrachtgever.jpg"); }
.case-story[data-case-image="preventie"] .case-story-body::before { background-image: url("assets/case-preventie.jpg"); }
.case-story-copy { max-width: 760px; }
.case-story-copy h3 { margin: 2.7rem 0 1rem; color: #8c6a4d; font: 600 .72rem var(--sans); text-transform: uppercase; letter-spacing: .18em; }
.case-story-copy h3:first-child { margin-top: 0; }
.case-story-copy p { margin: 0 0 1.25rem; color: #4f4f49; font-size: 1.02rem; line-height: 1.72; }

.about { display: grid; grid-template-columns: 46% 54%; background: var(--paper); }
.about.about-page { grid-template-columns: 42% 58%; }
.about-page { min-height: 100svh; }
.about-page .about-copy { padding-top: calc(clamp(6.5rem, 6.5vw, 7rem) + var(--ticker-height)); }
.about-page h1 { max-width: 9.8em; font-size: clamp(2.8rem, 4.8vw, 5rem); }
.about-portrait { position: relative; min-height: 820px; overflow: hidden; background: #e7e5e0; }
.about-portrait.office-portrait {
  min-height: 0; aspect-ratio: 3/2; align-self: start;
  margin-top: calc(clamp(6.5rem, 6.5vw, 7rem) + 2.8rem + var(--ticker-height));
  background: #231913;
}
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.03); }
.about-portrait p { position: absolute; left: 1rem; bottom: .65rem; max-width: 230px; margin: 0; padding: .65rem .85rem; background: rgba(250,248,243,.9); font: 400 1rem/1.25 var(--serif); }
.about-portrait p span { font: .58rem/1.25 var(--sans); text-transform: uppercase; letter-spacing: .1em; color: #77746d; }
.about-copy { align-self: center; }
.about-copy > p:not(.eyebrow) { max-width: 660px; color: #5f5f59; }
.about-copy .lead { margin-top: 2.5rem; font: 400 1.45rem/1.45 var(--serif); color: var(--ink); }
.credentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.credentials strong, .credentials span { display: block; }
.credentials strong { font: 400 1.2rem var(--serif); }
.credentials span { margin-top: .3rem; color: #8a867d; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.about-robert { display: grid; grid-template-columns: 42% 58%; align-items: center; gap: 0; padding: clamp(2rem, 4vw, 4rem) 0; background: var(--paper); border-top: 1px solid var(--line); }
.about-robert-photo { width: min(100%, 560px); margin: 0; }
.about-robert-photo img { display: block; width: 100%; height: auto; }
.about-robert-copy { align-self: center; padding: clamp(2rem, 6vw, 7rem); }
.about-robert-copy h2 { max-width: 9em; margin: 0; font: 400 clamp(2.8rem, 5.2vw, 5.5rem)/1.04 var(--serif); }

.contact { background: var(--ink-soft); color: var(--paper); }
.contact-page { min-height: 100svh; padding-top: calc(clamp(10rem, 16vw, 13rem) + var(--ticker-height)); }
.contact-top { margin-bottom: clamp(4rem, 8vw, 7rem); }
.contact-grid { display: grid; grid-template-columns: 32% 1fr; gap: 10vw; }
.contact-intro > p { max-width: 410px; margin: 0 0 2.5rem; color: #aaa9a2; }
.button-copper { background: var(--copper); color: var(--ink); }
.button-copper:hover { background: var(--copper-light); transform: translateY(-2px); }
.phone-link { display: block; width: max-content; margin-top: 1.5rem; text-decoration: none; color: #bbb8b1; }
.contact-form { display: grid; gap: 2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.contact-form label { color: #a8a69f; font-size: .66rem; text-transform: uppercase; letter-spacing: .15em; }
.contact-form input, .contact-form textarea, .contact-form select {
  display: block; width: 100%; padding: .9rem 0; resize: vertical;
  color: white; background: transparent; border: 0; border-bottom: 1px solid #55564f; outline: 0;
  text-transform: none; letter-spacing: normal; font-size: 1rem; transition: border-color .2s;
}
.contact-form select { appearance: none; cursor: pointer; }
.contact-form select option { color: var(--ink); background: var(--paper); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--copper-light); }
.contact-form button {
  justify-self: end; padding: 1rem 0; color: var(--paper); background: transparent; border: 0; border-bottom: 1px solid var(--copper);
  text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; cursor: pointer;
}
.contact-form button span { margin-left: 2rem; }
.contact-form button:disabled { opacity: .55; cursor: wait; }
.form-note { margin: -1rem 0 0; color: #777870; font-size: .72rem; }
.privacy-note { margin-top: 2.5rem !important; color: #777870 !important; font-size: .76rem; }
.privacy-check { display: flex; align-items: flex-start; gap: .75rem; color: #d2d0c9 !important; font-size: .78rem !important; line-height: 1.5; letter-spacing: 0 !important; text-transform: none !important; }
.privacy-check input { flex: 0 0 auto; appearance: auto; width: 1rem; height: 1rem; margin-top: .2rem; padding: 0; border: 0; accent-color: var(--copper); }
.privacy-check a { text-underline-offset: .18em; }

.contact-light { background: #fff; }
.contact-light .contact { color: var(--ink); background: #fff; }
.contact-light .contact-page h1 em,
.contact-light .eyebrow.light { color: #9b4e1c; }
.contact-light .contact-intro > p { color: #55564f; }
.contact-light .phone-link { color: var(--ink); }
.contact-light .contact-form label { color: #6f6c64; }
.contact-light .contact-form input,
.contact-light .contact-form textarea,
.contact-light .contact-form select {
  color: var(--ink); border-bottom-color: rgba(23,24,22,.32);
}
.contact-light .contact-form input:focus,
.contact-light .contact-form textarea:focus,
.contact-light .contact-form select:focus { border-color: #9b4e1c; }
.contact-light .contact-form button { color: var(--ink); border-bottom-color: #9b4e1c; }
.contact-light .form-note,
.contact-light .privacy-note { color: #696a64 !important; }
.contact-light .site-footer {
  color: #565750; background: #fff; border-top: 1px solid var(--line);
}
.contact-light .footer-brand::before {
  width: min(360px, 100%);
}
.collective-signup-page .contact-page { min-height: calc(100svh - 1px); }
.collective-signup-page .contact-top { max-width: 1100px; }
.collective-signup-page .contact-top em { color: #9b4e1c; }

.page-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(3rem, 6vw, 5rem) var(--pad); color: var(--paper); background: #30312d; }
.page-cta p { margin: 0; font: 400 clamp(1.7rem, 3vw, 3rem) var(--serif); }
.solid-nav .site-header { color: var(--ink); background: rgba(250,248,243,.96); border-color: var(--line); backdrop-filter: blur(14px); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 3rem; padding: 4rem var(--pad); background: #10110f; color: #9a9992; }
.footer-brand { position: relative; display: flex; align-items: center; min-width: 0; font-size: 0; }
.footer-brand::before {
  content: ""; display: block; width: min(300px, 100%); aspect-ratio: 462/134;
  background: url("assets/shureluck-logo-volledig-licht.png") center / contain no-repeat;
}
.contact-light .footer-brand::before { background-image: url("assets/shureluck-logo-volledig.png"); }
.footer-brand span { display: none; }
.footer-details { display: flex; gap: 4rem; font-size: .8rem; }
.footer-details p { margin: .5rem 0 0; }
.footer-details a, .footer-meta a { text-decoration: none; }
.footer-meta { text-align: right; font-size: .72rem; }
.footer-meta p { margin-top: 2rem; }
.legal-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: .45rem 1rem; margin-top: 1rem; }
.legal-links a { text-decoration: underline; text-underline-offset: .2em; }

.legal-page { min-height: 100svh; padding: clamp(8rem, 14vw, 12rem) max(var(--pad), calc((100vw - 980px) / 2)) clamp(4rem, 8vw, 7rem); background: var(--paper); }
.legal-page-header { padding-bottom: clamp(2.5rem, 5vw, 4.5rem); border-bottom: 1px solid var(--line); }
.legal-page h1 { max-width: 850px; margin: 0; font: 400 clamp(3.2rem, 7vw, 6.5rem)/.95 var(--serif); letter-spacing: -.045em; }
.legal-page .legal-intro { max-width: 760px; margin: 2rem 0 0; color: #5f5f59; font-size: 1.1rem; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.legal-document-meta { max-width: 760px; margin: 1.5rem 0 0; color: #6c6c66; font-size: .78rem; }
.legal-content { max-width: 850px; padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.legal-content section { padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 1rem; color: #9b4e1c; font: 600 .84rem/1.4 var(--sans); text-transform: uppercase; letter-spacing: .12em; }
.legal-content h3 { margin: 1.5rem 0 .55rem; font: 500 1.18rem/1.3 var(--serif); }
.legal-content p, .legal-content li { color: #484943; }
.legal-content p { margin: .75rem 0; }
.legal-content ul { margin: .7rem 0; padding-left: 1.35rem; }
.legal-content a { color: #87471d; text-underline-offset: .2em; }

.seo-directory { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); background: #ece8de; border-top: 1px solid var(--line); }
.seo-directory-intro h2 { max-width: 560px; margin: 0 0 1.5rem; font: 400 clamp(2.8rem, 5vw, 5rem)/.98 var(--serif); letter-spacing: -.035em; }
.seo-directory-intro > p:last-child { max-width: 580px; color: #5d5d57; line-height: 1.75; }
.seo-directory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; border-top: 1px solid #c8c1b3; }
.seo-directory-grid a { display: flex; justify-content: space-between; gap: 1.5rem; padding: 1.3rem .25rem; color: var(--ink); border-bottom: 1px solid #c8c1b3; text-decoration: none; font: 500 1rem/1.4 var(--sans); }
.seo-directory-grid a:nth-child(odd) { margin-right: 1rem; }
.seo-directory-grid a:hover { color: #9b4e1c; }
.seo-guide-page { min-height: 100svh; background: var(--paper); }
.seo-guide-hero { padding: clamp(9rem, 14vw, 12rem) var(--pad) clamp(3.5rem, 7vw, 6rem); background: #ece8de; border-bottom: 1px solid var(--line); }
.seo-guide-hero h1 { max-width: 1050px; margin: 0; font: 400 clamp(3.4rem, 7vw, 7rem)/.92 var(--serif); letter-spacing: -.05em; }
.seo-guide-hero .lead { max-width: 760px; margin: 2rem 0 0; color: #50514c; font-size: 1.18rem; line-height: 1.7; }
.seo-guide-body { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: clamp(3rem, 8vw, 8rem); max-width: 1180px; margin: 0 auto; padding: clamp(3.5rem, 7vw, 6rem) var(--pad); }
.seo-guide-content section { padding: 0 0 2rem; margin: 0 0 2rem; border-bottom: 1px solid var(--line); }
.seo-guide-content h2 { margin: 0 0 1rem; font: 400 clamp(1.9rem, 3vw, 2.7rem)/1.08 var(--serif); }
.seo-guide-content p, .seo-guide-content li { color: #494a45; line-height: 1.75; }
.seo-guide-content ul { padding-left: 1.25rem; }
.seo-guide-content a { color: #8a4a1e; text-underline-offset: .2em; }
.seo-guide-aside { align-self: start; position: sticky; top: 7rem; padding: 1.5rem; color: #ddd8cd; background: var(--ink); }
.seo-guide-aside h2 { margin: 0 0 1rem; color: var(--paper); font: 400 1.6rem var(--serif); }
.seo-guide-aside p { font-size: .9rem; line-height: 1.7; }
.seo-guide-aside .button { width: 100%; margin-top: .5rem; }
.seo-guide-note { padding: 1.2rem 1.4rem; background: #f0e9dc; border-left: 3px solid #9b4e1c; }
.seo-guide-updated { color: #77766f; font-size: .78rem; }

.cookie-notice { position: fixed; z-index: 60; left: var(--pad); right: var(--pad); bottom: 1rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem 2rem; max-width: 1050px; margin: auto; padding: 1rem 1.2rem; color: var(--paper); background: rgba(23,24,22,.97); border: 1px solid rgba(255,255,255,.24); box-shadow: 0 18px 48px rgba(0,0,0,.28); }
.cookie-notice p { margin: 0; font-size: .82rem; }
.cookie-notice a { color: var(--copper-light); text-underline-offset: .2em; }
.cookie-notice button { padding: .7rem 1rem; color: var(--ink); background: var(--ivory); border: 0; cursor: pointer; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }

[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
[data-reveal].visible { opacity: 1; transform: translateY(0); }
@keyframes hero-in { from { opacity: .25; transform: scale(1.08); } to { opacity: 1; transform: scale(1.025); } }
@keyframes ticker-scroll { to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
  .site-header { height: 74px; }
  .brand {
    width: clamp(170px, 42vw, 205px); height: 54px;
  }
  .brand::before { display: block !important; inset: 4px 7px; }
  .menu-button { display: flex; align-items: center; gap: .7rem; color: inherit; background: none; border: 0; z-index: 2; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; }
  .menu-button i, .menu-button i::after { display: block; content: ""; width: 24px; height: 1px; background: currentColor; transition: .25s; }
  .menu-button i::after { transform: translateY(6px); }
  .menu-button[aria-expanded="true"] i { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] i::after { transform: rotate(-90deg); }
  body.menu-open .site-header {
    height: calc(100svh - var(--ticker-height)); align-items: flex-start; padding-top: 21px;
    color: white; background: var(--ink); border-color: transparent; backdrop-filter: none;
  }
  .site-nav { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.5rem; padding: var(--pad); background: var(--ink); color: white; opacity: 0; visibility: hidden; transition: .3s; }
  .site-nav.open { opacity: 1; visibility: visible; }
  .site-nav a { font: 400 2.6rem var(--serif); text-transform: none; letter-spacing: -.02em; }
  .nav-contact { margin-top: 1.5rem; font: .72rem var(--sans) !important; text-transform: uppercase !important; letter-spacing: .14em !important; }
  .hero-content { padding-top: 8rem; }
  .hero h1 { font-size: clamp(3.7rem, 13vw, 6.3rem); }
  .scroll-cue { display: none; }
  .statement { grid-template-columns: 3rem 1fr; }
  .statement-note { grid-column: 2; }
  .section-heading { grid-template-columns: 1fr; gap: 1.7rem; }
  .section-heading > p { max-width: 520px; }
  .method { grid-template-columns: 1fr; }
  .method-intro { position: static; }
  .warning { grid-template-columns: 1fr; }
  .home-directory { grid-template-columns: 1fr; gap: 3rem; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .stories-intro { grid-template-columns: 1fr; gap: 3rem; }
  .collective-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .collective-intro h2 { grid-row: auto; }
  .collective-dossiers { grid-template-columns: 1fr; }
  .collective-dossier-featured { grid-column: 1; grid-template-columns: 1fr; }
  .collective-dossier-featured header { position: static; }
  .case-story summary { grid-template-columns: 8rem 1fr 2rem; }
  .case-story summary p { grid-column: 2; }
  .case-story summary i { grid-column: 3; grid-row: 1; }
  .case-story-body { grid-template-columns: 1fr; padding-left: 0; }
  .case-story-body > .case-story-copy:only-child { grid-column: 1; }
  .case-story-media,
  .case-story[data-case-image] .case-story-body::before { position: static; }
  .about,
  .about.about-page { grid-template-columns: 1fr; }
  .about-robert { grid-template-columns: 1fr; }
  .about-robert-photo { width: min(100%, 560px); }
  .about-robert-copy { padding: 1.5rem var(--pad) 2rem; }
  .about-portrait { min-height: auto; aspect-ratio: 4/3; }
  .about-portrait.office-portrait { margin-top: 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 2; grid-row: 1; }
  .footer-details { grid-column: 1 / -1; }
  .seo-directory, .seo-guide-body { grid-template-columns: 1fr; }
  .seo-guide-aside { position: static; }
}

@media (max-width: 600px) {
  .hero-media { background-position: 36% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,11,10,.68), rgba(10,11,10,.18)), linear-gradient(0deg, rgba(10,11,10,.5), transparent 70%); }
  .hero-bottom { align-items: flex-start; flex-direction: column; margin-top: 3rem; }
  .button { width: 100%; }
  .page-hero { min-height: 68svh; padding-top: 8rem; }
  .page-hero.compact { min-height: 62svh; }
  .page-hero h1 { font-size: clamp(3.1rem, 14vw, 5.6rem); }
  .statement { grid-template-columns: 1fr; }
  .section-number, .statement-note { grid-column: 1; }
  .process-choice { grid-template-columns: 2.3rem minmax(0, 1fr); gap: .7rem; }
  .rates-hero { background-position: 42% center; }
  .rates-hero-copy { width: 100%; margin: auto 0 0; padding: 1.3rem; background: rgba(10,11,10,.56); }
  .rates-intro, .rate-conditions { grid-template-columns: 1fr; }
  .rates-intro .eyebrow { margin-bottom: -1rem; }
  .rate-grid { grid-template-columns: 1fr; }
  .rate-card { padding: 2.4rem 0; border-right: 0; }
  .rate-description { min-height: 0; }
  .rate-prices div { grid-template-columns: minmax(0, 1fr) minmax(120px, auto); }
  .case-grid { grid-template-columns: 1fr; }
  .case-category-tabs { grid-template-columns: 1fr 1fr; gap: .6rem; }
  .case-category-tabs button { padding: .9rem .7rem; font-size: .68rem; letter-spacing: .08em; }
  .case-grid article { min-height: 220px; }
  .case-story summary { grid-template-columns: 1fr 2rem; gap: .7rem; }
  .case-story summary > span, .case-story summary h2, .case-story summary p { grid-column: 1; }
  .case-story summary i { grid-column: 2; grid-row: 1 / 4; align-self: center; }
  .page-cta { align-items: flex-start; flex-direction: column; }
  .about-portrait { aspect-ratio: 3/4; }
  .about-portrait img { object-position: 52% center; }
  .credentials { grid-template-columns: 1fr; gap: 1.5rem; }
  .field-row { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-details { grid-column: 1; flex-direction: column; gap: 1rem; }
  .footer-meta { grid-column: 1; grid-row: auto; text-align: left; }
  .legal-links { justify-content: flex-start; }
  .seo-directory-grid { grid-template-columns: 1fr; }
  .seo-directory-grid a:nth-child(odd) { margin-right: 0; }
  .cookie-notice { grid-template-columns: 1fr; left: 1rem; right: 1rem; }
  .cookie-notice button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
