/* ==========================================================================
   WP Server Guard — homepage
   Implementation of "WP Server Guard.dc.html" (Claude Design project
   ad09ee0a): artboard 2a = desktop 1280, artboard 2b = mobile 390.
   Written mobile-first: base styles follow 2b, breakpoints resolve to 2a.
   ========================================================================== */

/* --- Typefaces -----------------------------------------------------------
   Self-hosted so the site makes no third-party requests. Inter ships as a
   variable font (one file covers 100-900); IBM Plex Mono is static per weight.
   ------------------------------------------------------------------------ */
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/inter-var-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('/fonts/inter-var-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/ibm-plex-mono-400-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/ibm-plex-mono-400-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/ibm-plex-mono-500-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/ibm-plex-mono-500-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/ibm-plex-mono-600-latin.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'IBM Plex Mono';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/ibm-plex-mono-600-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}

/* --- Tokens --------------------------------------------------------------- */
:root{
  /* dark surfaces */
  --ink-900:#050C16;          /* footer */
  --ink-800:#08111F;          /* primary dark band */
  --ink-700:#0B1524;          /* dark card header */
  --ink-600:#0F1B2D;          /* raised dark panel */
  --line-dark:#16243A;
  --line-dark-2:#22344f;

  /* light surfaces */
  --paper:#fff;
  --paper-2:#F4F7FB;
  --rule:rgba(8,17,31,.10);
  --rule-2:rgba(8,17,31,.12);
  --rule-dash:rgba(8,17,31,.14);

  /* text */
  --text-1:#152238;
  --text-2:#3d4b60;
  --text-3:#5a6b83;
  --on-dark-1:#fff;
  --on-dark-2:#A8B5C7;
  --on-dark-3:#7d8ba0;

  /* accents */
  --green:#42D486;
  --green-ink:#136c40;
  --green-deep:#0c4d2d;
  --green-soft:#d3f0e0;
  --blue:#62B8FF;
  --blue-link:#1d5c9e;
  --blue-deep:#0b3f70;
  --blue-soft:#d8e9fa;
  --amber:#F4B95F;
  --amber-ink:#5c4110;
  --red:#F06D75;
  --red-ink:#a8323c;
  --slate-soft:#dde3ea;
  --slate-ink:#25313f;

  --sans:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
  --mono:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;

  --wrap:1200px;
  --pad:20px;    /* horizontal gutter */
  --band:36px;   /* section vertical rhythm */
  --r:6px;
}
@media (min-width:720px){ :root{ --pad:32px; --band:64px } }
@media (min-width:1024px){ :root{ --pad:40px; --band:88px } }

/* --- Reset / base --------------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:no-preference){ html{scroll-behavior:smooth} }
body{
  margin:0;
  background:var(--paper);
  color:var(--text-2);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.is-locked{overflow:hidden}
h1,h2,h3{margin:0;color:var(--text-1);text-wrap:pretty}
p{margin:0;text-wrap:pretty}
img,svg{max-width:100%;display:block}
a{color:var(--blue-link);text-decoration:none}
ul,ol,dl,dd{margin:0;padding:0}
li{list-style:none}
button{font:inherit;color:inherit}

:where(a,button,summary,[tabindex]):focus-visible{
  outline:2px solid var(--blue-link);
  outline-offset:3px;
  border-radius:2px;
}
.on-dark :where(a,button,summary):focus-visible{outline-color:var(--green)}

.skip-link{
  position:absolute;left:var(--pad);top:-100px;z-index:100;
  display:inline-flex;align-items:center;min-height:44px;
  background:var(--green);color:var(--ink-800);
  font:600 14px var(--sans);padding:12px 18px;border-radius:4px;
  transition:top .15s ease;
}
.skip-link:focus{top:12px}

.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:var(--pad)}
.band{padding-block:var(--band)}
section[id]{scroll-margin-top:16px}

/* --- Shared type ---------------------------------------------------------- */
.eyebrow{
  font:500 11px/1 var(--mono);
  letter-spacing:.13em;
  text-transform:uppercase;
  color:var(--text-3);
  margin-bottom:16px;
}
.eyebrow--blue{color:var(--blue)}
@media (min-width:1024px){
  .eyebrow{font-size:11.5px;letter-spacing:.14em;margin-bottom:20px}
}

.h2{font:600 26px/1.18 var(--sans);letter-spacing:-.02em}
@media (min-width:720px){ .h2{font-size:32px;line-height:1.16} }
@media (min-width:1024px){ .h2{font-size:38px;line-height:1.15;letter-spacing:-.022em} }

.lede{font:400 16px/1.65 var(--sans);color:var(--text-2)}
@media (min-width:1024px){ .lede{font-size:17px} }

.on-dark .h2{color:var(--on-dark-1)}
.on-dark .lede{color:var(--on-dark-2)}

/* section head: title left, "see more" link right */
.sec-head{margin-bottom:28px}
@media (min-width:840px){
  .sec-head{
    display:flex;align-items:flex-end;justify-content:space-between;
    gap:40px;margin-bottom:36px;
  }
  .sec-head__aside{flex:none}
}

/* --- Buttons / links ------------------------------------------------------ */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;border-radius:4px;
  font:600 15px var(--sans);
  padding:15px 24px;
  text-align:center;
  transition:background-color .15s ease,color .15s ease,border-color .15s ease;
}
.btn--primary{background:var(--green);color:var(--ink-800)}
.btn--primary:hover{background:#5ce09a}
/* Outlined on dark — mobile treatment of the hero's secondary action (2b). */
.btn--outline{border:1px solid rgba(255,255,255,.2);color:var(--on-dark-1)}
.btn--outline:hover{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.04)}
.btn--block{display:flex;width:100%}

