/* Oxinnov site-v2 — inner pages (extends home visual language) */

body.ox-site {
  --ox-bg: #090b12;
  --ox-bg-elevated: #12151f;
  --ox-surface: #181c28;
  --ox-light: #f3f1fa;
  --ox-light-2: #e8e5f2;
  --ox-ink: #12131a;
  --ox-ink-soft: #3d4456;
  --ox-white: #ffffff;
  --ox-fog: #c4cad8;
  --ox-fog-strong: #e6e9f2;
  --ox-violet: #6b52d1;
  --ox-violet-bright: #8b74f0;
  --ox-orange: #ff5a1f;
  --ox-orange-soft: #ff7a45;
  --ox-line-dark: rgba(255, 255, 255, 0.12);
  --ox-line-light: rgba(18, 19, 26, 0.1);
  --ox-display: "Outfit", "Segoe UI", sans-serif;
  --ox-body: "DM Sans", "Segoe UI", sans-serif;
  --ox-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ox-nav: 70px;

  margin: 0;
  background: var(--ox-bg);
  color: var(--ox-fog-strong);
  font-family: var(--ox-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.ox-site .contentPage {
  padding: 0 !important;
  margin: 0;
  background: var(--ox-bg);
  min-height: 50vh;
}

/* Nav — same as home */
body.ox-site #header {
  position: fixed !important;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: var(--ox-nav);
  padding: 0 !important;
  background: rgba(9, 11, 18, 0.92) !important;
  background-image: none !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 var(--ox-line-dark);
}

body.ox-site #header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--ox-nav);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  float: none;
}

body.ox-site #header .header-logo {
  float: none !important;
  width: auto !important;
  display: flex;
  align-items: center;
  margin: 0;
}

body.ox-site #header .header-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

body.ox-site #header .header-logo-img {
  float: none !important;
  max-height: 36px !important;
}

body.ox-site #header .header-logo span {
  font-family: var(--ox-display) !important;
  font-weight: 600 !important;
  font-size: 1.15rem !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  margin: 0 0 0 0.5rem !important;
  color: #fff !important;
}

body.ox-site #header ul.header-menu {
  float: none !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

body.ox-site #header .header-menu > li {
  display: inline-block;
  position: relative;
}

body.ox-site #header .header-menu > li > a {
  font-family: var(--ox-body) !important;
  font-size: 0.84rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  color: var(--ox-fog-strong) !important;
  background: transparent !important;
  padding: 0.45rem 0.7rem !important;
  border-radius: 999px !important;
}

body.ox-site #header .header-menu > li.active > a,
body.ox-site #header .header-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

body.ox-site #header .header-menu-dropdown {
  margin-left: 0 !important;
  border-radius: 14px !important;
  background: rgba(12, 14, 22, 0.96) !important;
  min-width: 230px;
}

body.ox-site #header .header-menu-button-open-mobile {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  float: none;
  margin: 0;
}

body.ox-site #header .waves,
body.ox-site #header .wavessmall,
body.ox-site #content-header {
  display: none !important;
}

body.ox-site #footerpage {
  background: #070910 !important;
  border-top: 1px solid var(--ox-line-dark);
  color: var(--ox-fog);
}

body.ox-site #footerpage h3 {
  font-family: var(--ox-display);
  color: #fff !important;
}

body.ox-site #footerpage a {
  color: #9ec0ff !important;
}

/* Primitives (shared with home naming) */
.ox-wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.ox-section { padding: clamp(3.5rem, 8vw, 6rem) 0; position: relative; }
.ox-section--dark { background: var(--ox-bg); color: var(--ox-fog-strong); }
.ox-section--light { background: var(--ox-light); color: var(--ox-ink); }
.ox-section--elevated { background: var(--ox-bg-elevated); color: var(--ox-fog-strong); }

.ox-section__head { margin-bottom: 2.5rem; max-width: 40rem; }
.ox-section__head--center { margin-inline: auto; text-align: center; }
.ox-section__head--center .ox-lead { margin-inline: auto; }
.ox-section__head--row {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.ox-kicker {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ox-orange-soft);
}

