/* Rimzai — estilos de producción */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html { --font-geist-sans: "Geist", Arial, Helvetica, sans-serif; -webkit-text-size-adjust: 100%; }
body, h1, h2, h3, p, blockquote, ol, ul { padding: 0; }
ol, ul { margin: 0; list-style: none; }
img { max-width: 100%; height: auto; }
input, button, select, textarea { border-radius: 0; }

:root {
  --red: #cc0000;
  --red-deep: #950000;
  --gold: #c79a3a;
  --ink: #101010;
  --muted: #68645f;
  --paper: #fbfaf7;
  --warm: #f4efe7;
  --line: #e7e1d8;
  --header-height: 82px;
  --shadow: 0 24px 70px rgba(30, 21, 13, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 0; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-height);
  transition: height .3s ease, background .3s ease, border-color .3s ease, color .3s ease;
}
.site-header.is-scrolled { background: rgba(251,250,247,.88); border-bottom: 1px solid rgba(17,17,17,.07); backdrop-filter: blur(18px); }
.site-header.on-dark { color: #fff; background: rgba(11,11,11,.88); border-bottom-color: rgba(255,255,255,.1); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; }
.wordmark-mark { width: 42px; height: 42px; }
.wordmark-type { display: inline-flex; align-items: center; gap: .22em; font-size: 20px; font-weight: 850; letter-spacing: 0; }
.wordmark-a { width: .68em; height: .78em; overflow: visible; color: var(--red); fill: currentColor; transform: translateY(.015em); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 720; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 12px 0; color: #5b5752; transition: color .2s ease; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--red); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a.active::after { right: 0; }
.site-nav > a.active { color: var(--ink); }
.site-header.on-dark .site-nav > a:not(.nav-cta) { color: #a9a39e; }
.site-header.on-dark .site-nav > a.active { color: #fff; }
.nav-cta { display: inline-flex; align-items: center; gap: 13px; padding: 11px 16px; border: 1px solid var(--gold); border-radius: 999px; transition: background .25s ease, color .25s ease, transform .25s ease; }
.nav-cta svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.nav-cta:hover { color: #fff; background: var(--gold); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; }
.menu-backdrop { display: none; }

.snap-section { position: relative; min-height: 100svh; scroll-snap-align: start; scroll-snap-stop: always; }
.section-shell { min-height: 100svh; padding: calc(var(--header-height) + 24px) 0 30px; display: flex; flex-direction: column; justify-content: flex-start; }

.hero { overflow: hidden; background: radial-gradient(circle at 71% 35%, rgba(204,0,0,.055), transparent 30%), linear-gradient(135deg, #fff 0 45%, #f7f3ec 100%); }
.hero-grid-lines, .contact-grid-lines { position: absolute; inset: 0; opacity: .42; pointer-events: none; background-image: linear-gradient(rgba(17,17,17,.036) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,17,.036) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right, transparent, #000 44%, #000); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 46% 54%; min-height: 100svh; padding-top: var(--header-height); align-items: center; }
.hero-copy { position: relative; z-index: 4; padding-bottom: 14px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--gold); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow span { width: 32px; height: 2px; background: var(--gold); }
h1 { max-width: 690px; margin: 0; font-size: clamp(58px, 5.35vw, 80px); font-weight: 790; line-height: .96; letter-spacing: -.055em; }
h1 em, h2 em, blockquote em { color: var(--red); font-family: inherit; font-style: normal; font-weight: 790; }
.hero-lead { max-width: 640px; margin: 27px 0 0; color: #55514d; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 22px; border-radius: 4px; font-size: 13px; font-weight: 780; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 18px 35px rgba(204,0,0,.18); }
.button-primary:hover { background: var(--red-deep); box-shadow: 0 20px 40px rgba(204,0,0,.26); }
.button-secondary { border: 1px solid var(--gold); background: rgba(255,255,255,.52); }
.button-secondary:hover { color: #fff; background: var(--gold); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: #77716b; font-size: 10px; font-weight: 760; text-transform: uppercase; letter-spacing: .12em; }
.hero-proof i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }
.hero-art { position: relative; min-height: min(650px, calc(100svh - 84px)); display: grid; place-items: center; }
.hero-halo { position: absolute; width: min(590px, 44vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 50% 45%, #fff 0 44%, #f6efe5 70%, rgba(247,243,236,.2) 71%); box-shadow: 0 38px 90px rgba(57,42,28,.1); }
.mark-disc { position: relative; z-index: 2; width: min(470px, 35vw); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(199,154,58,.22); border-radius: 50%; background: rgba(255,255,255,.43); box-shadow: inset 0 0 0 18px rgba(255,255,255,.28); }
.hero-mark { width: 76%; height: 76%; filter: drop-shadow(0 25px 30px rgba(156,0,0,.1)); }
.orbit { position: absolute; z-index: 3; border-radius: 50%; pointer-events: none; }
.orbit-one { width: min(690px, 52vw); height: min(380px, 29vw); border: 1px solid rgba(204,0,0,.22); transform: rotate(-22deg); animation: orbitPulse 9s ease-in-out infinite; }
.orbit-two { width: min(650px, 49vw); height: min(315px, 24vw); border: 1px solid rgba(199,154,58,.28); transform: rotate(26deg); }
.orbit-one i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 8px rgba(204,0,0,.07); }
.orbit-one i:nth-child(1) { left: 3%; top: 47%; }.orbit-one i:nth-child(2) { right: 15%; top: 4%; }.orbit-one i:nth-child(3) { right: 1%; bottom: 36%; background: var(--gold); }
.floating-proof { position: absolute; z-index: 5; display: flex; align-items: center; gap: 13px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.75); border-radius: 13px; background: rgba(255,255,255,.88); box-shadow: 0 16px 44px rgba(17,17,17,.1); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }
.floating-proof p { margin: 0; color: #625e59; font-size: 12px; line-height: 1.4; }.floating-proof b { color: var(--ink); font-size: 12px; }
.proof-product { left: 2%; top: 25%; }.proof-product strong { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: var(--red); font-size: 10px; }
.proof-origin { right: 0; bottom: 18%; animation-delay: -2s; }
.signal { width: 38px; height: 38px; display: flex; align-items: end; justify-content: center; gap: 3px; padding-bottom: 10px; border-radius: 50%; background: var(--ink); }
.signal i { width: 3px; border-radius: 4px; background: var(--gold); }.signal i:nth-child(1) { height: 7px; }.signal i:nth-child(2) { height: 15px; }.signal i:nth-child(3) { height: 10px; }
.scroll-cue { position: absolute; z-index: 5; left: 50%; bottom: 19px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #8a857f; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .15em; transform: translateX(-50%); }
.scroll-cue i { position: relative; width: 1px; height: 24px; overflow: hidden; background: #cfc8bd; }
.scroll-cue i::after { content: ""; position: absolute; inset: -100% 0 auto; height: 100%; background: var(--red); animation: scrollLine 2s ease-in-out infinite; }

.compact-heading { display: grid; grid-template-columns: 1.06fr .74fr; align-items: end; gap: 70px; margin-bottom: 22px; }
.section-kicker { margin: 0 0 12px; color: var(--red); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; }
.compact-heading h2, .about h2 { margin: 0; font-size: clamp(42px, 3.8vw, 58px); line-height: .98; letter-spacing: -.05em; font-weight: 760; }
.compact-heading > p { max-width: 540px; margin: 0 0 2px; color: #5b5753; font-size: 16px; line-height: 1.55; }

.ecosystem { overflow: hidden; background: #fff; }
.product-stage { min-height: 390px; height: calc(100svh - var(--header-height) - 210px); display: grid; grid-template-columns: minmax(0, 1.68fr) minmax(350px, .82fr); gap: 16px; }
.cantemos-feature { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.04fr .76fr; min-width: 0; border-radius: 22px; color: #fff; background: linear-gradient(138deg, #d60000 0%, #b00000 59%, #740000 100%); box-shadow: 0 24px 55px rgba(151,0,0,.22); }
.cantemos-feature::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(to right, transparent, #000); }
.cantemos-copy { position: relative; z-index: 3; padding: 28px 0 26px 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.live-label, .product-state { display: inline-flex; align-items: center; gap: 8px; }
.live-label { margin-bottom: 12px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.11); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.live-label i, .product-state i { width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.1); }
.product-overline { margin: 0 0 3px; color: rgba(255,255,255,.57); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.cantemos-copy h3 { margin: 0; font-size: clamp(44px, 4vw, 62px); line-height: 1; letter-spacing: -.055em; }
.cantemos-subtitle { margin: 8px 0 0; color: #fff; font-family: inherit; font-size: 17px; font-style: normal; font-weight: 720; }
.cantemos-description { max-width: 510px; margin: 14px 0; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.48; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.feature-pills span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; color: rgba(255,255,255,.9); font-size: 10px; font-weight: 700; }
.play-button { min-width: 220px; min-height: 51px; display: grid; grid-template-columns: 27px 1fr 16px; align-items: center; gap: 10px; padding: 8px 13px; border-radius: 8px; color: #fff; background: #101010; box-shadow: 0 15px 30px rgba(0,0,0,.2); transition: transform .25s ease, background .25s ease; }
.play-button:hover { background: #000; transform: translateY(-2px); }
.play-button small, .play-button strong { display: block; }.play-button small { font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.play-button strong { font-size: 16px; line-height: 1.1; }
.play-button > svg:last-child { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cantemos-proof { position: relative; z-index: 3; display: flex; align-items: center; justify-content: center; min-width: 0; }
.cantemos-real-visual { position: relative; overflow: hidden; height: calc(100% - 24px); aspect-ratio: 941 / 1672; max-width: calc(100% - 24px); align-self: flex-end; border: 1px solid rgba(255,255,255,.48); border-radius: 20px 20px 0 0; background: #fff8ef; box-shadow: 0 26px 55px rgba(42,0,0,.32); transition: transform .3s ease, box-shadow .3s ease; }
.cantemos-real-visual:hover { transform: translateY(-5px); box-shadow: 0 32px 65px rgba(42,0,0,.38); }
.cantemos-real-visual img { object-fit: cover; object-position: center top; }
.app-device { width: 180px; height: calc(100% + 70px); max-height: 620px; margin-top: 52px; padding: 8px; border: 1px solid rgba(255,255,255,.45); border-radius: 28px; background: #171717; box-shadow: 0 25px 55px rgba(40,0,0,.34); transform: rotate(5deg); }
.device-speaker { width: 55px; height: 5px; margin: 3px auto 7px; border-radius: 99px; background: #333; }
.device-screen { height: calc(100% - 15px); overflow: hidden; padding: 16px 12px 0; border-radius: 20px; color: var(--ink); background: #fff; }
.cantemos-brand { display: flex; align-items: center; gap: 8px; }
.cantemos-brand > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: #fff; background: var(--red); font-family: Georgia, serif; font-size: 22px; font-weight: 800; }
.cantemos-brand strong, .cantemos-brand small { display: block; }.cantemos-brand strong { font-size: 9px; letter-spacing: .09em; }.cantemos-brand small { margin-top: 2px; color: #8d8882; font-size: 5px; }
.song-lines { display: grid; gap: 10px; margin-top: 26px; }
.song-lines i { height: 8px; border-radius: 3px; background: #eeeae4; }.song-lines i:nth-child(1) { width: 75%; background: rgba(204,0,0,.2); }.song-lines i:nth-child(3) { width: 85%; }.song-lines i:nth-child(4) { width: 68%; }.song-lines i:nth-child(5) { width: 90%; }
.app-tabs { display: flex; justify-content: space-around; margin: 35px -12px 0; padding: 11px; border-top: 1px solid #eee; color: #999; font-size: 14px; }.app-tabs span:nth-child(2) { color: var(--red); }
.qr-card { position: absolute; right: 10px; bottom: 13px; display: grid; justify-items: center; gap: 4px; padding: 7px; border-radius: 10px; color: var(--ink); background: #fff; box-shadow: 0 12px 32px rgba(48,0,0,.25); transform: rotate(-2deg); transition: transform .25s ease; }
.qr-card:hover { transform: rotate(0) translateY(-2px); }.qr-card img { width: 78px; height: 78px; }.qr-card span { font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.cantemos-orbit { position: absolute; z-index: 1; width: 500px; height: 230px; right: -180px; top: 55px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; transform: rotate(-30deg); box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.product-stack { min-width: 0; overflow: hidden; display: grid; grid-template-rows: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.compact-product { position: relative; overflow: hidden; min-height: 0; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 15px; padding: 15px 18px; border: 0; border-radius: 0; background: transparent; transition: background .25s ease, padding .25s ease; }
.compact-product + .compact-product { border-top: 1px solid var(--line); }
a.compact-product:hover { z-index: 2; padding-left: 23px; background: #fff; }
.compact-product > svg { width: 17px; fill: none; stroke: var(--red); stroke-width: 1.8; }
.compact-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; }
.product-mark { position: relative; overflow: hidden; box-shadow: 0 10px 25px rgba(32,23,14,.11); }
.product-mark::after { content: ""; position: absolute; width: 32px; height: 32px; right: -15px; bottom: -15px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.product-mark svg { position: relative; z-index: 2; width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.product-mark-textos { color: #805711; background: linear-gradient(145deg, #f9e7bc, #d7a849); }
.product-mark-afinemos { color: #fff; background: linear-gradient(145deg, #e00000, #8f0000); }
.product-mark-toquemos { color: #e9b348; background: linear-gradient(145deg, #242424, #090909); }
.product-mark-toquemos svg { stroke-width: 2.5; }
.product-state { margin-bottom: 5px; color: #76716b; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.product-state i { width: 5px; height: 5px; background: var(--gold); box-shadow: none; }.product-state.live i { background: #2a9b63; }
.compact-product h3 { margin: 0; font-size: 21px; line-height: 1.08; letter-spacing: -.03em; }
.compact-product p { margin: 6px 0 0; color: #5f5a55; font-size: 13px; line-height: 1.35; }
.coming-index { align-self: start; color: #9f9891; font-size: 10px; font-weight: 800; }

.services { overflow: hidden; color: #fff; background: radial-gradient(circle at 7% 92%, rgba(204,0,0,.2), transparent 31%), radial-gradient(circle at 93% 8%, rgba(199,154,58,.08), transparent 25%), #0c0c0d; }
.services-layout { min-height: 100svh; display: grid; grid-template-columns: minmax(370px, .78fr) minmax(560px, 1.22fr); align-items: center; gap: clamp(38px, 5vw, 76px); padding-top: calc(var(--header-height) + 18px); padding-bottom: 22px; }
.services-heading { display: flex; flex-direction: column; align-items: stretch; }
.services-heading h2 { max-width: 600px; margin: 0; font-size: clamp(44px, 4.2vw, 62px); line-height: .98; letter-spacing: -.055em; }
.services-summary { display: grid; gap: 14px; margin-top: 23px; }
.services-summary p { max-width: 500px; margin: 0; color: #b9b4af; font-size: 16px; line-height: 1.5; }
.services-cta { min-height: 49px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: #fff; background: rgba(255,255,255,.055); font-size: 14px; font-weight: 800; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.services-cta:hover { border-color: var(--red); background: var(--red); transform: translateY(-2px); }.services-cta svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.services-catalog { min-width: 0; overflow: hidden; border: 1px solid #34302d; border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.service-card { position: relative; min-height: 91px; display: grid; grid-template-columns: 30px 42px 1fr; align-items: center; gap: 16px; padding: 16px 20px; color: #fff; background: transparent; transition: background .3s ease, padding .3s ease; }
.service-card + .service-card { border-top: 1px solid #34302d; }
.service-card:hover { padding-left: 25px; background: rgba(255,255,255,.055); }
.service-mobile { background: linear-gradient(90deg, rgba(204,0,0,.2), transparent 70%); }
.service-number { align-self: start; padding-top: 2px; color: var(--red); font-size: 11px; font-weight: 850; }
.service-card > svg { width: 35px; height: 35px; fill: none; stroke: var(--gold); stroke-width: 1.35; }
.service-card h3 { margin: 0; font-size: 20px; line-height: 1.1; letter-spacing: -.03em; }
.service-card p { max-width: 520px; margin: 5px 0 0; color: #aaa5a0; font-size: 13px; line-height: 1.4; }
.services-process { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; margin: 24px 0 0; padding: 19px 0 0; border-top: 1px solid #302d2b; list-style: none; }
.services-process li { display: grid; grid-template-columns: 28px 1fr; gap: 7px; }
.services-process li > span { color: var(--red); font-size: 10px; font-weight: 850; }.services-process strong, .services-process small { display: block; }.services-process strong { font-size: 14px; }.services-process small { margin-top: 3px; color: #85807b; font-size: 11px; }

.about { overflow: hidden; background: radial-gradient(circle at 23% 45%, rgba(199,154,58,.08), transparent 28%), linear-gradient(135deg, #fbfaf7, #fff); }
.about-grid { min-height: 100svh; display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 90px; padding-top: var(--header-height); }
.about-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.about-disc { position: relative; z-index: 2; width: min(470px, 37vw); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 42% 37%, #fff 0 22%, #f2ece2 74%); box-shadow: 0 32px 80px rgba(54,40,28,.11); }
.about-mark { width: 76%; height: 76%; filter: drop-shadow(0 22px 28px rgba(204,0,0,.1)); }
.about-orbit { position: absolute; z-index: 3; border-radius: 50%; pointer-events: none; }
.about-orbit.orbit-a { width: 540px; height: 285px; border: 1px solid rgba(204,0,0,.24); transform: rotate(-25deg); }
.about-orbit.orbit-b { width: 490px; height: 250px; border: 1px solid rgba(199,154,58,.35); transform: rotate(27deg); }
.origin-card { position: absolute; z-index: 4; right: -4px; bottom: 42px; display: flex; align-items: center; gap: 14px; padding: 15px 19px; border: 1px solid #fff; border-radius: 13px; background: rgba(255,255,255,.88); box-shadow: 0 18px 45px rgba(17,17,17,.11); backdrop-filter: blur(10px); }
.origin-card strong { color: var(--red); font-family: inherit; font-size: 38px; }.origin-card p { margin: 0; color: #5f5a55; font-size: 12px; line-height: 1.45; }
.about-product-card { position: absolute; z-index: 4; left: 3%; top: 66px; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(199,154,58,.25); border-radius: 12px; color: #fff; background: #111; box-shadow: 0 18px 42px rgba(17,17,17,.15); }
.about-product-card strong { color: var(--gold); font-size: 29px; }.about-product-card p { margin: 0; color: #c5bfba; font-size: 11px; line-height: 1.4; }
.origin-stamp { position: absolute; left: 7%; bottom: 23px; display: flex; align-items: center; gap: 8px; color: #9e9891; font-size: 8px; font-weight: 850; letter-spacing: .18em; }.origin-stamp span { width: 30px; height: 1px; background: var(--gold); }
.about-copy h2 { margin: 14px 0 23px; max-width: 720px; }
.about-copy > p:not(.section-kicker) { max-width: 680px; margin: 0 0 12px; color: #5a5651; font-size: 16px; line-height: 1.6; }
.about-copy .about-lead { color: #292724; font-size: 18px; }
.about-copy .about-note { display: flex; align-items: center; gap: 9px; margin: 16px 0 0; color: #5e5954; font-size: 14px; font-weight: 700; }.about-note span { flex: 0 0 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(204,0,0,.08); }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 680px; overflow: hidden; margin-top: 21px; border-radius: 14px; color: #fff; background: #111; box-shadow: 0 18px 45px rgba(17,17,17,.1); }
.about-facts > div { display: grid; gap: 3px; padding: 16px 18px; }.about-facts > div + div { border-left: 1px solid #302d2b; }.about-facts strong { color: var(--gold); font-size: 20px; }.about-facts span { color: #b7b1ac; font-size: 11px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 680px; margin-top: 14px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principles > div { display: grid; grid-template-columns: 30px 1fr; gap: 2px 8px; padding: 13px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles span { grid-row: 1 / 3; color: var(--red); font-size: 10px; font-weight: 850; }.principles strong { font-size: 14px; }.principles small { color: #66615c; font-size: 11px; }
.about-copy blockquote { max-width: 700px; margin: 16px 0 0; padding-left: 16px; border-left: 3px solid var(--gold); color: #272522; font-family: inherit; font-size: 19px; font-weight: 650; line-height: 1.38; }

.contact { min-height: 100svh; overflow: hidden; color: #fff; background: #0e0e0e; }
.contact-grid-lines { opacity: .16; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); mask-image: linear-gradient(to left, transparent, #000 58%, #000); }
.contact-grid { position: relative; z-index: 3; min-height: calc(100svh - 58px); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; padding-top: var(--header-height); padding-bottom: 24px; }
.section-kicker-light { color: var(--gold); }
.contact h2 { max-width: 680px; margin: 16px 0 24px; font-size: clamp(48px, 4.8vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 760; }
.contact h2 em { color: var(--gold); }
.contact-copy > p:not(.section-kicker) { max-width: 580px; margin: 0; color: #bcb6b0; font-size: 16px; line-height: 1.65; }
.contact-actions { display: grid; gap: 14px; max-width: 470px; margin-top: 30px; }
.whatsapp-button { display: grid; grid-template-columns: 40px 1fr 17px; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid #3b3835; border-radius: 13px; background: rgba(255,255,255,.04); transition: border .25s ease, background .25s ease, transform .25s ease; }
.whatsapp-button:hover { border-color: #39b772; background: rgba(57,183,114,.08); transform: translateY(-2px); }
.whatsapp-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; background: #20a963; font-size: 22px; transform: rotate(-25deg); }
.whatsapp-button small, .whatsapp-button strong { display: block; }.whatsapp-button small { color: #8f8983; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }.whatsapp-button strong { margin-top: 3px; font-size: 15px; }
.whatsapp-button svg, .email-link svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.email-link { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: #c0bab4; font-size: 14px; border-bottom: 1px solid #57524e; padding-bottom: 4px; }
.contact-form { display: grid; gap: 15px; padding: 28px; border: 1px solid #37332f; border-radius: 20px; background: rgba(255,255,255,.045); box-shadow: 0 28px 80px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 13px; border-bottom: 1px solid #302d2a; }.form-heading span { font-size: 19px; font-weight: 760; }.form-heading small { max-width: 240px; color: #8e8882; font-size: 11px; line-height: 1.4; text-align: right; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; color: #e0dbd5; font-size: 12px; font-weight: 720; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #49443f; border-radius: 8px; outline: 0; color: #fff; background: #191919; padding: 13px 14px; font-size: 14px; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(199,154,58,.12); }
.contact-form textarea { min-height: 92px; resize: vertical; }.contact-form option { background: #191919; }
.form-button { width: 100%; min-height: 47px; border: 0; color: #fff; background: var(--red); cursor: pointer; }.form-button:hover { background: #e00000; }
.form-note { margin: -5px 0 0; color: #85807b; font-size: 10px; line-height: 1.45; text-align: center; }
.form-note.is-error { color: #ff9c9c; }
.contact-form :disabled { opacity: .72; cursor: not-allowed; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; pointer-events: none !important; }
.contact-orbit { position: absolute; z-index: 1; border: 1px solid rgba(199,154,58,.13); border-radius: 50%; }.contact-orbit-a { width: 900px; height: 410px; left: -340px; bottom: -250px; transform: rotate(16deg); }.contact-orbit-b { width: 720px; height: 310px; right: -260px; top: -155px; border-color: rgba(204,0,0,.17); transform: rotate(-23deg); }
.site-footer { position: absolute; z-index: 5; inset: auto 0 0; height: 58px; border-top: 1px solid #282522; background: rgba(8,8,8,.82); }
.footer-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #8f8983; font-size: 11px; }
.site-footer .wordmark-mark { width: 29px; height: 29px; }.site-footer .wordmark-type { color: #fff; font-size: 13px; }.footer-inner p { margin: 0; }.footer-inner > p span { color: var(--red); }

.back-to-top { position: fixed; z-index: 45; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(199,154,58,.72); border-radius: 50%; color: #fff; background: rgba(16,16,16,.92); box-shadow: 0 14px 35px rgba(17,17,17,.22); backdrop-filter: blur(10px); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px) scale(.92); transition: opacity .22s ease, transform .22s ease, color .2s ease, background .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.back-to-top:hover { color: #fff; background: var(--red); transform: translateY(-2px) scale(1); }
.back-to-top svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal-delay-1 { transition-delay: 90ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes orbitPulse { 0%,100% { transform: rotate(-22deg) scale(1); } 50% { transform: rotate(-20deg) scale(1.015); } }
@keyframes scrollLine { 0% { top: -100%; } 65%,100% { top: 100%; } }

@media (min-width: 901px) and (min-height: 580px) {
  html { scroll-snap-type: y mandatory; }
}

@media (max-width: 1140px) {
  .shell { width: min(100% - 56px, 1050px); }
  .site-nav { gap: 25px; }
  h1 { font-size: clamp(54px, 5.5vw, 70px); }
  .hero-grid { grid-template-columns: 49% 51%; }
  .hero-halo { width: 46vw; }.mark-disc { width: 38vw; }
  .product-stage { grid-template-columns: minmax(0, 1.5fr) minmax(300px, .8fr); }
  .cantemos-feature { grid-template-columns: 1fr .66fr; }
  .qr-card { display: none; }
  .services-layout { grid-template-columns: minmax(340px, .78fr) minmax(500px, 1.22fr); gap: 34px; }
  .service-card { padding: 16px; }
  .about-grid { gap: 55px; }
  .about-orbit.orbit-a { width: 490px; }.about-orbit.orbit-b { width: 440px; }
  .contact-grid { gap: 55px; }
}

@media (min-width: 901px) and (max-height: 760px) {
  :root { --header-height: 70px; }
  .wordmark-mark { width: 38px; height: 38px; }.wordmark-type { font-size: 18px; }
  .hero-grid { min-height: 100svh; }
  h1 { font-size: clamp(50px, 5vw, 68px); }
  .eyebrow { margin-bottom: 15px; }.hero-lead { margin-top: 18px; font-size: 16px; line-height: 1.5; }.hero-actions { margin-top: 20px; }.button { min-height: 48px; }.hero-proof { margin-top: 18px; }
  .hero-art { min-height: calc(100svh - 70px); }.hero-halo { width: min(500px, 39vw); }.mark-disc { width: min(400px, 31vw); }
  .proof-product { top: 18%; }.proof-origin { bottom: 10%; }.scroll-cue { bottom: 10px; }
  .section-shell { padding: calc(var(--header-height) + 18px) 0 20px; }
  .compact-heading { margin-bottom: 15px; }.section-kicker { margin-bottom: 7px; font-size: 10px; }.compact-heading h2, .about h2 { font-size: clamp(38px, 3.2vw, 46px); }.compact-heading > p { font-size: 14px; line-height: 1.45; }
  .product-stage { min-height: 0; height: min(59vh, 365px); }
  .cantemos-copy { padding: 19px 0 18px 23px; }.live-label { margin-bottom: 8px; }.cantemos-copy h3 { font-size: 48px; }.cantemos-description { margin: 9px 0; font-size: 14px; }.feature-pills { margin-bottom: 9px; }.play-button { min-height: 46px; }
  .cantemos-real-visual { height: calc(100% - 15px); }.qr-card img { width: 65px; height: 65px; }
  .compact-product { grid-template-columns: 48px 1fr auto; gap: 11px; padding: 11px 13px; }.compact-mark { width: 43px; height: 43px; font-size: 18px; }.compact-product h3 { font-size: 18px; }.compact-product p { font-size: 13px; }
  .services-layout { padding-top: calc(var(--header-height) + 14px); padding-bottom: 15px; }.services-heading h2 { font-size: clamp(40px, 3.5vw, 50px); }.services-summary { gap: 10px; margin-top: 15px; }.services-summary p { font-size: 14px; }.services-cta { min-height: 42px; }.service-card { min-height: 77px; padding: 10px 14px; }.service-card > svg { width: 29px; height: 29px; }.service-card h3 { font-size: 18px; }.service-card p { margin-top: 4px; font-size: 13px; line-height: 1.32; }.services-process { gap: 9px 12px; margin-top: 14px; padding-top: 12px; }.services-process strong { font-size: 13px; }.services-process small { font-size: 10px; }
  .about-grid { min-height: 100svh; }.about-visual { min-height: 410px; }.about-disc { width: min(390px, 31vw); }.about-orbit.orbit-a { width: 440px; height: 230px; }.about-orbit.orbit-b { width: 400px; height: 210px; }.origin-card { right: 0; bottom: 21px; }.origin-stamp { bottom: 10px; }
  .about-product-card { top: 42px; }.about-copy h2 { margin: 10px 0 14px; }.about-copy > p:not(.section-kicker) { margin-bottom: 7px; font-size: 14px; line-height: 1.45; }.about-copy .about-lead { font-size: 15px; }.about-copy .about-note { margin-top: 10px; font-size: 13px; }.about-facts { margin-top: 13px; }.about-facts > div { padding: 11px 13px; }.principles { margin-top: 10px; }.principles > div { padding: 9px 11px; }.principles small { font-size: 10px; }.about-copy blockquote { margin-top: 11px; font-size: 16px; }
  .contact-grid { min-height: calc(100svh - 48px); padding-bottom: 13px; }.contact h2 { margin: 11px 0 16px; font-size: clamp(42px, 4.1vw, 58px); }.contact-copy > p:not(.section-kicker) { font-size: 14px; line-height: 1.55; }.contact-actions { margin-top: 20px; }.whatsapp-button { padding: 10px 13px; }
  .contact-form { gap: 10px; padding: 20px; }.form-heading { padding-bottom: 9px; }.contact-form input, .contact-form select, .contact-form textarea { padding: 10px 11px; }.contact-form textarea { min-height: 70px; }.form-button { min-height: 43px; }.site-footer { height: 48px; }
}

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  html { scroll-snap-type: none; }
  .shell { width: min(100% - 40px, 760px); }
  .site-header, .site-header.is-scrolled { background: rgba(251,250,247,.97); border-bottom: 1px solid rgba(17,17,17,.07); backdrop-filter: none; }
  .site-header.on-dark { background: rgba(251,250,247,.96); color: var(--ink); }
  .site-header.on-dark .menu-toggle span:not(.sr-only) { background: var(--ink); }
  .header-inner .wordmark { position: relative; z-index: 70; }
  .menu-toggle { position: relative; z-index: 71; width: 44px; height: 44px; display: grid; align-content: center; justify-content: center; gap: 6px; padding: 8px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 25px; height: 2px; background: var(--ink); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only):first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .menu-backdrop { position: fixed; inset: var(--header-height) 0 0; z-index: 58; display: block; border: 0; padding: 0; background: rgba(17,15,13,.28); opacity: 0; pointer-events: none; transition: opacity .22s ease; backdrop-filter: blur(2px); }
  .menu-backdrop.is-open { opacity: 1; pointer-events: auto; }
  .site-nav { position: fixed; inset: calc(var(--header-height) + 10px) 12px auto auto; z-index: 60; width: min(310px, calc(100vw - 28px)); max-height: calc(100dvh - var(--header-height) - 24px); overflow-y: auto; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 10px 14px 14px; border: 1px solid rgba(17,17,17,.08); border-radius: 18px; color: var(--ink); background: rgba(251,250,247,.98); box-shadow: 0 24px 70px rgba(17,14,11,.24); font-size: 18px; opacity: 0; pointer-events: none; transform: translateY(-9px) scale(.97); transform-origin: top right; transition: opacity .2s ease, transform .24s cubic-bezier(.2,.7,.2,1); }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }.site-nav > a:not(.nav-cta), .site-header.on-dark .site-nav > a:not(.nav-cta) { width: 100%; padding: 12px 5px; border-bottom: 1px solid var(--line); color: var(--ink); }.site-nav > a:not(.nav-cta)::after { display: none; }.site-header.on-dark .site-nav > a.active { color: var(--red); }.site-nav > a.active { color: var(--red); }.nav-cta { width: 100%; min-height: 46px; justify-content: space-between; margin-top: 10px; padding-inline: 14px; font-size: 14px; }
  .menu-open .site-header { background: rgba(251,250,247,.98); border-bottom-color: rgba(17,17,17,.07); }.menu-open .wordmark { color: var(--ink); }
  .snap-section { min-height: auto; }
  .section-shell { min-height: 0; padding: 105px 0 74px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 120px; }
  .hero-copy { max-width: 700px; }.hero-art { min-height: 520px; }.hero-halo { width: min(530px, 76vw); }.mark-disc { width: min(430px, 62vw); }.orbit-one { width: min(650px, 88vw); height: min(350px, 48vw); }.orbit-two { width: min(600px, 82vw); height: min(310px, 43vw); }
  .proof-product { left: 5%; }.proof-origin { right: 5%; }.scroll-cue { display: none; }
  .compact-heading { grid-template-columns: 1fr; gap: 18px; }.compact-heading > p { max-width: 700px; }
  .product-stage { height: auto; grid-template-columns: 1fr; }.cantemos-feature { min-height: 500px; }.product-stack { grid-template-rows: none; grid-template-columns: repeat(3, 1fr); }.compact-product { min-height: 220px; grid-template-columns: 1fr; align-content: start; }.compact-product + .compact-product { border-top: 0; border-left: 1px solid var(--line); }.compact-product > svg, .coming-index { position: absolute; right: 16px; top: 16px; }
  .services-layout { min-height: 0; grid-template-columns: 1fr; align-items: start; gap: 34px; padding: 104px 0 75px; }.services-heading { max-width: 700px; }.services-summary { justify-items: start; }.services-cta { min-width: 260px; }.services-catalog { width: 100%; }.service-card { min-height: 100px; }.services-process { max-width: 650px; }
  .about-grid { min-height: 0; grid-template-columns: 1fr; gap: 35px; padding: 104px 0 70px; }.about-copy { order: 1; }.about-visual { order: 2; min-height: 500px; }.about-disc { width: min(470px, 65vw); }.about-copy > p:not(.section-kicker), .about-copy .about-lead { max-width: 720px; }.about-facts, .principles { max-width: none; }
  .contact { padding-bottom: 58px; }.contact-grid { min-height: 0; grid-template-columns: 1fr; gap: 45px; padding: 110px 0 75px; }.contact-copy { max-width: 700px; }.contact-form { max-width: 700px; width: 100%; }.site-footer { height: 58px; }
}

@media (max-width: 620px) {
  :root { --header-height: 68px; }
  .shell { width: calc(100% - 28px); }
  .wordmark-mark { width: 35px; height: 35px; }.wordmark-type { font-size: 16px; }.site-nav { inset: calc(var(--header-height) + 8px) 10px auto auto; width: min(292px, calc(100vw - 24px)); padding: 8px 12px 12px; border-radius: 16px; font-size: 17px; }.site-nav > a:not(.nav-cta) { padding: 10px 4px; }.nav-cta { min-height: 44px; margin-top: 8px; }
  .hero-grid { padding-top: 86px; }
  h1 { font-size: clamp(40px, 12.2vw, 52px); line-height: .95; }
  .eyebrow { margin-bottom: 13px; font-size: 9px; }.hero-lead { margin-top: 17px; font-size: 14px; line-height: 1.5; }.hero-actions { flex-direction: column; align-items: stretch; gap: 8px; margin-top: 18px; }.button { width: 100%; min-height: 48px; }.hero-proof { margin-top: 14px; }
  .hero-art { min-height: 276px; }.hero-halo { width: 292px; }.mark-disc { width: 238px; }.orbit-one { width: 330px; height: 182px; }.orbit-two { width: 300px; height: 161px; }.floating-proof { gap: 8px; padding: 7px 9px; }.floating-proof p, .floating-proof b { font-size: 8px; }.proof-product { left: 0; top: 15%; }.proof-origin { right: 0; bottom: 5%; }.signal, .proof-product strong { width: 28px; height: 28px; }
  .section-shell { padding: 72px 0 36px; }.compact-heading { gap: 9px; margin-bottom: 14px; }.compact-heading h2, .about h2 { font-size: 34px; }.compact-heading > p { font-size: 13px; line-height: 1.45; }
  .cantemos-feature { min-height: 0; grid-template-columns: 1fr; border-radius: 18px; }.cantemos-copy { padding: 18px 18px 15px; justify-content: flex-start; }.live-label { margin-bottom: 9px; padding: 6px 9px; }.product-overline { display: none; }.cantemos-copy h3 { font-size: 40px; }.cantemos-subtitle { margin-top: 5px; font-size: 15px; line-height: 1.25; }.cantemos-description { display: none; }.feature-pills { margin: 11px 0; }.feature-pills span { padding: 5px 7px; font-size: 8px; }.play-button { width: 100%; min-width: 0; min-height: 47px; }
  .cantemos-proof { height: 188px; align-items: end; padding: 0 16px; }.cantemos-real-visual { width: 100%; height: 176px; max-width: none; aspect-ratio: auto; border-radius: 14px 14px 0 0; }.cantemos-real-visual img { object-position: center 40%; }.qr-card { display: none; }
  .product-stack { grid-template-columns: 1fr; }.compact-product { min-height: 104px; grid-template-columns: 46px 1fr auto; align-content: center; gap: 10px; padding: 11px 12px; }.compact-product .compact-mark { width: 43px; height: 43px; border-radius: 12px; }.product-mark svg { width: 27px; height: 27px; }.compact-product > svg, .coming-index { position: static; }.compact-product h3 { font-size: 18px; }.compact-product p { margin-top: 4px; font-size: 11px; line-height: 1.3; }.product-state { margin-bottom: 3px; font-size: 8px; }
  .product-stack { grid-template-columns: 1fr; }.compact-product + .compact-product { border-top: 1px solid var(--line); border-left: 0; }
  .services-layout { gap: 19px; padding: 76px 0 36px; }.services-heading h2 { font-size: 34px; }.services-summary { width: 100%; margin-top: 12px; gap: 10px; }.services-summary p { font-size: 13px; }.services-cta { width: 100%; min-width: 0; min-height: 46px; }.services-process { grid-template-columns: 1fr 1fr; gap: 9px 7px; margin-top: 13px; padding-top: 13px; }.services-process li { grid-template-columns: 21px 1fr; gap: 4px; }.services-process strong { font-size: 12px; }.services-process small { margin-top: 1px; font-size: 9px; }.services-catalog { border-radius: 17px; }.service-card { min-height: 78px; grid-template-columns: 20px 30px 1fr; gap: 8px; padding: 9px 10px; }.service-card:hover { padding-left: 10px; }.service-card h3 { font-size: 16px; }.service-card p { margin-top: 3px; font-size: 11px; line-height: 1.3; }.service-card > svg { width: 27px; height: 27px; }.service-number { font-size: 9px; }
  .about-grid { gap: 14px; padding: 76px 0 34px; }.about-copy h2 { margin: 8px 0 11px; }.about-copy .about-lead { margin-bottom: 8px; font-size: 13px; line-height: 1.45; }.about-copy .about-note { margin-top: 10px; font-size: 11px; }.about-facts { grid-template-columns: repeat(3, 1fr); margin-top: 14px; border-radius: 11px; }.about-facts > div { min-width: 0; padding: 10px 8px; }.about-facts > div + div { border-left: 1px solid #302d2b; }.about-facts > div:last-child { grid-column: auto; border-top: 0; border-left: 1px solid #302d2b; }.about-facts strong { font-size: 17px; }.about-facts span { font-size: 8px; line-height: 1.25; }.principles { grid-template-columns: 1fr; margin-top: 9px; }.principles > div { padding: 8px 10px; }.principles strong { font-size: 13px; }.principles small { font-size: 10px; }.about-copy blockquote { margin-top: 10px; font-size: 15px; }.about-visual { min-height: 246px; }.about-disc { width: 212px; }.about-orbit.orbit-a { width: 278px; height: 145px; }.about-orbit.orbit-b { width: 252px; height: 132px; }.origin-card { right: 0; bottom: 0; gap: 8px; padding: 7px 9px; }.origin-card strong { font-size: 24px; }.origin-card p { font-size: 8px; }.about-product-card { left: 0; top: 8px; gap: 7px; padding: 7px 9px; }.about-product-card strong { font-size: 20px; }.about-product-card p { font-size: 8px; }.origin-stamp { display: none; }
  .contact { padding-bottom: 72px; }.contact-grid { gap: 28px; padding: 82px 0 42px; }.contact h2 { margin: 10px 0 16px; font-size: 40px; }.contact-copy > p:not(.section-kicker) { font-size: 14px; line-height: 1.5; }.contact-actions { gap: 10px; margin-top: 20px; }.contact-form { gap: 11px; padding: 18px 15px; }.form-heading { display: grid; gap: 5px; }.form-heading small { max-width: none; text-align: left; }.field-row { grid-template-columns: 1fr; gap: 11px; }.contact-form input, .contact-form select, .contact-form textarea { padding: 11px 12px; }.contact-form textarea { min-height: 78px; }.site-footer { height: 72px; }.footer-inner { justify-content: center; flex-wrap: wrap; gap: 4px 16px; padding: 8px 0; text-align: center; }.footer-inner > p:last-child { width: 100%; }
  .back-to-top { right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; scroll-snap-type: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Adaptaciones para la edición estática */
.cantemos-real-visual img { position: absolute; inset: 0; width: 100%; height: 100%; }
.delay-0 { --delay: 0ms; }
.delay-65 { --delay: 65ms; }
.delay-130 { --delay: 130ms; }
.delay-195 { --delay: 195ms; }
.delay-260 { --delay: 260ms; }
html:not(.js) .reveal { opacity: 1 !important; transform: none !important; }
.error-page { min-height: 100svh; display: grid; place-items: center; padding: 32px; background: linear-gradient(135deg, #fff, #f4efe7); }
.error-card { width: min(620px, 100%); padding: 42px; border: 1px solid var(--line); border-radius: 22px; text-align: center; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.error-card img { width: 86px; margin: 0 auto 18px; }
.error-card h1 { margin: 0; font-size: clamp(42px, 8vw, 72px); }
.error-card p { margin: 14px 0 24px; color: var(--muted); line-height: 1.6; }
