/*
Theme Name: FlowState Agency
Theme URI: https://flowstateagency.nl
Author: FlowState Agency
Description: Bespoke one-page theme for FlowState Agency (webbureau voor vakbedrijven).
Version: 1.0.0
Requires PHP: 7.4
License: Proprietary
Text Domain: flowstate
*/

/* ============================================================
   FLOWSTATE v3 — "Het Fundament" (blueprint editorial)
   concrete off-white / ink / construction amber
   ============================================================ */

:root {
  --paper: #f2f0ea;
  --ink: #141412;
  --ink-soft: #55534c;
  --line: #d9d6cc;
  --amber: #e8490f;
  --amber-ink: #ffffff;
  --dark: #161513;
  --dark-paper: #efede6;
  --dark-soft: #a3a099;
  --dark-line: #33312c;
  --display: 'Clash Display', sans-serif;
  --body: 'General Sans', sans-serif;
  --mono: 'JetBrains Mono', monospace;
  --gutter: clamp(1.2rem, 3.4vw, 3.4rem);
  --radius: 22px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.06rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
main, header, footer { position: relative; z-index: 1; }

.mono { font-family: var(--mono); font-size: .68rem; letter-spacing: .05em; color: var(--ink-soft); }
.label {
  display: block; font-size: .82rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--amber); margin-bottom: 1.4rem;
}
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.4rem; padding: 0; }
.chips li {
  border: 1px solid var(--line); border-radius: 999px; padding: .5em 1.2em;
  font-size: .92rem; font-weight: 500; color: var(--ink-soft); background: #fbfaf6;
}
.tf-note { color: var(--ink-soft); font-size: .98rem; }
a { color: inherit; text-decoration: none; }
em { font-style: normal; color: var(--amber); }
h2 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: .98; letter-spacing: -.02em; text-wrap: balance;
}
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--body); font-weight: 600; font-size: .95rem;
  padding: .95em 1.7em; border-radius: 999px; border: 1.5px solid var(--ink);
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.btn-fill { background: var(--ink); color: var(--paper); }
.btn-fill:hover { background: var(--amber); border-color: var(--amber); color: var(--amber-ink); transform: translateY(-2px); }
.btn-line { background: transparent; color: var(--ink); }
.btn-line:hover { border-color: var(--amber); color: var(--amber); transform: translateY(-2px); }
.btn-big { font-size: 1.05rem; padding: 1.1em 2em; }
.btn-arr { transition: transform .25s ease; }
.btn:hover .btn-arr { transform: translateX(4px); }