.ox-section--light .ox-kicker { color: var(--ox-orange); }

.ox-title {
  margin: 0 0 1rem;
  font-family: var(--ox-display);
  font-weight: 600;
  font-size: clamp(1.65rem, 3.4vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
}

.ox-section--light .ox-title { color: var(--ox-ink); }

.ox-lead {
  margin: 0;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ox-fog);
}

.ox-section--light .ox-lead { color: var(--ox-ink-soft); }

.ox-prose {
  max-width: 46rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ox-fog);
}

.ox-prose p { margin: 0 0 1rem; }
.ox-prose b, .ox-prose strong { color: #fff; font-weight: 600; }
.ox-section--light .ox-prose { color: var(--ox-ink-soft); }
.ox-section--light .ox-prose b,
.ox-section--light .ox-prose strong { color: var(--ox-ink); }

.ox-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 90, 31, 0.55);
  padding-bottom: 0.1rem;
  transition: gap 0.3s var(--ox-ease), color 0.3s, border-color 0.3s;
}

.ox-section--light .ox-link { color: var(--ox-ink); }
.ox-link::after {
  content: "→";
  transition: transform 0.3s var(--ox-ease);
}
.ox-link:hover {
  color: var(--ox-orange);
  text-decoration: none;
  gap: 0.7rem;
  border-color: var(--ox-orange);
}
.ox-link:hover::after { transform: translateX(3px); }

.ox-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--ox-body);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.3s var(--ox-ease), box-shadow 0.3s, background 0.3s, border-color 0.3s;
}

.ox-btn--primary {
  background: linear-gradient(120deg, var(--ox-violet), var(--ox-orange));
  color: #fff !important;
  box-shadow: 0 14px 36px rgba(255, 90, 31, 0.28);
}

.ox-btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(255, 90, 31, 0.38);
  color: #fff !important;
}

.ox-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff !important;
}

.ox-btn--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
  color: #fff !important;
}

.ox-section--light .ox-btn--ghost {
  border-color: rgba(18, 19, 26, 0.22);
  color: var(--ox-ink) !important;
}

.ox-section--light .ox-btn--ghost:hover {
  border-color: var(--ox-ink);
  background: rgba(18, 19, 26, 0.04);
  color: var(--ox-ink) !important;
}

.ox-btn--light {
  background: #fff;
  color: var(--ox-ink) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.ox-btn--light:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  color: var(--ox-ink) !important;
}

/* Page hero */
.ox-page-hero {
  position: relative;
  padding: calc(var(--ox-nav) + 3.5rem) 0 3.5rem;
  overflow: hidden;
  background:
    radial-gradient(80% 60% at 85% 10%, rgba(107, 82, 209, 0.32), transparent 55%),
    radial-gradient(60% 50% at 10% 90%, rgba(255, 90, 31, 0.18), transparent 50%),
    var(--ox-bg);
}

/* When JS injects parallax glows, drop static gradients to avoid double wash */
.ox-page-hero:has(.ox-page-hero__glow) {
  background: var(--ox-bg);
}

.ox-page-hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(8px);
  will-change: transform;
}

.ox-page-hero__glow--a {
  width: min(72vw, 640px);
  height: min(52vw, 420px);
  top: -12%;
  right: -8%;
  background: radial-gradient(circle, rgba(107, 82, 209, 0.42) 0%, transparent 68%);
}

.ox-page-hero__glow--b {
  width: min(58vw, 480px);
  height: min(48vw, 380px);
  bottom: -18%;
  left: -10%;
  background: radial-gradient(circle, rgba(255, 90, 31, 0.28) 0%, transparent 65%);
}

.ox-page-hero__inner { position: relative; z-index: 1; max-width: 720px; }

.ox-page-hero__title {
  margin: 0 0 1rem;
  font-family: var(--ox-display);
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #fff;
}

.ox-page-hero__title em {
  font-style: normal;
  background: linear-gradient(100deg, #b5a5ff, #ff8a55);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ox-page-hero__lead {
  margin: 0;
  max-width: 38rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--ox-fog);
}

