/* ============================================================
   Onyx Studio — replica stylesheet
   Dark minimalist theme · Bebas Neue + FiraGO
   ============================================================ */

/* ---------- FiraGO (Georgian) ---------- */
@font-face {
  font-family: "FiraGO";
  src: url("/assets/fonts/FiraGO-Light.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "FiraGO";
  src: url("/assets/fonts/FiraGO-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "FiraGO";
  src: url("/assets/fonts/FiraGO-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "FiraGO";
  src: url("/assets/fonts/FiraGO-SemiBold.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "FiraGO";
  src: url("/assets/fonts/FiraGO-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---------- Clash Display (hero title) ---------- */
@font-face {
  font-family: "Clash Display";
  src: url("/assets/fonts/ClashDisplay-Variable.woff2") format("woff2-variations");
  font-weight: 200 700; font-style: normal; font-display: swap;
}

/* ---------- Design tokens ---------- */
:root {
  --background: 0 0% 0%;
  --foreground: 0 0% 90%;
  --primary: 0 0% 95%;
  --primary-foreground: 0 0% 0%;
  --secondary: 0 0% 10%;
  --secondary-foreground: 0 0% 85%;
  --accent: 0 0% 40%;
  --muted: 0 0% 12%;
  --muted-foreground: 0 0% 45%;
  --card: 258 18% 7%;
  --card-foreground: 0 0% 90%;
  --border: 258 12% 16%;
  --ring: 258 90% 66%;

  --font-heading: "Archivo", "FiraGO", sans-serif;
  --font-body: "FiraGO", sans-serif;

  /* DigitalPro skin — violet → magenta → coral accent */
  --violet: 252 100% 67%;
  --magenta: 296 64% 60%;
  --grad: linear-gradient(100deg, #7b5bff 0%, #9b4dff 30%, #d957c8 62%, #f0653e 100%);
  --grad-soft: linear-gradient(100deg, hsla(252,100%,67%,.18), hsla(296,64%,60%,.18));

  --container: 1200px;
  --radius: 0px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; scroll-padding-top: 84px; }
/* phone: header is hidden, so sections only need clearance for the fluid menu */
@media (max-width: 760px) { html { scroll-padding-top: 16px; } }

body {
  font-family: var(--font-body);
  font-weight: 400;
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea { font-family: inherit; }
:focus-visible { outline: 2px solid hsl(var(--ring)); outline-offset: 2px; }

::selection { background: hsl(0 0% 90%); color: #000; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 820px; }

.section { padding: 110px 0; position: relative; }
.section--alt { background: hsl(0 0% 3%); border-top: 1px solid hsl(var(--border)); border-bottom: 1px solid hsl(var(--border)); }

.section__head { text-align: center; max-width: 680px; margin: 0 auto 64px; }
.section__tag {
  display: inline-block; font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: hsl(var(--muted-foreground)); border: 1px solid hsl(var(--border));
  padding: 6px 16px; border-radius: 999px; margin-bottom: 22px;
}
.section__title {
  font-family: var(--font-heading); font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 0.95; letter-spacing: 0.01em;
  color: hsl(var(--primary)); text-transform: uppercase;
}
.section__sub { margin-top: 18px; color: hsl(var(--muted-foreground)); font-size: 1.05rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: 0.95rem; letter-spacing: 0.01em;
  padding: 14px 28px; border-radius: 999px; transition: all 0.3s var(--ease);
  border: 1px solid transparent; white-space: nowrap; position: relative; overflow: hidden;
}
.btn--sm { padding: 9px 18px; font-size: 0.85rem; }
.btn--lg { padding: 17px 38px; font-size: 1rem; }
.btn--block { width: 100%; }

.btn--primary { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px hsla(0,0%,100%,.18); }

.btn--ghost { background: transparent; color: hsl(var(--foreground)); border-color: hsl(var(--border)); }
.btn--ghost:hover { background: hsl(var(--secondary)); border-color: hsl(0 0% 35%); transform: translateY(-2px); }

/* shine sweep */
.btn--shine::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 25%, hsla(0,0%,100%,.45) 50%, transparent 75%);
  background-size: 200% 100%; background-position: -200% center; pointer-events: none;
}
.btn--shine:hover::after { animation: btn-shine 1.1s var(--ease); }

@keyframes btn-shine { to { background-position: 200% center; } }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0; transition: all 0.35s var(--ease);
  border-bottom: 1px solid transparent;
}
.header.is-scrolled {
  padding: 11px 0; background: hsla(0,0%,2%,.78);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom-color: hsl(var(--border));
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.logo { display: inline-flex; align-items: center; gap: 10px; }
.logo__mark { color: hsl(var(--primary)); font-size: 1rem; transform: translateY(-1px); }
.logo__text {
  font-family: var(--font-heading); font-size: 1.55rem; letter-spacing: 0.12em;
  color: hsl(var(--primary)); line-height: 1;
}
.logo__accent { color: hsl(var(--muted-foreground)); margin-left: 4px; }

.nav { display: flex; gap: 34px; }
.nav__link {
  position: relative; font-size: 0.93rem; color: hsl(var(--muted-foreground));
  transition: color 0.25s; padding: 4px 0;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px;
  background: hsl(var(--primary)); transition: width 0.3s var(--ease);
}
.nav__link:hover { color: hsl(var(--primary)); }
.nav__link:hover::after, .nav__link.is-active::after { width: 100%; }
.nav__link.is-active { color: hsl(var(--primary)); }

.header__actions { display: flex; align-items: center; gap: 16px; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; width: 28px; padding: 4px 0; }
.menu-toggle span { display: block; height: 2px; width: 100%; background: hsl(var(--primary)); transition: all 0.3s var(--ease); }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0 0 0 auto; width: min(320px, 84vw); z-index: 99;
  background: hsl(0 0% 4%); border-left: 1px solid hsl(var(--border));
  padding: 100px 28px 40px; display: flex; flex-direction: column; gap: 6px;
  transform: translateX(100%); transition: transform 0.4s var(--ease); visibility: hidden;
}
.mobile-menu.is-open { transform: translateX(0); visibility: visible; }
.mobile-menu__link {
  font-size: 1.1rem; padding: 14px 4px; border-bottom: 1px solid hsl(var(--border));
  color: hsl(var(--foreground)); transition: color 0.2s;
}
.mobile-menu__link:hover { color: hsl(var(--primary)); }
.mobile-menu__cta { margin-top: 22px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  padding: 140px 0 90px; overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(70% 60% at 50% 55%, #0d0f12 0%, #050608 55%, #000 100%);
}
#heroCanvas {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%; display: block;
}
.hero__inner { position: relative; z-index: 2; text-align: center; }

.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 9px; font-size: 0.8rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: hsl(var(--muted-foreground));
  border: 1px solid hsl(var(--border)); padding: 8px 18px; border-radius: 999px; margin-bottom: 32px;
}
.hero__eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%; background: #38e07b;
  box-shadow: 0 0 10px #38e07b; animation: pulse 2s infinite;
}

.hero__title {
  font-family: var(--font-heading); font-weight: 400; text-transform: uppercase;
  font-size: clamp(4rem, 16vw, 12rem); line-height: 0.86; letter-spacing: 0.02em;
  color: hsl(var(--primary)); margin-bottom: 22px;
  text-shadow: 0 0 60px hsla(0,0%,100%,.18);
}
.hero-line { display: block; }
.js .hero-line { opacity: 0; }
.hero__dot { color: hsl(var(--muted-foreground)); }
.hero-line.is-in { animation: hero-reveal 1s var(--ease) forwards; }

.hero__subtitle {
  max-width: 660px; margin: 0 auto; font-size: clamp(1.1rem, 2.8vw, 1.6rem);
  color: hsl(0 0% 78%); font-weight: 400; letter-spacing: 0.01em;
}
.hero__pill {
  display: inline-block; margin-top: 22px; font-size: 0.9rem; color: hsl(var(--foreground));
  border: 1px solid hsl(var(--border)); background: hsla(0,0%,100%,.02);
  padding: 9px 22px; border-radius: 999px;
}
.hero__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }

.hero__stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  margin-top: 80px; padding-top: 44px; border-top: 1px solid hsl(var(--border));
}
.stat { text-align: center; }
.stat__num {
  display: block; font-family: var(--font-heading); font-size: clamp(2rem, 5vw, 3rem);
  color: hsl(var(--primary)); line-height: 1;
}
.stat__label { font-size: 0.82rem; color: hsl(var(--muted-foreground)); margin-top: 8px; display: block; }

.scroll-hint {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: hsl(var(--muted-foreground));
}
.scroll-hint__arrow { animation: bounce 1.8s infinite; font-size: 1rem; }

/* ---------- Cards (services) ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
/* 4th services card, alone on row 2 of the 3-col desktop grid, sits centered.
   Scoped to desktop — tablet is 2-col (even 2x2) and phone is 1-col. */
@media (min-width: 981px) {
  .cards > .card:nth-child(4):last-child { grid-column: 2; }
}
.card {
  background: hsl(var(--card)); border: 1px solid hsl(var(--border));
  padding: 38px 32px; border-radius: 14px; transition: all 0.4s var(--ease); position: relative; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 80% at 50% 0%, hsla(0,0%,100%,.06), transparent 60%);
  opacity: 0; transition: opacity 0.4s;
}
.card:hover { transform: translateY(-6px); border-color: hsl(0 0% 28%); }
.card:hover::before { opacity: 1; }
.card__icon {
  width: 56px; height: 56px; display: grid; place-items: center; border-radius: 12px;
  background: hsl(var(--secondary)); color: hsl(var(--primary)); margin-bottom: 24px;
  border: 1px solid hsl(var(--border));
}
.card__title { font-family: var(--font-heading); font-size: 1.9rem; letter-spacing: 0.02em; color: hsl(var(--primary)); margin-bottom: 12px; }
.card__desc { color: hsl(var(--muted-foreground)); font-size: 0.98rem; margin-bottom: 22px; }
.card__list { display: flex; flex-direction: column; gap: 12px; }
.card__list li {
  position: relative; padding-left: 26px; font-size: 0.92rem; color: hsl(var(--secondary-foreground));
}
.card__list li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: hsl(var(--primary));
  font-size: 0.85rem; font-weight: 700;
}

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan {
  background: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 16px;
  padding: 40px 32px; display: flex; flex-direction: column; position: relative; transition: all 0.4s var(--ease);
}
.plan:hover { transform: translateY(-6px); border-color: hsl(0 0% 28%); }
.plan--featured {
  border-color: hsl(0 0% 40%); background: hsl(0 0% 8%);
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.08), 0 30px 80px -30px hsla(0,0%,100%,.15);
  transform: scale(1.03);
}
.plan--featured:hover { transform: scale(1.03) translateY(-6px); }
.plan__badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: hsl(var(--primary)); color: #000; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 18px; border-radius: 999px;
}
.plan__name { font-family: var(--font-heading); font-size: 2rem; letter-spacing: 0.03em; color: hsl(var(--primary)); }
.plan__desc { color: hsl(var(--muted-foreground)); font-size: 0.92rem; margin: 8px 0 24px; min-height: 44px; }
.plan__price {
  font-family: var(--font-heading); font-size: 3.4rem; line-height: 1; color: hsl(var(--primary));
  margin-bottom: 28px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
}
.plan__from { font-family: var(--font-body); font-size: 0.85rem; color: hsl(var(--muted-foreground)); letter-spacing: 0.05em; }
.plan__cur { font-size: 1.6rem; color: hsl(var(--muted-foreground)); }
/* price ranges ("₾250–650") and the Custom plan need a smaller size to fit */
.plan__price--range { font-size: 2.7rem; }
/* "ფასი შეთანხმებით" must stay on ONE line on every device */
.plan__price--custom { font-size: clamp(1.15rem, 4.6vw, 1.5rem); letter-spacing: 0; white-space: nowrap; }
.plan__list { display: flex; flex-direction: column; gap: 13px; margin-bottom: 30px; flex: 1; }
.plan__list li { position: relative; padding-left: 26px; font-size: 0.93rem; color: hsl(var(--secondary-foreground)); }
.plan__list li::before { content: "✓"; position: absolute; left: 0; color: hsl(var(--primary)); font-weight: 700; }
.plan__note { font-size: 0.84rem; line-height: 1.5; color: hsl(var(--muted-foreground)); margin-bottom: 18px; }
.plan__list strong { color: hsl(var(--primary)); font-weight: 600; }

