/* =============================================================
   VELOX — Full site styles
   Palette extracted from the original veloxdesign.netlify.app
   ============================================================= */

:root {
  /* Surfaces — warm porcelain base, deep ultramarine signature */
  --bg:        #FAF6EE;          /* warm off-white porcelain */
  --bg-warm:   #F4E8D8;          /* warm linen card */
  --bg-blue:   #E6ECF8;          /* pale ultramarine-tinted card */
  --bg-cream:  #F1EADC;          /* sandy cream card */
  --navy:      #172C63;          /* deep considered blue — dark surfaces */
  --navy-2:    #1E3877;          /* hover */
  --blue:      #2A469B;          /* signature ultramarine — interactive + emphasis */
  --blue-2:    #223B87;          /* pressed / hover */
  --ink:       #131F45;          /* primary text — blue-black ink */
  --ink-2:     #525E80;          /* muted */
  --ink-3:     #8B92A8;          /* faint */
  --inv:       #F8F5ED;          /* warm text on blue */
  --peach:     #E9B58A;          /* warm gold-apricot (secondary accent, dark surfaces) */
  --peach-2:   #DE9E68;          /* deeper gold */
  --line:      rgba(23,44,99,0.11);
  --line-2:    rgba(23,44,99,0.055);
  --line-inv:  rgba(248,245,237,0.13);
  --shadow-sm: 0 1px 2px rgba(23,44,99,0.04), 0 4px 12px -4px rgba(23,44,99,0.07);
  --shadow-md: 0 10px 30px -10px rgba(23,44,99,0.16), 0 2px 6px rgba(23,44,99,0.04);
  --shadow-lg: 0 30px 60px -20px rgba(23,44,99,0.22), 0 12px 24px -12px rgba(23,44,99,0.12), 0 0 0 1px rgba(23,44,99,0.06);

  /* Type — Fraunces (heavy + SOFT axis) for headers, Geist for body. */
  --display: 'Fraunces', 'Source Serif 4', Georgia, serif;
  --serif:   'Fraunces', 'Source Serif 4', Georgia, serif;
  --sans:    'Geist', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --mono:    'Geist Mono', 'SF Mono', Menlo, monospace;

  /* Motion */
  --ease-out: cubic-bezier(.2,.7,.2,1);
  --ease-in-out: cubic-bezier(.76,0,.24,1);

  /* Spacing system
     --edge      : outer breathing room from viewport border to content
     --edge-half : harmony step (half of edge) for inner alignment */
  --edge: 72px;
  --edge-half: 36px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body { overflow-x: hidden; min-height: 100vh; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
img, svg { display: block; max-width: 100%; }

/* =============================================================
   BACKGROUND LAYERS
   ============================================================= */
.bg-layer { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.bg-grid {
  position: absolute; inset: -2px;
  background-image: radial-gradient(circle at 1px 1px, rgba(42,70,155,0.12) 1px, transparent 0);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse 62% 58% at 50% 26%, #000 25%, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse 62% 58% at 50% 26%, #000 25%, transparent 88%);
  opacity: .3;
}
.bg-glow {
  position: absolute;
  width: 1000px; height: 1000px;
  top: -320px; right: -280px;
  background: radial-gradient(circle at center,
    rgba(42,70,155,0.13) 0%,
    rgba(42,70,155,0.05) 34%,
    transparent 70%);
  animation: glowBreath 16s ease-in-out infinite;
}
.bg-glow.b {
  top: auto; right: auto;
  bottom: -320px; left: -240px;
  width: 820px; height: 820px;
  background: radial-gradient(circle at center,
    rgba(233,181,138,0.18) 0%,
    rgba(233,181,138,0.06) 35%,
    transparent 70%);
  animation-duration: 20s;
  animation-delay: -6s;
}
@keyframes glowBreath {
  0%, 100% { transform: translate(0,0) scale(1); opacity: .85; }
  50%      { transform: translate(-34px, 24px) scale(1.07); opacity: 1; }
}

/* ── Drifting orbs (injected by velox-fx.js, parallaxed on scroll) ── */
.orb-wrap { position: absolute; inset: 0; will-change: transform; }
.orb {
  position: absolute;
  border-radius: 50%;
  animation: orbFloat 26s ease-in-out infinite;
}
.orb-a .orb {
  width: min(780px, 90vw); height: min(780px, 90vw);
  top: -12%; right: -14%;
  background: radial-gradient(circle at 42% 40%,
    rgba(42,70,155,0.13) 0%,
    rgba(42,70,155,0.05) 38%,
    transparent 68%);
}
.orb-b .orb {
  width: min(620px, 80vw); height: min(620px, 80vw);
  top: 42%; left: -16%;
  background: radial-gradient(circle at 55% 45%,
    rgba(233,181,138,0.18) 0%,
    rgba(233,181,138,0.06) 40%,
    transparent 70%);
  animation-duration: 32s;
  animation-delay: -9s;
}
.orb-c .orb {
  width: min(560px, 76vw); height: min(560px, 76vw);
  top: 96%; right: -6%;
  background: radial-gradient(circle at 50% 50%,
    rgba(126,160,224,0.12) 0%,
    rgba(126,160,224,0.045) 40%,
    transparent 70%);
  animation-duration: 38s;
  animation-delay: -18s;
}
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(-38px, 26px) scale(1.05); }
  66%      { transform: translate(26px, -20px) scale(0.97); }
}

/* Fine grain — keeps the light surface from feeling flat */
.bg-noise {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  opacity: .05;
}

/* =============================================================
   INTRO LOADER (faster — total 1.4s)
   ============================================================= */
.intro {
  position: fixed; inset: 0;
  z-index: 200;
  background:
    radial-gradient(ellipse 70% 60% at 70% 20%, rgba(42,70,155,0.10), transparent 65%),
    radial-gradient(ellipse 55% 50% at 15% 85%, rgba(233,181,138,0.16), transparent 65%),
    var(--bg);
  display: grid; place-items: center;
  overflow: hidden;
  animation: introLift .55s var(--ease-in-out) forwards;
  animation-delay: 1.0s;
}
@keyframes introLift {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-101%); }
}
.intro-inner {
  position: relative;
  width: min(440px, 80vw);
  height: 80px;
  display: flex; align-items: center; justify-content: center;
}
.intro-streak {
  position: absolute;
  top: 50%; left: 0; height: 2px; width: 100%;
  background: var(--blue);
  transform-origin: left center;
  transform: translateY(-50%) scaleX(0);
  animation: introStreak .9s var(--ease-in-out) forwards;
  box-shadow: 0 0 24px rgba(42,70,155,0.5);
}
@keyframes introStreak {
  0%     { transform: translateY(-50%) scaleX(0); transform-origin: left center; }
  50%    { transform: translateY(-50%) scaleX(1); transform-origin: left center; }
  50.01% { transform-origin: right center; }
  100%   { transform: translateY(-50%) scaleX(0); transform-origin: right center; }
}
.intro-letters {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(56px, 9vw, 96px);
  letter-spacing: -0.01em;
  color: var(--ink);
  clip-path: inset(0 100% 0 0);
  animation: introReveal .7s var(--ease-in-out) forwards;
  animation-delay: .25s;
  line-height: 1;
}
@keyframes introReveal {
  0%   { clip-path: inset(0 100% 0 0); }
  100% { clip-path: inset(0 0    0 0); }
}
.intro-letters em {
  font-style: italic;
  color: var(--blue);
  font-weight: 400;
}
.intro-meta {
  position: absolute;
  bottom: 32px; left: 40px;
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(19,31,69,0.45);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeIn .5s ease forwards;
  animation-delay: .4s;
}
.intro-meta.r { left: auto; right: 40px; text-align: right; }
@keyframes fadeIn { to { opacity: 1; } }