.ox-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

/* Cards / grids */
.ox-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.1rem;
}

.ox-card {
  display: block;
  padding: 1.5rem 1.35rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--ox-line-dark);
  color: inherit;
  text-decoration: none !important;
  transition:
    transform 0.4s var(--ox-ease),
    border-color 0.35s,
    background 0.35s,
    box-shadow 0.4s var(--ox-ease);
}

.ox-section--light .ox-card {
  background: #fff;
  border-color: var(--ox-line-light);
}

.ox-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 90, 31, 0.5);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.ox-section--light .ox-card:hover {
  background: #fff;
  box-shadow: 0 18px 40px rgba(18, 19, 26, 0.1);
}

.ox-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--ox-display);
  font-size: 1.2rem;
  color: #fff;
  transition: color 0.3s;
}

.ox-section--light .ox-card h3 { color: var(--ox-ink); }

.ox-card:hover h3 { color: var(--ox-orange-soft); }
.ox-section--light .ox-card:hover h3 { color: var(--ox-orange); }

.ox-card p {
  margin: 0;
  color: var(--ox-fog);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ox-section--light .ox-card p { color: var(--ox-ink-soft); }

.ox-card__index {
  display: block;
  margin-bottom: 0.7rem;
  font-family: var(--ox-display);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--ox-orange-soft);
  transition: transform 0.4s var(--ox-ease);
  transform-origin: left center;
}

.ox-card:hover .ox-card__index { transform: scale(1.12); }

/* Two-column split (form + arguments, etc.) */
.ox-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 900px) {
  .ox-split {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 3rem;
  }
}

.ox-split__aside h3 {
  margin: 0 0 0.4rem;
  font-family: var(--ox-display);
  font-size: 1.15rem;
  color: #fff;
}

.ox-section--light .ox-split__aside h3 { color: var(--ox-ink); }

.ox-split__aside p {
  margin: 0 0 1.35rem;
  color: var(--ox-fog);
  font-size: 0.98rem;
  line-height: 1.55;
}

.ox-section--light .ox-split__aside p { color: var(--ox-ink-soft); }

.ox-split__aside a { color: #9ec0ff; }

/* Work grid */
.ox-realisations-head {
  margin-bottom: 2rem;
}

.ox-work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.15rem;
}

.ox-work-tile {
  display: block;
  color: inherit;
  text-decoration: none !important;
  border-radius: 14px;
  overflow: hidden;
  background: var(--ox-surface);
  border: 1px solid var(--ox-line-dark);
  transition:
    transform 0.4s var(--ox-ease),
    border-color 0.35s,
    box-shadow 0.4s var(--ox-ease);
}

.ox-work-tile:hover {
  transform: translateY(-7px);
  border-color: rgba(139, 116, 240, 0.45);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.ox-work-tile__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #111;
  position: relative;
}

.ox-work-tile__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(9, 11, 18, 0.45) 100%);
  opacity: 0;
  transition: opacity 0.45s var(--ox-ease);
  pointer-events: none;
}

.ox-work-tile:hover .ox-work-tile__media::after { opacity: 1; }

.ox-work-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.85s var(--ox-ease);
}

.ox-work-tile:hover .ox-work-tile__media img { transform: scale(1.08); }

.ox-work-tile__meta {
  padding: 1rem 1.05rem 1.15rem;
  transition: transform 0.4s var(--ox-ease);
}

.ox-work-tile:hover .ox-work-tile__meta { transform: translateY(-2px); }

.ox-work-tile__meta h3 {
  margin: 0 0 0.35rem;
  font-family: var(--ox-display);
  font-size: 1.05rem;
  color: #fff;
  transition: color 0.3s;
}

.ox-work-tile:hover .ox-work-tile__meta h3 { color: var(--ox-violet-bright); }

