.topbar{z-index:100;background:0 0;border-bottom:1px solid #0000;width:100%;transition:background .2s,-webkit-backdrop-filter .2s,backdrop-filter .2s,border-color .2s;position:fixed;top:0;left:0;right:0}.topbar--scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f4ede0d9;border-bottom-color:#1a141014}.topbar__container{box-sizing:border-box;justify-content:space-between;align-items:center;max-width:1440px;margin-inline:auto;padding:18px 48px;display:flex}.topbar__logo{align-items:center;text-decoration:none;animation:.4s .15s both topbar-logo-in;display:inline-flex}@keyframes topbar-logo-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.topbar__logo img{width:auto;height:44px;display:block}.topbar__nav{align-items:center;gap:32px;display:none}@media (min-width:1024px){.topbar__nav{flex:1;margin-left:44px;display:flex}}.topbar__anchor{font-family:var(--font-body,"Manrope",system-ui,sans-serif);letter-spacing:.01em;color:#1a1410a6;font-size:14px;font-weight:400;text-decoration:none;transition:color .15s}.topbar__anchor:hover,.topbar__anchor:focus-visible{color:#1a1410}.topbar__anchor:focus-visible{outline:2px solid var(--copper,#b87333);outline-offset:4px;border-radius:2px}.topbar__access{font-family:var(--font-body,"Manrope",system-ui,sans-serif);letter-spacing:.01em;color:#1a1410;border-bottom:1px solid #1a1410;margin-left:0;padding-bottom:3px;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s}.topbar__access:hover,.topbar__access:focus-visible{color:#4a3f35;border-bottom-width:2px;border-bottom-color:#4a3f35;padding-bottom:2px}.topbar__access:focus-visible{outline:2px solid var(--copper,#b87333);outline-offset:4px}.topbar__lang{border:1px solid #1a14102e;border-radius:999px;align-items:center;margin-left:auto;display:inline-flex;overflow:hidden}.topbar__lang-btn{font-family:var(--font-body,"Manrope",system-ui,sans-serif);letter-spacing:.04em;color:#1a14108c;cursor:pointer;background:0 0;border:none;margin:0;padding:5px 11px;font-size:12px;font-weight:600;transition:background .15s,color .15s}.topbar__lang-btn.is-active{color:#f4ede0;cursor:default;background:#1a1410}.topbar__lang-btn[aria-disabled=true]{cursor:not-allowed;color:#1a141052}.topbar__lang-btn:focus-visible{outline:2px solid var(--copper,#b87333);outline-offset:2px}.topbar__cta{font-family:var(--font-body,"Manrope",system-ui,sans-serif);letter-spacing:.01em;color:#f4ede0;background:#1a1410;border:1px solid #1a1410;border-radius:999px;padding:9px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s}.topbar__cta:hover,.topbar__cta:focus-visible{background:#7a1f1c;border-color:#7a1f1c}.topbar__cta:focus-visible{outline:2px solid var(--copper,#b87333);outline-offset:2px}.topbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;margin:0;padding:8px;display:flex}.topbar__hamburger span{background:#1a1410;width:22px;height:1.5px;transition:transform .2s,opacity .2s;display:block}.topbar__hamburger:focus-visible{outline:2px solid var(--copper,#b87333);outline-offset:2px;border-radius:4px}@media (min-width:1024px){.topbar__hamburger{display:none}}.topbar__drawer-backdrop{opacity:0;pointer-events:none;z-index:99;background:#0006;height:100dvh;transition:opacity .25s;position:fixed;inset:0}.topbar__drawer-backdrop.is-open{opacity:1;pointer-events:auto}.topbar__drawer{z-index:101;box-sizing:border-box;background:#f4ede0;width:80%;max-width:360px;height:100dvh;padding:84px 32px 32px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.topbar__drawer.is-open{transform:translate(0)}.topbar__drawer-list{flex-direction:column;gap:24px;margin:0;padding:0;list-style:none;display:flex}.topbar__drawer-item{font-family:var(--font-body,"Manrope",system-ui,sans-serif);color:#1a1410;padding-block:8px;font-size:18px;font-weight:400;text-decoration:none;transition:color .15s;display:block}.topbar__drawer-item:hover,.topbar__drawer-item:focus-visible{color:#4a3f35}.topbar__drawer-access{font-family:var(--font-body,"Manrope",system-ui,sans-serif);color:var(--copper,#b87333);border-bottom:1px solid var(--copper,#b87333);margin-top:16px;padding-bottom:3px;font-size:18px;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s;display:inline-block}.topbar__drawer-access:hover,.topbar__drawer-access:focus-visible{color:#9a5e26;border-bottom-color:#9a5e26}.topbar__lang--drawer{margin-top:8px;margin-left:0}.topbar__lang--drawer .topbar__lang-btn{padding:7px 16px;font-size:14px}.topbar__drawer-cta{font-family:var(--font-body,"Manrope",system-ui,sans-serif);color:#f4ede0;background:#1a1410;border:1px solid #1a1410;border-radius:999px;margin-top:8px;padding:12px 22px;font-size:16px;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s;display:inline-block}.topbar__drawer-cta:hover,.topbar__drawer-cta:focus-visible{background:#7a1f1c;border-color:#7a1f1c}@media (min-width:1024px){.topbar__drawer,.topbar__drawer-backdrop{display:none}}#hero,#themes,#diptych,#precios,#preguntas,#contacto{scroll-margin-top:80px}@media (max-width:1023px){#hero,#themes,#diptych,#precios,#preguntas,#contacto{scroll-margin-top:68px}}@media (max-width:479px){.topbar__container{padding:13px 20px}.topbar__logo img{height:36px}}@media (min-width:480px) and (max-width:767px){.topbar__container{padding:14px 24px}.topbar__logo img{height:40px}}@media (min-width:768px) and (max-width:1023px){.topbar__container{padding:16px 32px}.topbar__logo img{height:36px}}@media (min-width:1024px) and (max-width:1199px){.topbar__container{padding:18px 48px}.topbar__logo img{height:40px}}@media (min-width:1200px){.topbar__container{padding:18px 64px}}@media (min-width:768px) and (max-width:1023px){.topbar__drawer{width:60%;max-width:440px}}
.landing-root .hero{padding:120px 0 100px;position:relative}.landing-root .hero__grid{grid-template-columns:1fr;place-items:start center;row-gap:40px;display:grid}.landing-root .hero__copy{flex-direction:column;align-items:flex-start;gap:28px;width:100%;max-width:620px;display:flex}.landing-root .hero__title{font-family:var(--font-display);letter-spacing:-.018em;color:var(--ink);overflow-wrap:anywhere;word-wrap:break-word;margin:0;font-size:clamp(1.5rem,8vw,5.5rem);font-weight:500;line-height:1.02}@media (min-width:920px){.landing-root .hero__title{text-wrap:balance}}.landing-root .hero__title em{color:var(--garnet);font-style:italic;font-weight:400}.landing-root .hero__subhead{font-family:var(--font-body);color:var(--ink-soft);text-wrap:pretty;overflow-wrap:anywhere;word-wrap:break-word;max-width:520px;margin:0;font-size:1.0625rem;font-weight:300;line-height:1.6}.landing-root .hero__ctas{flex-wrap:wrap;gap:16px;margin-top:32px;display:flex}.landing-root .hero__ctas .landing-btn{border-radius:999px}.landing-root .hero__phones-wrap{justify-content:center;width:100%;display:flex}.landing-root .hero__stats-wrap{justify-content:flex-start;width:auto;margin-top:20px;display:flex}.landing-root .hero__pill{border:1px solid var(--line);font-family:var(--font-body);letter-spacing:.08em;color:var(--ink-soft);background:#f4ede099;border-radius:999px;align-self:flex-start;align-items:center;gap:10px;margin:0;padding:8px 16px;font-size:.78rem;font-weight:500;display:inline-flex}.landing-root .hero__pill-dot{background:#2156c9;border-radius:999px;flex-shrink:0;width:7px;height:7px}.landing-root .hero__cta-primary.landing-btn--primary{background:var(--ink);border-color:var(--ink);color:var(--canvas)}.landing-root .hero__cta-primary.landing-btn--primary:hover{background:var(--garnet);border-color:var(--garnet)}.landing-root .hero__stats{gap:22px;margin:0;padding:0;list-style:none;display:flex}.landing-root .hero__stat{flex-direction:column;justify-content:center;gap:4px;display:flex}.landing-root .hero__stat:not(:first-child){border-left:1px solid #1a141029;padding-left:22px}.landing-root .hero__stat-sep{display:none}.landing-root .hero__stat-lead{font-family:var(--font-display);color:#1a1410;font-size:30px;font-weight:500;line-height:1}.landing-root .hero__stat-label{color:#6b6052;font-size:12.5px;font-weight:400;line-height:1.3}.landing-root .hero-phones-stage{justify-content:center;width:100%;display:flex;position:relative}.landing-root .hero-phones-stage__inner{justify-content:center;width:760px;max-width:100%;height:620px;display:flex;position:relative}.landing-root .hero-phones-slot{transform-origin:50%;will-change:transform;transition:transform .5s cubic-bezier(.2,.8,.2,1);position:absolute;top:50%;left:50%}.landing-root .hero-phones-slot--left{z-index:1;transform:translate(-50%,-50%)translate(-170px)rotate(-8deg)}.landing-root .hero-phones-slot--center{z-index:3;transform:translate(-50%,-50%)translateY(-12px)}.landing-root .hero-phones-slot--right{z-index:2;transform:translate(-50%,-50%)translate(170px)rotate(8deg)}.landing-root .hero-phones-stage:hover .hero-phones-slot--left{transform:translate(-50%,-50%)translate(-185px)rotate(-9deg)}.landing-root .hero-phones-stage:hover .hero-phones-slot--center{transform:translate(-50%,-50%)translateY(-16px)}.landing-root .hero-phones-stage:hover .hero-phones-slot--right{transform:translate(-50%,-50%)translate(185px)rotate(9deg)}.landing-root .landing-phone{box-sizing:border-box;background:#000;padding:8px;position:relative;box-shadow:0 30px 80px #1a141038,0 8px 24px #1a14101f}.landing-root .landing-phone__notch{z-index:2;background:#000;border-radius:999px;width:78px;height:22px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.landing-root .landing-phone__screen{isolation:isolate;border-radius:32px;width:100%;height:100%;position:relative;overflow:hidden}.landing-root .landing-phone--hero{border-radius:40px;width:280px;height:580px}@media (max-width:919px){.landing-root .hero{padding:100px 0 60px}.landing-root .hero__grid{row-gap:60px}.landing-root .hero-phones-stage__inner{transform-origin:50%;width:100%;max-width:760px;height:540px;transform:scale(.85)}}@media (max-width:639px){.landing-root .hero{padding:88px 0 56px}.landing-root .hero__grid{row-gap:48px}.landing-root .hero-phones-stage{overflow-x:hidden}.landing-root .hero-phones-stage__inner{height:460px;transform:scale(.7)}}@media (max-width:479px){.landing-root .hero{padding:80px 0 48px}.landing-root .hero__grid{row-gap:40px}.landing-root .hero-phones-stage__inner{width:100%;max-width:380px;height:400px;transform:scale(.6)}.landing-root .hero-phones-slot--left{transform:translate(-50%,-50%)translate(-130px)rotate(-8deg)}.landing-root .hero-phones-slot--right{transform:translate(-50%,-50%)translate(130px)rotate(8deg)}.landing-root .hero-phones-stage:hover .hero-phones-slot--left{transform:translate(-50%,-50%)translate(-130px)rotate(-8deg)}.landing-root .hero-phones-stage:hover .hero-phones-slot--center{transform:translate(-50%,-50%)translateY(-12px)}.landing-root .hero-phones-stage:hover .hero-phones-slot--right{transform:translate(-50%,-50%)translate(130px)rotate(8deg)}}@media (min-width:1280px){.landing-root .hero{padding:120px 0 100px}.landing-root .hero__grid{grid-template-columns:minmax(0,1fr) 720px;place-items:center stretch;column-gap:80px}.landing-root .hero__copy{max-width:620px}.landing-root .hero__phones-wrap{align-self:center}}@media (max-width:639px){.landing-root .hero__grid{text-align:center;flex-direction:column;align-items:center;gap:28px;display:flex}.landing-root .hero__copy{display:contents}.landing-root .hero__pill{order:1;align-self:center}.landing-root .hero__title{letter-spacing:0;order:2}.landing-root .hero__subhead{order:3}.landing-root .hero__phones-wrap{order:4}.landing-root .hero__ctas{flex-direction:column;order:5;align-items:center;gap:12px;width:100%;max-width:760px}.landing-root .hero__ctas .landing-btn{width:100%;max-width:760px}.landing-root .hero__stats-wrap{order:6;justify-content:center;width:100%}.landing-root .hero__stats{justify-content:center}}
.landing-root .phone-image-static{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.landing-root .phone-image-scroll{width:100%;height:100%;position:relative;overflow:hidden}.landing-root .phone-image-scroll__track{width:100%;animation:phone-image-scroll var(--scroll-duration,44s)linear infinite;will-change:transform,opacity;flex-direction:column;display:flex}.landing-root .phone-image-scroll__img{width:100%;height:auto;display:block}@keyframes phone-image-scroll{0%{opacity:1;transform:translateY(0)}13%{opacity:1;transform:translateY(0)}84%{opacity:1;transform:translateY(-50%)}90%{opacity:1;transform:translateY(-50%)}93%{opacity:0;transform:translateY(-50%)}94%{opacity:0;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-root .phone-image-scroll__track{animation:none!important;transform:translateY(0)!important}}
.landing-root .banner-dual{--banner-bg:#1c1813;--banner-diner-accent:#caa14e;--banner-owner-accent:#6ea8e0;background:var(--banner-bg);padding:56px 0}.landing-root .banner-dual__head{text-align:center}.landing-root .banner-dual__eyebrow{text-align:center;font-family:var(--font-body);letter-spacing:.28em;text-transform:uppercase;color:#f4ede08c;margin:0 0 12px;font-size:.72rem;font-weight:500}.landing-root .banner-dual__title{text-align:center;font-family:var(--font-display);letter-spacing:-.01em;color:var(--canvas);margin:0;font-size:46px;font-weight:500;line-height:1.1}.landing-root .banner-dual__title em{color:#caa14e;white-space:nowrap;font-style:italic;font-weight:500}.landing-root .banner-dual__grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:32px;display:grid}.landing-root .banner-dual__card{--card-accent:var(--banner-diner-accent);border:1px solid #f4ede01a;border-radius:18px;flex-direction:column;padding:34px;display:flex}.landing-root .banner-dual__card--diner{--card-accent:var(--banner-diner-accent);background:linear-gradient(155deg,#7a1f1c52 0%,#1a141000 58%),#f4ede005}.landing-root .banner-dual__card--owner{--card-accent:var(--banner-owner-accent);background:linear-gradient(155deg,#2156c957 0%,#1a141000 58%),#f4ede005}.landing-root .banner-dual__kicker{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--card-accent);margin:0 0 10px;font-size:12px;font-weight:700}.landing-root .banner-dual__card-title{font-family:var(--font-display);color:#f4ede0;margin:0 0 14px;font-size:28px;font-weight:500;line-height:1.1}.landing-root .banner-dual__lead{font-family:var(--font-body);color:#f4ede0b8;margin:0;font-size:.98rem;font-weight:300;line-height:1.55}.landing-root .banner-dual__cta{font-family:var(--font-body);color:var(--card-accent);align-self:flex-start;margin-top:18px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s}.landing-root .banner-dual__cta:hover,.landing-root .banner-dual__cta:focus-visible{opacity:.78}.landing-root .banner-dual__cta:focus-visible{outline:2px solid var(--card-accent);outline-offset:4px}@media (max-width:767px){.landing-root .banner-dual{padding:44px 0}.landing-root .banner-dual__title{font-size:30px}.landing-root .banner-dual__title em{white-space:normal}.landing-root .banner-dual__grid{grid-template-columns:1fr}}
.landing-root .themes-section{padding:88px 0 56px;position:relative}.landing-root .themes-intro{text-align:center;max-width:920px;margin:0 auto;padding:0 0 80px}.landing-root .themes-intro__title{font-family:var(--font-display);letter-spacing:-.012em;color:var(--ink);text-wrap:balance;margin:24px 0;font-size:clamp(2.25rem,5.5vw,4rem);font-weight:500;line-height:1.05}.landing-root .themes-intro__title em{color:var(--garnet);font-style:italic;font-weight:400}.landing-root .themes-intro__sub{font-family:var(--font-body);color:var(--ink-soft);text-wrap:pretty;max-width:680px;margin:0 auto;font-size:1.0625rem;font-weight:300;line-height:1.6}.landing-root .theme-block{padding:100px 0;position:relative;overflow:hidden}.landing-root .theme-block:not(:first-of-type){border-top:1px solid var(--line)}.landing-root .theme-block__grid{grid-template-columns:1fr;align-items:center;gap:60px;display:grid}.landing-root .theme-block__copy{z-index:1;box-sizing:border-box;flex-direction:column;gap:24px;min-width:0;max-width:540px;display:flex;position:relative}.landing-root .theme-block__eyebrow{font-family:var(--font-body);letter-spacing:.32em;text-transform:uppercase;color:var(--copper);margin:0;font-size:.72rem;font-weight:500}.landing-root .theme-block__title{font-family:var(--font-display);letter-spacing:-.012em;color:var(--ink);overflow-wrap:anywhere;word-wrap:break-word;text-wrap:balance;margin:0;font-size:clamp(1.75rem,7vw,4.5rem);font-style:italic;font-weight:500;line-height:1.02}.landing-root .theme-block--italian .theme-block__title{font-family:var(--font-display);letter-spacing:-.02em;font-style:normal;font-weight:800}.landing-root .theme-block__lead{font-family:var(--font-display);color:var(--ink-soft);overflow-wrap:anywhere;word-wrap:break-word;text-wrap:pretty;max-width:480px;margin:0;font-size:clamp(1.05rem,3.5vw,1.25rem);font-style:italic;font-weight:400;line-height:1.45}.landing-root .theme-block__meta{flex-direction:column;margin:8px 0 0;display:flex}.landing-root .theme-block__meta>div{border-top:1px solid var(--line);grid-template-columns:140px 1fr;align-items:baseline;gap:16px;padding:14px 0;display:grid}.landing-root .theme-block__meta>div:last-child{border-bottom:1px solid var(--line)}.landing-root .theme-block__meta dt{font-family:var(--font-body);letter-spacing:.28em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.7rem;font-weight:500}.landing-root .theme-block__meta dd{font-family:var(--font-body);color:var(--ink);margin:0;font-size:.95rem}.landing-root .theme-block__swatches{align-items:center;gap:10px;display:flex}.landing-root .theme-block__swatch{border:1px solid #1a14102e;border-radius:999px;flex-shrink:0;width:18px;height:18px}.landing-root .theme-block__cta{font-family:var(--font-body);color:#f4ede0;background:#1a1410;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;margin-top:8px;padding:13px 26px;font-weight:600;text-decoration:none;transition:background .3s cubic-bezier(.2,.8,.2,1);display:inline-flex}.landing-root .theme-block__cta:hover{background:#7a1f1c}.landing-root .theme-block__cta:focus-visible{outline:2px solid var(--garnet);outline-offset:4px}.landing-root .theme-block__cta--mobile{display:none}.landing-root .theme-block__visual{justify-content:center;align-items:center;min-width:0;min-height:620px;display:flex;position:relative}.landing-root .theme-block__visual .landing-phone{z-index:1;position:relative}.landing-root .theme-block__decor{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;line-height:1;position:absolute}.landing-root .theme-block__decor--oriental{color:#1a14100f;font-family:Noto Serif JP,Cormorant Garamond,serif;font-size:clamp(180px,22vw,280px);font-weight:400;top:-40px;right:-60px}.landing-root .theme-block--reverse .theme-block__decor--oriental{left:-60px;right:auto}.landing-root .theme-block__decor--italian{font-family:var(--font-display);color:#7a1f1c14;letter-spacing:-.02em;font-size:clamp(140px,22vw,280px);font-style:italic;font-weight:700;line-height:.9;top:60px;left:-20px}.landing-root .theme-block__seal{font-family:var(--font-display);color:var(--ink);font-size:clamp(2rem,7vw,2.75rem);font-style:italic;line-height:1;display:none}.landing-root .theme-block__seal--oriental{letter-spacing:0;color:var(--ink-soft);font-family:Noto Serif JP,Cormorant Garamond,serif;font-style:normal}.landing-root .theme-block__seal--italian{color:#7a1f1c8c;font-weight:700}@media (max-width:1023px){.landing-root .theme-block__seal{display:block}}.landing-root .theme-block__divider{align-items:center;gap:16px;margin:8px 0;display:flex}.landing-root .theme-block__divider-line{border-top:1px dotted var(--copper);opacity:.5;flex:1}.landing-root .theme-block__divider-glyph{font-family:var(--font-display);color:var(--copper);flex-shrink:0;font-size:1.4rem;line-height:1}.landing-root .theme-block__divider--mediterraneo .theme-block__divider-line{opacity:.4;border-top-style:solid;border-top-color:#6b7a3e}.landing-root .theme-block__divider-glyph--mediterraneo{color:#6b7a3e;align-items:center;display:inline-flex}.landing-root .theme-block__divider--urbano .theme-block__divider-line{opacity:.75;border-top-style:solid;border-top-color:#ff2d95;box-shadow:0 0 6px #ff2d958c,0 0 12px #ff2d954d}.landing-root .theme-block__divider-glyph--neon{background:#ffb13d;border-radius:50%;width:8px;height:8px;box-shadow:0 0 6px #ffb13de6,0 0 14px #ff2d958c,0 0 22px #ff2d9559}.landing-root .landing-phone--block{border-radius:44px;width:320px;max-width:100%;height:620px}.landing-root .landing-phone--mini{border-radius:26px;width:180px;max-width:100%;height:360px;padding:6px}.landing-root .landing-phone--mini .landing-phone__notch{width:50px;height:14px;top:8px}.landing-root .landing-phone--mini .landing-phone__screen{border-radius:20px}.landing-root .themes-section blockquote{margin:0}.landing-root .themes-upcoming{padding-top:100px}.landing-root .themes-upcoming__divider{align-items:center;gap:16px;margin-bottom:56px;display:flex}.landing-root .themes-upcoming__divider-line{border-top:1px dotted var(--copper);opacity:.4;flex:1}.landing-root .themes-upcoming__divider-text{font-family:var(--font-body);letter-spacing:.32em;text-transform:uppercase;color:var(--copper);flex-shrink:0;padding-inline:16px;font-size:.72rem;font-weight:500}.landing-root .upcoming-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(24px,4vw,40px);display:grid}.landing-root .theme-mini-card{border:1px solid var(--line);box-sizing:border-box;background:0 0;flex-direction:column;gap:24px;min-width:0;padding:28px;transition:transform .2s cubic-bezier(.2,.8,.2,1),box-shadow .2s cubic-bezier(.2,.8,.2,1),border-color .2s cubic-bezier(.2,.8,.2,1);display:flex;position:relative}.landing-root .theme-mini-card:hover{border-color:#1a14102e;transform:translateY(-2px);box-shadow:0 6px 20px #1a14100f}.landing-root .theme-mini-card__visual{justify-content:center;padding-bottom:8px;display:flex}.landing-root .theme-mini-card__body{flex-direction:column;gap:12px;display:flex}.landing-root .theme-mini-card__badge{font-family:var(--font-body);letter-spacing:.24em;text-transform:uppercase;color:var(--copper);font-size:.68rem;font-weight:500}.landing-root .theme-mini-card__title{font-family:var(--font-display);letter-spacing:-.012em;color:var(--ink);overflow-wrap:anywhere;word-wrap:break-word;text-wrap:balance;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-style:italic;font-weight:500;line-height:1.05}.landing-root .theme-mini-card__description{font-family:var(--font-body);color:var(--ink-soft);overflow-wrap:anywhere;word-wrap:break-word;text-wrap:pretty;margin:0;font-size:clamp(.9rem,2.2vw,1rem);font-weight:400;line-height:1.5}.landing-root .theme-mini-card__cta{font-family:var(--font-body);color:var(--garnet);text-underline-offset:5px;align-self:flex-start;align-items:center;gap:6px;margin-top:4px;font-size:.9rem;font-weight:500;-webkit-text-decoration:underline #7a1f1c66;text-decoration:underline #7a1f1c66;text-decoration-thickness:1px;transition:text-decoration-color .3s cubic-bezier(.2,.8,.2,1);display:inline-flex}.landing-root .theme-mini-card__cta:hover{-webkit-text-decoration-color:var(--garnet);text-decoration-color:var(--garnet)}.landing-root .theme-mini-card__cta:focus-visible{outline:2px solid var(--garnet);outline-offset:4px}.landing-root .themes-footer{margin-top:24px;padding:0 0 16px}.landing-root .themes-footer__bar{background:#e9e0d0;border-radius:18px;justify-content:space-between;align-items:center;gap:28px;max-width:1100px;margin:0 auto;padding:30px 38px;display:flex}.landing-root .themes-footer__title{font-family:var(--font-display);color:#1a1410;text-wrap:balance;margin:0;font-size:23px;font-weight:500;line-height:1.2}.landing-root .themes-footer__sub{font-family:var(--font-body);color:#6b6052;margin:6px 0 0;font-size:14px;line-height:1.5}.landing-root .themes-footer__cta{font-family:var(--font-body);color:#f4ede0;background:#1a1410;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:14px 26px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .3s cubic-bezier(.2,.8,.2,1);display:inline-flex}.landing-root .themes-footer__cta:hover{background:#7a1f1c}.landing-root .themes-footer__cta:focus-visible{outline:2px solid var(--copper);outline-offset:2px}.landing-root .screen-mini{flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.landing-root .screen-mini--urbano{background:#0a0a0a}.landing-root .screen-mini--mediterraneo{background:#f8fafc}.landing-root .screen-mini__header{text-align:center;z-index:2;flex-shrink:0;padding:22px 14px 10px;position:relative}.landing-root .screen-mini__eyebrow{font-family:var(--font-body);letter-spacing:.15em;margin-bottom:14px;font-size:7px;font-weight:600;line-height:1;display:block}.landing-root .screen-mini--urbano .screen-mini__eyebrow{color:#888780}.landing-root .screen-mini--mediterraneo .screen-mini__eyebrow{color:#7a8b9a}.landing-root .screen-mini__glyph{color:#c9a35f;margin-bottom:6px;font-size:14px;line-height:1;display:block}.landing-root .screen-mini__title{margin:0;line-height:1}.landing-root .screen-mini--urbano .screen-mini__title{letter-spacing:-.02em;color:#fff;font-family:Inter Tight,Inter,system-ui,sans-serif;font-size:24px;font-weight:800}.landing-root .screen-mini--mediterraneo .screen-mini__title{font-family:var(--font-display);color:var(--garnet);font-size:22px;font-style:italic;font-weight:500}.landing-root .screen-mini__divider{width:60px;height:.5px;margin:11px auto;display:block}.landing-root .screen-mini--urbano .screen-mini__divider{background:#444;height:.5px}.landing-root .screen-mini--mediterraneo .screen-mini__divider{background:#c9a35f}.landing-root .screen-mini__tagline{font-family:var(--font-body);letter-spacing:.08em;font-size:6.5px;font-style:italic;line-height:1.4;display:block}.landing-root .screen-mini--urbano .screen-mini__tagline{color:#888780}.landing-root .screen-mini--mediterraneo .screen-mini__tagline{color:#5a6b7a}.landing-root .screen-mini__veil{z-index:1;flex-direction:column;flex:1;gap:8px;padding:22px 16px 0;display:flex;position:relative}.landing-root .screen-mini--urbano .screen-mini__veil{background:linear-gradient(#0000 0%,#0a0a0ad9 40%,#0a0a0af2 100%)}.landing-root .screen-mini--mediterraneo .screen-mini__veil{background:linear-gradient(#0000 0%,#f4ede0b3 35%,#f4ede0f2 100%)}.landing-root .screen-mini__hint{border-radius:2px;height:3px;display:block}.landing-root .screen-mini--urbano .screen-mini__hint{background:#ffffff0f}.landing-root .screen-mini--mediterraneo .screen-mini__hint{background:#2d3e5414}.landing-root .screen-mini__hint--1{width:65%;height:4px}.landing-root .screen-mini__hint--2{width:80%}.landing-root .screen-mini__hint--3{width:55%;height:4px;margin-top:12px}.landing-root .screen-mini__hint--4{width:75%}.landing-root .screen-mini__microcopy{text-align:center;font-family:var(--font-display);z-index:3;flex-direction:column;font-size:8px;line-height:1.4;display:flex;position:absolute;bottom:14px;left:0;right:0}.landing-root .screen-mini--urbano .screen-mini__microcopy{color:#a8a39e}.landing-root .screen-mini--mediterraneo .screen-mini__microcopy{color:#7a8b9a}.landing-root .screen-mini__microcopy em{font-style:italic}@media (max-width:1023px){.landing-root .themes-section{padding:80px 0 60px}.landing-root .themes-intro{padding:0 0 60px}.landing-root .theme-block{gap:48px;padding:80px 0}.landing-root .theme-block__copy{max-width:100%}.landing-root .theme-block__copy .theme-block__cta{display:none}.landing-root .theme-block__cta--mobile{place-self:center;margin-top:0;display:inline-flex}.landing-root .theme-block__decor{display:none}.landing-root .themes-upcoming{padding-top:80px}.landing-root .themes-upcoming__divider{margin-bottom:40px}.landing-root .themes-footer{margin-top:16px;padding:0 0 12px}}@media (max-width:639px){.landing-root .themes-section{padding:64px 0 48px}.landing-root .theme-block{gap:40px;padding:64px 0}.landing-root .theme-block__meta>div{grid-template-columns:1fr;gap:4px}.landing-root .theme-block__title{letter-spacing:0}.landing-root .themes-upcoming{padding-top:64px}.landing-root .themes-upcoming__divider{margin-bottom:32px}.landing-root .themes-footer{margin-top:8px;padding:0 0 8px}.landing-root .themes-footer__bar{flex-direction:column;align-items:flex-start;gap:18px;padding:24px}.landing-root .theme-mini-card{padding:24px}.landing-root .landing-phone--block{border-radius:40px;width:280px;height:540px}.landing-root .theme-block__visual{min-height:540px}}@media (max-width:479px){.landing-root .landing-phone--block{border-radius:36px;width:240px;height:465px}.landing-root .theme-block__visual{min-height:470px}}@media (min-width:1024px){.landing-root .theme-block{padding:120px 0}.landing-root .theme-block__grid{grid-template-columns:1.05fr 1fr;gap:100px}.landing-root .theme-block--reverse .theme-block__grid{grid-template-columns:1fr 1.05fr}.landing-root .theme-block--reverse .theme-block__visual{grid-area:1/1}.landing-root .theme-block--reverse .theme-block__copy{grid-area:1/2}}.landing-root .themes-tabs{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:48px;display:flex}.landing-root .themes-tab{border:1px solid var(--line);cursor:pointer;font-family:var(--font-body);background:0 0;border-radius:999px;align-items:center;gap:10px;padding:10px 18px;transition:background .15s,border-color .15s;display:inline-flex}.landing-root .themes-tab:hover{border-color:#1a141047}.landing-root .themes-tab.is-active{background:var(--canvas-2);border-color:#1a141059}.landing-root .themes-tab:focus-visible{outline:2px solid var(--copper);outline-offset:2px}.landing-root .themes-tab__dot{border-radius:999px;flex-shrink:0;width:9px;height:9px}.landing-root .themes-tab__name{color:var(--ink);font-size:.92rem;font-weight:600}.landing-root .themes-tab__archetype{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:500}.landing-root .themes-selector__panel{margin-top:8px}.landing-root .themes-tabs__hint{display:none}@keyframes themes-hint-nudge{0%,to{transform:translate(0)}50%{transform:translate(5px)}}@media (max-width:767px){.landing-root .themes-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity;flex-wrap:nowrap;justify-content:flex-start;margin-top:32px;scroll-padding-left:20px;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 16px calc(100% - 16px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 16px calc(100% - 16px),#0000 100%)}.landing-root .themes-tabs::-webkit-scrollbar{display:none}.landing-root .themes-tab{scroll-snap-align:start;flex-shrink:0}.landing-root .themes-tabs__hint{font-family:var(--font-display);letter-spacing:.01em;color:var(--copper);justify-content:center;align-items:center;gap:7px;margin:14px 0 0;font-size:.875rem;font-style:italic;font-weight:400;display:flex}.landing-root .themes-tabs__hint-arrow{font-style:normal;animation:1.8s ease-in-out infinite themes-hint-nudge;display:inline-block}}@media (prefers-reduced-motion:reduce){.landing-root .themes-tabs__hint-arrow{animation:none}}
.landing-root{--feature-blue:#2d5177}.landing-root .diptych-section{padding:90px 0 0;position:relative}.landing-root .diptych-section:before{content:"";pointer-events:none;background:#1a141040;width:80px;height:1px;position:absolute;top:60px;left:50%;transform:translate(-50%)}.landing-root .diner{background:#1a1410;border-bottom:1px solid #f4ede01f;padding:100px 0;position:relative}.landing-root .diner__grid{grid-template-columns:1fr;align-items:center;gap:60px;display:grid}.landing-root .diner__copy{box-sizing:border-box;flex-direction:column;gap:28px;min-width:0;max-width:540px;display:flex}.landing-root .diner__pretitle{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:#caa14e;margin:0;font-size:13px;font-style:normal;font-weight:600;line-height:1.2}.landing-root .diner__title{font-family:var(--font-display);letter-spacing:-.012em;color:#f4ede0;text-wrap:balance;overflow-wrap:anywhere;word-wrap:break-word;margin:0;font-size:clamp(1.75rem,4.5vw,2.875rem);font-weight:500;line-height:1.08}.landing-root .diner__title em{color:#caa14e;font-style:italic;font-weight:500}.landing-root .diner__lead{font-family:var(--font-body);color:#f4ede0b8;text-wrap:pretty;overflow-wrap:anywhere;word-wrap:break-word;max-width:480px;margin:0;font-size:clamp(1rem,2vw,1.0625rem);font-weight:400;line-height:1.6}.landing-root .diner__features{counter-reset:diner-feature;flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.landing-root .diner__feature{counter-increment:diner-feature;border-top:1px solid #f4ede01f;min-width:0;padding:24px 0 24px 64px;position:relative}.landing-root .diner__feature:last-child{border-bottom:1px solid #f4ede01f}.landing-root .diner__feature:before{content:counter(diner-feature,decimal-leading-zero);font-family:var(--font-display);letter-spacing:.04em;color:#caa14e;width:56px;font-size:1.05rem;font-style:italic;font-weight:400;line-height:1;position:absolute;top:26px;left:0}.landing-root .diner__feature-title{font-family:var(--font-display);color:#f4ede0;letter-spacing:-.005em;margin:0 0 8px;font-size:clamp(1.125rem,2.5vw,1.375rem);font-weight:600;line-height:1.25}.landing-root .diner__feature-desc{font-family:var(--font-body);color:#f4ede09e;text-wrap:pretty;overflow-wrap:anywhere;word-wrap:break-word;margin:0;font-size:clamp(.9rem,2.2vw,1rem);font-weight:400;line-height:1.55}.landing-root .diner__phone-wrap{flex-direction:column;justify-content:center;align-items:center;gap:32px;min-width:0;display:flex}.landing-root .diner__phone-stage{flex-direction:column;justify-content:center;align-items:center;min-width:0;display:flex;position:relative}.landing-root .diner__demo-cta{font-family:var(--font-display);letter-spacing:.01em;color:#caa14e;border-bottom:1px solid #caa14e99;align-self:center;padding-bottom:4px;font-size:1rem;font-style:italic;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:inline-block}.landing-root .diner__demo-cta:hover,.landing-root .diner__demo-cta:focus-visible{color:#e0bd72;border-bottom-color:#e0bd72d9}.landing-root .diner__demo-cta:focus-visible{outline-offset:4px;outline:2px solid #caa14e}.landing-root .landing-phone--diner{border-radius:48px;width:360px;max-width:100%;height:720px}.landing-root .diner-screen{color:#1a1410;box-sizing:border-box;background:#f4ede0;flex-direction:column;gap:16px;width:100%;height:100%;padding:28px 22px 22px;display:flex;overflow:hidden}.landing-root .diner-screen__header{flex-direction:column;align-items:center;gap:4px;padding-bottom:8px;display:flex}.landing-root .diner-screen__eyebrow{font-family:var(--font-body);letter-spacing:.28em;text-transform:uppercase;color:#b87333;font-size:9px;font-weight:500}.landing-root .diner-screen__theme{font-family:var(--font-display);color:#1a1410;margin:0;font-size:1.5rem;font-weight:500;line-height:1.1}.landing-root .diner-screen__theme em{color:#7a1f1c;font-style:italic;font-weight:400}.landing-root .diner-screen__filters{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.landing-root .diner-screen__pill{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:#1a1410a6;white-space:nowrap;border:1px solid #1a14102e;border-radius:999px;padding:5px 12px;font-size:9px;font-weight:500}.landing-root .diner-screen__pill--active{color:#7a1f1c;background:#7a1f1c1a;border-color:#7a1f1c;font-weight:600}.landing-root .diner-screen__banner{color:#f4ede0;text-align:center;background:linear-gradient(135deg,#7a1f1c 0%,#5e1815 100%);border-radius:6px;flex-direction:column;gap:6px;padding:16px 18px;display:flex}.landing-root .diner-screen__banner-label{font-family:var(--font-body);letter-spacing:.32em;text-transform:uppercase;color:#d4a85c;font-size:8px;font-weight:600}.landing-root .diner-screen__banner-title{font-family:var(--font-display);margin:0;font-size:1.05rem;font-weight:500;line-height:1.15}.landing-root .diner-screen__banner-title em{font-style:italic;font-weight:400}.landing-root .diner-screen__banner-desc{font-family:var(--font-body);color:#f4ede0c7;margin:0;font-size:.7rem;font-style:italic}.landing-root .diner-screen__banner-price{font-family:var(--font-display);color:#d4a85c;font-size:1rem;font-style:italic}.landing-root .diner-screen__dishes{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.landing-root .diner-screen__dishes li{border-bottom:1px dotted #1a14102e;flex-wrap:wrap;align-items:baseline;gap:6px;padding:12px 0;display:flex}.landing-root .diner-screen__dishes li:last-child{border-bottom:0}.landing-root .diner-screen__dish-name{font-family:var(--font-display);color:#1a1410;font-size:.92rem;font-style:italic}.landing-root .diner-screen__dish-allergens{font-family:var(--font-body);letter-spacing:.08em;color:#b87333;font-size:.62rem}.landing-root .ia-chat{color:#f4ede0;box-sizing:border-box;background:#14100b;flex-direction:column;gap:16px;width:100%;height:100%;padding:28px 20px 18px;display:flex;overflow:hidden}.landing-root .ia-chat__header{flex-direction:column;gap:4px;padding-bottom:4px;display:flex}.landing-root .ia-chat__brand{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:#caa14e;font-size:10px;font-weight:600}.landing-root .ia-chat__title{font-family:var(--font-display);color:#f4ede0;margin:2px 0 0;font-size:1.4rem;font-style:italic;font-weight:500;line-height:1.1}.landing-root .ia-chat__subtitle{font-family:var(--font-body);color:#f4ede08c;margin:0;font-size:11px;line-height:1.4}.landing-root .ia-chat__prefs{flex-direction:column;gap:8px;display:flex}.landing-root .ia-chat__prefs-label{font-family:var(--font-body);letter-spacing:.28em;text-transform:uppercase;color:#f4ede073;font-size:8px;font-weight:600}.landing-root .ia-chat__chips{flex-wrap:wrap;gap:6px;display:flex}.landing-root .ia-chat__chip{font-family:var(--font-body);letter-spacing:.06em;color:#f4ede09e;white-space:nowrap;border:1px solid #f4ede038;border-radius:999px;padding:5px 11px;font-size:9px;font-weight:500}.landing-root .ia-chat__chip--active{color:#e0bd72;background:#caa14e29;border-color:#caa14e;font-weight:600}.landing-root .ia-chat__convo{flex-direction:column;gap:10px;margin-top:2px;display:flex}.landing-root .ia-chat__bubble{font-family:var(--font-body);max-width:86%;padding:11px 14px;font-size:11.5px;line-height:1.45}.landing-root .ia-chat__bubble--user{color:#1a1410;background:#caa14e;border-radius:16px 16px 4px;align-self:flex-end}.landing-root .ia-chat__bubble--short{max-width:60%}.landing-root .ia-chat__bubble--assistant{color:#f4ede0eb;background:#f4ede014;border:1px solid #f4ede01a;border-radius:16px 16px 16px 4px;align-self:flex-start}.landing-root .ia-chat__bubble--assistant strong{color:#f4ede0;font-weight:700}.landing-root .ia-chat__input{align-items:center;gap:8px;margin-top:auto;padding-top:12px;display:flex}.landing-root .ia-chat__input-field{font-family:var(--font-body);color:#f4ede066;white-space:nowrap;text-overflow:ellipsis;border:1px solid #f4ede02e;border-radius:999px;flex:1;padding:10px 14px;font-size:11px;overflow:hidden}.landing-root .ia-chat__mic{color:#caa14e;background:0 0;border:1px solid #caa14e80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.landing-root .ia-chat__mic svg{width:18px;height:18px}.landing-root .ia-chat__send{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:#1a1410;white-space:nowrap;background:#caa14e;border-radius:999px;padding:10px 14px;font-size:9px;font-weight:700}@media (max-width:1023px){.landing-root .diptych-section{padding:72px 0 0}.landing-root .diptych-section:before{top:40px}.landing-root .diner{padding:80px 0}.landing-root .diner__copy{max-width:100%}.landing-root .diner__demo-cta{margin:24px auto 0;display:table}}@media (max-width:639px){.landing-root .diptych-section{padding:64px 0 0}.landing-root .diner{padding:64px 0}.landing-root .diner__title{letter-spacing:0}.landing-root .landing-phone--diner{border-radius:44px;width:320px;height:640px}.landing-root .diner__feature{padding-left:44px}.landing-root .diner__feature:before{width:36px;font-size:1.3rem;top:24px}}@media (max-width:479px){.landing-root .landing-phone--diner{border-radius:40px;width:280px;height:560px}}@media (min-width:1024px){.landing-root .diner__grid{grid-template-columns:1fr 1.1fr;gap:100px}}.landing-root .owner{background:var(--canvas);padding:140px 0 0;position:relative;overflow:hidden}.landing-root .owner:after{content:"";pointer-events:none;z-index:1;background:#1a141024;width:80px;height:1px;position:absolute;top:60px;left:50%;transform:translate(-50%)}.landing-root .owner>*{z-index:2;position:relative}.landing-root .owner__pretitle{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--feature-blue);margin:0;font-size:.8125rem;font-weight:600;line-height:1.2}.landing-root .owner__title{font-family:var(--font-display);letter-spacing:-.012em;color:var(--ink);text-wrap:balance;overflow-wrap:anywhere;word-wrap:break-word;margin:0;font-size:clamp(1.875rem,5vw,3.5rem);font-weight:500;line-height:1.05}.landing-root .owner__title em{color:var(--feature-blue);font-style:italic;font-weight:700}.landing-root .owner__lead{font-family:var(--font-body);color:color-mix(in srgb,var(--ink)70%,var(--canvas));text-wrap:pretty;overflow-wrap:anywhere;max-width:560px;margin:0;font-size:clamp(1rem,2vw,1.0625rem);font-weight:400;line-height:1.6}.landing-root .owner__panel-intro{text-align:center;flex-direction:column;align-items:center;gap:20px;max-width:760px;margin:0 auto 44px;display:flex}.landing-root .owner__panel-intro .owner__lead{margin-left:auto;margin-right:auto}.landing-root .owner__demo-hint{font-family:var(--font-body);color:color-mix(in srgb,var(--ink)62%,var(--canvas));margin:0;font-size:.9375rem;font-weight:400;line-height:1.5}.landing-root .owner__features-band{background:var(--canvas);margin-top:0;padding:40px 0 88px}.landing-root .owner__features{grid-template-columns:1fr;gap:20px;margin:0;padding:0;list-style:none;display:grid}.landing-root .owner__feature{background:#faf6ee;border:1px solid #1a14100f;border-radius:18px;min-width:0;margin:0;padding:28px;box-shadow:0 1px 2px #1a14100a,0 14px 32px -16px #1a14101f}.landing-root .owner__feature-icon{background:color-mix(in srgb,var(--feature-blue)12%,#fff);width:46px;height:46px;color:var(--feature-blue);border-radius:13px;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.landing-root .owner__feature-icon svg{width:22px;height:22px}.landing-root .owner__feature-title{font-family:var(--font-body);color:var(--ink);letter-spacing:-.005em;margin:0 0 8px;font-size:1.0625rem;font-weight:600;line-height:1.3}.landing-root .owner__feature-desc{font-family:var(--font-body);color:color-mix(in srgb,var(--ink)62%,var(--canvas));text-wrap:pretty;overflow-wrap:anywhere;word-wrap:break-word;margin:0;font-size:.9375rem;font-weight:400;line-height:1.55}.landing-root .owner__feature-cta{font-family:var(--font-body);color:var(--garnet);text-underline-offset:5px;align-items:center;gap:6px;margin-top:12px;font-size:.9rem;font-weight:500;-webkit-text-decoration:underline #7a1f1c66;text-decoration:underline #7a1f1c66;text-decoration-thickness:1px;transition:text-decoration-color .3s cubic-bezier(.2,.8,.2,1);display:inline-flex}.landing-root .owner__feature-cta:hover{-webkit-text-decoration-color:var(--garnet);text-decoration-color:var(--garnet)}.landing-root .owner__feature-cta:focus-visible{outline:2px solid var(--garnet);outline-offset:4px}@media (min-width:768px){.landing-root .owner__features{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width:1024px){.landing-root .owner__features{grid-template-columns:repeat(4,1fr)}}@media (max-width:1023px){.landing-root .owner{padding:100px 0 0}.landing-root .owner:after{top:40px}}@media (max-width:639px){.landing-root .owner{padding:64px 0 0}.landing-root .owner__title{letter-spacing:0}.landing-root .owner__features-band{margin-top:0;padding:28px 0 48px}.landing-root .owner__feature{padding:22px}}