/* ============================================================
   VALIPEN — digital studio
   v3 "The Pen" system: porcelain paper, ink type, violet ink accent.
   Editorial serif display (Zodiak) over a quiet grotesk (Switzer).
   No bundler. Everything hand set.
   ============================================================ */

:root {
  --porcelain: #F7F6F2;
  --bone: #EFECE3;
  --card: #FFFFFF;
  --ink: #14161A;
  --ink-2: #1C1F25;
  --muted: #64645C;
  --line: #E2DFD6;
  --line-dark: #2A2D34;
  --violet: #4633B8;
  --violet-deep: #37279B;
  --violet-wash: #ECE9F9;
  --serif: 'Zodiak', Georgia, 'Times New Roman', serif;
  --sans: 'Switzer', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', 'SF Mono', Menlo, monospace;
  --nav-h: 68px;
  --gutter: clamp(20px, 5vw, 48px);
  --sect: clamp(4.5rem, 12vw, 8.5rem);
  --r-card: 20px;
  --shadow-soft: 0 1px 2px rgba(20, 22, 26, .04), 0 18px 50px -22px rgba(20, 22, 26, .22);
  --shadow-lift: 0 2px 4px rgba(20, 22, 26, .05), 0 30px 70px -26px rgba(20, 22, 26, .32);
  --ease-out: cubic-bezier(.19, 1, .22, 1);
}

