:root,[data-theme=light]{--surface:#fff;--surface-low:#fafafa;--surface-high:#f5f5f5;--surface-highest:#e5e5e5;--primary:#111;--on-primary:#fff;--primary-hover:#333;--on-surface:#111;--on-surface-variant:#707072;--outline-variant:#cacacb;--overlay-xs:#0000000d;--overlay-sm:#00000014;--overlay-md:#0000001f;--nav-bg:#fdfdfdeb;--drawer-bg:#fdfdfdf7;--color-error:#d30005;--color-success:#007d48;--color-link:#1151ff;--font-display:"Barlow Condensed", "Helvetica Neue", Arial, sans-serif;--font-body:"Inter", "Helvetica Neue", Arial, sans-serif;--font-label:"Inter", "Helvetica Neue", Arial, sans-serif;--ease-spring:cubic-bezier(.16, 1, .3, 1);--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--surface:#111;--surface-low:#1f1f21;--surface-high:#28282a;--surface-highest:#39393b;--primary:#fff;--on-primary:#111;--primary-hover:#ccc;--on-surface:#fff;--on-surface-variant:#9e9ea0;--outline-variant:#474747;--overlay-xs:#ffffff0a;--overlay-sm:#ffffff0f;--overlay-md:#ffffff1a;--nav-bg:#0d0d0deb;--drawer-bg:#131313f7;--color-error:#ee0005;--color-success:#1eaa52;--color-link:#1190ff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.04)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes shimmer{0%{transform:translate(-100%)skew(-15deg)}to{transform:translate(200%)skew(-15deg)}}@keyframes pulseDot{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.5;transform:scaleY(2.5)}}html{scroll-behavior:smooth}*,:before,:after{box-sizing:border-box}body{background:var(--surface);font-family:var(--font-body);color:var(--on-surface);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1, "liga" 1;font-optical-sizing:auto;transition:background .25s var(--ease-out), color .25s var(--ease-out);margin:0;font-size:18px;line-height:1.6}@media (width<=768px){body{font-size:16px}}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.01em;margin:0;font-weight:700}p{margin:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}.lang-switcher{align-items:center;gap:4px;display:flex}.lang-btn{cursor:pointer;font-family:var(--font-label);letter-spacing:.06em;color:var(--on-surface-variant);background:0 0;border:none;padding:4px 2px;font-size:.8rem;font-weight:500;transition:color .2s}.lang-btn:hover{color:var(--on-surface)}.lang-btn--active{color:var(--primary)}.lang-divider{color:var(--outline-variant);font-size:.75rem}.theme-toggle{cursor:pointer;width:32px;height:32px;color:var(--on-surface-variant);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s;display:flex}.theme-toggle:hover{color:var(--on-surface);background:var(--overlay-sm)}.theme-toggle svg{display:block}.nav{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px)saturate(160%);border-bottom:1px solid var(--overlay-xs);transition:background .25s var(--ease-out);position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 80px;display:flex}@media (width<=1024px){.nav-inner{padding:0 40px}}@media (width<=640px){.nav-inner{padding:0 24px}}.nav-logo{font-family:var(--font-display);letter-spacing:.22em;color:var(--on-surface);font-size:1rem;font-weight:800;text-decoration:none;transition:letter-spacing .3s}.nav-logo:hover{letter-spacing:.28em}.nav-links{align-items:center;gap:32px;margin:0;padding:0;list-style:none;display:flex}.nav-links a{font-family:var(--font-label);letter-spacing:.04em;color:var(--on-surface-variant);font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.nav-link-active{color:var(--on-surface)}@media (width<=768px){.nav-links{display:none}}.nav-mobile-right{align-items:center;gap:12px;display:none}@media (width<=768px){.nav-mobile-right{display:flex}}.nav-hamburger{cursor:pointer;background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;transition:background .2s;display:flex}.nav-hamburger:hover{background:var(--overlay-sm)}.nav-hamburger span{background:var(--on-surface-variant);transform-origin:50%;border-radius:0;height:1.5px;transition:transform .3s,opacity .3s,width .3s;display:block}.nav-hamburger span:nth-child(2){width:65%}.nav-hamburger--open span{background:var(--on-surface)}.nav-hamburger--open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav-hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger--open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.nav-drawer{z-index:99;background:var(--drawer-bg);-webkit-backdrop-filter:blur(24px)saturate(180%);border-bottom:1px solid var(--overlay-xs);max-height:0;transition:max-height .4s var(--ease-in-out), padding .4s var(--ease-in-out);padding:0 24px;display:none;position:fixed;top:64px;left:0;right:0;overflow:hidden}@media (width<=768px){.nav-drawer{display:block}}.nav-drawer--open{max-height:440px;padding:16px 24px 28px}.nav-drawer-links{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.nav-drawer-links li{border-bottom:1px solid var(--overlay-sm)}.nav-drawer-links li:last-child{border-bottom:none;padding-top:20px}.nav-drawer-links a{font-family:var(--font-label);letter-spacing:.04em;color:var(--on-surface-variant);padding:16px 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.nav-drawer-links a:hover,.nav-drawer-links a.nav-link-active{color:var(--on-surface)}.nav-cta--drawer{align-items:center;width:fit-content;padding:10px 24px!important;display:inline-flex!important}.nav-backdrop{z-index:98;-webkit-backdrop-filter:blur(2px);background:#00000080;display:none;position:fixed;inset:0}@media (width<=768px){.nav-backdrop{display:block}}.nav-cta{background:var(--surface-highest);color:var(--on-surface);font-family:var(--font-label);letter-spacing:.04em;transition:background .2s var(--ease-out), color .2s;border-radius:30px;align-items:center;padding:7px 16px;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.nav-cta:hover{background:var(--primary);color:var(--on-primary)}.footer{background:var(--surface-low);border-top:1px solid var(--overlay-xs);padding:64px 80px}@media (width<=640px){.footer{padding:48px 24px}}.footer-inner{grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:start;gap:8px 48px;max-width:1200px;margin:0 auto;display:grid}@media (width<=640px){.footer-inner{grid-template-columns:1fr}}.footer-logo{font-family:var(--font-display);letter-spacing:.22em;color:var(--on-surface);grid-area:1/1;font-size:1rem;font-weight:800;text-decoration:none}.footer-tagline{font-family:var(--font-label);letter-spacing:.06em;color:var(--on-surface-variant);grid-area:2/1;font-size:.78rem}.footer-copy{color:var(--outline-variant);text-align:right;grid-area:2/2;align-self:end;font-size:.75rem}@media (width<=640px){.footer-copy{text-align:left;grid-column:1;margin-top:16px}}.section-header{margin-bottom:72px}.section-header h2{margin-top:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;line-height:1.1}.section-header--row{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.hero{align-items:center;min-height:100svh;padding:120px 80px 100px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";opacity:.028;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.hero:after{content:"";background:radial-gradient(circle, var(--overlay-xs) 0%, transparent 65%);pointer-events:none;border-radius:50%;width:700px;height:700px;animation:10s ease-in-out infinite float;position:absolute;top:50%;right:-180px;transform:translateY(-55%)}@media (width<=1024px){.hero{padding:120px 40px 80px}}@media (width<=640px){.hero{min-height:90svh;padding:100px 24px 64px}}.hero-slides{z-index:0;position:absolute;inset:0}.hero-slide{background-position:50%;background-size:cover;background-color:var(--surface-highest);opacity:0;transition:opacity 1.4s;position:absolute;inset:0}.hero-slide--active{opacity:1}.hero-slide-scrim{background:linear-gradient(105deg,#0000009e 0%,#00000059 55%,#0000001a 100%);position:absolute;inset:0}.hero-dots{z-index:2;align-items:center;gap:8px;display:flex;position:absolute;bottom:40px;right:80px}@media (width<=1024px){.hero-dots{right:40px}}@media (width<=640px){.hero-dots{bottom:28px;right:24px}}.hero-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .3s,transform .3s}.hero-dot:hover{background:#fff9}.hero-dot--active{background:#fff;transform:scale(1.4)}.hero--imagery .hero-content,.hero--imagery .hero-heading,.hero--imagery .hero-sub{color:#fff}.hero--imagery .hero-heading span:last-child{color:#fff9}.hero--imagery .hero-sub{color:#ffffffbf}.hero--imagery .hero-scroll-label{color:#fff9}.hero--imagery .hero-scroll-line{background:linear-gradient(#fffc,#0000)}.hero-content{z-index:3;max-width:760px;margin-right:80px;animation:.9s both fadeUp;position:relative}@media (width<=1200px){.hero-content{margin-right:0}}.hero-heading{letter-spacing:-.03em;margin:0 0 32px;font-size:clamp(3.2rem,7.5vw,5.75rem);font-weight:800;line-height:1}.hero-heading span:last-child{color:var(--on-surface-variant)}.hero-sub{color:var(--on-surface-variant);max-width:440px;margin-bottom:52px;font-size:1.05rem;line-height:1.75;animation:.9s .15s both fadeUp}.hero-actions{flex-wrap:wrap;align-items:center;gap:24px;animation:.9s .28s both fadeUp;display:flex}.hero-glow{z-index:1;background:radial-gradient(ellipse at 15% 75%, var(--overlay-xs) 0%, transparent 45%), radial-gradient(ellipse at 60% 20%, var(--overlay-xs) 0%, transparent 40%);pointer-events:none;position:absolute;inset:0}.hero-scroll{z-index:2;align-items:center;gap:14px;animation:1s .5s both fadeUp;display:flex;position:absolute;bottom:40px;left:80px}@media (width<=1024px){.hero-scroll{left:40px}}@media (width<=640px){.hero-scroll{bottom:28px;left:24px}}.hero-scroll-line{background:linear-gradient(to bottom, var(--primary), transparent);width:1px;height:48px;position:relative;overflow:hidden}.hero-scroll-line:after{content:"";background:var(--on-surface);width:100%;height:100%;animation:1.8s ease-in-out infinite pulseDot;position:absolute;top:-100%;left:0}.hero-scroll-label{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-surface-variant);writing-mode:vertical-rl;font-size:.65rem;transform:rotate(180deg)}.marquee-strip{background:var(--surface-low);border-top:1px solid var(--overlay-xs);border-bottom:1px solid var(--overlay-xs);white-space:nowrap;padding:14px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.marquee-track{animation:28s linear infinite marquee;display:inline-block}.marquee-track span{font-family:var(--font-label);letter-spacing:.18em;text-transform:uppercase;color:var(--on-surface-variant);font-size:.7rem;font-weight:600}.marquee-track span strong{color:var(--primary);font-weight:700}.pillars{background:var(--surface-low);padding:120px 0}@media (width<=768px){.pillars{padding:80px 0}}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width<=900px){.pillars-grid{grid-template-columns:1fr}}.pillar-card{background:var(--surface-high);border-radius:12px;padding:52px 40px 48px;transition:background .3s;position:relative;overflow:hidden}.pillar-card:before{content:attr(data-num);font-family:var(--font-display);color:var(--on-surface);opacity:.03;letter-spacing:-.04em;pointer-events:none;font-size:7rem;font-weight:800;line-height:1;transition:opacity .3s;position:absolute;top:-16px;right:20px}.pillar-card:after{content:"";background:var(--primary);transform-origin:top;width:2px;height:60%;transition:transform .5s var(--ease-spring);border-radius:0;position:absolute;top:20%;left:0;transform:scaleY(0)}.pillar-card:hover{background:var(--surface-highest)}.pillar-card:hover:before{opacity:.055}.pillar-card:hover:after{transform:scaleY(1)}.pillar-card h3{margin:12px 0 14px;font-size:1.15rem;font-weight:700}.pillar-card p{color:var(--on-surface-variant);font-size:.93rem;line-height:1.7}.pillar-num{font-family:var(--font-label);color:var(--primary);letter-spacing:.12em;margin:0;font-size:.68rem;font-weight:700}.services{background:var(--surface);padding:120px 0}@media (width<=768px){.services{padding:80px 0}}.services-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (width<=768px){.services-grid{grid-template-columns:1fr}}.service-card{background:var(--surface-low);border-radius:12px;flex-direction:column;gap:16px;padding:52px 44px;transition:background .3s,transform .3s;display:flex;position:relative;overflow:hidden}.service-card:after{content:"";opacity:0;background:radial-gradient(ellipse at 0% 100%, var(--overlay-xs) 0%, transparent 60%);pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.service-card:hover{background:var(--surface-high)}.service-card:hover:after{opacity:1}.service-card h3{font-size:1.2rem;font-weight:700}.service-card p{color:var(--on-surface-variant);flex-grow:1;font-size:.93rem;line-height:1.7}.service-card--featured{background:var(--surface-highest)}.service-card--featured:hover{background:var(--surface-highest);filter:brightness(.95)}.service-card--featured:after{background:radial-gradient(ellipse at 100% 0%, var(--overlay-sm) 0%, transparent 55%)}.service-tag{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-surface-variant);margin:0;font-size:.65rem;font-weight:700}.exp-preview{background:var(--surface-high);padding:120px 0}@media (width<=768px){.exp-preview{padding:80px 0}}.exp-preview-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width<=900px){.exp-preview-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.exp-preview-grid{grid-template-columns:1fr}}.exp-preview-card{background:var(--surface-highest);color:inherit;transition:transform .45s var(--ease-spring);border-radius:12px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.exp-preview-card:hover{filter:brightness(.95);transform:translateY(-6px)}.exp-preview-img{flex-shrink:0;height:200px;position:relative;overflow:hidden}.exp-preview-photo{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.exp-preview-badge{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-primary);background:var(--primary);border-radius:999px;padding:4px 10px;font-size:.6rem;font-weight:700;position:absolute;top:14px;left:14px}.exp-preview-body{flex-direction:column;flex-grow:1;gap:6px;padding:20px 24px 24px;display:flex}.exp-preview-body h3{letter-spacing:-.01em;font-size:1rem;font-weight:700;line-height:1.3;transition:color .2s}.exp-preview-body p{color:var(--on-surface-variant);flex-grow:1;font-size:.82rem;line-height:1.5}.exp-preview-card:hover .exp-preview-body h3{color:var(--primary)}.exp-preview-footer{border-top:1px solid var(--overlay-sm);justify-content:space-between;align-items:center;gap:8px;margin-top:4px;padding-top:12px;display:flex}.exp-preview-meta{font-family:var(--font-label);color:var(--on-surface-variant);letter-spacing:.04em;font-size:.68rem;font-weight:600}.exp-preview-price{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.01em;font-size:1rem;font-weight:700}.blog-preview{background:var(--surface-low);padding:120px 0}@media (width<=768px){.blog-preview{padding:80px 0}}.blog-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=900px){.blog-grid{grid-template-columns:1fr}}.blog-card{background:var(--surface-high);transition:background .3s var(--ease-out);border-radius:12px;flex-direction:column;display:flex;position:relative;overflow:hidden}.blog-card:after{content:"";background:linear-gradient(to right, var(--primary), transparent);transform-origin:0;height:2px;transition:transform .5s var(--ease-spring);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.blog-card:hover{background:var(--surface-highest)}.blog-card:hover:after{transform:scaleX(1)}.blog-card--featured .blog-img{flex:1;height:auto;min-height:180px}.blog-card--featured .blog-body{flex-grow:0;flex-shrink:0;gap:8px;padding:20px 24px 24px}.blog-card--featured .blog-body p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.blog-stack{flex-direction:column;gap:12px;display:flex}.blog-stack .blog-card{flex:1}.blog-stack .blog-card .blog-img{flex:1;height:auto;min-height:120px}.blog-stack .blog-card .blog-body{flex-grow:0;flex-shrink:0}.blog-img{background:linear-gradient(160deg, var(--overlay-xs) 0%, transparent 100%), var(--surface-highest);flex-shrink:0;height:160px;transition:opacity .3s;position:relative;overflow:hidden}.blog-img-photo{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.blog-body{flex-direction:column;flex-grow:1;gap:12px;padding:32px;display:flex}.blog-body h3{font-size:1rem;font-weight:700;line-height:1.4;transition:color .2s}.blog-body p{color:var(--on-surface-variant);flex-grow:1;font-size:.88rem;line-height:1.7}.blog-card:hover .blog-body h3{color:var(--primary)}.blog-tag{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--primary);margin:0;font-size:.65rem;font-weight:700}.store-preview{background:var(--surface);padding:120px 0}@media (width<=768px){.store-preview{padding:80px 0}}.store-carousel-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:16px;padding-bottom:4px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 60px),#0000 100%);mask-image:linear-gradient(90deg,#000 calc(100% - 60px),#0000 100%)}.store-carousel-track::-webkit-scrollbar{display:none}.store-carousel-card{scroll-snap-align:start;background:var(--surface-high);color:inherit;border-radius:16px;flex-direction:column;flex:0 0 calc(25% - 12px);text-decoration:none;transition:background .2s;display:flex;overflow:hidden}.store-carousel-card:hover{background:var(--surface-highest)}@media (width<=1024px){.store-carousel-card{flex:0 0 calc(43.4783% - 10.4348px)}}@media (width<=640px){.store-carousel-card{flex:0 0 calc(100% - 40px)}}.store-carousel-img{aspect-ratio:3/4;background:var(--surface-highest);position:relative;overflow:hidden}.store-carousel-photo{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.store-carousel-body{flex-direction:column;gap:6px;padding:16px;display:flex}.store-carousel-body h3{margin:0;font-size:.95rem;font-weight:700;line-height:1.3;transition:color .2s}.store-carousel-card:hover .store-carousel-body h3{color:var(--primary)}.store-tag{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-surface-variant);margin:0;font-size:.65rem;font-weight:700}.store-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:4px;display:flex}.store-price{font-family:var(--font-label);color:var(--on-surface);letter-spacing:.01em;font-size:.9rem;font-weight:700}.cta-section{background:var(--surface-low);border-top:1px solid var(--overlay-xs);padding:160px 80px;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle, var(--overlay-xs) 0%, transparent 65%);pointer-events:none;border-radius:50%;width:500px;height:500px;animation:14s ease-in-out infinite float;position:absolute;bottom:-100px;left:-80px}@media (width<=768px){.cta-section{padding:100px 24px}}.cta-inner{z-index:1;max-width:580px;margin-left:120px;position:relative}@media (width<=1100px){.cta-inner{max-width:100%;margin-left:0}}.cta-heading{letter-spacing:-.03em;margin:16px 0 28px;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1}.cta-heading span:last-child{color:var(--on-surface-variant)}.cta-sub{color:var(--on-surface-variant);max-width:440px;margin-bottom:48px;font-size:1rem;line-height:1.75}.cta-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.blog-hero{background:var(--surface);padding:180px 0 100px;position:relative;overflow:hidden}.blog-hero:before{content:"";opacity:.025;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}@media (width<=768px){.blog-hero{padding:140px 0 72px}}.blog-hero-heading{letter-spacing:-.03em;margin:16px 0 24px;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;line-height:1;animation:.8s both fadeUp}.blog-hero-sub{color:var(--on-surface-variant);max-width:440px;font-size:1rem;line-height:1.75;animation:.8s .15s both fadeUp}.blog-hero-glow{background:radial-gradient(ellipse at 85% 40%, var(--overlay-xs) 0%, transparent 50%);pointer-events:none;position:absolute;inset:0}.blog-listing{background:var(--surface-low);padding:80px 0 120px}.post-list{flex-direction:column;display:flex}.post-row{grid-template-columns:260px 1fr;gap:52px;padding:60px 0;transition:opacity .25s;display:grid;position:relative}.post-row:hover .post-row-img{background:var(--surface-high)}.post-row:hover .post-row-title{color:var(--primary)}@media (width<=900px){.post-row{grid-template-columns:1fr;gap:24px;padding:48px 0}}.post-row-img{background:linear-gradient(135deg, var(--surface-high) 0%, var(--surface-highest) 100%);aspect-ratio:4/3;transition:background .4s var(--ease-out);border-radius:12px;flex-shrink:0;overflow:hidden}.post-row-img img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=900px){.post-row-img{aspect-ratio:16/7}}.post-row-body{flex-direction:column;justify-content:center;gap:16px;display:flex}.post-row-meta{align-items:center;gap:16px;display:flex}.post-row-title{margin:0;font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:700;line-height:1.2;transition:color .25s}.post-row-excerpt{color:var(--on-surface-variant);max-width:520px;font-size:.93rem;line-height:1.75}.post-divider{background:linear-gradient(to right, var(--overlay-sm), transparent 60%);height:1px;position:absolute;bottom:0;left:0;right:0}.post-header{background:var(--surface);padding:160px 0 80px;position:relative;overflow:hidden}.post-header:before{content:"";opacity:.025;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}@media (width<=768px){.post-header{padding:130px 0 64px}}.back-link{font-family:var(--font-label);letter-spacing:.06em;color:var(--on-surface-variant);align-items:center;gap:8px;margin-bottom:36px;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.back-link:hover{color:var(--primary);gap:12px}.post-meta{align-items:center;gap:16px;margin-bottom:24px;display:flex}.post-chip{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-primary);background:var(--primary);border-radius:999px;padding:4px 10px;font-size:.65rem;font-weight:700}.post-date{font-family:var(--font-label);color:var(--on-surface-variant);font-size:.78rem}.post-title{letter-spacing:-.03em;max-width:760px;margin:0 0 24px;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.08;animation:.8s both fadeUp}.post-excerpt{color:var(--on-surface-variant);max-width:580px;font-size:1.05rem;line-height:1.75;animation:.8s .12s both fadeUp}.post-header-glow{background:radial-gradient(ellipse at 90% 20%, var(--overlay-xs) 0%, transparent 50%);pointer-events:none;position:absolute;inset:0}.post-cover{background:var(--surface);padding:0 80px}@media (width<=1024px){.post-cover{padding:0 40px}}@media (width<=640px){.post-cover{padding:0 24px}}.post-cover-img{background:var(--surface-high);border-radius:16px;justify-content:center;align-items:center;height:480px;display:flex;position:relative;overflow:hidden}.post-cover-img:after{content:"";opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}@media (width<=768px){.post-cover-img{height:240px}}.post-cover-photo{object-fit:cover;width:100%;height:100%;display:block}.post-cover-placeholder{color:var(--on-surface-variant);z-index:1;flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.post-cover-placeholder svg{opacity:.3;width:52px;height:52px}.post-cover-placeholder-label{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;opacity:.45;font-size:.65rem;font-weight:700}.post-body-section{background:var(--surface);padding:80px 0 120px}.post-content{max-width:660px}.post-content p{font-family:var(--font-body);color:var(--on-surface-variant);margin-bottom:28px;font-size:1.05rem;line-height:1.85}.post-content h2{color:var(--on-surface);letter-spacing:-.01em;margin:60px 0 20px;font-size:1.35rem;font-weight:700}.post-content blockquote{background:var(--surface-low);border-left:2px solid var(--primary);font-family:var(--font-display);color:var(--on-surface);border-radius:0;margin:48px 0;padding:28px 36px;font-size:1.15rem;font-style:italic;font-weight:500;line-height:1.65;position:relative;overflow:hidden}.post-cta{background:var(--surface-low);border-top:1px solid var(--overlay-xs);padding:100px 0}.post-cta h2{letter-spacing:-.02em;margin:16px 0 40px;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700}.post-cta-actions{flex-wrap:wrap;align-items:center;gap:28px;display:flex}.store-hero{background:var(--surface);padding:180px 0 120px;position:relative;overflow:hidden}@media (width<=768px){.store-hero{padding:140px 0 80px}}.store-hero-heading{letter-spacing:-.03em;margin:16px 0 28px;font-size:clamp(3.2rem,7vw,5.75rem);font-weight:800;line-height:1;animation:.8s both fadeUp}.store-hero-heading span:last-child{color:var(--on-surface-variant)}.store-hero .label:before{display:none}.store-hero-sub{color:var(--on-surface-variant);max-width:480px;font-size:1rem;line-height:1.75;animation:.8s .15s both fadeUp}.store-hero-orb{background:radial-gradient(circle, var(--overlay-xs) 0%, transparent 65%);pointer-events:none;border-radius:50%;width:600px;height:600px;animation:10s ease-in-out infinite float;position:absolute;top:50%;right:-120px;transform:translateY(-50%)}.store-hero-grain{opacity:.025;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.store-featured{background:var(--surface-low);padding:1.5em}.featured-card{background:var(--surface-high);min-height:540px;color:inherit;transition:transform .5s var(--ease-spring);border-radius:16px;grid-template-columns:1fr 1fr;text-decoration:none;display:grid;overflow:hidden}.featured-card:hover{transform:translateY(-6px)}@media (width<=900px){.featured-card{grid-template-columns:1fr}}.product-photo{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.featured-img{min-height:360px;position:relative;overflow:hidden}.featured-img:after{content:"";opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.featured-badge{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-primary);background:var(--primary);z-index:1;border-radius:999px;padding:5px 12px;font-size:.65rem;font-weight:700;position:absolute;top:28px;left:28px}.featured-body{flex-direction:column;justify-content:center;gap:20px;padding:60px 52px;display:flex}@media (width<=900px){.featured-body{padding:40px 32px}}.featured-name{letter-spacing:-.02em;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;line-height:1.15}.featured-detail{color:var(--on-surface-variant);flex-grow:1;max-width:400px;font-size:.95rem;line-height:1.75}.featured-swatches{gap:10px;display:flex}.featured-footer{flex-wrap:wrap;align-items:center;gap:24px;margin-top:8px;display:flex}.swatch{border:1.5px solid var(--outline-variant);border-radius:50%;flex-shrink:0;width:20px;height:20px;display:inline-block}.product-price{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.01em;font-size:1.2rem;font-weight:700}.product-category-label{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-surface-variant);margin:0;font-size:.65rem;font-weight:700}.store-catalog{background:var(--surface-low);padding:72px 0 120px}.filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:56px;display:flex}.filter-chip{background:var(--surface-high);color:var(--on-surface-variant);font-family:var(--font-label);letter-spacing:.04em;cursor:pointer;transition:background .2s var(--ease-out), color .2s, transform .3s var(--ease-spring);border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:9px 18px;font-size:.78rem;font-weight:600;display:inline-flex;position:relative}.filter-chip:hover{background:var(--surface-highest);color:var(--on-surface);transform:translateY(-1px)}.filter-chip--active{background:var(--overlay-sm);color:var(--on-surface);border:1px solid var(--outline-variant)}.filter-chip--active:hover{background:var(--overlay-md);color:var(--on-surface)}.filter-chip-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:5px;height:5px}.product-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.product-grid{grid-template-columns:1fr}}.product-card{background:var(--surface-high);color:inherit;border-radius:12px;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.product-card:hover .product-reveal{transform:translateY(0)}.product-card:hover .product-img{transform:scale(1.03)}.product-img{aspect-ratio:3/4;transition:transform .6s var(--ease-spring);flex-shrink:0;position:relative}.product-img:after{content:"";opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.product-base{flex-direction:column;gap:6px;padding:20px 24px 24px;display:flex}.product-base .product-category-label{margin-bottom:2px}.product-name{letter-spacing:-.01em;font-size:1rem;font-weight:700;line-height:1.3}.product-reveal{z-index:2;-webkit-backdrop-filter:blur(16px);transition:transform .45s var(--ease-spring);background:#131313f5;border-top:1px solid #ffffff0f;flex-direction:column;gap:14px;padding:24px;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.product-reveal-swatches{gap:8px;display:flex}.product-reveal-desc{color:var(--on-surface-variant);font-size:.88rem;line-height:1.6}.no-results{color:var(--on-surface-variant);text-align:center;padding:80px 0;font-size:.95rem}.store-cta{background:var(--surface);border-top:1px solid var(--overlay-xs);padding:140px 0;position:relative;overflow:hidden}.store-cta h2{letter-spacing:-.03em;white-space:pre-line;margin:16px 0 24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.05}@media (width<=768px){.store-cta{padding:100px 0}}.store-cta-sub{color:var(--on-surface-variant);max-width:440px;margin-bottom:48px;font-size:1rem;line-height:1.75}.store-cta-orb{background:radial-gradient(circle, var(--overlay-xs) 0%, transparent 65%);pointer-events:none;border-radius:50%;width:500px;height:500px;animation:14s ease-in-out infinite reverse float;position:absolute;bottom:-120px;right:-80px}.pd-back-bar{background:var(--surface);padding:100px 0 0}.pd-back{font-family:var(--font-label);letter-spacing:.06em;color:var(--on-surface-variant);align-items:center;gap:8px;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.pd-back:hover{color:var(--primary);gap:12px}.pd-main{background:var(--surface);padding:48px 0 120px}.pd-layout{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}@media (width<=900px){.pd-layout{grid-template-columns:1fr;gap:48px}}.pd-img-wrap{position:sticky;top:88px}@media (width<=900px){.pd-img-wrap{position:static}}.pd-img{aspect-ratio:3/4;border-radius:16px;position:relative;overflow:hidden}.pd-photo{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.pd-thumbs{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.pd-thumb{aspect-ratio:3/4;cursor:pointer;background:var(--surface-high);border:2px solid #0000;border-radius:8px;flex-shrink:0;width:64px;padding:0;transition:border-color .2s;overflow:hidden}.pd-thumb img{object-fit:cover;width:100%;height:100%;display:block}.pd-thumb--active{border-color:var(--primary)}.pd-img-grain{opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.featured-badge{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-primary);background:var(--primary);border-radius:999px;padding:5px 12px;font-size:.65rem;font-weight:700;position:absolute;top:24px;left:24px}.pd-info{flex-direction:column;gap:24px;padding-top:8px;animation:.7s both fadeUp;display:flex}.pd-name{letter-spacing:-.02em;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.1}.pd-price{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.pd-description{color:var(--on-surface);font-size:1.05rem;font-weight:500;line-height:1.7}.pd-detail{color:var(--on-surface-variant);border-top:1px solid var(--overlay-xs);padding-top:4px;font-size:.93rem;line-height:1.8}.pd-colors{flex-direction:column;gap:12px;display:flex}.pd-colors-label{font-family:var(--font-label);letter-spacing:.12em;text-transform:uppercase;color:var(--on-surface-variant);margin:0;font-size:.7rem;font-weight:700}.pd-swatches{gap:12px;display:flex}.pd-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;outline:none;width:28px;height:28px;transition:transform .2s,border-color .2s,box-shadow .2s}.pd-swatch:hover{transform:scale(1.15)}.pd-swatch--active{border-color:var(--primary);box-shadow:0 0 0 3px var(--overlay-md);transform:scale(1.1)}.pd-actions{flex-wrap:wrap;gap:12px;display:flex}.pd-note{font-family:var(--font-label);color:var(--outline-variant);margin-top:-8px;font-size:.72rem;line-height:1.6}.pd-related{background:var(--surface-low);border-top:1px solid var(--overlay-xs);padding:80px 0 100px}.pd-related-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px;display:grid}@media (width<=768px){.pd-related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.pd-related-grid{grid-template-columns:1fr}}.pd-related-card{background:var(--surface-high);transition:background .3s var(--ease-out), transform .45s var(--ease-spring);border-radius:12px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.pd-related-card:hover{background:var(--surface-highest);transform:translateY(-6px)}.pd-related-img{aspect-ratio:3/4;position:relative}.pd-related-img:after{content:"";opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.pd-related-body{flex-direction:column;gap:6px;padding:16px 20px 20px;display:flex}.pd-related-name{color:var(--on-surface);font-size:.9rem;font-weight:700;line-height:1.3}.exp-hero{background:var(--surface);padding:180px 0 120px;position:relative;overflow:hidden}@media (width<=768px){.exp-hero{padding:140px 0 80px}}.exp-hero-heading{letter-spacing:-.03em;margin:16px 0 28px;font-size:clamp(3.2rem,7vw,5.75rem);font-weight:800;line-height:1;animation:.8s both fadeUp}.exp-hero-heading span:last-child{color:var(--on-surface-variant)}.exp-hero-sub{color:var(--on-surface-variant);max-width:520px;font-size:1rem;line-height:1.75;animation:.8s .15s both fadeUp}.exp-hero-orb{background:radial-gradient(circle, var(--overlay-xs) 0%, transparent 65%);pointer-events:none;border-radius:50%;width:600px;height:600px;animation:10s ease-in-out infinite float;position:absolute;top:50%;right:-120px;transform:translateY(-50%)}.exp-hero-grain{opacity:.025;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.exp-featured-section{background:var(--surface-low);padding:1.5rem}.exp-featured-card{background:var(--surface-high);min-height:560px;color:inherit;transition:transform .5s var(--ease-spring);border-radius:16px;grid-template-columns:1fr 1fr;text-decoration:none;display:grid;overflow:hidden}.exp-featured-card:hover{transform:translateY(-6px)}@media (width<=900px){.exp-featured-card{grid-template-columns:1fr}}.exp-featured-img{min-height:360px;position:relative}.exp-featured-img:after{content:"";opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.exp-featured-badge{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-primary);background:var(--primary);z-index:1;border-radius:999px;padding:5px 12px;font-size:.65rem;font-weight:700;position:absolute;top:28px;left:28px}.exp-featured-body{flex-direction:column;justify-content:center;gap:16px;padding:52px 48px;display:flex}@media (width<=900px){.exp-featured-body{padding:36px 32px}}.exp-featured-name{letter-spacing:-.02em;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;line-height:1.1}.exp-featured-tagline{font-family:var(--font-label);letter-spacing:.06em;color:var(--on-surface-variant);margin:0;font-size:.78rem;font-weight:600}.exp-featured-desc{color:var(--on-surface-variant);flex-grow:1;max-width:400px;font-size:.93rem;line-height:1.75}.exp-featured-footer{flex-wrap:wrap;align-items:center;gap:24px;margin-top:8px;display:flex}.exp-stats{border-top:1px solid var(--overlay-xs);border-bottom:1px solid var(--overlay-xs);flex-wrap:wrap;gap:24px;padding:16px 0;display:flex}.exp-stat{flex-direction:column;gap:4px;display:flex}.exp-stat-label{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-surface-variant);font-size:.6rem;font-weight:700}.exp-stat-value{font-family:var(--font-label);color:var(--on-surface);font-size:.85rem;font-weight:600}.exp-price{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.01em;font-size:1.2rem;font-weight:700}.exp-category-label{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-surface-variant);margin:0;font-size:.65rem;font-weight:700}.exp-catalog{background:var(--surface-low);padding:72px 0 120px}.exp-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width<=768px){.exp-grid{grid-template-columns:1fr}}.exp-card{background:var(--surface-high);color:inherit;transition:background .3s var(--ease-out), transform .45s var(--ease-spring);border-radius:12px;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.exp-card:hover{background:var(--surface-highest);transform:translateY(-6px)}.exp-card-img{height:220px;transition:transform .6s var(--ease-spring);flex-shrink:0;position:relative}.exp-card-img:after{content:"";opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.exp-card:hover .exp-card-img{transform:scale(1.02)}.exp-card-photo{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.exp-diff-badge{font-family:var(--font-label);letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);border-radius:999px;padding:4px 10px;font-size:.6rem;font-weight:700;position:absolute;bottom:16px;left:16px}.exp-diff--easy{color:var(--on-surface);background:#ffffff17}.exp-diff--moderate{color:var(--on-surface-variant);background:#ffffff0f}.exp-diff--challenging{color:var(--on-surface-variant);background:#ffffff0a}.exp-diff--progressive,.exp-diff--tailored{color:var(--on-surface-variant);background:#ffffff0f}.exp-card-body{flex-direction:column;flex-grow:1;gap:8px;padding:24px 28px 28px;display:flex}.exp-card-name{letter-spacing:-.01em;font-size:1.1rem;font-weight:700;line-height:1.3;transition:color .2s}.exp-card:hover .exp-card-name{color:var(--primary)}.exp-card-tagline{color:var(--on-surface-variant);flex-grow:1;font-size:.85rem;line-height:1.6}.exp-card-meta{flex-wrap:wrap;gap:16px;margin-top:4px;display:flex}.exp-card-meta span{font-family:var(--font-label);color:var(--on-surface-variant);letter-spacing:.04em;font-size:.7rem;font-weight:600}.exp-card-meta span:before{content:"·";color:var(--primary);margin-right:6px;font-weight:700}.exp-card-meta span:first-child:before{display:none}.exp-card-footer{border-top:1px solid var(--overlay-sm);justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding-top:14px;display:flex}.exp-cta{background:var(--surface);border-top:1px solid var(--overlay-xs);padding:140px 0;position:relative;overflow:hidden}.exp-cta h2{letter-spacing:-.03em;white-space:pre-line;margin:16px 0 24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.05}@media (width<=768px){.exp-cta{padding:100px 0}}.exp-cta-sub{color:var(--on-surface-variant);max-width:460px;margin-bottom:48px;font-size:1rem;line-height:1.75}.exp-cta-orb{background:radial-gradient(circle, var(--overlay-xs) 0%, transparent 65%);pointer-events:none;border-radius:50%;width:500px;height:500px;animation:14s ease-in-out infinite reverse float;position:absolute;bottom:-120px;right:-80px}.ed-back-bar{background:var(--surface);padding:100px 0 0}.ed-back{font-family:var(--font-label);letter-spacing:.06em;color:var(--on-surface-variant);align-items:center;gap:8px;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.ed-back:hover{color:var(--primary);gap:12px}.ed-main{background:var(--surface);padding:48px 0 120px}.ed-layout{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}@media (width<=960px){.ed-layout{grid-template-columns:1fr;gap:48px}}.ed-visual-wrap{flex-direction:column;gap:16px;display:flex;position:sticky;top:88px}@media (width<=960px){.ed-visual-wrap{position:static}}.ed-visual{aspect-ratio:4/5;border-radius:16px;position:relative;overflow:hidden}.ed-visual-grain{opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.ed-gallery{flex-direction:column;gap:12px;display:flex}.ed-gallery-main{aspect-ratio:4/5;border-radius:16px;position:relative;overflow:hidden}.ed-gallery-img{object-fit:cover;width:100%;height:100%;display:block}.ed-gallery-thumbs{scrollbar-width:none;gap:8px;display:flex;overflow-x:auto}.ed-gallery-thumbs::-webkit-scrollbar{display:none}.ed-thumb{cursor:pointer;opacity:.55;background:0 0;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:72px;height:72px;padding:0;transition:border-color .2s,opacity .2s;overflow:hidden}.ed-thumb img{object-fit:cover;width:100%;height:100%;display:block}.ed-thumb:hover{opacity:.8}.ed-thumb--active{border-color:var(--primary);opacity:1}.ed-badge{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-primary);background:var(--primary);border-radius:999px;padding:5px 12px;font-size:.65rem;font-weight:700;position:absolute;top:24px;left:24px}.ed-stats-card{background:var(--surface-high);border-radius:10px;align-items:center;gap:0;padding:20px 24px;display:flex}.ed-stat{flex-direction:column;flex:1;gap:5px;padding:0 20px;display:flex}.ed-stat:first-child{padding-left:0}.ed-stat:last-child{padding-right:0}.ed-stat-divider{background:var(--overlay-sm);flex-shrink:0;width:1px;height:32px}.ed-stat-label{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--on-surface-variant);font-size:.58rem;font-weight:700}.ed-stat-value{font-family:var(--font-label);color:var(--on-surface);font-size:.82rem;font-weight:600;line-height:1.3}.ed-info{flex-direction:column;gap:24px;padding-top:8px;animation:.7s both fadeUp;display:flex}.ed-name{letter-spacing:-.02em;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.1}.ed-tagline{font-family:var(--font-label);letter-spacing:.06em;color:var(--on-surface-variant);margin:-12px 0 0;font-size:.82rem;font-weight:600}.ed-price{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.ed-description{color:var(--on-surface);font-size:1.05rem;font-weight:500;line-height:1.7}.ed-detail{color:var(--on-surface-variant);border-top:1px solid var(--overlay-xs);padding-top:16px;font-size:.93rem;line-height:1.8}.ed-section-label{font-family:var(--font-label);letter-spacing:.14em;text-transform:uppercase;color:var(--primary);align-items:center;gap:10px;margin:0 0 14px;font-size:.68rem;font-weight:700;display:flex}.ed-section-label:before{content:"";background:var(--primary);flex-shrink:0;width:18px;height:1px;display:inline-block}.ed-includes,.ed-highlights{flex-direction:column;padding-top:4px;display:flex}.ed-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.ed-list li{color:var(--on-surface-variant);align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.ed-list li:before{content:"✓";color:var(--primary);flex-shrink:0;margin-top:2px;font-size:.75rem;font-weight:700}.ed-highlights-list{grid-template-columns:1fr 1fr;gap:10px 24px;margin:0;padding:0;list-style:none;display:grid}@media (width<=480px){.ed-highlights-list{grid-template-columns:1fr}}.ed-highlights-list li{color:var(--on-surface-variant);align-items:flex-start;gap:8px;font-size:.88rem;line-height:1.5;display:flex}.ed-highlights-list li:before{content:"→";color:var(--on-surface-variant);flex-shrink:0;margin-top:2px;font-size:.75rem}.ed-actions{flex-wrap:wrap;gap:12px;padding-top:8px;display:flex}.ed-note{font-family:var(--font-label);color:var(--outline-variant);margin-top:-8px;font-size:.72rem;line-height:1.6}.ed-related{background:var(--surface-low);border-top:1px solid var(--overlay-xs);padding:80px 0 100px}.ed-related-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:32px;display:grid}@media (width<=640px){.ed-related-grid{grid-template-columns:1fr}}.ed-related-card{background:var(--surface-high);color:inherit;transition:background .3s var(--ease-out), transform .45s var(--ease-spring);border-radius:12px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.ed-related-card:hover{background:var(--surface-highest);transform:translateY(-6px)}.ed-related-img{flex-shrink:0;height:200px;position:relative;overflow:hidden}.ed-related-img:after{content:"";opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-size:180px;position:absolute;inset:0}.ed-related-body{flex-direction:column;gap:6px;padding:20px 24px 24px;display:flex}.ed-related-name{color:var(--on-surface);font-size:1rem;font-weight:700;line-height:1.3;transition:color .2s}.ed-related-card:hover .ed-related-name{color:var(--primary)}.ed-related-tagline{color:var(--on-surface-variant);flex-grow:1;margin-bottom:4px;font-size:.82rem;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 80px}@media (width<=1024px){.container{padding:0 40px}}@media (width<=640px){.container{padding:0 24px}}.label{font-family:var(--font-label);letter-spacing:.18em;text-transform:uppercase;color:var(--primary);align-items:center;gap:10px;margin:0 0 16px;font-size:.7rem;font-weight:600;display:flex}.label:before{content:"";background:var(--primary);flex-shrink:0;width:24px;height:1px;display:inline-block}.btn-primary{background:var(--primary);color:var(--on-primary);font-family:var(--font-label);letter-spacing:.04em;cursor:pointer;transition:transform .4s var(--ease-spring), background .2s var(--ease-out);border:none;border-radius:30px;align-items:center;gap:8px;padding:14px 28px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn-primary:after{content:"";background:linear-gradient(105deg,#0000 30%,#80808026 50%,#0000 70%);position:absolute;inset:0;transform:translate(-100%)skew(-15deg)}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px)}.btn-primary:hover:after{animation:.55s forwards shimmer}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--on-surface);font-family:var(--font-label);letter-spacing:.04em;border:1px solid var(--outline-variant);cursor:pointer;background:0 0;border-radius:30px;align-items:center;padding:13px 27px;font-size:.85rem;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.btn-secondary:hover{background:var(--overlay-sm);border-color:var(--on-surface-variant);transform:translateY(-2px)}.btn-tertiary{color:var(--primary);font-family:var(--font-label);letter-spacing:.04em;cursor:pointer;background:0 0;border:none;align-items:center;padding-bottom:2px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.btn-tertiary:after{content:"";background:var(--primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.btn-tertiary:hover:after{width:100%}
