/* ─────────────────────────────────────────────
   Javaid Ahmad — Portfolio
   Editorial / quiet-authority system
   ───────────────────────────────────────────── */

:root {
  --ink: #0A0A0A;
  --ink-2: #2A2A2A;
  --paper: #F7F6F4;
  --paper-2: #F1EFEB;
  --line: #E5E2DE;
  --line-strong: #D6D3CF;
  --mute: #6B6963;
  --accent: #C65D2E;
  --accent-soft: rgba(198, 93, 46, 0.08);

  --max: 1280px;
  --gutter: clamp(28px, 5vw, 56px);

  --f-display: "Inter Tight", system-ui, -apple-system, "Helvetica Neue", sans-serif;
  --f-body: "Inter", system-ui, -apple-system, "Helvetica Neue", sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  cursor: none;
}
@media (max-width: 900px) { body { cursor: auto; } }

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
img, svg { display: block; max-width: 100%; }

::selection { background: var(--accent); color: var(--paper); }

/* WP admin-bar offset */
body.admin-bar .nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar .nav { top: 46px; } }

/* ─── Cursor glow ─── */
.cursor {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9000;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--accent);
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  transition: width .25s var(--ease), height .25s var(--ease), opacity .2s;
}
.cursor.is-hover { width: 56px; height: 56px; opacity: .85; }
.cursor.is-hidden { opacity: 0; }
@media (max-width: 900px) { .cursor { display: none; } }

/* ─── Layout primitives ─── */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.page { min-height: 100vh; padding-bottom: 0; }

.section { padding: clamp(64px, 10vw, 140px) 0; }
.section--tight { padding: clamp(40px, 6vw, 80px) 0; }