.link-arrow{
  display:inline-flex;align-items:center;min-height:44px;
  font:600 14px var(--sans);color:var(--blue-link);
}
.link-arrow:hover{color:#14406f;text-decoration:underline;text-underline-offset:3px}

.link-rule{
  display:inline-block;font:600 14px var(--sans);color:var(--blue-link);
  white-space:nowrap;padding-bottom:2px;border-bottom:1px solid rgba(29,92,158,.3);
}
.link-rule:hover{border-bottom-color:var(--blue-link)}

/* --- Brand mark ----------------------------------------------------------- */
.brand{display:flex;align-items:center;gap:9px}
.brand__mark{display:flex;flex-direction:column;gap:2px;flex:none}
.brand__mark i{display:block;width:14px;height:3px}
.brand__mark i:nth-child(1){background:var(--green)}
.brand__mark i:nth-child(2){background:var(--blue)}
.brand__mark i:nth-child(3){background:var(--line-dark-2)}
.brand__name{
  font:600 13px/1 var(--sans);letter-spacing:.05em;
  text-transform:uppercase;color:var(--on-dark-1);
}
@media (min-width:1024px){
  .brand{gap:11px}
  .brand__mark i{width:16px}
  .brand__name{font-size:15px;letter-spacing:.06em}
}

/* --- Header --------------------------------------------------------------- */
.site-header{background:var(--ink-800);border-bottom:1px solid var(--line-dark)}
.site-header__bar{
  max-width:var(--wrap);margin-inline:auto;
  padding:14px var(--pad);
  display:flex;align-items:center;justify-content:space-between;gap:16px;
}
@media (min-width:1024px){ .site-header__bar{padding-block:18px} }

.nav-desktop{display:none}
@media (min-width:1024px){
  .nav-desktop{display:flex;align-items:center;gap:22px}
  .nav-desktop a{font:500 14px var(--sans);color:var(--on-dark-2)}
  .nav-desktop a:hover{color:var(--on-dark-1)}
  .nav-desktop .btn{font-size:14px;padding:12px 20px;color:var(--ink-800)}
  .nav-desktop .btn:hover{color:var(--ink-800)}
}

/* Services dropdown: CSS-only (hover + focus-within), desktop nav only. */
.nav-drop__menu{display:none}
@media (min-width:1024px){
  .nav-drop{position:relative;display:flex;align-items:center}
  .nav-drop__menu{
    position:absolute;top:100%;left:-18px;z-index:40;
    padding-top:16px;min-width:248px;
  }
  .nav-drop:hover .nav-drop__menu,
  .nav-drop:focus-within .nav-drop__menu{display:block}
  .nav-drop__panel{
    background:var(--ink-700);
    border:1px solid var(--line-dark-2);border-radius:6px;
    padding:8px;box-shadow:0 18px 40px rgba(0,0,0,.45);
    display:flex;flex-direction:column;
  }
  .nav-drop__panel a{
    display:flex;align-items:center;
    padding:10px 12px;border-radius:4px;min-height:40px;
  }
  .nav-drop__panel a:hover{background:var(--ink-600);color:var(--on-dark-1)}
  .nav-drop__panel .nav-drop__all{
    margin-top:6px;border-top:1px solid var(--line-dark);border-radius:0;
    font:500 12px/1.4 var(--mono);letter-spacing:.02em;color:var(--blue);
  }
  .nav-drop__panel .nav-drop__all:hover{background:var(--ink-600);color:var(--blue)}
}

.menu-btn{
  width:44px;height:44px;flex:none;
  background:none;border:1px solid var(--line-dark-2);border-radius:4px;
  color:var(--on-dark-1);
  font:500 11px/1 var(--mono);letter-spacing:.06em;
  cursor:pointer;padding:0;
  display:flex;align-items:center;justify-content:center;
}
.menu-btn:hover{border-color:var(--on-dark-3)}
@media (min-width:1024px){ .menu-btn{display:none} }

.nav-mobile{
  border-top:1px solid var(--line-dark);
  padding:8px var(--pad) 20px;
  display:flex;flex-direction:column;
}
.nav-mobile[hidden]{display:none}
.nav-mobile a{
  font:500 16px var(--sans);color:var(--on-dark-1);
  padding:14px 0;min-height:44px;
  display:flex;align-items:center;
  border-bottom:1px solid var(--line-dark);
}
.nav-mobile .btn{
  color:var(--ink-800);border-bottom:0;margin-top:16px;padding:15px;
}
.nav-mobile__note{
  font:400 11px/1.5 var(--mono);color:var(--on-dark-2);
  margin-top:14px;text-align:center;
}
@media (min-width:1024px){ .nav-mobile{display:none} }

/* --- Hero ----------------------------------------------------------------- */
/* Two columns. The dark pitch bleeds to the left viewport edge; the coverage
   panel on the right is a contained, bordered card whose outer edge tracks the
   .wrap content grid, so the hero lines up with the header and the bands
   below it instead of running full-bleed grey. */
.hero{display:grid}
@media (min-width:1024px){ .hero{grid-template-columns:1.1fr 1fr} }

.hero__main{background:var(--ink-800);padding:32px var(--pad) 36px}
@media (min-width:1024px){ .hero__main{padding:56px 52px 56px var(--pad)} }
.hero__inner{max-width:620px}
@media (min-width:1024px){ .hero__inner{margin-left:auto;padding-right:32px} }

.pill{
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid var(--line-dark-2);border-radius:99px;
  padding:6px 12px;margin-bottom:20px;
}
.pill i{width:5px;height:5px;border-radius:99px;background:var(--green);flex:none}
.pill span{
  font:500 11px/1 var(--mono);letter-spacing:.12em;
  color:var(--on-dark-2);text-transform:uppercase;
}
@media (min-width:1024px){
  .pill{gap:9px;padding:7px 14px;margin-bottom:24px}
  .pill i{width:6px;height:6px}
  .pill span{font-size:11.5px;letter-spacing:.14em}
}

.hero h1{
  font:600 34px/1.14 var(--sans);letter-spacing:-.022em;
  color:var(--on-dark-1);margin-bottom:18px;
}
@media (min-width:720px){ .hero h1{font-size:44px;line-height:1.1} }
@media (min-width:1024px){ .hero h1{font-size:54px;line-height:1.08;letter-spacing:-.024em;margin-bottom:22px} }

.hero__lede{
  font:400 16.5px/1.65 var(--sans);color:var(--on-dark-2);margin-bottom:24px;
  max-width:54ch;
}
@media (min-width:1024px){ .hero__lede{font-size:18px;margin-bottom:28px} }

.hero__actions{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}
@media (min-width:1024px){
  .hero__actions{flex-direction:row;flex-wrap:wrap;gap:12px;margin-bottom:20px}
  .hero__actions .btn{font-size:15.5px;padding:16px 26px}
}

/* The next step and the credentials warning sit with the CTA rather than in
   the button label, so the buttons stay short. */
.hero__next{
  font:400 14px/1.65 var(--sans);color:var(--on-dark-2);
  max-width:54ch;margin-bottom:18px;
}
@media (min-width:1024px){ .hero__next{font-size:14.5px;margin-bottom:20px} }

.note-rule{
  border-left:2px solid var(--line-dark-2);padding-left:14px;
  font:400 13px/1.65 var(--sans);color:var(--on-dark-3);max-width:54ch;
}
.note-rule strong{font-weight:600;color:var(--amber)}
@media (min-width:1024px){ .note-rule{font-size:13.5px;padding-left:16px} }

/* Hero panel — "What gets assessed" and "why the layers are assessed
   together" merged into one coverage explanation. */
.hero__aside{background:var(--paper-2);padding:24px var(--pad) 28px}
@media (min-width:1024px){
  .hero__aside{
    display:flex;align-items:center;
    padding:48px max(var(--pad), calc((100vw - var(--wrap)) / 2 + var(--pad))) 48px 52px;
  }
}
.hero__panel{
  width:100%;background:var(--paper);
  border:1px solid var(--rule-2);border-radius:var(--r);
  padding:20px 18px;
}
@media (min-width:1024px){ .hero__panel{padding:26px 24px} }
.hero__panel .eyebrow{margin-bottom:12px}
.hero__panel-title{font:600 20px/1.25 var(--sans);letter-spacing:-.015em;margin-bottom:10px}
@media (min-width:1024px){ .hero__panel-title{font-size:22px} }
.hero__panel-lede{font:400 14.5px/1.6 var(--sans);color:var(--text-2)}

.coverage{margin:16px 0 14px;border-top:1px solid var(--rule)}
.coverage li{
  display:flex;gap:14px;align-items:flex-start;
  padding:12px 0;border-bottom:1px solid var(--rule);
}
.coverage__n{font:500 11px/1.6 var(--mono);color:var(--text-3);width:18px;flex:none}
.coverage h3{font:600 14.5px/1.4 var(--sans)}
.coverage p{font:400 13.5px/1.5 var(--sans);color:var(--text-3);margin-top:3px}
@media (min-width:1024px){ .coverage h3{font-size:15px} }

/* --- Specialist introduction and proof ------------------------------------ */
.specialist{background:var(--paper);border-top:1px solid rgba(8,17,31,.08)}
.specialist__grid{display:grid;gap:20px}
@media (min-width:560px){
  .specialist__grid{grid-template-columns:auto 1fr;gap:28px;align-items:center}
}
@media (min-width:1024px){ .specialist__grid{gap:36px} }

.specialist__portrait{
  margin:0;width:132px;flex:none;
  border:1px solid var(--rule-2);border-radius:var(--r);
  overflow:hidden;background:var(--paper-2);
}
@media (min-width:1024px){ .specialist__portrait{width:168px} }
.specialist__portrait img{width:100%;height:auto}

.specialist__body .eyebrow{margin-bottom:10px}
.specialist__body .h2{margin-bottom:4px}
.specialist__role{
  font:500 13px/1.5 var(--mono);letter-spacing:.02em;
  color:var(--green-ink);margin-bottom:12px;
}
@media (min-width:1024px){ .specialist__role{font-size:13.5px} }
.specialist__body .lede{max-width:56ch;margin-bottom:10px}

/* Credentials row: four verifiable claims, each one spelled out rather than
   abbreviated to a label. */
.credentials{
  display:grid;gap:1px;background:var(--rule);
  border:1px solid var(--rule);border-radius:var(--r);overflow:hidden;
  margin-top:28px;
}
@media (min-width:560px){
  .credentials{grid-template-columns:1fr 1fr}
  .credentials li:first-child{grid-column:1/-1}
}
@media (min-width:1024px){
  .credentials{grid-template-columns:repeat(5,1fr);margin-top:36px}
  .credentials li:first-child{grid-column:auto}
}
.credentials li:first-child b{color:var(--green-ink)}
.credentials li{background:var(--paper);padding:18px 16px}
.credentials b{
  display:block;font:600 22px/1.15 var(--sans);letter-spacing:-.02em;
  color:var(--text-1);margin-bottom:6px;
}
@media (min-width:1024px){ .credentials b{font-size:24px} }
.credentials span{display:block;font:400 13.5px/1.5 var(--sans);color:var(--text-3)}
.credentials a{color:var(--blue-link);border-bottom:1px solid rgba(29,92,158,.3)}
.credentials a:hover{border-bottom-color:var(--blue-link)}

/* --- Service routes ------------------------------------------------------- */
/* Three visitor needs replace seven equally weighted cards; the individual
   service pages stay linked inside the route they belong to. */
.routes{background:var(--paper-2);border-top:1px solid rgba(8,17,31,.08)}
.routes__grid{display:grid;gap:14px}
@media (min-width:840px){ .routes__grid{grid-template-columns:repeat(3,1fr);gap:20px} }

.route{
  display:flex;flex-direction:column;gap:12px;
  background:var(--paper);border:1px solid var(--rule-2);
  border-top:3px solid var(--blue);border-radius:var(--r);
  padding:20px 18px;
}
@media (min-width:1024px){ .route{padding:26px 24px} }
/* Incident work is the one route a visitor may need to find in seconds. */
.route--incident{border-top-color:var(--red)}

.route__need{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}
.route__need span:last-child{font:500 14.5px/1.4 var(--sans);color:var(--text-2)}
.route__flag{
  font:600 11px/1 var(--mono);letter-spacing:.1em;text-transform:uppercase;
  color:#fff;background:var(--red-ink);border-radius:3px;padding:6px 8px;flex:none;
}
.route__flag--quiet{color:var(--slate-ink);background:var(--slate-soft)}

.route h3{font:600 19px/1.3 var(--sans)}
@media (min-width:1024px){ .route h3{font-size:20px} }
.route__desc{font:400 14.5px/1.6 var(--sans);color:var(--text-3)}
.route__price{
  font:400 14px/1.5 var(--sans);color:var(--text-2);
  border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);
  padding:12px 0;
}
.route__price b{font:600 16.5px var(--sans);color:var(--text-1)}
.route__price span{display:block;margin-top:4px;font-size:13px;color:var(--text-3)}
.route__proof{
  font:400 13.5px/1.55 var(--sans);color:var(--text-2);
  background:rgba(66,212,134,.10);border-left:2px solid var(--green);
  border-radius:0 3px 3px 0;padding:10px 12px;
}
.route__proof b{font-weight:600;color:var(--text-1)}
@media (min-width:1024px){ .route__proof{font-size:14px} }

