/* Monstera Cargo Limited — cinematic parallax redesign */
:root {
  --ink: #14181c;
  --ink-2: #1c2126;
  --teal: #35b5c8;
  --teal-deep: #1f7f8d;
  --teal-pale: #e3f6f9;
  --rose: #d4537e;
  --paper: #ffffff;
  --gray: #5b6167;
  --gray-light: #f5f6f6;
  --max: 1160px;
  --sans: "IBM Plex Sans", system-ui, sans-serif;
  --mono: "IBM Plex Mono", monospace;
}
html[lang="ar-SA"] body { font-family: "IBM Plex Sans Arabic", var(--sans); }
html[lang="ar-SA"] .mono, html[lang="ar-SA"] .hud p, html[lang="ar-SA"] .cap { font-family: inherit !important; letter-spacing: 0 !important; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
header.site { position: fixed; top: 0; left: 0; right: 0; z-index: 90; transition: background .3s, box-shadow .3s; background: linear-gradient(180deg, rgba(16,20,24,.55), transparent); }
header.site.solid { background: rgba(20,24,28,.88); backdrop-filter: blur(10px); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo img { height: 38px; width: auto; filter: invert(1) hue-rotate(180deg) saturate(1.4); }
nav.main { display: flex; gap: 26px; align-items: center; font-size: 15px; }
nav.main a { color: #cfd6da; font-weight: 500; }
nav.main a:hover { color: #fff; }
.btn { display: inline-block; background: var(--teal); color: #06333a; font-weight: 600; padding: 11px 24px; border-radius: 10px; border: none; cursor: pointer; font-size: 15px; font-family: inherit; transition: transform .15s, background .15s, box-shadow .15s; }
.btn:hover { background: #46c5d8; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(53,181,200,.35); }
.btn.ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); }
.btn.ghost:hover { border-color: var(--teal); color: var(--teal); box-shadow: none; }
.lang-switch { font-weight: 600; font-size: 14px; padding: 6px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; color: #fff !important; }
.lang-switch:hover { border-color: var(--teal); color: var(--teal) !important; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; margin-inline-start: 4px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .25s; }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { position: relative; background: radial-gradient(ellipse at 50% 120%, #24313a 0%, var(--ink) 60%); overflow: hidden; height: 100vh; min-height: 640px; }
.hero .layer { position: absolute; left: 0; width: 100%; pointer-events: none; will-change: transform; }
.hero .clouds-far  { top: 4%; opacity: .22; }
.hero .clouds-mid  { top: 22%; opacity: .3; }
.hero .clouds-near { bottom: -8%; opacity: .38; }
.hero .jet { position: absolute; left: 50%; top: 42%; transform: translate(-50%,-50%); width: min(720px, 80vw); will-change: transform; filter: drop-shadow(0 30px 50px rgba(0,0,0,.5)); }
.hud { position: absolute; z-index: 5; max-width: 340px; opacity: 0; transition: opacity .2s; }
.hud .bar { border-inline-start: 3px solid var(--teal); padding-inline-start: 12px; }
.hud p.l1 { font-family: var(--mono); font-size: clamp(13px,1.5vw,16px); font-weight: 600; color: #f1efe8; letter-spacing: .12em; }
.hud p.l2 { font-family: var(--mono); font-size: clamp(11px,1.2vw,13px); color: var(--teal); letter-spacing: .06em; margin-top: 2px; }
.hud-1 { top: 14%; inset-inline-start: 6%; }
.hud-2 { top: 24%; inset-inline-end: 6%; text-align: end; }
.hud-2 .bar { border-inline-start: none; border-inline-end: 3px solid var(--teal); padding-inline-start: 0; padding-inline-end: 12px; }
.hud-3 { bottom: 30%; inset-inline-start: 8%; }
.rec { position: absolute; top: 86px; inset-inline-end: 20px; font-family: var(--mono); font-size: 11px; color: #6d7a80; z-index: 6; }
.rec b { color: var(--teal); animation: blink 1.2s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.hero-copy { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; padding: 40px 20px 64px; z-index: 6; background: linear-gradient(transparent, rgba(16,20,24,.9) 55%); }
.hero-copy h1 { color: #fff; font-size: clamp(30px,4.6vw,52px); font-weight: 700; letter-spacing: -.02em; }
.hero-copy p { color: #aeb9bf; font-size: clamp(15px,1.8vw,19px); margin: 8px 0 22px; }
.scroll-cue { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: #5f6b71; font-size: 20px; z-index: 7; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 50% { transform: translate(-50%, 6px); } }

/* ---------- shared type ---------- */
section { padding: 96px 0; }
.kicker { font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--teal-deep); }
h2.title { font-size: clamp(27px,3.4vw,42px); font-weight: 700; margin: 8px 0 14px; letter-spacing: -.02em; }
p.lead { color: var(--gray); max-width: 660px; font-size: 17px; }
.cap { font-family: var(--mono); font-size: 12px; letter-spacing: .14em; color: var(--teal); }

/* ---------- stats ---------- */
.stats { background: var(--ink); padding: 40px 0; border-top: 1px solid rgba(255,255,255,.06); }
.stats .wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 24px; text-align: center; }
.stats b { display: block; font-size: 32px; color: var(--teal); font-family: var(--mono); }
html[lang="ar-SA"] .stats b { font-family: inherit; }
.stats span { color: #93a0a7; font-size: 14px; }

/* ---------- full-bleed parallax bands ---------- */
.band { position: relative; height: 74vh; min-height: 420px; overflow: hidden; }
.band.thin { height: 46vh; min-height: 300px; }
.band .bg { position: absolute; left: 0; top: -18%; width: 100%; height: 136%; object-fit: cover; will-change: transform; }
.band .veil { position: absolute; inset: 0; }
.band.dark-out .veil { background: linear-gradient(180deg, rgba(20,24,28,.72), rgba(20,24,28,.18) 38%, rgba(20,24,28,.75)); }
.band.light-out .veil { background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(20,24,28,.15) 34%, rgba(255,255,255,.94)); }
.band.light-dark .veil { background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(20,24,28,.2) 40%, rgba(20,24,28,.88)); }
.band.dark-light .veil { background: linear-gradient(180deg, rgba(20,24,28,.85), rgba(20,24,28,.15) 42%, rgba(255,255,255,.94)); }
.band .inner { position: absolute; inset-inline-start: 0; right: 0; bottom: 12%; z-index: 3; }
.band .inner .wrap { color: #fff; }
.band h2 { font-size: clamp(26px,3.6vw,44px); font-weight: 600; letter-spacing: -.015em; text-shadow: 0 2px 24px rgba(0,0,0,.55); max-width: 640px; }
.band .cap { display: inline-block; margin-bottom: 10px; text-shadow: 0 1px 12px rgba(0,0,0,.6); border-inline-start: 3px solid var(--teal); padding-inline-start: 10px; }

/* ---------- feature rows ---------- */
.feats { background: var(--paper); }
.feat { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,72px); align-items: center; margin-top: 72px; }
.feat:first-of-type { margin-top: 56px; }
.feat .pframe { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; }
.feat .pframe img { width: 100%; height: 118%; object-fit: cover; will-change: transform; }
.feat .pframe::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(53,181,200,.14), rgba(20,24,28,.16)); mix-blend-mode: multiply; pointer-events: none; }
.feat .pframe .tag { position: absolute; bottom: 14px; inset-inline-start: 14px; z-index: 2; background: rgba(16,20,24,.78); backdrop-filter: blur(4px); color: var(--teal); font-family: var(--mono); font-size: 11.5px; letter-spacing: .12em; padding: 6px 12px; border-radius: 7px; }
html[lang="ar-SA"] .feat .pframe .tag { font-family: inherit; letter-spacing: 0; }
.feat h3 { font-size: clamp(21px,2.4vw,28px); font-weight: 600; margin-bottom: 10px; letter-spacing: -.01em; }
.feat p { color: var(--gray); font-size: 16.5px; max-width: 460px; }
.feat .num { font-family: var(--mono); color: var(--teal-deep); font-size: 13px; letter-spacing: .18em; display: block; margin-bottom: 12px; }
html[lang="ar-SA"] .feat .num { font-family: inherit; letter-spacing: 0; }
.feat:nth-of-type(even) .pframe { order: 2; }
html[lang="ar-SA"] .feat:nth-of-type(even) .pframe { order: 0; }
html[lang="ar-SA"] .feat:nth-of-type(even) .txt { order: 2; }

/* ---------- services compact ---------- */
.services-dark { background: var(--ink); color: #e7ecee; position: relative; overflow: hidden; }
.services-dark .kicker { color: var(--teal); }
.services-dark h2.title { color: #fff; }
.services-dark p.lead { color: #93a0a7; }
.sgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 14px; margin-top: 44px; position: relative; z-index: 2; }
.scard { background: var(--ink-2); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 22px; transition: border-color .2s, transform .2s; }
.scard:hover { border-color: var(--teal); transform: translateY(-3px); }
.scard svg { width: 26px; height: 26px; stroke: var(--teal); margin-bottom: 12px; }
.scard h3 { font-size: 16px; font-weight: 600; margin-bottom: 5px; color: #fff; }
.scard p { font-size: 13.5px; color: #93a0a7; }
.scard.roses { background: linear-gradient(160deg, #2a1620, #1c1216); border-color: rgba(212,83,126,.45); }
.scard.roses svg { stroke: var(--rose); }
.services-dark .bgclouds { position: absolute; top: 0; left: 0; width: 100%; opacity: .05; }

/* ---------- ground duo ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.duo .dcard { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 16/9; }
.duo .dcard img { width: 100%; height: 116%; object-fit: cover; will-change: transform; }
.duo .dcard .dveil { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(16,20,24,.85)); }
.duo .dcard .dtxt { position: absolute; bottom: 16px; inset-inline-start: 18px; inset-inline-end: 18px; color: #fff; z-index: 2; }
.duo .dcard .dtxt b { font-size: 17px; display: block; }
.duo .dcard .dtxt span { font-size: 13.5px; color: #b8c2c8; }

/* ---------- journey ---------- */
.journey { background: var(--ink); position: relative; overflow: hidden; padding: 0; height: 320px; }
.journey .sky { position: absolute; bottom: -6px; height: 76%; width: auto; opacity: .95; will-change: transform; }
.journey .sky.nbo { inset-inline-start: -40px; }
.journey .sky.gulf { inset-inline-end: -40px; }
.journey .jline { position: absolute; top: 42%; left: 6%; right: 6%; border-top: 2px dashed rgba(53,181,200,.5); }
.journey .jjet { position: absolute; top: 42%; left: 50%; width: 132px; transform: translate(-50%,-58%); will-change: left; filter: drop-shadow(0 8px 14px rgba(0,0,0,.5)); }
html[lang="ar-SA"] .journey .jjet { transform: translate(-50%,-58%) scaleX(-1); }
.journey .jlabel { position: absolute; font-family: var(--mono); font-size: 12px; color: var(--teal); letter-spacing: .1em; top: 50%; }
html[lang="ar-SA"] .journey .jlabel { font-family: inherit; letter-spacing: 0; }
.journey .jlabel.a { inset-inline-start: 7%; }
.journey .jlabel.b { inset-inline-end: 7%; }

/* ---------- quote ---------- */
.quote { background: var(--ink); position: relative; overflow: hidden; }
.quote .bgclouds { position: absolute; top: -30px; left: 0; width: 100%; opacity: .06; will-change: transform; }
.quote .kicker { color: var(--teal); }
.quote h2.title { color: #fff; }
.quote p.lead { color: #93a0a7; }
.badge247 { display: inline-block; background: rgba(53,181,200,.14); border: 1px solid rgba(53,181,200,.4); color: var(--teal); font-family: var(--mono); font-size: 12px; padding: 5px 12px; border-radius: 7px; letter-spacing: .1em; margin-bottom: 14px; }
html[lang="ar-SA"] .badge247 { font-family: inherit; letter-spacing: 0; }
.quote-box { background: #fff; border-radius: 18px; padding: 40px; margin-top: 40px; max-width: 760px; position: relative; z-index: 2; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.qgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 22px; }
.qsection { grid-column: 1 / -1; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-deep); border-bottom: 1px solid #e8ecec; padding-bottom: 8px; margin-top: 6px; }
html[lang="ar-SA"] .qsection { letter-spacing: 0; }
.qfield.qwide { grid-column: 1 / -1; }
.qfield label i { font-style: normal; font-weight: 400; color: var(--gray); }
.qform textarea { width: 100%; padding: 12px 13px; border: 1px solid #d3d7d8; border-radius: 10px; font-size: 15px; font-family: inherit; background: #fff; resize: vertical; transition: border-color .15s, box-shadow .15s; }
.qform textarea:hover { border-color: #b8bfc1; }
.qform textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(53,181,200,.18); }
.qfield label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--ink-2); }
.qform input, .qform select { width: 100%; padding: 12px 13px; border: 1px solid #d3d7d8; border-radius: 10px; font-size: 15px; font-family: inherit; background: #fff; transition: border-color .15s, box-shadow .15s; appearance: none; -webkit-appearance: none; }
.qform select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235b6167' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; padding-inline-end: 34px; }
html[dir="rtl"] .qform select { background-position: left 13px center; }
.qform input:hover, .qform select:hover { border-color: #b8bfc1; }
.qform input:focus, .qform select:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(53,181,200,.18); }
.qsubmit { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; margin-top: 6px; flex-wrap: wrap; }
.qsubmit .btn { min-width: 220px; }
.qprivacy { font-size: 12.5px; color: var(--gray); }
.qmsg { grid-column: 1 / -1; font-size: 14px; padding: 11px 14px; border-radius: 10px; display: none; }
.qmsg.ok { display: block; background: #e1f5ee; color: #085041; }
.qmsg.err { display: block; background: #fcebeb; color: #791f1f; }
.btn.dark { background: var(--ink); color: #fff; }
.btn.dark:hover { background: var(--ink-2); box-shadow: 0 8px 22px rgba(0,0,0,.35); }
.btn:disabled { opacity: .6; cursor: default; transform: none; box-shadow: none; }

/* ---------- track ---------- */
.track-box { display: flex; gap: 12px; margin-top: 28px; max-width: 520px; }
.track-box input { flex: 1; padding: 12px 14px; border: 1px solid #d8d8d6; border-radius: 9px; font-size: 15px; font-family: var(--mono); }
.track-note { font-size: 14px; color: var(--gray); margin-top: 12px; }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; margin-top: 40px; }
.founder { display: flex; align-items: center; gap: 18px; margin-top: 28px; padding: 18px; background: var(--gray-light); border-radius: 16px; }
.founder img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; object-position: top; background: #d9d9d7; }
.founder b { display: block; font-size: 16px; }
.founder span { font-size: 13.5px; color: var(--gray); }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gallery .pframe { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16/11; }
.gallery .pframe img { width: 100%; height: 114%; object-fit: cover; will-change: transform; }
.gallery .pframe::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(53,181,200,.1), rgba(20,24,28,.12)); mix-blend-mode: multiply; }

/* ---------- footer ---------- */
footer { background: var(--ink); color: #b0bac0; padding: 72px 0 110px; font-size: 14.5px; position: relative; overflow: hidden; }
footer .skyline { position: absolute; bottom: -4px; inset-inline-end: 0; height: 130px; opacity: .28; }
footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; position: relative; z-index: 2; }
footer h4 { color: #fff; font-size: 15px; margin-bottom: 14px; }
footer a { display: block; margin-bottom: 8px; }
footer a:hover { color: var(--teal); }
footer .flogo { height: 40px; filter: invert(1) hue-rotate(180deg) saturate(1.4); margin-bottom: 14px; }
footer .fine { border-top: 1px solid rgba(255,255,255,.08); margin-top: 44px; padding-top: 20px; font-size: 13px; color: #77828a; position: relative; z-index: 2; }
.wa { position: fixed; bottom: 94px; inset-inline-end: 24px; z-index: 94; background: #25d366; color: #fff; width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(0,0,0,.3); transition: transform .15s; }
.wa:hover { transform: scale(1.06); }
.wa svg { width: 26px; height: 26px; fill: #fff; }

/* ---------- AI assistant widget ---------- */
.mc-chat { position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 96; font-family: var(--sans); }
html[lang="ar-SA"] .mc-chat { font-family: "IBM Plex Sans Arabic", var(--sans); }
.mcc-launch { position: relative; width: 60px; height: 60px; border-radius: 50%; border: 2px solid var(--teal); background: var(--ink); cursor: pointer; padding: 0; overflow: visible; box-shadow: 0 8px 24px rgba(0,0,0,.35); transition: transform .15s, box-shadow .15s; }
.mcc-launch:hover { transform: scale(1.06); box-shadow: 0 10px 28px rgba(53,181,200,.4); }
.mcc-launch img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: top; }
.mcc-launch.noimg::before { content: "AI"; color: var(--teal); font-weight: 700; font-size: 18px; display: flex; align-items: center; justify-content: center; height: 100%; }
.mcc-launch .mcc-dot { position: absolute; top: 1px; inset-inline-end: 1px; width: 13px; height: 13px; background: #2ecc71; border: 2px solid #fff; border-radius: 50%; }
.mcc-launch.hide { display: none; }
.mcc-panel { position: fixed; bottom: 22px; inset-inline-end: 22px; width: min(370px, calc(100vw - 32px)); height: min(560px, calc(100vh - 90px)); background: #fff; border-radius: 18px; box-shadow: 0 24px 70px rgba(0,0,0,.35); display: flex; flex-direction: column; overflow: hidden; }
.mcc-panel[hidden] { display: none; }
.mcc-head { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--ink); color: #fff; }
.mcc-head img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; object-position: top; border: 2px solid var(--teal); }
.mcc-id b { display: block; font-size: 15px; }
.mcc-id span { font-size: 12px; color: var(--teal); }
.mcc-close { margin-inline-start: auto; background: none; border: none; color: #9fb0b7; font-size: 16px; cursor: pointer; padding: 6px; }
.mcc-close:hover { color: #fff; }
.mcc-msgs { flex: 1; overflow-y: auto; padding: 16px; background: var(--gray-light); display: flex; flex-direction: column; gap: 10px; }
.mcc-m { max-width: 82%; padding: 10px 14px; border-radius: 14px; font-size: 14px; line-height: 1.55; white-space: pre-wrap; word-wrap: break-word; }
.mcc-m.assistant { background: #fff; color: var(--ink); border: 1px solid #e4e8e9; border-start-start-radius: 4px; align-self: flex-start; }
.mcc-m.user { background: var(--teal-deep); color: #fff; border-start-end-radius: 4px; align-self: flex-end; }
.mcc-typing { display: flex; gap: 4px; padding: 14px; }
.mcc-typing i { width: 7px; height: 7px; background: #b8c2c6; border-radius: 50%; animation: mccb 1s infinite; }
.mcc-typing i:nth-child(2) { animation-delay: .15s; }
.mcc-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes mccb { 30% { transform: translateY(-4px); opacity: .5; } }
.mcc-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 16px 8px; background: var(--gray-light); }
.mcc-chips:empty { padding: 0; }
.mcc-chips button { border: 1px solid var(--teal-deep); color: var(--teal-deep); background: #fff; border-radius: 999px; padding: 7px 13px; font-size: 12.5px; font-family: inherit; cursor: pointer; transition: background .15s, color .15s; }
.mcc-chips button:hover { background: var(--teal-deep); color: #fff; }
.mcc-input { display: flex; gap: 8px; padding: 12px; border-top: 1px solid #e4e8e9; background: #fff; }
.mcc-input input { flex: 1; border: 1px solid #d3d7d8; border-radius: 999px; padding: 10px 16px; font-size: 14px; font-family: inherit; }
.mcc-input input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(53,181,200,.18); }
.mcc-send { width: 42px; height: 42px; border-radius: 50%; border: none; background: var(--teal); color: #06333a; cursor: pointer; display: flex; align-items: center; justify-content: center; flex: none; }
.mcc-send:hover { background: #46c5d8; }
.mcc-send svg { width: 18px; height: 18px; }
html[dir="rtl"] .mcc-send svg { transform: scaleX(-1); }
.mcc-human { display: block; text-align: center; font-size: 12.5px; color: var(--gray); padding: 9px; background: #fff; border-top: 1px solid #eef1f2; }
.mcc-human:hover { color: var(--teal-deep); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.6,.2,1), transform .8s cubic-bezier(.2,.6,.2,1); }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 880px) {
  .menu-toggle { display: block; }
  nav.main { position: fixed; top: 72px; inset-inline-end: 0; inset-inline-start: 0; flex-direction: column; align-items: stretch; gap: 0; background: rgba(16,20,24,.97); backdrop-filter: blur(12px); padding: 10px 24px 22px; transform: translateY(-8px); opacity: 0; visibility: hidden; transition: transform .25s, opacity .25s, visibility .25s; border-bottom: 1px solid rgba(255,255,255,.08); }
  nav.main.open { transform: none; opacity: 1; visibility: visible; }
  nav.main a { padding: 13px 2px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 16px; }
  nav.main a.lang-switch { border: none; margin-top: 10px; text-align: center; background: rgba(255,255,255,.08); }
  nav.main a.btn { margin-top: 12px; text-align: center; border-bottom: none; }
  .feat, .about-grid, .duo, .qgrid { grid-template-columns: 1fr; }
  .quote-box { padding: 26px 20px; }
  .qsubmit { flex-direction: column; align-items: stretch; text-align: center; }
  .feat:nth-of-type(even) .pframe { order: 0; }
  .hud { max-width: 220px; }
  .hud-3 { display: none; }
  .journey { height: 230px; }
  .band { height: 56vh; }
  .hero { min-height: 560px; }
  .stats .wrap { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .hero .layer, .hero .jet, .band .bg, .feat .pframe img, .duo .dcard img, .gallery .pframe img, .journey .jjet, .quote .bgclouds { transform: none !important; }
  .scroll-cue { animation: none; }
}
