/* Shared public-page surface. Homepage and login remain isolated from workspace layout. */
.landing-page{overflow-x:clip}
.public-page{margin:0;background:var(--color-surface);color:var(--color-text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.6}
.public-page *{box-sizing:border-box}
.public-page a{color:inherit;text-decoration:none}
.public-page button,.public-page input{font:inherit}
.public-page button{cursor:pointer}
.public-page img{display:block;max-width:100%}
.public-page em{font-style:italic;color:var(--color-accent-deep)}
.public-page h1,.public-page h2,.public-page h3,.public-page p{margin:0}
.public-page h1{font-size:clamp(48px,6.2vw,92px);line-height:.98;letter-spacing:-.065em;font-weight:700}
.public-page h2{font-size:clamp(30px,3vw,48px);line-height:1.12;letter-spacing:-.04em}
.public-page h3{font-size:17px;line-height:1.35}
.public-page .material-symbols-outlined{font-family:"Material Symbols Outlined";font-size:22px;font-weight:400;font-style:normal;display:inline-block;line-height:1;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;font-feature-settings:"liga";-webkit-font-smoothing:antialiased}
.public-page :focus-visible{outline:3px solid var(--color-accent-deep);outline-offset:4px}
.public-page button:disabled{cursor:wait;opacity:.55}
.public-page [hidden]{display:none!important}
.public-page .skip-link{position:fixed;top:-100px;left:20px;background:var(--color-action-primary);color:var(--color-action-primary-text);padding:12px 20px;border-radius:var(--radius-pill);z-index:80}
.public-page .skip-link:focus{top:12px}
.public-page .visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.public-container{width:min(100%,1480px);margin-inline:auto;padding-inline:clamp(22px,4vw,64px)}

.public-header{position:absolute;z-index:50;top:0;left:0;right:0;padding:24px clamp(22px,4vw,64px);background:transparent}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:58px;width:100%;max-width:none;padding:8px 10px 8px 14px;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-surface);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
.public-brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0;line-height:1.15}
.public-brand .brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:var(--radius-control);background:var(--color-action-primary);color:var(--color-action-primary-text);font-size:25px;box-shadow:var(--shadow-surface)}
.public-brand strong{display:block;font-family:var(--font-sans);color:var(--color-text-primary);font-size:20px;letter-spacing:-.045em}
.public-brand small{display:block;font-size:var(--text-caption);letter-spacing:normal;margin-top:4px;color:var(--color-text-secondary)}
.header-links,.header-actions,.public-controls{display:flex;align-items:center}
.header-links{gap:clamp(15px,2vw,32px);font-size:13px;font-weight:600}
.header-links a,.header-login,.text-link{transition:color .2s ease}
.header-links a:hover,.text-link:hover,.header-login:hover{color:var(--color-accent-deep)}
.header-actions{gap:18px}
.public-controls{gap:12px;white-space:nowrap}
.public-controls button{display:flex;align-items:center;gap:5px;padding:8px 10px;border:0;border-radius:var(--radius-pill);color:var(--color-text-primary);background:transparent;font-size:12px;font-weight:700;min-height:36px}
.public-controls button:hover{background:var(--color-accent-subtle)}
.public-controls button span:not(.material-symbols-outlined){color:var(--color-text-secondary)}
.header-login{font-size:13px;font-weight:600}
.public-button{display:inline-flex;gap:13px;align-items:center;justify-content:center;min-height:52px;padding:13px 27px;border:1px solid var(--color-accent);border-radius:var(--radius-pill);background:var(--color-action-primary);color:var(--color-action-primary-text)!important;font-weight:750;font-size:14px;line-height:1.4;transition:background-color .2s,transform .2s,box-shadow .2s;text-align:center;box-shadow:var(--shadow-surface)}
.public-button:hover{background:var(--color-action-primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-surface)}
.public-button.compact{min-height:42px;padding:9px 20px;font-size:12px}
.public-button.secondary{color:var(--color-text-primary)!important;background:var(--color-surface);border-color:var(--color-accent-border);box-shadow:none;backdrop-filter:none}
.public-button.secondary:hover{border-color:var(--color-accent-deep);background:var(--color-surface)}
.eyebrow{font-family:var(--font-sans)!important;font-size:var(--text-caption)!important;font-weight:700;letter-spacing:normal!important;color:var(--color-text-secondary);line-height:1.5!important}