/* ---------- fonts ---------- */
@font-face { font-family: 'Zodiak'; src: url('../assets/fonts/zodiak-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Zodiak'; src: url('../assets/fonts/zodiak-700-italic.woff2') format('woff2'); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('../assets/fonts/switzer-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('../assets/fonts/switzer-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('../assets/fonts/switzer-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Switzer'; src: url('../assets/fonts/switzer-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'JetBrains Mono'; src: url('../assets/fonts/jetbrains-mono-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--porcelain);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; }
::selection { background: var(--violet); color: var(--porcelain); }

@view-transition { navigation: auto; }

/* ---------- shared shells ---------- */
.wrap { max-width: 1180px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.sect { padding-top: var(--sect); padding-bottom: var(--sect); }
.sect--tight { padding-top: clamp(3.5rem, 9vw, 6rem); padding-bottom: clamp(3.5rem, 9vw, 6rem); }
.on-ink { background: var(--ink); color: var(--porcelain); }
.on-bone { background: var(--bone); }

/* ---------- type ---------- */
.eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: clamp(1.1rem, 3vw, 1.6rem);
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--violet);
  flex: none; transform-origin: left center;
}
.js [data-r] .eyebrow::before, .js .eyebrow[data-r]::before { transform: scaleX(0); transition: transform .8s var(--ease-out) .15s; }
.js [data-r].in .eyebrow::before, .js .eyebrow[data-r].in::before { transform: scaleX(1); }
.on-ink .eyebrow { color: #9A9CA6; }

.display-1 {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(2.9rem, 12.5vw, 6.2rem);
  line-height: .98; letter-spacing: -.015em;
}
.display-2 {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(2rem, 7.6vw, 3.5rem);
  line-height: 1.05; letter-spacing: -.012em;
}
.display-3 {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(1.55rem, 5vw, 2.2rem);
  line-height: 1.12;
}
.display-1 em, .display-2 em { font-style: italic; }
.lead { font-size: clamp(1.05rem, 2.4vw, 1.2rem); color: var(--muted); max-width: 34em; }
.on-ink .lead { color: #A9ABB4; }
.mono-note { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; color: var(--muted); }

/* accent word underline: drawn like a pen stroke */
.penline { position: relative; white-space: nowrap; display: inline-block; }
.penline svg { position: absolute; left: -2%; bottom: -.06em; width: 104%; height: .3em; overflow: visible; }
.penline svg path {
  fill: none; stroke: var(--violet); stroke-width: 7; stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.js .penline svg path { stroke-dasharray: 320; stroke-dashoffset: 320; }
.js .penline.in svg path, .js [data-r].in .penline svg path { animation: penDraw 1.1s var(--ease-out) .55s forwards; }
@keyframes penDraw { to { stroke-dashoffset: 0; } }

/* headline line reveals */
.js .ln { display: block; overflow: hidden; }
.js .ln > span { display: block; transform: translateY(112%); transition: transform 1s var(--ease-out); }
.js .ln.in > span, .js [data-r].in .ln > span { transform: translateY(0); }
.js [data-r].in .ln { overflow: visible; }
.js [data-r].in .ln:nth-child(2) > span { transition-delay: .09s; }
.js [data-r].in .ln:nth-child(3) > span { transition-delay: .18s; }

/* ---------- reveals ---------- */
.js [data-r] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-out), transform .9s var(--ease-out); }
.js [data-r].in { opacity: 1; transform: none; }
.js [data-r="fade"] { transform: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 28px; border-radius: 999px;
  font-family: var(--sans); font-weight: 600; font-size: .98rem; letter-spacing: .01em;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), background .25s, color .25s, border-color .25s;
  will-change: transform;
}
.btn:active { transform: scale(.965); }
.btn--solid { background: var(--violet); color: #fff; box-shadow: 0 14px 30px -14px rgba(70, 51, 184, .55); }
.btn--solid:hover { background: var(--violet-deep); transform: translateY(-2px); }
.btn--ghost { border: 1.5px solid var(--ink); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: var(--porcelain); transform: translateY(-2px); }
.btn--paper { background: var(--porcelain); color: var(--ink); }
.btn--paper:hover { background: #fff; transform: translateY(-2px); }
.btn--sm { min-height: 44px; padding: 10px 20px; font-size: .9rem; }
.btn svg { flex: none; }

.arrow-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: .98rem; color: var(--violet);
}
.arrow-link svg { transition: transform .3s var(--ease-out); }
.arrow-link:hover svg { transform: translateX(4px); }
.on-ink .arrow-link { color: #B9AFF3; }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  height: var(--nav-h);
  transition: background .35s, box-shadow .35s, backdrop-filter .35s;
}
.nav__in { max-width: 1180px; margin: 0 auto; height: 100%; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav.scrolled { background: rgba(247, 246, 242, .82); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }

.mark { display: inline-flex; align-items: center; gap: 10px; }
.mark svg { width: 27px; height: 27px; flex: none; }
.mark b { font-family: var(--serif); font-weight: 700; font-size: 1.42rem; letter-spacing: .002em; line-height: 1; transform: translateY(-1px); }
.menu .mark { color: var(--porcelain); }

.nav__links { display: none; align-items: center; gap: 30px; }
.nav__links a:not(.btn) { font-weight: 500; font-size: .95rem; opacity: .85; transition: opacity .2s; position: relative; }
.nav__links a:not(.btn):hover { opacity: 1; }
.nav__links a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 100%;
  background: var(--violet); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease-out);
}
.nav__links a:not(.btn):hover::after, .nav__links a[aria-current="page"]::after { transform: scaleX(1); }
@media (min-width: 900px) { .nav__links { display: inline-flex; } .nav .nav__burger { display: none; } }

.nav__burger {
  width: 46px; height: 46px; margin-right: -10px;
  display: grid; place-items: center; border-radius: 50%;
}
.nav__burger span { display: block; width: 22px; height: 2px; background: currentColor; position: relative; transition: transform .35s var(--ease-out), background .2s; }
.nav__burger span::before { content: ""; position: absolute; left: 0; top: -7px; width: 22px; height: 2px; background: var(--ink); transition: transform .35s var(--ease-out), top .35s, background .2s; }
.nav__burger span::after { content: ""; position: absolute; left: 0; top: 7px; width: 22px; height: 2px; background: var(--ink); transition: transform .35s var(--ease-out), top .35s, background .2s; }
body.menu-open .nav__burger span { background: transparent; }
body.menu-open .nav__burger span::before { top: 0; transform: rotate(45deg); background: var(--porcelain); }
body.menu-open .nav__burger span::after { top: 0; transform: rotate(-45deg); background: var(--porcelain); }
body.menu-open .nav { background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
body.menu-open .mark { color: var(--porcelain); }

/* overlay menu */
.menu {
  position: fixed; inset: 0; z-index: 50; background: var(--ink); color: var(--porcelain);
  display: flex; flex-direction: column; justify-content: center;
  padding: calc(var(--nav-h) + 4vh) var(--gutter) 6vh;
  opacity: 0; visibility: hidden; transition: opacity .45s var(--ease-out), visibility 0s .45s;
}
body.menu-open .menu { opacity: 1; visibility: visible; transition: opacity .45s var(--ease-out); }
body.menu-open { overflow: hidden; }
.menu__links { display: flex; flex-direction: column; gap: clamp(.4rem, 1.6vh, 1rem); max-width: 1180px; margin: 0 auto; width: 100%; }
.menu__links a {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(2.3rem, 8.5vh, 4rem); line-height: 1.1; width: fit-content;
  display: inline-flex; align-items: baseline; gap: 18px;
  transition: color .25s;
}
.menu__links a i { font-family: var(--mono); font-style: normal; font-size: 12px; letter-spacing: .2em; color: #6E7079; }
.menu__links a:hover { color: #B9AFF3; }
.js .menu__links a { opacity: 0; transform: translateY(30px); transition: opacity .5s var(--ease-out), transform .6s var(--ease-out), color .25s; }
body.menu-open .menu__links a { opacity: 1; transform: none; }
body.menu-open .menu__links a:nth-child(1) { transition-delay: .08s; }
body.menu-open .menu__links a:nth-child(2) { transition-delay: .14s; }
body.menu-open .menu__links a:nth-child(3) { transition-delay: .2s; }
body.menu-open .menu__links a:nth-child(4) { transition-delay: .26s; }
body.menu-open .menu__links a:nth-child(5) { transition-delay: .32s; }
body.menu-open .menu__links a:nth-child(6) { transition-delay: .38s; }
.menu__meta { max-width: 1180px; margin: 6vh auto 0; width: 100%; display: flex; flex-wrap: wrap; gap: 10px 26px; }
.menu__meta a { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; color: #9A9CA6; }
.menu__meta a:hover { color: var(--porcelain); }

/* ---------- hero ---------- */
.hero { position: relative; padding-top: calc(var(--nav-h) + clamp(2.6rem, 8vw, 5.5rem)); padding-bottom: clamp(3rem, 8vw, 5rem); }
.hero__grid { display: grid; gap: clamp(2.6rem, 7vw, 4rem); align-items: center; }
@media (min-width: 960px) { .hero__grid { grid-template-columns: 1.15fr .85fr; } }
.hero h1 { margin-bottom: clamp(1.3rem, 4vw, 1.8rem); }
.hero .lead { margin-bottom: clamp(1.6rem, 4.5vw, 2.2rem); }
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-bottom: clamp(1.6rem, 4vw, 2rem); }
.hero__proof { font-family: var(--mono); font-size: 11.5px; letter-spacing: .1em; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px 14px; }
.hero__proof b { color: var(--ink); font-weight: 400; }

/* the live phone */
.stage { display: grid; justify-items: center; gap: 14px; }
.phone {
  width: min(76vw, 300px); aspect-ratio: 300 / 620;
  background: var(--ink); border-radius: 42px; padding: 11px;
  box-shadow: 0 2px 3px rgba(20,22,26,.18), 0 44px 90px -38px rgba(20, 22, 26, .5);
  position: relative;
}
@media (min-width: 960px) { .phone { transform: rotate(-1.8deg); } }
.phone__screen { width: 100%; height: 100%; border-radius: 32px; overflow: hidden; background: #F6F1E6; position: relative; }
.phone__screen img { width: 100%; height: auto; }
.phone__screen img.scrolling { animation: phoneScroll 26s ease-in-out 2.2s infinite alternate; }
@keyframes phoneScroll { 0% { transform: translateY(0); } 8% { transform: translateY(0); } 100% { transform: translateY(calc(-100% + 598px)); } }
@keyframes livePulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

/* ---------- marquee ---------- */
.marquee { overflow: hidden; padding: 18px 0; user-select: none; }
.marquee__track { display: flex; gap: 44px; width: max-content; animation: marq 30s linear infinite; }
.marquee__track > span { display: inline-flex; align-items: center; gap: 44px; font-family: var(--serif); font-style: italic; font-weight: 700; font-size: clamp(1.15rem, 3.4vw, 1.5rem); white-space: nowrap; }
.marquee svg { width: 15px; height: 15px; opacity: .85; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- statement ---------- */
.statement p.display-2 { max-width: 21em; }
.statement .lead { margin-top: 1.4rem; }

/* ---------- work cards ---------- */
.work-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: clamp(2rem, 6vw, 3.4rem); }
.work-head .arrow-link { white-space: nowrap; flex: none; padding-bottom: .4em; }
.cases { display: grid; gap: clamp(1.6rem, 4vw, 2rem); }
@media (min-width: 820px) { .cases { grid-template-columns: repeat(3, 1fr); } }
.case {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card);
  overflow: hidden; display: flex; flex-direction: column;
  box-shadow: var(--shadow-soft);
  transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out);
}
.case:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.case__shot { aspect-ratio: 4 / 4.6; overflow: hidden; position: relative; background: var(--bone); }
.case__shot img { width: 100%; height: auto; transition: transform 6s ease; }
.case:hover .case__shot img { transform: translateY(calc(-100% + 340px)); }
@media (hover: none) { .case:hover .case__shot img { transform: none; } }
.case__body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.case__meta { font-family: var(--mono); font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); display: flex; gap: 14px; }
.case__meta b { color: var(--violet); font-weight: 400; }
.case h3 { font-family: var(--serif); font-weight: 700; font-size: 1.5rem; line-height: 1.1; }
.case p { color: var(--muted); font-size: .97rem; }
.case .arrow-link { margin-top: auto; padding-top: 8px; }

/* ---------- services grid ---------- */
.svc-grid { display: grid; gap: 14px; }
@media (min-width: 700px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1020px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
.svc {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 26px 24px; display: flex; flex-direction: column; gap: 10px;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .3s;
}
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); border-color: #D5D1C5; }
.svc svg { width: 22px; height: 22px; color: var(--violet); }
.svc h3 { font-family: var(--sans); font-weight: 600; font-size: 1.12rem; }
.svc p { color: var(--muted); font-size: .95rem; }
.svc .mono-note { margin-top: auto; padding-top: 10px; color: var(--violet); }

/* ---------- stats band ---------- */
.stats { display: grid; gap: clamp(2rem, 6vw, 2.6rem); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 820px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat b { display: block; font-family: var(--serif); font-weight: 700; font-size: clamp(2.4rem, 7vw, 3.6rem); line-height: 1; margin-bottom: 10px; }
.stat span { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #9A9CA6; }

/* ---------- process (sticky stack) ---------- */
.steps { display: grid; gap: 18px; }
.step {
  position: sticky; top: calc(var(--nav-h) + 16px);
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: clamp(24px, 5vw, 40px); box-shadow: var(--shadow-soft);
  display: grid; gap: 8px;
}
.step:nth-child(2) { top: calc(var(--nav-h) + 30px); }
.step:nth-child(3) { top: calc(var(--nav-h) + 44px); }
.step:nth-child(4) { top: calc(var(--nav-h) + 58px); }
.step__n { font-family: var(--mono); font-size: 12px; letter-spacing: .3em; color: var(--violet); }
.step h3 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.5rem, 4.4vw, 2rem); }
.step p { color: var(--muted); max-width: 46em; }
.step .mono-note { color: var(--ink); opacity: .55; }

/* ---------- founder note ---------- */
.founder { display: grid; gap: clamp(2rem, 6vw, 4rem); align-items: center; }
@media (min-width: 900px) { .founder { grid-template-columns: 1fr 1fr; } }
.founder blockquote { font-family: var(--serif); font-weight: 700; font-style: italic; font-size: clamp(1.6rem, 5vw, 2.4rem); line-height: 1.22; }
.founder blockquote strong { color: var(--violet); font-style: normal; }

/* ---------- journal ---------- */
.posts { display: grid; gap: 14px; }
@media (min-width: 820px) { .posts { grid-template-columns: repeat(3, 1fr); } }
.post-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 26px 24px; display: flex; flex-direction: column; gap: 12px;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.post-card time { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.post-card h3 { font-family: var(--serif); font-weight: 700; font-size: 1.42rem; line-height: 1.15; }
.post-card p { color: var(--muted); font-size: .96rem; }
.post-card .arrow-link { margin-top: auto; padding-top: 6px; }

/* ---------- CTA band ---------- */
.cta { position: relative; overflow: hidden; }
.cta .display-2 { margin-bottom: 1.2rem; }
.cta .lead { margin-bottom: 2rem; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.cta__watermark { position: absolute; right: -4%; bottom: -14%; width: clamp(220px, 34vw, 420px); opacity: .05; pointer-events: none; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line-dark); }
.footer__top { display: grid; gap: 2.6rem; padding: clamp(3rem, 8vw, 4.5rem) 0; }
@media (min-width: 820px) { .footer__top { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer__tag { margin-top: 14px; color: #A9ABB4; max-width: 24em; }
.footer h4 { font-family: var(--mono); font-weight: 400; font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: #6E7079; margin-bottom: 16px; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer ul a { color: #C9CBD2; font-size: .96rem; transition: color .2s; }
.footer ul a:hover { color: var(--porcelain); }
.footer__base { border-top: 1px solid var(--line-dark); padding: 22px 0 max(24px, env(safe-area-inset-bottom)); display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: #6E7079; }

/* ============================================================
   INNER PAGES
   ============================================================ */

/* page hero (shared by inner pages) */
.page-hero { padding-top: calc(var(--nav-h) + clamp(3rem, 9vw, 5.5rem)); padding-bottom: clamp(2.6rem, 7vw, 4.5rem); }
.page-hero .lead { margin-top: 1.4rem; }

/* ---------- case study ---------- */
.case-hero__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.6rem; }
.chip {
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em;
  padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line);
  color: var(--muted); background: var(--card);
}
.chip--violet { border-color: transparent; background: var(--violet-wash); color: var(--violet); }

.case-body { display: grid; gap: clamp(2.4rem, 7vw, 4rem); }
@media (min-width: 960px) {
  .case-body { grid-template-columns: 300px 1fr; align-items: start; }
  .case-side { position: sticky; top: calc(var(--nav-h) + 24px); }
}
.case-side { display: grid; gap: 22px; }
.case-side dl { display: grid; gap: 16px; }
.case-side dt { font-family: var(--mono); font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.case-side dd { font-size: .96rem; }
.case-main { display: grid; gap: clamp(2.2rem, 6vw, 3.4rem); min-width: 0; }
.case-main h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.6rem, 5vw, 2.2rem); margin-bottom: .8rem; }
.case-main p + p { margin-top: 1rem; }
.case-main p { color: #3A3C40; max-width: 62ch; }

.shotset { display: grid; gap: 18px; }
@media (min-width: 700px) { .shotset--2 { grid-template-columns: 1fr 1fr; } }
.browser {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; box-shadow: var(--shadow-soft);
}
.browser__bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.browser__bar i { width: 9px; height: 9px; border-radius: 50%; background: #DCD9CE; }
.browser__bar span { margin-left: 10px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .06em; color: var(--muted); }
.browser img { width: 100%; }
.phone-lite {
  border-radius: 30px; border: 1px solid var(--line); background: var(--card);
  padding: 8px; box-shadow: var(--shadow-soft);
}
.phone-lite > div { border-radius: 23px; overflow: hidden; }
.phone-lite img { width: 100%; }
.shotset figcaption, .shot-cap { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--muted); margin-top: 10px; }

.feat-list { display: grid; gap: 12px; }
@media (min-width: 700px) { .feat-list { grid-template-columns: 1fr 1fr; } }
.feat { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
.feat b { display: block; font-weight: 600; margin-bottom: 4px; }
.feat span { color: var(--muted); font-size: .93rem; }

.case-next { border-top: 1px solid var(--line); }
.case-next a { display: grid; gap: 6px; padding: clamp(2.4rem, 7vw, 4rem) 0; }
.case-next .mono-note { color: var(--violet); }
.case-next b { font-family: var(--serif); font-weight: 700; font-size: clamp(1.8rem, 6.5vw, 3rem); transition: color .25s; }
.case-next a:hover b { color: var(--violet); }

/* ---------- services page ---------- */
.svc-block { border-top: 1px solid var(--line); padding: clamp(2.4rem, 7vw, 4rem) 0; display: grid; gap: 1.4rem; }
@media (min-width: 900px) { .svc-block { grid-template-columns: 1.1fr .9fr; gap: 3rem; } }
.svc-block h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.7rem, 5.4vw, 2.4rem); margin-bottom: .7rem; }
.svc-block .price { font-family: var(--mono); font-size: 12.5px; letter-spacing: .12em; color: var(--violet); margin-bottom: 1rem; display: block; }
.svc-block p { color: #3A3C40; max-width: 56ch; }
.svc-block ul { list-style: none; display: grid; gap: 10px; align-content: start; }
.svc-block ul li { padding-left: 26px; position: relative; font-size: .97rem; }
.svc-block ul li::before { content: ""; position: absolute; left: 0; top: .48em; width: 14px; height: 2px; background: var(--violet); }

.pay-model { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: clamp(24px, 6vw, 40px); box-shadow: var(--shadow-soft); }
.pay-model ol { list-style: none; counter-reset: pay; display: grid; gap: 18px; margin-top: 1.6rem; }
.pay-model ol li { counter-increment: pay; padding-left: 54px; position: relative; }
.pay-model ol li::before {
  content: "0" counter(pay); position: absolute; left: 0; top: 2px;
  font-family: var(--mono); font-size: 12px; letter-spacing: .1em; color: var(--violet);
  border: 1px solid var(--violet-wash); background: var(--violet-wash);
  border-radius: 999px; padding: 6px 9px;
}
.pay-model b { font-weight: 600; }
.pay-model p { color: var(--muted); font-size: .95rem; }

/* ---------- studio page ---------- */
.principles { display: grid; gap: 14px; }
@media (min-width: 820px) { .principles { grid-template-columns: 1fr 1fr; } }
.principle { border: 1px solid var(--line); background: var(--card); border-radius: var(--r-card); padding: 26px 24px; }
.principle b { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; display: block; margin-bottom: 8px; }
.principle p { color: var(--muted); font-size: .96rem; }
.prose-block p { max-width: 62ch; color: #3A3C40; }
.prose-block p + p { margin-top: 1rem; }

/* ---------- contact page ---------- */
.contact-cards { display: grid; gap: 16px; margin-top: clamp(2rem, 6vw, 3rem); }
@media (min-width: 820px) { .contact-cards { grid-template-columns: 1fr 1fr; } }
.contact-card {
  border: 1px solid var(--line); background: var(--card); border-radius: var(--r-card);
  padding: clamp(24px, 6vw, 36px); display: grid; gap: 12px; align-content: start;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.contact-card h3 { font-family: var(--serif); font-weight: 700; font-size: 1.6rem; }
.contact-card p { color: var(--muted); }
.next-steps { counter-reset: ns; list-style: none; display: grid; gap: 16px; }
.next-steps li { counter-increment: ns; padding-left: 54px; position: relative; }
.next-steps li::before {
  content: "0" counter(ns); position: absolute; left: 0; top: 2px;
  font-family: var(--mono); font-size: 12px; color: var(--violet);
  background: var(--violet-wash); border-radius: 999px; padding: 6px 9px;
}

/* ---------- blog ---------- */
.post-list { display: grid; gap: 16px; }
.post-row {
  border: 1px solid var(--line); background: var(--card); border-radius: var(--r-card);
  padding: clamp(24px, 5vw, 34px); display: grid; gap: 10px;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.post-row:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.post-row h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(1.5rem, 4.6vw, 2rem); line-height: 1.15; }
.post-row p { color: var(--muted); max-width: 60ch; }

.article { max-width: 720px; margin: 0 auto; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; font-family: var(--mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 1.4rem; }
.article h1 { font-size: clamp(2.1rem, 8vw, 3.4rem); line-height: 1.05; font-family: var(--serif); font-weight: 700; letter-spacing: -.01em; }
.prose { font-size: 1.06rem; line-height: 1.78; color: #26282D; }
.prose > * + * { margin-top: 1.25em; }
.prose h2 { font-family: var(--serif); font-weight: 700; font-size: 1.65rem; line-height: 1.2; margin-top: 2em; color: var(--ink); }
.prose h3 { font-weight: 600; font-size: 1.15rem; margin-top: 1.8em; color: var(--ink); }
.prose ul, .prose ol { padding-left: 1.3em; display: grid; gap: .5em; }
.prose blockquote { border-left: 3px solid var(--violet); padding: .4em 0 .4em 1.2em; font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--ink); }
.prose strong { font-weight: 600; color: var(--ink); }
.prose .callout { background: var(--violet-wash); border-radius: 14px; padding: 20px 22px; font-size: .98rem; }
.prose table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.prose table th, .prose table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.prose table th { font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.table-scroll { overflow-x: auto; }

/* ---------- misc ---------- */
.hr-line { border: 0; height: 1px; background: var(--line); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ============================================================
   V4 LAYER — booking, proof, shopify, faces, languages
   ============================================================ */

/* Arabic fonts (AR pages set html[lang=ar]) */
@font-face { font-family: 'Almarai'; src: url('../assets/fonts/almarai-700-ar.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Almarai'; src: url('../assets/fonts/almarai-800-ar.woff2') format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Plex Arabic'; src: url('../assets/fonts/plex-arabic-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Plex Arabic'; src: url('../assets/fonts/plex-arabic-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Plex Arabic'; src: url('../assets/fonts/plex-arabic-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }

html[lang="ar"] body { font-family: 'Plex Arabic', var(--sans); letter-spacing: 0; }
html[lang="ar"] .display-1, html[lang="ar"] .display-2, html[lang="ar"] .display-3,
html[lang="ar"] .mark b, html[lang="ar"] .menu__links a, html[lang="ar"] h1, html[lang="ar"] h2,
html[lang="ar"] .case h3, html[lang="ar"] .post-card h3, html[lang="ar"] .post-row h2,
html[lang="ar"] .founder blockquote, html[lang="ar"] .principle b, html[lang="ar"] .contact-card h3,
html[lang="ar"] .step h3, html[lang="ar"] .svc-block h2 { font-family: 'Almarai', 'Plex Arabic', var(--sans); font-weight: 800; letter-spacing: 0; }
html[lang="ar"] .display-1 { line-height: 1.34; }
html[lang="ar"] .display-2 { line-height: 1.42; }
html[lang="ar"] .eyebrow, html[lang="ar"] .mono-note, html[lang="ar"] .chip, html[lang="ar"] .hero__proof,
html[lang="ar"] .case__meta, html[lang="ar"] .step__n, html[lang="ar"] .stat span, html[lang="ar"] .article-meta,
html[lang="ar"] .footer h4, html[lang="ar"] .book-note, html[lang="ar"] .fomo-chip, html[lang="ar"] .slot,
html[lang="ar"] .cal__dow, html[lang="ar"] .cal__day span, html[lang="ar"] .proof-note, html[lang="ar"] .shot-cap,
html[lang="ar"] .shotset figcaption, html[lang="ar"] .founder-figure figcaption, html[lang="ar"] .menu__meta a,
html[lang="ar"] .reel__slide figcaption span, html[lang="ar"] .browser__bar span, html[lang="ar"] .term__bar span {
  letter-spacing: 0; font-family: 'Plex Arabic', var(--sans);
}

/* RTL mirror */
[dir="rtl"] .eyebrow::before { transform-origin: right center; }
[dir="rtl"] .arrow-link svg, [dir="rtl"] .case-next svg { transform: scaleX(-1); }
[dir="rtl"] .arrow-link:hover svg { transform: scaleX(-1) translateX(4px); }
[dir="rtl"] .nav__links a:not(.btn)::after { transform-origin: right; }
[dir="rtl"] .marquee__track { animation-direction: reverse; }
[dir="rtl"] .svc-block ul li { padding-left: 0; padding-right: 26px; }
[dir="rtl"] .svc-block ul li::before { left: auto; right: 0; }
[dir="rtl"] .pay-model ol li, [dir="rtl"] .next-steps li { padding-left: 0; padding-right: 54px; }
[dir="rtl"] .pay-model ol li::before, [dir="rtl"] .next-steps li::before { left: auto; right: 0; }
[dir="rtl"] .prose blockquote { border-left: 0; border-right: 3px solid var(--violet); padding: .4em 1.2em .4em 0; }
[dir="rtl"] .cta__watermark { right: auto; left: -4%; }
[dir="rtl"] .browser__bar span { margin-left: 0; margin-right: 10px; }
[dir="rtl"] .penline svg { transform: scaleX(-1); }

/* language switcher */
.lang-switch { display: inline-flex; align-items: center; gap: 4px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; }
.lang-switch a { padding: 7px 9px; border-radius: 8px; color: var(--muted); transition: color .2s, background .2s; }
.lang-switch a:hover { color: var(--ink); background: var(--bone); }
.lang-switch a[aria-current="true"] { color: var(--violet); background: var(--violet-wash); }
.menu .lang-switch a { color: #9A9CA6; }
.menu .lang-switch a:hover { color: var(--porcelain); background: #23262C; }
.menu .lang-switch a[aria-current="true"] { color: #B9AFF3; background: #23262C; }

/* showreel (the code-built "video") */
.reel { position: relative; }
.reel__stage { position: relative; border-radius: var(--r-card); overflow: hidden; background: var(--ink); box-shadow: var(--shadow-lift); aspect-ratio: 16 / 10.5; }
@media (max-width: 700px) { .reel__stage { aspect-ratio: 4 / 4.4; } }
.reel__slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s var(--ease-out); display: grid; }
.reel__slide.on { opacity: 1; }
.reel__slide img { width: 100%; height: 100%; object-fit: cover; object-position: top center; opacity: .92; }
.reel__slide figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(16px, 4vw, 30px);
  background: linear-gradient(0deg, rgba(20, 22, 26, .88), rgba(20, 22, 26, 0));
  color: var(--porcelain); display: grid; gap: 4px;
}
.reel__slide figcaption b { font-family: var(--serif); font-size: clamp(1.2rem, 4vw, 1.8rem); }
.reel__slide figcaption span { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #B9AFF3; }
.reel__dots { display: flex; gap: 8px; justify-content: center; margin-top: 16px; }
.reel__dots i { width: 26px; height: 3px; border-radius: 2px; background: var(--line); transition: background .3s; }
.reel__dots i.on { background: var(--violet); }

/* terminal proof card */
.term { background: var(--ink); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-soft); font-family: var(--mono); font-size: 12.5px; line-height: 1.75; direction: ltr; }
.term__bar { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-bottom: 1px solid var(--line-dark); }
.term__bar i { width: 9px; height: 9px; border-radius: 50%; background: #3A3D45; }
.term__bar span { margin-left: 10px; color: #6E7079; font-size: 11px; letter-spacing: .08em; }
.term pre { margin: 0; padding: 18px 20px; overflow-x: auto; color: #C9CBD2; white-space: pre; text-align: left; }
.term .t-cmd { color: var(--porcelain); }
.term .t-key { color: #B9AFF3; }
.term .t-ok { color: #58C08A; }

/* backend proof grid */
.proof-grid { display: grid; gap: 18px; }
@media (min-width: 820px) { .proof-grid { grid-template-columns: 1fr 1fr; } }
.proof-note { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--muted); margin-top: 10px; }

/* comparison table (shopify page) */
.compare { border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; background: var(--card); box-shadow: var(--shadow-soft); }
.compare table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.compare th, .compare td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare thead th { font-family: var(--mono); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); background: var(--bone); }
.compare tbody tr:last-child td { border-bottom: 0; }
.compare td:nth-child(3) { background: #FBFAF5; }
.compare b { font-weight: 600; }
[dir="rtl"] .compare th, [dir="rtl"] .compare td { text-align: right; }

/* founder / faces */
.founder-figure { position: relative; border-radius: var(--r-card); overflow: hidden; box-shadow: var(--shadow-lift); }
.founder-figure img { width: 100%; display: block; }
.founder-figure figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px;
  background: linear-gradient(0deg, rgba(20, 22, 26, .82), rgba(20, 22, 26, 0));
  color: var(--porcelain); font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
}
.studio-grid { display: grid; gap: clamp(2rem, 6vw, 3.4rem); align-items: center; }
@media (min-width: 900px) { .studio-grid { grid-template-columns: .85fr 1.15fr; } .studio-grid > figure { max-width: 380px; } }

/* specialisms */
.specs { display: grid; gap: 14px; }
@media (min-width: 700px) { .specs { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1020px) { .specs { grid-template-columns: repeat(3, 1fr); } }
.spec { border: 1px solid var(--line); background: var(--card); border-radius: var(--r-card); padding: 24px; display: grid; gap: 8px; align-content: start; }
.spec svg { width: 22px; height: 22px; color: var(--violet); }
.spec b { font-weight: 600; font-size: 1.06rem; }
.spec p { color: var(--muted); font-size: .93rem; }

/* AI era band */
.ai-band { position: relative; overflow: hidden; }
.ai-band .display-2 { max-width: 22em; }
.ai-band__cols { display: grid; gap: 14px; margin-top: clamp(1.8rem, 5vw, 2.6rem); }
@media (min-width: 820px) { .ai-band__cols { grid-template-columns: 1fr 1fr; } }
.ai-card { border-radius: var(--r-card); padding: clamp(22px, 5vw, 32px); display: grid; gap: 10px; align-content: start; }
.ai-card--them { background: #1C1F25; border: 1px solid var(--line-dark); color: #A9ABB4; }
.ai-card--us { background: var(--porcelain); color: var(--ink); }
.ai-card h3 { font-family: var(--serif); font-weight: 700; font-size: 1.35rem; }
.ai-card--them h3 { color: #C9CBD2; }
.ai-card ul { list-style: none; display: grid; gap: 9px; font-size: .95rem; }
.ai-card li { padding-left: 24px; position: relative; }
.ai-card--them li::before { content: "×"; position: absolute; left: 2px; top: 0; color: #7A5C66; font-weight: 600; }
.ai-card--us li::before { content: "—"; position: absolute; left: 0; top: 0; color: var(--violet); font-weight: 600; }
[dir="rtl"] .ai-card li { padding-left: 0; padding-right: 24px; }
[dir="rtl"] .ai-card--them li::before, [dir="rtl"] .ai-card--us li::before { left: auto; right: 0; }

/* ---------- booking calendar ---------- */
.book-wrap { max-width: 860px; }
.cal { border: 1px solid var(--line); background: var(--card); border-radius: var(--r-card); box-shadow: var(--shadow-soft); overflow: hidden; }
.cal__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.cal__head b { font-family: var(--serif); font-size: 1.2rem; }
.cal__head .mono-note { color: var(--violet); }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; padding: 12px 10px; }
@media (min-width: 700px) { .cal__grid { gap: 6px; padding: 16px; } }
.cal__dow { font-family: var(--mono); font-size: 9.5px; letter-spacing: .08em; color: var(--muted); text-align: center; padding: 4px 0 8px; text-transform: uppercase; }
.cal__day {
  border: 1px solid var(--line); border-radius: 10px; padding: 7px 2px 8px; text-align: center;
  display: grid; gap: 3px; background: var(--card); min-height: 54px; align-content: center; min-width: 0;
  transition: transform .25s var(--ease-out), border-color .2s, background .2s;
}
.cal__day b { font-weight: 600; font-size: .92rem; }
.cal__day span { font-family: var(--mono); font-size: 8.5px; letter-spacing: .02em; overflow-wrap: break-word; }
.cal__day--open { cursor: pointer; }
.cal__day--open span { color: #1F7A4D; }
.cal__day--open:hover { transform: translateY(-2px); border-color: var(--violet); }
.cal__day--low span { color: #A2622B; }
.cal__day--full { background: var(--bone); color: var(--muted); }
.cal__day--full span { color: #A0554F; }
.cal__day--closed { opacity: .38; background: var(--bone); }
.cal__day--sel { border-color: var(--violet); background: var(--violet-wash); }
.cal__day--sel b { color: var(--violet); }
.slots { padding: 4px 16px 18px; display: none; }
.slots.on { display: block; }
.slots__row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.slot {
  font-family: var(--mono); font-size: 12px; letter-spacing: .06em;
  padding: 10px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--card);
  transition: border-color .2s, background .2s, transform .25s var(--ease-out);
}
.slot--open { cursor: pointer; }
.slot--open:hover { border-color: var(--violet); transform: translateY(-1px); }
.slot--taken { color: #B9B6AC; text-decoration: line-through; background: var(--bone); cursor: default; }
.slot--sel { background: var(--violet); border-color: var(--violet); color: #fff; }
.book-form { padding: 18px 16px 20px; border-top: 1px solid var(--line); display: none; }
.book-form.on { display: grid; gap: 12px; }
.book-form label { display: grid; gap: 6px; font-weight: 500; font-size: .92rem; }
.book-form input, .book-form textarea {
  font: inherit; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--porcelain);
  min-height: 48px; width: 100%;
}
.book-form input:focus, .book-form textarea:focus { outline: 2px solid var(--violet); outline-offset: 1px; border-color: var(--violet); }
.book-form .hp { position: absolute; left: -5000px; top: -5000px; }
.book-note { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; color: var(--muted); }
.book-ok { display: none; padding: clamp(24px, 6vw, 40px); text-align: center; }
.book-ok.on { display: grid; gap: 10px; justify-items: center; }
.book-ok svg { width: 44px; height: 44px; color: #1F7A4D; }
.book-ok b { font-family: var(--serif); font-size: 1.5rem; }
.fomo-chip { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: #A2622B; background: #FCF3E4; border-radius: 999px; padding: 8px 14px; }
.fomo-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #D8862F; animation: livePulse 2s ease-in-out infinite; }

/* mobile scroll comfort: steps stack plainly on phones */
@media (max-width: 700px) {
  .step, .step:nth-child(2), .step:nth-child(3), .step:nth-child(4) { position: static; top: auto; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-r], .js .ln > span, .js .menu__links a { opacity: 1 !important; transform: none !important; }
  .js .penline svg path { stroke-dasharray: none; stroke-dashoffset: 0; }
  .phone__screen img.scrolling { animation: none; }
  .marquee__track { animation: none; }
}

/* ============================================================
   v5 layer — SME conversion pass: drawn wordmark, clean phone nav,
   segmented language pill, teardown form, compressed mobile rhythm.
   ============================================================ */

/* ---------- wordmark ---------- */
.wm-def { position: absolute; width: 0; height: 0; overflow: hidden; }
.wm { height: 25px; aspect-ratio: 432/127; display: block; color: var(--ink); --wm-drop: var(--violet); }
.mark { gap: 0; }
.mark:hover .wm { color: var(--ink-2); }
.menu .wm, .footer .wm { color: var(--porcelain); --wm-drop: #9C8DF2; }
.footer .wm { height: 29px; }
@media (min-width: 900px) { .wm { height: 27px; } }

/* ---------- segmented language pill ---------- */
.lseg { display: inline-flex; align-items: center; direction: ltr; border: 1px solid var(--line); border-radius: 999px; padding: 2px; background: var(--card); }
.lseg a { font-family: var(--sans); font-weight: 600; font-size: .72rem; letter-spacing: .07em; padding: .3rem .62rem; border-radius: 999px; color: var(--muted); transition: color .2s, background .2s; }
.lseg a:hover { color: var(--ink); }
.lseg a[aria-current="true"] { background: var(--ink); color: var(--porcelain); }
.menu .lseg, .lseg--dark { border-color: var(--line-dark); background: transparent; }
.menu .lseg a { color: #9A9CA6; }
.menu .lseg a:hover { color: var(--porcelain); }
.menu .lseg a[aria-current="true"] { background: var(--porcelain); color: var(--ink); }
html[lang="ar"] .lseg a { font-family: var(--sans); letter-spacing: .05em; }

/* ---------- nav right cluster ---------- */
.nav__right { display: inline-flex; align-items: center; gap: 10px; }
.btn--nav { padding: .58rem 1.05rem; font-size: .84rem; }
.btn--nav .l-long { display: none; }
.btn--nav .l-short { display: inline; }
@media (min-width: 900px) {
  .btn--nav .l-long { display: inline; }
  .btn--nav .l-short { display: none; }
}

/* ---------- menu v5: structured sheet ---------- */
.menu { display: flex; flex-direction: column; padding: calc(var(--nav-h) + 2vh) var(--gutter) max(20px, env(safe-area-inset-bottom)); }
.menu__links { gap: 0; }
.menu__links a { font-size: clamp(1.45rem, 5.6vh, 2rem); padding: .62rem 0; border-bottom: 1px solid var(--line-dark); display: flex; align-items: baseline; justify-content: space-between; }
.menu__links a:last-child { border-bottom: 0; }
.menu__cta { max-width: 1180px; margin: auto auto 0; width: 100%; display: grid; gap: 10px; padding-top: 3vh; }
.menu__cta .btn { width: 100%; justify-content: center; text-align: center; }
.menu .btn--ghost { border: 1px solid var(--line-dark); color: var(--porcelain); border-radius: 999px; padding: .95rem 1.6rem; font-weight: 600; font-size: .95rem; display: inline-flex; align-items: center; justify-content: center; transition: border-color .2s, background .2s; }
.btn--ghost:hover { border-color: var(--porcelain); }
.menu__meta { margin: 2.4vh auto 0; align-items: center; justify-content: space-between; }
.menu__meta .lseg { margin-inline-start: auto; }
@media (min-width: 900px) { .menu__links a { border-bottom: 0; padding: .35rem 0; } }

/* ---------- hero v5 ---------- */
.hero-x { padding: calc(var(--nav-h) + clamp(2rem, 7vh, 4.5rem)) 0 clamp(2.2rem, 6vh, 4rem); }
.hero-x .wrap { display: grid; gap: clamp(1.6rem, 4vw, 4rem); align-items: center; }
@media (min-width: 980px) { .hero-x .wrap { grid-template-columns: 1.08fr .92fr; } }
.hero-x h1 { font-size: clamp(2.75rem, 11.5vw, 5rem); line-height: .98; letter-spacing: -.015em; margin: .9rem 0 1.1rem; }
.hero-x .lead { max-width: 34em; }

.tear { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: var(--shadow-soft); padding: clamp(14px, 3vw, 20px); margin-top: 1.6rem; }
.tear__row { display: grid; gap: 10px; }
@media (min-width: 700px) { .tear__row { grid-template-columns: 1.2fr 1fr auto; } }
.tear input { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: .85rem 1rem; font: 500 .95rem var(--sans); color: var(--ink); background: var(--porcelain); transition: border-color .2s, box-shadow .2s; min-height: 48px; }
.tear input:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 3px var(--violet-wash); }
.tear .btn { min-height: 48px; white-space: nowrap; }
.tear__note { margin-top: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; color: var(--muted); }
html[lang="ar"] .tear__note { font-family: 'Plex Arabic', var(--sans); letter-spacing: 0; font-size: 12.5px; }
.tear__ok { display: none; align-items: flex-start; gap: 12px; }
.tear__ok svg { width: 26px; height: 26px; color: var(--violet); flex: none; margin-top: 2px; }
.tear.is-done form { display: none; }
.tear.is-done .tear__ok { display: flex; }
.tear .hp { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; clip-path: inset(50%); }

.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.2rem; }
.chips span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 6px 11px; background: var(--card); }
html[lang="ar"] .chips span { font-family: 'Plex Arabic', var(--sans); letter-spacing: 0; font-size: 12px; }
.hero-x .after-tear { margin-top: 1rem; font-size: .95rem; }
.hero-x .after-tear a { color: var(--violet); font-weight: 600; }

/* phone mock sizing on small screens */
@media (max-width: 979px) {
  .hero-x .phone { max-width: 240px; margin: 0 auto; }
  .hero-x .phone__screen { height: 430px; }
}

/* ---------- shopband ---------- */
.shopband { background: var(--bone); border-block: 1px solid var(--line); }
.shopband .sbin { padding-block: clamp(2.6rem, 7vw, 4.6rem); }
.shopband h2 { font-size: clamp(1.7rem, 5.4vw, 2.5rem); margin-bottom: .5rem; }
.shopband .grid3 { display: grid; gap: 12px; margin-top: 1.6rem; }
@media (min-width: 760px) { .shopband .grid3 { grid-template-columns: repeat(3, 1fr); } }
.shopband .g { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; }
.shopband .g b { display: block; font-weight: 650; margin-bottom: 4px; }
.shopband .g p { color: var(--muted); font-size: .92rem; line-height: 1.5; }

/* ---------- focal work cards ---------- */
.workx { display: grid; gap: clamp(1.6rem, 4vw, 2.6rem); }
.wx { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: var(--shadow-soft); overflow: hidden; }
.wx__media { position: relative; background: var(--bone); padding: clamp(14px, 3.4vw, 26px) clamp(14px, 3.4vw, 26px) 0; }
.wx__media .browser { margin: 0; box-shadow: none; border: 1px solid var(--line); border-bottom: 0; border-radius: 14px 14px 0 0; }
.wx__back { position: absolute; right: clamp(6px, 2vw, 18px); bottom: -26px; width: min(46%, 300px); border-radius: 10px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-lift); background: var(--card); }
.wx__back img { display: block; width: 100%; }
.wx__body { padding: clamp(34px, 6vw, 40px) clamp(16px, 3.4vw, 26px) clamp(18px, 3.4vw, 26px); }
.wx__body h3 { font-size: clamp(1.5rem, 4.6vw, 2rem); margin-bottom: .35rem; }
.wx__body > p { color: var(--muted); max-width: 46em; }
.wx__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 16px; }
.wx__tags span { font-size: .8rem; font-weight: 600; color: var(--ink-2); background: var(--violet-wash); border-radius: 999px; padding: 6px 12px; }
.work-mini { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; margin-top: 1.4rem; color: var(--muted); font-size: .95rem; }
.work-mini a { color: var(--violet); font-weight: 600; white-space: nowrap; }

/* ---------- compact services ---------- */
.svcx { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); margin-top: 1.6rem; }
@media (min-width: 860px) { .svcx { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 859px) { .svcx a:last-child { grid-column: 1 / -1; } }
.svcx a { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px; display: flex; flex-direction: column; gap: 4px; transition: border-color .2s, transform .3s var(--ease-out), box-shadow .3s; }
.svcx a:hover { border-color: var(--violet); transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.svcx b { font-weight: 650; font-size: .93rem; line-height: 1.25; }
.svcx i { font-style: normal; font-family: var(--mono); font-size: 10.5px; letter-spacing: .05em; color: var(--muted); }
html[lang="ar"] .svcx i { font-family: 'Plex Arabic', var(--sans); letter-spacing: 0; font-size: 12px; }
.svcx .price { margin-top: auto; padding-top: 6px; color: var(--violet); font-weight: 650; font-size: .9rem; }

/* ---------- founder v5 ---------- */
.founder-figure { max-width: 420px; }
.founder-figure img { aspect-ratio: 4/5; object-fit: cover; width: 100%; height: auto; }

/* ---------- journal compact list ---------- */
.jlist { display: grid; gap: 0; margin-top: 1.2rem; }
.jlist a { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 14px 2px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-weight: 700; font-size: clamp(1.05rem, 3.4vw, 1.35rem); line-height: 1.25; transition: color .2s; }
.jlist a:hover { color: var(--violet); }
.jlist .m { font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; color: var(--muted); white-space: nowrap; }
html[lang="ar"] .jlist .m { font-family: 'Plex Arabic', var(--sans); letter-spacing: 0; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 10px; margin-top: 1.6rem; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 0 18px; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 0; font-weight: 650; font-size: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--serif); font-size: 1.3rem; color: var(--violet); transition: transform .3s var(--ease-out); flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); line-height: 1.6; padding-bottom: 16px; max-width: 60em; }

/* ---------- mobile rhythm compression ---------- */
@media (max-width: 700px) {
  :root { --sect: clamp(3.4rem, 10vw, 4.5rem); }
  .lead { font-size: 1.02rem; }
  .footer__top { gap: 26px; }
}

/* dark chips + teardown label */
.on-ink .chips span { background: var(--ink-2); border-color: var(--line-dark); color: #A9ABB4; }
.tear__label { font-weight: 650; font-size: 1.02rem; margin-bottom: 12px; display: block; }
.tear__err { color: #B4232A; font-size: .9rem; margin-top: 10px; }
.work-mini { border-top: 1px solid var(--line); padding-top: 1.2rem; }

/* v5.1 QA fixes */
.mark svg.wm { width: auto; height: 25px; }
.footer .mark svg.wm { height: 29px; }
@media (min-width: 900px) { .mark svg.wm { height: 27px; } }
body.menu-open .nav .wm { color: var(--porcelain); }
.menu__links a { width: 100%; }
.shopband h2 { line-height: 1.15; }

/* v5.2: RTL containment — the decorative marquee is direction-neutral,
   and Arabic pages must never scroll sideways */
[dir="rtl"] .marquee { direction: ltr; }
html[lang="ar"] body { overflow-x: clip; }

html[lang="ar"] { overflow-x: clip; }

/* ============================================================
   v6 layer — louder eyebrows, readable reel, calmer phone nav,
   italic wordmark ratio
   ============================================================ */
.wm { aspect-ratio: 394/129; }
.eyebrow { font-family: var(--sans); font-weight: 700; font-size: .84rem; letter-spacing: .12em; color: var(--violet-deep); }
html[lang="ar"] .eyebrow { font-family: 'Plex Arabic', var(--sans); letter-spacing: 0; font-size: 1rem; font-weight: 600; }

/* showreel: contrast + manual control */
.reel__slide figcaption { background: linear-gradient(180deg, rgba(10,11,14,0) 0%, rgba(10,11,14,.55) 34%, rgba(10,11,14,.92) 100%); padding-top: 3.4rem; }
.reel__slide figcaption b { color: #FFFFFF; }
.reel__slide figcaption span { color: #CDC3FF; font-size: 12px; font-weight: 500; }
.reel__dots i { cursor: pointer; padding: 6px; box-sizing: content-box; background-clip: content-box; }
.reel__stage { position: relative; }
.reel__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer; display: grid; place-items: center; background: rgba(247,246,242,.92); color: var(--ink); box-shadow: var(--shadow-soft); transition: background .2s, transform .2s; }
.reel__arrow:hover { background: #fff; }
.reel__arrow:active { transform: translateY(-50%) scale(.94); }
.reel__arrow--prev { inset-inline-start: 12px; }
.reel__arrow--next { inset-inline-end: 12px; }
[dir="rtl"] .reel__arrow svg { transform: scaleX(-1); }

/* phone nav performance */
@media (max-width: 900px) {
  .nav.scrolled { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(247, 246, 242, .97); }
  .menu { transition: opacity .28s ease, visibility .28s ease; }
  .menu__links a { transition: color .2s; }
}
body.menu-open .scrolling, body.menu-open .marquee__track { animation-play-state: paused; }

/* hero phone: feature showcase */
.phone__screen { position: relative; }
.ps { position: absolute; inset: 0; opacity: 0; z-index: 1; background: var(--bone); transition: opacity .4s ease; }
.ps img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.ps.on { opacity: 1; z-index: 2; }
.ps__cap { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: rgba(10, 11, 14, .8); color: var(--porcelain); font: 600 .7rem var(--sans); letter-spacing: .02em; padding: 6px 12px; border-radius: 999px; max-width: 92%; overflow: hidden; text-overflow: ellipsis; }
html[lang="ar"] .ps__cap { font-size: .78rem; }
@media (prefers-reduced-motion: reduce) { .ps { transition: none; } }

/* v7: left aligned nav, language pill by the Book button, agency footer on phones */
.nav__in { justify-content: flex-start; }
.nav__links { margin-inline-start: clamp(20px, 3.4vw, 44px); }
.nav__right { margin-inline-start: auto; }
@media (max-width: 899px) { .nav__right .lseg { display: none; } }
.stage > a { display: block; }
@media (max-width: 700px) {
  .footer .wrap { padding-top: 2rem; }
  .footer__top { gap: 18px; padding-bottom: 1.2rem; }
  .footer__top > div:nth-child(2) { display: none; }
  .footer__tag { font-size: .9rem; margin-top: 8px; }
  .footer h4 { margin-bottom: 8px; }
  .footer ul { display: flex; flex-wrap: wrap; gap: 8px 18px; }
  .footer__base { padding-top: 12px; font-size: .78rem; }
}

/* ============================================================
   v8 layer — mobile nav: solid bar, burger on the left,
   language pill beside Book on every screen size
   ============================================================ */
@media (max-width: 899px) {
  .nav { background: var(--porcelain); }
  .nav.scrolled { background: var(--porcelain); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .nav__in { gap: 9px; }
  .nav__right { display: contents; }
  .nav__burger { order: -1; margin-right: 0; margin-inline-start: -12px; }
  .nav__right .lseg { display: inline-flex; order: 2; margin-inline-start: auto; }
  .nav__right .lseg a { font-size: .64rem; padding: .26rem .48rem; }
  .btn--nav { order: 3; padding: .52rem .9rem; }
  .mark svg.wm { height: 22px; }
  body.menu-open .nav { background: transparent; box-shadow: none; }
  body.menu-open .nav__right .lseg { border-color: rgba(255, 255, 255, .22); background: transparent; }
  body.menu-open .nav__right .lseg a { color: #9A9CA6; }
  body.menu-open .nav__right .lseg a[aria-current="true"] { background: var(--porcelain); color: var(--ink); }
  body.menu-open .btn--nav { visibility: hidden; }
}

/* ============================================================
   v9 layer — case chips, arabic joins, compact table, faq feel,
   menu contact row, short footer, anchor offset
   ============================================================ */
html { scroll-padding-top: calc(var(--nav-h) + 16px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

/* case study chips: one system, live chip is the loud one */
.chip { font-family: var(--sans); font-weight: 600; font-size: .8rem; letter-spacing: .01em; color: var(--ink-2); padding: 9px 15px; }
.chip--live, a.chip--live { background: var(--violet); border-color: var(--violet); color: #fff; }
a.chip--live:hover { background: var(--violet-deep); color: #fff; }
html[lang="ar"] .chip { font-family: 'Plex Arabic', var(--sans); letter-spacing: 0; font-size: .88rem; }

/* arabic letters must join: never mono, never tracked */
html[lang="ar"] dt, html[lang="ar"] .compare thead th, html[lang="ar"] .prose table th,
html[lang="ar"] .footer__hours li, html[lang="ar"] summary { font-family: 'Plex Arabic', var(--sans); letter-spacing: 0; }
html[lang="ar"] .case-side dt { font-size: .84rem; text-transform: none; }

/* hero proof chips: calmer, sans, violet tick */
.chips span { font-family: var(--sans); font-weight: 600; font-size: .8rem; letter-spacing: .01em; color: var(--ink-2); background: var(--card); padding: 8px 14px; }
.chips span::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--violet); margin-inline-end: 8px; vertical-align: 2px; }
html[lang="ar"] .chips span { font-family: 'Plex Arabic', var(--sans); font-size: .9rem; }
.on-ink .chips span { color: #C9CBD3; }
.on-ink .chips span::before { background: #B9AFF3; }

/* comparison table: compact and scannable */
.compare table { font-size: .88rem; }
.compare th, .compare td { padding: 10px 12px; }
.compare thead th { font-size: 10px; letter-spacing: .14em; }
@media (max-width: 700px) {
  .compare table { font-size: .8rem; }
  .compare th, .compare td { padding: 8px 9px; }
}

/* migration step numbers readable on ink */
.on-ink .step__n { color: #B9AFF3; }

/* faq: soft press, no grey rectangle */
.faq summary { -webkit-tap-highlight-color: transparent; border-radius: 14px; margin: 0 -18px; padding: 16px 18px; }
.faq summary:focus-visible { outline: none; box-shadow: 0 0 0 3px var(--violet-wash); }
.faq details p { overflow: hidden; }

/* menu contact row above the CTAs */
.menu__contact { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.menu__contact a { border: 1px solid var(--line-dark); border-radius: 999px; padding: .8rem; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--porcelain); font-weight: 600; font-size: .92rem; }
.menu__contact svg { opacity: .75; flex: none; }

/* footer: shorter, hours instead of contact trails */
.footer__top { padding: clamp(2rem, 5vw, 2.8rem) 0 clamp(1.5rem, 4vw, 2.2rem); }
.footer__hours li { color: #8B8E98; font-size: .95rem; line-height: 1.9; }

/* ============================================================
   v10 layer — WhatsApp reach, case study results
   ============================================================ */
.wa-fab { position: fixed; inset-block-end: 18px; inset-inline-end: 18px; z-index: 55; width: 52px; height: 52px; border-radius: 50%; background: var(--ink); color: var(--porcelain); border: 1.5px solid rgba(247, 246, 242, .45); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(20, 22, 26, .28); transition: transform .2s, background .2s; }
.wa-fab svg { width: 26px; height: 26px; }
.wa-fab:hover { transform: translateY(-3px); background: var(--violet); color: #fff; }
body.menu-open .wa-fab { visibility: hidden; }
@media print { .wa-fab { display: none; } }

/* ============================================================
   v11 layer — Chinese (Simplified) type system
   ============================================================ */
html[lang="zh"] body { font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", var(--sans); }
html[lang="zh"] h1, html[lang="zh"] h2, html[lang="zh"] h3, html[lang="zh"] .display-1, html[lang="zh"] .display-2,
html[lang="zh"] .mark b, html[lang="zh"] .menu__links a { font-family: "Songti SC", "Noto Serif SC", "PingFang SC", "Microsoft YaHei", var(--serif); letter-spacing: .02em; }
html[lang="zh"] .display-1 em, html[lang="zh"] .display-2 em, html[lang="zh"] h2 em { font-style: normal; color: var(--violet); }
html[lang="zh"] .eyebrow { letter-spacing: .18em; }
html[lang="zh"] .lead, html[lang="zh"] p { line-height: 1.85; }
html[lang="zh"] .chips span, html[lang="zh"] .chip, html[lang="zh"] .tear__label { font-family: "PingFang SC", "Microsoft YaHei", var(--sans); letter-spacing: .02em; }
@media (max-width: 420px) { .nav__right .lseg a { font-size: .6rem; padding: .24rem .38rem; } }

/* ============================================================
   v12 layer — services cards, shot strips, journal covers,
   ink drop entrance
   ============================================================ */
.svc-list { display: grid; gap: 14px; }
@media (min-width: 900px) { .svc-list { grid-template-columns: 1fr 1fr; gap: 18px; } }
.svc-list .svc-block { border: 1px solid var(--line); border-radius: var(--r-card); background: var(--card); padding: clamp(1.5rem, 4vw, 2.1rem); display: block; box-shadow: var(--shadow-soft); }
.svc-list .svc-block h2 { font-size: clamp(1.35rem, 3.6vw, 1.6rem); margin-bottom: .45rem; }
.svc-list .svc-block p { max-width: none; font-size: .95rem; }
.svc-note { grid-column: 1 / -1; margin-top: 6px; }

.strip { overflow: hidden; margin-top: clamp(1.4rem, 4vw, 2.2rem); }
.strip__track { display: flex; gap: 14px; width: max-content; animation: stripMove 46s linear infinite; }
.strip img { height: clamp(120px, 20vw, 190px); width: auto; border-radius: 12px; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
@keyframes stripMove { to { transform: translateX(-50%); } }
[dir="rtl"] .strip { direction: ltr; }
body.menu-open .strip__track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .strip__track { animation: none; } }

.post-row .jcover { width: 100%; height: auto; aspect-ratio: 1200/630; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); margin-bottom: 6px; }
@media (min-width: 860px) {
  .post-row { grid-template-columns: 280px 1fr; column-gap: 26px; }
  .post-row .jcover { grid-row: 1 / span 4; align-self: start; margin-bottom: 0; }
}
.acover img { width: 100%; height: auto; border-radius: var(--r-card); border: 1px solid var(--line); margin-top: clamp(1.2rem, 4vw, 1.8rem); }

@media (prefers-reduced-motion: no-preference) {
  #wm-g .drop { animation: dropIn 1s cubic-bezier(.22, 1.5, .36, 1) .35s backwards; }
  @keyframes dropIn { from { transform: translateY(-24px); opacity: 0; } 55% { opacity: 1; } to { transform: none; opacity: 1; } }
}

/* v13: location pages */
.svcx--loc { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

/* v15: case study results */
.results { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin-top: 1rem; }
.results div { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; }
.results b { display: block; font-family: var(--serif); font-weight: 700; font-size: clamp(1.5rem, 4.4vw, 2rem); line-height: 1; color: var(--violet-deep); }
.results span { display: block; margin-top: 6px; font-size: .86rem; color: var(--muted); line-height: 1.5; }
html[lang="ar"] .results span, html[lang="zh"] .results span { font-size: .92rem; }