/* =============================================================
   LOGO (refined V mark + wordmark)
   ============================================================= */
.logo {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--ink);
  position: relative;
  height: 48px;
  flex-shrink: 0;
  transition: opacity .2s var(--ease-out);
  text-decoration: none;
}
.logo:hover { opacity: .82; }
.logo-img {
  height: 100%;
  width: auto;
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 50%;
  /* Stamp has cream backdrop — multiply softens it into nav glass */
  mix-blend-mode: multiply;
  user-select: none;
  -webkit-user-drag: none;
}
.logo::after {
  content: "VELOX";
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin-left: 2px;
}
@keyframes logoStreak {
  0%   { transform: translateX(-110%); }
  35%  { transform: translateX(110%); }
  100% { transform: translateX(110%); }
}

/* =============================================================
   NAV
   ============================================================= */
.nav {
  position: fixed; top: 18px; left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: 10px 12px 10px 18px;
  width: calc(100% - var(--edge-half) * 2);
  max-width: 1320px;
  border-radius: 999px;
  background: rgba(250,246,238,0.7);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border: 1px solid var(--line);
  transition: box-shadow .3s var(--ease-out), background .3s;
}
.nav.scrolled {
  background: rgba(250,246,238,0.92);
  box-shadow: var(--shadow-md);
}
.nav-links {
  display: flex; gap: 4px;
  font-size: 14px;
}
.nav-links a {
  padding: 8px 18px;
  border-radius: 999px;
  color: var(--ink-2);
  transition: color .2s, background .2s;
}
.nav-links a:hover { color: var(--ink); background: rgba(42,70,155,0.07); }
.nav-links a.active { color: var(--inv); background: var(--blue); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-time {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(250,246,238,0.5);
}
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 10px 10px 20px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--inv);
  font-family: var(--sans);
  font-size: 14px; font-weight: 500;
  box-shadow: 0 6px 18px -8px rgba(42,70,155,0.45);
  transition: background .2s, transform .2s, box-shadow .2s;
}
.nav-cta-arrow {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--inv);
  color: var(--blue);
  display: grid; place-items: center;
  transition: transform .25s var(--ease-out);
}
.nav-cta:hover { background: var(--blue-2); box-shadow: 0 10px 24px -8px rgba(42,70,155,0.55); }
.nav-cta:hover .nav-cta-arrow { transform: rotate(-45deg); }

/* =============================================================
   HAMBURGER + MOBILE DRAWER
   ============================================================= */
.nav-burger {
  display: none;
  width: 44px; height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(250,246,238,0.6);
  color: var(--ink);
  cursor: pointer;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
  padding: 0;
  flex-shrink: 0;
  transition: background .2s;
}
.nav-burger:hover { background: var(--bg-warm); }
.nav-burger span {
  display: block;
  width: 18px; height: 1.6px;
  background: currentColor;
  border-radius: 2px;
  transition: transform .3s var(--ease-out), opacity .2s;
}
body.menu-open .nav-burger span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
body.menu-open .nav-burger span:nth-child(2) { opacity: 0; }
body.menu-open .nav-burger span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0;
  z-index: 45;
  background: var(--bg-cream);
  padding: 96px 24px 32px;
  transform: translateY(-101%);
  transition: transform .55s var(--ease-out);
  display: flex; flex-direction: column;
  overflow-y: auto;
}
body.menu-open .mobile-menu { transform: translateY(0); }
body.menu-open { overflow: hidden; }
.mobile-menu-inner { display: flex; flex-direction: column; height: 100%; }
.mm-link {
  display: flex; align-items: baseline;
  gap: 14px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(28px, 8vw, 40px);
  letter-spacing: -0.01em;
  color: var(--ink);
  text-decoration: none;
  transition: padding-left .25s var(--ease-out), color .2s;
}
.mm-link:hover, .mm-link:focus-visible { padding-left: 12px; color: var(--navy); }
.mm-num {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-3);
  letter-spacing: .06em;
  flex-shrink: 0;
}
.mm-arrow {
  margin-left: auto;
  font-family: var(--sans);
  font-size: 18px;
  color: var(--blue);
  font-style: normal;
}
.mm-foot {
  margin-top: auto;
  padding-top: 32px;
  display: flex; flex-direction: column; gap: 18px;
}
.mm-cta { justify-content: center; width: 100%; padding: 18px 22px; font-size: 16px; }
.mm-meta {
  display: flex; justify-content: space-between;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: .08em;
  padding-top: 8px;
}

/* =============================================================
   LAYOUT
   ============================================================= */
.shell {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 var(--edge);
}
section { position: relative; z-index: 1; }

/* Section eyebrow ("02 — Shërbimet") */
.section-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.section-tag::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