.route__links{display:flex;flex-direction:column;gap:6px;flex:1}
@media (min-width:840px){ .route__links .link-arrow{min-height:38px} }
.route .btn{margin-top:4px}

.routes__foot{
  margin-top:20px;max-width:78ch;
  font:400 14.5px/1.7 var(--sans);color:var(--text-3);
}
@media (min-width:1024px){ .routes__foot{margin-top:28px;font-size:15px} }

/* --- Featured case study -------------------------------------------------- */
.case{background:var(--paper);border-top:1px solid rgba(8,17,31,.08)}
.case__grid{display:grid;gap:28px}
@media (min-width:1024px){
  .case__grid{grid-template-columns:1.05fr 1fr;gap:64px;align-items:start}
}
.case__body .h2{margin-bottom:16px}
.case__body .lede{margin-bottom:20px;max-width:58ch}
.case__facts{
  display:grid;gap:1px;background:var(--rule);
  border:1px solid var(--rule);border-radius:var(--r);overflow:hidden;
}
@media (min-width:560px){ .case__facts{grid-template-columns:1fr 1fr} }
@media (min-width:1024px){ .case__facts{grid-template-columns:1fr} }
.case__facts div{background:var(--paper);padding:16px 18px}
.case__facts dt{
  font:500 11px/1.5 var(--mono);letter-spacing:.1em;text-transform:uppercase;
  color:var(--text-3);margin-bottom:5px;
}
.case__facts dd{font:400 14.5px/1.55 var(--sans);color:var(--text-2)}
.case__more{margin-top:20px}

