/* ============================================================
   Atypically — single-page homepage (ink)
   Left rail: wordmark top / nav centered / meta bottom.
   Content: left copy column + right list column, full-height
   sections, generous air. Plum brackets, green on CTAs.
   ============================================================ */

body.home { background: var(--ink); color: var(--bone); }
html.home-snap { scroll-snap-type: y proximity; }
html.home-snap body.home .h-sec { scroll-snap-align: start; }

/* ---------- mobile chrome (hidden on desktop) ---------- */

body.home .m-toggle,
body.home .m-footer { display: none; }

/* ---------- left rail ---------- */

body.home nav {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 52px 0 46px 60px;
  height: auto;
  min-height: 100vh;
  background: var(--ink);
  backdrop-filter: none;
  border: none;
  border-bottom: none;
  z-index: 60;
}
body.home nav .nav-logo {
  display: block;
  flex: none;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  overflow: visible !important;
}
body.home nav .nav-logo img {
  width: clamp(200px, 17vw, 268px) !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
}

body.home .rail-mark { display: block; flex: none; margin: 0 0 22px; }
body.home .rail-mark img { width: 34px; height: auto; display: block; }

body.home .nav-links {
  list-style: none;
  margin: auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
body.home .nav-links a {
  display: block;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(232,227,220,0.42);
  text-decoration: none;
  transition: color 0.2s;
}
body.home .nav-links a:hover { color: var(--bone); }
body.home .nav-links a.is-current { color: var(--bone); }

body.home .nav-group {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(232,227,220,0.42);
  margin: 9px 0 2px;
}
body.home .nav-sub {
  list-style: none;
  margin: 0;
  padding: 0 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border-left: 1px solid rgba(232,227,220,0.16);
}
body.home .nav-sub a { display: flex; align-items: baseline; gap: 8px; letter-spacing: 0.1em; }
body.home .nav-sub .step {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(232,227,220,0.32);
}
body.home .nav-sub a.is-current .step { color: var(--plum-lift); }

body.home .rail-meta {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: rgba(232,227,220,0.34);
}
body.home .rail-meta a { color: rgba(232,227,220,0.34); text-decoration: none; }
body.home .rail-meta a:hover { color: var(--green); }

/* ---------- shell ---------- */

body.home .page { margin-left: 260px; }

body.home .h-sec {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(80px, 12vh, 140px) clamp(28px, 5vw, 88px);
}

body.home .h-inner {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(32px, 4vw, 60px);
  row-gap: clamp(40px, 6vh, 72px);
  align-items: start;
}
body.home .h-inner--single { grid-template-columns: minmax(0, 1fr); }
body.home .h-span { grid-column: 1 / -1; }

/* ---------- copy column ---------- */

body.home .h-kicker {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(232,227,220,0.58);
  margin: 0 0 20px;
}

body.home .h-statement {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.22;
  letter-spacing: -0.012em;
  color: var(--bone);
  margin: 0 0 24px;
  text-wrap: pretty;
}
body.home .h-statement em { font-style: italic; font-weight: 500; color: var(--plum-lift); }
body.home .h-statement .semi {
  font-family: var(--mono);
  font-weight: 400;
  font-size: 0.4em;
  color: rgba(232,227,220,0.38);
  vertical-align: 0.36em;
  letter-spacing: 0;
}

body.home .h-hero .h-statement {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.16;
  max-width: 19ch;
  margin-bottom: 30px;
}



body.home .h-lead,
body.home .h-copy {
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.78;
  color: rgba(232,227,220,0.78);
  margin: 0 0 16px;
  max-width: 46ch;
  text-wrap: pretty;
}
body.home .h-lead { color: rgba(232,227,220,0.88); }

/* in-paragraph callouts */
body.home .hl { color: var(--plum-lift); }
body.home .hl-g { color: var(--green); }
body.home .h-copy:last-child { margin-bottom: 0; }
body.home .h-copy strong { color: var(--bone); font-weight: 600; }

body.home .h-pull {
  font-family: var(--mono);
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.62;
  color: var(--bone);
  margin: 0;
  max-width: 34ch;
  text-wrap: pretty;
}
body.home .kw { color: var(--plum-lift); }
body.home .str { color: var(--green); }
body.home .pun { color: rgba(232,227,220,0.5); }

body.home .h-lead--ital {
  font-style: italic;
  color: rgba(232,227,220,0.8);
  max-width: 44ch;
}

/* ---------- what i do ---------- */

body.home .wid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(32px, 4vw, 60px);
  row-gap: clamp(34px, 5vh, 56px);
}
body.home .wid-num {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--green);
  margin: 0 0 14px;
}
body.home .wid-block {
  padding-top: clamp(22px, 3vh, 32px);
  border-top: 1px solid rgba(232,227,220,0.2);
}
body.home .wid-title {
  font-family: var(--mono);
  font-weight: 500;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--bone);
  margin: 0 0 14px;
  max-width: 34ch;
  text-wrap: pretty;
}