/* Section heading shared style */
.section-h {
  font-family: var(--display);
  font-weight: 500;
  font-variation-settings: "SOFT" 100, "opsz" 144;
  letter-spacing: -0.005em;
  font-size: clamp(48px, 6.3vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--ink);
  text-wrap: balance;
}
.section-h em {
  font-family: var(--display);
  font-style: italic;
  font-weight: 450;
  font-variation-settings: "SOFT" 100, "opsz" 144;
  color: var(--blue);
  font-weight: 400;
}

/* =============================================================
   HERO
   ============================================================= */
.hero {
  padding: 130px 0 60px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 100vh;
}
.hero-content > * {
  opacity: 0;
  transform: translateY(20px);
  animation: rise .9s var(--ease-out) forwards;
}
.hero-content > *:nth-child(1) { animation-delay: 1.45s; }
.hero-content > *:nth-child(2) { animation-delay: 1.55s; }
.hero-content > *:nth-child(3) { animation-delay: 1.65s; }
.hero-content > *:nth-child(4) { animation-delay: 1.75s; }
.hero-content > *:nth-child(5) { animation-delay: 1.85s; }
.hero-content > *:nth-child(6) { animation-delay: 1.95s; }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }

.status {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-2);
  letter-spacing: 0.04em;
  background: rgba(255,253,247,0.55);
  margin-bottom: 28px;
}
.status-dot {
  width: 8px; height: 8px;
  background: #2BB673;
  border-radius: 50%;
  position: relative;
}
.status-dot::after {
  content: ""; position: absolute; inset: 0;
  border-radius: 50%;
  background: #2BB673;
  animation: ping 2s ease-out infinite;
}
@keyframes ping { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(3); opacity: 0; } }

.eyebrow {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.headline {
  font-family: var(--display);
  font-weight: 500;
  font-variation-settings: "SOFT" 100, "opsz" 144;
  letter-spacing: -0.005em;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 28px;
  text-wrap: balance;
}
.headline em {
  font-style: italic;
  font-weight: 450;
  font-variation-settings: "SOFT" 100, "opsz" 144;
  color: var(--blue);
  position: relative;
  display: inline-block;
}
.headline em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0.06em;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue) 30%, var(--blue) 70%, transparent);
  transform: scaleX(0);
  transform-origin: left center;
  animation: underline 7s var(--ease-in-out) 3s infinite;
  opacity: .55;
}
@keyframes underline {
  0%     { transform: scaleX(0); transform-origin: left center; }
  35%    { transform: scaleX(1); transform-origin: left center; }
  35.01% { transform-origin: right center; }
  70%    { transform: scaleX(0); transform-origin: right center; }
  100%   { transform: scaleX(0); transform-origin: right center; }
}
.lede {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 520px;
  margin-bottom: 36px;
}
.cta-row {
  display: flex; gap: 12px; align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 14px; font-weight: 500;
  transition: transform .2s, background .2s, color .2s, box-shadow .2s, border-color .2s;
  position: relative;
}
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(3px); }
.btn-primary {
  background: var(--blue);
  color: var(--inv);
  box-shadow: 0 8px 22px -10px rgba(42,70,155,0.5);
}
.btn-primary:hover {
  transform: translateY(-2px);
  background: var(--blue-2);
  box-shadow: 0 16px 32px -12px rgba(42,70,155,0.55);
}
.btn-ghost {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255,253,247,0.5);
}
.btn-ghost:hover { background: var(--ink); color: var(--inv); border-color: var(--ink); }
.trust { display: flex; align-items: center; gap: 14px; font-size: 13px; color: var(--ink-2); }
.stars { color: var(--peach-2); letter-spacing: 2px; }