/* --- Shared cards --------------------------------------------------------- */
.cards{display:grid;gap:12px}
@media (min-width:720px){ .cards{grid-template-columns:1fr 1fr;gap:20px} }
@media (min-width:1024px){ .cards{grid-template-columns:repeat(3,1fr)} }
.cards--pair{grid-template-columns:1fr}
@media (min-width:720px){ .cards--pair{grid-template-columns:1fr 1fr} }
@media (min-width:1024px){ .cards--pair{grid-template-columns:1fr 1fr} }

.card{
  display:flex;flex-direction:column;gap:12px;
  background:var(--paper);border:1px solid var(--rule-2);border-radius:var(--r);
  padding:22px 20px;
}
@media (min-width:1024px){ .card{padding:26px 24px;gap:14px} }
.card h3{font:600 18px/1.3 var(--sans)}
@media (min-width:1024px){ .card h3{font-size:20px} }
.card p{font:400 14.5px/1.6 var(--sans);color:var(--text-3);flex:1}

/* Long link labels may wrap on a narrow screen rather than overflow it; the
   non-breaking space before each arrow keeps the arrow on the last word. */
@media (max-width:559px){ .link-rule{white-space:normal} }

/* --- Process -------------------------------------------------------------- */
.process{background:var(--paper);border-top:1px solid rgba(8,17,31,.08)}
.steps{display:grid;gap:0;border-left:2px solid var(--line-dark);padding-left:22px}
.steps li{padding:0 0 24px;position:relative}
.steps li:last-child{padding-bottom:0}
.steps__dot{
  display:block; /* a bare <span> would drop width/height once position:static */
  width:11px;height:11px;background:var(--green);border-radius:99px;
  position:absolute;left:-28px;top:5px;
}
.steps__n{font:400 11px/1 var(--mono);color:var(--text-3);margin-bottom:10px}
.steps h3{font:600 18px/1.3 var(--sans);margin-bottom:10px}
.steps p{font:400 14.5px/1.6 var(--sans);color:var(--text-3)}
@media (min-width:1024px){
  /* 2a: four columns hanging off a single rule, dots straddling it */
  .steps{
    grid-template-columns:repeat(4,1fr);
    border-left:0;border-top:2px solid var(--line-dark);padding-left:0;
  }
  .steps li{
    padding:24px 28px 0;border-right:1px dashed rgba(8,17,31,.16);
  }
  .steps li:first-child{padding-left:0}
  .steps li:last-child{padding-right:0;border-right:0}
  .steps__dot{position:static;margin:-30px 0 22px}
  .steps__n{margin-bottom:12px}
}

