/* mannypatino.com homepage preview — Apple keynote × desert luxury */
:root {
  --red: #E0102F;
  --red-dark: #B00020;
  --ink: #14181f;
  --ink-soft: #2a2f38;
  --cream: #f7f6f4;
  --paper: #fffcf8;
  --line: #e4e1db;
  --muted: #5b6b7d;
  --gold: #f4b400;
  --header-h: 72px;
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Outfit", "Avenir Next", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --ease: cubic-bezier(.2, .7, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
button { font-family: inherit; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.skip { position: absolute; left: 12px; top: -48px; z-index: 200; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 6px; }
.skip:focus { top: 12px; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.wrap-narrow { width: min(760px, calc(100% - 40px)); margin: 0 auto; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.85rem, 4.2vw, 3.1rem); line-height: 1.12; margin: 0 0 1rem; scroll-margin-top: calc(var(--header-h) + 20px); }
h3 { font-size: 1.15rem; margin: 0 0 .5rem; }
p { margin: 0 0 1rem; }
section[id], details.faq { scroll-margin-top: calc(var(--header-h) + 20px); }
.kicker { display: block; font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); margin-bottom: 0.7rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--red); color: #fff; font-weight: 650; font-size: 0.95rem; letter-spacing: 0.01em; padding: 14px 24px; border: 0; border-radius: 999px; cursor: pointer; text-align: center; transition: background .18s var(--ease), transform .18s var(--ease), color .18s; }
.btn:hover { background: var(--red-dark); color: #fff; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.fineprint { font-size: 0.8rem; color: var(--muted); margin-top: 12px; }
.consent-note { font-size: 0.78rem; color: var(--muted); margin: 10px 0 0; line-height: 1.5; }
body [lang="es"] { display: none; }
body[data-lang="es"] [lang="en"] { display: none; }
body[data-lang="es"] [lang="es"] { display: revert; }
body[data-lang="en"] [lang="en"] { display: revert; }
body[data-lang="en"] p[lang="en"],
body[data-lang="en"] h1[lang="en"],
body[data-lang="en"] h2[lang="en"],
body[data-lang="en"] h3[lang="en"],
body[data-lang="en"] li[lang="en"],
body[data-lang="en"] legend[lang="en"],
body[data-lang="en"] label[lang="en"],
body[data-lang="en"] div[lang="en"] { display: block; }
body[data-lang="es"] p[lang="es"],
body[data-lang="es"] h1[lang="es"],
body[data-lang="es"] h2[lang="es"],
body[data-lang="es"] h3[lang="es"],
body[data-lang="es"] li[lang="es"],
body[data-lang="es"] legend[lang="es"],
body[data-lang="es"] label[lang="es"],
body[data-lang="es"] div[lang="es"] { display: block; }
.header { position: sticky; top: 0; z-index: 100; background: rgba(255, 252, 248, 0.86); backdrop-filter: saturate(160%) blur(18px); -webkit-backdrop-filter: saturate(160%) blur(18px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s, background .25s; }
.header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 28px rgba(20, 24, 31, 0.05); background: rgba(255, 252, 248, 0.96); }
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 20px; }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand:hover { color: inherit; }
.brand-logo { height: 42px; width: auto; max-width: 196px; mix-blend-mode: multiply; }
.brand-fallback { display: none; align-items: center; gap: 10px; }
.brand-fallback .mark { width: 40px; height: 40px; background: var(--red); color: #fff; border-radius: 8px; display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 22px; }
.brand-fallback b { font-family: var(--serif); color: var(--ink); font-size: 16px; display: block; line-height: 1.1; }
.brand-fallback small { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.menu { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; }
.menu > li { margin: 0; }
.menu > li > a { display: block; padding: 8px 12px; color: var(--ink); font-weight: 550; font-size: 0.92rem; border-radius: 8px; transition: color .15s, background .15s; }
.menu > li > a:hover { color: var(--red); background: rgba(224, 16, 47, 0.05); }
.cta-call { background: var(--red) !important; color: #fff !important; padding: 9px 16px !important; border-radius: 999px !important; font-weight: 650 !important; font-size: 0.88rem !important; letter-spacing: 0.01em; margin-left: 8px; }
.cta-call:hover { background: var(--red-dark) !important; color: #fff !important; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; position: relative; cursor: pointer; border-radius: 8px; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; position: absolute; left: 11px; right: 11px; height: 1.5px; background: var(--ink); border-radius: 2px; transition: transform .25s var(--ease), top .25s, opacity .2s; }
.menu-toggle::before { top: 15px; }
.menu-toggle span { top: 21px; display: block; }
.menu-toggle::after { top: 27px; }
.menu-toggle[aria-expanded="true"]::before { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::after { top: 21px; transform: rotate(-45deg); }
@media (max-width: 860px) {
  .menu-toggle { display: block; flex-shrink: 0; }
  .menu { position: absolute; top: 100%; left: 0; right: 0; z-index: 6; flex-direction: column; align-items: stretch; background: var(--paper); padding: 8px 16px 16px; border-bottom: 1px solid var(--line); box-shadow: 0 18px 40px rgba(20, 24, 31, 0.1); transform: translateY(-8px); opacity: 0; pointer-events: none; visibility: hidden; max-height: min(70vh, calc(100dvh - var(--header-h) - 88px)); overflow-y: auto; -webkit-overflow-scrolling: touch; transition: transform .22s var(--ease), opacity .18s, visibility .18s; }
  .menu.open { transform: none; opacity: 1; pointer-events: auto; visibility: visible; }
  .menu > li > a { padding: 12px; font-size: 1.05rem; min-height: 44px; display: flex; align-items: center; }
  .cta-call { margin: 8px 0 0; text-align: center; width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 12px 16px !important; }
}
.video-band { position: relative; width: 100%; background: #000; overflow: hidden; aspect-ratio: 16 / 9; line-height: 0; }
@media (min-width: 760px) { .video-band { aspect-ratio: 16 / 7.4; min-height: 500px; max-height: 88vh; } }
.video-frame { position: absolute; inset: 0; overflow: hidden; }
.video-el { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; border: 0; pointer-events: none; }
.vmask { position: absolute; left: 0; right: 0; z-index: 2; pointer-events: none; }
.vmask-top { top: 0; height: 88px; background: linear-gradient(to bottom, rgba(0,0,0,.72), transparent); }
.vmask-bottom { bottom: 0; height: 96px; background: linear-gradient(to top, rgba(20,24,31,.55), transparent); }
@media (max-width: 759px) { .vmask-top, .vmask-bottom { height: 40px; } }
.hero { background: var(--cream); padding: clamp(56px, 8vw, 112px) 0 clamp(64px, 8vw, 120px); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; gap: clamp(36px, 6vw, 72px); align-items: end; }
@media (min-width: 880px) { .hero-grid { grid-template-columns: 1.2fr 0.8fr; align-items: center; } }
.hero-name { font-family: var(--serif); font-weight: 600; font-optical-sizing: auto; font-size: clamp(3.4rem, 12vw, 7.6rem); line-height: 0.9; letter-spacing: -0.038em; color: var(--ink); display: block; }
.hero-role { display: block; margin-top: 0.85rem; font-family: var(--sans); font-size: 0.82rem; font-weight: 550; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.hero .lead { margin-top: 1.6rem; font-size: 1.08rem; line-height: 1.7; color: var(--ink-soft); max-width: 54ch; }
.hero-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 22px; margin-top: 1.6rem; }
.lang-row { display: flex; align-items: center; gap: 12px; }
.lang-label { font-weight: 650; font-size: 0.95rem; color: var(--ink); }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.mp-langtoggle { display: inline-flex; align-items: center; position: relative; background: #ece8e2; border: 1px solid #d4cfc6; border-radius: 999px; padding: 3px; box-shadow: inset 0 1px 2px rgba(20, 24, 31, 0.08), 0 1px 0 rgba(255,255,255,.7); user-select: none; vertical-align: middle; }
.mp-langtoggle button { appearance: none; border: 0; background: transparent; cursor: pointer; font-family: var(--sans); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; color: #6a7380; padding: 6px 14px; border-radius: 999px; position: relative; z-index: 2; transition: color .18s; }
.mp-langtoggle button[aria-pressed="true"] { color: #fff; }
.mp-langtoggle .mp-lang-thumb { position: absolute; top: 3px; bottom: 3px; left: 3px; width: calc(50% - 3px); background: var(--ink); border-radius: 999px; z-index: 1; transition: transform .2s var(--ease); box-shadow: 0 1px 3px rgba(0,0,0,.25); }
body[data-lang="es"] .mp-langtoggle .mp-lang-thumb { transform: translateX(100%); }
.hero-photo { position: relative; max-width: 420px; margin: 0 auto; }
.hero-photo img { width: 100%; border-radius: 4px 4px 28px 4px; box-shadow: 0 24px 60px rgba(20, 24, 31, 0.16); }
.hero-photo::after { content: ""; position: absolute; left: -14px; bottom: -14px; width: 88px; height: 88px; border-left: 2px solid var(--red); border-bottom: 2px solid var(--red); pointer-events: none; }
.mls { background: var(--ink); color: #e8eaee; padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.mls::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent 28%), repeating-linear-gradient(90deg, transparent 0 72px, rgba(255,255,255,0.015) 72px 73px); pointer-events: none; }
.mls .wrap { position: relative; }
.mls-chrome { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; margin-bottom: 4px; }
.mls-clock { margin-left: auto; font-family: var(--mono); font-size: 0.82rem; letter-spacing: 0.12em; color: var(--gold); font-variant-numeric: tabular-nums; }
@media (max-width: 760px) { .mls-clock { margin-left: 0; width: 100%; } }
.mls-eye { display: inline-flex; align-items: center; gap: 9px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(232, 234, 238, 0.62); }
.mls-eye i { width: 7px; height: 7px; border-radius: 50%; background: #3dcf86; box-shadow: 0 0 0 0 rgba(61, 207, 134, 0.6); animation: pulse 2.2s ease-out infinite; font-style: normal; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(61, 207, 134, 0.55); } 70% { box-shadow: 0 0 0 8px rgba(61, 207, 134, 0); } 100% { box-shadow: 0 0 0 0 rgba(61, 207, 134, 0); } }
.mls h2 { color: #fff; font-size: clamp(2.2rem, 5.6vw, 4.4rem); max-width: 14ch; margin: 16px 0 0; letter-spacing: -0.03em; }
.mls h2 em { font-style: italic; font-weight: 500; color: #ffb3be; }
.mls .mls-copy { color: rgba(232, 234, 238, 0.72); font-size: 1.05rem; line-height: 1.65; max-width: 52ch; margin: 18px 0 0; }
.mls-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 32px; background: #fff; color: var(--ink); font-weight: 680; font-size: 1rem; padding: 15px 26px; border-radius: 999px; transition: transform .18s var(--ease), background .18s; }
.mls-cta:hover { background: var(--cream); color: var(--ink); transform: translateY(-1px); }
.mls-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.mls-chips a { color: rgba(255,255,255,.88); font-size: 0.82rem; font-weight: 550; padding: 8px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.04); transition: background .15s, border-color .15s; }
.mls-chips a:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.4); color: #fff; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-cream { background: var(--cream); }
.bsb-grid { display: grid; gap: 18px; margin-top: 36px; }
@media (min-width: 800px) { .bsb-grid { grid-template-columns: repeat(3, 1fr); } }
.bsb-item { background: var(--paper); border: 1px solid var(--line); border-radius: 4px; padding: 32px 28px 28px; position: relative; transition: transform .4s var(--ease), border-color .3s; }
.bsb-item:hover, .bsb-item:focus-within { transform: translateY(-4px); border-color: rgba(224, 16, 47, 0.35); }
.bsb-word { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 3.2rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: var(--ink); margin: 0 0 10px; }
.bsb-word em { font-style: normal; color: var(--red); }
.bsb-rule { width: 36px; height: 2px; background: var(--red); margin: 0 0 18px; transition: width .35s var(--ease); }
.bsb-item:hover .bsb-rule { width: 72px; }
.bsb-line { color: var(--muted); font-size: 1.02rem; line-height: 1.6; margin: 0 0 22px; min-height: 4.6em; }
.instrument { background: var(--ink); color: #d6dae2; border-radius: 6px; padding: clamp(22px, 3vw, 32px); box-shadow: 0 24px 60px rgba(20, 24, 31, 0.18); position: relative; }
.instrument::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.06); border-radius: 3px; pointer-events: none; }
.inst-plate { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
.inst-plate b { font-family: var(--mono); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,.42); }
.inst-plate span { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em; color: rgba(255,255,255,.32); }
.instrument .field, .instrument input.field, .lab-form .field { width: 100%; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); color: #fff; border-radius: 4px; padding: 13px 14px; font-family: var(--sans); font-size: 1rem; }
.instrument .field:focus, .lab-form .field:focus { outline: 2px solid var(--red); outline-offset: 1px; border-color: var(--red); }
.instrument .field::placeholder { color: rgba(255,255,255,.35); }
.scanner-label, .lab-form-label { display: block; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 8px; font-weight: 500; }
.form-row { display: flex; flex-wrap: wrap; gap: 10px; }
.form-row .field { flex: 1 1 200px; }
.scanner-stage2 { margin-top: 18px; }
.scanner-stage2 canvas { width: 100%; height: 220px; display: block; background: #0c0f14; border: 1px solid rgba(255,255,255,.08); border-radius: 4px; }
.scanner-ticks { list-style: none; margin: 14px 0 0; padding: 0; font-family: var(--mono); font-size: 0.78rem; color: rgba(214, 218, 226, 0.7); }
.scanner-ticks li { opacity: 0; transform: translateY(6px); transition: opacity .4s, transform .4s; margin: 0 0 5px; }
.scanner-ticks li.on { opacity: 1; transform: none; }
.scanner-ticks li::before { content: "▸ "; color: var(--red); }
.scanner-capture { border: 0; margin-top: 18px; padding: 16px; background: rgba(255,255,255,.04); border-radius: 4px; }
.scanner-capture legend { font-weight: 650; color: #fff; padding: 0 4px; }
.instrument .consent-note { color: rgba(214, 218, 226, 0.55); }
.lab-grid { display: grid; gap: 18px; margin-top: 28px; }
@media (min-width: 880px) { .lab-grid { grid-template-columns: 1fr 1.08fr; } }
.lab-control { margin-bottom: 22px; }
.lab-control label { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 10px; }
.lab-control output { font-family: var(--serif); font-size: 1.25rem; color: #fff; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.lab-control input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 2px; background: rgba(255,255,255,.18); border-radius: 2px; }
.lab-control input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 2px solid var(--red); cursor: pointer; box-shadow: 0 0 0 4px rgba(224, 16, 47, 0.18); }
.lab-control input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 2px solid var(--red); cursor: pointer; }
.lab-mode { display: flex; gap: 8px; flex-wrap: wrap; }
.lab-mode label { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 8px 14px; font-family: var(--sans); font-size: 0.88rem; letter-spacing: 0; text-transform: none; color: rgba(255,255,255,.78); cursor: pointer; }
.lab-mode label:has(input:checked) { border-color: #fff; color: #fff; background: rgba(255,255,255,.06); }
.lab-mode input { accent-color: var(--red); }
.lab-row { margin-bottom: 18px; opacity: .7; transition: opacity .2s; }
.lab-row.focus { opacity: 1; }
.lab-row-head { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 8px; }
.lab-row-head output { font-family: var(--serif); font-size: 1.35rem; color: #fff; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.lab-track { background: rgba(255,255,255,.06); height: 10px; border-radius: 999px; overflow: hidden; }
.lab-bar { height: 100%; width: 0; background: rgba(255,255,255,.28); border-radius: 999px; transition: background .2s; }
.lab-bar.win { background: var(--red); }
.lab-diff { border-top: 1px solid rgba(255,255,255,.08); margin-top: 8px; padding-top: 16px; }
.lab-diff-label { display: block; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,.42); margin-bottom: 4px; }
.lab-diff-num { font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 600; color: #fff; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.lab-verdict { color: rgba(214, 218, 226, 0.7); margin: 8px 0 0; min-height: 1.6em; }
.lab-form { margin-top: 22px; background: rgba(255,255,255,.04); border-radius: 4px; padding: 16px; }
.es-block { border-left: 3px solid var(--red); padding: 8px 0 8px 28px; max-width: 62ch; }
.es-block h2 { margin-bottom: 0.7rem; }
.carousel { position: relative; overflow: hidden; max-width: 720px; margin: 0 auto; }
.car-track { display: flex; transition: transform .45s var(--ease); }
.car-slide { flex: 0 0 100%; padding: 4px 2px 0; }
.review-card { background: var(--paper); border: 1px solid var(--line); border-radius: 4px; padding: 32px 28px; }
.review-card .stars { color: var(--gold); letter-spacing: 4px; font-size: 1rem; margin-bottom: 14px; }
.review-card p { font-size: 1.08rem; line-height: 1.65; color: var(--ink-soft); }
.review-card .who { font-weight: 650; margin: 1rem 0 0; color: var(--muted); font-size: 0.92rem; }
.car-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.car-dots button { width: 8px; height: 8px; border-radius: 50%; border: 0; background: #d4cfc6; cursor: pointer; padding: 0; }
.car-dots button.on { background: var(--red); }
.lead-form { background: var(--paper); border: 1px solid var(--line); border-radius: 6px; padding: 32px 28px; max-width: 560px; margin: 28px auto 0; }
.lead-form label { display: block; font-weight: 650; font-size: 0.88rem; margin: 14px 0 5px; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #d0cbc3; border-radius: 4px; font-size: 1rem; font-family: inherit; background: #fff; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: 2px solid var(--red); outline-offset: 1px; border-color: var(--red); }
.lead-form .btn { width: 100%; margin-top: 20px; }
details.faq { background: var(--paper); border: 1px solid var(--line); border-radius: 4px; margin-bottom: 8px; }
details.faq summary { cursor: pointer; font-weight: 650; padding: 16px 18px; list-style: none; position: relative; padding-right: 40px; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; position: absolute; right: 18px; top: 12px; font-size: 1.3rem; color: var(--red); font-weight: 400; }
details.faq[open] summary::after { content: "\2212"; }
details.faq div { padding: 0 18px 16px; color: var(--ink-soft); }
.sites { display: grid; gap: 14px; margin-top: 28px; }
@media (min-width: 760px) { .sites { grid-template-columns: repeat(3, 1fr); } }
.sites a.card { display: block; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 4px; padding: 24px 22px; transition: border-color .2s, transform .25s var(--ease); }
.sites a.card:hover { border-color: var(--red); color: var(--ink); transform: translateY(-3px); }
.sites a.card h3 { font-family: var(--sans); font-weight: 680; font-size: 1.05rem; letter-spacing: 0; }
.sites a.card p { color: var(--muted); margin: 0; font-size: 0.95rem; }
.popular { background: #0f1318; padding: 40px 0; }
.popular h2 { color: #fff; font-size: 1.15rem; font-family: var(--sans); font-weight: 650; letter-spacing: 0; margin: 0 0 16px; }
.popular ul { list-style: none; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 6px 20px; }
.popular a { color: #ffd2d8; font-weight: 550; }
.popular a:hover { color: #fff; }
.foot { background: #000; color: #9aa0a8; padding: 56px 0 28px; font-size: 0.88rem; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr; gap: 28px 20px; margin-bottom: 36px; }
.foot-col h4 { color: #fff; font-family: var(--serif); font-size: 0.98rem; margin: 0 0 12px; }
.foot-col p, .foot-col a { color: #9aa0a8; line-height: 1.7; margin: 0 0 5px; }
.foot-col a { display: block; }
.foot-col a:hover { color: #fff; }
.foot-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.foot-brand .mark { width: 36px; height: 36px; background: var(--red); color: #fff; border-radius: 6px; display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 18px; }
.foot-brand b { color: #fff; font-family: var(--serif); font-size: 17px; }
.socials { display: flex; gap: 8px; margin-top: 14px; }
.socials a { width: 36px; height: 36px; background: #161616; color: #fff; border-radius: 50%; display: grid; place-items: center; }
.socials a:hover { background: var(--red); color: #fff; }
.socials svg { width: 16px; height: 16px; fill: currentColor; }
.foot-bottom { border-top: 1px solid #1c1c1c; padding-top: 18px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: #6b717a; font-size: 0.75rem; }
.foot-bottom a { color: #8a9099; }
.foot-bottom a:hover { color: #fff; }
@media (max-width: 1100px) { .foot-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .foot-grid { grid-template-columns: 1fr; } }










.sticky-call { display: none; }
@media (max-width: 860px) {
  .sticky-call { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; gap: 8px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)); background: rgba(20, 24, 31, 0.94); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
  .sticky-call .btn { flex: 1; padding: 12px 10px; min-height: 44px; }
  .sticky-call .btn-ghost { border-color: rgba(255,255,255,.35); color: #fff; }
  .sticky-call .btn-ghost:hover { background: #fff; color: var(--ink); }
  body { padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px)); }
  #main { padding-bottom: 8px; }
  .hero-photo::after { display: none; }
  .bsb-line { min-height: 0; }
}
.preview-note { margin-top: 14px; padding: 12px 14px; background: rgba(244, 180, 0, 0.12); border: 1px solid rgba(244, 180, 0, 0.35); border-radius: 4px; color: var(--ink); font-size: 0.88rem; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .mls-eye i { animation: none; box-shadow: none; }
  .car-track { transition: none; }
  .scanner-ticks li { opacity: 1; transform: none; }
  .bsb-item:hover, .sites a.card:hover { transform: none; }
}
@media (max-width: 420px) {
  .wrap, .wrap-narrow { width: calc(100% - 32px); }
  .hero { padding: 40px 0 48px; }
  .hero-name { font-size: clamp(2.55rem, 12.2vw, 3.05rem); line-height: 1.02; }
  .hero .lead { font-size: 1.02rem; }
  .instrument { padding: 18px 16px; }
  .instrument::before { inset: 6px; }
  .review-card { padding: 24px 18px; }
  .lead-form { padding: 22px 16px; }
  .sticky-call .sticky-num { display: none; }
}

/* ── inner pages ── */
h1 { scroll-margin-top: calc(var(--header-h) + 20px); }
.brand-cluster { display: flex; align-items: center; gap: 14px; min-width: 0; }
.header .lang-slot { display: flex; align-items: center; }
@media (max-width: 860px) {
  .brand-cluster { flex: 1; min-width: 0; }
  .header .lang-slot .lang-label { display: none; }
}
.crumbs { font-size: 0.82rem; color: var(--muted); margin: 0 0 1.15rem; line-height: 1.5; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; }
.crumbs li { display: inline; }
.crumbs li:not(:last-child)::after { content: "›"; margin: 0 0.5em; color: #b9b3aa; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--red); }
.crumbs [aria-current="page"] { color: var(--ink); font-weight: 650; }
.page-hero { background: var(--cream); padding: clamp(40px, 6vw, 80px) 0 clamp(48px, 6vw, 88px); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.15rem, 5.6vw, 4.05rem); line-height: 1.06; letter-spacing: -0.03em; max-width: 20ch; margin: 0 0 1rem; }
.page-hero .lead { font-size: 1.08rem; line-height: 1.7; color: var(--ink-soft); max-width: 62ch; }
.page-hero .hero-tools { margin-top: 1.4rem; }
.photo-hero { position: relative; width: 100%; aspect-ratio: 16 / 7; min-height: 220px; max-height: 520px; overflow: hidden; background: #111; line-height: 0; }
.photo-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-hero .vmask { z-index: 2; }
.prose { max-width: 72ch; }
.prose h2 { margin-top: 2.2rem; }
.prose ol.q-list { margin: 0 0 1.2rem 1.15rem; }
.prose ol.q-list li { margin: 0 0 0.85rem; }
.fact-grid { display: grid; gap: 12px; margin: 28px 0 8px; }
@media (min-width: 720px) { .fact-grid { grid-template-columns: 1fr 1fr; } }
.fact { border: 1px solid var(--line); background: var(--paper); padding: 16px 18px; border-radius: 4px; }
.fact b { display: block; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 5px; font-family: var(--sans); }
.fact p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }
.updated { font-size: 0.82rem; color: var(--muted); margin: 8px 0 0; }
.steps { counter-reset: step; list-style: none; margin: 28px 0 0; padding: 0; }
.steps > li { position: relative; padding: 0 0 28px 56px; border-left: 1px solid var(--line); margin-left: 18px; }
.steps > li:last-child { border-left-color: transparent; padding-bottom: 0; }
.steps > li::before { counter-increment: step; content: counter(step); position: absolute; left: -18px; top: 0; width: 36px; height: 36px; background: var(--red); color: #fff; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 0.9rem; font-family: var(--sans); }
.steps h3 { font-size: 1.2rem; margin: 0 0 0.35rem; }
.steps p { color: var(--ink-soft); margin: 0; }
.builder-grid, .hood-grid, .team-grid, .contact-grid, .review-grid { display: grid; gap: 14px; margin-top: 28px; }
@media (min-width: 760px) {
  .builder-grid { grid-template-columns: repeat(3, 1fr); }
  .hood-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
}
.mini-card, .team-card, .contact-card { background: var(--paper); border: 1px solid var(--line); border-radius: 4px; padding: 22px 20px; }
.mini-card h3, .team-card h3, .contact-card h3 { font-size: 1.15rem; margin: 0 0 0.4rem; }
.mini-card p, .team-card p, .contact-card p { color: var(--ink-soft); margin: 0; }
.team-card .role { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.stat-row { display: flex; flex-wrap: wrap; gap: 18px 32px; align-items: baseline; margin: 8px 0 28px; }
.stat-row .stat { font-family: var(--serif); font-size: clamp(2.4rem, 6vw, 3.6rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: var(--ink); }
.stat-row .stat small { display: block; font-family: var(--sans); font-size: 0.82rem; font-weight: 550; letter-spacing: 0.04em; color: var(--muted); margin-top: 6px; }
.homes-aside { background: var(--ink); color: #e8eaee; border-radius: 6px; padding: 28px 26px; margin: 36px 0 8px; }
.homes-aside h2, .homes-aside h3 { color: #fff; font-size: clamp(1.4rem, 3vw, 1.85rem); margin: 0 0 0.6rem; }
.homes-aside p { color: rgba(232,234,238,.72); }
.homes-aside .btn { margin-top: 8px; }
.page-cta { background: var(--cream); border: 1px solid var(--line); border-radius: 6px; padding: 32px 28px; }
.page-cta h2 { font-size: clamp(1.7rem, 3.5vw, 2.3rem); }
.about-split { display: grid; gap: clamp(28px, 5vw, 56px); align-items: start; }
@media (min-width: 860px) { .about-split { grid-template-columns: 1.15fr 0.85fr; align-items: center; } }
.about-photo img { width: 100%; border-radius: 4px 4px 28px 4px; box-shadow: 0 24px 60px rgba(20,24,31,0.16); }
.check-list { list-style: none; margin: 18px 0 0; padding: 0; }
.check-list li { position: relative; padding: 0 0 14px 22px; color: var(--ink-soft); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.menu a[aria-current="page"] { color: var(--red); }


/* ══════════════════════════════════════════════
   MOTION PASS — custom-coded first screen
   ══════════════════════════════════════════════ */
html.has-smooth { scroll-behavior: auto; }
html.has-fx .btn:hover { transform: none; }
html.has-fx .bsb-item:hover,
html.has-fx .bsb-item:focus-within { transform: none; border-color: rgba(224, 16, 47, 0.35); }
html.has-fx .sites a.card:hover { transform: none; }

.fx-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 40;
  mix-blend-mode: overlay;
  opacity: 0.42;
}
html.rm .fx-canvas,
html.has-fx.rm .fx-canvas { display: none; }

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 10000;
  pointer-events: none;
  contain: layout style;
}
.cursor[hidden] { display: none !important; }
.cursor-dot,
.cursor-ring {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  will-change: transform;
}
.cursor-dot {
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: var(--red);
  box-shadow: 0 0 12px rgba(224, 16, 47, 0.55);
}
.cursor-ring {
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 1px solid rgba(224, 16, 47, 0.7);
  background: rgba(224, 16, 47, 0.05);
  transition: width .25s var(--ease), height .25s var(--ease), margin .25s var(--ease), background .25s, border-color .25s;
}
.cursor.is-hot .cursor-ring {
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  background: rgba(224, 16, 47, 0.12);
  border-color: var(--red);
}
.cursor.is-hidden { opacity: 0; }
/* custom cursor off */
html.has-cursor,
html.has-cursor * { cursor: auto; }
html.has-cursor input,
html.has-cursor textarea,
html.has-cursor select,
html.has-cursor [contenteditable] { cursor: text !important; }
html.has-cursor.cursor-native,
html.has-cursor.cursor-native * { cursor: auto !important; }
html.has-cursor.cursor-native input,
html.has-cursor.cursor-native textarea,
html.has-cursor.cursor-native select { cursor: text !important; }

.scroll-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  z-index: 3;
  will-change: transform;
  box-shadow: 0 0 12px rgba(224, 16, 47, 0.45);
}

html.has-fx .video-el {
  transform-origin: center center;
  will-change: transform;
}

.hero-name[data-scramble] {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.28em;
}
.hero-name .hero-word { display: inline-flex; }
.hero-name .ch {
  display: inline-block;
  line-height: 0.9;
  overflow: hidden;
}
html.has-fx .hero-name .ch {
  transform: translateY(0.62em);
  opacity: 0;
  animation: mpChIn 0.72s var(--ease) forwards;
  animation-delay: calc(var(--i, 0) * 46ms);
}
.hero-name .ch.space { width: 0.28em; }
@keyframes mpChIn {
  to { transform: none; opacity: 1; }
}
.hero-rule {
  display: block;
  width: 0;
  height: 2px;
  background: var(--red);
  margin: 1.05rem 0 0;
}
html.has-fx .hero-rule {
  animation: mpRule 0.85s var(--ease) 0.72s forwards;
}
@keyframes mpRule {
  to { width: min(148px, 42%); }
}

.hero-stats {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 36px;
  margin: 1.7rem 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  max-width: 54ch;
}
.hero-stats li { min-width: 6.5rem; }
.hero-stats .stat-num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2rem, 4.4vw, 2.7rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.hero-stats small {
  display: block;
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.mls { overflow: hidden; }
.mls-scanline {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(224, 16, 47, 0.0), rgba(224, 16, 47, 0.75), rgba(224, 16, 47, 0.0), transparent);
  box-shadow: 0 0 18px rgba(224, 16, 47, 0.35);
  animation: mpScan 5.2s linear infinite;
  opacity: 0.85;
}
@keyframes mpScan {
  0% { top: 0; opacity: 0; }
  8% { opacity: 0.9; }
  92% { opacity: 0.9; }
  100% { top: 100%; opacity: 0; }
}
.mls-ticks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 32px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 234, 238, 0.42);
}
.mls-ticks li { font-variant-numeric: tabular-nums; }
.mls-ticks li::before {
  content: "▸ ";
  color: var(--red);
}
.mls-ticks [data-hud="feed"]::after {
  content: " _";
  color: var(--gold);
  animation: mpBlink 1.1s steps(1) infinite;
}
@keyframes mpBlink {
  50% { opacity: 0; }
}

.js-tilt {
  transform-style: preserve-3d;
  will-change: transform;
}
.js-magnet { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  .fx-canvas, .cursor, .mls-scanline { display: none !important; }
  html.has-fx .hero-name .ch,
  html.has-fx .hero-rule { animation: none !important; opacity: 1; transform: none; width: min(148px, 42%); }
  .mls-ticks [data-hud="feed"]::after { animation: none; }
  .js-tilt, .js-magnet { transform: none !important; }
}

/* Manny: no animated mouse */
.cursor, #cursor { display: none !important; }
html.has-cursor, html.has-cursor * { cursor: auto !important; }

/* ── mobile polish (phones + narrow tablets; desktop unchanged) ── */
@media (max-width: 860px) {
  html, body { overflow-x: clip; }
  .nav { gap: 8px; min-width: 0; }
  .brand { min-width: 0; }
  .brand-logo { height: 34px; max-width: min(148px, 42vw); }
  .brand-cluster { gap: 8px; }
  .header .mp-langtoggle button { padding: 8px 10px; min-height: 36px; min-width: 40px; }

  .hero-name { font-size: clamp(2.55rem, 10.5vw, 4.2rem); line-height: 1.02; overflow-wrap: anywhere; }
  .hero-name[data-scramble] { display: block; }
  .hero-name .hero-word { display: inline; }
  .hero-name .ch { overflow: visible; line-height: inherit; }
  html.has-fx .hero-name .ch,
  html.has-fx .hero-rule { animation: none !important; opacity: 1; transform: none; }
  html.has-fx .hero-rule { width: min(148px, 42%); }
  .hero-stats { gap: 16px 18px; }
  .hero-stats li { min-width: 0; flex: 1 1 28%; }
  .hero-stats .stat-num { font-size: clamp(1.7rem, 7vw, 2.3rem); }

  .btn { min-height: 44px; }
  .cta-row .btn { min-height: 48px; }
  .mls-cta { min-height: 48px; }
  .mls-chips a, .related a { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 16px; }
  .photo-hero { min-height: 180px; max-height: 300px; }
  .lead-form input, .lead-form select, .lead-form textarea { min-height: 48px; font-size: 16px; }
  .lead-form textarea { min-height: 120px; }
  .lead-form .btn { min-height: 48px; }
  .instrument .field, .instrument input.field, .lab-form .field { min-height: 48px; font-size: 16px; }
  .instrument .btn, .lab-form .btn { min-height: 48px; }
  details.faq summary { min-height: 48px; display: flex; align-items: center; }
  .socials a { width: 44px; height: 44px; }
  .foot-col a { padding: 6px 0; min-height: 40px; }
  .popular a { min-height: 40px; display: inline-flex; align-items: center; }
  .popular ul { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
  .car-dots button { width: 12px; height: 12px; box-shadow: 0 0 0 14px transparent; }

  .inst-plate, .lab-row-head, .lab-control label { flex-wrap: wrap; gap: 6px 10px; }
  .lab-mode label { min-height: 44px; padding: 10px 16px; }
  .lab-control input[type="range"] { height: 4px; }
  .lab-control input[type="range"]::-webkit-slider-thumb { width: 28px; height: 28px; }
  .lab-control input[type="range"]::-moz-range-thumb { width: 28px; height: 28px; }
  .scanner-stage2 canvas { max-width: 100%; height: auto; max-height: 220px; }
  .es-block { padding-left: 18px; }
  .page-hero { padding-bottom: 80px; }
  .page-hero h1 { max-width: none; }
  .page-cta, .homes-aside, .lead-form, .instrument { max-width: 100%; }
}

@media (max-width: 600px) {
  .form-row { flex-direction: column; }
  .form-row .field, .form-row .btn { flex: 1 1 auto; width: 100%; min-height: 48px; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 10px; max-width: none; }
  .hero-stats li { flex: none; min-width: 0; }
  .hero-stats small { letter-spacing: 0.05em; }
}

@media (max-width: 520px) {
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta-row .btn { width: 100%; }
  .hero-tools { gap: 14px; }
}

@media (max-width: 420px) {
  .hero-name { font-size: clamp(2.45rem, 12vw, 2.95rem); }
}

/* mobile-finish-390 */
@media (max-width: 860px) {
  body { padding-bottom: calc(148px + env(safe-area-inset-bottom, 0px)); }
  #pab-launch {
    left: auto !important;
    right: 12px !important;
    transform: none !important;
    bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    border-radius: 50% !important;
    justify-content: center !important;
    gap: 0 !important;
  }
  #pab-launch .d { margin: 0 !important; }
  .lead-form .btn, .lab-form .btn, .scanner-capture .btn { margin-bottom: 8px; }
}
@media (max-width: 760px) {
  .page-hero { padding: 28px 0 80px; }
  .page-hero h1 { font-size: clamp(1.7rem, 8vw, 2.2rem); max-width: none; overflow-wrap: anywhere; }
  .page-hero .lead { font-size: 1rem; }
  .mls-ticks { gap: 8px 14px; }
  .mls-ticks li { overflow-wrap: anywhere; min-width: 0; }
  .mls h2 { max-width: none; overflow-wrap: anywhere; }
  .foot-bottom { flex-direction: column; }
  h1, h2 { overflow-wrap: anywhere; }
  .instrument, .lead-form, .homes-aside, .page-cta { overflow-x: clip; }
}
@media (max-width: 759px) {
  .video-band { aspect-ratio: 16 / 9; max-height: 240px; min-height: 160px; }
}
@media (max-width: 460px) {
  .wrap, .wrap-narrow { width: calc(100% - 28px); }
  .hero { padding: 32px 0 40px; }
  .hero-name { font-size: clamp(2.2rem, 12vw, 2.7rem); }
  .sticky-call { gap: 6px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px)); }
  .sticky-call .btn { font-size: 0.88rem; padding: 12px 8px; }
}
.cursor, #cursor, .cursor-dot, .cursor-ring { display: none !important; }