/* ===== 3D scene ===== */
.scene {
  position: relative;
  height: 600px;
  perspective: 1400px;
  perspective-origin: 50% 50%;
  opacity: 0;
  animation: fadeIn 1.3s var(--ease-out) forwards;
  animation-delay: 1.6s;
}
.stack {
  position: absolute; inset: 0;
  transform-style: preserve-3d;
  --mx: 0; --my: 0;
  transform:
    rotateX(calc(6deg + var(--my) * -4deg))
    rotateY(calc(-22deg + var(--mx) * 6deg))
    rotateZ(-2deg);
  transition: transform .2s ease-out;
}
.stack-bob {
  animation: stackBob 9s ease-in-out infinite;
}
@keyframes stackBob {
  0%, 100% { transform: rotateX(6deg) rotateY(-22deg) rotateZ(-2deg) translateY(0); }
  50%      { transform: rotateX(4deg) rotateY(-26deg) rotateZ(-1deg) translateY(-12px); }
}
.plane {
  position: absolute;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  transform-style: preserve-3d;
  overflow: hidden;
}
.plane-browser {
  width: 620px; height: 410px;
  top: 70px; left: 20px;
  transform: translateZ(-40px);
}
.plane-browser .chrome {
  height: 36px;
  background: linear-gradient(to bottom, #fafbfc, #f1f4f8);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center;
  padding: 0 14px; gap: 8px;
}
.cdot { width: 10px; height: 10px; border-radius: 50%; }
.cdot:nth-child(1){ background:#FF5F57;}
.cdot:nth-child(2){ background:#FEBC2E;}
.cdot:nth-child(3){ background:#28C840;}
.url {
  margin-left: 12px;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-2);
  flex: 1;
  max-width: 240px;
}
.plane-body { padding: 28px 32px; position: relative; }
.mini-eyebrow {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mini-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.mini-title em { font-style: italic; color: var(--peach); font-weight: 400; }
.mini-line {
  height: 8px; border-radius: 4px;
  background: linear-gradient(90deg, #e7ebf0, #f3f5f8);
}
.row { display: flex; gap: 8px; align-items: center; }
.grid-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 10px; margin-top: 18px;
}
.gc {
  height: 78px;
  background: #f6f7f9;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.gc .b { height: 8px; width: 60%; background: var(--navy); border-radius: 3px; }
.gc .s { height: 6px; width: 40%; background: #d8dce2; border-radius: 3px; }
.gc.accent { background: var(--navy); }
.gc.accent .b { background: var(--peach); }
.gc.accent .s { background: rgba(255,255,255,0.5); }
.gc.warm { background: var(--bg-warm); }
.gc.warm .b { background: var(--navy); }
.gc.warm .s { background: rgba(13,26,58,0.3); }

.plane-phone {
  width: 210px; height: 420px;
  right: -10px; top: 70px;
  border-radius: 30px;
  transform: translateZ(80px) rotateY(8deg);
  padding: 14px;
}
.phone-screen {
  width: 100%; height: 100%;
  background: var(--navy);
  border-radius: 20px;
  padding: 18px 14px;
  position: relative;
  overflow: hidden;
}
.phone-notch {
  position: absolute; top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 5px;
  background: #000; border-radius: 99px;
}
.phone-title {
  color: var(--inv);
  font-family: var(--serif);
  font-weight: 500;
  font-size: 16px;
  margin: 18px 0 16px;
  letter-spacing: -0.01em;
}
.phone-title em { font-style: italic; color: var(--peach); font-weight: 400; }
.phone-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 8px;
  display: flex; align-items: center; gap: 10px;
}
.phone-thumb { width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0; }
.phone-thumb.a { background: linear-gradient(135deg, var(--peach), var(--peach-2)); }
.phone-thumb.b { background: linear-gradient(135deg, #7CC4FF, #4A8FE7); }
.phone-thumb.c { background: linear-gradient(135deg, #C5C9D6, #8A95A8); }
.phone-lines { flex: 1; }
.phone-lines .l1 { height: 6px; width: 80%; background: rgba(255,255,255,0.9); border-radius: 3px; margin-bottom: 6px; }
.phone-lines .l2 { height: 5px; width: 60%; background: rgba(255,255,255,0.3); border-radius: 3px; }

.chip {
  position: absolute;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink);
  box-shadow: 0 10px 20px -8px rgba(13,26,58,0.15);
  transform-style: preserve-3d;
  display: flex; align-items: center; gap: 8px;
}
.chip .x { width: 6px; height: 6px; border-radius: 50%; background: var(--peach); }
.chip-a { top: 20px; left: -20px; transform: translateZ(140px); animation: chip 7s ease-in-out infinite; }
.chip-b { top: 240px; left: -50px; transform: translateZ(120px); animation: chip 8s ease-in-out -2s infinite; }
.chip-b .x { background: #2BB673; }
.chip-c { bottom: 40px; right: 10px; transform: translateZ(100px); animation: chip 9s ease-in-out -4s infinite; }
.chip-c .x { background: #7CC4FF; }
@keyframes chip {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -8px; }
}
.scene-grid { position: absolute; inset: -30px; pointer-events: none; transform: translateZ(-100px); }
.scene-grid svg { width: 100%; height: 100%; opacity: .35; }

/* Sweep across the browser plane */
.plane-browser .sweep {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.plane-browser .sweep::before {
  content: "";
  position: absolute;
  top: -50%; left: -30%;
  width: 30%; height: 200%;
  background: linear-gradient(110deg,
    transparent, rgba(42,70,155,0) 40%,
    rgba(42,70,155,0.30) 50%,
    rgba(42,70,155,0) 60%, transparent);
  transform: rotate(8deg); filter: blur(8px);
  animation: sweepAcross 7s var(--ease-in-out) infinite;
  animation-delay: 3.5s;
  mix-blend-mode: screen;
}
@keyframes sweepAcross {
  0%   { left: -30%; }
  55%  { left: 130%; }
  100% { left: 130%; }
}

/* =============================================================
   COUNTER BAND
   ============================================================= */
.counter {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.counter-l, .counter-r {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-2);
  display: flex; flex-direction: column; gap: 6px;
}
.counter-r { text-align: right; align-items: flex-end; }
.counter-num {
  font-family: var(--serif);
  font-weight: 500;
  font-variation-settings: "SOFT" 100, "opsz" 144;
  font-size: clamp(96px, 14vw, 200px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--ink);
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.counter-num em {
  font-style: italic;
  color: var(--blue);
  font-weight: 400;
}
.counter-wrap { text-align: center; }
.counter-cap {
  margin-top: 18px;
  max-width: 540px;
  margin-left: auto; margin-right: auto;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-2);
}

/* =============================================================
   MARQUEE
   ============================================================= */
.marquee-wrap {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,253,247,0.45);
  backdrop-filter: blur(4px);
  overflow: hidden;
}
.marquee {
  display: flex;
  width: max-content;
  animation: marqueeScroll 42s linear infinite;
  padding: 26px 0;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.marquee-group { display: flex; align-items: center; gap: 44px; padding-right: 44px; }
.marquee-group em { font-style: italic; color: var(--blue); font-weight: 400; }
.marquee-group i {
  display: inline-block;
  width: 7px; height: 7px;
  background: var(--blue);
  border-radius: 50%;
  flex-shrink: 0;
  opacity: .55;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee-wrap:hover .marquee { animation-play-state: paused; }

/* =============================================================
   SERVICES
   ============================================================= */
.services { padding: 120px 0 100px; }
.services-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 60px;
}
.services-head .lede { margin: 0; max-width: 460px; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.service-card {
  position: relative;
  padding: 32px 32px 28px;
  border-radius: 24px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: var(--bg-warm);
  color: var(--ink);
  transition: transform .4s var(--ease-out);
}
.service-card.dark   { background: var(--navy); color: var(--inv); }
.service-card.blue   { background: var(--bg-blue); }
.service-card.cream  { background: var(--bg-cream); }
.service-card.peach  { background: var(--peach); }
.service-card:hover { transform: translateY(-6px); }

.service-top { display: flex; justify-content: space-between; align-items: start; }
.service-num {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--ink-2);
}
.dark .service-num { color: rgba(244,247,251,0.5); }
.service-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,0.6);
  display: grid; place-items: center;
  color: var(--ink);
}
.dark .service-icon { background: rgba(244,247,251,0.08); color: var(--inv); }
.blue .service-icon { background: rgba(255,255,255,0.6); }
.service-icon svg { width: 22px; height: 22px; }
.service-body { margin-top: 80px; }
.service-h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.service-p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-2);
  margin-bottom: 22px;
  max-width: 360px;
}
.dark .service-p { color: rgba(244,247,251,0.65); }
.service-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.service-tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(13,26,58,0.06);
  color: var(--ink);
}
.dark .service-tag {
  background: rgba(244,247,251,0.08);
  border-color: rgba(244,247,251,0.12);
  color: var(--inv);
}

/* Service card as button: reset native styling, align text */
button.service-card {
  font: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
  border: 1px solid transparent;
}
button.service-card:focus-visible {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(13,26,58,0.15);
}

/* "Mëso më shumë" hint at bottom of card */
.service-more {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 22px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
  padding-top: 14px;
  border-top: 1px solid rgba(13,26,58,0.08);
  width: 100%;
  transition: color .2s, gap .25s var(--ease-out);
}
.service-more .sm-arrow {
  font-family: var(--sans);
  font-size: 14px;
  transition: transform .25s var(--ease-out);
}
.service-card:hover .service-more { color: var(--ink); gap: 12px; }
.service-card:hover .service-more .sm-arrow { transform: translateX(3px); }
.dark .service-more { color: rgba(244,247,251,0.55); border-top-color: rgba(244,247,251,0.12); }
.dark .service-card:hover .service-more { color: var(--inv); }

/* =============================================================
   SERVICE DETAIL MODAL
   ============================================================= */
body.sm-lock { overflow: hidden; }

.service-modal {
  position: fixed; inset: 0;
  z-index: 90;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .35s var(--ease-out);
}
.service-modal.open { opacity: 1; pointer-events: auto; }

.service-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(13,26,58,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.service-modal-panel {
  position: relative;
  width: min(720px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  background: var(--bg-cream);
  border-radius: 28px;
  box-shadow: 0 30px 80px -20px rgba(13,26,58,0.45), 0 0 0 1px rgba(13,26,58,0.06);
  overflow: hidden;
  display: flex; flex-direction: column;
  transform: translateY(24px) scale(0.98);
  transition: transform .45s var(--ease-out);
}
.service-modal.open .service-modal-panel { transform: translateY(0) scale(1); }

.sm-close {
  position: absolute; top: 18px; right: 18px;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.7);
  color: var(--ink);
  display: grid; place-items: center;
  cursor: pointer;
  z-index: 2;
  transition: background .2s, transform .2s;
}
.sm-close:hover { background: var(--bg-warm); transform: rotate(90deg); }

.sm-head {
  padding: 36px 36px 24px;
  background: linear-gradient(180deg, var(--bg-warm) 0%, var(--bg-cream) 100%);
  border-bottom: 1px solid var(--line);
}
.sm-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 14px;
}
.sm-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(32px, 5vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 60px 12px 0;
}
.sm-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.45;
  color: var(--ink-2);
  margin: 0;
  max-width: 540px;
}

.sm-body {
  padding: 28px 36px 8px;
  overflow-y: auto;
  flex: 1;
}
.sm-section { margin-bottom: 28px; }
.sm-section-tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--peach-2);
  margin-bottom: 14px;
  display: inline-flex; align-items: center; gap: 8px;
}
.sm-section-tag::before {
  content: "";
  width: 16px; height: 1.4px;
  background: var(--peach);
}
.sm-benefits, .sm-deliverables {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-direction: column;
  gap: 10px;
}
.sm-benefits li, .sm-deliverables li {
  position: relative;
  padding-left: 28px;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--ink);
}
.sm-benefits li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 16px; height: 10px;
  border-left: 2px solid var(--peach);
  border-bottom: 2px solid var(--peach);
  transform: rotate(-45deg);
  border-radius: 2px;
}
.sm-deliverables li::before {
  content: "";
  position: absolute;
  left: 6px; top: 9px;
  width: 6px; height: 6px;
  background: var(--ink);
  border-radius: 50%;
}