/* --- Deliverable ---------------------------------------------------------- */
.deliverable{background:var(--ink-800)}
@media (min-width:1024px){
  .deliverable .wrap{
    display:grid;grid-template-columns:1fr 1.25fr;gap:64px;align-items:start;
  }
}
.deliverable .h2{margin-bottom:20px}
.deliverable__intro .lede{margin-bottom:28px}
@media (min-width:1024px){ .deliverable__intro .lede{max-width:42ch} }

.finding{
  background:var(--ink-600);border:1px solid var(--line-dark-2);
  border-radius:var(--r);overflow:hidden;margin-bottom:20px;
}
@media (min-width:1024px){ .finding{margin-bottom:0} }
.finding__head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:12px 16px;border-bottom:1px solid var(--line-dark);
  background:var(--ink-700);
  font:500 11px/1 var(--mono);letter-spacing:.1em;color:var(--on-dark-2);
}
.finding__count{font-weight:400;letter-spacing:0;flex:none}
@media (min-width:1024px){
  .finding__head{padding:14px 20px;font-size:11px}
  .finding__count{font-size:11px}
}
.finding__body{padding:18px 16px}
@media (min-width:1024px){ .finding__body{padding:24px 20px} }
.finding__tags{display:flex;align-items:center;gap:8px;margin-bottom:12px}
@media (min-width:1024px){ .finding__tags{gap:10px;margin-bottom:14px} }
.sev--high{color:var(--ink-800);background:var(--red);font-size:10.5px;letter-spacing:.11em;padding:5px 7px}
@media (min-width:1024px){ .sev--high{font-size:11px;letter-spacing:.12em;padding:5px 8px} }
.finding__component{font:400 11.5px/1.3 var(--mono);color:var(--on-dark-3)}
@media (min-width:1024px){ .finding__component{font-size:12px} }
.finding h3{
  font:600 17px/1.35 var(--sans);color:var(--on-dark-1);margin-bottom:16px;
}
@media (min-width:1024px){ .finding h3{font-size:21px;margin-bottom:20px} }
.finding__grid{
  display:flex;flex-direction:column;gap:14px;
  padding-top:14px;border-top:1px solid var(--line-dark);
}
@media (min-width:1024px){
  .finding__grid{
    display:grid;grid-template-columns:1fr 1fr;gap:24px;
    padding-top:20px;
  }
  .finding__grid > div{display:flex;flex-direction:column;gap:18px}
}
.finding__label{
  font:500 11px/1 var(--mono);letter-spacing:.1em;margin-bottom:7px;
}
@media (min-width:1024px){ .finding__label{font-size:11.5px;margin-bottom:9px} }
.finding__label--evidence,.finding__label--impact{color:var(--blue)}
.finding__label--fix{color:var(--green)}
.finding__label--retest{color:var(--amber)}
.finding__grid p{font:400 13.5px/1.6 var(--sans);color:var(--on-dark-2)}
.finding__grid p.is-pending{color:var(--amber)}
/* Evidence line is desktop-only in the design (2b drops it for width). */
.finding__evidence{display:none}
@media (min-width:1024px){ .finding__evidence{display:block} }