.ox-work-tile__meta p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ox-fog);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ox-work-more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  background:
    radial-gradient(90% 80% at 100% 0%, rgba(107, 82, 209, 0.28), transparent 55%),
    radial-gradient(70% 70% at 0% 100%, rgba(255, 90, 31, 0.16), transparent 50%),
    rgba(255, 255, 255, 0.03);
}

/* FAQ */
.ox-faq { display: grid; gap: 0.75rem; }

.ox-faq__item {
  border-radius: 14px;
  border: 1px solid var(--ox-line-dark);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transform: none !important;
  transition:
    border-color 0.3s,
    background 0.3s,
    box-shadow 0.35s var(--ox-ease);
}

.ox-section--light .ox-faq__item {
  background: #fff;
  border-color: var(--ox-line-light);
}

.ox-faq__item:hover {
  border-color: rgba(139, 116, 240, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

.ox-faq__item[open] {
  border-color: rgba(255, 90, 31, 0.4);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.ox-section--light .ox-faq__item:hover,
.ox-section--light .ox-faq__item[open] {
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 19, 26, 0.08);
}

.ox-faq__q {
  margin: 0;
  padding: 1.1rem 2.75rem 1.1rem 1.25rem;
  font-family: var(--ox-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  list-style: none;
  position: relative;
  transform: none;
  transition: color 0.25s;
}

.ox-section--light .ox-faq__q { color: var(--ox-ink); }

.ox-faq__q::-webkit-details-marker { display: none; }

.ox-faq__q::after {
  content: "+";
  position: absolute;
  right: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--ox-orange-soft);
  transition: transform 0.35s var(--ox-ease), color 0.25s;
}

.ox-faq__item[open] .ox-faq__q::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
  color: var(--ox-violet-bright);
}

.ox-faq__item:hover .ox-faq__q { color: var(--ox-orange-soft); }
.ox-section--light .ox-faq__item:hover .ox-faq__q { color: var(--ox-orange); }

.ox-faq__a {
  padding: 0 1.25rem 1.2rem;
  color: var(--ox-fog);
  font-size: 0.98rem;
  line-height: 1.6;
}

.ox-section--light .ox-faq__a { color: var(--ox-ink-soft); }

/* Steps */
.ox-steps { display: grid; gap: 1rem; }

.ox-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--ox-line-dark);
  transition: border-color 0.3s, transform 0.35s var(--ox-ease);
}

.ox-step:hover {
  border-bottom-color: rgba(255, 90, 31, 0.35);
  transform: translateX(4px);
}

.ox-step__num {
  font-family: var(--ox-display);
  font-weight: 700;
  color: var(--ox-orange-soft);
  font-size: 1.1rem;
  transition: transform 0.35s var(--ox-ease);
}

.ox-step:hover .ox-step__num { transform: scale(1.1); }

.ox-step h3 {
  margin: 0 0 0.35rem;
  font-family: var(--ox-display);
  font-size: 1.2rem;
  color: #fff;
  transition: color 0.25s;
}

.ox-step:hover h3 { color: var(--ox-orange-soft); }

.ox-step p { margin: 0; color: var(--ox-fog); font-size: 0.98rem; }

/* CTA block */
.ox-cta {
  position: relative;
  padding: clamp(4.5rem, 10vw, 7rem) 0;
  text-align: center;
  overflow: hidden;
}

.ox-cta__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #1a1433 0%, #5a3fb0 48%, #ff5a1f 100%);
}

.ox-cta__inner { position: relative; z-index: 1; max-width: 680px; }

