@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');

:root { --ink:#111111; --charcoal:#181818; --charcoal-2:#242424; --paper:#f4f1ec; --white:#fffdfa; --muted:#9b9b95; --line:rgba(255,255,255,.14); --line-dark:rgba(17,17,17,.16); --red:#ef1e25; --red-deep:#b70f15; --max:1280px; --radius:2px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--charcoal); color:var(--white); font-family:'Manrope','Segoe UI',sans-serif; font-size:16px; line-height:1.55; overflow-x:hidden; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
button { font:inherit; }
.section-shell { width:min(var(--max), calc(100% - 96px)); margin-inline:auto; }
.section { padding:clamp(5rem, 9vw, 9rem) 0; }
.section-light { background:var(--paper); color:var(--ink); }
.site-header { position:fixed; z-index:10; inset:0 0 auto; height:82px; display:flex; align-items:center; justify-content:space-between; padding:0 max(28px, calc((100vw - var(--max))/2)); background:rgba(17,17,17,.88); border-bottom:1px solid var(--line); backdrop-filter:blur(18px); }
.brand-lockup { display:flex; align-items:center; gap:10px; min-width:210px; }
.brand-lockup img { width:34px; height:34px; object-fit:contain; filter:invert(1); }
.brand-lockup strong { display:block; font:700 19px/1 'Barlow Condensed',sans-serif; letter-spacing:.08em; }
.brand-lockup small { display:block; margin-top:3px; color:#aaa9a2; font-size:8px; letter-spacing:.12em; white-space:nowrap; }
.main-nav { display:flex; align-items:center; gap:28px; font-size:12px; color:#c2c1ba; letter-spacing:.04em; }
.main-nav a:not(.nav-cta) { transition:color .2s ease; }
.main-nav a:not(.nav-cta):hover { color:var(--white); }
.nav-cta { padding:12px 15px; color:var(--ink); background:var(--white); font-weight:700; transition:background .2s ease, transform .2s ease; }
.nav-cta:hover { background:var(--red); color:var(--white); transform:translateY(-2px); }
.nav-cta span, .button span { margin-left:12px; font-size:17px; }
.menu-toggle { display:none; border:1px solid var(--line); background:transparent; color:var(--white); padding:9px 12px; font-size:12px; }
.hero { position:relative; min-height:100dvh; display:grid; grid-template-columns:minmax(0, .9fr) minmax(420px, 1.1fr); align-items:center; gap:clamp(2rem, 6vw, 8rem); padding-top:100px; padding-bottom:56px; }
.hero-copy { position:relative; z-index:2; padding-bottom:4vh; }
.eyebrow { display:flex; align-items:center; gap:11px; margin:0 0 28px; color:#9e9d97; font-size:10px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.eyebrow.dark { color:#686863; }
.eyebrow-line { width:28px; height:1px; display:inline-block; background:var(--red); }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { font-family:'Barlow Condensed','Arial Narrow',sans-serif; }
h1 { max-width:630px; margin-bottom:27px; font-size:clamp(4.8rem, 9.2vw, 9.3rem); font-weight:700; line-height:.82; letter-spacing:-.045em; text-transform:uppercase; }
h1 em,h2 em { color:var(--red); font-style:normal; }
.hero-lede { max-width:430px; margin-bottom:36px; color:#c2c1bb; font-size:16px; line-height:1.7; }
.hero-actions { display:flex; align-items:center; gap:25px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:49px; padding:0 17px; border:1px solid transparent; font-size:12px; font-weight:700; letter-spacing:.02em; transition:transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform:translateY(-3px); }
.button-primary { background:var(--red); color:var(--white); }
.button-primary:hover { background:#ff3036; }
.button-dark { background:var(--ink); color:var(--white); }
.button-light { background:var(--white); color:var(--ink); }
.button-light:hover { background:var(--red); color:var(--white); }
.text-link { color:#c8c7c2; font-size:12px; border-bottom:1px solid #60605c; padding-bottom:4px; }
.text-link span { margin-left:8px; color:var(--red); }
.hero-visual { position:relative; align-self:stretch; display:flex; align-items:center; min-height:580px; }
.hero-image-frame { position:relative; width:100%; height:min(70vh, 690px); min-height:500px; overflow:hidden; border:1px solid rgba(255,255,255,.2); }
.hero-image-frame img { width:100%; height:100%; object-fit:cover; object-position:55% center; filter:saturate(.78) contrast(1.08); }
.image-scrim { position:absolute; inset:0; background:linear-gradient(90deg,rgba(17,17,17,.56),transparent 50%,rgba(17,17,17,.1)); }
.hero-image-label { position:absolute; bottom:22px; left:23px; right:23px; display:flex; justify-content:space-between; color:#eee; font-size:9px; font-weight:700; letter-spacing:.13em; }
.radar-mark { position:absolute; left:-74px; bottom:30px; width:180px; height:180px; border-radius:50%; border:1px solid rgba(239,30,37,.75); background:radial-gradient(circle,rgba(239,30,37,.25) 0 3px,transparent 4px 27%,rgba(239,30,37,.35) 28% 29%,transparent 30% 53%,rgba(239,30,37,.3) 54% 55%,transparent 56%); box-shadow:0 0 0 14px rgba(239,30,37,.04), 0 0 0 29px rgba(239,30,37,.05); }
.radar-mark:before,.radar-mark:after { content:""; position:absolute; inset:50% auto auto 0; width:100%; height:1px; background:rgba(239,30,37,.38); transform:rotate(45deg); }
.radar-mark:after { transform:rotate(-45deg); }
.radar-mark span { position:absolute; width:7px; height:7px; border-radius:50%; background:var(--red); }
.radar-mark span:first-child { top:29px; right:35px; }.radar-mark span:nth-child(2) { left:31px; top:87px; background:#ff9b9f; }.radar-mark span:last-child { bottom:27px; right:55px; background:#ff9b9f; }
.hero-note { position:absolute; right:-34px; bottom:22%; display:grid; grid-template-columns:auto auto; align-items:center; column-gap:8px; padding:14px 16px; background:var(--red); color:var(--white); font-size:10px; line-height:1.2; letter-spacing:.08em; text-transform:uppercase; }
.hero-note strong { grid-column:2; margin-top:4px; font-size:16px; letter-spacing:.02em; }
.signal-dot { width:6px; height:6px; border-radius:50%; background:var(--white); box-shadow:0 0 0 4px rgba(255,255,255,.22); }
.hero-edge-label { position:absolute; right:0; bottom:57px; color:#7b7a75; font-size:9px; line-height:1.5; letter-spacing:.18em; text-align:right; writing-mode:vertical-rl; transform:rotate(180deg); }
.signal-strip { overflow:hidden; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#151515; }
.signal-strip-inner { width:min(var(--max), calc(100% - 96px)); min-height:67px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:16px; color:#c7c6c0; font-size:10px; font-weight:700; letter-spacing:.17em; white-space:nowrap; }
.signal-strip i { display:block; width:5px; height:5px; background:var(--red); transform:rotate(45deg); }
.section-intro { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(220px,.75fr); gap:clamp(2rem,8vw,9rem); align-items:end; margin-bottom:72px; }
.section-intro h2,.process-heading h2,.field-copy h2,.faq-heading h2 { max-width:720px; margin-bottom:0; font-size:clamp(3.5rem, 6.2vw, 6.7rem); font-weight:600; line-height:.88; letter-spacing:-.04em; text-transform:uppercase; }
.section-copy { max-width:355px; margin:0 0 5px; color:#777771; font-size:15px; line-height:1.75; }
.solutions-layout { display:grid; grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr); gap:clamp(2rem,8vw,9rem); align-items:start; }
.feature-image { position:relative; min-height:570px; overflow:hidden; background:#ddd; }
.feature-image img { width:100%; height:570px; object-fit:cover; filter:grayscale(.18) contrast(1.06); }
.feature-image:after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(17,17,17,.78),transparent 50%); }
.feature-image-caption { position:absolute; z-index:1; left:25px; right:25px; bottom:25px; display:flex; justify-content:space-between; align-items:end; color:var(--white); }
.feature-image-caption span { color:var(--red); font:600 42px/.8 'Barlow Condensed',sans-serif; }.feature-image-caption strong { max-width:150px; font-size:12px; text-transform:uppercase; letter-spacing:.06em; }
.service-row { display:grid; grid-template-columns:42px 1fr auto; gap:18px; align-items:start; padding:25px 0 28px; border-top:1px solid var(--line-dark); }
.service-row:last-child { border-bottom:1px solid var(--line-dark); }.service-index { color:var(--red); font:600 18px/1 'Barlow Condensed',sans-serif; }.service-row h3 { margin:0 0 8px; font-size:30px; font-weight:600; letter-spacing:-.02em; text-transform:uppercase; }.service-row p { max-width:520px; margin:0; color:#706f6a; font-size:14px; line-height:1.7; }.row-arrow { color:var(--red); font-size:25px; transition:transform .2s ease; }.service-row:hover .row-arrow { transform:translate(3px,-3px); }
.process-section { background:var(--charcoal); }.process-heading { margin-bottom:75px; }.process-heading h2 { max-width:650px; }.process-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }.process-card { min-height:270px; display:flex; flex-direction:column; justify-content:space-between; gap:40px; padding:25px 25px 29px 0; border-right:1px solid var(--line); }.process-card:not(:first-child) { padding-left:25px; }.process-card:last-child { border-right:0; }.process-number { color:var(--red); font:600 20px/1 'Barlow Condensed',sans-serif; }.process-card h3 { margin:0 0 12px; font-size:34px; line-height:.9; font-weight:600; text-transform:uppercase; }.process-card p { max-width:250px; margin:0; color:#92918b; font-size:14px; line-height:1.7; }
.field-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(2rem,9vw,10rem); align-items:center; }.field-copy h2 { font-size:clamp(3.4rem, 5.8vw, 6.2rem); }.field-copy > p:not(.eyebrow) { max-width:390px; margin:28px 0 38px; color:#777771; font-size:15px; line-height:1.75; }.field-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; padding-top:22px; border-top:1px solid var(--line-dark); }.field-stats div { display:flex; flex-direction:column; gap:8px; }.field-stats strong { color:var(--red); font:600 24px/1 'Barlow Condensed',sans-serif; }.field-stats span { color:#777771; font-size:11px; line-height:1.3; }.field-image { position:relative; height:560px; overflow:hidden; }.field-image img { width:100%; height:100%; object-fit:cover; filter:saturate(.72) contrast(1.09); }.field-image:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(17,17,17,.46),transparent 55%); }.field-overlay { position:absolute; z-index:1; left:24px; bottom:22px; right:24px; display:flex; justify-content:space-between; color:#fff; font-size:9px; font-weight:700; letter-spacing:.16em; }
.coverage-section { background:#202020; }.coverage-grid { display:grid; grid-template-columns:1.35fr .8fr .8fr; gap:16px; }.coverage-card { position:relative; min-height:405px; overflow:hidden; background:#292929; }.coverage-card-wide { grid-row:span 2; min-height:520px; }.coverage-card img { width:100%; height:100%; object-fit:cover; filter:saturate(.7) contrast(1.12); transition:transform .6s ease; }.coverage-card:hover img { transform:scale(1.04); }.coverage-card:after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(17,17,17,.9),rgba(17,17,17,0) 60%); }.coverage-card>div:last-child { position:absolute; z-index:1; right:24px; left:24px; bottom:24px; }.coverage-card span { color:var(--red); font:600 17px/1 'Barlow Condensed',sans-serif; }.coverage-card h3 { margin:10px 0 7px; font-size:31px; line-height:.9; font-weight:600; text-transform:uppercase; }.coverage-card p { max-width:260px; margin:0; color:#c0bfb9; font-size:13px; line-height:1.55; }.coverage-card-dark { display:flex; flex-direction:column; justify-content:space-between; padding:25px; color:var(--white); border:1px solid var(--line); }.coverage-card-dark:after { display:none; }.coverage-card-dark>div:last-child { position:static; }.coverage-symbol { font:700 130px/.7 'Barlow Condensed',sans-serif; letter-spacing:-.08em; color:var(--red); opacity:.86; }
.faq-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(2rem,10vw,12rem); }.faq-heading h2 { font-size:clamp(3.4rem, 5.6vw, 5.8rem); }.faq-heading > p:not(.eyebrow) { max-width:360px; margin:29px 0 33px; color:#777771; font-size:15px; line-height:1.75; }.faq-list { border-top:1px solid var(--line-dark); }.faq-list details { border-bottom:1px solid var(--line-dark); }.faq-list summary { display:flex; justify-content:space-between; gap:24px; padding:24px 0; cursor:pointer; list-style:none; font:600 25px/1 'Barlow Condensed',sans-serif; text-transform:uppercase; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary span { color:var(--red); font:400 30px/.7 'Barlow Condensed',sans-serif; transition:transform .2s ease; }.faq-list details[open] summary span { transform:rotate(45deg); }.faq-list details p { max-width:590px; margin:-4px 35px 26px 0; color:#777771; font-size:14px; line-height:1.7; }
.closing-cta { background:var(--red); color:var(--white); }.closing-inner { min-height:430px; display:grid; grid-template-columns:1fr .45fr; align-items:center; gap:4rem; }.closing-cta .eyebrow { color:#ffd9d9; }.closing-cta .eyebrow-line { background:var(--white); }.closing-inner h2 { margin:0; font:600 clamp(4.4rem,8vw,8rem)/.82 'Barlow Condensed',sans-serif; letter-spacing:-.05em; text-transform:uppercase; }.closing-inner h2 em { color:var(--ink); }.closing-action { justify-self:end; max-width:250px; }.closing-action p { margin-bottom:25px; color:#ffdede; font-size:14px; line-height:1.6; }
.site-footer { padding:65px 0 25px; background:#101010; color:#aaa9a2; }.footer-grid { display:grid; grid-template-columns:1.4fr .8fr .8fr; gap:40px; padding-bottom:65px; }.footer-brand img { width:165px; height:110px; object-fit:contain; object-position:left center; filter:invert(1); }.footer-brand p { max-width:240px; margin-top:7px; font-size:13px; line-height:1.6; }.footer-label { display:block; margin-bottom:18px; color:var(--red); font-size:10px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }.site-footer p { margin:0; font-size:13px; line-height:1.9; }.site-footer a:hover { color:var(--white); }.footer-bottom { display:flex; justify-content:space-between; padding-top:18px; border-top:1px solid var(--line); color:#696864; font-size:10px; letter-spacing:.05em; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity:1; transform:none; }.reveal-delay { transition-delay:.12s; }.reveal-delay-2 { transition-delay:.24s; }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }.reveal { opacity:1; transform:none; transition:none; }.coverage-card img,.button,.row-arrow { transition:none; } }
@media (max-width:1000px) { .section-shell,.signal-strip-inner { width:min(var(--max), calc(100% - 52px)); }.main-nav { gap:17px; }.hero { grid-template-columns:1fr 1fr; gap:2rem; }.hero-visual { min-height:510px; }.hero-image-frame { min-height:450px; }.hero-note { right:-15px; }.radar-mark { left:-44px; }.hero-edge-label { display:none; }.section-intro,.field-layout,.faq-layout { gap:3rem; }.coverage-grid { grid-template-columns:1fr 1fr; }.coverage-card-wide { grid-row:auto; min-height:460px; }.coverage-card-dark { min-height:330px; }.closing-inner { grid-template-columns:1fr .55fr; } }
@media (max-width:760px) { .site-header { height:70px; padding:0 20px; }.brand-lockup { min-width:0; }.brand-lockup small { display:none; }.menu-toggle { display:block; }.main-nav { position:absolute; top:70px; right:16px; left:16px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:8px; background:#202020; border:1px solid var(--line); box-shadow:0 18px 35px rgba(0,0,0,.28); }.main-nav.is-open { display:flex; }.main-nav a { padding:14px 12px; }.nav-cta { margin-top:6px; text-align:center; }.section-shell,.signal-strip-inner { width:calc(100% - 40px); }.hero { min-height:auto; grid-template-columns:1fr; padding-top:120px; padding-bottom:64px; gap:42px; }.hero-copy { padding:0; }.hero h1 { font-size:clamp(4.5rem, 19vw, 7rem); }.hero-lede { max-width:500px; }.hero-visual { min-height:450px; margin-left:22px; }.hero-image-frame { height:500px; min-height:0; }.hero-note { right:-8px; bottom:15%; }.radar-mark { left:-45px; bottom:15px; transform:scale(.8); transform-origin:bottom left; }.signal-strip-inner { min-height:56px; justify-content:flex-start; overflow:hidden; }.signal-strip-inner span:nth-of-type(n+4),.signal-strip-inner i:nth-of-type(n+3) { display:none; }.section { padding:5.5rem 0; }.section-intro,.solutions-layout,.field-layout,.faq-layout { display:grid; grid-template-columns:1fr; gap:34px; margin-bottom:44px; }.section-intro h2,.process-heading h2,.field-copy h2,.faq-heading h2 { font-size:clamp(3.5rem, 15vw, 5.3rem); }.section-copy { max-width:500px; }.feature-image,.feature-image img { min-height:410px; height:410px; }.service-row { grid-template-columns:33px 1fr auto; gap:12px; padding:21px 0; }.service-row h3 { font-size:26px; }.service-row p { font-size:13px; }.process-heading { margin-bottom:45px; }.process-grid { grid-template-columns:1fr; }.process-card,.process-card:not(:first-child) { min-height:0; padding:24px 0; gap:38px; border-right:0; border-bottom:1px solid var(--line); }.process-card:last-child { border-bottom:0; }.field-layout { margin-bottom:0; }.field-copy > p:not(.eyebrow) { margin:24px 0 30px; }.field-stats { gap:10px; }.field-image { height:430px; }.coverage-grid { grid-template-columns:1fr; }.coverage-card-wide,.coverage-card { min-height:390px; }.coverage-card-dark { min-height:310px; }.faq-list summary { font-size:23px; }.closing-inner { min-height:500px; grid-template-columns:1fr; gap:25px; padding-top:5rem; padding-bottom:5rem; }.closing-action { justify-self:start; }.closing-inner h2 { font-size:clamp(4.3rem, 17vw, 6.5rem); }.footer-grid { grid-template-columns:1fr 1fr; gap:35px 25px; }.footer-brand { grid-column:1/-1; }.footer-bottom { gap:15px; flex-direction:column; } }
@media (max-width:420px) { .hero-actions { align-items:flex-start; flex-direction:column; gap:20px; }.hero-visual { margin-left:10px; }.hero-image-frame { height:420px; }.hero-note { right:-6px; transform:scale(.9); transform-origin:right bottom; }.radar-mark { left:-55px; }.field-stats { grid-template-columns:1fr; }.field-stats div { display:grid; grid-template-columns:35px 1fr; align-items:center; }.footer-grid { grid-template-columns:1fr; }.footer-brand { grid-column:auto; } }

/* Hero F: la seguridad empieza en la entrada */
.hero-f { position:relative; width:100%; max-width:none; min-height:100dvh; margin:0; display:grid; grid-template-columns:.88fr 1.12fr; align-items:center; gap:clamp(2rem,6vw,5.5rem); padding:120px max(40px, calc((100vw - var(--max))/2)) 70px; overflow:hidden; background:var(--paper); color:var(--ink); }
.hero-f-copy { position:relative; z-index:2; }.hero-f-copy h1 { max-width:720px; color:var(--ink); font-size:clamp(5rem,8.6vw,8.7rem); }.hero-f-copy .hero-lede { max-width:390px; color:#6f6e68; }.hero-f-link { color:#686762; border-color:#999893; }.hero-f-media { position:relative; z-index:1; height:min(70vh, 610px); margin-right:48px; overflow:visible; }.hero-f-media>img { width:100%; height:100%; object-fit:cover; filter:grayscale(.7) contrast(1.2); }.hero-f-media:after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(17,17,17,.78),transparent 58%); }.hero-f-card { position:absolute; z-index:2; right:-30px; bottom:22px; width:174px; padding:17px; background:var(--red); color:var(--white); }.hero-f-card span { display:block; margin-bottom:28px; font-size:9px; font-weight:700; letter-spacing:.16em; }.hero-f-card strong { display:block; font:600 27px/.84 'Barlow Condensed',sans-serif; }.hero-f-card i { display:block; width:31px; height:1px; margin-top:27px; background:var(--white); }.hero-f-word { position:absolute; z-index:0; right:-10px; bottom:-21px; color:rgba(17,17,17,.055); font:700 18vw/.64 'Barlow Condensed',sans-serif; letter-spacing:-.09em; }.hero-f-edge { position:absolute; right:28px; bottom:57px; z-index:2; color:#77766f; font-size:9px; line-height:1.5; letter-spacing:.18em; text-align:right; writing-mode:vertical-rl; transform:rotate(180deg); }
@media (max-width:1000px) { .hero-f { grid-template-columns:1fr 1fr; gap:2rem; padding-inline:26px; }.hero-f-media { margin-right:20px; }.hero-f-edge { display:none; } }
@media (max-width:760px) { .hero-f { min-height:auto; grid-template-columns:1fr; gap:42px; padding:120px 20px 65px; }.hero-f-copy h1 { font-size:clamp(4.5rem,18vw,7rem); }.hero-f-copy .hero-lede { max-width:510px; }.hero-f-media { height:480px; margin:0 12px 0 22px; }.hero-f-card { right:-8px; bottom:17px; }.hero-f-word { right:-15px; bottom:86px; font-size:29vw; }.hero-f .hero-actions { align-items:flex-start; flex-direction:column; gap:20px; } }
@media (max-width:420px) { .hero-f-media { height:390px; margin-left:10px; }.hero-f-card { transform:scale(.92); transform-origin:right bottom; }.hero-f-copy h1 { font-size:clamp(4.3rem,18.3vw,6.2rem); } }

/* Hero F / mobile impact pass: imagen a sangre + CTA en primer pantallazo */
@media (max-width:760px) {
  .hero-f {
    min-height:680px;
    height:calc(100svh - 70px);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    gap:0;
    padding:92px 20px 30px;
    isolation:isolate;
    background:var(--ink);
    color:var(--white);
  }
  .hero-f-media {
    position:absolute;
    z-index:0;
    inset:0;
    width:100%;
    height:100%;
    margin:0;
    overflow:hidden;
  }
  .hero-f-media>img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:61% center;
    filter:grayscale(.64) contrast(1.22) brightness(.72);
  }
  .hero-f-media:after {
    background:linear-gradient(180deg,rgba(17,17,17,.16) 0%,rgba(17,17,17,.24) 31%,rgba(17,17,17,.94) 91%);
  }
  .hero-f-media:before {
    content:"";
    position:absolute;
    z-index:1;
    inset:22px 20px auto auto;
    width:42px;
    height:42px;
    border-top:1px solid rgba(255,255,255,.7);
    border-right:1px solid rgba(255,255,255,.7);
  }
  .hero-f-copy {
    width:min(100%,370px);
    margin-top:auto;
    padding:0 0 28px;
  }
  .hero-f-copy .eyebrow.dark {
    margin-bottom:21px;
    color:rgba(255,255,255,.78);
    font-size:9px;
  }
  .hero-f-copy h1 {
    max-width:360px;
    margin-bottom:20px;
    color:var(--white);
    font-size:clamp(4.35rem,18.4vw,6.6rem);
    line-height:.78;
    letter-spacing:-.055em;
    text-shadow:0 3px 22px rgba(0,0,0,.22);
  }
  .hero-f-copy .hero-lede {
    max-width:345px;
    margin-bottom:24px;
    color:rgba(255,255,255,.83);
    font-size:15px;
    line-height:1.55;
  }
  .hero-f .hero-actions {
    align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
    gap:16px 20px;
  }
  .hero-f .button-dark {
    min-height:54px;
    padding:0 19px;
    background:var(--red);
    box-shadow:0 11px 26px rgba(0,0,0,.22);
  }
  .hero-f .button-dark:hover { background:#ff3036; }
  .hero-f-link {
    align-self:center;
    color:rgba(255,255,255,.86);
    border-color:rgba(255,255,255,.44);
  }
  .hero-f-card {
    top:74px;
    right:20px;
    bottom:auto;
    width:148px;
    padding:15px;
    box-shadow:0 16px 35px rgba(0,0,0,.22);
  }
  .hero-f-card span { margin-bottom:22px; }
  .hero-f-card strong { font-size:24px; }
  .hero-f-card i { margin-top:22px; }
  .hero-f-word {
    right:-7px;
    bottom:24px;
    color:rgba(255,255,255,.09);
    font-size:30vw;
  }
  .hero-f-edge {
    display:block;
    top:27px;
    right:auto;
    bottom:auto;
    left:20px;
    color:rgba(255,255,255,.7);
    font-size:8px;
    letter-spacing:.16em;
    line-height:1.45;
    text-align:left;
    writing-mode:horizontal-tb;
    transform:none;
  }
}

@media (max-width:420px) {
  .hero-f { min-height:630px; padding-inline:16px; }
  .hero-f-copy { padding-bottom:20px; }
  .hero-f-copy h1 { font-size:clamp(4.05rem,18.2vw,6.15rem); }
  .hero-f-card { top:69px; right:16px; transform:none; }
  .hero-f-edge { left:16px; }
}

/* Entrada de marca + contacto persistente */
.site-preloader {
  position:fixed;
  z-index:100;
  inset:0;
  display:grid;
  place-items:center;
  background:var(--white);
  color:var(--ink);
  opacity:1;
  visibility:visible;
  animation:preloader-fallback 4.8s 1s forwards;
}
.preloader-core { display:grid; justify-items:center; gap:18px; transform:translateY(8px); animation:preloader-rise .75s ease-out both; }
.preloader-logo-wrap { width:min(180px,48vw); padding:8px; background:var(--white); border:1px solid rgba(17,17,17,.08); }
.preloader-logo-wrap img { width:100%; height:auto; filter:grayscale(1) contrast(1.25); }
.preloader-line { position:relative; display:block; width:112px; height:2px; overflow:hidden; background:rgba(17,17,17,.16); }
.preloader-line:after { content:""; position:absolute; inset:0 auto 0 0; width:42%; background:var(--red); animation:preloader-progress 1.1s cubic-bezier(.22,.61,.36,1) .15s both; }
.preloader-core p { margin:0; color:#686863; font-size:9px; font-weight:700; letter-spacing:.22em; }
.site-preloader.is-done { opacity:0; visibility:hidden; pointer-events:none; animation:none; transition:opacity .55s ease, visibility 0s linear .55s; }
@keyframes preloader-rise { from { opacity:0; transform:translateY(18px) scale(.97); } to { opacity:1; transform:none; } }
@keyframes preloader-progress { from { transform:translateX(-110%); } to { transform:translateX(250%); } }
@keyframes preloader-fallback { 0%,78% { opacity:1; visibility:visible; } 100% { opacity:0; visibility:hidden; pointer-events:none; } }

.floating-contact { position:fixed; z-index:25; right:24px; bottom:24px; display:flex; flex-direction:column; gap:8px; width:206px; }
.floating-contact-item { display:grid; grid-template-columns:32px 1fr auto; align-items:center; gap:10px; min-height:60px; padding:10px 13px; border:1px solid transparent; box-shadow:0 12px 28px rgba(0,0,0,.22); transition:transform .22s ease, background .22s ease, border-color .22s ease; }
.floating-contact-item:hover { transform:translateY(-3px); }
.floating-whatsapp { background:var(--red); color:var(--white); }
.floating-whatsapp:hover { background:#ff3036; }
.floating-phone { background:rgba(17,17,17,.94); border-color:rgba(255,255,255,.24); color:var(--white); backdrop-filter:blur(12px); }
.floating-phone:hover { border-color:rgba(255,255,255,.6); }
.floating-icon { display:grid; place-items:center; width:32px; height:32px; border:1px solid rgba(255,255,255,.5); }
.floating-icon svg { width:17px; height:17px; fill:currentColor; }
.floating-phone .floating-icon svg { fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.floating-copy { display:flex; flex-direction:column; min-width:0; line-height:1.05; }
.floating-copy small { margin-bottom:5px; font-size:8px; font-weight:700; letter-spacing:.15em; opacity:.72; }
.floating-copy strong { font:600 17px/1 'Barlow Condensed',sans-serif; letter-spacing:.02em; white-space:nowrap; }
.floating-arrow { align-self:start; font-size:18px; line-height:1; }
.floating-contact-item:focus-visible { outline:2px solid var(--white); outline-offset:3px; }

@media (max-width:760px) {
  .floating-contact { right:12px; bottom:max(12px, env(safe-area-inset-bottom)); left:12px; width:auto; flex-direction:row; gap:8px; }
  .floating-contact-item { flex:1 1 0; grid-template-columns:28px 1fr; gap:8px; min-width:0; min-height:58px; padding:9px 10px; }
  .floating-icon { width:28px; height:28px; }
  .floating-icon svg { width:15px; height:15px; }
  .floating-copy small { margin-bottom:4px; font-size:7px; letter-spacing:.1em; }
  .floating-copy strong { font-size:15px; }
  .floating-arrow { display:none; }
}

@media (prefers-reduced-motion:reduce) {
  .site-preloader { animation:none; transition:none; }
  .preloader-core,.preloader-line:after,.floating-contact-item { animation:none; transition:none; }
}