/* --- Selected research ---------------------------------------------------- */
.research{background:var(--paper-2);border-top:1px solid rgba(8,17,31,.08)}
.research .card{gap:0;padding:24px}
.proof__kicker{
  font:500 11.5px/1.3 var(--mono);letter-spacing:.12em;
  color:var(--text-3);margin-bottom:14px;
}
.research .card h3{font:600 18px/1.4 var(--sans);margin-bottom:10px}
.research .card p{font:400 14.5px/1.6 var(--sans);flex:1;margin-bottom:8px}
.research__more{
  display:flex;flex-wrap:wrap;gap:4px 28px;
  margin-top:18px;padding-top:14px;border-top:1px solid var(--rule);
}
@media (min-width:1024px){ .research__more{margin-top:24px;gap:4px 40px} }

/* --- Client voice ---------------------------------------------------------- */
/* The endorsement now sits directly under the specialist introduction, so it
   is an excerpt with a link to the complete text rather than the full quote. */
.voice__figure{margin:32px 0 0;max-width:820px}
.voice__figure blockquote{margin:0;border-left:3px solid var(--green);padding-left:22px}
.voice__figure blockquote p{font:400 17px/1.7 var(--sans);color:var(--text-1);margin:0}
@media (min-width:1024px){ .voice__figure blockquote p{font-size:19px;line-height:1.65} }
.voice__figure figcaption{
  margin-top:12px;padding-left:25px;
  display:flex;flex-wrap:wrap;gap:2px 18px;align-items:baseline;
}
.voice__figure figcaption strong{font:600 15px var(--sans);color:var(--text-1)}
.voice__verified{font:500 12.5px var(--mono);color:var(--green-ink)}
.voice__verified b{margin-right:4px}

