/* ============================================================
   Open-X — Refactoring 2026 · shared stylesheet
   Minimal · white / black / orange · medium scroll motion
   ============================================================ */

:root {
  --bg:        #ffffff;
  --bg-2:      #faf9f7;
  --ink:       #0e0e0e;
  --ink-2:     #3a3a38;
  --muted:     #8c8c87;
  --line:      #ececea;
  --line-2:    #f4f3f1;
  --orange:    #ef5a23;
  --orange-2:  #ff7b46;
  --orange-soft:#fdeee8;

  --maxw: 1240px;
  --pad: clamp(20px, 5vw, 64px);
  --nav-h: 88px;

  --font: 'Inter', system-ui, -apple-system, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

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

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 24px); -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg); color: var(--ink);
  font-family: var(--font);
  font-feature-settings: "ss01","cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
::selection { background: var(--orange); color: #fff; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

/* mono micro-label */
.kicker {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange);
  display: inline-flex; align-items: center; gap: 12px;
}
.kicker::before { content: ''; width: 26px; height: 1px; background: var(--orange); }
.kicker.plain::before { display: none; }

/* generic display heading */
.display {
  font-weight: 800; letter-spacing: -.035em; line-height: .98;
  font-size: clamp(34px, 5.2vw, 76px);
  text-wrap: balance;
}
.display em { font-style: italic; font-weight: 700; color: var(--orange); }

.lede { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.6; color: var(--ink-2); max-width: 46ch; text-wrap: pretty; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14.5px; font-weight: 600; letter-spacing: .01em;
  padding: 14px 22px; border-radius: 999px;
  transition: background .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease), transform .28s var(--ease);
  cursor: pointer; border: 1px solid transparent;
}
.btn .ar { transition: transform .3s var(--ease); }
.btn:hover .ar { transform: translateX(4px); }
.btn-solid { background: var(--ink); color: #fff; }
.btn-solid:hover { background: var(--orange); transform: translateY(-1px); }
.btn-ghost { border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-on-dark.btn-ghost { border-color: rgba(255,255,255,.2); color: #fff; }
.btn-on-dark.btn-ghost:hover { border-color: #fff; }
.btn:active { transform: scale(.97); transition-duration: .12s; }

/* ---------------- Top utility bar ---------------- */
.utility {
  position: relative; z-index: 60;
  background: var(--ink); color: rgba(255,255,255,.72);
  font-family: var(--mono); font-size: 11px; letter-spacing: .06em;
}
.utility .wrap { display: flex; justify-content: space-between; align-items: center; padding-block: 9px; gap: 18px; }
.utility .left, .utility .right { display: flex; gap: 22px; align-items: center; }
.utility a { transition: color .2s; }
.utility a:hover { color: var(--orange); }
.utility .live { color: var(--orange); display: inline-flex; align-items: center; gap: 8px; }
.utility .dot { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; animation: pulse 1.8s infinite; }

/* ---------------- Nav ---------------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  transition: background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.nav.solid {
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; padding-block: 16px; max-width: 1339px; }
.nav-logo img { height: 55px; width: auto; }
.nav-links { display: flex; gap: 30px; font-size: 13.5px; font-weight: 600; }
.nav-links a {
  position: relative; padding: 6px 0; color: var(--ink);
  /* White halo keeps the links legible over the bright hero photo while the
     nav is still transparent at the top; dropped once it frosts on scroll. */
  text-shadow: 0 1px 2px rgba(255,255,255,.7), 0 0 1px rgba(255,255,255,.7);
  transition: color .2s, text-shadow .3s var(--ease);
}
.nav-links a:hover { color: var(--orange); }
.nav.solid .nav-links a { text-shadow: none; }
.nav-links a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-right { display: flex; align-items: center; gap: 18px; }

/* ---- Liquid glass: shared base for the nav CTA + language switches ---- */
.lang-switch, .nav-cta, .mobile-lang {
  background: linear-gradient(140deg, rgba(255,255,255,.5), rgba(255,255,255,.14));
  border: 1px solid rgba(255,255,255,.55);
  backdrop-filter: blur(14px) saturate(170%);
  -webkit-backdrop-filter: blur(14px) saturate(170%);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.8),
    inset 0 -1px 2px rgba(255,255,255,.22),
    0 4px 18px rgba(20,20,20,.10);
}

/* Language switch — kept grouped as one glass pill with a segmented active state */
.lang-switch {
  display: inline-flex; border-radius: 999px; overflow: hidden;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em;
}
.lang-switch a { padding: 6px 12px; color: var(--ink-2); cursor: pointer; transition: background .25s var(--ease), color .25s var(--ease); }
.lang-switch a:not(.on):hover { color: var(--ink); background: rgba(255,255,255,.4); }
.lang-switch a.on {
  color: #fff;
  background: linear-gradient(140deg, var(--orange), #d94e1f);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.4), 0 1px 8px rgba(239,90,35,.45);
}

.nav-cta {
  padding: 11px 18px; border-radius: 999px; color: var(--ink);
  font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px;
  transition: transform .2s var(--ease), box-shadow .25s var(--ease), color .25s var(--ease);
}
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.9),
    inset 0 -1px 2px rgba(255,255,255,.28),
    0 6px 24px rgba(239,90,35,.26);
}
.nav-cta:active { transform: scale(.97); }
.nav-cta .d { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 8px var(--orange); animation: pulse 1.8s infinite; }

@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .25; } }

