:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-primary:#fff;--color-secondary:#f5f6f8;--color-accent:#06c;--color-accent-hover:#0055ad;--color-tint:#edf4fc;--color-tint-strong:#c5dcf4;--color-art:#7aaddf;--color-art-deep:#28598c;--color-highlight:#a8e600;--color-text-primary:#1d1d1f;--color-text-secondary:#55565b;--color-surface:#f6f7f9;--color-muted:#696a70;--color-action-ink:#fff;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--radius:8px;--border:1px solid #1d1d1f14}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{background:var(--color-primary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}body:has(dialog[open]){overflow:hidden}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}p{color:var(--color-text-secondary);margin:0 0 24px}img{max-width:100%;display:block}h1,h2,h3,h4{letter-spacing:-.045em;margin:0;line-height:1.08}h1{font-size:64px;font-weight:700}h2{font-size:40px;font-weight:600}h3{font-size:32px;font-weight:500}h4{letter-spacing:-.025em;font-size:20px;font-weight:500}::selection{background:var(--color-accent);color:var(--color-action-ink)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:5px}[hidden]{display:none!important}.container{width:min(100% - 96px,1200px);margin-inline:auto}.skip-link{z-index:100;color:#111;background:#fff;border-radius:8px;padding:12px 24px;position:fixed;top:-80px;left:24px}.skip-link:focus{top:12px}.palette-bar{border-bottom:var(--border);background:#fafafa;margin-top:80px}.palette-bar-inner{justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding-block:12px;display:flex}.palette-caption{color:var(--color-muted);align-items:center;gap:14px;font-size:11px;display:flex}.palette-caption strong{color:var(--color-text-primary);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:500}.palette-options{gap:8px;display:flex}.palette-option{min-height:44px;color:var(--color-text-secondary);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:8px 14px;font-size:12px;display:flex}.palette-option:before{content:"";background:var(--option);border-radius:50%;flex:0 0 12px;width:12px;height:12px}.palette-option[aria-pressed=true]{color:var(--color-text-primary);background:#fff;border-color:#1d1d1f29;box-shadow:0 2px 5px #00000004}.palette-option:hover{background:#fff}.palette-option[aria-pressed=true]:after{content:"✓";font-size:11px}body:has(.palette-bar) .hero{min-height:min(760px,100svh - 156px);padding-top:16px}body:has(.palette-bar) .page-intro{padding-top:80px}.site-header{z-index:20;border-bottom:var(--border);background:#ffffffed;position:fixed;inset:0 0 auto}@supports ((-webkit-backdrop-filter:blur(12px)) or (backdrop-filter:blur(12px))){.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffcf}}.nav-inner{justify-content:space-between;align-items:center;gap:24px;min-height:80px;display:flex}.brand{align-items:center;gap:12px;display:inline-flex}.brand img{border-radius:4px;width:42px;height:42px}.brand-name{letter-spacing:.12em;font-size:12px;font-weight:600}.brand-name span{color:var(--color-muted);letter-spacing:.25em;font-size:10px;font-weight:400;display:block}.nav-links{align-items:center;gap:40px;display:flex}.nav-links a{min-height:44px;color:var(--color-text-secondary);align-items:center;font-size:12px;display:flex}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--color-text-primary)}.nav-links a[aria-current=page]:after{content:"";background:var(--color-accent);border-radius:50%;width:4px;height:4px;margin-left:8px}.nav-contact{border:var(--border);border-radius:var(--radius);min-height:44px;color:var(--color-text-primary);background:0 0;font-size:12px;padding:10px 18px!important}.menu-toggle{display:none}.nav-links{margin-left:auto}.language-switcher{flex:none}.language-switcher select{border:var(--border);background:var(--color-surface);width:104px;min-height:44px;color:var(--color-text-primary);font:inherit;cursor:pointer;border-radius:8px;padding:8px;font-size:12px}.language-switcher select:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--color-muted);margin-bottom:24px;font-size:11px;font-weight:500}.eyebrow.blue{color:var(--color-accent)}.hero{flex-direction:column;justify-content:center;min-height:min(900px,100svh);padding-top:120px;display:flex;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:24px;display:grid}.hero-copy{z-index:1;padding:64px 0;position:relative}.hero h1{max-width:620px}.hero h1 span{color:var(--color-muted)}.hero-lead{max-width:370px;margin-top:32px;font-size:17px;line-height:1.7}.actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:32px;display:flex}.button{border-radius:var(--radius);background:var(--color-accent);min-height:48px;color:var(--color-action-ink);border:1px solid #0000;justify-content:center;align-items:center;gap:20px;padding:12px 24px;font-size:13px;font-weight:500;transition:translate .25s,background .25s;display:inline-flex}.button:hover{background:var(--color-accent-hover);translate:0 -2px}.button:active{translate:0}.button.secondary{color:var(--color-text-primary);border:var(--border);background:0 0}.button.secondary:hover{background:var(--color-tint)}.text-link{min-height:44px;color:var(--color-text-secondary);align-items:center;gap:14px;font-size:13px;display:inline-flex}.text-link:hover{color:var(--color-accent)}.hero-art{margin:0 -30px 0 -60px;position:relative}.hero-art img{object-fit:contain;mix-blend-mode:multiply;width:100%;max-height:700px}.product-hero img{object-fit:cover;height:600px}.image-note{color:var(--color-muted);letter-spacing:.04em;justify-content:center;gap:12px;margin-top:-16px;font-size:10px;display:flex;position:relative}.image-note span+span:before{content:"·";margin-right:12px}.feature-strip{padding:32px 0 48px}.feature-section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px;display:flex}.feature-section-heading .eyebrow{margin-bottom:12px}.feature-section-heading h2{font-size:32px}.feature-section-heading>p{max-width:230px;margin:0;font-size:13px}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.feature{background:var(--color-tint);border:1px solid #1d1d1f08;border-radius:24px;padding:28px 32px 36px;transition:translate .4s cubic-bezier(.22,1,.36,1),box-shadow .4s;position:relative;overflow:hidden}.feature:hover{translate:0 -4px;box-shadow:0 16px 40px #1d1d1f09}.feature-label{letter-spacing:.12em;color:var(--color-muted);text-transform:uppercase;justify-content:space-between;font-size:10px;font-weight:500;display:flex}.feature-label span:last-child{color:var(--color-accent)}.feature h3{letter-spacing:-.035em;margin-bottom:14px;font-size:24px;line-height:1.15}.feature p{color:var(--color-text-secondary);max-width:285px;margin:0;font-size:14px;line-height:1.7}.feature-art{place-items:center;height:184px;margin:8px 0 16px;display:grid;position:relative}.layer-stack{width:130px;height:110px;position:relative;transform:rotate(-27deg)skew(14deg,9deg)}.layer-stack span{background:var(--color-art);border:1px solid #fffc;border-radius:16px;width:126px;height:90px;position:absolute;box-shadow:-6px 10px 16px #1d1d1f10}.layer-stack span:first-child{background:var(--color-art-deep);top:40px}.layer-stack span:nth-child(2){background:var(--color-art);top:17px}.layer-stack span:nth-child(3){background:linear-gradient(145deg, #ffffffd9, var(--color-tint-strong));top:-6px}.precision-art svg{width:178px;height:178px;color:var(--color-art);overflow:visible}.precision-art .precision-center{fill:var(--color-art-deep);stroke:#fff;stroke-width:5px}.finish-art{isolation:isolate}.finish-orb{background:radial-gradient(circle at 28% 25%, #fff9, transparent 65%), var(--orb);border-radius:50%;width:78px;height:78px;position:absolute;box-shadow:5px 12px 17px #1d1d1f14,inset -4px -5px 8px #0000000d}.finish-orb:first-child{--orb:#faf9f6;z-index:3;top:61px;left:calc(50% - 89px)}.finish-orb:nth-child(2){--orb:var(--color-art);z-index:2;top:32px;left:calc(50% - 38px)}.finish-orb:nth-child(3){--orb:var(--color-art-deep);z-index:4;top:71px;left:calc(50% + 12px)}.contact-method{display:block}.social-icon-art svg{width:56px;height:56px;color:var(--color-art-deep)}.contact-method:hover .social-icon-art svg{color:var(--color-accent)}.page-intro.contact-intro{padding-bottom:104px}.contact-section.contact-email-section,.section{padding-block:112px}.section-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:48px;display:flex}.section-heading h2{max-width:630px}.section-heading p{max-width:390px;margin-bottom:0;font-size:14px}.collection-grid{grid-template-columns:1.3fr 1fr;gap:24px;display:grid}.concept-card{background:var(--color-surface);border:var(--border);border-radius:20px;position:relative;overflow:hidden}.concept-card .card-image{object-fit:contain;background:#fff;width:100%;height:380px}.card-body{padding:24px 32px 32px}.card-body .eyebrow{margin-bottom:12px;font-size:10px}.card-body h3{margin-bottom:12px;font-size:26px}.card-body p{max-width:330px;margin-bottom:8px;font-size:13px}.card-heading{justify-content:space-between;align-items:start;gap:16px;display:flex}.round-link{border:var(--border);width:44px;height:44px;color:var(--color-text-primary);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;transition:background .2s;display:inline-flex}.round-link:hover{background:var(--color-tint)}.material-art{background:var(--color-tint);justify-content:center;align-items:center;height:380px;display:flex;position:relative;overflow:hidden}.material-stack{gap:12px;display:flex;transform:rotate(-25deg)}.material-chip{background:repeating-linear-gradient(0deg, #ffffff12 0 1px, transparent 1px 3px), var(--chip);border-radius:6px;width:64px;height:210px;box-shadow:5px 8px #00000014,14px 24px 24px #00000012}.material-chip:nth-child(2){transform:translateY(-24px)}.material-chip:nth-child(3){transform:translateY(-48px)}.material-chip:nth-child(4){transform:translateY(-72px)}.editorial{border-block:var(--border);padding:112px 0}.editorial-grid{grid-template-columns:1fr 1.4fr;gap:64px;display:grid}.editorial h2{max-width:690px;line-height:1.2}.editorial h2 span{color:var(--color-muted)}.quote-section{text-align:center;background:var(--color-tint);padding:112px 24px}.quote-section h2{margin-bottom:24px}.quote-section p{max-width:440px;margin:0 auto 32px}.site-footer{padding-block:48px 24px}.footer-main{justify-content:space-between;align-items:center;gap:32px;padding-bottom:40px;display:flex}.footer-main .brand img{width:56px;height:56px}.footer-links{flex-wrap:wrap;gap:32px;display:flex}.footer-social{padding-bottom:24px}.footer-links a{min-height:44px;color:var(--color-text-secondary);align-items:center;font-size:12px;display:inline-flex}.footer-social a{gap:8px}.footer-social a:hover,.footer-social a:focus-visible{color:var(--color-text-primary)}.social-icon{flex-shrink:0;width:20px;height:20px;display:block}.footer-meta{border-top:var(--border);color:var(--color-muted);justify-content:space-between;gap:24px;padding-top:24px;font-size:11px;display:flex}.page-intro{padding-top:168px;padding-bottom:64px}.page-intro h1{max-width:850px;margin-bottom:32px}.page-intro p:last-child{max-width:550px;margin:0}.story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding-bottom:112px;display:grid}.story-grid img{border-radius:var(--radius)}.story-copy h2{margin-bottom:32px}.story-copy p{font-size:15px;line-height:1.8}.steps{grid-template-columns:repeat(3,1fr);gap:48px;display:grid}.step-number{color:var(--color-accent);margin-bottom:32px;font-size:12px;display:block}.steps h3{margin-bottom:20px;font-size:24px}.steps p{color:var(--color-muted);font-size:14px}.note{border:var(--border);border-radius:var(--radius);color:var(--color-muted);margin-top:48px;padding:24px;font-size:13px}.catalogue{padding-bottom:112px}.search-label{color:var(--color-text-secondary);margin-bottom:8px;font-size:12px;display:block}.search-input{border:var(--border);border-radius:var(--radius);background:var(--color-surface);width:min(100%,480px);min-height:48px;color:var(--color-text-primary);margin-bottom:48px;padding:12px 16px}.search-input::placeholder{color:var(--color-muted)}.catalogue-layout{grid-template-columns:200px 1fr;align-items:start;gap:32px;display:grid}.filters{position:sticky;top:112px}.filters summary{display:none}.filter-label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin-bottom:16px;font-size:11px}.filter-buttons{gap:8px;display:grid}.filter-button{text-align:left;border-radius:var(--radius);min-height:44px;color:var(--color-text-secondary);background:0 0;border:1px solid #0000;padding:12px 16px;font-size:13px}.filter-button[aria-pressed=true]{color:var(--color-text-primary);background:var(--color-tint);border-color:var(--color-tint-strong)}.filter-button:hover{color:var(--color-accent)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.product-grid .card-image,.product-grid .material-art{height:300px}.product-grid .card-body{padding:24px}.product-grid .card-body h3{font-size:22px}.product-grid .material-chip{width:48px;height:170px}.result-count{color:var(--color-muted);margin-bottom:24px;font-size:12px}.empty-state{text-align:center;border:var(--border);border-radius:var(--radius);padding:64px 24px}.empty-state h2{margin-bottom:16px;font-size:24px}.custom-art{background:var(--color-tint);text-align:center;place-content:center;height:300px;display:grid}.custom-art span{color:var(--color-art-deep);font-size:100px;font-weight:300;line-height:1}.custom-art small{color:var(--color-muted);letter-spacing:.16em;margin-top:16px;font-size:10px}dialog{background:var(--color-surface);width:900px;max-width:calc(100% - 48px);max-height:calc(100svh - 48px);color:var(--color-text-primary);border:var(--border);border-radius:12px;padding:0;box-shadow:0 32px 100px #0008}dialog::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000b}.dialog-top{border-bottom:var(--border);justify-content:space-between;align-items:center;gap:24px;padding:16px 24px;display:flex}.dialog-top .eyebrow{margin:0}.dialog-close{border:var(--border);width:44px;height:44px;color:var(--color-text-primary);background:0 0;border-radius:50%;font-size:24px}.dialog-grid{grid-template-columns:1fr 1fr;display:grid}.dialog-image{object-fit:contain;background:#fff;width:100%;height:100%;max-height:600px}.dialog-copy{padding:40px 32px}.dialog-copy h2{margin-bottom:24px;font-size:32px}.dialog-copy p,.dialog-copy li{font-size:13px}.dialog-copy ul{color:var(--color-text-secondary);padding-left:16px;line-height:1.8}.product-gallery{background:#fff;min-width:0;padding:16px 24px 24px}.gallery-main{object-fit:contain;width:100%;height:360px}.gallery-meta{justify-content:space-between;align-items:center;gap:12px;margin:8px 0 16px;font-size:11px;display:flex}.gallery-meta p{margin:0;font-size:11px}.gallery-meta a{color:var(--color-accent);align-items:center;min-height:44px;display:inline-flex}.gallery-thumbnails{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.gallery-thumbnail{background:#fff;border:1px solid #1d1d1f20;border-radius:8px;min-height:52px;padding:3px;overflow:hidden}.gallery-thumbnail img{object-fit:cover;border-radius:4px;width:100%;height:54px}.gallery-thumbnail[aria-pressed=true]{border:2px solid var(--color-accent);padding:2px}.product-finish{align-items:center;gap:10px;margin:24px 0 16px;display:flex}.product-finish span{background:#f8790b;border:1px solid #1d1d1f20;border-radius:50%;width:18px;height:18px}.product-specs{margin:0 0 24px;font-size:12px}.product-specs div{border-bottom:var(--border);justify-content:space-between;gap:16px;padding:12px 0;display:flex}.product-specs dt{color:var(--color-muted)}.product-specs dd{text-align:right;margin:0}.marketplace-link{width:100%}.marketplace-note{color:var(--color-muted);margin:12px 0 24px;font-size:11px!important}.swatch-group{border:0;margin:24px 0;padding:0}.swatch-group legend{margin-bottom:12px;font-size:12px}.swatches{flex-wrap:wrap;gap:8px;display:flex}.swatch{background:0 0;border:1px solid #0000;border-radius:50%;width:44px;height:44px;padding:5px}.swatch:before{content:"";background:var(--swatch);color:#111;border:1px solid #1d1d1f20;border-radius:50%;place-items:center;width:32px;height:32px;font-size:16px;display:grid}.swatch[aria-pressed=true]{border-color:var(--color-text-primary)}.swatch[aria-pressed=true]:before{content:"✓"}.swatch.dark:before{color:#fff}.finish-label{color:var(--color-muted);margin-top:12px;font-size:12px!important}.dialog-copy .note{margin-top:24px;padding:16px;font-size:12px}.contact-dialog{width:560px}.contact-dialog .dialog-copy{padding:40px}.guide-section{padding-bottom:64px}.guide-section h2{margin-bottom:32px;font-size:32px}.palette{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.palette-item{border:var(--border);border-radius:var(--radius);overflow:hidden}.palette-color{background:var(--sample);height:100px}.palette-item p{margin:0;padding:16px;font-size:12px}.palette-item code{color:var(--color-muted);margin-top:4px;display:block}.type-sample{border-bottom:var(--border);padding:24px 0}.type-sample small{color:var(--color-muted);margin-bottom:16px;display:block}.guide-components{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.no-script{background:var(--color-tint);color:var(--color-text-primary);margin-top:80px;padding:16px 24px;font-size:13px}@media (width>=1440px){.catalogue-layout{grid-template-columns:200px 1fr}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-grid .card-image,.product-grid .material-art,.product-grid .custom-art{height:220px}.product-grid .card-body{padding:20px}.product-grid .card-heading{flex-wrap:wrap}.product-grid .material-chip{width:30px;height:135px}}@media (width<=1023px){.palette-caption>span{display:none}.container{width:calc(100% - 64px)}.hero{min-height:80svh}.hero h1{font-size:52px}.hero-art{margin:0 -24px 0 -40px}.nav-links{gap:24px}.section,.editorial{padding-block:80px}.catalogue-layout{grid-template-columns:1fr;gap:24px}.filters{border:var(--border);border-radius:var(--radius);padding:16px;position:static}.filters summary{cursor:pointer;min-height:44px;padding:12px 0;font-size:14px;display:list-item}.filters .filter-label{display:none}.filter-buttons{grid-template-columns:repeat(4,1fr);margin-top:16px}.story-grid{gap:40px}.material-chip{width:48px;height:190px}}@media (width<=767px){.palette-bar{margin-top:72px}.palette-bar-inner{flex-direction:column;align-items:stretch;gap:12px;padding-block:16px}.palette-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;display:grid}.palette-option{gap:6px;padding:8px 5px;font-size:10px}.palette-option:before{flex-basis:8px;width:8px;height:8px}.palette-option[aria-pressed=true]:after{display:none}body:has(.palette-bar) .hero{padding-top:32px}body:has(.palette-bar) .page-intro{padding-top:48px}body{font-size:15px}.container{width:calc(100% - 48px)}h1,.hero h1{font-size:40px}h2{font-size:32px}h3{font-size:28px}.nav-inner{gap:8px;min-height:72px}.nav-inner>.brand{gap:8px}.language-switcher{margin-left:auto}.language-switcher select{width:88px;padding:6px;font-size:11px}.menu-toggle{flex-shrink:0;order:4}.brand img{width:36px;height:36px}.brand-name{font-size:10px}.brand-name span{font-size:9px}.menu-toggle{width:44px;height:44px;color:var(--color-text-primary);border:var(--border);border-radius:var(--radius);background:0 0;justify-content:center;align-items:center;display:inline-flex}.menu-toggle svg{stroke:currentColor;width:20px;height:20px}.nav-links{border-bottom:var(--border);background:#fff;gap:12px;padding:24px;display:none;position:absolute;top:72px;left:0;right:0}.nav-links.is-open{flex-direction:column;align-items:stretch;display:flex}.nav-links a{font-size:15px}.nav-contact{text-align:center}.hero{min-height:70svh;padding-top:112px}.hero-grid{grid-template-columns:1fr;gap:0}.hero-copy{text-align:center;padding:24px 0 0}.hero .eyebrow{margin-bottom:24px}.hero-lead{max-width:330px;margin:24px auto 0;font-size:15px}.hero .actions{justify-content:center;gap:16px;margin-top:24px}.hero-art{margin:16px 0 0}.hero-art img{width:100%;height:390px;max-height:55svh}.image-note{margin-top:0;font-size:9px}.feature-grid{grid-template-columns:1fr}.feature{padding:24px 28px 32px}.feature-section-heading{flex-direction:column;align-items:start;gap:16px}.feature-section-heading h2{font-size:28px}.feature-section-heading>p{max-width:280px}.feature p{max-width:none}.section,.editorial{padding-block:64px}.section-heading{flex-direction:column;align-items:start;gap:24px;margin-bottom:32px}.collection-grid,.editorial-grid,.story-grid,.steps{grid-template-columns:1fr;gap:24px}.concept-card .card-image,.material-art{height:320px}.card-body{padding:24px}.editorial-grid{gap:8px}.quote-section{padding:64px 24px}.footer-main{flex-direction:column;align-items:start;gap:24px;padding-bottom:24px}.footer-links{gap:24px}.footer-meta{flex-direction:column;gap:12px;font-size:10px}.page-intro{padding-top:128px;padding-bottom:40px}.page-intro h1{margin-bottom:24px}.story-grid{gap:32px;padding-bottom:64px}.steps{gap:32px}.step-number{margin-bottom:16px}.search-input{margin-bottom:24px}.filter-buttons{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr}.catalogue{padding-bottom:64px}dialog{border:0;border-radius:0;width:100%;max-width:100%;height:100svh;max-height:100svh;margin:0}.dialog-grid{grid-template-columns:1fr}.dialog-image{height:300px}.product-gallery{padding:16px 24px 24px}.gallery-main{height:300px}.dialog-copy,.contact-dialog .dialog-copy{padding:32px 24px}.dialog-top{z-index:1;background:var(--color-surface);position:sticky;top:0}.palette{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.color-preview{isolation:isolate;background:#fff;border:1px solid #e8e8ed;border-radius:28px;grid-template-columns:1fr;margin-block:48px 80px;display:grid;position:relative;overflow:hidden}.color-stage,.color-copy{grid-area:1/1}.color-stage{aspect-ratio:3/2;margin:0;position:relative;overflow:hidden}.carousel-viewport{touch-action:pan-y;position:absolute;inset:0}.carousel-viewport:focus-visible{outline-offset:-6px;border-radius:24px}.color-stage img{object-fit:cover;opacity:0;-webkit-user-select:none;user-select:none;width:100%;height:100%;transition:opacity .22s;position:absolute;inset:0}.color-stage img.is-selected{opacity:1}.color-stage img.color-cutout{object-fit:contain;background:#fff;width:60%;height:84%;inset:4% 0 12% auto}.color-copy{z-index:1;align-self:center;width:43%;padding:clamp(24px,4vw,56px) 12px clamp(24px,4vw,56px) clamp(24px,4vw,56px)}.color-copy h2{margin-bottom:20px;font-size:clamp(30px,3.4vw,48px)}.color-copy>p:not(.eyebrow){max-width:270px;font-size:15px}.product-color-picker{border:0;min-width:0;margin:28px 0 0;padding:0}.product-color-picker legend{margin-bottom:12px;font-size:13px;font-weight:600}.product-color-options{flex-wrap:wrap;gap:8px;display:flex}.product-color-option{color:#55565b;background:0 0;border:0;justify-items:center;gap:7px;min-width:48px;padding:6px 3px;font-size:11px;display:grid}.product-color-option:before{content:"";background:var(--product-color);outline-offset:4px;border:1px solid #00000014;border-radius:50%;outline:1px solid #0000;width:28px;height:28px;display:block;box-shadow:0 0 0 4px #fff}.product-color-option[aria-pressed=true]{color:#1d1d1f;font-weight:600}.product-color-option[aria-pressed=true]:before{outline-color:#1d1d1f}.product-color-option:hover:before{box-shadow:0 0 0 4px #f0f0f3}.color-copy .color-error{min-height:20px;margin:12px 0 0;font-size:12px}.color-copy .color-preview-note{color:#696a70;margin:4px 0 0;font-size:11px!important}.carousel-controls{justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;bottom:22px;left:43%;right:0}.carousel-arrow{color:#1d1d1f;background:#ffffffed;border:1px solid #e0e0e5;border-radius:50%;width:44px;height:44px;font-size:20px}.carousel-arrow:hover{background:#edf4fc}.carousel-dots{background:#ffffffed;border-radius:40px;align-items:center;display:flex}.carousel-dot{background:0 0;border:0;border-radius:20px;place-items:center;width:28px;height:44px;padding:0;display:grid}.carousel-dot span{background:#b3b3b9;border-radius:50%;width:6px;height:6px;transition:transform .2s}.carousel-dot[aria-current=true] span{background:#06c;transform:scale(1.3)}@media (width<=767px){.color-preview{border-radius:20px;margin-block:24px 56px}.color-stage{aspect-ratio:1;grid-area:auto}.carousel-viewport{bottom:56px}.color-stage img{object-position:right center}.color-stage img.color-cutout{object-position:center;width:94%;height:94%;inset:3%}.carousel-controls{gap:4px;bottom:6px;left:0}.carousel-dot{width:25px}.color-copy{grid-area:auto;width:100%;padding:28px}.color-copy h2{font-size:32px}.color-copy .eyebrow{margin-bottom:16px}.color-copy>p:not(.eyebrow){max-width:none}.product-color-option{min-width:44px}}@media (prefers-reduced-motion:reduce){.color-stage img,.carousel-dot span{transition:none}}.product-view-switch{z-index:3;background:#ffffffed;border:1px solid #e0e0e5;border-radius:30px;padding:4px;display:flex;position:absolute;top:20px;right:20px}.product-view-switch button{color:#64646b;background:0 0;border:0;border-radius:24px;min-height:40px;padding:0 18px;font-size:12px;font-weight:600}.product-view-switch button[aria-pressed=true]{color:#fff;background:#1d1d1f}.product-model{background:radial-gradient(at 50% 44%,#fff 10%,#eef1f5 100%);position:absolute;inset:0 0 0 43%}.product-model-canvas{position:absolute;inset:64px 0 110px}.product-model-canvas canvas{cursor:grab;touch-action:none;width:100%;height:100%;display:block}.product-model-canvas canvas:active{cursor:grabbing}.product-model-canvas canvas:focus-visible{outline-offset:-5px}.product-model-status{text-align:center;color:#64646b;font-size:14px;position:absolute;top:42%;left:8%;right:8%}.product-model-status:empty{display:none}.model-retry{background:#fff;border:1px solid #ddd;border-radius:20px;padding:10px 20px;position:absolute;top:63%;left:50%;transform:translate(-50%)}.product-model-toolbar{text-align:center;position:absolute;bottom:22px;left:12px;right:12px}.product-model-toolbar p{color:#64646b;margin:0 0 10px;font-size:11px}.model-actions{justify-content:center;gap:6px;display:flex}.model-actions button{color:#1d1d1f;background:#ffffffed;border:1px solid #e0e0e5;border-radius:22px;min-width:40px;min-height:40px;padding:0 12px;font-size:18px}.model-actions button:last-child{font-size:12px}.model-actions button:hover,.model-retry:hover{background:#edf4fc}.product-model[hidden],.product-model [hidden],.color-stage .carousel-viewport[hidden],.color-stage .carousel-controls[hidden]{display:none}@media (width<=767px){.color-stage:has(.product-model:not([hidden])){width:100%;min-width:0;min-height:360px}.product-view-switch{top:12px;right:12px}.product-view-switch button{min-height:36px;padding-inline:14px}.product-model{left:0}.product-model-canvas{inset:52px 0 84px}.product-model-toolbar{bottom:12px}.product-model-toolbar p{margin-bottom:6px;font-size:10px}}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero{min-height:min(860px,100svh);padding-top:100px}.hero-grid{grid-template-columns:1fr 1.18fr;gap:36px}.hero h1{font-size:clamp(42px,4.6vw,64px)}.design-hero{margin:0 -32px 0 0}.design-hero img{object-fit:contain;mix-blend-mode:normal;border:1px solid #e8eaef;border-radius:24px;width:100%;height:auto;max-height:none;box-shadow:0 24px 60px #1734570a}.design-hero .image-note{letter-spacing:.08em;margin-top:20px;font-size:9px}.product-details{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.in-use-photo{margin:0}.in-use-photo img{object-fit:cover;border-radius:24px;width:100%;height:600px}.in-use-photo figcaption{color:var(--color-muted);padding:18px 4px 0;font-size:12px}.details-copy h2{margin-bottom:24px;font-size:clamp(36px,4vw,52px)}.details-copy>p{max-width:400px}.details-copy .product-specs{margin:32px 0}.details-copy .marketplace-note{margin-top:16px;font-size:11px}.contact-section{text-align:center;border-top:var(--border);padding-block:72px 112px}.contact-section h2{margin-bottom:20px}.contact-email{letter-spacing:-.025em;color:var(--color-accent);padding-block:12px;font-size:clamp(20px,3vw,30px);display:inline-block}.contact-email:hover{text-underline-offset:7px;text-decoration:underline}.color-order{min-width:140px;margin-top:24px}.product-intro{padding-bottom:0}.design-story{grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;padding-bottom:80px;display:grid}.design-story figure{margin:0}.design-story img{border-radius:24px;width:100%}.design-story figcaption{color:var(--color-muted);margin-top:16px;font-size:12px}.design-story h2,.design-story p{margin-bottom:24px}@media (width<=1023px){.hero-grid{gap:24px}.design-hero{margin:0}.product-details{gap:40px}.in-use-photo img{height:520px}}@media (width<=767px){.hero{min-height:auto;padding-top:100px}.hero-grid{grid-template-columns:1fr;gap:32px}.hero h1{font-size:40px}.design-hero{margin:0}.hero-art.design-hero img{height:auto;max-height:none}.design-hero .image-note{gap:8px;font-size:8px}.product-details{grid-template-columns:1fr;gap:40px}.design-story{grid-template-columns:1fr;gap:32px;padding-bottom:56px}.in-use-photo img{height:420px}.contact-section{padding-block:56px 72px}}.story-hero{text-align:center;padding-block:160px 88px}.story-greeting{color:var(--color-text-primary);margin:32px 0 24px;font-size:20px}.story-hero h1{letter-spacing:-.055em;font-size:clamp(42px,5.5vw,78px);line-height:1.1}.story-hero h1 span{color:var(--color-accent)}.story-lead{max-width:640px;margin:32px auto;font-size:18px;line-height:1.8}.story-signature{letter-spacing:-.045em;justify-content:center;align-items:center;gap:18px;font-size:25px;font-weight:500;display:flex}.signature-plus{color:var(--color-accent);font-weight:300}.story-scroll{color:var(--color-muted);align-items:center;gap:32px;margin-top:64px;padding:12px 0;font-size:12px;display:inline-flex}.story-scroll span{color:var(--color-accent);font-size:22px}.story-chapter{border-top:var(--border);grid-template-columns:.8fr 1.2fr;gap:80px;padding-block:112px;display:grid}.chapter-marker{align-self:start;position:sticky;top:120px}.chapter-number{letter-spacing:-.08em;color:#c5dcf4;margin-bottom:28px;font-size:100px;font-weight:300;line-height:1;display:block}.chapter-marker .eyebrow{max-width:260px;font-size:10px;line-height:1.8}.chapter-illustration{width:100%;max-width:400px;height:auto;margin-top:24px}.chapter-content h2{margin-bottom:32px;font-size:clamp(34px,3.8vw,52px);line-height:1.12}.chapter-content>p{max-width:580px;font-size:17px;line-height:1.85}.chapter-content>p:last-child{margin-bottom:0}.chapter-content .chapter-afterthought{color:var(--color-accent);font-weight:500}.story-wedding{background:#f5f8fc}.story-wedding .story-chapter{border-top:0}.story-product-image{margin-block:0}.image-frame{border-radius:24px;overflow:hidden}.story-product-image img{border-radius:24px;width:100%;height:auto}.story-product-image figcaption{color:var(--color-muted);justify-content:space-between;gap:16px;padding-top:18px;font-size:11px;display:flex}.story-together{text-align:center;padding-block:144px}.story-together h2{margin-bottom:40px;font-size:clamp(36px,4.5vw,64px);line-height:1.12}.story-together h2 span{color:var(--color-accent)}.story-together>p:not(.eyebrow){max-width:610px;margin-inline:auto;font-size:18px;line-height:1.85}.story-together strong{color:var(--color-text-primary);font-weight:500}.story-together .story-signature{margin-top:40px}.story-contact>p:not(.eyebrow){line-height:1.8}.about-teaser{grid-template-columns:.8fr 1.2fr;align-items:center;gap:56px;padding-block:16px 96px;display:grid}.about-teaser h2{margin-bottom:24px}.about-teaser p{max-width:350px}.about-teaser img{border-radius:24px;width:100%;height:auto}.footer-links{flex-wrap:wrap}@media (width<=1023px){.story-chapter{grid-template-columns:.6fr 1.4fr;gap:40px}.about-teaser{gap:32px}}@media (width<=767px){.story-hero{padding-block:120px 56px}.story-greeting{margin-block:24px;font-size:16px}.story-hero h1{font-size:clamp(36px,8vw,54px)}.story-lead{margin-block:24px;font-size:16px;line-height:1.7}.desktop-break{display:none}.story-scroll{margin-top:40px}.story-chapter{grid-template-columns:1fr;gap:28px;padding-block:64px}.chapter-marker{grid-template-columns:auto 1fr;align-items:center;gap:20px 24px;display:grid;position:static}.chapter-number{margin:0;font-size:56px}.chapter-marker .eyebrow{margin:0}.chapter-illustration{grid-column:1/-1;justify-self:center;max-width:360px;margin-top:0}.chapter-content h2{margin-bottom:24px;font-size:34px}.chapter-content>p{font-size:16px}.image-frame,.story-product-image img{border-radius:16px}.story-product-image figcaption{flex-direction:column;gap:8px}.story-together{padding-block:80px}.story-together h2{font-size:36px}.story-together>p:not(.eyebrow){font-size:16px}.about-teaser{grid-template-columns:1fr;padding-bottom:64px}.about-teaser p{max-width:none}}@view-transition{navigation:auto}.site-header{view-transition-name:site-header}::view-transition-group(root){animation-duration:.3s}@media (prefers-reduced-motion:reduce){@view-transition{navigation:none}}html.lenis,html.lenis body{height:auto}html.lenis.lenis-smooth{scroll-behavior:auto!important}html[data-motion=loading] :is(.hero-copy,.story-hero,.product-intro)>*,html[data-motion=loading] .hero-art img{opacity:0;animation:0s 3s forwards motion-failsafe}@keyframes motion-failsafe{to{opacity:1}}.split-line-mask{margin-block:-.12em;padding-block:.12em}:is(h1,h2,h3):has(>.split-line-mask){display:grid}.story-stage.is-staged{min-height:calc(100svh - 100px);display:grid}.story-stage.is-staged:before{content:"";z-index:1;border-top:var(--border);pointer-events:none;grid-area:1/1;place-self:start center;width:min(100% - 96px,1200px)}.story-stage.is-staged>[data-story-chapter]{grid-area:1/1;align-items:center;display:grid}.story-stage.is-staged .story-chapter{box-sizing:border-box;border-top:0;padding-block:48px}@media (width<=1023px){.story-stage.is-staged:before{width:calc(100% - 64px)}}.reading-progress{pointer-events:none;height:2px;position:absolute;bottom:-1px;left:0;right:0}.reading-progress>span,.chapter-progress>span{background:var(--color-accent);transform-origin:0;width:100%;height:100%;display:block}.chapter-progress{background:#c5dcf4;width:120px;height:1px;margin-top:28px;display:block}.chapter-number{transition:color .45s}.is-current .chapter-number{color:var(--color-accent)}@media (width<=768px){.chapter-progress{display:none}}@media (prefers-reduced-motion:reduce){html,body{scroll-behavior:auto!important}.reading-progress,.chapter-progress{display:none}}.installation-frame{touch-action:pan-y;border-radius:24px;overflow:hidden}.installation-frame img{-webkit-user-select:none;user-select:none}.installation-controls{justify-content:space-between;align-items:center;gap:12px;display:flex}.installation-controls [role=status]{text-align:center;color:var(--color-text-secondary);font-size:12px}.installation-caption{justify-content:space-between;align-items:center;gap:16px;margin-top:12px;font-size:11px;display:flex}.installation-caption a{color:var(--color-accent);align-items:center;gap:8px;min-height:44px;display:inline-flex}.installation-error{min-height:18px;margin:0;font-size:12px}.included-note{font-size:13px;line-height:1.7}.included-note strong{color:var(--color-text-primary);font-weight:500}.product-use{padding-block:40px 96px}.use-steps{grid-template-columns:repeat(3,1fr);gap:40px;margin:0;padding:0;list-style:none;display:grid}.use-steps li{border-top:1px solid #d9e5f3;padding-top:24px}.step-index{color:var(--color-accent);margin-bottom:28px;font-size:12px;display:block}.use-steps h3{margin-bottom:20px;font-size:28px}.use-steps p{margin-bottom:0;font-size:15px;line-height:1.75}.product-questions{max-width:800px;padding-bottom:112px}.product-questions h2{margin-bottom:36px}.product-questions details{border-top:var(--border);padding:4px 0}.product-questions details:last-child{border-bottom:var(--border)}.product-questions summary{cursor:pointer;padding:20px 8px 20px 0;font-size:16px;font-weight:500}.product-questions details p{padding:0 24px 8px 0;font-size:15px;line-height:1.75}.product-questions a{color:var(--color-accent);text-underline-offset:3px;text-decoration:underline}.product-purchase{margin-top:24px}.product-purchase .button{width:100%;max-width:260px;min-height:68px;display:flex}.product-purchase .marketplace-note{min-height:4.8em;margin:12px 0 0;font-size:11px;line-height:1.6}.product-purchase .text-link{margin-top:8px}@media (width<=767px){.use-steps{grid-template-columns:1fr;gap:32px}.product-use{padding-block:16px 64px}.product-questions{padding-bottom:72px}.installation-caption{align-items:start;gap:8px}.installation-caption>span{max-width:135px;padding-top:12px}}