.divider { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ─── Typography ─── */
.eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before {
  content: ""; display: block; width: 18px; height: 1px;
  background: var(--accent);
}
.eyebrow--plain::before { display: none; }

.h-display {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(40px, 8vw, 116px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 480px) {
  .h-display { font-size: clamp(34px, 9vw, 56px); hyphens: none; }
}

/* ─── Mobile breathing room ──────────────────────────────
   Aggressive: fix the side padding directly on .wrap and on the
   common page-level containers so it applies even if a custom block
   somewhere forgets the .wrap class. */
@media (max-width: 1024px) {
  :root { --gutter: 40px; }
}
@media (max-width: 768px) {
  :root { --gutter: 28px; }
  .wrap, .hero, .phead, .section, .section--tight, .closer, .foot .wrap {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .modal__head, .modal__body { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 480px) {
  :root { --gutter: 24px; }
  .wrap, .hero, .phead, .section, .section--tight, .closer, .foot .wrap {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .nav__inner { height: 64px; padding-left: 24px; padding-right: 24px; }
  .modal__head, .modal__body { padding-left: 20px; padding-right: 20px; }
  .prod__card { padding: 22px; min-height: 0; }
  .prod__note { padding: 24px; }
  .hero { padding-top: clamp(48px, 10vw, 80px); padding-bottom: clamp(40px, 8vw, 60px); }
  .section { padding-top: clamp(48px, 8vw, 80px); padding-bottom: clamp(48px, 8vw, 80px); }
  .closer { padding-top: clamp(56px, 10vw, 80px); padding-bottom: clamp(56px, 10vw, 80px); }
}
@media (max-width: 360px) {
  .wrap, .hero, .phead, .section, .section--tight, .closer, .foot .wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Section vertical padding shouldn't be overridden by the !important — it
   applies horizontal only. The .section class handles its own vertical. */
.section, .section--tight, .closer, .hero, .phead {
  /* vertical padding declared elsewhere stays intact */
}
.h-section {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0;
  text-wrap: balance;
}
.h-card {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.018em;
  margin: 0;
}
.lede {
  font-family: var(--f-body);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 56ch;
  font-weight: 400;
  text-wrap: pretty;
}
.body-lg { font-size: 18px; line-height: 1.55; color: var(--ink-2); }
.body { font-size: 16px; line-height: 1.6; color: var(--ink-2); }
.muted { color: var(--mute); }

.mono { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.02em; }

/* ─── Underline reveal link ─── */
.lnk {
  position: relative; display: inline-flex; align-items: center; gap: 8px;
  padding-bottom: 2px;
}
.lnk::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: currentColor; transform-origin: left;
  transform: scaleX(0); transition: transform .45s var(--ease);
}
.lnk:hover::after { transform: scaleX(1); }
.lnk--accent::after { background: var(--accent); }
.lnk .arr { transition: transform .35s var(--ease); display: inline-block; }
.lnk:hover .arr { transform: translateX(4px); }

/* ─── Buttons ─── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: 8px;
  font-family: var(--f-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.005em;
  transition: transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
  border: 1px solid transparent;
}
.btn .arr { transition: transform .3s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:hover .arr { transform: translateX(3px); }

.btn--primary { background: var(--ink); color: var(--paper); }
.btn--primary:hover { background: var(--accent); }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--ink); }

/* ─── Top nav ─── */
.nav {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  background: rgba(247, 246, 244, 0.78);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.nav.is-scrolled { border-bottom-color: var(--line); }
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.nav__brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-display); font-weight: 600; font-size: 16px;
  letter-spacing: -0.01em;
}
.nav__brand .dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--accent);
}
.nav__brand small {
  font-family: var(--f-mono); font-size: 10px; font-weight: 400;
  color: var(--mute); letter-spacing: 0.04em; margin-left: 4px;
}

.nav__links { display: flex; gap: 6px; align-items: center; }
.nav__link {
  position: relative;
  padding: 10px 14px;
  font-size: 14px; font-weight: 500;
  color: var(--ink-2);
  border-radius: 6px;
  transition: color .25s var(--ease);
}
.nav__link:hover { color: var(--ink); }
.nav__link.is-active { color: var(--ink); }
.nav__link.is-active::after {
  content: ""; position: absolute;
  left: 14px; right: 14px; bottom: 4px; height: 1px;
  background: var(--accent);
}

.nav__cta { margin-left: 12px; }

.nav__menu-btn {
  display: none;
  width: 40px; height: 40px; border-radius: 8px;
  align-items: center; justify-content: center;
  border: 1px solid var(--line);
}
.nav__menu-btn span {
  display: block; width: 16px; height: 1.5px; background: var(--ink);
  position: relative;
}
.nav__menu-btn span::before, .nav__menu-btn span::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1.5px; background: var(--ink);
  transition: transform .3s var(--ease);
}
.nav__menu-btn span::before { top: -5px; }
.nav__menu-btn span::after { top: 5px; }

@media (max-width: 820px) {
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__menu-btn { display: inline-flex; }
}

/* Mobile menu drawer */
.mob {
  position: fixed; inset: 72px 0 0 0; z-index: 99;
  background: var(--paper);
  padding: 32px var(--gutter);
  transform: translateY(-12px); opacity: 0; pointer-events: none;
  transition: transform .35s var(--ease), opacity .25s var(--ease);
}
.mob.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mob a {
  display: block;
  font-family: var(--f-display); font-weight: 500;
  font-size: 36px; letter-spacing: -0.02em;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

/* ─── Reveal classes — content is ALWAYS visible by default ─── */
.reveal, .reveal-stagger, .reveal-stagger > * { opacity: 1 !important; clip-path: none !important; transform: none !important; }

/* ─── Page transitions ─── */
.page-enter { opacity: 0; transform: translateY(8px); }
.page-enter-active { opacity: 1; transform: none; transition: opacity .5s var(--ease), transform .5s var(--ease); }

/* ─── Hero ─── */
.hero { padding: clamp(80px, 12vw, 160px) 0 clamp(60px, 8vw, 100px); position: relative; }
.hero__eyebrow { margin-bottom: 28px; }
.hero__h { margin-bottom: 36px; }
.hero__h .accent { color: var(--accent); }
.hero__h em {
  font-style: normal;
  position: relative;
}
.hero__h em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0.04em;
  height: 0.08em; background: var(--accent); opacity: .85;
}

.hero__sub {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  margin-top: 64px;
}
@media (max-width: 800px) { .hero__sub { grid-template-columns: 1fr; gap: 36px; } }

.hero__proof {
  display: flex; flex-direction: column; gap: 10px;
  font-family: var(--f-mono); font-size: 12px; color: var(--mute);
}
.hero__proof b { color: var(--ink); font-weight: 500; font-size: 14px; }

.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* Hero abstract shape — floats top-right */
.hero__shape {
  position: absolute;
  top: 60px; right: var(--gutter);
  width: clamp(160px, 18vw, 260px); height: clamp(160px, 18vw, 260px);
  pointer-events: none;
}
@media (max-width: 900px) { .hero__shape { display: none; } }

/* ─── Trust strip ─── */
.trust {
  display: flex; flex-wrap: wrap; gap: 32px 56px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust__label {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--mute);
  margin-right: 12px;
}
.trust__item {
  font-family: var(--f-display); font-weight: 500; font-size: 17px;
  color: var(--ink-2);
  letter-spacing: -0.01em;
}

/* ─── Two-column section header ─── */
.sec-head {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  margin-bottom: 64px;
  align-items: end;
}
@media (max-width: 800px) { .sec-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; } }
.sec-head__num {
  font-family: var(--f-mono); font-size: 12px; color: var(--mute);
}