.pricing__note {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-top: 40px; color: hsl(var(--muted-foreground)); font-size: 0.95rem;
}
.pricing__note svg { color: hsl(var(--primary)); }

/* ---------- Projects ---------- */
.projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project {
  border: 1px solid hsl(var(--border)); border-radius: 16px; overflow: hidden;
  background: hsl(var(--card)); transition: all 0.4s var(--ease);
}
.project:hover { transform: translateY(-6px); border-color: hsl(0 0% 28%); }
.project__media { overflow: hidden; aspect-ratio: 16/10; background: #000; }
.project__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.project:hover .project__media img { transform: scale(1.06); }
.project__body { padding: 26px 28px 32px; }
.project__title { font-family: var(--font-heading); font-size: 1.7rem; letter-spacing: 0.02em; color: hsl(var(--primary)); margin-bottom: 10px; }
.project__desc { color: hsl(var(--muted-foreground)); font-size: 0.92rem; }

/* ---------- Testimonials ---------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial {
  background: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 16px;
  padding: 34px 30px; display: flex; flex-direction: column; gap: 18px; transition: all 0.4s var(--ease);
}
.testimonial:hover { border-color: hsl(0 0% 28%); transform: translateY(-4px); }
.testimonial__stars { color: #f5c518; letter-spacing: 3px; font-size: 0.95rem; }
.testimonial blockquote { font-size: 1.02rem; color: hsl(var(--secondary-foreground)); line-height: 1.7; flex: 1; }
.testimonial figcaption { display: flex; flex-direction: column; gap: 3px; }
.testimonial__name { font-weight: 600; color: hsl(var(--primary)); }
.testimonial__role { font-size: 0.85rem; color: hsl(var(--muted-foreground)); }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 14px; }
.faq__item { border: 1px solid hsl(var(--border)); border-radius: 12px; background: hsl(var(--card)); overflow: hidden; transition: border-color 0.3s; }
.faq__item.is-open { border-color: hsl(0 0% 32%); }
.faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 26px; text-align: left; font-size: 1.05rem; font-weight: 500; color: hsl(var(--primary));
}
.faq__icon { font-size: 1.5rem; color: hsl(var(--muted-foreground)); transition: transform 0.3s var(--ease); line-height: 1; }
.faq__item.is-open .faq__icon { transform: rotate(45deg); color: hsl(var(--primary)); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq__a p { padding: 0 26px 24px; color: hsl(var(--muted-foreground)); font-size: 0.97rem; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact__info .section__title { text-align: left; }
.contact__lead { color: hsl(var(--muted-foreground)); font-size: 1.08rem; margin: 18px 0 36px; }
.contact__methods { display: flex; flex-direction: column; gap: 16px; }
.contact__method {
  display: flex; align-items: center; gap: 16px; padding: 18px 22px;
  border: 1px solid hsl(var(--border)); border-radius: 12px; background: hsl(var(--card)); transition: all 0.3s var(--ease);
}
.contact__method:hover { border-color: hsl(0 0% 30%); transform: translateX(4px); }
.contact__method-icon {
  width: 46px; height: 46px; flex-shrink: 0; display: grid; place-items: center; border-radius: 10px;
  background: hsl(var(--secondary)); color: hsl(var(--primary));
}
.contact__method strong { display: block; color: hsl(var(--primary)); font-weight: 600; }
.contact__method em { font-style: normal; font-size: 0.9rem; color: hsl(var(--muted-foreground)); }
.contact__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.badge {
  font-size: 0.78rem; color: hsl(var(--muted-foreground)); border: 1px solid hsl(var(--border));
  padding: 6px 14px; border-radius: 999px;
}

.contact__form {
  background: hsl(var(--card)); border: 1px solid hsl(var(--border)); border-radius: 18px;
  padding: 36px; display: flex; flex-direction: column; gap: 18px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 0.85rem; color: hsl(var(--secondary-foreground)); }
.field input, .field textarea {
  background: hsl(0 0% 3%); border: 1px solid hsl(var(--border)); border-radius: 10px;
  padding: 13px 15px; color: hsl(var(--foreground)); font-size: 0.95rem; transition: border-color 0.25s, box-shadow 0.25s;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: hsl(0 0% 32%); }
.field input:focus, .field textarea:focus { outline: none; border-color: hsl(0 0% 45%); box-shadow: 0 0 0 3px hsla(0,0%,100%,.05); }
.field input.is-invalid, .field textarea.is-invalid { border-color: hsl(var(--destructive, 0 84% 60%)); }

.form-status { font-size: 0.92rem; min-height: 20px; text-align: center; }
.form-status.is-success { color: #38e07b; }
.form-status.is-error { color: #ff6b6b; }

/* ---------- Footer ---------- */
.footer { background: hsl(0 0% 2%); border-top: 1px solid hsl(var(--border)); padding: 64px 0 30px; }
.footer__inner { display: grid; grid-template-columns: 2fr 1.5fr 1.5fr; gap: 40px; align-items: start; }
.footer__tagline { color: hsl(var(--muted-foreground)); font-size: 0.92rem; margin-top: 16px; max-width: 320px; }
.footer__nav { display: flex; flex-direction: column; gap: 12px; }
.footer__nav a, .footer__contact a { color: hsl(var(--muted-foreground)); font-size: 0.93rem; transition: color 0.2s; }
.footer__nav a:hover, .footer__contact a:hover { color: hsl(var(--primary)); }
.footer__contact { display: flex; flex-direction: column; gap: 12px; }
.footer__bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  margin-top: 48px; padding-top: 26px; border-top: 1px solid hsl(var(--border));
  font-size: 0.82rem; color: hsl(var(--muted-foreground));
}