.landing-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:clamp(28px,5vw,90px);min-height:820px;padding:150px clamp(22px,5vw,84px) 80px;overflow:hidden;background:var(--color-surface-subtle)}
.landing-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:url("https://lokiweb-1303081218.cos.ap-guangzhou.myqcloud.com/lokesphere/static/media/29b75efed3595453/image/homepage/library-20260908/web/case-color-loafer-forest.webp") center/cover no-repeat;opacity:.06;filter:blur(18px);transform:scale(1.08)}
.landing-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:var(--color-surface)}
.hero-copy{position:relative;z-index:2;max-width:690px;color:var(--color-text-primary)}
.hero-copy h1 span:first-child{display:inline-block;margin-bottom:10px}
.hero-copy h1 em{display:inline-block;font-weight:450}
.hero-description{max-width:560px;margin-top:30px!important;font-size:17px;color:var(--color-text-secondary);line-height:1.8}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.hero-actions .public-button{min-width:166px}
.hero-visual{position:relative;justify-self:stretch;min-height:610px;border:1px solid var(--color-border);border-radius:42% 42% 38% 38%/28% 28% 42% 42%;overflow:hidden;background:var(--color-surface);box-shadow:var(--shadow-surface);backdrop-filter:none;-webkit-backdrop-filter:none}
.hero-shoe{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;mix-blend-mode:multiply}
.hero-glass-card{position:absolute;right:82px;bottom:28px;display:flex;align-items:center;gap:10px;padding:14px 18px;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);color:var(--color-text-primary);font:700 12px/1.2 var(--font-sans);letter-spacing:normal;white-space:nowrap;box-shadow:var(--shadow-surface);backdrop-filter:none;-webkit-backdrop-filter:none}
.hero-glass-card .material-symbols-outlined{display:grid;place-items:center;width:32px;height:32px;border-radius:var(--radius-control);background:var(--color-action-primary);color:var(--color-action-primary-text);font-size:18px}

.public-section{padding-top:112px;padding-bottom:24px;scroll-margin-top:24px}
.center-heading{text-align:center;margin-bottom:44px}
.center-heading h2:after{content:"";display:block;width:48px;height:5px;border-radius:var(--radius-pill);background:var(--color-action-primary);margin:20px auto}
.center-heading>p:last-child:not(.eyebrow){font-size:14px;color:var(--color-text-secondary)}
.text-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;white-space:nowrap}
.text-link .material-symbols-outlined{font-size:18px}

.steps-list{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:0;padding:0}
.steps-list li{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:260px;padding:30px;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);box-shadow:var(--shadow-surface);backdrop-filter:none;-webkit-backdrop-filter:none}
.steps-list .step-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:var(--radius-card);font-size:29px;background:var(--color-action-primary);color:var(--color-action-primary-text)}
.step-number{display:block;margin-top:24px;font-family:var(--font-sans);font-size:var(--text-caption);color:var(--color-accent-deep);letter-spacing:normal}
.steps-list h3{margin-top:5px;font-size:21px}
.steps-list p{font-size:14px;color:var(--color-text-secondary);margin-top:12px;line-height:1.85;max-width:280px}

.closing-cta{text-align:center;margin:110px clamp(22px,4vw,64px) 0;padding:92px 24px;border:1px solid var(--color-border);border-radius:40px 40px 0 0;background:var(--color-surface);box-shadow:var(--shadow-surface);backdrop-filter:none;-webkit-backdrop-filter:none}
.closing-cta>p{font-size:15px;color:var(--color-text-secondary);margin:15px 0 28px}
.public-footer{padding:48px 0 30px}
.footer-column{min-width:0;overflow-wrap:anywhere}
.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:42px}
.footer-top .public-brand strong{font-size:18px}
.footer-top .brand-mark{width:34px;height:34px;font-size:21px;border-radius:var(--radius-control)}
.footer-tools{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:28px}
.footer-column h3{font-size:var(--text-ui);font-weight:700;margin-bottom:17px}
.footer-column ul{list-style:none;margin:0;padding:0}
.footer-column li{font-size:var(--text-ui);font-weight:500;line-height:1.65;margin:9px 0;color:var(--color-text-secondary)}
.footer-column a:hover,.footer-column a:focus-visible{color:var(--color-accent-hover)}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;margin-top:40px;border-top:1px solid var(--color-border-strong);padding-top:22px;font-size:var(--text-caption);color:var(--color-text-secondary)}