/* ─── Service grid (What I do) ─── */
.svc {
  display: grid; grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}
@media (max-width: 800px) { .svc { grid-template-columns: 1fr; } }
.svc__cell {
  padding: 40px 0 40px;
  border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: auto 1fr; gap: 36px;
  position: relative;
}
.svc__cell:nth-child(odd) { padding-right: 32px; }
.svc__cell:nth-child(even) { padding-left: 32px; border-left: 1px solid var(--line); }
@media (max-width: 800px) {
  .svc__cell:nth-child(odd), .svc__cell:nth-child(even) {
    padding: 32px 0; border-left: 0;
  }
}
.svc__num {
  font-family: var(--f-mono); font-size: 11px; color: var(--mute);
  letter-spacing: 0.06em;
}
.svc__title { margin-bottom: 12px; }
.svc__desc { color: var(--mute); font-size: 15px; line-height: 1.6; max-width: 42ch; }

/* ─── Approach ─── */
.approach {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (max-width: 800px) { .approach { grid-template-columns: 1fr; } }
.approach__step {
  background: var(--paper);
  padding: 40px 32px 56px;
  position: relative;
  min-height: 320px;
  display: flex; flex-direction: column;
  transition: background .35s var(--ease);
}
.approach__step:hover { background: var(--paper-2); }
.approach__num {
  font-family: var(--f-display); font-weight: 600; font-size: 56px;
  letter-spacing: -0.04em;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 32px;
}
.approach__num span { color: var(--accent); }
.approach__title {
  font-family: var(--f-display); font-weight: 600;
  font-size: 22px; letter-spacing: -0.015em; line-height: 1.2;
  margin-bottom: 14px; max-width: 16ch;
}
.approach__desc { color: var(--mute); font-size: 15px; line-height: 1.6; }

/* ─── Featured project ─── */
.feat {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: stretch;
}
@media (max-width: 900px) { .feat { grid-template-columns: 1fr; } }
.feat__media {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}
.feat__copy { display: flex; flex-direction: column; justify-content: center; gap: 24px; }
.feat__meta {
  display: flex; gap: 18px; align-items: center;
  font-family: var(--f-mono); font-size: 11px; color: var(--mute);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.feat__impact {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.feat__impact b {
  display: block;
  font-family: var(--f-display); font-weight: 600; font-size: 24px;
  letter-spacing: -0.02em; color: var(--ink);
  margin-bottom: 4px;
}
.feat__impact span {
  font-size: 12px; color: var(--mute); line-height: 1.4;
}

/* ─── Metrics strip ─── */
.metrics {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 700px) { .metrics { grid-template-columns: repeat(2, 1fr); } }
.metric {
  background: var(--paper);
  padding: 56px 24px;
  text-align: left;
}
.metric__num {
  font-family: var(--f-display); font-weight: 600;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.035em; line-height: 1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  display: flex; align-items: baseline;
}
.metric__num small {
  font-size: 0.45em;
  color: var(--accent);
  margin-left: 4px;
  font-weight: 500;
}
.metric__lbl {
  margin-top: 16px;
  font-size: 13px; color: var(--mute); line-height: 1.4;
  max-width: 22ch;
}

/* ─── Closer CTA ─── */
.closer { padding: clamp(80px, 10vw, 140px) 0; }
.closer h2 { max-width: 18ch; margin-bottom: 40px; }

/* ─── Footer ─── */
.foot {
  border-top: 1px solid var(--line);
  padding: 56px 0 36px;
  margin-top: 0;
}
.foot__grid {
  display: grid; grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 48px;
}
@media (max-width: 800px) {
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .foot__grid > div:first-child { grid-column: 1 / -1; }
}
.foot__brand {
  font-family: var(--f-display); font-weight: 600; font-size: 22px;
  letter-spacing: -0.018em; margin-bottom: 8px;
}
.foot__tag { color: var(--mute); font-size: 14px; max-width: 28ch; }
.foot__h {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--mute);
  margin-bottom: 16px;
}
.foot__list { display: flex; flex-direction: column; gap: 8px; }
.foot__list a { font-size: 14px; color: var(--ink-2); }
.foot__list a:hover { color: var(--accent); }

.foot__bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--f-mono); font-size: 11px; color: var(--mute);
  letter-spacing: 0.04em;
}
@media (max-width: 600px) {
  .foot__bottom { flex-direction: column; gap: 12px; }
}