/* ---------- header ---------- */
.hdr {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  padding: 1.1rem var(--gutter);
  color: var(--ink);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.hdr-brand { font-family: var(--display); font-weight: 600; font-size: 1.3rem; letter-spacing: -.01em; }
.hdr-brand sup { font-size: .55em; color: var(--amber); }
.hdr-meta { display: none; text-align: center; }
@media (min-width: 1100px) { .hdr-meta { display: block; } }
.hdr-nav { display: flex; align-items: center; gap: 1.8rem; font-weight: 500; font-size: .95rem; }
.hdr-nav > a:not(.hdr-cta) { position: relative; }
.hdr-nav > a:not(.hdr-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -4px; height: 1.5px; width: 100%;
  background: var(--amber); transform: scaleX(0); transform-origin: right; transition: transform .3s ease;
}
.hdr-nav > a:not(.hdr-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.hdr-lang { font-weight: 600; font-size: .85rem; color: var(--ink-soft); }
.hdr-lang:hover { color: var(--amber); }
.hdr-cta {
  border: 1.5px solid var(--ink); border-radius: 999px; padding: .55em 1.3em; font-weight: 600;
  transition: background .25s, color .25s, border-color .25s;
}
.hdr-cta:hover { background: var(--amber); border-color: var(--amber); color: #fff; }
.hdr-burger { display: none; }
@media (max-width: 800px) {
  .hdr { gap: .8rem; }
  .hdr-nav > a:not(.hdr-cta) { display: none; }
  .hdr-lang { font-weight: 600; font-size: .85rem; color: var(--ink-soft); }
.hdr-lang:hover { color: var(--amber); }
.hdr-cta { font-size: .88rem; padding: .5em 1.1em; white-space: nowrap; }
}
section[id] { scroll-margin-top: 5.5rem; }

/* ---------- hero ---------- */
.hero {
  background: var(--paper); color: var(--ink);
  position: relative; overflow: clip;
}
.hero::after {
  content: ""; position: absolute; width: 56vw; height: 56vw; right: -20vw; top: -10vw; pointer-events: none;
  background: radial-gradient(circle, rgba(232,73,15,.09), transparent 62%);
}
.wordmark {
  position: relative; z-index: 1; color: var(--dark-paper);
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 0 var(--gutter);
  font-family: var(--display); font-weight: 700;
  font-size: clamp(3.2rem, 13.6vw, 14.5rem);
  line-height: .88; letter-spacing: -.015em; user-select: none;
}
.wordmark span { display: inline-block; animation: rise .9s cubic-bezier(.2,.7,.2,1) both; }
.wordmark span:nth-child(n) { animation-delay: calc(.04s * var(--i, 0)); }
.wordmark span:nth-child(1) { --i:0 } .wordmark span:nth-child(2) { --i:1 } .wordmark span:nth-child(3) { --i:2 }
.wordmark span:nth-child(4) { --i:3 } .wordmark span:nth-child(5) { --i:4 } .wordmark span:nth-child(6) { --i:5 }
.wordmark span:nth-child(7) { --i:6 } .wordmark span:nth-child(8) { --i:7 } .wordmark span:nth-child(9) { --i:8 }
@keyframes rise { from { transform: translateY(.35em); opacity: 0 } to { transform: none; opacity: 1 } }

.hero-row {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center;
  padding: clamp(3.6rem, 7vw, 6.5rem) var(--gutter) clamp(3.6rem, 7vw, 6rem);
  margin-top: 0;
}
@media (max-width: 940px) { .hero-row { grid-template-columns: 1fr; } }
.hero-statement {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(2.3rem, 4.2vw, 4rem);
  line-height: 1.04; letter-spacing: -.02em; max-width: 17ch; text-wrap: balance;
}
.hero-sub { margin-top: 1.5rem; max-width: 48ch; color: var(--ink-soft); font-size: 1.1rem; }
.hero-actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .9rem; }
.hero .btn-fill { background: var(--amber); border-color: var(--amber); color: #fff; }
.hero .btn-fill:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.hero-meta { margin-top: 2.6rem; letter-spacing: .12em; }

/* --- hero product mockup --- */
.hero-visual { position: relative; padding: 1.4rem 0 7rem; }
.mock-browser {
  border-radius: 14px; overflow: hidden; background: #fdfcf9;
  transform: perspective(1400px) rotateY(-6deg) rotateX(2deg);
  box-shadow: 0 40px 90px rgba(20,20,18,.22), 0 24px 60px rgba(232,73,15,.10);
  animation: float 7s ease-in-out infinite alternate;
}
@keyframes float { from { translate: 0 0 } to { translate: 0 -14px } }
.mb-bar { display: flex; align-items: center; gap: .4rem; padding: .6rem .9rem; background: #eceae2; }
.mb-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c9c6ba; }
.mb-bar .mono { margin-left: .5rem; font-size: .58rem; color: #7a776c; }
.mb-nav { display: flex; align-items: center; gap: .9rem; padding: .75rem 1.1rem; }
.mb-nav strong { font-family: var(--display); font-size: .78rem; letter-spacing: .03em; color: var(--ink); }
.mb-links { display: flex; gap: .8rem; margin-left: auto; }
.mb-links i { font-style: normal; font-size: .6rem; font-weight: 500; color: #6d6a5f; }
.mb-cta { font-size: .6rem; font-weight: 600; background: var(--amber); color: #fff; border-radius: 999px; padding: .38em 1em; }
.mb-hero {
  margin: 0 .8rem; border-radius: 10px; overflow: hidden; position: relative;
  background: url("assets/mock-hero.webp") center 42% / cover no-repeat;
  aspect-ratio: 21 / 9.5;
  padding: 1.1rem 1.2rem; display: grid; gap: .45rem; align-content: end; justify-items: start;
}
.mb-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(78deg, rgba(12,11,9,.82) 8%, rgba(12,11,9,.38) 46%, rgba(12,11,9,.10) 78%); }
.mb-h1 {
  position: relative; font-family: var(--display); font-weight: 600; color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.5rem); line-height: 1.05;
}
.mb-sub { position: relative; color: rgba(255,255,255,.82); font-size: .62rem; }
.mb-btn {
  position: relative; margin-top: .3rem; font-size: .6rem; font-weight: 600; background: var(--amber); color: #fff;
  border-radius: 999px; padding: .5em 1.2em;
}
.mb-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; padding: .8rem .8rem 1rem; }
.mc {
  aspect-ratio: 4 / 3; border-radius: 8px; overflow: hidden; position: relative;
  background-size: cover; background-position: center; margin: 0;
}
.mc-1 { background-image: url("assets/mock-c1.webp"); }
.mc-2 { background-image: url("assets/mock-c2.webp"); }
.mc-3 { background-image: url("assets/mock-c3.webp"); }
.mc figcaption {
  position: absolute; inset: auto 0 0 0; padding: .9rem .6rem .45rem;
  font-size: .58rem; font-weight: 600; color: #fff;
  background: linear-gradient(to top, rgba(12,11,9,.72), transparent);
}
.mock-mobile {
  position: absolute; right: -3%; bottom: -8%; width: 21%;
  border-radius: 18px; border: 1px solid rgba(20,20,18,.10);
  box-shadow: 0 34px 70px rgba(20,20,18,.28);
  transform: rotate(-4deg);
  animation: float 7s ease-in-out .8s infinite alternate;
}
@media (max-width: 940px) {
  .hero-visual { padding-left: 10%; max-width: 560px; }
  .mock-phone { left: -4%; }
}

/* measurement ticks strip */
.ticks {
  height: 26px; margin: 0 var(--gutter);
  background: repeating-linear-gradient(to right, var(--line) 0 1px, transparent 1px calc(100% / 60));
  border-top: 1px solid var(--line); opacity: .8;
}
.ticks--dark { position: relative; z-index: 1;
  background: repeating-linear-gradient(to right, rgba(239,237,230,.16) 0 1px, transparent 1px calc(100% / 60));
  border-top: 1px solid rgba(239,237,230,.16);
}

/* ---------- marquee ---------- */
.marq { overflow: clip; border-block: 1px solid var(--line); padding: .85rem 0; background: var(--paper); }
.marq-track {
  display: flex; gap: 2rem; width: max-content; white-space: nowrap; align-items: center;
  animation: marq 36s linear infinite;
  font-family: var(--display); font-weight: 500; font-size: 1.05rem; color: var(--ink-soft);
}
.marq-track i { color: var(--amber); font-style: normal; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- dark chapters ---------- */
.chapter {
  background: #e9e6dc; color: var(--ink);
  border-radius: var(--radius);
  margin: clamp(1.2rem, 2.4vw, 2rem) clamp(.8rem, 1.6vw, 1.4rem);
  padding: clamp(3.4rem, 7vw, 6.5rem) var(--gutter);
}
.chapter .mono { color: var(--ink-soft); }
.ch-head { max-width: 1100px; }
.ch-lead { margin-top: 1.6rem; max-width: 56ch; color: var(--ink-soft); font-size: 1.12rem; }

.steps {
  list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: 14px;
  margin-top: clamp(2.6rem, 5vw, 4rem); overflow: hidden;
}
@media (max-width: 1020px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.steps li { background: #fbfaf6; padding: 1.8rem 1.6rem 2rem; transition: background .3s ease; }
.steps li:hover { background: #ffffff; }
.step-nr {
  font-family: var(--display); font-weight: 600; font-size: 2.6rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px var(--amber); display: block; margin-bottom: 1.1rem;
}
.steps h3 { font-family: var(--display); font-weight: 600; font-size: 1.35rem; margin-bottom: .5rem; }
.steps p { color: var(--ink-soft); font-size: .98rem; }
.ch-note { margin-top: 2.2rem; letter-spacing: .14em; }

/* ---------- transform (signature) ---------- */
.transform { padding: clamp(4rem, 8vw, 7rem) var(--gutter); }
.tf-head { max-width: 1100px; }
.transform .ch-lead { color: var(--ink-soft); }
.tf-stage {
  display: grid; grid-template-columns: 1fr auto 1.25fr; align-items: center; gap: clamp(1rem, 3vw, 2.6rem);
  margin-top: clamp(2.8rem, 5vw, 4.4rem);
}
.tf-arrow b { font-weight: 600; font-style: normal; }
.tf-arrow .arr-v { display: none; }
@media (max-width: 900px) {
  .tf-stage { grid-template-columns: 1fr; }
  .tf-arrow { justify-self: center; }
  .tf-arrow .arr-h { display: none; }
  .tf-arrow .arr-v { display: block; }
}

.browser {
  position: relative; border-radius: 12px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(20,20,18,.16);
}
.b-bar { display: flex; align-items: center; gap: .45rem; padding: .6rem .9rem; }
.b-bar i { width: 9px; height: 9px; border-radius: 50%; background: currentColor; opacity: .22; }
.b-bar .mono { margin-left: .6rem; font-size: .6rem; }
.tf-tag {
  position: absolute; top: .5rem; right: .8rem; font-weight: 600; font-size: .8rem;
  padding: .25em .9em; border-radius: 999px; background: rgba(20,20,18,.08); color: var(--ink-soft);
}
.tf-tag--new { background: var(--amber); color: #fff; }

/* old site: grey skeleton */
.browser--old { background: #e4e1d8; color: #8b887e; filter: saturate(.4); }
.browser--old .b-bar { background: #d6d3c8; }
.b-body { padding: 1.1rem 1.2rem 1.4rem; display: grid; gap: .8rem; }
.sk { border-radius: 4px; }
.sk-nav { height: 14px; background: #cfccc0; width: 100%; }
.sk-hero { background: #d8d5ca; padding: 1.2rem .9rem; display: grid; gap: .5rem; }
.sk-line { height: 9px; border-radius: 4px; background: #c2bfb2; }
.w80 { width: 80% } .w70 { width: 70% } .w60 { width: 60% } .w50 { width: 50% } .w40 { width: 40% }
.sk-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.sk-box { height: 44px; background: #d1cec2; border-radius: 4px; }

/* new site: mini designed page */
.browser--new { background: #fdfcf9; }
.browser--new .b-bar { background: #f0eee7; color: #141412; }
.n-nav { display: flex; align-items: center; gap: .7rem; }
.n-logo { width: 54px; height: 12px; border-radius: 3px; background: var(--ink); }
.n-links { display: flex; gap: .45rem; margin-left: auto; }
.n-links i { width: 26px; height: 7px; border-radius: 3px; background: #d8d5ca; }
.n-btn { width: 58px; height: 16px; border-radius: 999px; background: var(--amber); }
.n-hero { background: var(--dark); border-radius: 8px; padding: 1.3rem 1.1rem 1.4rem; display: grid; gap: .55rem; }
.n-h1 { height: 16px; width: 78%; border-radius: 4px; background: #efede6; }
.n-h1.short { width: 52%; }
.n-h1.short { background: var(--amber); }
.n-sub { height: 8px; width: 64%; border-radius: 4px; background: #6f6d66; }
.n-ctas { display: flex; gap: .5rem; margin-top: .4rem; }
.n-cta { width: 74px; height: 18px; border-radius: 999px; background: var(--amber); }
.n-cta.ghost { background: transparent; border: 1.5px solid #6f6d66; }
.n-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.n-card { height: 52px; border-radius: 6px; background: #efede6; border: 1px solid #e0ddd2; }

.tf-arrow {
  display: grid; justify-items: center; gap: .5rem;
  font-size: 2rem; color: var(--amber); font-weight: 600;
}
.tf-arrow .mono { color: var(--ink-soft); font-size: .58rem; }
.tf-cta { margin-top: clamp(2.6rem, 5vw, 4rem); display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }

/* ---------- services ---------- */
.services { padding: 0 var(--gutter) clamp(4rem, 8vw, 7rem); }
.svc-rows { margin-top: clamp(2.4rem, 4vw, 3.6rem); border-top: 1px solid var(--line); }
.svc {
  display: grid; grid-template-columns: 5rem 1fr 1.4fr 3rem; align-items: center; gap: 1.6rem;
  padding: 1.7rem 0; border-bottom: 1px solid var(--line);
  transition: padding-left .3s ease;
}
@media (max-width: 860px) { .svc { grid-template-columns: 3rem 1fr 2rem; } .svc-desc { display: none; } }
.svc:hover { padding-left: 1rem; }
.svc-nr { font-size: .9rem; font-weight: 600; color: var(--amber); }
.svc-name { font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem, 2.6vw, 2.3rem); letter-spacing: -.01em; transition: color .25s; }
.svc:hover .svc-name { color: var(--amber); }
.svc-desc { color: var(--ink-soft); font-size: 1rem; max-width: 46ch; }
.svc-arr { font-size: 1.5rem; justify-self: end; transition: transform .25s ease, color .25s; }
.svc:hover .svc-arr { transform: translateX(6px); color: var(--amber); }

/* ---------- over ons ---------- */
.chapter--over { }
.over-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
@media (max-width: 900px) { .over-grid { grid-template-columns: 1fr; } }
.chapter--over h2 { font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.04; }
.over-photo {
  position: relative; border-radius: 14px; overflow: hidden; background: #dcd8ca;
  aspect-ratio: 1 / 0.96; display: grid; align-content: end; justify-items: center;
}
.over-photo img { width: 116%; max-width: none; display: block; padding-top: 1.4rem; }
.over-photo figcaption {
  position: absolute; left: 1rem; bottom: 1rem; background: rgba(251,250,246,.9);
  padding: .5em 1em; border-radius: 999px; color: var(--ink); backdrop-filter: blur(6px);
  font-size: .88rem; font-weight: 600;
}
.over-facts { list-style: none; display: grid; grid-template-columns: repeat(3, auto); gap: 2.4rem; margin-top: 2.4rem; }
@media (max-width: 640px) { .over-facts { grid-template-columns: 1fr; gap: 1.2rem; } }
.over-facts strong {
  display: block; font-family: var(--display); font-weight: 600;
  font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1; color: var(--amber);
}
.over-facts small { font-size: .55em; }
.over-facts span { color: var(--ink-soft); font-size: .95rem; }

/* ---------- CTA ---------- */
.cta { text-align: center; padding: clamp(5rem, 10vw, 9rem) var(--gutter); }
.cta-kicker { margin-bottom: 1.6rem; color: var(--ink-soft); font-size: 1.05rem; }
.cta-line { font-size: clamp(3rem, 8vw, 7rem); }
.cta-actions { margin-top: 2.8rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }
.cta-mail { margin-top: 2rem; }
.cta-mail a { font-family: var(--display); font-weight: 500; font-size: 1.3rem; border-bottom: 2px solid var(--amber); padding-bottom: .1em; }
.cta-mail a:hover { color: var(--amber); }

/* ---------- footer ---------- */
.ftr { background: #e9e6dc; color: var(--ink); border-radius: var(--radius) var(--radius) 0 0; margin: 0 clamp(.8rem, 1.6vw, 1.4rem); padding: clamp(3rem, 6vw, 5rem) var(--gutter) 2rem; }
.ftr-mega {
  font-family: var(--display); font-weight: 700; text-align: center;
  font-size: clamp(3rem, 12.5vw, 13rem); line-height: 1; letter-spacing: -.015em;
  color: transparent; -webkit-text-stroke: 1px #c8c4b6; user-select: none;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.ftr-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; padding-top: 2.4rem; border-top: 1px solid #d5d1c3; }
@media (max-width: 860px) { .ftr-grid { grid-template-columns: 1fr 1fr; } }
.ftr-grid--3 { grid-template-columns: 2fr 1fr 1fr; }
.ftr h4 { color: var(--ink); margin-bottom: 1rem; font-weight: 600; font-size: 1rem; }
.ftr p, .ftr li { color: var(--ink-soft); font-size: .95rem; }
.ftr ul { list-style: none; display: grid; gap: .5rem; }
.ftr a:hover { color: var(--ink); }
.ftr-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem;
  margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid #d5d1c3;
  color: var(--ink-soft); font-size: .9rem;
}

/* ---------- reveals ---------- */
.reveal { opacity: 1; transform: none; transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.js .reveal:not(.in) { opacity: 0; transform: translateY(28px); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal:not(.in) { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- testimonial quotes ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: clamp(2.4rem, 4vw, 3.6rem); }
@media (max-width: 900px) { .quotes { grid-template-columns: 1fr; } }
.quote { background: #fbfaf6; border: 1px solid var(--line); border-radius: 14px; padding: 1.8rem 1.6rem; margin: 0; }
.quote p { font-size: 1.02rem; line-height: 1.55; }
.quote footer { margin-top: 1.4rem; display: grid; gap: .15rem; }
.quote footer strong { font-family: var(--display); font-weight: 600; }
.quote footer span { color: var(--ink-soft); font-size: .9rem; }
