/* JWTech editorial design system. No external fonts or animation dependencies. */
[hidden] { display: none !important; }
html { scroll-padding-top: 7rem; }
:focus-visible { outline: 3px solid #1279bd; outline-offset: 5px; }
.hero-actions .button-secondary { display: inline-flex; }
.trust-logos { animation: none; }
.sketch-node-e { left: 22%; }
.sketch-node-f { right: 12%; }

.design-page {
  --text: #102c44;
  --text-soft: #526575;
  --navy: #092b49;
  --paper: #f5f5f1;
  --pale: #eaf2f7;
  --line: #cdd8df;
  --radius-lg: 3px;
  --radius-md: 3px;
  --radius-sm: 3px;
  --font-display: var(--font-sans);
  color: var(--text);
  background: #fff;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.design-page main { overflow: clip; }
.design-page .container { width: calc(100% - 112px); max-width: 1280px; margin-inline: auto; }
.design-page h1, .design-page h2, .design-page h3, .design-page h4 {
  font-family: var(--font-display);
  color: inherit;
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.1;
  margin: 0;
  text-wrap: balance;
}
.design-page h1 { font-size: clamp(3.25rem, 5.8vw, 5.5rem); }
.design-page h2 { font-size: clamp(2.3rem, 4.2vw, 3.65rem); }
.design-page h3 { font-size: 1.7rem; }
.design-page p { margin: 0 0 1.3rem; }
.design-page p:last-child { margin-bottom: 0; }
.design-page .lead { font-size: clamp(1.2rem, 1.8vw, 1.5rem); line-height: 1.6; }
.design-page .small-note, .design-page .cta-note { font-size: .86rem; line-height: 1.6; color: var(--text-soft); }
.design-page .section-kicker {
  display: block;
  width: auto;
  margin: 0 0 1.5rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--primary);
  box-shadow: none;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}
.design-page a { text-underline-offset: 5px; }
.design-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  min-height: 54px;
  padding: .85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  font-family: inherit;
  font-size: .93rem;
  line-height: 1.4;
  font-weight: 650;
  letter-spacing: -.015em;
  text-align: center;
  white-space: normal;
  transition: background-color .18s, color .18s, border-color .18s;
  transform: none;
  cursor: pointer;
}
.design-page .button::before, .design-page .button::after { display: none; }
.design-page .button-primary { color: #fff; background: var(--primary); }
.design-page .button-primary:hover { background: #0b507e; }
.design-page .button-secondary { background: transparent; color: var(--primary); padding-inline: 0; border-radius: 0; }
.design-page .button-secondary:hover { text-decoration: underline; }
.design-page .text-link { display: inline-flex; align-items: center; gap: .8rem; padding-block: .45rem; color: var(--primary); font-size: .95rem; font-weight: 650; text-decoration: underline; text-decoration-color: transparent; transition: text-decoration-color .18s; }
.design-page .text-link:hover { text-decoration-color: currentColor; }
.design-page .text-link::after { display: none; }
.design-page .hero-actions .button-secondary { display: inline-flex !important; }
.design-page .hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .8rem 1.65rem; margin: 2rem 0 1.3rem; }
.design-page .site-header { position: sticky; top: 0; z-index: 50; background: #fff; border: 0; border-bottom: 1px solid transparent; box-shadow: none; backdrop-filter: none; }
.design-page .site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: none; }
.design-page .header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; flex-wrap: nowrap; gap: 1.5rem; min-height: 92px; padding-block: 1rem; }
.design-page .header-inner > .brand { order: 0; }
.design-page .header-inner > .main-nav { order: 1; }
.design-page .header-inner > .language-switcher { order: 2; }
.design-page .header-inner > .button-sm { order: 3; }
.design-page .header-inner > .mobile-menu { order: 4; }
.design-page .brand { display: inline-flex; flex: 0 0 auto; padding: 0; background: transparent; border: 0; }
.design-page .brand img { width: 133px; height: auto; }
.design-page .main-nav { display: flex; flex: 1 1 auto; justify-content: center; flex-wrap: nowrap; gap: 1.35rem; margin: 0; padding: 0; width: auto; border: 0; overflow: visible; }
.design-page .main-nav a { position: relative; color: var(--text); font-size: .84rem; font-weight: 550; padding: .6rem 0; white-space: nowrap; }
.design-page .main-nav a::after { content: ''; position: absolute; inset: auto 0 0; height: 1px; background: var(--primary); transform: scaleX(0); transform-origin: left; transition: transform .18s; }
.design-page .main-nav a:hover::after, .design-page .main-nav a.is-active::after { transform: scaleX(1); }
.design-page .header-inner > .button-sm { min-height: 44px; padding: .7rem 1rem; font-size: .82rem; white-space: nowrap; }
.design-page .language-switcher { display: flex; align-items: center; gap: .5rem; padding: 0; margin: 0; border: 0; background: transparent; }
.design-page .language-switcher a { min-width: 0; min-height: 36px; padding: .4rem .05rem; border-radius: 0; font-size: .68rem; color: var(--text-soft); background: transparent; }
.design-page .language-switcher a.is-active { color: var(--primary); text-decoration: underline; }
.design-page .mobile-menu { display: none; }
.design-page .scroll-progress { display: none; }