/* ─── Work / Case studies ─── */
.case-list { display: flex; flex-direction: column; gap: 0; }
.case-row {
  display: grid; grid-template-columns: auto 1fr auto auto;
  gap: 40px;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
  cursor: none;
  position: relative;
  transition: padding .35s var(--ease);
}
.case-row:first-child { border-top: 1px solid var(--line); }
.case-row:hover { padding-left: 16px; }
.case-row:hover .case-row__title { color: var(--accent); }
.case-row__num {
  font-family: var(--f-mono); font-size: 12px; color: var(--mute);
  width: 32px;
}
.case-row__title {
  font-family: var(--f-display); font-weight: 500;
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing: -0.018em; line-height: 1.15;
  color: var(--ink);
  transition: color .3s var(--ease);
  margin: 0;
}
.case-row__tags {
  display: flex; gap: 8px; flex-wrap: wrap;
  font-family: var(--f-mono); font-size: 11px; color: var(--mute);
  letter-spacing: 0.04em;
}
.case-row__year {
  font-family: var(--f-mono); font-size: 12px; color: var(--mute);
  font-variant-numeric: tabular-nums;
}
@media (max-width: 800px) {
  .case-row { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .case-row__num { display: none; }
}

/* ─── Modal ─── */
.modal-bg {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10, 10, 10, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0; pointer-events: none;
  transition: opacity .35s var(--ease);
}
.modal-bg.is-open { opacity: 1; pointer-events: auto; }
.modal {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 201;
  width: min(820px, 96vw);
  background: var(--paper);
  overflow-y: auto;
  transform: translateX(100%); transition: transform .5s var(--ease);
  box-shadow: -20px 0 60px rgba(0,0,0,.15);
}
.modal.is-open { transform: translateX(0); }
.modal__head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 40px;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; background: var(--paper); z-index: 2;
}
.modal__close {
  width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); transition: all .25s var(--ease);
}
.modal__close:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.modal__body { padding: 56px 40px 80px; }
@media (max-width: 600px) {
  .modal__head, .modal__body { padding-left: 24px; padding-right: 24px; }
  .modal__body { padding-top: 32px; padding-bottom: 56px; }
}
.modal__hero { margin-bottom: 48px; }
.modal__media {
  margin: 40px 0;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--paper-2);
  aspect-ratio: 16 / 10; overflow: hidden;
}
.modal__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 40px 0;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 600px) { .modal__grid { grid-template-columns: 1fr; } }
.modal__grid h4 {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--mute); margin: 0 0 12px;
  font-weight: 500;
}
.modal__grid ul { margin: 0; padding-left: 18px; color: var(--ink-2); font-size: 15px; line-height: 1.7; }
.modal__grid p { margin: 0; color: var(--ink-2); font-size: 15px; line-height: 1.7; }
.modal__results {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin: 32px 0;
}
@media (max-width: 600px) { .modal__results { grid-template-columns: 1fr; } }
.modal__result {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.modal__result b {
  display: block;
  font-family: var(--f-display); font-weight: 600; font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--ink); margin-bottom: 4px;
}
.modal__result span { font-size: 12px; color: var(--mute); }

/* ─── Expertise ─── */
.exp-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (max-width: 800px) { .exp-grid { grid-template-columns: 1fr; } }
.exp-cell {
  background: var(--paper);
  padding: 40px 32px;
  display: flex; flex-direction: column;
  transition: background .35s var(--ease);
}
.exp-cell:hover { background: var(--paper-2); }
.exp-cell__h {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 24px;
}
.exp-cell__title {
  font-family: var(--f-display); font-weight: 600;
  font-size: 22px; letter-spacing: -0.015em;
}
.exp-cell__num { font-family: var(--f-mono); font-size: 11px; color: var(--mute); }
.exp-cell__items {
  display: flex; flex-direction: column; gap: 0;
  margin: 0; padding: 0; list-style: none;
}
.exp-cell__items li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 15px; color: var(--ink-2);
}
.exp-cell__items li:last-child { border-bottom: 1px solid var(--line); }
.exp-cell__items .pill {
  font-family: var(--f-mono); font-size: 10px;
  color: var(--mute); letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ─── Products ─── */
.prod {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px;
}
@media (max-width: 900px) { .prod { grid-template-columns: 1fr; } }
.prod__card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px;
  background: var(--paper);
  display: flex; flex-direction: column; gap: 20px;
  transition: transform .4s var(--ease), border-color .3s var(--ease);
  min-height: 480px;
}
.prod__card:hover { transform: translateY(-4px); border-color: var(--ink-2); }
.prod__art {
  aspect-ratio: 4 / 3;
  background: var(--paper-2);
  border-radius: 8px;
  border: 1px solid var(--line);
  margin-bottom: 8px;
  position: relative; overflow: hidden;
}
.prod__title {
  font-family: var(--f-display); font-weight: 600;
  font-size: 24px; letter-spacing: -0.015em;
}
.prod__sub { color: var(--mute); font-size: 14px; }
.prod__meta {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--f-mono); font-size: 11px; color: var(--mute);
  letter-spacing: 0.05em; text-transform: uppercase;
}
.prod__meta .stars { color: var(--accent); letter-spacing: 0.1em; }