/* burger / mobile */
.burger { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.burger span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .2s; }
.nav.menu-active .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.menu-active .burger span:nth-child(2) { opacity: 0; }
.nav.menu-active .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px); z-index: 95; background: #fff; border-left: 1px solid var(--line); box-shadow: -30px 0 60px -30px rgba(0,0,0,.3); padding: 92px 26px 40px; flex-direction: column; gap: 2px; transform: translateX(100%); transition: transform .4s var(--ease); overflow-y: auto; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu > a:not(.nav-cta) { font-size: 19px; font-weight: 600; padding: 15px 2px; border-bottom: 1px solid var(--line-2); }
.mobile-menu .nav-cta { margin-top: 22px; justify-content: center; padding: 15px; font-size: 15px; }
.mobile-menu .mobile-lang { margin-top: 24px; display: inline-flex; align-self: flex-start; gap: 0; border-radius: 999px; overflow: hidden; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; }
.mobile-menu .mobile-lang a { cursor: pointer; color: var(--ink-2); padding: 9px 16px; transition: background .25s var(--ease), color .25s var(--ease); }
.mobile-menu .mobile-lang a:not(.on):hover { color: var(--ink); background: rgba(255,255,255,.4); }
.mobile-menu .mobile-lang a.on { color: #fff; background: linear-gradient(140deg, var(--orange), #d94e1f); box-shadow: inset 0 1px 1px rgba(255,255,255,.4), 0 1px 8px rgba(239,90,35,.45); }
.menu-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(10,10,10,.4); opacity: 0; pointer-events: none; transition: opacity .4s; }
.menu-backdrop.open { opacity: 1; pointer-events: auto; }
body.menu-open { overflow: hidden; }

/* ---------------- Hero ---------------- */
.hero { position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 70% center;
  transform: scale(1.08); transform-origin: 70% 50%;
  filter: brightness(1.14) saturate(1.03);
  animation: heroDrift 28s ease-in-out infinite alternate; will-change: transform;
}
/* White wash: opaque on the left for readable copy, fading right to reveal the photo */
.hero-bg::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(100deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.96) 44%,
      rgba(255,255,255,.78) 66%,
      rgba(255,255,255,.34) 86%,
      rgba(255,255,255,0) 100%),
    linear-gradient(to top, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 26%);
}
@keyframes heroDrift {
  0%   { transform: scale(1.08) translate3d(0, 0, 0); }
  100% { transform: scale(1.16) translate3d(-2.5%, -1.5%, 0); }
}
/* Generative effects layer — crossfaded over the photo by js/hero-all.js.
   White backdrop so the effects read as designed; JS fades it to a hair
   under full so the sede photo stays faintly visible (whitened) beneath. */
.hero-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1;
  display: block; background: #fff; opacity: 0; transition: opacity 5s ease;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-inner {
  min-height: clamp(560px, 86vh, 920px);
  display: flex; align-items: center; gap: clamp(40px, 5vw, 96px);
  padding-block: clamp(60px, 9vh, 130px);
}
.hero-copy {
  flex: 1 1 auto; min-width: 0;
  display: flex; flex-direction: column; justify-content: center;
}
.hero-eyebrow { margin-bottom: clamp(22px, 3vh, 34px); }
.hero h1 {
  font-weight: 800; letter-spacing: -.04em; line-height: .94;
  font-size: clamp(46px, 7.4vw, 112px);
  max-width: 14ch; text-wrap: balance;
}
.hero h1 em { font-style: italic; font-weight: 700; color: var(--orange); }
.hero-sub { margin-top: clamp(22px, 3vh, 32px); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.55; color: var(--ink-2); max-width: 50ch; }
.hero-sub strong { color: var(--ink); font-weight: 600; }

@media (prefers-reduced-motion: reduce) {
  .hero-bg-img { animation: none; }
  .map-flip-persp { animation: none; }
}

/* Waving Swiss flag */
.ch-flag {
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  margin-left: .12em;
  vertical-align: -.16em;
  position: relative;
  border-radius: 3px;
  background: #d52b1e;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(0, 0, 0, .05);
  transform-origin: left center;
  will-change: transform;
  animation: chFlagWave 2.6s ease-in-out infinite;
}
.ch-flag::before,
.ch-flag::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 1px;
}
.ch-flag::before { left: 40%; top: 18%; width: 20%; height: 64%; }   /* vertical arm */
.ch-flag::after  { top: 40%; left: 18%; height: 20%; width: 64%; }   /* horizontal arm */