/* --- Confidentiality note -------------------------------------------------- */
.callout{
  display:flex;gap:10px;align-items:flex-start;
  background:rgba(244,185,95,.14);border:1px solid rgba(244,185,95,.5);
  border-radius:5px;padding:14px;
}
.callout__tag{
  font:600 11px/1.55 var(--mono);color:var(--amber-ink);
  letter-spacing:.07em;flex:none;
}
.callout p{font:500 13.5px/1.6 var(--sans);color:var(--amber-ink)}
.callout a{color:var(--amber-ink);border-bottom:1px solid rgba(92,65,16,.45)}
.callout a:hover{border-bottom-color:var(--amber-ink)}
@media (min-width:1024px){
  .callout{gap:12px;padding:16px 18px}
  .callout__tag{font-size:11.5px;letter-spacing:.08em}
  .callout p{font-size:14px}
}
/* On the dark closing band the amber wash needs its own surface and text
   colour; the ink-on-amber pair above would sit on navy otherwise. */
.callout--dark{
  background:rgba(244,185,95,.10);border-color:rgba(244,185,95,.42);
  margin-top:32px;
}
.callout--dark .callout__tag,
.callout--dark p{color:var(--amber)}
.callout--dark strong{color:var(--on-dark-1)}
.callout--dark a{color:var(--amber);border-bottom-color:rgba(244,185,95,.45)}
.callout--dark a:hover{border-bottom-color:var(--amber)}
@media (min-width:1024px){ .callout--dark{margin-top:40px} }