.prod__note {
  margin-top: 80px;
  padding: 56px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: center;
}
@media (max-width: 700px) {
  .prod__note { grid-template-columns: 1fr; padding: 32px; gap: 24px; }
}
.prod__note h3 {
  font-family: var(--f-display); font-weight: 600;
  font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.022em;
  line-height: 1.1; margin: 0;
  max-width: 14ch;
}
.prod__note p { color: var(--mute); margin: 0; max-width: 36ch; }

/* ─── About ─── */
.about-body {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: clamp(48px, 6vw, 96px);
  margin-top: 64px;
}
@media (max-width: 800px) { .about-body { grid-template-columns: 1fr; gap: 32px; } }
.about-body p {
  font-size: 18px; line-height: 1.6; color: var(--ink-2);
  margin: 0 0 24px;
}
.about-body p:last-child { margin-bottom: 0; }
.about-aside {
  border-left: 1px solid var(--line);
  padding-left: clamp(24px, 3vw, 48px);
  display: flex; flex-direction: column; gap: 32px;
}
@media (max-width: 800px) { .about-aside { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 32px; } }
.about-aside h4 {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--mute); margin: 0 0 8px; font-weight: 500;
}
.about-aside ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.about-aside li {
  display: flex; justify-content: space-between; align-items: baseline;
  font-size: 14px; color: var(--ink-2);
  border-bottom: 1px dashed var(--line);
  padding: 6px 0;
}
.about-aside li small { font-family: var(--f-mono); color: var(--mute); font-size: 11px; }

/* ─── Contact ─── */
.contact-body {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: clamp(48px, 6vw, 96px);
  margin-top: 64px;
}
@media (max-width: 800px) { .contact-body { grid-template-columns: 1fr; } }

.form { display: flex; flex-direction: column; gap: 24px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--mute);
  display: flex; justify-content: space-between; align-items: baseline;
}
.field label .req { color: var(--accent); }
.field input, .field textarea, .field select {
  font: inherit; font-size: 16px;
  padding: 14px 0;
  border: 0; border-bottom: 1px solid var(--line-strong);
  background: transparent;
  color: var(--ink);
  border-radius: 0;
  transition: border-color .25s var(--ease);
  outline: none;
  font-family: var(--f-body);
}
.field textarea { resize: vertical; min-height: 100px; padding-top: 14px; }
.field input:focus, .field textarea:focus, .field select:focus {
  border-bottom-color: var(--ink);
}
.field.has-error input, .field.has-error textarea, .field.has-error select {
  border-bottom-color: var(--accent);
}
.field__err {
  font-family: var(--f-mono); font-size: 11px; color: var(--accent);
  letter-spacing: 0.04em;
}
.form__submit {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 16px;
}
.form__success {
  border: 1px solid var(--ink);
  background: var(--ink); color: var(--paper);
  padding: 32px;
  border-radius: 12px;
}
.form__success h3 {
  font-family: var(--f-display); font-weight: 600; font-size: 24px;
  letter-spacing: -0.015em; margin: 0 0 8px;
}
.form__success p { margin: 0; color: rgba(247,246,244,.7); font-size: 15px; }

.contact-info { display: flex; flex-direction: column; gap: 32px; }
.contact-info__row {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.contact-info__row h4 {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--mute); margin: 0 0 10px; font-weight: 500;
}
.contact-info__row a {
  font-family: var(--f-display); font-weight: 500;
  font-size: 22px; letter-spacing: -0.015em;
  color: var(--ink);
}
.contact-info__row a:hover { color: var(--accent); }
.contact-info__row p { font-size: 15px; color: var(--ink-2); margin: 0; }

/* ─── Page hero (sub pages) ─── */
.phead {
  padding: clamp(80px, 10vw, 140px) 0 clamp(56px, 7vw, 96px);
}
.phead__eyebrow { margin-bottom: 28px; }
.phead h1 { margin: 0 0 28px; }
.phead .lede { max-width: 64ch; }

