/* ============================================================================
   ARG — Construção & Imobiliário · desde 1975
   Dark, cinematic landing. Electric-blue brand (from the isometric cube logo).
   ========================================================================== */

:root {
  --bg: #06080f;
  --bg-2: #0a0e18;
  --panel: #0f1422;
  --panel-2: #141b2c;
  --line: rgba(255, 255, 255, 0.09);
  --line-2: rgba(255, 255, 255, 0.16);
  --ink: #eef3fb;
  --ink-2: #aeb8cb;
  --muted: #79839a;
  --cyan: #29d3ff;
  --blue: #1f9dff;
  --blue-2: #2e6bff;
  --grad: linear-gradient(120deg, #2ee0ff 0%, #1f9dff 48%, #2e6bff 100%);
  --grad-soft: linear-gradient(120deg, rgba(46,224,255,0.16), rgba(46,107,255,0.16));
  --glow-1: rgba(31,157,255,0.30);
  --glow-2: rgba(46,107,255,0.22);
  --maxw: 1320px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --pad: clamp(1.25rem, 5vw, 5rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* Lenis */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: 'Switzer', 'Inter', sans-serif; font-weight: 600; line-height: 1.02; letter-spacing: -0.02em; }
::selection { background: var(--cyan); color: #04121c; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.eyebrow {
  font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--ink-2); font-weight: 600; display: inline-flex; align-items: center; gap: 0.7rem;
}
.eyebrow::before { content: ''; width: 1.8rem; height: 1px; background: var(--grad); }

/* ── Custom cursor ───────────────────────────────────────────────────────── */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; border-radius: 50%; pointer-events: none; z-index: 9999; mix-blend-mode: difference; }
.cursor-dot { width: 7px; height: 7px; background: #fff; transform: translate(-50%, -50%); }
.cursor-ring { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.6); transform: translate(-50%, -50%); transition: width .25s var(--ease), height .25s var(--ease), background .25s; }
.cursor-ring.hover { width: 64px; height: 64px; background: rgba(255,255,255,0.08); border-color: transparent; }
@media (hover: none), (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

/* ── Preloader ───────────────────────────────────────────────────────────── */
#preloader {
  position: fixed; inset: 0; z-index: 9000; background: var(--bg);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.4rem;
}
#preloader .pl-logo { width: 130px; opacity: 0; }
#preloader .pl-count { font-family: 'Switzer', sans-serif; font-size: clamp(3rem, 12vw, 7rem); font-weight: 600; line-height: 1; letter-spacing: -0.03em; }
#preloader .pl-bar { width: min(280px, 60vw); height: 2px; background: var(--line); overflow: hidden; border-radius: 2px; }
#preloader .pl-bar i { display: block; height: 100%; width: 0; background: var(--grad); }
#preloader .pl-tag { font-size: 0.74rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); }

/* ── Background ambience ─────────────────────────────────────────────────── */
.ambience { position: fixed; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.ambience .glow { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.5; }
.ambience .g1 { width: 60vw; height: 60vw; top: -25vw; right: -15vw; background: radial-gradient(circle, var(--glow-1), transparent 65%); }
.ambience .g2 { width: 50vw; height: 50vw; bottom: -20vw; left: -15vw; background: radial-gradient(circle, var(--glow-2), transparent 65%); }
.grid-bg {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 78%);
  opacity: 0.5;
}

