/* v4.19 - self-hosted Open Sans (was render-blocking Google Fonts) */
@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/open-sans-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/open-sans-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 700; font-display: swap; src: url("fonts/open-sans-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Open Sans"; font-style: normal; font-weight: 800; font-display: swap; src: url("fonts/open-sans-latin-800-normal.woff2") format("woff2"); }

/* AR Staffing Solutions — brand stylesheet v4.1 (Hi-Vis Amber restored per brief v2:
   used ONLY for 24/7 / urgent moments and blue-collar stream accents. --amber-ink is
   the contrast-safe variant for text on light backgrounds.) */
:root {
  --navy: #27346D;
  --navy-deep: #1A2349;
  --blue: #1D84C6;
  --blue-700: #166B9F;
  --amber: #FEE600;        /* Brand Yellow (Brand Guidelines) — guides attention, never shouts */
  --amber-ink: #27346D;    /* yellow is never used as text; text accents use Deep Blue per brand book */
  --amber-100: #FFFBD6;  /* pale amber chip background (24/7 phone) */
  --teal: #1D84C6;   /* healthcare now Bright Blue — teal is off-palette */
  --teal-100: #E3F1FA;
  --grey: #F6F7F9;
  --ink: #1A1A1A;
  --ink-60: rgba(26,26,26,.64);
  --white: #fff;
  --blue-100: #E3F1FA;
  --line: rgba(39,52,109,.09);
  --radius: 16px;
  --shadow: 0 1px 2px rgba(39,52,109,.05), 0 12px 32px rgba(39,52,109,.07);
  --shadow-lift: 0 2px 4px rgba(39,52,109,.06), 0 20px 44px rgba(39,52,109,.13);
  --shell: 1160px;
  --edge: clamp(20px, 5vw, 64px);
  --accent: var(--blue);
  --ease: cubic-bezier(.22,.61,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }
body { margin: 0; font-family: "Open Sans", system-ui, sans-serif; color: var(--ink);
  background: var(--white); font-size: 16.5px; line-height: 1.7; text-wrap: pretty;
  -webkit-font-smoothing: antialiased; }
a { color: var(--blue); text-decoration: none; transition: color .18s var(--ease); }
a:hover { color: var(--blue-700); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
img { max-width: 100%; display: block; }
.shell { max-width: var(--shell); margin: 0 auto; padding-inline: var(--edge); }

h1, h2, h3, h4 { font-family: "Open Sans", sans-serif; font-weight: 700; line-height: 1.12; color: var(--navy); margin: 0;
  text-wrap: balance; letter-spacing: -0.015em; }
.h-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.h-kicker::before { content: none; }
p { margin: 0; }
.lead { font-size: 19px; line-height: 1.65; color: var(--ink-60); max-width: 58ch; }

/* buttons — pill, precise */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: 600 15.5px/1 "Open Sans", sans-serif; padding: 15px 28px; border-radius: 999px;
  border: 0; cursor: pointer; white-space: nowrap; letter-spacing: .005em;
  transition: background .18s var(--ease), color .18s var(--ease), transform .18s var(--ease), box-shadow .18s var(--ease); }
.btn::after { content: "→"; font-weight: 400; transition: transform .18s var(--ease); }
.btn:hover::after { transform: translateX(3px); }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-blue { background: var(--blue); color: #fff; box-shadow: 0 1px 2px rgba(39,52,109,.2), inset 0 1px 0 rgba(255,255,255,.18); }
.btn-blue:hover { background: var(--blue-700); color: #fff; box-shadow: 0 10px 24px rgba(29,132,198,.32); }
.btn-amber { background: var(--amber); color: var(--navy); box-shadow: inset 0 0 0 1px rgba(39,52,109,.22), 0 1px 2px rgba(39,52,109,.18); }
.btn-amber:hover { background: #FFF04D; color: var(--navy); box-shadow: inset 0 0 0 1px rgba(39,52,109,.28), 0 10px 26px rgba(254,230,0,.35); }
.btn-ghost-light { background: rgba(255,255,255,.06); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); backdrop-filter: blur(4px); }
.btn-ghost-light:hover { background: rgba(255,255,255,.13); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
.btn-ghost { background: transparent; color: var(--navy); box-shadow: inset 0 0 0 1.5px rgba(39,52,109,.28); }
.btn-ghost:hover { background: rgba(39,52,109,.05); color: var(--navy); }

/* header */
.site-head { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.85);
  backdrop-filter: blur(14px) saturate(1.4); border-bottom: 1px solid var(--line); }
/* header needs more room than the 1160px content shell: logo + 7 nav items + phone + CTA */
.head-in { display: flex; align-items: center; gap: clamp(12px, 1.6vw, 26px); min-height: 78px; max-width: 1280px; }
.brand { flex: 0 0 auto; }
.brand img { height: 42px; width: auto; display: block; }
.head-nav { display: flex; gap: clamp(0px, .5vw, 6px); flex: 1; justify-content: center; flex-wrap: nowrap; min-width: 0; }
.head-nav a { color: var(--navy); font-size: 14.5px; font-weight: 600; padding: 8px 10px; white-space: nowrap;
  border-radius: 999px; transition: background .18s var(--ease), color .18s var(--ease); }
.head-nav a:hover { color: var(--blue); background: var(--blue-100); }
.head-nav a[aria-current="page"] { background: var(--blue-100); color: var(--blue-700); }
.head-cta { display: flex; align-items: center; gap: 12px; margin-left: auto; flex: 0 0 auto; }
.phone { white-space: nowrap; font-weight: 700; font-size: 14px; color: var(--navy); background: var(--amber-100);
  border-radius: 999px; padding: 9px 14px; box-shadow: inset 0 0 0 1px rgba(29,132,198,.3); }
.phone:hover { background: #fff7b3; color: var(--navy); }
.phone strong { color: #166B9F; }
@media (max-width: 1080px) { .head-nav { display: none; } }

/* mobile menu — hidden on desktop */
.menu-toggle { display: none; }
@media (max-width: 1080px) {
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--line);
    background: #fff; cursor: pointer; color: var(--navy); transition: background .18s var(--ease); }
  .menu-toggle:hover { background: var(--blue-100); }
  .menu-toggle svg { display: block; }
  .menu-toggle .icon-close { display: none; }
  .site-head.open .menu-toggle .icon-open { display: none; }
  .site-head.open .menu-toggle .icon-close { display: block; }
  .mobile-nav { display: none; border-top: 1px solid var(--line); padding: 10px var(--edge) 18px; }
  .site-head.open .mobile-nav { display: grid; gap: 2px; }
  .mobile-nav a { display: block; padding: 13px 10px; border-radius: 12px;
    font-size: 16.5px; font-weight: 600; color: var(--navy); }
  .mobile-nav a:hover { background: var(--blue-100); color: var(--blue-700); }
  .mobile-nav a[aria-current="page"] { background: var(--blue-100); color: var(--blue-700); }
  .mobile-nav .m-phone { margin-top: 10px; font-weight: 700; color: var(--blue-700); }
}
@media (min-width: 1081px) { .mobile-nav { display: none !important; } }

/* hero — layered gradient depth, faint grid, tight display type */
.hero { position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(1100px 560px at 82% -12%, rgba(29,132,198,.5), transparent 62%),
    radial-gradient(820px 480px at -8% 112%, rgba(143,208,245,.1), transparent 58%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  padding: clamp(72px, 10vw, 136px) 0 clamp(56px, 8vw, 104px); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(900px 500px at 75% 0%, #000 20%, transparent 75%);
  mask-image: radial-gradient(900px 500px at 75% 0%, #000 20%, transparent 75%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143,208,245,.5), rgba(29,132,198,.55), transparent); }
.hero .shell { position: relative; z-index: 1; }
.hero h1 { color: #fff; font-size: clamp(38px, 5.2vw, 66px); line-height: 1.05;
  letter-spacing: -0.02em; max-width: 20ch; }
.hero h1 em { font-style: normal; color: var(--amber);
  background: linear-gradient(92deg, #8FD0F5, #D9EEFB); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero .lead { color: rgba(226,236,252,.78); margin-top: 24px; }
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.hero-note { margin-top: 24px; font-size: 15px; color: rgba(226,236,252,.6); }
.hero-note a { color: var(--amber); font-weight: 700; }
.hero-note a:hover { color: #fff39b; }

/* selling point chips in hero — glass */
.points { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 60px; }
.point { position: relative; background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.13); border-radius: 14px; padding: 18px 20px;
  font-size: 14.5px; line-height: 1.5; color: rgba(226,236,252,.78);
  transition: border-color .2s var(--ease), transform .2s var(--ease); }
.point:hover { border-color: rgba(255,255,255,.3); transform: translateY(-2px); }
.point strong { display: block; color: #fff; font-size: 15.5px; margin-bottom: 5px; letter-spacing: -0.01em; }
.point strong .hi { color: var(--amber); }
@media (max-width: 960px) { .points { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .points { grid-template-columns: 1fr; } }

/* sections */
.sec { padding: clamp(72px, 9.5vw, 124px) 0; }
.sec-grey { background: var(--grey); border-block: 1px solid var(--line); }
.sec-grey + .sec-grey { border-top: 0; }
.sec-navy { background:
    radial-gradient(900px 480px at 90% 0%, rgba(29,132,198,.32), transparent 60%),
    linear-gradient(180deg, var(--navy), var(--navy-deep)); color: #fff; }
.sec-navy h2, .sec-navy h3 { color: #fff; }
.sec-head { max-width: 740px; margin-bottom: clamp(34px, 5vw, 56px); }
.sec-head h2 { font-size: clamp(28px, 3.5vw, 42px); }
.sec-head p { margin-top: 16px; color: var(--ink-60); font-size: 17.5px; }
.sec-navy .sec-head p { color: rgba(226,236,252,.74); }

/* cards */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 960px) { .grid-3 { grid-template-columns: 1fr; } .grid-2 { grid-template-columns: 1fr; } }
.card { position: relative; background: #fff; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow);
  padding: 30px; display: flex; flex-direction: column; gap: 13px;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease); }
.card::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 3px;
  border-radius: 0 0 3px 3px; background: var(--card-accent, var(--blue)); opacity: .9; }
a.card { color: inherit; }
a.card:hover, .card:hover { border-color: rgba(39,52,109,.18); }
a.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); color: inherit; }
.card h3 { font-size: 21px; letter-spacing: -0.015em; }
.card p { color: var(--ink-60); font-size: 15.5px; line-height: 1.65; }
.card .card-link { margin-top: auto; font-weight: 700; font-size: 15px; color: var(--card-accent, var(--blue)); transition: gap .2s var(--ease); display: inline-flex; gap: 6px; }
a.card:hover .card-link { gap: 10px; }
.card-tag { align-self: flex-start; font-size: 12px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; border-radius: 999px; padding: 5px 13px;
  background: var(--card-accent-bg, var(--blue-100)); color: var(--card-accent-ink, var(--blue-700)); }

/* big numbers */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 880px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat .num { font-size: clamp(40px, 4.8vw, 62px); font-weight: 700; color: var(--navy);
  line-height: 1.02; letter-spacing: -0.03em; font-feature-settings: "tnum" 1; }
.stat .num .hi { color: var(--amber); }
.sec-navy .stat .num { color: #fff; }
.stat .lbl { margin-top: 10px; font-size: 14.5px; font-weight: 600; color: var(--ink-60); max-width: 22ch; line-height: 1.45; }
.sec-navy .stat .lbl { color: rgba(226,236,252,.66); }

/* role list pills */
.roles { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.roles li { background: #fff; border: 1px solid rgba(39,52,109,.14); border-radius: 999px;
  padding: 10px 20px; font-size: 15px; font-weight: 600; color: var(--navy);
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease), transform .18s var(--ease); }
.roles li:hover { border-color: var(--blue); box-shadow: 0 6px 16px rgba(39,52,109,.08); transform: translateY(-1px); }

/* checklist */
.checks { display: grid; gap: 20px; padding: 0; margin: 0; list-style: none; max-width: 740px; }
.checks li { position: relative; padding-left: 40px; font-size: 16.5px; line-height: 1.65; }
.checks li strong { color: var(--navy); }
.checks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 24px; height: 24px;
  border-radius: 50%; background: var(--accent);
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center/16px no-repeat, linear-gradient(#000,#000);
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center/16px no-repeat, linear-gradient(#000,#000);
  -webkit-mask-composite: xor; mask-composite: exclude; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
@media (max-width: 880px) { .steps { grid-template-columns: 1fr; } }
.step { counter-increment: step; position: relative; background: #fff; border-radius: var(--radius);
  padding: 30px; border: 1px solid var(--line); box-shadow: var(--shadow);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease); }
.step:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.step::before { content: counter(step, decimal-leading-zero); display: inline-flex; align-items: center; justify-content: center;
  font-size: 13.5px; font-weight: 700; color: var(--navy); letter-spacing: .05em;
  background: var(--amber); border-radius: 999px; padding: 5px 13px; }
.step h3 { font-size: 19px; margin-top: 16px; letter-spacing: -0.012em; }
.step p { color: var(--ink-60); font-size: 15.5px; margin-top: 9px; line-height: 1.65; }

/* quote */
.quote { position: relative; max-width: 800px; padding-left: clamp(26px, 4vw, 40px);
  border-left: 3px solid var(--accent); }
.quote blockquote { margin: 0; font-size: clamp(20px, 2.4vw, 27px); font-weight: 600;
  color: var(--navy); line-height: 1.5; letter-spacing: -0.012em; }
.quote figcaption { margin-top: 18px; font-size: 15px; color: var(--ink-60); }
.quote figcaption strong { color: var(--ink); }

/* logo strip */
.clients { display: flex; flex-wrap: wrap; gap: 16px 40px; align-items: center;
  font-size: 17px; font-weight: 700; color: rgba(39,52,109,.45); letter-spacing: .01em; }
.clients span { transition: color .2s var(--ease); }
.clients span:hover { color: var(--navy); }

/* FAQ */
.faq { max-width: 780px; display: grid; gap: 12px; }
.faq details { background: #fff; border-radius: 14px; border: 1px solid var(--line);
  padding: 4px 24px; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.faq details:hover { border-color: rgba(39,52,109,.2); }
.faq details[open] { border-color: rgba(29,132,198,.35); box-shadow: var(--shadow); }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy); font-size: 16.5px; padding: 17px 0; list-style: none; position: relative; padding-right: 34px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-size: 22px; font-weight: 400; color: var(--blue); transition: transform .2s var(--ease); }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 0 20px; color: var(--ink-60); font-size: 15.5px; max-width: 62ch; line-height: 1.65; }

/* forms */
.form { display: grid; gap: 16px; max-width: 560px; }
.form label { font-size: 13.5px; font-weight: 700; color: var(--navy); display: grid; gap: 7px; letter-spacing: .01em; }
.form input, .form select, .form textarea { font: 400 16px/1.4 "Open Sans", sans-serif;
  padding: 13px 16px; border-radius: 12px; border: 1px solid rgba(39,52,109,.2);
  background: #fff; color: var(--ink); transition: border-color .18s var(--ease), box-shadow .18s var(--ease); width: 100%; }
.form input:hover, .form select:hover, .form textarea:hover { border-color: rgba(39,52,109,.38); }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--blue); outline: none; box-shadow: 0 0 0 4px rgba(29,132,198,.13); }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form .row2 { grid-template-columns: 1fr; } }

/* photo slots */
.photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.photo image-slot { width: 100%; aspect-ratio: 4 / 3; }

/* split */
.split { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(28px, 5vw, 80px); align-items: center; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; } }

/* closing CTA band */
.cta-band { position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(800px 400px at 15% 120%, rgba(143,208,245,.13), transparent 60%),
    radial-gradient(900px 460px at 90% -20%, rgba(29,132,198,.4), transparent 62%),
    linear-gradient(180deg, var(--navy), var(--navy-deep)); }
.cta-band .in { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 28px; justify-content: space-between;
  padding-block: clamp(52px, 7vw, 84px); }
.cta-band h2 { color: #fff; font-size: clamp(26px, 3.2vw, 38px); max-width: 24ch; letter-spacing: -0.02em; }
.cta-band .sub { margin-top: 12px; color: rgba(226,236,252,.72); font-size: 16.5px; }
.cta-band .sub a { color: var(--amber); font-weight: 700; }
.cta-band .actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* footer */
.site-foot { background: var(--navy-deep); color: rgba(226,236,252,.72); font-size: 15px; position: relative; }
.site-foot::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143,208,245,.45), rgba(29,132,198,.5), transparent); }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.15fr; gap: 34px 40px;
  padding: clamp(48px, 6vw, 72px) 0 44px; align-items: start; }
@media (max-width: 1020px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 620px) { .foot-grid { grid-template-columns: 1fr; gap: 30px; } }
.site-foot h4 { color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.site-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-foot a { color: rgba(226,236,252,.72); }
.site-foot a:hover { color: #fff; }
.foot-brand { font-size: 21px; font-weight: 700; color: #fff; letter-spacing: -0.015em; }
.foot-brand .sol { color: var(--amber); }
.foot-tag { margin-top: 12px; max-width: 34ch; line-height: 1.6; }
.site-foot a.foot-247 { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px;
  background: var(--blue); color: #fff; font-weight: 700; border-radius: 999px; padding: 10px 20px;
  transition: background .18s var(--ease), box-shadow .18s var(--ease), transform .18s var(--ease); }
.foot-247:hover { background: #3D9AD1; color: #fff; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(29,132,198,.28); }
.foot-legal { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0 30px;
  font-size: 13.5px; color: rgba(226,236,252,.45); display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; }

/* subtle scroll reveal — applied only when JS runs (content always visible without it) */
html.js .reveal { opacity: 0; transform: translateY(16px);
  transition: opacity .6s var(--ease), transform .6s var(--ease); transition-delay: var(--rd, 0s); }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; transform: none; } }

/* accent legibility on dark grounds */
.point strong .hi, .sec-navy .stat .num .hi { color: #8FD0F5; }
.hero-note a, .cta-band .sub a { color: #8FD0F5; }
.hero-note a:hover, .cta-band .sub a:hover { color: #CDE9FA; }
.stat .num .hi { color: var(--blue); }
.sec-navy .stat .num .hi { color: #8FD0F5; }

/* ——— editorial layer (homepage) ——— */
.hero-grid { display: grid; grid-template-columns: minmax(0,7fr) minmax(0,5fr); gap: clamp(32px,5vw,72px); align-items: center; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; } }

/* dispatch ticket vignette — bespoke asset, pure CSS */
.stage { position: relative; min-height: 690px; }
.ticket { position: absolute; background: #fff; border-radius: 16px; padding: 24px 26px;
  box-shadow: 0 24px 60px rgba(8,16,40,.45), 0 2px 6px rgba(8,16,40,.3); width: min(360px, 92%); }
.ticket.t1 { right: 0; top: 0; transform: rotate(-1.6deg); z-index: 1; }
.ticket.t2 { left: 0; top: 215px; transform: rotate(1.8deg); width: min(348px, 88%); z-index: 2;
  border-top: 3px solid var(--blue); }
.ticket.t3 { right: 24px; top: 440px; transform: rotate(-0.8deg); width: min(330px, 84%); z-index: 3; position: absolute; }
@media (max-width: 960px) { .stage { min-height: 0; max-width: 440px; display: grid; gap: 18px; }
  .ticket.t3 { position: static; transform: rotate(0.6deg); width: 100%; }
  .ticket { position: static; width: 100%; }
  .ticket.t1 { transform: rotate(-1deg); }
  .ticket.t2 { transform: rotate(1deg); width: 100%; } }
.t-head { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: rgba(39,52,109,.55); }
.t-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(15,168,156,.5); animation: pulse 2.4s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(15,168,156,.45); } 70% { box-shadow: 0 0 0 9px rgba(15,168,156,0); } 100% { box-shadow: 0 0 0 0 rgba(15,168,156,0); } }
.t-title { font-size: 18.5px; font-weight: 700; color: var(--navy); letter-spacing: -0.015em; margin-top: 12px; }
.t-body { font-size: 14.5px; color: var(--ink-60); margin-top: 5px; line-height: 1.55; }
.t-status { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-size: 13.5px; font-weight: 700;
  color: #0a6e66; background: var(--teal-100); border-radius: 999px; padding: 7px 14px; }
.t-status::before { content: "✓"; font-size: 12px; }
.t-status.blue { color: #166B9F; background: #E3F1FA; }
.t-status.blue::before { content: "•"; }

/* quiet client strip */
.strip { border-bottom: 1px solid var(--line); }
.strip .in { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px 28px; padding-block: 22px;
  font-size: 14.5px; color: rgba(39,52,109,.55); }
.strip .lbl { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.strip b { font-weight: 700; color: rgba(39,52,109,.75); }

/* asymmetric service layout — hierarchy on purpose */
.svc { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 960px) { .svc { grid-template-columns: 1fr; } }
.svc-side { display: grid; gap: 24px; align-content: stretch; }
.card .roles { margin-top: 6px; }
.card .roles li { font-size: 13.5px; padding: 7px 15px; background: var(--grey); border-color: transparent; }

/* promises - ghost numerals, editorial grid: 3 up, 2 up, 1 up */
.promises { display: grid; grid-template-columns: 1fr; gap: clamp(36px,5vw,56px) clamp(36px,6vw,88px); max-width: 1000px; }
@media (min-width: 640px)  { .promises { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .promises { grid-template-columns: repeat(3, 1fr); max-width: none; } }
.promise { position: relative; padding-top: 10px; }
.promise .n { font-size: clamp(56px,6vw,84px); font-weight: 700; line-height: 1; letter-spacing: -0.04em;
  color: transparent; -webkit-text-stroke: 1.5px rgba(39,52,109,.22); }
.promise h3 { font-size: 20px; margin-top: 14px; }
.promise p { color: var(--ink-60); font-size: 15.5px; margin-top: 8px; max-width: 44ch; }

/* the ladder — one account covers every layer */
.ladder { position: relative; padding-left: 34px; display: grid; gap: 30px; }
.ladder::before { content: ""; position: absolute; left: 8px; top: 10px; bottom: 10px; width: 2px;
  background: linear-gradient(180deg, #8FD0F5, rgba(143,208,245,.15)); border-radius: 2px; }
.rung { position: relative; }
.rung::before { content: ""; position: absolute; left: -34px; top: 5px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--navy-deep); border: 2.5px solid #8FD0F5; box-sizing: border-box; }
.rung h3 { color: #fff; font-size: 18.5px; letter-spacing: -0.012em; }
.rung p { color: rgba(226,236,252,.68); font-size: 15px; margin-top: 6px; max-width: 46ch; line-height: 1.6; }
.rung .who { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #8FD0F5; margin-bottom: 6px; }

/* oversized editorial quote */
.bigquote { position: relative; max-width: 820px; border: 0; padding: 0 0 0 clamp(0px,2vw,16px); }
.bigquote::before { content: "\201C"; position: absolute; left: -14px; top: -46px;
  font-size: 150px; line-height: 1; font-weight: 700; color: rgba(29,132,198,.16); pointer-events: none; }
.bigquote blockquote { font-size: clamp(22px,2.8vw,31px); }

/* giant phone close */
.tel-giant { display: inline-block; font-size: clamp(30px,4.6vw,58px); font-weight: 700; letter-spacing: -0.02em;
  color: #fff; margin-top: 6px; font-feature-settings: "tnum" 1; }
.tel-giant:hover { color: #CDE9FA; }

/* healthcare band — third wing, quieter, full width */
.hc-band { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 24px 30px; color: inherit; transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s var(--ease); position: relative; }
.hc-band::before { content: ""; position: absolute; top: 24px; bottom: 24px; left: 0; width: 3px; border-radius: 0 3px 3px 0; background: var(--teal); }
.hc-band:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); border-color: rgba(39,52,109,.18); color: inherit; }
.hc-band h3 { font-size: 19px; }
.hc-band p { color: var(--ink-60); font-size: 15px; flex: 1; min-width: 260px; margin: 0; }
.hc-band .card-link { font-weight: 700; font-size: 15px; color: #0a6e66; white-space: nowrap; }

/* photo band — split section with drop-in imagery */
.photo image-slot { background: var(--grey); }
.photo-wide { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.photo-wide image-slot { width: 100%; aspect-ratio: 21 / 9; }
.svc .card .ph, .hero-ph { border-radius: 12px; overflow: hidden; }
.svc .card .ph image-slot { width: 100%; aspect-ratio: 16 / 7; }


/* v4 — display face on signature elements */
.stat .num, .promise .n, .t-title, .tel-giant, .foot-brand { font-family: "Open Sans", sans-serif; }
.h-kicker, .card-tag, .t-head, .strip .lbl { font-family: "Open Sans", sans-serif; }

/* pending team photo placeholder (about page) */
.ph-pending { display: flex; align-items: center; justify-content: center; text-align: center;
  aspect-ratio: 1 / 1; border-radius: 14px; border: 1.5px dashed rgba(39,52,109,.25);
  background: var(--grey); color: rgba(39,52,109,.5); font-size: 13.5px; font-weight: 600; padding: 16px; }

/* form status messages */
.form .sent { color: #0a6e66; font-weight: 700; }
.form .form-err { color: #B3261E; font-weight: 600; font-size: 14.5px; }
.form .hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.btn[disabled] { opacity: .6; cursor: wait; transform: none; }


/* v4.1 — hi-vis amber usage rules */
.foot-247 { color: var(--amber); }
.sec .h-kicker.k-amber { color: var(--amber-ink); }
.hero .h-kicker.k-amber { color: var(--amber); }

.stream-cards { align-items: stretch; }
@media (max-width: 880px) { .stream-cards { grid-template-columns: 1fr !important; } }

/* v4.2 — stream chips on the blue-collar card, card sub-line */
.roles-stream li { font-weight: 700; border-color: rgba(254,230,0,.55); background: #FFF8EE; color: var(--navy); }
.roles-stream li:hover { border-color: var(--amber); }
.card-sub { font-size: 14px !important; color: var(--ink-45, rgba(26,26,26,.55)) !important; line-height: 1.6 !important; }

/* v4.2 — job listings (CMS-managed) */
.joblist { display: grid; gap: 14px; }
.job { display: flex; gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px;
  box-shadow: var(--shadow); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.job:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.job-main { flex: 1 1 320px; }
.job h3 { font-size: 19px; letter-spacing: -0.012em; }
.job p { color: var(--ink-60); font-size: 15px; margin-top: 7px; line-height: 1.6; }
.job-meta { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.job-tag { font-size: 12.5px; font-weight: 700; color: var(--navy); background: var(--grey);
  border-radius: 999px; padding: 5px 12px; }

/* v4.2 — article body (CMS-generated insight pages) */
.article h2 { font-size: clamp(22px, 2.6vw, 28px); margin-top: 38px; }
.article h3 { font-size: 19px; margin-top: 28px; }
.article p { margin-top: 15px; line-height: 1.75; font-size: 16.5px; color: var(--ink); }
.article ul, .article ol { margin-top: 15px; padding-left: 22px; line-height: 1.75; }
.article li { margin-top: 8px; }
.article blockquote { margin: 26px 0; padding-left: 22px; border-left: 3px solid var(--blue);
  font-size: 18px; line-height: 1.6; color: var(--navy); }
.article-date { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line);
  font-size: 13.5px; color: var(--ink-60); }

/* v4.6 — header fits without overlap: shorter CTA label and tighter chrome on phones */
.cta-mini { display: none; }
@media (max-width: 620px) {
  .cta-full { display: none; }
  .cta-mini { display: inline; }
  .head-cta .btn { padding: 11px 18px; font-size: 14.5px; }
  .head-in { gap: 10px; min-height: 68px; }
}
@media (max-width: 400px) {
  .brand img { height: 34px; }
  .head-cta .btn { padding: 10px 15px; font-size: 14px; }
}

@media (max-width: 1100px) { .stream-cards[style*="repeat(4"] { grid-template-columns: repeat(2,1fr) !important; } }


/* ============ v4.10 — audience-first header with dropdowns ============ */
.head-nav { position: relative; }
.nav-item { position: relative; display: inline-flex; }
.nav-parent { font: inherit; font-size: 14.5px; font-weight: 600; color: var(--navy); background: none;
  border: 0; padding: 8px 10px; border-radius: 999px; cursor: pointer; white-space: nowrap;
  transition: background .18s var(--ease), color .18s var(--ease); }
.nav-parent:hover { background: var(--grey); }
.caret { display: inline-block; width: 7px; height: 7px; margin-left: 7px; margin-bottom: 2px;
  border-right: 1.8px solid currentColor; border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg); opacity: .55; vertical-align: middle; }
.drop { position: absolute; top: calc(100% + 10px); left: 0; min-width: 236px; background: #fff;
  border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 44px rgba(39,52,109,.14);
  padding: 10px; display: none; z-index: 60; }
.nav-item:hover .drop, .nav-item:focus-within .drop { display: block; }
.nav-item::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 12px; }
.drop a { display: block; padding: 9px 13px; border-radius: 9px; font-size: 14.5px; font-weight: 600;
  color: var(--navy); white-space: nowrap; }
.drop a:hover { background: var(--grey); color: var(--blue); }
.drop-wide { display: none; grid-template-columns: repeat(3, auto); gap: 6px 22px; padding: 16px; left: 50%; transform: translateX(-50%); }
.nav-item:hover .drop-wide, .nav-item:focus-within .drop-wide { display: grid; }
.drop-label { display: block; font-family: "Open Sans",sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--ink-60); padding: 6px 13px 2px; }
.m-label { display: block; font-family: "Open Sans",sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--ink-60); margin: 16px 0 2px; }
.mobile-nav .m-label:first-child { margin-top: 0; }


/* v4.11 - sticky mobile call bar (phones only) */
.call-bar { display: none; }
@media (max-width: 760px) {
  .call-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
    background: var(--navy); box-shadow: 0 -6px 22px rgba(0,0,0,.22); }
  .call-bar a { flex: 1; text-align: center; padding: 12px 8px; color: #fff; font-weight: 700; font-size: 15px; }
  .cb-call { background: var(--amber); color: var(--navy) !important; display: flex; flex-direction: column; gap: 1px; }
  .cb-call span { font-weight: 600; font-size: 11.5px; opacity: .75; }
  .cb-alt { display: flex; align-items: center; justify-content: center; max-width: 38%; }
  body { padding-bottom: 62px; }
}


/* v4.12 - footer tidy: badges live inside the brand column, never as a grid child */
.foot-col-brand { max-width: 34ch; }
.foot-tag { margin-top: 12px; line-height: 1.6; }
.foot-badges { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 22px; }
.foot-badge { display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.05); border-radius: 8px; padding: 8px 13px; font-size: 12.5px;
  font-weight: 700; color: #fff; letter-spacing: .01em; white-space: nowrap; }
.foot-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); flex: 0 0 auto; }
.site-foot ul { gap: 9px; }
.site-foot ul + h4 { margin-top: 26px; }
.foot-legal { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0 28px; font-size: 13.5px; }
@media (max-width: 760px) { .foot-legal { padding-bottom: 84px; } }


/* v4.13 - footer accreditation badges with real logos */
.foot-badge { gap: 10px; padding: 9px 13px 9px 9px; line-height: 1.25; text-align: left; }
.foot-badge::before { display: none; }
.foot-badge img { width: 40px; height: 40px; border-radius: 6px; background: #fff; padding: 3px; flex: 0 0 auto; object-fit: contain; }
.foot-badge span { font-size: 12px; font-weight: 700; color: #fff; }
.site-foot a.foot-badge:hover { background: rgba(255,255,255,.12); color: #fff; }


/* ============ v4.15 - AR Talent sub-brand (white-collar professional division) ============ */
.talent-band { background: linear-gradient(180deg, #F4F8FC 0%, #EAF2F9 100%);
  border-top: 1px solid rgba(29,132,198,.18); border-bottom: 1px solid rgba(29,132,198,.18); }
.talent-mark { display: inline-flex; align-items: baseline; gap: 7px; font-family: "Open Sans",sans-serif;
  font-weight: 700; font-size: 15px; letter-spacing: -0.01em; color: var(--navy); }
.talent-mark .t-ar { color: var(--blue); }
.talent-rule { display: inline-block; width: 30px; height: 2px; background: var(--blue); vertical-align: middle; margin-right: 10px; }
.talent-hero { background: linear-gradient(155deg, #14304F 0%, #1B4A73 55%, #1D84C6 140%); }
.talent-hero .h-kicker { color: #A8D8F5; }
.hero.talent-hero h1 em { color: #A8D8F5; }
.split-two { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
@media (max-width: 880px) { .split-two { grid-template-columns: 1fr; } }
.div-card { border-radius: var(--radius); padding: 32px 30px; border: 1px solid var(--line); background: #fff;
  box-shadow: var(--shadow); display: flex; flex-direction: column; }
.div-card.crews { border-top: 4px solid var(--amber); }
.div-card.talent { border-top: 4px solid var(--blue); }
.div-card h3 { font-size: 23px; margin-top: 6px; }
.div-card p { color: var(--ink-60); line-height: 1.65; margin-top: 12px; }
.div-card ul { margin-top: 16px; display: grid; gap: 7px; padding-left: 0; list-style: none; }
.div-card li { font-size: 14.5px; color: var(--ink); padding-left: 20px; position: relative; }
.div-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; }
.div-card.crews li::before { background: var(--amber); }
.div-card.talent li::before { background: var(--blue); }
.div-card .card-link { margin-top: auto; padding-top: 22px; }

/* v4.15 - four-up discipline cards, responsive without inline grid */
.stream-cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 1100px) { .stream-cards-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .stream-cards-4 { grid-template-columns: 1fr; } }


/* v4.15 - AR Talent sub-brand (professional recruitment division) */
.artalent-badge { display: inline-flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.artalent-badge .wm { font-family: "Open Sans",sans-serif; font-weight: 700;
  font-size: 15px; letter-spacing: .04em; color: #fff; background: linear-gradient(100deg, #1D84C6, #14507C);
  border-radius: 7px; padding: 5px 11px; }
.artalent-badge .tg { font-size: 12.5px; font-weight: 600; letter-spacing: .02em; color: #8FD0F5; }
.sec .artalent-badge .tg, .card .artalent-badge .tg { color: var(--ink-60); }


/* v4.15 - three-division rebalance */
.split-two { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1080px) { .split-two { grid-template-columns: 1fr; } }
.div-card.care { border-top: 3px solid #1D84C6; }
.div-card.care .talent-mark { color: #0a6e66; }

/* v4.17 - permanent sector grid */
@media (max-width: 1100px) { .sector-grid { grid-template-columns: repeat(2,1fr) !important; } }
@media (max-width: 560px) { .sector-grid { grid-template-columns: 1fr !important; } }

/* v4.18 - photo framing */
.photo-wide { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.photo-wide img { border-radius: 0 !important; }


/* v4.19 - accessibility & stability */
:focus-visible { outline: 3px solid #1D84C6; outline-offset: 2px; border-radius: 4px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff;
  padding: 10px 18px; z-index: 200; font-weight: 700; border-radius: 0 0 10px 0; }
.skip-link:focus { left: 0; }


/* v4.24 - FIX: v4.19 width/height attributes (CLS) were overriding the inline
   aspect-ratio crops - the height presentational hint wins unless height is
   explicitly auto. This restores the intended cinematic framing sitewide. */
img[style*="aspect-ratio"] { height: auto; }


/* v4.26 - fast quote form */
.quote-form label { display: grid; gap: 6px; font-size: 13.5px; font-weight: 700; color: var(--navy); }
.quote-form input, .quote-form textarea { font: inherit; font-weight: 400; padding: 11px 13px;
  border: 1px solid var(--line); border-radius: 10px; background: #fff; width: 100%; }
.quote-form input:focus, .quote-form textarea:focus { outline: 3px solid var(--blue); outline-offset: 1px; border-color: transparent; }
@media (max-width: 620px) { .quote-form .fld-row { grid-template-columns: 1fr !important; } }


/* v4.25 - FIX: the mobile menu (1132px tall) overflowed the viewport, leaving up to
   11 of 21 items unreachable on a phone. Applied server-side in v4.25; mirrored here
   so release zips stop reverting it. */
@media (max-width: 1080px) {
  .site-head.open { max-height: 100vh; max-height: 100dvh; display: flex; flex-direction: column; }
  .site-head.open .mobile-nav { flex: 1 1 auto; min-height: 0; overflow-y: auto;
    overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
}


/* v4.30 - two verticals, healthcare spanning both */
.split-two.two-up { grid-template-columns: 1fr 1fr; }
@media (max-width: 900px) { .split-two.two-up { grid-template-columns: 1fr; } }
.hc-span { border-left: 3px solid var(--blue); display: block; margin-top: 22px; }


/* v4.31 - FIX: anchor links (#hire, #quote) jumped the target under the sticky
   78px header, which read as "auto-scrolling to the middle of the page". */
html { scroll-behavior: smooth; }
:target, [id="hire"], [id="quote"], section[id], .card[id] { scroll-margin-top: 112px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }


/* v4.34 - kicker restyle: dash removed (read as templated); numbered caps + yellow bar under the heading */
.h-kicker { letter-spacing: .14em; font-weight: 800; }
.sec-head h2 { position: relative; padding-bottom: 14px; }
.sec-head h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 44px; height: 4px;
  background: var(--amber); border-radius: 3px; }
.sec-navy .sec-head h2::after { background: #8FD0F5; }


/* ── v4.35 · client logo marquee ─────────────────────────────────
   CSS-only infinite scroll. The track holds the nine logos twice; the
   duplicate set is aria-hidden. Hover pauses it, and reduced-motion drops to a
   static wrap.

   padding-right MUST equal the gap. With N items per set the track is
   2N*w + (2N-1)*g wide, so translateX(-50%) travels N*w + (N-0.5)*g while the
   second set starts at N*w + N*g -- half a gap short, i.e. a visible 28px jump
   every cycle at the old 56px gap (measured on v4.37, seamDelta 28.00). The
   trailing padding makes the track exactly 2N*(w+g), so -50% lands dead on the
   start of the second set and the loop is genuinely seamless. */
.logo-strip{overflow:hidden}
.logo-track{display:flex; align-items:center; gap:64px; padding-right:64px;
  width:max-content; animation:logo-roll 59s linear infinite}
.logo-track:hover{animation-play-state:paused}
@keyframes logo-roll{to{transform:translateX(-50%)}}
.logo-track img{height:68px; width:auto; filter:grayscale(1); opacity:.75; transition:filter .2s, opacity .2s}
.logo-track img:hover{filter:none; opacity:1}
@media (prefers-reduced-motion: reduce){.logo-track{animation:none; flex-wrap:wrap; justify-content:center}}

/* ── v4.35 · testimonial cards ───────────────────────────────────
   Three real named clients with headshots, replacing the single anonymous
   pull-quote. Photo is 72px round; the quote keeps the card's reading size
   rather than the display size .bigquote used, because there are three now. */
.tcards{display:grid; grid-template-columns:repeat(3, 1fr); gap:24px}
@media (max-width: 980px){.tcards{grid-template-columns:1fr}}
.tcard{background:#fff; border-radius:var(--radius); border:1px solid var(--line);
  box-shadow:var(--shadow); padding:30px; margin:0; display:flex; flex-direction:column; gap:18px}
.tcard blockquote{margin:0; font-size:16px; line-height:1.7; color:var(--ink-60)}
/* margin-top:auto already pins the row to the card bottom, and did: all three
   figcaptions sat 31px off the bottom. The avatar did not, because a wrapped
   two-line role ("Head of Manufacturing, Made NZ") makes the name/role block
   84px — taller than the 72px avatar — and align-items:center then floated the
   avatar 6px up, giving img-bottom gaps of 37/37/31. flex-end sits the avatar on
   the same baseline as the text block, so the gap is 31px in every card. */
.tcard figcaption{display:flex; align-items:flex-end; gap:14px; margin-top:auto}
.tcard img{width:72px; height:72px; border-radius:50%; object-fit:cover; flex:0 0 72px;
  background:var(--grey)}
.tcard .t-name{font-weight:700; color:var(--navy); font-size:16px; line-height:1.35}
.tcard .t-role{font-size:14px; color:var(--ink-60); line-height:1.35}

/* ── v4.35 · footer social links ─────────────────────────────────
   Inline SVG so there is no icon-font or sprite request, and currentColor so
   the icons track .site-foot's link colour and its hover without a second
   rule. Sits under the accreditation badges in the brand column. */
.foot-social { display: flex; gap: 10px; margin-top: 20px; }
.foot-social a { display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 9px; border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.05); color: rgba(226,236,252,.72);
  transition: background .18s var(--ease), color .18s var(--ease), transform .18s var(--ease); }
.site-foot a.foot-social-link:hover { background: rgba(255,255,255,.14); color: #fff; transform: translateY(-1px); }
.foot-social svg { display: block; }