/* ─── Blog: post list ─────────────────────────────── */
.post-list { display: flex; flex-direction: column; gap: 0; }
.post-row {
  display: grid; grid-template-columns: 140px 1fr auto;
  gap: 32px; align-items: baseline;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  transition: padding .35s var(--ease);
}
.post-row:last-child { border-bottom: 1px solid var(--line); }
.post-row:hover { padding-left: 12px; }
.post-row:hover .post-row__title a { color: var(--accent); }
.post-row__date {
  font-family: var(--f-mono); font-size: 12px; color: var(--mute);
  letter-spacing: 0.04em;
}
.post-row__title {
  font-family: var(--f-display); font-weight: 500;
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: -0.018em; line-height: 1.2;
  margin: 0 0 6px;
}
.post-row__title a { color: var(--ink); transition: color .3s var(--ease); }
.post-row__excerpt {
  font-size: 15px; line-height: 1.55; color: var(--mute);
  margin: 0; max-width: 64ch;
}
.post-row__cats {
  font-family: var(--f-mono); font-size: 11px; color: var(--mute);
  letter-spacing: 0.04em; text-transform: uppercase;
  display: flex; gap: 8px;
}
@media (max-width: 800px) {
  .post-row { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .post-row__cats { order: 3; }
}

/* ─── Pagination ──────────────────────────────────── */
.pagination {
  margin-top: 56px;
  display: flex; gap: 8px; align-items: center;
}
.pagination .nav-links { display: flex; gap: 4px; align-items: center; }
.pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: var(--f-mono); font-size: 13px;
  color: var(--ink-2);
  transition: border-color .25s var(--ease), color .25s var(--ease), background .25s var(--ease);
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: var(--ink); color: var(--paper); border-color: var(--ink);
}

/* ─── Single post prose ───────────────────────────── */
.entry-prose {
  max-width: 68ch;
}
.entry-prose__media { margin: 0 0 48px; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); }
.entry-prose__media img { width: 100%; height: auto; display: block; }
.entry-prose p, .entry-prose ul, .entry-prose ol, .entry-prose blockquote {
  font-size: 18px; line-height: 1.65; color: var(--ink-2);
  margin: 0 0 24px;
}
.entry-prose h2 { font-family: var(--f-display); font-weight: 600; font-size: 30px; margin: 56px 0 16px; letter-spacing: -0.018em; }
.entry-prose h3 { font-family: var(--f-display); font-weight: 600; font-size: 22px; margin: 40px 0 12px; letter-spacing: -0.012em; }
.entry-prose a   { color: var(--accent); border-bottom: 1px solid var(--accent-soft); }
.entry-prose a:hover { border-bottom-color: var(--accent); }
.entry-prose blockquote {
  border-left: 2px solid var(--accent);
  padding-left: 24px; font-style: italic; color: var(--ink-2);
}
.entry-prose code, .entry-prose pre {
  font-family: var(--f-mono); font-size: 14px;
  background: var(--paper-2); padding: 2px 6px; border-radius: 4px;
  border: 1px solid var(--line);
}
.entry-prose pre {
  padding: 20px 24px; overflow-x: auto; line-height: 1.6;
}
.entry-prose pre code { background: none; border: 0; padding: 0; }

/* ─── Post nav (prev/next) ────────────────────────── */
.post-nav {
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.post-nav__link {
  display: flex; flex-direction: column; gap: 6px;
  transition: color .25s var(--ease);
}
.post-nav__link:hover { color: var(--accent); }
.post-nav__link--next { text-align: right; }
.post-nav__lbl {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--mute);
}
.post-nav__title {
  font-family: var(--f-display); font-weight: 500; font-size: 18px;
  letter-spacing: -0.012em;
}

/* ─── Full-width template canvas ──────────────────── */
.page--full > .entry-full > * { /* let block widths shine through */ }
.page--full > .entry-full > .alignfull { width: 100%; max-width: none; }
.page--full > .entry-full > .alignwide { max-width: 1400px; margin-left: auto; margin-right: auto; padding: 0 var(--gutter); }
.page--full > .entry-full > :not(.alignfull):not(.alignwide) {
  max-width: var(--max); margin-left: auto; margin-right: auto; padding: 0 var(--gutter);
}

/* ─── Services — packages (Fiverr-style tiers, no prices) ─── */
.srv {
  padding: 56px 0;
  border-top: 1px solid var(--line);
}
.srv:first-of-type { border-top: 0; padding-top: 0; }
.srv__head {
  display: grid; grid-template-columns: 1fr auto;
  gap: 24px; align-items: end;
  margin-bottom: 40px;
}
.srv__title { margin: 0 0 12px; }
.srv__tagline {
  color: var(--mute); font-size: 16px; max-width: 64ch; margin: 0;
}
.srv__fiverr {
  font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .srv__head { grid-template-columns: 1fr; }
}