/* ── Nav ─────────────────────────────────────────────────────────────────── */
.nav { position: fixed; top: 0; inset-inline: 0; z-index: 200; padding: 1.15rem 0; transition: padding .4s var(--ease), background .4s, border-color .4s; border-bottom: 1px solid transparent; }
.nav.scrolled { padding: 0.7rem 0; background: rgba(6,8,15,0.72); backdrop-filter: blur(14px); border-bottom-color: var(--line); }
.nav .row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.nav .brand img { height: 38px; }
.nav .links { display: flex; align-items: center; gap: 2.2rem; }
.nav .links a { font-size: 0.92rem; color: var(--ink-2); position: relative; transition: color .25s; }
.nav .links a::after { content: ''; position: absolute; left: 0; bottom: -6px; height: 1.5px; width: 0; background: var(--grad); transition: width .3s var(--ease); }
.nav .links a:hover { color: var(--ink); } .nav .links a:hover::after { width: 100%; }
.btn {
  --bd: var(--line-2);
  display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 600; font-size: 0.9rem;
  padding: 0.8rem 1.4rem; border-radius: 100px; border: 1px solid var(--bd); color: var(--ink);
  background: transparent; cursor: pointer; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; position: relative; overflow: hidden;
}
.btn svg { width: 16px; height: 16px; }
.btn-primary { background: var(--grad); border-color: transparent; color: #04121c; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px -10px rgba(41,211,255,0.5); }
.btn-ghost:hover { background: rgba(255,255,255,0.06); border-color: var(--line-2); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; background: none; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s; }

/* Mobile overlay menu */
.menu { position: fixed; inset: 0; z-index: 190; background: var(--bg-2); display: flex; flex-direction: column; justify-content: center; gap: 0.4rem; padding: var(--pad); transform: translateY(-100%); transition: transform .6s var(--ease); }
.menu.open { transform: translateY(0); }
.menu a { font-family: 'Switzer', sans-serif; font-size: clamp(2rem, 9vw, 3.6rem); font-weight: 600; color: var(--ink); padding: 0.3rem 0; border-bottom: 1px solid var(--line); }
.menu a span { color: var(--muted); font-size: 0.9rem; font-family: 'Inter'; margin-right: 0.8rem; }

/* ── Hero ────────────────────────────────────────────────────────────────── */
.hero { min-height: 100svh; display: flex; align-items: center; position: relative; padding-top: 6rem; }
.hero .hero-img { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero .hero-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.22; transform: scale(1.1); }
.hero .hero-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,8,15,0.4) 0%, rgba(6,8,15,0.8) 60%, var(--bg) 100%); }
.hero .eyebrow { margin-bottom: 1.8rem; }
.hero h1 { font-size: clamp(3.2rem, 13vw, 11rem); font-weight: 700; }
.hero h1 .line { display: block; overflow: hidden; padding-bottom: 0.04em; }
.hero h1 .line > span { display: block; will-change: transform; }
/* rotating word "slot" */
.hero h1 .rotwrap { display: block; overflow: hidden; height: 1.1em; }
.hero h1 .rotator { display: block; will-change: transform; }
.hero h1 .rotator > span { display: block; line-height: 1.1; }
.hero .lede b { color: var(--ink); font-weight: 600; }
.hero .lede { max-width: 46ch; margin-top: 1.8rem; font-size: clamp(1rem, 1.5vw, 1.25rem); color: var(--ink-2); }
.hero .cta { display: flex; gap: 1rem; margin-top: 2.6rem; flex-wrap: wrap; }
.hero .scroll-cue { position: absolute; bottom: 2.2rem; left: var(--pad); display: flex; align-items: center; gap: 0.7rem; font-size: 0.74rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--muted); }
.hero .scroll-cue i { width: 1px; height: 34px; background: var(--line-2); position: relative; overflow: hidden; }
.hero .scroll-cue i::after { content: ''; position: absolute; inset: 0; background: var(--grad); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { transform: translateY(-100%); } 60%,100% { transform: translateY(100%); } }
.hero .badge { position: absolute; right: var(--pad); bottom: 2.4rem; text-align: right; }
.hero .badge b { font-family: 'Switzer'; font-size: 2.6rem; font-weight: 600; display: block; line-height: 1; }
.hero .badge span { font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }

/* ── Marquee ─────────────────────────────────────────────────────────────── */
.marquee { border-block: 1px solid var(--line); padding: 1.4rem 0; overflow: hidden; white-space: nowrap; background: var(--bg-2); }
.marquee .track { display: inline-flex; gap: 3rem; will-change: transform; animation: marq 26s linear infinite; }
.marquee span { font-family: 'Switzer'; font-size: clamp(1.4rem, 3vw, 2.4rem); font-weight: 600; color: var(--ink); display: inline-flex; align-items: center; gap: 3rem; }
.marquee span::after { content: '◆'; color: var(--cyan); font-size: 0.7em; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ── Section scaffolding ─────────────────────────────────────────────────── */
section { position: relative; }
.section { padding-block: clamp(5rem, 12vw, 11rem); }
.sec-head { display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: 3.5rem; }
.sec-head h2 { font-size: clamp(2.2rem, 6vw, 4.6rem); font-weight: 600; max-width: 18ch; }
.reveal { opacity: 0; transform: translateY(36px); }
.reveal.in { opacity: 1; transform: none; transition: opacity 1s var(--ease), transform 1s var(--ease); }

/* Manifesto */
.manifesto p { font-family: 'Switzer'; font-weight: 500; font-size: clamp(1.7rem, 4.4vw, 3.6rem); line-height: 1.18; letter-spacing: -0.02em; max-width: 22ch; }
.manifesto .w { display: inline-block; opacity: 0.16; transition: opacity .4s var(--ease); }
.manifesto .w.lit { opacity: 1; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.stats .stat { background: var(--bg); padding: clamp(1.6rem, 4vw, 3rem); }
.stats .stat b { font-family: 'Switzer'; font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 600; display: block; line-height: 1; }
.stats .stat > span { color: var(--muted); font-size: 0.85rem; letter-spacing: 0.16em; text-transform: uppercase; margin-top: 0.7rem; display: block; }

/* Valores */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; padding: 1.8rem; transition: transform .5s var(--ease), border-color .5s, background .5s; position: relative; overflow: hidden; }
.card::before { content: ''; position: absolute; inset: 0; background: var(--grad-soft); opacity: 0; transition: opacity .5s; }
.card:hover { transform: translateY(-8px); border-color: var(--line-2); }
.card:hover::before { opacity: 1; }
.card .ico { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: rgba(41,211,255,0.1); border: 1px solid var(--line); color: var(--cyan); margin-bottom: 1.4rem; position: relative; }
.card .ico svg { width: 24px; height: 24px; }
.card h3 { font-size: 1.4rem; margin-bottom: 0.6rem; position: relative; }
.card p { color: var(--ink-2); font-size: 0.95rem; position: relative; }

/* Serviços */
.svc { border-top: 1px solid var(--line); }
.svc .item { display: grid; grid-template-columns: 5rem 1fr auto; gap: 1.5rem; align-items: center; padding: clamp(1.6rem, 4vw, 2.8rem) 0; border-bottom: 1px solid var(--line); transition: padding-inline .4s var(--ease), background .4s; cursor: pointer; }
.svc .item:hover { background: var(--panel); padding-inline: 1.5rem; }
.svc .item .num { font-family: 'Switzer'; color: var(--muted); font-size: 1.1rem; }
.svc .item .body h3 { font-size: clamp(1.6rem, 4vw, 2.8rem); font-weight: 600; transition: color .3s; }
.svc .item:hover .body h3 { color: transparent; background: var(--grad); -webkit-background-clip: text; background-clip: text; }
.svc .item .body p { color: var(--ink-2); margin-top: 0.4rem; max-width: 60ch; }
.svc .item .arrow { color: var(--muted); transition: transform .4s var(--ease), color .3s; }
.svc .item:hover .arrow { transform: translate(6px,-6px); color: var(--cyan); }
.svc .item .arrow svg { width: 30px; height: 30px; }

/* Empreendimentos — full-height, horizontal driven by vertical scroll.
   Uses position:sticky + GSAP scrub (not pin:fixed) so it works under
   body{overflow-x:hidden} and never traps the wheel. */
.projects { position: relative; } /* tall height set by JS on desktop */
.pin-sticky { position: sticky; top: 0; height: 100svh; display: flex; align-items: center; overflow: hidden; }
.track { display: flex; gap: 1.5rem; padding-inline: var(--pad); will-change: transform; }
.intro { flex: 0 0 min(78vw, 460px); align-self: center; }
.intro h2 { font-size: clamp(2rem, 6vw, 4rem); }
.intro p { color: var(--ink-2); margin-top: 1rem; max-width: 36ch; }
.project { position: relative; flex: 0 0 clamp(260px, 40vw, 520px); height: 64vh; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); user-select: none; -webkit-user-drag: none; }
.project:hover img { transform: scale(1.06); }
.project .meta { position: absolute; inset: auto 0 0 0; padding: 1.6rem; background: linear-gradient(0deg, rgba(6,8,15,0.92), transparent); }
.project .meta .k { font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cyan); }
.project .meta h3 { font-size: 1.5rem; margin-top: 0.3rem; }
.project .proj-more { display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 0.7rem; font-size: 0.84rem; font-weight: 600; color: var(--ink); opacity: 0; transform: translateY(6px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.project .proj-more svg { width: 15px; height: 15px; transition: transform .3s var(--ease); }
.project:hover .proj-more { opacity: 1; transform: none; }
.project:hover .proj-more svg { transform: translateX(4px); }
@media (hover: none), (pointer: coarse) { .project .proj-more { opacity: 1; transform: none; } }

/* Mobile / reduced-motion: title on top, cards stacked vertically (no sticky,
   no horizontal scroll — that read as broken on phones). */
.projects.native { height: auto !important; padding-block: clamp(3rem, 11vw, 6rem); }
.projects.native .pin-sticky { position: static; height: auto; overflow: visible; display: block; }
.projects.native .track { transform: none !important; flex-direction: column; gap: 1.1rem; width: auto; padding-inline: var(--pad); }
.projects.native .intro { flex: none; width: 100%; margin-bottom: 0.4rem; }
.projects.native .project { flex: none; width: 100%; height: clamp(300px, 62vw, 440px); }

/* Contacto */
.contact { text-align: center; }
.contact h2 { font-size: clamp(2.6rem, 9vw, 7rem); font-weight: 700; line-height: 1; }
.contact .lead { color: var(--ink-2); max-width: 48ch; margin: 1.6rem auto 2.6rem; font-size: 1.1rem; }
.contact .channels { display: flex; flex-wrap: wrap; justify-content: center; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; margin-top: 3rem; }
.contact .ch { background: var(--bg); padding: 1.6rem 2rem; min-width: 200px; flex: 1; }
.contact .ch span { font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 0.4rem; }
.contact .ch a, .contact .ch b { font-family: 'Switzer'; font-size: 1.25rem; font-weight: 500; color: var(--ink); transition: color .25s; }
.contact .ch a:hover { color: var(--cyan); }

/* Footer */
.footer { border-top: 1px solid var(--line); padding-block: 3rem; }
.footer .row { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.footer img { height: 34px; }
.footer .links { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.footer .links a { color: var(--ink-2); font-size: 0.9rem; transition: color .25s; }
.footer .links a:hover { color: var(--ink); }
.footer .copy { color: var(--muted); font-size: 0.82rem; width: 100%; padding-top: 1.5rem; border-top: 1px solid var(--line); margin-top: 1.5rem; }

/* Catálogo de imóveis */
.filters { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2.5rem; }
.chip { font-family: 'Inter'; font-size: 0.88rem; font-weight: 500; color: var(--ink-2); padding: 0.55rem 1.1rem; border-radius: 100px; border: 1px solid var(--line); background: var(--panel); cursor: pointer; transition: color .25s, border-color .25s, background .25s; }
.chip:hover { color: var(--ink); border-color: var(--line-2); }
.chip.on { color: #04121c; background: var(--grad); border-color: transparent; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: stretch; }
.prop { background: var(--panel); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: transform .5s var(--ease), border-color .5s; }
.prop:hover { transform: translateY(-6px); border-color: var(--line-2); }
.prop-img { position: relative; height: clamp(200px, 15vw, 240px); overflow: hidden; background: var(--bg-2); flex: none; }
.prop-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.prop:hover .prop-img img { transform: scale(1.06); }
.prop-status { position: absolute; top: 0.9rem; left: 0.9rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; padding: 0.3rem 0.7rem; border-radius: 100px; backdrop-filter: blur(6px); }
.prop-status.s-ok { background: rgba(34,211,170,0.18); color: #5ff0c6; border: 1px solid rgba(34,211,170,0.4); }
.prop-status.s-warn { background: rgba(255,190,60,0.16); color: #ffce7a; border: 1px solid rgba(255,190,60,0.4); }
.prop-status.s-muted { background: rgba(255,255,255,0.1); color: var(--ink-2); border: 1px solid var(--line-2); }
.prop-body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.prop-type { font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cyan); font-weight: 600; }
.prop-body h3 { font-size: 1.4rem; font-weight: 600; line-height: 1.2; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.4em; }
.prop-local { display: flex; align-items: center; gap: 0.4rem; font-size: 0.9rem; color: var(--ink-2); }
.prop-local svg { width: 15px; height: 15px; color: var(--muted); flex: none; }
.prop-desc { font-size: 0.9rem; line-height: 1.5; color: var(--muted); margin-top: 0.1rem; flex: 1 0 auto; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.prop-foot { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.prop-spec { font-size: 0.9rem; color: var(--ink-2); }
.prop-price { font-family: 'Switzer'; font-size: 1.4rem; font-weight: 600; }
.prop-cta { margin-top: 1.1rem; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-weight: 600; font-size: 0.9rem; padding: 0.75rem 1rem; border-radius: 12px; border: 1px solid var(--line-2); color: var(--ink); transition: background .3s, color .3s, border-color .3s; }
.prop-cta svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.prop-cta:hover, .prop:hover .prop-cta { background: var(--grad); color: #04121c; border-color: transparent; }
.prop-cta:hover svg, .prop:hover .prop-cta svg { transform: translateX(4px); }
.prop-cta.sold { color: var(--muted); border-style: dashed; cursor: default; }
.catalog-empty { color: var(--ink-2); margin-top: 2rem; } .catalog-empty a { color: var(--cyan); }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .nav .links { display: none; }
  .nav .row > .btn { display: none; } /* nav CTA lives in the hamburger menu on mobile */
  .nav-toggle { display: flex; }
}
@media (max-width: 640px) {
  .stats { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: 1fr; }
  .svc .item { grid-template-columns: 2.5rem 1fr; }
  .svc .item .arrow { display: none; }
  .hero .badge { display: none; }
  .hero .scroll-cue { display: none; }       /* was overlapping the CTAs */
  .hero .cta { width: 100%; gap: 0.8rem; }
  .hero .cta .btn { flex: 1 1 100%; justify-content: center; }
  .contact .channels { flex-direction: column; }
}

/* ── Empreendimento — página de detalhe ──────────────────────────────────── */
.emp-loading { min-height: 60svh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.2rem; padding-top: 8rem; color: var(--ink-2); }
.emp-spin { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--line-2); border-top-color: var(--cyan); animation: emp-rot 0.8s linear infinite; }
@keyframes emp-rot { to { transform: rotate(360deg); } }
.emp-error { min-height: 70svh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.2rem; text-align: center; padding-top: 8rem; }
.emp-error h1 { font-size: clamp(2rem, 6vw, 3.4rem); }
.emp-error p { color: var(--ink-2); max-width: 44ch; }

/* Hero */
.emp-hero { position: relative; min-height: 78svh; display: flex; align-items: flex-end; padding-bottom: clamp(2.5rem, 6vw, 5rem); padding-top: 9rem; overflow: hidden; }
.emp-hero-img { position: absolute; inset: 0; z-index: -1; }
.emp-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.emp-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,8,15,0.55) 0%, rgba(6,8,15,0.45) 35%, rgba(6,8,15,0.94) 100%); }
.emp-hero-in { position: relative; width: 100%; }
/* Back link sits on its own row (the head below is block-level → forces a break). */
.emp-back { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.86rem; font-weight: 600; color: var(--ink-2); transition: color .25s; }
.emp-back:hover { color: var(--ink); } .emp-back svg { width: 17px; height: 17px; }
.emp-hero-head { margin-top: 1.8rem; }
.emp-badges { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.2rem; }
.emp-tag { font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: #04121c; font-weight: 700; background: var(--grad); padding: 0.4rem 0.9rem; border-radius: 100px; }
.emp-state { font-size: 0.74rem; letter-spacing: 0.06em; font-weight: 700; padding: 0.4rem 0.9rem; border-radius: 100px; backdrop-filter: blur(6px); }
.emp-state.s-ok { background: rgba(34,211,170,0.18); color: #5ff0c6; border: 1px solid rgba(34,211,170,0.4); }
.emp-state.s-warn { background: rgba(255,190,60,0.16); color: #ffce7a; border: 1px solid rgba(255,190,60,0.4); }
.emp-state.s-info { background: rgba(41,211,255,0.16); color: #7fe6ff; border: 1px solid rgba(41,211,255,0.4); }
.emp-state.s-muted { background: rgba(255,255,255,0.1); color: var(--ink-2); border: 1px solid var(--line-2); }
.emp-hero h1 { font-size: clamp(2.4rem, 7vw, 5.4rem); font-weight: 700; max-width: 20ch; line-height: 1.04; }
.emp-sub { color: var(--ink-2); font-size: clamp(1rem, 2vw, 1.3rem); margin-top: 1rem; max-width: 52ch; }

/* Body */
.emp-body { padding-top: clamp(3rem, 7vw, 5rem); }
.emp-features { margin-top: clamp(2rem, 5vw, 3rem); }
.emp-features h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 1.2rem; }
.emp-features ul { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem 1.6rem; }
.emp-features li { display: flex; align-items: flex-start; gap: 0.7rem; color: var(--ink-2); font-size: 0.98rem; line-height: 1.45; }
.emp-features li svg { width: 18px; height: 18px; color: var(--cyan); flex: none; margin-top: 0.15rem; }
@media (max-width: 560px) { .emp-features ul { grid-template-columns: 1fr; } }
.emp-cols { display: grid; grid-template-columns: 1fr 360px; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.emp-desc { font-size: 1.08rem; color: var(--ink-2); line-height: 1.75; }
.emp-desc p + p { margin-top: 1.1rem; }
.emp-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: clamp(2rem, 5vw, 3rem); }
.emp-gallery .emp-shot:first-child { grid-column: 1 / -1; }
.emp-shot { padding: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; cursor: pointer; background: var(--bg-2); aspect-ratio: 4 / 3; transition: border-color .4s, transform .5s var(--ease); }
.emp-gallery .emp-shot:first-child { aspect-ratio: 16 / 9; }
.emp-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.emp-shot:hover { border-color: var(--line-2); }
.emp-shot:hover img { transform: scale(1.05); }

/* Aside */
.emp-aside { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 1.2rem; }
.emp-facts { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.emp-fact { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.3rem; border-bottom: 1px solid var(--line); }
.emp-fact:last-child { border-bottom: none; }
.emp-fact span { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.emp-fact b { font-family: 'Switzer'; font-weight: 500; font-size: 1.05rem; text-align: right; }
.emp-sub .emp-pin { width: 18px; height: 18px; vertical-align: -3px; margin-right: 0.4rem; color: var(--cyan); }
.emp-price-card { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 1.3rem 1.5rem; }
.emp-price-k { display: block; font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.3rem; }
.emp-price { font-family: 'Switzer'; font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 600; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.emp-sold-note { color: #ffce7a !important; font-size: 0.86rem !important; }
.emp-cta-card { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 1.6rem; position: relative; overflow: hidden; }
.emp-cta-card::before { content: ''; position: absolute; inset: 0; background: var(--grad-soft); opacity: 0.5; pointer-events: none; }
.emp-cta-card h3 { font-size: 1.3rem; position: relative; }
.emp-cta-card p { color: var(--ink-2); font-size: 0.92rem; margin: 0.5rem 0 1.2rem; position: relative; }
.emp-cta-card .btn { width: 100%; justify-content: center; position: relative; margin-bottom: 0.7rem; }
.emp-cta-card .btn:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .emp-cols { grid-template-columns: 1fr; }
  .emp-aside { position: static; }
}
@media (max-width: 560px) {
  .emp-gallery { grid-template-columns: 1fr; }
  .emp-gallery .emp-shot, .emp-gallery .emp-shot:first-child { aspect-ratio: 4 / 3; }
}

/* ── Lightbox ────────────────────────────────────────────────────────────── */
body.lb-open { overflow: hidden; }
.lightbox { position: fixed; inset: 0; z-index: 9500; background: rgba(4,6,12,0.94); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: clamp(1rem, 5vw, 4rem); }
.lightbox[hidden] { display: none; }
.lb-img { max-width: 92vw; max-height: 86svh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 30px 90px -20px rgba(0,0,0,0.8); }
.lb-close { position: absolute; top: 1.2rem; right: 1.4rem; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-2); background: rgba(255,255,255,0.06); color: var(--ink); font-size: 1.8rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .25s; }
.lb-close:hover { background: rgba(255,255,255,0.14); }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-2); background: rgba(255,255,255,0.06); color: var(--ink); font-size: 2rem; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .25s; }
.lb-nav:hover { background: rgba(255,255,255,0.14); }
.lb-prev { left: clamp(0.6rem, 3vw, 2rem); } .lb-next { right: clamp(0.6rem, 3vw, 2rem); }
.lb-count { position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%); font-size: 0.84rem; letter-spacing: 0.16em; color: var(--ink-2); }
@media (max-width: 560px) { .lb-nav { width: 42px; height: 42px; font-size: 1.5rem; } }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  .manifesto .w { opacity: 1 !important; }
  .marquee .track, .hero .scroll-cue i::after, .emp-spin { animation: none !important; }
  * { scroll-behavior: auto !important; }
}