/* ---------- work stat line ---------- */

body.home #work .h-copy { max-width: none; }

body.home .wk-stat {
  font-family: var(--mono);
  font-weight: 500;
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.55;
  letter-spacing: -0.005em;
  color: var(--bone);
  margin: 0 0 clamp(34px, 5vh, 54px);
  padding-left: 20px;
  border-left: 2px solid var(--green);
  max-width: 40ch;
}

/* ---------- contact quote ---------- */

body.home .cn-quote {
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid var(--plum);
  max-width: 44ch;
}
body.home .cn-title { max-width: 22ch; }

/* ---------- buttons ---------- */

body.home .h-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 36px;
}
body.home .h-btn,
body.home .h-btn--ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--green);
  transition: gap 0.22s ease, color 0.2s;
}
body.home .h-btn::before,
body.home .h-btn::after {
  content: '[';
  font-weight: 400;
  font-size: 19px;
  line-height: 0.9;
  letter-spacing: 0;
  color: var(--green);
}
body.home .h-btn::after { content: ']'; }
body.home .h-btn:hover,
body.home .h-btn--ghost:hover { color: #CFCD72; gap: 14px; }
body.home .h-btn:hover::before,
body.home .h-btn:hover::after { color: #CFCD72; }
/* secondary link: plum instead of green, hovering to bone. Keeps the shared
   gap transition — only the colour is redeclared. */
body.home .h-btn--plum,
body.home .h-btn--plum::before,
body.home .h-btn--plum::after { color: var(--plum-lift); }
body.home .h-btn--plum:hover,
body.home .h-btn--plum:hover::before,
body.home .h-btn--plum:hover::after { color: var(--bone); }

/* ---------- rule list (accordion + static rows) ---------- */

body.home .acc { margin: 0; }
body.home .acc-row { border-bottom: 1px solid rgba(232,227,220,0.2); }
body.home .acc-row:first-child { border-top: 1px solid rgba(232,227,220,0.2); }

body.home .acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  background: none;
  border: none;
  padding: 26px 2px;
  cursor: pointer;
  text-align: left;
  color: var(--bone);
}
body.home .acc-label {
  flex: 1;
  font-family: var(--mono);
  font-weight: 500;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.24;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(232,227,220,0.86);
  transition: color 0.2s;
  text-wrap: pretty;
}
body.home .acc-btn:hover .acc-label,
body.home .acc-row.is-open .acc-label { color: var(--bone); }

body.home .acc-mark {
  flex: none;
  width: 13px; height: 13px;
  margin-right: 6px;
  border-right: 2px solid var(--plum);
  border-bottom: 2px solid var(--plum);
  transform: translateY(-3px) rotate(45deg);
  transition: transform 0.3s ease, border-color 0.2s;
}
body.home .acc-row.is-open .acc-mark {
  transform: translateY(3px) rotate(225deg);
  border-color: var(--green);
}

body.home .acc-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s ease;
}
body.home .acc-row.is-open .acc-panel { grid-template-rows: 1fr; }
body.home .acc-panel-in { overflow: hidden; }
body.home .acc-panel p {
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.78;
  color: rgba(232,227,220,0.74);
  margin: 0;
  padding: 0 40px 28px 2px;
  max-width: 56ch;
  text-wrap: pretty;
}