.srv__tiers {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
}
@media (max-width: 900px) { .srv__tiers { grid-template-columns: 1fr; } }
.srv__tier {
  background: var(--paper);
  padding: 32px 28px 28px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
  transition: background .35s var(--ease);
}
.srv__tier:hover { background: var(--paper-2); }
.srv__tier.is-recommended {
  background: var(--ink); color: var(--paper);
}
.srv__tier.is-recommended:hover { background: #1a1a1a; }
.srv__tier.is-recommended .srv__tier-eyebrow,
.srv__tier.is-recommended .srv__tier-desc,
.srv__tier.is-recommended .srv__tier-features li,
.srv__tier.is-recommended dt,
.srv__tier.is-recommended dd { color: rgba(247, 246, 244, 0.78); }
.srv__tier.is-recommended .srv__tier-title,
.srv__tier.is-recommended .srv__tier-features li::before { color: var(--paper); }
.srv__badge {
  position: absolute; top: 12px; right: 12px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--accent); color: var(--paper);
  padding: 4px 8px; border-radius: 4px;
}
.srv__tier-eyebrow {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--mute);
}
.srv__tier-title {
  font-family: var(--f-display); font-weight: 600;
  font-size: 22px; letter-spacing: -0.015em;
  margin: 0;
}
.srv__tier-desc {
  font-size: 14px; line-height: 1.6;
  color: var(--mute); margin: 0;
}
.srv__tier-features {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
  font-size: 14px;
}
.srv__tier-features li {
  position: relative; padding-left: 20px;
  color: var(--ink-2); line-height: 1.5;
}
.srv__tier-features li::before {
  content: "→"; position: absolute; left: 0; color: var(--accent);
  font-family: var(--f-mono); font-size: 12px;
}
.srv__tier-meta {
  margin: 0; padding: 14px 0;
  border-top: 1px dashed var(--line);
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.srv__tier.is-recommended .srv__tier-meta { border-top-color: rgba(247,246,244,.18); }
.srv__tier-meta div { display: flex; flex-direction: column; gap: 2px; }
.srv__tier-meta dt {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--mute);
  margin: 0;
}
.srv__tier-meta dd {
  font-size: 14px; color: var(--ink-2); margin: 0;
}
.srv__tier .btn { margin-top: auto; align-self: flex-start; }
.srv__tier.is-recommended .btn--primary { background: var(--accent); color: var(--paper); }
.srv__tier.is-recommended .btn--primary::before { background: var(--ink); }

/* ─── Reviews grid (testimonials) ─────────────────── */
.rev-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line);
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
}
@media (max-width: 900px) { .rev-grid { grid-template-columns: 1fr; } }
.rev {
  background: var(--paper);
  padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
  transition: background .35s var(--ease);
}
.rev:hover { background: var(--paper-2); }
.rev__stars {
  color: var(--accent); letter-spacing: 0.08em; font-size: 14px;
}
.rev__quote {
  margin: 0; padding: 0; border: 0;
  font-family: var(--f-display); font-weight: 500;
  font-size: 18px; line-height: 1.4;
  letter-spacing: -0.012em;
  color: var(--ink);
}
.rev__quote p { margin: 0 0 12px; }
.rev__quote p:last-child { margin: 0; }
.rev__meta {
  margin-top: auto; padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: end;
  gap: 12px; flex-wrap: wrap;
}
.rev__who { display: flex; flex-direction: column; gap: 2px; font-size: 13px; }
.rev__who strong { color: var(--ink); font-weight: 500; }
.rev__who span { color: var(--mute); }
.rev__src {
  font-family: var(--f-mono); font-size: 10px; color: var(--mute);
  letter-spacing: 0.06em; text-transform: uppercase;
  display: flex; gap: 8px; align-items: center;
}
.rev__badge {
  background: var(--paper-2); color: var(--ink-2);
  padding: 3px 8px; border-radius: 4px;
  border: 1px solid var(--line);
}

/* ─── Page indicator (top progress) ─── */
.progress {
  position: fixed; left: 0; top: 0; height: 2px; z-index: 1000;
  background: var(--accent);
  transition: width .15s linear;
  width: 0;
}
body.admin-bar .progress { top: 32px; }
@media (max-width: 782px) { body.admin-bar .progress { top: 46px; } }

/* ─── Focus rings (a11y) ────────────────────────────── */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 3px;
}
.field input:focus-visible,
.field textarea:focus-visible,
.field select:focus-visible {
  outline: 0;
  border-bottom-color: var(--ink);
  box-shadow: 0 1px 0 0 var(--ink);
}

/* aria-live region for forms */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* ─── Reduced motion ───────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  body { cursor: auto; }
  .cursor { display: none !important; }
  .reveal, .reveal-stagger > * { opacity: 1 !important; transform: none !important; }
}