@media(min-width:1500px){.landing-hero{min-height:900px}.hero-visual{min-height:680px}}
@media(max-width:1180px){.header-links{display:none}.landing-hero{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);min-height:760px}.hero-visual{min-height:540px}.footer-tools{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:850px){
  .public-header{padding:16px 18px}.header-inner{border-radius:var(--radius-card)}.header-login{display:none}.header-actions{gap:8px}.public-brand strong{font-size:18px}.public-brand .brand-mark{width:38px;height:38px}.public-button.compact{padding-inline:16px}
  .landing-hero{display:flex;flex-direction:column;align-items:stretch;min-height:0;padding:132px 22px 42px;gap:42px}.hero-copy{max-width:650px}.public-page h1{font-size:clamp(47px,11vw,72px)}.hero-description{font-size:15px;margin-top:22px!important}.hero-actions{margin-top:26px}.hero-visual{width:min(100%,620px);min-height:560px;align-self:center}
  .steps-list{grid-template-columns:1fr;max-width:620px;margin-inline:auto}.steps-list li{min-height:0}.closing-cta{margin-top:76px;border-radius:30px 30px 0 0}.footer-tools{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .public-header{padding:12px}.header-inner{padding-left:10px;gap:8px}.public-brand small{display:none}.public-controls button{padding-inline:5px}.public-button.compact{min-height:38px;padding:8px 12px;font-size:var(--text-caption)}
  .landing-hero{padding-top:112px}.public-page h1{font-size:43px}.hero-description{font-size:14px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .public-button{min-width:0;padding-inline:14px;font-size:12px}.hero-visual{min-height:440px;border-radius:34% 34% 30% 30%/24% 24% 32% 32%}.hero-glass-card{right:16px;bottom:16px;padding:10px 13px}
  .public-section{padding-top:76px}.steps-list li{padding:24px;border-radius:var(--radius-card)}.footer-bottom{flex-direction:column}.footer-top .text-link{font-size:var(--text-caption)}
}
@media(prefers-reduced-motion:reduce){.public-page *{scroll-behavior:auto!important;transition:none!important}}

/* 2026 creator-style homepage enhancement: retain the LOKESPHERE daylight palette. */
.landing-document,.landing-page{overflow-x:clip}.landing-page{background:var(--color-page)!important;color:var(--color-text-primary)}
.landing-page .public-header{position:fixed;animation:landing-nav-in .72s cubic-bezier(.22,1,.36,1) both}
.landing-page .header-inner{opacity:var(--cover-nav-opacity,1);transform:translate3d(0,var(--cover-nav-shift,0px),0);box-shadow:var(--shadow-surface);transition:opacity .12s linear;will-change:opacity,transform}
.landing-page .public-header.is-cover-nav-hidden{pointer-events:none}
.landing-page .hero-cover-sequence{position:relative;isolation:isolate;background:var(--color-surface-subtle)}
.landing-page .hero-cover-sequence>.landing-hero{position:sticky;top:0;z-index:0}

.landing-page .landing-hero{--shoe-x:0px;--shoe-y:0px;--shoe-rotate-x:0deg;--shoe-rotate-y:0deg;--shoe-scroll-y:0px;--shoe-scroll-rotate:0deg;position:relative;display:block;min-height:max(720px,100svh);padding:0;overflow:clip;background:var(--color-surface)}
.landing-page .landing-hero:before{content:"";position:absolute;inset:0;z-index:0;opacity:.34;filter:none;transform:none;background-image:linear-gradient(var(--color-accent-subtle) 1px,transparent 1px),linear-gradient(90deg,var(--color-accent-subtle) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent 82%)}
.landing-page .landing-hero:after{content:"";position:absolute;left:50%;bottom:-21%;z-index:0;width:min(92vw,1380px);aspect-ratio:1;border-radius:50%;transform:translateX(-50%);background:var(--color-surface);pointer-events:none}
.landing-page .hero-aurora{position:absolute;z-index:0;border-radius:50%;filter:blur(10px);pointer-events:none}
.landing-page .hero-aurora-one{width:clamp(210px,26vw,430px);height:clamp(210px,26vw,430px);top:17%;left:-8%;background:var(--color-accent-subtle)}
.landing-page .hero-aurora-two{width:clamp(180px,21vw,350px);height:clamp(180px,21vw,350px);right:-5%;bottom:10%;background:var(--color-accent-subtle)}
.landing-page .hero-copy{position:absolute;top:clamp(156px,20vh,218px);left:clamp(22px,5vw,84px);right:clamp(22px,5vw,84px);z-index:1;max-width:none;color:var(--color-text-primary);pointer-events:none}
.landing-page .hero-kicker{display:flex;align-items:center;gap:12px;margin-bottom:clamp(18px,2.1vh,28px)!important;font:700 var(--text-caption)/1.2 var(--font-sans);letter-spacing:normal;color:var(--color-accent-deep)}
.landing-page .hero-kicker span:first-child{display:inline-flex;align-items:center;gap:10px}
.landing-page .hero-kicker span:first-child:before{content:"";display:block;width:28px;height:8px;border-radius:var(--radius-pill);background:var(--color-action-primary);box-shadow:var(--shadow-surface)}
.landing-page .hero-kicker span+span{color:var(--color-text-tertiary)}
.landing-page .hero-copy h1{font-size:clamp(62px,9.7vw,154px);line-height:.84;letter-spacing:-.085em;font-weight:750;white-space:nowrap}
.landing-page .hero-line{display:inline-flex;align-items:baseline;overflow:hidden;padding:.04em .08em .11em 0}
.landing-page .hero-line-two{margin-left:clamp(34px,11vw,180px)}
.landing-page .hero-word{display:inline-block;animation:landing-word-in .9s cubic-bezier(.16,1,.3,1) both}
.landing-page .hero-line-one .hero-word{animation-delay:.14s}
.landing-page .hero-line-two>span{animation-delay:.25s}
.landing-page .hero-line-two>em{animation-delay:.36s}
.landing-page .hero-copy h1 em{margin-left:.18em;font-weight:500;color:transparent;background:linear-gradient(115deg,var(--color-action-primary) 4%,#79a22d 48%,var(--color-surface-subtle) 104%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}

.landing-page .hero-visual{position:absolute;top:51%;left:55%;right:auto;bottom:auto;z-index:2;width:min(78vw,1120px);height:min(48vw,72vh,650px);min-height:420px;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transform:translate(-50%,-43%) translateY(var(--shoe-scroll-y)) rotate(var(--shoe-scroll-rotate));perspective:1400px;isolation:isolate;pointer-events:none}
.landing-page .hero-orbit{position:absolute;left:50%;top:48%;border:1px solid var(--color-accent-border);border-radius:50%;transform:translate(-50%,-50%) rotate(-9deg);pointer-events:none}
.landing-page .hero-orbit-one{width:82%;height:68%;box-shadow:var(--shadow-surface)}
.landing-page .hero-orbit-two{width:66%;height:93%;transform:translate(-50%,-50%) rotate(64deg);border-style:dashed;border-color:var(--color-accent-border)}
/* All products share the existing pointer/scroll scene; float phases stay independent. */
.landing-page .hero-product-stage{position:absolute;transform-style:preserve-3d;transform:translate3d(var(--shoe-x),var(--shoe-y),var(--product-depth,50px)) rotateX(var(--shoe-rotate-x)) rotateY(var(--shoe-rotate-y));transition:transform .52s cubic-bezier(.22,1,.36,1);will-change:transform}
.landing-page .hero-shoe-stage{left:16%;top:20%;width:68%;height:80%;z-index:3}
.landing-page .hero-bag-stage{left:79%;top:4%;width:27%;height:53%;z-index:2;--product-depth:20px;--product-duration:6.4s;--product-delay:-1.8s;--product-lift:-18px;--product-tilt-from:7deg;--product-tilt-to:10deg}
.landing-page .hero-sunglasses-stage{left:0;top:62%;width:25%;height:28%;z-index:2;--product-depth:65px;--product-duration:5.8s;--product-delay:-3.1s;--product-lift:-12px;--product-tilt-from:-10deg;--product-tilt-to:-6deg}
.landing-page .hero-bracelet-stage{left:58%;top:4%;width:16%;height:27%;z-index:2;--product-depth:35px;--product-duration:6s;--product-delay:-.8s;--product-lift:-14px;--product-tilt-from:-16deg;--product-tilt-to:-10deg}
.landing-page .hero-product-image{position:absolute;inset:0;width:100%;height:100%;max-height:none;object-fit:contain;object-position:center;mix-blend-mode:normal;filter:drop-shadow(var(--shadow-action));animation:landing-shoe-float var(--product-duration,5.2s) ease-in-out var(--product-delay,0s) infinite;will-change:transform;user-select:none;-webkit-user-drag:none}
.landing-page .hero-accessory{filter:drop-shadow(var(--shadow-action));left:20%;right:13%;bottom:13%;height:9%;border-radius:50%;background:var(--color-surface-subtle);filter:blur(25px);transform:rotate(-3deg);animation:landing-shadow-float 5.2s ease-in-out infinite}
.landing-page .hero-glass-card{position:absolute;inset:auto;z-index:4;display:flex;align-items:center;gap:11px;width:max-content;height:auto;padding:13px 16px;border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface);color:var(--color-text-primary);box-shadow:var(--shadow-surface);backdrop-filter:none;-webkit-backdrop-filter:none;font-family:var(--font-sans);pointer-events:none;animation:landing-glass-in .8s cubic-bezier(.22,1,.36,1) both}
.landing-page .hero-glass-card>span:last-child{display:grid;gap:3px}
.landing-page .hero-glass-card strong{font-size:12px;line-height:1.2;letter-spacing:.02em}
.landing-page .hero-glass-card small{font-size:var(--text-caption);line-height:1.2;letter-spacing:normal;color:var(--color-text-secondary)}
.landing-page .hero-glass-card .material-symbols-outlined{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--radius-control);background:var(--color-action-primary);color:var(--color-action-primary-text);font-size:19px}
.landing-page .hero-glass-card-primary{left:7%;top:36%;animation-delay:.62s}
.landing-page .hero-glass-card-secondary{right:4%;bottom:19%;animation-delay:.76s}
.landing-page .hero-glass-card-secondary strong{font-size:19px;letter-spacing:-.04em}
.landing-page .hero-bottom{position:absolute;left:clamp(22px,5vw,84px);right:clamp(22px,5vw,84px);bottom:clamp(28px,4.5vh,52px);z-index:5;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;animation:landing-bottom-in .8s .52s cubic-bezier(.22,1,.36,1) both}
.landing-page .hero-description{max-width:430px;margin:0!important;font-size:clamp(13px,1.15vw,17px);color:var(--color-text-secondary);line-height:1.75}
.landing-page .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:21px}
.landing-page .hero-actions .public-button{min-width:158px}
.landing-page .hero-scroll-cue{display:flex;align-items:center;gap:10px;padding:11px 14px 11px 11px;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text-secondary);font-size:var(--text-caption);font-weight:650;backdrop-filter:none;-webkit-backdrop-filter:none}
.landing-page .hero-scroll-cue .material-symbols-outlined{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--color-action-primary);color:var(--color-action-primary-text);font-size:17px;animation:landing-cue 1.8s ease-in-out infinite}