/* static variant — audience rows */
body.home .list-static .acc-row { padding: 24px 2px; display: flex; align-items: baseline; gap: 24px; }
body.home .list-static dt {
  flex: none;
  width: 190px;
  font-family: var(--mono);
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--bone);
}
body.home .list-static dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.78;
  color: rgba(232,227,220,0.72);
  text-wrap: pretty;
}
body.home .list-label {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(232,227,220,0.5);
  margin: 0 0 20px;
}

/* ---------- who ---------- */


body.home .who-photo {
  width: 100%;
  margin: 0;
  background: var(--ink-2);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
body.home .who-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  filter: grayscale(1) contrast(1.04);
}
body.home .who-title { margin-bottom: 4px; }
body.home .who-role {
  font-family: var(--mono);
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--plum-lift);
  margin: 0 0 22px;
}

/* ---------- work: logo grid, 4 over 3 staggered ---------- */

body.home #work .h-inner { container-type: inline-size; }
body.home .wk-grid {
  --wk-gap: clamp(12px, 1.5vw, 26px);
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  column-gap: var(--wk-gap);
  row-gap: clamp(34px, 5vh, 58px);
  justify-items: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
body.home .wk-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--logo-h) * 1.95);
  width: 100%;
  opacity: 0.66;
  transition: opacity 0.22s;
}
body.home .wk-item:hover { opacity: 1; }
/* Each mark is a mask fill, so hover can recolor it to plum. The element
   carries its logo's intrinsic aspect-ratio and sizes itself from height,
   so the rendered height is always exactly --logo-h — never clamped down by
   the cell width the way mask-size:contain was. --logo-h is capped against
   the cell so the widest wordmark (bourn, 5.65:1) still fits. */
body.home .wk-grid {
  --wk-cell: calc((min(940px, 100cqi) - 3 * var(--wk-gap)) / 4);
  --logo-h: min(38px, calc(var(--wk-cell) / 5.65));
}
body.home .wk-mark {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  height: var(--logo-h);
  background: var(--bone);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: background 0.22s;
}
body.home .wk-item:hover .wk-mark { background: var(--plum-lift); }
/* row 1 — wordmarks, matched on type height */
body.home .wk-mark[data-mark="swell"] { aspect-ratio: 660 / 175; -webkit-mask-image: url(../images/work/swell/logo-bone.png); mask-image: url(../images/work/swell/logo-bone.png); }
body.home .wk-mark[data-mark="bourn"] { aspect-ratio: 401 / 71; -webkit-mask-image: url(../images/work/bourn/logo-bone.png); mask-image: url(../images/work/bourn/logo-bone.png); }
body.home .wk-mark[data-mark="legacy-ev"] { aspect-ratio: 422 / 96; -webkit-mask-image: url(../images/work/legacyev/logo-bone.png); mask-image: url(../images/work/legacyev/logo-bone.png); }
/* the boxed mark: matched to the wordmarks on optical area, not height */
body.home .wk-mark[data-mark="domo"] { aspect-ratio: 1 / 1; height: calc(var(--logo-h) * 1.95); -webkit-mask-image: url(../images/work/domo/logo-box-mask.png); mask-image: url(../images/work/domo/logo-box-mask.png); }
/* row 2 — stacked lockups, matched to each other on lockup height */
body.home .wk-mark[data-mark="instructure"],
body.home .wk-mark[data-mark="gradebox"],
body.home .wk-mark[data-mark="activeclass"] { height: calc(var(--logo-h) * 1.7); }
body.home .wk-mark[data-mark="instructure"] { aspect-ratio: 382 / 334; -webkit-mask-image: url(../images/work/instructure/logo-bone.png); mask-image: url(../images/work/instructure/logo-bone.png); }
body.home .wk-mark[data-mark="gradebox"] { aspect-ratio: 337 / 255; -webkit-mask-image: url(../images/work/gradebox/logo-bone-stacked.png); mask-image: url(../images/work/gradebox/logo-bone-stacked.png); }
body.home .wk-mark[data-mark="activeclass"] { aspect-ratio: 933 / 312; -webkit-mask-image: url(../images/work/activeclass/logo-bone-lockup.png); mask-image: url(../images/work/activeclass/logo-bone-lockup.png); }