/* Homepage: service proposition with the technical contact in a supporting role. */
.editorial-hero { background: var(--paper); }
.editorial-hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; padding-block: 64px 72px; }
.editorial-hero-copy h1 { max-width: 9.4ch; }
.editorial-hero-copy h1 span { color: var(--secondary); }
.editorial-hero-copy .hero-intro { max-width: 43ch; margin: 1.7rem 0 0; font-size: 1.15rem; line-height: 1.7; color: var(--text-soft); }
.hero-footnote { font-size: .82rem; color: var(--text-soft); }
.hero-portrait { position: relative; margin: 0; align-self: stretch; min-height: 560px; }
.hero-portrait > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 34%; border-radius: 2px; }
.hero-portrait figcaption { position: absolute; bottom: 0; left: -24px; min-width: 65%; padding: 1.4rem 1.8rem; color: #fff; background: var(--navy); }
.hero-portrait figcaption strong { display: block; font-size: 1.6rem; font-weight: 550; letter-spacing: -.04em; line-height: 1.4; }
.hero-portrait figcaption span { display: block; font-size: .8rem; color: #c7dae8; }
.client-proof { padding: 64px 0 72px; background: #fff; }
.proof-heading { display: flex; align-items: baseline; gap: 3rem; justify-content: space-between; margin-bottom: 2rem; }
.proof-heading .section-kicker { flex-shrink: 0; }
.proof-heading p:last-child { max-width: 48ch; color: var(--text-soft); font-size: .91rem; }
.client-logo-wall { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); align-items: center; gap: 1.4rem 2rem; }
.trust-logo { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100px; }
.trust-logo img { width: 100%; height: 66px; object-fit: contain; opacity: .85; transition: opacity .18s; }
.trust-logo:hover img { opacity: 1; }
.trust-partner span { margin-top: .65rem; font-size: .68rem; color: var(--text-soft); letter-spacing: .04em; }
.ownership-section { padding: 112px 0; background: var(--pale); }
.ownership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; }
.ownership-grid h2 { max-width: 15ch; }
.ownership-grid h2 em { font-style: normal; color: var(--secondary); }
.ownership-grid > div > p { max-width: 49ch; }
.ownership-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.ownership-list li { padding: 1rem 0; border-top: 1px solid #bfd0dc; }
.ownership-list strong { display: block; font-size: 1.02rem; font-weight: 650; }
.ownership-list span { color: var(--text-soft); font-size: .93rem; }
.editorial-services { padding: 112px 0 80px; }
.section-intro { display: grid; grid-template-columns: 1.25fr 1fr; gap: 1.5rem 7%; margin-bottom: 3rem; }
.section-intro > .section-kicker { grid-column: 1 / -1; margin: 0; }
.section-intro > p:last-child { max-width: 45ch; align-self: end; color: var(--text-soft); }
.service-row { display: grid; grid-template-columns: 64px 1.1fr 1fr; gap: 2rem; padding: 3rem 0; border-top: 1px solid var(--line); }
.service-number { font-size: 1.4rem; font-weight: 500; color: var(--secondary); letter-spacing: -.04em; }
.service-row-title h3 { max-width: 20ch; font-size: clamp(1.75rem,2.6vw,2.45rem); }
.service-row-title p { max-width: 39ch; margin-top: 1.2rem; color: var(--text-soft); font-size: .91rem; }
.service-row-body > p { max-width: 47ch; }
.design-page .service-links { display: flex; flex-wrap: wrap; gap: 0 1.5rem; margin: 1.25rem 0 0; }
.design-page .service-links a { display: inline-flex; justify-content: space-between; gap: 1rem; min-height: 44px; padding: .55rem 0; color: var(--primary); background: transparent; border: 0; border-bottom: 1px solid #b9cbd8; border-radius: 0; font-size: .91rem; font-weight: 550; transition: border-color .18s, color .18s; }
.design-page .service-links a:hover { color: #0c6090; border-color: currentColor; }
.service-afterword { display: flex; justify-content: space-between; align-items: center; gap: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.service-afterword p { max-width: 65ch; font-size: .9rem; color: var(--text-soft); }
.service-afterword a { flex-shrink: 0; }
.editorial-cases { padding: 104px 0 64px; background: var(--navy); color: #fff; }
.design-page .editorial-cases .section-kicker { color: #abcfe7; }
.case-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.case-section-heading h2 { max-width: 22ch; }
.design-page .editorial-cases .text-link, .design-page .editorial-cases .more-case-links a { color: #fff; }
.featured-case { display: grid; grid-template-columns: 1.05fr 1fr; gap: 7%; align-items: center; }
.featured-case-visual { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; min-height: 400px; background: #eef0e8; color: var(--text); }
.featured-case-visual img { width: 72%; height: auto; max-width: 390px; }
.featured-case-visual > span { font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; }
.featured-case-copy h3 { font-size: clamp(2.25rem,4vw,3.5rem); margin: 0 0 1.5rem; }
.featured-case-copy > p:not(.section-kicker) { color: #c6d6e2; max-width: 38ch; }
.featured-case-copy .case-context { font-size: .86rem; margin-top: 1.6rem; }
.design-page .editorial-cases .button-primary { background: #fff; color: var(--primary); }
.design-page .editorial-cases .button-primary:hover { background: #dfeef7; }
.supporting-cases { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2.5rem; margin-top: 4rem; }
.supporting-case { display: block; }
.supporting-case .case-logo-stage { display: flex; align-items: center; justify-content: center; min-height: 130px; background: #fff; margin-bottom: 1.4rem; }
.case-logo-stage img { width: 68%; height: 75px; object-fit: contain; transition: transform .2s; }
.supporting-case:hover img { transform: translateY(-3px); }
.design-page .supporting-case .section-kicker { font-size: .65rem; margin-bottom: .7rem; }
.supporting-case h3 { font-size: 1.5rem; margin-bottom: .8rem; }
.supporting-case p:not(.section-kicker) { color: #c6d6e2; font-size: .9rem; }
.more-case-links { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid #416077; font-size: .9rem; }
.more-case-links > span { color: #c6d6e2; }
.secondary-projects { margin-top: 2rem; border-top: 1px solid #416077; }
.secondary-projects summary { display: flex; justify-content: space-between; gap: 1rem; list-style: none; padding: 1.2rem 0; cursor: pointer; font-size: .94rem; }
.secondary-projects summary::-webkit-details-marker { display: none; }
.secondary-projects > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem; padding: 1rem 0; }
.secondary-project { display: grid; grid-template-columns: 100px 1fr; gap: 1.2rem; padding: 1.4rem 0; border-top: 1px solid #416077; }
.secondary-project .case-logo-stage { padding: .8rem; background: #fff; align-self: start; }
.secondary-project img { width: 100%; height: 60px; }
.secondary-project h3 { font-size: 1.2rem; }
.secondary-project p { font-size: .85rem; }
.editorial-method { padding: 112px 0; background: var(--paper); }
.method-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; }
.method-layout > div > p:last-child { max-width: 40ch; margin-top: 1.6rem; color: var(--text-soft); }
.method-steps { list-style: none; counter-reset: method; margin: 0; padding: 0; }
.method-steps li { counter-increment: method; position: relative; padding: 0 0 2rem 3.4rem; border-left: 1px solid #a9bdcc; }
.method-steps li:last-child { padding-bottom: 0; }
.method-steps li::before { content: '0' counter(method); position: absolute; left: -1.1rem; top: 0; color: var(--secondary); background: var(--paper); padding: .1rem .3rem; font-size: .85rem; }
.method-steps h3 { margin-bottom: .8rem; font-size: 1.55rem; }
.method-steps p { color: var(--text-soft); font-size: .96rem; }
.personal-section { padding: 112px 0 72px; }
.personal-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; }
.personal-title h2 { max-width: 15ch; }
.personal-photo { display: flex; align-items: end; gap: 1.7rem; margin: 2.5rem 0 0; }
.personal-photo img { width: 170px; height: 210px; object-fit: cover; object-position: 50% 40%; }
.personal-photo figcaption { padding-bottom: .4rem; font-size: 1.15rem; font-weight: 650; line-height: 1.5; }
.personal-photo figcaption span { font-size: .85rem; color: var(--text-soft); font-weight: 400; }
.personal-copy { padding-top: 3rem; }
.personal-copy > p:not(.lead) { color: var(--text-soft); }
.experience-note { display: flex; flex-wrap: wrap; gap: .2rem 1rem; align-items: baseline; margin-top: 2.8rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.experience-note strong { font-size: 1.6rem; font-weight: 550; }
.experience-note span, .experience-note a { font-size: .88rem; color: var(--text-soft); }
.experience-note a { display: block; width: 100%; text-decoration: underline; }
.personal-support { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; padding-top: 2rem; margin-top: 3rem; border-top: 1px solid var(--line); }
.personal-support article { display: flex; gap: 1.3rem; align-items: start; }
.personal-support img { width: 66px; height: 76px; object-fit: cover; }
.personal-support h3 { font-size: 1.1rem; letter-spacing: -.015em; margin-bottom: .6rem; }
.personal-support p, .personal-support .text-link { color: var(--text-soft); font-size: .86rem; }
.health-invitation { padding: 80px 0; background: var(--pale); }
.health-invitation > .container { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.health-invitation p { max-width: 47ch; }
.health-invitation .text-link { font-size: 1.08rem; margin-bottom: .7rem; }
.editorial-faq { padding: 104px 0; }
.faq-editorial-grid { display: grid; grid-template-columns: .85fr 1.2fr; gap: 8%; }
.design-page .faq-list { display: block; }
.design-page .faq-list details { padding: 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; animation: none; transform: none; }
.design-page .faq-list details:last-child { border-bottom: 1px solid var(--line); }
.design-page .faq-list summary { position: relative; list-style: none; padding: 1.4rem 2.4rem 1.4rem 0; font-size: 1.02rem; line-height: 1.5; font-weight: 550; cursor: pointer; }
.design-page .faq-list summary::-webkit-details-marker { display: none; }
.design-page .faq-list summary::after { content: '+'; position: absolute; right: 0; top: 1.4rem; color: var(--primary); width: auto; height: auto; border: 0; background: none; font-size: 1.5rem; transform: none; }
.design-page .faq-list details[open] summary::after { content: '−'; }
.design-page .faq-list details p { padding: 0 2rem 1.5rem 0; margin: 0; color: var(--text-soft); line-height: 1.7; }
.intake-section { padding: 104px 0; background: var(--paper); }
.intake-layout { display: grid; grid-template-columns: .9fr 1.15fr; gap: 9%; align-items: start; }
.intake-intro { position: sticky; top: 140px; }
.intake-intro h2 { margin-bottom: 1.8rem; }
.intake-intro > p:not(.section-kicker) { max-width: 39ch; color: var(--text-soft); }
.intake-phone { display: block; font-size: 1.5rem; font-weight: 550; margin-top: 2.5rem; }
.intake-intro .small-note { display: block; margin-top: 1.5rem; }
.design-page .contact-form { display: grid; gap: 1.4rem; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; animation: none; }
.design-page .contact-form .form-heading { display: none; }
.design-page .form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.2rem; }
.design-page .form-grid label { display: grid; gap: .45rem; color: var(--text); font-size: .85rem; font-weight: 550; }
.design-page .form-grid input, .design-page .form-grid select, .design-page .form-grid textarea { width: 100%; min-width: 0; min-height: 50px; padding: .75rem .8rem; border: 1px solid #9fb0bd; border-radius: 2px; color: var(--text); background: #fff; box-shadow: none; font: inherit; line-height: 1.5; }
.design-page .form-grid input:focus, .design-page .form-grid textarea:focus, .design-page .form-grid select:focus { border-color: var(--primary); }
.design-page .form-grid textarea { min-height: 145px; resize: vertical; }
.design-page .form-full { grid-column: 1 / -1; }
.design-page .checkbox-field { display: flex; align-items: flex-start; gap: .8rem; font-size: .9rem; line-height: 1.6; }
.design-page .checkbox-field input { margin: .25rem 0 0; width: 18px; height: 18px; min-height: 18px; flex: 0 0 auto; accent-color: var(--primary); }
.design-page .form-hint, .design-page .form-note { color: var(--text-soft); font-size: .8rem; line-height: 1.65; font-weight: 400; }
.design-page .form-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: start; margin: 0; }
.design-page .form-actions .form-note { width: 100%; }
.design-page .optional-fields { padding: 1rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.design-page .optional-fields summary { padding: 0; cursor: pointer; color: var(--text); font-size: .88rem; }
.design-page .optional-fields-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 1.2rem; }
.design-page .form-status:empty { display: none; }
.intake-context { padding: 1rem; background: var(--pale); border-left: 3px solid var(--primary); }

/* Shared landing-page compositions. */
.design-page .breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; padding-top: 1.8rem; font-size: .75rem; color: var(--text-soft); }
.design-page .breadcrumbs a { text-decoration: underline; }
.design-page .detail-hero { padding: 72px 0 88px; background: transparent; }
.design-page .detail-hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 7%; }
.design-page .detail-hero-grid > div:only-child { grid-column: 1 / -1; max-width: 1020px; }
.design-page .detail-hero h1 { max-width: 21ch; font-size: clamp(3rem,5.1vw,4.9rem); }
.design-page .hero-text { max-width: 58ch; color: var(--text-soft); font-size: 1.12rem; line-height: 1.75; margin: 1.7rem 0 0; }
.design-page .detail-page .section { padding: 88px 0; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.design-page .detail-page .section::before, .design-page .detail-page .section::after { display: none; }
.design-page .detail-page .section-accent { background: var(--pale); color: var(--text); }
.design-page .reading-width { max-width: 880px; }
.design-page .reading-width h2 { margin-bottom: 1.5rem; }
.design-page .detail-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 6%; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; align-items: center; }
.detail-proof-logo { display: flex; align-items: center; justify-content: center; background: var(--paper); min-height: 230px; }
.detail-proof-logo img { width: 65%; max-width: 350px; height: 105px; object-fit: contain; }
.design-page .detail-proof h2 { font-size: 2.2rem; margin-bottom: 1rem; }
.design-page .detail-proof p { color: var(--text-soft); }
.design-page .detail-proof .section-kicker { color: var(--primary); margin-bottom: 1rem; }
.service-page .detail-hero-grid > div:only-child { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1.3rem 8%; max-width: none; }
.service-page .detail-hero-grid > div > .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.service-page .detail-hero h1 { grid-column: 1; grid-row: 2 / 5; }
.service-page .detail-hero .hero-text { grid-column: 2; margin: 0; }
.service-page .detail-hero .hero-actions { grid-column: 2; margin: 0; align-self: start; }
.service-page .detail-hero .cta-note { grid-column: 2; }
.service-page .detail-hero { background: var(--paper); margin-top: 1.8rem; }
.service-page--it-support .detail-hero, .service-page--werkplekbeheer .detail-hero { background: var(--pale); }
.service-page--it-security .detail-hero { background: var(--navy); color: #fff; }
.design-page.service-page--it-security .detail-hero p { color: #c6d8e6; }
.design-page.service-page--it-security .detail-hero .button-primary { background: #fff; color: var(--primary); }
.design-page.service-page--it-security .detail-hero .button-secondary { color: #fff; }
.service-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; align-items: start; }
.service-intro h2 { max-width: 16ch; }
.service-intro > p { font-size: 1.2rem; line-height: 1.75; color: var(--text-soft); }
.service-deliverables { margin-top: 3.5rem; counter-reset: deliverable; }
.service-deliverables article { display: grid; grid-template-columns: 56px .8fr 1fr; gap: 1.5rem; counter-increment: deliverable; border-top: 1px solid var(--line); padding: 2rem 0; }
.service-deliverables article::before { content: '0' counter(deliverable); color: var(--secondary); font-size: .85rem; padding-top: .2rem; }
.service-deliverables article h3 { font-size: 1.5rem; }
.service-deliverables article p { color: var(--text-soft); max-width: 50ch; }
.deliverable-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.deliverable-summary h2 { max-width: 16ch; }
.deliverable-summary p { max-width: 49ch; }
.design-page .conversion-panel { display: grid; grid-template-columns: 1.25fr .8fr; gap: 10%; align-items: center; }
.design-page .section:has(> .conversion-panel) { padding: 80px 0; background: var(--navy); color: #fff; }
.design-page .conversion-panel h2 { max-width: 19ch; margin-bottom: 1.4rem; }
.design-page .conversion-panel p { max-width: 53ch; color: #c6d8e6; }
.design-page .conversion-panel .section-kicker { color: #a8cde6; }
.design-page .cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.design-page .conversion-panel .button-primary { color: var(--primary); background: #fff; }
.design-page .conversion-panel .button-primary:hover { background: #dbeef9; }
.design-page .conversion-panel .text-link { color: #fff; font-size: .88rem; }
.local-page .detail-hero { max-width: 1280px; margin: 0 auto; }
.local-page .detail-hero h1 { max-width: 21ch; }
.local-page .local-context { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9%; }
.local-context h2 { margin-bottom: 1.5rem; }
.local-context h3 { margin: 1.8rem 0 1rem; }
.check-list { padding-left: 1.2rem; }
.check-list li { margin: .7rem 0; }
.local-context .detail-proof { display: block; }
.local-context .detail-proof-logo { margin-bottom: 1.5rem; }
.design-page .local-context .detail-proof h2 { font-size: 1.6rem; }
.local-page .section-accent .service-links { margin-bottom: 2rem; }

/* Case studies use customer identity and open reading space. */
.case-hero { padding: 72px 0 80px; }
.case-hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 8%; align-items: center; }
.case-hero h1 { max-width: 13ch; }
.case-hero .hero-text { max-width: 43ch; }
.case-hero-logo { display: flex; align-items: center; justify-content: center; min-height: 360px; background: var(--paper); }
.case-hero-logo img { width: 72%; height: auto; max-height: 230px; object-fit: contain; }
.design-page .case-story { display: grid; grid-template-columns: 1.35fr .7fr; gap: 12%; align-items: start; animation: none; }
.case-story article { padding-bottom: 3rem; margin-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.case-story article h2 { font-size: 2.4rem; margin-bottom: 1.4rem; }
.case-story article p { font-size: 1.1rem; line-height: 1.85; }
.case-story article:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
.case-story .case-outcome { background: transparent; border-radius: 0; padding-inline: 0; }
.case-story .case-outcome p:not(.cta-note) { color: var(--primary); font-size: 1.4rem; line-height: 1.65; }
.case-story .case-outcome .cta-note { font-size: .85rem; color: var(--text-soft); }
.case-facts { padding-top: .7rem; border-top: 3px solid var(--primary); }
.case-facts h2 { font-size: 1.1rem; letter-spacing: -.015em; margin: 1.6rem 0 1rem; }
.case-facts p { color: var(--text-soft); font-size: .93rem; }
.case-facts .service-links { display: flex; flex-direction: column; align-items: start; margin-top: 0; }
.case-screenshot { display: block; width: 100%; height: auto; max-height: 850px; object-fit: contain; background: var(--paper); }
.case-index .case-directory { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3rem; margin: 3rem 0 5rem; }
.case-directory-card { display: block; border: 0; background: transparent; box-shadow: none; }
.case-directory-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr; gap: 7%; align-items: center; }
.case-directory-logo { display: flex; align-items: center; justify-content: center; min-height: 200px; background: var(--paper); margin-bottom: 1.5rem; }
.case-directory-logo img { width: 63%; height: 115px; object-fit: contain; transition: transform .2s; }
.case-directory-card:first-child .case-directory-logo { min-height: 350px; margin: 0; background: var(--pale); }
.case-directory-card:first-child .case-directory-logo img { height: 150px; }
.case-directory-card h2 { font-size: 2rem; margin-bottom: 1rem; }
.case-directory-card p:not(.section-kicker) { color: var(--text-soft); }
.case-directory-card .section-kicker { margin-bottom: .9rem; }
.case-directory-card:hover img { transform: translateY(-3px); }
.case-index .case-directory-secondary .case-directory-card:first-child { display: block; grid-column: auto; }
.case-index .case-directory-secondary .case-directory-logo { min-height: 200px; background: var(--paper); }

/* Health Check: an understated, focused product within the same brand. */
.health-page main.detail-page { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); column-gap: 6%; max-width: 1280px; width: calc(100% - 112px); margin-inline: auto; padding-bottom: 80px; overflow: visible; }
.health-page main > .breadcrumbs { grid-column: 1 / -1; width: 100%; margin-bottom: 3rem; }
.health-page main > .detail-hero { padding: 1rem 0 0; }
.health-page main > .detail-hero .container { width: 100%; }
.design-page.health-page .detail-hero h1 { font-size: clamp(2.5rem,4vw,3.65rem); max-width: 14ch; }
.health-page .detail-hero p:not(.section-kicker):last-child { font-size: .88rem; color: var(--text-soft); margin-top: 1.7rem; max-width: 43ch; }
.design-page.health-page .detail-page > .section { padding: 2rem 2.5rem; background: var(--paper); }
.health-page .health-container { width: 100%; max-width: none; }
[data-health-progress] { margin-bottom: 2.5rem; }
[data-health-progress-label] { color: var(--primary); font-size: .8rem; letter-spacing: .035em; }
.health-container progress { display: block; width: 100%; height: 3px; appearance: none; border: 0; background: #cdd8df; accent-color: var(--primary); }
.health-container progress::-webkit-progress-bar { background: #cdd8df; }
.health-container progress::-webkit-progress-value { background: var(--primary); transition: width .2s; }
.health-container progress::-moz-progress-bar { background: var(--primary); }
.health-container fieldset { margin: 0; padding: 0; min-width: 0; border: 0; }
.health-container legend { width: 100%; font-size: 1.8rem; letter-spacing: -.04em; line-height: 1.25; font-weight: 600; margin-bottom: .8rem; }
.health-options { display: grid; gap: .65rem; margin-top: 1.4rem; }
.health-option { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.1rem; min-height: 58px; border: 1px solid #aabac6; border-radius: 2px; background: #fff; cursor: pointer; font-size: .95rem; line-height: 1.5; transition: border-color .15s, background-color .15s; }
.health-option:hover { border-color: var(--primary); }
.health-option:has(input:checked) { background: #e1edf5; border-color: var(--primary); box-shadow: inset 3px 0 var(--primary); }
.health-option input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--primary); }
.health-actions { display: flex; gap: 1rem; justify-content: space-between; margin-top: 1.5rem; }
.health-actions [data-health-next] { margin-left: auto; }
[data-health-error] { color: #9b2828; font-size: .9rem; }
[data-health-error]:empty { margin: 0; }
[data-health-result] { outline-offset: 8px; }
.health-result-heading { padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.health-result-heading h2 { font-size: 1.9rem; }
.design-page .health-score { font-size: clamp(5rem,9vw,8rem); font-weight: 500; letter-spacing: -.075em; line-height: 1.15; color: var(--primary); margin: .75rem 0; }
.health-score span { font-size: 1.5rem; letter-spacing: -.02em; }
.health-score-detail { font-size: .85rem; color: var(--text-soft); }
[data-health-result] > p { color: var(--text-soft); font-size: .9rem; }
[data-health-result] h3 { font-size: 1.35rem; margin: 1.5rem 0 1rem; }
.health-recommendations { list-style: none; counter-reset: recommendation; margin: 0; padding: 0; }
.health-recommendations li { position: relative; counter-increment: recommendation; padding: .9rem 0 .9rem 2rem; border-top: 1px solid var(--line); font-size: .92rem; line-height: 1.7; }
.health-recommendations li::before { content: counter(recommendation) '.'; position: absolute; left: 0; color: var(--secondary); }
.score-explanation { margin-top: 1.5rem; padding-block: 1rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.score-explanation summary { cursor: pointer; color: var(--text); font-size: .88rem; font-weight: 550; }
.score-explanation p { font-size: .9rem; color: var(--text-soft); margin: 1rem 0 0; }
.health-container > .form-hint { margin-top: 1.5rem; }
.table-scroll { overflow-x: auto; }
.table-scroll table { width: 100%; border-collapse: collapse; font-size: .8rem; line-height: 1.6; }
.table-scroll th, .table-scroll td { text-align: left; padding: .7rem .5rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.health-intake { background: var(--navy); color: #fff; padding: 1.8rem; margin: 2rem -1rem; }
.health-intake h3 { margin-top: 0; }
.health-intake p { font-size: .93rem; color: #ccdae4; }
.health-intake .checkbox-field > span { color: #fff; }
.health-intake .checkbox-field { margin: 1.3rem 0; font-size: .86rem; }
.design-page .health-intake .button-primary { background: #fff; color: var(--primary); }
.design-page .health-intake .form-hint { color: #ccdae4; }

/* Footer: a statement, then useful routes rather than a dense link cloud. */
.design-page .site-footer { padding: 72px 0 0; background: var(--navy); color: #fff; border: 0; }
.design-page .site-footer::before, .design-page .site-footer::after { display: none; }
.footer-statement { display: flex; justify-content: space-between; align-items: start; gap: 4rem; padding-bottom: 3.5rem; }
.design-page .footer-statement .brand { background: #fff; padding: .6rem; }
.design-page .footer-statement .brand img { width: 135px; }
.footer-statement > p { font-size: clamp(1.8rem,3.1vw,2.8rem); line-height: 1.2; letter-spacing: -.04em; font-weight: 500; }
.footer-statement > p > span { color: #a6cee9; }
.footer-navigation { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 8%; padding: 3rem 0; border-top: 1px solid #3c586e; }
.design-page .footer-navigation h2 { font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; font-weight: 550; color: #a9c5d9; margin-bottom: 1.5rem; }
.footer-navigation nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-navigation a { display: inline-block; font-size: .88rem; padding-block: .3rem; line-height: 1.65; }
.footer-navigation a:hover, .footer-bottom a:hover, .footer-areas a:hover { text-decoration: underline; }
.footer-direct > a { display: block; }
.footer-direct > a.footer-phone { font-size: 1.55rem; letter-spacing: -.035em; }
.footer-direct > p { margin-top: 1.8rem; color: #b8cbd9; font-size: .9rem; }
.footer-social { display: flex; gap: 1.3rem; margin-top: 1.2rem; }
.footer-areas { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; align-items: center; padding: 1.5rem 0; border-block: 1px solid #3c586e; font-size: .8rem; }
.footer-areas > span { color: #a9c5d9; margin-right: 1rem; }
.design-page .footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; align-items: center; padding: 1.6rem 0; border: 0; font-size: .72rem; color: #b8cbd9; }
.design-page .footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; gap: 1rem; }

@media (min-width: 1600px) {
  .editorial-hero-grid { padding-block: 76px 88px; }
  .hero-portrait { min-height: 640px; }
}
@media (max-width: 1190px) {
  .design-page .container { width: calc(100% - 72px); }
  .design-page .header-inner { gap: 1rem; }
  .design-page .main-nav { gap: .9rem; }
  .design-page .header-inner > .button-sm { display: none; }
  .editorial-hero-grid { gap: 3rem; }
  .hero-portrait { min-height: 520px; }
  .service-row { grid-template-columns: 42px 1fr 1fr; gap: 1.5rem; }
  .health-page main.detail-page { width: calc(100% - 72px); gap: 5%; }
  .design-page.health-page .detail-page > .section { padding: 1.7rem; }
}
@media (max-width: 900px) {
  .design-page .header-inner { min-height: 80px; }
  .design-page .main-nav { display: none; }
  .design-page .language-switcher { margin-left: auto; }
  .design-page .mobile-menu { display: block; margin-left: 1rem; }
  .mobile-menu summary { display: flex; align-items: center; gap: 1.2rem; list-style: none; padding: .5rem 0 .5rem .8rem; color: var(--primary); cursor: pointer; font-size: .9rem; font-weight: 550; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { font-size: 1.4rem; line-height: 1; transition: transform .15s; }
  .mobile-menu[open] summary span { transform: rotate(45deg); }
  .mobile-menu nav { position: absolute; top: 100%; left: -36px; right: -36px; display: flex; flex-direction: column; padding: 1rem 36px 1.5rem; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 12px 20px #092b4910; max-height: calc(100dvh - 90px); overflow: auto; }
  .mobile-menu nav a { padding: .7rem 0; border-bottom: 1px solid #e3e9ee; font-size: 1.15rem; }
  .mobile-menu nav a:last-child { margin-top: .8rem; border-bottom: 0; font-size: .88rem; color: var(--text-soft); }
  .editorial-hero-grid { padding-block: 48px 60px; gap: 2rem; }
  .design-page h1 { font-size: 3.7rem; }
  .hero-portrait { min-height: 520px; }
  .hero-portrait figcaption { left: 0; min-width: 100%; padding: 1.2rem; }
  .hero-portrait figcaption strong { font-size: 1.4rem; }
  .editorial-hero-copy .hero-intro { font-size: 1rem; }
  .client-logo-wall { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .proof-heading { display: block; }
  .proof-heading .section-kicker { margin-bottom: .7rem; }
  .ownership-section, .editorial-services, .editorial-method, .personal-section, .editorial-faq, .intake-section { padding-block: 72px; }
  .ownership-grid, .method-layout, .personal-layout, .intake-layout, .faq-editorial-grid { gap: 6%; }
  .service-row { grid-template-columns: 40px minmax(0,1fr); gap: 1rem 2rem; }
  .service-row-title { grid-column: 2; }
  .service-row-body { grid-column: 2; }
  .service-row-title p { max-width: 60ch; }
  .service-row-body > p { max-width: 60ch; }
  .service-afterword { align-items: start; flex-direction: column; gap: .5rem; }
  .editorial-cases { padding-top: 72px; }
  .featured-case { gap: 5%; }
  .featured-case-visual { min-height: 350px; }
  .featured-case-visual > span { font-size: .6rem; }
  .supporting-cases { gap: 1.5rem; }
  .personal-photo { display: block; }
  .personal-photo figcaption { margin-top: 1rem; }
  .personal-copy { padding-top: 0; }
  .intake-intro { position: static; }
  .design-page .form-grid { grid-template-columns: 1fr; }
  .design-page .detail-hero h1 { font-size: 3.5rem; }
  .service-intro, .deliverable-summary { gap: 7%; }
  .service-deliverables article { grid-template-columns: 30px .8fr 1fr; gap: 1rem; }
  .case-hero-logo { min-height: 280px; }
  .case-hero-grid { gap: 5%; }
  .case-hero h1 { font-size: 3.5rem; }
  .health-page main.detail-page { grid-template-columns: 1fr; }
  .health-page main > .detail-hero { max-width: 650px; padding-bottom: 2.5rem; }
  .health-page .detail-hero h1 { max-width: 19ch; }
  .design-page.health-page .detail-page > .section { padding: 2.5rem; }
  .health-page .health-container { max-width: 650px; margin-inline: auto; }
  .footer-navigation { gap: 5%; }
}
@media (max-width: 620px) {
  .design-page { font-size: 16px; }
  .design-page .container { width: calc(100% - 40px); }
  .design-page h1 { font-size: clamp(2.6rem, 10.5vw, 3.6rem); }
  .design-page h2 { font-size: clamp(2rem,8vw,2.7rem); }
  .design-page .section-kicker { margin-bottom: 1.1rem; font-size: .67rem; }
  .design-page .brand img { width: 107px; }
  .design-page .header-inner { min-height: 73px; padding-block: .8rem; }
  .design-page .mobile-menu { margin-left: auto; }
  .design-page .language-switcher + .mobile-menu { margin-left: .8rem; }
  .design-page .language-switcher { gap: .6rem; }
  .design-page .language-switcher a { font-size: .64rem; }
  .mobile-menu summary { font-size: .85rem; gap: .55rem; padding-left: .25rem; }
  .mobile-menu nav { left: -20px; right: -20px; padding-inline: 20px; }
  .editorial-hero-grid { grid-template-columns: 1fr; gap: 2.3rem; padding-block: 40px; }
  .editorial-hero-copy h1 { max-width: 10ch; }
  .editorial-hero-copy .hero-intro { font-size: 1.05rem; margin-top: 1.3rem; }
  .design-page .hero-actions { gap: .6rem 1.4rem; margin-top: 1.4rem; }
  .design-page .button { min-height: 51px; font-size: .9rem; }
  .design-page .hero-actions .button-secondary { display: inline-flex !important; min-height: 44px; }
  .hero-portrait { min-height: 350px; max-width: 100%; }
  .hero-portrait > img { object-position: 50% 26%; }
  .hero-portrait figcaption { left: 0; right: auto; min-width: 68%; padding: 1rem 1.25rem; }
  .hero-portrait figcaption span { font-size: .72rem; }
  .hero-portrait figcaption strong { font-size: 1.3rem; }
  .hero-footnote { font-size: .75rem; }
  .client-proof { padding: 44px 0; }
  .client-logo-wall { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem 1.5rem; }
  .trust-logo { min-height: 78px; }
  .trust-logo img { height: 52px; }
  .trust-logo:last-child { grid-column: 1 / -1; max-width: 180px; justify-self: center; }
  .ownership-section, .editorial-services, .editorial-method, .personal-section, .editorial-faq, .intake-section { padding-block: 56px; }
  .ownership-grid, .method-layout, .personal-layout, .intake-layout, .faq-editorial-grid, .health-invitation > .container { grid-template-columns: 1fr; gap: 2rem; }
  .ownership-grid h2 { max-width: 18ch; }
  .ownership-grid h2 br { display: none; }
  .ownership-list { margin-top: 1.5rem; }
  .section-intro { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2rem; }
  .section-intro p { font-size: .95rem; }
  .service-row { grid-template-columns: 26px minmax(0,1fr); gap: .6rem 1rem; padding-block: 2rem; }
  .service-number { font-size: 1rem; padding-top: .3rem; }
  .service-row-title h3 { font-size: 1.65rem; }
  .service-row-title p { font-size: .88rem; margin-top: 1rem; }
  .service-row-body > p { font-size: .98rem; }
  .design-page .service-links { gap: .2rem 1rem; }
  .design-page .service-links a { font-size: .87rem; }
  .service-afterword { padding-top: .5rem; }
  .editorial-cases { padding: 56px 0 40px; }
  .case-section-heading { display: block; margin-bottom: 2rem; }
  .case-section-heading > .text-link { margin-top: 1rem; }
  .featured-case { grid-template-columns: 1fr; gap: 2rem; }
  .featured-case-visual { min-height: 240px; gap: 1.3rem; }
  .featured-case-copy h3 { font-size: 2.2rem; }
  .supporting-cases { grid-template-columns: 1fr; gap: 1.6rem; margin-top: 2.5rem; }
  .supporting-case { display: grid; grid-template-columns: 98px minmax(0,1fr); gap: 1.3rem; padding-top: 1.5rem; border-top: 1px solid #416077; }
  .supporting-case .case-logo-stage { min-height: 95px; padding: .7rem; margin: 0; align-self: start; }
  .case-logo-stage img { width: 100%; height: 55px; }
  .supporting-case h3 { font-size: 1.3rem; }
  .supporting-case p:not(.section-kicker) { font-size: .87rem; }
  .design-page .supporting-case .section-kicker { font-size: .6rem; margin-bottom: .5rem; }
  .more-case-links { margin-top: 2rem; gap: .6rem 1.2rem; font-size: .85rem; }
  .secondary-projects > div { grid-template-columns: 1fr; gap: 0; }
  .secondary-projects summary { font-size: .85rem; }
  .secondary-project { grid-template-columns: 75px minmax(0,1fr); }
  .method-steps { margin-left: 1rem; }
  .method-steps li { padding-left: 2.4rem; }
  .method-steps h3 { font-size: 1.35rem; }
  .personal-title h2 { max-width: 19ch; }
  .personal-photo { display: flex; gap: 1.4rem; margin-top: 1.7rem; }
  .personal-photo img { width: 130px; height: 170px; }
  .personal-photo figcaption { font-size: 1rem; }
  .personal-photo figcaption span { font-size: .75rem; }
  .personal-support { grid-template-columns: 1fr; gap: 1.6rem; margin-top: 2rem; }
  .personal-support article { gap: 1rem; }
  .personal-support img { width: 56px; height: 65px; }
  .personal-support h3 { font-size: 1rem; }
  .health-invitation { padding-block: 48px; }
  .design-page .faq-list summary { font-size: .96rem; padding-block: 1.15rem; }
  .design-page .faq-list summary::after { top: 1.05rem; }
  .intake-intro h2 { margin-bottom: 1.4rem; }
  .intake-intro h2 br { display: none; }
  .intake-phone { margin-top: 1.5rem; font-size: 1.35rem; }
  .design-page .form-grid { gap: 1.1rem; }
  .design-page .contact-form { gap: 1.2rem; }
  .design-page .form-grid label { font-size: .88rem; }
  .design-page .form-grid input, .design-page .form-grid select, .design-page .form-grid textarea { font-size: 16px; }
  .design-page .form-actions .button { width: 100%; }
  .design-page .breadcrumbs { padding-top: 1.1rem; font-size: .68rem; }
  .design-page .detail-hero { padding: 40px 0 48px; }
  .design-page .detail-hero h1, .case-hero h1 { font-size: clamp(2.45rem,10vw,3.1rem); }
  .design-page .detail-hero-grid { grid-template-columns: 1fr; }
  .service-page .detail-hero-grid > div:only-child { display: block; }
  .service-page .detail-hero-grid > div > .section-kicker { margin-bottom: 1.1rem; }
  .service-page .detail-hero .hero-text { margin-top: 1.3rem; }
  .service-page .detail-hero .hero-actions { margin-top: 1.4rem; margin-bottom: 1rem; }
  .design-page .hero-text { font-size: 1.04rem; margin-top: 1.3rem; }
  .design-page .detail-page .section { padding: 48px 0; }
  .service-intro, .deliverable-summary, .local-page .local-context { grid-template-columns: 1fr; gap: 1.6rem; }
  .service-intro h2 { max-width: 23ch; }
  .service-intro > p { font-size: 1.08rem; }
  .service-deliverables { margin-top: 2.2rem; }
  .service-deliverables article { grid-template-columns: 25px minmax(0,1fr); gap: .9rem; padding: 1.5rem 0; }
  .service-deliverables article h3 { font-size: 1.4rem; }
  .service-deliverables article p { grid-column: 2; font-size: .96rem; }
  .design-page .detail-proof { grid-template-columns: 1fr; gap: 1.6rem; }
  .detail-proof-logo { min-height: 220px; }
  .design-page .detail-proof h2 { font-size: 1.8rem; }
  .design-page .conversion-panel { grid-template-columns: 1fr; gap: 1.7rem; }
  .design-page .section:has(> .conversion-panel) { padding: 48px 0; }
  .design-page .cta-actions { align-items: flex-start; }
  .local-page .section-accent .service-links { margin-bottom: 1.5rem; }
  .case-hero { padding: 40px 0; }
  .case-hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .case-hero-logo { min-height: 240px; }
  .design-page .case-story { grid-template-columns: 1fr; gap: 3rem; }
  .case-story article { padding-bottom: 2rem; margin-bottom: 2rem; }
  .case-story article h2 { font-size: 1.9rem; }
  .case-story article p { font-size: 1rem; }
  .case-story .case-outcome p:not(.cta-note) { font-size: 1.2rem; }
  .case-index .case-directory { grid-template-columns: 1fr; gap: 2.5rem; margin-block: 2rem 3rem; }
  .case-index .case-directory-card:first-child { display: block; }
  .case-index .case-directory-card:first-child .case-directory-logo { margin-bottom: 1.5rem; min-height: 240px; }
  .case-directory-card h2 { font-size: 1.75rem; }
  .case-directory-logo { min-height: 200px; }
  .health-page main.detail-page { width: calc(100% - 40px); padding-bottom: 40px; }
  .health-page main > .breadcrumbs { margin-bottom: 1.5rem; }
  .design-page.health-page .detail-hero h1 { font-size: 2.65rem; }
  .design-page.health-page .detail-page > .section { padding: 1.5rem 1rem; margin-inline: -8px; }
  .health-container legend { font-size: 1.5rem; }
  .health-option { padding: .9rem; font-size: .94rem; }
  .health-container .form-hint { font-size: .81rem; }
  .health-actions { gap: .7rem; }
  .health-actions .button { padding-inline: .85rem; font-size: .86rem; }
  .health-result-heading h2 { font-size: 1.65rem; }
  .design-page .health-score { font-size: 6.5rem; }
  .health-intake { padding: 1.4rem; margin-inline: -.5rem; }
  .table-scroll table { min-width: 380px; }
  .design-page .site-footer { padding-top: 48px; }
  .footer-statement { display: block; padding-bottom: 2rem; }
  .footer-statement > p { font-size: 2rem; margin-top: 2rem; }
  .design-page .footer-statement .brand img { width: 112px; }
  .footer-navigation { grid-template-columns: 1fr 1fr; gap: 2.4rem 1.5rem; padding-block: 2rem; }
  .footer-navigation a { font-size: .8rem; padding-block: .4rem; }
  .footer-direct { grid-column: 1 / -1; }
  .footer-areas { gap: .65rem 1rem; font-size: .76rem; }
  .footer-areas > span { width: 100%; margin: 0; }
  .design-page .footer-bottom { display: block; padding-bottom: 1.8rem; font-size: .68rem; }
  .design-page .footer-bottom > * + * { margin-top: .7rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* A small, visual editorial selection for SME readers. */
.news-section { padding: 72px 0; background: #f6f1e9; }
.news-section .section-intro { margin-bottom: 1.5rem; }
.news-status { color: var(--text-soft); font-size: .88rem; max-width: 75ch; }
.news-list { list-style: none; padding: 0; margin: 2rem 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2.5rem; }
.news-list li { min-width: 0; }
.news-list img { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: cover; border-radius: 6px; margin-bottom: 1.5rem; }
.design-page .news-list .section-kicker { margin: 0 0 .7rem; }
.design-page .news-list h2, .design-page .news-list h3 { font-size: clamp(1.4rem,2vw,1.9rem); line-height: 1.25; letter-spacing: -.025em; margin: 0 0 1rem; }
.news-list a { color: var(--text); text-decoration: none; text-underline-offset: .18em; }
.news-list a:hover { color: var(--primary); text-decoration: underline; }
.news-summary { font-size: 1rem; line-height: 1.7; }
.news-relevance { font-size: .93rem; color: var(--text-soft); padding-left: 1rem; border-left: 2px solid #b79975; }
.news-meta { font-size: .8rem; color: var(--text-soft); margin-top: 1.2rem; }
.news-afterword { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 1rem 3rem; }
.news-afterword p { font-size: .88rem; color: var(--text-soft); max-width: 75ch; }
.news-afterword p a { color: var(--primary); text-decoration: underline; text-underline-offset: .2em; }
.news-filters { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; border-bottom: 1px solid var(--line); padding-bottom: 1rem; margin-bottom: 2rem; }
.news-filters button { border: 0; border-bottom: 2px solid transparent; border-radius: 0; background: transparent; color: var(--text-soft); font: inherit; font-size: .95rem; padding: .6rem 0; min-height: 44px; cursor: pointer; }
.news-filters button[aria-pressed="true"] { border-color: var(--primary); color: var(--primary); font-weight: 650; }
.news-overview .news-list { grid-template-columns: 1fr; gap: 2.5rem; }
.news-overview .news-list li { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.4fr); gap: 3rem; align-items: center; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.news-overview .news-list img { margin: 0; }
.news-overview .news-copy { max-width: 65ch; }
@media (max-width: 900px) {
  .news-list { grid-template-columns: 1fr; gap: 2rem; }
  .news-list li, .news-overview .news-list li { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.4fr); gap: 1.5rem; align-items: start; }
}
@media (max-width: 620px) {
  .news-section { padding: 48px 0; }
  .news-list li, .news-overview .news-list li { display: block; }
  .news-overview .news-list img { margin-bottom: 1.4rem; }
  .news-afterword { display: block; }
}

/* Compact MSP organization and operational support. */
.home-page .editorial-hero-grid { grid-template-columns: 1.3fr .8fr; }
.home-page .hero-portrait { width: 100%; min-width: 0; max-width: 430px; justify-self: end; }
.organization-section { padding: 96px 0; }
.organization-role { display: grid; grid-template-columns: 1fr 1.3fr; gap: 3rem; border-top: 1px solid var(--line); padding: 2.5rem 0; }
.organization-role img { width: 96px; height: 96px; object-fit: cover; margin-top: 1.2rem; }
.organization-operations img { width: 120px; height: 155px; object-position: center; }
.organization-role h3 { margin-bottom: .5rem; }
.design-page .footer-channel { display: block; font-size: .72rem; color: #b8cfe0; margin-top: .7rem; }
.support-layout { display: grid; grid-template-columns: .75fr 1.4fr; gap: 5rem; align-items: start; }
.support-form { padding: 2rem; background: var(--paper); }
.support-form .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.support-form label { display: flex; flex-direction: column; gap: .45rem; font-size: .93rem; font-weight: 600; }
.support-form input, .support-form select, .support-form textarea { width: 100%; min-width: 0; background: #fff; border: 1px solid #8299aa; border-radius: 3px; padding: .8rem; font: inherit; color: var(--text); }
.support-form .support-wide { grid-column: 1 / -1; }
.support-form .checkbox-field { flex-direction: row; align-items: start; gap: .8rem; }
.support-form .checkbox-field input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: .3rem; }
.support-form .checkbox-field a { text-decoration: underline; }
.support-form [data-support-status] { margin-block: 1rem; }
.support-form button:disabled { opacity: .65; cursor: wait; }
.support-reference { font-size: 1.6rem; font-weight: 650; overflow-wrap: anywhere; }
@media (max-width: 1190px) { .design-page .main-nav { gap: .9rem; } }
@media (max-width: 900px) {
  .support-layout { grid-template-columns: 1fr; gap: 2rem; }
  .support-layout > div { grid-row: 2; }
  .support-layout > form { grid-row: 1; }
  .support-page .detail-page > .section { padding-top: 24px; }
}
@media (max-width: 620px) {
  .home-page .editorial-hero-grid, .organization-role { grid-template-columns: 1fr; }
  .home-page .hero-portrait { justify-self: stretch; max-width: none; }
  .organization-section { padding: 56px 0; }
  .organization-role { gap: 1rem; padding: 2rem 0; }
  .support-form { padding: 1.25rem; margin-inline: -.5rem; }
  .support-form .form-grid { grid-template-columns: 1fr; }
  .support-form input, .support-form select, .support-form textarea { font-size: 16px; }
  .support-form button { width: 100%; }
}