.sm-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.4);
}
.sm-stat {
  padding: 18px 16px;
  display: flex; flex-direction: column; gap: 4px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.sm-stat:last-child { border-right: none; }
.sm-stat-num {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.sm-stat-lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.sm-foot {
  padding: 22px 36px 28px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,0.5);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sm-foot-text {
  font-size: 14px;
  color: var(--ink-2);
  max-width: 280px;
  line-height: 1.45;
}
.sm-foot-text strong { color: var(--ink); font-weight: 500; }
.sm-foot-ctas {
  display: flex; gap: 10px; align-items: center;
  flex-wrap: wrap;
}
.sm-foot-ctas .btn { padding: 13px 22px; font-size: 14px; }
.sm-back-arrow {
  display: inline-block;
  margin-right: 6px;
  transition: transform .25s var(--ease-out);
}
.sm-back:hover .sm-back-arrow { transform: translateX(-3px); }

@media (max-width: 720px) {
  .service-modal { align-items: flex-end; }
  .service-modal-panel {
    width: 100%;
    max-height: 92vh;
    border-radius: 24px 24px 0 0;
    transform: translateY(100%);
  }
  .service-modal.open .service-modal-panel { transform: translateY(0); }
  .sm-head { padding: 30px 24px 20px; }
  .sm-title { font-size: 30px; margin-right: 50px; }
  .sm-tagline { font-size: 16px; }
  .sm-body { padding: 24px 24px 8px; }
  .sm-benefits li, .sm-deliverables li { font-size: 15px; }
  .sm-stats { grid-template-columns: 1fr; }
  .sm-stat { border-right: none; border-bottom: 1px solid var(--line); padding: 14px 16px; flex-direction: row; justify-content: space-between; text-align: left; }
  .sm-stat:last-child { border-bottom: none; }
  .sm-foot { padding: 18px 24px 22px; flex-direction: column; align-items: stretch; gap: 14px; }
  .sm-foot-text { max-width: 100%; }
  .sm-foot-ctas { flex-direction: column-reverse; }
  .sm-foot-ctas .btn { width: 100%; justify-content: center; padding: 16px 22px; font-size: 15px; }
  .sm-close { top: 14px; right: 14px; }
}

/* =============================================================
   WORK
   ============================================================= */
.work { padding: 80px 0 100px; }
.work-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 60px;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.work-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  background: var(--bg-cream);
  border: 1px solid var(--line);
  transition: transform .4s var(--ease-out);
  text-decoration: none;
  color: inherit;
  display: block;
}
.work-card:hover { transform: translateY(-4px); }
.work-thumb {
  position: absolute; inset: 0;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-warm), var(--bg-cream));
}
/* Faux artwork inside thumbs */
.work-card.a .work-thumb { background: linear-gradient(135deg, var(--bg-warm) 0%, #F7D4B8 100%); }
.work-card.b .work-thumb { background: var(--navy); }
.work-card.c .work-thumb { background: linear-gradient(135deg, var(--bg-blue), #C1D2E2); }
.work-card.d .work-thumb { background: linear-gradient(135deg, var(--bg-cream), #DACAB7); }

.work-thumb-art {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(60px, 8vw, 120px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  opacity: .25;
}
.work-card.b .work-thumb-art { color: var(--inv); opacity: .12; }

/* =============================================================
   WORK CARD — site mockup previews
   Hand-crafted miniatures showing each site's visual DNA.
   No external screenshot service; loads instantly, looks intentional.
   ============================================================= */
.mock {
  position: absolute;
  inset: 8% 6%;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow:
    0 1px 0 rgba(255,255,255,.5) inset,
    0 20px 50px -20px rgba(15,33,52,.35),
    0 8px 24px -12px rgba(15,33,52,.25);
  display: flex;
  flex-direction: column;
  transform: translateZ(0);
  transition: transform .5s var(--ease-out);
}
.work-card:hover .mock { transform: translateY(-4px) scale(1.015); }

.mock-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #F3F1EC;
  border-bottom: 1px solid rgba(15,33,52,.06);
  flex-shrink: 0;
}
.mock-chrome.dark { background: #15171A; border-bottom-color: rgba(255,255,255,.06); }
.mock-dot {
  width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;
}
.mock-url {
  margin-left: 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .02em;
  color: rgba(15,33,52,.55);
  background: rgba(255,255,255,.7);
  padding: 4px 12px;
  border-radius: 999px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mock-url.dark { background: rgba(255,255,255,.06); color: rgba(255,255,255,.55); }

.mock-body {
  flex: 1;
  padding: 22px 26px 18px;
  background: #FAF8F3;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}
.mock-body.dark { background: #0E0F12; color: #F5F2EC; }

.mock-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15,33,52,.08);
}
.mock-nav.dark { border-bottom-color: rgba(255,255,255,.08); }
.mock-logo {
  display: flex; align-items: center; gap: 8px;
}
.mock-logo-mark {
  font-size: 18px;
  color: #2E8FB8; /* dental teal */
  line-height: 1;
}
.mock-blackstones .mock-logo-mark { color: #E8E2D5; transform: rotate(0deg); }
.mock-logo-name {
  font-family: var(--display);
  font-weight: 500;
  font-variation-settings: "SOFT" 100, "opsz" 144;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: #1A2733;
}
.mock-body.dark .mock-logo-name { color: #F5F2EC; }
.mock-nav-links {
  display: flex; gap: 14px;
  font-family: var(--sans);
  font-size: 11px;
  color: rgba(15,33,52,.6);
}
.mock-nav-links.dark { color: rgba(255,255,255,.55); }

.mock-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2E8FB8;
}
.mock-eyebrow.dark { color: #C9A973; }

.mock-hero {
  font-family: var(--display);
  font-weight: 500;
  font-variation-settings: "SOFT" 100, "opsz" 144;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: #1A2733;
  text-wrap: pretty;
}
.mock-hero em {
  font-style: italic;
  color: #2E8FB8;
  font-weight: 500;
}
.mock-hero.dark { color: #F5F2EC; }
.mock-hero.dark em { color: #C9A973; }

.mock-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
}
.mock-cta {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: #1A2733;
  color: #fff;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .01em;
  white-space: nowrap;
}
.mock-cta.dark { background: #E8E2D5; color: #0E0F12; }
.mock-meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  color: rgba(15,33,52,.55);
  text-transform: uppercase;
}
.mock-meta.dark { color: rgba(255,255,255,.5); }

/* Optimal Dental — service chips */
.mock-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: auto;
}
.mock-service {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 10px;
  background: #fff;
  border: 1px solid rgba(15,33,52,.08);
  border-radius: 10px;
  font-family: var(--sans);
  font-size: 11px;
  color: #1A2733;
}
.mock-svc-icon {
  color: #2E8FB8;
  font-size: 13px;
  line-height: 1;
}

/* Blackstones — marquee strip */
.mock-marquee {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .18em;
  color: rgba(255,255,255,.5);
  white-space: nowrap;
  overflow: hidden;
}
.mock-marquee span { flex-shrink: 0; }

/* Card backgrounds tuned to each mockup */
.work-card.a .work-thumb { background: linear-gradient(140deg, #E8DFCF 0%, #C7BBA3 100%); }
.work-card.b .work-thumb { background: linear-gradient(140deg, #1A2733 0%, #0E0F12 100%); }

@media (max-width: 720px) {
  .mock { inset: 6% 5%; }
  .mock-body { padding: 16px 18px 14px; gap: 10px; }
  .mock-hero { font-size: 22px; }
  .mock-services { gap: 6px; }
  .mock-service { font-size: 10px; padding: 7px 8px; }
}

.work-meta {
  position: absolute;
  left: 24px; bottom: 22px; right: 24px;
  display: flex; align-items: end; justify-content: space-between;
}
.work-info {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-2);
}
.work-card.b .work-info { color: rgba(244,247,251,0.6); }
.work-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: 6px;
}
.work-card.b .work-title { color: var(--inv); }
.work-arrow {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  display: grid; place-items: center;
  border: 1px solid var(--line);
  transition: transform .3s var(--ease-out), background .3s;
}
.work-card.b .work-arrow { background: rgba(244,247,251,0.12); border-color: rgba(244,247,251,0.2); color: var(--inv); }
.work-card:hover .work-arrow { transform: rotate(-45deg); background: var(--navy); color: var(--inv); border-color: var(--navy); }

.work-note {
  margin-top: 36px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 28px;
  border-radius: 18px;
  background: rgba(255,253,247,0.55);
  border: 1px solid var(--line);
}
.work-note p { color: var(--ink-2); font-size: 15px; }

/* =============================================================
   ABOUT + PROCESS
   ============================================================= */
.about { padding: 80px 0 100px; }
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
}
.about-l { position: sticky; top: 100px; height: max-content; }
.about-fast {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 18px 0 24px;
  padding: 8px 16px 8px 14px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--inv);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
}
.about-fast strong { font-weight: 600; }
.about-fast .bolt {
  width: 18px; height: 18px;
  display: inline-grid; place-items: center;
  color: var(--peach);
}
.about-p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-2);
  margin-bottom: 28px;
  max-width: 520px;
}
.about-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* Process timeline */
.process { position: relative; }
.process::before {
  content: "";
  position: absolute;
  left: 24px; top: 18px; bottom: 18px;
  width: 2px;
  background: var(--line);
}
.process-line {
  position: absolute;
  left: 24px; top: 18px;
  width: 2px;
  height: 0;
  background: linear-gradient(to bottom, var(--peach), var(--navy));
  transition: height 1s var(--ease-out);
}
.process.in-view .process-line { height: calc(100% - 36px); }

.step {
  position: relative;
  padding: 0 0 44px 72px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
}
.process.in-view .step { opacity: 1; transform: translateY(0); }
.process.in-view .step:nth-child(2) { transition-delay: .15s; }
.process.in-view .step:nth-child(3) { transition-delay: .30s; }
.process.in-view .step:nth-child(4) { transition-delay: .45s; }
.process.in-view .step:nth-child(5) { transition-delay: .60s; }
.process.in-view .step:nth-child(6) { transition-delay: .75s; }

.step-num {
  position: absolute;
  left: 8px; top: 0;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--navy);
  display: grid; place-items: center;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  color: var(--navy);
  z-index: 2;
}
.step-h {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 8px;
}
.step-p {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  max-width: 420px;
}
.step-when {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--peach-2);
}
.step:last-child { padding-bottom: 0; }

/* =============================================================
   CONTACT
   ============================================================= */
.contact {
  padding: 80px 0 80px;
  border-top: 1px solid var(--line);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-h {
  margin: 24px 0 24px;
}
.contact-p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 480px;
  margin-bottom: 36px;
}
.contact-methods {
  display: flex; flex-direction: column; gap: 12px;
}
.contact-card {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255,253,247,0.65);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform .25s, background .25s, border-color .25s;
}
.contact-card:hover {
  transform: translateY(-2px);
  background: var(--navy);
  border-color: var(--navy);
  color: var(--inv);
}
.contact-card:hover .contact-arrow { background: var(--peach); color: var(--navy); transform: rotate(-45deg); }
.contact-card:hover .contact-meta { color: rgba(244,247,251,0.65); }
.contact-card-l { display: flex; flex-direction: column; gap: 6px; }
.contact-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-2);
}
.contact-card:hover .contact-label { color: var(--peach); }
.contact-val { font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: -0.01em; }
.contact-meta { font-size: 13px; color: var(--ink-3); }
.contact-arrow {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--inv);
  display: grid; place-items: center;
  transition: transform .3s var(--ease-out), background .3s;
}
.contact-hours {
  margin-top: 28px;
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(255,253,247,0.5);
  border: 1px solid var(--line);
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
}
.contact-hours strong { color: var(--ink); font-weight: 500; }

/* =============================================================
   FOOTER
   ============================================================= */
.footer {
  margin-top: 60px;
  padding: 80px var(--edge) 32px;
  background:
    radial-gradient(ellipse 70% 55% at 82% 0%, rgba(233,181,138,0.10), transparent 60%),
    radial-gradient(ellipse 60% 70% at 8% 100%, rgba(90,124,210,0.18), transparent 62%),
    linear-gradient(175deg, var(--navy) 0%, #101F4C 100%);
  color: var(--inv);
  border-radius: 32px 32px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-shell { max-width: 1320px; margin: 0 auto; }
.footer-big {
  font-family: var(--display);
  font-weight: 500;
  font-variation-settings: "SOFT" 100, "opsz" 144;
  letter-spacing: -0.008em;
  font-size: clamp(56px, 9vw, 140px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--inv);
  margin-bottom: 24px;
  text-wrap: balance;
}
.footer-big em { font-style: italic; color: var(--peach); font-weight: 450; font-variation-settings: "SOFT" 100, "opsz" 144; }
.footer-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 80px; }
.footer-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 24px;
  border-radius: 999px;
  background: var(--peach);
  color: var(--navy);
  font-weight: 500;
  font-size: 15px;
  transition: transform .2s, background .2s;
}
.footer-cta:hover { transform: translateY(-2px); background: var(--inv); }
.footer-cta.ghost {
  background: transparent;
  color: var(--inv);
  border: 1px solid var(--line-inv);
}
.footer-cta.ghost:hover { background: var(--inv); color: var(--navy); border-color: var(--inv); }

.footer-cols {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-top: 48px;
  border-top: 1px solid var(--line-inv);
}
.footer-col h6 {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244,247,251,0.5);
  margin-bottom: 16px;
}
.footer-col a, .footer-col p {
  display: block;
  font-size: 15px;
  color: var(--inv);
  margin-bottom: 8px;
  transition: color .2s;
}
.footer-col a:hover { color: var(--peach); }
.footer-studio { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.footer-studio em { font-style: italic; color: var(--peach); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 32px; margin-top: 60px;
  border-top: 1px solid var(--line-inv);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(244,247,251,0.55);
}
.footer-bottom-r { display: flex; gap: 24px; }

/* Circular stamp watermark in footer */
.footer-watermark {
  position: absolute;
  right: -80px; bottom: -80px;
  width: 460px; height: 460px;
  opacity: 0.06;
  pointer-events: none;
  user-select: none;
  object-fit: contain;
  display: block;
}

/* =============================================================
   SCROLL-REVEAL
   ============================================================= */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-d2 { transition-delay: .12s; }
.reveal-d3 { transition-delay: .24s; }
.reveal-d4 { transition-delay: .36s; }
.reveal-d5 { transition-delay: .48s; }

/* Stagger children */
.stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
}
.stagger.in-view > * { opacity: 1; transform: translateY(0); }
.stagger.in-view > *:nth-child(1) { transition-delay: 0s; }
.stagger.in-view > *:nth-child(2) { transition-delay: .1s; }
.stagger.in-view > *:nth-child(3) { transition-delay: .2s; }
.stagger.in-view > *:nth-child(4) { transition-delay: .3s; }
.stagger.in-view > *:nth-child(5) { transition-delay: .4s; }
.stagger.in-view > *:nth-child(6) { transition-delay: .5s; }
.stagger.in-view > *:nth-child(7) { transition-delay: .6s; }
.stagger.in-view > *:nth-child(8) { transition-delay: .7s; }
.stagger.in-view > *:nth-child(9) { transition-delay: .8s; }
.stagger.in-view > *:nth-child(10) { transition-delay: .9s; }

/* Char-by-char text reveal (used on big headings) */
.char-reveal { display: inline-block; }
.char-reveal .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);
  transition: opacity .55s var(--ease-out), transform .55s var(--ease-out);
}
.char-reveal.in-view .char { opacity: 1; transform: translateY(0); }
.char-reveal .ws { display: inline-block; width: 0.25em; }

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 120px; min-height: auto; }
  .scene { height: 460px; }
  .plane-browser { width: 100%; max-width: 580px; }
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; }
  .nav-cta { display: none; }
  .services-head, .work-head { grid-template-columns: 1fr; gap: 24px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-l { position: relative; top: auto; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .counter { grid-template-columns: 1fr; }
  .counter-l, .counter-r { text-align: center; align-items: center; }
}

@media (max-width: 720px) {
  /* Global text scale — a touch larger on phone for readability */
  .headline { font-size: clamp(42px, 11vw, 64px); line-height: 1.05; }
  .section-h { font-size: clamp(34px, 9.5vw, 48px); }
  .lede { font-size: 17.5px; line-height: 1.55; }
  .footer-big { font-size: clamp(42px, 12vw, 64px); }
  .counter-num { font-size: clamp(96px, 36vw, 180px); }

  /* Nav */
  .nav {
    top: 12px;
    width: calc(100% - 24px);
    padding: 7px 7px 7px 12px;
    gap: 6px;
  }
  .logo { height: 36px; }
  .nav-time { display: none; }
  .nav-right { gap: 6px; }
  /* Restore a compact CTA in the nav so it stays visible on phones */
  .nav-cta {
    display: inline-flex;
    padding: 8px 8px 8px 14px;
    font-size: 13px;
    gap: 6px;
  }
  .nav-cta-arrow { width: 22px; height: 22px; }

  /* Shell padding — more breathing room from screen edges */
  .shell { padding: 0 24px; }

  /* Hero */
  .hero { padding-top: 110px; gap: 32px; }
  .hero-content { max-width: 100%; }
  .headline { margin-bottom: 20px; }
  .lede { margin-bottom: 30px; }
  .cta-row { margin-bottom: 30px; flex-direction: column; align-items: stretch; gap: 10px; }
  .cta-row .btn { justify-content: center; width: 100%; }
  /* Bigger, more prominent CTAs */
  .btn {
    padding: 18px 24px;
    font-size: 16px;
    border-radius: 999px;
    font-weight: 500;
  }
  .btn-primary {
    box-shadow: 0 10px 24px -10px rgba(42,70,155,0.5);
  }
  .btn-ghost {
    border-color: rgba(23,44,99,0.18);
    background: rgba(255,253,247,0.65);
  }
  .status { font-size: 11px; }
  .trust { flex-wrap: wrap; gap: 8px; font-size: 13px; }

  /* Hero scene — simpler, smaller */
  .scene { height: 380px; }
  .plane-browser { width: 95%; max-width: 100%; left: 50%; transform: translate(-50%, 0) translateZ(-40px); top: 30px; height: 320px; }
  .plane-phone { display: none; } /* declutter on phone */
  .chip-a { top: 0px; left: 16px; transform: translateZ(50px); }
  .chip-b { top: auto; bottom: 10px; left: 16px; transform: translateZ(40px); }
  .chip-c { display: none; }

  /* Counter */
  .counter { padding: 60px 0; }
  .counter-cap { font-size: 14px; padding: 0 12px; }
  .counter-l, .counter-r { font-size: 10px; }

  /* Marquee */
  .marquee { font-size: 24px; padding: 24px 0; }

  /* Services */
  .services { padding: 80px 0 60px; }
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { padding: 28px; }
  .service-h3 { font-size: 24px; }
  .service-num { font-size: 12px; }

  /* Work */
  .work { padding: 60px 0 80px; }
  .work-grid { grid-template-columns: 1fr; gap: 18px; }
  .work-card { aspect-ratio: 5/4; }
  .work-thumb-art { font-size: 80px; }
  .work-note { flex-direction: column; align-items: flex-start; gap: 18px; text-align: left; padding: 28px; }
  .work-note .btn { width: 100%; justify-content: center; }

  /* About + Process */
  .about { padding: 60px 0 80px; }
  .process { padding-left: 0; }
  .step { padding-left: 60px; }
  .step-num { width: 40px; height: 40px; font-size: 12px; }
  .process::before, .process-line { left: 19px; }
  .step-h { font-size: 18px; }
  .about-fast { font-size: 14px; }
  .about-ctas { flex-direction: column; align-items: stretch; }
  .about-ctas .btn { justify-content: center; }

  /* Contact */
  .contact { padding: 60px 0 80px; }
  .contact-h { font-size: clamp(36px, 10vw, 52px); }
  .contact-card { padding: 22px; }
  .contact-val { font-size: 18px; }

  /* Footer */
  .footer { padding: 60px 18px 28px; border-radius: 20px 20px 0 0; }
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; font-size: 11px; }
  .footer-bottom-r { flex-direction: column; gap: 4px; align-items: flex-start; }
  .footer-ctas { flex-direction: column; align-items: stretch; gap: 10px; }
  .footer-ctas .footer-cta { justify-content: center; }
  .footer-watermark { width: 280px; height: 280px; bottom: -40px; right: -40px; opacity: 0.08; }
}

@media (max-width: 420px) {
  .footer-cols { grid-template-columns: 1fr; }
  .work-thumb-art { font-size: 64px; }
  .scene { height: 320px; }
  .plane-browser { height: 280px; }
  .plane-body { padding: 18px 20px; }
  .mini-title { font-size: 22px; }
  .grid-cards { gap: 8px; }
}

/* =============================================================
   REDUCED MOTION
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .intro { display: none; }
  .reveal, .stagger > *, .hero-content > *, .scene, .char-reveal .char {
    opacity: 1 !important;
    transform: none !important;
  }
}