.landing-page .motion-showcase{--cover-feather-clear:clamp(32px,4vw,58px);--cover-feather-soft:clamp(84px,8vw,126px);--cover-feather-mid:clamp(142px,14vw,208px);--cover-feather-solid:clamp(205px,20vw,286px);position:relative;z-index:3;isolation:isolate;margin-top:-1px;padding:clamp(72px,7vw,112px) 0 clamp(70px,8vw,116px);overflow:hidden;border:0;border-radius:0;background:linear-gradient(180deg,transparent 0,transparent var(--cover-feather-clear),var(--color-surface) var(--cover-feather-soft),var(--color-surface) var(--cover-feather-mid),var(--color-surface) var(--cover-feather-solid),var(--color-surface) calc(var(--cover-feather-solid) + 64px),var(--color-surface) 100%);box-shadow:none}
.landing-page .motion-showcase:before{content:"";position:absolute;inset:0 0 auto;height:calc(var(--cover-feather-solid) + 38px);z-index:0;background:linear-gradient(180deg,transparent 0,transparent var(--cover-feather-clear),var(--color-surface) var(--cover-feather-soft),var(--color-surface) var(--cover-feather-mid),transparent 100%);backdrop-filter:none;-webkit-backdrop-filter:none;mask-image:linear-gradient(to bottom,transparent 0,transparent var(--cover-feather-clear),rgba(0,0,0,.42) var(--cover-feather-soft),#000 var(--cover-feather-mid),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0,transparent var(--cover-feather-clear),rgba(0,0,0,.42) var(--cover-feather-soft),#000 var(--cover-feather-mid),transparent 100%);pointer-events:none}
.landing-page .motion-showcase>*{position:relative;z-index:1}
.landing-page .motion-showcase-rails{display:grid;gap:14px}
.landing-page .motion-rail-window{width:100%;overflow:visible}
.landing-page .motion-rail{--motion-x:0px;display:flex;width:max-content;gap:14px;transform:translate3d(calc(-33.333% + var(--motion-x)),0,0);will-change:transform}
.landing-page .motion-rail-set{display:flex;gap:14px}
/* Let the glass frame follow the full portrait image, including its padding. */
.landing-page .motion-tile{position:relative;flex:0 0 auto;width:clamp(180px,18vw,260px);margin:0;padding:4px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-card);background:linear-gradient(145deg,var(--color-surface),var(--color-surface));box-shadow:var(--shadow-surface);backdrop-filter:none;-webkit-backdrop-filter:none}
.landing-page .motion-tile img{width:100%;height:auto;aspect-ratio:3/4;border-radius:var(--radius-card);object-fit:contain;object-position:center;opacity:1}
.landing-page .motion-tile::after{content:"";position:absolute;inset:0;z-index:1;border-radius:inherit;background:transparent;box-shadow:var(--shadow-surface);pointer-events:none}
.landing-page .motion-rail-window:nth-child(2) .motion-tile{width:clamp(168px,16vw,232px)}

.landing-page .section-intro{max-width:950px;margin-bottom:clamp(50px,7vw,88px)}
.landing-page .section-intro .eyebrow,.landing-page .center-heading .eyebrow{margin-bottom:15px!important;color:var(--color-accent-deep)}
.landing-page .section-intro h2{font-size:clamp(44px,7.4vw,112px);line-height:.93;letter-spacing:-.068em;text-wrap:balance}
.landing-page .section-intro>p:last-child:not(.eyebrow){max-width:560px;margin-top:25px!important;color:var(--color-text-secondary);font-size:15px;line-height:1.8}
.landing-page .catalog-intro{margin-inline:auto;text-align:center}
.landing-page .catalog-intro>p:last-child{margin-inline:auto}
.landing-page .center-heading .eyebrow{display:block}
.landing-page .closing-cta{position:relative;overflow:hidden;isolation:isolate}
.landing-page .closing-orbit{position:absolute;z-index:-1;left:50%;top:50%;width:min(820px,90vw);aspect-ratio:1;border:1px solid var(--color-accent-border);border-radius:50%;transform:translate(-50%,-50%);box-shadow:var(--shadow-surface)}

.motion-ready .landing-page [data-reveal]{opacity:0;transform:translateY(38px);transition:opacity .82s cubic-bezier(.22,1,.36,1),transform .82s cubic-bezier(.22,1,.36,1)}
.motion-ready .landing-page [data-reveal].is-visible{opacity:1;transform:translateY(0)}
.landing-page .steps-list li{transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease}
.landing-page .steps-list li:hover{transform:translateY(-7px);border-color:var(--color-accent-border);box-shadow:var(--shadow-surface)}

@keyframes landing-nav-in{from{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}
@keyframes landing-word-in{from{opacity:0;transform:translateY(108%);filter:blur(7px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}
@keyframes landing-glass-in{from{opacity:0;transform:translateY(20px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes landing-bottom-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes landing-shoe-float{0%,100%{transform:translateY(0) rotate(var(--product-tilt-from,-1.2deg))}50%{transform:translateY(var(--product-lift,-16px)) rotate(var(--product-tilt-to,.8deg))}}
@keyframes landing-shadow-float{0%,100%{opacity:.25;transform:scale(.93) rotate(-3deg)}50%{opacity:.16;transform:scale(.83) rotate(-3deg)}}
@keyframes landing-cue{0%,100%{transform:translateY(0)}50%{transform:translateY(3px)}}

@media(max-width:1180px){
  .landing-page .hero-copy h1{font-size:clamp(62px,10.4vw,122px)}
  .landing-page .hero-visual{left:57%;width:min(82vw,940px);height:min(59vw,650px)}
  .landing-page .hero-glass-card-primary{left:3%}.landing-page .hero-glass-card-secondary{right:1%}
}
@media(max-width:850px){
  .landing-page .landing-hero{display:block;min-height:850px;padding:0}
  .landing-page .hero-copy{top:132px;left:22px;right:22px}
  .landing-page .hero-copy h1{font-size:clamp(50px,11.5vw,83px);line-height:.9;white-space:normal}
  .landing-page .hero-line-two{margin-left:clamp(14px,8vw,60px)}
  .landing-page .hero-visual{top:46%;left:50%;width:100%;height:60vw;min-height:380px;transform:translate(-50%,-28%) translateY(var(--shoe-scroll-y)) rotate(var(--shoe-scroll-rotate))}
  .landing-page .hero-bag-stage{left:75%;top:14%;width:25%}
  .landing-page .hero-sunglasses-stage{left:4%}
  .landing-page .hero-bracelet-stage{top:16%}
  .landing-page .hero-glass-card-primary{left:7%;top:29%}.landing-page .hero-glass-card-secondary{right:5%;bottom:14%}
  .landing-page .hero-bottom{left:22px;right:22px;bottom:30px}
  .landing-page .section-intro h2{font-size:clamp(40px,10vw,72px)}
}
@media(max-width:600px){
  .landing-page .landing-hero{min-height:790px}
  .landing-page .hero-kicker{gap:8px}.landing-page .hero-kicker span+span{display:none}
  .landing-page .hero-copy h1{font-size:clamp(43px,12.8vw,64px);line-height:.92}
  .landing-page .hero-line-two{margin-left:0;display:flex;flex-wrap:wrap}.landing-page .hero-copy h1 em{margin-left:.16em}
  .landing-page .hero-visual{top:350px;left:50%;width:100%;height:300px;min-height:0;transform:translate(-50%,0) translateY(var(--shoe-scroll-y)) rotate(var(--shoe-scroll-rotate))}
  .landing-page .hero-shoe-stage{left:5%;top:26%;width:82%;height:63%}
  .landing-page .hero-bag-stage{left:65%;top:0;width:34%;height:46%}
  .landing-page .hero-sunglasses-stage{left:4%;top:2%;width:32%;height:27%}
  .landing-page .hero-bracelet-stage{left:77%;top:54%;width:22%;height:31%}
  .landing-page .hero-orbit-one{width:92%;height:66%}.landing-page .hero-orbit-two{width:68%;height:92%}
  .landing-page .hero-glass-card{padding:9px 11px;border-radius:var(--radius-control)}.landing-page .hero-glass-card .material-symbols-outlined{width:29px;height:29px;font-size:16px}.landing-page .hero-glass-card strong{font-size:var(--text-caption)}.landing-page .hero-glass-card small{font-size:var(--text-caption)}
  .landing-page .hero-glass-card-primary{left:4%;top:78%}.landing-page .hero-glass-card-secondary{display:none}
  .landing-page .hero-bottom{display:block;bottom:25px}.landing-page .hero-description{max-width:330px;font-size:13px;line-height:1.65}
  .landing-page .hero-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:18px}.landing-page .hero-actions .public-button{min-width:0}
  .landing-page .hero-scroll-cue{display:none}
  .landing-page .motion-showcase{--cover-feather-clear:26px;--cover-feather-soft:64px;--cover-feather-mid:112px;--cover-feather-solid:172px;padding-top:64px}
  .landing-page .motion-showcase-rails{gap:10px}.landing-page .motion-rail,.landing-page .motion-rail-set{gap:10px}.landing-page .motion-tile,.landing-page .motion-rail-window:nth-child(2) .motion-tile{width:clamp(144px,42vw,188px);padding:3px;border-radius:var(--radius-card)}.landing-page .motion-tile img{border-radius:var(--radius-control)}
  .landing-page .section-intro{margin-bottom:42px}.landing-page .section-intro h2{font-size:40px}.landing-page .section-intro>p:last-child:not(.eyebrow){font-size:13px;margin-top:18px!important}
}
@media(hover:hover) and (pointer:fine){.landing-page .hero-visual{pointer-events:auto}}
@media(prefers-reduced-motion:reduce){
  .landing-page .public-header,.landing-page .hero-word,.landing-page .hero-glass-card,.landing-page .hero-bottom,.landing-page .hero-product-image,.landing-page .hero-shoe-shadow,.landing-page .hero-scroll-cue .material-symbols-outlined{animation:none!important}
  .landing-page .hero-product-stage,.landing-page .motion-rail{transform:none!important;transition:none!important}
  .motion-ready .landing-page [data-reveal]{opacity:1;transform:none;transition:none}
}