@keyframes chFlagWave {
  0%   { transform: perspective(60px) rotateY(0deg)   skewY(0deg); }
  25%  { transform: perspective(60px) rotateY(20deg)  skewY(1.5deg); }
  50%  { transform: perspective(60px) rotateY(0deg)   skewY(0deg); }
  75%  { transform: perspective(60px) rotateY(-14deg) skewY(-1.5deg); }
  100% { transform: perspective(60px) rotateY(0deg)   skewY(0deg); }
}
@media (prefers-reduced-motion: reduce) {
  .ch-flag { animation: none; }
  html { scroll-behavior: auto; }
}
.hero-actions { margin-top: clamp(28px, 4vh, 40px); display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-partners { margin-top: clamp(34px, 5vh, 52px); display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-partners .lbl { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.badge { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; }
.badge .ms { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; width: 16px; height: 16px; }
.badge .ms span { display: block; }
.badge .ms span:nth-child(1){background:#F25022}.badge .ms span:nth-child(2){background:#7FBA00}
.badge .ms span:nth-child(3){background:#00A4EF}.badge .ms span:nth-child(4){background:#FFB900}
.badge .exo { width: 16px; height: 16px; border-radius: 50%; object-fit: cover; }
.scroll-hint { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 2; font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-hint .ln { width: 1px; height: 30px; background: linear-gradient(var(--orange), transparent); animation: dropline 2s var(--ease) infinite; }
@keyframes dropline { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------------- Marquee ---------------- */
.marquee { display: block; border-block: 1px solid var(--line); overflow: hidden; white-space: nowrap; padding: 18px 0; background: #fff; text-decoration: none; color: var(--ink-2); cursor: pointer; }
.marquee-track { display: inline-flex; gap: 48px; animation: scroll 46s linear infinite; font-family: var(--mono); font-size: 13px; color: var(--ink-2); letter-spacing: .04em; will-change: transform; }
.marquee-track span { display: inline-flex; align-items: center; gap: 48px; }
.marquee-track .sep { color: var(--orange); }
.marquee-track .mq-label { color: var(--ink); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------------- Section scaffold ---------------- */
section { position: relative; }
.sec { padding-block: clamp(72px, 11vh, 150px); }
.sec-head { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(24px, 5vw, 70px); align-items: end; margin-bottom: clamp(40px, 6vh, 72px); }
.sec-head h2 { margin-top: 16px; }
.sec-head .display { font-size: clamp(32px, 4.4vw, 60px); }

/* ---------------- 01 Approach / ExO ---------------- */
.approach { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.approach .copy p { margin-top: 18px; font-size: clamp(16px,1.5vw,18px); line-height: 1.62; color: var(--ink-2); max-width: 48ch; }
.approach .copy h2 { margin: 16px 0 4px; }
.approach .copy .btn { margin-top: 28px; }
.exo-card { position: relative; background: var(--ink); color: #fff; border-radius: 24px; padding: clamp(30px, 4vw, 44px); overflow: hidden; }
.exo-card .kicker { color: var(--orange); }
.exo-card h3 { font-size: clamp(22px, 2.4vw, 30px); font-weight: 700; letter-spacing: -.02em; line-height: 1.12; margin: 22px 0 16px; }
.exo-card p { font-size: 14.5px; line-height: 1.6; color: rgba(255,255,255,.66); max-width: 42ch; }
.exo-card .pills { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0; }
.exo-card .pills span { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; padding: 5px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; text-transform: uppercase; color: rgba(255,255,255,.62); }
.exo-card .exo-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--orange); font-weight: 600; }
.exo-card .ring { position: absolute; right: -70px; bottom: -70px; width: 260px; height: 260px; border-radius: 50%; background: conic-gradient(from 0deg, #F25022,#FFB900,#00A4EF,#7B2FF2,#F25022); opacity: .16; filter: blur(24px); }

/* ---------------- 02 Services ---------------- */
.services { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.svc { grid-column: span 4; background: #fff; padding: clamp(26px, 2.6vw, 36px); min-height: 248px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; transition: background .4s var(--ease), color .4s var(--ease); }
a.svc { text-decoration: none; color: inherit; }
.svc:hover { background: var(--ink); color: #fff; }
.svc.feature { grid-column: span 6; background: var(--ink); color: #fff; }
.svc.feature:hover { background: var(--orange); }
.svc-top { display: flex; justify-content: space-between; align-items: flex-start; }
.svc-num { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: var(--muted); }
.svc:hover .svc-num, .svc.feature .svc-num { color: var(--orange); }
.svc.feature:hover .svc-num { color: #fff; }
/* Arrow only on cards that actually link somewhere */
.svc-ar { display: none; }
a.svc .svc-ar { width: 34px; height: 34px; border-radius: 50%; border: 1px solid currentColor; opacity: .22; display: flex; align-items: center; justify-content: center; transition: transform .35s var(--ease), opacity .35s; }
.svc:hover .svc-ar { opacity: 1; transform: rotate(-45deg); color: var(--orange); }
.svc.feature .svc-ar { opacity: .5; color: var(--orange); }
.svc.feature:hover .svc-ar { opacity: 1; color: #fff; }
.svc-icon { color: var(--ink); margin-bottom: 14px; display: flex; align-items: center; gap: 12px; transition: color .35s; }
.svc:hover .svc-icon, .svc.feature .svc-icon { color: var(--orange); }
.svc.feature:hover .svc-icon { color: #fff; }
.svc-icon svg { width: 30px; height: 30px; }
.svc-icon img { height: 38px; width: auto; border-radius: 6px; }
.svc-body { margin-top: 32px; }
.svc-title { font-size: clamp(19px, 1.8vw, 23px); font-weight: 700; letter-spacing: -.02em; line-height: 1.12; margin-bottom: 8px; }
.svc.feature .svc-title { font-size: clamp(24px, 2.4vw, 30px); }
.svc-desc { font-size: 14px; line-height: 1.5; opacity: .68; max-width: 40ch; margin-bottom: 14px; }
.svc-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.svc-tags span { font-family: var(--mono); font-size: 10px; letter-spacing: .04em; padding: 4px 9px; border: 1px solid var(--line); border-radius: 999px; text-transform: uppercase; color: var(--muted); transition: border-color .35s, color .35s; }
.svc:hover .svc-tags span, .svc.feature .svc-tags span { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.7); }
.svc.feature:hover .svc-tags span { border-color: rgba(255,255,255,.4); color: #fff; }

/* ---------------- Referenze ---------------- */
.refs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.ref { grid-column: span 1; height: 168px; background: #fff; text-decoration: none; color: var(--ink); position: relative; perspective: 1000px; }
.ref-flip { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform .7s cubic-bezier(.4,0,.2,1); }
.ref:hover .ref-flip, .ref:focus-visible .ref-flip, .ref.flipped .ref-flip { transform: rotateY(180deg); }
.ref-face { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 22px; text-align: center; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.ref-front { background: #fff; }
.ref-front img { max-width: 72%; max-height: 58px; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .72; transition: filter .35s var(--ease), opacity .35s var(--ease); }
.ref:hover .ref-front img, .ref.flipped .ref-front img { filter: grayscale(0); opacity: 1; }
.ref-back { background: var(--ink); color: #fff; transform: rotateY(180deg); flex-direction: column; gap: 14px; }
.ref-name { font-size: clamp(15px, 1.5vw, 18px); font-weight: 700; letter-spacing: -.02em; line-height: 1.18; }
.ref-ar { width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); display: flex; align-items: center; justify-content: center; color: var(--orange); transform: rotate(-45deg); }

/* Unipharma — interactive, zoom-to-center on hover */
.ref-uni { grid-column: span 2; cursor: pointer; overflow: hidden; animation: ref-breathe 3s var(--ease) infinite; }
.ref-uni-front { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 22px; transition: opacity .3s var(--ease), transform .45s var(--ease); }
.ref-uni-logo { max-height: 40px; max-width: 60%; width: auto; object-fit: contain; }
.ref-uni .ref-hint { font-family: var(--mono); font-size: 10.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--orange); padding: 5px 12px; border: 1px solid var(--line); border-radius: 999px; transition: border-color .3s, color .3s; }
.ref-uni-text { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: clamp(22px, 2.4vw, 34px); margin: 0; font-size: clamp(11px, 1.05vw, 13px); line-height: 1.6; color: #fff; text-align: center; opacity: 0; transform: scale(.82); transition: opacity .4s var(--ease), transform .5s var(--ease); pointer-events: none; }
.ref-uni:hover, .ref-uni:focus-visible, .ref-uni.flipped { background: var(--ink); color: #fff; animation: none; z-index: 4; box-shadow: 0 28px 60px -28px rgba(14,14,14,.55); }
.ref-uni:hover .ref-uni-front, .ref-uni:focus-visible .ref-uni-front, .ref-uni.flipped .ref-uni-front { opacity: 0; transform: scale(1.25); }
.ref-uni:hover .ref-uni-text, .ref-uni:focus-visible .ref-uni-text, .ref-uni.flipped .ref-uni-text { opacity: 1; transform: scale(1); }
@keyframes ref-breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.015); } }
@media (prefers-reduced-motion: reduce) { .ref-uni { animation: none; } }

/* Partner — same flip card as references, two wide cells */
.partners { grid-template-columns: repeat(2, 1fr); }

/* ---------------- Monitoraggio (dark) ---------------- */
.monitor { background: var(--ink); color: #fff; }
.monitor .ls-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.monitor .kicker { color: var(--orange); }
.monitor h2 { margin: 16px 0 18px; }
.monitor h2 em { color: var(--orange); }
.monitor p { color: rgba(255,255,255,.66); font-size: clamp(16px,1.5vw,18px); line-height: 1.6; max-width: 46ch; }
.ls-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; font-family: var(--mono); }
.ls-stats .s { padding: 16px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; transition: border-color .25s; }
.ls-stats .s:hover { border-color: rgba(255,255,255,.4); }
.ls-stats .s .l { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 8px; }
.ls-stats .s .v { font-size: 24px; font-weight: 700; letter-spacing: -.02em; }
.ls-stats .s .v .u { font-size: 13px; color: rgba(255,255,255,.5); font-weight: 500; margin-left: 4px; }
.ls-frame { position: relative; aspect-ratio: 1/1; background: #050505; border-radius: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); }
.ls-frame canvas { display: block; width: 100%; height: 100%; }
.ls-overlay { position: absolute; inset: 0; pointer-events: none; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; font-family: var(--mono); }
.ls-overlay .top, .ls-overlay .bot { display: flex; justify-content: space-between; align-items: center; font-size: 11px; letter-spacing: .06em; }
.ls-overlay .chip { padding: 4px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; text-transform: uppercase; color: rgba(255,255,255,.8); }
.ls-overlay .chip.live { color: var(--orange); border-color: rgba(239,90,35,.45); display: inline-flex; align-items: center; gap: 8px; }
.ls-overlay .chip.live .d { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); animation: pulse 1.6s infinite; }
.ls-overlay .bot { color: rgba(255,255,255,.5); }

/* ---------------- White paper ---------------- */
.wp-card { background: var(--orange); color: #fff; border-radius: 28px; padding: clamp(36px, 5vw, 64px); display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(30px,4vw,50px); align-items: center; position: relative; overflow: hidden; }
.wp-card .kicker { color: #fff; }
.wp-card .kicker::before { background: #fff; }
.wp-card h2 { font-size: clamp(30px, 3.6vw, 50px); font-weight: 800; letter-spacing: -.03em; line-height: 1.04; margin: 18px 0 14px; }
.wp-card p { font-size: 16px; line-height: 1.55; opacity: .94; max-width: 44ch; margin-bottom: 26px; }
.wp-card .btn { background: #fff; color: var(--orange); }
.wp-card .btn:hover { transform: translateY(-1px); background: var(--ink); color: #fff; }
.wp-mock { position: relative; display: flex; justify-content: center; }
.wp-doc { width: 210px; aspect-ratio: 3/4; background: #fff; border-radius: 10px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.4); transform: rotate(-6deg); padding: 24px 18px; }
.wp-doc::before { content: ''; position: absolute; top: 22px; left: 18px; right: 18px; height: 4px; background: var(--orange); border-radius: 2px; }
.wp-doc .dt { font-size: 15px; font-weight: 700; color: var(--ink); margin-top: 16px; line-height: 1.2; }
.wp-doc .dl { margin-top: 18px; display: flex; flex-direction: column; gap: 6px; }
.wp-doc .dl i { display: block; height: 3px; background: #ddd; border-radius: 2px; }
.wp-doc .dl i:nth-child(2){width:90%}.wp-doc .dl i:nth-child(3){width:80%}
.wp-doc .dl i:nth-child(4){width:95%}.wp-doc .dl i:nth-child(5){width:60%;background:var(--orange)}
.wp-doc .dl i:nth-child(6){width:88%}.wp-doc .dl i:nth-child(7){width:72%}
.wp-doc-2 { position: absolute; right: 22%; top: 18px; width: 190px; aspect-ratio: 3/4; background: var(--ink); border-radius: 10px; transform: rotate(8deg); box-shadow: 0 30px 60px -20px rgba(0,0,0,.4); }

/* ---------------- Numbers (dark bento) ---------------- */
.numbers { background: var(--ink); color: #fff; }
.numbers-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: clamp(36px,5vh,56px); gap: 24px; }
.numbers-head h2 { font-size: clamp(30px,4vw,54px); font-weight: 800; letter-spacing: -.03em; line-height: 1; max-width: 18ch; }
.numbers-head h2 em { color: var(--orange); font-style: italic; }
.numbers-head .side { font-family: var(--mono); font-size: 12px; letter-spacing: .08em; opacity: .55; text-transform: uppercase; }
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); border-radius: 22px; overflow: hidden; }
.cell { background: var(--ink); padding: clamp(26px,2.6vw,36px); min-height: 186px; display: flex; flex-direction: column; justify-content: space-between; }
.cell.wide { grid-column: span 2; }
.cell.dark { background: #060606; }
.cell.accent { background: var(--orange); }
.cell .bl { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; opacity: .58; }
.cell.accent .bl { opacity: .9; }
.cell .bv { font-size: clamp(44px, 5vw, 64px); font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.cell.wide .bv { font-size: clamp(54px, 6vw, 76px); }
.cell .bv .sm { font-size: 24px; font-weight: 600; opacity: .6; margin-left: 4px; }
.cell .bd { font-size: 13px; opacity: .64; line-height: 1.5; max-width: 26ch; }
.cell.accent .bd { opacity: .95; }

/* ---------------- Founders ---------------- */
.founders-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.founder { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 28px; display: flex; gap: 22px; align-items: center; transition: border-color .25s, transform .25s; }
.founder:hover { border-color: var(--ink); transform: translateY(-2px); }
.founder .photo { width: 92px; height: 92px; flex-shrink: 0; border-radius: 18px; overflow: hidden; background: repeating-linear-gradient(45deg,#f5f5f3 0 6px,#fff 6px 12px); display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: 9px; color: var(--muted); text-align: center; border: 1px dashed var(--line); }
.founder .photo img { width: 100%; height: 100%; object-fit: cover; }
.founder .name { font-size: 21px; font-weight: 700; letter-spacing: -.02em; margin-bottom: 4px; }
.founder .role { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.founder .bio { font-size: 14px; color: var(--ink-2); line-height: 1.5; }

/* ---------------- Blog ---------------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; transition: border-color .25s, transform .25s; }
.blog-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.blog-thumb { aspect-ratio: 16/10; background: var(--line-2); background-size: cover; background-position: center; }
.blog-thumb.is-empty { background: repeating-linear-gradient(45deg,#f5f5f3 0 6px,#fff 6px 12px); display: flex; align-items: center; justify-content: center; }
.blog-thumb.is-empty::after { content: 'OPEN-X'; font-family: var(--mono); font-size: 12px; letter-spacing: .22em; color: var(--muted); }
.blog-body { padding: 24px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.blog-meta { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); display: flex; gap: 10px; align-items: center; }
.blog-meta .sep { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); }
.blog-meta .cat { color: var(--muted); }
.blog-card h3 { font-size: 19px; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; }
.blog-card .excerpt { font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.blog-card .read { margin-top: auto; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.blog-card:hover .read { color: var(--orange); }
.blog-card .read svg { transition: transform .2s; }
.blog-card:hover .read svg { transform: translateX(3px); }
.blog-foot { margin-top: 40px; display: flex; justify-content: center; }
.blog-error { grid-column: 1/-1; text-align: center; color: var(--muted); font-size: 15px; padding: 40px 0; }
.blog-error a { color: var(--orange); }
.skeleton { pointer-events: none; }
.sk-line { height: 12px; border-radius: 6px; background: linear-gradient(90deg,#f0f0ee 25%,#f7f7f5 50%,#f0f0ee 75%); background-size: 200% 100%; animation: sk 1.3s infinite; }
@keyframes sk { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ---------------- Contact ---------------- */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,60px); align-items: start; }
.contact h3 { font-size: clamp(30px,4.4vw,54px); font-weight: 800; letter-spacing: -.03em; line-height: 1.04; margin: 14px 0 18px; }
.contact h3 em { font-style: italic; color: var(--orange); }
.contact p { font-size: clamp(16px,1.5vw,18px); line-height: 1.55; color: var(--ink-2); max-width: 42ch; margin-bottom: 28px; }
.contact-list { display: flex; flex-direction: column; gap: 14px; }
.contact-row { display: flex; gap: 16px; align-items: center; padding: 16px 20px; border: 1px solid var(--line); border-radius: 16px; transition: border-color .25s, transform .25s; }
.contact-row:hover { border-color: var(--ink); transform: translateX(3px); }
.contact-row .ci { width: 40px; height: 40px; border-radius: 50%; background: var(--orange-soft); display: flex; align-items: center; justify-content: center; color: var(--orange); flex-shrink: 0; }
.contact-row .meta { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.contact-row .val { font-size: 15px; font-weight: 600; }

.map-flip-wrap { position: relative; min-height: 460px; cursor: pointer; perspective: 1100px; }
.map-flip-persp { position: absolute; inset: 0; transform-style: preserve-3d; animation: flipHint 5.5s ease-in-out infinite; will-change: transform; }
.map-flip-wrap:hover .map-flip-persp { animation-play-state: paused; }
.map-flip-inner { width: 100%; height: 100%; transform-style: preserve-3d; transition: transform .85s cubic-bezier(.4,0,.2,1); }
.map-flip-wrap:hover .map-flip-inner { transform: rotateY(180deg); }
.map-flip-front, .map-flip-back { position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; border-radius: 22px; overflow: hidden; }
.map-card { background: var(--ink); color: #fff; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.map-flip-front { background: #050505; }
.map-flip-back { transform: rotateY(180deg); }
.map-flip-front img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.85) saturate(.9); }
#hq-map { position: absolute; inset: 0; z-index: 0; background: var(--ink); filter: saturate(.9) contrast(1.02) brightness(1.7); }
#hq-map .leaflet-control-attribution { background: rgba(10,10,10,.6); color: rgba(255,255,255,.45); font-size: 9px; }
#hq-map .leaflet-control-attribution a { color: rgba(255,255,255,.6); }
.map-card > div { position: relative; z-index: 2; }
.map-card .kicker { color: var(--orange); }
.map-card .where { font-size: 28px; font-weight: 700; letter-spacing: -.02em; line-height: 1.12; max-width: 16ch; margin-top: 10px; }
.map-card .where small { display: block; font-size: 13px; font-weight: 400; color: rgba(255,255,255,.55); margin-top: 8px; font-family: var(--mono); letter-spacing: .04em; }
.map-coords { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; color: rgba(255,255,255,.6); }
.map-card .map-pin { position: absolute; left: 50%; top: 50%; z-index: 3; width: 16px; height: 16px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(239,90,35,.25), 0 0 0 12px rgba(239,90,35,.12); transform: translate(-50%,-50%); animation: pulse 2s infinite; }
.map-card::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(135deg, rgba(10,10,10,.78) 0%, rgba(10,10,10,.3) 45%, rgba(10,10,10,0) 70%), linear-gradient(to top, rgba(10,10,10,.75) 0%, rgba(10,10,10,0) 35%); }
.map-flip-label { position: absolute; bottom: 18px; left: 18px; font-family: var(--mono); font-size: 11px; letter-spacing: .07em; color: rgba(255,255,255,.9); background: rgba(10,10,10,.65); padding: 5px 12px; border-radius: 999px; }

/* ---------------- Footer ---------------- */
footer { background: var(--ink); color: rgba(255,255,255,.7); padding-block: clamp(56px,8vh,80px) 36px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 54px; }
.foot-brand { max-width: 360px; }
.foot-brand img { height: 48px; width: auto; margin-bottom: 16px; }
.foot-brand p { font-size: 14px; line-height: 1.6; opacity: .62; }
.foot-brand .pwr { margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; opacity: .5; }
.foot-brand .pwr .exo { width: 14px; height: 14px; border-radius: 50%; object-fit: cover; }
.foot-col h4 { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; color: #fff; opacity: .5; font-weight: 500; }
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.foot-col a { font-size: 14px; transition: color .2s; }
.foot-col a:hover { color: var(--orange); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; opacity: .55; font-family: var(--mono); flex-wrap: wrap; gap: 10px; }
.foot-bottom a { transition: color .2s; }
.foot-bottom a:hover { color: var(--orange); }
.foot-dev { opacity: .5; }
.foot-dev a { color: rgba(255,255,255,.45); text-decoration: none; transition: color .2s; }
.foot-dev a:hover { color: var(--orange); }

/* ---------------- Scroll to top ---------------- */
.scroll-top { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(14px); box-shadow: 0 14px 34px -12px rgba(0,0,0,.5); transition: opacity .3s, transform .3s, background .25s, visibility .3s; }
.scroll-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--orange); transform: translateY(-2px); }
.scroll-top svg { width: 20px; height: 20px; }

/* ---------------- Variant switcher (review aid) ---------------- */
.variant-switch { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 85; display: flex; align-items: center; gap: 4px; padding: 6px; background: rgba(14,14,14,.9); backdrop-filter: blur(10px); border-radius: 999px; box-shadow: 0 14px 40px -14px rgba(0,0,0,.5); font-family: var(--mono); }
.variant-switch .vl { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.45); padding: 0 8px 0 10px; }
.variant-switch a { font-size: 11px; letter-spacing: .04em; color: rgba(255,255,255,.7); padding: 7px 13px; border-radius: 999px; transition: background .2s, color .2s; }
.variant-switch a:hover { color: #fff; }
.variant-switch a.on { background: var(--orange); color: #fff; }

/* ---------------- Scroll reveal & parallax ---------------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--rd, 0ms); will-change: opacity, transform; }
  .reveal.in { opacity: 1; transform: none; }
  [data-parallax] { will-change: transform; }
}

/* ---------------- Responsive ---------------- */
@media (max-width: 1080px) {
  .hero-inner { flex-direction: column; align-items: flex-start; gap: clamp(36px, 5vh, 56px); justify-content: center; }
  .hero-copy { width: 100%; }
  .approach, .contact, .monitor .ls-grid { grid-template-columns: 1fr; }
  .sec-head { grid-template-columns: 1fr; }
  .svc, .svc.feature { grid-column: span 6; }
  .refs { grid-template-columns: repeat(2, 1fr); }
  .ref-uni { grid-column: span 2; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .cell.wide { grid-column: span 2; }
  .founders-grid { grid-template-columns: 1fr; }
  .wp-card { grid-template-columns: 1fr; }
  .wp-doc-2 { display: none; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .ls-frame { max-width: 540px; }
}
@media (max-width: 820px) {
  .nav-links, .nav-right .nav-cta, .nav-right .lang-switch { display: none; }
  .burger { display: flex; }
  .mobile-menu { display: flex; }
  .utility .right .um { display: none; }
}
@media (max-width: 600px) {
  /* Stacked copy sits over the photo — push the white wash more vertical for legibility */
  .hero-bg::after {
    background:
      linear-gradient(to top, rgba(255,255,255,.97) 12%, rgba(255,255,255,.7) 48%, rgba(255,255,255,.25) 100%),
      linear-gradient(100deg, rgba(255,255,255,.85) 0%, rgba(255,255,255,.4) 60%, rgba(255,255,255,.1) 100%);
  }
  .utility .wrap { flex-direction: column; gap: 4px; align-items: flex-start; }
  .utility .right { display: none; }
  .svc, .svc.feature { grid-column: span 12; }
  .refs { grid-template-columns: 1fr; }
  .ref-uni { grid-column: span 1; }
  .blog-grid { grid-template-columns: 1fr; }
  .numbers-head { flex-direction: column; align-items: flex-start; }
  .variant-switch .vl { display: none; }
  .post-head h1 { font-size: clamp(28px, 8vw, 34px); }
}

/* ---------------- Blog index & single article ---------------- */
.blog-page .blog-foot { margin-top: 48px; flex-direction: column; gap: 16px; }
.blog-end { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
#blogMore[disabled] { opacity: .55; pointer-events: none; }

.post-page { padding-block: clamp(40px, 7vh, 84px) clamp(64px, 11vh, 130px); }
.post-back { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); transition: color .2s; }
.post-back:hover { color: var(--orange); }
.post-foot { margin-top: clamp(36px, 6vh, 60px); padding-top: clamp(24px, 4vh, 36px); border-top: 1px solid var(--line); }
.post { max-width: 760px; margin-inline: auto; margin-top: clamp(28px, 5vh, 52px); }
.post-head { margin-bottom: clamp(26px, 4vh, 40px); }
.post-meta { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); display: flex; gap: 10px; align-items: center; margin-bottom: 18px; }
.post-meta .sep { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); }
.post-meta .cat { color: var(--muted); }
.post-head h1 { font-size: clamp(30px, 4.4vw, 50px); line-height: 1.08; letter-spacing: -.025em; font-weight: 800; text-wrap: balance; }
.post-thumb { margin: 0 0 clamp(28px, 4vh, 44px); border-radius: 20px; overflow: hidden; border: 1px solid var(--line); background: var(--line-2); }
.post-thumb img { display: block; width: 100%; height: auto; }
.post-content { font-size: 17px; line-height: 1.72; color: var(--ink-2); }
.post-content > * + * { margin-top: 1.2em; }
.post-content h2, .post-content h3, .post-content h4 { color: var(--ink); line-height: 1.25; letter-spacing: -.015em; margin-top: 1.7em; }
.post-content h2 { font-size: clamp(22px, 2.6vw, 28px); font-weight: 700; }
.post-content h3 { font-size: clamp(19px, 2.2vw, 22px); font-weight: 700; }
.post-content h4 { font-size: 17px; font-weight: 700; }
.post-content a { color: var(--orange); text-decoration: underline; text-underline-offset: 2px; }
.post-content a:hover { color: var(--ink); }
.post-content strong { color: var(--ink); font-weight: 600; }
.post-content ul, .post-content ol { padding-left: 1.3em; }
.post-content li + li { margin-top: .5em; }
.post-content img { max-width: 100%; height: auto; border-radius: 14px; }
.post-content figure { margin-inline: 0; }
.post-content figcaption { font-family: var(--mono); font-size: 12px; color: var(--muted); margin-top: 8px; text-align: center; }
.post-content blockquote { margin: 1.6em 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--orange); color: var(--ink); font-size: 19px; line-height: 1.55; font-style: italic; }
.post-content pre { background: var(--ink); color: #fff; padding: 18px 20px; border-radius: 14px; overflow-x: auto; font-family: var(--mono); font-size: 13px; line-height: 1.6; }
.post-content code { font-family: var(--mono); font-size: .9em; }
.post-content :not(pre) > code { background: var(--bg-2); border: 1px solid var(--line); border-radius: 6px; padding: 1px 6px; }
.post-content hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }
.post-loading .post-thumb { aspect-ratio: 16/9; }
.post-empty { max-width: 560px; margin: clamp(40px, 9vh, 90px) auto; text-align: center; }
.post-empty .kicker { justify-content: center; }
.post-empty .display { margin: 16px 0 14px; }
.post-empty .lede { margin: 0 auto 28px; }
