@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400;500;600&display=swap";
:root{--color-black:#050608;--color-black-soft:#08090b;--color-warm-black:#0c0e12;--color-walnut:#38261b;--color-brown:#6f4a2e;--color-brown-soft:#c8b18a;--color-beige:#f2ebdf;--color-beige-deep:#e7dbcb;--color-ivory:#fcf7f0;--color-pearl:#fffbf5;--color-white:#fff;--color-canvas:#0d0b09;--color-canvas-strong:#17110d;--color-canvas-top:#0a0908;--color-surface:#ffffff0f;--color-surface-muted:#ffffff0b;--color-surface-hover:#ffffff1a;--color-surface-raised:#ffffff0e;--color-surface-strong:#18120e;--color-surface-solid:#18120e;--color-text:var(--color-beige);--color-text-strong:var(--color-pearl);--color-ink-strong:var(--color-pearl);--color-text-muted:#a8a095;--color-accent:#c8b18a;--color-accent-soft:var(--color-brown-soft);--color-border:#ffffff14;--color-border-strong:#c8b18a61;--color-architectural-line:#ffffff0b;--color-action-primary:#c8b18a;--color-action-primary-hover:#dcc090;--color-action-primary-text:#050608;--color-error:#7a3425;--color-error-bg:#7a342514;--color-error-border:#7a34253d;--color-error-border-strong:#7a342573;--color-focus-ring:#6f4a2e47;--color-backdrop:#120d095c;--font-display:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-ui:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-size-eyebrow:.72rem;--font-size-body:1rem;--font-size-body-large:1.05rem;--font-size-body-small:.9rem;--font-size-route-label:1.08rem;--font-size-route-meta:.84rem;--space-2xs:4px;--space-xs:10px;--space-sm:12px;--space-md:16px;--space-lg:18px;--space-xl:24px;--space-2xl:28px;--space-3xl:32px;--space-4xl:36px;--radius-pill:999px;--radius-control:6px;--radius-card:8px;--radius-panel:8px;--radius-hero:8px;--border-width-thin:1px;--shadow-panel:0 28px 80px #0000006b;--shadow-active:0 16px 40px #00000059;--shadow-drawer:0 24px 64px #120d0933;--blur-panel:8px;--motion-fast:.16s;--motion-base:.24s;--motion-slow:.36s;--motion-reveal:.72s;--motion-ambient:8.2s;--motion-ease:cubic-bezier(.22, 1, .36, 1);--motion-ease-emphasis:cubic-bezier(.16, 1, .3, 1);--layout-shell-padding:32px;--layout-shell-padding-mobile:16px;--layout-content-max:1440px;--layout-nav-max:48rem;--layout-text-measure:36rem;--layout-route-measure:44rem;--layout-mobile-drawer-width:min(100vw - 24px, 32rem)}@view-transition{navigation:auto}::view-transition-old(root){animation-duration:.18s;animation-timing-function:cubic-bezier(.22,1,.36,1)}::view-transition-new(root){animation-duration:.18s;animation-timing-function:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{font-size:16px}body{min-height:100vh;color:var(--color-text);background:radial-gradient(1400px 700px at 80% 0%, #c8b18a14, transparent 50%), radial-gradient(1000px 500px at 0% 15%, #ffffff09, transparent 50%), linear-gradient(180deg, var(--color-canvas-top) 0%, var(--color-canvas-strong) 100%);font-family:var(--font-body);font-size:var(--font-size-body);margin:0;overflow-x:hidden}body[data-mobile-nav-open=true]{overflow:hidden}a{color:inherit;text-decoration:none}::selection{color:var(--color-text-strong);background:#6f4a2e38}:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:3px}@keyframes montelar-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translate(0,0)}}@keyframes montelar-panel-reveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translate(0,0)}}@keyframes montelar-panel-material-reveal{0%{opacity:0;clip-path:inset(0 0 18px)}to{opacity:1;clip-path:inset(0)}}@keyframes montelar-panel-reveal-centered{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes montelar-drawer-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0,0)}}@keyframes montelar-fade{0%{opacity:0}to{opacity:1}}@keyframes montelar-scan-line{0%,to{opacity:.08;transform:translate(-36%)}50%{opacity:.26;transform:translate(36%)}}@keyframes montelar-ambient-plane{0%,to{transform:translate(0,0)}50%{transform:translate(8px,-6px)}}@keyframes montelar-ambient-object{0%,to{transform:translate(0,0)}50%{transform:translate(-5px,-7px)}}@keyframes montelar-stage-breathe{0%,to{opacity:.74;transform:translate(0,0)scale(1)}50%{opacity:.96;transform:translateY(-4px)scale(1.012)}}@keyframes montelar-line-drift{0%,to{opacity:.24;transform:translate(-10px)}50%{opacity:.62;transform:translate(10px)}}@keyframes montelar-sound-pulse{0%,to{opacity:.18;transform:translate(0,0)scale(.98)}50%{opacity:.46;transform:translateY(-3px)scale(1.02)}}.site-stage{isolation:isolate;min-height:100vh;position:relative}.site-stage:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg, transparent 0 16%, var(--color-architectural-line) 16% calc(16% + 1px), transparent calc(16% + 1px) 100%), linear-gradient(90deg, transparent 0 72%, #6f4a2e11 72% calc(72% + 1px), transparent calc(72% + 1px) 100%);opacity:.54;position:fixed;inset:0}.skip-link{z-index:3;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-pill);border:var(--border-width-thin) solid var(--color-border-strong);background:var(--color-surface-solid);color:var(--color-text-strong);font-family:var(--font-ui);transition:transform var(--motion-fast) var(--motion-ease);position:absolute;top:0;left:50%;transform:translate(-50%,-160%)}.skip-link:focus{transform:translate(-50%, var(--space-sm))}.site-shell{min-height:100vh;width:min(100%, var(--layout-content-max));padding:116px clamp(16px, 2.4vw, var(--layout-shell-padding)) clamp(16px, 2.4vw, var(--layout-shell-padding));gap:var(--space-3xl);flex-direction:column;margin:0 auto;display:flex;position:relative}.shell-header,.shell-main,.shell-footer{animation:montelar-rise var(--motion-reveal) var(--motion-ease-emphasis) both}.shell-main{animation-delay:70ms}.shell-footer{animation-delay:.12s}.shell-topline{justify-content:space-between;align-items:center;gap:var(--space-md);display:none}.shell-topline-copy{color:var(--color-text-muted);font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.18em;text-transform:uppercase;margin:0}.shell-chip-row{justify-content:flex-end;gap:var(--space-xs);flex-wrap:wrap;display:flex}.shell-chip{border-radius:var(--radius-pill);border:var(--border-width-thin) solid var(--color-border);background:var(--color-surface-muted);min-height:34px;color:var(--color-text-muted);font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.08em;text-transform:uppercase;align-items:center;padding:0 14px;display:inline-flex}.editor-preview-indicator{background:linear-gradient(135deg,#211812f0,#130f0ce6),#120e0be6;border:1px solid #c8a97342;border-radius:1.1rem;justify-content:space-between;align-items:center;gap:1rem;max-width:min(1180px,100vw - 2rem);margin:0 auto 1.1rem;padding:.95rem 1.1rem;display:flex;box-shadow:0 20px 45px #0504033d}.editor-preview-copy{gap:.3rem;display:grid}.editor-preview-copy p{color:#f4ecdfd6;letter-spacing:.06em;max-width:48rem;margin:0;font-size:.82rem;line-height:1.55}.editor-preview-kicker{color:#d1b178f0;letter-spacing:.34em;text-transform:uppercase;font-size:.68rem}.editor-preview-link{color:#f8f0e0f0;letter-spacing:.22em;text-transform:uppercase;background:linear-gradient(#cfb27b29,#cfb27b14);border:1px solid #cfb27b47;border-radius:999px;justify-content:center;align-self:stretch;align-items:center;min-height:44px;padding:.78rem 1.25rem;font-size:.72rem;text-decoration:none;transition:border-color .18s,background-color .18s,color .18s,transform .18s;display:inline-flex}.editor-preview-link:hover,.editor-preview-link:focus-visible{color:#fff7e8;background:linear-gradient(#cfb27b3d,#cfb27b24);border-color:#e1c58f70;transform:translateY(-1px)}.editor-preview-link:focus-visible{outline-offset:3px;outline:2px solid #f2e2c299}.shell-header,.shell-footer,.shell-context-card,.hero-panel,.status-card{-webkit-backdrop-filter:blur(var(--blur-panel));backdrop-filter:blur(var(--blur-panel));background:var(--color-surface);border:var(--border-width-thin) solid var(--color-border);box-shadow:var(--shadow-panel)}.shell-header,.shell-footer{border-radius:var(--radius-panel);padding:var(--space-xl) var(--space-2xl);background:linear-gradient(#ffffff0b,#ffffff05)}.shell-header{z-index:1000;width:100%;min-height:84px;padding:0 max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));box-shadow:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#07090cd1;border-width:0 0 1px;border-radius:0;gap:0;animation:none;display:grid;position:fixed;top:0;left:0;right:0}.shell-header.is-home-header{gap:0;padding-block:0}.shell-header.is-home-header .site-header-bar{grid-template-columns:minmax(0,1fr);align-items:center}.shell-header.is-home-header .header-brand-block{gap:8px}.shell-header.is-home-header .brand-mark{font-size:.84rem}.shell-header .eyebrow,.shell-header .brand-copy,.shell-header .brand-slogan-composition,.shell-header .shell-chip-row,.shell-header .header-locale-switcher,.shell-header.is-home-header .brand-copy,.shell-header.is-home-header .header-presence-rail{display:none}.shell-header.is-home-header .desktop-nav-frame{gap:0}.header-brand-block{gap:var(--space-sm);align-content:start;max-width:46rem;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.site-header-bar,.header-action-stack,.header-cta-row,.desktop-nav,.desktop-nav-frame,.nav-branch-grid,.mobile-nav-header,.mobile-nav-header-actions,.mobile-nav-list,.mobile-nav-link-list{display:grid}.site-header-bar{grid-template-columns:minmax(0,1fr);align-items:center;gap:24px;min-height:84px}.header-action-stack{top:50%;right:max(32px, calc((100vw - var(--layout-content-max)) / 2 + 64px));align-content:center;gap:var(--space-md);justify-items:end;position:absolute;transform:translateY(-50%)}.header-phone-link{top:50%;left:max(32px, calc((100vw - var(--layout-content-max)) / 2 + 64px));z-index:1002;border:var(--border-width-thin) solid #d3b78d57;color:#f2e2c2f0;width:40px;height:40px;transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#d3b78d1f,#d3b78d09),#0505047a;border-radius:2px;justify-content:center;align-items:center;display:inline-flex;position:absolute;transform:translateY(-50%);box-shadow:inset 0 1px #fcf7f01f,0 12px 34px #00000038}.header-phone-icon{width:16px;height:16px}.header-locale-switcher,.mobile-locale-switcher{gap:10px;display:grid;position:relative}.locale-switcher-label{color:var(--color-text-muted);font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.16em;text-transform:uppercase;margin:0}.locale-switcher-list{z-index:1010;border:var(--border-width-thin) solid #c8b18a2e;opacity:0;pointer-events:none;min-width:88px;transition:opacity var(--motion-fast) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);background:radial-gradient(180px 90px at 70% 0,#c8b18a1c,#0000 72%),linear-gradient(145deg,#07080afa,#1c140ef5);border-radius:8px;gap:8px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-4px);box-shadow:0 24px 70px #00000070}.locale-switcher.is-open .locale-switcher-list{opacity:1;pointer-events:auto;transform:translateY(0)}.locale-switcher-trigger,.locale-switcher-pill{border-radius:var(--radius-pill);border:var(--border-width-thin) solid var(--color-border);background:var(--color-surface-muted);min-width:46px;min-height:38px;color:var(--color-text-strong);font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.12em;text-transform:uppercase;transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);justify-content:center;align-items:center;padding:0 12px;display:inline-flex}.locale-switcher-trigger{cursor:pointer;gap:7px}.locale-switcher-chevron{opacity:.68;font-size:.72em;line-height:1;transform:translateY(-1px)}.locale-switcher.is-open .locale-switcher-chevron{transform:translateY(-1px)rotate(180deg)}.locale-switcher-trigger:hover,.locale-switcher-trigger:focus-visible,.locale-switcher-pill:hover,.locale-switcher-pill:focus-visible{border-color:var(--color-border-strong);background:var(--color-surface-hover);transform:translateY(-1px)}.locale-switcher-pill.is-current{background:var(--color-action-primary);border-color:var(--color-action-primary);color:var(--color-action-primary-text);pointer-events:none}.header-cta-row{justify-items:end;gap:var(--space-sm)}.header-cta,.mobile-nav-toggle,.mobile-nav-close,.mobile-nav-cta,.desktop-nav-trigger,.desktop-nav-link,.mobile-nav-section-trigger,.mobile-nav-direct-link{border-radius:var(--radius-pill);border:var(--border-width-thin) solid var(--color-border);font-family:var(--font-ui);transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease)}.header-cta,.mobile-nav-cta{color:#f2e2c2f0;letter-spacing:.1em;text-transform:uppercase;min-height:40px;font-size:var(--font-size-route-meta);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#d3b78d1f,#d3b78d09),#0505047a;border-color:#d3b78d57;justify-content:center;align-items:center;padding:0 19px;display:inline-flex;position:relative;box-shadow:inset 0 1px #fcf7f01f,0 12px 34px #00000038}.mobile-nav-toggle,.mobile-nav-close,.desktop-nav-trigger,.desktop-nav-link,.mobile-nav-section-trigger,.mobile-nav-direct-link{background:var(--color-surface-muted);color:var(--color-text-strong)}.mobile-nav-toggle,.mobile-nav-close{min-height:42px;padding:0 16px}.mobile-nav-toggle{border-radius:2px;gap:5px;width:42px;min-width:42px;padding:0}.mobile-nav-toggle-line{background:currentColor;width:15px;height:1px;display:block}.mobile-nav-toggle-mark{object-fit:contain;filter:drop-shadow(0 0 9px #e2c38933)drop-shadow(0 8px 18px #0000005c);width:43px;height:43px;display:none;transform:translateY(-1.5px)}.mobile-nav-close{border-radius:2px;min-width:40px;min-height:40px;padding:0;font-size:1.18rem;line-height:1}.mobile-nav-header-actions{justify-content:flex-end;place-items:flex-start end;gap:8px;display:flex}.mobile-locale-switcher .locale-switcher-list{justify-content:flex-end}.mobile-locale-switcher .locale-switcher-label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.mobile-locale-switcher{width:auto}.mobile-locale-switcher .locale-switcher-trigger,.mobile-locale-switcher .locale-switcher-pill{letter-spacing:.08em;background:#fcf7f00b;border-color:#c8b18a38;border-radius:2px;min-width:54px;min-height:40px;padding:0 10px;font-size:.68rem}.mobile-locale-switcher .locale-switcher-list{gap:4px;width:auto;min-width:76px;left:0;right:auto}.mobile-nav-toggle{display:none}.brand-mark{width:clamp(170px,16vw,246px);height:46px;color:var(--color-text-strong);justify-content:center;align-items:center;line-height:1;display:inline-flex}.brand-mark:before{content:none}.brand-logo-image{object-fit:contain;filter:drop-shadow(0 1px #ffffff1a)drop-shadow(0 8px 20px #00000057);width:100%;height:auto;max-height:46px;display:block}.brand-logo-image--mobile{display:none}.desktop-nav-frame{left:max(32px, calc((100vw - var(--layout-content-max)) / 2 + 64px));z-index:1001;align-items:center;gap:0;width:min(39vw,38rem);height:84px;position:absolute;top:0}.desktop-nav{scrollbar-width:none;grid-auto-columns:max-content;grid-auto-flow:column;justify-content:start;align-items:center;gap:clamp(18px,2vw,28px);width:100%;padding-bottom:2px;overflow-x:auto}.desktop-nav::-webkit-scrollbar{display:none}.desktop-nav-trigger,.desktop-nav-link{min-height:32px;font-size:var(--font-size-body-small);color:var(--color-text-muted);background:0 0;border:0;justify-content:center;align-items:center;padding:0 10px;line-height:1;display:inline-flex;position:relative}.desktop-nav-trigger.is-active,.desktop-nav-link.is-active,.mobile-nav-section-trigger.is-active,.mobile-nav-direct-link.is-active{border-color:var(--color-border-strong);color:var(--color-text-strong);box-shadow:none;background:0 0}.desktop-nav-trigger.is-active:after,.desktop-nav-link.is-active:after{content:"";background:var(--color-accent);height:1px;position:absolute;bottom:-8px;left:10px;right:10px}.nav-branch-panel,.product-mega-panel,.header-presence-rail,.mobile-nav-drawer{border-radius:var(--radius-card);border:var(--border-width-thin) solid var(--color-border);-webkit-backdrop-filter:blur(var(--blur-panel));backdrop-filter:blur(var(--blur-panel));background:#fffbf5d1}.nav-branch-panel,.product-mega-panel,.header-presence-rail{padding:var(--space-xl)}.nav-branch-panel{top:84px;left:max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));width:min(100vw - 48px,920px);height:min(56svh,486px);animation:montelar-panel-material-reveal var(--motion-slow) var(--motion-ease-emphasis) both;background:linear-gradient(90deg,#ffffff09 0 1px,#0000 1px 100%) 0 0/96px 100%,radial-gradient(720px 260px at 78% 14%,#c8b18a1f,#0000 62%),linear-gradient(145deg,#07080afb 0%,#0b0d11f9 58%,#221811f6 100%);border-color:#c8b18a2e;grid-template-columns:minmax(210px,.36fr) minmax(0,1fr);gap:0;padding:0;display:grid;position:fixed;overflow:hidden;transform:none;box-shadow:0 32px 96px #00000085}.product-mega-panel{top:84px;left:max(32px, calc((100vw - var(--layout-content-max)) / 2 + 64px));z-index:2;width:min(100vw - 96px,260px);height:auto;min-height:0;max-height:min(64svh,520px);animation:montelar-panel-material-reveal var(--motion-slow) var(--motion-ease-emphasis) both;background:linear-gradient(90deg,#ffffff09 0 1px,#0000 1px 100%) 0 0/96px 100%,radial-gradient(760px 280px at 78% 14%,#c8b18a21,#0000 62%),linear-gradient(145deg,#07080afb 0%,#0b0d11f9 58%,#221811f6 100%);border-color:#c8b18a2e;grid-template-columns:minmax(220px,1fr);gap:0;padding:0;display:grid;position:fixed;overflow:visible;transform:none;box-shadow:0 32px 96px #00000085}.product-mega-panel.has-direction{grid-template-columns:repeat(2,minmax(220px,1fr));width:min(100vw - 96px,520px)}.product-mega-panel.has-family{grid-template-columns:repeat(3,minmax(220px,1fr));width:min(100vw - 96px,780px)}.product-mega-rail{min-height:300px;max-height:min(64svh,520px);padding:var(--space-md);border-right:var(--border-width-thin) solid #c8b18a24;background:#05060875;align-content:start;gap:3px;display:grid;overflow:auto}.product-mega-rail-item{width:100%;min-height:48px;color:var(--color-text-muted);font-family:var(--font-ui);text-align:left;cursor:pointer;transition:border-color var(--motion-base) var(--motion-ease), background-color var(--motion-base) var(--motion-ease), color var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);background:0 0;border:0;border-left:1px solid #ffffff17;gap:4px;padding:10px 12px;display:grid}.product-mega-rail-item:hover,.product-mega-rail-item:focus-visible,.product-mega-rail-item.is-selected{border-color:var(--color-accent);color:var(--color-text-strong);background:linear-gradient(90deg,#c8b18a1f,#0000);transform:translate(2px)}.product-mega-rail-label,.product-mega-rail-copy,.product-mega-kicker,.product-mega-column-title,.product-mega-link span,.product-mega-link small,.product-mega-inquiry-link span,.product-mega-inquiry-link small{display:block}.product-mega-rail-label{font-size:.9rem;line-height:1.2}.product-mega-rail-copy{color:var(--color-text-muted);font-size:.78rem;line-height:1.45;display:none}.product-mega-detail{gap:var(--space-lg);min-height:0;padding:var(--space-lg);display:grid;overflow:auto}.product-mega-cascade{padding:0;overflow:hidden}.product-mega-detail-empty{align-content:center;min-height:290px}.product-mega-hint{color:#c8b18ab8;max-width:30rem;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.12em;text-transform:uppercase;margin:0;line-height:1.7}.product-mega-heading{max-width:42rem}.product-mega-kicker,.product-mega-column-title{margin:0 0 var(--space-xs);color:var(--color-accent);font-family:var(--font-ui);font-size:var(--font-size-eyebrow);letter-spacing:.18em;text-transform:uppercase}.product-mega-columns{gap:var(--space-md);grid-template-columns:minmax(190px,.8fr) minmax(0,1.2fr);display:grid}.product-mega-columns-nested{grid-template-columns:minmax(210px,.36fr) minmax(0,1fr);align-items:start;gap:0;min-height:100%;overflow:visible}.product-mega-column{align-content:start;gap:var(--space-sm);display:grid}.product-mega-subcategory-column{border-right-color:#c8b18a24;border-radius:0;min-width:0}.product-mega-product-column{min-width:0;min-height:0}.product-mega-link-list{gap:3px;display:grid}.product-mega-family-list{gap:3px}.product-mega-link,.product-mega-inquiry-link{border:var(--border-width-thin) solid #ffffff14;border-radius:var(--radius-control);min-height:48px;transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);background:#ffffff08;gap:4px;padding:10px 12px;display:grid;position:relative}.product-mega-link span,.product-mega-inquiry-link span{color:var(--color-text-strong);font-size:.88rem;line-height:1.22}.product-mega-link small,.product-mega-inquiry-link small{color:var(--color-text-muted);font-size:.72rem;line-height:1.4}.product-mega-link:hover,.product-mega-link:focus-visible,.product-mega-inquiry-link:hover,.product-mega-inquiry-link:focus-visible{background:#c8b18a1b;border-color:#c8b18a6b;transform:translateY(-1px)}.product-mega-inquiry-link{background:#c8b18a21;border-color:#c8b18a61}.product-mega-rail-item.product-mega-product-trigger{box-shadow:none;background:0 0;border:0;border-left:1px solid #ffffff17;border-radius:0}.product-mega-family-trigger{width:100%}.product-mega-subcategory-hint{border:var(--border-width-thin) solid #c8b18a24;border-radius:var(--radius-card);background:linear-gradient(135deg,#c8b18a14,#0000 62%),#ffffff06;align-content:center;min-height:212px;padding:16px;display:grid}.nav-branch-intro{min-width:0;max-width:none;min-height:0;padding:var(--space-md);border-right:var(--border-width-thin) solid #c8b18a24;background:#05060875;align-content:start;display:grid;overflow:auto}.nav-branch-title{color:var(--color-text-strong);font-family:var(--font-display);margin:0;font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.1}.nav-branch-copy,.mobile-nav-section-copy{margin:var(--space-md) 0 0;color:var(--color-text-muted);line-height:1.6}.nav-branch-grid{min-width:0;min-height:0;padding:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:8px;display:grid;overflow:auto}.nav-branch-card,.mobile-nav-link{gap:var(--space-2xs);padding:var(--space-lg);border-radius:var(--radius-card);border:var(--border-width-thin) solid var(--color-border);background:var(--color-surface-raised);transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);display:grid}.nav-branch-panel .nav-branch-card{min-height:58px;box-shadow:none;background:0 0;border:0;border-left:1px solid #ffffff17;border-radius:0;padding:10px 12px}.nav-branch-card-label,.nav-branch-card-description,.nav-branch-card-meta,.mobile-nav-section-meta{display:block}.nav-branch-card-label{color:var(--color-text-strong);font-size:var(--font-size-route-label)}.nav-branch-card-description{color:var(--color-text-muted);line-height:1.5}.nav-branch-card-meta,.mobile-nav-section-meta{color:var(--color-accent);font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.06em;text-transform:uppercase}.header-presence-rail{max-width:42rem;display:none}.mobile-nav-drawer,.mobile-nav-backdrop{display:none}.mobile-nav-header{align-items:start;gap:var(--space-md);grid-template-columns:minmax(0,1fr) max-content}.mobile-nav-brand-lockup{gap:6px;min-width:0;display:grid}.mobile-nav-brand{color:var(--color-text-strong);font-family:var(--font-display);margin:0;font-size:clamp(1.16rem,5.8vw,1.58rem);line-height:1}.mobile-nav-subtitle{color:#f2ebdfb3;max-width:18rem;margin:0;font-size:.7rem;line-height:1.35}.mobile-nav-list{gap:var(--space-sm)}.mobile-nav-section{gap:var(--space-sm);display:grid}.mobile-nav-section-trigger,.mobile-nav-direct-link{text-align:left;justify-content:space-between;align-items:center;gap:14px;min-height:48px;padding:11px 13px;display:flex}.mobile-nav-section-indicator{color:#c8b18ad1;font-family:var(--font-ui);flex:none;font-size:1rem;line-height:1}.mobile-nav-section-body{gap:7px;padding:0;display:grid}.mobile-nav-link-list{gap:10px}.mobile-product-menu{gap:7px}.mobile-product-direction-list{gap:7px;display:grid}.mobile-product-direction{border:var(--border-width-thin) solid #c8b18a24;background:linear-gradient(90deg,#fcf7f00c,#fcf7f005),#07080a7a;border-radius:6px;gap:0;padding:0;display:grid}.mobile-product-direction[open]{border-color:#c8b18a33}.mobile-product-direction-heading{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:11px 13px;list-style:none;display:flex}.mobile-product-direction-heading::-webkit-details-marker{display:none}.mobile-product-direction-heading:after{content:"+";color:#c8b18ad1;font-family:var(--font-ui);font-size:1rem;line-height:1}.mobile-product-direction[open] .mobile-product-direction-heading:after{content:"-"}.mobile-product-direction-links{padding:0 7px 7px}.mobile-product-overview-link{border-left-color:#c8b18a7a}.mobile-product-link{background:#ffffff06}.mobile-product-inquiry-link{background:#c8b18a1f;border-color:#c8b18a5c}.header-cta:hover,.header-cta:focus-visible,.header-phone-link:hover,.header-phone-link:focus-visible,.mobile-nav-toggle:hover,.mobile-nav-toggle:focus-visible,.mobile-nav-close:hover,.mobile-nav-close:focus-visible,.mobile-nav-cta:hover,.mobile-nav-cta:focus-visible,.desktop-nav-trigger:hover,.desktop-nav-trigger:focus-visible,.desktop-nav-link:hover,.desktop-nav-link:focus-visible,.nav-branch-card:hover,.nav-branch-card:focus-visible,.mobile-nav-link:hover,.mobile-nav-link:focus-visible,.mobile-nav-section-trigger:hover,.mobile-nav-section-trigger:focus-visible,.mobile-nav-direct-link:hover,.mobile-nav-direct-link:focus-visible,.route-link-card:hover,.route-link-card:focus-visible,.direction-product-link:hover,.direction-product-link:focus-visible,.route-back-link:hover,.route-back-link:focus-visible{border-color:var(--color-border-strong);background:var(--color-surface-hover);transform:translateY(-1px)}.desktop-nav-trigger:hover,.desktop-nav-trigger:focus-visible,.desktop-nav-trigger[aria-expanded=true],.desktop-nav-link:hover,.desktop-nav-link:focus-visible{color:var(--color-text-strong);box-shadow:none;background:#c8b18a1b;border-color:#0000;transform:none}.desktop-nav-trigger[aria-expanded=true]:after{content:"";background:var(--color-accent);height:1px;position:absolute;bottom:-8px;left:10px;right:10px}.header-cta:hover,.header-cta:focus-visible,.mobile-nav-cta:hover,.mobile-nav-cta:focus-visible,.desktop-nav-trigger:hover,.desktop-nav-trigger:focus-visible,.desktop-nav-link:hover,.desktop-nav-link:focus-visible,.nav-branch-card:hover,.nav-branch-card:focus-visible,.mobile-nav-link:hover,.mobile-nav-link:focus-visible,.mobile-nav-section-trigger:hover,.mobile-nav-section-trigger:focus-visible,.mobile-nav-direct-link:hover,.mobile-nav-direct-link:focus-visible,.route-link-card:hover,.route-link-card:focus-visible,.direction-product-link:hover,.direction-product-link:focus-visible,.route-back-link:hover,.route-back-link:focus-visible{box-shadow:var(--shadow-active)}.desktop-nav-trigger:hover,.desktop-nav-trigger:focus-visible,.desktop-nav-trigger[aria-expanded=true],.desktop-nav-link:hover,.desktop-nav-link:focus-visible,.nav-branch-panel .nav-branch-card:hover,.nav-branch-panel .nav-branch-card:focus-visible{box-shadow:none}.nav-branch-panel .nav-branch-card:hover,.nav-branch-panel .nav-branch-card:focus-visible{border-color:var(--color-accent);background:linear-gradient(90deg,#c8b18a1f,#0000);transform:translate(2px)}.header-cta:hover,.header-cta:focus-visible,.mobile-nav-cta:hover,.mobile-nav-cta:focus-visible,.direction-product-link.primary:hover,.direction-product-link.primary:focus-visible{border-color:var(--color-action-primary-hover);background:var(--color-action-primary-hover);color:var(--color-action-primary-text)}.brand-copy,.footer-note,.hero-text,.nav-branch-copy,.shell-context-copy,.status-list,.direction-list,.route-intro,.route-status,.route-next-task,.route-link-description,.route-link-href{color:var(--color-text-muted);line-height:1.6}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shell-main{gap:var(--space-3xl);flex:1;display:grid}.eyebrow{color:var(--color-accent);font-family:var(--font-ui);font-size:var(--font-size-eyebrow);letter-spacing:.24em;text-transform:uppercase;margin:0 0 12px}.hero-panel{gap:var(--space-xl);border-radius:var(--radius-hero);padding:var(--space-4xl);grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);display:grid}.route-page{gap:var(--space-xl);display:grid}.route-hero,.route-panel,.product-premium-story,.admin-preview-hero,.admin-panel,.admin-workspace-section{animation:montelar-rise var(--motion-reveal) var(--motion-ease-emphasis) both}.route-panel:nth-child(2),.admin-panel:nth-child(2){animation-delay:70ms}.direction-route-grid,.direction-route-summary,.direction-route-products,.product-route-link-stack,.product-section-grid{display:grid}.direction-route-grid{gap:var(--space-xl)}.direction-route-summary,.direction-route-products{align-content:start;gap:var(--space-md)}.product-route-link-stack,.product-section-grid{gap:14px}.home-page,.home-hero,.home-hero-actions,.home-card-grid,.home-split-grid,.home-product-list,.home-product-links,.home-editorial-list,.home-cta-actions{display:grid}.home-page{gap:0;width:100vw;margin-inline:calc(50% - 50vw)}@media (min-width:1024px){body:has(.home-page) .site-shell{padding-top:var(--shell-header-height,84px)!important}body:has(.home-page) .shell-header{border-bottom:0!important}body:has(.home-page) .shell-header:after{z-index:3;pointer-events:none;background:linear-gradient(90deg,#c49a6a00 0%,#c49a6a29 12%,#e0b87ed9 50%,#c49a6a29 88%,#c49a6a00 100%);height:1px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 0 10px #d6aa6c42;content:""!important}body:has(.home-page) .header-action-stack{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;gap:22px!important;padding:0!important}:is(body:has(.home-page) .header-action-stack>*,body:has(.home-page) .header-cta-row,body:has(.home-page) .header-cta-row>*,body:has(.home-page) .shell-chip-row){box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}:is(body:has(.home-page) .header-phone-link,body:has(.home-page) .shell-chip){display:none!important}body:has(.home-page) .header-cta-row:before{display:none!important}body:has(.home-page) .header-cta-row:after{display:none!important}body:has(.home-page) .header-action-stack:before{display:none!important}body:has(.home-page) .header-action-stack:after{display:none!important}body:has(.home-page) .header-cta{color:#dcb27e!important;letter-spacing:.14em!important;background:0 0!important;border:0!important;border-radius:0!important;padding:6px 0!important}body:has(.home-page) .locale-switcher-trigger{background:0 0!important;border:0!important;border-radius:0!important}body:has(.home-page) .home-hero-copy{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}body:has(.home-page) .home-hero-copy:before{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}body:has(.home-page) .home-hero-copy .eyebrow{text-shadow:0 1px 18px #080503b8!important}body:has(.home-page) .home-brand-statement{text-shadow:0 1px 18px #080503b8!important}body:has(.home-page) .home-hero-text{text-shadow:0 1px 18px #080503b8!important}body:has(.home-page) .home-slogan-composition{text-shadow:0 1px 18px #080503b8!important}:is(body:has(.home-page) .home-hero .home-primary-link,body:has(.home-page) .home-hero .home-secondary-link){text-shadow:0 1px 14px #08050399}body:has(.home-page) .home-hero-visual:after{background:linear-gradient(#0000 0%,#05060880 55%,#050608eb 100%)!important;height:52%!important}body:has(.home-page) .home-display-surface{box-shadow:none!important;border:0!important}body:has(.home-page) .home-display-surface figcaption{display:none!important}}.shell-footer.mf{padding:clamp(64px,9vh,110px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px)) 46px!important;background:#13100b!important;border-top:1px solid #c49a6a2e!important;display:block!important}.shell-footer.mf .mf-top{grid-template-columns:1.6fr 1fr 1fr;align-items:start;gap:clamp(32px,4vw,56px);display:grid}.shell-footer.mf .mf-brand{justify-items:start;gap:18px;display:grid}.shell-footer.mf .mf-word{color:#e9dfd0;letter-spacing:.01em;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1}.shell-footer.mf .mf-logo-link{align-items:center;gap:14px;width:auto;max-width:100%;line-height:0;text-decoration:none;display:inline-flex}.shell-footer.mf .mf-logo-symbol{object-fit:contain;filter:drop-shadow(0 10px 26px #d8b8891f);flex:none;width:clamp(46px,5vw,58px);height:clamp(46px,5vw,58px);display:block}.shell-footer.mf .mf-logo-wordmark{object-fit:contain;filter:drop-shadow(0 10px 26px #d8b8891f);flex:0 auto;width:clamp(178px,16vw,220px);height:auto;display:block}.shell-footer.mf .mf-tag{color:#9c9080;max-width:34ch;margin:0;font-size:.98rem;line-height:1.7}.shell-footer.mf .mf-col-head{letter-spacing:.22em;text-transform:uppercase;color:#c49a6a;margin:0 0 16px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.66rem;font-weight:600}.shell-footer.mf .mf-link{color:#9c9080;will-change:transform;border-bottom:1px solid #c49a6a1a;padding:9px 0;font-size:1rem;text-decoration:none;transition:color .35s,transform .35s;display:block}.shell-footer.mf .mf-link:hover{color:#e9dfd0;transform:translate(6px)}.shell-footer.mf .mf-bot{color:#9c9080;letter-spacing:.05em;border-top:1px solid #c49a6a1a;flex-wrap:wrap;justify-content:space-between;gap:20px;margin:clamp(48px,7vh,76px) 0 0;padding-top:26px;font-size:.76rem;display:flex}@media (max-width:820px){.shell-footer.mf .mf-top{grid-template-columns:1fr 1fr}.shell-footer.mf .mf-brand{grid-column:1/-1}}@media (max-width:520px){.shell-footer.mf .mf-top{grid-template-columns:1fr}}.hc-section{min-width:0;padding:clamp(66px,9.5vh,134px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px)) clamp(72px,10vh,132px);background:#0b0805;position:relative}.hc-section>*{min-width:0}.home-page img,.hc-slide img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}.hc-section:before{content:"";top:0;left:max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));right:max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));background:linear-gradient(90deg,#0000,#c49a6a47 22% 78%,#0000);height:1px;position:absolute}.hc-head{opacity:0;flex-direction:column;gap:16px;padding:0 0 clamp(26px,3.6vh,48px);transition:opacity .9s 50ms,transform 1s cubic-bezier(.2,1,.26,1) 50ms;display:flex;transform:translateY(24px)}.hc-eyebrow{letter-spacing:.32em;text-transform:uppercase;color:#c49a6a;align-items:center;gap:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.62rem;font-weight:600;display:flex}.hc-eyebrow:before{content:"";background:#c49a6a8c;width:40px;height:1px}.hc-title{color:#efe7d8;letter-spacing:-.015em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.9rem,3.6vw,3rem);font-weight:400;line-height:1.04}.hc{opacity:0;background:#0b0805;border:1px solid #c49a6a38;width:100%;height:clamp(460px,64vh,720px);transition:opacity 1s .18s,transform 1.1s cubic-bezier(.2,1,.26,1) .18s;display:flex;overflow:hidden;transform:translateY(34px);box-shadow:0 40px 90px -50px #000000d9}.hc-section.is-in .hc-head,.hc-section.is-in .hc{opacity:1;transform:none}.hc-visual{touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:grab;flex:1.55 1 0;min-width:0;position:relative;overflow:hidden}.hc-stage{position:absolute;inset:0}.hc-slide{opacity:0;position:absolute;inset:0}.hc-slide.is-prev{opacity:1;z-index:1}.hc-slide.is-active{opacity:1;z-index:2;animation:1.5s cubic-bezier(.4,0,.2,1) hcfade}@keyframes hcfade{0%{opacity:0}to{opacity:1}}.hc-slide img{object-fit:cover;width:100%;height:100%;display:block;transform:scale(1.06)}.hc-slide.is-active img{transition:transform 8s ease-out;transform:scale(1)}.hc-scrim{z-index:3;pointer-events:none;background:linear-gradient(110deg,#0000 55%,#0d09078c 100%),linear-gradient(#0a070552 0%,#0000 30% 70%,#0a070580 100%);position:absolute;inset:0}.hc-panel{background:linear-gradient(155deg,#16110b 0%,#0c0806 100%);border-left:1px solid #c49a6a38;flex-direction:column;flex:1 1 0;justify-content:space-between;gap:30px;min-width:0;padding:clamp(30px,3vw,56px);display:flex;position:relative}.hc-panel-top{flex-direction:column;gap:18px;display:flex}.hc-section.is-in .hc-panel-top{animation:.85s cubic-bezier(.2,1,.26,1) both hcrise}@keyframes hcrise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.hc-cat{letter-spacing:.3em;text-transform:uppercase;color:#c49a6a;align-items:center;gap:12px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.6rem;font-weight:600;display:inline-flex}.hc-cat:before{content:"";background:#c49a6a99;width:26px;height:1px}.hc-name{color:#f2ebdd;letter-spacing:-.015em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.9rem,2.7vw,2.9rem);font-weight:400;line-height:1.05}.hc-desc{color:#b6aa98;max-width:34ch;margin:0;font-size:clamp(.95rem,1.05vw,1.05rem);line-height:1.62}.hc-link{letter-spacing:.22em;text-transform:uppercase;color:#efe7d8;align-items:center;gap:14px;width:max-content;margin-top:6px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.68rem;font-weight:600;display:inline-flex}.hc-link .hc-link-line{background:#c49a6a;width:34px;height:1px;transition:width .4s cubic-bezier(.2,1,.26,1)}.hc-link:hover .hc-link-line{width:54px}.hc-controls{justify-content:space-between;align-items:center;gap:20px;display:flex}.hc-bars{gap:9px;display:flex}.hc-bar{cursor:pointer;background:#e9decb33;border:0;width:34px;height:2px;padding:0;transition:background .35s;position:relative;overflow:hidden}.hc-bar:hover{background:#e9decb6b}.hc-bar i{background:#d8b889;width:0;display:block;position:absolute;top:0;bottom:0;left:0}.hc-bar.is-active i{animation:5.6s linear forwards hcprog}@keyframes hcprog{0%{width:0}to{width:100%}}.hc-nav{gap:10px;display:flex}.hc-arrow{color:#d8c7ae;cursor:pointer;background:0 0;border:1px solid #c49a6a66;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .3s,color .3s,border-color .3s;display:inline-flex}.hc-arrow:hover{color:#16110b;background:#c49a6a;border-color:#c49a6a}@media (max-width:860px){.hc{flex-direction:column;height:auto}.hc-visual{flex:none;height:clamp(280px,42vh,420px)}.hc-panel{border-top:1px solid #c49a6a38;border-left:0;gap:26px}}@media (prefers-reduced-motion:reduce){.hc-head,.hc{opacity:1;transition:none;transform:none}.hc-panel-top{animation:none}.hc-bar.is-active i{width:100%;animation:none}.hc-slide.is-active{animation:none}.hc-slide.is-active img{transition:none}}.home-hero{min-height:calc(100svh - 84px);padding:clamp(72px, 9vw, 126px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px)) clamp(58px, 7vw, 96px);box-shadow:none;animation:montelar-rise var(--motion-reveal) var(--motion-ease-emphasis) both;background:radial-gradient(980px 460px at 50% 20%,#fcf7f011,#0000 68%),radial-gradient(1200px 640px at 50% 88%,#6f4a2e38,#0000 70%),linear-gradient(#050608fc 0%,#08090cf0 52%,#130e0be6 100%);border:0;border-radius:0;grid-template-columns:minmax(0,1fr);place-items:center;gap:0;position:relative;overflow:hidden}.home-hero-stage{isolation:isolate;place-items:center;width:min(100%,92rem);min-height:clamp(580px,72vh,820px);display:grid;position:relative}.home-hero-visual{z-index:0;border:var(--border-width-thin) solid #c8b18a38;background:linear-gradient(#0506080a 0%,#0506081a 58%,#0506089e 100%),#050608;position:absolute;inset:0;overflow:hidden;box-shadow:0 48px 140px #0000007a}.home-hero-visual:before,.home-hero-visual:after,.home-hero-visual-glass{content:"";pointer-events:none;position:absolute;inset:0}.home-hero-visual:after{background:linear-gradient(#0000,#050608c7);height:34%;inset:auto 0 0}.home-hero-visual-glass{mix-blend-mode:screen;opacity:.5;background:linear-gradient(90deg,#0000 0 18%,#ffffff0e 18% calc(18% + 1px),#0000 calc(18% + 1px) 82%,#ffffff0b 82% calc(82% + 1px),#0000 calc(82% + 1px) 100%),radial-gradient(520px 220px at 50% 36%,#fcf7f014,#0000 72%)}.home-hero-stage:before,.home-hero-stage:after{content:"";pointer-events:none;position:absolute}.home-hero-stage:before{opacity:.88;background:linear-gradient(90deg,#0000 0 21%,#fcf7f00f 21% calc(21% + 1px),#0000 calc(21% + 1px) 79%,#fcf7f00f 79% calc(79% + 1px),#0000 calc(79% + 1px) 100%),linear-gradient(#fcf7f00d,#0000 36%),linear-gradient(140deg,#0000 0 42%,#6f4a2e52 42% 56%,#0000 56% 100%);inset:10% 2% 0}.home-hero-stage:after{filter:blur(.2px);opacity:.58;background:linear-gradient(90deg,#0000,#f2ebdfb3,#0000),linear-gradient(#fcf7f033,#6f4a2e47 48%,#0000);height:clamp(82px,11vw,150px);bottom:0;left:10%;right:10%}.home-hero:before{content:"";pointer-events:none;background:linear-gradient(#0000 0 63%,#fffbf517 63% calc(63% + 1px),#0000 calc(63% + 1px) 100%),linear-gradient(90deg,#0000 0 calc(50% - 1px),#fffbf50d calc(50% - 1px) 50%,#0000 50% 100%);position:absolute;inset:0}.home-hero:after{content:"";inset:auto max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px)) 0;pointer-events:none;background:linear-gradient(90deg,#0000,#c8b18a47,#0000);height:1px;position:absolute}.home-split-grid{width:min(calc(100vw - max(32px, calc(var(--layout-shell-padding-mobile) * 2))), var(--layout-content-max));gap:var(--space-xl);grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);margin-inline:auto}.home-split-grid .home-panel{width:auto}.home-hero-rail,.home-panel,.home-direction-card,.home-product-card,.home-editorial-card,.home-cta-panel{-webkit-backdrop-filter:blur(var(--blur-panel));backdrop-filter:blur(var(--blur-panel));border:var(--border-width-thin) solid #ffffff14}.home-panel,.home-cta-panel{width:min(calc(100vw - max(32px, calc(var(--layout-shell-padding-mobile) * 2))), var(--layout-content-max));box-shadow:none;animation:montelar-rise var(--motion-reveal) var(--motion-ease-emphasis) both;background:0 0;border-width:1px 0 0;border-radius:0;margin-inline:auto;padding:clamp(30px,4vw,56px) 0 0}.home-intro-panel{margin-top:clamp(36px,7vw,92px)}.home-material-band,.home-atelier-band,.home-workflow-band{position:relative;overflow:hidden}.home-material-copy,.home-atelier-heading,.home-workflow-heading{gap:var(--space-md);display:grid}.home-material-band .home-section-title,.home-atelier-band .home-section-title,.home-workflow-band .home-section-title{max-width:16ch;font-family:var(--font-ui);letter-spacing:0;font-weight:520}.home-material-band .home-section-title{color:var(--color-black);font-size:clamp(2.45rem,5.6vw,6rem);line-height:.94}.home-material-stage{border:var(--border-width-thin) solid #05060838;background:linear-gradient(90deg,#ffffff38,#0000 42%),linear-gradient(135deg,#050608f5,#0c0e12b3 48%,#f2ebdf24);min-height:clamp(390px,42vw,620px);position:relative;overflow:hidden;box-shadow:0 44px 120px #05060838}.home-material-stage:before{content:"";background:linear-gradient(90deg,#0000 0 23%,#fcf7f021 23% calc(23% + 1px),#0000 calc(23% + 1px) 64%,#fcf7f01a 64% calc(64% + 1px),#0000 calc(64% + 1px) 100%),linear-gradient(#0000 0 55%,#fcf7f024 55% calc(55% + 1px),#0000 calc(55% + 1px) 100%);position:absolute;inset:0}.home-material-plane{display:block;position:absolute}.home-material-plane.is-black{border:var(--border-width-thin) solid #fcf7f01a;background:linear-gradient(145deg,#050608,#0c0e12 58%,#1c1712);inset:14% 46% 10% 8%}.home-material-plane.is-brown{background:linear-gradient(90deg,#fcf7f014,#0000),linear-gradient(135deg,#38261b,#6f4a2e 48%,#241812);inset:23% 12% 18% 42%}.home-material-plane.is-beige{background:linear-gradient(#fcf7f0e6,#e7dbcb80);height:24%;bottom:9%;left:16%;right:10%}.home-material-plane.is-white{background:linear-gradient(90deg,#0000,#ffffffe0,#0000);width:36%;height:1px;top:12%;right:8%}.home-material-light{background:radial-gradient(320px 220px at 68% 30%,#fcf7f038,#0000 70%);position:absolute;inset:0}.home-atelier-band{padding:clamp(72px, 9vw, 140px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));background:linear-gradient(90deg,#ffffff06 0 1px,#0000 1px 100%) 0 0/25% 100%,linear-gradient(#050608,#0c0e12 42%,#11100d 100%)}.home-atelier-grid{width:min(100%, var(--layout-content-max));grid-template-columns:minmax(0,.78fr) minmax(420px,1.22fr);align-items:start;gap:clamp(42px,7vw,112px);margin-inline:auto;display:grid}.home-atelier-rows{border-top:var(--border-width-thin) solid #f2ebdf2e;display:grid}.home-atelier-row{border-bottom:var(--border-width-thin) solid #f2ebdf24;grid-template-columns:72px minmax(120px,.42fr) minmax(0,1fr);align-items:start;gap:clamp(18px,3vw,44px);padding:clamp(26px,4vw,48px) 0;display:grid}.home-atelier-row span,.home-workflow-step span{color:#c8b18ab8;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.16em;text-transform:uppercase;line-height:1.4}.home-atelier-row strong,.home-workflow-step strong{color:var(--color-pearl);font-family:var(--font-ui);letter-spacing:.02em;font-size:clamp(1rem,1.5vw,1.24rem);font-weight:600}.home-atelier-row p,.home-workflow-step p{color:#f2ebdf9e;max-width:42rem;margin:0;line-height:1.7}.home-workflow-band{padding:clamp(68px, 9vw, 136px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));background:linear-gradient(90deg, #05060814, transparent 36%), linear-gradient(180deg, var(--color-beige), #d8c6ad);color:var(--color-black)}.home-workflow-heading,.home-workflow-list,.home-workflow-band .home-cta-actions{width:min(100%, var(--layout-content-max));margin-inline:auto}.home-workflow-heading{grid-template-columns:minmax(0,.88fr) minmax(280px,.62fr);align-items:end;gap:clamp(24px,5vw,72px)}.home-workflow-band .home-section-title{color:var(--color-black);max-width:18ch}.home-workflow-list{border-top:var(--border-width-thin) solid #05060829;margin-top:clamp(44px,6vw,82px);display:grid}.home-workflow-step{border-bottom:var(--border-width-thin) solid #05060824;grid-template-columns:90px minmax(150px,.4fr) minmax(0,1fr);gap:clamp(18px,3vw,44px);padding:clamp(26px,4vw,44px) 0;display:grid}.home-workflow-step span,.home-workflow-step strong,.home-workflow-step p{color:var(--color-black)}.home-workflow-step span{opacity:.54}.home-workflow-step p{opacity:.72}.home-workflow-band .home-cta-actions{margin-top:clamp(34px,5vw,62px)}.home-workflow-band .home-primary-link{background:var(--color-black);border-color:var(--color-black);color:var(--color-pearl)}.home-workflow-band .home-secondary-link{color:var(--color-black);background:#0506080f;border-color:#0506082e}.home-spatial-band{padding:clamp(78px, 10vw, 150px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));background:linear-gradient(#050608fa,#0c0a08f5 46%,#050608fc),#050608;position:relative;overflow:hidden}.home-spatial-band:before{content:"";pointer-events:none;opacity:1;background:radial-gradient(760px 320px at 75% 24%,#c8b18a24,#0000 72%),linear-gradient(90deg,#0000 0 24%,#ffffff0a 24% calc(24% + 1px),#0000 calc(24% + 1px) 76%,#ffffff09 76% calc(76% + 1px),#0000 calc(76% + 1px));position:absolute;inset:0}.home-spatial-inner{z-index:1;width:min(100%, var(--layout-content-max));grid-template-columns:minmax(280px,.52fr) minmax(0,1fr);align-items:center;gap:clamp(36px,6vw,92px);margin-inline:auto;display:grid;position:relative}.home-spatial-copy{gap:var(--space-md);display:grid}.home-spatial-copy .home-section-title{max-width:11ch;font-family:var(--font-ui);letter-spacing:0;font-size:clamp(2.45rem,5vw,5.7rem);font-weight:520;line-height:.94}.home-spatial-visual{border:var(--border-width-thin) solid #c8b18a33;background:radial-gradient(520px 420px at 58% 38%,#c8b18a2e,#0000 70%),linear-gradient(#0506081a,#05060894),url(/images/home/montelar-reference-speaker-wood.jpg) 50%/cover no-repeat;min-height:clamp(420px,44vw,650px);position:relative;overflow:hidden;box-shadow:0 48px 120px #00000075}.home-spatial-visual:before{content:"";background:linear-gradient(90deg,#05060861,#0000 24% 78%,#05060857),linear-gradient(#0000 0 72%,#05060880);position:absolute;inset:0}.home-spatial-visual:after{content:"SOUND";color:#f2ebdf70;font-family:var(--font-ui);letter-spacing:.08em;font-size:clamp(2rem,5vw,5.8rem);font-weight:520;line-height:1;position:absolute;bottom:clamp(18px,3vw,38px);right:clamp(18px,3vw,38px)}.home-spatial-marker{border:var(--border-width-thin) solid #f2ebdf47;color:#f2ebdfd1;width:34px;height:34px;font-family:var(--font-ui);letter-spacing:.08em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#05060870;border-radius:50%;justify-content:center;align-items:center;font-size:.68rem;display:inline-flex;position:absolute}.home-spatial-marker:after{content:"";background:linear-gradient(#c8b18a80,#0000);width:1px;height:clamp(42px,7vw,96px);position:absolute;top:100%;left:50%}.home-spatial-marker.is-screen{top:24%;left:50%;transform:translate(-50%)}.home-spatial-marker.is-audio{top:34%;left:18%}.home-spatial-marker.is-hardware{bottom:24%;right:30%}.home-material-band{min-height:0;padding:clamp(76px, 10vw, 145px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));color:var(--color-text);background:radial-gradient(760px 360px at 12% 28%,#c8b18a29,#0000 70%),linear-gradient(#0b0c0e 0%,#14100c 54%,#060709 100%)}.home-material-inner{width:min(100%, var(--layout-content-max));grid-template-columns:minmax(280px,.46fr) minmax(0,1fr);align-items:start;gap:clamp(34px,6vw,88px);margin-inline:auto;display:grid}.home-material-copy{gap:var(--space-md);display:grid;position:sticky;top:120px}.home-material-band .eyebrow,.home-material-band .home-section-text{color:#f2ebdfa8}.home-material-band .home-section-title{max-width:12ch;color:var(--color-pearl);font-family:var(--font-ui);letter-spacing:0;font-size:clamp(2.3rem,4.9vw,5.45rem);font-weight:520;line-height:.96}.home-material-study{gap:14px;display:grid}.home-amplifier-strip,.home-mechanism-strip{border:var(--border-width-thin) solid #c8b18a2e;background-color:#ffffff09;position:relative;overflow:hidden;box-shadow:0 28px 80px #0000005c}.home-amplifier-strip{background:linear-gradient(#05060814,#05060838),url(/images/home/montelar-reference-amplifier-stack.jpg) 50% 54%/cover no-repeat;min-height:clamp(170px,18vw,260px)}.home-mechanism-strip{background:linear-gradient(90deg,#0506089e,#0506080f 45%,#05060866),url(/images/home/montelar-reference-cable-braided.jpg) 50%/cover no-repeat;min-height:clamp(110px,12vw,170px)}.home-material-rows{border-top:var(--border-width-thin) solid #f2ebdf29;grid-column:2;display:grid}.home-material-row{border-bottom:var(--border-width-thin) solid #f2ebdf1f;grid-template-columns:72px minmax(120px,.34fr) minmax(0,1fr);gap:clamp(16px,3vw,40px);padding:clamp(22px,3.4vw,38px) 0;display:grid}.home-material-row span,.home-material-row strong{color:var(--color-pearl);font-family:var(--font-ui)}.home-material-row span{color:#c8b18ac2;font-size:var(--font-size-route-meta);letter-spacing:.16em}.home-material-row strong{letter-spacing:.02em;font-size:clamp(1rem,1.4vw,1.22rem)}.home-material-row p{color:#f2ebdfa3;max-width:42rem;margin:0;line-height:1.7}.home-workflow-band{padding:clamp(76px, 10vw, 145px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));color:var(--color-black);background:linear-gradient(90deg,#05060814,#0000 42%),linear-gradient(#f0e5d2 0%,#cdb995 100%)}.home-workflow-inner{width:min(100%, var(--layout-content-max));grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);align-items:stretch;gap:clamp(34px,6vw,88px);margin-inline:auto;display:grid}.home-workflow-heading{align-content:center;gap:var(--space-md);width:auto;display:grid}.home-workflow-band .home-section-title{max-width:14ch;color:var(--color-black);font-family:var(--font-ui);letter-spacing:0;font-size:clamp(2.3rem,4.7vw,5.3rem);font-weight:520;line-height:.96}.home-briefing-surface:before{content:"";opacity:.5;background-color:#0000;background-image:linear-gradient(90deg,#05060814 0 1px,#0000 1px 100%),linear-gradient(#05060812 0 1px,#0000 1px 100%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:76px 76px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.home-briefing-plan{border:var(--border-width-thin) solid #05060829;background:#fcf7f03d;position:absolute;inset:12% 10% 25%}.home-plan-line,.home-plan-screen,.home-plan-speaker,.home-plan-listening{display:block;position:absolute}.home-plan-line.is-horizontal{background:#0506082e;height:1px;top:52%;left:0;right:0}.home-plan-line.is-vertical{background:#05060824;width:1px;top:0;bottom:0;left:50%}.home-plan-screen{border:var(--border-width-thin) solid #05060861;background:#08090b;height:11%;top:13%;left:22%;right:22%}.home-plan-speaker{border:var(--border-width-thin) solid #0506083d;background:linear-gradient(#29231b,#0b0c0e);border-radius:999px;width:28px;height:92px;top:30%}.home-plan-speaker.is-left{left:18%}.home-plan-speaker.is-right{right:18%}.home-plan-listening{border:var(--border-width-thin) solid #6f4a2e66;border-radius:50%;width:82px;height:82px;bottom:16%;left:50%;transform:translate(-50%)}.home-sample-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid;position:absolute;bottom:10%;left:10%;right:10%}.home-sample-strip .is-glass{background:linear-gradient(135deg,#050608,#17120e 62%,#3d2c1d)}.home-sample-strip .is-wood{background:repeating-linear-gradient(90deg,#3b2315 0 7px,#6f4a2e 7px 12px,#25160f 12px 16px)}.home-sample-strip .is-stone{background:linear-gradient(135deg,#ffffff59,#0000),#d8c6ad}.home-sample-strip .is-metal{background:linear-gradient(90deg,#8d7554,#f0dec1 42%,#9b7a50 64%,#3b3023)}.home-technical-panel{padding-top:clamp(42px,5vw,72px);position:relative;overflow:hidden}.home-technical-panel:before{content:"";background:linear-gradient(90deg,#0000,#c8b18a7a,#0000);height:1px;position:absolute;inset:0 0 auto}.home-technical-grid{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:clamp(42px,7vw,108px);display:grid}.home-technical-copy{align-content:center;min-height:clamp(360px,42vw,520px)}.home-technical-copy .home-section-title{max-width:18ch}.home-technical-markers{margin-top:var(--space-sm);flex-wrap:wrap;gap:14px clamp(18px,3vw,34px);display:flex}.home-technical-markers span{color:#fcf7f085;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:9px;line-height:1.35;display:inline-flex;position:relative}.home-technical-markers span:before{content:"";background:var(--color-beige);border-radius:50%;width:6px;height:6px;box-shadow:0 0 18px #c8b18a57}.home-calibration-visual{border-left:var(--border-width-thin) solid #c8b18a29;border-right:var(--border-width-thin) solid #ffffff0d;background:linear-gradient(90deg,#c8b18a14,#0000 24%,#ffffff06 50%,#0000 78%),linear-gradient(#2420186b,#0505062e);min-height:clamp(340px,38vw,520px);position:relative;overflow:hidden}.home-calibration-visual:before,.home-calibration-visual:after{content:"";pointer-events:none;position:absolute;inset:14% 8%}.home-calibration-visual:before{border-top:var(--border-width-thin) solid #c8b18a29;border-bottom:var(--border-width-thin) solid #c8b18a1a}.home-calibration-visual:after{opacity:.72;background:linear-gradient(90deg,#0000 calc(50% - .5px),#c8b18a1f 50%,#0000 calc(50% + .5px)),radial-gradient(circle,#c8b18a1f,#0000 42%);inset:0}.home-calibration-gridline{opacity:.18;background-image:linear-gradient(#c8b18a29 1px,#0000 1px),linear-gradient(90deg,#c8b18a1f 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000 0 42%,#0000 78%);mask-image:radial-gradient(circle,#000 0 42%,#0000 78%)}.home-calibration-svg{z-index:2;width:min(86%,680px);position:absolute;inset:50% auto auto 50%;overflow:visible;transform:translate(-50%,-50%)}.home-calibration-plane,.home-calibration-line,.home-calibration-ticks path{fill:none;vector-effect:non-scaling-stroke}.home-calibration-plane{stroke:#c8b18a33;stroke-width:1px}.home-calibration-plane.back{opacity:.32}.home-calibration-plane.mid{opacity:.48}.home-calibration-plane.front{opacity:.7}.home-calibration-trace{fill:none;stroke:#e7d2a7cc;stroke-width:1.2px;stroke-dasharray:6 9;vector-effect:non-scaling-stroke}.home-calibration-line{stroke:#c8b18a52;stroke-width:1px}.home-calibration-ticks path{stroke:#e7d2a76b;stroke-width:1px}.home-calibration-nodes circle{fill:var(--color-beige);filter:drop-shadow(0 0 12px #c8b18a57)}.home-calibration-readout{z-index:3;color:#fcf7f080;font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;gap:6px;font-size:.64rem;line-height:1;display:grid;position:absolute}.home-calibration-readout span:first-child{color:var(--color-pearl);font-size:.78rem}.home-calibration-readout.is-left{top:clamp(22px,5vw,58px);left:clamp(18px,4vw,52px)}.home-calibration-readout.is-right{text-align:right;bottom:clamp(22px,5vw,58px);right:clamp(18px,4vw,52px)}.home-calibration-scale{z-index:3;gap:18px;display:grid;position:absolute;top:50%;right:clamp(14px,2vw,28px);transform:translateY(-50%)}.home-calibration-scale span{background:#c8b18a75;width:18px;height:1px;display:block}.home-calibration-scale span:nth-child(3){background:#e7d2a7b8;width:28px}.home-direction-card,.home-product-card,.home-editorial-card{box-shadow:var(--shadow-panel);background:linear-gradient(#ffffff0a,#ffffff04)}.home-panel:nth-of-type(2){animation-delay:80ms}.home-hero-copy{z-index:2;text-align:center;align-content:end;justify-items:center;width:min(100%,42rem);max-width:42rem;margin:auto auto 0;display:grid;position:relative}.home-hero-copy:before{content:none}.home-hero-title,.home-section-title,.home-product-name{color:var(--color-text-strong);font-family:var(--font-display);margin:0;font-weight:500}.home-hero-title{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.home-hero .eyebrow{color:#f2ebdfdb;opacity:1;justify-content:center;align-items:center;gap:12px;width:max-content;max-width:100%;display:inline-flex;position:relative}.home-hero .eyebrow:before{content:"";opacity:.5;transform-origin:100%;background:linear-gradient(90deg,#0000,#c8b18aa8);width:56px;height:1px}.home-hero .eyebrow:after{content:"";opacity:.55;transform-origin:0;background:linear-gradient(90deg,#c8b18abd,#0000);width:72px;height:1px}.slogan-composition{max-width:min(100%,38rem);font-family:var(--font-display);gap:8px;display:grid}.slogan-prefix,.slogan-suffix{font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.14em;text-transform:uppercase;line-height:1.35;display:block}.slogan-terms{grid-template-columns:repeat(3,minmax(0,max-content));align-items:end;gap:clamp(12px,2vw,28px);display:grid}.slogan-term{white-space:nowrap;min-width:0;font-size:clamp(1.35rem,2.1vw,2.15rem);line-height:1;display:inline-flex;position:relative}.slogan-term:not(:last-child):after{content:"";background:#f2ebdf85;border-radius:50%;width:4px;height:4px;position:absolute;top:52%;right:calc(clamp(12px,2vw,28px)/-1.5625)}.brand-slogan-composition{color:var(--color-text-strong);gap:6px;margin:2px 0 4px}.brand-slogan-composition .slogan-prefix,.brand-slogan-composition .slogan-suffix{color:var(--color-accent)}.brand-slogan-composition .slogan-term{color:var(--color-text-strong);font-size:clamp(1.05rem,2vw,1.4rem)}.brand-slogan-composition .slogan-term:not(:last-child):after{background:#6f4a2e6b}.home-slogan-composition{border-top:var(--border-width-thin) solid #c8b18a3d;color:var(--color-beige);margin-top:0;padding:0}.home-slogan-composition .slogan-prefix,.home-slogan-composition .slogan-suffix{color:#fcf7f0b8}.home-slogan-composition .slogan-term{color:var(--color-pearl)}.home-brand-statement{color:#fcf7f0c2;max-width:34rem;font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;margin:14px auto 0;font-size:clamp(.78rem,.95vw,.92rem);line-height:1.65}.home-hero-text,.home-section-text,.home-direction-description,.home-product-copy,.home-editorial-copy{color:var(--color-text-muted);line-height:1.7}.home-hero-text{max-width:38rem;margin:14px auto 0;font-size:1.08rem}.home-hero .home-hero-text{color:#fcf7f0c7}.home-hero-axis{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,3vw,34px);width:min(100%,38rem);margin:26px auto 0;padding:0;display:none}.home-hero-axis span{border-bottom:var(--border-width-thin) solid #f2ebdf42;color:#fcf7f0b8;min-width:0;font-family:var(--font-ui);letter-spacing:.18em;text-transform:uppercase;padding-bottom:12px;font-size:.7rem;line-height:1}.home-hero-actions,.home-cta-actions{gap:var(--space-sm);grid-auto-columns:max-content;grid-auto-flow:column;justify-content:start;margin-top:18px}.home-primary-link,.home-secondary-link{border-radius:var(--radius-pill);border:var(--border-width-thin) solid var(--color-border);min-height:46px;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.08em;text-transform:uppercase;transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);justify-content:center;align-items:center;padding:0 18px;display:inline-flex}.home-primary-link{background:var(--color-action-primary);color:var(--color-action-primary-text);border-color:var(--color-action-primary)}.home-secondary-link{background:var(--color-surface-muted);color:var(--color-text-strong)}.home-hero .home-primary-link{border-color:var(--color-beige);background:var(--color-beige);color:var(--color-warm-black)}.home-hero .home-secondary-link{color:var(--color-pearl);background:#fffbf514;border-color:#f2ebdf5c}.home-hero-rail,.home-rail-block,.home-panel-heading{gap:var(--space-md);display:grid}.home-hero-rail{align-content:stretch;gap:var(--space-xl)}.home-rail-block{border-radius:var(--radius-panel);padding:var(--space-xl);background:linear-gradient(180deg, #fff9f0eb, var(--color-surface-strong));border:var(--border-width-thin) solid var(--color-border);box-shadow:var(--shadow-panel)}.home-section-title{max-width:15ch;font-size:clamp(2.05rem,4vw,3.45rem);line-height:1.02}.home-section-text{max-width:42rem;margin:0}.home-card-grid{margin-top:var(--space-xl);grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-direction-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-direction-card,.home-product-card,.home-editorial-card{gap:var(--space-sm);border-radius:var(--radius-card);padding:var(--space-xl);transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);animation:montelar-rise var(--motion-reveal) var(--motion-ease-emphasis) both}.home-direction-card{background:linear-gradient(90deg,#c8b18a0f,#0000 44%),linear-gradient(#ffffff09,#ffffff03);grid-template-columns:52px minmax(0,1fr) max-content;align-items:end;min-height:168px;position:relative;overflow:hidden}.home-direction-card:before{content:"";opacity:.74;background:linear-gradient(90deg,#c8b18a8f,#0000);height:1px;position:absolute;inset:auto 0 0}.home-direction-card:after{content:"";background:linear-gradient(#c8b18a80,#0000 76%);width:1px;position:absolute;inset:0 auto 0 0}.home-direction-index{color:#c8b18abd;font-family:var(--font-display);align-self:start;font-size:clamp(1.55rem,2.7vw,2.4rem);line-height:.9}.home-direction-body{gap:var(--space-xs);display:grid}.home-direction-card:nth-child(2),.home-product-card:nth-child(2),.home-editorial-card:nth-child(2){animation-delay:60ms}.home-direction-card:nth-child(3),.home-product-card:nth-child(3),.home-editorial-card:nth-child(3){animation-delay:.12s}.home-direction-card:nth-child(4),.home-product-card:nth-child(4),.home-editorial-card:nth-child(4){animation-delay:.18s}.home-direction-card:nth-child(5),.home-product-card:nth-child(5),.home-editorial-card:nth-child(5){animation-delay:.24s}.home-direction-card:nth-child(6),.home-product-card:nth-child(6),.home-editorial-card:nth-child(6){animation-delay:.3s}.home-direction-name,.home-direction-meta,.home-editorial-name{display:block}.home-direction-name,.home-editorial-name{color:var(--color-text-strong);font-size:clamp(1.15rem,2vw,1.45rem)}.home-direction-name{font-family:var(--font-display);font-size:clamp(1.6rem,2.5vw,2.35rem);line-height:1.03}.home-direction-meta,.home-product-links a{color:var(--color-accent);font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.06em;text-transform:uppercase}.home-product-list,.home-editorial-list{margin-top:var(--space-xl);gap:14px}.home-product-card{box-shadow:none;background:#ffffff06;grid-template-columns:minmax(0,1fr) max-content;align-items:end}.home-product-name{font-size:clamp(1.4rem,2.2vw,2rem);line-height:1.08}.home-product-copy{max-width:36rem;margin:10px 0 0}.home-product-links{justify-items:end;gap:10px}.home-editorial-card{box-shadow:none;background:#ffffff06}.home-cta-panel{background:linear-gradient(90deg,#c8b18a1f,#0000 58%),linear-gradient(#ffffff05,#fff0);border-bottom-width:1px;border-left-width:0;border-right-width:0}.route-hero{gap:var(--space-xl);grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);align-items:start;display:grid}.route-hero-aside{gap:var(--space-md);display:grid}.route-copy h1{max-width:16ch;font-family:var(--font-display);margin:0;font-size:clamp(2.4rem,6vw,5rem);font-weight:500;line-height:1.02}.hero-copy h1{max-width:12ch;font-family:var(--font-display);margin:0;font-size:clamp(3rem,8vw,6.5rem);font-weight:500;line-height:.98}.hero-text{max-width:var(--layout-text-measure);font-size:var(--font-size-body-large);margin:24px 0 0}.route-intro{max-width:var(--layout-route-measure);margin:20px 0 0;font-size:1.02rem}.route-intro.compact{margin-top:0}.status-card{border-radius:var(--radius-panel);padding:var(--space-xl);background:linear-gradient(#ffffff0a,#ffffff04)}.route-status-card,.route-panel{border-radius:var(--radius-panel);padding:var(--space-xl);-webkit-backdrop-filter:blur(var(--blur-panel));backdrop-filter:blur(var(--blur-panel));background:var(--color-surface);border:var(--border-width-thin) solid var(--color-border);box-shadow:var(--shadow-panel)}.route-status-card{background:linear-gradient(#ffffff0a,#ffffff04)}.route-grid{gap:var(--space-xl);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.route-link-list{gap:14px;margin-top:18px;display:grid}.route-link-card{gap:var(--space-2xs);border-radius:var(--radius-card);padding:var(--space-lg);border:var(--border-width-thin) solid var(--color-border);background:var(--color-surface-raised);transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);display:grid}.route-link-card.compact{gap:2px}.route-lux-media{isolation:isolate;background:radial-gradient(720px 360px at 54%,#c8b18a1a,#0000 74%),#070604;border:1px solid #c8b18a2e;border-radius:8px;min-height:clamp(420px,47vw,650px);margin:0;position:relative;overflow:hidden;box-shadow:0 34px 100px #00000057}.route-lux-media:before,.route-lux-media:after{z-index:1;pointer-events:none;content:"";position:absolute;inset:0}.route-lux-media:before{background:linear-gradient(90deg,#070604c7,#07060438 48%,#07060447),linear-gradient(#0706042e,#07060414 42%,#070604e0)}.route-lux-media:after{opacity:.7;background:linear-gradient(90deg,#0000 0 64%,#e5cca029 64% calc(64% + 1px),#0000 calc(64% + 1px)),linear-gradient(#0000 0 58%,#e5cca01f 58% calc(58% + 1px),#0000 calc(58% + 1px));border:1px solid #e5cca02e;inset:clamp(18px,3vw,42px)}.route-lux-media__image{object-fit:cover;filter:saturate(1.02)contrast(1.08)brightness(.92);transform:scale(1.012)}.route-lux-media--cinema .route-lux-media__image{object-position:54% 50%}.route-lux-media--audio .route-lux-media__image{object-position:52% 54%}.route-lux-media--display .route-lux-media__image{object-position:center}.route-lux-media__caption{z-index:2;color:var(--color-pearl);gap:12px;display:grid;position:absolute;bottom:clamp(22px,4vw,58px);left:clamp(20px,4vw,56px);right:clamp(20px,4vw,56px)}.route-lux-media__caption h2{max-width:min(15ch,100%);font-family:var(--font-display);letter-spacing:0;text-wrap:balance;margin:0;font-size:clamp(1.65rem,3vw,3.35rem);font-weight:500;line-height:.96}.route-lux-media__caption p:not(.eyebrow){color:#f2ebdfb8;max-width:38rem;margin:0;line-height:1.6}.route-lux-media__metrics{border-top:1px solid #e5cca033;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:42rem;margin:8px 0 0;padding-top:14px;display:grid}.route-lux-media__metrics div{gap:5px;min-width:0;display:grid}.route-lux-media__metrics dt{color:#e5cca0b8;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.08em;text-transform:uppercase}.route-lux-media__metrics dd{color:#fcf7f0e6;margin:0;line-height:1.3}.route-page .route-status-card,.route-page .route-panel{box-shadow:none;background:linear-gradient(#ffffff07,#ffffff03),#0d0a078a;border-radius:8px}.route-page .route-link-card,.route-page .direction-product-card,.route-page .product-section-card{box-shadow:none;background:0 0;border-inline:0;border-radius:0}.route-page .route-link-card{border-top:1px solid #c8b18a24;border-bottom:0;padding-inline:0}.route-page .route-link-card:hover,.route-page .route-link-card:focus-visible{box-shadow:none;background:linear-gradient(90deg,#c8b18a14,#0000 70%);border-color:#e5cca070;transform:translate(4px)}.motion-ready-stage{min-height:124vh;margin-block:clamp(46px,8vw,104px);margin-inline:calc(var(--layout-shell-padding) * -1);isolation:isolate;background:radial-gradient(920px 420px at 58% 46%,#c8b18a1f,#0000 72%),linear-gradient(#07060400,#56361f33 48%,#07060400),#070604;border-block:1px solid #c8b18a1f;position:relative}.motion-ready-stage__sticky{top:var(--shell-header-height,84px);min-height:calc(100vh - var(--shell-header-height,84px));grid-template-columns:minmax(0,1fr);display:grid;position:sticky;overflow:hidden}.motion-ready-stage__media{background:#070604;margin:0;position:absolute;inset:0;overflow:hidden}.motion-ready-stage__image{object-position:var(--motion-stage-desktop-x,50%) var(--motion-stage-desktop-y,50%);filter:saturate(1.04)contrast(1.06)brightness(.94);transform:scale(1.012)}.motion-ready-stage__sequence{position:absolute;inset:0;overflow:hidden;transform:scale(1.012)}.motion-ready-stage__sequence-poster,.motion-ready-stage__sequence-canvas{object-fit:contain;object-position:var(--motion-stage-desktop-x,50%) var(--motion-stage-desktop-y,50%);filter:saturate(1.04)contrast(1.06)brightness(.94);width:100%;height:100%;position:absolute;inset:0}.motion-ready-stage__sequence-poster{opacity:1;transition:opacity .42s var(--motion-ease)}.motion-ready-stage__sequence-canvas{opacity:0;transition:opacity .52s var(--motion-ease)}.motion-ready-stage__sequence.is-ready .motion-ready-stage__sequence-poster{opacity:0}.motion-ready-stage__sequence.is-ready .motion-ready-stage__sequence-canvas{opacity:1}.motion-ready-stage__glass{pointer-events:none;background:linear-gradient(90deg,#070604c2,#07060414 42%,#0706046b),linear-gradient(#0706041a,#0000 50%,#070604bd);position:absolute;inset:0}.motion-ready-stage__copy{z-index:1;width:min(520px,100vw - 42px);min-height:calc(100vh - var(--shell-header-height,84px));color:var(--color-pearl);align-content:center;gap:clamp(14px,1.8vw,22px);margin-left:clamp(20px,5vw,78px);padding-block:clamp(84px,12vw,136px);display:grid;position:relative}.motion-ready-stage--safe-right .motion-ready-stage__copy{margin-left:auto;margin-right:clamp(20px,5vw,78px)}.motion-ready-stage__copy h2{max-width:min(16ch,100%);font-family:var(--font-display);overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-wrap:balance;margin:0;font-size:clamp(2.25rem,5.2vw,5.4rem);font-weight:500;line-height:.98}.motion-ready-stage__copy p:not(.eyebrow){color:#f2ebdfb3;max-width:36rem;margin:0;line-height:1.7}.motion-ready-stage__steps{gap:10px;max-width:34rem;margin:0;padding:0;list-style:none;display:grid}.motion-ready-stage__steps li{color:#f2ebdfad;font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;grid-template-columns:42px 1fr;align-items:center;gap:12px;font-size:.78rem;display:grid}.motion-ready-stage__steps li:before{content:"";background:linear-gradient(90deg,#c8b18ac7,#0000);height:1px;display:block}.motion-ready-stage__actions{flex-wrap:wrap;gap:12px;display:flex}.motion-ready-stage__primary,.motion-ready-stage__secondary{border-radius:var(--radius-control);min-height:46px;font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), color var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);border:1px solid #c8b18a61;justify-content:center;align-items:center;padding:0 18px;font-size:.78rem;display:inline-flex}.motion-ready-stage__primary{background:var(--color-action-primary);color:var(--color-action-primary-text)}.motion-ready-stage__secondary{color:var(--color-pearl);background:#07060457}.motion-ready-stage__primary:hover,.motion-ready-stage__primary:focus-visible,.motion-ready-stage__secondary:hover,.motion-ready-stage__secondary:focus-visible{border-color:#fcf7f09e;transform:translateY(-1px)}.admin-preview-page{gap:var(--space-xl);display:grid}.admin-preview-hero{gap:var(--space-xl);padding:var(--space-2xl);border-radius:var(--radius-panel);border:var(--border-width-thin) solid #fffbf524;color:var(--color-pearl);box-shadow:var(--shadow-panel);background:linear-gradient(90deg,#fffbf50b 0 1px,#0000 1px 100%) 0 0/96px 100%,linear-gradient(145deg,#120d09 0%,#24170f 52%,#5b3a24 100%);grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:stretch;display:grid}.admin-preview-copy{align-content:end;min-height:270px;display:grid}.admin-preview-copy h1{max-width:12ch;font-family:var(--font-display);margin:0;font-size:clamp(2.5rem,6vw,5rem);font-weight:500;line-height:1}.admin-preview-copy .route-intro{color:#fffbf5c7}.admin-preview-status{gap:var(--space-md);align-content:end;display:grid}.admin-preview-status div,.admin-panel,.admin-workspace-card,.admin-focus-row,.admin-lead-card{border-radius:var(--radius-card);border:var(--border-width-thin) solid var(--color-border);background:var(--color-surface-raised)}.admin-preview-status div{min-height:130px;padding:var(--space-lg);background:#fffbf514;border-color:#fffbf52e;gap:8px;display:grid}.admin-preview-status strong{font-family:var(--font-ui);letter-spacing:0;font-size:1.08rem;font-weight:600}.admin-preview-status span{color:#fffbf5ad;font-family:var(--font-ui);font-size:var(--font-size-body-small);line-height:1.5}.admin-overview-grid{gap:var(--space-xl);grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);display:grid}.admin-panel,.admin-workspace-section{padding:var(--space-xl);border-radius:var(--radius-panel);-webkit-backdrop-filter:blur(var(--blur-panel));backdrop-filter:blur(var(--blur-panel));background:var(--color-surface);border:var(--border-width-thin) solid var(--color-border);box-shadow:var(--shadow-panel)}.admin-panel-heading{gap:var(--space-2xs);margin-bottom:var(--space-lg);display:grid}.admin-panel-heading h2,.admin-focus-row h3,.admin-workspace-card h3,.admin-lead-card h3{color:var(--color-text-strong);font-family:var(--font-display);letter-spacing:0;margin:0;font-weight:500;line-height:1.1}.admin-panel-heading h2{font-size:clamp(1.55rem,2.4vw,2rem)}.admin-focus-list,.admin-lead-list{gap:var(--space-md);display:grid}.admin-focus-row{gap:var(--space-md);min-height:112px;padding:var(--space-lg);grid-template-columns:minmax(0,1fr) max-content;align-items:center;display:grid}.admin-focus-row h3,.admin-lead-card h3{margin-top:10px;font-size:1.25rem}.admin-focus-row p,.admin-workspace-card p,.admin-lead-card p{color:var(--color-text-muted);font-family:var(--font-ui);font-size:var(--font-size-body-small);margin:8px 0 0;line-height:1.5}.admin-status-chip,.admin-blocker-chip,.admin-priority-chip,.admin-workspace-meta{border-radius:var(--radius-pill);border:var(--border-width-thin) solid var(--color-border);width:fit-content;min-height:28px;font-family:var(--font-ui);text-transform:uppercase;align-items:center;padding:0 10px;font-size:.75rem;line-height:1;display:inline-flex}.admin-status-chip,.admin-blocker-chip{color:var(--color-error);background:#7a342514;border-color:#7a34253d}.admin-priority-chip,.admin-workspace-meta{color:var(--color-accent);background:#6f4a2e1a}.admin-action-link{border-radius:var(--radius-control);background:var(--color-action-primary);min-height:42px;color:var(--color-action-primary-text);font-family:var(--font-ui);font-size:var(--font-size-body-small);white-space:nowrap;transition:background-color var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);justify-content:center;align-items:center;padding:0 16px;font-weight:600;display:inline-flex}.admin-action-link:hover,.admin-action-link:focus-visible{background:var(--color-action-primary-hover);transform:translateY(-1px)}.admin-readiness-list,.admin-lead-card dl{gap:var(--space-sm);margin:0;display:grid}.admin-readiness-list div,.admin-lead-card dl div{min-width:0;padding-bottom:var(--space-sm);border-bottom:var(--border-width-thin) solid var(--color-border);gap:4px;display:grid}.admin-readiness-list div:last-child,.admin-lead-card dl div:last-child{border-bottom:0;padding-bottom:0}.admin-readiness-list dt,.admin-lead-card dt{color:var(--color-text-muted);font-family:var(--font-ui);text-transform:uppercase;font-size:.75rem}.admin-readiness-list dd,.admin-lead-card dd{color:var(--color-text-strong);font-family:var(--font-ui);font-size:var(--font-size-body-small);margin:0;line-height:1.4}.admin-workspace-section{gap:var(--space-md);display:grid}.admin-workspace-grid{gap:var(--space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.admin-workspace-card{align-content:start;gap:var(--space-sm);min-height:210px;padding:var(--space-lg);transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);animation:montelar-rise var(--motion-reveal) var(--motion-ease-emphasis) both;display:grid}.admin-workspace-card:nth-child(2){animation-delay:70ms}.admin-workspace-card:nth-child(3){animation-delay:.14s}.admin-workspace-card:hover,.admin-workspace-card:focus-visible{border-color:var(--color-border-strong);background:var(--color-surface-hover);transform:translateY(-1px)}.admin-workspace-card h3{font-size:1.2rem}.admin-lead-card{gap:var(--space-lg);min-height:150px;padding:var(--space-lg);grid-template-columns:minmax(0,.72fr) minmax(280px,1fr);display:grid}.admin-lead-card dl{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start}.direction-hero-visual{align-content:end;gap:var(--space-md);min-height:330px;padding:var(--space-xl);border-radius:var(--radius-panel);border:var(--border-width-thin) solid #fffbf529;color:var(--color-pearl);box-shadow:var(--shadow-panel);background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%) 0 0/84px 100%,linear-gradient(145deg,#120d09 0%,#24170f 46%,#6f4a2e 100%);display:grid;position:relative;overflow:hidden}.product-hero-visual{min-height:300px;padding:var(--space-xl);border-radius:var(--radius-panel);border:var(--border-width-thin) solid #fffbf529;color:var(--color-pearl);box-shadow:var(--shadow-panel);background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%) 0 0/76px 100%,linear-gradient(145deg,#120d09 0%,#261910 46%,#755235 100%);align-content:end;display:grid;position:relative;overflow:hidden}.direction-hero-visual:before{content:"";pointer-events:none;background:linear-gradient(#0000 0 68%,#fffbf51f 68% calc(68% + 1px),#0000 calc(68% + 1px) 100%),linear-gradient(90deg,#0000 0 58%,#fffbf51a 58% calc(58% + 1px),#0000 calc(58% + 1px) 100%);position:absolute;inset:0}.product-hero-visual:before{content:"";pointer-events:none;background:radial-gradient(circle at 74% 24%,#fffbf529,#0000 34%),linear-gradient(#0000 0 70%,#fffbf51f 70% calc(70% + 1px),#0000 calc(70% + 1px) 100%),linear-gradient(90deg,#0000 0 62%,#fffbf51a 62% calc(62% + 1px),#0000 calc(62% + 1px) 100%);position:absolute;inset:0}.direction-hero-visual:after,.product-hero-visual:after{content:"";pointer-events:none;mix-blend-mode:screen;animation:montelar-scan-line calc(var(--motion-ambient) * 1.15) var(--motion-ease) infinite;background:linear-gradient(90deg,#0000,#fffbf538,#0000);position:absolute;inset:0}.direction-hero-visual-copy,.product-hero-visual-copy,.direction-hero-visual .direction-material-list{z-index:1;position:relative}.direction-hero-visual-copy,.product-hero-visual-copy{gap:var(--space-sm);display:grid}.direction-hero-visual-copy .eyebrow,.product-hero-visual-copy .eyebrow{color:#fffbf5b8}.direction-hero-visual-copy h2{max-width:14ch;font-family:var(--font-display);margin:0;font-size:clamp(1.7rem,3.4vw,3rem);font-weight:500;line-height:1.04}.direction-hero-visual-copy p{color:#fffbf5b8;margin:0;line-height:1.55}.product-hero-visual-copy p{color:#fffbf5b8;max-width:18rem;margin:0;font-size:.95rem;line-height:1.55}.product-stage-vision-max{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#0e0b08 0%,#1b120d 42%,#513522 100%)}.product-stage-hi-end-audio{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#15100d 0%,#2f2016 48%,#8a6845 100%)}.product-stage-living-glass{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#14100d 0%,#2d241d 45%,#b8a98f 100%)}.product-stage-hologram{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#0f0c0a 0%,#2a1812 48%,#755235 100%)}.product-stage-pictorial-art-display{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#18120e 0%,#3a291e 42%,#d9c8ad 100%)}.product-stage-display-for-exhibition{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#17110d 0%,#342215 48%,#9a7a55 100%)}.direction-stage-vision-max{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#0e0b08 0%,#1b120d 42%,#513522 100%)}.direction-stage-hi-end-audio{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#15100d 0%,#2f2016 48%,#8a6845 100%)}.direction-stage-living-glass{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#14100d 0%,#2d241d 45%,#b8a98f 100%)}.direction-stage-hologram{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#0f0c0a 0%,#2a1812 48%,#755235 100%)}.direction-stage-pictorial-art-display{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#18120e 0%,#3a291e 42%,#d9c8ad 100%)}.direction-stage-display-for-exhibition{background:linear-gradient(90deg,#fffbf50e 0 1px,#0000 1px 100%),linear-gradient(145deg,#17110d 0%,#342215 48%,#9a7a55 100%)}.direction-material-list{margin:var(--space-sm) 0 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.direction-material-list div{border:var(--border-width-thin) solid #fffbf52e;border-radius:var(--radius-card);background:#fffbf514;gap:6px;min-height:86px;padding:14px 16px;display:grid}.direction-material-list dt,.direction-product-kicker{color:#fffbf59e;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.08em;text-transform:uppercase}.direction-material-list dd{color:var(--color-pearl);margin:0;line-height:1.4}.direction-stage-plane{border:var(--border-width-thin) solid #fffbf53d;background:#fffbf517;display:block;position:absolute}.product-stage-plane,.product-stage-object{display:block;position:absolute}.product-stage-plane{border:var(--border-width-thin) solid #fffbf533;background:#fffbf512}.direction-stage-plane-back{animation:montelar-ambient-plane calc(var(--motion-ambient) * 1.2) var(--motion-ease) infinite;inset:18% 18% 26% 12%}.direction-stage-plane-mid{animation:montelar-ambient-plane var(--motion-ambient) var(--motion-ease) infinite reverse;background:#6f4a2e38;inset:30% 10% 14% 28%}.direction-stage-plane-front{animation:montelar-ambient-object calc(var(--motion-ambient) * .92) var(--motion-ease) infinite;background:#fffbf529;inset:44% 34% 8% 8%}.product-stage-plane-back{animation:montelar-ambient-plane calc(var(--motion-ambient) * 1.18) var(--motion-ease) infinite;inset:14% 16% 28% 10%}.product-stage-plane-mid{animation:montelar-ambient-plane var(--motion-ambient) var(--motion-ease) infinite reverse;background:#6f4a2e33;inset:25% 9% 17% 32%}.product-stage-plane-front{animation:montelar-ambient-object calc(var(--motion-ambient) * .95) var(--motion-ease) infinite;background:#fffbf524;inset:48% 36% 10% 8%}.product-stage-object{z-index:1;border:var(--border-width-thin) solid #fffbf547;width:34%;height:52%;animation:montelar-ambient-object calc(var(--motion-ambient) * 1.08) var(--motion-ease) infinite;background:linear-gradient(135deg,#fffbf533,#fffbf500),linear-gradient(#120d09b8,#6f4a2e80);bottom:18%;right:14%;box-shadow:0 26px 58px #120d0942}.product-stage-object.is-speaker,.product-stage-object.is-component{border-radius:6px 6px 2px 2px}.product-stage-object.is-speaker:before,.product-stage-object.is-speaker:after{content:"";aspect-ratio:1;border:var(--border-width-thin) solid #fffbf538;background:#fffbf514;border-radius:999px;width:42%;position:absolute;left:50%;transform:translate(-50%)}.product-stage-object.is-speaker:before{top:18%}.product-stage-object.is-speaker:after{bottom:18%}.product-stage-object.is-cinema{width:48%;height:34%;bottom:20%;right:10%}.product-stage-object.is-glass,.product-stage-object.is-display{background:linear-gradient(135deg,#fffbf533,#fffbf50a),linear-gradient(#fffbf51f,#6f4a2e38);width:46%;height:42%}.product-stage-object.is-vitrine{width:38%;height:46%}.product-stage-object.is-frame{background:linear-gradient(#fffbf529,#fffbf50d),linear-gradient(145deg,#2f2016,#d9c8ad);width:48%;height:40%;right:10%}.product-stage-object.is-cable{border-radius:var(--radius-pill);width:56%;height:14%;bottom:32%;right:10%}.direction-track-list,.direction-product-list,.direction-product-card,.direction-product-actions{display:grid}.direction-track-list{margin:var(--space-lg) 0 0;gap:10px;padding:0;list-style:none}.direction-track-list li{border-left:2px solid var(--color-accent);background:var(--color-surface-raised);min-height:52px;color:var(--color-text-strong);animation:montelar-rise var(--motion-reveal) var(--motion-ease-emphasis) both;padding:14px 16px}.direction-track-list li:nth-child(2){animation-delay:60ms}.direction-track-list li:nth-child(3){animation-delay:.12s}.direction-product-list{gap:14px;margin-top:18px}.direction-product-card{gap:var(--space-lg);padding:var(--space-lg);border:var(--border-width-thin) solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface-raised);transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);animation:montelar-rise var(--motion-reveal) var(--motion-ease-emphasis) both;grid-template-columns:minmax(0,1fr) minmax(160px,max-content);align-items:end}.direction-product-card:hover{border-color:var(--color-border-strong);background:var(--color-surface-hover);box-shadow:var(--shadow-active);transform:translateY(-1px)}.direction-product-card:nth-child(2){animation-delay:70ms}.direction-product-card:nth-child(3){animation-delay:.14s}.direction-product-card:nth-child(4){animation-delay:.21s}.direction-product-card h3{color:var(--color-text-strong);font-family:var(--font-display);margin:8px 0 0;font-size:clamp(1.25rem,2vw,1.8rem);font-weight:500;line-height:1.12}.direction-product-card p{color:var(--color-text-muted);margin:10px 0 0;line-height:1.55}.direction-product-kicker{color:var(--color-accent)}.direction-product-actions{grid-template-columns:repeat(2,minmax(0,max-content));justify-content:end;gap:10px}.direction-product-link{border:var(--border-width-thin) solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface-muted);min-height:42px;color:var(--color-text-strong);font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.06em;text-transform:uppercase;transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);align-items:center;padding:0 14px;display:inline-flex}.direction-product-link.primary{border-color:var(--color-action-primary);background:var(--color-action-primary);color:var(--color-action-primary-text)}.product-premium-story,.product-story-copy,.product-story-actions,.product-stat-grid,.product-route-panel,.product-blueprint-panel{display:grid}.product-premium-story{gap:var(--space-xl);padding:var(--space-2xl);border-radius:var(--radius-panel);border:var(--border-width-thin) solid var(--color-border);box-shadow:var(--shadow-panel);background:linear-gradient(90deg,#2a1a120d 0 1px,#0000 1px 100%) 0 0/80px 100%,linear-gradient(135deg,#fffbf5eb,#f4eadce0);grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:stretch;overflow:hidden}.product-story-copy{align-content:center}.product-story-copy h2{max-width:20ch;color:var(--color-text-strong);font-family:var(--font-display);margin:0;font-size:clamp(1.9rem,3.6vw,3.5rem);font-weight:500;line-height:1.05}.product-story-copy p:not(.eyebrow){max-width:var(--layout-text-measure);margin:var(--space-md) 0 0;color:var(--color-text-muted);line-height:1.65}.product-story-actions{margin-top:var(--space-xl);grid-template-columns:repeat(2,minmax(0,max-content));gap:10px}.product-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.product-stat-grid div{min-height:120px;padding:var(--space-md);border:var(--border-width-thin) solid var(--color-border);border-radius:var(--radius-card);animation:montelar-rise var(--motion-reveal) var(--motion-ease-emphasis) both;background:#fffbf5a3;align-content:space-between;display:grid}.product-stat-grid div:nth-child(2){animation-delay:60ms}.product-stat-grid div:nth-child(3){animation-delay:.12s}.product-stat-grid div:nth-child(4){animation-delay:.18s}.product-stat-grid dt,.product-section-index{color:var(--color-accent);font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.08em;text-transform:uppercase}.product-stat-grid dd{margin:var(--space-md) 0 0;color:var(--color-text-strong);font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.18}.product-route-panel,.product-blueprint-panel{align-content:start}.product-route-summary{margin:0 0 var(--space-md);color:var(--color-text-muted);line-height:1.7}.route-page .direction-track-list li{background:linear-gradient(90deg,#c8b18a13,#0000 72%);border-top:1px solid #c8b18a24;border-left:1px solid #c8b18a6b}.route-page .direction-product-card{border-top:1px solid #c8b18a24;border-bottom:0;padding-inline:0}.route-page .direction-product-card:hover{box-shadow:none;background:linear-gradient(90deg,#c8b18a13,#0000 70%);transform:translate(4px)}.route-page .direction-product-link{border-radius:999px}.route-page .product-premium-story{color:var(--color-pearl);box-shadow:none;background:radial-gradient(760px 360px at 82% 14%,#c8b18a1f,#0000 72%),linear-gradient(135deg,#ffffff08,#ffffff03),#090705;border-color:#c8b18a2e;border-radius:8px}.route-page .product-story-copy h2,.route-page .product-stat-grid dd{color:var(--color-pearl)}.route-page .product-story-copy p:not(.eyebrow),.route-page .product-route-summary,.route-page .product-stat-grid dt{color:#f2ebdfad}.route-page .product-stat-grid div{box-shadow:none;background:0 0;border-color:#c8b18a26;border-radius:0}.route-page .product-blueprint-panel{border-radius:8px}.route-page .product-section-grid{gap:0}.route-page .product-section-card{border-top:1px solid #c8b18a24;border-bottom:0;min-height:118px;padding-inline:0}.request-hero-card{gap:var(--space-md);padding:var(--space-lg);border:var(--border-width-thin) solid #fffbf542;border-radius:var(--radius-panel);color:var(--color-pearl);box-shadow:var(--shadow-panel);background:linear-gradient(135deg,#2a1a12f0,#38261be6),linear-gradient(90deg,#fffbf514 0 1px,#0000 1px 100%) 0 0/64px 100%;display:grid}.request-hero-card .eyebrow,.request-hero-ledger dt{color:#fffbf5b8}.request-hero-ledger,.request-consultation-ledger{gap:10px;margin:0;display:grid}.request-hero-ledger{grid-template-columns:repeat(3,minmax(0,1fr))}.request-hero-ledger div,.request-consultation-ledger div{border-radius:var(--radius-card);gap:6px;min-width:0;padding:12px;display:grid}.request-hero-ledger div{border:var(--border-width-thin) solid #fffbf529;background:#fffbf50f}.request-hero-ledger dt,.request-consultation-ledger dt{font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.request-hero-ledger dd,.request-consultation-ledger dd{overflow-wrap:anywhere;margin:0;line-height:1.25}.request-hero-ledger dd{color:var(--color-white)}.request-consultation-panel{gap:var(--space-lg);margin-bottom:var(--space-xl);padding:var(--space-lg) 0;border-top:var(--border-width-thin) solid var(--color-border);border-bottom:var(--border-width-thin) solid var(--color-border);grid-template-columns:minmax(0,1fr) minmax(260px,.85fr);align-items:start;display:grid}.request-form-kicker{margin:0 0 var(--space-xs);color:var(--color-accent);font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.08em;text-transform:uppercase}.request-form-intro{max-width:var(--layout-text-measure);color:var(--color-text-muted);margin:0;line-height:1.65}.request-consultation-ledger{grid-template-columns:repeat(3,minmax(0,1fr))}.request-consultation-ledger div{border:var(--border-width-thin) solid var(--color-border);background:#fffbf594}.request-consultation-ledger dt{color:var(--color-accent)}.request-consultation-ledger dd{color:var(--color-text-strong);font-family:var(--font-ui);font-size:.92rem}.product-section-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.product-section-card{align-content:start;min-height:112px}.product-section-card .route-link-label{margin-top:var(--space-sm)}.product-inquiry-form,.product-inquiry-grid,.product-form-footer,.product-form-postscript{display:grid}.product-inquiry-form{gap:var(--space-xl);position:relative}.product-form-honeypot{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.product-inquiry-grid{gap:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr))}.product-form-field{align-content:start;gap:10px;display:grid}.product-form-field.width-full,.product-form-consent{grid-column:1/-1}.product-form-label{color:var(--color-text-strong);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;font-size:.94rem}.product-form-required{color:var(--color-accent)}.product-form-control,.product-form-textarea,.product-form-placeholder{border-radius:var(--radius-control);border:var(--border-width-thin) solid var(--color-border-strong);width:100%;color:var(--color-text-strong);font:inherit;transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease);background:#fffbf5b8}.product-form-control,.product-form-placeholder{min-height:54px;padding:0 16px}.product-form-control:focus,.product-form-textarea:focus{border-color:var(--color-accent);background:var(--color-white);box-shadow:0 0 0 4px var(--color-focus-ring);outline:0}.product-form-textarea{resize:vertical;min-height:144px;padding:14px 16px}.product-form-fieldset{border:0;min-width:0;margin:0;padding:0}.product-form-choice-group{gap:10px;display:grid}.product-form-choice{border-radius:var(--radius-control);border:var(--border-width-thin) solid var(--color-border);min-height:54px;color:var(--color-text-strong);transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease);background:#fffbf59e;align-items:center;gap:12px;padding:14px 16px;display:flex}.product-form-choice input{width:16px;height:16px;accent-color:var(--color-accent);flex:none;margin:0}.product-form-choice:hover{border-color:var(--color-accent);background:var(--color-surface-hover);box-shadow:var(--shadow-active)}.product-form-choice:has(input:checked){border-color:var(--color-accent);background:var(--color-surface-hover);box-shadow:var(--shadow-active)}.product-form-choice:hover{transform:translateY(-1px)}.product-form-consent{align-items:start}.product-form-upload-placeholder{color:var(--color-text-muted);border-style:dashed;align-items:center;display:flex}.product-form-hint,.product-form-postscript p{color:var(--color-text-muted);margin:0}.product-form-error-summary{border-radius:var(--radius-card);border:var(--border-width-thin) solid var(--color-error-border);background:var(--color-error-bg);animation:montelar-panel-reveal var(--motion-slow) var(--motion-ease-emphasis) both;gap:10px;padding:18px 20px;display:grid}.product-form-error-summary .status-list{margin:0}.product-form-error{color:var(--color-error);margin:0;font-size:.9rem;line-height:1.5}.product-form-control[aria-invalid=true],.product-form-textarea[aria-invalid=true]{border-color:var(--color-error-border-strong);box-shadow:0 0 0 1px var(--color-focus-ring)}.product-form-footer{padding-top:var(--space-lg);border-top:var(--border-width-thin) solid var(--color-border);grid-template-columns:minmax(190px,240px) minmax(0,1fr);align-items:start;gap:18px}.product-form-button{border-radius:var(--radius-pill);background:linear-gradient(135deg, var(--color-action-primary), var(--color-action-primary-hover));min-height:54px;color:var(--color-action-primary-text);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;transition:filter var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);border:0;padding:0 22px;font-size:.84rem;line-height:1.2}.product-form-button:disabled{cursor:wait;filter:saturate(.7)}.product-form-button:hover,.product-form-button:focus-visible{filter:saturate(1.05)brightness(1.08);transform:translateY(-1px)}.product-form-postscript{border-radius:var(--radius-card);border:var(--border-width-thin) solid var(--color-border);background:#fffbf594;gap:6px;min-height:54px;padding:14px 16px}.product-form-choice-group.invalid .product-form-choice,.product-form-consent.invalid{border-color:var(--color-error-border-strong);box-shadow:0 0 0 1px var(--color-focus-ring)}.product-form-postscript-title{color:var(--color-text-strong);letter-spacing:.04em;text-transform:uppercase;font-size:.92rem}.route-link-label{color:var(--color-text-strong);font-size:var(--font-size-route-label)}.route-link-href{font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.04em}.route-next-task{margin:12px 0 0}.route-back-link{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-pill);border:var(--border-width-thin) solid var(--color-border);background:var(--color-surface-muted);font-family:var(--font-ui);transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);margin-top:20px;display:inline-flex}.status-list,.direction-list{margin:0;padding-left:18px}.site-footer-intro,.site-footer-grid,.site-footer-cta-row,.site-footer-meta{display:grid}.site-footer-intro{gap:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:var(--border-width-thin) solid var(--color-border);grid-template-columns:minmax(0,1.2fr) minmax(280px,.9fr)}.site-footer-brand,.site-footer-cta,.site-footer-column{gap:var(--space-sm);align-content:start;display:grid}.site-footer-title{color:var(--color-text-strong);font-family:var(--font-display);margin:0;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.08}.site-footer-cta-row{gap:var(--space-sm);grid-auto-columns:max-content;grid-auto-flow:column;justify-content:start}.site-footer-primary-link,.site-footer-secondary-link,.site-footer-link{border-radius:var(--radius-card);border:var(--border-width-thin) solid var(--color-border);transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease)}.site-footer-primary-link,.site-footer-secondary-link{border-radius:var(--radius-pill);min-height:42px;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;padding:0 18px;display:inline-flex}.site-footer-primary-link{background:var(--color-action-primary);color:var(--color-action-primary-text);border-color:var(--color-action-primary)}.site-footer-secondary-link{background:var(--color-surface-muted);color:var(--color-text-strong)}.site-footer-grid{gap:var(--space-xl);padding:var(--space-xl) 0;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.site-footer-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.site-footer-link{border:0;border-bottom:var(--border-width-thin) solid #f2ebdf1a;background:0 0;border-radius:0;gap:6px;padding:0 0 14px;display:grid}.site-footer-link-label,.site-footer-link-copy{display:block}.site-footer-link-label{color:var(--color-text-strong);font-size:var(--font-size-route-label)}.site-footer-link-copy{color:var(--color-text-muted);line-height:1.5}.site-footer-meta{gap:var(--space-md);padding-top:var(--space-lg);border-top:var(--border-width-thin) solid var(--color-border);grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-meta .footer-note:last-child{text-align:right}.site-footer-primary-link:hover,.site-footer-primary-link:focus-visible,.site-footer-secondary-link:hover,.site-footer-secondary-link:focus-visible,.home-primary-link:hover,.home-primary-link:focus-visible,.home-secondary-link:hover,.home-secondary-link:focus-visible,.site-footer-link:hover,.site-footer-link:focus-visible{border-color:var(--color-border-strong);background:var(--color-surface-hover);transform:translateY(-1px)}.site-footer-primary-link:hover,.site-footer-primary-link:focus-visible,.home-primary-link:hover,.home-primary-link:focus-visible{border-color:var(--color-action-primary-hover);background:var(--color-action-primary-hover);color:var(--color-action-primary-text)}.home-hero .home-secondary-link:hover,.home-hero .home-secondary-link:focus-visible{color:var(--color-pearl);background:#fcf7f024;border-color:#fcf7f0b8}.home-direction-card:hover,.home-direction-card:focus-visible,.home-product-card:hover,.home-product-card:focus-visible,.home-editorial-card:hover,.home-editorial-card:focus-visible{border-color:var(--color-border-strong);background:var(--color-surface-hover);box-shadow:var(--shadow-active);transform:translateY(-1px)}@media (min-width:1181px){.desktop-nav{overflow:visible}.nav-branch-panel{grid-template-columns:minmax(210px,.36fr) minmax(0,1fr);padding:0}.product-mega-panel{grid-template-columns:minmax(220px,1fr)}.nav-branch-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nav-branch-card{padding:var(--space-md)}.nav-branch-card-description{line-height:1.45}.route-hero{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);align-items:stretch}.route-copy{align-content:center;min-height:330px;display:grid}.home-split-grid{grid-template-columns:minmax(0,1.45fr) minmax(360px,.85fr)}.home-product-list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product-card{grid-template-columns:minmax(0,1fr);align-content:space-between;min-height:164px}.home-product-links{width:100%;margin-top:var(--space-sm);grid-auto-columns:max-content;grid-auto-flow:column;justify-content:space-between;justify-items:start}}@media (max-width:1180px){.site-shell{gap:var(--space-2xl)}.shell-footer{padding:var(--space-xl)}.shell-header{padding:0 24px}.site-header-bar,.site-footer-intro{grid-template-columns:minmax(0,1fr) minmax(260px,.9fr)}.nav-branch-panel{grid-template-columns:minmax(220px,.8fr) minmax(0,1fr)}.product-mega-panel{grid-template-columns:minmax(220px,1fr);width:min(100vw - 32px,260px)}.product-mega-panel.has-direction{grid-template-columns:repeat(2,minmax(220px,1fr));width:min(100vw - 32px,520px)}.product-mega-panel.has-family{grid-template-columns:repeat(3,minmax(220px,1fr));width:min(100vw - 32px,780px)}.product-mega-columns{grid-template-columns:1fr}.nav-branch-grid,.site-footer-grid,.home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.shell-topline,.site-header-bar,.site-footer-intro,.hero-panel,.route-hero,.route-grid,.site-footer-meta,.home-hero,.home-split-grid,.home-product-card,.admin-preview-hero,.admin-overview-grid{grid-template-columns:1fr}.shell-topline{flex-direction:column;place-items:flex-start start}.shell-chip-row,.header-action-stack,.header-cta-row,.locale-switcher-list,.mobile-nav-header-actions{justify-content:flex-start;justify-items:start}.header-action-stack{width:auto;min-width:0;right:16px}.header-locale-switcher,.mobile-locale-switcher{width:100%;min-width:0}.mobile-locale-switcher{width:auto}.site-header-bar,.header-brand-block,.header-action-stack,.locale-switcher-list{min-width:0}.desktop-nav-frame,.header-cta{display:none}.shell-header.is-home-header .site-header-bar{grid-template-columns:1fr}.mobile-nav-toggle{flex-direction:column;justify-content:center;align-items:center;display:inline-flex}.mobile-nav-backdrop.is-open{z-index:4;-webkit-backdrop-filter:blur(12px)brightness(.36);backdrop-filter:blur(12px)brightness(.36);animation:montelar-fade var(--motion-base) var(--motion-ease) both;background:#000000f0;border:0;padding:0;display:block;position:fixed;inset:0}.mobile-nav-drawer{z-index:5;width:min(27rem,100vw - 16px);max-width:calc(100vw - 16px);height:calc(100dvh - 16px);box-shadow:var(--shadow-drawer);background:linear-gradient(#ffffff0c,#ffffff03),radial-gradient(520px 360px at 82% 0,#c8b18a26,#0000 62%),#07080a;border-color:#c8b18a33;border-radius:8px;position:fixed;top:8px;bottom:8px;right:8px;overflow-y:auto}.mobile-nav-drawer.is-open{animation:montelar-drawer-in var(--motion-slow) var(--motion-ease-emphasis) both;align-content:start;gap:12px;padding:14px;display:grid}.mobile-nav-header{z-index:1;background:linear-gradient(#07080afa 0%,#07080aeb 76%,#0000 100%);grid-template-columns:minmax(0,1fr) max-content;align-items:start;gap:12px;padding:10px 0 12px;position:sticky;top:-14px}.mobile-nav-header-actions{justify-content:end;align-items:flex-start;gap:8px;display:flex}.mobile-nav-section-trigger,.mobile-nav-direct-link,.mobile-nav-link{background:linear-gradient(90deg,#fcf7f00c,#fcf7f005),#07080a7a;border-color:#ffffff18;border-radius:6px;box-shadow:inset 0 1px #fcf7f00b}.mobile-nav-section-trigger.is-active,.mobile-nav-direct-link.is-active{background:linear-gradient(90deg,#c8b18a21,#fcf7f005),#0a0a09ad;border-color:#c8b18a57}.mobile-product-direction{background:linear-gradient(135deg,#c8b18a14,#ffffff05),#040507bd}.mobile-nav-list,.mobile-nav-section,.mobile-nav-link-list,.mobile-product-direction-list{gap:7px}.mobile-nav-link{min-height:44px;padding:10px 12px}.nav-branch-panel{grid-template-columns:1fr}.product-mega-panel{display:none}.site-footer-grid,.home-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-technical-grid,.home-material-inner,.home-atelier-grid,.home-workflow-heading{grid-template-columns:1fr}.home-material-stage{min-height:420px}.home-atelier-row,.home-workflow-step{grid-template-columns:64px minmax(0,1fr)}.home-atelier-row p,.home-workflow-step p{grid-column:2}.home-technical-copy{min-height:0}.home-calibration-visual{min-height:360px}.home-hero{min-height:auto}.site-footer-meta .footer-note:last-child{text-align:left}}@media (max-width:820px){.site-shell{padding:104px var(--layout-shell-padding-mobile) var(--layout-shell-padding-mobile)}.hero-panel{padding:var(--space-xl)}.shell-header,.shell-footer,.route-panel,.route-status-card,.status-card,.home-panel,.home-cta-panel{padding:var(--space-lg)}.home-panel,.home-cta-panel{padding:30px 0 0}.home-hero{padding:var(--space-xl);background:radial-gradient(640px 360px at 50% 18%,#fcf7f014,#0000 68%),linear-gradient(150deg,#050608 0%,#0c0e12 52%,#251a12 100%)}.home-material-band,.home-atelier-band,.home-workflow-band{padding-inline:var(--layout-shell-padding-mobile)}.direction-hero-visual{min-height:260px}.product-hero-visual{min-height:250px}.route-lux-media{min-height:0;padding-top:238px}.route-lux-media:before{background:linear-gradient(#07060414,#07060433 42%,#070604db),linear-gradient(90deg,#07060452,#0000 54%,#07060447);height:238px;inset:0 0 auto}.route-lux-media:after{content:none;display:none}.route-lux-media__image{transform:scale(1.04);height:238px!important;top:0!important;bottom:auto!important}.route-lux-media--cinema .route-lux-media__image{object-position:56% 50%}.route-lux-media__caption{background:linear-gradient(#120d09f5,#1b130deb),#120d09;border-top:1px solid #e5cca024;gap:10px;padding:20px 18px 18px;position:relative;bottom:auto;left:auto;right:auto}.route-lux-media__caption h2{max-width:100%;font-size:clamp(1.55rem,7vw,2.35rem);line-height:1.04}.route-lux-media__caption p:not(.eyebrow){max-width:30rem;font-size:.96rem}.route-lux-media__metrics{grid-template-columns:1fr;gap:9px;padding-top:12px}.admin-preview-copy{min-height:220px}.brand-mark{font-size:clamp(2.2rem,12vw,3.8rem)}.nav-branch-grid,.site-footer-grid,.home-card-grid,.product-premium-story,.request-consultation-panel,.admin-workspace-grid,.admin-lead-card,.admin-lead-card dl{grid-template-columns:1fr}.route-copy h1{max-width:none}.hero-copy h1{max-width:10ch}.mobile-nav-drawer{width:auto;max-width:none;height:calc(100dvh - 24px);inset:12px 8px}.mobile-nav-section-trigger,.mobile-nav-direct-link,.mobile-nav-link{padding-inline:var(--space-md)}.mobile-product-direction-heading{justify-content:space-between;gap:12px;display:flex}.site-footer-cta-row{grid-auto-flow:row;grid-auto-columns:unset}.home-hero-title,.home-section-title{max-width:none}.home-hero-axis{grid-template-columns:repeat(3,minmax(0,1fr))}.home-hero-actions,.home-cta-actions{grid-auto-flow:row;grid-auto-columns:unset}.home-product-links{justify-items:start}.product-inquiry-grid,.product-form-footer,.request-hero-ledger,.request-consultation-ledger,.direction-product-card{grid-template-columns:minmax(0,1fr)}.direction-product-actions{justify-content:start}.product-story-actions{grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){.site-shell{gap:var(--space-xl);padding-top:96px}.shell-topline-copy{line-height:1.35}.shell-chip-row{width:100%}.shell-chip{white-space:normal;max-width:100%;min-height:32px;padding:0 12px;line-height:1.2}.editor-preview-indicator{flex-direction:column;align-items:flex-start}.editor-preview-link,.header-cta,.site-footer-primary-link,.site-footer-secondary-link,.mobile-nav-cta,.header-cta-row,.site-footer-cta-row,.home-hero-actions,.home-cta-actions{width:100%}.hero-panel,.route-panel,.home-panel,.home-cta-panel,.home-direction-card,.home-product-card,.home-editorial-card,.admin-preview-hero,.admin-panel,.admin-workspace-section,.admin-focus-row,.admin-workspace-card,.admin-lead-card,.home-hero{padding:var(--space-md)}.home-hero-stage{min-height:500px}.home-hero-text{max-width:min(100%,21rem);font-size:.98rem}.home-technical-panel{padding-top:28px}.home-technical-grid{gap:var(--space-xl)}.home-technical-markers{grid-template-columns:1fr;gap:12px;display:grid}.home-calibration-visual{min-height:300px}.home-material-band{min-height:0;padding-block:58px}.home-material-band .home-section-title,.home-atelier-band .home-section-title,.home-workflow-band .home-section-title{font-size:clamp(2rem,11vw,3.15rem);line-height:.98}.home-material-stage{min-height:320px}.home-material-plane.is-black{inset:12% 42% 12% 5%}.home-material-plane.is-brown{inset:26% 6% 18% 36%}.home-atelier-band,.home-workflow-band{padding-block:62px}.home-atelier-row,.home-workflow-step{grid-template-columns:1fr;gap:10px}.home-atelier-row p,.home-workflow-step p{grid-column:auto}.home-calibration-readout.is-left{top:16px;left:14px}.home-calibration-readout.is-right{bottom:16px;right:14px}.home-panel,.home-cta-panel{padding:26px 0 0}.brand-copy{display:none}.brand-mark{letter-spacing:.045em;overflow-wrap:anywhere;max-width:100%;font-size:clamp(2.1rem,10vw,2.85rem);line-height:1}.shell-header.is-home-header .brand-mark,.shell-header .brand-mark{letter-spacing:.18em;overflow-wrap:normal;white-space:nowrap;font-size:.78rem}.shell-header .brand-mark:before{width:30px;height:30px;box-shadow:inset 0 0 0 6px #c8b18a1a,inset 0 0 0 12px #c8b18a1c}.locale-switcher-list{gap:7px;width:100%}.locale-switcher-pill{letter-spacing:.08em;min-width:42px;min-height:36px;padding:0 10px}.mobile-nav-header{grid-template-columns:minmax(0,1fr) max-content;gap:10px}.mobile-nav-header-actions{justify-content:end;place-items:start end;width:auto;display:flex}.mobile-locale-switcher .locale-switcher-list{justify-content:flex-start;width:auto;min-width:76px}.header-cta,.mobile-nav-toggle,.mobile-nav-close,.mobile-nav-cta,.site-footer-primary-link,.site-footer-secondary-link,.home-primary-link,.home-secondary-link,.direction-product-link{text-align:center;white-space:normal;min-height:44px;line-height:1.15}.mobile-nav-toggle{white-space:nowrap;border-radius:2px;width:42px;min-width:42px;min-height:42px;padding:0}.mobile-nav-close{white-space:nowrap;width:40px;min-height:40px;padding:0}.direction-product-card{padding:var(--space-md)}.route-copy h1{overflow-wrap:anywhere;font-size:clamp(1.85rem,8vw,2.35rem);line-height:1.05}.direction-hero-visual-copy h2{max-width:none;font-size:clamp(1.7rem,9vw,2.5rem)}.direction-material-list,.direction-product-actions,.product-stat-grid,.admin-focus-row{grid-template-columns:1fr}.admin-action-link{width:100%}.direction-product-link{justify-content:center;width:100%}.direction-hero-visual,.product-hero-visual{align-content:start;gap:var(--space-md);background:linear-gradient(145deg,#120d09fa 0%,#261910f5 54%,#67482fbd 100%);min-height:220px}.direction-stage-plane,.product-stage-plane,.product-stage-object{display:none}.direction-material-list div{background:#120d0994;min-height:0}.product-premium-story{padding:var(--space-md)}.home-hero-title{letter-spacing:.12em;font-size:clamp(2.25rem,12vw,2.95rem)}.slogan-composition{gap:10px}.home-slogan-composition{padding-top:12px}.shell-header.is-home-header .header-action-stack>.shell-chip-row,.shell-header.is-home-header .header-locale-switcher{display:none}.shell-header.is-home-header .header-action-stack{gap:var(--space-sm)}.shell-header.is-home-header .header-cta-row{grid-template-columns:minmax(0,1fr) max-content;width:auto}.shell-header.is-home-header .header-cta{width:100%}.slogan-terms{grid-template-columns:1fr;gap:8px}.slogan-term,.brand-slogan-composition .slogan-term{font-size:1.2rem}.slogan-term:not(:last-child):after{display:none}.home-hero .home-hero-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.home-brand-statement{letter-spacing:.08em;font-size:.72rem}.home-hero-axis{grid-template-columns:1fr;gap:8px;margin-top:14px}.home-hero-axis span{padding-bottom:9px}.home-primary-link,.home-secondary-link{width:100%}.home-direction-card{grid-template-columns:minmax(0,1fr);min-height:0}.home-direction-index{font-size:1.35rem}.product-form-field{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.direction-stage-plane,.product-stage-plane,.product-stage-object{transform:none!important}}.home-hero{height:calc(100svh - 116px);min-height:calc(100svh - 116px);padding:clamp(32px, 4.4vw, 58px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px)) clamp(38px, 5vw, 64px);display:block}.home-hero-stage{grid-template-rows:minmax(0,auto) auto;align-content:center;gap:clamp(18px,2.4vw,30px);width:100%;min-height:0}.home-hero-stage:before{z-index:0;opacity:.5;inset:7% 2% 16%}.home-hero-stage:after{display:none}.home-hero-visual{z-index:1;aspect-ratio:16/9;background:linear-gradient(#05060805 0%,#0506080a 58%,#05060833 100%),url(/images/home/montelar-master-hero-room-logo.png) 50%/cover no-repeat;border-inline:0;width:100vw;min-height:0;margin-inline:calc(50% - 50vw);position:relative;inset:auto}.home-hero-visual-glass{opacity:.34}.home-hero-screen-video{z-index:1;object-fit:cover;opacity:1;mix-blend-mode:normal;filter:saturate(.82)contrast(.94)brightness(.82);border:0;width:45.2%;height:49.8%;position:absolute;top:18.8%;left:27.4%}.home-product-story{padding:clamp(84px, 11vw, 156px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));background:radial-gradient(880px 460px at 74% 18%,#c8b18a29,#0000 68%),radial-gradient(620px 360px at 12% 78%,#6f4a2e38,#0000 70%),linear-gradient(#050608 0%,#100c09 52%,#060708 100%);position:relative;overflow:hidden}.home-product-story:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0 24%,#ffffff09 24% calc(24% + 1px),#0000 calc(24% + 1px) 76%,#ffffff08 76% calc(76% + 1px),#0000 calc(76% + 1px)),linear-gradient(#fcf7f009,#0000 24% 78%,#fcf7f006);position:absolute;inset:0}.home-product-story-inner{z-index:1;width:min(100%, var(--layout-content-max));grid-template-columns:minmax(280px,.43fr) minmax(0,1fr);align-items:start;gap:clamp(34px,6vw,88px);margin-inline:auto;display:grid;position:relative}.home-product-story-copy{gap:var(--space-md);display:grid;position:sticky;top:120px}.home-product-story .eyebrow{color:var(--color-accent)}.home-product-story .home-section-title{max-width:12ch;color:var(--color-pearl);font-family:var(--font-ui);letter-spacing:0;font-size:clamp(2.55rem,4.8vw,5.3rem);font-weight:520;line-height:.96}.home-product-story .home-section-text{color:#f2ebdfa8}.home-product-visuals{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);grid-auto-rows:clamp(220px,23vw,330px);gap:clamp(12px,1.6vw,18px);display:grid}.home-product-visual{border:var(--border-width-thin) solid #c8b18a33;background-color:#090806;min-height:0;position:relative;overflow:hidden;box-shadow:0 34px 96px #00000061}.home-product-visual:before{content:"";background:linear-gradient(90deg,#05060899,#0000 34% 74%,#05060861),linear-gradient(#05060824,#0000 42%,#05060894);position:absolute;inset:0}.home-product-visual span{color:#fcf7f0bd;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.18em;text-transform:uppercase;position:absolute;bottom:clamp(16px,2vw,26px);left:clamp(18px,2.4vw,30px)}.home-product-visual.is-speaker{background:url(/images/home/montelar-reference-speaker-wood.jpg) 50%/cover no-repeat;grid-row:span 2}.home-product-visual.is-amplifier{background:url(/images/home/montelar-reference-amplifier-stack.jpg) 50% 54%/cover no-repeat}.home-product-visual.is-cable{background:url(/images/home/montelar-reference-cable-braided.jpg) 50%/cover no-repeat}.home-product-ledger{border-top:var(--border-width-thin) solid #f2ebdf29;grid-column:2;display:grid}.home-product-ledger-row{border-bottom:var(--border-width-thin) solid #f2ebdf1f;grid-template-columns:72px minmax(112px,.28fr) minmax(0,1fr);gap:clamp(16px,3vw,40px);padding:clamp(22px,3.2vw,34px) 0;display:grid}.home-product-ledger-row span,.home-product-ledger-row strong{font-family:var(--font-ui)}.home-product-ledger-row span{color:#c8b18ac2;font-size:var(--font-size-route-meta);letter-spacing:.16em}.home-product-ledger-row strong{color:var(--color-pearl);font-size:clamp(1rem,1.35vw,1.18rem)}.home-product-ledger-row p{color:#f2ebdfa3;max-width:42rem;margin:0;line-height:1.7}@media (max-width:900px){.home-product-story{padding:68px var(--layout-shell-padding-mobile)}.home-product-story-inner{grid-template-columns:1fr}.home-product-story-copy{position:relative;top:auto}.home-product-story .home-section-title{max-width:13ch;font-size:clamp(2.25rem,10vw,3.8rem)}.home-product-visuals,.home-product-ledger{grid-column:auto}.home-product-visuals{grid-template-columns:1fr;grid-auto-rows:260px}.home-product-visual.is-speaker{grid-row:auto}.home-product-ledger-row{grid-template-columns:48px minmax(0,1fr)}.home-product-ledger-row p{grid-column:2}}.shell-header .brand-mark{position:relative;overflow:hidden}.shell-header .brand-mark:before,.shell-header.is-home-header .brand-mark:before{content:"";z-index:2;pointer-events:none;mix-blend-mode:normal;opacity:.95;background:linear-gradient(90deg,#0000 0% 42%,#ffedc433 56%,#ffe2ac9e 78%,#fff4d68a 100%);display:block;position:absolute;inset:0;-webkit-mask:url(/images/brand/montelar-wordmark-gold-20260515.png) 50%/contain no-repeat;mask:url(/images/brand/montelar-wordmark-gold-20260515.png) 50%/contain no-repeat}body[data-mobile-nav-open=true] .shell-header.is-home-header .brand-mark:after{z-index:3}.home-hero-copy{z-index:2;text-align:left;grid-template-columns:minmax(0,1fr) max-content;place-items:center start;gap:clamp(18px,3vw,42px);width:min(100%,82rem);max-width:none;margin:0 auto;position:absolute;bottom:clamp(20px,3vw,42px);left:50%;transform:translate(-50%)}.home-hero .eyebrow,.home-slogan-composition,.home-brand-statement,.home-hero-axis{display:none}.home-hero .eyebrow{color:var(--color-accent);letter-spacing:.24em;grid-column:1/-1;margin:0;font-size:.68rem;display:inline-flex}.home-brand-statement{color:#fcf7f0db;letter-spacing:.16em;grid-column:1/-1;max-width:none;margin:-8px 0 0;font-size:clamp(.78rem,.95vw,.9rem);display:block}.home-hero .home-hero-text{color:#fcf7f0b8;max-width:48rem;margin:4px 0 0;font-size:clamp(.98rem,1.05vw,1.08rem);line-height:1.65}.home-hero .home-hero-actions{justify-content:end;margin-top:0}.home-hero .home-primary-link,.home-hero .home-secondary-link{min-height:44px;padding-inline:20px}@media (max-width:900px){.home-hero{min-height:0;padding:34px var(--layout-shell-padding-mobile) 40px;align-items:start}.home-hero-stage{gap:16px}.home-hero-visual{aspect-ratio:1.42;background-color:#090806;background-position:50%;background-size:contain;min-height:0}.home-hero-screen-video{display:none}.home-hero-copy{text-align:center;grid-template-columns:minmax(0,1fr);justify-items:center;gap:16px;width:100%;position:relative;bottom:auto;left:auto;transform:none}.home-hero .home-hero-text{text-align:center;max-width:34rem}.home-hero .home-hero-actions{justify-content:stretch;width:min(100%,22rem)}}@media (max-width:520px){.home-hero{padding:28px 16px 34px}.home-hero-visual{background-position:50%;background-size:contain;min-height:0}.home-hero .home-hero-text{-webkit-line-clamp:unset;font-size:.94rem;display:block}}.home-workflow-band{color:var(--color-pearl);background:radial-gradient(860px 420px at 74% 28%,#c8b18a2e,#0000 62%),linear-gradient(#080806 0%,#120d09 100%)}.home-workflow-inner{grid-template-columns:minmax(30rem,.82fr) minmax(0,1.18fr);align-items:center}.home-workflow-band .eyebrow{color:var(--color-accent)}.home-workflow-band .home-section-title{max-width:12.5ch;color:var(--color-pearl);font-size:clamp(2.75rem,4.45vw,4.85rem);line-height:.98}.home-workflow-band .home-section-text{color:#f2ebdf9e}.home-briefing-surface{border:var(--border-width-thin) solid #c8b18a38;background:radial-gradient(360px 260px at 64% 42%,#c8b18a2e,#0000 72%),linear-gradient(90deg,#0d0907fa,#16110de6 46%,#080807f5),linear-gradient(#0a0908,#15100c);min-height:clamp(440px,42vw,620px);position:relative;overflow:hidden;box-shadow:0 42px 120px #00000061}.home-briefing-surface:before{content:"";border:var(--border-width-thin) solid #f2ebdf21;background:linear-gradient(90deg,#0000 0 calc(50% - 1px),#f2ebdf1f calc(50% - 1px) 50%,#0000 50% 100%),linear-gradient(#0000 0 calc(50% - 1px),#f2ebdf1a calc(50% - 1px) 50%,#0000 50% 100%);position:absolute;inset:clamp(24px,4vw,58px)}.home-briefing-surface:after{content:"IMAGE · SOUND · DESIGN";color:#c8b18ab8;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.22em;position:absolute;top:clamp(28px,4vw,64px);left:clamp(28px,4vw,64px)}.home-briefing-plan{display:none}.home-sample-strip{z-index:2;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:auto;display:grid;position:absolute;bottom:clamp(22px,3vw,42px);left:clamp(22px,4vw,58px);right:clamp(22px,4vw,58px)}.home-sample-strip span{border:var(--border-width-thin) solid #fcf7f029;min-height:clamp(34px,4vw,54px)}.home-workflow-band .home-cta-actions{justify-content:center}.home-workflow-band .home-secondary-link{color:var(--color-pearl);border-color:#f2ebdf47}@media (max-width:900px){.home-workflow-inner{grid-template-columns:1fr}.home-workflow-band .home-section-title{max-width:12ch;font-size:clamp(2.5rem,12vw,4.3rem)}.home-briefing-surface{min-height:360px}}.home-atelier-system,.home-briefing-band{padding:clamp(84px, 11vw, 160px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));position:relative;overflow:hidden}.home-atelier-system{background:radial-gradient(820px 420px at 74% 16%,#c8b18a24,#0000 68%),radial-gradient(620px 360px at 14% 74%,#6f4a2e33,#0000 72%),linear-gradient(#050608 0%,#0f0c09 56%,#060708 100%)}.home-briefing-band{background:radial-gradient(760px 380px at 70% 40%,#c8b18a21,#0000 70%),linear-gradient(#060708 0%,#120d09 100%)}.home-atelier-system:before,.home-briefing-band:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0 24%,#ffffff09 24% calc(24% + 1px),#0000 calc(24% + 1px) 76%,#ffffff08 76% calc(76% + 1px),#0000 calc(76% + 1px)),linear-gradient(#fcf7f008,#0000 28% 76%,#fcf7f005);position:absolute;inset:0}.home-atelier-system-inner,.home-briefing-inner{z-index:1;width:min(100%, var(--layout-content-max));grid-template-columns:minmax(280px,.43fr) minmax(0,1fr);align-items:start;gap:clamp(34px,6vw,88px);margin-inline:auto;display:grid;position:relative}.home-atelier-system-copy,.home-briefing-copy{gap:var(--space-md);display:grid}.home-atelier-system-copy{position:sticky;top:120px}.home-atelier-system .eyebrow,.home-briefing-band .eyebrow{color:var(--color-accent)}.home-atelier-system .home-section-title,.home-briefing-band .home-section-title{max-width:12ch;color:var(--color-pearl);font-family:var(--font-ui);letter-spacing:0;font-size:clamp(2.55rem,4.8vw,5.25rem);font-weight:520;line-height:.96}.home-atelier-system .home-section-text,.home-briefing-band .home-section-text{color:#f2ebdfa8}.home-atelier-axis{border:var(--border-width-thin) solid #c8b18a2e;background:linear-gradient(#fcf7f00a,#0000 22%),#0506085c;grid-template-columns:repeat(3,minmax(0,1fr));min-height:clamp(360px,36vw,560px);display:grid;box-shadow:0 44px 120px #00000061}.home-atelier-axis-panel{border-right:var(--border-width-thin) solid #f2ebdf1a;align-content:end;gap:10px;min-height:0;padding:clamp(22px,3vw,38px);display:grid;position:relative;overflow:hidden}.home-atelier-axis-panel:last-child{border-right:0}.home-atelier-axis-panel:before{content:"";opacity:.95;position:absolute;inset:0}.home-atelier-axis-panel:after{content:"";background:linear-gradient(#0000,#050608bd);height:44%;position:absolute;inset:auto 0 0}.home-atelier-axis-panel.is-image:before{background:radial-gradient(220px 280px at 50% 26%,#fcf7f014,#0000 72%),linear-gradient(#090909,#17110d)}.home-atelier-axis-panel.is-sound:before{background:repeating-linear-gradient(90deg,#6f4a2ee6 0 7px,#20150ef2 7px 17px),linear-gradient(#c8b18a24,#0000)}.home-atelier-axis-panel.is-design:before{background:linear-gradient(100deg,#16110df5 0%,#dfcda8d1 52%,#4c3826f2 100%)}.home-atelier-axis-panel span,.home-atelier-axis-panel strong{z-index:1;font-family:var(--font-ui);position:relative}.home-atelier-axis-panel span{color:#fcf7f0b3;font-size:var(--font-size-route-meta);letter-spacing:.2em;text-transform:uppercase}.home-atelier-axis-panel strong{color:var(--color-pearl);font-size:clamp(1.05rem,1.5vw,1.28rem);font-weight:520}.home-atelier-ledger{border-top:var(--border-width-thin) solid #f2ebdf29;grid-column:2;display:grid}.home-atelier-ledger-row{border-bottom:var(--border-width-thin) solid #f2ebdf1f;grid-template-columns:72px minmax(118px,.3fr) minmax(0,1fr);gap:clamp(16px,3vw,40px);padding:clamp(22px,3.2vw,34px) 0;display:grid}.home-atelier-ledger-row span,.home-atelier-ledger-row strong,.home-briefing-label{font-family:var(--font-ui)}.home-atelier-ledger-row span{color:#c8b18ac2;font-size:var(--font-size-route-meta);letter-spacing:.16em}.home-atelier-ledger-row strong{color:var(--color-pearl);font-size:clamp(1rem,1.35vw,1.18rem)}.home-atelier-ledger-row p{color:#f2ebdfa3;max-width:42rem;margin:0;line-height:1.7}.home-briefing-plan-surface{border:var(--border-width-thin) solid #c8b18a38;background:radial-gradient(360px 260px at 64% 42%,#c8b18a24,#0000 72%),linear-gradient(90deg,#0d0907fa,#16110de6 46%,#080807f5);min-height:clamp(420px,40vw,600px);position:relative;overflow:hidden;box-shadow:0 42px 120px #00000061}.home-briefing-plan-surface:before{content:"";border:var(--border-width-thin) solid #f2ebdf21;background:linear-gradient(90deg,#0000 0 calc(50% - 1px),#f2ebdf1c calc(50% - 1px) 50%,#0000 50% 100%),linear-gradient(#0000 0 calc(50% - 1px),#f2ebdf1a calc(50% - 1px) 50%,#0000 50% 100%);position:absolute;inset:clamp(24px,4vw,58px)}.home-briefing-label{color:#c8b18ac2;font-size:var(--font-size-route-meta);letter-spacing:.22em;text-transform:uppercase;position:absolute;top:clamp(28px,4vw,64px);left:clamp(28px,4vw,64px)}.home-briefing-screen,.home-briefing-speaker,.home-briefing-listening,.home-briefing-sample{z-index:1;display:block;position:absolute}.home-briefing-screen{background:#050505;height:10%;top:23%;left:32%;right:18%}.home-briefing-speaker{background:#12100d;border-radius:999px;width:3.5%;height:15%;top:43%}.home-briefing-speaker.is-left{left:34%}.home-briefing-speaker.is-right{right:20%}.home-briefing-listening{aspect-ratio:1;border:var(--border-width-thin) solid #c8b18a52;border-radius:50%;width:clamp(46px,5vw,74px);top:56%;left:50%;transform:translate(-50%)}.home-briefing-sample{border:var(--border-width-thin) solid #fcf7f029;width:18%;height:clamp(34px,4vw,54px);bottom:clamp(28px,4vw,58px)}.home-briefing-sample.is-glass{background:#130f0c;left:12%}.home-briefing-sample.is-wood{background:repeating-linear-gradient(90deg,#6f4a2e 0 8px,#21140d 8px 16px);left:32%}.home-briefing-sample.is-stone{background:#e8dcc8;right:30%}.home-briefing-sample.is-metal{background:linear-gradient(90deg,#655039,#e1cc9e 48%,#6a553b);right:10%}.home-briefing-band .home-cta-actions{z-index:1;width:min(100%, var(--layout-content-max));justify-content:center;margin:clamp(24px,4vw,42px) auto 0;position:relative}.home-briefing-band .home-secondary-link{color:var(--color-pearl);border-color:#f2ebdf47}@media (max-width:900px){.home-atelier-system,.home-briefing-band{padding:68px var(--layout-shell-padding-mobile)}.home-atelier-system-inner,.home-briefing-inner{grid-template-columns:1fr}.home-atelier-system-copy{position:relative;top:auto}.home-atelier-system .home-section-title,.home-briefing-band .home-section-title{max-width:13ch;font-size:clamp(2.2rem,10vw,3.8rem)}.home-atelier-axis,.home-atelier-ledger{grid-column:auto}.home-atelier-axis{grid-template-columns:1fr;min-height:0}.home-atelier-axis-panel{min-height:180px}.home-atelier-ledger-row{grid-template-columns:48px minmax(0,1fr)}.home-atelier-ledger-row p{grid-column:2}.home-briefing-plan-surface{min-height:340px}.home-briefing-band .home-cta-actions{grid-auto-flow:row;grid-auto-columns:unset}}.home-hero-screen-brand{z-index:2;color:#f2ebdfc2;font-family:var(--font-ui);letter-spacing:.42em;text-transform:uppercase;pointer-events:none;text-shadow:0 0 22px #c8b18a47;font-size:clamp(.62rem,1.15vw,1.08rem);font-weight:500;position:absolute;top:43%;left:50%;transform:translate(-50%,-50%)}.home-system-story,.home-product-sequence,.home-display-surfaces,.home-private-briefing{padding:clamp(82px, 10vw, 150px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));position:relative;overflow:hidden}.home-system-story:before,.home-product-sequence:before,.home-display-surfaces:before,.home-private-briefing:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0 24%,#ffffff08 24% calc(24% + 1px),#0000 calc(24% + 1px) 76%,#ffffff07 76% calc(76% + 1px),#0000 calc(76% + 1px)),linear-gradient(#fcf7f006,#0000 28% 78%,#fcf7f005);position:absolute;inset:0}.home-system-story-inner,.home-display-surfaces-inner,.home-private-briefing-inner{z-index:1;width:min(100%, var(--layout-content-max));margin-inline:auto;display:grid;position:relative}.home-system-copy,.home-product-sequence-head,.home-display-copy,.home-private-briefing-inner>div:first-child{gap:var(--space-md);display:grid}.home-system-story .eyebrow,.home-product-sequence .eyebrow,.home-display-surfaces .eyebrow,.home-private-briefing .eyebrow{color:var(--color-accent)}.home-system-story .home-section-title,.home-product-sequence .home-section-title,.home-display-surfaces .home-section-title,.home-private-briefing .home-section-title{max-width:13ch;color:var(--color-pearl);font-family:var(--font-ui);letter-spacing:0;font-size:clamp(2.45rem,4.6vw,5rem);font-weight:520;line-height:.96}.home-system-story .home-section-text,.home-product-sequence .home-section-text,.home-display-surfaces .home-section-text,.home-private-briefing .home-section-text{color:#f2ebdfad;max-width:42rem;line-height:1.72}.home-system-tags{margin-top:var(--space-xs);flex-wrap:wrap;gap:10px;display:flex}.home-system-tags span{border:var(--border-width-thin) solid #c8b18a3d;color:#f2ebdfc2;min-height:34px;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.12em;text-transform:uppercase;background:#05060847;border-radius:999px;align-items:center;padding:0 13px;display:inline-flex}.home-system-axis{margin-top:var(--space-xs);color:#c8b18ac7;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.18em;text-transform:uppercase;flex-wrap:wrap;gap:10px 18px;display:flex}.home-system-axis span{align-items:center;display:inline-flex}.home-system-axis span:not(:last-child):after{content:"";background:#c8b18a52;width:28px;height:1px;margin-left:18px}.home-system-visual,.home-product-reel-item figure,.home-display-surface{border:var(--border-width-thin) solid #c8b18a38;background:#070707;position:relative;overflow:hidden;box-shadow:0 42px 120px #00000061}.home-system-visual img,.home-product-reel-item img,.home-display-surface img{width:100%;height:auto;display:block}.home-system-visual:after,.home-product-reel-item figure:after,.home-display-surface:after{content:"";pointer-events:none;background:linear-gradient(#fcf7f00d,#0000 34%,#0506082e),linear-gradient(90deg,#0506082e,#0000 18% 82%,#0506082e);position:absolute;inset:0}.home-product-sequence-head{z-index:1;width:min(100%, var(--layout-content-max));margin-inline:auto;position:relative}.home-product-reel{z-index:1;width:min(100%, var(--layout-content-max));grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.6vw,32px);margin:clamp(36px,5vw,68px) auto 0;display:grid;position:relative}.home-product-reel-item{align-content:start;gap:clamp(18px,2vw,24px);min-width:0;display:grid}.home-product-reel-item figure,.home-display-surface{margin:0}.home-product-reel-item div{gap:9px;display:grid}.home-product-reel-item span,.home-display-surface figcaption span{color:#c8b18ac7;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.18em;text-transform:uppercase}.home-product-reel-item h3,.home-display-surface figcaption strong{color:var(--color-pearl);font-family:var(--font-ui);margin:0;font-size:clamp(1.08rem,1.45vw,1.32rem);font-weight:520;line-height:1.18}.home-product-reel-item p{color:#f2ebdf9e;margin:0;line-height:1.68}.home-display-surfaces-inner{grid-template-columns:minmax(280px,.34fr) minmax(0,1fr);align-items:start;gap:clamp(34px,6vw,86px)}.home-display-copy{position:sticky;top:120px}.home-display-grid{gap:clamp(22px,3vw,36px);display:grid}.home-display-surface{display:grid}.home-display-surface figcaption{z-index:1;gap:8px;display:grid;position:absolute;bottom:clamp(18px,2.4vw,30px);left:clamp(18px,2.4vw,30px);right:clamp(18px,2.4vw,30px)}.home-private-briefing-inner{border-top:var(--border-width-thin) solid #c8b18a38;grid-template-columns:minmax(280px,.42fr) minmax(0,.58fr);align-items:center;gap:clamp(34px,6vw,86px);padding-top:clamp(28px,4vw,48px)}.home-private-briefing-body{gap:clamp(20px,3vw,32px);display:grid}.home-private-briefing .home-secondary-link{color:var(--color-pearl);border-color:#f2ebdf47}@media (max-width:900px){.home-hero-screen-brand{display:none}.home-system-story,.home-product-sequence,.home-display-surfaces,.home-private-briefing{padding:64px var(--layout-shell-padding-mobile)}.home-system-story-inner,.home-display-surfaces-inner,.home-private-briefing-inner{grid-template-columns:1fr}.home-system-story .home-section-title,.home-product-sequence .home-section-title,.home-display-surfaces .home-section-title,.home-private-briefing .home-section-title{max-width:12ch;font-size:clamp(2.2rem,10vw,3.8rem)}.home-product-reel{grid-template-columns:1fr;gap:34px}.home-display-copy{position:relative;top:auto}.home-private-briefing .home-cta-actions{grid-auto-flow:row;justify-content:stretch}.home-private-briefing .home-primary-link,.home-private-briefing .home-secondary-link{justify-content:center;width:100%}}.home-system-visual:before{content:"Connected system";z-index:1;color:#c8b18ab8;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.2em;text-transform:uppercase;position:absolute;top:clamp(18px,2.4vw,30px);left:clamp(18px,2.4vw,30px)}.home-product-sequence-head{border-bottom:var(--border-width-thin) solid #c8b18a2e;grid-template-columns:minmax(280px,.44fr) minmax(0,.56fr);align-items:end;gap:clamp(32px,6vw,84px);padding-bottom:clamp(24px,3.4vw,44px);display:grid}.home-product-sequence-head .home-section-title{max-width:10ch;margin-left:0}.home-product-sequence-head .home-section-text{align-self:end;margin-bottom:.22em}.home-product-reel{counter-reset:product-sequence;grid-template-columns:1fr;gap:0;margin-top:0;display:grid}.home-product-reel-item{counter-increment:product-sequence;border-bottom:var(--border-width-thin) solid #f2ebdf1f;grid-template-columns:minmax(0,.58fr) minmax(260px,.42fr);align-items:center;gap:clamp(28px,5vw,72px);padding:clamp(34px,4.5vw,58px) 0;position:relative}.home-product-reel-item:before{content:counter(product-sequence, decimal-leading-zero);color:#c8b18a9e;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.18em;position:absolute;top:clamp(18px,3vw,30px);left:0}.home-product-reel-item:nth-child(2n) figure{order:2}.home-product-reel-item figure:before{content:"";z-index:1;border:var(--border-width-thin) solid #c8b18a24;pointer-events:none;position:absolute;inset:10px}.home-product-reel-item div{max-width:29rem;padding-top:clamp(12px,2vw,28px)}.home-display-surface{background:radial-gradient(520px 260px at 38% 42%,#c8b18a38,#0000 66%),radial-gradient(420px 220px at 68% 52%,#f2ebdf14,#0000 70%),#070707;border-color:#c8b18a2e;box-shadow:0 54px 140px #00000075}.home-display-surface:before{content:"";z-index:1;border:var(--border-width-thin) solid #c8b18a2e;pointer-events:none;position:absolute;inset:clamp(14px,2vw,24px)}.home-display-surface img{filter:saturate(.98)contrast(1.08)brightness(1.32);opacity:1}.home-display-surface:after{background:linear-gradient(#fcf7f014,#0000 28%,#0506081a),linear-gradient(90deg,#05060814,#0000 18% 82%,#05060814)}.home-display-surface figcaption{bottom:clamp(16px,2vw,26px)}.home-private-briefing{background:radial-gradient(840px 420px at 72% 18%,#c8b18a1f,#0000 70%),radial-gradient(640px 360px at 18% 86%,#6f4a2e2e,#0000 74%),linear-gradient(#0d0b08 0%,#050608 100%);padding-top:clamp(76px,9vw,128px)}.home-private-briefing-inner{border-top:var(--border-width-thin) solid #c8b18a47;border-bottom:var(--border-width-thin) solid #c8b18a29;background:radial-gradient(620px 240px at 50% 0,#c8b18a1f,#0000 72%),linear-gradient(#fcf7f006,#05060800);grid-template-columns:minmax(0,1fr);justify-items:center;gap:clamp(30px,5vw,54px);padding:clamp(52px,7vw,86px) clamp(18px,5vw,72px);position:relative}.home-private-briefing-inner:before{content:"";background:linear-gradient(90deg,#c8b18ab8,#0000 42% 58%,#c8b18a47);height:1px;position:absolute;top:0;left:clamp(0px,3vw,42px);right:clamp(0px,3vw,42px)}.home-private-axis{color:#c8b18ab8;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.18em;text-transform:uppercase;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin-top:clamp(8px,2vw,20px);display:flex}.home-private-axis span:not(:last-child):after{content:"";vertical-align:middle;background:#c8b18a52;width:28px;height:1px;margin-left:18px;display:inline-block}.home-private-briefing-body{text-align:center;justify-self:center;justify-items:center;width:min(100%,42rem);padding-top:clamp(6px,1vw,12px);display:grid}.home-private-briefing .home-section-text{margin:0}.home-private-briefing-head{justify-items:center;gap:var(--space-md);text-align:center;display:grid}.home-private-briefing-steps{color:#c8b18aa8;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.16em;text-transform:uppercase;flex-wrap:wrap;justify-content:center;gap:10px 20px;display:flex}@media (max-width:900px){.home-system-story-inner,.home-product-sequence-head,.home-display-surfaces-inner{grid-template-columns:1fr}.home-system-axis{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;display:grid}.home-system-axis span:not(:last-child):after{display:none}.home-product-reel-item,.home-product-reel-item:nth-child(2n){grid-template-columns:1fr;gap:20px;padding:42px 0 34px}.home-product-reel-item:nth-child(2n) figure{order:0}.home-product-reel-item h3{max-width:13ch;font-size:clamp(1.75rem,8vw,2.7rem)}.home-product-sequence-head .home-section-title{max-width:12ch}.home-private-briefing-inner{padding-inline:18px}.home-private-axis span:not(:last-child):after{display:none}.home-private-briefing-body{justify-self:stretch}}.shell-footer{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:radial-gradient(760px 320px at 18% 0,#c8b18a14,#0000 72%),linear-gradient(#07080af5,#050608fa);border-width:1px 0 0;border-color:#c8b18a29;border-radius:0}.site-footer-intro{border-bottom-color:#c8b18a24;grid-template-columns:minmax(0,1fr);gap:clamp(34px,6vw,86px);padding-bottom:clamp(22px,3vw,34px)}.site-footer-cta{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(24px,5vw,68px);display:grid}.site-footer-cta-copy{gap:10px;display:grid}.site-footer-cta-copy .eyebrow,.site-footer-cta-copy .footer-note{margin:0}.site-footer-cta-copy .footer-note{max-width:36rem}.home-system-story{padding-top:clamp(78px,8vw,120px)}.home-system-story-inner,.home-product-sequence-head,.home-display-surfaces-inner{grid-template-columns:minmax(280px,.32fr) minmax(0,.68fr);gap:clamp(34px,5.4vw,76px)}.home-system-story .home-section-title,.home-display-surfaces .home-section-title{max-width:11ch}.home-product-sequence-head{padding-bottom:clamp(24px,3vw,38px)}.home-product-sequence-head .home-section-title{max-width:12ch}.home-product-sequence-head .home-section-text{max-width:34rem}.home-product-reel-item{grid-template-columns:minmax(0,.54fr) minmax(260px,.46fr);min-height:clamp(330px,30vw,410px);padding:clamp(30px,3.8vw,48px) 0}.home-product-reel-item:nth-child(2n){grid-template-columns:minmax(260px,.38fr) minmax(0,.62fr)}.home-product-reel-item div{padding-top:0}.home-private-briefing{padding-top:clamp(62px,6vw,96px)}.home-private-briefing-inner{padding-top:clamp(40px,5vw,62px);padding-bottom:clamp(40px,5vw,62px)}.site-footer-title{max-width:18ch;color:var(--color-pearl);font-family:var(--font-display);font-size:clamp(1.55rem,2.6vw,2.25rem)}.site-footer-grid{gap:clamp(34px,6vw,84px);padding:clamp(22px,3vw,36px) 0}.site-footer-link{border-bottom-color:#c8b18a1f}.site-footer-meta{border-top-color:#c8b18a24}@media (max-width:900px){.shell-footer{padding:28px 18px}.site-footer-intro,.site-footer-cta{grid-template-columns:1fr}}.home-system-visual,.home-product-reel-item figure,.home-display-surface{border-color:#c8b18a33}.home-product-reel-item figure img,.home-system-visual img{filter:saturate(.96)contrast()brightness(.96)}.shell-footer{background:radial-gradient(760px 320px at 18% 0,#c8b18a1a,#0000 72%),linear-gradient(#0a0908fa,#070809fa)}@media (max-width:900px){.home-system-story,.home-product-sequence,.home-display-surfaces,.home-private-briefing{padding:58px var(--layout-shell-padding-mobile)}.home-system-story-inner,.home-product-sequence-head,.home-display-surfaces-inner,.home-private-briefing-inner,.site-footer-cta{grid-template-columns:minmax(0,1fr)}.home-system-visual,.home-product-reel-item figure,.home-display-surface{width:100%}.home-product-reel-item,.home-product-reel-item:nth-child(2n){grid-template-columns:minmax(0,1fr);min-height:0}.home-product-reel-item:nth-child(2n) figure{order:0}.home-product-reel-item div{max-width:none}.home-product-reel-item:before{top:22px}.home-private-briefing-inner{padding:38px 18px}}:root{--color-canvas:#100d0a;--color-canvas-strong:#1b140f;--color-canvas-top:#0b0a09;--color-surface:#fcf7f011;--color-surface-muted:#fcf7f00d;--color-surface-hover:#fcf7f01c;--color-text-muted:#c0b6a8;--color-border:#c8b18a26;--color-architectural-line:#c8b18a12}.site-stage:before{opacity:.62;background:linear-gradient(90deg,#0000 0 16%,#c8b18a12 16% calc(16% + 1px),#0000 calc(16% + 1px) 100%),linear-gradient(90deg,#0000 0 72%,#6f4a2e17 72% calc(72% + 1px),#0000 calc(72% + 1px) 100%)}.shell-header{background:#0d0b09db;border-bottom-color:#c8b18a2b}.home-hero{background:radial-gradient(760px 420px at 50% 22%,#fcf7f01c,#0000 70%),linear-gradient(150deg,#0a0908 0%,#18120e 54%,#3a2b1e 100%)}.home-hero-visual{background:linear-gradient(#05060803 0%,#05060805 58%,#05060824 100%),url(/images/home/montelar-master-hero-room-logo.png) 50%/cover no-repeat}.home-hero-screen-video{filter:saturate(.86)contrast(.98)brightness(.92)}.home-system-story:before,.home-product-sequence:before,.home-display-surfaces:before,.home-private-briefing:before{background:linear-gradient(90deg,#0000 0 24%,#fcf7f00b 24% calc(24% + 1px),#0000 calc(24% + 1px) 76%,#fcf7f009 76% calc(76% + 1px),#0000 calc(76% + 1px)),linear-gradient(#fcf7f009,#0000 28% 78%,#fcf7f006)}.home-system-axis,.home-private-axis,.home-private-briefing-steps,.home-product-reel-item span,.home-display-surface figcaption span{color:#d4bb91d6}.home-system-visual img,.home-product-reel-item figure img{filter:saturate(.98)contrast()brightness(1.02)}.home-display-surface{background:radial-gradient(560px 280px at 38% 42%,#c8b18a47,#0000 66%),radial-gradient(440px 240px at 68% 52%,#f2ebdf1f,#0000 70%),#110e0b}.home-private-briefing-inner{background:radial-gradient(680px 260px at 50% 0,#c8b18a29,#0000 72%),linear-gradient(#fcf7f00a,#05060800)}.site-footer-link-copy,.footer-note{color:#f2ebdfa8}@media (max-width:900px){.home-hero{min-height:auto;padding:26px var(--layout-shell-padding-mobile) 42px;background:radial-gradient(520px 320px at 50% 20%,#c8b18a24,#0000 70%),linear-gradient(#100d0a 0%,#21170f 100%)}.home-hero-visual{aspect-ratio:1.42;background:linear-gradient(#05060803,#0506081a),url(/images/home/montelar-master-hero-room-logo.png) 50%/cover no-repeat;width:100%;margin-inline:0}.home-hero-copy{padding:0 2px}.home-hero .home-hero-text{color:#f2ebdfcc}.home-system-story,.home-product-sequence,.home-display-surfaces,.home-private-briefing{background-blend-mode:normal}}.home-system-story,.home-product-sequence,.home-display-surfaces,.home-private-briefing{isolation:isolate}.home-system-story,.home-product-sequence{background:radial-gradient(980px 520px at 78% 18%,#c8b18a2e,#0000 72%),radial-gradient(720px 460px at 16% 72%,#6f4a2e3d,#0000 74%),linear-gradient(#0a0907 0%,#18110c 48%,#090807 100%)}.home-system-story .home-section-title,.home-product-sequence .home-section-title,.home-display-surfaces .home-section-title,.home-private-briefing .home-section-title{color:#fffaf0;font-family:var(--font-ui);letter-spacing:0;text-wrap:balance;font-weight:520;line-height:.98}.home-system-story .home-section-title,.home-display-surfaces .home-section-title{font-size:clamp(2.7rem,4.7vw,4.9rem)}.home-product-sequence .home-section-title{max-width:13ch;font-size:clamp(2.45rem,4.2vw,4.35rem)}.home-private-briefing .home-section-title{font-size:clamp(2.55rem,4.4vw,4.6rem)}.home-system-story .home-section-text,.home-product-sequence .home-section-text,.home-display-surfaces .home-section-text,.home-private-briefing .home-section-text,.home-product-reel-item p,.site-footer-link-copy,.footer-note{color:#f2ebdfb8;font-size:clamp(.98rem,1.05vw,1.08rem)}.home-system-story-inner{align-items:center}.home-system-copy{align-content:center;gap:clamp(18px,2.4vw,30px)}.home-system-axis{gap:12px 20px;margin-top:clamp(8px,1.2vw,14px)}.home-system-visual:after{background:linear-gradient(#fcf7f008,#0000 28%,#05060814),linear-gradient(90deg,#0506081a,#0000 16% 84%,#0506081a)}.home-product-sequence-head{border-bottom-color:#c8b18a3d;align-items:start}.home-product-sequence-head .eyebrow{padding-top:.55em}.home-product-sequence-head .home-section-text{justify-self:end;max-width:31rem}.home-product-reel-item{border-bottom-color:#c8b18a2e;gap:clamp(36px,6vw,96px);min-height:clamp(380px,35vw,500px);padding:clamp(46px,6vw,76px) 0}.home-product-reel-item figure{aspect-ratio:1.7;background:radial-gradient(560px 220px at 50% 26%,#f2ebdf1a,#0000 72%),linear-gradient(145deg,#fcf7f00b,#05060814),#080706;border:1px solid #c8b18a33;box-shadow:0 46px 112px #0000005c,0 0 0 12px #0506083d}.home-product-reel-item figure img{object-fit:cover;filter:saturate(.96)contrast(1.02)brightness(.98);height:100%}.home-product-reel-item div{gap:clamp(10px,1.2vw,14px)}.home-product-reel-item h3{color:#fffaf0;max-width:12.5ch;font-family:var(--font-ui);text-wrap:balance;font-size:clamp(1.9rem,3.1vw,3.15rem);font-weight:520;line-height:1}.home-display-surfaces-inner{grid-template-columns:minmax(280px,.34fr) minmax(0,.66fr)}.home-display-surface{aspect-ratio:1.85;background:radial-gradient(620px 300px at 38% 44%,#c8b18a42,#0000 68%),radial-gradient(420px 240px at 68% 52%,#f2ebdf21,#0000 70%),#080706;position:relative;box-shadow:0 58px 140px #00000061,inset 0 0 0 1px #fcf7f009}.home-display-surface img{object-fit:cover;filter:saturate(.98)contrast(1.05)brightness(1.36);width:100%;height:100%;position:absolute;inset:0}.home-display-surface figcaption{z-index:2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080706bd;border:1px solid #c8b18a38;width:min(100% - 44px,32rem);padding:14px 16px;right:auto}.home-display-surface figcaption strong{color:#fffaf0}.home-private-briefing-inner{background:radial-gradient(620px 260px at 50% 0,#c8b18a24,#0000 74%),linear-gradient(#fcf7f007,#05060800);border-top-color:#c8b18a5c;border-bottom-color:#c8b18a38;width:min(100%,74rem);padding:clamp(54px,6.6vw,82px) clamp(20px,5vw,70px)}.home-private-briefing-body{max-width:46rem}.home-private-briefing .home-primary-link,.home-private-briefing .home-secondary-link{min-height:46px;padding-inline:24px}.shell-footer{background:radial-gradient(740px 320px at 22% 0,#c8b18a1a,#0000 72%),linear-gradient(#080706fc,#050607);border-top-color:#c8b18a2e}.site-footer-grid{padding-top:clamp(32px,4vw,52px)}.site-footer-link{padding-block:14px}@media (max-width:900px){.home-system-story,.home-product-sequence,.home-display-surfaces,.home-private-briefing{padding-top:64px;padding-bottom:64px}.home-system-story .home-section-title,.home-product-sequence .home-section-title,.home-display-surfaces .home-section-title,.home-private-briefing .home-section-title{max-width:11.5ch;font-size:clamp(2.35rem,9.4vw,3.25rem)}.home-product-sequence-head{gap:18px}.home-display-surfaces-inner{grid-template-columns:minmax(0,1fr);gap:28px}.home-product-sequence-head .home-section-text{justify-self:start}.home-product-reel-item{gap:24px;min-height:0;padding:44px 0 38px}.home-product-reel-item figure{aspect-ratio:1.55;box-shadow:0 30px 80px #00000057,0 0 0 8px #05060838}.home-product-reel-item h3{font-size:clamp(1.9rem,8vw,2.55rem)}.home-display-surface{aspect-ratio:1.38;width:100%}.home-display-surface figcaption{width:auto;padding:12px;bottom:12px;left:12px;right:12px}.home-private-briefing-inner{padding:40px 18px}}:root{--motion-montelar-ease:cubic-bezier(.22, 1, .36, 1)}@keyframes montelar-hero-room-wake{0%{opacity:.78;transform:scale(1.018)}to{opacity:1;transform:scale(1)}}@keyframes montelar-screen-wake{0%{opacity:0;transform:scale(.992)}to{opacity:1;transform:scale(1)}}@keyframes montelar-copy-rise{0%{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%)}}@keyframes montelar-mobile-copy-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translate(0,0)}}@keyframes montelar-glass-sweep{0%,18%{opacity:.18;transform:translate(-10%)}48%{opacity:.42;transform:translate(8%)}72%,to{opacity:.2;transform:translate(14%)}}@keyframes montelar-section-material-reveal{0%{opacity:.88;filter:blur(2px);transform:translateY(14px)}to{opacity:1;filter:blur();transform:translate(0,0)}}@keyframes montelar-media-settle{0%{transform:scale(1.035)}to{transform:scale(1)}}.home-hero-visual{animation:montelar-hero-room-wake 1.4s var(--motion-montelar-ease) 80ms both;transform-origin:50%}.home-hero-screen-video{animation:montelar-screen-wake 1.3s var(--motion-montelar-ease) .36s both;transform-origin:50%}.home-hero-copy{animation:montelar-copy-rise .9s var(--motion-montelar-ease) .42s both}.home-hero-visual-glass{animation:montelar-glass-sweep 8s var(--motion-montelar-ease) 1.4s infinite;will-change:opacity, transform}.home-primary-link,.home-secondary-link,.site-footer-link{transition:background-color .18s var(--motion-montelar-ease), border-color .18s var(--motion-montelar-ease), color .18s var(--motion-montelar-ease), opacity .18s var(--motion-montelar-ease), transform .18s var(--motion-montelar-ease)}.home-primary-link:hover,.home-primary-link:focus-visible,.home-secondary-link:hover,.home-secondary-link:focus-visible{transform:translateY(-1px)}.home-product-reel-item figure,.home-display-surface,.home-system-visual{transition:border-color .22s var(--motion-montelar-ease), box-shadow .22s var(--motion-montelar-ease), transform .22s var(--motion-montelar-ease)}.home-product-reel-item figure img,.home-display-surface img,.home-system-visual img{transition:transform .26s var(--motion-montelar-ease);transform-origin:50%}.home-product-reel-item:hover figure,.home-display-surface:hover,.home-system-visual:hover{border-color:#c8b18a57;transform:translateY(-2px);box-shadow:0 54px 132px #0000006b,inset 0 0 0 1px #fcf7f00b}.home-product-reel-item:hover figure img,.home-display-surface:hover img,.home-system-visual:hover img{transform:scale(1.018)}@supports (animation-timeline:view()){.home-system-story-inner,.home-product-sequence-head,.home-display-surfaces-inner,.home-private-briefing-inner{animation:both montelar-section-material-reveal;animation-timeline:view();animation-range:entry 4% cover 34%}.home-product-reel-item{animation:both montelar-section-material-reveal;animation-timeline:view();animation-range:entry cover 30%}.home-product-reel-item figure img,.home-system-visual img,.home-display-surface img{animation:both montelar-media-settle;animation-timeline:view();animation-range:entry 8% cover 42%}}@media (max-width:900px){.home-hero-copy{animation-name:montelar-mobile-copy-rise}}@media (prefers-reduced-motion:reduce){.home-hero-visual,.home-hero-screen-video,.home-hero-copy,.home-hero-visual-glass,.home-system-story-inner,.home-product-sequence-head,.home-display-surfaces-inner,.home-private-briefing-inner,.home-product-reel-item,.home-product-reel-item figure img,.home-system-visual img,.home-display-surface img{filter:none;transform:none;animation:none!important}.home-primary-link,.home-secondary-link,.site-footer-link,.home-product-reel-item figure,.home-display-surface,.home-system-visual{transition-duration:1ms!important}}.home-hero{background:radial-gradient(940px 440px at 50% 16%,#fcf7f015,#0000 70%),radial-gradient(1180px 620px at 50% 92%,#6f4a2e47,#0000 72%),linear-gradient(#050505 0%,#0c0a08 54%,#17110c 100%);padding-bottom:clamp(150px,13vw,190px)}.home-hero-stage{width:min(100%,94rem);height:clamp(500px,100svh - 246px,650px);min-height:0}.home-hero-visual{aspect-ratio:auto;border-color:#d4bb9142;height:100%;box-shadow:0 56px 150px #00000080,inset 0 0 0 1px #fcf7f009}.home-hero-visual:before{background:linear-gradient(90deg,#05060870,#0000 16% 84%,#05060866),linear-gradient(#05060814,#0000 42%,#0506083d)}.home-hero-visual:after{background:linear-gradient(#0000,#050608ad 72%,#050608cc),linear-gradient(90deg,#0506082e,#0000 24% 76%,#0506082e);height:38%}.home-hero-copy{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(90deg,#0807068f,#0807064d 58%,#08070680),radial-gradient(520px 160px at 72%,#c8b18a1a,#0000 72%);border-top:1px solid #d4bb913d;border-bottom:1px solid #fcf7f012;grid-template-columns:minmax(0,1fr) max-content;gap:6px clamp(24px,4vw,64px);width:min(100% - 112px,81rem);min-height:clamp(86px,9.4vw,116px);padding:clamp(12px,1.45vw,18px) clamp(18px,2.4vw,30px);top:calc(100% + clamp(14px,1.8vw,24px));box-shadow:0 18px 58px #00000038,inset 0 1px #fcf7f00b}.home-hero .eyebrow{color:#d4bb91db;grid-column:1;font-size:.62rem}.home-hero .eyebrow:before{width:42px}.home-hero .eyebrow:after{width:52px}.home-brand-statement{color:#fcf7f0e6;letter-spacing:.18em;grid-column:1;margin-top:-2px;font-size:clamp(.68rem,.78vw,.8rem)}.home-hero .home-hero-text{color:#f2ebdfc7;grid-column:1;max-width:54rem;font-size:clamp(.82rem,.9vw,.94rem);line-height:1.45}.home-hero .home-hero-actions{grid-area:1/2/span 3;align-self:center}.home-hero .home-primary-link,.home-hero .home-secondary-link{color:#fcf7f0e6;background:#fcf7f014;border-color:#f2ebdf42}.home-hero .home-primary-link{color:#fcf7f0f0;background:#d4bb91e0;border-color:#d4bb917a}.home-system-story,.home-product-sequence,.home-display-surfaces,.home-private-briefing{padding-top:clamp(92px,10vw,144px);padding-bottom:clamp(92px,10vw,144px)}.home-product-sequence{background:radial-gradient(900px 480px at 50% 12%,#c8b18a1f,#0000 70%),linear-gradient(#0a0908 0%,#19120d 46%,#0b0907 100%)}.home-private-briefing{background:radial-gradient(760px 320px at 46% 0,#c8b18a26,#0000 72%),linear-gradient(#18110c 0%,#090807 100%);padding-top:clamp(84px,9vw,126px);padding-bottom:clamp(76px,8vw,116px)}.home-system-story .home-section-text,.home-product-sequence .home-section-text,.home-display-surfaces .home-section-text,.home-private-briefing .home-section-text,.home-product-reel-item p{color:#f2ebdfc2}.home-system-story .home-section-title,.home-product-sequence .home-section-title,.home-display-surfaces .home-section-title,.home-private-briefing .home-section-title{color:#fff9ef}.home-system-story-inner{grid-template-columns:minmax(280px,.36fr) minmax(0,1.06fr)}.home-system-visual,.home-product-reel-item figure,.home-display-surface{border-color:#d4bb913d;box-shadow:0 48px 128px #0006,inset 0 0 0 1px #fcf7f009}.home-product-reel-item{border-bottom-color:#d4bb9133;min-height:clamp(360px,32vw,470px)}.home-product-reel-item figure{aspect-ratio:1.82;background:radial-gradient(620px 250px at 50% 40%,#f2ebdf1a,#0000 70%),linear-gradient(145deg,#fcf7f00e,#0506081a),#090806}.home-product-reel-item figure img{object-fit:cover;filter:saturate()contrast(1.02)brightness(1.04)}.home-product-reel-item h3{color:#fff9ef}.home-display-surfaces-inner{align-items:center}.home-display-surface{aspect-ratio:1.78}.home-display-surface img{filter:saturate()contrast(1.04)brightness(1.42)}.home-private-briefing-inner{width:min(100%, var(--layout-content-max));background:0 0;border-top-color:#d4bb9157;border-bottom:0;grid-template-columns:minmax(0,.58fr) minmax(280px,.42fr);place-items:end stretch;gap:clamp(34px,6vw,86px);padding:clamp(46px,6vw,76px) 0 0}.home-private-briefing-inner:before{background:linear-gradient(90deg,#d4bb91c7,#0000 46%,#fcf7f01f);left:0;right:0}.home-private-briefing-head{text-align:left;justify-items:start}.home-private-axis{justify-content:start}.home-private-briefing-body{text-align:left;justify-self:end;justify-items:start;width:min(100%,34rem)}.home-private-briefing .home-section-text{max-width:34rem}.home-private-briefing-steps{justify-content:start}.home-private-signature{color:#f2ebdfb8;width:100%;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.18em;text-transform:uppercase;border-top:1px solid #d4bb912e;justify-content:space-between;gap:18px;padding-top:clamp(18px,2.4vw,28px);display:flex}.shell-footer{border-top-color:#d4bb9129}@media (max-width:900px){.home-hero{padding:26px var(--layout-shell-padding-mobile) 42px}.home-hero-stage{gap:16px;height:auto;min-height:0;display:grid}.home-hero-copy{width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;grid-template-columns:minmax(0,1fr);justify-items:center;padding:0 2px;position:relative;bottom:auto;left:auto;transform:none}.home-hero .eyebrow,.home-brand-statement,.home-hero .home-hero-text,.home-hero .home-hero-actions{grid-area:auto}.home-hero .home-hero-actions{width:min(100%,22rem)}.home-system-story,.home-product-sequence,.home-display-surfaces,.home-private-briefing{padding-top:68px;padding-bottom:68px}.home-system-story-inner,.home-private-briefing-inner{grid-template-columns:1fr}.home-product-reel-item figure{aspect-ratio:1.48}.home-private-briefing-inner{gap:28px;padding-top:38px}.home-private-briefing-head,.home-private-briefing-body{text-align:center;justify-self:center;justify-items:center}.home-hero-screen-signature{display:none}.home-private-axis,.home-private-briefing-steps{justify-content:center}.home-private-signature{text-align:center;flex-wrap:wrap;justify-content:center}}@keyframes montelar-hero-cinematic-dolly{0%{filter:saturate()contrast()brightness(.98);transform:scale(1)translate(0,0)}46%{filter:saturate(1.04)contrast(1.02)brightness(1.04);transform:scale(1.018)translateY(-4px)}to{filter:saturate(1.02)contrast(1.01)brightness(1.01);transform:scale(1.012)translateY(3px)}}@keyframes montelar-screen-presence{0%,to{opacity:.92;filter:saturate(.86)contrast(.98)brightness(.84);transform:scale(1)}42%{opacity:1;filter:saturate(1.02)contrast(1.04)brightness(1.08);transform:scale(1.012)}62%{opacity:.96;filter:saturate(.94)contrast(1.02)brightness(.94);transform:scale(1.006)}}@keyframes montelar-lux-light-pass{0%,24%{opacity:0;transform:translate(-48%)}44%{opacity:.78;transform:translate(-8%)}68%{opacity:.2;transform:translate(36%)}to{opacity:0;transform:translate(54%)}}@keyframes montelar-product-material-pass{0%,30%{opacity:0;transform:translate(-62%)skew(-12deg)}54%{opacity:.34;transform:translate(8%)skew(-12deg)}78%,to{opacity:0;transform:translate(72%)skew(-12deg)}}.home-hero-visual{animation:montelar-hero-room-wake 1.4s var(--motion-montelar-ease) 80ms both, montelar-hero-cinematic-dolly 16s cubic-bezier(.4, 0, .2, 1) 1.55s infinite alternate;will-change:opacity, transform}.home-hero-visual-glass{z-index:3;mix-blend-mode:screen;animation:montelar-glass-sweep 12s var(--motion-montelar-ease) .9s infinite;background:radial-gradient(620px 260px at 50% 38%,#fcf7f011,#0000 74%)}.home-product-reel-item figure:after,.home-system-visual:after,.home-display-surface:after{mix-blend-mode:screen;animation:montelar-product-material-pass 9.5s var(--motion-montelar-ease) 1.2s infinite;will-change:opacity, transform;background:linear-gradient(90deg,#0000 0%,#fcf7f01f 48%,#0000 74%),linear-gradient(#fcf7f00a,#0000 30%,#05060824)}.home-product-reel-item figure:after{width:145%}.home-system-visual:after,.home-display-surface:after{width:135%}@supports (animation-timeline:view()){.home-system-story-inner,.home-product-sequence-head,.home-display-surfaces-inner,.home-private-briefing-inner{animation-range:entry cover 46%}.home-product-reel-item{animation-range:entry cover 44%}.home-product-reel-item figure img,.home-system-visual img,.home-display-surface img{animation-range:entry cover 58%}}@media (max-width:900px){.home-hero-visual{animation:montelar-hero-room-wake 1.1s var(--motion-montelar-ease) 60ms both, montelar-hero-cinematic-dolly 18s cubic-bezier(.4, 0, .2, 1) 1.4s infinite alternate}.home-hero-visual-glass{animation-duration:6.4s}}@media (prefers-reduced-motion:reduce){.home-hero-visual,.home-hero-visual-glass,.home-product-reel-item figure:after,.home-system-visual:after,.home-display-surface:after{animation:none!important}}.home-gsap-motion .home-hero-visual,.home-gsap-motion .home-hero-copy,.home-gsap-motion .home-hero-visual-glass,.home-gsap-motion .home-system-story-inner,.home-gsap-motion .home-product-sequence-head,.home-gsap-motion .home-product-reel-item,.home-gsap-motion .home-product-reel-item figure img,.home-gsap-motion .home-system-visual img,.home-gsap-motion .home-display-surface img,.home-gsap-motion .home-display-surfaces-inner,.home-gsap-motion .home-private-briefing-inner{animation:none}.home-gsap-motion .home-product-reel-item figure:after,.home-gsap-motion .home-system-visual:after,.home-gsap-motion .home-display-surface:after{opacity:0;animation:none!important}.home-private-briefing:before{display:none}.home-private-briefing-inner{align-items:start;padding-top:clamp(58px,7vw,92px)}.home-private-briefing-inner:before{background:linear-gradient(90deg,#d4bb91c7,#0000);right:55%}.home-private-briefing-body{background:0 0;align-self:start;margin-top:clamp(22px,3.2vw,44px);padding-top:0;position:relative}.home-private-briefing-body:before{content:none}.home-private-briefing .home-section-text{margin:0;padding-right:clamp(0px,2vw,28px);position:relative}.home-private-briefing-steps{margin-top:clamp(14px,1.6vw,20px)}.home-private-signature{border-top-color:#d4bb9124;margin-top:clamp(20px,2.4vw,30px);padding-top:clamp(18px,2vw,24px)}@media (max-width:900px){.home-private-briefing:before{display:none}.home-private-briefing-inner{padding-top:42px}.home-private-briefing-inner:before{right:0}.home-private-briefing-body{background:0 0;margin-top:0;padding-top:0}}.home-hero{background:#050505;min-height:calc(100svh - 84px);padding:0;overflow:hidden}.home-hero-visual{aspect-ratio:auto;background:#050505 50% 53%/cover;width:100%;height:100%;margin-inline:0;position:absolute;inset:0}.home-hero-image{z-index:0;object-fit:cover;object-position:center 53%;width:100%;height:100%;position:absolute;inset:0}.home-hero-visual-glass{z-index:1}.home-hero-copy{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(90deg,#05050480,#18120d57 52%,#0505046b),linear-gradient(#fcf7f017,#fcf7f006);border:1px solid #f2ebdf29;width:min(72vw,920px);min-height:clamp(82px,8vw,112px);padding:clamp(14px,1.65vw,22px) clamp(18px,2.45vw,34px);position:absolute;inset:auto auto clamp(14px,1.8vw,26px) 50%;transform:none;box-shadow:0 22px 70px #00000057,inset 0 1px #fcf7f01f}.home-hero .eyebrow,.home-brand-statement,.home-hero .home-hero-text{text-shadow:0 1px 20px #00000070}.home-hero .home-hero-text{margin-top:0}.shell-header.is-home-header .brand-mark{justify-content:center;align-items:center;width:clamp(160px,15vw,232px);height:48px;display:inline-flex}.shell-header.is-home-header .brand-mark:before,.shell-header.is-home-header .brand-mark:after{content:none}@media (max-width:900px){.home-hero{min-height:auto;padding:26px var(--layout-shell-padding-mobile) 42px;background:radial-gradient(520px 320px at 50% 20%,#c8b18a1c,#0000 70%),linear-gradient(#080807 0%,#17110c 100%)}.home-hero-stage{width:100%;height:auto;min-height:0;margin-inline:0;display:grid;overflow:visible}.home-hero-visual{aspect-ratio:1.42;width:100%;height:auto;margin-inline:0;position:relative;inset:auto}.home-hero-copy{text-align:center;grid-template-columns:minmax(0,1fr);justify-items:center;min-height:0;padding:18px;position:relative;inset:auto}.home-hero .home-hero-actions{justify-content:stretch}.shell-header.is-home-header .brand-mark{width:150px;height:38px}.shell-header.is-home-header .brand-mark:before,.shell-header.is-home-header .brand-mark:after{display:none}}.home-hero:before,.home-hero:after,.home-hero-stage:before,.home-hero-stage:after{content:none;display:none}.header-cta{color:#f6e2bef0;background:linear-gradient(#d3b78d21,#d3b78d09),#07070685;border-color:#d3b78d61;box-shadow:inset 0 1px #fcf7f01f,0 14px 38px #0003}.header-cta:hover,.header-phone-link:hover,.header-phone-link:focus-visible,.header-cta:focus-visible{color:var(--color-pearl);background:linear-gradient(90deg,#c8b18a1f,#0000),#0c0a08bd;border-color:#e8cd9a6b;box-shadow:inset 0 1px #fcf7f029,0 14px 38px #00000038}.desktop-nav-frame .nav-branch-panel,.desktop-nav-frame .product-mega-panel{border-radius:8px}.desktop-nav-frame .product-mega-panel{top:84px;left:max(32px, calc((100vw - var(--layout-content-max)) / 2 + 64px));width:min(100vw - 96px,260px);height:auto;max-height:min(64svh,520px);transform:none}.desktop-nav-frame .product-mega-panel.has-direction{grid-template-columns:repeat(2,minmax(220px,1fr));width:min(100vw - 96px,520px)}.desktop-nav-frame .product-mega-panel.has-family{grid-template-columns:repeat(3,minmax(220px,1fr));width:min(100vw - 96px,780px)}.desktop-nav-frame .nav-branch-panel{top:84px;left:max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));width:min(100vw - 48px,920px);height:min(56svh,486px);transform:none}@media (max-width:980px){.home-hero-stage:before,.home-hero-stage:after{content:none;display:none}}.header-action-stack{right:max(28px, calc((100vw - var(--layout-content-max)) / 2 + 56px))}.desktop-nav-trigger,.desktop-nav-link,.header-phone-link,.header-cta,.home-primary-link,.home-secondary-link{border-radius:2px}.desktop-nav-trigger:hover,.desktop-nav-trigger:focus-visible,.desktop-nav-trigger[aria-expanded=true],.desktop-nav-link:hover,.desktop-nav-link:focus-visible,.desktop-nav-link.is-active{color:var(--color-pearl);background:linear-gradient(90deg,#c8b18a21,#0000 76%)}.header-cta{background:linear-gradient(90deg,#c8b18a1f,#0000 78%),#0506088a;border-color:#c8b18a52 #c8b18a52 #c8b18a52 #c8b18ab8;min-height:40px;box-shadow:inset 0 1px #fcf7f01a,0 16px 42px #0000003d}.header-cta:hover,.header-cta:focus-visible{background:linear-gradient(90deg,#c8b18a2e,#0000 78%),#0c0a08bd;transform:translate(2px)}.desktop-nav-frame .product-mega-panel,.desktop-nav-frame .nav-branch-panel{background:linear-gradient(90deg,#fcf7f00c 0 1px,#0000 1px 100%) 0 0/92px 100%,radial-gradient(760px 310px at 82% 12%,#d4bb912b,#0000 66%),radial-gradient(520px 300px at 6% 88%,#6f4a2e33,#0000 72%),linear-gradient(145deg,#060708fb 0%,#0d0c0afa 48%,#271b12f7 100%);border-color:#d6bc923d;overflow:hidden;box-shadow:0 34px 96px #0000008a,inset 0 1px #fcf7f017}.desktop-nav-frame .product-mega-panel{left:max(28px, calc((100vw - var(--layout-content-max)) / 2 + 56px))}.desktop-nav-frame .nav-branch-panel{left:max(28px, calc((100vw - var(--layout-content-max)) / 2 + 56px));grid-template-columns:minmax(190px,.46fr) minmax(0,.54fr);width:min(100vw - 96px,480px);height:auto;max-height:min(42svh,360px)}.product-mega-rail,.nav-branch-intro,.nav-branch-grid{background:linear-gradient(#fcf7f009,#fcf7f002),#0506086b}.nav-branch-intro{padding:var(--space-md);gap:10px}.nav-branch-intro .eyebrow{color:#c8b18ac7;display:block}.nav-branch-title{color:var(--color-pearl);font-family:var(--font-ui);letter-spacing:0;text-transform:none;font-size:.88rem;font-weight:400;line-height:1.42}.desktop-nav-trigger,.desktop-nav-link{font-weight:400}.desktop-nav-frame .nav-branch-title{color:#f2ebdfc7;max-width:11rem}.desktop-nav-frame .nav-branch-card,.desktop-nav-frame .product-mega-rail-item{font-family:var(--font-ui);letter-spacing:0}.desktop-nav-frame .nav-branch-card-label,.desktop-nav-frame .product-mega-rail-label{color:currentColor;font-family:var(--font-ui);letter-spacing:0;text-transform:none;font-size:.9rem;font-weight:400;line-height:1.2}.nav-branch-copy{display:none}.desktop-nav-frame .nav-branch-grid{padding:var(--space-md);grid-template-columns:1fr;gap:3px}.nav-branch-panel .nav-branch-card{min-height:48px;color:var(--color-text-muted);box-shadow:none;background:0 0;border:0;border-left:1px solid #ffffff17;border-radius:0;align-content:center;gap:4px;padding:10px 12px;display:grid}.nav-branch-panel .nav-branch-card:hover,.nav-branch-panel .nav-branch-card:focus-visible{border-color:var(--color-accent);color:var(--color-pearl);background:linear-gradient(90deg,#c8b18a21,#0000 76%);transform:translate(2px)}.nav-branch-card-description,.nav-branch-card-meta{display:none}.product-mega-rail-item:hover,.product-mega-rail-item:focus-visible,.product-mega-rail-item.is-selected{background:linear-gradient(90deg,#c8b18a21,#0000 76%)}.home-hero{background:radial-gradient(980px 460px at 50% 16%,#fcf7f014,#0000 70%),linear-gradient(#050505 0%,#100c08 100%);height:auto;min-height:calc(100svh - 84px);padding:0;display:block;overflow:hidden}.home-hero-stage{width:100vw;height:calc(100svh - 84px);min-height:clamp(590px,100svh - 84px,860px);margin-inline:calc(50% - 50vw);display:block;position:relative;overflow:hidden}.home-hero-visual{aspect-ratio:auto;background-position:50%;background-size:cover;width:100%;height:100%;min-height:0;margin-inline:0;position:absolute;inset:0;overflow:hidden}.home-hero-copy{left:max(32px, calc((100vw - var(--layout-content-max)) / 2 + 32px));right:max(32px, calc((100vw - var(--layout-content-max)) / 2 + 32px));z-index:2;border:1px solid #d4bb912e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(90deg,#050504b8,#19120c75 58%,#050504ad),radial-gradient(560px 140px at 74% 42%,#c8b18a1f,#0000 74%);border-inline:0;grid-template-columns:minmax(0,1fr) max-content;gap:4px clamp(22px,4vw,56px);width:auto;min-height:58px;margin:0;padding:8px clamp(18px,2.2vw,30px);position:absolute;top:auto;bottom:12px;box-shadow:0 -20px 70px #00000042,inset 0 1px #fcf7f014;opacity:1!important;visibility:visible!important;transform:none!important}.home-hero .home-hero-actions{justify-content:end;align-self:center}.home-hero .home-primary-link,.home-hero .home-secondary-link{background:#fcf7f012;border-color:#f2ebdf3d}.home-hero .home-primary-link:hover,.home-hero .home-primary-link:focus-visible,.home-hero .home-secondary-link:hover,.home-hero .home-secondary-link:focus-visible{background:linear-gradient(90deg,#c8b18a24,#0000 80%),#fcf7f014;transform:none}.home-private-briefing{display:none}.home-display-surfaces{padding-bottom:clamp(110px,12vw,170px)}@media (max-width:900px){.desktop-nav-frame .nav-branch-panel,.desktop-nav-frame .product-mega-panel{display:none}.home-hero{height:auto;min-height:auto;padding:26px var(--layout-shell-padding-mobile) 42px}.home-hero-stage{gap:16px;width:100%;height:auto;min-height:0;margin-inline:0;display:grid;overflow:visible}.home-hero-visual{aspect-ratio:1.42;height:auto;position:relative;inset:auto}.home-hero-copy{text-align:center;border:1px solid #d4bb912e;grid-template-columns:minmax(0,1fr);justify-items:center;width:100%;margin:0;padding:18px;position:relative;inset:auto}.home-hero .home-hero-actions{justify-content:stretch}}.desktop-nav-frame{left:max(64px, calc((100vw - var(--layout-content-max)) / 2 + 64px));width:min(34vw,32rem)}.desktop-nav{gap:clamp(12px,1.35vw,20px)}.header-action-stack{right:max(32px, calc((100vw - var(--layout-content-max)) / 2 + 32px));grid-auto-columns:max-content;grid-auto-flow:column;align-items:center;gap:10px}.shell-header .header-locale-switcher{display:grid}.header-locale-switcher .locale-switcher-label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.header-locale-switcher .locale-switcher-trigger,.header-locale-switcher .locale-switcher-pill{color:#f2ebdfe0;letter-spacing:.1em;background:linear-gradient(90deg,#c8b18a1b,#0000 80%),#fcf7f009;border-color:#c8b18a5c;border-radius:2px;min-width:56px;min-height:34px;padding:0 10px;font-size:.7rem}.header-locale-switcher .locale-switcher-list{gap:4px;min-width:82px}.header-locale-switcher .locale-switcher-trigger:hover,.header-locale-switcher .locale-switcher-trigger:focus-visible,.header-locale-switcher .locale-switcher-pill:hover,.header-locale-switcher .locale-switcher-pill:focus-visible{color:var(--color-pearl);background:linear-gradient(90deg,#c8b18a21,#0000 76%);border-color:#c8b18a75;transform:none}.header-cta{white-space:nowrap;padding-inline:14px}.header-phone-link,.desktop-nav-frame .product-mega-panel,.desktop-nav-frame .nav-branch-panel{left:max(64px, calc((100vw - var(--layout-content-max)) / 2 + 64px))}.home-hero-copy>*{min-width:0}.home-hero .home-hero-actions{flex-wrap:wrap;gap:8px;display:flex}.desktop-nav-frame .nav-branch-panel{left:max(28px, calc((100vw - var(--layout-content-max)) / 2 + 56px));grid-template-columns:minmax(190px,.46fr) minmax(0,.54fr);width:min(100vw - 96px,480px)}@media (max-width:1180px){.shell-header .header-locale-switcher{display:none}.header-action-stack{grid-auto-flow:row;display:grid}.home-hero-copy{grid-template-columns:minmax(0,1fr);gap:8px}.home-hero .home-hero-actions{grid-area:auto/1;justify-content:start}}@media (max-width:980px){.shell-header .header-action-stack{grid-auto-flow:row;grid-auto-columns:unset;display:grid;right:16px}.shell-header .header-cta-row{width:auto}.mobile-nav-drawer .mobile-nav-close{width:54px;min-width:54px;margin-top:1px}.mobile-nav-drawer{height:auto;max-height:calc(100dvh - 24px);bottom:auto}.mobile-nav-drawer.is-open{min-height:0}}@media (min-width:901px){.home-hero-copy{grid-template-columns:minmax(0,1fr) max-content;row-gap:2px;width:min(100vw - 64px,760px);min-height:52px;margin-inline:auto;padding:8px 22px;bottom:36px;left:0;right:0;transform:none!important}.home-hero .home-hero-text,.home-slogan-composition,.home-hero-title{display:none}.home-hero .eyebrow{margin:0;font-size:.58rem;line-height:1}.home-brand-statement{margin:0;font-size:.66rem;line-height:1.2}.home-hero .home-hero-actions{grid-area:1/2/span 2;align-self:center}}@media (max-width:900px){.home-hero-copy{box-sizing:border-box;place-self:start stretch;width:100%;max-width:none;margin:0;padding:18px;position:relative;inset:auto;overflow:visible;transform:none!important}.home-hero .home-hero-actions{justify-content:stretch;width:min(100%,22rem)}}@keyframes montelar-mobile-logo-project{0%{opacity:.98;filter:brightness(1.08)drop-shadow(0 0 10px #c8b18a29)drop-shadow(0 1px #fff4d61a);transform:translate(82px,4px)scale(.77)}42%{opacity:.72;filter:brightness(1.18)drop-shadow(0 0 22px #c8b18a38);transform:translate(48px,2px)scale(.88)}72%{opacity:.98;filter:brightness(1.04)drop-shadow(0 0 18px #c8b18a2e);transform:translate(-2px)scale(1.012)}to{opacity:.96;filter:brightness()drop-shadow(0 0 18px #c8b18a26)drop-shadow(0 1px #fff4d61f);transform:translate(0,0)scale(1)}}@keyframes montelar-logo-glint{0%{opacity:0;background-position:118%}18%{opacity:.34}48%{opacity:.78}78%{opacity:.48}to{opacity:0;background-position:-24%}}@keyframes montelar-logo-gold-lift{0%{filter:brightness()drop-shadow(0 1px #ffffff1a)drop-shadow(0 8px 20px #00000057)}42%{filter:brightness(1.18)saturate(1.08)drop-shadow(0 0 16px #ffe2ac38)drop-shadow(0 8px 20px #00000057)}to{filter:brightness(1.16)saturate(1.06)drop-shadow(0 0 15px #ffe2ac33)drop-shadow(0 8px 20px #00000057)}}@media (max-width:900px){.mobile-nav-backdrop{z-index:4;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(10px)brightness(.5);backdrop-filter:blur(10px)brightness(.5);background:radial-gradient(520px 420px at 72% 0,#c8b18a14,#0000 70%),#000000b8;border:0;padding:0;transition:opacity .26s cubic-bezier(.22,1,.36,1);display:block;position:fixed;inset:0}.mobile-nav-backdrop.is-open{opacity:1;pointer-events:auto;animation:none}body[data-mobile-nav-open=true] .shell-header.is-home-header .header-brand-block{z-index:7}body[data-mobile-nav-open=true] .shell-header.is-home-header .brand-mark{transform-origin:0;transition:transform .62s cubic-bezier(.16,1,.3,1);transform:translate(calc(clamp(36px,11.5vw,48px) + 87px - 50vw))scale(1)}body:not([data-mobile-nav-open=true]) .shell-header.is-home-header .brand-mark{transition:transform .52s cubic-bezier(.22,1,.36,1);transform:translate(0,0)scale(1)}body[data-mobile-nav-open=true] .shell-header.is-home-header .brand-logo-image{animation:1.24s cubic-bezier(.16,1,.3,1) both montelar-logo-gold-lift}.shell-header .brand-mark{position:relative;overflow:hidden}.shell-header .brand-logo-image{z-index:1;position:relative}body[data-mobile-nav-open=true] .shell-header.is-home-header .brand-mark:after{content:"";z-index:2;pointer-events:none;mix-blend-mode:normal;background:linear-gradient(112deg,#0000 0% 25%,#fff4d61a 38%,#fff4d6db 50%,#d4bb913d 63%,#0000 76% 100%) 118%/285% 100%;animation:1.5s cubic-bezier(.16,1,.3,1) both montelar-logo-glint;display:block;position:absolute;inset:0;-webkit-mask:url(/images/brand/montelar-wordmark-gold-20260515.png) 50%/contain no-repeat;mask:url(/images/brand/montelar-wordmark-gold-20260515.png) 50%/contain no-repeat}.mobile-nav-drawer{z-index:5;opacity:0;pointer-events:none;transform-origin:100% 0;clip-path:inset(0 0 0 28px);background:linear-gradient(90deg,#c8b18a0e,#0000 1px),linear-gradient(#fcf7f00b,#fcf7f003),radial-gradient(420px 280px at 82% 0,#c8b18a24,#0000 66%),#060708f7;border:1px solid #c8b18a33;border-radius:6px;grid-template-rows:auto minmax(0,1fr) auto;width:auto;max-height:calc(100dvh - 8px);padding:14px;transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1),clip-path .3s cubic-bezier(.22,1,.36,1);display:grid;position:fixed;inset:4px clamp(36px,11.5vw,48px) auto;overflow:hidden;transform:translate(22px);box-shadow:-28px 0 90px #0000006b,inset 1px 0 #fcf7f00e;height:calc(100dvh - 8px)!important}.mobile-nav-drawer.is-open{opacity:1;pointer-events:auto;clip-path:inset(0);gap:12px;min-height:0;animation:none;display:grid;transform:translate(0,0)}.mobile-nav-header{background:0 0;border-bottom:1px solid #c8b18a24;grid-template-columns:minmax(0,1fr) max-content;align-items:start;gap:12px;min-height:52px;padding:0 0 14px;display:grid;position:relative;top:auto}.mobile-nav-header:before{content:none}.mobile-nav-brand-lockup{z-index:1;gap:5px;padding-top:1px;position:relative}.mobile-nav-brand-logo{opacity:.96;filter:drop-shadow(0 0 18px #c8b18a26)drop-shadow(0 1px #fff4d61f);width:min(10.5rem,44vw);display:block}.mobile-nav-logo-image{width:100%;height:auto;display:block}.shell-header.is-home-header .mobile-nav-drawer.is-open .mobile-nav-brand-logo{opacity:0;transform-origin:0;animation:none}.mobile-nav-subtitle{color:#f2ebdf94;letter-spacing:.06em;width:min(150px,42vw);max-width:min(150px,42vw);margin-left:42px;font-size:.62rem;line-height:1.32}.mobile-nav-header-actions{grid-auto-columns:44px;grid-auto-flow:column;justify-content:end;align-items:start;gap:7px;width:auto;display:grid}.mobile-locale-switcher,.mobile-nav-drawer .mobile-nav-close{width:44px;min-width:44px}.mobile-locale-switcher .locale-switcher-trigger,.mobile-nav-drawer .mobile-nav-close{color:#f2ebdfe6;text-align:center;background:linear-gradient(90deg,#c8b18a17,#0000 78%),#fcf7f009;border:1px solid #c8b18a42;border-radius:3px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;display:inline-flex;position:relative;transform:none;box-shadow:inset 0 1px #fcf7f00f}.mobile-locale-switcher .locale-switcher-trigger{letter-spacing:.08em;gap:3px;font-size:.68rem}.mobile-locale-switcher .locale-switcher-chevron{opacity:.72;border-bottom:1px solid;border-right:1px solid;width:6px;height:6px;font-size:0;transform:translateY(-1px)rotate(45deg)}.mobile-locale-switcher.locale-switcher.is-open .locale-switcher-chevron{transform:translateY(1px)rotate(225deg)}.mobile-locale-switcher .locale-switcher-list{border-radius:4px;width:max-content;min-width:76px;top:calc(100% + 7px);left:auto;right:0}.mobile-nav-drawer .mobile-nav-close{font-size:1.35rem;line-height:1}.mobile-nav-drawer .mobile-nav-close span{font-size:0}.mobile-nav-drawer .mobile-nav-close:before,.mobile-nav-drawer .mobile-nav-close:after{content:"";background:currentColor;width:16px;height:1px;position:absolute}.mobile-nav-drawer .mobile-nav-close:before{transform:rotate(45deg)}.mobile-nav-drawer .mobile-nav-close:after{transform:rotate(-45deg)}.mobile-nav-list{scrollbar-width:thin;scrollbar-color:#c8b18a52 transparent;align-content:start;gap:8px;min-height:0;padding:1px 2px 2px 0;overflow-y:auto}.mobile-nav-section,.mobile-nav-link-list,.mobile-product-direction-list{gap:8px}.mobile-nav-list.has-open-branch .mobile-nav-section:not(.is-open),.mobile-nav-list.has-open-branch .mobile-nav-direct-link,.mobile-nav-list.has-product-direction .mobile-nav-section-trigger{display:none}.mobile-nav-section-trigger,.mobile-nav-direct-link,.mobile-nav-link,.mobile-product-direction,.mobile-product-direction-button,.mobile-product-layer-back{background:linear-gradient(90deg,#c8b18a13,#0000 78%),#080808ad;border-color:#c8b18a24;border-radius:3px;box-shadow:inset 0 1px #fcf7f00b}.mobile-nav-section-trigger,.mobile-nav-direct-link,.mobile-product-direction-button,.mobile-product-layer-back{color:#fcf7f0e6;min-height:48px;font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;font-size:.82rem;display:flex}.mobile-nav-section-trigger.is-active,.mobile-nav-direct-link.is-active,.mobile-nav-section-trigger:hover,.mobile-nav-section-trigger:focus-visible,.mobile-nav-direct-link:hover,.mobile-nav-direct-link:focus-visible,.mobile-product-direction-button:hover,.mobile-product-direction-button:focus-visible,.mobile-product-layer-back:hover,.mobile-product-layer-back:focus-visible,.mobile-nav-link:hover,.mobile-nav-link:focus-visible{box-shadow:none;background:linear-gradient(90deg,#c8b18a21,#0000 76%),#fcf7f008;border-color:#c8b18a57;transform:translate(2px)}.mobile-nav-section-indicator{color:#c8b18adb;font-size:.92rem}.mobile-nav-link{color:#f2ebdfd1;min-height:42px;padding:10px 12px}.mobile-product-layer{gap:8px;display:grid}.mobile-product-direction-button,.mobile-product-layer-back{cursor:pointer;text-align:left;width:100%}.mobile-product-direction-button span:first-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.mobile-product-direction-button span:last-child,.mobile-product-layer-back span:first-child{color:#c8b18adb;font-size:1rem;line-height:1}.mobile-product-layer-back{color:#c8b18ae6;letter-spacing:.12em;justify-content:flex-start;min-height:42px;font-size:.68rem}.mobile-product-layer-title{color:#fcf7f0e6;font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;margin:2px 0 0;padding:10px 2px 4px;font-size:1rem;line-height:1.2}.mobile-product-direction-heading{color:#f2ebdfdb;min-height:46px;font-family:var(--font-ui);padding:10px 12px}.mobile-product-direction-heading:after{color:#c8b18adb;font-size:.92rem}.mobile-product-direction[open]{background:linear-gradient(90deg,#c8b18a1f,#0000 78%),#080808c2;border-color:#c8b18a4d}.mobile-product-direction-links{gap:6px;padding:0 6px 7px}.mobile-product-direction-heading .nav-branch-card-label,.mobile-nav-link .nav-branch-card-label{color:inherit;font-family:var(--font-ui);letter-spacing:.065em;text-transform:none;font-size:.78rem;font-weight:400;line-height:1.2}.mobile-product-direction-heading .nav-branch-card-label{font-size:.82rem}.mobile-nav-cta{color:#f2e2c2f0;letter-spacing:.13em;background:linear-gradient(90deg,#c8b18a26,#0000 78%),#fcf7f009;border-color:#c8b18a5c;border-radius:3px;width:100%;min-height:46px;margin-top:2px;font-size:.72rem}.mobile-nav-header-actions{z-index:1;grid-template-columns:repeat(2,42px);grid-auto-columns:unset;background:linear-gradient(90deg,#c8b18a14,#0000 80%),#fcf7f009;border:1px solid #c8b18a3d;border-radius:4px;gap:0;position:relative;overflow:hidden;box-shadow:inset 0 1px #fcf7f00e}.mobile-locale-switcher,.mobile-nav-drawer .mobile-nav-close,.mobile-locale-switcher .locale-switcher-trigger{width:42px;min-width:42px;height:42px;min-height:42px}.mobile-locale-switcher .locale-switcher-trigger,.mobile-nav-drawer .mobile-nav-close{box-shadow:none;background:0 0;border:0;border-radius:0}.mobile-nav-drawer .mobile-nav-close{border-left:1px solid #c8b18a2e}.mobile-locale-switcher .locale-switcher-trigger:hover,.mobile-locale-switcher .locale-switcher-trigger:focus-visible,.mobile-nav-drawer .mobile-nav-close:hover,.mobile-nav-drawer .mobile-nav-close:focus-visible{background:#c8b18a1c;transform:none}.mobile-locale-switcher .locale-switcher-list{top:calc(100% + 10px);right:-47px}.mobile-branch-layer,.mobile-product-direction-list,.mobile-nav-link-list,.mobile-product-direction-links{gap:8px;display:grid}.mobile-nav-section-trigger,.mobile-nav-direct-link,.mobile-product-direction-button,.mobile-layer-back,.mobile-nav-link{color:#f2ebdfe0;width:100%;min-height:52px;font-family:var(--font-ui);letter-spacing:.105em;text-align:left;text-transform:uppercase;cursor:pointer;background:linear-gradient(90deg,#c8b18a12,#0000 78%),#080808b8;border:1px solid #c8b18a29;border-radius:3px;grid-template-columns:minmax(0,1fr) 22px;align-items:center;gap:12px;padding:0 14px;font-size:.76rem;font-weight:400;line-height:1.14;display:grid;box-shadow:inset 0 1px #fcf7f00b}.mobile-nav-link{grid-template-columns:minmax(0,1fr);text-decoration:none}.mobile-layer-back{color:#c8b18aeb;letter-spacing:.12em;grid-template-columns:22px minmax(0,1fr);min-height:44px;font-size:.68rem}.mobile-nav-section-trigger span:first-child,.mobile-nav-direct-link span:first-child,.mobile-product-direction-button span:first-child,.mobile-nav-link .nav-branch-card-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.mobile-nav-section-indicator,.mobile-product-direction-button span:last-child,.mobile-layer-back span:first-child{color:#c8b18adb;justify-self:center;font-size:1rem;line-height:1}.mobile-layer-title{color:#f2e2c2eb;font-family:var(--font-ui);letter-spacing:.16em;text-transform:uppercase;margin:2px 0 0;padding:6px 2px 2px;font-size:.72rem;font-weight:500;line-height:1.25}.mobile-product-direction-links{padding:0}.mobile-product-direction-links .mobile-nav-link{letter-spacing:.09em;text-transform:none;min-height:48px;font-size:.72rem}.mobile-product-direction-links .mobile-nav-link .nav-branch-card-label{color:inherit;font-family:var(--font-ui);font-size:inherit;letter-spacing:inherit;text-transform:inherit;font-weight:400;line-height:1.18}.mobile-nav-section-trigger:hover,.mobile-nav-section-trigger:focus-visible,.mobile-nav-direct-link:hover,.mobile-nav-direct-link:focus-visible,.mobile-product-direction-button:hover,.mobile-product-direction-button:focus-visible,.mobile-layer-back:hover,.mobile-layer-back:focus-visible,.mobile-nav-link:hover,.mobile-nav-link:focus-visible{box-shadow:none;background:linear-gradient(90deg,#c8b18a21,#0000 76%),#fcf7f008;border-color:#c8b18a57;transform:translate(2px)}.mobile-nav-section-trigger.is-active,.mobile-nav-direct-link.is-active{border-color:#c8b18a52}}@media (max-width:900px) and (prefers-reduced-motion:reduce){.mobile-nav-backdrop,.mobile-nav-drawer{transition:none}}@media (max-width:900px){.shell-header{height:85px;min-height:85px;padding:0 18px}.shell-header .site-header-bar{height:84px;min-height:84px}.shell-header .header-brand-block{left:50%;right:auto;transform:translate(-50%,-50%)}.shell-header .brand-mark,.shell-header.is-home-header .brand-mark{letter-spacing:.18em;overflow-wrap:normal;white-space:nowrap;width:150px;height:38px;font-size:.78rem}.shell-header .brand-logo-image{max-height:38px}.shell-header .header-action-stack,.shell-header.is-home-header .header-action-stack{right:28px}}.shell-header .brand-mark{will-change:transform;position:relative;overflow:hidden}.shell-header .brand-logo-image{z-index:1;position:relative}.shell-header .brand-mark:before,.shell-header.is-home-header .brand-mark:before{content:none!important;display:none!important}@media (max-width:900px){.brand-logo-image--desktop{display:none!important}.brand-logo-image--mobile{display:block!important}.header-phone-link:not(.header-phone-link--mobile){width:42px;min-width:42px;height:42px;min-height:42px;color:var(--color-text-strong);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:opacity .22s cubic-bezier(.22, 1, .36, 1), border-color var(--motion-base) var(--motion-ease), background-color var(--motion-base) var(--motion-ease);z-index:1003;background:#fcf7f00b;border-color:#c8b18a26;display:inline-flex!important;left:28px!important;transform:translateY(-50%)!important}.header-phone-link:not(.header-phone-link--mobile):hover,.header-phone-link:not(.header-phone-link--mobile):focus-visible,.header-phone-link:not(.header-phone-link--mobile):active{transform:translateY(-50%)!important}body[data-mobile-nav-open=true] .header-phone-link:not(.header-phone-link--mobile){opacity:0;pointer-events:none;transform:translateY(-50%)!important}body[data-mobile-nav-open=true] .shell-header .mobile-nav-toggle,body[data-mobile-nav-open=true] .shell-header.is-home-header .mobile-nav-toggle{opacity:0!important;pointer-events:none!important;transform:none!important}.home-page .home-hero-copy{will-change:opacity;transition:opacity .26s cubic-bezier(.22,1,.36,1)}.home-hero .home-hero-actions{margin-inline:auto;justify-content:stretch!important;width:min(100%,22rem)!important}.home-hero .home-primary-link,.home-hero .home-secondary-link{flex:0 0 100%;width:100%!important;max-width:none!important}body[data-mobile-nav-open=true] .home-page .home-hero-copy{pointer-events:none;opacity:0!important}.mobile-nav-backdrop{opacity:0;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:radial-gradient(460px 360px at 26% 6%,#c8b18a14,#0000 70%),#00000047!important;transition:opacity .24s cubic-bezier(.22,1,.36,1)!important}.mobile-nav-backdrop.is-open{opacity:1!important;background:radial-gradient(460px 360px at 26% 6%,#c8b18a14,#0000 70%),#00000047!important;animation:none!important}.mobile-nav-drawer{backface-visibility:hidden;contain:layout paint;transform-origin:0 0;will-change:opacity, transform;transform:translate(-22px);box-shadow:28px 0 90px #0000006b,inset -1px 0 #fcf7f00e;clip-path:none!important;background:linear-gradient(#fcf7f007,#fcf7f002),radial-gradient(360px 220px at 22% 0,#c8b18a14,#0000 68%),#050505!important;padding:14px!important;transition:opacity .24s cubic-bezier(.22,1,.36,1),transform .34s cubic-bezier(.22,1,.36,1)!important}.mobile-nav-drawer.is-open{clip-path:none!important;transform:translate(0,0)!important}.mobile-nav-header,.mobile-nav-header-actions,.mobile-locale-switcher{overflow:visible!important}.mobile-nav-header{z-index:6}.mobile-locale-switcher{z-index:7;position:relative}.mobile-locale-switcher .locale-switcher-list{z-index:30;box-sizing:border-box;background:linear-gradient(#fcf7f00e,#fcf7f004),#070707;border-color:#c8b18a47;border-radius:3px;gap:0;width:42px;min-width:42px;padding:0;box-shadow:0 18px 46px #0000009e;pointer-events:none!important;top:calc(100% + 8px)!important;left:auto!important;right:0!important;overflow:hidden!important}.mobile-locale-switcher .locale-switcher-pill{box-sizing:border-box;letter-spacing:.08em;border-width:0 0 1px;border-radius:0;width:42px;min-width:0;max-width:42px;min-height:42px;padding:0;font-size:.68rem;display:flex}.mobile-locale-switcher .locale-switcher-pill.is-current{color:var(--color-pearl);background:#c8b18a29}.mobile-locale-switcher .locale-switcher-pill:last-child{border-bottom:0}.mobile-locale-switcher.locale-switcher.is-open .locale-switcher-list{opacity:1;pointer-events:auto;transform:translateY(0)}.shell-header .header-action-stack,.shell-header.is-home-header .header-action-stack{justify-items:end!important;width:42px!important;min-width:42px!important;right:28px!important}.shell-header .header-cta-row,.shell-header.is-home-header .header-cta-row{display:grid;grid-template-columns:42px!important;justify-content:end!important;justify-items:end!important;width:42px!important;min-width:42px!important}.shell-header .mobile-nav-toggle,.shell-header.is-home-header .mobile-nav-toggle{grid-column:1;justify-self:end}body[data-mobile-nav-open=true] .home-gsap-motion .home-hero-visual,body[data-mobile-nav-open=true] .home-gsap-motion .home-system-visual,body[data-mobile-nav-open=true] .home-gsap-motion .home-product-reel-item figure img,body[data-mobile-nav-open=true] .home-gsap-motion .home-display-surface img{transition:none!important}body[data-mobile-nav-open=true] .shell-header .header-brand-block{pointer-events:none!important;z-index:12!important;opacity:1!important;transition:none!important}body[data-mobile-nav-open=true] .shell-header .brand-mark{transform-origin:0;opacity:1!important;transition:transform .62s cubic-bezier(.16,1,.3,1)!important;animation:none!important;transform:translate(calc(clamp(36px,11.5vw,48px) + 87px - 50vw))scale(1)!important}body:not([data-mobile-nav-open=true]) .shell-header .brand-mark{transition:transform .52s cubic-bezier(.22,1,.36,1)!important;transform:translate(0,0)scale(1)!important}body[data-mobile-nav-open=true] .shell-header .brand-logo-image{animation:1.24s cubic-bezier(.16,1,.3,1) both montelar-logo-gold-lift!important}body[data-mobile-nav-open=true] .shell-header .brand-mark:after{content:none!important;animation:none!important;display:none!important}body[data-mobile-nav-open=true] .mobile-nav-drawer{z-index:8!important}.mobile-nav-brand-logo{width:150px!important}.mobile-nav-subtitle{display:none!important}.mobile-nav-cta{margin-bottom:0!important}body[data-mobile-nav-open=true] .shell-header .mobile-nav-drawer.is-open .mobile-nav-brand-logo{opacity:0!important;pointer-events:auto!important;transition:none!important;animation:none!important}body[data-mobile-nav-open=true] .shell-header .mobile-nav-drawer.is-open .mobile-nav-logo-image{opacity:0!important}body[data-mobile-nav-open=true] .mobile-nav-header-actions,body[data-mobile-nav-open=true] .mobile-locale-switcher{pointer-events:auto!important;z-index:20!important}body[data-mobile-nav-open=true] .mobile-locale-switcher.locale-switcher.is-open .locale-switcher-list{pointer-events:auto!important;z-index:60!important}:is(.mobile-nav-drawer:has(.mobile-locale-switcher.locale-switcher.is-open) .mobile-nav-list,.mobile-nav-drawer:has(.mobile-locale-switcher.locale-switcher.is-open) .mobile-nav-cta,.mobile-nav-drawer:has(.mobile-locale-switcher.locale-switcher.is-open) .mobile-nav-bottom-links){pointer-events:none!important}.mobile-nav-drawer,.mobile-nav-drawer.is-open,.mobile-nav-drawer.is-closing{padding:14px 12px 12px!important;left:clamp(10px,3.6vw,16px)!important;right:clamp(10px,3.6vw,16px)!important}.mobile-product-browser{background:linear-gradient(#fcf7f009,#fcf7f002),radial-gradient(280px 180px at 0 0,#c8b18a12,#0000 70%),#05050580;border:1px solid #c8b18a29;border-radius:4px;grid-template-columns:minmax(0,1fr) minmax(0,1.72fr);gap:0;min-height:0;display:grid;overflow:hidden;box-shadow:inset 0 1px #fcf7f00b,0 18px 52px #0000002e}.mobile-product-browser.has-family-layer{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}.mobile-product-column{gap:0;min-width:0;overflow:hidden}.mobile-product-column+.mobile-product-column{border-left:1px solid #c8b18a1f}.mobile-product-column-button,.mobile-product-column-link{color:#f2ebdfbd;letter-spacing:.025em;min-height:52px;box-shadow:none;background:0 0;border:0;border-bottom:1px solid #c8b18a1b;border-radius:0;padding:10px 9px 10px 11px;font-size:clamp(.75rem,2.9vw,.82rem);line-height:1.16;position:relative;transform:none}.mobile-product-column-button:last-child,.mobile-product-column-link:last-child{border-bottom:0}.mobile-product-column-button:before,.mobile-product-column-link:before{content:"";width:2px;transition:background-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease);background:#c8b18a00;position:absolute;top:11px;bottom:11px;left:0}.mobile-product-column-button span,.mobile-product-column-link span{overflow-wrap:normal;text-overflow:ellipsis;min-width:0;max-width:100%;display:block;overflow:hidden}.mobile-product-column--directions .mobile-product-column-button span,.mobile-product-column--families .mobile-product-column-button span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.mobile-product-column--products .mobile-product-column-link span{white-space:normal}.mobile-product-column-button.is-active,.mobile-product-column-button:hover,.mobile-product-column-button:focus-visible,.mobile-product-column-link:hover,.mobile-product-column-link:focus-visible{color:#f2e2c2f5;background:linear-gradient(90deg,#c8b18a21,#fcf7f005 74%),#fcf7f003;transform:none}.mobile-product-column-button.is-active:before,.mobile-product-column-button:hover:before,.mobile-product-column-button:focus-visible:before,.mobile-product-column-link:hover:before,.mobile-product-column-link:focus-visible:before{background:#c8b18ac7;box-shadow:0 0 14px #c8b18a38}.mobile-nav-bottom-links{border-top-color:#c8b18a1f;gap:6px;padding-top:9px}.mobile-nav-bottom-link{letter-spacing:.045em;background:linear-gradient(#fcf7f007,#fcf7f002),#0606069e;border-color:#c8b18a26;min-height:46px;padding:0 6px;font-size:clamp(.68rem,2.35vw,.76rem)}}.locale-switcher-pill.is-current{pointer-events:auto}@media (min-width:981px){.header-phone-link--mobile{display:none!important}.header-phone-link--desktop{flex:0 0 40px;width:40px;min-width:40px;height:40px;min-height:40px;position:relative;top:auto;left:auto;right:auto;transform:none!important}.header-phone-link--desktop:hover,.header-phone-link--desktop:focus-visible,.header-phone-link--desktop:active{transform:none!important}.header-action-stack{z-index:1004;grid-auto-columns:max-content;grid-auto-flow:column;align-items:center;gap:8px}.shell-header .header-locale-switcher{display:grid!important}.header-cta-row{display:contents}.header-locale-switcher{align-items:center;gap:0}.header-locale-switcher .locale-switcher-trigger,.header-locale-switcher .locale-switcher-pill,.header-cta{box-sizing:border-box;border-radius:2px;height:40px;min-height:40px;font-size:.68rem;line-height:1}.header-locale-switcher .locale-switcher-trigger,.header-locale-switcher .locale-switcher-pill{min-width:58px;padding:0 12px}.header-cta{color:#f6e2bef5;border-left-color:#c8b18a80;min-width:156px;padding-inline:16px;transform:none!important}.header-cta:hover,.header-cta:focus-visible,.header-cta:active{transform:none!important}.header-locale-switcher .locale-switcher-list{z-index:1020;gap:4px;min-width:58px;padding:4px;top:calc(100% + 10px);right:0}}@media (min-width:981px) and (max-width:1180px){.desktop-nav-frame{left:max(42px, calc((100vw - var(--layout-content-max)) / 2 + 56px));width:min(37vw,23.5rem)}.desktop-nav{gap:clamp(4px,.55vw,7px)}.desktop-nav-trigger,.desktop-nav-link{padding-inline:8px;font-size:.72rem}.header-action-stack{right:max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px))}}@media (max-width:980px){.header-phone-link--desktop{display:none!important}}@media (min-width:981px){.shell-header{--header-service-height:38px}.desktop-nav-frame{top:1px}.desktop-nav{gap:clamp(12px,1.18vw,18px)}.desktop-nav-trigger,.desktop-nav-link{color:#f2ebdfa8;letter-spacing:.03em;border-radius:0;min-height:34px;padding:0 8px;font-size:.76rem;background:0 0!important}.desktop-nav-trigger:hover,.desktop-nav-trigger:focus-visible,.desktop-nav-trigger[aria-expanded=true],.desktop-nav-link:hover,.desktop-nav-link:focus-visible,.desktop-nav-link.is-active{color:#fcf7f0f2;box-shadow:inset 0 -1px #c8b18a85;background:0 0!important}.desktop-nav-trigger[aria-expanded=true]:after,.desktop-nav-trigger.is-active:after,.desktop-nav-link.is-active:after{background:linear-gradient(90deg,#0000,#c8b18ae6,#0000);bottom:-4px;left:8px;right:8px}.header-action-stack{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(90deg,#fcf7f00e,#fcf7f003),#05050494;border:1px solid #c8b18a29;border-radius:3px;grid-auto-columns:max-content;grid-auto-flow:column;align-items:center;gap:0;padding:3px;display:inline-grid;position:absolute;box-shadow:inset 0 1px #fcf7f014,0 18px 42px #0000002e}.header-phone-link--desktop,.header-locale-switcher .locale-switcher-trigger,.header-cta{height:var(--header-service-height);min-height:var(--header-service-height);box-shadow:none;color:#f2ebdfc7;background:0 0;border:1px solid #0000;border-radius:2px;transform:none!important}.header-phone-link--desktop{flex-basis:var(--header-service-height);width:var(--header-service-height);min-width:var(--header-service-height)}.header-phone-link--desktop:after,.header-locale-switcher:after{content:"";background:linear-gradient(#0000,#c8b18a38,#0000);width:1px;height:calc(100% - 16px);position:absolute;top:8px;right:-1px}.header-locale-switcher{position:relative}.header-locale-switcher .locale-switcher-trigger,.header-locale-switcher .locale-switcher-pill{color:#f2ebdfc7;letter-spacing:.08em;min-width:54px;padding:0 12px}.header-locale-switcher .locale-switcher-trigger{justify-content:center}.header-cta{color:#f6e2bef0;letter-spacing:.08em;border-left:0;min-width:164px;padding-inline:18px}.header-cta:before{content:"";opacity:.7;background:linear-gradient(90deg,#0000,#c8b18a8a,#0000);height:1px;position:absolute;bottom:8px;left:13px;right:13px}.header-phone-link--desktop:hover,.header-phone-link--desktop:focus-visible,.header-locale-switcher .locale-switcher-trigger:hover,.header-locale-switcher .locale-switcher-trigger:focus-visible,.header-cta:hover,.header-cta:focus-visible{color:var(--color-pearl);box-shadow:none;background:linear-gradient(90deg,#c8b18a1f,#fcf7f006);border-color:#c8b18a3d;transform:none!important}.header-locale-switcher .locale-switcher-list{background:linear-gradient(#fcf7f00a,#fcf7f003),#050504f5;border-color:#c8b18a33;border-radius:3px;width:56px;min-width:56px;padding:3px;top:calc(100% + 11px);left:50%;right:auto;transform:translate(-50%,-4px);box-shadow:inset 0 1px #fcf7f014,0 22px 54px #00000070}.header-locale-switcher.locale-switcher.is-open .locale-switcher-list{transform:translate(-50%)}.header-locale-switcher .locale-switcher-pill{background:0 0;border-color:#0000;width:100%;min-width:0;height:36px;min-height:36px;padding:0}.header-locale-switcher .locale-switcher-pill:hover,.header-locale-switcher .locale-switcher-pill:focus-visible,.header-locale-switcher .locale-switcher-pill.is-current{color:var(--color-pearl);background:#c8b18a17;border-color:#c8b18a2e}}@media (min-width:981px) and (max-width:1180px){.desktop-nav{gap:clamp(3px,.42vw,6px)}.desktop-nav-trigger,.desktop-nav-link{padding-inline:7px;font-size:.7rem}.header-action-stack{padding:2px}.header-cta{min-width:150px;padding-inline:14px}.header-locale-switcher .locale-switcher-trigger,.header-locale-switcher .locale-switcher-pill{min-width:50px;padding-inline:10px}.header-locale-switcher .locale-switcher-list{width:52px;min-width:52px}}.home-gsap-motion .shell-main,.home-gsap-motion .home-hero,.home-gsap-motion .shell-footer{animation:none}.home-system-visual,.home-product-reel-item figure,.home-display-surface{contain:paint;isolation:isolate;background:linear-gradient(145deg,#fcf7f00b,#0506081a),#090806}.home-product-reel-item figure{box-shadow:inset 0 0 0 1px #fcf7f009}.home-hero-stage:before,.home-hero-stage:after,.home-hero-visual:before,.home-hero-visual:after,.home-system-visual:before,.home-system-visual:after,.home-product-reel-item:before,.home-product-reel-item figure:before,.home-product-reel-item figure:after,.home-display-surface:before,.home-display-surface:after,.direction-hero-visual:before,.direction-hero-visual:after,.product-hero-visual:before,.product-hero-visual:after,.home-product-visual:before{opacity:0;content:none;display:none}.home-system-visual img,.home-product-reel-item figure img,.home-display-surface img{filter:none;backface-visibility:hidden;transform:translateZ(0)}.home-gsap-motion .shell-header,.home-gsap-motion .header-action-stack,.home-gsap-motion .header-phone-link,.home-gsap-motion .header-cta,.home-gsap-motion .header-presence-rail,.home-gsap-motion .home-hero-copy,.home-gsap-motion .home-display-surface figcaption{-webkit-backdrop-filter:none;backdrop-filter:none}.home-gsap-motion .shell-header{background:linear-gradient(#100d0aed,#0c0a08e0),#0b0a08e6}.home-gsap-motion .home-hero-copy{background:linear-gradient(90deg,#050504d6,#19120c94 58%,#050504c7),radial-gradient(560px 140px at 74% 42%,#c8b18a1a,#0000 74%)}.home-gsap-motion .home-hero-visual-glass{mix-blend-mode:normal;opacity:.2;background:linear-gradient(90deg,#0000 0 18%,#ffffff0b 18% calc(18% + 1px),#0000 calc(18% + 1px) 82%,#ffffff09 82% calc(82% + 1px),#0000 calc(82% + 1px) 100%),linear-gradient(#fcf7f006,#0000 44%,#05060812)}.home-gsap-motion .home-product-reel-item figure,.home-gsap-motion .home-display-surface,.home-gsap-motion .home-system-visual,.home-yandex-performance .home-product-reel-item figure,.home-yandex-performance .home-display-surface,.home-yandex-performance .home-system-visual{will-change:transform, opacity;transform:translateZ(0)}.home-system-visual,.home-product-reel-item figure,.home-display-surface,.home-hero-visual,.direction-hero-visual,.product-hero-visual,.home-product-visual{outline:1px solid #fcf7f00a;box-shadow:none!important}.home-product-reel-item:hover figure,.home-display-surface:hover,.home-system-visual:hover,.home-hero-visual:hover,.direction-hero-visual:hover,.product-hero-visual:hover,.home-product-visual:hover{box-shadow:none!important}.home-product-reel-item:hover figure,.home-display-surface:hover,.home-system-visual:hover,.home-product-reel-item:hover figure img,.home-display-surface:hover img,.home-system-visual:hover img{transform:none}.home-page :is(.home-hero,.home-system-story,.home-product-sequence,.home-display-surfaces,.home-private-briefing){background-image:linear-gradient(#100d0a 0%,#241a12 54%,#120f0b 100%)!important}.home-page :is(.home-hero-stage,.home-hero-visual,.home-system-visual,.home-product-reel-item,.home-product-reel-item figure,.home-display-surface):before,.home-page :is(.home-hero-stage,.home-hero-visual,.home-system-visual,.home-product-reel-item,.home-product-reel-item figure,.home-display-surface):after{box-shadow:none!important;content:none!important;filter:none!important;opacity:0!important;background:0 0!important;display:none!important}.home-page :is(.home-hero-visual,.home-system-visual,.home-product-reel-item figure,.home-display-surface){box-shadow:none!important;filter:none!important;background:#120f0b!important}.home-page :is(.home-hero-visual img,.home-system-visual img,.home-product-reel-item figure img,.home-display-surface img){pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;filter:none!important}.brand-logo-image,.mobile-nav-logo-image{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}body{background:linear-gradient(#100d0a 0%,#21170f 58%,#120f0b 100%)!important}.route-page :is(.route-panel,.route-status-card,.status-card,.route-link-card),.route-page :is(.route-panel,.route-status-card,.status-card,.route-link-card):hover,.route-page :is(.route-panel,.route-status-card,.status-card,.route-link-card):focus-visible{box-shadow:none!important}.route-page :is(.route-panel,.route-status-card,.status-card):before,.route-page :is(.route-panel,.route-status-card,.status-card):after{box-shadow:none!important;content:none!important;opacity:0!important;background:0 0!important;display:none!important}.shell-footer{background-image:linear-gradient(#0d0c0af5,#0a0908fa)!important}.motion-catalog-page,.motion-catalog{width:100vw;margin-inline:calc(50% - 50vw)}.motion-catalog{--motion-catalog-progress:0;min-height:250vh;color:var(--color-pearl);background:radial-gradient(circle at 50% 12%,#c8b18a24,#0000 34%),radial-gradient(circle at 80% 48%,#67472b33,#0000 32%),linear-gradient(#050504 0%,#15100c 48%,#070605 100%)}.motion-catalog__pin{min-height:100vh;padding:clamp(88px, 9rem, 132px) max(20px, calc((100vw - var(--layout-content-max)) / 2 + 32px)) 48px}.motion-catalog__intro{max-width:var(--layout-content-max);grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);align-items:end;gap:32px;margin-inline:auto;display:grid}.motion-catalog__intro .eyebrow{grid-column:1/-1;margin:0 0 -14px}.motion-catalog__intro h1{max-width:9ch;color:var(--color-pearl);font-family:var(--font-display);letter-spacing:0;margin:0;font-size:5.45rem;font-weight:400;line-height:.88}.motion-catalog__intro p:last-child{color:#f2ebdfad;max-width:34ch;font-family:var(--font-ui);letter-spacing:0;margin:0;font-size:.98rem;line-height:1.62}.motion-catalog__stage-grid{max-width:var(--layout-content-max);grid-template-columns:minmax(168px,.55fr) minmax(0,1.9fr) minmax(258px,.72fr);align-items:center;gap:clamp(22px,3rem,48px);min-height:min(680px,100vh - 190px);margin:clamp(16px,2.4rem,30px) auto 0;display:grid}.motion-catalog__rail{gap:12px;padding-block:8px;display:grid;position:relative}.motion-catalog__rail:before{content:"";background:linear-gradient(#0000,#c8b18a75,#0000);width:1px;position:absolute;top:0;bottom:0;left:16px}.motion-catalog__rail:after{content:"";left:12px;top:calc((100% - 24px) * var(--motion-catalog-progress) + 12px);background:var(--color-gold-soft);border-radius:999px;width:9px;height:9px;transition:top .46s cubic-bezier(.22,1,.36,1);position:absolute;transform:translateY(-50%);box-shadow:0 0 24px #e7d2a775}.motion-catalog__rail-button{color:#f2ebdf8a;min-height:44px;font:inherit;letter-spacing:0;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:14px;padding:0;display:grid;position:relative}.motion-catalog__rail-button span{color:#c8b18a8a;font-family:var(--font-ui);letter-spacing:0;font-size:.72rem}.motion-catalog__rail-button strong{color:currentColor;font-family:var(--font-ui);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:520;overflow:hidden}.motion-catalog__rail-button[aria-current=true],.motion-catalog__rail-button:hover,.motion-catalog__rail-button:focus-visible{color:#fffaeff5}.motion-catalog__rail-button:focus-visible{outline-offset:6px;outline:1px solid #e7d2a7b8}.motion-catalog__stage{isolation:isolate;align-self:stretch;min-height:520px;position:relative}.motion-catalog__scene{background:radial-gradient(circle at 50% 42%,#c8b18a29,#0000 42%),#050505;position:absolute;inset:0;overflow:hidden;box-shadow:0 42px 130px #00000094}.motion-catalog__base-image,.motion-catalog__family img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;position:absolute}.motion-catalog__base-image{z-index:0;object-fit:cover;opacity:.42;filter:saturate(.86)brightness(.72)contrast(1.08);width:100%;height:100%;inset:0}.motion-catalog__room-shade{z-index:1;pointer-events:none;background:linear-gradient(90deg,#050504b8,#0505043d 38%,#050504a8),linear-gradient(#05050433,#050504ad);position:absolute;inset:0}.motion-catalog__family{z-index:2;opacity:0;clip-path:inset(12% 9%);margin:0;transition:opacity .52s cubic-bezier(.22,1,.36,1),transform .62s cubic-bezier(.22,1,.36,1),clip-path .68s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:translateY(18px)scale(.985)}.motion-catalog__family.is-active{opacity:1;clip-path:inset(0);transform:translateY(0)scale(1)}.motion-catalog__family img{object-fit:contain;filter:brightness(1.02)contrast(1.05)saturate(.96)drop-shadow(0 28px 58px #0000008a)}.motion-catalog__family--vision img{object-fit:cover;opacity:.86;width:92%;height:92%;top:4%;left:4%}.motion-catalog__family--audio img{width:76%;height:76%;top:12%;left:12%}.motion-catalog__family--glass img{filter:brightness(1.07)contrast(1.06)saturate(.92)drop-shadow(0 22px 60px #866d4c52);width:82%;height:82%;top:10%;left:9%}.motion-catalog__family--hologram img{filter:brightness(.92)contrast(1.08)saturate(.9)drop-shadow(0 34px 72px #c8b18a29);width:60%;height:84%;top:8%;left:20%}.motion-catalog__family--art img{width:72%;height:74%;top:13%;left:14%}.motion-catalog__family--exhibition img{object-fit:cover;opacity:.84;width:76%;height:78%;top:11%;left:12%}.motion-catalog__marker{z-index:4;background:linear-gradient(90deg,#e7d2a7b8,#0000);height:1px;position:absolute;bottom:clamp(20px,3rem,46px);left:clamp(24px,4rem,64px);right:clamp(24px,4rem,64px)}.motion-catalog__marker span{color:#f2ebdfbd;font-family:var(--font-ui);letter-spacing:0;font-size:.72rem;position:absolute;bottom:12px;right:0}.motion-catalog__copy{align-content:center;align-self:start;gap:18px;min-height:0;margin-top:0;display:grid}.motion-catalog__copy p{color:#c8b18ad1;font-family:var(--font-ui);letter-spacing:0;text-transform:uppercase;margin:0;font-size:.72rem}.motion-catalog__copy h2,.motion-catalog__mobile-panel h2{color:var(--color-pearl);font-family:var(--font-display);letter-spacing:0;margin:0;font-size:2.4rem;font-weight:400;line-height:.98}.motion-catalog__copy span,.motion-catalog__mobile-panel span{color:#f2ebdfad;font-family:var(--font-ui);letter-spacing:0;font-size:.94rem;line-height:1.58;display:block}.motion-catalog__link{width:fit-content;color:var(--color-pearl);font-family:var(--font-ui);letter-spacing:0;align-items:center;gap:10px;margin-top:4px;font-size:.8rem;font-weight:560;text-decoration:none;display:inline-flex}.motion-catalog__link:after{content:"";transform-origin:0;background:#e7d2a7b8;width:42px;height:1px;transition:transform .18s}.motion-catalog__link:hover:after,.motion-catalog__link:focus-visible:after{transform:scaleX(1.24)}.motion-catalog__link:focus-visible{outline-offset:6px;outline:1px solid #e7d2a7b8}.motion-catalog__mobile-reel{display:none}@media (max-width:1180px){.motion-catalog__intro h1{font-size:4.2rem}.motion-catalog__stage-grid{grid-template-columns:minmax(142px,.45fr) minmax(0,1.6fr) minmax(230px,.7fr);gap:24px}.motion-catalog__copy h2,.motion-catalog__mobile-panel h2{font-size:2rem}}@media (max-width:900px){.motion-catalog{min-height:auto}.motion-catalog__pin{min-height:100vh;padding:82px 16px 24px}.motion-catalog__intro{grid-template-columns:minmax(0,1fr);gap:14px;display:grid}.motion-catalog__intro .eyebrow{margin:0}.motion-catalog__intro h1{max-width:10ch;font-size:2.92rem;line-height:.94}.motion-catalog__intro p:last-child{max-width:32ch;font-size:.94rem}.motion-catalog__stage-grid{display:none}.motion-catalog__mobile-reel{scroll-snap-type:y proximity;gap:0;min-height:100vh;margin-top:28px;display:grid;overflow-x:hidden}.motion-catalog__mobile-panel{scroll-snap-align:center;align-content:center;gap:18px;min-height:82vh;display:grid}.motion-catalog__mobile-panel figure{aspect-ratio:1/1.1;background:radial-gradient(circle at 50% 44%,#c8b18a2e,#0000 52%),#050504db;margin:0;position:relative;overflow:hidden;box-shadow:0 34px 90px #00000080}.motion-catalog__mobile-panel figure img{object-fit:contain;filter:brightness(1.02)contrast(1.04)saturate(.94)drop-shadow(0 24px 54px #00000080);width:84%;height:84%;position:absolute;inset:8%}.motion-catalog__mobile-panel div{gap:12px;display:grid}.motion-catalog__mobile-panel p{color:#c8b18ad1;font-family:var(--font-ui);letter-spacing:0;text-transform:none;margin:0;font-size:.78rem}}@media (max-width:520px){.motion-catalog__intro h1{font-size:2.72rem}.motion-catalog__copy h2,.motion-catalog__mobile-panel h2{font-size:1.72rem}}@media (prefers-reduced-motion:reduce){.motion-catalog *,.motion-catalog :before,.motion-catalog :after{scroll-behavior:auto!important;transition-duration:1ms!important;animation:none!important}.motion-catalog{min-height:auto}}.product-scene-prototype-page{width:100vw;padding:clamp(86px, 9vw, 132px) max(20px, calc((100vw - var(--layout-content-max)) / 2 + 32px)) clamp(74px, 9vw, 128px);background:radial-gradient(840px 340px at 50% 16%,#c8b18a1f,#0000 72%),linear-gradient(#060606 0%,#15100c 54%,#080706 100%);gap:clamp(28px,4vw,56px);margin-inline:calc(50% - 50vw);display:grid}.product-scene-prototype-page__intro{width:min(100%, var(--layout-content-max));gap:14px;margin-inline:auto;display:grid}.product-scene-prototype-page__intro h1{max-width:18ch;color:var(--color-pearl);font-family:var(--font-ui);letter-spacing:0;margin:0;font-size:clamp(2.3rem,5vw,5.6rem);font-weight:520;line-height:.96}.product-scene-prototype{width:min(100%, var(--layout-content-max));gap:14px;margin-inline:auto;display:grid}.product-scene-prototype__frame{isolation:isolate;aspect-ratio:6966/3921;border:var(--border-width-thin) solid #c8b18a3d;background:#050505;position:relative;overflow:hidden;box-shadow:0 42px 118px #0000007a}.product-scene-prototype__scene{aspect-ratio:6966/3921;position:absolute;inset:0}.home-hero-visual .product-scene-prototype{--home-product-scene-zoom:1;width:100%;height:100%;margin:0;position:absolute;inset:0}.home-hero-visual .product-scene-prototype__frame{aspect-ratio:auto;width:100%;height:100%;box-shadow:none;border:0;container-type:size}.home-hero-visual .product-scene-prototype__scene{aspect-ratio:6966/3921;width:100%;height:100%;transform:translate(-50%, -50%) scale(var(--home-product-scene-zoom));inset:50% auto auto 50%}@supports (width:100cqw){.home-hero-visual .product-scene-prototype__scene{width:max(100cqw,177.659cqh);height:calc(max(100cqw,177.659cqh)/1.77659)}}.product-scene-prototype__image{z-index:0;object-fit:fill;object-position:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;position:absolute;inset:0}.product-scene-prototype__shade{z-index:1;pointer-events:none;opacity:0;background:linear-gradient(90deg,#0506086b,#05060838 18% 82%,#0506086b),linear-gradient(#0506082e,#05060829 46%,#0506086b);transition:opacity .52s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.product-scene-prototype[class*=is-active-] .product-scene-prototype__shade{opacity:1}.product-scene-prototype.is-cycle-neutral .product-scene-prototype__shade{opacity:.34}.product-scene-prototype__object-layer{z-index:2;pointer-events:none;opacity:0;object-fit:contain;transform-origin:50%;filter:brightness(1.12)contrast(1.04)saturate(1.04)drop-shadow(0 0 14px #e7d2a733);transition:opacity .52s cubic-bezier(.22,1,.36,1),filter .52s cubic-bezier(.22,1,.36,1),transform .56s cubic-bezier(.22,1,.36,1);position:absolute;transform:translateZ(0)}.product-scene-prototype.is-active-screen .product-scene-prototype__object-layer.is-screen,.product-scene-prototype.is-active-speakers .product-scene-prototype__object-layer.is-speakers,.product-scene-prototype.is-active-amp-left .product-scene-prototype__object-layer.is-amp-left,.product-scene-prototype.is-active-amp-left-center .product-scene-prototype__object-layer.is-amp-left-center,.product-scene-prototype.is-active-amp-center .product-scene-prototype__object-layer.is-amp-center,.product-scene-prototype.is-active-amp-right .product-scene-prototype__object-layer.is-amp-right{opacity:1;transform:translateZ(0)}.product-scene-prototype__hotspots{z-index:4;position:absolute;inset:0}.product-scene-prototype__hotspot{left:var(--scene-x);top:var(--scene-y);width:var(--scene-w);height:var(--scene-h);color:var(--color-pearl);outline:none;text-decoration:none;display:block;position:absolute}.product-scene-prototype__hotspot:before,.product-scene-prototype__hotspot:after{content:"";pointer-events:none;opacity:0;transition:opacity .52s cubic-bezier(.22,1,.36,1),transform .52s cubic-bezier(.22,1,.36,1);position:absolute}.product-scene-prototype__hotspot:before{box-shadow:none;background:0 0;border:0;inset:0}.product-scene-prototype__hotspot:after{background:linear-gradient(90deg,#0000,#e7d2a7d1,#0000);width:min(220px,70%);height:1px;bottom:-18px;left:50%;transform:translate(-50%)scaleX(.5)}.product-scene-prototype__hotspot span{display:none}.product-scene-prototype__hotspot:hover:before,.product-scene-prototype__hotspot:focus-visible:before,.product-scene-prototype__hotspot.is-active:before,.product-scene-prototype__hotspot:hover:after,.product-scene-prototype__hotspot:focus-visible:after,.product-scene-prototype__hotspot.is-active:after,.product-scene-prototype__hotspot:hover:after,.product-scene-prototype__hotspot:focus-visible:after,.product-scene-prototype__hotspot.is-active:after{transform:translate(-50%)scaleX(1)}.product-scene-prototype__caption{z-index:1;width:min(100%,760px);color:var(--color-pearl);background:linear-gradient(135deg,#050608ad,#1c140d8a),#05060894;border:1px solid #c8b18a3d;gap:8px;padding:clamp(16px,2vw,22px);text-decoration:none;transition:border-color .26s,background-color .26s;display:grid;position:relative;transform:translateZ(0)}.product-scene-prototype__caption:hover,.product-scene-prototype__caption:focus-visible{border-color:#e7d2a770}.product-scene-prototype__caption span{color:#c8b18adb;font-family:var(--font-ui);letter-spacing:.18em;text-transform:uppercase;font-size:.68rem}.product-scene-prototype__caption strong{color:var(--color-pearl);font-family:var(--font-ui);font-size:clamp(1.05rem,1.7vw,1.42rem);font-weight:560;line-height:1.12}.product-scene-prototype__caption small{color:#f2ebdfad;font-family:var(--font-ui);font-size:.86rem;line-height:1.55}@media (max-width:900px){.home-hero-visual .product-scene-prototype{--home-product-scene-zoom:1}.product-scene-prototype-page{padding:clamp(72px,18vw,112px) 14px clamp(54px,14vw,86px)}.product-scene-prototype__image{object-fit:fill;object-position:50% 50%}.product-scene-prototype__hotspot span{display:none}.product-scene-prototype__caption{width:auto;padding:14px}.product-scene-prototype__caption small{display:none}}@keyframes product-scene-soft-pulse{0%,to{opacity:.48;transform:scale(.992)}44%{opacity:1;transform:scale(1.012)}}@media (prefers-reduced-motion:reduce){.product-scene-prototype__object-layer,.product-scene-prototype__hotspot:before,.product-scene-prototype__hotspot:after,.product-scene-prototype__hotspot span,.product-scene-prototype__caption{transition-duration:1ms!important;animation:none!important}}.home-system-story{padding-bottom:clamp(20px,2.2vw,32px)!important}.home-product-sequence{padding-top:clamp(12px,1.4vw,22px)!important}.home-product-reel{margin-top:0!important}@media (max-width:900px){.home-system-story{padding-bottom:22px!important}.home-product-sequence{padding-top:18px!important}.home-product-reel-item:first-child{padding-top:0}}.home-yandex-performance .home-system-story-inner,.home-yandex-performance .home-product-sequence-head,.home-yandex-performance .home-display-surfaces-inner,.home-yandex-performance .home-private-briefing-inner,.home-yandex-performance .home-product-reel-item,.home-yandex-performance .home-product-reel-item figure img,.home-yandex-performance .home-system-visual img,.home-yandex-performance .home-display-surface img{animation-timeline:auto!important;animation-range:normal!important}.home-gsap-motion .home-hero,.home-gsap-motion .home-system-story,.home-gsap-motion .home-product-sequence,.home-gsap-motion .home-display-surfaces,.home-gsap-motion .home-private-briefing{background-image:linear-gradient(#080806 0%,#17110c 52%,#090807 100%)}.home-gsap-motion .home-product-sequence{background-image:linear-gradient(#090807 0%,#15100c 48%,#090807 100%)}.home-gsap-motion .home-display-surfaces{background-image:linear-gradient(#090807 0%,#17110c 100%)}.home-gsap-motion .home-private-briefing{background-image:linear-gradient(#17110c 0%,#090807 100%)}.shell-header,.shell-footer,.shell-context-card,.hero-panel,.status-card,.route-panel,.admin-panel,.admin-workspace-section,.header-action-stack,.header-phone-link,.header-cta,.header-presence-rail,.mobile-nav-drawer,.mobile-nav-cta,.home-hero-rail,.home-panel,.home-direction-card,.home-product-card,.home-editorial-card,.home-cta-panel{-webkit-backdrop-filter:none;backdrop-filter:none}.shell-header{background:linear-gradient(#100d0af0,#0c0a08e6),#0b0a08eb}.shell-main,.shell-footer,.admin-preview-hero,.admin-panel,.admin-workspace-section{animation:none}.route-panel,.hero-panel,.status-card,.shell-context-card{contain:paint}.brand-logo-image{filter:none}@supports (animation-timeline:view()){.admin-preview-hero,.admin-panel,.admin-workspace-section{animation-timeline:auto!important;animation-range:normal!important}}.product-motion-prototype-page{width:100vw;color:var(--color-pearl);background:radial-gradient(900px 420px at 50% 12%,#b0844824,#0000 70%),linear-gradient(#080705 0%,#17110c 50%,#080705 100%);margin-inline:calc(50% - 50vw)}.product-motion-prototype-page__intro,.product-motion-prototype-page__outro{width:min(100% - 40px, var(--layout-content-max));margin-inline:auto}.product-motion-prototype-page__intro{align-content:end;gap:18px;min-height:min(62vh,640px);padding-block:clamp(104px,12vw,168px) clamp(24px,3vw,42px);display:grid}.product-motion-prototype-page__intro h1,.product-motion-prototype-page__outro h2{max-width:18ch;font-family:var(--font-ui);letter-spacing:0;margin:0;font-size:clamp(2.35rem,4.9vw,5.15rem);font-weight:520;line-height:.96}.product-motion-prototype-page__intro p:not(.eyebrow),.product-motion-prototype-page__outro p:not(.eyebrow){color:#f2ebdfad;max-width:680px;margin:0;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.72}.product-motion-prototype-page__outro{align-content:center;gap:18px;min-height:64vh;padding-block:clamp(64px,10vw,128px);display:grid}.product-motion-prototype-page__tail{background:linear-gradient(#070604 0%,#100b08 58%,#070604 100%);min-height:52vh}.scroll-frame-sequence{background:#070604;height:min(72vh,680px);min-height:540px;position:relative}.scroll-frame-sequence__sticky{height:100%;min-height:inherit;position:relative;top:0;overflow:hidden}.scroll-frame-sequence__stage{isolation:isolate;background:#070604;width:100%;height:100%;position:relative;overflow:hidden}.scroll-frame-sequence__poster,.scroll-frame-sequence__canvas{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0;transform:translateZ(0)}.scroll-frame-sequence__poster{z-index:0;opacity:1;transition:opacity .36s cubic-bezier(.22,1,.36,1)}.scroll-frame-sequence__stage.is-ready .scroll-frame-sequence__poster{opacity:0}.scroll-frame-sequence__canvas{z-index:1;opacity:0;transition:opacity .42s cubic-bezier(.22,1,.36,1)}.scroll-frame-sequence__canvas.is-ready{opacity:1}.scroll-frame-sequence__shade{z-index:2;pointer-events:none;background:linear-gradient(90deg,#070604b3,#0000 30% 66%,#07060494),linear-gradient(#07060461,#0000 22% 58%,#070604c7);position:absolute;inset:0}.scroll-frame-sequence__readout{z-index:3;left:max(24px, calc((100vw - var(--layout-content-max)) / 2 + 36px));width:min(420px,100vw - 48px);color:var(--color-pearl);gap:10px;display:grid;position:absolute;bottom:clamp(34px,7vw,88px)}.product-motion-prototype-page .scroll-frame-sequence__readout,.product-motion-prototype-page .scroll-frame-sequence__steps{display:none}.scroll-frame-sequence__readout span,.scroll-frame-sequence__steps span{color:#c8b18ac2;font-family:var(--font-ui);letter-spacing:.22em;text-transform:uppercase;font-size:.68rem}.scroll-frame-sequence__readout strong{font-family:var(--font-ui);letter-spacing:0;font-size:clamp(1.55rem,3vw,3rem);font-weight:520;line-height:1;display:block}.scroll-frame-sequence__readout p{color:#f2ebdfad;margin:0;font-size:clamp(.94rem,1.1vw,1.06rem);line-height:1.66}.scroll-frame-sequence__steps{z-index:3;right:max(20px, calc((100vw - var(--layout-content-max)) / 2 + 28px));gap:14px;width:min(300px,30vw);margin:0;padding:0;list-style:none;display:grid;position:absolute;bottom:clamp(34px,7vw,88px)}.scroll-frame-sequence__steps li{color:#f2ebdf70;grid-template-columns:42px 1fr;align-items:center;gap:14px;transition:color .26s,transform .26s;display:grid}.scroll-frame-sequence__steps li:after{content:"";transform-origin:0;background:linear-gradient(90deg,#c8b18a47,#0000);grid-column:1/-1;width:100%;height:1px;transition:transform .36s cubic-bezier(.22,1,.36,1);transform:scaleX(.42)}.scroll-frame-sequence__steps strong{font-family:var(--font-ui);letter-spacing:.03em;text-transform:uppercase;font-size:.84rem;font-weight:500}.scroll-frame-sequence__steps li.is-active{color:var(--color-pearl);transform:translate(-8px)}.scroll-frame-sequence__steps li.is-active:after{transform:scaleX(1)}@media (min-width:901px){.product-motion-prototype-page .scroll-frame-sequence{height:142vh;min-height:980px}.product-motion-prototype-page .scroll-frame-sequence__sticky{top:var(--shell-header-height,84px);height:calc(100vh - var(--shell-header-height,84px));min-height:680px;position:sticky}}@media (max-width:900px){.product-motion-prototype-page__intro,.product-motion-prototype-page__outro{width:min(100% - 28px, var(--layout-content-max))}.product-motion-prototype-page__intro{min-height:58vh;padding-block:clamp(96px,24vw,132px) 40px}.product-motion-prototype-page__intro h1,.product-motion-prototype-page__outro h2{max-width:12ch;font-size:clamp(2.35rem,13vw,4.6rem)}.scroll-frame-sequence{height:74svh;min-height:520px}.scroll-frame-sequence__sticky,.scroll-frame-sequence__stage{min-height:100svh}.scroll-frame-sequence__shade{background:linear-gradient(#07060461,#0000 28% 56%,#070604d1),linear-gradient(90deg,#07060485,#0000 44%,#0706046b)}.scroll-frame-sequence__readout{left:18px;right:18px;bottom:max(24px, env(safe-area-inset-bottom));width:auto}.scroll-frame-sequence__readout p{max-width:34ch}.scroll-frame-sequence__steps{gap:10px;width:min(220px,54vw);top:92px;bottom:auto;right:16px}.scroll-frame-sequence__steps li{grid-template-columns:34px 1fr;gap:10px}.scroll-frame-sequence__steps strong{font-size:.68rem}}@media (prefers-reduced-motion:reduce){.scroll-frame-sequence{height:auto;min-height:100vh}}.home-product-film-prototype-page{width:100vw;color:var(--color-pearl);background:radial-gradient(980px 460px at 76% 8%,#c8b18a1f,#0000 70%),linear-gradient(#070604 0%,#17110c 42%,#080705 100%);margin-inline:calc(50% - 50vw);overflow:clip}.home-film-hero,.home-film-system,.home-film-close{width:min(100% - 40px, var(--layout-content-max));margin-inline:auto}.home-film-hero{grid-template-columns:minmax(440px,.48fr) minmax(0,.52fr);align-items:center;gap:clamp(34px,5vw,68px);min-height:min(78vh,740px);padding-block:clamp(98px,9vw,132px) clamp(30px,4vw,52px);display:grid}.home-film-hero__copy,.home-film-system__copy,.home-film-close{gap:18px;display:grid}.home-film-hero h1,.home-film-system h2,.home-film-close h2{max-width:15ch;font-family:var(--font-ui);letter-spacing:0;margin:0;font-size:clamp(2.55rem,3.95vw,4.45rem);font-weight:520;line-height:.95}.home-film-system h2,.home-film-close h2{max-width:15ch;font-size:clamp(2.35rem,4.7vw,5.25rem);line-height:.98}.home-film-hero p:not(.eyebrow),.home-film-system p:not(.eyebrow){color:#f2ebdfad;max-width:37rem;margin:0;font-size:clamp(1rem,1.18vw,1.14rem);line-height:1.62}.home-film-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:6px;display:flex}.home-film-primary-link,.home-film-secondary-link{min-height:46px;font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;font-size:.78rem;font-weight:560;line-height:1.1;text-decoration:none;transition:border-color .22s,background .22s,color .22s,transform .22s;display:inline-flex}.home-film-primary-link{color:var(--color-pearl);background:#d4bb9121;border:1px solid #e5cca0b8;padding:0 22px}.home-film-secondary-link{color:#f2ebdfb8;border:1px solid #f2ebdf29;padding:0 18px}.home-film-primary-link:hover,.home-film-primary-link:focus-visible,.home-film-secondary-link:hover,.home-film-secondary-link:focus-visible{color:#fff9ef;border-color:#fcf7f0b8;transform:translateY(-2px)}.home-film-hero__media{background:radial-gradient(560px 280px at 52% 48%,#fcf7f014,#0000 70%),#070604;min-height:clamp(360px,39vw,560px);margin:0;position:relative;overflow:hidden}.home-film-hero__media:before,.home-film-hero__media:after{z-index:1;pointer-events:none;content:"";position:absolute;inset:0}.home-film-hero__media:before{border:1px solid #d4bb9124}.home-film-hero__media:after{background:linear-gradient(90deg,#07060447,#0000 42%,#07060433),linear-gradient(#0706040a,#0000 52%,#07060470)}.home-film-hero__media img{object-fit:cover;object-position:center;filter:saturate(1.08)contrast(1.12)brightness(1.42);padding:0}.product-disassembly-stage{background:radial-gradient(880px 420px at 52% 44%,#d4bb911a,#0000 72%),linear-gradient(#07060400,#50341f29 46%,#07060400),#070604;height:154vh;min-height:980px;position:relative}.product-disassembly-stage__sticky{top:var(--shell-header-height,84px);height:calc(100vh - var(--shell-header-height,84px));min-height:660px;position:sticky;overflow:hidden}.product-disassembly-stage__canvas{background:radial-gradient(720px 360px at 48% 46%,#f2ebdf14,#0000 70%),radial-gradient(900px 520px at 72% 58%,#804b262e,#0000 76%),#070604;position:absolute;inset:0}.product-disassembly-stage__canvas canvas{display:block;width:100%!important;height:100%!important}.product-disassembly-stage__shade{z-index:1;pointer-events:none;background:linear-gradient(90deg,#07060475,#07060405 38%,#07060457),linear-gradient(#0706040a,#0000 48%,#07060494);position:absolute;inset:0}.product-disassembly-stage__readout{z-index:2;width:min(460px,100vw - 48px);color:var(--color-pearl);gap:10px;display:grid;position:absolute;bottom:clamp(62px,9vw,118px);left:clamp(20px,5vw,72px)}.product-disassembly-stage__readout span,.product-disassembly-stage__steps span{color:#d4bb91bd;font-family:var(--font-ui);letter-spacing:.16em;font-size:.72rem;font-weight:560}.product-disassembly-stage__readout strong{font-family:var(--font-ui);letter-spacing:0;font-size:clamp(1.35rem,2.55vw,2.6rem);font-weight:520;line-height:1}.product-disassembly-stage__readout p{color:#f2ebdfa8;max-width:34rem;margin:0;font-size:clamp(.94rem,1.05vw,1.08rem);line-height:1.58}.product-disassembly-stage__steps{z-index:2;gap:12px;width:min(220px,24vw);margin:0;padding:0;list-style:none;display:grid;position:absolute;bottom:clamp(62px,9vw,118px);right:clamp(20px,5vw,72px)}.product-disassembly-stage__steps li{color:#f2ebdf70;font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;grid-template-columns:34px 1fr;align-items:center;gap:12px;font-size:.76rem;display:grid}.product-disassembly-stage__steps li:before{content:"";transform-origin:0;opacity:.42;background:linear-gradient(90deg,#d4bb916b,#0000);grid-column:1/-1;height:1px;transition:opacity .26s,transform .26s;transform:scaleX(.38)}.product-disassembly-stage__steps li.is-active{color:#fcf7f0e6}.product-disassembly-stage__steps li.is-active:before{opacity:1;transform:scaleX(1)}.home-film-system{grid-template-columns:minmax(330px,.36fr) minmax(0,.64fr);align-items:center;gap:clamp(44px,6vw,86px);padding-block:clamp(72px,10vw,136px);display:grid}.home-film-system__media{min-height:clamp(520px,50vw,720px);position:relative}.home-film-system__image{background:0 0;margin:0;position:absolute;overflow:hidden}.home-film-system__image:after{pointer-events:none;content:"";background:linear-gradient(#0706040d,#0000 54%,#0706048a),radial-gradient(360px 160px at 50% 58%,#fcf7f00f,#0000 78%);border:1px solid #d4bb911f;position:absolute;inset:0}.home-film-system__image img{object-fit:cover;filter:saturate(.98)contrast(1.04)brightness(1.06)}.home-film-system__image:first-child{height:54%;inset:4% 26% auto 0}.home-film-system__image:nth-child(2){width:42%;height:42%;bottom:16%;right:0}.home-film-system__image:nth-child(3){height:31%;bottom:0;left:18%;right:24%}.home-film-close{border-top:1px solid #d4bb911f;align-content:center;min-height:68vh;padding-block:clamp(74px,11vw,148px)}.home-film-close .home-film-primary-link{justify-self:start;margin-top:14px}@media (max-width:900px){.motion-ready-stage{min-height:112svh;margin-inline:calc(var(--layout-shell-padding-mobile) * -1)}.motion-ready-stage__sticky{top:var(--shell-header-height,92px);min-height:calc(100svh - var(--shell-header-height,92px))}.motion-ready-stage__image,.motion-ready-stage__sequence-poster,.motion-ready-stage__sequence-canvas{object-position:var(--motion-stage-mobile-x,50%) var(--motion-stage-mobile-y,44%)}.motion-ready-stage--hi-end-audio .motion-ready-stage__image,.motion-ready-stage--hi-end-audio .motion-ready-stage__sequence{opacity:.42;transform:translate(46%,11%)scale(.68)}.motion-ready-stage--hologram .motion-ready-stage__image{transform:scale(1.04)}.motion-ready-stage__glass{background:linear-gradient(#07060424,#07060429 34%,#070604e0),linear-gradient(90deg,#07060438,#0000 58%,#0706043d)}.motion-ready-stage__copy,.motion-ready-stage--safe-right .motion-ready-stage__copy{width:auto;min-height:calc(100svh - var(--shell-header-height,92px));align-content:end;margin-inline:18px;padding-block:54px 72px}.motion-ready-stage__copy h2{max-width:min(16ch,100%);font-size:clamp(2rem,8.8vw,3.45rem);line-height:1}.motion-ready-stage__steps{gap:8px}.motion-ready-stage__actions{align-items:stretch}.motion-ready-stage__primary,.motion-ready-stage__secondary{flex:100%}.home-film-hero,.home-film-system,.home-film-close{width:min(100% - 28px, var(--layout-content-max))}.home-film-hero,.home-film-system{grid-template-columns:minmax(0,1fr);gap:30px}.home-film-hero{min-height:auto;padding-block:clamp(104px,26vw,132px) 42px}.home-film-hero h1,.home-film-system h2,.home-film-close h2{max-width:13ch;font-size:clamp(2.18rem,11.2vw,3.85rem);line-height:1.02}.home-film-hero__media{min-height:min(92vw,430px)}.home-film-actions{align-items:stretch}.home-film-primary-link,.home-film-secondary-link{text-align:center;width:100%;min-height:48px;padding-inline:14px}.product-disassembly-stage{height:118svh;min-height:760px}.product-disassembly-stage__sticky{top:var(--shell-header-height,92px);height:calc(100svh - var(--shell-header-height,92px));min-height:620px;position:sticky}.product-disassembly-stage__shade{background:linear-gradient(#0706040f,#0000 46%,#070604d6),linear-gradient(90deg,#0706043d,#0000 42%,#07060447)}.product-disassembly-stage__readout{gap:8px;width:auto;inset:auto 18px 92px}.product-disassembly-stage__readout p,.product-disassembly-stage__steps{display:none}.home-film-system{padding-block:68px 76px}.home-film-system__media{min-height:min(112vw,500px)}.home-film-system__image:first-child{height:52%;inset:0 6% auto 0}.home-film-system__image:nth-child(2){width:47%;height:35%;bottom:21%;right:0}.home-film-system__image:nth-child(3){height:34%;bottom:0;left:0;right:13%}}@media (prefers-reduced-motion:reduce){.motion-ready-stage{min-height:auto}.motion-ready-stage__sticky{position:relative;top:auto}.motion-ready-stage__image,.motion-ready-stage__sequence-poster,.motion-ready-stage__sequence-canvas,.motion-ready-stage__primary,.motion-ready-stage__secondary{transition:none;transform:none}.motion-ready-stage__sequence{position:absolute;transform:none}.motion-ready-stage__sequence-poster{opacity:1}.motion-ready-stage__sequence-canvas{display:none}.product-disassembly-stage{height:auto;min-height:86vh}.product-disassembly-stage__sticky{min-height:86vh;position:relative;top:auto}.home-film-primary-link,.home-film-secondary-link{transition:none}.home-film-primary-link:hover,.home-film-primary-link:focus-visible,.home-film-secondary-link:hover,.home-film-secondary-link:focus-visible{transform:none}}.category-product-film-page{width:100vw;color:var(--color-pearl);background:radial-gradient(980px 460px at 12% 6%,#cfb48421,#0000 72%),radial-gradient(980px 520px at 82% 44%,#7448262e,#0000 74%),linear-gradient(#070604 0%,#17100b 48%,#080705 100%);margin-inline:calc(50% - 50vw);overflow:clip}.category-film-hero,.category-film-close{width:min(100% - 40px, var(--layout-content-max));gap:18px;margin-inline:auto;display:grid}.category-film-hero{align-content:end;min-height:min(72vh,710px);padding-block:clamp(112px,10vw,154px) clamp(52px,7vw,96px)}.category-film-hero h1,.category-film-close h2{max-width:13ch;font-family:var(--font-display);letter-spacing:0;overflow-wrap:break-word;margin:0;font-size:clamp(3.05rem,6.4vw,7.7rem);font-weight:400;line-height:.88}.category-film-hero p:not(.eyebrow){color:#f2ebdfad;max-width:45rem;margin:0;font-size:clamp(1rem,1.22vw,1.18rem);line-height:1.64}.category-film-stage{--category-film-progress:0;background:linear-gradient(#07060400,#4f341f24 42%,#07060433 100%),#070604;height:220vh;min-height:1320px;position:relative}.category-film-stage__sticky{top:var(--shell-header-height,84px);height:calc(100vh - var(--shell-header-height,84px));min-height:690px;padding:clamp(28px, 4vw, 50px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));grid-template-columns:minmax(120px,.28fr) minmax(0,1fr) minmax(320px,.5fr);align-items:center;gap:clamp(22px,3.8vw,56px);display:grid;position:sticky;overflow:hidden}.category-film-stage__rail{align-self:center;gap:18px;display:grid;position:relative}.category-film-stage__rail:before{content:"";background:linear-gradient(#0000,#d4bb9185,#0000);width:1px;position:absolute;top:0;bottom:0;left:18px}.category-film-stage__rail-button{color:#f2ebdf80;min-height:48px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;padding:0;transition:color .22s,transform .22s;display:grid;position:relative}.category-film-stage__rail-button span,.category-film-stage__metric span{color:#d4bb91b8;font-family:var(--font-ui);letter-spacing:.16em;font-size:.72rem}.category-film-stage__rail-button strong{font-family:var(--font-ui);letter-spacing:.05em;text-transform:uppercase;font-size:.84rem;font-weight:560;line-height:1.2}.category-film-stage__rail-button[aria-current=true],.category-film-stage__rail-button:hover,.category-film-stage__rail-button:focus-visible{color:#fcf7f0f2;transform:translate(4px)}.category-film-stage__rail-button:focus-visible,.category-film-stage__products a:focus-visible,.category-film-stage__primary:focus-visible,.category-film-stage__secondary:focus-visible,.category-film-close__link:focus-visible{outline-offset:6px;outline:1px solid #e7d2a7bd}.category-film-stage__visual{isolation:isolate;align-self:stretch;min-height:560px;position:relative}.category-film-stage__scene{opacity:0;background:radial-gradient(720px 360px at 48% 48%,#e7d2a721,#0000 70%),linear-gradient(130deg,#0a0806f5,#1f150de6);transition:opacity .52s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;overflow:hidden;transform:translateY(22px)scale(.985)}.category-film-stage__scene.is-active{z-index:2;opacity:1;transform:translateY(0)scale(1)}.category-film-stage__material-grid{opacity:.38;background:linear-gradient(90deg,#d4bb911f 1px,#0000 1px) 0 0/25% 100%,linear-gradient(#d4bb9114 1px,#0000 1px) 0 0/100% 33.333%;border:1px solid #d4bb911a;position:absolute;inset:clamp(24px,4vw,54px)}.category-film-stage__layer{filter:drop-shadow(0 34px 74px #0000008a);opacity:.74;margin:0;transition:opacity .28s,transform .52s cubic-bezier(.22,1,.36,1),filter .28s;position:absolute;overflow:visible}.category-film-stage__layer img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.category-film-stage__scene.is-active .category-film-stage__layer{transform:translate3d(0, calc((var(--category-film-progress) - .5) * -18px), 0)}.category-film-stage__layer.is-product-active{z-index:4;opacity:1;filter:drop-shadow(0 38px 78px #0000009e)drop-shadow(0 0 34px #d4bb912e)}.category-film-stage__layer--speakers{height:58%;inset:12% 8% auto 13%}.category-film-stage__layer--amplifier{width:38%;height:34%;bottom:12%;right:3%;transform:translateY(24px)}.category-film-stage__layer--cables{opacity:.68;width:42%;height:28%;bottom:8%;left:4%}.category-film-stage__layer--disassembly{opacity:.38;width:26%;height:34%;top:3%;right:6%}.category-film-stage__layer--glass{height:57.7%;inset:7% 7% auto}.category-film-stage__layer--led{width:52%;height:38%;bottom:8%;right:4%}.category-film-stage__layer--mechanism{opacity:.82;width:42%;height:36%;bottom:13%;left:4%}.category-film-stage__scene-line{z-index:5;background:linear-gradient(90deg,#e7d2a7c2,#0000);height:1px;position:absolute;bottom:clamp(28px,4vw,58px);left:clamp(24px,4vw,58px);right:clamp(24px,4vw,58px)}.category-film-stage__copy{align-content:center;align-self:stretch;gap:16px;min-width:0;display:grid}.category-film-stage__copy h1{max-width:12.5ch;font-family:var(--font-display);letter-spacing:0;overflow-wrap:break-word;margin:0;font-size:3.1rem;font-weight:400;line-height:.9}.category-film-stage__copy p:not(.eyebrow){color:#f2ebdfad;max-width:35rem;margin:0;font-size:.98rem;line-height:1.54}.category-film-stage__metric{color:#fcf7f0e0;font-family:var(--font-ui);grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;margin-top:4px;font-size:.82rem;line-height:1.32;display:grid}.category-film-stage__actions{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.category-film-stage__primary,.category-film-stage__secondary,.category-film-close__link{min-height:42px;font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;font-size:.76rem;font-weight:560;line-height:1.1;text-decoration:none;transition:border-color .22s,color .22s,background .22s,transform .22s;display:inline-flex}.category-film-stage__primary,.category-film-close__link{color:var(--color-pearl);background:#d4bb911f;border:1px solid #e5cca0b8;padding:0 20px}.category-film-stage__secondary{color:#f2ebdfb8;border:1px solid #f2ebdf29;padding:0 18px}.category-film-stage__primary:hover,.category-film-stage__primary:focus-visible,.category-film-stage__secondary:hover,.category-film-stage__secondary:focus-visible,.category-film-close__link:hover,.category-film-close__link:focus-visible{color:#fff9ef;border-color:#fcf7f0b8;transform:translateY(-2px)}.category-film-stage__products{border-top:1px solid #d4bb9126;gap:2px;margin-top:10px;display:grid}.category-film-stage__products a{color:#f2ebdf9e;border-bottom:1px solid #d4bb911a;gap:4px;min-height:46px;padding:8px 0;text-decoration:none;transition:color .2s,padding-left .2s;display:grid}.category-film-stage__products a:hover,.category-film-stage__products a:focus-visible,.category-film-stage__products a.is-active{color:#fcf7f0f5;padding-left:10px}.category-film-stage__products span{font-family:var(--font-ui);letter-spacing:0;font-size:.88rem;font-weight:560}.category-film-stage__products small{color:#d4bb91a8;font-family:var(--font-ui);letter-spacing:.05em;text-transform:uppercase;font-size:.68rem}.category-film-close{border-top:1px solid #d4bb911f;align-content:center;min-height:62vh;padding-block:clamp(74px,11vw,148px)}.category-film-close__link{justify-self:start;margin-top:12px}@media (max-width:1120px){.category-film-stage__sticky{grid-template-columns:minmax(92px,.2fr) minmax(0,1fr) minmax(270px,.42fr);gap:24px}.category-film-stage__copy h1{font-size:2.85rem}}@media (max-width:900px){.category-film-hero,.category-film-close{width:min(100% - 28px, var(--layout-content-max))}.category-film-hero{min-height:calc(100svh - var(--shell-header-height,84px));padding-block:112px 58px}.category-film-hero h1,.category-film-close h2{max-width:11ch;font-size:3.84rem;line-height:.92}.category-film-close h2{max-width:100%;font-size:2.64rem;line-height:1}.category-film-stage{height:auto;min-height:0}.category-film-stage__sticky{grid-template-columns:minmax(0,1fr);gap:26px;height:auto;min-height:0;padding:18px 14px 68px;display:grid;position:relative;top:auto}.category-film-stage__rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:4px 0 10px;display:grid;overflow:visible}.category-film-stage__rail:before{display:none}.category-film-stage__rail-button{border-bottom:1px solid #d4bb9129;grid-template-columns:28px minmax(0,1fr);min-height:72px}.category-film-stage__rail-button strong{overflow-wrap:anywhere;font-size:.76rem;line-height:1.2}.category-film-stage__visual{min-height:min(110vw,520px)}.category-film-stage__scene{inset:0}.category-film-stage__layer--speakers{height:58%;inset:12% 1% auto 3%}.category-film-stage__layer--amplifier{width:45%;height:33%;bottom:12%;right:0}.category-film-stage__layer--cables{width:48%;height:28%;bottom:7%;left:0}.category-film-stage__layer--disassembly{width:30%;height:30%;top:5%;right:2%}.category-film-stage__layer--glass{height:58%;inset:8% 2% auto}.category-film-stage__layer--led{width:56%;height:34%;bottom:9%;right:0}.category-film-stage__layer--mechanism{width:47%;height:33%;bottom:12%;left:0}.category-film-stage__copy{gap:14px}.category-film-stage__copy h1{max-width:12ch;font-size:3.1rem;line-height:.96}.category-film-stage__actions{align-items:stretch}.category-film-stage__primary,.category-film-stage__secondary{text-align:center;width:100%;min-height:48px;padding-inline:14px}}@media (prefers-reduced-motion:reduce){.category-film-stage,.category-film-stage *,.category-film-stage :before,.category-film-stage :after{scroll-behavior:auto!important;transition-duration:1ms!important;animation:none!important}.category-film-stage{height:auto;min-height:0}.category-film-stage__sticky{min-height:760px;position:relative;top:auto}.category-film-stage__primary:hover,.category-film-stage__primary:focus-visible,.category-film-stage__secondary:hover,.category-film-stage__secondary:focus-visible,.category-film-close__link:hover,.category-film-close__link:focus-visible{transform:none}}.creative-proof-page{width:100vw;min-height:100vh;color:var(--color-pearl);background:radial-gradient(980px 520px at 16% 7%,#d3b88b24,#0000 74%),radial-gradient(1040px 620px at 82% 40%,#58351f47,#0000 72%),linear-gradient(#060504 0%,#17100b 50%,#070604 100%);margin-inline:calc(50% - 50vw);overflow:clip}.creative-proof-hero,.creative-proof-stage,.creative-proof-review{width:min(100% - 40px, var(--layout-content-max));scroll-margin-top:calc(var(--shell-header-height,84px) + 24px);margin-inline:auto}.creative-proof-hero{align-content:end;gap:18px;min-height:min(70vh,700px);padding-block:clamp(112px,10vw,156px) clamp(50px,7vw,92px);display:grid}.creative-proof-hero h1,.creative-proof-stage__copy h2,.creative-proof-review h2{font-family:var(--font-display);letter-spacing:0;margin:0;font-weight:400}.creative-proof-hero h1{max-width:11ch;font-size:clamp(3.4rem,7vw,8rem);line-height:.88}.creative-proof-hero p:not(.eyebrow),.creative-proof-stage__copy p,.creative-proof-review p{color:#f2ebdfad;max-width:41rem;margin:0;font-size:clamp(1rem,1.18vw,1.16rem);line-height:1.62}.creative-proof-actions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.creative-proof-actions a{color:#fcf7f0f0;min-height:44px;font-family:var(--font-ui);letter-spacing:.08em;text-transform:uppercase;background:#d4bb911c;border:1px solid #e5cca0ad;border-radius:999px;justify-content:center;align-items:center;padding:0 20px;font-size:.76rem;font-weight:560;line-height:1.1;text-decoration:none;transition:border-color .22s,color .22s,transform .22s;display:inline-flex}.creative-proof-actions a:hover,.creative-proof-actions a:focus-visible{color:#fff9ef;border-color:#fcf7f0c2;transform:translateY(-2px)}.creative-proof-actions a:focus-visible{outline-offset:6px;outline:1px solid #e7d2a7bd}.creative-proof-stage{grid-template-columns:minmax(310px,.34fr) minmax(0,.66fr);align-items:center;gap:clamp(34px,5vw,76px);min-height:120vh;padding-block:clamp(44px,6vw,88px);display:grid}.creative-proof-stage__copy{top:calc(var(--shell-header-height,84px) + 42px);align-self:start;gap:15px;display:grid;position:sticky}.creative-proof-stage__copy h2,.creative-proof-review h2{max-width:12ch;font-size:clamp(2.7rem,4.6vw,5.3rem);line-height:.94}.creative-proof-stage__media{min-height:clamp(620px,78vw,980px);position:relative}.creative-proof-frame{background:radial-gradient(680px 260px at 50% 48%,#f2ebdf12,#0000 72%),#090705;border:1px solid #d4bb9124;margin:0;position:relative;overflow:hidden;box-shadow:0 34px 100px #00000061}.creative-proof-frame img{object-fit:cover}.creative-proof-frame--context{aspect-ratio:1.78;width:100%}.creative-proof-frame--context img{object-position:58% center}.creative-proof-page--pictorial-art-display .creative-proof-frame--context img{object-fit:contain;object-position:center}.creative-proof-frame--keyable{aspect-ratio:1.6;border-color:#e5cca057;width:min(58%,620px);animation:6.8s cubic-bezier(.22,1,.36,1) infinite alternate creativeProofFloat;position:absolute;bottom:5%;right:clamp(16px,4vw,54px);transform:translate(0,0)}.creative-proof-frame--keyable img{object-fit:contain}.creative-proof-review{border-top:1px solid #d4bb911f;grid-template-columns:minmax(0,.54fr) minmax(290px,.46fr);align-items:center;gap:clamp(28px,5vw,72px);min-height:70vh;padding-block:clamp(72px,10vw,138px);display:grid}.creative-proof-review figure{aspect-ratio:1.78;background:#090705;border:1px solid #d4bb9124;margin:0;position:relative;overflow:hidden}.creative-proof-review figure img{object-fit:cover}.creative-proof-review div{gap:15px;display:grid}.creative-proof-motion-brief{width:min(100% - 40px, var(--layout-content-max));border-top:1px solid #d4bb911f;grid-template-columns:minmax(280px,.38fr) minmax(0,.62fr);align-items:end;gap:clamp(28px,5vw,72px);margin-inline:auto;padding-block:clamp(24px,5vw,72px);display:grid}.creative-proof-motion-brief h2{max-width:12ch;font-family:var(--font-display);letter-spacing:0;margin:0;font-size:clamp(2.45rem,4.8vw,5.6rem);font-weight:400;line-height:.92}.creative-proof-motion-brief p{color:#f2ebdfad;max-width:48rem;margin:0;font-size:clamp(1rem,1.18vw,1.16rem);line-height:1.62}.creative-proof-page--vision-max-scroll-motion .scroll-frame-sequence{height:min(86vh,780px);min-height:620px;margin-block:clamp(18px,3vw,44px)}.creative-proof-page--vision-max-scroll-motion .scroll-frame-sequence__stage{background:radial-gradient(820px 360px at 72% 42%,#d5bc941f,#0000 72%),#060504}.creative-proof-page--vision-max-scroll-motion .scroll-frame-sequence__shade{background:linear-gradient(90deg,#070604d1,#0706042e 34%,#0000 66%,#0706049e),linear-gradient(#07060470,#0000 26% 58%,#070604d1)}.creative-proof-page--vision-max-scroll-motion .scroll-frame-sequence__readout{width:min(390px,100vw - 48px)}.creative-proof-page--vision-max-scroll-motion .scroll-frame-sequence__steps{width:min(260px,26vw)}.creative-proof-page--hub{background:radial-gradient(920px 520px at 12% 6%,#d3b88b1f,#0000 72%),linear-gradient(#060504 0%,#160f0a 54%,#060504 100%)}.creative-proof-hub-hero{min-height:min(62vh,620px)}.creative-proof-hub-hero h1{max-width:9ch}.creative-proof-hub-list{width:min(100% - 40px, var(--layout-content-max));border-top:1px solid #d4bb9129;margin-inline:auto;padding-block:16px clamp(76px,10vw,142px);display:grid}.creative-proof-hub-row{min-height:174px;color:inherit;border-bottom:1px solid #d4bb911f;grid-template-columns:58px minmax(124px,220px) minmax(0,1fr);align-items:center;gap:clamp(18px,3vw,38px);padding-block:clamp(20px,2.6vw,34px);text-decoration:none;display:grid}.creative-proof-hub-row__number{color:#c8b18aa3;font-family:var(--font-ui);letter-spacing:.14em;align-self:start;font-size:.72rem}.creative-proof-hub-row__media{aspect-ratio:1.58;background:#090705;border:1px solid #d4bb9129;position:relative;overflow:hidden}.creative-proof-hub-row__media img{object-fit:cover;transition:transform .42s var(--motion-ease), filter .42s var(--motion-ease)}.creative-proof-hub-row__body{gap:10px;max-width:58rem;display:grid}.creative-proof-hub-row__title{font-family:var(--font-display);font-size:clamp(2rem,3.8vw,4.2rem);font-weight:400;line-height:.95;display:block}.creative-proof-hub-row__outcome{color:#f2ebdf9e;max-width:42rem;font-size:clamp(.92rem,1.08vw,1.04rem);line-height:1.55;display:block}.creative-proof-hub-row:hover .creative-proof-hub-row__media img,.creative-proof-hub-row:focus-visible .creative-proof-hub-row__media img{filter:brightness(1.08)saturate(1.02);transform:scale(1.035)}.creative-proof-hub-row:focus-visible{outline-offset:6px;outline:1px solid #e7d2a7bd}@keyframes creativeProofFloat{0%{filter:brightness(.98)saturate(.96);transform:translate(0,0)}to{filter:brightness(1.06)saturate(1.02);transform:translateY(-12px)}}@media (max-width:900px){.creative-proof-hero,.creative-proof-stage,.creative-proof-review,.creative-proof-motion-brief{width:min(100% - 28px, var(--layout-content-max))}.creative-proof-hero{min-height:calc(100svh - var(--shell-header-height,84px));padding-block:112px 58px}.creative-proof-hero h1{max-width:10ch;font-size:4rem;line-height:.92}.creative-proof-stage,.creative-proof-review,.creative-proof-motion-brief{grid-template-columns:minmax(0,1fr);min-height:0}.creative-proof-stage__copy{position:relative;top:auto}.creative-proof-stage__copy h2,.creative-proof-review h2,.creative-proof-motion-brief h2{max-width:11ch;font-size:3.05rem;line-height:.98}.creative-proof-stage__media{min-height:124vw}.creative-proof-frame--context{aspect-ratio:.82}.creative-proof-page--pictorial-art-display .creative-proof-frame--context{aspect-ratio:1.78}.creative-proof-frame--context img{object-position:45% center}.creative-proof-frame--keyable{width:92%;bottom:4%;right:4%}.creative-proof-actions a{text-align:center;width:100%;min-height:48px;padding-inline:14px}.creative-proof-hub-list{width:min(100% - 28px, var(--layout-content-max))}.creative-proof-hub-row{grid-template-columns:34px minmax(94px,34vw) minmax(0,1fr);gap:14px;min-height:132px}.creative-proof-hub-row__title{font-size:1.9rem;line-height:.98}.creative-proof-hub-row__outcome{font-size:.86rem;line-height:1.45}.creative-proof-page--vision-max-scroll-motion .scroll-frame-sequence{min-height:620px;margin-block:24px 48px}.creative-proof-page--vision-max-scroll-motion .scroll-frame-sequence__shade{background:linear-gradient(#07060475,#0000 26% 54%,#070604db),linear-gradient(90deg,#070604a3,#0000 48%,#0706047a)}.creative-proof-page--vision-max-scroll-motion .scroll-frame-sequence__steps{width:min(210px,52vw);top:78px}.creative-proof-page--vision-max-scroll-motion .scroll-frame-sequence__readout{bottom:max(180px, env(safe-area-inset-bottom));width:min(320px,100vw - 36px)}.creative-proof-page--vision-max-scroll-motion .scroll-frame-sequence__readout strong{font-size:clamp(1.32rem,8vw,2.05rem)}.creative-proof-page--vision-max-scroll-motion .scroll-frame-sequence__readout p{display:none}}@media (prefers-reduced-motion:reduce){.creative-proof-page,.creative-proof-page *,.creative-proof-page :before,.creative-proof-page :after{scroll-behavior:auto!important;transition-duration:1ms!important;animation:none!important}.creative-proof-actions a:hover,.creative-proof-actions a:focus-visible{transform:none}}.header-cta:hover,.header-cta:focus-visible,.mobile-nav-cta:hover,.mobile-nav-cta:focus-visible,.desktop-nav-trigger:hover,.desktop-nav-trigger:focus-visible,.desktop-nav-trigger[aria-expanded=true],.desktop-nav-link:hover,.desktop-nav-link:focus-visible,.nav-branch-card:hover,.nav-branch-card:focus-visible,.product-mega-rail-item:hover,.product-mega-rail-item:focus-visible,.product-mega-rail-item.is-selected,.mobile-nav-section-trigger:hover,.mobile-nav-section-trigger:focus-visible,.mobile-nav-direct-link:hover,.mobile-nav-direct-link:focus-visible,.mobile-product-direction-button:hover,.mobile-product-direction-button:focus-visible,.mobile-nav-link:hover,.mobile-nav-link:focus-visible,.site-footer-link:hover,.site-footer-link:focus-visible,.route-link-card:hover,.route-link-card:focus-visible,.direction-product-link:hover,.direction-product-link:focus-visible,.route-back-link:hover,.route-back-link:focus-visible,.locale-switcher-trigger:hover,.locale-switcher-trigger:focus-visible,.locale-switcher-pill:hover,.locale-switcher-pill:focus-visible{transform:none!important}.home-hero-copy{background:linear-gradient(90deg,#05050494,#18120d57 58%,#0505048a),radial-gradient(520px 120px at 70% 42%,#c8b18a14,#0000 74%);border-color:#d4bb9129;box-shadow:0 -16px 54px #0003,inset 0 1px #fcf7f00e}.home-system-story{padding-top:112px!important;padding-bottom:54px!important}.home-product-sequence{padding-bottom:112px;padding-top:34px!important}.home-system-story .home-section-text,.home-system-axis{max-width:34rem}.home-system-visual{background:radial-gradient(700px 300px at 50% 40%,#fcf7f00e,#0000 72%),#060504;border-color:#d4bb9129;box-shadow:0 34px 96px #00000057}.home-system-visual:before{content:none}.home-system-visual:after,.home-product-reel-item figure:after,.home-display-surface:after{opacity:.62}.home-product-reel-item{border-bottom-color:#d4bb9124;min-height:0;padding:56px 0}.home-product-reel-item:first-child{padding-top:18px}.home-product-reel-item:before{color:#d4bb917a;top:34px}.home-product-reel-item figure{background:radial-gradient(620px 250px at 50% 46%,#f2ebdf12,#0000 70%),linear-gradient(145deg,#fcf7f009,#05060814),#080705;border:0;box-shadow:0 24px 74px #00000042}.home-product-reel-item h3{max-width:14ch;font-size:2.7rem;line-height:1.03}.home-product-reel-item p{max-width:32rem}.home-display-surface{border-color:#d4bb9126;box-shadow:0 34px 98px #00000057}.home-display-surface:before{border-color:#d4bb911a}@media (max-width:1280px) and (min-width:901px){.home-system-story-inner{grid-template-columns:minmax(360px,.43fr) minmax(0,.57fr);gap:52px}.home-system-story .home-section-title{font-size:3.35rem}.home-product-reel-item h3{font-size:2.25rem}}@media (max-width:900px){.home-system-story-inner,.home-product-sequence-head,.home-display-surfaces-inner{grid-template-columns:minmax(0,1fr);gap:28px}.home-system-copy,.home-system-story .home-section-text,.home-system-axis,.home-system-visual{width:100%;min-width:0;max-width:100%}.home-hero-copy{background:linear-gradient(#08070680,#18120d47),radial-gradient(280px 120px at 50% 0,#c8b18a14,#0000 76%);border-color:#d4bb9124;padding:18px 16px;box-shadow:inset 0 1px #fcf7f00d}.home-system-story{padding-top:66px!important;padding-bottom:24px!important}.home-product-sequence{padding-bottom:66px;padding-top:26px!important}.home-system-story .home-section-title,.home-product-reel-item h3{max-width:14ch;font-size:2.34rem;line-height:1.06}.home-system-story .home-section-text,.home-product-reel-item p{line-height:1.58}.home-product-reel-item{padding:38px 0 34px}.home-product-reel-item:first-child{padding-top:8px}.home-product-reel-item:before{top:16px}.home-product-reel-item figure,.home-system-visual,.home-display-surface{box-shadow:0 22px 60px #00000042}}.home-system-story{background:radial-gradient(940px 420px at 76% 18%,#c8b18a1c,#0000 70%),linear-gradient(#080705 0%,#17110c 56%,#090807 100%)}.home-system-story-inner{grid-template-columns:minmax(390px,.44fr) minmax(0,.56fr);align-items:center;gap:clamp(48px,6vw,82px)}.home-system-story .home-section-title{max-width:12.8ch;font-size:clamp(3.2rem,4.4vw,4.35rem);line-height:1}.home-system-visual,.home-product-reel-item figure,.home-display-surface{box-shadow:none;border:0}.home-system-visual{background:radial-gradient(760px 300px at 50% 52%,#fcf7f00e,#0000 74%),#080604}.home-system-visual img{filter:saturate(.98)contrast(1.02)brightness()}.home-product-reel-item{border-bottom-color:#d4bb911a}.home-product-reel-item figure{background:0 0}.home-product-reel-item figure:before{border-color:#d4bb9112;inset:0}.home-product-reel-item figure img{filter:saturate(.98)contrast(1.02)brightness()}.home-display-surfaces{background:radial-gradient(820px 380px at 69% 36%,#c8b18a1a,#0000 72%),linear-gradient(#090807 0%,#16100c 100%)}.home-display-surfaces-inner{grid-template-columns:minmax(310px,.35fr) minmax(0,.65fr);align-items:center}.home-display-surface{aspect-ratio:auto;background:0 0;display:grid;overflow:visible}.home-display-surface:before,.home-display-surface:after{content:none}.home-display-surface img{aspect-ratio:1.92;object-fit:cover;filter:saturate(.98)contrast(1.04)brightness(1.12);border:1px solid #d4bb911f;width:100%;height:auto;position:relative;inset:auto;box-shadow:0 34px 96px #00000057}.home-display-surface figcaption{z-index:1;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;width:min(100%,36rem);margin-top:16px;padding:0;position:relative;bottom:auto;left:auto;right:auto}.home-display-surface figcaption strong{color:#fcf7f0e6;font-size:clamp(1.12rem,1.6vw,1.42rem)}.home-private-briefing{background:radial-gradient(760px 340px at 18% 28%,#6f4a2e29,#0000 72%),linear-gradient(#16100c 0%,#080705 100%)}.home-private-briefing-inner{width:min(100%, var(--layout-content-max));background:0 0;border-top-color:#d4bb913d;border-bottom:0;grid-template-columns:minmax(310px,.42fr) minmax(0,.58fr);justify-items:stretch;gap:clamp(38px,6vw,88px);padding:clamp(42px,5vw,70px) 0 0}.home-private-briefing-inner:before{left:0;right:52%}.home-private-briefing-head,.home-private-briefing-body{text-align:left;justify-items:start}.home-private-briefing-head .home-section-title{max-width:13ch}.home-private-briefing-body{width:100%;max-width:42rem;margin-top:0}.home-private-briefing-steps{justify-content:start;gap:10px 18px}.home-private-briefing .home-cta-actions{justify-content:start}@media (max-width:1280px) and (min-width:901px){.home-system-story-inner,.home-display-surfaces-inner,.home-private-briefing-inner{grid-template-columns:minmax(330px,.42fr) minmax(0,.58fr);gap:48px}.home-system-story .home-section-title{font-size:clamp(3rem,4.4vw,3.75rem)}}@media (max-width:900px){.home-system-story-inner,.home-display-surfaces-inner,.home-private-briefing-inner{grid-template-columns:minmax(0,1fr);gap:28px}.home-system-story .home-section-title{max-width:12ch;font-size:clamp(2.32rem,10vw,3.4rem)}.home-display-surface img{box-shadow:0 22px 58px #00000047}.home-display-surface figcaption{margin-top:14px}.home-private-briefing-inner{padding-top:38px}.home-private-briefing-head,.home-private-briefing-body{justify-items:stretch}.home-private-briefing-steps{justify-content:stretch;display:grid}.home-private-briefing .home-cta-actions{justify-content:stretch}.shell-header,.shell-header .site-header-bar{height:96px;min-height:96px}.header-phone-link.header-phone-link--mobile{color:#f2e2c2fa;filter:drop-shadow(0 0 9px #e2c3892e)drop-shadow(0 8px 18px #00000052);width:64px;min-width:64px;height:64px;min-height:64px;box-shadow:none!important;background:0 0!important;border-color:#0000!important;left:auto!important;right:16px!important}.header-phone-link--mobile .header-phone-icon{width:52px;height:52px}.shell-header .header-brand-block,.shell-header.is-home-header .header-brand-block{left:50%;transform:translate(-50%,-50%)}.shell-header .brand-mark,.shell-header.is-home-header .brand-mark{width:clamp(142px,37vw,152px);height:42px}.shell-header .brand-logo-image{max-height:42px}.shell-header .header-action-stack,.shell-header.is-home-header .header-action-stack{justify-items:start!important;width:64px!important;min-width:64px!important;left:16px!important;right:auto!important}.shell-header .header-cta-row,.shell-header.is-home-header .header-cta-row{grid-template-columns:64px!important;justify-content:start!important;justify-items:start!important;width:64px!important;min-width:64px!important}.shell-header .mobile-nav-toggle,.shell-header.is-home-header .mobile-nav-toggle{color:#f2e2c2fa;filter:drop-shadow(0 0 8px #e2c38929)drop-shadow(0 8px 18px #00000052);justify-self:start;gap:0;width:64px;min-width:64px;min-height:64px;position:relative;box-shadow:none!important;background:0 0!important;border-color:#0000!important}.shell-header .mobile-nav-toggle-mark{width:43px;height:43px;display:block}.shell-header .mobile-nav-toggle-line{display:none}.mobile-nav-drawer{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform-origin:0 0!important;clip-path:none!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:12px!important;transition:opacity .24s cubic-bezier(.22,1,.36,1)!important;animation:none!important;display:grid!important;overflow:hidden!important;transform:translate(0,0)!important}.mobile-nav-drawer.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;clip-path:none!important;grid-template-rows:auto minmax(0,1fr) auto!important;transition:opacity .22s cubic-bezier(.22,1,.36,1)!important;animation:none!important;display:grid!important;transform:translate(0,0)!important}.mobile-nav-drawer.is-closing{opacity:0!important;visibility:visible!important;pointer-events:none!important;clip-path:none!important;grid-template-rows:auto minmax(0,1fr) auto!important;transition:opacity .26s cubic-bezier(.22,1,.36,1)!important;animation:none!important;display:grid!important;transform:translate(0,0)!important}.mobile-nav-backdrop.is-closing{opacity:0!important;pointer-events:none!important;transition:opacity .22s cubic-bezier(.22,1,.36,1)!important;animation:none!important;display:block!important}.mobile-nav-list{min-height:0!important;overflow-y:auto!important}.mobile-product-direction-list--root{align-content:start;min-height:0}.mobile-product-browser{background:linear-gradient(#fcf7f009,#fcf7f002),radial-gradient(280px 180px at 0 0,#c8b18a12,#0000 70%),#05050580;border:1px solid #c8b18a29;border-radius:4px;grid-template-columns:minmax(0,1fr) minmax(0,1.72fr);gap:0;min-height:0;display:grid;overflow:hidden;box-shadow:inset 0 1px #fcf7f00b,0 18px 52px #0000002e}.mobile-product-column{align-content:start;gap:0;min-width:0;min-height:0;display:grid;overflow:hidden}.mobile-product-column+.mobile-product-column{border-left:1px solid #c8b18a1f}.mobile-product-column-button,.mobile-product-column-link{color:#f2ebdfbd;min-width:0;min-height:52px;font-family:var(--font-ui);letter-spacing:.025em;text-align:left;text-transform:none;box-shadow:none;cursor:pointer;transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), color var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);background:0 0;border:0;border-bottom:1px solid #c8b18a1b;border-radius:0;align-items:center;padding:10px 9px 10px 11px;font-size:clamp(.75rem,2.9vw,.82rem);font-weight:400;line-height:1.16;text-decoration:none;display:flex;position:relative}.mobile-product-column-button:last-child,.mobile-product-column-link:last-child{border-bottom:0}.mobile-product-column-button:before,.mobile-product-column-link:before{content:"";width:2px;transition:background-color var(--motion-base) var(--motion-ease), box-shadow var(--motion-base) var(--motion-ease);background:#c8b18a00;position:absolute;top:11px;bottom:11px;left:0}.mobile-product-column-button span,.mobile-product-column-link span{overflow-wrap:normal;text-overflow:ellipsis;min-width:0;max-width:100%;display:block;overflow:hidden}.mobile-product-column--directions .mobile-product-column-button span,.mobile-product-column--families .mobile-product-column-button span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.mobile-product-column--products .mobile-product-column-link span{white-space:normal}.mobile-product-column-button.is-active,.mobile-product-column-button:hover,.mobile-product-column-button:focus-visible,.mobile-product-column-link:hover,.mobile-product-column-link:focus-visible{color:#f2e2c2f5;background:linear-gradient(90deg,#c8b18a21,#fcf7f005 74%),#fcf7f003;transform:none}.mobile-product-column-button.is-active:before,.mobile-product-column-button:hover:before,.mobile-product-column-button:focus-visible:before,.mobile-product-column-link:hover:before,.mobile-product-column-link:focus-visible:before{background:#c8b18ac7;box-shadow:0 0 14px #c8b18a38}.mobile-nav-bottom-links{border-top:1px solid #c8b18a24;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:10px;display:grid}.mobile-nav-bottom-link{color:#f2ebdfe0;min-width:0;min-height:46px;font-family:var(--font-ui);letter-spacing:.045em;text-align:center;text-transform:uppercase;transition:background-color var(--motion-base) var(--motion-ease), border-color var(--motion-base) var(--motion-ease), color var(--motion-base) var(--motion-ease), transform var(--motion-fast) var(--motion-ease);background:linear-gradient(90deg,#c8b18a14,#0000 78%),#080808b8;border:1px solid #c8b18a2e;border-radius:3px;justify-content:center;align-items:center;padding:0 7px;font-size:clamp(.68rem,2.35vw,.76rem);line-height:1;text-decoration:none;display:inline-flex;box-shadow:inset 0 1px #fcf7f00b}.mobile-nav-bottom-link.is-active,.mobile-nav-bottom-link:hover,.mobile-nav-bottom-link:focus-visible{color:#f2e2c2f5;background:linear-gradient(90deg,#c8b18a24,#0000 76%),#fcf7f009;border-color:#c8b18a57;transform:translateY(-1px)}body[data-mobile-nav-open=true] .shell-header .header-brand-block,body[data-mobile-nav-open=true] .shell-header.is-home-header .header-brand-block{z-index:28!important}body[data-mobile-nav-open=true] .shell-header .brand-mark,body[data-mobile-nav-open=true] .shell-header.is-home-header .brand-mark{transform-origin:0;transition:transform .68s cubic-bezier(.16,1,.3,1)!important;transform:translate(calc(clamp(36px,11.5vw,48px) + 138px - 50vw),-3.5px)scale(.84)!important}body:not([data-mobile-nav-open=true]) .shell-header .mobile-nav-toggle,body:not([data-mobile-nav-open=true]) .shell-header.is-home-header .mobile-nav-toggle{transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.16,1,.3,1)!important;transform:translate(0,0)!important}body[data-mobile-nav-open=true] .shell-header .mobile-nav-toggle,body[data-mobile-nav-open=true] .shell-header.is-home-header .mobile-nav-toggle{z-index:29!important;opacity:1!important;pointer-events:auto!important;transition:opacity .22s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.16,1,.3,1)!important;position:relative!important;transform:translate(33px,-3px)!important}body[data-mobile-nav-open=true] .shell-header .mobile-nav-toggle-mark{z-index:2;transition:transform .68s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(-1.5px)scale(.88)}body[data-mobile-nav-open=true] .shell-header .header-action-stack,body[data-mobile-nav-open=true] .shell-header.is-home-header .header-action-stack{z-index:29!important;pointer-events:auto!important;overflow:visible!important}body[data-mobile-nav-open=true] .shell-header .mobile-nav-drawer.is-open .mobile-nav-brand-logo,body[data-mobile-nav-open=true] .shell-header.is-home-header .mobile-nav-drawer.is-open .mobile-nav-brand-logo{opacity:0!important;visibility:hidden!important}.mobile-nav-drawer .mobile-nav-brand-logo,.mobile-nav-drawer .mobile-nav-logo-image{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.mobile-nav-header-actions{width:64px;grid-template-columns:none!important;grid-auto-columns:unset!important;box-shadow:none!important;background:0 0!important;border:0!important;justify-content:end!important;justify-items:end!important;display:block!important;position:relative!important;overflow:visible!important}.mobile-locale-switcher{top:1px;left:auto;right:0;width:64px!important;position:absolute!important}.mobile-locale-switcher .locale-switcher-trigger{box-sizing:border-box;background:linear-gradient(#fcf7f012,#fcf7f005),#080807c7;border:1px solid #c8b18a3d;border-radius:4px;width:64px;min-width:64px;min-height:46px;padding:0 11px;box-shadow:inset 0 1px #fcf7f01a,0 12px 32px #00000052}.mobile-locale-switcher .locale-switcher-list{width:64px!important;min-width:64px!important;left:auto!important;right:0!important}.mobile-locale-switcher .locale-switcher-pill{min-height:42px;width:64px!important;max-width:64px!important}.shell-header .brand-mark:after,.shell-header.is-home-header .brand-mark:after{content:none!important;animation:none!important;display:none!important}.shell-header .brand-logo-image,.shell-header.is-home-header .brand-logo-image{animation:none!important}.mobile-nav-drawer,.mobile-nav-drawer.is-open,.mobile-nav-drawer.is-closing{padding:14px 10px 12px!important;left:clamp(4px,1.8vw,8px)!important;right:clamp(4px,1.8vw,8px)!important}.mobile-product-browser{background:linear-gradient(#fcf7f00b,#fcf7f002),radial-gradient(320px 220px at 2% 0,#c8b18a17,#0000 70%),#0505058f!important;border-color:#c8b18a33!important;border-radius:5px!important;grid-template-columns:minmax(0,1fr) minmax(0,1.68fr)!important}.mobile-product-column-title{color:#c8b18abd;min-height:30px;font-family:var(--font-ui);letter-spacing:.09em;text-transform:uppercase;background:#fcf7f006;border-bottom:1px solid #c8b18a21;align-items:center;padding:0 10px;font-size:clamp(.58rem,2vw,.66rem);line-height:1;display:flex}.mobile-product-column-button,.mobile-product-column-link{color:#f2ebdfcc!important;letter-spacing:.01em!important;text-transform:none!important;min-height:58px!important;padding:11px 9px 11px 11px!important;font-size:clamp(.82rem,3.15vw,.9rem)!important;line-height:1.13!important}.mobile-product-column--directions .mobile-product-column-button,.mobile-product-column--families .mobile-product-column-button{font-weight:430}.mobile-product-column--products .mobile-product-column-link{font-weight:460;color:#f2e2c2e0!important}.mobile-product-column-button:before,.mobile-product-column-link:before{top:13px!important;bottom:13px!important}.mobile-product-column-button.is-active,.mobile-product-column-button:hover,.mobile-product-column-button:focus-visible,.mobile-product-column-link:hover,.mobile-product-column-link:focus-visible{color:#fcf7f0f7!important;background:linear-gradient(90deg,#c8b18a29,#fcf7f006 74%),#fcf7f005!important}.mobile-nav-bottom-link{letter-spacing:.035em!important;min-height:48px!important;font-size:clamp(.76rem,2.65vw,.82rem)!important}.mobile-product-browser{grid-template-columns:minmax(108px,.95fr) minmax(0,1.72fr)!important;gap:9px!important}.mobile-product-column{gap:0!important}.mobile-product-column--directions:before,.mobile-product-column--families:before{display:none!important}.mobile-product-column--directions,.mobile-product-column--families{border-top:1px solid #c8b18a1a;border-bottom:1px solid #c8b18a1a}.mobile-product-column--products:before{box-shadow:inset 0 1px #fcf7f00e,0 18px 42px #0000003d;background:radial-gradient(180px 190px at 0 0,#c8b18a21,#0000 72%),linear-gradient(#fcf7f00d,#fcf7f002),#080807b3!important;border-color:#c8b18a38!important;border-radius:6px!important}.mobile-product-column--directions .mobile-product-column-button,.mobile-product-column--families .mobile-product-column-button{color:#f2ebdfb8!important;background:0 0!important;border-bottom-color:#c8b18a14!important;border-radius:0!important;min-height:57px!important;padding-inline:4px 8px!important;font-size:clamp(.79rem,3vw,.88rem)!important}.mobile-product-column--directions .mobile-product-column-button.is-active,.mobile-product-column--families .mobile-product-column-button.is-active{color:#fcf7f0fa!important;background:linear-gradient(90deg,#c8b18a2e,#c8b18a0b 62%,#0000)!important}.mobile-product-column--directions .mobile-product-column-button:before,.mobile-product-column--families .mobile-product-column-button:before{left:0!important}.mobile-product-column--products .mobile-product-column-link{color:#f2e2c2f5!important;background:0 0!important;border-bottom:0!important;border-radius:6px!important;min-height:90px!important;padding:15px 12px!important;font-size:clamp(.92rem,3.45vw,1.02rem)!important;line-height:1.12!important}.mobile-product-column--products .mobile-product-column-link:before{height:34px;background:#c8b18adb!important;top:16px!important;bottom:auto!important}.mobile-product-browser,.mobile-product-browser.has-family-layer{box-sizing:border-box;gap:7px!important;width:100%!important;max-width:100%!important}.mobile-product-column{box-sizing:border-box;min-width:0!important}.mobile-product-column--directions,.mobile-product-column--families{background:linear-gradient(#76522d29,#2d201714),#120d0a6b;border-top-color:#c8b18a29!important;border-bottom-color:#c8b18a29!important}.mobile-product-column--products:before{background:linear-gradient(#fcf7f00d,#fcf7f004),#14121085!important;border-color:#c8b18a29!important;border-radius:4px!important;box-shadow:inset 0 1px #fcf7f00d!important}.mobile-product-column--directions .mobile-product-column-button,.mobile-product-column--families .mobile-product-column-button{color:#f7f1e7d1!important;min-height:60px!important;padding-inline:7px 8px!important;font-size:clamp(.86rem,3.25vw,.96rem)!important;line-height:1.12!important}.mobile-product-column--products .mobile-product-column-link{color:#f7ebd4f0!important;border-radius:4px!important;min-height:76px!important;padding:13px 11px!important;font-size:clamp(.9rem,3.35vw,1rem)!important;font-weight:450!important}.mobile-product-column--products .mobile-product-column-link:before{height:28px!important;box-shadow:none!important;background:#c8b18aad!important;top:14px!important}.mobile-product-column--directions .mobile-product-column-button.is-active,.mobile-product-column--families .mobile-product-column-button.is-active,.mobile-product-column--products .mobile-product-column-link:hover,.mobile-product-column--products .mobile-product-column-link:focus-visible{background:linear-gradient(90deg,#c8b18a2e,#fcf7f009 76%),#fcf7f006!important}.mobile-product-column--products{background:linear-gradient(#76522d24,#2d201713),#120d0a66;border-top:1px solid #c8b18a29;border-bottom:1px solid #c8b18a29}.mobile-product-column--products:before{display:none!important}.mobile-product-column--products .mobile-product-column-link{color:#f7ebd4e6!important;min-height:60px!important;box-shadow:none!important;background:0 0!important;border-bottom:1px solid #c8b18a14!important;border-radius:0!important;padding:11px 8px 11px 11px!important;font-size:clamp(.86rem,3.2vw,.96rem)!important;font-weight:440!important;line-height:1.12!important}.mobile-product-column--products .mobile-product-column-link:last-child{border-bottom:0!important}.mobile-product-column--products .mobile-product-column-link:before{height:auto!important;box-shadow:none!important;background:#c8b18a00!important;top:13px!important;bottom:13px!important}.mobile-product-column--products .mobile-product-column-link:hover,.mobile-product-column--products .mobile-product-column-link:focus-visible{background:linear-gradient(90deg,#c8b18a24,#fcf7f008 76%),#fcf7f005!important}.mobile-product-column--products .mobile-product-column-link:hover:before,.mobile-product-column--products .mobile-product-column-link:focus-visible:before{background:#c8b18a9e!important}.mobile-product-browser:not(.has-family-layer) .mobile-product-column--families .mobile-product-column-link{position:relative;color:#f7ebd4eb!important;background:0 0!important;border-bottom:1px solid #c8b18a1c!important;min-height:64px!important;padding:13px 28px 13px 12px!important;font-size:clamp(.92rem,3.35vw,1.02rem)!important;line-height:1.12!important}.mobile-product-browser:not(.has-family-layer) .mobile-product-column--families .mobile-product-column-link:after{content:"›";color:#c8b18ab8;font-size:1.05rem;line-height:1;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.mobile-product-browser:not(.has-family-layer) .mobile-product-column--families .mobile-product-column-link:before{background:#c8b18a00!important}.mobile-product-browser:not(.has-family-layer) .mobile-product-column--families .mobile-product-column-link:hover:before,.mobile-product-browser:not(.has-family-layer) .mobile-product-column--families .mobile-product-column-link:focus-visible:before{background:#c8b18a9e!important}.mobile-product-browser:not(.has-family-layer) .mobile-product-column--families .mobile-product-column-link:hover,.mobile-product-browser:not(.has-family-layer) .mobile-product-column--families .mobile-product-column-link:focus-visible{background:linear-gradient(90deg,#c8b18a1f,#fcf7f006 76%),#fcf7f004!important}.mobile-nav-drawer,.mobile-nav-drawer.is-open,.mobile-nav-drawer.is-closing{background:linear-gradient(#100d0af5 0 62px,#100d0a00 63px),linear-gradient(#4a342257,#18120d47),radial-gradient(420px 320px at 18% 0,#dab77a1f,#0000 62%),radial-gradient(360px 260px at 86% 12%,#8e5d301a,#0000 64%),#0c0a08!important}.mobile-nav-drawer:before,.mobile-nav-drawer:after{opacity:0!important}.mobile-nav-header{background:0 0!important}.mobile-product-browser,.mobile-product-browser.has-family-layer{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:start!important;overflow:visible!important}.mobile-product-browser.has-family-layer{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mobile-product-column{background:0 0!important;border:0!important;align-self:start!important;gap:0!important}.mobile-product-column:before{display:none!important}.mobile-product-column--directions,.mobile-product-column--families,.mobile-product-column--products{background:0 0!important;border-top:0!important;border-bottom:0!important}.mobile-product-column--directions{padding-top:2px}.mobile-product-column--families{margin-top:2px}.mobile-product-column--products{margin-top:2px;padding:0}.mobile-product-browser:not(.has-family-layer) .mobile-product-column--families{background:0 0!important;border:0!important;margin-top:2px!important}.mobile-product-column-button,.mobile-product-column-link,.mobile-product-browser:not(.has-family-layer) .mobile-product-column--families .mobile-product-column-link{box-sizing:border-box!important;background:0 0!important;border-bottom:0!important;border-radius:2px!important;align-items:center!important;width:100%!important;height:60px!important;min-height:60px!important;margin-bottom:4px!important;transition:background-color .12s cubic-bezier(.22,1,.36,1),color .12s cubic-bezier(.22,1,.36,1),opacity .12s cubic-bezier(.22,1,.36,1)!important}.mobile-product-column-button span,.mobile-product-column-link span{-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis!important;align-self:center!important;display:-webkit-box!important;overflow:hidden!important}.mobile-product-column-button:last-child,.mobile-product-column-link:last-child{margin-bottom:0!important}.mobile-product-column--directions .mobile-product-column-button.is-active,.mobile-product-column--families .mobile-product-column-button.is-active{background:linear-gradient(90deg,#c8b18a29,#c8b18a0a 58%,#0000 100%)!important}.mobile-product-column--products .mobile-product-column-link{background:0 0!important;border-bottom:0!important;align-items:center!important;height:60px!important;min-height:60px!important;padding-right:22px!important}.mobile-product-browser:not(.has-family-layer) .mobile-product-column--families .mobile-product-column-link{color:#f7f1e7d1!important;height:60px!important;min-height:60px!important;box-shadow:none!important;border-radius:0!important;padding:11px 26px 11px 10px!important;font-size:clamp(.86rem,3.25vw,.96rem)!important;font-weight:430!important;line-height:1.12!important}.mobile-product-column--products .mobile-product-column-link:after{content:"›";color:#c8b18a9e;font-size:1rem;line-height:1;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.mobile-product-browser:not(.has-family-layer) .mobile-product-column--families .mobile-product-column-link:after{top:50%!important;transform:translateY(-50%)!important}.mobile-nav-drawer,.mobile-nav-drawer.is-open,.mobile-nav-drawer.is-closing{background:linear-gradient(#100d0af5 0 68px,#100d0a00 69px),linear-gradient(#422e1f3d,#17110d33),radial-gradient(320px 220px at 18% 0,#dab77a17,#0000 64%),#0c0a08!important;border-color:#c8b18a3d!important;border-radius:8px!important;width:auto!important;max-width:none!important;padding:16px 16px 14px!important;left:clamp(44px,12.8vw,56px)!important;right:clamp(44px,12.8vw,56px)!important;box-shadow:0 24px 78px #00000070,inset 0 1px #fcf7f00d,inset 0 0 0 1px #fcf7f006!important}.mobile-nav-header{border-bottom:1px solid #c8b18a21!important;min-height:58px!important;padding:0 0 14px!important}.mobile-nav-list{padding:12px 0 0!important}.mobile-product-accordion{gap:0!important;padding:0!important}.mobile-product-accordion-item{border-top:0!important}.mobile-product-accordion-item+.mobile-product-accordion-item{border-top:1px solid #c8b18a13!important}.mobile-product-accordion-item:last-child{border-bottom:1px solid #c8b18a13!important}.mobile-product-accordion-trigger{color:#f2ebdfd1!important;letter-spacing:.005em!important;min-height:58px!important;padding:0 2px!important;font-size:clamp(.9rem,3.55vw,.98rem)!important;font-weight:410!important}.mobile-product-accordion-item.is-open>.mobile-product-accordion-trigger{color:#fcf7f0fa!important;background:0 0!important}.mobile-product-accordion-item.is-open>.mobile-product-accordion-trigger:before{content:"";background:#c8b18ac7;border-radius:999px;width:2px;position:absolute;top:17px;bottom:17px;left:-16px;box-shadow:0 0 16px #c8b18a33}.mobile-product-accordion-panel{border-left:1px solid #c8b18a29!important;margin:0 0 10px 12px!important;padding:0 0 0 16px!important}.mobile-product-accordion-subtrigger{color:#e2d6c3c7!important;min-height:48px!important;padding:0 2px 0 0!important;font-size:clamp(.8rem,3.15vw,.9rem)!important;font-weight:390!important}.mobile-product-accordion-group{border-top:1px solid #c8b18a0e!important}.mobile-product-accordion-group:first-child{border-top:0!important}.mobile-product-accordion-group.is-open>.mobile-product-accordion-subtrigger{color:#fcf7f0f0!important;background:0 0!important}.mobile-product-accordion-products{border-left:1px solid #c8b18a1c!important;margin:0 0 8px 10px!important;padding:0 0 0 14px!important}.mobile-product-accordion-link{color:#d5b580eb!important;justify-content:flex-start!important;min-height:40px!important;padding:0!important;font-size:clamp(.76rem,2.95vw,.84rem)!important;font-weight:410!important}.mobile-product-accordion-trigger:hover,.mobile-product-accordion-trigger:focus-visible,.mobile-product-accordion-subtrigger:hover,.mobile-product-accordion-subtrigger:focus-visible,.mobile-product-accordion-link:hover,.mobile-product-accordion-link:focus-visible{color:#fcf7f0fa!important;background:0 0!important}.mobile-product-accordion-trigger>span[aria-hidden=true],.mobile-product-accordion-subtrigger>span[aria-hidden=true]{color:#c8b18a94!important;font-size:.95em!important}.mobile-nav-bottom-links{border-top-color:#c8b18a1c!important;gap:10px!important;padding-top:14px!important}.mobile-nav-bottom-link{color:#f2ebdfd1!important;letter-spacing:.05em!important;background:linear-gradient(#fcf7f007,#fcf7f002),#0808076b!important;border-color:#c8b18a29!important;border-radius:5px!important;min-height:42px!important;font-size:clamp(.66rem,2.55vw,.74rem)!important;font-weight:430!important;box-shadow:inset 0 1px #fcf7f009!important}}.route-title-row{justify-content:space-between;align-items:flex-start;gap:var(--space-lg);display:flex}.route-title-lockup{min-width:0}.route-title-action{flex:none;margin-top:4px}.contact-locale-switcher{z-index:3;flex-wrap:wrap;justify-content:flex-end;gap:6px;width:236px;display:flex;position:relative}.contact-locale-switcher .locale-switcher-label{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.contact-locale-switcher .locale-switcher-trigger,.contact-locale-switcher .locale-switcher-pill{letter-spacing:0;background:linear-gradient(#fcf7f00e,#fcf7f003),#110c07;border-color:#c8b18a38;border-radius:6px;width:28px;min-width:28px;min-height:28px;padding:0 10px;font-size:.92rem;box-shadow:inset 0 1px #fcf7f014,0 16px 36px #0003}.contact-locale-switcher .locale-switcher-list{border-radius:8px;min-width:50px;padding:6px}.contact-locale-switcher .locale-switcher-pill.is-current{color:var(--color-text-strong);background:linear-gradient(#c8b18a38,#855c3133),#1f1710d1}.locale-switcher-trigger>span:first-child,.locale-switcher-pill>span:first-child{letter-spacing:0;line-height:1}@media (max-width:900px){.route-title-row{gap:var(--space-md)}.route-title-action{margin-top:1px}.contact-locale-switcher{gap:5px;width:135px}.contact-locale-switcher .locale-switcher-trigger,.contact-locale-switcher .locale-switcher-pill{width:30px;min-width:30px;min-height:30px;padding:0;font-size:.9rem}.mobile-nav-drawer,.mobile-nav-drawer.is-open,.mobile-nav-drawer.is-closing{background:linear-gradient(#422e1f3d,#17110d33),radial-gradient(320px 220px at 18% 0,#dab77a17,#0000 64%),#0c0a08!important}.mobile-product-accordion-link{position:relative!important}.mobile-product-accordion-panel>.mobile-product-accordion-link:before,.mobile-product-accordion-products>.mobile-product-accordion-link:before{content:""!important;background:linear-gradient(90deg,#d5b58075,#d5b5802e)!important;border-radius:999px!important;height:1px!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important}.mobile-product-accordion-panel>.mobile-product-accordion-link:before{width:10px!important;left:-16px!important}.mobile-product-accordion-products>.mobile-product-accordion-link:before{width:10px!important;left:-14px!important}}:is(.shell-header:not(:has(.mobile-nav-drawer.is-open)) .brand-mark,.shell-header:not(:has(.mobile-nav-drawer.is-open)) .brand-logo-image){animation:none!important}@media (max-width:900px){body[data-mobile-nav-open=true] .shell-header .brand-mark,body[data-mobile-nav-open=true] .shell-header.is-home-header .brand-mark{transform:translate(calc(clamp(36px,11.5vw,48px) + 186px - 50vw),-3.5px)scale(.84)!important}body[data-mobile-nav-open=true] .shell-header .mobile-nav-toggle,body[data-mobile-nav-open=true] .shell-header.is-home-header .mobile-nav-toggle{transform:translate(81px,-3px)!important}.header-phone-link.header-phone-link--mobile{opacity:1;transform-origin:50%;visibility:visible;will-change:opacity, transform;transform:translateY(-50%)scale(1);transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.16,1,.3,1),visibility linear!important;animation:none!important}body[data-mobile-nav-open=true] .header-phone-link.header-phone-link--mobile{filter:none!important;opacity:0!important;pointer-events:none!important;visibility:hidden!important;z-index:7!important;transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.16,1,.3,1),visibility 0s linear .32s!important;transform:translate(-81px,-50%)scale(1)!important}body[data-mobile-nav-closing=true] .header-phone-link.header-phone-link--mobile{pointer-events:none!important;visibility:visible!important;z-index:7!important;transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.16,1,.3,1),visibility linear!important}.header-phone-link.header-phone-link--mobile .header-phone-icon{transform-origin:50%;transform:translateY(-1px)scale(1);width:54px!important;height:54px!important;transition:transform .68s cubic-bezier(.16,1,.3,1)!important}body[data-mobile-nav-open=true] .header-phone-link.header-phone-link--mobile .header-phone-icon{transform:translateY(-1.5px)scale(.88)!important}body[data-mobile-nav-closing=true] .mobile-nav-drawer.is-closing{opacity:0!important;z-index:8!important;transition:opacity .32s cubic-bezier(.22,1,.36,1)!important}body[data-mobile-nav-open=true] .shell-header .header-brand-block,body[data-mobile-nav-open=true] .shell-header.is-home-header .header-brand-block{pointer-events:auto!important}body[data-mobile-nav-open=true] .shell-header .brand-mark,body[data-mobile-nav-open=true] .shell-header.is-home-header .brand-mark{cursor:pointer;pointer-events:auto!important}.mobile-nav-locale-row{--mobile-locale-pill-gap:clamp(2px, .75vw, 3px);--mobile-locale-pill-size:min(34px, calc((100% - (6 * var(--mobile-locale-pill-gap))) / 7));justify-content:center!important;align-items:center!important;gap:var(--mobile-locale-pill-gap)!important;border-top:1px solid #c8b18a1a!important;border-bottom:1px solid #c8b18a14!important;flex-wrap:nowrap!important;width:100%!important;max-width:100%!important;min-height:54px!important;margin:8px 0 10px!important;padding:9px 0 8px!important;display:flex!important}.mobile-nav-locale-row .locale-switcher-pill{width:var(--mobile-locale-pill-size)!important;min-width:var(--mobile-locale-pill-size)!important;aspect-ratio:1!important;letter-spacing:0!important;touch-action:manipulation!important;background:linear-gradient(#fcf7f00b,#fcf7f003),#08080757!important;border-color:#c8b18a2e!important;border-radius:5px!important;justify-content:center!important;align-items:center!important;height:auto!important;min-height:0!important;padding:0!important;font-size:clamp(.98rem,4.5vw,1.1rem)!important;transition:border-color 70ms linear,background 70ms linear,box-shadow 70ms linear,transform 70ms cubic-bezier(.22,1,.36,1)!important;display:inline-flex!important;box-shadow:inset 0 1px #fcf7f00e!important}.mobile-nav-locale-row .locale-switcher-pill:active{transform:scale(.96)!important}.mobile-nav-locale-row .locale-switcher-pill.is-pressed{background:linear-gradient(#d5b58029,#855c311a),#120e0a7a!important;border-color:#d5b5804d!important;transform:scale(.96)!important}.mobile-nav-locale-row .locale-switcher-pill>span:first-child{justify-content:center!important;align-items:center!important;line-height:1!important;display:inline-flex!important;transform:none!important}.mobile-nav-locale-row .locale-switcher-pill.is-current{background:linear-gradient(#d5b58033,#855c3124),#120e0a8a!important;border-color:#d5b58057!important}.mobile-nav-drawer>.mobile-nav-header,.mobile-nav-drawer>.mobile-nav-list,.mobile-nav-drawer>.mobile-nav-locale-row,.mobile-nav-drawer>.mobile-nav-bottom-links{justify-self:start!important;width:100%!important;min-width:0!important;max-width:100%!important}.header-phone-link.header-phone-link--desktop{pointer-events:none!important;display:none!important}.mobile-nav-drawer,.mobile-nav-drawer.is-open,.mobile-nav-drawer.is-closing{grid-template-rows:auto minmax(0,1fr) auto auto!important;gap:3px!important;padding-top:11px!important;padding-bottom:11px!important}.mobile-nav-header{min-height:43px!important;padding-bottom:7px!important}.mobile-nav-list{scrollbar-width:none;gap:0!important;min-height:0!important;padding-top:0!important;overflow-y:auto!important}.mobile-nav-list::-webkit-scrollbar{display:none}.mobile-product-accordion{gap:0!important;padding-top:14px!important}.mobile-product-accordion-trigger{min-height:43px!important;padding-top:0!important;padding-bottom:0!important;font-size:clamp(1.02rem,3.95vw,1.14rem)!important}.mobile-product-accordion-panel{padding-bottom:4px!important}.mobile-product-accordion-subtrigger{min-height:36px!important;padding-top:0!important;padding-bottom:0!important;font-size:clamp(.94rem,3.55vw,1.05rem)!important}.mobile-product-accordion-products{margin-bottom:3px!important}.mobile-product-accordion-link{min-height:31px!important;padding-top:0!important;padding-bottom:0!important;font-size:clamp(.88rem,3.32vw,.98rem)!important}.mobile-nav-locale-row{--mobile-locale-pill-gap:4px!important;border-top-color:#0000!important;border-bottom-color:#0000!important;justify-content:stretch!important;min-height:34px!important;margin:0!important;padding:0!important}.mobile-nav-locale-row .locale-switcher-pill{background:linear-gradient(#fcf7f00b,#fcf7f003),#08080761!important;border-color:#c8b18a33!important;flex:1 1 0!important;width:auto!important;min-width:0!important;height:31px!important;min-height:31px!important;box-shadow:inset 0 1px #fcf7f00e!important}.mobile-nav-bottom-links{border-top-color:#0000!important;gap:4px!important;padding-top:0!important}.mobile-nav-bottom-link{letter-spacing:.025em!important;background:linear-gradient(#fcf7f009,#fcf7f002),#0808076b!important;border-color:#c8b18a2e!important;border-radius:4px!important;min-height:32px!important;padding:0 4px!important;font-size:clamp(.72rem,2.75vw,.8rem)!important;box-shadow:inset 0 1px #fcf7f00a!important}.mobile-nav-header{border-bottom-color:#0000!important;min-height:44px!important;padding-bottom:0!important}.mobile-nav-list{padding-top:0!important}.mobile-product-accordion{padding-top:6px!important}.mobile-product-accordion:before{top:8px!important;bottom:8px!important}.mobile-product-accordion-trigger{min-height:43px!important}.mobile-product-accordion-subtrigger{min-height:38px!important}.mobile-product-accordion-link{min-height:32px!important}}.mobile-product-side-panel{display:none}@media (max-width:900px){.mobile-nav-drawer.is-product-panel-experiment,.mobile-nav-drawer.is-product-panel-experiment.is-open,.mobile-nav-drawer.is-product-panel-experiment.is-closing{background:linear-gradient(90deg,#d5b58014 0 1px,#0000 1px 100%),radial-gradient(420px 280px at 16% 0,#d5b58021,#0000 64%),linear-gradient(120deg,#402b1c52,#0d0a08eb 52%,#070605fa),#0a0807!important;border-width:1px!important;border-color:#d5b5803d!important;border-radius:10px!important;width:calc(100vw - 10px)!important;max-width:none!important;height:calc(100dvh - 10px)!important;padding:12px 14px!important;inset:5px!important;box-shadow:0 0 0 1px #00000085,0 28px 90px #00000094,inset 0 1px #fcf7f00e!important}.mobile-nav-drawer.is-product-panel-experiment:before{content:""!important;opacity:1!important;pointer-events:none!important;background:0 0!important;border:1px solid #d5b58016!important;border-radius:7px!important;width:auto!important;height:auto!important;display:block!important;position:absolute!important;inset:8px!important}.mobile-nav-drawer.is-product-panel-experiment:after{content:""!important;opacity:1!important;pointer-events:none!important;background:linear-gradient(#0000,#d5b5806b 14%,#d5b58024 72%,#0000)!important;border-radius:999px!important;width:2px!important;height:auto!important;display:block!important;position:absolute!important;top:8px!important;bottom:8px!important;left:8px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-header{border-bottom-color:#d5b5801a!important;min-height:44px!important;padding-bottom:2px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-list{grid-template-columns:minmax(0,.5fr) minmax(0,.5fr);align-items:stretch!important;gap:10px!important;padding-top:9px!important;display:grid!important;overflow:hidden!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion{scrollbar-width:none;min-width:0!important;padding-top:0!important;padding-right:2px!important;overflow-y:auto!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion::-webkit-scrollbar{display:none}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion:before{top:2px!important;bottom:2px!important;left:-6px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-trigger{min-height:43px!important;padding-right:0!important;font-size:clamp(.88rem,3.35vw,1rem)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-subtrigger{min-height:37px!important;font-size:clamp(.8rem,3vw,.9rem)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-products,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-panel>.mobile-product-accordion-link{display:none!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel{background:radial-gradient(180px 160px at 0 0,#d5b5801b,#0000 70%),linear-gradient(#fcf7f00c,#fcf7f003),#110c098a;border:1px solid #d5b5801f;border-radius:7px;flex-direction:column;min-width:0;padding:13px 11px 12px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #fcf7f00b,-18px 0 38px #00000038}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel:before{content:"";background:linear-gradient(#d5b580b3,#0000);width:1px;height:64px;position:absolute;top:13px;left:-1px}.mobile-product-side-panel-kicker,.mobile-product-side-panel-title{margin:0}.mobile-product-side-panel-kicker{color:#d5b580a8;letter-spacing:.12em;text-transform:uppercase;font-size:.58rem;font-weight:520}.mobile-product-side-panel-title{color:#fcf7f0eb;margin-top:7px;font-size:clamp(.84rem,3.1vw,.98rem);font-weight:460;line-height:1.16}.mobile-product-side-panel-links{scrollbar-width:none;flex-direction:column;gap:5px;min-height:0;margin-top:16px;display:flex;overflow-y:auto}.mobile-product-side-panel-links::-webkit-scrollbar{display:none}.mobile-product-side-panel-link{color:#debd81f0;border-bottom:1px solid #d5b58013;align-items:center;min-height:40px;padding:0 13px 0 0;font-size:clamp(.76rem,2.9vw,.86rem);font-weight:430;line-height:1.16;display:flex;position:relative}.mobile-product-side-panel-link:after{content:"›";color:#d5b5809e;position:absolute;top:50%;right:0;transform:translateY(-50%)}.mobile-product-side-panel-empty{color:#e2d6c394;align-items:center;min-height:100%;font-size:clamp(.78rem,3vw,.88rem);line-height:1.35;display:flex}.mobile-nav-drawer.is-product-panel-experiment,.mobile-nav-drawer.is-product-panel-experiment.is-open,.mobile-nav-drawer.is-product-panel-experiment.is-closing{background:radial-gradient(360px 260px at 20% -2%,#d5b58024,#0000 64%),radial-gradient(240px 300px at 100% 18%,#72482429,#0000 72%),linear-gradient(116deg,#3323186b,#0d0a08f0 48%,#070605fa),#0a0807!important;padding:14px 16px 12px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-header{position:relative;border-bottom-color:#0000!important;min-height:42px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-header:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#d5b58021 14% 86%,#0000);height:1px;position:absolute;bottom:-8px;left:0;right:0}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-list{grid-template-columns:minmax(0,.49fr) minmax(0,.51fr);position:relative;gap:14px!important;padding-top:16px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-list:before{content:"";pointer-events:none;background:linear-gradient(#0000,#d5b5803d 8%,#d5b58021 58%,#d5b58009 88%,#0000);width:1px;position:absolute;top:13px;bottom:8px;left:calc(49% + 7px)}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion:before{background:linear-gradient(#0000,#d5b58042 11%,#d5b58014 82%,#0000)!important;left:-7px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item+.mobile-product-accordion-item,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item:last-child,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group{border-color:#d5b5800d!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-trigger{color:#f0eae0d1!important;min-height:45px!important;font-size:clamp(.92rem,3.55vw,1.02rem)!important;font-weight:430!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item.is-open>.mobile-product-accordion-trigger{color:#fffaf1fa!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group.is-open>.mobile-product-accordion-subtrigger{color:#fcf7f0f0!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel{min-height:0;box-shadow:none;border:0;border-radius:0;align-self:start;padding:10px 0 12px 15px;overflow:visible;background:0 0!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel:before{display:none!important}.mobile-product-side-panel-kicker{color:#d5b580b3;letter-spacing:.16em;font-size:.56rem}.mobile-product-side-panel-title{color:#fffaf1f5;max-width:13ch;margin-top:8px;font-size:clamp(.94rem,3.7vw,1.08rem);line-height:1.12}.mobile-product-side-panel-links{gap:0;margin-top:20px;overflow:visible}.mobile-product-side-panel-link{color:#e2be7ef5;border-bottom-color:#d5b5801a;min-height:46px;padding-right:18px;font-size:clamp(.84rem,3.25vw,.94rem)}.mobile-product-side-panel-link span{max-width:12ch;display:block}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item+.mobile-product-accordion-item,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item:last-child,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group{border-color:#0000!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-trigger,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-subtrigger{background:0 0!important;border-bottom:0!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-trigger{min-height:42px!important;margin-bottom:1px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-panel{margin:0 0 7px 8px!important;padding-left:13px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-subtrigger{min-height:36px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item.has-direct-products.is-open>.mobile-product-accordion-trigger:before{top:13px!important;bottom:13px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-kicker{color:#d5b5809e;letter-spacing:.14em;font-size:.54rem}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item.is-open>.mobile-product-accordion-trigger{position:relative;color:#fffaf1!important;background:linear-gradient(90deg,#d5b5801d,#d5b58006 58%,#0000)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group.is-open>.mobile-product-accordion-subtrigger{position:relative;color:#fffaf1f5!important;background:linear-gradient(90deg,#d5b58017,#d5b58005 62%,#0000)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group.is-open>.mobile-product-accordion-subtrigger:before{content:"";background:#e2be7eb8;width:1px;position:absolute;top:12px;bottom:12px;left:-14px}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-link{color:#ffe9befa;background:linear-gradient(90deg,#e2be7e1f,#e2be7e07 64%,#0000);border:1px solid #e2be7e24;border-color:#e2be7e24 #0000 #e2be7e24 #e2be7e75;margin-left:-1px;padding-left:10px;box-shadow:inset 1px 0 #e2be7e38}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-link:after{color:#ffe9bed1;right:8px}.mobile-nav-drawer.is-product-panel-experiment,.mobile-nav-drawer.is-product-panel-experiment.is-open,.mobile-nav-drawer.is-product-panel-experiment.is-closing{background:radial-gradient(340px 220px at 18% -4%,#d5b58018,#0000 68%),linear-gradient(118deg,#2a1d1457,#0b0907f5 48%,#070605fc),#090807!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-header:after{background:linear-gradient(90deg,#0000,#d5b5801a 18% 82%,#0000)!important;bottom:-10px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-list{grid-template-columns:minmax(0,.5fr) minmax(0,.5fr);gap:16px!important;padding-top:20px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-list:before{background:linear-gradient(#0000,#d5b5802e 10%,#d5b58018 62%,#0000)!important;top:18px!important;bottom:18px!important;left:calc(50% + 8px)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion{padding-right:2px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion:before,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-panel:before,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-panel>.mobile-product-accordion-link:before,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-products>.mobile-product-accordion-link:before{display:none!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-trigger,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-subtrigger{color:#efe7dac7!important;letter-spacing:0!important;background:0 0!important;min-height:39px!important;margin:0!important;padding-left:0!important;padding-right:0!important;font-weight:390!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-trigger{font-size:clamp(.95rem,3.7vw,1.05rem)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-subtrigger{color:#e2d6c3a3!important;min-height:32px!important;font-size:clamp(.78rem,2.95vw,.86rem)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-panel{border-left-color:#d5b5801f!important;margin:1px 0 9px 8px!important;padding-left:12px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item.is-open>.mobile-product-accordion-trigger,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group.is-open>.mobile-product-accordion-subtrigger{color:#fffaf1fa!important;background:0 0!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item.is-open>.mobile-product-accordion-trigger:before{background:#e2be7ec7!important;width:1px!important;top:10px!important;bottom:10px!important;left:-9px!important;box-shadow:0 0 12px #e2be7e24!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group.is-open>.mobile-product-accordion-subtrigger:before{background:#e2be7e7a!important;top:10px!important;bottom:10px!important;left:-12px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-trigger>span[aria-hidden=true],.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-subtrigger>span[aria-hidden=true]{color:#d5b58075!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel{padding:16px 0 12px 14px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-kicker,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-title{display:none!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-links{gap:7px!important;margin-top:0!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-link{min-height:42px!important;box-shadow:none!important;color:#ffebc5f2!important;background:0 0!important;border:0!important;border-bottom:1px solid #d5b5801a!important;margin-left:0!important;padding:0 18px 0 0!important;font-size:clamp(.88rem,3.32vw,.98rem)!important;line-height:1.14!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-link:before{content:"";background:#e2be7e70;width:5px;height:1px;position:absolute;top:50%;left:-14px;transform:translateY(-50%)}.mobile-nav-drawer.is-product-panel-experiment,.mobile-nav-drawer.is-product-panel-experiment.is-open,.mobile-nav-drawer.is-product-panel-experiment.is-closing{background:linear-gradient(#fcf7f009,#fcf7f002),radial-gradient(360px 260px at 16% -5%,#c8b18a1b,#0000 68%),radial-gradient(320px 360px at 94% 18%,#68462a29,#0000 74%),linear-gradient(115deg,#18110c,#080706 54%,#050504)!important;border:1px solid #c8b18a3d!important;border-radius:7px!important;padding:13px 16px 12px!important;left:clamp(5px,1.8vw,8px)!important;right:clamp(5px,1.8vw,8px)!important;box-shadow:18px 0 70px #0000005c,inset 0 1px #fcf7f00d,inset 0 0 0 1px #5b3f261f!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-list{grid-template-columns:minmax(0,.535fr) minmax(0,.465fr)!important;align-items:start!important;gap:18px!important;padding:24px 0 10px!important;display:grid!important;overflow:hidden!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-list:before{background:linear-gradient(#0000,#c8b18a29 7%,#c8b18a1a 58%,#c8b18a0a 86%,#0000)!important;width:1px!important;top:24px!important;bottom:14px!important;left:calc(53.5% + 9px)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion{align-content:start!important;gap:0!important;padding:0 0 0 3px!important;display:grid!important;overflow:visible!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group{border:0!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-trigger,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-subtrigger,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-link{width:100%!important;box-shadow:none!important;text-align:left!important;background:0 0!important;border:0!important;border-radius:0!important;grid-template-columns:minmax(0,1fr) 18px!important;align-items:center!important;text-decoration:none!important;transition:color .13s cubic-bezier(.16,1,.3,1),opacity .13s cubic-bezier(.16,1,.3,1)!important;display:grid!important;position:relative!important;transform:translate(0,0)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-trigger{color:#f2ebdfc7!important;letter-spacing:0!important;min-height:45px!important;padding:0!important;font-size:clamp(1rem,3.88vw,1.12rem)!important;font-weight:380!important;line-height:1.08!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-panel{border-left:1px solid #c8b18a21!important;gap:0!important;margin:-1px 0 11px!important;padding:1px 0 0 14px!important;display:grid!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-subtrigger{color:#ded3c19e!important;letter-spacing:0!important;min-height:39px!important;padding:0!important;font-size:clamp(.94rem,3.55vw,1.04rem)!important;font-weight:385!important;line-height:1.1!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-trigger span:first-child,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-subtrigger span:first-child,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-link span{text-overflow:ellipsis!important;transform-origin:0!important;will-change:transform!important;white-space:normal!important;min-width:0!important;max-width:calc(100% - 22px)!important;transition:transform .145s cubic-bezier(.16,1,.3,1),color .12s cubic-bezier(.16,1,.3,1)!important;display:block!important;overflow:hidden!important;transform:translateZ(0)scale(1)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-trigger>span[aria-hidden=true],.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-subtrigger>span[aria-hidden=true]{color:#c8b18a6b!important;transform-origin:50%!important;will-change:transform!important;justify-content:center!important;justify-self:auto!important;align-items:center!important;width:18px!important;min-width:18px!important;height:18px!important;font-size:.9em!important;line-height:1!important;transition:color .12s cubic-bezier(.16,1,.3,1),transform .165s cubic-bezier(.16,1,.3,1)!important;display:inline-flex!important;position:absolute!important;top:50%!important;right:0!important;overflow:visible!important;transform:translateY(-50%)rotate(0)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item.is-open>.mobile-product-accordion-trigger,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group.is-open>.mobile-product-accordion-subtrigger{color:#fffaf1fa!important;font-weight:430!important;animation:none!important;transform:translate(0,0)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item.is-open>.mobile-product-accordion-trigger span:first-child{transform:translateZ(0)scale(1.026)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group.is-open>.mobile-product-accordion-subtrigger span:first-child{transform:translateZ(0)scale(1.02)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item.is-open>.mobile-product-accordion-trigger:before,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group.is-open>.mobile-product-accordion-subtrigger:before{content:""!important;background:#e2be7ec7!important;border-radius:0!important;width:1px!important;position:absolute!important;box-shadow:0 0 12px #e2be7e24!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item.is-open>.mobile-product-accordion-trigger:before{top:12px!important;bottom:12px!important;left:-7px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group.is-open>.mobile-product-accordion-subtrigger:before{box-shadow:none!important;background:#e2be7e75!important;top:9px!important;bottom:9px!important;left:-15px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item.is-open>.mobile-product-accordion-trigger>span[aria-hidden=true],.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-group.is-open>.mobile-product-accordion-subtrigger>span[aria-hidden=true]{color:#e2be7eb8!important;transform:translateY(-50%)rotate(90deg)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-accordion-item.has-direct-products.is-open>.mobile-product-accordion-trigger>span[aria-hidden=true]{transform:translateY(-50%)rotate(0)!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel{min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;align-self:start!important;padding:4px 0 10px 16px!important;overflow:hidden!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel:before,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel:after,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-kicker,.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-title{display:none!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-links{gap:0!important;margin:0!important;display:grid!important;overflow:hidden!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-link{color:#ffe9bee8!important;letter-spacing:0!important;border-bottom:1px solid #c8b18a1b!important;min-height:45px!important;padding:0!important;font-size:clamp(.9rem,3.38vw,1rem)!important;font-weight:390!important;line-height:1.12!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-link span{max-width:13.5ch!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-link:before{background:#e2be7e70!important;width:7px!important;height:1px!important;left:-16px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-link:after{color:#e2be7e94!important;justify-self:end!important;position:static!important;transform:none!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-product-side-panel-empty{color:#ded3c17a!important;min-height:45px!important;font-size:clamp(.82rem,3.05vw,.9rem)!important;line-height:1.25!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-locale-row{margin-top:1px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-bottom-links{border-top-color:#c8b18a1f!important;gap:5px!important;padding-top:7px!important}.mobile-nav-drawer.is-product-panel-experiment .mobile-nav-bottom-link{min-height:40px!important;box-shadow:none!important;color:#f2ebdfc2!important;background:#fcf7f003!important;border-color:#c8b18a21!important;border-radius:3px!important;font-size:clamp(.66rem,2.35vw,.73rem)!important}}.home-page .home-system-story{background:radial-gradient(980px 420px at 76% 18%,#c8b18a1f,#0000 70%),linear-gradient(#090806 0%,#17110c 54%,#080706 100%)!important;padding-top:clamp(108px,10vw,154px)!important;padding-bottom:clamp(62px,7vw,108px)!important}.home-page .home-system-story-inner{grid-template-columns:minmax(360px,.34fr) minmax(0,.66fr)!important;align-items:center!important;gap:clamp(42px,6vw,90px)!important}.home-page .home-system-story .home-section-title{max-width:13ch!important;font-size:clamp(3.35rem,5vw,5.2rem)!important;line-height:.98!important}.home-page .home-system-story .home-section-text{max-width:34rem!important}.home-page .home-system-visual{aspect-ratio:2.04!important;background:#100d0a!important;border:0!important;outline:1px solid #d4bb911f!important}.home-page .home-system-visual img{object-fit:cover!important;object-position:50% 50%!important;filter:saturate(.92)brightness(.76)contrast(1.04)!important;width:100%!important;height:100%!important}.home-page .home-product-sequence{background:linear-gradient(#080706 0%,#120e0a 44%,#070707 100%)!important;padding-top:clamp(64px,7vw,104px)!important;padding-bottom:clamp(90px,11vw,164px)!important}.home-page .home-product-sequence-head{border-bottom-color:#d4bb9133!important;grid-template-columns:minmax(310px,.38fr) minmax(0,.62fr)!important;gap:clamp(34px,6vw,88px)!important;padding-bottom:clamp(34px,5vw,68px)!important}.home-page .home-product-sequence-head .home-section-title{max-width:11.5ch!important;font-size:clamp(2.8rem,4.7vw,5rem)!important;line-height:.98!important}.home-page .home-product-sequence-head .home-section-text{align-self:end!important;max-width:44rem!important;margin:0!important}.home-page .home-product-reel{width:min(100%, var(--layout-content-max))!important}.home-page .home-product-reel-item{border-bottom-color:#d4bb9129!important;grid-template-columns:minmax(0,.64fr) minmax(300px,.36fr)!important;align-items:center!important;gap:clamp(34px,6vw,96px)!important;min-height:min(760px,86vh)!important;padding:clamp(48px,6vw,88px) 0!important}.home-page .home-product-reel-item:nth-child(2n){grid-template-columns:minmax(300px,.36fr) minmax(0,.64fr)!important}.home-page .home-product-reel-item:before{color:#d4bb916b!important;top:clamp(28px,4vw,54px)!important}.home-page .home-product-reel-item figure{aspect-ratio:1.92!important;width:100%!important;box-shadow:none!important;background:linear-gradient(#fcf7f007,#05060805),#0d0a07!important;border:0!important;outline:1px solid #d4bb911c!important}.home-page .home-product-reel-item figure img{object-fit:cover!important;object-position:50% 50%!important;filter:saturate(.92)brightness(.78)contrast(1.05)!important;width:100%!important;height:100%!important}.home-page .home-product-reel-item[data-source-id=VM-021] figure img{object-fit:contain!important;background:#090806!important;padding:clamp(16px,2vw,28px)!important}.home-page .home-product-reel-item[data-source-id=PM-005] figure img{object-position:34% 50%!important}.home-page .home-product-reel-item div{gap:clamp(10px,1.5vw,16px)!important;max-width:34rem!important;padding-top:0!important}.home-page .home-product-reel-item h3{max-width:13ch!important;font-size:clamp(2.25rem,4vw,4.35rem)!important;line-height:.98!important}.home-page .home-product-reel-item p{color:#f2ebdfa8!important;max-width:33rem!important}.home-page .home-product-story-link{color:#e8d7b7e0;min-height:34px;font-family:var(--font-ui);font-size:var(--font-size-route-meta);letter-spacing:.16em;text-transform:uppercase;justify-self:start;align-items:center;gap:12px;margin-top:4px;display:inline-flex}.home-page .home-product-story-link:after{content:"";width:36px;height:1px;transition:transform var(--motion-base) var(--motion-ease);background:#d4bb917a}.home-page .home-product-story-link:hover:after,.home-page .home-product-story-link:focus-visible:after{transform:translate(6px)}.home-page .home-display-surfaces{background:radial-gradient(860px 420px at 72% 42%,#c8b18a14,#0000 72%),linear-gradient(#070707 0%,#15100c 100%)!important;padding-top:clamp(92px,10vw,146px)!important;padding-bottom:clamp(86px,10vw,138px)!important}.home-page .home-display-surfaces-inner{grid-template-columns:minmax(320px,.32fr) minmax(0,.68fr)!important;gap:clamp(38px,6vw,92px)!important}.home-page .home-display-surface{aspect-ratio:1.92!important;background:#0b0907!important;border:0!important;outline:1px solid #d4bb911f!important}.home-page .home-display-surface img{object-fit:cover!important;object-position:58% 50%!important;filter:saturate(.86)brightness(.72)contrast(1.08)!important;width:100%!important;height:100%!important}.home-page .home-display-surface figcaption{width:min(100%,32rem)!important;margin-top:18px!important}@media (max-width:900px){.home-page .home-system-story,.home-page .home-product-sequence,.home-page .home-display-surfaces{padding-inline:16px!important}.home-page .home-system-story{padding-top:72px!important;padding-bottom:44px!important}.home-page .home-system-story-inner,.home-page .home-product-sequence-head,.home-page .home-display-surfaces-inner{grid-template-columns:minmax(0,1fr)!important;gap:28px!important}.home-page .home-system-story .home-section-title,.home-page .home-product-sequence-head .home-section-title,.home-page .home-display-surfaces .home-section-title{max-width:12.5ch!important;font-size:clamp(2.25rem,10vw,3.25rem)!important;line-height:1.03!important}.home-page .home-system-visual,.home-page .home-display-surface,.home-page .home-product-reel-item figure{aspect-ratio:1.34!important}.home-page .home-product-sequence{padding-top:58px!important;padding-bottom:74px!important}.home-page .home-product-reel-item,.home-page .home-product-reel-item:nth-child(2n){grid-template-columns:minmax(0,1fr)!important;gap:22px!important;min-height:auto!important;padding:44px 0!important}.home-page .home-product-reel-item:nth-child(2n) figure{order:0!important}.home-page .home-product-reel-item:before{top:18px!important}.home-page .home-product-reel-item h3{max-width:12ch!important;font-size:clamp(2rem,9.4vw,3rem)!important}.home-page .home-product-reel-item p,.home-page .home-system-story .home-section-text,.home-page .home-product-sequence-head .home-section-text,.home-page .home-display-surfaces .home-section-text{max-width:100%!important;line-height:1.58!important}.home-page .home-product-story-link{letter-spacing:.12em}.home-page .home-display-surfaces{padding-top:68px!important;padding-bottom:72px!important}}.hc-section{padding-block:clamp(82px,10vw,150px)}.hc-eyebrow{font-family:var(--font-ui);font-size:var(--font-size-eyebrow);letter-spacing:.34em;text-transform:uppercase;color:var(--color-accent)}.hc-title{font-family:var(--font-display);letter-spacing:.005em;color:var(--color-text-strong);font-size:clamp(2rem,4vw,3.1rem);font-weight:300;line-height:1.05}.hc{border-color:#c8b18a33;height:clamp(520px,70vh,760px)}.hc-panel{background:linear-gradient(155deg,#17120c 0%,#0b0806 72%);border-left-color:#c8b18a33;flex:1 1 0;justify-content:center;gap:clamp(26px,3vw,42px);padding:clamp(38px,3.6vw,68px)}.hc-panel-top{gap:clamp(16px,1.7vw,22px)}.hc-index{font-family:var(--font-display);letter-spacing:.02em;color:#0000;-webkit-text-stroke:1px #c8b18a73;align-items:baseline;gap:6px;margin-bottom:clamp(4px,.8vw,10px);font-size:clamp(2.6rem,4.6vw,4.4rem);font-weight:300;line-height:.8;display:flex}.hc-index i{letter-spacing:.12em;-webkit-text-stroke:0;color:#c8b18a99;font-size:.32em;font-style:normal}.hc-cat{font-family:var(--font-ui);font-weight:600;font-size:var(--font-size-eyebrow);letter-spacing:.3em;color:var(--color-accent)}.hc-name{font-family:var(--font-display);letter-spacing:.004em;color:var(--color-text-strong);font-size:clamp(2.1rem,3.3vw,3.2rem);font-weight:300;line-height:1.04}.hc-desc{font-family:var(--font-body);color:#f2ebdfbd;max-width:40ch}.hc-link{font-family:var(--font-ui);letter-spacing:.22em;color:var(--color-text-strong);margin-top:clamp(8px,1vw,14px);font-size:.74rem;font-weight:600}.hc-link .hc-link-line{background:var(--color-accent)}.hc-bar{width:42px}.hc-bar i,.hc-bar.is-active i{background:var(--color-accent)}.hc-arrow{width:46px;height:46px;color:var(--color-text-strong);border-color:#c8b18a52}.hc-arrow:hover{background:var(--color-accent);border-color:var(--color-accent);color:#14100b}@media (max-width:860px){.hc-panel{justify-content:flex-start}.hc-index{font-size:clamp(2.2rem,12vw,3.4rem)}}.hc-section{padding-inline:0}.hc-section:before{display:none}.hc-head{padding-inline:max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px));margin-bottom:clamp(30px,4vw,58px)}.hc{border-left:0;border-right:0;height:clamp(560px,78vh,880px);box-shadow:0 50px 120px -60px #000000e6}.hc-panel{padding-inline:clamp(40px,4vw,96px)}@media (max-width:860px){.hc{border-top:0}.hc-panel{padding-inline:clamp(24px,6vw,40px)}}.hc-scrim{display:none}.hc{box-shadow:none;border:0;height:clamp(580px,80vh,900px)}.hc-visual{flex:2 1 0}.hc-panel{background:linear-gradient(150deg,#15110b 0%,#0b0806 70%,#090605 100%);flex:1 1 0;justify-content:center;gap:clamp(18px,1.8vw,26px);padding:clamp(44px,4vw,88px) clamp(40px,4vw,96px) clamp(104px,13vh,162px);position:relative}.hc-index{margin-bottom:clamp(2px,.6vw,8px);font-size:clamp(2.2rem,3.4vw,3.4rem)}.hc-name{font-size:clamp(2.3rem,3.4vw,3.6rem)}.hc-desc{color:#f2ebdfb8;max-width:38ch;font-size:clamp(.95rem,1.05vw,1.06rem)}.hc-controls{border-top:1px solid #c8b18a29;padding-top:clamp(20px,2vw,28px);position:absolute;bottom:clamp(30px,3.4vw,52px);left:clamp(40px,4vw,96px);right:clamp(40px,4vw,96px)}.hc-arrow{width:48px;height:48px}@media (max-width:860px){.hc-panel{justify-content:flex-start;padding:clamp(28px,7vw,44px) clamp(24px,6vw,40px) clamp(82px,16vw,112px)}.hc-controls{bottom:clamp(22px,5vw,32px);left:clamp(24px,6vw,40px);right:clamp(24px,6vw,40px)}}.home-display-copy{min-width:0}.home-display-surfaces .home-section-title{overflow-wrap:break-word;max-width:min(13ch,100%)}.home-display-surfaces .home-section-text{max-width:100%}.home-display-copy{grid-template-columns:minmax(0,1fr)}.home-display-surfaces .home-section-title{font-size:clamp(2.1rem,3vw,3.3rem);line-height:1.08}.home-page .home-section-title{font-family:var(--font-display);letter-spacing:.004em;font-weight:300}@media (min-width:1024px){.home-hero-copy .eyebrow,.home-hero-copy .home-brand-statement,.home-hero-copy .home-hero-actions{display:none}}.home-product-reel-item h3{font-family:var(--font-display);letter-spacing:.004em;font-weight:300}.route-panel,.route-status-card,.status-card,.hero-panel,.direction-product-card{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important}.route-panel,.direction-product-card{border-top:1px solid #c8b18a29!important;padding:clamp(26px,3vw,44px) 0!important}.direction-hero-visual-copy h2,.direction-product-card h3,.route-page h1,.route-hero h1,.route-panel h2,.route-panel h3{font-family:var(--font-display);letter-spacing:.004em;font-weight:300}.direction-product-link,.route-back-link{color:var(--color-text-strong);font-family:var(--font-ui);letter-spacing:.18em;text-transform:uppercase;font-size:.74rem;transition:color .28s;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;min-height:0!important;padding:8px 0!important}.direction-product-link:after{content:"→";color:var(--color-accent);margin-left:10px;transition:transform .28s;display:inline-block}.direction-product-link:hover,.direction-product-link:focus-visible,.route-back-link:hover,.route-back-link:focus-visible{color:var(--color-accent);box-shadow:none!important;background:0 0!important;border-color:#0000!important;transform:none!important}.direction-product-link:hover:after{transform:translate(5px)}.direction-product-link.primary{color:var(--color-accent)}.direction-hero-visual,.product-hero-visual{box-shadow:none!important;border:0!important;border-radius:0!important}.direction-hero-visual-copy h2{letter-spacing:.004em;font-weight:300}.direction-hero-visual{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;min-height:clamp(360px,44vh,540px)!important}.direction-hero-visual .direction-stage-plane,.direction-hero-visual:after{display:none!important}.direction-hero-visual:before{background:linear-gradient(#05060838 0%,#05060800 30%,#0506088c 70%,#050608d6 100%)!important}.direction-stage-vision-max{background-image:url(/images/site-vis-021a/vision-max/web-context.jpg)!important}.direction-stage-hi-end-audio{background-image:url(/images/site-vis-021a/hi-end-audio/web-context.jpg)!important}.direction-stage-living-glass{background-image:url(/images/site-vis-021a/living-glass-baikal-clean/web-context.jpg)!important}.direction-stage-hologram{background-image:url(/images/site-vis-021a/hologram-vitrine/web-context.jpg)!important}.direction-stage-pictorial-art-display{background-image:url(/images/site-vis-021a/pictorial-art-display/web-context.jpg)!important}.direction-stage-display-for-exhibition{background-image:url(/images/site-vis-021a/exhibition-display-active-surface/web-context.jpg)!important}.route-link-card{box-shadow:none!important;background:0 0!important;border:0!important;border-top:1px solid #c8b18a24!important;border-radius:0!important;padding:clamp(18px,2vw,26px) 0!important}.route-link-card:hover,.route-link-card:focus-visible{box-shadow:none!important;background:0 0!important;border-color:#c8b18a47!important;transform:none!important}.route-link-card .route-link-label{transition:color .24s}.route-link-card:hover .route-link-label{color:var(--color-accent)}.product-stat-grid div{box-shadow:none!important;background:0 0!important;border:0!important;border-top:1px solid #c8b18a24!important;border-radius:0!important;min-height:0!important;padding:clamp(16px,1.6vw,22px) 0!important}.product-stat-grid div dt,.product-stat-grid div .route-link-label{color:var(--color-accent)}.route-lux-media,.product-premium-story,.product-blueprint-panel,.product-section-card{border-radius:0!important}.direction-material-list div{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding-left:0!important;padding-right:0!important}.home-product-reel-item figure img{object-fit:cover!important;object-position:center!important}.home-page .home-product-reel-item[data-source-id=VM-021] figure img{object-fit:cover!important;object-position:50% 42%!important;background:0 0!important;padding:0!important}.privacy-page{min-height:100vh;padding:clamp(112px, 12vw, 174px) max(24px, calc((100vw - var(--layout-content-max)) / 2 + 32px)) clamp(84px, 10vw, 142px);background:radial-gradient(880px 480px at 72% 12%,#c8b18a26,#0000 70%),radial-gradient(700px 460px at 10% 82%,#6f4a2e2e,#0000 74%),linear-gradient(#0b0907 0%,#18110c 52%,#080807 100%);position:relative;overflow:hidden}.privacy-page:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0 24%,#ffffff07 24% calc(24% + 1px),#0000 calc(24% + 1px) 76%,#ffffff06 76% calc(76% + 1px),#0000 calc(76% + 1px)),linear-gradient(#fcf7f007,#0000 28% 78%,#fcf7f005);position:absolute;inset:0}.privacy-page-shell{z-index:1;width:min(100%,980px);position:relative}.privacy-page h1{max-width:12ch;color:var(--color-text-strong);font-family:var(--font-display);letter-spacing:.004em;margin:0;font-size:clamp(3rem,7vw,6.8rem);font-weight:300;line-height:.94}.privacy-lead{color:#f2ebdfb8;max-width:760px;margin:clamp(24px,3vw,38px) 0 0;font-size:clamp(1.02rem,1.3vw,1.18rem);line-height:1.72}.privacy-meta{color:#c8b18ac7;font-family:var(--font-ui);letter-spacing:.18em;text-transform:uppercase;border-top:1px solid #c8b18a33;flex-wrap:wrap;gap:10px 22px;margin:clamp(28px,3.6vw,46px) 0 clamp(30px,4vw,58px);padding-top:18px;font-size:.72rem;display:flex}.privacy-article{gap:clamp(28px,3vw,44px);max-width:860px;display:grid}.privacy-article section{border-top:1px solid #c8b18a29;gap:12px;padding-top:clamp(22px,2.4vw,34px);display:grid}.privacy-article h2{color:var(--color-text-strong);font-family:var(--font-display);letter-spacing:.004em;margin:0;font-size:clamp(1.52rem,2.3vw,2.25rem);font-weight:300}.privacy-article p,.privacy-article li{color:#f2ebdfb3;line-height:1.72}.privacy-article p,.privacy-article ul{margin:0}.privacy-article ul{gap:8px;padding-left:1.1rem;display:grid}.privacy-back-link,.privacy-notice-link,.privacy-notice-button,.mf-legal-link{color:var(--color-accent);font-family:var(--font-ui);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:600;text-decoration:none}.privacy-back-link{border-bottom:1px solid #c8b18a57;width:max-content;margin-top:10px;padding-bottom:7px;display:inline-flex}.mf-legal-link,.privacy-notice-link,.privacy-notice-button{transition:color .18s var(--motion-montelar-ease), opacity .18s var(--motion-montelar-ease), border-color .18s var(--motion-montelar-ease), background-color .18s var(--motion-montelar-ease)}.mf-legal-link:hover,.mf-legal-link:focus-visible,.privacy-back-link:hover,.privacy-back-link:focus-visible,.privacy-notice-link:hover,.privacy-notice-link:focus-visible{color:var(--color-text-strong)}.privacy-notice{z-index:70;-webkit-backdrop-filter:blur(18px)saturate(1.08);backdrop-filter:blur(18px)saturate(1.08);width:min(430px,100vw - 32px);animation:privacy-notice-in .52s var(--motion-montelar-ease) both;background:radial-gradient(280px 150px at 16% 0,#d8b88921,#0000 72%),linear-gradient(145deg,#1e160edb,#090806d1),#100d09;border:1px solid #d8b88933;grid-template-columns:minmax(0,1fr);gap:14px;padding:16px 16px 14px;display:grid;position:fixed;bottom:clamp(16px,2vw,28px);right:clamp(16px,2vw,28px);box-shadow:0 24px 70px #00000057,inset 0 0 0 1px #fcf7f009}.privacy-notice:before{content:"";pointer-events:none;opacity:.55;background:linear-gradient(90deg,#d8b88942,#0000 28%),linear-gradient(#fcf7f00b,#0000 45%);position:absolute;inset:0}@keyframes privacy-notice-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translate(0,0)}}.privacy-notice-copy{z-index:1;gap:7px;display:grid;position:relative}.privacy-notice-title{color:var(--color-text-strong);font-family:var(--font-display);letter-spacing:.01em;margin:0;font-size:1.05rem;line-height:1.08}.privacy-notice-copy p:not(.privacy-notice-title){color:#f2ebdf9e;margin:0;font-size:.8rem;line-height:1.48}.privacy-notice-actions{z-index:1;justify-content:flex-end;align-items:center;gap:10px;padding-top:2px;display:flex;position:relative}.privacy-notice-button{color:#fcf7f0e6;cursor:pointer;background:linear-gradient(#d8b88929,#d8b88912);border:1px solid #d8b88947;min-height:34px;padding:0 15px}.privacy-notice-link{color:#d8b889e6;border:1px solid #d8b8891f;align-items:center;min-height:34px;padding:0 13px;display:inline-flex}.privacy-notice-button:hover,.privacy-notice-button:focus-visible{color:var(--color-text-strong);background:linear-gradient(#d8b8893d,#d8b8891f);border-color:#d8b8898a}.privacy-notice-link:hover,.privacy-notice-link:focus-visible{background:#d8b8890f;border-color:#d8b88947}.home-product-reel-item[data-source-id=VM-021] figure{clip-path:inset(0);overflow:hidden}.home-product-reel-item[data-source-id=VM-021] figure img{object-fit:cover!important;object-position:center center!important;height:100%!important;transform:scale(1.105)!important}.home-product-reel-item[data-source-id=VM-021]:hover figure img{transform:scale(1.125)!important}@media (max-width:720px){.privacy-page h1{max-width:9.5ch}.privacy-notice{grid-template-columns:1fr;align-items:start;padding:15px}.privacy-notice-actions{justify-content:flex-end}}.dir-page{width:100vw;min-width:0;color:var(--color-text);background:#050608;margin-inline:calc(50% - 50vw)}.dir-wrap{width:min(100% - 48px, var(--layout-content-max));min-width:0;margin-inline:auto}.dir-eyebrow{font-family:var(--font-ui);font-size:var(--font-size-eyebrow);letter-spacing:.34em;text-transform:uppercase;color:var(--color-accent);margin:0}.dir-eyebrow:before{content:"";vertical-align:middle;background:var(--color-accent);opacity:.7;width:30px;height:1px;margin-right:14px;display:inline-block}.dir-hero .dir-eyebrow,.dir-statement>.dir-wrap>.dir-eyebrow{color:#fff1d2f5;opacity:1;text-shadow:0 2px 18px #000000d1,0 0 1px #000000f2;font-weight:650}.dir-hero .dir-eyebrow:before,.dir-statement>.dir-wrap>.dir-eyebrow:before{opacity:1;background:linear-gradient(90deg,#e2bb78fa,#fff2d5e0);box-shadow:0 0 18px #e2bb7847}.dir-hero{isolation:isolate;align-items:flex-end;min-height:clamp(560px,86vh,940px);display:flex;position:relative;overflow:hidden}.dir-hero-img{z-index:0;object-fit:cover!important;object-position:center!important}.dir-hero-scrim{z-index:1;pointer-events:none;background:linear-gradient(#05060857 0%,#05060800 30% 46%,#050608b8 82%,#050608f2 100%);position:absolute;inset:0}.dir-hero-copy{z-index:2;width:min(100% - 48px, var(--layout-content-max));margin-inline:auto;padding-block:clamp(40px,6vw,96px);position:relative}.dir-title{font-family:var(--font-display);letter-spacing:.005em;color:var(--color-text-strong);margin:clamp(16px,2vw,28px) 0 0;font-size:clamp(3rem,8vw,7rem);font-weight:300;line-height:.98}.dir-lead{font-family:var(--font-body);color:#f2ebdfd1;text-wrap:balance;max-width:48ch;margin:clamp(18px,2vw,28px) 0 0;font-size:clamp(1rem,1.3vw,1.2rem);line-height:1.6}.dir-statement{padding-block:clamp(80px,11vw,170px)}.dir-statement-title{font-family:var(--font-display);color:var(--color-text-strong);max-width:20ch;margin:clamp(18px,2vw,28px) 0 0;font-size:clamp(2.2rem,5vw,4.2rem);font-weight:300;line-height:1.04}.dir-statement-body{font-family:var(--font-body);color:#f2ebdfb8;max-width:56ch;margin:clamp(20px,2.4vw,32px) 0 0;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.66}.dir-meta{border-top:1px solid #c8b18a29;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,3vw,48px);max-width:40rem;margin:clamp(36px,4vw,60px) 0 0;padding-top:clamp(24px,2.6vw,36px);display:grid}.dir-meta dt{font-family:var(--font-ui);font-size:var(--font-size-eyebrow);letter-spacing:.28em;text-transform:uppercase;color:var(--color-accent);margin:0 0 10px}.dir-meta dd{font-family:var(--font-display);color:var(--color-text-strong);margin:0;font-size:clamp(1.2rem,1.8vw,1.7rem);font-weight:300}.dir-line{padding-block:0 clamp(60px,8vw,120px)}.dir-products{margin:clamp(20px,3vw,40px) 0 0;padding:0;list-style:none}.dir-product{width:min(100% - 48px, var(--layout-content-max));border-top:1px solid #c8b18a29;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:clamp(24px,4vw,72px);margin-inline:auto;padding-block:clamp(36px,4.4vw,68px);display:grid}.dir-product-index{font-family:var(--font-display);color:#0000;-webkit-text-stroke:1px #c8b18a80;font-size:clamp(2rem,3.6vw,3.4rem);font-weight:300;line-height:1}.dir-product-name{font-family:var(--font-display);color:var(--color-text-strong);margin:0;font-size:clamp(1.9rem,3.4vw,3rem);font-weight:300;line-height:1.05}.dir-product-desc{font-family:var(--font-body);color:#f2ebdfb3;max-width:56ch;margin:clamp(12px,1.4vw,18px) 0 0;font-size:clamp(.98rem,1.1vw,1.08rem);line-height:1.62}.dir-product-actions{flex-wrap:wrap;gap:clamp(18px,2.4vw,36px);margin:clamp(18px,2vw,26px) 0 0;display:flex}.dir-link{font-family:var(--font-ui);letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-strong);border-bottom:1px solid #c8b18a52;align-items:center;gap:10px;padding-bottom:6px;font-size:.78rem;text-decoration:none;transition:border-color .3s,color .3s;display:inline-flex}.dir-link:after{content:"→";color:var(--color-accent);transition:transform .3s}.dir-link:hover{border-color:var(--color-accent)}.dir-link:hover:after{transform:translate(5px)}.dir-link--soft{color:#f2ebdfa8;border-bottom-color:#c8b18a2e}.dir-link--soft:after{content:none}.dir-link--lg{font-size:.82rem}.dir-cta{border-top:1px solid #c8b18a24;padding-block:clamp(80px,11vw,180px)}.dir-cta-title{font-family:var(--font-display);color:var(--color-text-strong);max-width:18ch;margin:0 0 clamp(24px,3vw,40px);font-size:clamp(2rem,4.4vw,3.6rem);font-weight:300;line-height:1.06}@media (max-width:768px){.dir-product{grid-template-columns:minmax(0,1fr);gap:10px}.dir-meta{grid-template-columns:minmax(0,1fr)}}.dir-meta--wide{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.dir-motion{padding-block:clamp(40px,6vw,96px)}.dir-statement .dir-product-actions{margin-top:clamp(28px,3vw,44px)}@media (min-width:900px){.dir-meta--wide{grid-template-columns:repeat(4,minmax(0,1fr))}}.dir-page{overflow-x:clip}.dir-motion{width:100%;min-width:0}.contact-page{width:100vw;min-width:0;color:var(--color-text);background:radial-gradient(circle at 72% 12%,#ab7e4c33,#0000 30rem),linear-gradient(#100d09 0%,#17110b 42%,#0b0805 100%);margin-inline:calc(50% - 50vw);overflow-x:clip}.contact-wrap{width:min(100% - 64px, var(--layout-content-max));margin-inline:auto}.contact-hero{isolation:isolate;align-items:end;min-height:clamp(620px,86svh,920px);padding:clamp(118px,13vh,160px) 0 clamp(64px,8vw,112px);display:grid;position:relative}.contact-hero:before{content:"";z-index:-2;background-color:#0000;background-image:linear-gradient(90deg,#d3b27d14 1px,#0000 1px),linear-gradient(#d3b27d14 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:min(18vw,260px) min(18vw,260px);background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000e0,#0000 82%);mask-image:linear-gradient(#000000e0,#0000 82%)}.contact-hero-depth{z-index:-1;pointer-events:none;background:linear-gradient(#0000 0%,#0c080570 32%,#070503f0 100%),radial-gradient(at 50% 100%,#cda87029,#0000 42rem);height:54%;position:absolute;inset:auto 0 0}.contact-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.7fr);align-items:end;gap:clamp(44px,7vw,116px);display:grid}.contact-eyebrow{font-family:var(--font-ui);font-size:var(--font-size-eyebrow);letter-spacing:.34em;text-transform:uppercase;color:#cfa66f;margin:0}.contact-eyebrow:before{content:"";vertical-align:middle;opacity:.72;background:currentColor;width:32px;height:1px;margin-right:14px;display:inline-block}.contact-hero h1,.contact-section-heading h2{font-family:var(--font-display);color:#f2ebdf;letter-spacing:0;font-weight:300}.contact-hero h1{max-width:12ch;margin:clamp(18px,2.4vw,30px) 0 0;font-size:clamp(3.4rem,8.4vw,8rem);line-height:.94}.contact-lead{max-width:52ch;font-family:var(--font-body);color:#f2ebdfc7;margin:clamp(24px,3vw,38px) 0 0;font-size:clamp(1.02rem,1.25vw,1.22rem);line-height:1.68}.contact-primary-actions{flex-wrap:wrap;gap:14px;margin-top:clamp(30px,3.6vw,48px);display:flex}.contact-action{color:#f2ebdfdb;min-height:48px;font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;background:linear-gradient(#fcf7f00e,#fcf7f003),#0d0b098a;border:1px solid #cfa66f57;border-radius:6px;justify-content:center;align-items:center;padding:0 22px;font-size:.78rem;text-decoration:none;transition:color .22s,border-color .22s,background .22s,box-shadow .22s,transform .22s;display:inline-flex;position:relative;box-shadow:inset 0 1px #fcf7f014,0 16px 36px #0003}.contact-action--primary{color:#f3dfb9;border-color:#cfa66f9e}.contact-action:hover,.contact-action:focus-visible{color:#fff7e8;background:linear-gradient(#c8b18a2e,#855c3129),#1b120a;border-color:#e0be88e6;transform:translateY(-1px);box-shadow:inset 0 1px #fcf7f01f,0 18px 42px #0000003d}.contact-hero-aside{border-left:1px solid #cfa66f33;gap:clamp(26px,3vw,38px);padding-left:clamp(24px,4vw,58px);display:grid}.contact-signal-list{gap:0;margin:0;display:grid}.contact-signal-list div{border-top:1px solid #cfa66f2e;gap:8px;padding:22px 0;display:grid}.contact-signal-list div:last-child{border-bottom:1px solid #cfa66f2e}.contact-signal-list dt{font-family:var(--font-ui);letter-spacing:.24em;text-transform:uppercase;color:#cfa66fe6;font-size:.68rem}.contact-signal-list dd{font-family:var(--font-body);color:#f2ebdfc2;margin:0;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.55}.contact-signal-list a{color:#f0dfbf;text-decoration:none}.contact-brief,.contact-routes,.contact-products,.contact-more{border-top:1px solid #cfa66f24;padding-block:clamp(72px,9vw,138px)}.contact-section-heading{grid-template-columns:minmax(0,.82fr) minmax(0,1fr);align-items:start;gap:clamp(32px,5vw,82px);display:grid}.contact-section-heading h2{max-width:18ch;margin:0;font-size:clamp(2.2rem,4.7vw,4.8rem);line-height:1.02}.contact-brief-copy,.contact-more-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1fr);gap:clamp(32px,5vw,82px);margin-top:clamp(36px,4.6vw,72px);display:grid}.contact-brief-copy p,.contact-more-grid p{max-width:62ch;font-family:var(--font-body);color:#f2ebdfbd;grid-column:2;margin:0;font-size:clamp(1rem,1.18vw,1.14rem);line-height:1.72}.contact-process{grid-column:2;gap:0;margin:clamp(28px,3.5vw,46px) 0 0;padding:0;list-style:none;display:grid}.contact-process li{color:#f2ebdfcc;font-family:var(--font-body);border-top:1px solid #cfa66f29;grid-template-columns:58px minmax(0,1fr);align-items:baseline;gap:clamp(18px,2vw,28px);padding:20px 0;font-size:clamp(1rem,1.15vw,1.1rem);line-height:1.55;display:grid}.contact-process li:last-child{border-bottom:1px solid #cfa66f29}.contact-process span{font-family:var(--font-display);color:#0000;-webkit-text-stroke:1px #cfa66f9e;font-size:clamp(1.55rem,2.5vw,2.4rem);line-height:1}.contact-route-lines,.contact-product-lines{border-top:1px solid #cfa66f29;margin-top:clamp(42px,5vw,76px);display:grid}.contact-route-line{min-height:104px;color:inherit;border-bottom:1px solid #cfa66f29;grid-template-columns:70px minmax(170px,.38fr) minmax(0,1fr);align-items:center;gap:clamp(20px,3.5vw,58px);padding-block:24px;text-decoration:none;transition:background .22s;display:grid}.contact-route-line:hover,.contact-route-line:focus-visible,.contact-product-line:hover,.contact-product-line:focus-visible{background:linear-gradient(90deg,#cfa66f14,#0000 72%)}.contact-route-index{font-family:var(--font-display);color:#0000;-webkit-text-stroke:1px #cfa66f8a;font-size:clamp(1.7rem,2.7vw,2.6rem)}.contact-route-title,.contact-product-line span{font-family:var(--font-display);color:#f2ebdf;font-size:clamp(1.6rem,2.6vw,2.6rem);font-weight:300;line-height:1.06}.contact-route-desc,.contact-product-line small{font-family:var(--font-body);color:#f2ebdfa8;font-size:clamp(.95rem,1.08vw,1.06rem);line-height:1.55}.contact-product-line{min-height:92px;color:inherit;border-bottom:1px solid #cfa66f29;grid-template-columns:minmax(220px,.44fr) minmax(0,1fr);align-items:center;gap:clamp(22px,4vw,68px);padding-block:22px;text-decoration:none;display:grid}.contact-more-links{flex-wrap:wrap;grid-column:2;gap:10px 22px;margin-top:0;display:flex}.contact-more-links a{color:#f2ebdfc2;min-height:42px;font-family:var(--font-ui);letter-spacing:.18em;text-transform:uppercase;border-bottom:1px solid #cfa66f42;align-items:center;font-size:.74rem;text-decoration:none;transition:color .22s,border-color .22s;display:inline-flex}.contact-more-links a:hover,.contact-more-links a:focus-visible{color:#f2ebdf;border-color:#cfa66fc7}.contact-page .contact-locale-switcher{background:#0a070457;border-color:#cfa66f3d;justify-self:start;width:max-content}.contact-page .contact-locale-switcher .locale-switcher-trigger,.contact-page .contact-locale-switcher .locale-switcher-pill{min-width:34px;min-height:34px}.contact-mobile-locale{display:none}@media (max-width:980px){.contact-hero-grid,.contact-section-heading,.contact-brief-copy,.contact-more-grid{grid-template-columns:minmax(0,1fr)}.contact-hero-aside{border-left:0;padding-left:0}.contact-brief-copy p,.contact-process,.contact-more-grid p,.contact-more-links{grid-column:1}.contact-route-line{grid-template-columns:58px minmax(0,1fr)}.contact-route-desc{grid-column:2}.contact-product-line{grid-template-columns:minmax(0,1fr);gap:10px}}@media (max-width:560px){.contact-mobile-locale{z-index:4;background:linear-gradient(#0e0a07fa,#130d08eb),#100d09;justify-content:center;align-items:center;padding:12px 16px;display:flex;position:relative}.contact-mobile-locale .contact-locale-switcher{background:0 0;border:0;justify-content:center;width:max-content;padding:0}.contact-mobile-locale .contact-locale-switcher .locale-switcher-trigger,.contact-mobile-locale .contact-locale-switcher .locale-switcher-pill{min-width:36px;min-height:34px}.contact-hero-aside .contact-locale-switcher--panel{display:none}.contact-wrap{width:min(100% - 32px, var(--layout-content-max))}.contact-hero{min-height:auto;padding-top:72px}.contact-hero-depth{height:57.7%}.contact-hero h1{font-size:clamp(2.8rem,15vw,4.7rem)}.contact-primary-actions{isolation:isolate;margin-top:28px;gap:10px;margin-inline:0;padding:0;display:grid;position:relative}.contact-primary-actions:before{content:none;display:none}.contact-action{width:100%;padding-inline:18px}.contact-brief,.contact-routes,.contact-products,.contact-more{padding-block:64px}.contact-section-heading h2{font-size:clamp(2rem,10vw,3.1rem)}.contact-route-line{gap:14px 18px;min-height:0;padding-block:22px}.contact-route-title,.contact-product-line span{font-size:clamp(1.42rem,7.2vw,2rem)}}@media (min-width:901px){.shell-header{border-bottom:0!important}.shell-header:after{z-index:3;pointer-events:none;background:linear-gradient(90deg,#c49a6a00 0%,#c49a6a29 12%,#e0b87ed9 50%,#c49a6a29 88%,#c49a6a00 100%);height:1px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 0 10px #d6aa6c42;content:""!important}.shell-header .header-action-stack{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;gap:22px!important;padding:0!important}.shell-header .header-action-stack>*,.shell-header .header-cta-row,.shell-header .header-cta-row>*,.shell-header .shell-chip-row{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.shell-header .header-phone-link,.shell-header .shell-chip,.shell-header .header-cta-row:before,.shell-header .header-cta-row:after,.shell-header .header-action-stack:before,.shell-header .header-action-stack:after{display:none!important}.shell-header .header-cta{color:#dcb27e!important;letter-spacing:.14em!important;background:0 0!important;border:0!important;border-radius:0!important;padding:6px 0!important}.shell-header .locale-switcher-trigger{background:0 0!important;border:0!important;border-radius:0!important}}.dir-hero-video{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.dir-statement{background:radial-gradient(880px 460px at 74% 18%,#c8b18a29,#0000 68%),radial-gradient(720px 520px at 12% 76%,#6f4a2e33,#0000 74%),linear-gradient(#050608 0%,#100d09 56%,#070708 100%)}.dir-line{background:radial-gradient(900px 480px at 16% 22%,#c8b18a24,#0000 70%),radial-gradient(680px 460px at 84% 80%,#6f4a2e2e,#0000 74%),linear-gradient(#070607 0%,#110d09 58%,#080706 100%)}.dir-motion{background:linear-gradient(#070607 0%,#100c08 60%,#070607 100%)}body:has(.dir-page) .site-shell{padding-top:var(--shell-header-height,84px)!important}.dir-page img,.dir-page video,.dir-hero-img,.dir-hero-video{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none}.dir-statement,.dir-line,.dir-motion{background:linear-gradient(#090807 0%,#100c08 55%,#090807 100%)!important}.dir-cta{background:linear-gradient(#0b0908 0%,#130f0a 100%)!important}.dir-page,.dir-statement,.dir-line,.dir-motion,.dir-cta{background:0 0!important}.home-page .home-display-surfaces--exhibition .home-display-surfaces-inner{grid-template-columns:minmax(0,1fr) minmax(280px,.34fr)!important}@media (max-width:900px){.home-page .home-display-surfaces--exhibition .home-display-surfaces-inner{grid-template-columns:1fr!important}.dir-page{width:100%;margin-inline:0;overflow-x:clip}.dir-wrap,.dir-hero-copy,.dir-product{width:min(100% - 32px, var(--layout-content-max))}.dir-hero{min-height:min(760px, calc(100svh - var(--shell-header-height,68px)))!important}.dir-hero-scrim{background:linear-gradient(#05060838 0%,#05060805 28%,#05060847 58%,#050608eb 100%),linear-gradient(90deg,#05060857,#05060800 62%)}.dir-hero-copy{padding-block:0 clamp(58px,11svh,92px)}.dir-eyebrow{letter-spacing:.22em;font-size:.62rem;line-height:1.35}.dir-eyebrow:before{width:22px;margin-right:10px}.dir-title{text-wrap:balance;overflow-wrap:break-word;max-width:10ch;font-size:clamp(2.65rem,14vw,4.2rem);line-height:.96}.dir-lead{max-width:32ch;font-size:.98rem;line-height:1.55}.dir-statement{padding-block:58px 52px}.dir-statement-title{max-width:15ch;font-size:clamp(1.85rem,8.8vw,2.6rem);line-height:1.07}.dir-statement-body{max-width:34ch;font-size:.96rem;line-height:1.62}.dir-meta{grid-template-columns:minmax(0,1fr);gap:18px;margin-top:28px;padding-top:22px}.dir-meta dt{letter-spacing:.22em;margin-bottom:8px}.dir-meta dd{font-size:1.06rem;line-height:1.38}.dir-line{padding-block:0 58px}.dir-products{margin-top:18px}.dir-product{grid-template-columns:minmax(0,1fr);gap:14px;padding-block:30px 34px}.dir-product-index{font-size:2.15rem}.dir-product-name{font-size:clamp(1.72rem,8vw,2.25rem);line-height:1.07}.dir-product-desc{max-width:34ch;font-size:.96rem;line-height:1.58}.dir-product-actions{gap:14px;margin-top:20px;display:grid}.dir-link{white-space:normal;letter-spacing:.15em;width:fit-content;max-width:100%;line-height:1.35}.dir-cta{padding-block:64px 96px}.dir-cta-title{max-width:13ch;font-size:clamp(1.85rem,8vw,2.5rem)}}.dir-hero{min-height:calc(100svh - var(--shell-header-height,84px))!important}@media (max-width:900px){.dir-hero{min-height:min(760px, calc(100svh - var(--shell-header-height,68px)))!important}}.home-page .home-display-surface figcaption{display:none!important}@media (max-width:900px){.home-page,.home-page :is(.home-hero,.hc-section,.home-product-sequence,.home-display-surfaces,.home-private-briefing){overflow-x:clip}.hc-controls{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px 14px;display:grid!important}.hc-bars{grid-template-columns:repeat(auto-fit,minmax(22px,1fr));gap:7px;width:100%;min-width:0;display:grid!important}.hc-bar{min-width:0;width:100%!important}.hc-nav{flex:none;justify-self:end}.hc-arrow{min-width:42px;width:42px!important;height:42px!important}.home-product-reel-item figure,.home-display-surface{width:100%;max-width:100%;overflow:hidden!important}.home-product-reel-item figure img,.home-display-surface img{height:auto;display:block;width:100%!important;max-width:100%!important}.home-product-reel-item figure img{object-fit:contain!important;object-position:center!important;height:100%!important}body .home-page .home-product-reel .home-product-reel-item figure img{object-fit:contain!important;object-position:center!important;height:100%!important;padding:0!important}body .home-page .home-product-reel .home-product-reel-item figure,body .home-page .home-display-surfaces .home-display-surface{aspect-ratio:16/9!important;background:linear-gradient(#fcf7f007,#0506080a),#0d0a07!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;display:block!important;position:relative!important;overflow:hidden!important}body .home-page .home-product-reel .home-product-reel-item figure img,body .home-page .home-display-surfaces .home-display-surface img{object-fit:contain!important;object-position:center!important;border:0!important;width:100%!important;max-width:none!important;height:100%!important;padding:0!important;position:absolute!important;inset:0!important;transform:none!important}}.home-page :is(h1,h2,h3,p,a,button,span,strong,small,figcaption){-webkit-hyphens:none!important;hyphens:none!important;overflow-wrap:normal!important;word-break:normal!important}@media (max-width:900px){.home-page :is(.home-hero-title,.home-section-title,.home-product-reel-item h3,.home-product-reel-item p,.home-display-copy,.home-display-copy *,.hc-name,.hc-desc,.hc-link,.home-product-story-link){text-wrap:pretty;-webkit-hyphens:none!important;hyphens:none!important;overflow-wrap:normal!important;word-break:normal!important}body .home-page .hc{height:auto!important}body .home-page .hc-visual{aspect-ratio:16/9!important;background:linear-gradient(#fcf7f006,#0506080d),#0d0a07!important;flex:none!important;height:auto!important;min-height:0!important;position:relative!important}body .home-page .hc-stage,body .home-page .hc-slide{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}body .home-page .hc-slide img{object-fit:contain!important;object-position:center!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important;transform:none!important}}.product-showcase-facts span,.dac-three-caption span{color:#e2be81d1;font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem}.dac-three-scene{isolation:isolate;background:0 0;border-block:0;grid-template-rows:minmax(0,1fr) max-content;gap:clamp(10px,1.6vw,22px);width:100vw;max-width:100vw;min-height:clamp(640px,100svh - 96px,1180px);margin-inline:calc(50% - 50vw);padding:0;display:grid;position:relative;overflow:hidden}.dac-three-topline{z-index:2;justify-content:space-between;align-items:baseline;gap:18px;display:flex;position:relative}.dac-three-topline .eyebrow{margin:0}.dac-three-hint{color:#eee1cb75;font-family:var(--font-ui);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.72rem}.dac-three-srtitle{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dac-coverflow{z-index:1;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;justify-content:center;align-self:stretch;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.dac-coverflow.is-dragging{cursor:grabbing}.dac-scene-backdrop{z-index:0;pointer-events:none;position:absolute;inset:0}.dac-scene-backdrop canvas{display:block;width:100%!important;height:100%!important}.dac-coverflow-track,.dac-three-caption{opacity:0;transition:opacity .48s}.dac-three-scene.is-ready .dac-coverflow-track,.dac-three-scene.is-ready .dac-three-caption{opacity:1}.dac-scene-backdrop{opacity:0;transition:opacity .9s}.dac-three-scene.is-bg-ready .dac-scene-backdrop{opacity:1}.dac-coverflow-track{width:100%;height:100%;transform-style:preserve-3d;position:relative}.dac-coverflow-item{cursor:pointer;transform-origin:bottom;will-change:transform, filter, opacity;background:0 0;border:0;margin:0;padding:0;font-size:0;line-height:0;position:absolute;top:62%;left:50%}.dac-coverflow-item img{object-fit:contain;object-position:center bottom;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-box-reflect:below 0 linear-gradient(transparent 60%, #00000038);width:100%;height:100%;display:block}.dac-three-caption{z-index:3;text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:7px;display:flex;position:absolute;top:clamp(12px,6%,54px);left:50%;transform:translate(-50%)}.dac-three-caption span{font-size:.72rem}.dac-three-caption strong{color:#fff8e7f5;font-family:var(--font-display);letter-spacing:.01em;font-size:clamp(1.5rem,2.7vw,2.35rem);font-weight:400;line-height:1}.dac-three-caption p{color:#eee1cb94;font-family:var(--font-ui);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.76rem}.dac-three-rail{z-index:2;justify-content:center;align-items:center;gap:clamp(10px,1.6vw,22px);padding:clamp(8px,2vw,20px) 16px clamp(18px,3vw,44px);display:flex;position:relative}.dac-three-arrow{color:#f1e4ccd1;cursor:pointer;background:0 0;border:1px solid #d6b07647;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;font-size:1.15rem;line-height:1;transition:border-color .18s,color .18s,background .18s;display:inline-flex}.dac-three-arrow:hover:not(:disabled){color:#fff8e7f5;background:#d6b07614;border-color:#e7bd78b3}.dac-three-arrow:disabled{opacity:.3;cursor:default}.dac-three-arrow:focus-visible{outline-offset:2px;outline:1px solid #e2be81b3}.dac-three-dots{align-items:center;gap:clamp(6px,1vw,14px);display:flex}.dac-three-dots button{color:#f1e4cc66;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;min-width:36px;height:32px;padding:0 4px;transition:color .2s;display:inline-flex;position:relative}.dac-three-dots button span{color:inherit;font-family:var(--font-ui);letter-spacing:.14em;font-size:.72rem}.dac-three-dots button:after{content:"";background:#e7bd78;width:0;height:1px;transition:width .24s;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.dac-three-dots button:hover,.dac-three-dots button:focus-visible{color:#fff8e7d1}.dac-three-dots button.is-active{color:#fff8e7f5}.dac-three-dots button.is-active:after{width:20px}.dac-three-dots button:focus-visible{outline-offset:2px;outline:1px solid #e2be81b3}.dac-page{gap:clamp(30px,5vw,78px);padding-block:clamp(6px,2vw,26px) clamp(44px,6vw,100px);display:grid}.dac-page--scene-first{gap:clamp(14px,2.4vw,34px);padding-block:0 clamp(40px,6vw,88px)}body:has(.dac-page) .site-stage{background:0 0}.dac-page-hero,.dac-page-context,.dac-page-related,.dac-page-cta{width:100%;max-width:1180px;margin-inline:auto;padding-inline:clamp(20px,5vw,76px)}.dac-page-hero{gap:14px;padding-top:clamp(18px,4vw,56px);display:grid}.dac-page-hero .eyebrow{margin:0}.dac-page-title{font-family:var(--font-display);letter-spacing:-.01em;color:#fff8e7f2;margin:0;font-size:clamp(2.8rem,6.4vw,6rem);font-weight:300;line-height:.94}.dac-page-intro{color:#eee1cba8;max-width:54ch;margin:0;font-size:clamp(1rem,1.3vw,1.18rem);line-height:1.55}.dac-page-context .eyebrow,.dac-page-related .eyebrow{margin:0 0 16px}.dac-page-notes{margin:0;padding:0;list-style:none}.dac-page-notes li{border-top:1px solid #d6b07629;grid-template-columns:max-content minmax(0,1fr);align-items:baseline;gap:clamp(18px,4vw,56px);padding:clamp(18px,2.4vw,28px) 0;display:grid}.dac-page-notes li:last-child{border-bottom:1px solid #d6b07629}.dac-page-notes span{font-family:var(--font-ui);letter-spacing:.14em;color:#e2be81b3;font-size:.78rem}.dac-page-notes p{max-width:60ch;font-family:var(--font-display);color:#eee1cbd1;margin:0;font-size:clamp(1.05rem,1.6vw,1.42rem);font-weight:300;line-height:1.4}.dac-page-related-list{grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:0 clamp(24px,4vw,64px);margin:0;padding:0;list-style:none;display:grid}.dac-page-related-list li{border-top:1px solid #d6b07629}.dac-page-related-list a{gap:5px;padding:clamp(16px,2vw,24px) 0;text-decoration:none;transition:transform .22s;display:grid}.dac-page-related-list a:hover{transform:translate(6px)}.dac-page-related-list strong{font-family:var(--font-display);color:#fff8e7eb;font-size:1.18rem;font-weight:400;transition:color .2s}.dac-page-related-list a:hover strong{color:#e7bd78}.dac-page-related-list span{color:#eee1cb8f;font-size:.92rem;line-height:1.4}.dac-page-cta{flex-wrap:wrap;align-items:center;gap:clamp(18px,3vw,44px);display:flex}.dac-page-action{font-family:var(--font-ui);letter-spacing:.12em;text-transform:uppercase;color:#f1e4ccbd;align-items:center;padding-bottom:6px;font-size:.82rem;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.dac-page-action:after{content:"";background:#d6b07647;height:1px;transition:background .2s;position:absolute;inset:auto 0 0}.dac-page-action:hover{color:#fff8e7f5}.dac-page-action:hover:after{background:#e7bd78}.dac-page-action--primary{color:#fff8e7f2}.dac-page-action--primary:after{background:#e7bd7899}@media (max-width:820px){.dac-three-scene{grid-template-rows:minmax(0,1fr) max-content;gap:12px;min-height:clamp(560px,84svh,760px);padding:20px 16px 24px}.dac-three-topline{flex-direction:column;align-items:flex-start;gap:3px}.dac-three-stage{margin-inline:-6px}.dac-three-caption{gap:6px}.dac-three-caption strong{font-size:1.7rem}.dac-three-caption p{font-size:.84rem}.dac-three-rail{flex-wrap:nowrap;gap:4px}.dac-three-rail button{min-width:38px;height:34px}.home-page[data-hv=a] .home-secondary-link{display:none!important}.home-page[data-hv=a] .home-hero-actions{margin-top:20px;display:block}.home-page[data-hv=a] .home-primary-link{min-height:0;box-shadow:none;font-family:var(--font-ui);letter-spacing:.16em;text-transform:uppercase;color:#f1e4ccd1;background:0 0;border:0;border-radius:0;padding:0 0 7px;font-size:.8rem;display:inline-block;position:relative}.home-page[data-hv=a] .home-primary-link:after{content:"";background:var(--color-accent);width:100%;height:1px;position:absolute;bottom:0;left:0}.home-page[data-hv=b] .home-hero-actions{display:none!important}.home-page[data-hv=b] .home-hero-axis{letter-spacing:.22em;gap:18px;margin-top:22px;font-size:.82rem}.home-page[data-hv=b] .home-hero-copy{padding-bottom:42px;position:relative}.home-page[data-hv=b] .home-hero-copy:after{content:"Проекты ↓";font-family:var(--font-ui);letter-spacing:.18em;text-transform:uppercase;color:#e7bd78b8;font-size:.72rem;animation:1.8s ease-in-out infinite hv-bob;position:absolute;bottom:8px;left:0}.home-page[data-hv=c] .home-hero-actions,.home-page[data-hv=c] .home-brand-statement{display:none!important}.home-page[data-hv=c] .home-hero-axis{letter-spacing:.24em;gap:clamp(14px,5vw,28px);margin-top:18px;font-size:.9rem}.home-page[data-hv] .hc-section{padding-top:clamp(40px,6vh,72px)}.home-page[data-hv] .hc-visual{height:clamp(320px,48vh,460px)}}@keyframes hv-bob{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media (max-width:820px){.home-page[data-hv=d] .home-hero-copy{display:none!important}.home-page[data-hv=d] .home-hero{min-height:0!important;padding-block:6px 0!important}.home-page[data-hv=d] .home-hero-stage{aspect-ratio:1.42!important;width:100%!important;min-height:0!important}.home-page[data-hv=d] .dac-three-scene{gap:0!important;min-height:clamp(360px,52svh,470px)!important;margin-top:0!important}.home-page[data-hv=d] .dac-three-caption{top:clamp(8px,6%,34px)!important}.home-page[data-hv=d] .dac-three-caption span,.home-page[data-hv=d] .dac-three-caption p{display:none!important}.home-page[data-hv=d] .dac-three-rail{padding-bottom:clamp(6px,1.4vw,14px)!important}.home-page[data-hv=d] .dac-three-arrow{aspect-ratio:1!important;border-radius:50%!important;flex:none!important;width:36px!important;min-width:36px!important;height:36px!important;padding:0!important}.home-page:not([data-hv]) .home-hero-copy{display:none!important}.home-page:not([data-hv]) .home-hero{min-height:0!important;padding-block:var(--space-xl) 0!important}.home-page:not([data-hv]) .home-hero-stage{aspect-ratio:1.42!important;width:100%!important;min-height:0!important}}