.ox-cta__title {
  margin: 0 0 1rem;
  font-family: var(--ox-display);
  font-weight: 700;
  font-size: clamp(1.6rem, 3.8vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
}

.ox-cta__text {
  margin: 0 auto 1.6rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

/* Form dark theme */
body.ox-site .header-formulaire,
body.ox-site .formulaire-contact,
body.ox-site form {
  color: var(--ox-ink);
}

body.ox-site .content-header-formulaire {
  height: auto;
  position: relative;
  overflow: visible;
}

body.ox-site .header-formulaire {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  background: #fff !important;
  border-radius: 18px !important;
  padding: 1.5rem 1.5rem 2rem !important;
  margin: 0 0 0.5rem !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  overflow: visible !important;
}

/* Leave room under forms so the card isn’t flush with the next section */
body.ox-site #ox-contact-form,
body.ox-site .ox-section:has(.header-formulaire) {
  padding-bottom: clamp(4.5rem, 10vw, 7.5rem);
}

body.ox-site .ox-contact-grid {
  margin-bottom: 0.5rem;
}

body.ox-site .header-formulaire .alert,
body.ox-site .ox-audit-form .alert,
.ox-form-feedback .alert {
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

body.ox-site .header-formulaire .alert-success,
.ox-form-feedback .alert-success {
  background: rgba(72, 199, 142, 0.14);
  border: 1px solid rgba(72, 199, 142, 0.45);
  color: #0f5132;
}

body.ox-site .header-formulaire .alert-danger,
.ox-form-feedback .alert-danger {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.35);
  color: #842029;
}

body.ox-site .ox-audit-form .alert-success {
  color: #0f5132;
}

body.ox-site .ox-audit-form .alert-danger {
  color: #842029;
}

body.ox-site .header-formulaire [data-ox-submit]:disabled,
body.ox-site .ox-audit-form [data-ox-submit]:disabled {
  opacity: 0.7;
  cursor: wait;
}

/* Alerts / empty states */
.ox-alert {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
  padding: 1.15rem 1.35rem;
  border-radius: 16px;
  border: 1px solid var(--ox-line-dark);
  background: rgba(255, 255, 255, 0.04);
}

.ox-alert--success {
  border-color: rgba(107, 82, 209, 0.45);
  background:
    linear-gradient(120deg, rgba(107, 82, 209, 0.18), rgba(255, 90, 31, 0.1)),
    rgba(255, 255, 255, 0.03);
}

.ox-alert__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-family: var(--ox-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(120deg, var(--ox-violet), var(--ox-orange));
}

.ox-alert__text {
  margin: 0;
  flex: 1 1 12rem;
  color: var(--ox-fog-strong);
  font-size: 1rem;
  line-height: 1.5;
}

.ox-alert__text strong {
  color: #fff;
  font-family: var(--ox-display);
  letter-spacing: 0.06em;
}

.ox-empty {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 3rem);
  border-radius: 22px;
  border: 1px solid var(--ox-line-dark);
  background:
    radial-gradient(70% 80% at 100% 0%, rgba(107, 82, 209, 0.22), transparent 55%),
    radial-gradient(55% 60% at 0% 100%, rgba(255, 90, 31, 0.12), transparent 50%),
    rgba(255, 255, 255, 0.03);
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
}

.ox-empty__ornament {
  width: 48px;
  height: 3px;
  margin: 0 auto 1.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ox-violet), var(--ox-orange));
}

.ox-empty__label {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ox-orange-soft);
}

.ox-empty__title {
  margin: 0 0 0.85rem;
  font-family: var(--ox-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  letter-spacing: -0.02em;
  color: #fff;
}

.ox-empty__text {
  margin: 0 auto 1.6rem;
  max-width: 32rem;
  color: var(--ox-fog);
  font-size: 1.02rem;
  line-height: 1.65;
}

.ox-empty__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* Legal prose */
.ox-legal {
  max-width: 48rem;
  color: var(--ox-fog);
  font-size: 0.98rem;
  line-height: 1.7;
}

.ox-legal h2 {
  font-family: var(--ox-display);
  color: #fff;
  font-size: 1.35rem;
  margin: 2rem 0 0.85rem;
}

.ox-legal p, .ox-legal li { margin-bottom: 0.75rem; }
.ox-legal a { color: #9ec0ff; }

/* Visible by default; GSAP may briefly override. Never leave content stuck hidden. */
[data-ox-fade] {
  opacity: 1;
  transform: none;
}

body.ox-anim [data-ox-fade]:not(.is-in) {
  /* GSAP sets inline opacity during tween; CSS fallback if tween never starts */
}

[data-ox-fade].is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px) {
  body.ox-site { --ox-nav: 62px; }
  .ox-wrap { width: calc(100% - 1.6rem); }
  body.ox-site #header ul.header-menu {
    display: block;
    position: fixed !important;
  }
}