/* ---------- Floating WhatsApp ---------- */
.fab-whatsapp {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  background: #25d366; color: #fff; box-shadow: 0 10px 30px rgba(37,211,102,.4);
  transition: transform 0.3s var(--ease); animation: float-pulse 3s ease-in-out infinite;
}
.fab-whatsapp:hover { transform: scale(1.08); }

/* ---------- Cursor glow ---------- */
.cursor-glow {
  position: fixed; top: 0; left: 0; width: 26px; height: 26px; border-radius: 50%;
  background: hsla(0,0%,100%,.5); pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%); transition: width 0.2s, height 0.2s, opacity 0.3s;
  mix-blend-mode: difference; opacity: 0; animation: cursor-glow 2s infinite;
}
@media (pointer: fine) { .cursor-glow { opacity: 1; } }

/* ---------- Reveal animation (only when JS active) ---------- */
.js .reveal { opacity: 0; transform: translateY(40px); filter: blur(8px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease), filter 0.7s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; filter: blur(0); }

/* ---------- Keyframes ---------- */
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
@keyframes hero-reveal {
  0% { opacity: 0; transform: translateY(60px) scaleY(.6); filter: blur(20px); }
  60% { opacity: 1; transform: translateY(-5px) scaleY(1.02); filter: blur(0); text-shadow: 0 0 80px hsla(0,0%,100%,.6), 0 0 120px hsla(0,0%,100%,.3); }
  100% { opacity: 1; transform: translateY(0) scaleY(1); filter: blur(0); text-shadow: 0 0 30px hsla(0,0%,100%,.12); }
}
@keyframes cursor-glow {
  0%, 100% { box-shadow: 0 0 10px #fff9, 0 0 25px #ffffff4d; }
  50% { box-shadow: 0 0 18px #fffc, 0 0 40px #fff6, 0 0 60px #ffffff26; }
}
@keyframes float-pulse { 0%, 100% { box-shadow: 0 10px 30px rgba(37,211,102,.4); } 50% { box-shadow: 0 10px 40px rgba(37,211,102,.7); } }

/* preview mode — visual QA only */
.preview .reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
.preview .hero-line { opacity: 1 !important; }
.preview .hero { min-height: auto !important; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; filter: none; }
  .hero-line { opacity: 1; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .cards, .pricing, .projects, .testimonials { grid-template-columns: 1fr 1fr; }
  .plan--featured { transform: none; }
  .plan--featured:hover { transform: translateY(-6px); }
  .contact { grid-template-columns: 1fr; gap: 40px; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}

/* Tablet only (2-column range): a 3rd "orphan" card sits centered
   instead of stranded on the left. Must NOT leak to phones (≤760px),
   where the grid is a single full-width column. */
@media (min-width: 761px) and (max-width: 980px) {
  .cards > .card:last-child:nth-child(odd),
  .pricing > .plan:last-child:nth-child(odd),
  .testimonials > .testimonial:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc(50% - 12px);
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .nav, .header__cta { display: none; }
  .menu-toggle { display: flex; }
  .section { padding: 80px 0; }
  .cards, .pricing, .projects, .testimonials { grid-template-columns: 1fr; }
  .hero__stats { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .cursor-glow { display: none; }
}

@media (max-width: 420px) {
  .container { padding: 0 18px; }
  .contact__form { padding: 26px 20px; }
}

/* ============================================================
   DigitalPro skin — heavy grotesque + violet/magenta gradients
   (style layer only; structure & markup unchanged)
   ============================================================ */

/* page ambience: soft violet glows on a near-black canvas */
body {
  background:
    radial-gradient(60% 50% at 85% 8%, hsla(252,100%,67%,.10), transparent 60%),
    radial-gradient(55% 45% at 10% 70%, hsla(296,64%,60%,.08), transparent 60%),
    hsl(0 0% 3.5%);
  background-attachment: fixed;
}

/* heavy, slightly tightened display headings (Archivo replaces Bebas) */
.logo__text,
.hero__title,
.section__title,
.card__title,
.plan__name,
.plan__price,
.project__title,
.stat__num {
  font-weight: 800;
  letter-spacing: -0.015em;
}
.hero__title { letter-spacing: -0.03em; line-height: 0.9; }
/* Georgian glyphs have tall ascenders/descenders — give the heading enough
   line height so two-line titles don't overlap and bottoms aren't clipped */
.section__title { letter-spacing: -0.02em; line-height: 1.14; padding-bottom: 0.06em; }

/* gradient text utility — wrap accent words in <span class="grad"> */
.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* extend the painted box a touch so descenders aren't cut by the text-clip */
  padding-bottom: 0.12em;
}

/* violet hero ambience behind the canvas */
.hero__bg {
  background:
    radial-gradient(70% 60% at 50% 50%, #16101f 0%, #0b0810 55%, #050407 100%);
}
.hero__title { text-shadow: 0 0 70px hsla(252,100%,67%,.25); }
.hero__eyebrow { background: var(--grad-soft); border-color: hsla(252,100%,67%,.35); }

/* primary button = gradient fill; ghost = gradient outline */
.btn--primary {
  background: var(--grad);
  color: #fff;
  border: none;
}
.btn--primary:hover { box-shadow: 0 14px 44px hsla(265,90%,60%,.45); }

.btn--ghost {
  border: 1px solid transparent;
  background:
    linear-gradient(hsl(0 0% 4%), hsl(0 0% 4%)) padding-box,
    var(--grad) border-box;
  color: hsl(var(--foreground));
}
.btn--ghost:hover {
  background:
    linear-gradient(hsla(252,100%,67%,.10), hsla(296,64%,60%,.10)) padding-box,
    var(--grad) border-box;
  border-color: transparent;
}

/* nav underline + active state */
.nav__link::after { background: var(--grad); height: 2px; }
.nav__link.is-active { color: hsl(var(--primary)); }

/* service cards: violet edge glow + gradient-tinted icon */
.card:hover { border-color: hsla(252,100%,67%,.45); box-shadow: 0 24px 60px -28px hsla(265,90%,60%,.5); }
.card::before { background: radial-gradient(120% 80% at 50% 0%, hsla(252,100%,67%,.14), transparent 60%); }
.card__icon {
  background: var(--grad-soft);
  border-color: hsla(252,100%,67%,.35);
  color: #c7b0ff;
}
.card__list li::before { color: hsl(var(--violet)); }

/* pricing: gradient border + violet glow on the featured plan */
.plan:hover { border-color: hsla(252,100%,67%,.45); }
.plan__list li::before { color: hsl(var(--violet)); }
.plan--featured {
  border: 1px solid transparent;
  background:
    linear-gradient(hsl(258 22% 8%), hsl(258 22% 8%)) padding-box,
    var(--grad) border-box;
  box-shadow: 0 30px 80px -30px hsla(265,90%,60%,.5);
}
.plan__badge { background: var(--grad); color: #fff; }
.pricing__note svg { color: hsl(var(--violet)); }

/* projects + testimonials hover edge */
.project:hover,
.testimonial:hover { border-color: hsla(252,100%,67%,.4); }

/* FAQ open state */
.faq__item.is-open { border-color: hsla(252,100%,67%,.5); }
.faq__item.is-open .faq__icon { color: hsl(var(--violet)); }

/* contact: violet focus ring + gradient method icons */
.contact__method:hover { border-color: hsla(252,100%,67%,.4); }
.contact__method-icon { background: var(--grad-soft); color: #c7b0ff; }
.field input:focus, .field textarea:focus {
  border-color: hsla(252,100%,67%,.7);
  box-shadow: 0 0 0 3px hsla(252,100%,67%,.15);
}

/* section tag chips pick up the violet edge */
.section__tag {
  border-color: hsla(252,100%,67%,.3); color: #b9a8e8;
  font-size: 0.9rem; letter-spacing: 0; padding: 8px 20px; font-weight: 500;
}

/* ------------------------------------------------------------
   Header: centered logo, contact button pinned right
   ------------------------------------------------------------ */
.header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;   /* contact button to the right */
  position: relative;
}
.header .logo {                /* logo locked to the centre, button-independent */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__side { display: none; }

/* ------------------------------------------------------------
   Fluid section menu (top-left) — circular trigger expands into
   a vertical capsule of icon buttons (21st.dev "Fluid Navigation")
   ------------------------------------------------------------ */
.fluid-menu {
  position: fixed; top: 14px; left: clamp(14px, 2vw, 28px); z-index: 300;
}
.fluid-menu__inner {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 7px; border-radius: 34px;
  background: hsla(0,0%,7%,.66);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid hsla(252,100%,67%,.12);
  box-shadow: none;
  transition: border-color 0.3s var(--ease);
}
.fluid-menu.is-open .fluid-menu__inner {
  border-color: hsla(252,100%,67%,.24);
  box-shadow: none;
}

.fluid-menu__trigger,
.fluid-menu__item {
  width: 46px; height: 46px; flex: 0 0 auto; border-radius: 50%;
  display: grid; place-items: center; position: relative;
}
.fluid-menu__trigger {
  background: var(--grad); color: #fff; cursor: pointer;
  transition: transform 0.3s var(--ease), filter 0.3s var(--ease);
}
.fluid-menu__trigger:hover { transform: translateY(-1px); filter: brightness(1.08); }

/* bars morph ≡ -> ✕ */
.fluid-menu__bars { position: relative; width: 18px; height: 14px; }
.fluid-menu__bars span {
  position: absolute; left: 0; height: 2px; width: 100%; border-radius: 2px;
  background: #fff; transition: transform 0.35s var(--ease), opacity 0.25s var(--ease);
}
.fluid-menu__bars span:nth-child(1) { top: 0; }
.fluid-menu__bars span:nth-child(2) { top: 6px; }
.fluid-menu__bars span:nth-child(3) { top: 12px; }
.fluid-menu.is-open .fluid-menu__bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.fluid-menu.is-open .fluid-menu__bars span:nth-child(2) { opacity: 0; }
.fluid-menu.is-open .fluid-menu__bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* items collapse to nothing when closed, drop down when open */
.fluid-menu__items {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height 0.45s var(--ease), opacity 0.3s var(--ease);
}
.fluid-menu.is-open .fluid-menu__items { max-height: 540px; opacity: 1; }

.fluid-menu__item {
  background: hsla(0,0%,100%,.05); color: hsl(var(--foreground));
  border: 1px solid hsla(0,0%,100%,.08);
  transform: scale(0.4); opacity: 0;
  transition: background 0.25s, border-color 0.25s,
              transform 0.35s var(--ease), opacity 0.3s var(--ease);
}
.fluid-menu.is-open .fluid-menu__item { transform: scale(1); opacity: 1; }
.fluid-menu.is-open .fluid-menu__item:nth-child(1) { transition-delay: 0.04s; }
.fluid-menu.is-open .fluid-menu__item:nth-child(2) { transition-delay: 0.08s; }
.fluid-menu.is-open .fluid-menu__item:nth-child(3) { transition-delay: 0.12s; }
.fluid-menu.is-open .fluid-menu__item:nth-child(4) { transition-delay: 0.16s; }
.fluid-menu.is-open .fluid-menu__item:nth-child(5) { transition-delay: 0.20s; }
.fluid-menu.is-open .fluid-menu__item:nth-child(6) { transition-delay: 0.24s; }
.fluid-menu.is-open .fluid-menu__item:nth-child(7) { transition-delay: 0.28s; }
.fluid-menu.is-open .fluid-menu__item:nth-child(8) { transition-delay: 0.32s; }
.fluid-menu__item:hover {
  background: var(--grad-soft); border-color: hsla(252,100%,67%,.55); color: #fff;
}
.fluid-menu__item svg { width: 20px; height: 20px; }

/* hover tooltip to the right */
.fluid-menu__item::after {
  content: attr(data-tip);
  position: absolute; left: calc(100% + 12px); top: 50%;
  transform: translateY(-50%) translateX(-4px);
  padding: 5px 11px; border-radius: 8px; white-space: nowrap; font-size: 0.8rem;
  background: hsl(0 0% 10%); color: hsl(var(--primary));
  border: 1px solid hsl(var(--border));
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.fluid-menu__item:hover::after { opacity: 1; transform: translateY(-50%) translateX(0); }

@media (max-width: 480px) {
  .fluid-menu__trigger, .fluid-menu__item { width: 42px; height: 42px; }
}
/* keep the contact button visible on phones (there's no menu anymore) */
@media (max-width: 760px) {
  .header__cta { display: inline-flex; }
}
.cta-short { display: none; }
@media (max-width: 480px) {
  .header .logo__text { font-size: 1.05rem; letter-spacing: 0.08em; }
  .header .logo__mark { font-size: 0.8rem; }
  .header__cta { padding: 8px 13px; font-size: 0.78rem; }
  .cta-long { display: none; }
  .cta-short { display: inline; }
}

/* ------------------------------------------------------------
   Hero: fit headline + waves on a single screen (no in-hero scroll)
   Sizes scale with viewport HEIGHT so nothing clips on laptops.
   ------------------------------------------------------------ */
.hero {
  min-height: 100vh;
  min-height: 100svh;            /* mobile browser-chrome aware */
  padding: 88px 0 40px;
  display: flex;
  align-items: center;
}
.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.hero__eyebrow {
  margin-bottom: clamp(12px, 2.2vh, 28px);
  max-width: 100%;               /* never wider than the screen */
  text-align: center;
  white-space: normal;           /* allow it to wrap on narrow phones */
}
@media (max-width: 480px) {
  .hero__eyebrow { font-size: 0.7rem; letter-spacing: 0.12em; padding: 7px 14px; }
}
.hero__title {
  /* Clash Display for the big centre wordmark (Georgian-free, so safe) */
  font-family: "Clash Display", var(--font-heading);
  font-weight: 700;
  /* height-driven so the two lines + the rest always fit one screen;
     vw caps it on wide/short windows, the rem floor on tiny phones.
     (stats removed → more vertical room, so the headline can grow) */
  font-size: clamp(2.6rem, min(14vw, 18vh), 8.5rem);
  line-height: 0.88;
  letter-spacing: -0.02em;
  margin-bottom: clamp(10px, 1.8vh, 24px);
}
.hero__subtitle { font-size: clamp(1rem, 1.1vw + 0.5vh, 1.4rem); }
.hero__actions { margin-top: clamp(16px, 2.6vh, 40px); }
.hero__stats {
  margin-top: clamp(20px, 3.4vh, 80px);
  padding-top: clamp(14px, 2.2vh, 44px);
}

/* short viewports: drop the scroll hint so it never overlaps the stats */
@media (max-height: 760px) {
  .hero { padding-top: 76px; }
  .scroll-hint { display: none; }
}

/* narrow phones: stack the two hero buttons so nothing overflows sideways */
@media (max-width: 480px) {
  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
  }
  .hero__actions .btn { width: 100%; }
}

/* ------------------------------------------------------------
   Smooth scroll (Lenis) + scroll-linked motion (Motion)
   Progressive enhancement: loaded from assets/js/scroll-fx.js.
   Everything here degrades gracefully if the module never runs.
   ------------------------------------------------------------ */

/* Lenis hands momentum to JS — disable the native CSS smooth so the
   two engines never fight over the same scroll. */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* Top scroll-progress bar — gradient sliver that fills as you read.
   Painted via transform: scaleX() only (no layout, GPU-friendly). */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 100%;
  z-index: 400;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: var(--grad);
  box-shadow: 0 0 14px hsla(265, 90%, 60%, .55);
  pointer-events: none;
  will-change: transform;
}

/* Elements driven by scroll parallax get a GPU hint while in flight. */
[data-parallax] { will-change: transform; }

/* The hero canvas drifts on scroll — keep it from ever showing an edge. */
.hero .hero__bg { will-change: transform; }

/* Reduced-motion: no momentum, no parallax, no drift. The progress bar
   stays (it's positional feedback, not motion) but the JS still honours
   the preference by skipping Lenis + parallax entirely. */
@media (prefers-reduced-motion: reduce) {
  .scroll-progress { box-shadow: none; }
  [data-parallax] { transform: none !important; will-change: auto; }
}

/* ------------------------------------------------------------
   Projects — infinite auto-scroll marquee
   Full-bleed strip of project screenshots that loops seamlessly
   (12 cards = the 3 projects laid out, then cloned). Pure CSS
   animation; pauses on hover; honours reduced-motion.
   ------------------------------------------------------------ */
.proj-marquee {
  position: relative;
  width: 100%;
  margin-top: clamp(28px, 5vh, 56px);
  overflow: hidden;
  /* fade both edges so cards melt into the page instead of hard-cutting */
  -webkit-mask: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.proj-marquee__track {
  display: flex;
  width: max-content;
  padding: 16px 0;                 /* breathing room so hover-scale isn't clipped */
  animation: onyx-marquee 42s linear infinite;
  will-change: transform;
}
/* let visitors stop the belt to inspect a card */
.proj-marquee:hover .proj-marquee__track { animation-play-state: paused; }

.proj-card {
  position: relative;
  flex: 0 0 auto;
  /* wider cards + the screenshot's own ratio (1903×898) so the WHOLE
     hero shows — object-fit: cover then fills with zero cropping. */
  width: clamp(340px, 46vw, 680px);
  aspect-ratio: 1900 / 892;
  margin-right: 24px;              /* uniform gap (incl. the loop seam) → no jump */
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid hsla(252, 100%, 67%, .16);
  box-shadow: 0 24px 60px -30px rgba(0, 0, 0, .85);
  transition: transform .3s var(--ease), filter .3s var(--ease), border-color .3s var(--ease);
}
.proj-card:hover {
  transform: scale(1.05);
  filter: brightness(1.08);
  border-color: hsla(252, 100%, 67%, .5);
  z-index: 2;
}
.proj-card__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.proj-card__label {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 30px 16px 12px;
  font-family: var(--font-heading);
  font-weight: 600; font-size: 1rem; color: #fff;
  letter-spacing: .01em;
  background: linear-gradient(to top, rgba(0, 0, 0, .82), transparent);
}

@keyframes onyx-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Reduced-motion: kill the belt, show just the 3 unique projects as a
   manually scrollable strip (the global reduce rule already stops the
   keyframes; here we make the leftover content reachable). */
@media (prefers-reduced-motion: reduce) {
  .proj-marquee {
    overflow-x: auto;
    -webkit-mask: none; mask: none;
    scroll-snap-type: x proximity;
  }
  .proj-marquee__track { padding-inline: clamp(16px, 4vw, 40px); }
  .proj-card { scroll-snap-align: start; }
  .proj-card:nth-child(n+4) { display: none; }
}

/* ------------------------------------------------------------
   Brief / questionnaire — styled radio options + contact fields
   ------------------------------------------------------------ */
.brief { display: flex; flex-direction: column; gap: 24px; }
.brief__q { border: none; padding: 0; margin: 0; min-width: 0; }
.brief__q-title {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-heading); font-weight: 600;
  font-size: 1.05rem; color: hsl(var(--primary));
  margin-bottom: 14px; line-height: 1.4;
}
.brief__q-num {
  flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center; font-size: 0.9rem;
  color: #fff; background: var(--grad);
}
.brief__options { display: flex; flex-direction: column; gap: 10px; }
.brief__option {
  position: relative; display: flex; align-items: center; gap: 12px;
  padding: 13px 16px; border-radius: 12px; cursor: pointer;
  background: hsl(0 0% 6%); border: 1px solid hsl(var(--border));
  transition: border-color .2s, background .2s;
}
.brief__option:hover { border-color: hsla(252,100%,67%,.45); }
.brief__option input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.brief__option-mark {
  flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%;
  border: 2px solid hsl(var(--muted-foreground)); position: relative;
  transition: border-color .2s;
}
.brief__option-mark::after {
  content: ""; position: absolute; inset: 3px; border-radius: 50%;
  background: var(--grad); transform: scale(0); transition: transform .2s var(--ease);
}
.brief__option-text { font-size: 0.95rem; color: hsl(var(--secondary-foreground)); }
.brief__option input:checked ~ .brief__option-mark { border-color: hsl(var(--violet)); }
.brief__option input:checked ~ .brief__option-mark::after { transform: scale(1); }
.brief__option:has(input:checked) {
  border-color: hsla(252,100%,67%,.6);
  background: hsla(252,100%,67%,.07);
}
.brief__option input:focus-visible ~ .brief__option-mark {
  box-shadow: 0 0 0 3px hsla(252,100%,67%,.25);
}
/* inline "სხვა" text box — dimmed until its radio is picked */
.brief__option--other { flex-wrap: wrap; }
.brief__option-input {
  flex: 1 1 160px; min-width: 140px;
  background: transparent; border: none; border-bottom: 1px solid hsl(var(--border));
  color: hsl(var(--foreground)); font: inherit; font-size: 0.95rem; padding: 4px 2px;
  opacity: .45; transition: opacity .2s, border-color .2s;
}
.brief__option-input.is-active { opacity: 1; }
.brief__option-input:focus { outline: none; border-color: hsla(252,100%,67%,.7); opacity: 1; }
#briefForm > .btn { margin-top: 10px; }

/* ------------------------------------------------------------
   Mobile refinement — tighten oversized type, spacing & cards
   so phones feel proportional. (There is no horizontal overflow;
   this is purely a sizing pass for small screens.)
   ------------------------------------------------------------ */
@media (max-width: 600px) {
  /* typography */
  .section__title { font-size: clamp(1.7rem, 8vw, 2.4rem); line-height: 1.06; }
  .section__sub   { font-size: 0.95rem; margin-top: 12px; }
  .hero__subtitle { font-size: 1.02rem; }
  .plan__name          { font-size: 1.55rem; }
  .plan__price--range  { font-size: 2.1rem; }
  .card__title    { font-size: 1.2rem; }
  .brief__q-title { font-size: 0.98rem; }

  /* spacing */
  .section       { padding: 56px 0; }
  .section__head { margin-bottom: 32px; }
  .container     { padding: 0 16px; }
  .hero__actions { margin-top: 26px; }

  /* projects marquee — smaller, card-like tiles instead of full-width */
  .proj-card        { width: clamp(220px, 74vw, 300px); border-radius: 12px; }
  .proj-card__label { font-size: 0.9rem; padding: 22px 13px 10px; }

  /* header CTA never crowds the centered logo */
  .header__cta { padding: 7px 12px; font-size: 0.74rem; }
}

/* very small phones */
@media (max-width: 380px) {
  .section__title     { font-size: clamp(1.45rem, 8.5vw, 2rem); }
  .plan__price--range { font-size: 1.85rem; }
}

/* Phone only: hide the top header (ONYX STUDIO logo + consultation CTA).
   Navigation stays available via the fluid menu (top-left). Desktop &
   tablet (>760px) keep the full header. */
@media (max-width: 760px) {
  .header { display: none; }
}
