:root{--bg:#f8f6f2;--surface:#fff;--soft:#f0ede7;--ink:#191817;--muted:#69645e;--line:#ded9d1;--accent:#a65238;--accent-dark:#85412d;--shadow:0 24px 70px rgba(48,39,30,.09);color-scheme:light}html[data-theme=dark]{--bg:#171716;--surface:#211f1d;--soft:#1c1b19;--ink:#f4f0e9;--muted:#aaa39a;--line:#393632;--accent:#d68163;--accent-dark:#e29579;--shadow:0 24px 70px rgba(0,0,0,.28);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:fixed;inset:0 0 auto;z-index:20;border-bottom:1px solid transparent;transition:.25s}.site-header.scrolled{background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(16px);border-color:var(--line)}.nav-row{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.wordmark{font-weight:850;font-size:1.45rem;letter-spacing:-.06em}.wordmark span{color:var(--accent)}.desktop-nav{display:flex;gap:30px;color:var(--muted);font-size:.9rem}.desktop-nav a:hover,.text-link:hover{color:var(--accent)}.nav-actions,.hero-actions{display:flex;align-items:center;gap:16px}.icon-button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);cursor:pointer}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 20px;border:1px solid transparent;border-radius:999px;font-weight:720;font-size:.92rem;transition:.2s;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:var(--accent-dark)}.button-quiet,.button-outline{border-color:var(--line);background:var(--surface)}.button-light{background:#fff;color:#1a1917}.hero{padding:158px 0 95px;min-height:760px;display:grid;align-items:center;background:radial-gradient(circle at 80% 20%,color-mix(in srgb,var(--accent) 9%,transparent),transparent 38%)}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:8vw;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--accent);font-size:.73rem;font-weight:800;margin:0 0 20px}.hero h1,.section h2{letter-spacing:-.055em;line-height:1.03;margin:0}.hero h1{font-size:clamp(3.3rem,6.6vw,6.15rem);font-weight:760}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--accent)}.hero-lead{max-width:620px;font-size:clamp(1.05rem,2vw,1.28rem);color:var(--muted);margin:28px 0 30px}.text-link{font-weight:700}.text-link span{color:var(--accent)}.fine-print{font-size:.83rem;color:var(--muted);margin-top:20px}.product-scene{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow);transform:rotate(1deg)}.scene-head{display:flex;align-items:center;gap:9px;padding:4px 6px 17px;color:var(--muted);font-size:.78rem}.scene-head strong{margin-left:auto;color:var(--ink)}.live-dot{width:8px;height:8px;border-radius:50%;background:#4f9f73;box-shadow:0 0 0 5px color-mix(in srgb,#4f9f73 12%,transparent)}.scene-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.scene-stats article{background:var(--soft);padding:16px;border-radius:14px}.scene-stats small,.scene-board small{display:block;color:var(--muted);font-size:.72rem}.scene-stats b{font-size:1.6rem}.scene-board{display:grid;gap:8px;margin-top:8px}.scene-board article{display:grid;grid-template-columns:3px 1fr auto;gap:13px;align-items:center;border:1px solid var(--line);border-radius:13px;padding:13px}.profile-line{align-self:stretch;border-radius:4px}.profile-line.kitchen{background:var(--profile-cocina,#f59e0b)}.profile-line.waiter{background:var(--profile-mozo,#14b8a6)}.profile-line.delivery{background:var(--profile-delivery,#8b5cf6)}.scene-board b{font-size:.83rem}.scene-board mark{background:var(--soft);color:var(--muted);padding:5px 8px;border-radius:99px;font-size:.68rem}.proof-strip{border-block:1px solid var(--line);background:var(--surface)}.proof-strip .shell{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;padding:17px 0;font-size:.78rem;color:var(--muted)}.proof-strip span+span{border-left:1px solid var(--line)}.section{padding:120px 0}.section-soft{background:var(--soft)}.section-grid,.contact-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:11vw}.section-intro{position:sticky;top:120px;align-self:start}.section h2{font-size:clamp(2.45rem,4.5vw,4.2rem)}.section-intro>p:last-of-type,.section-heading>p,.demo-card p{color:var(--muted);font-size:1.04rem}.feature-list{border-top:1px solid var(--line)}.feature-list article{display:grid;grid-template-columns:52px 1fr;gap:15px;padding:29px 0;border-bottom:1px solid var(--line)}.feature-list>article>span{color:var(--accent);font-size:.75rem;font-weight:800}.feature-list h3,.profile-card h3{margin:0 0 8px;font-size:1.25rem}.feature-list p,.profile-card p{margin:0;color:var(--muted)}.section-heading{display:grid;grid-template-columns:1.4fr .6fr;gap:60px;align-items:end;margin-bottom:52px}.section-heading>p{margin:0}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.profile-card{--profile-accent:var(--accent);position:relative;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:27px 25px 27px 30px;min-height:190px;overflow:hidden}.profile-card:before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:3px;border-radius:4px;background:var(--profile-accent)}.profile-card small{display:block;color:var(--profile-accent);font-weight:800;margin-bottom:28px}.profile-web{--profile-accent:var(--profile-cliente-web,#3979bd)}.profile-table{--profile-accent:var(--profile-cliente-mesa,#3a9b7c)}.profile-waiter{--profile-accent:var(--profile-mozo,#b17a31)}.profile-kitchen{--profile-accent:var(--profile-cocina,#bd573f)}.profile-delivery{--profile-accent:var(--profile-delivery,#7661a9)}.profile-admin{--profile-accent:var(--profile-administrativo,#536c78)}.profile-owner{--profile-accent:#242220}.demo-section{padding-block:38px;background:var(--accent)}.demo-card{display:flex;justify-content:space-between;align-items:center;gap:50px;color:#fff}.demo-card .eyebrow,.demo-card p{color:#f5dfd7}.demo-card h2{font-size:clamp(2.3rem,4vw,3.7rem)}.demo-card p{max-width:700px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:stretch}.price-card{position:relative;padding:34px;background:var(--surface);border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column}.price-card.featured{border-color:var(--accent);box-shadow:var(--shadow)}.recommended{position:absolute;top:18px;right:18px;color:var(--accent);font-size:.72rem;font-weight:800}.price-card>small{font-weight:800;color:var(--muted)}.price-card h3{font-size:2.65rem;letter-spacing:-.05em;margin:20px 0 5px}.price-card h3 span{font-size:1.2rem}.price-card h3 em{font-size:.8rem;color:var(--muted);font-style:normal;letter-spacing:0}.price-card h3.consult{font-size:2.25rem}.price-card p{color:var(--muted);min-height:50px}.price-card ul{list-style:none;padding:18px 0;margin:0 0 25px;border-top:1px solid var(--line);flex:1}.price-card li{padding:7px 0}.price-card li:before{content:"—";color:var(--accent);margin-right:9px}.price-note{text-align:center;color:var(--muted);font-size:.8rem;margin:22px 0 0}.contact-grid{align-items:start}.contact-points{display:grid;gap:10px;margin-top:28px;color:var(--muted)}.contact-points span:before{content:"✓";color:var(--accent);margin-right:10px}.lead-form{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:32px;display:grid;gap:17px}.lead-form label{display:grid;gap:7px;font-size:.8rem;font-weight:750}.lead-form input,.lead-form textarea{width:100%;border:1px solid var(--line);background:var(--bg);color:var(--ink);border-radius:9px;padding:13px 14px;font:inherit;resize:vertical}.lead-form input:focus,.lead-form textarea:focus{outline:2px solid color-mix(in srgb,var(--accent) 38%,transparent);border-color:var(--accent)}.form-status{min-height:20px;margin:0;font-size:.84rem;color:var(--muted)}.form-status[data-tone=ok]{color:#398061}.form-status[data-tone=bad]{color:#b7483e}footer{border-top:1px solid var(--line);padding:42px 0;background:var(--surface)}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted)}.footer-row p{margin:0}.footer-row small{font-size:.75rem}
@media(max-width:900px){.desktop-nav{display:none}.hero{padding-top:125px}.hero-grid,.section-grid,.contact-grid{grid-template-columns:1fr;gap:60px}.product-scene{transform:none}.section-intro{position:static}.profile-grid,.pricing-grid{grid-template-columns:1fr 1fr}.section-heading{grid-template-columns:1fr;gap:18px}.proof-strip .shell{grid-template-columns:1fr 1fr;gap:0}.proof-strip span{padding:8px}.proof-strip span+span{border:0}.demo-card{align-items:flex-start;flex-direction:column}.section{padding:85px 0}}
@media(max-width:600px){.shell{width:min(100% - 28px,1180px)}.nav-row{height:68px}.nav-actions .button{display:none}.hero{min-height:auto;padding:120px 0 68px}.hero h1{font-size:3.2rem}.hero-actions{align-items:flex-start;flex-direction:column}.scene-stats{grid-template-columns:1fr}.scene-board mark{display:none}.section{padding:70px 0}.profile-grid,.pricing-grid{grid-template-columns:1fr}.profile-card{min-height:auto}.section-heading{margin-bottom:34px}.price-card{padding:28px}.footer-row{align-items:flex-start;flex-direction:column}.footer-row p{display:none}}

/* Hero narrativo: mantiene aire y neutralidad, el perfil aparece sólo como acento. */
.hero{padding-bottom:55px;background:radial-gradient(circle at 84% 18%,color-mix(in srgb,var(--accent) 7%,transparent),transparent 35%)}
.hero-grid{gap:7vw}.hero-copy{position:relative;z-index:1}.hero h1 em{display:inline-block;min-width:5.8em;color:var(--hero-profile,var(--accent));transition:color .35s ease}.hero-lead{min-height:3.9em;transition:opacity .2s ease}
.profile-stage{--hero-profile:var(--accent);position:relative;min-height:530px;padding:0 0 72px 62px}.profile-stage:before{content:"";position:absolute;inset:40px 30px 20px 0;border:1px solid var(--line);border-radius:220px 220px 24px 24px;background:var(--surface);box-shadow:var(--shadow)}
.stage-picture{position:relative;height:430px;border-radius:190px 190px 18px 18px;overflow:hidden;background:var(--soft)}.stage-picture:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(0,0,0,.25))}.stage-picture img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .28s ease,transform .5s ease}.stage-index{position:absolute;right:18px;bottom:15px;z-index:1;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.12em}
.stage-note{position:absolute;left:0;right:0;bottom:0;margin-left:0;width:min(390px,88%);background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--hero-profile);border-radius:12px;padding:20px 22px;box-shadow:var(--shadow);display:grid;gap:4px;transition:border-color .35s ease}.stage-note small{color:var(--hero-profile);font-weight:800}.stage-note strong{font-size:1.2rem}.stage-note span{color:var(--muted);font-size:.87rem}
.hero-profile-nav{display:flex;gap:4px;padding-bottom:24px;overflow:auto;scrollbar-width:none}.hero-profile-nav::-webkit-scrollbar{display:none}.hero-profile-nav button{flex:1;min-width:max-content;border:0;border-top:1px solid var(--line);padding:15px 8px 8px;background:transparent;color:var(--muted);font:inherit;font-size:.78rem;cursor:pointer;transition:.2s}.hero-profile-nav button:hover,.hero-profile-nav button.active{border-top:3px solid var(--accent);padding-top:13px;color:var(--ink);font-weight:750}
.profile-card{cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.profile-card:hover,.profile-card:focus-visible{transform:translateY(-4px);border-color:color-mix(in srgb,var(--profile-accent) 45%,var(--line));box-shadow:0 18px 50px rgba(48,39,30,.08);outline:0}.profile-card>span{display:block;margin-top:24px;color:var(--profile-accent);font-size:.78rem;font-weight:750}.profile-card small{margin-bottom:20px}
.drawer-scrim{position:fixed;inset:0;z-index:49;border:0;background:rgba(13,12,11,.34);opacity:0;visibility:hidden;transition:.22s;cursor:default}.drawer-scrim.active{opacity:1;visibility:visible}.service-drawers{position:fixed;inset:0;z-index:50;pointer-events:none}.service-drawer{--drawer-index:0;--drawer-accent:var(--accent);position:absolute;top:24px;right:calc(24px + var(--drawer-index) * 34px);bottom:24px;width:min(410px,calc(100vw - 48px));padding:34px;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-left:4px solid var(--drawer-accent);border-radius:16px;box-shadow:0 30px 90px rgba(0,0,0,.24);pointer-events:auto;display:flex;flex-direction:column;animation:drawer-in .28s ease both}.service-drawer header{display:flex;justify-content:space-between;gap:22px;align-items:flex-start}.service-drawer header small{color:var(--drawer-accent);font-weight:800}.service-drawer h2{font-size:2rem;line-height:1.05;letter-spacing:-.045em;margin:9px 0 0}.service-drawer header button{width:38px;height:38px;flex:0 0 auto;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font-size:1.55rem;cursor:pointer}.service-drawer>p{color:var(--muted);margin:30px 0 20px}.service-drawer ul{list-style:none;padding:0;margin:0 0 28px;border-top:1px solid var(--line);flex:1}.service-drawer li{padding:16px 0;border-bottom:1px solid var(--line);font-size:.9rem}.service-drawer li:before{content:"";display:inline-block;width:5px;height:5px;margin:0 12px 2px 0;border-radius:50%;background:var(--drawer-accent)}.service-drawer .button{align-self:flex-start}@keyframes drawer-in{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:none}}
@media(min-width:721px){.drawer-scrim{background:rgba(13,12,11,.12);pointer-events:none}.service-drawer:not(:last-child){transform:translateX(calc(var(--drawer-index) * -28px));filter:brightness(calc(1 - var(--drawer-index) * .025))}}
@media(max-width:900px){.profile-stage{width:min(620px,100%);margin:auto}.hero-profile-nav{padding-top:8px}.hero h1 em{min-width:0}}
@media(max-width:600px){.hero{padding-bottom:35px}.hero-copy{padding-bottom:16px}.hero-lead{min-height:0}.profile-stage{min-height:420px;padding:0 0 65px 20px}.profile-stage:before{inset:30px 15px 15px 0}.stage-picture{height:340px;border-radius:150px 150px 14px 14px}.stage-note{width:92%;padding:16px 18px}.hero-profile-nav{padding-bottom:14px}.service-drawer{inset:10px;width:auto;padding:25px 22px}.service-drawer h2{font-size:1.7rem}}