/* --- FAQ ------------------------------------------------------------------ */
.faq{background:var(--paper);border-top:1px solid rgba(8,17,31,.08)}
.faq .h2{font-size:26px}
@media (min-width:1024px){ .faq .h2{font-size:32px;letter-spacing:-.02em} }
.faq__list{border-top:1px solid var(--rule-2)}
.faq__item{border-bottom:1px solid var(--rule-2)}
.faq__item summary{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:22px 4px;min-height:44px;cursor:pointer;
  font:500 17px/1.4 var(--sans);color:var(--text-1);
  list-style:none;
}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary::after{
  content:"+";font:400 20px/1 var(--sans);color:var(--text-3);flex:none;
}
.faq__item[open]{background:var(--paper-2)}
.faq__item[open] summary{font-weight:600;padding:22px 16px 0}
.faq__item[open] summary::after{content:"\2212";color:var(--green-ink)}
.faq__item p{
  font:400 15.5px/1.7 var(--sans);color:var(--text-2);
  max-width:76ch;padding:14px 16px 22px;
}
.faq__item:not([open]) summary:hover{color:var(--blue-link)}

/* --- Closing CTA ---------------------------------------------------------- */
.cta{background:var(--ink-800)}
.cta h2{
  font:600 27px/1.18 var(--sans);letter-spacing:-.022em;
  color:var(--on-dark-1);margin-bottom:14px;
}
.cta p{font:400 15.5px/1.65 var(--sans);color:var(--on-dark-2);margin-bottom:22px}
.cta .cta__email{margin:12px 0 22px}
.cta__email a{color:var(--blue);border-bottom:1px solid rgba(98,184,255,.35)}
.cta__email a:hover{border-bottom-color:var(--blue)}
@media (min-width:1024px){
  .cta__grid{display:grid;grid-template-columns:1fr auto;gap:64px;align-items:center}
  .cta h2{font-size:40px;line-height:1.15;letter-spacing:-.024em;margin-bottom:18px}
  .cta p{font-size:17px;max-width:60ch;margin-bottom:0}
  .cta .cta__email{margin:14px 0 0}
  .cta .btn{font-size:16px;padding:18px 30px;white-space:nowrap}
}

/* --- Footer --------------------------------------------------------------- */
.site-footer{background:var(--ink-900);border-top:1px solid var(--line-dark)}
.site-footer .wrap{padding-block:32px 28px}
@media (min-width:1024px){ .site-footer .wrap{padding-block:44px 36px} }
.site-footer__top{margin-bottom:24px}
@media (min-width:840px){
  .site-footer__top{
    display:flex;justify-content:space-between;gap:48px;flex-wrap:wrap;
    margin-bottom:32px;
  }
}
.site-footer__brand{margin-bottom:24px}
@media (min-width:840px){ .site-footer__brand{margin-bottom:0} }
.site-footer__brand .brand{margin-bottom:14px}
.site-footer__blurb{font:400 13.5px/1.6 var(--sans);color:var(--on-dark-3)}
.site-footer__blurb a{color:var(--blue)}
.site-footer__blurb a:hover{text-decoration:underline;text-underline-offset:3px}
.site-footer__nav{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}
.site-footer__nav a{
  font:400 13.5px var(--sans);color:var(--on-dark-2);
  min-height:44px;display:flex;align-items:center;
}
.site-footer__nav a:hover{color:var(--on-dark-1)}
@media (min-width:840px){
  .site-footer__nav{grid-template-columns:repeat(4,auto);gap:12px 40px}
  .site-footer__nav a{min-height:0}
}
.site-footer__legal{
  font:400 11.5px/1.6 var(--sans);color:var(--on-dark-2);
  padding-top:18px;border-top:1px solid var(--line-dark);max-width:88ch;
}
@media (min-width:1024px){ .site-footer__legal{font-size:12px;padding-top:24px} }
.site-footer__affiliation{
  margin-top:8px;max-width:90ch;font:400 11px/1.55 var(--sans);color:var(--on-dark-3);
}
.site-footer__affiliation a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.site-footer__affiliation a:hover{color:var(--on-dark-1)}

/* --- Touch targets --------------------------------------------------------
   Below the desktop layout every interactive element gets a 44px hit area,
   the rule the mobile artboard (2b) applies throughout. Above it these revert
   to the compact inline links the desktop artboard (2a) uses.
   ------------------------------------------------------------------------- */
@media (max-width:839px){
  .brand{min-height:44px}
  .link-rule,
  .cta__email a,
  .site-footer__blurb a{display:inline-flex;align-items:center;min-height:44px}
}