/* ─── Tweaks panel (frontend) ──────────────────────── */
.twk {
  position: fixed; right: 18px; bottom: 18px; z-index: 950;
  font-family: var(--f-mono); font-size: 12px; color: var(--ink);
}
body.admin-bar .twk { bottom: 18px; }
.twk__btn {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ink); color: var(--paper);
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--ink);
  box-shadow: 0 8px 30px rgba(10,10,10,.18);
  transition: transform .25s var(--ease), background .25s var(--ease);
  cursor: pointer;
}
.twk__btn:hover { transform: translateY(-2px); background: var(--accent); }
.twk__btn .twk__dot {
  display: block; width: 14px; height: 14px; border-radius: 50%;
  background: var(--accent);
  border: 1.5px solid var(--paper);
}
.twk__btn:hover .twk__dot { background: var(--paper); border-color: var(--paper); }
.twk__panel {
  position: absolute; right: 0; bottom: 56px;
  width: 240px;
  background: rgba(247,246,244,0.92);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 16px 60px rgba(10,10,10,.16);
  opacity: 0; transform: translateY(8px); pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.twk.is-open .twk__panel { opacity: 1; transform: none; pointer-events: auto; }
.twk__h {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--mute);
  margin: 0 0 10px;
}
.twk__h:not(:first-of-type) { margin-top: 14px; }
.twk__swatches {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px;
  margin-bottom: 10px;
}
.twk__sw {
  height: 30px; border-radius: 6px;
  border: 0.5px solid rgba(0,0,0,.15);
  cursor: pointer; padding: 0;
  transition: transform .2s var(--ease);
}
.twk__sw:hover { transform: translateY(-1px); }
.twk__sw.is-active { border: 2px solid var(--ink); }
.twk__row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; color: var(--mute);
  padding: 8px 0;
  border-top: 1px solid var(--line);
}
.twk__row b { color: var(--ink); font-weight: 500; }
.twk__custom {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; color: var(--mute);
}
.twk__custom input[type="color"] {
  width: 34px; height: 24px; border: 1px solid var(--line);
  border-radius: 4px; padding: 0; background: none; cursor: pointer;
}
.twk__reset {
  display: inline-block; margin-top: 10px; font-size: 11px;
  color: var(--mute); border-bottom: 1px dashed var(--line);
  cursor: pointer; padding-bottom: 1px;
}
.twk__reset:hover { color: var(--accent); border-bottom-color: var(--accent); }
@media (max-width: 600px) {
  .twk { right: 14px; bottom: 14px; }
  .twk__panel { width: 220px; }
}

/* ─── Refined CTA hover ────────────────────────────── */
.btn--primary { position: relative; overflow: hidden; isolation: isolate; }
.btn--primary::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .55s cubic-bezier(.7,0,.2,1);
  z-index: -1;
}
.btn--primary:hover { transform: none; }
.btn--primary:hover::before { transform: scaleX(1); transform-origin: left center; }

/* Underline draw on accent links */
.lnk--accent { position: relative; }
.lnk--accent::after { background: var(--accent); }

/* ─── Page transition curtain ─────────────────────── */
[data-barba="container"] {
  opacity: 1;
  will-change: transform, clip-path;
}
.curtain {
  position: fixed; left: 0; right: 0; top: 0; bottom: 0;
  z-index: 998;
  pointer-events: none;
  background: var(--ink);
  transform: translateY(100%);
  will-change: transform;
}

/* (Reveal animations removed — content always visible) */


/* (Headline word-cascade removed — text renders normally) */

/* ─── Marquee trust strip ───────────────────────────── */
.trust { display: block; padding: 0; border: 0; overflow: hidden; }
.trust__viewport {
  display: flex; align-items: center; gap: 56px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
  position: relative;
}
.trust__viewport::before, .trust__viewport::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2;
  pointer-events: none;
}
.trust__viewport::before { left: 0;  background: linear-gradient(90deg, var(--paper) 0%, transparent 100%); }
.trust__viewport::after  { right: 0; background: linear-gradient(270deg, var(--paper) 0%, transparent 100%); }
.trust__label {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--mute);
  flex-shrink: 0; padding-right: 20px; border-right: 1px solid var(--line);
}
.trust__track {
  display: flex; align-items: center; gap: 56px;
  animation: trustScroll 40s linear infinite;
  will-change: transform;
  flex-shrink: 0;
}
.trust__group { display: flex; align-items: center; gap: 56px; flex-shrink: 0; }
.trust__item {
  font-family: var(--f-display); font-weight: 500; font-size: 17px;
  color: var(--ink-2);
  letter-spacing: -0.01em; flex-shrink: 0;
}
@keyframes trustScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 28px)); }
}
.trust:hover .trust__track { animation-play-state: paused; }

/* ─── Parallax media ────────────────────────────────── */
[data-parallax] {
  will-change: transform;
}

/* First-load fade — much shorter, just to mask CSS pop */
.page-enter-active { animation: pageEnter .35s var(--ease) both; }
@keyframes pageEnter {
  from { opacity: 0; }
  to   { opacity: 1; }
}
