/* The approved ink-and-blue design, applied to the site's existing content.
   Component structure and behaviour remain in styles.css and app.js. */
:root {
  --bg: #fff;
  --bg-alt: #f3f6fb;
  --ink: #182638;
  --ink-soft: #465567;
  --ink-mute: #596b80;
  --rule: #d3deeb;
  --accent: #2858c4;
  --accent-bg: #edf3fd;
  --dark: #163459;
  --highlight: #b8d1ff;
  --font-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Manrope', var(--font-sans);
  --font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;
  --max-width: 1216px;
  --section-pad-y: 76px;
  --radius: 5px;
}

body { font-size: 18px; line-height: 1.65; }
h1, h2, h3, h4 { font-family: var(--font-heading); letter-spacing: -.04em; line-height: 1.18; }
button, input, textarea, select { font-family: inherit; }
.section-title { font-size: clamp(32px, 3.3vw, 46px); letter-spacing: -.045em; }
.section-head { margin-bottom: 40px; max-width: none; }
.eyebrow { font: 600 13px/1.5 var(--font-sans); letter-spacing: .04em; margin-bottom: 22px; }
.eyebrow::before { display: none; }
.btn { border-radius: var(--radius); white-space: normal; line-height: 1.5; text-align: center; }
.btn--primary { background: var(--accent); }
.btn--primary:hover { background: var(--dark); }
.link-arrow { font-size: 15px; border-color: #73849b; }
a:focus-visible, .btn:focus-visible, .nav-toggle:focus-visible { border-radius: var(--radius); }
#help, #working-together, #selected-work, #enquiry { scroll-margin-top: 32px; }

/* Quiet header, with the rule aligned to the page rather than the viewport. */
.site-header { position: relative; background: var(--bg); border: 0; backdrop-filter: none; }
.site-header__inner { min-height: 100px; padding-block: 20px; }
.site-header__inner::after { content: ''; position: absolute; bottom: 0; left: var(--gutter); right: var(--gutter); border-bottom: 1px solid var(--rule); }
.site-header__inner { position: relative; }
.logo { font: 800 24px/1.2 var(--font-heading); letter-spacing: -.06em; }
.logo span { font-weight: 800; }
.nav { gap: 25px; font-size: 15px; font-weight: 600; }
.nav__cta { border-color: #b9c9de; border-radius: var(--radius); padding: 11px 17px; }
.nav__cta:hover { background: var(--dark); }

/* The copy stays in the CMS. The homepage adds a panel of concrete requests. */
.hero, .hero--compact { padding-block: 76px; }
.hero__copy { min-width: 0; }
.hero__title, .hero--compact .hero__title, .capability-detail .hero__title {
  font-family: var(--font-heading);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.08;
  max-width: 22ch;
  overflow-wrap: anywhere;
}
:lang(nl) .hero__title { hyphens: auto; }
.hero__sub { font-size: 20px; line-height: 1.65; max-width: 58ch; margin-bottom: 32px; }
.hero__sub--with-proof { margin-bottom: 14px; }
.hero__proof { font-size: 18px; }
.status { padding: 0; border: 0; border-radius: 0; background: none; font-size: 14px; margin-bottom: 32px; }
.status__dot { flex: 0 0 7px; width: 7px; height: 7px; animation: none; }
.hero--home { padding: 66px 0 57px; }
.hero__layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 80px; }
.hero--home .hero__title { font-size: clamp(46px, 5.3vw, 76px); max-width: none; text-wrap: initial; }
.hero__accent { display: block; color: var(--accent); text-decoration: underline; text-decoration-color: #a8c1ed; text-decoration-thickness: 2px; text-underline-offset: 9px; }
.hero--home .hero__sub { font-size: 19px; max-width: 54ch; }
.hero--home .hero__ctas { gap: 20px 26px; align-items: center; }
.hero--home .btn--primary { gap: 24px; padding: 15px 20px; }
.hero--home .btn--primary::after { content: '↗'; font-size: 20px; }
.hero--home .btn--ghost { padding: 4px 0; border: 0; border-bottom: 1px solid #73849b; border-radius: 0; gap: 18px; }
.hero--home .btn--ghost::after { content: '↓'; font-size: 20px; }
:lang(nl) .hero--home .hero__title { font-size: clamp(44px, 4.6vw, 66px); }
.hero-requests { align-self: center; padding: 26px 28px 8px; background: #f1f5fd; border-top: 3px solid var(--accent); border-radius: var(--radius); }
.hero-requests h2 { font: 600 14px/1.5 var(--font-sans); letter-spacing: .05em; text-transform: uppercase; color: #3d5b82; margin-bottom: 4px; }
.hero-requests ul { margin: 0; }
.hero-requests li { border-bottom: 1px solid #cad8ee; }
.hero-requests a { display: block; padding: 18px 0 20px; }
.hero-requests li:last-child { border: 0; }
.hero-requests h3 { display: flex; justify-content: space-between; gap: 14px; font: 600 26px/1.2 var(--font-heading); letter-spacing: -.035em; color: #244e98; }
.hero-requests h3 span { flex: 0 0 auto; color: var(--accent); font: 400 20px/1.4 var(--font-sans); }
.hero-requests a:hover h3, .hero-requests a:focus-visible h3 { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.hero-requests a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
.hero-requests p { margin: 8px 0 0; font-size: 17px; line-height: 1.6; color: var(--ink-soft); max-width: 325px; }
.home-index { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--rule); }
.home-index a { display: flex; align-items: center; gap: 14px; padding: 20px 23px; border-right: 1px solid var(--rule); font-size: 15px; line-height: 1.5; }
.home-index a:first-child { padding-left: 0; }
.home-index a:last-child { padding-right: 0; border-right: 0; }
.home-index a > span:first-child { color: var(--accent); font-size: 13px; }
.home-index a > span:last-child { color: var(--accent); margin-left: auto; }
.home-index a:hover { background: #f6f9fe; }

/* Portrait and text flow, with white space between the coloured sections. */
.homepage > .section { padding-block: 76px; }
.homepage .home-about { background: var(--bg); border-top: 0; }
.home-about__inner { grid-template-columns: 254px minmax(0, 1fr); gap: 100px; align-items: center; }
.home-about__photo { grid-column: 1; grid-row: 1; margin-left: 18px; width: 240px; max-width: calc(100% - 18px); box-shadow: -18px 18px 0 #e1ebfb; }
.home-about__photo img { width: 100%; height: auto; border-radius: var(--radius); }
.home-about__copy { grid-column: 2; grid-row: 1; }
.home-about__copy .section-title { font-size: clamp(30px, 2.7vw, 38px); max-width: 36ch; }
.homepage .home-about__copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.7; }

/* Open service rows: hierarchy and rules, without surrounding cards. */
.home-situations__inner { grid-template-columns: minmax(0, 1fr); gap: 42px; }
.home-situations header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: 8px 64px; align-items: start; }
.home-situations header .eyebrow { grid-column: 1; margin-bottom: 12px; }
.home-situations header h2 { grid-column: 1; grid-row: 2 / 5; max-width: 16ch; }
.home-situations header > a, .home-situations header > p:not(.eyebrow) { grid-column: 2; justify-self: start; }
.home-situations header .link-arrow { margin-top: 0; }
.home-situations__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 56px; border: 0; counter-reset: situation; }
.situation-row { padding: 24px 0; border-bottom: 0; border-top: 1px solid var(--rule); counter-increment: situation; }
.situation-row::before { content: counter(situation, decimal-leading-zero); display: block; margin-bottom: 18px; color: var(--accent); font-size: 26px; line-height: 1; letter-spacing: -.04em; }
.situation-row h3 { font-size: 28px; line-height: 1.2; }
.situation-row h3 span { flex: 0 0 auto; font-size: 23px; }
.situation-row p { font-size: 18px; line-height: 1.65; margin-top: 16px; max-width: 48ch; }

/* Selected work has one visual focal point, followed by open project columns. */
.home-work { background: var(--bg-alt); }
.flagship-project { grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); padding: 42px; gap: 48px; background: var(--dark); border: 0; border-radius: 7px; color: #fff; }
.project-label { font: 500 13px/1.6 var(--font-sans); }
.flagship-project .project-label { color: var(--highlight); }
.flagship-project__story h3 { font-size: 38px; line-height: 1.15; max-width: 24ch; }
.flagship-project__story > p:not(.project-label) { color: #dbe6f5; font-size: 18px; line-height: 1.7; }
.flagship-project .link-arrow { color: #fff; border-color: #94add2; }
.flagship-project .link-arrow:hover { color: var(--highlight); }
.flagship-project__facts { align-content: center; border-color: #56759c; padding-left: 38px; gap: 32px; }
.flagship-project__facts dd { color: var(--highlight); font-family: var(--font-heading); font-size: 27px; font-weight: 500; line-height: 1.25; white-space: normal; }
.flagship-project__facts > div:first-child dd { font-size: 150px; font-weight: 400; letter-spacing: -.08em; line-height: 1; }
.flagship-project__facts dt { font-size: 16px; color: #dbe6f5; }
.flagship-project__quote, .flagship-project__quote figcaption { color: #dbe6f5; border-color: #56759c; }
.flagship-project a:focus-visible { outline-color: var(--highlight); }
.supporting-projects { gap: 35px; }
.supporting-project { border-color: var(--rule); }
.supporting-project h3 { font-size: 25px; line-height: 1.2; }
.supporting-project > p:not(.project-label) { font-size: 17px; line-height: 1.65; }

.working-together__inner { grid-template-columns: minmax(0, 1fr); gap: 40px; }
.working-together header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px 80px; align-items: start; }
.working-together header .eyebrow { grid-column: 1; margin-bottom: 8px; }
.working-together header h2 { grid-column: 1; grid-row: 2 / 4; max-width: 18ch; }
.working-together__intro { grid-column: 2; grid-row: 1 / 3; margin: 0; font-size: 18px; }
.working-together header .link-arrow { grid-column: 2; justify-self: start; }
.working-together__details { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; counter-reset: step; }
.working-together__details > div { border-bottom: 0; border-top: 1px solid var(--rule); padding: 22px 0 0; counter-increment: step; }
.working-together__details > div::before { content: counter(step, decimal-leading-zero); display: block; color: var(--accent); font-size: 14px; margin-bottom: 20px; }
.working-together__details h3 { font-size: 23px; line-height: 1.25; }
.working-together__details p { font-size: 17px; line-height: 1.7; }

/* The real enquiry form, with all existing choices and submission behaviour. */
.enquiry__inner { gap: 64px; }
.enquiry__intro > p:not(.eyebrow) { font-size: 18px; line-height: 1.7; }
.enquiry__intro .enquiry__reply { font-size: 15px; }
.enquiry__email a { font-size: 22px; }
.enquiry--home, .cta { background: var(--dark); color: #fff; }
.enquiry--home .eyebrow, .cta .eyebrow { color: var(--highlight); }
.enquiry--home .enquiry__intro > p:not(.eyebrow), .cta__sub, .cta__email, .cta__alternative { color: #dce6f4; }
.enquiry--home a:focus-visible, .cta a:focus-visible { outline-color: var(--highlight); }
.enquiry__panel { padding: 32px; border-radius: 7px; }
.enquiry-progress { font: 500 13px/1.5 var(--font-sans); letter-spacing: .02em; }
.enquiry-step legend { font-family: var(--font-heading); font-size: 24px; line-height: 1.4; margin-bottom: 18px; }
.enquiry-choices { gap: 0; }
.enquiry-choice { padding: 15px 6px; border: 0; border-bottom: 1px solid var(--rule); border-radius: 0; font-size: 18px; line-height: 1.5; }
.enquiry-choice input { flex-basis: 19px; width: 19px; height: 19px; }
.enquiry-form .form__field > span:not(.enquiry-hint), .enquiry-form .form__field .enquiry-hint { font-size: 16px; }
.enquiry-form .form__field input, .enquiry-form .form__field textarea { font-size: 18px; line-height: 1.65; border-color: #a5b7cc; }
.enquiry-actions .btn { font-size: 16px; }
.enquiry-back, .enquiry-optional summary { font-size: 16px; }
.enquiry-form .form__errors { font-size: 16px; }
.cta__title { font-family: var(--font-heading); font-weight: 600; letter-spacing: -.045em; }
.marketing-page .cta .btn--primary:hover { background: var(--highlight); }

/* Shared content pages use the same type scale and open, structured rows. */
.service-detail-page .hero, .vertical-detail .hero, .capability-detail .hero { padding-block: 76px; }
.service-detail-page > .section, .vertical-detail > .section, .capability-detail > .section { padding-block: 76px; }
.capability-row { padding-inline: 0; }
.capability-row__number, .vertical-capability-row__number, .marketing-service__number { font: 500 14px/1.6 var(--font-sans); }
.capability-row__category { font: 500 13px/1.5 var(--font-sans); letter-spacing: .025em; }
.capability-row__tags { font: 400 13px/1.65 var(--font-sans); letter-spacing: 0; }
.capability-row__detail > p:first-child, .capability-index__footer p, .vertical-capability-row p { font-size: 18px; }
.capability-row__link { white-space: normal; }
.marketing-service { padding-inline: 0; }
.marketing-service h3 { font-size: 27px; line-height: 1.25; }
.marketing-evidence__item h3 { font-size: 28px; }
.project-label, .index-card__meta, .breadcrumb, .stack-list__item, .site-footer__label, .site-footer__col--bottom { font-family: var(--font-sans); }
.breadcrumb { font-size: 13px; letter-spacing: .025em; }
.stack-list__item { font-size: 13px; }
.index-grid { gap: 32px; border: 0; background: transparent; }
.index-card { min-width: 0; padding: 24px 0; border-top: 1px solid var(--rule); overflow-wrap: anywhere; }
.index-card:hover { background: transparent; }
.index-card:hover .index-card__title { color: var(--accent); }
.index-card__title { font-size: 25px; letter-spacing: -.04em; }
.index-card__meta { font-size: 13px; }
.index-card__proof, .case-metric span, .case-study__meta-label { font: 500 13px/1.5 var(--font-sans); letter-spacing: .02em; }
.case-metric { min-width: 0; overflow-wrap: anywhere; }
.case-metric strong { font-family: var(--font-heading); color: var(--accent); }
.case-study__meta-value { font-size: 17px; }
.case-study__section p, .case-study__section ul, .case-study__section ol { font-size: 18px; }
:lang(nl) .index-card, :lang(nl) .case-metric { hyphens: auto; }
.index-card p:not(.index-card__meta), .service p, .who-for__body, .service-detail__how-col p, .engagement__blurb, .how__steps p { font-size: 18px; line-height: 1.65; }
.service-detail__how-col { border-radius: var(--radius); }
.site-footer__label { font-size: 12px; }
.site-footer__tag { max-width: 34ch; }
.site-footer__col--bottom { letter-spacing: .02em; }

@media (min-width: 960px) {
  .enquiry__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); }
}
@media (min-width: 1080px) {
  .capability-row { grid-template-columns: 32px minmax(0, .9fr) minmax(0, 1.3fr); gap: 18px 36px; }
  .capability-row__number { grid-row: 1 / 3; }
  .capability-row__intro { grid-column: 2; grid-row: 1 / 3; }
  .capability-row__detail { grid-column: 3; }
  .capability-row__link { grid-column: 3; justify-self: start; }
}
@media (max-width: 1100px) {
  :root { --gutter: 32px; }
  .hero__layout { gap: 36px; }
  .hero--home .hero__title { font-size: 62px; }
  :lang(nl) .hero--home .hero__title { font-size: 54px; }
  .hero-requests { padding-inline: 22px; }
  .hero-requests h3 { font-size: 25px; }
  .home-about__inner { gap: 56px; }
  .home-index a { padding-inline: 15px; gap: 11px; }
  .flagship-project { padding: 32px; gap: 32px; }
  .flagship-project__facts { padding-left: 28px; }
  .flagship-project__story h3 { font-size: 34px; }
  .supporting-projects, .working-together__details { gap: 28px; }
  .enquiry__inner { gap: 36px; }
}
@media (min-width: 761px) and (max-width: 900px) {
  .hero--home .hero__title { font-size: 50px; }
  :lang(nl) .hero--home .hero__title { font-size: 44px; }
  .hero-requests h3 { font-size: 24px; }
  .home-about__inner { grid-template-columns: 210px minmax(0, 1fr); gap: 35px; }
  .home-index a { font-size: 14px; }
  .home-situations header { column-gap: 32px; }
  .home-situations__list { column-gap: 38px; }
}
@media (max-width: 959px) {
  .js .nav { gap: 4px; border-radius: var(--radius); }
  .nav a { font-size: 16px; }
}
@media (max-width: 760px) {
  :root { --gutter: 20px; --section-pad-y: 48px; }
  .site-header__inner { min-height: 77px; padding-block: 16px; }
  .logo { font-size: 22px; }
  .hero, .hero--compact, .service-detail-page .hero, .vertical-detail .hero, .capability-detail .hero { padding-block: 42px; }
  .hero__title, .hero--compact .hero__title, .capability-detail .hero__title { font-size: clamp(38px, 9.6vw, 56px); }
  .hero__sub { font-size: 18px; }
  .hero--home { padding-block: 39px 33px; }
  .hero__layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .hero--home .hero__title, :lang(nl) .hero--home .hero__title { font-size: clamp(40px, 9.6vw, 64px); }
  .hero--home .hero__sub { font-size: 18px; }
  .hero__accent { display: inline; text-underline-offset: 5px; }
  .status { font-size: 13px; margin-bottom: 26px; }
  .hero-requests { padding: 22px 23px 5px; }
  .hero-requests h3 { font-size: 25px; }
  .home-index { grid-template-columns: minmax(0, 1fr); }
  .home-index a, .home-index a:first-child, .home-index a:last-child { padding: 14px 0; font-size: 16px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .home-index a:last-child { border-bottom: 0; }
  .homepage > .section, .service-detail-page > .section, .vertical-detail > .section, .capability-detail > .section { padding-block: 48px; }
  .home-about__inner { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .home-about__photo { grid-row: 1; width: 195px; }
  .home-about__copy { grid-column: 1; grid-row: 2; }
  .home-about__copy .section-title { font-size: 32px; }
  .home-situations header, .working-together header { display: block; }
  .home-situations header h2, .working-together header h2 { max-width: 20ch; }
  .home-situations header .eyebrow { margin-bottom: 22px; }
  .home-situations header .link-arrow { margin-top: 16px; }
  .home-situations header > a { margin-top: 24px; }
  .home-situations__list { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  .situation-row h3 { font-size: 27px; }
  .flagship-project { grid-template-columns: minmax(0, 1fr); padding: 28px 24px; gap: 28px; }
  .flagship-project__story h3 { font-size: 32px; }
  .flagship-project__facts { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; padding: 26px 0 0; border-left: 0; border-top: 1px solid #56759c; gap: 24px; }
  .flagship-project__facts > div:first-child dd { font-size: 82px; }
  .flagship-project__facts dd { font-size: 22px; }
  .flagship-project__facts dt { font-size: 15px; }
  .supporting-projects { grid-template-columns: minmax(0, 1fr); }
  .supporting-project > p:not(.project-label) { font-size: 18px; }
  .working-together header .eyebrow { margin-bottom: 22px; }
  .working-together__intro { margin: 24px 0; }
  .working-together__details { grid-template-columns: minmax(0, 1fr); }
  .working-together__details > div { position: relative; padding-left: 38px; }
  .working-together__details > div::before { position: absolute; left: 0; top: 25px; }
  .working-together__details p { font-size: 18px; }
  .enquiry__inner { gap: 32px; }
  .enquiry__panel { padding: 25px 22px; }
  .enquiry-step legend { font-size: 23px; }
  .enquiry-choice { padding-inline: 0; }
  .marketing-service h3 { font-size: 25px; }
  .site-footer { padding-block: 48px 28px; }
}
@media (max-width: 359px) {
  .hero--home .hero__title, :lang(nl) .hero--home .hero__title { font-size: 38px; }
  .hero-requests h3 { font-size: 24px; }
  .flagship-project { padding-inline: 20px; }
  .flagship-project__facts { grid-template-columns: minmax(0, 1fr); }
  .enquiry__panel { padding-inline: 18px; }
}
@media (max-width: 599px) {
  .case-metrics { grid-template-columns: minmax(0, 1fr); }
}