/* second row: 3 marks centered beneath the 4 above */
body.home .wk-item:nth-child(1) { grid-column: 1 / span 2; }
body.home .wk-item:nth-child(2) { grid-column: 3 / span 2; }
body.home .wk-item:nth-child(3) { grid-column: 5 / span 2; }
body.home .wk-item:nth-child(4) { grid-column: 7 / span 2; }
body.home .wk-item:nth-child(5) { grid-column: 2 / span 2; }
body.home .wk-item:nth-child(6) { grid-column: 4 / span 2; }
body.home .wk-item:nth-child(7) { grid-column: 6 / span 2; }

/* ---------- contact ---------- */

body.home .cn-form { max-width: 460px; }
body.home .cn-form label {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232,227,220,0.5);
  margin: 0 0 7px;
}
body.home .cn-form input,
body.home .cn-form textarea {
  width: 100%;
  background: rgba(232,227,220,0.05);
  border: 1px solid rgba(232,227,220,0.16);
  color: var(--bone);
  font-family: var(--mono);
  font-size: 14px;
  padding: 12px 14px;
  margin: 0 0 16px;
}
body.home .cn-form input:focus,
body.home .cn-form textarea:focus { outline: none; border-color: var(--plum); }
body.home .cn-form textarea { resize: vertical; min-height: 104px; }
body.home .cn-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
/* ---------- chrome offsets ---------- */

body.home .contact-bar,
body.home footer { margin-left: 260px; }

/* ---------- reveal ---------- */

html.js-reveal body.home .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
html.js-reveal body.home .reveal.visible { opacity: 1; transform: none; }

/* ---------- responsive ---------- */

@media (max-width: 1100px) {
  body.home .h-inner { grid-template-columns: minmax(0, 1fr); row-gap: clamp(40px, 6vh, 64px); }
  body.home .h-inner--who,
  body.home .h-hero .h-inner { grid-template-columns: minmax(0, 1fr); }
  body.home .who-photo { max-width: 420px; }
  body.home .h-pull { max-width: 46ch; }
}