@media (min-width: 768px) {
  body.ox-site #header .header-menu-button-open-mobile {
    display: none !important;
  }
}

/* Blog cards */
.ox-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.15rem;
}

.ox-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--ox-line-dark);
  color: inherit;
  text-decoration: none !important;
  transition:
    transform 0.4s var(--ox-ease),
    border-color 0.35s,
    box-shadow 0.4s var(--ox-ease);
}

.ox-blog-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 90, 31, 0.45);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.3);
  color: inherit;
}

.ox-blog-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
}

.ox-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s var(--ox-ease);
}

.ox-blog-card:hover .ox-blog-card__media img { transform: scale(1.07); }

.ox-blog-card__body {
  padding: 1.05rem 1.1rem 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--ox-ease);
}

.ox-blog-card:hover .ox-blog-card__body { transform: translateY(-2px); }

.ox-blog-card__body h3 {
  margin: 0 0 0.45rem;
  font-family: var(--ox-display);
  font-size: 1.05rem;
  line-height: 1.3;
  color: #fff;
  transition: color 0.3s;
}

.ox-blog-card:hover .ox-blog-card__body h3 { color: var(--ox-orange-soft); }

.ox-blog-card__body p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ox-fog);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Article body */
.ox-article {
  max-width: 46rem;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--ox-fog-strong);
}

.ox-article h2,
.ox-article h3 {
  font-family: var(--ox-display);
  color: #fff;
  letter-spacing: -0.02em;
  margin: 2rem 0 0.85rem;
}

.ox-article a { color: #9ec0ff; }
.ox-article img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.25rem 0;
}

.ox-article p { margin: 0 0 1.1rem; }
.ox-article ul, .ox-article ol { margin: 0 0 1.1rem; padding-left: 1.25rem; }
.ox-article li { margin-bottom: 0.4rem; }

.ox-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 1.25rem 0 0;
  font-size: 0.88rem;
  color: var(--ox-fog);
}

.ox-article-meta time,
.ox-article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.ox-article-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: var(--ox-fog);
}

.ox-article-breadcrumb a {
  color: var(--ox-fog);
  text-decoration: none;
  font-weight: 600;
}

.ox-article-breadcrumb a:hover {
  color: var(--ox-orange-soft);
}

.ox-article__seo-note a {
  color: #9ec0ff;
  font-weight: 600;
  text-decoration: none;
}

.ox-article__seo-note a:hover {
  color: var(--ox-orange-soft);
}

.ox-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ox-fog);
  text-decoration: none !important;
  transition: color 0.25s, gap 0.3s var(--ox-ease);
}

.ox-back-link:hover {
  color: var(--ox-orange-soft);
  gap: 0.65rem;
}

.ox-article-cover {
  max-width: 46rem;
  margin: 0 auto 2rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ox-line-dark);
  background: #111;
}

.ox-article-cover img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

.ox-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.75rem;
  align-items: start;
}

@media (max-width: 900px) {
  .ox-contact-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  [data-ox-fade] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .ox-page-hero__glow {
    will-change: auto;
    filter: none;
  }

  .ox-card:hover,
  .ox-work-tile:hover,
  .ox-blog-card:hover,
  .ox-step:hover,
  .ox-btn--primary:hover,
  .ox-btn--ghost:hover,
  .ox-btn--light:hover {
    transform: none;
  }

  .ox-work-tile:hover .ox-work-tile__media img,
  .ox-blog-card:hover .ox-blog-card__media img,
  .ox-card:hover .ox-card__index,
  .ox-step:hover .ox-step__num,
  .ox-link:hover::after,
  .ox-work-tile:hover .ox-work-tile__meta,
  .ox-blog-card:hover .ox-blog-card__body {
    transform: none;
  }

  .ox-faq__q::after,
  .ox-link,
  .ox-back-link {
    transition: none;
  }
}
