*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-primary:"Clash Display", sans-serif;--font-secondary:"Archivo", sans-serif;--white:#fff;--black:#000;--brand-blue:#163a50;--brand-gray:#b1b7bd;--cream:#fdf9ef;--brand-orange:#d89109;--brand-orange-dark:#bb5e08;--bg:var(--cream);--paper:var(--white);--ink:var(--black);--ink-soft:color-mix(in oklab, var(--black) 62%, var(--white));--ink-mute:color-mix(in oklab, var(--black) 42%, var(--white));--line:#0000001f;--line-soft:#0000000f;--night:var(--black);--night-2:var(--black);--night-3:var(--black);--night-line:#ffffff1f;--amber:var(--brand-gray);--amber-rgb:177, 183, 189;--coral:var(--brand-orange);--teal:var(--brand-blue);--purple:var(--brand-blue);--accent:var(--brand-gray);--accent-rgb:177, 183, 189;--cta-hover-gradient:linear-gradient(135deg, var(--white) 0%, var(--brand-gray) 100%);--outline-width:1.5px;--outline-light:#0006;--outline-light-soft:#0000003d;--outline-dark:#ffffffad;--outline-dark-soft:#ffffff7a;--outline-brand:var(--brand-orange);--hero-trail:var(--brand-gray);--layout-gutter:clamp(20px, 3vw, 40px);--product-feature-row-max:1320px;--product-feature-row-gap:80px;--product-feature-padding-block:clamp(140px, 16vh, 162px);--product-feature-preview-max:520px;--product-catalog-card-max:400px;--nav-pill-height:40px;--nav-icon-size:40px;--nav-control-icon:18px;--nav-menu-lottie-icon:20px;--nav-bar-height:calc(var(--nav-pill-height) + 20px);--nav-hover-bg:#d8910914;--nav-filled-bg:var(--black);--nav-interactive-ease:cubic-bezier(.2, 0, 0, 1);--nav-interactive-duration:.15s;--on-night-high:color-mix(in oklab, var(--cream) 88%, transparent);--on-night-mid:color-mix(in oklab, var(--cream) 72%, transparent);--on-night-muted:color-mix(in oklab, var(--cream) 50%, transparent);--on-night-faint:color-mix(in oklab, var(--cream) 40%, transparent);--night-surface:color-mix(in oklab, var(--night) 94%, transparent);--scroll-cue-bottom-desktop:clamp(20px, 3vw, 32px);--scroll-cue-bottom-mobile:clamp(88px, 13.5vh, 112px);--menu-shell-pad:10px;--menu-motion-duration:.58s;--menu-motion-ease:cubic-bezier(.2, 0, 0, 1);--menu-shell-radius:calc(var(--nav-pill-height) / 2 + var(--menu-shell-pad))}html{scroll-behavior:smooth;background:var(--night);overflow-x:clip}body{font-family:var(--font-secondary), system-ui, sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:clip}::selection{background:var(--accent);color:var(--night)}img{max-width:100%;display:block}.display{font-family:var(--font-primary), sans-serif;letter-spacing:-.02em;font-weight:400;line-height:.94}.display em{font-style:italic}.kicker{font-family:var(--font-primary), sans-serif;letter-spacing:.2em;text-transform:uppercase;font-size:11px;font-weight:700}.mono{font-family:var(--font-secondary), sans-serif}.topnav{z-index:60;padding:12px var(--layout-gutter);min-height:var(--nav-bar-height);grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;display:grid;position:sticky;top:0}.topnav:not(.topnav--dark){-webkit-backdrop-filter:blur(14px)saturate(140%);backdrop-filter:blur(14px)saturate(140%);border-bottom:1px solid var(--line-soft);background:#f5f3eed9}.topnav__brand{border-radius:999px;justify-self:start;display:inline-flex}.topnav__center{justify-self:center}.topnav__nav-tools{z-index:1;align-items:center;gap:10px;display:inline-flex;position:relative}.topnav[data-menu-open=true]{z-index:152}.topnav__nav-tools[data-menu-open=true] .nav-menu,.topnav__nav-tools[data-menu-open=true] .nav-locale-chip{z-index:2;position:relative}.topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell,.topnav__nav-tools[data-menu-open=true] .nav-locale-chip,.topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell:hover,.topnav__nav-tools[data-menu-open=true] .nav-locale-chip:hover{background:var(--nav-filled-bg);color:var(--white);box-shadow:none;border-color:#0000;transform:none}.topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-scroll{opacity:1;visibility:visible;color:#ffffffe0;max-width:none}.topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-divider{opacity:1;visibility:visible;background:#ffffff29;width:1px}.topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell,.topnav__nav-tools[data-menu-open=true] .nav-locale-chip{transition:border-color var(--menu-motion-duration) var(--menu-motion-ease), background-color var(--menu-motion-duration) var(--menu-motion-ease), color var(--menu-motion-duration) var(--menu-motion-ease), box-shadow var(--menu-motion-duration) var(--menu-motion-ease), transform var(--menu-motion-duration) var(--menu-motion-ease);overflow:visible}.topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-divider,.topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-scroll{transition:opacity var(--menu-motion-duration) var(--menu-motion-ease), color var(--menu-motion-duration) var(--menu-motion-ease), background-color var(--menu-motion-duration) var(--menu-motion-ease)}.topnav__actions{justify-self:end;align-items:center;gap:10px;display:flex}.brand-logo{width:var(--nav-pill-height);height:var(--nav-pill-height);object-fit:contain;transition:transform .15s cubic-bezier(.2,0,0,1);display:block}.topnav__brand:hover .brand-logo{transform:scale(1.03)}.topnav__brand:active .brand-logo{transform:scale(.96)}.brand-logo--mark{object-fit:contain}.nav-icon-btn{width:var(--nav-icon-size);height:var(--nav-icon-size);border:var(--outline-width) solid var(--outline-light);color:var(--ink);transition:border-color var(--nav-interactive-duration) var(--nav-interactive-ease), background-color var(--nav-interactive-duration) var(--nav-interactive-ease), color var(--nav-interactive-duration) var(--nav-interactive-ease), box-shadow var(--nav-interactive-duration) var(--nav-interactive-ease), transform var(--nav-interactive-duration) var(--nav-interactive-ease);background:#ffffff8c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.nav-icon-btn svg{width:var(--nav-control-icon);height:var(--nav-control-icon);color:currentColor;display:block;transform:translateY(.5px)}.nav-icon-btn:hover{border-color:var(--outline-brand);color:var(--outline-brand);background:var(--nav-hover-bg);transform:translateY(-1px)}.nav-icon-btn:active{transform:scale(.96)}.nav-locale-chip{z-index:1;width:var(--nav-icon-size);height:var(--nav-icon-size);min-width:var(--nav-icon-size);border:var(--outline-width) solid var(--outline-light);color:var(--ink);font-family:var(--font-primary), sans-serif;letter-spacing:.06em;transition:border-color var(--nav-interactive-duration) var(--nav-interactive-ease), background-color var(--nav-interactive-duration) var(--nav-interactive-ease), color var(--nav-interactive-duration) var(--nav-interactive-ease), box-shadow var(--nav-interactive-duration) var(--nav-interactive-ease), transform var(--nav-interactive-duration) var(--nav-interactive-ease);background:#ffffff8c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex;position:relative}.nav-locale-chip:hover{border-color:var(--outline-brand);color:var(--outline-brand);background:var(--nav-hover-bg);transform:translateY(-1px)}.nav-locale-chip:active{transform:scale(.96)}.nav-cta{background:var(--black);color:var(--white);height:var(--nav-pill-height);min-height:var(--nav-pill-height);border:var(--outline-width) solid transparent;box-sizing:border-box;transition:transform var(--nav-interactive-duration) var(--nav-interactive-ease), background-color var(--nav-interactive-duration) var(--nav-interactive-ease), color var(--nav-interactive-duration) var(--nav-interactive-ease), border-color var(--nav-interactive-duration) var(--nav-interactive-ease), box-shadow var(--nav-interactive-duration) var(--nav-interactive-ease);border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 20px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.nav-cta:hover{background:var(--outline-brand);border-color:var(--outline-brand);color:var(--white);transform:translateY(-1px)}.nav-cta:active{transform:scale(.96)}.topnav.topnav--dark,.topnav.topnav--dark.is-scrolled{-webkit-backdrop-filter:none;filter:none;width:100%;box-shadow:none;background:0 0;border:none;outline:none;position:fixed;top:0;left:0;right:0}.topnav--dark .nav-icon-btn{border:var(--outline-width) solid var(--outline-dark);color:var(--white);box-shadow:none;background:0 0}.topnav--dark .nav-icon-btn:hover{border-color:var(--outline-brand);color:var(--outline-brand);background:var(--nav-hover-bg);box-shadow:none;transform:translateY(-1px)}.topnav--dark .nav-locale-chip{border:var(--outline-width) solid var(--outline-dark);color:var(--white);box-shadow:none;background:0 0}.topnav--dark .nav-locale-chip:hover{border-color:var(--outline-brand);color:var(--outline-brand);background:var(--nav-hover-bg);box-shadow:none;transform:translateY(-1px)}.topnav--dark .nav-cta{background:var(--white);color:var(--black);border-color:var(--white);box-shadow:none}.topnav--dark .nav-cta:hover{background:var(--outline-brand);border-color:var(--outline-brand);color:var(--white);box-shadow:none}.topnav--dark .nav-menu__trigger-shell,.topnav--dark .nav-menu__trigger-shell:hover{box-shadow:none}.topnav--dark.is-scrolled .nav-menu__trigger-shell,.topnav--dark.is-scrolled .nav-locale-chip,.topnav--dark.is-scrolled .nav-icon-btn{background:var(--nav-filled-bg);border-color:var(--outline-dark);box-shadow:none}.topnav--dark.is-scrolled .nav-menu__trigger-shell:hover,.topnav--dark.is-scrolled .nav-locale-chip:hover,.topnav--dark.is-scrolled .nav-icon-btn:hover{background:var(--nav-filled-bg);border-color:var(--outline-brand);color:var(--outline-brand);box-shadow:none;transform:translateY(-1px)}.topnav--dark.topnav--on-cream .brand-logo{filter:brightness(0)}.topnav--dark.topnav--on-cream .nav-icon-btn,.topnav--dark.topnav--on-cream .nav-locale-chip,.topnav--dark.topnav--on-cream .nav-menu__trigger-shell{border-color:var(--outline-light);color:var(--ink);box-shadow:none;background:#ffffff8c}.topnav--dark.topnav--on-cream .topnav__nav-tools:not([data-menu-open=true]) .nav-menu__trigger-main,.topnav--dark.topnav--on-cream .topnav__nav-tools:not([data-menu-open=true]) .nav-menu__trigger-scroll,.topnav--dark.topnav--on-cream .topnav__nav-tools:not([data-menu-open=true]) .nav-menu__trigger-scroll-digits,.topnav--dark.topnav--on-cream .topnav__nav-tools:not([data-menu-open=true]) .nav-menu__trigger-scroll-suffix,.topnav--dark.topnav--on-cream .topnav__nav-tools:not([data-menu-open=true]) .nav-menu__trigger-label-text,.topnav--dark.topnav--on-cream .topnav__nav-tools:not([data-menu-open=true]) .nav-locale-chip{color:var(--ink)}.topnav--dark.topnav--on-cream.is-scrolled .nav-icon-btn,.topnav--dark.topnav--on-cream.is-scrolled .nav-locale-chip,.topnav--dark.topnav--on-cream.is-scrolled .nav-menu__trigger-shell{background:var(--white);border-color:var(--outline-light);color:var(--ink)}.topnav--dark.topnav--on-cream .nav-icon-btn:hover,.topnav--dark.topnav--on-cream .nav-locale-chip:hover,.topnav--dark.topnav--on-cream .nav-menu__trigger-shell:hover,.topnav--dark.topnav--on-cream.is-scrolled .nav-icon-btn:hover,.topnav--dark.topnav--on-cream.is-scrolled .nav-locale-chip:hover,.topnav--dark.topnav--on-cream.is-scrolled .nav-menu__trigger-shell:hover{border-color:var(--outline-brand);color:var(--outline-brand);background:var(--white);transform:translateY(-1px)}.topnav--dark.topnav--on-cream .nav-cta{background:var(--black);color:var(--white);border-color:var(--black)}.topnav--dark.topnav--on-cream .nav-cta:hover{background:var(--outline-brand);border-color:var(--outline-brand);color:var(--white)}.topnav--dark.topnav--on-cream .nav-menu__trigger-lottie{filter:brightness(0)}.topnav--dark.topnav--on-cream .nav-menu__trigger-shell:hover .nav-menu__trigger-lottie{filter:brightness(0)saturate()invert(64%)sepia(85%)saturate(638%)hue-rotate(359deg)brightness(91%)contrast(86%)}.topnav--dark.topnav--on-cream .nav-menu__trigger-divider{background:#1a181433}.topnav--dark.topnav--on-cream .topnav__nav-tools:not([data-menu-open=true]) .nav-menu__trigger-shell:hover .nav-menu__trigger-main,.topnav--dark.topnav--on-cream .topnav__nav-tools:not([data-menu-open=true]) .nav-menu__trigger-shell:hover .nav-menu__trigger-scroll,.topnav--dark.topnav--on-cream .topnav__nav-tools:not([data-menu-open=true]) .nav-menu__trigger-shell:hover .nav-menu__trigger-scroll-digits,.topnav--dark.topnav--on-cream .topnav__nav-tools:not([data-menu-open=true]) .nav-menu__trigger-shell:hover .nav-menu__trigger-scroll-suffix,.topnav--dark.topnav--on-cream .topnav__nav-tools:not([data-menu-open=true]) .nav-menu__trigger-shell:hover .nav-menu__trigger-label-text{color:var(--outline-brand)}.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell,.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-locale-chip{background:var(--nav-filled-bg);color:var(--white);box-shadow:none;border-color:#0000;transform:none}.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell:hover,.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-locale-chip:hover{background:var(--nav-filled-bg);color:var(--outline-brand);box-shadow:none;border-color:#0000;transform:none}.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-main,.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-label-text{color:var(--white)}.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-scroll,.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-scroll-digits,.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-scroll-suffix{color:#ffffffe0}.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell:hover .nav-menu__trigger-main,.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell:hover .nav-menu__trigger-label-text,.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell:hover .nav-menu__trigger-scroll,.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell:hover .nav-menu__trigger-scroll-digits,.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell:hover .nav-menu__trigger-scroll-suffix{color:var(--outline-brand)}.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-divider{background:#ffffff29}.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-lottie{filter:brightness(0)invert()}.topnav--dark.topnav--on-cream .topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell:hover .nav-menu__trigger-lottie{filter:brightness(0)saturate()invert(64%)sepia(85%)saturate(638%)hue-rotate(359deg)brightness(91%)contrast(86%)}.locale-switcher{border:var(--outline-width) solid var(--outline-dark);background:#ffffff0a;border-radius:999px;align-items:center;gap:4px;padding:4px;display:inline-flex}.locale-switcher__btn{min-width:36px;height:32px;font-family:var(--font-primary), sans-serif;letter-spacing:.08em;color:#ffffffb8;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:11px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.locale-switcher__btn[aria-current=true]{background:var(--white);color:var(--black)}.locale-switcher__btn:hover{color:var(--white)}.nav-menu__group--locale{display:none}@media (max-width:860px){.nav-menu__group--locale{display:block}.nav-menu__group--locale .locale-switcher{justify-content:center;width:100%}:root{--layout-gutter:20px}.topnav{padding:10px var(--layout-gutter);min-height:var(--nav-bar-height);grid-template-columns:1fr auto}.topnav__actions .locale-switcher{display:none}.brand-logo{width:var(--nav-pill-height);height:var(--nav-pill-height)}.topnav__center{grid-column:2;justify-self:end}.topnav__brand{grid-column:1}.topnav__actions{display:none}}.nav-menu{opacity:1;visibility:visible;pointer-events:auto;transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .28s,visibility .28s;position:relative;transform:translateY(0)}.nav-menu[data-at-cta=true]{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(-100% - 16px))}.topnav__nav-tools>.nav-hide-at-cta{display:inline-flex}.nav-hide-at-cta{opacity:1;visibility:visible;pointer-events:auto;transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .28s,visibility .28s;position:relative;transform:translateY(0)}.topnav[data-at-cta=true] .nav-hide-at-cta{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(calc(-100% - 16px))}.nav-menu__trigger-shell{height:auto;min-height:unset;border:var(--outline-width) solid var(--outline-dark);box-sizing:border-box;cursor:pointer;color:var(--white);font-family:var(--font-primary), sans-serif;transition:border-color var(--nav-interactive-duration) var(--nav-interactive-ease), background-color var(--nav-interactive-duration) var(--nav-interactive-ease), color var(--nav-interactive-duration) var(--nav-interactive-ease), box-shadow var(--nav-interactive-duration) var(--nav-interactive-ease), transform var(--nav-interactive-duration) var(--nav-interactive-ease);background:0 0;border-radius:999px;flex-shrink:0;align-items:center;gap:10px;padding:6px 10px 6px 6px;display:inline-flex}.nav-menu__trigger-shell:hover{border-color:var(--outline-brand);background:var(--nav-hover-bg);transform:translateY(-1px)}.nav-menu__trigger-shell:active{transform:scale(.96)}.nav-menu__trigger-shell:hover .nav-menu__trigger-main,.nav-menu__trigger-shell:hover .nav-menu__trigger-scroll{color:var(--outline-brand)}.nav-menu__trigger-main{box-sizing:border-box;height:30px;color:inherit;pointer-events:none;background:0 0;border:none;border-radius:999px;flex-shrink:0;justify-content:flex-start;align-items:center;gap:10px;padding:0 10px;font-family:inherit;font-size:14px;font-weight:500;display:inline-flex}.nav-menu__trigger-icon{width:var(--nav-menu-lottie-icon);height:var(--nav-menu-lottie-icon);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.nav-menu__trigger-lottie{width:var(--nav-menu-lottie-icon);height:var(--nav-menu-lottie-icon);pointer-events:none;filter:brightness(0)invert();flex-shrink:0;transition:filter .15s cubic-bezier(.2,0,0,1);display:block}.nav-menu__trigger-shell:hover .nav-menu__trigger-lottie{filter:brightness(0)saturate()invert(64%)sepia(85%)saturate(638%)hue-rotate(359deg)brightness(91%)contrast(86%)}.nav-menu__trigger-label{flex-shrink:0;grid-template-areas:"label";display:inline-grid;position:relative}.nav-menu__trigger-label-sizer{visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;grid-area:label}.nav-menu__trigger-label-text,.nav-menu__trigger-label .slot-text{font-size:inherit;font-family:inherit;font-weight:inherit;text-transform:none;line-height:inherit;white-space:nowrap;pointer-events:none;grid-area:label;align-items:center;display:inline-flex;position:absolute;top:0;bottom:0;left:0}.nav-menu__trigger-divider{opacity:1;visibility:visible;width:1px;height:18px;transition:opacity var(--menu-motion-duration) var(--menu-motion-ease), width var(--menu-motion-duration) var(--menu-motion-ease), background-color var(--menu-motion-duration) var(--menu-motion-ease);background:#ffffff3d;flex-shrink:0}.nav-menu__trigger-scroll{box-sizing:border-box;opacity:1;visibility:visible;letter-spacing:.02em;color:#ffffffe0;pointer-events:none;-webkit-user-select:none;user-select:none;max-width:none;height:30px;transition:opacity var(--menu-motion-duration) var(--menu-motion-ease), max-width var(--menu-motion-duration) var(--menu-motion-ease), padding var(--menu-motion-duration) var(--menu-motion-ease), color var(--menu-motion-duration) var(--menu-motion-ease);flex-shrink:0;justify-content:flex-end;align-items:center;padding:0 8px 0 4px;font-family:inherit;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.nav-menu__trigger-scroll-digits{font-variant-numeric:tabular-nums;text-align:right;min-width:3ch;display:inline-block}.nav-menu__trigger-scroll-suffix{flex-shrink:0}.nav-menu__panel{z-index:151;pointer-events:none;top:var(--menu-origin-y,76px);left:var(--menu-origin-x,50%);width:var(--menu-origin-w,200px);height:var(--menu-origin-h,48px);border-radius:var(--menu-shell-radius,34px);opacity:0;visibility:hidden;transition:top var(--menu-motion-duration) var(--menu-motion-ease), left var(--menu-motion-duration) var(--menu-motion-ease), width var(--menu-motion-duration) var(--menu-motion-ease), height var(--menu-motion-duration) var(--menu-motion-ease), border-radius var(--menu-motion-duration) var(--menu-motion-ease), opacity .36s var(--menu-motion-ease), visibility .36s var(--menu-motion-ease), box-shadow var(--menu-motion-duration) var(--menu-motion-ease);flex-direction:column;display:flex;position:fixed;overflow:hidden;box-shadow:0 24px 64px #00000047}.nav-menu__panel[data-open=true]{top:var(--menu-open-y,var(--menu-origin-y,76px));left:var(--menu-open-x,var(--menu-origin-x,50%));width:var(--menu-open-w,var(--menu-origin-w,200px));height:var(--menu-open-h,min(580px, calc(100dvh - 96px)));visibility:visible;pointer-events:auto;opacity:1;transition:top var(--menu-motion-duration) var(--menu-motion-ease), left var(--menu-motion-duration) var(--menu-motion-ease), width var(--menu-motion-duration) var(--menu-motion-ease), height var(--menu-motion-duration) var(--menu-motion-ease), border-radius var(--menu-motion-duration) var(--menu-motion-ease), opacity .4s var(--menu-motion-ease) 40ms, visibility .4s var(--menu-motion-ease) 40ms, box-shadow var(--menu-motion-duration) var(--menu-motion-ease);border-radius:28px}.nav-menu__panel:not(.nav-menu__panel--dark){background:var(--brand-gray)}.nav-menu__panel--dark{background-color:var(--hero-trail);box-shadow:0 24px 64px #0000002e}.nav-menu__panel--dark[data-open=true]{background-color:var(--hero-trail)}.nav-menu__panel--dark .nav-menu__toolbar{display:none}.nav-menu__panel--dark .nav-menu__body{padding:calc(var(--menu-tools-h,var(--nav-pill-height)) + var(--menu-shell-pad,10px) * 2 + 12px) 24px 20px;opacity:0;transition:opacity .32s var(--menu-motion-ease)}.nav-menu__panel--dark[data-open=true] .nav-menu__body{opacity:1;transition-delay:.18s}.nav-menu__panel--dark[data-open=false] .nav-menu__body{transition-delay:0s}.nav-menu__panel--dark .nav-menu__label{color:var(--ink-soft)}.nav-menu__panel--dark .nav-menu__links a{color:var(--ink)}.nav-menu__panel--dark .nav-menu__links a:hover,.nav-menu__panel--dark .nav-menu__links a:focus{color:var(--outline-brand)}.nav-menu__panel--dark .nav-menu__divider{background:var(--outline-light-soft)}.nav-menu__panel--dark .nav-menu__group a,.nav-menu__panel--dark .nav-menu__social{color:var(--ink)}.nav-menu__panel--dark .nav-menu__group a:hover,.nav-menu__panel--dark .nav-menu__social:hover{color:var(--outline-brand)}.nav-menu__panel--dark .nav-menu__cta{background:var(--black);border-color:var(--black);color:var(--white)}.nav-menu__panel--dark .nav-menu__cta:hover{background:var(--outline-brand);border-color:var(--outline-brand);color:var(--white)}.nav-menu__panel--dark .nav-menu__user{border-color:var(--black);background:var(--black);color:var(--white)}.nav-menu__panel--dark .nav-menu__user:hover{border-color:var(--outline-brand);background:var(--outline-brand);color:var(--white)}.nav-menu__toolbar{background:var(--black);border-radius:999px;align-items:center;margin:8px 8px 0;padding:6px;display:flex}.nav-menu__close{color:var(--white);font-family:var(--font-primary), sans-serif;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:14px;font-weight:500;transition:background .15s;display:inline-flex}.nav-menu__close:hover{background:#ffffff14}.nav-menu__body{overscroll-behavior:contain;flex-direction:column;flex:1;min-height:0;padding:14px 24px 16px;display:flex;overflow-y:hidden}.nav-menu__panel[data-open=true] .nav-menu__body{animation:nav-menu-body-scroll 0s linear var(--menu-motion-duration) forwards}@keyframes nav-menu-body-scroll{to{overflow-y:auto}}.nav-menu__label{font-family:var(--font-primary), sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--hero-trail);margin:0 0 8px;font-size:11px;font-weight:700}.nav-menu__links{flex-direction:column;gap:0;display:flex}.nav-menu__links a{font-family:var(--font-primary), sans-serif;letter-spacing:-.01em;color:var(--black);padding:4px 0;font-size:19px;font-weight:600;line-height:1.25;text-decoration:none;transition:color .2s,transform .2s}.nav-menu__links a:hover,.nav-menu__links a:focus{color:var(--brand-orange);transform:translate(4px)}.nav-menu__divider{height:var(--outline-width);background:var(--outline-light-soft);margin:12px 0}.nav-menu__group{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.nav-menu__group a,.nav-menu__social{font-family:var(--font-primary), sans-serif;color:var(--black);font-size:15px;font-weight:600;text-decoration:none;transition:color .15s}.nav-menu__group a:hover,.nav-menu__social:hover{color:var(--brand-orange)}.nav-menu__social{align-items:center;gap:8px;width:fit-content;display:inline-flex}.nav-menu__bottom{flex-shrink:0;align-items:center;gap:10px;padding:4px 16px 16px;display:flex}.nav-menu__cta{border:var(--outline-width) solid var(--black);background:var(--black);color:var(--white);font-family:var(--font-primary), sans-serif;border-radius:999px;flex:1;justify-content:center;align-items:center;padding:14px 20px;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s,transform .15s,border-color .15s;display:flex}.nav-menu__cta:hover{background:var(--outline-brand);border-color:var(--outline-brand);color:var(--white);transform:translateY(-1px)}.nav-menu__user{border:var(--outline-width) solid var(--outline-light);width:48px;height:48px;color:var(--black);background:#ffffff8c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:border-color .15s,color .15s,background .15s,transform .15s;display:inline-flex}.nav-menu__user:hover{border-color:var(--outline-brand);color:var(--outline-brand);transform:translateY(-1px)}@media (max-width:860px){.nav-menu__panel--dark .nav-menu__body{padding-bottom:8px;padding-left:16px;padding-right:16px}.nav-menu__cta{min-height:var(--nav-icon-size);padding-top:0;padding-bottom:0}.nav-menu__user{width:var(--nav-icon-size);height:var(--nav-icon-size);min-width:var(--nav-icon-size)}}@media (min-width:861px){.nav-menu__body{flex:auto;min-height:0}}@media (prefers-reduced-motion:reduce){.nav-menu__panel,.nav-menu__trigger-shell,.nav-menu__trigger-icon svg,.nav-locale-chip,.nav-menu,.topnav__nav-tools[data-menu-open=true] .nav-menu__trigger-shell,.topnav__nav-tools[data-menu-open=true] .nav-locale-chip,.nav-menu__panel--dark .nav-menu__body{transition:none}.nav-menu__panel[data-open=true] .nav-menu__body{animation:none;overflow-y:auto}}.hero-section{padding-top:var(--nav-bar-height);min-height:100dvh;color:var(--white);margin-top:0;position:relative;overflow:hidden}.hero-section--editorial,.hero-section--dark{background:var(--night)}.hero-bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-rays{background:var(--night);width:100%;height:100%;position:absolute;inset:0}.hero-rays .light-rays-container{z-index:0;width:100%!important;height:100%!important}.hero-bg-overlay{z-index:1;pointer-events:none;background:radial-gradient(58% 52% at 50% 44%,#00000014 0%,#0000009e 100%),linear-gradient(#00000085 0%,#0000002e 42%,#00000094 100%);position:absolute;inset:0}.hero-bg-overlay--rays{background:linear-gradient(#0000 0% 58%,#0d0d0b59 82%,#0d0d0bb8 100%)}.hero-wrap{z-index:2;min-height:calc(100dvh - var(--nav-bar-height));width:100%;padding:clamp(16px, 2.5vw, 24px) var(--layout-gutter) clamp(20px, 3vw, 32px);flex-direction:column;margin:0;display:flex;position:relative}.hero-wrap:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(to bottom, transparent 0%, #0d0d0b61 28%, #0d0d0bc7 62%, var(--night) 100%);height:clamp(140px,24vh,280px);position:absolute;bottom:0;left:0;right:0}.hero-copy h1{font-family:var(--font-primary), sans-serif;letter-spacing:-.03em;text-wrap:balance;flex-direction:column;gap:.04em;font-size:clamp(42px,6.4vw,92px);line-height:.96;display:flex}.hero-copy__lead{font-weight:600}.hero-copy__trail{font-weight:400}.hero-copy__trail-shimmer{z-index:1;color:var(--hero-trail);font-weight:400;display:inline;position:relative}.hero-copy__word{opacity:0;color:var(--brand-orange);display:inline}.hero-copy__word--lead{--word-color-to:var(--white);font-weight:600}.hero-copy__word--trail{--word-color-to:var(--hero-trail);font-weight:400}body:not(.site-loading) .hero-copy__word{animation:.32s forwards hero-word-appear,.5s cubic-bezier(.22,1,.36,1) forwards hero-word-color;animation-delay:calc(var(--word-index,0) * .14s), calc(.22s + var(--word-index,0) * .14s)}@keyframes hero-word-appear{0%{opacity:0}to{opacity:1}}@keyframes hero-word-color{0%{color:var(--brand-orange)}to{color:var(--word-color-to)}}@media (prefers-reduced-motion:reduce){body:not(.site-loading) .hero-copy__word{opacity:1;color:var(--word-color-to);animation:none}}.hero-copy--mobile{z-index:3;display:none;position:relative}.hero-stage{z-index:1;flex:1;min-height:clamp(360px,58dvh,720px);margin-block:clamp(8px,2vh,16px);position:relative}.hero-canvas{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-canvas__el{pointer-events:none;width:100%;height:100%;display:block}.hero-stage__interact{z-index:2;touch-action:none;cursor:grab;position:absolute;inset:0}.hero-stage__interact:active{cursor:grabbing}.hero-footer{z-index:3;width:100%;display:block;position:relative}.hero-scroll-slot,.clients-arch__scroll-slot,.section-scroll-slot{z-index:4;pointer-events:none;margin:0;padding:0;position:absolute}.hero-scroll-slot .hero-scroll-cue,.clients-arch__scroll-slot .hero-scroll-cue,.section-scroll-slot .hero-scroll-cue{pointer-events:auto}.section--has-scroll-cue{position:relative}@media (min-width:1101px){.hero-scroll-slot,.clients-arch__scroll-slot,.section-scroll-slot{top:auto;right:var(--layout-gutter);bottom:var(--scroll-cue-bottom-desktop);width:auto;display:block;position:absolute;left:auto}}@media (max-width:1100px){.hero-scroll-slot,.clients-arch__scroll-slot{left:0;right:0;bottom:var(--scroll-cue-bottom-mobile);justify-content:center;display:flex}.section-scroll-slot{width:100%;padding:clamp(12px, 3vw, 20px) var(--layout-gutter) clamp(20px, 4vw, 32px);pointer-events:none;z-index:2;justify-content:center;margin:0;display:flex;position:static}.origin-collection{flex-direction:column;justify-content:flex-end}.origin-collection .section-scroll-slot{justify-content:center;align-self:stretch}.hero-stage__interact{width:min(86%,360px);height:min(52%,280px);inset:10% auto auto 50%;transform:translate(-50%)}.hero-stage{touch-action:pan-y}}.hero-scroll-cue{width:var(--nav-icon-size);height:var(--nav-icon-size);border:var(--outline-width) solid var(--outline-dark);color:#ffffffe6;cursor:pointer;pointer-events:auto;transition:transform var(--nav-interactive-duration) var(--nav-interactive-ease), border-color var(--nav-interactive-duration) var(--nav-interactive-ease), background-color var(--nav-interactive-duration) var(--nav-interactive-ease), color var(--nav-interactive-duration) var(--nav-interactive-ease);background:0 0;border-radius:999px;place-items:center;margin:0;padding:0;display:inline-grid}.hero-scroll-cue:after{content:"";position:absolute;inset:-6px}.hero-scroll-cue:hover:not(.hero-scroll-cue--scroll-hint){border-color:var(--outline-brand);color:var(--outline-brand);background:var(--nav-filled-bg);transform:translateY(-1px)}.hero-scroll-cue:active:not(.hero-scroll-cue--scroll-hint){transform:scale(.96)}.hero-scroll-cue__icon{width:var(--nav-control-icon);height:var(--nav-control-icon);stroke-width:1.5px}.hero-copy--desktop{z-index:3;max-width:min(760px,100%);position:relative}.hero-section--dark .btn-primary,.hero-section--editorial .btn-primary{background:var(--white);color:var(--black)}.hero-section--dark .btn-primary:hover,.hero-section--editorial .btn-primary:hover{background:var(--cta-hover-gradient);color:var(--black);transform:translateY(-1px)}.hero-section--dark .btn-ghost,.hero-section--editorial .btn-ghost{color:var(--white);border-color:#7d7d7d73}.hero-section--dark .btn-ghost:hover,.hero-section--editorial .btn-ghost:hover{border-color:var(--white);color:var(--white);background:#ffffff0f}.hero-orb{display:none}.hero-content{z-index:1;max-width:560px;position:relative}.hero-section--dark .hero-tag{color:var(--brand-gray);background:#ffffff0a;border-color:#7d7d7d59}.hero-section--dark .hero-content h1{color:#ffffffc7}.hero-section--dark .hero-content h1 em{color:var(--white);background:0 0;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:var(--white);font-style:normal;font-weight:500}.hero-section--dark .hero-sub{color:var(--brand-gray);max-width:420px;margin-bottom:32px;font-size:clamp(14px,1.2vw,15px);line-height:1.55}.hero-section--dark .hero-ctas{gap:14px}.hero-section--dark .hero-ctas .btn{padding:16px 28px;font-size:15px}.hero-tag{font-family:var(--font-primary), sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);border:1px solid var(--line);background:#1a18140a;border-radius:999px;align-items:center;gap:10px;margin-bottom:32px;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex}.hero-tag .dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 0 4px rgba(var(--accent-rgb), .15);border-radius:50%}.hero-content h1{font-family:var(--font-primary), sans-serif;letter-spacing:-.02em;text-wrap:balance;margin-bottom:24px;font-size:clamp(44px,5.2vw,80px);font-weight:400;line-height:.96}.hero-content h1 em{color:var(--accent);font-style:italic}.hero-sub{color:var(--ink-soft);max-width:520px;margin-bottom:36px;font-size:clamp(17px,1.6vw,19px);line-height:1.65}.hero-ctas{flex-wrap:wrap;gap:12px;display:flex}.btn{font-family:var(--font-primary), sans-serif;border:1px solid #0000;border-radius:999px;align-items:center;gap:10px;padding:14px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .15s,background .25s,color .15s,border-color .15s;display:inline-flex}.btn-primary{background:var(--ink);color:var(--bg)}.btn-primary:hover{background:var(--accent);color:var(--night);transform:translateY(-1px)}.btn-ghost{color:var(--ink);border-color:var(--line);background:0 0}.btn-ghost:hover{border-color:var(--ink);background:var(--paper)}.btn .arr{transition:transform .15s;display:inline-block}.btn:hover .arr{transform:translate(4px)}.hover-arrow{flex-shrink:0;display:inline-flex;position:relative}.hover-arrow__from,.hover-arrow__to{transition:opacity .3s cubic-bezier(.2,0,0,1),transform .3s cubic-bezier(.2,0,0,1),filter .3s cubic-bezier(.2,0,0,1);position:absolute;inset:0}.hover-arrow__from{opacity:1;filter:blur();transform:scale(1)}.hover-arrow__to,.nav-cta:hover .hover-arrow__from,.quick-quote button:hover .hover-arrow__from{opacity:0;filter:blur(4px);transform:scale(.25)}.nav-cta:hover .hover-arrow__to,.quick-quote button:hover .hover-arrow__to{opacity:1;filter:blur();transform:scale(1)}.hero-pills{border-top:1px solid var(--line);flex-wrap:wrap;gap:14px;margin-top:48px;padding-top:28px;display:flex}.hero-pill{color:var(--ink-mute);flex-direction:column;gap:4px;font-size:13px;display:flex}.hero-pill strong{font-family:var(--font-primary), sans-serif;color:var(--ink);font-size:26px;font-weight:400;line-height:1}.hero-pill strong em{color:var(--accent);font-style:italic}.hero-pill span{font-family:var(--font-primary), sans-serif;letter-spacing:.14em;text-transform:uppercase;margin-top:6px;font-size:10px;font-weight:600}.stage{aspect-ratio:1;width:100%;max-width:520px;box-shadow:none;background:0 0;border:none;position:relative;overflow:visible}.stage-grid{pointer-events:none;background-image:linear-gradient(#1a18140a 1px,#0000 1px),linear-gradient(90deg,#1a18140a 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.stage-label{font-family:var(--font-primary), sans-serif;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-mute);font-size:10px;font-weight:700;position:absolute;top:22px;left:50%;transform:translate(-50%)}.stage-meta{font-family:var(--font-secondary), sans-serif;color:var(--ink-mute);letter-spacing:.06em;justify-content:space-between;font-size:10px;display:flex;position:absolute;bottom:18px;left:22px;right:22px}.tapbar{transform-style:preserve-3d;background:linear-gradient(180deg, var(--brand-blue) 0%, var(--black) 60%, var(--black) 100%);border:1px solid #ffffff0f;border-radius:12px;grid-template-columns:1fr 1fr 1fr;gap:10px;width:260px;padding:18px 14px 22px;display:grid;position:absolute;top:58%;left:38%;transform:translate(-50%,-50%)rotateX(8deg)rotateY(-4deg);box-shadow:0 50px 80px -22px #0d0b088c,0 12px 24px -8px #0d0b0859,inset 0 1px #ffffff0f,inset 0 -1px #0006}.tapbar:after{content:"";filter:blur(5px);z-index:-1;pointer-events:none;background:radial-gradient(#00000073,#0000 70%);height:22px;position:absolute;bottom:-16px;left:8%;right:8%}.tap-chip{aspect-ratio:1;background:radial-gradient(circle at 35% 25%, #ffffff0f, transparent 55%), linear-gradient(180deg, var(--brand-blue) 0%, var(--black) 100%);color:#ffffff80;border:1px solid #ffffff0f;border-radius:7px;place-items:center;transition:background .35s,color .35s,box-shadow .35s;display:grid;position:relative;box-shadow:inset 0 1px #ffffff0a,inset 0 -1px #00000059,0 2px #00000040}.tap-chip svg{filter:drop-shadow(0 1px #0006);width:56%;height:56%;display:block}.tap-chip .chip-label{font-family:var(--font-secondary), sans-serif;letter-spacing:.14em;text-transform:uppercase;text-align:center;color:#ffffff52;pointer-events:none;font-size:6.5px;position:absolute;bottom:4px;left:0;right:0}.tap-chip[data-active=true]{background:radial-gradient(circle at 35% 25%, rgba(var(--accent-rgb),.45), transparent 55%), linear-gradient(180deg, rgba(var(--accent-rgb),.32) 0%, rgba(var(--accent-rgb),.18) 100%);border-color:rgba(var(--accent-rgb), .55);color:var(--accent);box-shadow:inset 0 1px 0 #ffffff1a, inset 0 -1px 0 #0000004d, 0 0 0 4px rgba(var(--accent-rgb), .14)}.tap-chip[data-active=true] .chip-label{color:rgba(var(--accent-rgb), .9)}.tap-chip .ring{border:1px solid var(--accent);opacity:0;pointer-events:none;border-radius:7px;position:absolute;inset:-1px;transform:scale(1)}.tap-chip[data-active=true] .ring{animation:1.8s ease-out infinite ring}@keyframes ring{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}.tap-tag{background:var(--paper);font-family:var(--font-primary), sans-serif;letter-spacing:.22em;color:var(--ink-mute);text-transform:uppercase;border:1px solid var(--line-soft);z-index:2;border-radius:999px;padding:3px 12px;font-size:9px;font-weight:700;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.nfc-wave{opacity:0;width:8px;height:8px;transition:opacity .3s;position:absolute;top:5px;right:5px}.tap-chip[data-active=true] .nfc-wave{opacity:1}.nfc-wave:before,.nfc-wave:after{content:"";border:1.2px solid var(--accent);border-color:transparent var(--accent) var(--accent) transparent;border-radius:50%;position:absolute;inset:0;transform:rotate(-45deg)}.nfc-wave:before{opacity:.55;inset:1px}.phone{background:linear-gradient(135deg, var(--brand-blue) 0%, var(--black) 100%);border:2px solid var(--brand-blue);border-radius:24px;width:140px;height:268px;animation:6s ease-in-out infinite phone-bob;position:absolute;top:12%;right:4%;overflow:hidden;transform:rotate(-9deg);box-shadow:0 40px 70px -18px #0d0b0873,0 8px 18px -6px #0d0b0840,inset 0 1px #ffffff0f}@keyframes phone-bob{0%,to{transform:rotate(-9deg)translateY(0)}50%{transform:rotate(-7deg)translateY(-10px)}}.phone:before{content:"";background:var(--black);z-index:3;border:1px solid #ffffff0d;border-radius:999px;width:50px;height:14px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.phone-screen{background:linear-gradient(180deg, var(--brand-blue) 0%, var(--black) 50%);border-radius:18px;flex-direction:column;gap:8px;padding:26px 8px 10px;display:flex;position:absolute;inset:5px;overflow:hidden}.phone-screen .ps-status{font-family:var(--font-secondary), sans-serif;color:#ffffffd9;justify-content:space-between;align-items:center;margin-bottom:2px;padding:0 4px;font-size:9px;font-weight:700;display:flex}.phone-screen .ps-status .icons{align-items:center;gap:4px;display:flex}.phone-screen .ic-signal{align-items:flex-end;gap:1px;height:8px;display:inline-flex}.phone-screen .ic-signal i{background:#ffffffd9;border-radius:.5px;width:1.5px;display:block}.phone-screen .ic-signal i:first-child{height:30%}.phone-screen .ic-signal i:nth-child(2){height:55%}.phone-screen .ic-signal i:nth-child(3){height:80%}.phone-screen .ic-signal i:nth-child(4){height:100%}.phone-screen .ic-batt{border:1px solid #ffffffb3;border-radius:2px;width:14px;height:7px;padding:1px;display:flex;position:relative}.phone-screen .ic-batt:after{content:"";background:#ffffffd9;border-radius:1px;width:70%;height:100%;display:block}.phone-screen .ic-batt:before{content:"";background:#ffffffb3;border-radius:0 1px 1px 0;width:2px;height:3px;position:absolute;top:50%;right:-3px;transform:translateY(-50%)}.ps-app{background:var(--app-bg,linear-gradient(160deg, var(--brand-blue) 0%, var(--black) 100%));border-radius:12px;flex-direction:column;flex:1;gap:10px;padding:11px 11px 12px;transition:background .35s;display:flex;position:relative;overflow:hidden}.ps-app .ps-head{align-items:center;gap:8px;display:flex}.ps-app .ps-avatar{background:var(--app-accent,var(--accent));width:28px;height:28px;font-family:var(--font-primary), sans-serif;color:var(--night);border-radius:8px;flex-shrink:0;place-items:center;font-size:14px;font-weight:700;display:grid;box-shadow:inset 0 1px #fff3,0 1px #0003}.ps-app .ps-meta{flex-direction:column;flex:1;gap:1px;min-width:0;line-height:1.15;display:flex}.ps-app .ps-name{font-family:var(--font-primary), sans-serif;color:var(--white);letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;font-weight:700;overflow:hidden}.ps-app .ps-handle{font-family:var(--font-secondary), sans-serif;color:#ffffff8c;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.ps-app .ps-action{background:var(--app-accent,var(--accent));color:var(--night);font-family:var(--font-primary), sans-serif;letter-spacing:.02em;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:8.5px;font-weight:700;box-shadow:0 1px #0003}.ps-app .ps-body{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex}.ps-app .ps-tag{font-family:var(--font-primary), sans-serif;letter-spacing:.14em;text-transform:uppercase;background:rgba(var(--app-accent-rgb,125,125,125), .22);color:var(--app-accent,var(--accent));border:1px solid rgba(var(--app-accent-rgb,125,125,125), .35);border-radius:999px;align-self:flex-start;padding:3px 8px;font-size:7px;font-weight:700;display:inline-flex}.ps-app .ps-grid{flex:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr;gap:3px;min-height:0;display:grid}.ps-app .ps-tile{background:#ffffff0d;border-radius:3px;position:relative;overflow:hidden}.ps-app .ps-tile:before{content:"";background:linear-gradient(135deg, rgba(var(--app-accent-rgb,125,125,125), .35), transparent 65%);position:absolute;inset:0}.ps-app .ps-tile:nth-child(2):before,.ps-app .ps-tile:nth-child(4):before,.ps-app .ps-tile:nth-child(6):before{background:linear-gradient(225deg,#ffffff24,#0000 60%)}.phone-bottom{background:#ffffff73;border-radius:999px;width:36%;height:3px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.annot{font-family:var(--font-secondary), sans-serif;color:var(--ink-mute);letter-spacing:.04em;align-items:center;gap:8px;font-size:10px;display:flex;position:absolute}.annot:before{content:"";background:var(--ink-mute);width:26px;height:1px;display:block}.annot.a1{bottom:22%;left:6%}.annot.a2{top:12%;left:8%}@media (max-width:1000px){.hero-wrap{height:calc(100dvh - var(--nav-bar-height));min-height:calc(100dvh - var(--nav-bar-height));max-height:calc(100dvh - var(--nav-bar-height));padding-inline:var(--layout-gutter);overflow:hidden}.hero-marquee--horizontal{flex-shrink:0;margin-top:clamp(2px,.5vh,6px)}.hero-copy--mobile{z-index:3;text-align:center;flex:none;margin-top:auto;margin-bottom:clamp(10px,2vh,16px);padding-top:clamp(12px,3vh,28px);display:block;position:relative}.hero-copy--mobile h1{font-size:clamp(34px,8.5vw,52px)}.hero-copy--desktop{display:none}.hero-stage{flex:auto;min-height:0;max-height:100%;margin-block:0 clamp(4px,1vh,8px)}.hero-footer{display:none}.hero-rays,.hero-bg-overlay--rays{width:max(125vw,720px);height:100%;inset:0 auto 0 50%;transform:translate(-50%)}.hero-bg-overlay--rays{background:linear-gradient(#0000 0% 52%,#0d0d0b66 100%)}}@media (max-width:860px){.hero-section{padding-top:var(--nav-bar-height);margin-top:0}.hero-wrap{height:calc(100dvh - var(--nav-bar-height));min-height:calc(100dvh - var(--nav-bar-height));max-height:calc(100dvh - var(--nav-bar-height));padding:8px var(--layout-gutter) 16px}.hero-copy--mobile h1{font-size:clamp(28px,8vw,40px);line-height:1}}@media (max-width:480px){.hero-wrap{padding:10px 14px 14px}.hero-copy--mobile h1{font-size:clamp(26px,7.6vw,34px)}}.hero-marquee{pointer-events:none;-webkit-user-select:none;user-select:none}.hero-marquee__viewport{overflow:hidden}.hero-marquee__track{will-change:transform;flex-shrink:0;width:max-content;display:flex}.hero-marquee__track--horizontal{--hero-marquee-gap:12px;align-items:center;gap:var(--hero-marquee-gap);flex-direction:row}.hero-marquee__track--vertical{--hero-marquee-gap:10px;align-items:flex-end;gap:var(--hero-marquee-gap);flex-direction:column}.hero-marquee__pill{border:var(--outline-width) solid var(--outline-light);color:#1a1814b8;font-family:var(--font-secondary), sans-serif;letter-spacing:-.01em;white-space:nowrap;background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:9px 16px;font-size:13px;font-weight:500;transition:border-color .2s,color .2s;display:inline-flex}.hero-marquee--on-dark .hero-marquee__pill{border-color:var(--outline-dark);color:#ffffffe0}.hero-marquee--vertical{display:none}@media (min-width:1101px){.hero-marquee--vertical{top:50%;right:var(--layout-gutter);z-index:3;pointer-events:none;width:max-content;max-width:min(240px,18vw);height:min(480px,72vh);display:block;position:absolute;left:auto;transform:translateY(-50%)}.hero-marquee__viewport--vertical{width:100%;height:100%;flex-direction:column;align-items:flex-end;padding-inline-end:calc(var(--outline-width) + 2px);display:flex;-webkit-mask-image:linear-gradient(#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 8% 92%,#0000 100%)}.hero-marquee__track--vertical{animation:none}}.hero-marquee--horizontal{display:none}@media (max-width:1100px){.hero-marquee--horizontal{z-index:3;flex:none;width:100%;min-height:44px;margin-top:clamp(2px,.5vh,6px);padding-bottom:2px;display:block;position:relative}.hero-marquee__viewport--horizontal{width:100%;padding-block:4px;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 3% 97%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 3% 97%,#0000 100%)}.hero-marquee__track--horizontal{animation:hero-marquee-horizontal var(--hero-marquee-duration,31.416s) linear infinite}.hero-marquee--horizontal .hero-marquee__pill{border:var(--outline-width) solid var(--outline-dark);color:#fffffff5;-webkit-backdrop-filter:blur(8px);background:#00000061;padding:10px 16px;font-size:13px;font-weight:500}}@keyframes hero-marquee-horizontal{0%{transform:translate(0,0)}to{transform:translate3d(calc(-50% - var(--hero-marquee-gap,12px) / 2), 0, 0)}}@media (prefers-reduced-motion:reduce){.hero-marquee__track--horizontal{animation:none}}.strip-wrap{z-index:2;position:relative}.strip-fade{background:linear-gradient(to bottom, #0000 0%, var(--night) 100%);pointer-events:none;height:96px;position:absolute;bottom:100%;left:0;right:0}.strip{background:var(--night);color:var(--bg);pointer-events:none;-webkit-user-select:none;user-select:none;padding:22px 0;display:flex;overflow:hidden}.strip-track{white-space:nowrap;will-change:transform;flex-shrink:0;gap:56px;padding-right:56px;animation:40s linear infinite marquee;display:flex}.strip-item{font-family:var(--font-primary), sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--bg);align-items:center;gap:28px;font-size:18px;font-weight:600;display:flex}.strip-sep{border:1.5px solid #7d7d7d8c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:11px;height:11px;display:inline-flex;box-shadow:0 0 0 3px #7d7d7d1f}.strip-sep:after{content:"";background:#ffffffe0;border-radius:50%;width:2.5px;height:2.5px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.origin-collection{min-height:clamp(720px,92vh,980px);color:var(--bg);background:linear-gradient(90deg,#0d0d0bd6 0%,#0d0d0b7a 46%,#0d0d0b2e 100%),url(/assets/lamp.jpeg) 50%/cover no-repeat;align-items:flex-end;display:flex;position:relative;overflow:hidden}.origin-collection__overlay{pointer-events:none;background:linear-gradient(#0d0d0b2e 0%,#0d0d0b14 42%,#0d0d0ba8 100%),radial-gradient(circle at 18% 78%,#b1b7bd3d,#0000 38%);position:absolute;inset:0}.origin-collection__content{z-index:1;width:min(100%,1320px);padding:clamp(112px, 14vw, 168px) var(--layout-gutter);margin-inline:auto;position:relative}.origin-collection h2{max-width:760px;font-family:var(--font-primary), sans-serif;letter-spacing:-.04em;text-wrap:balance;margin-bottom:22px;font-size:clamp(46px,7vw,96px);font-weight:400;line-height:.94}.origin-collection h2 em{color:var(--brand-gray);font-style:italic}.origin-collection p{color:#f5f3eec2;text-wrap:pretty;max-width:560px;margin-bottom:34px;font-size:clamp(16px,1.4vw,18px);line-height:1.65}.origin-collection .nav-cta{background:var(--white);color:var(--black);border-color:var(--white);box-shadow:none}.origin-collection .nav-cta:hover{background:var(--outline-brand);border-color:var(--outline-brand);color:var(--white);box-shadow:none}@media (max-width:760px){.origin-collection{background:linear-gradient(#0d0d0b33 0%,#0d0d0bd6 76%),url(/assets/lamp.jpeg) 50%/cover no-repeat;min-height:760px}.origin-collection__content{padding-block:112px}}.systems-section{background-color:var(--cream);padding:clamp(84px, 10vw, 120px) var(--layout-gutter)}.systems-inner{max-width:1180px;margin:0 auto}.systems-section__head h2 em{color:var(--outline-brand);font-style:italic}.systems-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.sys-card{cursor:default;flex-direction:column;gap:14px;min-height:100%;padding:clamp(22px,2.5vw,28px);transition:background .2s;display:flex;position:relative}@media (min-width:981px){.systems-section{border-top:var(--outline-width) solid var(--ink)}.systems-grid{gap:var(--outline-width);background:var(--ink);border:var(--outline-width) solid var(--ink);border-radius:16px;overflow:hidden}.sys-card{background:var(--white);box-shadow:none;border:none;border-radius:0;min-height:auto;padding:28px 26px}.sys-card:hover{background:var(--cream)}.sys-card--soon{background:var(--white)}.sys-card--soon:hover{background:var(--cream)}}@media (max-width:980px){.systems-section{padding:70px 20px}.systems-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,2vw,20px)}.sys-card{background:var(--white);border:var(--outline-width) solid var(--ink);box-shadow:none;border-radius:20px}.sys-card:hover{background:var(--white)}.sys-card--soon,.sys-card--soon:hover{background:color-mix(in oklab, var(--white) 92%, var(--cream))}}.sys-card .sys-icon{width:44px;height:44px;color:var(--outline-brand);background:#d891091a;border-radius:14px;flex-shrink:0;place-items:center;display:grid}.sys-card .sys-icon svg{width:22px;height:22px}.sys-card .sys-name{font-family:var(--font-primary), sans-serif;letter-spacing:-.02em;color:var(--ink);font-size:clamp(20px,2.2vw,24px);font-weight:400;line-height:1.08}.sys-card .sys-name em{color:var(--outline-brand);font-style:italic}.sys-card .sys-desc{color:var(--ink-soft);text-wrap:pretty;flex:1;font-size:14px;line-height:1.6}.sys-card .sys-tag{font-family:var(--font-primary), sans-serif;letter-spacing:normal;text-transform:none;color:var(--ink-mute);align-items:center;gap:8px;font-size:13px;font-weight:500;display:inline-flex}.sys-card .sys-tag:before{content:"";background:var(--brand-blue);border-radius:50%;width:6px;height:6px}.sys-card .sys-tag.soon:before{background:var(--outline-brand)}@media (max-width:540px){.systems-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:no-preference){.reveal{opacity:0;will-change:opacity, transform;transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1);transform:translateY(28px)}.reveal.from-left{transform:translate(-40px)}.reveal.from-right{transform:translate(40px)}.reveal.scale-in{transform:scale(.94)}.reveal.in-view{opacity:1;transform:none}.reveal-stagger>*{opacity:0;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(20px)}.reveal-stagger.in-view>*{opacity:1;transform:none}.reveal-stagger.in-view>:first-child{transition-delay:0s}.reveal-stagger.in-view>:nth-child(2){transition-delay:80ms}.reveal-stagger.in-view>:nth-child(3){transition-delay:.16s}.reveal-stagger.in-view>:nth-child(4){transition-delay:.24s}.reveal-stagger.in-view>:nth-child(5){transition-delay:.32s}.reveal-stagger.in-view>:nth-child(6){transition-delay:.4s}.reveal.in-view .reveal-stagger>*{opacity:1;transform:none}}.counter{font-variant-numeric:tabular-nums;display:inline-block}.topnav:not(.topnav--dark).is-scrolled{box-shadow:0 1px #0d0d0b0f,0 10px 30px -10px #0d0d0b1a}.hero-orb,.cta-orb{transition:transform .12s linear}.lcard,.pack,.ncell,.flow-step,.faq,.cta-contact{will-change:transform}section[id],div[id]{scroll-margin-top:var(--nav-bar-height)}.toast{z-index:95;background:var(--ink);color:var(--bg);font-family:var(--font-primary), sans-serif;letter-spacing:.02em;pointer-events:none;opacity:0;border-radius:999px;align-items:center;gap:10px;padding:12px 22px;font-size:13px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%)translateY(calc(100% + 30px));box-shadow:0 14px 30px -8px #0d0d0b66}.toast[data-visible=true]{opacity:1;transform:translate(-50%)translateY(0)}.toast .toast-icon{background:var(--accent);width:18px;height:18px;color:var(--night);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.quick-quote{background:var(--night-surface);border:var(--outline-width) solid var(--outline-dark-soft);-webkit-backdrop-filter:blur(12px);border-radius:20px;flex-direction:column;gap:12px;padding:24px;display:flex;box-shadow:inset 0 1px #ffffff0f,0 18px 48px -12px #0000008c,0 6px 16px -8px #00000059}.quick-quote h3{font-family:var(--font-primary), sans-serif;color:var(--on-night-high);text-wrap:balance;font-size:22px;font-weight:400;line-height:1.1}.quick-quote h3 em{color:var(--accent);font-style:italic}.qq-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.qq-field{position:relative}.qq-field.full{grid-column:1/-1}.qq-field input,.qq-field select,.qq-field textarea{background:var(--nav-filled-bg);border:var(--outline-width) solid var(--outline-dark-soft);width:100%;color:var(--on-night-high);font-family:var(--font-secondary), sans-serif;transition:border-color var(--nav-interactive-duration) var(--nav-interactive-ease), background-color var(--nav-interactive-duration) var(--nav-interactive-ease);border-radius:12px;outline:none;padding:12px 14px;font-size:13px}.qq-field input:focus,.qq-field select:focus,.qq-field textarea:focus{border-color:var(--outline-brand);background:color-mix(in oklab, var(--night) 72%, transparent)}.qq-field input::placeholder,.qq-field textarea::placeholder{color:var(--on-night-faint)}.qq-field textarea{resize:vertical;min-height:70px}.qq-field select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' stroke='%23b1b7bd' stroke-width='1.4' fill='none' stroke-linecap='round'/></svg>");background-position:right 14px center;background-repeat:no-repeat;padding-right:32px}.quick-quote button{background:var(--white);color:var(--black);border:var(--outline-width) solid var(--white);font-family:var(--font-primary), sans-serif;letter-spacing:.02em;cursor:pointer;transition:transform var(--nav-interactive-duration) var(--nav-interactive-ease), background-color var(--nav-interactive-duration) var(--nav-interactive-ease), border-color var(--nav-interactive-duration) var(--nav-interactive-ease), color var(--nav-interactive-duration) var(--nav-interactive-ease);border-radius:999px;justify-content:center;align-items:center;gap:10px;margin-top:4px;padding:14px 22px;font-size:13px;font-weight:700;display:inline-flex}.quick-quote button:hover{background:var(--outline-brand);border-color:var(--outline-brand);color:var(--white);transform:translateY(-1px)}.quick-quote button:active{transform:scale(.96)}.quick-quote .qq-tiny{font-family:var(--font-secondary), sans-serif;color:var(--on-night-faint);letter-spacing:.04em;text-align:center;text-wrap:pretty;margin-top:2px;font-size:10px}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.tap-variants .variant-pill:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.clients-arch{--clients-arch-top-inset:calc(var(--nav-bar-height) + clamp(28px, 5vh, 56px));--clients-arch-hero-gap:clamp(80px, 14vh, 160px);color:var(--white);padding-top:calc(var(--clients-arch-top-inset) + var(--clients-arch-hero-gap));background:var(--night);position:relative}#trabajos.clients-arch{scroll-margin-top:0}#trabajos-intro{scroll-margin-top:var(--clients-arch-top-inset)}.clients-arch__stage{width:100%;padding-inline:var(--layout-gutter);position:relative}.clients-arch__stage-inner{flex-direction:column;align-items:center;width:100%;max-width:1320px;margin-inline:auto;display:flex}.clients-arch__stage--intro{min-height:calc(100dvh - var(--clients-arch-top-inset));padding-top:clamp(96px,18vh,200px);padding-bottom:0}.clients-arch__stage--outro{min-height:clamp(360px,54dvh,620px);padding-top:clamp(40px,8vh,80px);padding-bottom:clamp(72px,12vh,120px)}#trabajos.clients-arch:after{content:"";pointer-events:none;z-index:3;background:linear-gradient(to bottom, transparent 0%, color-mix(in srgb, var(--night) 35%, transparent) 42%, var(--night) 100%);height:clamp(140px,22vh,280px);position:absolute;bottom:0;left:0;right:0}.clients-arch__blur-title,.clients-arch__blur-subtitle{max-width:min(920px,100%);font-family:var(--font-primary), sans-serif;letter-spacing:-.03em;text-wrap:balance;text-align:center;justify-content:center;margin:0;font-size:clamp(42px,6.4vw,92px);line-height:.96}.clients-arch__blur-title{color:var(--white);font-weight:600}.clients-arch__blur-subtitle{color:var(--hero-trail);font-weight:400}@keyframes scroll-cue-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}.hero-scroll-cue--scroll-hint{pointer-events:none;cursor:default;animation:2.1s cubic-bezier(.45,0,.55,1) infinite scroll-cue-bounce}.hero-scroll-cue--scroll-hint:hover,.hero-scroll-cue--scroll-hint:active{border-color:var(--outline-dark);color:#ffffffe6}@media (prefers-reduced-motion:reduce){.hero-scroll-cue--scroll-hint{animation:none}}.clients-arch__grid{width:100%}.clients-arch__grid>div{box-sizing:border-box;max-width:min(920px,100%);margin-inline:auto;padding-inline:0}.clients-arch__grid figure{margin:0}.clients-arch-grid__caption{z-index:2;pointer-events:none;flex-direction:column;gap:6px;padding:18px 20px 20px;display:flex;position:absolute;bottom:0;left:0;right:0}.clients-arch-grid__caption:before{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#0d0d0b85 52%,#0d0d0be0 100%);height:100%;position:absolute;inset:auto 0 0}.clients-arch-grid__name,.clients-arch-grid__meta{z-index:1;position:relative}.clients-arch-grid__name{font-family:var(--font-primary), sans-serif;letter-spacing:-.01em;color:var(--white);font-size:clamp(16px,1.2vw,20px);font-weight:600;line-height:1.1}.clients-arch-grid__name em{color:#ffffffd1;font-style:italic;font-weight:400}.clients-arch-grid__meta{font-family:var(--font-secondary), sans-serif;letter-spacing:.06em;color:#ffffffb8;font-size:11px}@media (max-width:1000px){.clients-arch__blur-title,.clients-arch__blur-subtitle{font-size:clamp(34px,8.5vw,52px)}}@media (max-width:860px){.clients-arch{--clients-arch-top-inset:calc(var(--nav-bar-height) + clamp(32px, 6vh, 64px));--clients-arch-hero-gap:clamp(64px, 12vh, 120px)}.clients-arch__stage--intro{min-height:calc(100dvh - var(--clients-arch-top-inset));padding-top:clamp(64px,12vh,112px);padding-bottom:0}.clients-arch__stage--outro{min-height:clamp(300px,48dvh,520px);padding-bottom:clamp(88px,14vh,120px)}.clients-arch__blur-title,.clients-arch__blur-subtitle{font-size:clamp(28px,8vw,40px);line-height:1}.clients-arch,.clients-arch__grid{max-width:100%}.clients-arch__grid>div{width:100%;max-width:100%;padding-inline:var(--layout-gutter);gap:clamp(18px,4.5vw,28px) clamp(10px,2.8vw,16px)!important}.clients-arch__grid [style*=border-radius]{border-radius:22px!important}}@media (max-width:480px){.clients-arch__blur-title,.clients-arch__blur-subtitle{font-size:clamp(26px,7.6vw,34px)}.clients-arch__grid>div{padding-inline:14px;gap:14px 8px!important}}.section{max-width:1320px;margin:0 auto;padding:130px 40px}.section-narrow{max-width:1080px}#tapbar.feature,#productos.section,#tapbase.section{background-color:var(--cream);width:100%;max-width:none;color:var(--ink);box-sizing:border-box;padding-block:var(--product-feature-padding-block);padding-inline:var(--layout-gutter);min-height:0}#tapbar.feature{display:block}#product-catalog.section{background:var(--night);width:100%;max-width:none;color:var(--bg);box-sizing:border-box}#product-catalog .section-scroll-slot{bottom:clamp(10px,1.5vw,16px)}@media (max-width:1100px){#product-catalog .section-scroll-slot{padding-top:clamp(32px,6vw,48px);padding-bottom:clamp(10px,2vw,16px)}}.product-feature-section .section-head--productos{margin-bottom:0;display:block}#productos .productos-tapboard{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}#productos .productos-tapboard .feature-copy{text-align:right;flex-direction:column;justify-content:center;align-self:center;align-items:flex-end;min-width:0;display:flex}#productos .productos-tapboard .feature-title{font-family:var(--font-primary), sans-serif;letter-spacing:-.015em;text-wrap:balance;color:#1a1814d1;margin-bottom:28px;font-size:clamp(42px,5.6vw,76px);font-weight:400;line-height:.96}#productos .productos-tapboard .feature-title__prefix,#productos .productos-tapboard .feature-title__subject{color:var(--ink);display:inline}#productos .productos-tapboard .feature-title__prefix:after{content:" "}#productos .productos-tapboard .feature-title__emphasis{display:block}#productos .productos-tapboard .feature-title__emphasis-shimmer{color:var(--outline-brand);font-style:normal;font-weight:400}#productos .productos-tapboard .feature-sub{color:var(--ink);max-width:480px;margin-bottom:0;margin-left:auto;font-size:16px;line-height:1.55}#productos .productos-tapboard__visual{aspect-ratio:1;width:100%;min-width:0;min-height:0;max-width:var(--product-feature-preview-max);flex-direction:column;justify-self:end;display:flex;position:relative;overflow:visible}#tapbase .productos-tapbase{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}#tapbase .productos-tapbase .feature-copy{text-align:left;flex-direction:column;justify-content:center;align-self:center;align-items:flex-start;min-width:0;display:flex}#tapbase .productos-tapbase .feature-title{font-family:var(--font-primary), sans-serif;letter-spacing:-.015em;text-wrap:balance;color:#1a1814d1;margin-bottom:28px;font-size:clamp(42px,5.6vw,76px);font-weight:400;line-height:.96}#tapbase .productos-tapbase .feature-title__prefix,#tapbase .productos-tapbase .feature-title__subject{color:var(--ink);display:inline}#tapbase .productos-tapbase .feature-title__prefix:after{content:" "}#tapbase .productos-tapbase .feature-title__emphasis{display:block}#tapbase .productos-tapbase .feature-title__emphasis-shimmer{color:var(--outline-brand);font-style:normal;font-weight:400}#tapbase .productos-tapbase .feature-sub{color:var(--ink);max-width:480px;margin-bottom:0;font-size:16px;line-height:1.55}#tapbase .productos-tapbase__visual{aspect-ratio:1;width:100%;min-width:0;min-height:0;max-width:var(--product-feature-preview-max);flex-direction:column;justify-self:start;display:flex;position:relative;overflow:visible}.feature-inner,#productos .productos-tapboard,#tapbase .productos-tapbase{max-width:var(--product-feature-row-max);gap:var(--product-feature-row-gap);align-items:center;width:100%;min-width:0;margin-inline:auto;display:grid}.product-feature-section .feature-preview-card--compact{width:100%;max-width:var(--product-feature-preview-max);aspect-ratio:1;height:auto;max-height:var(--product-feature-preview-max)}.product-feature-section .feature-preview-card--compact .feature-preview-card__stage{isolation:isolate;flex:1;min-height:clamp(180px,28vw,280px);position:relative;overflow:hidden}.product-feature-section .feature-preview-card--compact .tapbar-model-preview{transform:translate(-50%,-50%)scale(1.248)}@media (min-width:861px){.product-feature-section .feature-preview-card--compact .tapbar-model-preview{transform:translate(-50%,-50%)scale(1.498)}}.product-feature-section .feature-preview-card--compact .tapbar-model-3d-toggle{top:var(--feature-card-inset,16px);right:var(--feature-card-inset,16px);z-index:3;position:absolute;bottom:auto}.section.dark{background:var(--night);max-width:none;color:var(--bg)}.section.dark .ink-mute{color:#f5f3ee8c}.section.dark .lede{color:#f5f3eea6}.section-process{font-family:var(--font-primary), system-ui, sans-serif}.section-process.section{padding-top:clamp(80px,10vh,120px);padding-bottom:clamp(80px,10vh,120px)}.section-process .section-head h2{color:var(--bg);text-wrap:wrap}.section-process .process-stack-title__lead,.section-process .process-stack-title__tail{display:block}.section-process .section-head h2 em,.section-process .process-title-rotate,.section-process .pstep .ps-num,.section-process .pstep .ps-title em{color:var(--brand-gray)}.section-process .process-title-rotate{vertical-align:baseline;font-style:italic;display:inline}.section-process .process-rotating-text{vertical-align:baseline;line-height:inherit;align-items:baseline;display:inline-flex}.section-process .process-rotating-text .text-rotate{line-height:inherit;align-items:baseline;display:inline-flex}.section-process .process-rotating-text__word{height:1.05em;line-height:inherit;padding-bottom:0;align-items:flex-end;margin-inline-end:-.2em;padding-inline-end:.2em;display:inline-flex;overflow:hidden}.section-process .process-rotating-text .text-rotate-element{vertical-align:baseline;line-height:inherit;display:inline-block}.section-process .pstep .ps-num:before{background:var(--brand-gray)}.section-process .section-head .lede,.section-process .pstep .ps-body{font-family:inherit}.section-head{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:end;gap:80px;margin-bottom:64px;display:grid}.section-head .sk{font-family:var(--font-primary), sans-serif;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);align-items:center;gap:12px;margin-bottom:18px;font-size:11px;font-weight:700;display:flex}.section-head .sk:before{content:"";background:var(--accent);width:22px;height:1px}.section-head h2{font-family:var(--font-primary), sans-serif;letter-spacing:-.015em;text-wrap:balance;font-size:clamp(38px,5.2vw,68px);font-weight:400;line-height:.98}.section-head h2 em{color:var(--accent);font-style:italic}.section-head .lede{color:var(--ink-soft);max-width:460px;font-size:16px;line-height:1.7}@media (max-width:860px){.section{padding:80px 24px}.section-head{grid-template-columns:1fr;gap:28px}#tapbar.feature,#productos.section,#tapbase.section{padding-block:clamp(96px,14vh,104px);padding-inline:var(--layout-gutter)}.product-feature-section .section-head--productos{margin-bottom:0}#productos .productos-tapboard{grid-template-columns:1fr;align-items:stretch;gap:clamp(20px,4vh,32px)}#productos .productos-tapboard .feature-copy{text-align:center;order:1;align-items:center}#productos .productos-tapboard .feature-title{color:var(--black);margin-bottom:20px;font-size:clamp(34px,9vw,52px)}#productos .productos-tapboard .feature-title__prefix,#productos .productos-tapboard .feature-title__subject{display:inline}#productos .productos-tapboard .feature-title__prefix:after{content:" "}#productos .productos-tapboard .feature-title__emphasis{margin-top:.06em;display:block}#productos .productos-tapboard .feature-title__emphasis-shimmer{display:inline}#productos .productos-tapboard .feature-sub{max-width:none;margin-left:0}#productos .productos-tapboard__visual{width:100%;max-width:min(100%, var(--product-feature-preview-max));aspect-ratio:unset;order:2;justify-self:center;margin-inline:auto;overflow:visible}#tapbase .productos-tapbase{grid-template-columns:1fr;align-items:stretch;gap:clamp(20px,4vh,32px)}#tapbase .productos-tapbase .feature-copy{text-align:center;order:1;align-items:center}#tapbase .productos-tapbase .feature-title{color:var(--black);margin-bottom:20px;font-size:clamp(34px,9vw,52px)}#tapbase .productos-tapbase .feature-title__prefix,#tapbase .productos-tapbase .feature-title__subject{display:inline}#tapbase .productos-tapbase .feature-title__prefix:after{content:" "}#tapbase .productos-tapbase .feature-title__emphasis{margin-top:.06em;display:block}#tapbase .productos-tapbase .feature-title__emphasis-shimmer{display:inline}#tapbase .productos-tapbase .feature-sub{max-width:none;margin-right:0}#tapbase .productos-tapbase__visual{width:100%;max-width:min(100%, var(--product-feature-preview-max));aspect-ratio:unset;order:2;justify-self:center;margin-inline:auto;overflow:visible}.product-feature-section .feature-preview-card--compact{width:100%;height:auto;min-height:0;aspect-ratio:unset;border-radius:28px;flex:0 auto;max-height:none;position:relative;top:0;left:0}.product-feature-section .feature-preview-card--compact .feature-preview-card__toolbar{width:100%}.product-feature-section .feature-preview-card--compact .tapbar-tabs--card .it-bar button{padding-inline:6px;font-size:12px}.product-feature-section .feature-preview-card--compact .feature-preview-card__copy{text-align:left;padding:18px var(--feature-card-inset) 16px}.product-feature-section .feature-preview-card--compact .feature-preview-card__title{font-size:clamp(17px,4.6vw,20px)}.product-feature-section .feature-preview-card--compact .feature-preview-card__price{font-size:clamp(16px,4.2vw,18px)}.product-feature-section .feature-preview-card--compact .feature-preview-card__body{min-height:3lh;margin-top:6px;font-size:13px;line-height:1.45}.product-feature-section .feature-preview-card--compact .feature-preview-card__stage{isolation:isolate;border-radius:28px 28px 0 0;flex:none;width:100%;height:clamp(252px,72vw,332px);min-height:0;margin:0;position:relative;overflow:hidden}.product-feature-section .feature-preview-card--compact .feature-preview-card__stage .tapbar-model-canvas{inset:0}}.feature{color:var(--ink);position:relative}.feature-inner{z-index:2;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);position:relative}.feature-tag{font-family:var(--font-primary), sans-serif;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:24px;font-size:11px;font-weight:700}.feature h2{font-family:var(--font-primary), sans-serif;letter-spacing:-.015em;text-wrap:balance;color:#1a1814d1;margin-bottom:28px;font-size:clamp(42px,5.6vw,76px);font-weight:400;line-height:.96}.feature-title__prefix,.feature-title__subject,.feature-title__emphasis{display:block}.feature-title__prefix,.feature-title__subject{color:var(--ink)}.feature-title__emphasis{font-style:normal;font-weight:400;display:block}.feature-title__emphasis-shimmer{z-index:1;color:var(--outline-brand);font-style:normal;font-weight:400;display:inline;position:relative}.feature-sub{color:var(--ink);max-width:480px;margin-bottom:0;font-size:16px;line-height:1.55}.feature-copy{flex-direction:column;justify-content:center;align-self:center;align-items:flex-start;display:flex}.feature-preview-card{width:100%;max-width:var(--product-feature-preview-max);--feature-card-inset:clamp(16px, 3.2vw, 20px);--feature-card-inset-bottom:clamp(14px, 2.8vw, 18px);min-width:0;height:auto;min-height:0;padding:0 0 var(--feature-card-inset-bottom);background:var(--nav-filled-bg);box-sizing:border-box;border:none;border-radius:28px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 56px -32px #1a181433}#tapbar .feature-preview-card .feature-preview-card__stage{flex:auto;min-height:clamp(280px,34vw,360px)}.feature-preview-card__toolbar,.feature-preview-card__copy,.feature-preview-card .tapbar-tile-marquee,.feature-preview-card__stage{width:100%;min-width:0;max-width:100%}.feature-preview-card__toolbar{padding:8px var(--feature-card-inset) 2px;flex-shrink:0}.feature-preview-card .tapbar-tabs--card.it{--it-bg:var(--nav-filled-bg);--it-text:#ffffffeb;--it-pill:var(--white);width:100%}.feature-preview-card .tapbar-tabs--card .it-bar{min-height:var(--nav-pill-height)}.feature-preview-card .tapbar-tabs--card .it-bar button{height:calc(var(--nav-pill-height) - 8px);font-family:var(--font-primary), sans-serif;letter-spacing:.01em;transition:transform var(--nav-interactive-duration) var(--nav-interactive-ease)}.feature-preview-card .tapbar-tabs--card .it-bar button:active{transform:scale(.96)}.feature-preview-card .tapbar-tabs--card .it-bar__divider{pointer-events:none;z-index:1;background:#ffffff29;flex-shrink:0;align-self:center;width:1px;height:18px}.feature-preview-card__copy{padding:18px var(--feature-card-inset) 16px;box-sizing:border-box;border-top:1px solid #ffffff0f;flex-shrink:0}.feature-preview-card__copy-inner{flex-direction:column;gap:0;display:flex}.feature-preview-card__heading{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.feature-preview-card__title{min-width:0;font-family:var(--font-primary), sans-serif;letter-spacing:-.02em;color:var(--white);text-wrap:balance;flex:1;margin:0;font-size:clamp(20px,2.4vw,26px);font-weight:600;line-height:1.08}.feature-preview-card__body{min-height:2lh;color:var(--hero-trail);text-wrap:pretty;margin:8px 0 0;font-size:14px;line-height:1.5}.tapbar-tile-marquee{padding:6px var(--feature-card-inset) 14px;box-sizing:border-box;flex-shrink:0;overflow:hidden}.tapbar-tile-marquee__viewport{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.tapbar-tile-marquee__track{--tapbar-marquee-gap:8px;align-items:center;gap:var(--tapbar-marquee-gap);will-change:transform;width:max-content;display:flex}.tapbar-tile-marquee__chip{width:40px;height:40px;color:var(--tile-accent,var(--white));background:0 0;border:none;flex-shrink:0;place-items:center;display:grid}.tapbar-tile-marquee__chip .tapbar-tile-marquee__icon{justify-content:center;align-items:center;width:18px;height:18px;font-size:18px;line-height:1;display:inline-flex}.tapbar-tile-marquee__chip .tapbar-tile-marquee__icon svg{width:18px;max-width:18px;height:18px;max-height:18px;display:block}.feature-preview-card__pricing{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:0;display:flex}.feature-preview-card__price{font-family:var(--font-primary), sans-serif;letter-spacing:-.02em;color:var(--white);text-align:right;flex-shrink:0;justify-content:flex-end;align-items:baseline;gap:6px;margin:0;font-size:clamp(18px,2vw,22px);font-weight:600;display:flex}.feature-preview-card__price-value{font-variant-numeric:tabular-nums}.feature-preview-card__price small{letter-spacing:.08em;text-transform:uppercase;color:var(--hero-trail);font-size:11px;font-weight:700}.feature-preview-card__price-note{font-family:var(--font-secondary), sans-serif;letter-spacing:.02em;color:var(--hero-trail);text-align:right;text-wrap:pretty;margin:1px 0 0;font-size:9px;font-weight:500;line-height:1.1}.feature-preview-card__stage{isolation:isolate;border-radius:28px 28px 0 0;flex:1;min-height:clamp(240px,40vh,400px);margin:0;position:relative;overflow:hidden}.tapbar-model-3d-toggle{top:var(--feature-card-inset,16px);right:var(--feature-card-inset,16px);z-index:3;position:absolute;bottom:auto}.tapbar-model-preview{object-fit:contain;object-position:center center;transform-origin:50%;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.04)}#tapbar .tapbar-model-preview--bar-4,#tapbar .tapbar-model-preview--bar-3{transform:translate(-50%,-50%)scale(1.248)}.feature-preview-card__stage .nav-icon-btn{border:var(--outline-width) solid var(--outline-dark);background:var(--nav-filled-bg);color:var(--white);box-shadow:none}.feature-preview-card__stage .nav-icon-btn:hover{border-color:var(--outline-brand);color:var(--outline-brand);background:var(--nav-hover-bg);box-shadow:none;transform:translateY(-1px)}.feature-preview-card__stage .nav-icon-btn:active{transform:scale(.96)}.tapbar-model-canvas{width:100%;height:100%;position:absolute;inset:0}.tapbar-model-canvas__el{pointer-events:none;width:100%;height:100%;display:block}.feature-visual{width:100%;min-width:0;min-height:0;max-width:var(--product-feature-preview-max);flex-direction:column;justify-self:start;display:flex;position:relative;overflow:visible}.tap-variants{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.tap-variants .stage-bg{pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60%,#000 30%,#0000 75%);mask-image:radial-gradient(70% 60%,#000 30%,#0000 75%)}.tap-variants .variant-img{object-fit:contain;opacity:0;filter:drop-shadow(0 50px 60px #00000080);pointer-events:none;width:auto;height:64%;transition:opacity .5s,transform .5s;position:absolute;top:12%;bottom:24%;left:50%;transform:translate(-50%)scale(.96)}.tap-variants .variant-img.active{opacity:1;transform:translate(-50%)scale(1)}.tap-variants .variant-pills{border:1px solid var(--night-line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3;background:#00000059;border-radius:999px;gap:6px;padding:6px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.tap-variants .variant-pill{font-family:var(--font-primary), sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#f5f3ee8c;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;padding:8px 14px;font-size:10px;font-weight:700;transition:all .2s}.tap-variants .variant-pill:hover{color:var(--bg)}.tap-variants .variant-pill[data-active=true]{background:var(--accent);color:var(--night)}.tap-variants .variant-label{z-index:3;position:absolute;top:22px;left:22px}.tap-variants .variant-label .v-name{font-family:var(--font-primary), sans-serif;color:var(--bg);font-size:28px;line-height:1}.tap-variants .variant-label .v-sub{font-family:var(--font-secondary), sans-serif;color:#f5f3ee80;letter-spacing:.08em;margin-top:6px;font-size:10px}.tap-variants .variant-price{font-family:var(--font-primary), sans-serif;color:var(--accent);z-index:3;font-size:28px;line-height:1;position:absolute;top:22px;right:22px}.tap-variants .variant-price small{font-family:var(--font-secondary), sans-serif;color:#f5f3ee66;letter-spacing:.1em;text-align:right;margin-top:4px;font-size:10px;display:block}.feature-visual .stage-grid{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px)}.tapbar-big{background:linear-gradient(180deg, var(--brand-blue) 0%, var(--black) 100%);border:1px solid #ffffff14;border-radius:10px;grid-template-columns:1fr 1fr 1fr 1fr;gap:10px;width:70%;height:110px;padding:18px 16px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 60px 100px -30px #00000080,inset 0 1px #ffffff0d}.tapbar-big .tap-chip{font-size:14px}.feature-visual-labels{pointer-events:none;position:absolute;inset:0}.flbl{font-family:var(--font-secondary), sans-serif;color:#f5f3ee66;letter-spacing:.04em;align-items:center;gap:8px;font-size:10px;display:flex;position:absolute}.flbl:before{content:"";background:#f5f3ee40;width:30px;height:1px;display:block}.flbl.tl{top:20%;left:6%}.flbl.tr{top:30%;right:6%}.flbl.tr:before{display:none}.flbl.tr:after{content:"";background:#f5f3ee40;width:30px;height:1px;display:block}.flbl.br{bottom:18%;right:8%}.flbl.br:before{display:none}.flbl.br:after{content:"";background:#f5f3ee40;width:30px;height:1px;display:block}.flbl.bl{bottom:28%;left:8%}@media (max-width:1000px){#tapbar.feature,#productos.section,#tapbase.section{padding-block:clamp(96px,14vh,120px)}.feature-inner{grid-template-rows:auto auto;grid-template-columns:1fr;align-items:stretch;gap:clamp(20px,4vh,32px)}.feature-copy{text-align:center;align-items:center;padding-bottom:clamp(16px,3vw,24px)}.feature h2{color:var(--black);margin-bottom:20px;font-size:clamp(34px,9vw,52px)}.feature-title__prefix,.feature-title__subject{color:var(--ink);display:inline}.feature-title__prefix:after{content:" "}.feature-title__emphasis{margin-top:.06em;display:block}.feature-title__emphasis-shimmer{display:inline}.feature-sub{max-width:none;color:var(--ink);margin-bottom:0;font-size:15px;line-height:1.55}.feature-visual{width:100%;max-width:min(100%, var(--product-feature-preview-max));aspect-ratio:unset;flex-direction:column;flex:0 auto;place-self:stretch center;min-height:0;margin-inline:auto;display:flex;overflow:visible}.feature-preview-card{border-radius:28px;flex-direction:column;flex:0 auto;width:100%;height:auto;min-height:0;display:flex;position:relative;top:0;left:0}.feature-preview-card__toolbar{width:100%}.feature-preview-card .tapbar-tabs--card .it-bar button{padding-inline:6px;font-size:12px}.feature-preview-card__copy{text-align:left;padding:18px var(--feature-card-inset) 16px}.feature-preview-card__title{font-size:clamp(17px,4.6vw,20px)}.feature-preview-card__price{font-size:clamp(16px,4.2vw,18px)}.feature-preview-card__body{min-height:3lh;margin-top:6px;font-size:13px;line-height:1.45}.feature-preview-card__stage{border-radius:28px 28px 0 0;flex:none;width:100%;height:clamp(252px,72vw,332px);min-height:0;margin:0;overflow:hidden}.feature-preview-card__stage .tapbar-model-canvas{inset:0}}@media (max-width:860px){.feature-preview-card__stage,.product-feature-section .feature-preview-card--compact .feature-preview-card__stage{height:clamp(248px,74vw,320px)}}.product-catalog-intro{max-width:var(--product-feature-row-max);margin-inline:auto;margin-bottom:clamp(42px,6vw,72px)}.product-catalog-title{font-family:var(--font-primary), sans-serif;letter-spacing:-.015em;color:var(--bg);text-wrap:balance;margin:0;font-size:clamp(42px,5.6vw,76px);font-weight:400;line-height:.96}.product-catalog-title em{color:var(--outline-brand);font-style:normal}.lineup{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}.lcard{background:var(--paper);border:1px solid var(--line);min-height:380px;color:inherit;border-radius:20px;flex-direction:column;padding:32px;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .2s;display:flex;position:relative;overflow:hidden}.lcard:hover{border-color:#1a18142e;transform:translateY(-4px);box-shadow:0 30px 50px -20px #1a18141a}.lcard.span-3{grid-column:span 3;min-height:540px}.lcard.span-2{grid-column:span 2;min-height:540px}.lcard.span-4{grid-column:span 4;min-height:560px}.lcard.span-6{grid-column:span 6;min-height:540px}.lcard .l-num{font-family:var(--font-secondary), sans-serif;color:var(--ink-mute);letter-spacing:.12em;font-size:11px}.lcard .l-name{font-family:var(--font-primary), sans-serif;letter-spacing:-.01em;margin:0 0 14px;font-size:36px;font-weight:400;line-height:1}.lcard .l-name em{color:var(--card-accent,var(--accent));font-style:italic}.lcard .l-tag{color:var(--ink-soft);flex:1;max-width:460px;font-size:14px;line-height:1.55}.lcard .l-foot{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:baseline;gap:16px;margin-top:28px;padding-top:20px;display:flex}.lcard .l-from{font-family:var(--font-primary), sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-mute);font-size:10px;font-weight:700}.lcard .l-price{font-family:var(--font-primary), sans-serif;color:var(--card-accent,var(--accent));font-size:28px;line-height:1}.lcard .l-price small{font-family:var(--font-secondary), sans-serif;color:var(--ink-mute);margin-left:4px;font-size:11px;font-weight:400}.lcard .l-arrow{border:1px solid var(--line);width:40px;height:40px;color:var(--ink-mute);background:var(--paper);z-index:2;border-radius:50%;place-items:center;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:grid;position:absolute;bottom:30px;right:28px}.lcard:hover .l-arrow{background:var(--card-accent,var(--accent));color:var(--paper);border-color:var(--card-accent,var(--accent));transform:rotate(-45deg)}.lcard-motif{pointer-events:none;opacity:.55;width:200px;height:200px;position:absolute;bottom:-30px;right:-30px}.lcard.featured{background:linear-gradient(160deg, var(--night-2), var(--night));color:var(--bg);border-color:var(--night)}.lcard.featured .l-num{color:#f5f3ee80}.lcard.featured .l-tag{color:#f5f3eeb3}.lcard.featured .l-from{color:#f5f3ee80}.lcard.featured .l-foot{border-color:var(--night-line)}.lcard.featured .l-arrow{border-color:var(--night-line);color:#f5f3eeb3}.product-catalog-section .lineup{max-width:var(--product-feature-row-max);grid-template-columns:repeat(3, minmax(0, var(--product-catalog-card-max)));justify-content:center;align-items:start;width:100%;margin-inline:auto}.product-catalog-section .lcard.span-3,.product-catalog-section .lcard.span-6{grid-column:span 1}.product-catalog-section .lcard,.product-catalog-section .lcard.featured,.product-catalog-section .lcard.lcard--catalog{--catalog-card-inset:clamp(16px, 3.2vw, 20px);background:var(--brand-gray);width:100%;min-height:auto;color:var(--ink);border-color:#0000;border-radius:28px;padding:0;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 24px 48px -32px #00000073}.product-catalog-section .lcard:hover{border-color:#0000;transform:translateY(-2px);box-shadow:0 28px 56px -28px #00000080}.product-catalog-section .lcard-photo{aspect-ratio:1;background:color-mix(in oklab, var(--brand-gray) 92%, var(--ink));width:100%;height:auto;box-shadow:none;border-radius:0}.product-photo-carousel{flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.product-photo-carousel__viewport{position:absolute;inset:0;overflow:hidden}.product-photo-carousel__slide{position:absolute;inset:0}.product-photo-carousel__image{object-fit:cover;outline-offset:-1px;outline:1px solid #0000001a}.product-photo-carousel__dots{z-index:2;pointer-events:none;justify-content:center;align-items:center;gap:4px;padding:14px 12px 16px;display:flex;position:relative}.product-photo-carousel__dot{cursor:pointer;pointer-events:auto;background:0 0;border:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:transform .15s cubic-bezier(.2,0,0,1);display:inline-flex;position:relative}.product-photo-carousel__dot:active{transform:scale(.96)}.product-photo-carousel__dot-mark{background:#ffffff6b;border-radius:999px;width:6px;height:6px;transition:transform .2s cubic-bezier(.2,0,0,1),background-color .2s cubic-bezier(.2,0,0,1);display:block;box-shadow:0 0 0 1px #0000001f}.product-photo-carousel__dot[aria-selected=true] .product-photo-carousel__dot-mark{background:var(--white);transform:scale(1.35)}.product-catalog-section .lcard-photo .photo-grid{display:none}.product-catalog-section .lcard-photo .photo-placeholder{filter:none;outline-offset:-1px;outline:1px solid #0000001a}.product-catalog-section .lcard-body{padding:18px var(--catalog-card-inset) 16px;flex-direction:column;gap:0;display:flex}.product-catalog-section .photo-tag{color:color-mix(in oklab, var(--ink) 55%, transparent);letter-spacing:.08em;text-transform:none;font-size:11px}.product-catalog-section .l-name{font-family:var(--font-primary), sans-serif;letter-spacing:-.02em;color:var(--ink);text-wrap:balance;margin:0;font-size:clamp(20px,2.4vw,26px);font-weight:600;line-height:1.08}.product-catalog-section .l-name em{font-style:normal}.product-catalog-section .l-tag{min-height:2lh;color:color-mix(in oklab, var(--ink) 72%, transparent);text-wrap:pretty;max-width:none;margin:8px 0 0;font-size:14px;line-height:1.5}.product-catalog-section .l-pricing{flex-direction:column;flex-shrink:0;align-self:flex-end;align-items:flex-end;gap:0;margin-top:14px;display:flex}.product-catalog-section .l-price-line{font-family:var(--font-primary), sans-serif;letter-spacing:-.02em;color:var(--ink);text-align:right;text-transform:none;flex-shrink:0;justify-content:flex-end;align-items:baseline;gap:6px;margin:0;font-size:clamp(18px,2vw,22px);font-weight:600;display:flex}.product-catalog-section .l-price-value{font-variant-numeric:tabular-nums}.product-catalog-section .l-price-line small{letter-spacing:.08em;text-transform:uppercase;color:color-mix(in oklab, var(--ink) 72%, transparent);font-size:11px;font-weight:700}.product-catalog-section .l-price-note{font-family:var(--font-secondary), sans-serif;letter-spacing:.02em;color:color-mix(in oklab, var(--ink) 72%, transparent);text-align:right;text-wrap:pretty;margin:1px 0 0;font-size:9px;font-weight:500;line-height:1.1}@media (max-width:1000px){.lineup{grid-template-columns:repeat(2,1fr);gap:14px}.lcard.span-3,.lcard.span-2,.lcard.span-4,.lcard.span-6{grid-column:span 1}.product-catalog-section .lineup{grid-template-columns:repeat(2, minmax(0, var(--product-catalog-card-max)));justify-content:center}.product-catalog-section .l-name{font-size:clamp(17px,4.6vw,20px)}.product-catalog-section .l-price-line{font-size:clamp(16px,4.2vw,18px)}.product-catalog-section .l-tag{min-height:2lh;margin-top:6px;font-size:13px;line-height:1.45}}@media (max-width:600px){.lineup{grid-template-columns:1fr}.product-catalog-section .lineup{grid-template-columns:minmax(0, min(100%, var(--product-catalog-card-max)));justify-content:center}.lcard.span-3,.lcard.span-2,.lcard.span-4,.lcard.span-6{grid-column:span 1}}.section-process__shell{padding-top:0}.process-stack-head{margin-bottom:clamp(32px,5vh,56px)!important}.section-process .process-stack-head{top:var(--nav-bar-height);z-index:4;background:0 0;padding-top:clamp(16px,4vh,40px);padding-bottom:clamp(18px,3vh,30px);position:sticky;margin-bottom:0!important}.section-process .process-stack-head:before{content:"";width:100vw;left:50%;top:calc(-1 * var(--nav-bar-height) - 2px);background:var(--night);z-index:-1;pointer-events:none;position:absolute;bottom:0;transform:translate(-50%)}.section-process .process-stack-head:after{content:"";background:linear-gradient(to bottom, var(--night), #0d0d0b00);z-index:-1;pointer-events:none;width:100vw;height:28px;position:absolute;bottom:-28px;left:50%;transform:translate(-50%)}.section-process .process-scroll-stack.scroll-stack-scroller--window{height:auto;overflow:visible}.section-process .process-scroll-stack__inner{padding:clamp(36px,6vh,80px) 0 42vh}.section-process .scroll-stack-card.process-stack-card{z-index:1;position:relative}.process-steps-static{flex-direction:column;gap:16px;padding:clamp(36px,6vh,80px) 0 clamp(48px,8vh,96px);display:flex}.section-process .process-stack-card,.section-process .scroll-stack-card.process-stack-card{background:var(--brand-blue);border-radius:24px;height:auto;min-height:clamp(240px,30vh,320px);margin-top:0;padding:clamp(24px,3vw,36px);box-shadow:inset 0 1px #ffffff0f,0 24px 48px #00000047,0 8px 16px #0000002e}.section-process .process-stack-card__layout{grid-template-columns:minmax(0,1fr) minmax(220px,34%);align-items:stretch;gap:clamp(20px,3vw,32px);height:100%;min-height:clamp(220px,34vh,300px);display:grid}.section-process .process-stack-card__copy{flex-direction:column;justify-content:space-between;align-items:flex-start;min-width:0;height:100%;display:flex}.section-process .process-stack-card__bottom{flex-direction:column;align-items:flex-start;gap:14px;width:100%;margin-top:auto;display:flex}.section-process .process-stack-card .ps-num{font-family:var(--font-primary), sans-serif;letter-spacing:0;text-transform:none;color:var(--brand-gray);margin-bottom:0;font-size:26px;font-weight:400;line-height:1.1;display:block}.section-process .process-stack-card .ps-num:before{display:none}.section-process .process-stack-card .ps-title{margin-bottom:0}.section-process .process-stack-card .ps-title em{color:var(--brand-gray);font-style:italic}.section-process .process-stack-card__media{justify-content:center;align-items:center;min-height:100%;display:flex;position:relative}.section-process .process-stack-card__media-image{object-fit:contain}.pstep{background:var(--night);padding:36px 32px;position:relative}.section-process .process-stack-card.pstep{background:var(--brand-blue);padding:clamp(24px,3vw,36px)}.pstep .ps-num{font-family:var(--font-primary), sans-serif;letter-spacing:.2em;color:var(--accent);align-items:center;gap:10px;margin-bottom:20px;font-size:11px;font-weight:700;display:flex}.pstep .ps-num:before{content:"";background:var(--accent);width:18px;height:1px}.pstep .ps-title{font-family:var(--font-primary), sans-serif;margin-bottom:14px;font-size:26px;font-weight:400;line-height:1.1}.pstep .ps-title em{color:var(--accent);font-style:italic}.pstep .ps-body{color:#f5f3ee8c;text-wrap:pretty;font-size:13.5px;line-height:1.7}@media (max-width:980px){.section-process .process-stack-card__layout{grid-template-columns:1fr;min-height:auto}.section-process .process-stack-card__copy{grid-template-columns:auto 1fr;grid-template-areas:"num title""body body";justify-content:start;gap:0 .28em;height:auto;display:grid}.section-process .process-stack-card__bottom{display:contents}.section-process .process-stack-card .ps-num{grid-area:num;align-self:baseline;font-size:clamp(20px,5vw,24px);line-height:1.1;display:inline}.section-process .process-stack-card .ps-title{grid-area:title;align-self:baseline;font-size:clamp(20px,5vw,24px);line-height:1.1}.section-process .process-stack-card .ps-body{grid-area:body;margin-top:12px}.section-process .process-stack-card__media{order:-1;min-height:clamp(180px,42vw,240px)}.section-process .scroll-stack-card.process-stack-card{box-shadow:inset 0 1px #ffffff0f,0 12px 24px #00000038}.scroll-stack-scroller--snap .scroll-stack-card{contain:layout style paint}}.packs{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.pack{background:var(--paper);border:1px solid var(--line);border-radius:20px;flex-direction:column;padding:36px 32px 32px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative}.pack:hover{border-color:#1a18142e;transform:translateY(-2px);box-shadow:0 30px 50px -20px #1a18141a}.pack[data-featured=true]{background:var(--night);color:var(--bg);border-color:var(--night)}.pack[data-featured=true]:before{content:"MÁS ELEGIDO";background:var(--accent);color:var(--night);font-family:var(--font-primary), sans-serif;letter-spacing:.18em;border-radius:999px;padding:5px 12px;font-size:10px;font-weight:800;position:absolute;top:-14px;left:28px}.pack-name{font-family:var(--font-primary), sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--pack-color);margin-bottom:16px;font-size:12px;font-weight:800}.pack-price{font-family:var(--font-primary), sans-serif;font-variant-numeric:tabular-nums;margin-bottom:10px;font-size:64px;line-height:1}.pack-price small{font-family:var(--font-secondary), sans-serif;color:var(--ink-mute);letter-spacing:.08em;margin-left:6px;font-size:12px;font-weight:400}.pack[data-featured=true] .pack-price small{color:#f5f3ee80}.pack-desc{color:var(--ink-soft);border-bottom:1px solid var(--line-soft);margin-bottom:24px;padding-bottom:24px;font-size:14px;line-height:1.6}.pack[data-featured=true] .pack-desc{color:#f5f3eeb3;border-color:var(--night-line)}.pack-items{flex-direction:column;flex:1;gap:10px;margin-bottom:28px;display:flex}.pack-item{color:var(--ink);gap:12px;font-size:14px;line-height:1.5;display:flex}.pack[data-featured=true] .pack-item{color:#f5f3eee6}.pack-item:before{content:"+";color:var(--pack-color);font-family:var(--font-primary), sans-serif;flex-shrink:0;font-weight:800}.pack .btn{justify-content:center;width:100%}.pack[data-featured=true] .btn-ghost{color:var(--bg);border-color:var(--night-line);background:#f5f3ee14}.pack[data-featured=true] .btn-ghost:hover{background:var(--accent);border-color:var(--accent);color:var(--night)}.packs-footnote{font-family:var(--font-secondary), sans-serif;letter-spacing:.02em;color:var(--ink-mute);text-align:center;text-wrap:pretty;margin:20px 0 0;font-size:12px;line-height:1.5}@media (max-width:980px){.packs{grid-template-columns:1fr}}.numbers{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.ncell{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--cream);padding:40px 32px;transition:background .2s}.ncell:hover{background:var(--paper)}.ncell .nc-label{font-family:var(--font-primary), sans-serif;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:16px;font-size:10px;font-weight:700}.ncell .nc-val{font-family:var(--font-primary), sans-serif;color:var(--ink);font-size:clamp(40px,5vw,62px);line-height:1}.ncell .nc-val em{color:var(--accent);font-style:italic}.ncell .nc-note{color:var(--ink-soft);margin-top:14px;font-size:13.5px;line-height:1.6}@media (max-width:860px){.numbers{grid-template-columns:1fr 1fr}}.faqs{border-top:1px solid var(--line)}.faq{border-bottom:1px solid var(--line);cursor:pointer;padding:26px 0}.faq summary{font-family:var(--font-primary), sans-serif;outline:none;justify-content:space-between;align-items:center;gap:24px;font-size:26px;font-weight:400;line-height:1.25;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary em{color:var(--ink-mute);font-style:italic}.faq[open] summary em{color:var(--accent)}.faq-toggle{border:1px solid var(--line);width:32px;height:32px;color:var(--ink-mute);font-family:var(--font-primary), sans-serif;border-radius:50%;flex-shrink:0;place-items:center;font-weight:700;transition:all .2s;display:grid}.faq[open] .faq-toggle{background:var(--ink);color:var(--bg);border-color:var(--ink);transform:rotate(45deg)}.faq-body{color:var(--ink-soft);max-width:760px;margin-top:16px;font-size:15px;line-height:1.75}.faq-chat-section .section-head.faq-chat-section__head{text-align:center;margin-bottom:clamp(32px,5vw,56px);display:block}.faq-chat-section .section-head.faq-chat-section__head h2{max-width:18ch;margin-inline:auto;font-size:clamp(34px,4.5vw,56px);line-height:1.05}.faq-chat-section .section-head.faq-chat-section__head h2 em{color:var(--brand-gray)}.faq-chat-section .faq-chat-accordion{margin-top:0}.faq-chat{width:100%;max-width:none}.faq-chat__title{text-align:center;font-family:var(--font-primary), sans-serif;letter-spacing:-.02em;color:var(--ink);margin-bottom:24px;font-size:24px;font-weight:600}.faq-chat__separator{align-items:center;gap:12px;margin-bottom:24px;display:flex}.faq-chat__separator-line{background:var(--line);flex:1;height:1px}.faq-chat__separator-label{font-family:var(--font-primary), sans-serif;color:var(--ink-mute);font-size:12px;font-weight:500}.faq-chat__thread{flex-direction:column;gap:12px;display:flex}.faq-chat__question-row{justify-content:flex-end;display:flex}.faq-chat__question{background:var(--ink);max-width:min(720px,72%);min-height:40px;color:var(--bg);font-family:var(--font-primary), sans-serif;text-align:left;cursor:pointer;border:none;border-radius:18px 18px 6px;padding:10px 16px;font-size:15px;font-weight:500;line-height:1.45;position:relative}.faq-chat__question:after{content:"";position:absolute;inset:-4px -8px}.faq-chat__answer-grid,.faq-chat__dots-grid,.faq-chat__text-grid{display:grid}.faq-chat__answer-grid-inner,.faq-chat__dots-grid-inner,.faq-chat__text-grid-inner{overflow:hidden}.faq-chat__answer-row{justify-content:flex-start;padding-top:8px;display:flex}.faq-chat__answer-bubble{background:var(--brand-gray);border-radius:18px 18px 18px 6px;max-width:min(720px,72%);overflow:hidden}.faq-chat__dots{align-items:center;gap:5px;padding:12px 16px;display:flex}.faq-chat__dot{background:var(--ink);opacity:.35;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite faqChatDot;display:inline-block}.faq-chat__dot--2{animation-delay:.15s}.faq-chat__dot--3{animation-delay:.3s}.faq-chat__answer-text{color:var(--ink);text-wrap:pretty;padding:10px 16px;font-size:15px;line-height:1.7}@keyframes faqChatDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (max-width:640px){.faq-chat__question,.faq-chat__answer-bubble{max-width:88%}}.cta-band{background:var(--night);color:var(--bg);padding:110px 40px;position:relative;overflow:hidden}.cta-orb{background:radial-gradient(circle, rgba(var(--accent-rgb), .16), transparent 60%);pointer-events:none;border-radius:50%;width:800px;height:800px;position:absolute;top:-300px;right:-250px}.cta-inner{z-index:1;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);align-items:center;gap:80px;max-width:1320px;margin:0 auto;display:grid;position:relative}.cta-band h2{font-family:var(--font-primary), sans-serif;letter-spacing:-.015em;text-wrap:balance;font-size:clamp(40px,5.4vw,72px);font-weight:400;line-height:.98}.cta-band h2 em{color:var(--accent);font-style:italic}.cta-band p{color:var(--on-night-mid);text-wrap:pretty;max-width:520px;margin-top:22px;font-size:16px;line-height:1.7}.cta-right{flex-direction:column;gap:14px;display:flex}.cta-contacts{flex-direction:row;align-items:center;gap:8px;display:flex}.cta-contact{cursor:pointer;width:var(--nav-icon-size);height:var(--nav-icon-size);border:var(--outline-width) solid var(--outline-dark);background:var(--nav-filled-bg);color:var(--on-night-high);outline-offset:-1px;transition:border-color var(--nav-interactive-duration) var(--nav-interactive-ease), background-color var(--nav-interactive-duration) var(--nav-interactive-ease), color var(--nav-interactive-duration) var(--nav-interactive-ease), transform var(--nav-interactive-duration) var(--nav-interactive-ease);border-radius:50%;outline:1px solid #ffffff1a;flex-shrink:0;place-items:center;text-decoration:none;display:inline-grid;position:relative}.cta-contact:hover{border-color:var(--outline-brand);color:var(--outline-brand);background:var(--nav-hover-bg);transform:translateY(-1px)}.cta-contact:active{transform:scale(.96)}.cta-contact-icon__svg{width:var(--nav-control-icon);height:var(--nav-control-icon);display:block;transform:translateY(.5px)}.cta-contact .cta-contact-icon__svg.svg-inline--fa{font-size:var(--nav-control-icon)}.cta-contact--whatsapp{color:#25d366}.cta-contact--email{color:var(--on-night-high)}.cta-contact--instagram{color:#e1306c}@media (max-width:980px){.cta-band{padding:80px 24px}.cta-inner{grid-template-columns:1fr;gap:40px}}.handwritten{font-family:var(--font-caveat), cursive;color:var(--ink);letter-spacing:.01em;font-size:22px;font-weight:600;line-height:1.1}.handwritten:after{content:"";background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 32'><path d='M12 2 C 14 8, 8 16, 12 28 M 6 22 L 12 30 L 18 22' stroke='%231a1814' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-size:contain;width:18px;height:22px;margin-top:4px;display:block}.handwritten.right:after{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24'><path d='M2 12 C 8 14, 16 8, 28 12 M 22 6 L 30 12 L 22 18' stroke='%231a1814' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");width:22px;height:18px}.handwritten.left:after{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24'><path d='M30 12 C 24 14, 16 8, 4 12 M 10 6 L 2 12 L 10 18' stroke='%231a1814' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");width:22px;height:18px}.lcard{padding:0}.lcard-photo{background:var(--photo-bg,linear-gradient(135deg, var(--cream) 0%, var(--brand-gray) 100%));border-radius:20px 20px 0 0;justify-content:center;align-items:center;height:280px;display:flex;position:relative;overflow:hidden}.lcard-photo .photo-grid{opacity:.6;background-image:linear-gradient(#1a18140d 1px,#0000 1px),linear-gradient(90deg,#1a18140d 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.lcard-photo .photo-tag{font-family:var(--font-secondary), sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#1a18148c;font-size:10px;position:absolute;top:14px;left:16px}.lcard-photo .photo-shadow{filter:blur(6px);background:radial-gradient(#1a181440,#0000 65%);height:16px;position:absolute;bottom:14px;left:12%;right:12%}.lcard-photo .photo-placeholder,.lcard.featured .lcard-photo .photo-placeholder{z-index:1;filter:drop-shadow(0 18px 28px #1a18141f);border-radius:16px;width:85%;height:84%;position:relative}.lcard-body{flex-direction:column;flex:1;padding:28px 32px 32px;display:flex}.lcard.featured .lcard-photo{background:linear-gradient(135deg, var(--night-3), var(--night) 100%)}.lcard.featured .lcard-photo .photo-grid{background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px)}.lcard.featured .lcard-photo .photo-tag{color:#f5f3ee73}.mock{filter:drop-shadow(0 20px 24px #1a18142e);z-index:1;position:relative}.mock-tapbar{perspective:600px;grid-template-areas:"wall""base";width:70%;max-width:240px;display:grid}.mock-tapbar .wall{background:linear-gradient(180deg, var(--cream), var(--white));font-family:var(--font-primary), sans-serif;color:var(--ink);text-align:center;border-radius:10px 10px 0 0;grid-area:wall;padding:18px 16px 22px;font-size:22px;font-weight:700;line-height:.95;box-shadow:inset 0 0 0 1px #1a18140f}.mock-tapbar .base{background:linear-gradient(180deg, var(--brand-gray), var(--cream));border-radius:0 0 10px 10px;grid-area:base;gap:8px;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #1a18140f}.mock-tapbar .tiles{gap:6px;display:grid}.mock-tapbar.t2 .tiles{grid-template-columns:1fr 1fr}.mock-tapbar.t3 .tiles{grid-template-columns:1fr 1fr 1fr}.mock-tapbar.t4 .tiles{grid-template-columns:1fr 1fr 1fr 1fr}.mock-tapbar .tile{aspect-ratio:1;background:var(--ink);color:var(--bg);font-family:var(--font-primary), sans-serif;border-radius:8px;place-items:center;font-size:16px;font-weight:700;display:grid}.mock-tapbar .footnote{font-family:var(--font-secondary), sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#1a181480;text-align:center;font-size:7px}.mock-link{flex-direction:column;align-items:center;width:110px;height:130px;display:flex}.mock-link .ring{border:3px solid var(--brand-gray);z-index:2;border-radius:50%;width:18px;height:18px;margin-bottom:-6px}.mock-link .body{aspect-ratio:1;background:linear-gradient(135deg, var(--cream), var(--brand-gray));width:100%;font-family:var(--font-primary), sans-serif;color:var(--ink);border-radius:18px;place-items:center;font-size:32px;font-weight:700;display:grid;box-shadow:inset 0 0 0 1px #1a181414}.mock-link.round .body{border-radius:50%}.mock-link.hex .body{clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%);border-radius:0}.mock-toy{flex-direction:column;align-items:center;width:130px;height:150px;display:flex;position:relative}.mock-toy .ring{border:3px solid var(--brand-gray);z-index:2;border-radius:50%;width:18px;height:18px;margin-bottom:-8px}.mock-toy .shape{aspect-ratio:1;background:linear-gradient(135deg, var(--cream), var(--brand-gray));border-radius:60% 60% 50% 50%/50% 50% 60% 60%;width:100%;position:relative;box-shadow:inset 0 0 0 1px #1a181414}.mock-toy .eye{background:var(--ink);border-radius:50%;width:14px;height:14px;position:absolute;top:35%}.mock-toy .eye.l{left:28%}.mock-toy .eye.r{right:28%}.mock-toy .smile{border:2px solid var(--ink);border-top:none;border-radius:0 0 30px 30px;width:30px;height:12px;position:absolute;bottom:30%;left:50%;transform:translate(-50%)}.mock-exhib{background:linear-gradient(180deg, var(--cream), var(--brand-gray));border-radius:10px;width:75%;max-width:240px;padding:14px 12px 12px;box-shadow:inset 0 0 0 1px #1a181414}.mock-exhib .ex-top{font-family:var(--font-primary), sans-serif;color:var(--ink);text-align:center;letter-spacing:.04em;border-bottom:1px solid #1a18141a;margin-bottom:10px;padding:4px 0 10px;font-size:14px;font-weight:700}.mock-exhib .ex-slots{grid-template-columns:repeat(5,1fr);gap:4px;display:grid}.mock-exhib .ex-slot{aspect-ratio:1;background:#1a181414;border-radius:4px}.mock-exhib .ex-slot.filled{background:var(--ink)}.mock-custom{grid-template-columns:1fr 1fr;align-items:center;gap:12px;width:60%;max-width:220px;display:grid}.mock-custom .blob{aspect-ratio:1;background:linear-gradient(135deg, var(--cream), var(--brand-gray));font-family:var(--font-primary), sans-serif;color:var(--bg);border-radius:50% 30% 60% 40%/40% 60% 30% 70%;place-items:center;font-size:28px;font-weight:700;display:grid;box-shadow:inset 0 0 0 1px #1a18141a}.mock-custom .blob.dark{background:linear-gradient(135deg, var(--ink), var(--night));color:var(--bg)}.mock-custom .blob.b2{background:linear-gradient(135deg, var(--brand-gray), var(--brand-blue));color:var(--night);border-radius:30% 70% 40% 60%/60% 40% 70% 30%}.mock-custom .blob.b3{background:linear-gradient(135deg, var(--ink), var(--night));color:var(--bg);border-radius:70% 30% 50% 50%/50% 50% 30% 70%}.mock-custom .blob.b4{background:linear-gradient(135deg, var(--cream), var(--brand-gray));color:var(--ink);border-radius:40% 60% 70% 30%/30% 70% 60% 40%}.sticker{background:var(--paper);font-family:var(--font-caveat), cursive;color:var(--ink);white-space:nowrap;z-index:3;border-radius:999px;padding:6px 12px;font-size:16px;font-weight:600;position:absolute;box-shadow:0 6px 14px -2px #1a181426}.sticker.amber{background:var(--accent);color:var(--night)}.sticker.dark{background:var(--ink);color:var(--bg)}footer{background:var(--night);color:var(--bg);padding:70px 40px 30px}.footer-inner{flex-direction:column;gap:50px;max-width:1320px;margin:0 auto;display:flex}.footer-top{border-bottom:var(--outline-width) solid var(--outline-dark);grid-template-columns:minmax(0,1.8fr) minmax(0,1fr) minmax(0,1fr);gap:60px;padding-bottom:50px;display:grid}.footer-brand-link{width:fit-content;transition:opacity var(--nav-interactive-duration) var(--nav-interactive-ease), transform var(--nav-interactive-duration) var(--nav-interactive-ease);margin-bottom:22px;display:inline-block}.footer-brand-link:hover{opacity:.9}.footer-brand-link:active{transform:scale(.96)}.footer-brand-block .fb-logo{object-fit:contain;width:clamp(148px,16vw,196px);height:auto;display:block}.footer-brand-block p{color:var(--brand-gray);text-wrap:pretty;max-width:360px;font-size:13.5px;line-height:1.75}.fcol h4{font-family:var(--font-primary), sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-gray);margin-bottom:18px;font-size:10px;font-weight:700}.fcol ul{flex-direction:column;gap:10px;list-style:none;display:flex}.fcol .cta-contacts{margin-top:2px}.fcol a:not(.cta-contact){color:color-mix(in oklab, var(--brand-gray) 28%, var(--white));transition:color var(--nav-interactive-duration) var(--nav-interactive-ease);font-size:14px;text-decoration:none}.fcol a:not(.cta-contact):hover{color:var(--outline-brand)}.footer-bot{font-family:var(--font-secondary), sans-serif;color:var(--brand-gray);letter-spacing:.06em;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:11px;display:flex}.footer-legal{flex-wrap:wrap;align-items:center;gap:0;display:flex}.footer-legal a{min-height:40px;font-family:var(--font-secondary), sans-serif;color:var(--brand-gray);letter-spacing:.06em;transition:color var(--nav-interactive-duration) var(--nav-interactive-ease), transform var(--nav-interactive-duration) var(--nav-interactive-ease);align-items:center;padding:8px 0;font-size:11px;text-decoration:none;display:inline-flex;position:relative}.footer-legal a+a{margin-left:14px;padding-left:14px}.footer-legal a+a:before{content:"·";color:var(--brand-gray);pointer-events:none;position:absolute;left:0}.footer-legal a:hover{color:var(--outline-brand)}.footer-legal a:active{transform:scale(.96)}.legal-page{background:var(--night);min-height:100dvh;color:var(--bg);padding:calc(var(--nav-bar-height) + 32px) var(--layout-gutter) 80px}.legal-page__inner{max-width:720px;margin:0 auto}.legal-page__back{min-height:40px;font-family:var(--font-secondary), sans-serif;color:var(--on-night-mid);transition:color var(--nav-interactive-duration) var(--nav-interactive-ease), transform var(--nav-interactive-duration) var(--nav-interactive-ease);align-items:center;gap:6px;margin-bottom:28px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.legal-page__back-icon{flex-shrink:0;margin-top:1px}.legal-page__back:hover{color:var(--outline-brand)}.legal-page__back:active{transform:scale(.96)}.legal-page__head h1{font-family:var(--font-primary), sans-serif;letter-spacing:-.03em;text-wrap:balance;margin-bottom:10px;font-size:clamp(32px,5vw,44px);line-height:1.05}.legal-page__updated{font-family:var(--font-secondary), sans-serif;color:var(--on-night-faint);margin-bottom:28px;font-size:13px}.legal-page__body{flex-direction:column;gap:16px;display:flex}.legal-page__body p{font-family:var(--font-secondary), sans-serif;color:var(--on-night-mid);text-wrap:pretty;font-size:15px;line-height:1.75}@keyframes cookie-consent-in{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes cookie-consent-out{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(8px)}}.cookie-consent{z-index:120;border:var(--outline-width) solid var(--outline-dark-soft);background:var(--night-surface);width:min(640px,100vw - 32px);color:var(--on-night-high);-webkit-backdrop-filter:blur(12px);border-radius:999px;align-items:center;gap:16px;padding:12px 12px 12px 20px;animation:.35s cubic-bezier(.2,0,0,1) both cookie-consent-in;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(0);box-shadow:inset 0 1px #ffffff0f,0 18px 48px -12px #0000008c,0 6px 16px -8px #00000059}.cookie-consent--closing{pointer-events:none;animation:.22s cubic-bezier(.2,0,0,1) both cookie-consent-out}.cookie-consent__message{font-family:var(--font-secondary), sans-serif;color:var(--on-night-mid);text-wrap:pretty;flex:auto;margin:0;font-size:13px;line-height:1.45}.cookie-consent__link{color:var(--outline-brand);text-underline-offset:2px;transition:color var(--nav-interactive-duration) var(--nav-interactive-ease);text-decoration:underline}.cookie-consent__link:hover{color:var(--brand-orange-dark)}.cookie-consent__accept{border:var(--outline-width) solid var(--white);background:var(--white);min-height:40px;color:var(--night);font-family:var(--font-secondary), sans-serif;cursor:pointer;transition:transform var(--nav-interactive-duration) var(--nav-interactive-ease), background-color var(--nav-interactive-duration) var(--nav-interactive-ease), color var(--nav-interactive-duration) var(--nav-interactive-ease), border-color var(--nav-interactive-duration) var(--nav-interactive-ease);border-radius:999px;flex-shrink:0;padding:0 20px;font-size:13px;font-weight:600}.cookie-consent__accept:hover{background:var(--outline-brand);border-color:var(--outline-brand);color:var(--white);transform:translateY(-1px)}.cookie-consent__accept:active{transform:scale(.96)}@media (max-width:640px){.cookie-consent{border-radius:24px;flex-direction:column;align-items:stretch;padding:16px;bottom:16px}.cookie-consent__accept{text-align:center;width:100%}}@media (prefers-reduced-motion:reduce){.cookie-consent{animation:none}.cookie-consent--closing{opacity:0;animation:none}.cookie-consent__accept:hover,.cookie-consent__accept:active,.footer-brand-link:active,.footer-legal a:active,.legal-page__back:active{transform:none}}@media (max-width:860px){footer{padding:50px 24px 24px}.footer-top{grid-template-columns:1fr 1fr;gap:30px}.footer-brand-block{grid-column:1/-1}}
body.site-loading{overflow:hidden}body.site-loading:before{content:"";z-index:199;pointer-events:all;background:#000;position:fixed;inset:0}.site-loader{z-index:200;color:#fff;pointer-events:all;background:#000;transition:opacity .4s,visibility .4s;position:fixed;inset:0;overflow:hidden}.site-loader--synced{opacity:0;visibility:hidden;pointer-events:none}.site-loader__status{z-index:2;font-family:var(--font-primary), sans-serif;letter-spacing:-.03em;color:#fff;font-size:clamp(42px,8vw,72px);font-weight:600;line-height:.95;position:absolute;top:clamp(20px,4vw,40px);left:clamp(20px,4vw,40px)}.site-loader__scene{justify-content:center;align-items:center;padding:clamp(88px,14vh,120px) clamp(20px,4vw,40px);display:flex;position:absolute;inset:0}.site-loader__logo-wrap{justify-content:center;align-items:center;width:min(420px,78vw);max-width:100%;display:flex}.site-loader__logo{object-fit:contain;width:100%;height:auto;display:block}.site-loader__loader{z-index:2;width:clamp(129px,25.2vw,173px);height:clamp(129px,25.2vw,173px);position:absolute;bottom:clamp(12px,3vw,28px);right:clamp(16px,3vw,32px)}@media (max-width:640px){.site-loader__status{font-size:clamp(28px,8vw,40px)}.site-loader__scene{padding:clamp(48px,7.5dvh,60px) clamp(16px,4vw,24px)}.site-loader__logo-wrap{width:min(300px,72vw)}.site-loader__loader{width:clamp(116px,28.8vw,144px);height:clamp(116px,28.8vw,144px);bottom:clamp(10px,2.5vw,16px);right:clamp(10px,2.5vw,16px)}}@media (prefers-reduced-motion:reduce){.site-loader{transition:none}}