@media (max-width: 860px) {
  body.home {
    --bar-h: 60px;
  }
  body.home nav {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: auto;
    width: auto;
    height: var(--bar-h);
    min-height: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 0 clamp(18px, 5vw, 28px);
    background: var(--ink);
    border-bottom: 1px solid rgba(232,227,220,0.12);
    z-index: 80;
  }
  body.home nav .nav-logo { width: auto !important; height: auto !important; max-width: none !important; max-height: none !important; overflow: visible !important; }
  body.home nav .nav-logo img { width: 132px !important; height: auto !important; max-width: none !important; max-height: none !important; }
  body.home .rail-mark { display: none; }

  body.home .m-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: -10px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }
  body.home .m-bars,
  body.home .m-bars::before,
  body.home .m-bars::after {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--bone);
    transition: transform 0.22s ease, opacity 0.18s ease;
  }
  body.home .m-bars { position: relative; }
  body.home .m-bars::before,
  body.home .m-bars::after { content: ''; position: absolute; left: 0; }
  body.home .m-bars::before { top: -7px; }
  body.home .m-bars::after { top: 7px; }
  body.home.nav-open .m-bars { background: transparent; }
  body.home.nav-open .m-bars::before { transform: translateY(7px) rotate(45deg); }
  body.home.nav-open .m-bars::after { transform: translateY(-7px) rotate(-45deg); }

  /* the rail's link list becomes the full-screen overlay */
  body.home .nav-links {
    position: fixed;
    top: var(--bar-h);
    left: 0; right: 0; bottom: 0;
    margin: 0;
    padding: clamp(28px, 7vh, 56px) clamp(22px, 7vw, 40px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(18px, 3.2vh, 28px);
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 70;
  }
  body.home.nav-open .nav-links { opacity: 1; pointer-events: auto; }
  body.home .nav-links a {
    font-size: clamp(22px, 6vw, 30px);
    letter-spacing: 0.06em;
    padding: 6px 0;
    color: var(--bone);
  }
  body.home .nav-links a.is-current { color: var(--green); }
  body.home .rail-meta { display: none; }

  body.home .m-footer {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0;
    padding: clamp(40px, 7vh, 64px) clamp(20px, 6vw, 32px) clamp(48px, 8vh, 72px);
    border-top: 1px solid rgba(232,227,220,0.12);
    font-family: var(--mono);
    font-size: 12px;
    letter-spacing: 0.06em;
    color: rgba(232,227,220,0.5);
  }
  body.home .m-footer a { color: rgba(232,227,220,0.5); text-decoration: none; }
  body.home .m-footer a:hover { color: var(--green); }

  body.home .page,
  body.home .contact-bar,
  body.home footer { margin-left: 0; }
  body.home .page { padding-top: var(--bar-h); }
  body.home .h-sec {
    min-height: 0;
    padding: clamp(64px, 9vh, 96px) clamp(20px, 6vw, 32px);
    /* anchor jumps and scroll-snap both park a section top at y=0, which the
       fixed bar covers — sits on .h-sec so it can read --bar-h off body.home */
    scroll-margin-top: var(--bar-h);
  }
  body.home .list-static .acc-row { flex-direction: column; gap: 8px; }
  body.home .list-static dt { width: auto; }
  body.home .wid { grid-template-columns: minmax(0, 1fr); }
  body.home .cn-row { grid-template-columns: 1fr; gap: 0; }

  /* phones: wordmarks 2-up over two rows, the three lockups on their own row,
     so wordmarks and stacked marks never share a row. The height is capped
     against whichever of those two rows binds first. */
  body.home .wk-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    --logo-h: min(38px,
      calc((min(940px, 100cqi) - var(--wk-gap)) / 11.3),
      calc((min(940px, 100cqi) - 2 * var(--wk-gap)) / 15.25));
  }
  body.home .wk-item:nth-child(1) { grid-column: 1 / span 3; }
  body.home .wk-item:nth-child(2) { grid-column: 4 / span 3; }
  body.home .wk-item:nth-child(3) { grid-column: 1 / span 3; }
  body.home .wk-item:nth-child(4) { grid-column: 4 / span 3; }
  body.home .wk-item:nth-child(5) { grid-column: 1 / span 2; }
  body.home .wk-item:nth-child(6) { grid-column: 3 / span 2; }
  body.home .wk-item:nth-child(7) { grid-column: 5 / span 2; }
}

/* ---------- handwriting (Atypically) ----------
   Used sparingly: the human hand interrupting the mono. Plum, on the grid. */
body.home .hand {
  font-family: var(--hand);
  font-style: normal;
  font-weight: 400;
  color: var(--plum-lift);
  letter-spacing: 0;
}
body.home .h-statement .hand {
  font-weight: 700;
  font-size: 0.98em;
  letter-spacing: 0.01em;
  margin: 0 0.04em 0 0.02em;
}
body.home .h-copy .hand { font-size: 1.06em; font-weight: 400; letter-spacing: 0.01em; }
body.home .nowrap { white-space: nowrap; }

body.home .cn-title .hand { font-weight: 400; font-size: 1.5em; line-height: 0.85; }
body.home .cn-title em:not(.hand) { color: var(--bone); }

body.home #work .h-statement .hand { font-weight: 400; font-size: 1.5em; line-height: 0.85; }

body.home .h-hero .h-statement .hand { font-weight: 400; font-size: 1.5em; line-height: 0.85; }

/* hero 'real' — the ascender on the l reads short at display size; stretch just that stroke */
body.home .hand-l { display: inline-block; transform: scaleY(1.28); transform-origin: 50% 88%; }

body.home .cn-quote .hand { font-size: 1.5em; line-height: 0.85; }

body.home #what .h-statement .hand { font-weight: 400; font-size: 1.5em; line-height: 0.85; }

body.home .who-role { color: var(--bone); }
body.home .who-role .slash { color: var(--plum-lift); }
