/* ---------- testimonials page ---------- */
.tm-note{display:flex;gap:12px;align-items:flex-start;max-width:760px;margin:0 auto 46px;background:var(--surface-2);border:1px solid var(--muted);border-radius:var(--r-card);padding:18px 22px;font-size:14px;color:var(--text-muted);}
.tm-note b{color:var(--text);font-weight:600;}
.tm-wrap{position:relative;max-width:1060px;margin-inline:auto;}
.tm-number{position:absolute;left:-24px;top:44%;transform:translateY(-50%);font-family:var(--font-display);font-size:clamp(150px,24vw,320px);line-height:.8;color:var(--ink);opacity:.045;pointer-events:none;user-select:none;z-index:0;}
.tm-body{position:relative;z-index:1;display:flex;}
.tm-rail{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-right:44px;border-right:1px solid var(--muted);}
.tm-vertical{writing-mode:vertical-rl;text-orientation:mixed;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);}
.tm-progress{position:relative;height:120px;width:1px;background:var(--muted);margin-top:26px;}
.tm-progress span{position:absolute;top:0;left:0;width:100%;background:var(--ink);transition:height .5s var(--ease-out);}
.tm-content{flex:1;min-width:0;padding-left:48px;padding-block:32px;}
.tm-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);border:1px solid var(--muted);border-radius:var(--r-pill);padding:6px 14px;margin-bottom:26px;}
.tm-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex:none;}
.tm-quote{font-family:var(--font-display);font-size:clamp(23px,3.2vw,40px);font-weight:400;line-height:1.22;letter-spacing:-.02em;color:var(--ink);margin:0 0 38px;min-height:2.2em;}
.tm-quote .w{display:inline-block;margin-right:.26em;opacity:0;transform:translateY(16px);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out);}
.tm-quote.in .w{opacity:1;transform:none;}
.tm-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;flex-wrap:wrap;}
.tm-author{display:flex;align-items:center;gap:14px;}
.tm-line{width:32px;height:1px;background:var(--ink);flex:none;}
.tm-name{font-size:15px;font-weight:600;}
.tm-role{font-size:13px;color:var(--text-muted);}
.tm-nav{display:flex;gap:12px;}
.tm-nav button{width:48px;height:48px;border-radius:50%;border:1px solid var(--muted);background:transparent;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s var(--ease-out),color .3s var(--ease-out),transform .3s var(--ease-out);}
.tm-nav button:hover{background:var(--ink);color:var(--text-invert);transform:translateY(-2px);}
@media(max-width:820px){.tm-rail{display:none;}.tm-content{padding-left:0;}.tm-number{left:-12px;top:36%;}}






































/* ==========================================================
   RESPONSIVE + POLISH LAYER
   Appended last on purpose — every rule here intentionally
   overrides the base sheet above.
   ========================================================== */