/* Segunda iteración: fotografía uniforme y módulos con mayor presencia. */
.profile-stage{min-height:500px;padding:0 0 64px}.profile-stage:before{display:none}.stage-picture{height:440px;border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow)}.stage-picture:after{height:24%}.stage-note{left:28px;width:min(410px,calc(100% - 56px))}
.journey-slider{min-height:500px;border:1px solid var(--line);border-radius:20px;background:var(--surface);padding:30px;display:grid;grid-template-rows:190px 1fr auto;box-shadow:var(--shadow)}.journey-visual{position:relative;display:grid;place-content:center;overflow:hidden;border-radius:14px;background:var(--soft);text-align:center}.journey-visual strong{position:relative;font-size:4rem;line-height:1;color:var(--accent)}.journey-visual small{position:relative;margin-top:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.13em}.journey-orbit{position:absolute;width:220px;height:220px;border:1px solid color-mix(in srgb,var(--accent) 38%,transparent);border-radius:50%}.journey-orbit:before,.journey-orbit:after{content:"";position:absolute;border-radius:50%;border:1px solid var(--line)}.journey-orbit:before{inset:28px}.journey-orbit:after{inset:58px;background:var(--surface)}.journey-slides{position:relative;min-height:205px}.journey-slides article{position:absolute;inset:0;padding:28px 4px 10px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.3s}.journey-slides article.active{opacity:1;transform:none;pointer-events:auto}.journey-slides small{color:var(--accent);font-weight:800}.journey-slides h3{font-size:1.65rem;line-height:1.15;letter-spacing:-.035em;margin:10px 0}.journey-slides p{margin:0;color:var(--muted)}.journey-nav{display:flex;align-items:center;justify-content:space-between}.journey-nav button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);cursor:pointer}.journey-nav div{display:flex;gap:7px}.journey-nav i{width:22px;height:2px;background:var(--line);transition:.2s}.journey-nav i.active{background:var(--accent);width:42px}
.experience-accordion{display:flex;gap:7px;height:500px}.experience-accordion .profile-card{flex:1 1 0;min-width:0;min-height:0;padding:26px 19px;transition:flex .38s ease,background .3s ease,transform .2s ease;box-shadow:none}.experience-accordion .profile-card.active{flex:4.4 1 0;background:color-mix(in srgb,var(--profile-accent) 9%,var(--surface));padding-inline:30px;box-shadow:var(--shadow)}.experience-accordion .profile-card:not(.active) h3{writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap;margin:16px auto;font-size:1.05rem}.experience-accordion .profile-card:not(.active) p,.experience-accordion .profile-card:not(.active) .profile-card-detail{display:none}.experience-accordion .profile-card small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-card-detail{margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}.profile-card-detail ul{list-style:none;margin:0 0 20px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-card-detail li{font-size:.82rem;color:var(--muted)}.profile-card-detail li:before{content:"•";color:var(--profile-accent);margin-right:7px}.profile-card-detail .button{background:var(--profile-accent);color:#fff;padding-inline:16px;font-size:.78rem}
.launch-offer{display:flex;align-items:center;justify-content:center;gap:16px;margin:-18px 0 30px;padding:15px 22px;border:1px solid color-mix(in srgb,var(--accent) 38%,var(--line));border-left:4px solid var(--accent);border-radius:11px;background:var(--surface);color:var(--muted)}.launch-offer strong{color:var(--accent);white-space:nowrap}.price-card button{font-family:inherit}.drawer-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:6px;margin:24px 0 0;height:150px}.drawer-gallery img{width:100%;height:100%;object-fit:cover;border-radius:8px}.drawer-gallery img:first-child{grid-row:1}
@media(max-width:1000px){.experience-accordion{height:auto;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.experience-accordion .profile-card,.experience-accordion .profile-card.active{flex:0 0 min(360px,80vw);min-height:430px;padding:28px;scroll-snap-align:start}.experience-accordion .profile-card:not(.active) h3{writing-mode:initial;transform:none;white-space:normal;margin:0 0 8px}.experience-accordion .profile-card:not(.active) p,.experience-accordion .profile-card:not(.active) .profile-card-detail{display:block}}
@media(max-width:600px){.profile-stage{min-height:395px;padding:0 0 58px}.stage-picture{height:330px;border-radius:13px}.stage-note{left:14px;width:calc(100% - 28px)}.journey-slider{min-height:470px;padding:20px;grid-template-rows:155px 1fr auto}.journey-slides h3{font-size:1.4rem}.launch-offer{align-items:flex-start;flex-direction:column;gap:3px;margin-top:0}.profile-card-detail ul{grid-template-columns:1fr}.drawer-gallery{height:120px}}
@media(max-width:600px){
  .hero{padding:86px 0 18px}
  .hero-grid{gap:18px}
  .hero h1{font-size:clamp(2.35rem,11vw,3rem)}
  .eyebrow{margin-bottom:10px}
  .hero-lead{min-height:4.2em;margin:12px 0 15px;font-size:.98rem;line-height:1.4}
  .hero-actions{flex-direction:row;align-items:center;gap:12px}
  .hero-actions .button{min-height:40px;padding-inline:16px}
  .fine-print{display:none}
  .profile-stage{min-height:240px;padding-bottom:42px}
  .stage-picture{height:210px}
  .stage-note{padding:11px 14px;gap:1px}
  .stage-note strong{font-size:1rem}
  .stage-note span{font-size:.76rem}
  .hero-profile-nav{padding-bottom:8px}
  .hero-profile-nav button{padding-block:10px 6px}
}
@media(max-width:600px) and (max-height:760px){
  .profile-stage{min-height:205px}
  .stage-picture{height:175px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* El hero se adapta tanto al ancho como a la altura útil del dispositivo. */
@media(max-width:600px){
  .hero{padding-top:calc(68px + clamp(10px,2.5svh,18px));padding-bottom:clamp(8px,2svh,18px)}
  .hero-grid{gap:clamp(8px,2svh,18px)}
  .hero h1{font-size:clamp(2.05rem,min(10.5vw,6.3svh),3rem)}
  .hero-lead{margin:clamp(8px,1.7svh,12px) 0 clamp(10px,2svh,15px);font-size:clamp(.88rem,2.35svh,.98rem);line-height:1.35;min-height:0}
  .profile-stage{min-height:calc(clamp(112px,25svh,210px) + 42px);padding-bottom:42px}
  .stage-picture{height:clamp(112px,25svh,210px)}
  .stage-note{padding:clamp(8px,1.6svh,11px) 14px}
  .hero-profile-nav{padding-bottom:clamp(5px,1svh,8px)}
}
@media(max-width:600px) and (max-height:680px){
  .eyebrow{font-size:.62rem;margin-bottom:7px}
  .hero-actions .text-link{font-size:.8rem}
  .hero-actions .button{min-height:36px;padding-inline:13px;font-size:.78rem}
  .stage-note span{display:none}
  .hero-profile-nav button{padding:7px 7px 4px;font-size:.7rem}
}
@media(max-height:650px) and (orientation:landscape){
  .nav-row{height:58px}.hero{min-height:auto;padding:72px 0 10px}.hero-grid{grid-template-columns:1fr 1fr;gap:5vw}.hero h1{font-size:clamp(2rem,8vh,3.25rem)}.hero-lead{min-height:0;margin:10px 0 12px;font-size:.88rem}.fine-print{display:none}.profile-stage{min-height:calc(100svh - 112px);padding-bottom:42px}.stage-picture{height:calc(100svh - 142px);min-height:185px;max-height:360px}.stage-note{padding:9px 13px}.hero-profile-nav{padding-bottom:5px}.hero-profile-nav button{padding-block:7px 4px}
}

.hero h1 em{white-space:nowrap;min-width:0}.hero-lead{height:3.2em;min-height:3.2em;overflow:hidden}.profile-owner{--profile-accent:var(--profile-restaurant-owner,#96675d)}
.service-drawer{overflow-y:auto;overscroll-behavior:contain}.service-drawer ul{flex:0 0 auto}.demo-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.button-demo-outline{border-color:rgba(255,255,255,.55);color:#fff;background:transparent}
@media(max-width:900px){.demo-card-actions{justify-content:flex-start}}
@media(max-width:600px){.hero-lead{height:4.2em;min-height:4.2em}.demo-card-actions{width:100%}.demo-card-actions .button{width:100%}}

/* Desktop ancho: la escala depende también del alto útil para que controles y pruebas entren en la primera pantalla. */
@media(min-width:901px){
  .hero{min-height:clamp(620px,calc(100svh - 122px),780px);padding-top:clamp(104px,12.5svh,142px);padding-bottom:clamp(24px,4svh,48px)}
  .hero-grid{gap:clamp(52px,6vw,92px)}
}
@media(min-width:1200px){
  .hero h1{font-size:clamp(4.15rem,4.55vw,5.35rem)}
  .profile-stage{min-height:clamp(420px,50svh,500px)}
  .stage-picture{height:clamp(360px,43svh,440px)}
}
@media(min-width:901px) and (max-height:900px){
  .hero{padding-top:92px;padding-bottom:20px}
  .hero h1{font-size:clamp(3.8rem,8.5svh,4.75rem)}
  .eyebrow{margin-bottom:12px}
  .hero-lead{margin:16px 0 18px}
  .fine-print{margin-top:12px}
  .profile-stage{min-height:430px}
  .stage-picture{height:370px}
  .hero-profile-nav{padding-bottom:12px}
}

/* Un pedido visible de punta a punta. */
.flow-heading{align-items:start}.operation-flow{display:grid;grid-template-columns:minmax(250px,.78fr) minmax(390px,1.35fr);gap:18px;position:relative}.flow-order,.flow-route,.flow-result{background:var(--surface);border:1px solid var(--line);border-radius:18px}.flow-order{grid-row:1 / span 2;padding:25px;box-shadow:var(--shadow);align-self:start}.flow-order header,.flow-order footer,.flow-customer{display:flex;justify-content:space-between;gap:12px}.flow-order header{align-items:center;padding-bottom:18px;border-bottom:1px solid var(--line)}.flow-order header span{font-size:.78rem;font-weight:800}.flow-order header strong{padding:5px 9px;border-radius:99px;background:color-mix(in srgb,var(--profile-cocina) 11%,var(--surface));color:var(--profile-cocina);font-size:.7rem}.flow-customer{flex-direction:column;padding:22px 0}.flow-customer small{color:var(--accent);font-weight:800}.flow-customer span{color:var(--muted);font-size:.8rem}.flow-order ul{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.flow-order li{display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:start;padding:16px 0;border-bottom:1px solid var(--line)}.flow-order li>span{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:var(--soft);font-size:.75rem;font-weight:800}.flow-order li div{display:grid;gap:2px}.flow-order li b{font-size:.85rem}.flow-order li small{color:var(--muted);font-size:.72rem}.flow-order li>strong{font-size:.8rem}.flow-order footer{padding-top:20px;align-items:end}.flow-order footer span{color:var(--muted);font-size:.8rem}.flow-order footer strong{font-size:1.45rem}.flow-route{list-style:none;margin:0;padding:10px 24px}.flow-route li{position:relative;display:grid;grid-template-columns:42px 1fr auto;gap:15px;padding:19px 0}.flow-route li+li{border-top:1px solid var(--line)}.flow-route li>span{display:grid;place-items:center;align-self:start;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;color:var(--muted);font-size:.68rem;font-weight:800}.flow-route li.is-complete>span{border-color:var(--accent);background:var(--accent);color:#fff}.flow-route li.is-active>span{border-color:var(--accent);color:var(--accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--accent) 9%,transparent)}.flow-route li div{display:grid;gap:3px}.flow-route small{color:var(--accent);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.flow-route strong{font-size:.98rem}.flow-route p{margin:0;color:var(--muted);font-size:.82rem}.flow-route em{align-self:center;padding:4px 8px;border-radius:99px;background:var(--soft);color:var(--muted);font-size:.67rem;font-style:normal;font-weight:750}.flow-route .is-active em{background:color-mix(in srgb,var(--accent) 11%,var(--surface));color:var(--accent)}.flow-result{grid-column:2;padding:20px 24px;border-left:4px solid var(--accent)}.flow-result>p{margin:0 0 16px;font-weight:750}.flow-result>div{display:flex;gap:9px;flex-wrap:wrap}.flow-result>div span{padding:8px 11px;border-radius:8px;background:var(--soft);color:var(--muted);font-size:.75rem}.flow-result>div b{color:var(--ink)}.flow-result>a{display:inline-flex;margin-top:18px;color:var(--accent);font-size:.82rem;font-weight:800}.flow-result>a span{margin-left:8px}

/* Equipamiento: formas simples, sin depender de fotografías o marcas. */
.equipment-section{background:var(--surface)}.equipment-heading{align-items:start}.equipment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.equipment-card{position:relative;min-height:330px;padding:28px 24px;border:1px solid var(--line);border-radius:16px;background:var(--bg);transition:.22s}.equipment-card:hover,.equipment-card:focus-visible{transform:translateY(-4px);border-color:color-mix(in srgb,var(--accent) 48%,var(--line));box-shadow:var(--shadow);outline:0}.equipment-card>small{display:block;margin-top:24px;color:var(--accent);font-weight:800}.equipment-card h3{margin:7px 0 9px;font-size:1.2rem}.equipment-card p{margin:0;color:var(--muted);font-size:.88rem}.equipment-card>strong{position:absolute;left:24px;right:24px;bottom:24px;color:var(--accent);font-size:.76rem}.equipment-card>strong span{float:right}.equipment-device{display:grid;place-items:center;width:78px;height:78px;color:var(--accent)}.equipment-device:before,.equipment-device i{content:"";display:block;border:2px solid currentColor}.device-tablet:before{width:48px;height:65px;border-radius:7px}.device-tablet i{position:absolute;width:4px;height:4px;border:0;border-radius:50%;background:currentColor;transform:translateY(27px)}.device-screen:before{width:67px;height:46px;border-radius:5px}.device-screen i{position:absolute;width:30px;height:8px;border-width:2px 0 0;transform:translateY(29px)}.device-notebook:before{width:60px;height:42px;border-radius:5px}.device-notebook i{position:absolute;width:72px;height:7px;border-radius:1px 1px 5px 5px;transform:translateY(27px)}.device-phone:before{width:34px;height:65px;border-radius:8px}.device-phone i{position:absolute;width:4px;height:4px;border:0;border-radius:50%;background:currentColor;transform:translateY(26px)}.equipment-note{margin:24px 0 0;color:var(--muted);font-size:.82rem;text-align:center}

@media(max-width:1000px){.equipment-grid{grid-template-columns:1fr 1fr}.operation-flow{grid-template-columns:1fr}.flow-order{grid-row:auto}.flow-result{grid-column:auto}}
@media(max-width:650px){.operation-flow{gap:12px}.flow-order{padding:20px}.flow-route{padding-inline:18px}.flow-route li{grid-template-columns:38px 1fr}.flow-route li>em{grid-column:2;justify-self:start}.flow-result>div{display:grid;grid-template-columns:1fr}.equipment-grid{grid-template-columns:1fr}.equipment-card{min-height:280px}.equipment-card>small{margin-top:12px}}
@media(max-width:600px){
  .hero-grid,.hero-copy{min-width:0}
  .hero-copy{overflow:hidden}
  .hero .eyebrow,.hero-lead{max-width:100%;white-space:normal}
  .hero-actions{gap:8px;flex-wrap:nowrap}
  .hero-actions .button{padding-inline:13px;font-size:.79rem;white-space:nowrap}
  .hero-actions .text-link{font-size:.78rem;white-space:nowrap}
  .proof-strip .shell{grid-template-columns:repeat(2,minmax(0,1fr))}
  .proof-strip span{min-width:0;font-size:.7rem;overflow-wrap:anywhere}
}
