*,::after,::before{box-sizing:border-box;margin:0;padding:0}body{font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;background:#faf7f2;color:#3e2723;line-height:1.6;min-height:100vh}:root{--wood:#b28247;--wood-light:#d0a870;--wood-dark:#6b4226;--cream:#faf7f2;--bg:#fdfbf7;--white:#fff;--text:#3e2723;--text-light:#6d4c41;--border:#e0d5c7;--shadow:0 2px 16px rgba(62,39,35,.08);--shadow-lg:0 8px 40px rgba(62,39,35,.12);--radius:12px;--radius-sm:8px;--accent:#c0392b}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.nav{position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px);border-bottom:1px solid var(--border);transition:.3s}.nav-inner{margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.15rem;color:var(--wood-dark)}.nav-links{display:flex;gap:4px;list-style:none}.nav-links a{font-weight:500;color:var(--text);transition:.2s;white-space:nowrap}.nav-links a.active,.nav-links a:hover{background:var(--wood);color:#fff}.nav-hamburger{display:none;background:0 0;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--wood-dark);border-radius:2px;transition:.3s}.nav-hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.page{display:none;min-height:calc(100vh - 60px)}.page.active,html[data-initial-route=about] #page-about,html[data-initial-route=cases] #page-cases,html[data-initial-route=contact] #page-contact,html[data-initial-route=craft] #page-craft,html[data-initial-route=home] #page-home,html[data-initial-route=journal] #page-journal,html[data-initial-route=not-found] #page-not-found,html[data-initial-route=products] #page-products,html[data-initial-route=series] #page-series,html[data-initial-route=service] #page-service{display:block}.container{margin:0 auto;padding:0 20px}.footer{background:var(--wood-dark)}.footer-inner{margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px}.footer a:hover{color:#fff}.footer-bottom{text-align:center}.hero{position:relative;background:linear-gradient(135deg,#3e2723 0,#5d4037 40%,#795548 100%);color:#fff;overflow:hidden;min-height:75vh;display:flex;align-items:center}.hero::before{content:'';inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-content{margin:0 auto;padding:60px 20px}.hero-kicker{display:inline-flex;align-items:center;color:rgba(255,255,255,.86);backdrop-filter:blur(8px)}.hero h1{letter-spacing:2px}.hero .btn{display:inline-flex;align-items:center;gap:6px;background:var(--wood);color:#fff;transition:.3s;border:2px solid var(--wood)}.hero .btn:hover{background:0 0;border-color:#fff}.hero .btn-outline:hover{background:#fff;color:var(--wood-dark);border-color:#fff}.hero-trust{display:flex;gap:10px;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.stat-val{color:var(--wood);line-height:1}.stat-label{color:var(--text-light)}.section-title h2{color:var(--wood-dark)}.section-title p{color:var(--text-light);margin-top:6px}.series-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.series-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:.3s}.series-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.series-card-img{display:flex;align-items:center;justify-content:center;color:#fff}.series-card:first-child .series-card-img{background:linear-gradient(135deg,#8d6e63,#6d4c41)}.series-card:nth-child(2) .series-card-img{background:linear-gradient(135deg,#a1887f,#795548)}.series-card:nth-child(3) .series-card-img{background:linear-gradient(135deg,#bcaaa4,#8d6e63)}.series-card:nth-child(4) .series-card-img{background:linear-gradient(135deg,#5d4037,#4e342e)}.series-card:nth-child(5) .series-card-img{background:linear-gradient(135deg,#3e2723,#2c1a12)}.series-card-body h3{margin-bottom:6px;color:var(--wood-dark)}.series-card-body p{color:var(--text-light)}.partners{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;opacity:.85}.partner-logo{width:auto;object-fit:contain;filter:grayscale(100%);opacity:.6;transition:.3s}.partner-logo:hover{filter:grayscale(0);opacity:1}.prod-page-header h2{color:var(--wood-dark)}.prod-page-header p{color:var(--text-light)}.prod-filters{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}.filter-row-wrap{display:flex;align-items:center;gap:8px}.filter-row-wrap .filter-label{color:var(--wood-dark);flex-shrink:0}.filter-row-wrap .filter-row{display:flex;gap:4px;flex-wrap:wrap}.chip{display:inline-block;font-weight:500;color:var(--text);background:var(--bg);border:1px solid var(--border);cursor:pointer;white-space:nowrap;transition:.2s}.chip:hover{background:var(--wood-light);color:#fff;border-color:var(--wood-light)}.chip.active{background:var(--wood);border-color:var(--wood)}.prod-count-bar{display:flex;align-items:center;color:var(--wood)}.prod-grid-full{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pcard{width:100%;border:2px solid var(--border);cursor:pointer}.pcard:hover{border-color:var(--wood-light);box-shadow:0 2px 12px rgba(178,130,71,.12)}.pcard.active{border-color:var(--wood);box-shadow:0 0 0 3px rgba(178,130,71,.18)}.pcard img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.pcard .pname{position:absolute;bottom:0;left:0;right:0;color:#fff;text-align:center;pointer-events:none;font-weight:500}.drawer-overlay{position:fixed;inset:0;opacity:0;pointer-events:none;transition:opacity .35s}.drawer-overlay.open{opacity:1;pointer-events:auto}.prod-drawer{position:fixed;top:0;right:0;bottom:0}.drawer-bg{inset:0}.drawer-bg .drawer-scene{object-fit:cover;opacity:.85;transition:opacity .15s}.drawer-bg.switching .drawer-scene{opacity:.5}.drawer-back{padding:10px 20px;backdrop-filter:blur(10px);font-size:.85rem;cursor:pointer;font-weight:500;transition:.2s;line-height:1.5;letter-spacing:.5px}.drawer-back:hover{background:rgba(0,0,0,.7);transform:scale(1.03)}.drawer-back:active{transform:scale(.97)}.drawer-nav-arrows{display:flex;flex-direction:column;align-items:center;gap:4px}.drawer-nav-down,.drawer-nav-up{width:36px;height:36px;backdrop-filter:blur(8px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;padding:0}.drawer-nav-down:hover,.drawer-nav-up:hover{background:rgba(0,0,0,.6);transform:scale(1.1)}.drawer-nav-down:active,.drawer-nav-up:active{transform:scale(.9)}.drawer-nav-pos{font-size:.7rem;padding:2px 8px;backdrop-filter:blur(8px);min-width:44px;text-align:center}.drawer-content{bottom:0;left:0;right:0;gap:12px}.drawer-info-panel{flex:1;min-width:0;overflow-y:auto;max-height:42vh;color:#fff;backdrop-filter:none}.drawer-info-panel h3{color:#fff}.drawer-info-panel .d-meta{font-weight:500}.drawer-info-panel .drawer-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.drawer-info-panel .drawer-card{display:flex;justify-content:space-between;align-items:center}.drawer-info-panel .drawer-card .val{font-weight:500;color:#fff;word-break:break-all}.drawer-actions{display:flex;gap:8px;flex-wrap:wrap}.drawer-actions a{display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#fff;background:rgba(178,130,71,.92);border:1px solid rgba(255,255,255,.18);box-shadow:0 6px 18px rgba(0,0,0,.22)}.drawer-actions a:hover{background:var(--wood-light)}@media(max-width:768px){.prod-drawer{width:92vw}.drawer-back{top:12px;left:12px;padding:8px 16px;font-size:.8rem}.drawer-content{flex-direction:column;gap:10px;padding:12px}.drawer-info-panel{max-height:35vh;padding:12px 16px}}@media(max-width:480px){.drawer-back{top:10px;left:10px;padding:6px 14px;font-size:.75rem}.drawer-content{padding:8px;gap:8px}.drawer-info-panel{padding:10px 14px;max-height:38vh}.drawer-info-panel h3{font-size:1rem}.drawer-info-panel .drawer-cards{gap:5px}.drawer-info-panel .drawer-card{padding:5px 0}}.pcard:hover{box-shadow:0 8px 24px rgba(0,0,0,.12)}.pcard:active{transform:scale(.97)}.pcard.active{box-shadow:0 0 0 2px var(--wood)}.series-detail{padding:40px 0}.series-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);flex-wrap:wrap}.series-tab{font-size:.85rem;font-weight:600;color:var(--text-light)}.series-tab:hover{color:var(--wood)}.series-tab.active{color:var(--wood-dark);border-bottom-color:var(--wood)}.series-content{display:none}.series-content.active{display:block}.series-hero{background:linear-gradient(135deg,var(--wood-dark),#4e342e);border-radius:var(--radius)}.series-hero h2{font-size:1.5rem}.series-hero p{font-size:.85rem;opacity:.85;max-width:600px}.series-grid-detail{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:20px}.detail-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.detail-card h4{font-size:.9rem;color:var(--wood-dark);margin-bottom:10px;display:flex;align-items:center;gap:6px}.detail-card li,.detail-card p{font-size:.78rem;color:var(--text-light);line-height:1.7}.detail-card ul{padding-left:16px;margin-top:4px}.craft-hero{text-align:center;padding:40px 0}.craft-hero h2{font-size:1.6rem;color:var(--wood-dark)}.craft-hero p{font-size:.85rem;color:var(--text-light);margin-top:6px;max-width:600px;margin-left:auto;margin-right:auto}.craft-grid{display:grid;gap:20px}.craft-item{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}.craft-item-header{background:var(--cream);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.craft-item-header .num{width:32px;height:32px;background:var(--wood);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.craft-item-header h3{color:var(--wood-dark)}.craft-item-body li,.craft-item-body p{font-size:.8rem;color:var(--text-light);line-height:1.7}.craft-item-body ul{padding-left:16px;margin-top:6px}.craft-item-body .highlight{background:var(--cream);border-radius:6px;padding:12px 16px;margin:12px 0;font-size:.78rem}.craft-item-body .highlight strong{color:var(--wood-dark)}.service-page{padding-bottom:60px}.service-banner{background:linear-gradient(135deg,#3e2723,#5d4037);border-radius:var(--radius);padding:24px 28px;margin-bottom:28px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.service-banner-icon{font-size:2rem;flex-shrink:0}.service-banner-text h3{font-size:1.1rem;margin-bottom:4px}.service-banner-text p{font-size:.78rem;opacity:.85;line-height:1.6}.service-section{margin-bottom:36px}.service-section-title{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:10px;border-bottom:2px solid var(--border)}.service-section-num{width:36px;height:36px;background:var(--wood);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.service-section-title h2{font-size:1.15rem;color:var(--wood-dark)}.service-section-title .subtitle{font-size:.72rem;color:var(--text-light);margin-left:auto}.phase-grid{display:grid;gap:14px}.phase-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}.phase-card-header{padding:14px 18px;display:flex;align-items:center;gap:10px;user-select:none;transition:.2s}.phase-card-header:hover{background:var(--cream)}.phase-card-header h4{font-size:.88rem;color:var(--wood-dark);flex:1}.phase-card-header .phase-arrow{font-size:.7rem;transition:.3s;color:var(--text-light)}.phase-card.open .phase-arrow{transform:rotate(180deg)}.phase-card-body{padding:0 18px 16px}.phase-card.open .phase-card-body{display:block}.phase-step{display:flex;gap:10px;padding:10px 0;border-bottom:1px dashed var(--border)}.phase-step:last-child{border-bottom:none}.phase-step-num{width:26px;height:26px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;color:var(--wood);flex-shrink:0}.phase-step-body h5{font-size:.78rem;color:var(--wood-dark);margin-bottom:3px}.phase-step-body p{font-size:.72rem;color:var(--text-light);line-height:1.6}.service-philosophy{background:linear-gradient(135deg,#fdf6f0,linen);border-left:4px solid var(--wood);border-radius:var(--radius-sm);padding:16px 20px;margin-bottom:28px;display:flex;align-items:center;gap:12px;font-size:.85rem;color:var(--wood-dark)}.service-philosophy-icon{font-size:1.5rem;flex-shrink:0}.service-grid{display:grid;gap:16px;margin-bottom:24px}.service-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow)}.service-card-header{display:flex;align-items:center;gap:10px;padding:14px 18px;background:var(--cream);border-bottom:1px solid var(--border)}.service-num{width:30px;height:30px;background:var(--wood);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.service-card-header h3{font-size:.92rem;color:var(--wood-dark)}.service-card-body{padding:16px 18px}.service-checklist{display:grid;gap:8px}.service-check{display:flex;align-items:flex-start;gap:8px;font-size:.78rem;color:var(--text-light);line-height:1.6}.check-icon{color:var(--wood);font-weight:700;flex-shrink:0;font-size:.85rem}.service-list{list-style:none;padding:0}.service-list li{font-size:.78rem;color:var(--text-light);line-height:1.7;padding:4px 0 4px 16px;position:relative}.service-list li::before{content:'•';position:absolute;left:0;color:var(--wood);font-weight:700}.tag{display:inline-block;padding:1px 8px;border-radius:12px;font-size:.68rem;margin:0 2px}.service-contact-bar{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;padding:20px;background:var(--wood-dark);border-radius:var(--radius);color:#fff}.service-contact-item{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600}.service-contact-item span{font-size:1.1rem}.install-table{width:100%;border-collapse:collapse;font-size:.78rem}.install-table th{background:var(--wood-dark);color:#fff;text-align:left;padding:8px 12px;font-size:.72rem;font-weight:500}.install-table td{padding:8px 12px;border-bottom:1px solid var(--border);color:var(--text-light)}.install-table tr:nth-child(2n){background:var(--bg)}.install-table .spec{color:var(--accent);font-weight:600}.about-page{padding-bottom:60px}.about-hero{background:linear-gradient(135deg,#4a2c18,#6b4226,#4a2c18);color:#fff;text-align:center;padding:60px 20px 50px;margin-bottom:40px;border-radius:0 0 24px 24px}.about-hero h2{font-size:1.8rem;margin-bottom:10px;letter-spacing:2px}.about-hero .tagline{font-size:.95rem;opacity:.85;font-style:italic}.about-hero .slogan{margin-top:16px;display:inline-block;padding:8px 24px;border:1px solid rgba(255,255,255,.3);border-radius:30px;font-size:.82rem;letter-spacing:1px}.about-block{margin-bottom:36px}.about-block h3{font-size:1.1rem;color:var(--wood-dark);margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--wood)}.about-block li,.about-block p{font-size:.82rem;color:var(--text-light);line-height:1.8}.about-block ul{padding-left:18px}.about-block ul li{margin-bottom:6px}.about-quote{background:var(--cream);border-left:4px solid var(--wood);padding:18px 22px;border-radius:var(--radius-sm);margin:24px 0;font-size:.85rem;color:var(--wood-dark);line-height:1.7;font-style:italic}.about-quote strong{font-style:normal}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}.value-card{background:var(--bg);border-radius:var(--radius-sm);padding:18px 14px;text-align:center}.value-card .v-icon{font-size:1.5rem;margin-bottom:8px}.value-card .v-title{font-size:.82rem;font-weight:700;color:var(--wood-dark);margin-bottom:4px}.value-card .v-desc{font-size:.7rem;color:var(--text-light);line-height:1.5}.sales-script{background:var(--bg);border-radius:var(--radius);padding:18px 22px;margin-top:12px}.sales-script .label{font-size:.68rem;font-weight:700;color:var(--wood);text-transform:uppercase;margin-bottom:8px;letter-spacing:1px}.sales-script .q{font-size:.78rem;font-weight:600;color:var(--wood-dark);margin-bottom:4px}.sales-script .a{font-size:.78rem;color:var(--text-light);line-height:1.7}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:12px}.team-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;display:flex;gap:14px;align-items:flex-start}.team-avatar{width:48px;height:48px;border-radius:50%;background:var(--wood);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;flex-shrink:0}.team-info h4{font-size:.88rem;color:var(--wood-dark);margin-bottom:2px}.team-info .role{font-size:.68rem;color:var(--wood);margin-bottom:6px;font-weight:600}.team-info .bio{font-size:.72rem;color:var(--text-light);line-height:1.6}.design-team{display:flex;gap:14px;margin-top:12px;flex-wrap:wrap}.design-card{flex:1;min-width:180px;background:var(--bg);border-radius:var(--radius-sm);padding:16px}.design-card h4{font-size:.82rem;color:var(--wood-dark);margin-bottom:2px}.design-card .d-dir{font-size:.68rem;color:var(--wood);margin-bottom:6px}.design-card .d-members{font-size:.7rem;color:var(--text-light);margin-bottom:6px}.design-card .d-skill{font-size:.72rem;color:var(--text-light);line-height:1.5}.coop-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}.coop-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;text-align:center}.coop-num{width:32px;height:32px;margin:0 auto 10px;background:var(--wood);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.coop-card h4{font-size:.82rem;color:var(--wood-dark);margin-bottom:4px}.coop-card p{font-size:.7rem;color:var(--text-light);line-height:1.5}.about-contact{background:var(--wood-dark);color:#fff;border-radius:var(--radius);padding:20px 24px;margin-top:24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.about-contact .ct{font-size:.82rem;opacity:.85;flex:1}.about-contact strong{color:#fff;font-size:.85rem}@media(max-width:900px){.values-grid{grid-template-columns:repeat(2,1fr)}.team-grid{grid-template-columns:1fr}.coop-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.values-grid{grid-template-columns:1fr 1fr}.coop-steps{grid-template-columns:1fr}.design-team{flex-direction:column}.team-avatar{width:40px;height:40px;font-size:.95rem}.about-contact{flex-direction:column;text-align:center}}.placeholder-page{text-align:center;padding:100px 20px}.placeholder-page .icon{font-size:3rem;margin-bottom:16px;opacity:.4}.placeholder-page h2{font-size:1.4rem;color:var(--wood-dark);margin-bottom:8px}.placeholder-page p{font-size:.85rem;color:var(--text-light);max-width:500px;margin:0 auto 24px}.placeholder-page .hint{display:inline-block;background:var(--cream);border:1px dashed var(--border);border-radius:var(--radius);padding:16px 24px;font-size:.8rem;color:var(--text-light)}.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.case-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:.3s}.case-card:hover{box-shadow:var(--shadow-lg)}.case-body{padding:16px}.case-tag{display:inline-block;background:var(--wood);color:#fff;padding:2px 10px;margin-bottom:8px}.case-body h3{color:var(--wood-dark);margin-bottom:6px}.case-body>p{color:var(--text-light);line-height:1.6;margin-bottom:10px}.case-info{color:var(--text-light);line-height:1.6}.case-info span{color:var(--wood);font-weight:600}.case-cta{text-align:center;margin-top:32px;padding:24px;background:var(--cream);border-radius:var(--radius);font-size:.85rem;color:var(--wood-dark)}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:28px}.contact-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px 16px;text-align:center;transition:.3s}.contact-card:hover{box-shadow:var(--shadow-lg)}.contact-icon{font-size:2rem;margin-bottom:10px}.contact-card h3{font-size:.88rem;color:var(--wood-dark);margin-bottom:8px}.contact-val{font-size:1.1rem;font-weight:700;color:var(--wood);margin-bottom:6px}.contact-card p{font-size:.72rem;color:var(--text-light);line-height:1.5}.contact-coop{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;margin-bottom:20px}.contact-coop h3{font-size:.95rem;color:var(--wood-dark);margin-bottom:16px;text-align:center}.contact-steps{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.cstep{display:flex;align-items:center;gap:6px;background:var(--bg);border-radius:var(--radius-sm);padding:10px 14px;font-size:.78rem;color:var(--text-light)}.cstep-num{width:24px;height:24px;background:var(--wood);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;flex-shrink:0}.cstep-arrow{color:var(--wood);font-weight:700;font-size:.9rem}.contact-note{background:var(--bg);border-radius:var(--radius);padding:18px 22px;font-size:.8rem;color:var(--text-light);line-height:1.7;margin-top:24px}.nav-backdrop{display:none}@media(max-width:900px){.prod-main{flex-direction:column}.prod-sidebar{width:100%;min-width:0;position:static;max-height:none;flex-direction:row;gap:6px}.prod-sidebar .panel{flex:1;min-width:0}.prod-grid{grid-template-columns:repeat(3,1fr);max-height:260px}.info-cards{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr;gap:24px}.nav-links{display:none;position:absolute;top:70px;left:0;right:0;background:var(--white);flex-direction:column;padding:12px;box-shadow:var(--shadow-lg);border-bottom:1px solid var(--border)}.nav-hamburger,.nav-links.open{display:flex}.cases-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}}.page-cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:1px solid var(--ink);font-size:14px;font-weight:700;cursor:pointer;transition:background .22s,color .22s,transform .22s,border-color .22s}.btn-primary{background:var(--ink);color:#fff}.btn-secondary{background:0 0;color:var(--ink);border-color:rgba(31,28,25,.28)}.btn-primary:hover,.btn-secondary:hover{background:var(--brand);border-color:var(--brand);color:#fff}.prod-empty{grid-column:1/-1;min-height:280px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:42px;background:#fff;border:1px solid var(--line)}.not-found-page .eyebrow,.prod-empty span{color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.18em}.not-found-page h2,.prod-empty h3{margin-top:12px;color:var(--ink);font-size:clamp(1.45rem,3vw,2.45rem);line-height:1.2}.not-found-page p,.prod-empty p{max-width:560px;margin-top:10px;color:var(--muted);font-size:14px;line-height:1.8}.not-found-page{min-height:62vh;display:flex;flex-direction:column;justify-content:center;padding-top:80px;padding-bottom:80px}.contact-brief{margin-top:18px;padding:28px;background:#fff;border:1px solid var(--line)}.contact-brief span{color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.18em}.contact-brief h3{margin-top:10px;color:var(--ink);font-size:1.25rem}.contact-brief p{max-width:760px;margin-top:8px;color:var(--muted);font-size:14px;line-height:1.8}@media(max-width:640px){.page-cta{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.prod-empty{padding:28px 20px;min-height:240px}.contact-brief{padding:22px}}.series-detail{padding-top:54px}.series-detail .section-title{margin-bottom:26px}.series-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;margin:0 0 38px;border:1px solid rgba(31,28,25,.12);background:rgba(31,28,25,.12);box-shadow:0 18px 48px rgba(31,28,25,.08)}.series-tab{padding:18px 18px 16px 56px;border:0;border-bottom:0;margin:0;background:rgba(255,255,255,.78);color:#332d27;text-align:left;cursor:pointer;transition:background .24s,color .24s,transform .24s}.series-tab::before{content:attr(data-index);position:absolute;left:18px;top:18px;font-family:Georgia,serif;font-size:1.45rem;line-height:1;color:rgba(178,130,71,.42)}.series-tab::after{content:'';position:absolute;left:18px;right:18px;bottom:0;height:3px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform .24s}.series-tab span{display:block;font-weight:700;letter-spacing:0;white-space:nowrap}.series-tab small{display:block;margin-top:8px;color:rgba(31,28,25,.52);font-weight:500}.series-tab:hover{transform:translateY(-2px);background:#fff;color:var(--brand)}.series-tab.active{background:#2f241e;color:#fff}.series-tab.active::before{color:rgba(255,255,255,.36)}.series-tab.active::after{transform:scaleX(1)}.series-tab.active small{color:rgba(255,255,255,.7)}.series-hero{position:relative;margin-bottom:28px;padding:0;border-radius:0;overflow:hidden;color:#fff;background:linear-gradient(120deg,rgba(47,36,30,.96),rgba(91,56,38,.9)),radial-gradient(circle at 82% 12%,rgba(210,170,110,.28),transparent 34%);box-shadow:0 22px 70px rgba(31,28,25,.18)}.series-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:46px 46px;opacity:.22;pointer-events:none}.series-hero-kicker{position:relative;padding:28px 34px 0;color:#d7b27b;font-size:.72rem;font-weight:700;letter-spacing:.22em}.series-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:40px;align-items:end;padding:20px 34px 34px}.series-hero h2{margin:0 0 18px;font-size:clamp(2.35rem,5vw,5.5rem);line-height:.95}.series-tagline{max-width:760px;color:#fff;font-size:1.06rem;line-height:1.8;opacity:.96}.series-desc{max-width:880px;margin-top:12px;color:rgba(255,255,255,.78);font-size:.9rem;line-height:1.95}.series-hero-side{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:22px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);backdrop-filter:blur(14px)}.series-hero-side span{font-family:Georgia,serif;font-size:3.4rem;line-height:.9;color:#d7b27b}.series-hero-side em{color:rgba(255,255,255,.72);font-style:normal;font-size:.78rem;letter-spacing:.08em}.series-link-contact,.series-link-products{width:100%;min-height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.36);background:#f7f5f0;color:#2f241e;font-weight:700;cursor:pointer;transition:background .2s,color .2s,transform .2s}.series-link-contact{background:0 0;color:#fff}.series-link-contact:hover,.series-link-products:hover{transform:translateY(-2px);background:#d7b27b;color:#2f241e}.series-grid-detail{gap:18px}.detail-card{border:1px solid rgba(31,28,25,.08);box-shadow:0 14px 34px rgba(31,28,25,.06)}@media(max-width:1000px){.series-tabs{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.series-tab{min-width:174px;scroll-snap-align:start}.series-hero-grid{grid-template-columns:1fr;gap:24px}.series-hero-side{max-width:340px}}@media(max-width:640px){.series-detail{padding-top:32px}.series-tabs{margin:0 -16px 28px;border-left:0;border-right:0}.series-tab{min-height:74px;min-width:150px;padding:15px 14px 14px 48px}.series-tab::before{left:14px;top:16px;font-size:1.25rem}.series-tab span{font-size:.92rem}.series-hero-kicker{padding:24px 22px 0}.series-hero-grid{padding:18px 22px 24px}.series-hero h2{font-size:3rem}.series-tagline{font-size:.98rem}.series-desc{font-size:.84rem;line-height:1.85}.series-hero-side{width:100%;padding:18px}}@media(max-width:500px){.container{padding:0 12px}.hero h1{font-size:1.6rem}.hero-content{padding:40px 16px}.hero .btn{padding:10px 20px;font-size:.85rem}.hero .btn-outline{margin-left:8px}.hero-trust{gap:6px;margin-top:18px}.hero-trust span{font-size:.68rem;padding:5px 8px}.series-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr;gap:16px;padding:24px 0 36px}.stat-val{font-size:1.5rem}.partners{gap:16px}.partner-logo{height:26px}.prod-grid{grid-template-columns:1fr 1fr 1fr;gap:6px;max-height:55vh}.pcard{border-radius:10px}.prod-sidebar{flex-direction:column}.scene-view img{height:35vh}.texture-view img{max-height:100px}.info-cards{grid-template-columns:repeat(2,1fr)}.chip{font-size:.62rem;padding:3px 7px}.series-tabs{gap:0}.series-tab{padding:8px 12px;font-size:.75rem}.series-hero{padding:20px}.craft-item-body{padding:14px}.cases-grid{grid-template-columns:1fr}.case-img{height:120px}.contact-grid{grid-template-columns:repeat(2,1fr)}.contact-steps{flex-direction:column;align-items:flex-start}.cstep-arrow{display:none}}:root{--paper:#f7f5f0;--paper-soft:#efebe3;--ink:#1f1c19;--muted:#77706a;--line:#ddd7cd;--brand:#8f5f33;--brand-deep:#3b2a20;--warm:#c8a36c;--shadow:0 1px 0 rgba(31,28,25,.08);--shadow-lg:0 22px 60px rgba(31,28,25,.12);--radius:6px;--radius-sm:4px;--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;--font-display:"Times New Roman","Songti SC","STSong","SimSun",serif;--fs-page-title:clamp(2.1rem,4.2vw,4.2rem);--fs-section-title:clamp(1.45rem,2.3vw,2.35rem);--fs-feature-title:clamp(1.25rem,1.8vw,1.8rem);--fs-card-title:1rem;--fs-body:.92rem;--fs-small:.78rem;--lh-title:1.16;--lh-body:1.85;--ease-luxe:cubic-bezier(.16,1,.3,1);--motion-fast:.22s;--motion-mid:.42s;--brand-glow:rgba(143,95,51,.16)}.container{max-width:1280px}.liquid-glass{position:relative;overflow:hidden;background:rgba(255,255,255,.42);background-blend-mode:luminosity;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 1px 1px rgba(255,255,255,.42),0 24px 60px rgba(31,28,25,.08)}.liquid-glass::before{content:'';position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.16) 28%,rgba(143,95,51,.08) 58%,rgba(143,95,51,.28));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.nav{background:rgba(247,245,240,.96);border-bottom:1px solid rgba(31,28,25,.08);backdrop-filter:blur(18px)}.nav-inner{height:78px;max-width:1440px;padding:0 32px}.nav-logo{height:78px;min-width:136px;align-items:center}.nav-logo-img{height:54px;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 1px 0 rgba(255,255,255,.45));transition:transform .28s,opacity .28s}.nav-logo:hover .nav-logo-img{transform:translateY(-1px);opacity:.92}.nav-links{gap:0}.nav-links a{border-radius:0;color:#3d3934;border-bottom:2px solid transparent}.nav-links a.active,.nav-links a:hover{background:0 0;color:var(--brand);border-bottom-color:var(--brand)}.nav-hamburger span{background:var(--ink)}.hero{min-height:calc(100vh - 78px);background:radial-gradient(circle at 50% 24%,rgba(200,163,108,.16),transparent 34%),linear-gradient(180deg,#fbfaf7 0,#f7f5f0 54%,#efe8dc 100%);color:var(--ink);align-items:center;justify-content:center}.hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--line)}.hero-video-layer{position:absolute;left:0;right:0;bottom:0;top:340px;z-index:0;overflow:hidden;pointer-events:none}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;opacity:0;filter:saturate(.55) contrast(.96) sepia(.16);transition:opacity .16s linear}.hero-video-gradient{position:absolute;inset:0;background:linear-gradient(180deg,var(--paper) 0,rgba(247,245,240,.88) 20%,rgba(247,245,240,.56) 54%,var(--paper) 100%),linear-gradient(90deg,rgba(247,245,240,.94),rgba(247,245,240,.46) 48%,rgba(247,245,240,.94)),rgba(143,95,51,.08)}.hero-content{position:relative;z-index:1;width:100%;max-width:1180px;display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(8rem - 75px) 28px 160px}.hero-copy{max-width:980px;margin:0 auto}.hero-kicker{margin-bottom:28px;padding:0;border:0;border-radius:0;background:0 0;backdrop-filter:none;color:var(--muted);font-size:11px;letter-spacing:1.8px;font-weight:600;justify-content:center}.hero h1{font-size:clamp(3.1rem,7vw,7.8rem);line-height:.95;font-weight:500;letter-spacing:0;margin-bottom:28px}.hero h1 span{display:block;opacity:.8;letter-spacing:6px;font-size:.42em;font-weight:500;letter-spacing:0;color:var(--brand);opacity:1;margin-bottom:16px}.hero p{opacity:.85;font-size:clamp(14px,1.35vw,18px);line-height:1.9;color:#4c4741;max-width:720px;margin:0 auto 34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.hero .btn{min-width:156px;justify-content:center;border-radius:999px;padding:15px 34px;background:var(--ink);border:1px solid var(--ink);font-size:14px;font-weight:500}.hero .btn:hover{background:var(--brand);border-color:var(--brand);transform:translateY(-1px) scale(1.03)}.hero .btn-outline{margin-left:0;background:rgba(247,245,240,.68);color:var(--ink);border:1px solid rgba(31,28,25,.22);backdrop-filter:blur(12px)}.hero .btn-outline:hover{background:var(--paper);color:var(--ink);border-color:var(--ink)}.hero-trust{margin:34px auto 0;gap:0;border-top:1px solid rgba(31,28,25,.12);border-bottom:1px solid rgba(31,28,25,.12);width:min(100%,620px);justify-content:center}.hero-trust span{border:0;border-right:1px solid rgba(31,28,25,.12);border-radius:0;background:0 0;color:#5e5851;font-size:12px;padding:10px 16px}.hero-trust span:first-child{padding-left:0}.hero-trust span:last-child{border-right:0}.hero-gallery{display:none;position:relative;height:590px;perspective:1200px}.hero-gallery::before{content:'';position:absolute;right:18px;top:16px;width:78%;height:82%;border:1px solid rgba(143,95,51,.18);background:rgba(255,255,255,.18)}.hero-gallery::after{content:'';position:absolute;left:76px;bottom:20px;width:180px;height:180px;background:url("journal/wood-ring.webp") center/cover;opacity:.12;mix-blend-mode:multiply}.gallery-card{position:absolute;overflow:hidden;background:#ddd;border:1px solid rgba(255,255,255,.72);box-shadow:0 28px 70px rgba(31,28,25,.16);transition:transform .8s cubic-bezier(.16,1,.3,1),filter .8s}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.gallery-main{right:28px;top:42px;width:78%;height:72%;z-index:2}.gallery-side{z-index:3}.gallery-side-a{left:8px;top:172px;width:38%;height:32%}.gallery-side-b{right:84px;bottom:44px;width:31%;height:27%}.hero-gallery:hover .gallery-main{transform:translate3d(-8px,-10px,24px) rotateY(-4deg)}.hero-gallery:hover .gallery-side-a{transform:translate3d(10px,-14px,48px) rotateY(6deg)}.hero-gallery:hover .gallery-side-b{transform:translate3d(-10px,8px,32px)}.hero-gallery:hover img{transform:scale(1.055)}.gallery-caption{position:absolute;left:34px;bottom:82px;z-index:4;background:rgba(247,245,240,.9);border:1px solid rgba(31,28,25,.1);backdrop-filter:blur(16px);padding:17px 20px;min-width:210px;box-shadow:0 18px 48px rgba(31,28,25,.1)}.gallery-caption span{display:block;color:var(--muted);font-size:10px;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:5px}.gallery-caption strong{font-size:13px;font-weight:500;color:var(--ink)}.hero::before{display:block;content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.52),transparent 46%),repeating-linear-gradient(90deg,rgba(31,28,25,.025) 0 1px,transparent 1px 112px);opacity:.7}.hero-slogan{position:relative;display:block;max-width:760px}.hero-slogan::after{content:'';display:block;width:min(360px,62vw);height:1px;margin-top:22px;margin-left:auto;margin-right:auto;background:linear-gradient(90deg,var(--brand),rgba(143,95,51,0));transform-origin:left center;animation:1.1s cubic-bezier(.16,1,.3,1) both sloganLine}.hero-slogan .brand-name{display:block;font-size:clamp(.98rem,1.35vw,1.28rem);font-weight:500;letter-spacing:0;color:var(--brand);margin-bottom:18px}.slogan-line{display:block;font-size:inherit;line-height:.98;font-weight:500;letter-spacing:0;margin-bottom:0;opacity:1;animation:.8s ease-out both fadeRise}.slogan-world{color:var(--ink);text-shadow:0 1px 0 rgba(255,255,255,.4)}.slogan-wood{margin-top:8px;color:transparent;background:linear-gradient(90deg,rgba(255,255,255,.28),rgba(255,255,255,0) 18%,rgba(255,255,255,.2) 36%,rgba(255,255,255,0) 58%) padding-box text,url("journal/surface-wood-mosaic-lite.webp") center 56%/cover padding-box text,linear-gradient(90deg,#5d3b22,#b28247) padding-box text;-webkit-background-clip:text;filter:drop-shadow(0 18px 34px rgba(31,28,25,.18));animation:7s ease-in-out infinite alternate woodTextDrift}@keyframes fadeRise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero p,.hero-actions,.hero-kicker,.hero-trust{animation:.8s ease-out both fadeRise}.hero-kicker{animation-delay:.05s}.hero p{animation-delay:.2s}.hero-actions{animation-delay:.36s}.hero-trust{animation-delay:.48s}@keyframes heroSweep{0%,30%{transform:translateX(-58%)}100%,62%{transform:translateX(58%)}}@keyframes sloganLine{from{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes woodTextDrift{from{background-position:0 0,center 48%,0 0}to{background-position:120px 0,center 62%,0 0}}.stats{padding:34px 0 54px;border-bottom:1px solid var(--line)}.stat-val{font-weight:500;color:var(--ink)}.stat-label{font-size:12px;color:var(--muted)}.home-manifesto{display:grid;grid-template-columns:minmax(220px,.55fr) minmax(0,1fr);gap:44px;padding:64px 0;border-bottom:1px solid var(--line)}.home-manifesto span{font-size:10px;letter-spacing:1.8px;color:var(--brand)}.home-manifesto h2{font-size:clamp(1.8rem,3.4vw,3.8rem);font-weight:500;line-height:1.18;color:var(--ink);max-width:900px}.home-manifesto p{grid-column:2;font-size:15px;line-height:2;color:var(--muted);max-width:720px}.home-capabilities{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:34px 0 10px}.capability-card{min-height:260px;border-radius:18px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s}.capability-card:hover{transform:translateY(-6px);box-shadow:inset 0 1px 1px rgba(255,255,255,.5),0 30px 80px rgba(31,28,25,.12)}.capability-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.capability-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(143,95,51,.18);background:rgba(247,245,240,.62);color:var(--brand);font-family:Georgia,serif;font-size:20px;font-style:italic}.capability-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:190px}.capability-tags em{font-style:normal;font-size:11px;color:#6a625b;border:1px solid rgba(31,28,25,.1);background:rgba(255,255,255,.34);padding:4px 9px;border-radius:999px}.capability-card h3{font-size:clamp(1.8rem,2.7vw,3.1rem);font-weight:500;line-height:1;margin-top:auto;color:var(--ink)}.capability-card p{margin-top:14px;font-size:13px;line-height:1.85;color:var(--muted);max-width:33ch}.brand-film-section{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);gap:1px;margin:44px 0 18px;background:var(--line);border:1px solid var(--line)}.brand-film-card{min-height:520px;display:block;border:0;border-radius:0;background:#111;color:#fff;text-align:left;cursor:pointer}.brand-film-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.96) contrast(1.08);transition:transform 1.1s cubic-bezier(.16,1,.3,1),filter 1.1s}.brand-film-card:hover img{filter:saturate(1.05) contrast(1.12)}.brand-film-shade{position:absolute;inset:0}.brand-film-play{position:absolute;left:38px;bottom:118px;width:74px;height:74px;border:1px solid rgba(255,255,255,.52);border-radius:50%;background:rgba(255,255,255,.08);backdrop-filter:blur(12px);transition:transform .28s,background .28s}.brand-film-play::before{content:'';position:absolute;left:30px;top:24px;border-left:18px solid #fff;border-top:12px solid transparent;border-bottom:12px solid transparent}.brand-film-card:hover .brand-film-play{transform:scale(1.06);background:rgba(178,130,71,.36)}.brand-film-meta{position:absolute;left:42px;bottom:146px;font-size:10px;letter-spacing:1.8px;color:rgba(255,255,255,.62)}.brand-film-title{position:absolute;left:42px;bottom:42px;z-index:2;display:inline-grid;grid-template-columns:auto auto;align-items:end;gap:18px;padding:18px 22px 16px 0;border-top:1px solid rgba(255,255,255,.56);border-bottom:1px solid rgba(200,163,108,.5);color:#fff;font-size:clamp(2.5rem,5.2vw,5.8rem);font-weight:500;line-height:.92;letter-spacing:0}.brand-film-title span:last-child{color:var(--warm)}.brand-film-title::after{content:'WOOD ALL / JI MU CHENG TANG';position:absolute;left:0;bottom:-24px;font-size:10px;line-height:1;letter-spacing:2px;color:rgba(255,255,255,.6);white-space:nowrap}.brand-film-copy{background:rgba(255,255,255,.62);padding:42px;display:flex;flex-direction:column;justify-content:end}.brand-film-copy span{display:block;font-size:10px;letter-spacing:1.8px;color:var(--brand);margin-bottom:14px}.brand-film-copy h2{font-size:30px;line-height:1.35;font-weight:500;color:var(--ink);margin-bottom:18px}.brand-film-copy p{font-size:14px;line-height:2;color:var(--muted)}.motion-atelier{position:relative;display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr) minmax(220px,.46fr);gap:1px;margin:18px 0 72px;background:var(--line);border:1px solid var(--line);overflow:hidden}.motion-atelier::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 78% 12%,rgba(200,163,108,.2),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.26),rgba(255,255,255,0));pointer-events:none;z-index:1}.motion-copy{position:relative;z-index:2;background:rgba(255,255,255,.68);padding:38px;display:flex;flex-direction:column;justify-content:flex-end;min-height:560px}.motion-copy span,.motion-index,.motion-tile span{display:block;font-size:10px;letter-spacing:1.8px;color:var(--brand);margin-bottom:12px}.motion-copy h2{font-size:clamp(1.7rem,2.8vw,3.2rem);line-height:1.18;font-weight:500;color:var(--ink);margin-bottom:18px}.motion-copy p{font-size:14px;line-height:2;color:var(--muted)}.motion-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.motion-feature,.motion-tile{position:relative;z-index:2;border:0;padding:0;margin:0;color:#fff;background:#111;text-align:left;cursor:pointer;overflow:hidden;isolation:isolate}.motion-feature{min-height:560px}.motion-feature video,.motion-tile video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(1.02);transform:scale(1.01);transition:transform 1.1s var(--ease-luxe),filter 1.1s ease,opacity .4s ease}.motion-feature:hover video,.motion-tile:hover video{filter:saturate(1.08) contrast(1.08)}.motion-shade,.motion-tile::after{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.62));pointer-events:none}.motion-feature .motion-index{position:absolute;z-index:2;left:34px;top:34px;color:rgba(255,255,255,.7)}.motion-feature strong{position:absolute;z-index:2;left:34px;right:34px;bottom:70px;font-size:clamp(2rem,4vw,4.8rem);font-weight:500;line-height:.98}.motion-feature em{position:absolute;z-index:2;left:34px;bottom:34px;font-style:normal;font-size:12px;letter-spacing:.12em;color:rgba(255,255,255,.72)}.motion-stack{position:relative;z-index:2;display:grid;grid-template-rows:repeat(3,1fr);gap:1px}.motion-tile{min-height:186px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end}.motion-tile span,.motion-tile strong{position:relative;z-index:2}.motion-tile span{color:rgba(255,255,255,.72)}.motion-tile strong{font-size:18px;font-weight:500;line-height:1.3}.motion-feature::before,.motion-tile::before{content:'';position:absolute;z-index:3;right:22px;top:22px;width:42px;height:42px;border:1px solid rgba(255,255,255,.48);border-radius:50%;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);transition:transform .28s,background .28s}.motion-feature:hover::before,.motion-tile:hover::before{transform:scale(1.08);background:rgba(178,130,71,.34)}.motion-feature::after{content:'';z-index:4;right:38px;top:35px;border-left:12px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent;pointer-events:none}.motion-tile strong::after{content:'';display:block;width:42px;height:1px;margin-top:12px;background:rgba(255,255,255,.54);transform-origin:left center;transform:scaleX(.55);transition:transform .3s var(--ease-luxe)}.motion-tile:hover strong::after{transform:scaleX(1)}.film-modal{position:fixed;inset:0;z-index:5000;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(10,9,8,.72);backdrop-filter:blur(12px)}body.film-open{overflow:hidden}.film-modal.open{display:flex}.film-modal-backdrop{position:absolute;inset:0}.film-modal-panel{position:relative;z-index:1;width:min(1120px,94vw);background:#090807;border:1px solid rgba(255,255,255,.14);box-shadow:0 32px 100px rgba(0,0,0,.42)}.film-modal-close{right:14px;top:12px;z-index:3;width:44px;height:44px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.36);color:#fff;font-size:30px;line-height:1;cursor:pointer}.brand-film-video{display:block;width:100%;aspect-ratio:16/9;background:#111;object-fit:contain}.film-fallback{display:none;padding:28px;color:#fff;border-top:1px solid rgba(255,255,255,.12)}.film-fallback.visible{display:block}.film-fallback span{display:block;font-size:10px;letter-spacing:1.8px;color:var(--warm);margin-bottom:8px}.film-fallback strong{display:block;font-size:20px;font-weight:500;margin-bottom:8px}.film-fallback p{font-size:13px;line-height:1.8;color:rgba(255,255,255,.72)}.section{padding:72px 0}.section-title{text-align:left;display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px;border-bottom:1px solid var(--line);padding-bottom:18px}.section-title h2{font-size:22px;font-weight:500;color:var(--ink)}.section-title p{font-size:13px;color:var(--muted);max-width:520px;text-align:right}.series-grid{grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.series-card{border-radius:0;box-shadow:none;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.34)}.series-card:hover{transform:none;box-shadow:none;background:#fff}.series-card-img{height:190px;background:0 0!important;color:var(--brand);font-size:3rem;font-weight:400;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.series-card-img::before{content:'';position:absolute;inset:18px;background:linear-gradient(135deg,rgba(143,95,51,.18),rgba(31,28,25,.06));transform:scale(.92);opacity:0;transition:.4s}.series-card:hover .series-card-img::before{opacity:1;transform:scale(1)}.series-card-body{padding:18px 16px 22px}.series-card-body h3{font-size:15px;font-weight:500;color:var(--ink)}.series-card-body p{font-size:12px;color:var(--muted);line-height:1.8}.partners{justify-content:flex-start;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px 0}.partner-logo{height:28px;opacity:.48}.prod-page-header{text-align:left;padding:54px 0 18px;border-bottom:1px solid var(--line)}.prod-page-header h2{font-size:28px;color:var(--ink)}.prod-page-header p{font-size:13px;color:var(--muted)}.product-experience-bar{display:grid;grid-template-columns:minmax(240px,380px) 1fr;gap:24px;align-items:center;margin-bottom:18px;border-bottom:1px solid var(--line)}.product-experience-bar .eyebrow{display:block;color:var(--brand);font-size:10px;letter-spacing:1.4px;margin-bottom:4px}.product-experience-bar strong{font-size:15px;font-weight:500}.product-experience-bar p{font-size:13px;color:var(--muted);line-height:1.8}.prod-filters{border:1px solid var(--line);padding:14px 16px;gap:10px;position:sticky;top:64px;z-index:50;backdrop-filter:blur(18px)}.filter-mobile-head{display:none}.filter-panel{display:flex;flex-direction:column;gap:10px}.filter-row-wrap{align-items:flex-start;border-bottom:1px solid rgba(31,28,25,.07);padding-bottom:8px}.filter-row-wrap:last-child{border-bottom:0;padding-bottom:0}.filter-row-wrap .filter-label{font-size:12px;color:var(--ink)}.filter-row-wrap .filter-row{gap:6px}.chip:hover{color:var(--ink);border-color:var(--line)}.chip.active{background:var(--ink);border-color:var(--ink)}.prod-count-bar{color:var(--ink);border-bottom:1px solid var(--line)}.prod-grid-full{grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);padding-bottom:0;border:1px solid var(--line)}.pcard{border:0;border-radius:0;padding-top:118%;box-shadow:none;transition:transform .35s cubic-bezier(.16,1,.3,1),filter .35s}.pcard::after{content:'查看材质';transition:.28s;backdrop-filter:blur(8px)}.pcard:hover{transform:translateY(-6px);box-shadow:0 18px 42px rgba(31,28,25,.16);z-index:3}.pcard.active{box-shadow:inset 0 0 0 2px var(--brand)}.pcard img{transition:transform .7s cubic-bezier(.16,1,.3,1),filter .7s}.pcard:hover img{filter:saturate(1.05) contrast(1.03)}.pcard .pname{background:linear-gradient(transparent,rgba(0,0,0,.68));letter-spacing:.4px;padding:42px 8px 10px}.drawer-overlay{background:rgba(31,28,25,.48);backdrop-filter:blur(4px)}.prod-drawer{width:82vw;box-shadow:-28px 0 80px rgba(0,0,0,.28)}.drawer-bg .drawer-scene{opacity:.92}.drawer-bg::after{content:'';inset:0}.drawer-info-panel{color:var(--ink);border-radius:0;backdrop-filter:blur(20px);box-shadow:0 24px 70px rgba(0,0,0,.22)}.drawer-info-panel h3{color:var(--ink);text-shadow:none}.drawer-info-panel .d-meta{color:var(--muted);text-shadow:none}.drawer-info-panel .drawer-card .lbl{color:var(--muted)}.drawer-info-panel .drawer-card .val{color:var(--ink);max-width:72%}.drawer-actions a{background:var(--ink);box-shadow:none}.drawer-actions a.secondary{color:var(--ink)}.reveal-item{opacity:0;transform:translateY(22px);transition:opacity .7s,transform .7s cubic-bezier(.16,1,.3,1)}.reveal-item.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,::after,::before{transition:none!important;animation:none!important}.reveal-item{opacity:1;transform:none}}.journal-preview-section{padding-top:18px}.journal-feature{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:1px;background:var(--line);border:1px solid var(--line)}.journal-feature a{background:#fff}.journal-hero-card{min-height:520px;overflow:hidden;display:block;color:#fff}.journal-hero-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform 1s cubic-bezier(.16,1,.3,1),filter 1s}.journal-hero-card::after{content:'';position:absolute;inset:0}.journal-hero-copy{position:absolute;left:34px;bottom:34px;right:34px;z-index:2;max-width:520px}.journal-hero-copy span,.journal-intro .eyebrow,.journal-mini-card span,.journal-topic span{display:block;font-size:10px;letter-spacing:1.6px;color:var(--warm);text-transform:uppercase;margin-bottom:8px}.journal-hero-copy h3{font-size:32px;margin-bottom:12px}.journal-hero-copy p{font-size:14px;line-height:1.9;color:rgba(255,255,255,.82)}.journal-hero-card:hover img{transform:scale(1.055);filter:saturate(1.08)}.journal-mini-grid{display:grid;grid-template-rows:repeat(3,1fr);gap:1px;background:var(--line)}.journal-mini-card{display:grid;grid-template-columns:42% 1fr;align-items:end;min-height:172px;overflow:hidden}.journal-mini-card img{width:100%;height:100%;object-fit:cover;grid-row:1/3;transition:transform .7s cubic-bezier(.16,1,.3,1)}.journal-mini-card span{color:var(--brand);padding:22px 22px 0;margin:0}.journal-mini-card strong{font-size:15px;font-weight:500;line-height:1.55;padding:4px 22px 22px;color:var(--ink)}.journal-mini-card:hover img{transform:scale(1.06)}.journal-page{background:var(--paper)}.journal-cover{position:relative;min-height:68vh;display:flex;align-items:flex-end;overflow:hidden;color:#fff}.journal-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.95) contrast(1.04)}.journal-cover::after{content:'';position:absolute;inset:0}.journal-cover-text{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:0 0 72px}.journal-cover-text span{display:block;letter-spacing:2px;margin-bottom:18px}.journal-cover-text h2{font-size:clamp(4rem,12vw,10rem);margin-bottom:24px}.journal-intro{display:grid;grid-template-columns:minmax(320px,.85fr) 1fr;gap:42px;padding:72px 0;border-bottom:1px solid var(--line)}.journal-intro h2{font-size:32px;max-width:560px}.journal-intro p{font-size:15px;line-height:2;color:var(--muted)}.journal-topics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin:44px 0 72px}.journal-topic{background:#fff;min-height:420px;display:flex;flex-direction:column}.journal-topic.large{grid-column:span 2;grid-row:span 2}.journal-topic img{width:100%;height:230px;object-fit:cover;filter:saturate(.96);transition:transform .8s cubic-bezier(.16,1,.3,1)}.journal-topic.large img{height:520px}.journal-topic div{padding:24px}.journal-topic span{color:var(--brand)}.journal-topic h3{font-size:22px;margin-bottom:12px;color:var(--ink)}.journal-topic p{font-size:13px;line-height:1.9;color:var(--muted)}.journal-plan{padding-bottom:76px}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.plan-grid div{background:rgba(255,255,255,.42);border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px;min-height:150px;transition:background .25s}.plan-grid div:hover{background:#fff}.plan-grid span{display:block;font-size:11px;color:var(--brand);margin-bottom:18px}.plan-grid strong{display:block;font-size:16px;margin-bottom:8px;color:var(--ink)}.plan-grid p{font-size:13px;color:var(--muted);line-height:1.8}.wood-academy{padding:66px 0 74px;border-bottom:1px solid var(--line)}.wood-academy-head{display:grid;grid-template-columns:minmax(280px,.86fr) minmax(0,1fr);gap:42px;align-items:end;margin-bottom:30px}.wood-academy-copy span,.wood-academy-head .eyebrow,.wood-index-panel .eyebrow{display:block;font-size:10px;letter-spacing:1.6px;color:var(--brand);text-transform:uppercase;margin-bottom:10px}.wood-academy-head h2{font-size:var(--fs-section-title);line-height:var(--lh-title);font-weight:500;color:var(--ink)}.wood-academy-head p{font-size:14px;line-height:2;color:var(--muted)}.wood-academy-hero{display:grid;grid-template-columns:1.08fr .92fr;border:1px solid var(--line);background:var(--line);gap:1px;margin-bottom:1px}.wood-academy-media{position:relative;min-height:420px;overflow:hidden;background:#211a16}.wood-academy-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.08);transition:transform 1.1s cubic-bezier(.16,1,.3,1)}.wood-academy-media::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.2),rgba(0,0,0,.42))}.wood-academy:hover .wood-academy-media img{transform:scale(1.04)}.wood-academy-mark{position:absolute;left:28px;bottom:28px;z-index:2;width:150px;height:150px;border:1px solid rgba(255,255,255,.34);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:rgba(31,28,25,.26);backdrop-filter:blur(12px)}.wood-academy-mark span{font-size:42px;line-height:1;font-family:var(--font-display);font-weight:400}.wood-academy-mark strong{font-size:13px;font-weight:500;margin-top:6px}.wood-academy-mark em{font-style:normal;font-size:11px;color:rgba(255,255,255,.7);margin-top:2px}.wood-academy-copy{background:#fff;padding:44px;display:flex;flex-direction:column;justify-content:center}.wood-academy-copy h3{font-size:var(--fs-feature-title);line-height:1.32;font-weight:500;color:var(--ink);margin-bottom:14px}.wood-academy-copy p{font-size:14px;line-height:2;color:var(--muted)}.wood-academy-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.wood-academy-tags b{font-size:12px;font-weight:500;color:var(--brand-deep);border:1px solid rgba(143,95,51,.18);background:rgba(143,95,51,.06);padding:7px 11px;border-radius:999px}.wood-family-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border-left:1px solid var(--line);border-top:1px solid var(--line)}.wood-family-card{min-height:310px;background:rgba(255,255,255,.58);border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px;display:flex;flex-direction:column;transition:background .35s var(--ease-luxe),transform .35s var(--ease-luxe),box-shadow .35s var(--ease-luxe)}.wood-family-card::before{content:'';inset:0;background:radial-gradient(circle at var(--px,50%) var(--py,0),rgba(178,130,71,.16),transparent 34%);opacity:0;transition:opacity .35s;pointer-events:none}.wood-family-card.active,.wood-family-card:hover{background:#fff;transform:translateY(-3px);box-shadow:0 22px 54px rgba(31,28,25,.1);z-index:2}.wood-family-card.active::before,.wood-family-card:hover::before{opacity:1}.wood-family-card>span{font-size:11px;letter-spacing:.14em;color:var(--brand);margin-bottom:28px}.wood-family-card h3{font-size:var(--fs-feature-title);line-height:1.32;font-weight:500;color:var(--ink);margin-bottom:14px}.wood-family-card p{font-size:13px;line-height:1.9;color:var(--muted);margin-bottom:18px}.wood-family-meta{margin-top:auto;font-size:12px;color:var(--brand-deep);letter-spacing:.03em;border-top:1px solid rgba(31,28,25,.08);padding-top:14px}.wood-family-card a,.wood-family-card button{align-self:flex-start;margin-top:18px;min-height:38px;padding:0 16px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s;text-decoration:none}.wood-family-card a:hover,.wood-family-card button:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.wood-index-panel{display:grid;grid-template-columns:minmax(240px,.66fr) minmax(0,1fr);gap:34px;padding:34px;border:1px solid var(--line);border-top:0;background:rgba(255,255,255,.46)}.wood-index-panel h3{font-size:22px;font-weight:500;color:var(--ink);margin-bottom:10px}.wood-index-panel p{font-size:13px;line-height:1.9;color:var(--muted)}.wood-index-list{column-count:2;column-gap:32px}.case-img{height:220px;overflow:hidden;background:#ddd}.case-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1),filter .8s}.case-card{border-radius:0;box-shadow:none;border:1px solid var(--line);background:#fff}.case-card:hover{transform:translateY(-4px);box-shadow:0 18px 46px rgba(31,28,25,.12)}.case-card:hover .case-img img{transform:scale(1.055);filter:saturate(1.05)}.case-tag{border-radius:0;background:var(--ink);font-size:10px;letter-spacing:1px;text-transform:uppercase}.case-body h3{font-size:18px}.case-body>p,.case-info{font-size:13px}.case-cta{background:#fff;border:1px solid var(--line)}.craft-page{padding:54px 0 80px}.craft-archive-hero{text-align:left;padding:20px 0 34px;border-bottom:1px solid var(--line)}.craft-archive-hero span,.craft-editorial span{display:block;font-size:10px;letter-spacing:1.8px;color:var(--brand);margin-bottom:10px}.craft-archive-hero h2{font-size:42px;color:var(--ink)}.craft-archive-hero p{font-size:15px;color:var(--muted)}.craft-editorial{display:grid;grid-template-columns:1.1fr .9fr;gap:1px;background:var(--line);border:1px solid var(--line);margin:34px 0}.craft-editorial img{width:100%;height:440px;object-fit:cover}.craft-editorial div{background:#fff;padding:42px;display:flex;flex-direction:column;justify-content:end}.craft-editorial h3{font-size:30px;margin-bottom:18px}.craft-editorial p{font-size:14px;line-height:2;color:var(--muted)}.craft-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.craft-item{border-radius:0;box-shadow:none;background:#fff;display:flex;flex-direction:column;min-height:100%}.craft-item-media{height:180px;overflow:hidden;background:#eee}.craft-item-media img,.craft-item-media video{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1),filter .7s}.craft-item:hover .craft-item-media img,.craft-item:hover .craft-item-media video{transform:scale(1.055);filter:saturate(1.06)}.craft-item-header{background:#fff;border-bottom:1px solid var(--line);align-items:flex-start;padding:18px}.craft-item-header .num{border-radius:0;background:var(--ink);font-size:11px}.craft-item-header em{display:block;font-style:normal;font-size:10px;letter-spacing:1.5px;color:var(--brand);margin-bottom:6px}.craft-item-header h3{font-size:16px}.craft-item-body{padding:18px}.craft-item-body li{font-size:12px;line-height:1.85;color:var(--muted);margin-bottom:8px}@media(max-width:1000px){.hero-content{grid-template-columns:1fr;padding:64px 20px}.hero-gallery{height:420px;max-width:620px;width:100%}.series-grid{grid-template-columns:repeat(2,1fr)}.prod-grid-full{grid-template-columns:repeat(3,1fr)}.journal-feature,.journal-intro{grid-template-columns:1fr}.journal-topics{grid-template-columns:repeat(2,1fr)}.journal-topic.large{grid-column:span 2}.home-capabilities{grid-template-columns:1fr}.capability-card{min-height:220px}.plan-grid{grid-template-columns:repeat(2,1fr)}.craft-editorial{grid-template-columns:1fr}.craft-grid{grid-template-columns:repeat(2,1fr)}.home-manifesto{grid-template-columns:1fr;gap:18px}.home-manifesto p{grid-column:auto}.brand-film-section{grid-template-columns:1fr}.brand-film-copy{padding:30px}.motion-atelier{grid-template-columns:1fr;margin-bottom:48px}.motion-copy{min-height:auto;padding:30px}.motion-feature{min-height:520px}.motion-stack{grid-template-columns:repeat(3,1fr);grid-template-rows:none}.motion-tile{min-height:220px}}@media(max-width:640px){.hero{min-height:auto}.hero-content{gap:30px;padding:44px 16px}.hero h1{font-size:2.35rem}.hero p{font-size:14px;line-height:1.85}.hero-video-layer{top:420px}.hero-gallery{height:300px}.gallery-main{right:0;width:78%;height:78%}.gallery-side-a{width:42%;height:44%;top:76px}.gallery-side-b{width:48%;height:28%;bottom:8px}.gallery-caption{left:16px;bottom:36px;padding:12px 14px}.section-title{display:block}.section-title p{text-align:left;margin-top:8px}.product-experience-bar,.series-grid{grid-template-columns:1fr}.prod-filters{top:72px;margin:0 -16px 10px;padding:0;max-height:none;overflow:visible;border-left:0;border-right:0;background:rgba(247,245,240,.96);box-shadow:0 12px 30px rgba(31,28,25,.08)}.filter-mobile-head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;padding:10px 16px;min-height:58px}.filter-toggle{min-height:40px;border:1px solid rgba(31,28,25,.16);background:var(--ink);color:#fff;padding:0 14px;display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:600;cursor:pointer}.filter-toggle em{font-style:normal;font-size:11px;color:rgba(255,255,255,.68);letter-spacing:.08em}.filter-summary{min-width:0;color:#5d5750;font-size:12px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-panel{display:none;max-height:46vh;overflow:auto;padding:4px 16px 12px;border-top:1px solid rgba(31,28,25,.08);background:rgba(255,255,255,.72);-webkit-overflow-scrolling:touch}.prod-filters.open .filter-panel{display:flex}.filter-row-wrap{display:block;padding:8px 0 10px}.filter-row-wrap .filter-label{display:block;margin-bottom:7px;font-size:12px}.filter-row-wrap .filter-row{display:flex;flex-wrap:nowrap;gap:6px;overflow:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}.chip{flex:0 0 auto;min-height:36px;padding:8px 11px;font-size:13px}.prod-count-bar{margin:6px 0 8px;padding:8px 0}.prod-count-bar span:last-child{display:none}.prod-grid-full{grid-template-columns:repeat(2,1fr)}.prod-drawer{width:94vw}.drawer-info-panel{max-height:44vh}.journal-hero-card{min-height:420px}.journal-mini-card{grid-template-columns:1fr;min-height:auto}.journal-mini-card img{height:180px;grid-row:auto}.journal-topics{grid-template-columns:1fr}.journal-topic.large{grid-column:auto;grid-row:auto}.journal-topic img,.journal-topic.large img{height:240px}.journal-cover{min-height:560px}.journal-cover-text h2{font-size:4.4rem}.craft-grid,.plan-grid{grid-template-columns:1fr}.craft-editorial img{height:260px}.craft-editorial div{padding:24px}.craft-archive-hero h2{font-size:32px}.brand-film-section{margin:30px 0 8px}.home-capabilities{gap:12px;padding:24px 0 6px}.capability-card{border-radius:14px;padding:20px;min-height:210px}.capability-card h3{font-size:28px}.capability-tags{max-width:170px}.brand-film-card{min-height:420px}.brand-film-play{left:24px;bottom:108px;width:62px;height:62px}.brand-film-play::before{left:25px;top:20px;border-left-width:16px;border-top-width:10px;border-bottom-width:10px}.brand-film-meta{left:24px;bottom:138px}.brand-film-title{left:24px;right:24px;bottom:36px;gap:12px;padding:14px 0 12px;font-size:3.15rem}.brand-film-title::after{bottom:-20px;font-size:9px;letter-spacing:1.4px}.brand-film-copy{padding:24px}.brand-film-copy h2{font-size:24px}.motion-atelier{margin:18px 0 38px}.motion-copy{padding:24px}.motion-copy h2{font-size:28px}.motion-feature{min-height:430px}.motion-feature .motion-index{left:24px;top:24px}.motion-feature strong{left:24px;right:24px;bottom:64px;font-size:42px}.motion-feature em{left:24px;bottom:28px}.motion-stack{grid-template-columns:1fr}.motion-tile{min-height:210px;padding:20px}.motion-feature::before,.motion-tile::before{right:18px;top:18px;width:38px;height:38px}.motion-feature::after{right:33px;top:30px}.film-modal{padding:14px}.film-modal-close{right:10px;top:10px}.film-fallback{padding:22px}}@media(max-width:900px){body.nav-open{overflow:hidden}.nav{z-index:3000}.nav-inner{height:72px;padding:0 22px}.nav-logo{height:72px;min-width:118px}.nav-logo-img{height:52px}.nav-hamburger{display:flex;position:relative;z-index:3002;width:52px;height:52px;align-items:center;justify-content:center;gap:0;padding:0;border:1px solid rgba(31,28,25,.12);background:rgba(247,245,240,.86)}.nav-hamburger span{position:absolute;width:26px;height:2px;background:var(--ink);transition:transform .28s,opacity .2s}.nav-hamburger span:first-child{transform:translateY(-8px)}.nav-hamburger span:nth-child(2){transform:translateY(0)}.nav-hamburger span:nth-child(3){transform:translateY(8px)}.nav-hamburger.open span:first-child{transform:rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:rotate(-45deg)}.nav-backdrop.open{display:block;position:fixed;left:0;right:0;top:72px;bottom:auto;height:100vh;z-index:2998;background:rgba(31,28,25,.38);backdrop-filter:blur(4px)}.nav-links{display:flex;position:fixed;left:0;right:0;top:72px;z-index:2999;flex-direction:column;gap:0;max-height:min(72vh,620px);overflow:auto;padding:12px 22px 18px;background:rgba(247,245,240,.98);border-bottom:1px solid rgba(31,28,25,.14);box-shadow:0 28px 64px rgba(31,28,25,.2);transform:translateY(-115%);opacity:0;pointer-events:none;transition:transform .32s cubic-bezier(.16,1,.3,1),opacity .2s}.nav-links.open{display:flex;transform:translateY(0);opacity:1;pointer-events:auto}.nav-links li{border-bottom:1px solid rgba(31,28,25,.08)}.nav-links li:last-child{border-bottom:0}.nav-links a{display:flex;align-items:center;min-height:52px;padding:0 6px;border-bottom:0;color:#332d27;font-size:1.02rem}.nav-links a.active{color:var(--brand);background:0 0;border-bottom:0}.nav-links a.active::before{content:'';width:18px;height:2px;margin-right:12px;background:var(--brand)}}html{font-size:16px;scroll-behavior:smooth;font-family:var(--font-body);scroll-behavior:smooth}.page:not(#page-home){font-family:var(--font-body);color:var(--ink)}.page:not(#page-home) li,.page:not(#page-home) p,.page:not(#page-home) td{font-size:var(--fs-body);line-height:var(--lh-body)}.page:not(#page-home) .case-tag,.page:not(#page-home) .craft-item-header em,.page:not(#page-home) .eyebrow,.page:not(#page-home) .journal-topic span,.page:not(#page-home) [class*=kicker]{font-size:.68rem;line-height:1.2;letter-spacing:.14em;text-transform:uppercase;font-weight:600}.page:not(#page-home) h2,.page:not(#page-home) h3,.page:not(#page-home) h4{letter-spacing:0;color:var(--ink)}.craft-archive-hero,.page:not(#page-home) .section-title,.prod-page-header{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(240px,520px);align-items:end;column-gap:18px;border-bottom:1px solid var(--line);padding-bottom:22px}.craft-archive-hero::before,.page:not(#page-home) .section-title::before,.prod-page-header::before{content:'';width:54px;height:42px;background:url("logo/logo-ui.png") center/contain no-repeat;opacity:.82;filter:drop-shadow(0 8px 18px rgba(143,95,51,.1))}.craft-archive-hero h2,.page:not(#page-home) .section-title h2,.prod-page-header h2{font-size:var(--fs-section-title);line-height:var(--lh-title);margin:0}.craft-archive-hero p,.page:not(#page-home) .section-title p,.prod-page-header p{margin:0;max-width:520px;text-align:right;font-size:var(--fs-small);line-height:1.8;color:var(--muted)}.craft-archive-hero,.prod-page-header{margin-bottom:24px}.craft-archive-hero span{grid-column:2/4;margin-bottom:10px}.craft-archive-hero h2{grid-column:2}.craft-archive-hero p{grid-column:3}.about-hero::before,.journal-cover-text::before,.not-found-page::before{content:'';display:block;width:66px;height:50px;background:url("logo/logo-ui.png") center/contain no-repeat;margin-bottom:18px;opacity:.88}.journal-cover-text::before{filter:brightness(1.8) drop-shadow(0 10px 26px rgba(0,0,0,.18))}.about-hero::before{margin-left:auto;margin-right:auto;filter:brightness(1.6)}.not-found-page::before{margin-left:auto;margin-right:auto}.journal-cover-text h2{font-size:var(--fs-page-title);line-height:var(--lh-title)}.about-hero h2,.craft-editorial h3,.journal-intro h2{font-size:var(--fs-feature-title);line-height:1.34;font-weight:500}.about-hero h2{color:#fff}.about-hero .slogan,.about-hero .tagline{color:rgba(255,255,255,.88)}.case-body h3,.contact-brief h3,.contact-card h3,.contact-coop h3,.craft-item-header h3,.detail-card h4,.journal-hero-copy h3,.journal-topic h3,.plan-grid strong,.service-card-header h3{font-size:var(--fs-card-title);line-height:1.45;font-weight:500}.case-cta,.contact-brief,.contact-coop,.contact-note,.product-experience-bar,.service-contact-bar{border-radius:0;border:1px solid var(--line);box-shadow:var(--shadow)}.product-experience-bar{background:rgba(255,255,255,.52);padding:18px 20px}.btn,.btn-primary,.btn-secondary,.chip,.drawer-actions a,.drawer-back,.film-modal-close,.series-link-contact,.series-link-products,.series-tab{min-height:44px;transition:transform var(--motion-fast) var(--ease-luxe),background var(--motion-fast) ease,border-color var(--motion-fast) ease,color var(--motion-fast) ease,box-shadow var(--motion-fast) ease}.btn-primary:active,.btn-secondary:active,.btn:active,.chip:active,.drawer-actions a:active,.series-link-contact:active,.series-link-products:active,.series-tab:active{transform:translateY(1px) scale(.985)}.btn,.btn-primary,.btn-secondary,.chip,.drawer-actions a,.drawer-back,.film-modal-close,.footer a,.nav-links a,.phase-card-header,.series-link-contact,.series-link-products,.series-tab{position:relative;overflow:hidden}.case-card,.contact-card,.craft-item,.detail-card,.journal-hero-card,.journal-mini-card,.journal-topic,.pcard,.phase-card,.plan-grid div,.series-card,.service-card{position:relative;isolation:isolate;transition:transform var(--motion-mid) var(--ease-luxe),box-shadow var(--motion-mid) ease,border-color var(--motion-mid) ease,background var(--motion-mid) ease}.case-card,.contact-card,.craft-item,.detail-card,.journal-topic,.phase-card,.plan-grid div,.service-card{overflow:hidden}.case-card::before,.contact-card::before,.craft-item::before,.detail-card::before,.journal-topic::before,.phase-card::before,.plan-grid div::before,.service-card::before{content:'';position:absolute;inset:-1px;z-index:-1;background:radial-gradient(circle at var(--mx,50%) var(--my,0),rgba(178,130,71,.18),transparent 42%);opacity:0;transition:opacity var(--motion-mid) ease;pointer-events:none}.case-card:hover::before,.contact-card:hover::before,.craft-item:hover::before,.detail-card:hover::before,.journal-topic:hover::before,.phase-card:hover::before,.plan-grid div:hover::before,.service-card:hover::before{opacity:1}.case-card:hover,.contact-card:hover,.craft-item:hover,.detail-card:hover,.journal-topic:hover,.phase-card:hover,.service-card:hover{transform:translate3d(0,-4px,0);box-shadow:0 24px 54px rgba(31,28,25,.12);border-color:rgba(143,95,51,.26)}.click-ripple{position:absolute;width:12px;height:12px;border-radius:50%;pointer-events:none;background:rgba(178,130,71,.24);transform:translate(-50%,-50%) scale(1);animation:woodRipple .62s var(--ease-luxe) forwards;z-index:4}@keyframes woodRipple{to{opacity:0;transform:translate(-50%,-50%) scale(18)}}.phase-card-header{min-height:56px;border-bottom:1px solid rgba(31,28,25,.08)}.phase-card-body{display:block;max-height:0;overflow:hidden;padding-top:0;padding-bottom:0;opacity:0;transition:max-height .46s var(--ease-luxe),padding .3s ease,opacity .3s ease}.phase-card.open .phase-card-body{max-height:1800px;padding-top:0;padding-bottom:16px;opacity:1}.footer::before{content:'';position:absolute;background:url("logo/logo-ui.png") center/contain no-repeat;opacity:.045;pointer-events:none}.footer-brand{position:relative}.footer-logo{height:auto;display:block;filter:brightness(1.9) saturate(.6)}body.route-changing .page.active{animation:innerPageIn .34s var(--ease-luxe) both}@keyframes innerPageIn{from{opacity:.72;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.craft-archive-hero,.page:not(#page-home) .section-title,.prod-page-header{grid-template-columns:auto minmax(0,1fr);align-items:start;row-gap:8px;column-gap:12px}.craft-archive-hero::before,.page:not(#page-home) .section-title::before,.prod-page-header::before{width:48px;height:36px;grid-row:1/3}.craft-archive-hero p,.page:not(#page-home) .section-title p,.prod-page-header p{grid-column:2;text-align:left}.craft-archive-hero h2,.craft-archive-hero span{grid-column:2}.page:not(#page-home) li,.page:not(#page-home) p,.page:not(#page-home) td{font-size:.9rem}.about-hero::before,.journal-cover-text::before,.not-found-page::before{width:56px;height:42px}}.reveal-item{opacity:1!important;transform:none!important}@media(max-width:640px){.craft-archive-hero,.page:not(#page-home) .section-title,.prod-page-header{display:block!important;padding-left:20px!important;padding-right:20px!important;margin-left:0!important;margin-right:0!important}.craft-archive-hero h2,.page:not(#page-home) .section-title h2,.prod-page-header h2{max-width:100%;overflow-wrap:anywhere;font-size:1.55rem}.craft-archive-hero p,.page:not(#page-home) .section-title p,.prod-page-header p{display:block!important;max-width:100%!important;width:100%!important;margin-top:12px!important;overflow-wrap:anywhere;word-break:normal}.craft-archive-hero,.prod-page-header,.section-title{padding-bottom:18px}.journal-cover-text h2{font-size:3.6rem}.contact-grid{grid-template-columns:1fr}.service-grid,.service-grid[style]{grid-template-columns:1fr!important}.footer-logo{width:78px}}@media(prefers-reduced-motion:reduce){.click-ripple{display:none}body.route-changing .page.active{animation:none}}.prod-filters{border-color:rgba(143,95,51,.16)}.filter-row-wrap{min-height:58px;align-items:center}.filter-row-wrap .filter-label{padding-top:0;color:var(--brand-deep);font-weight:600}.chip{display:inline-flex;align-items:center;justify-content:center;box-shadow:none}.chip:hover{color:var(--brand-deep)}.chip.active{color:#fff;box-shadow:0 8px 22px rgba(74,51,38,.18)}.chip.active::before{content:'';background:var(--warm);box-shadow:0 0 0 3px rgba(200,163,108,.18)}@media(max-width:640px){.filter-row-wrap{min-height:auto}.chip{min-height:34px;padding:8px 12px;font-size:12px}.chip.active{padding-left:25px}.chip.active::before{left:11px}}.fixed-action-rail a,.fixed-action-rail button{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;backdrop-filter:blur(16px)!important;font:inherit!important}.action-card::before,.contact-card::before,.series-card::before,.service-card::before{content:""!important;backdrop-filter:blur(10px)!important;pointer-events:none!important;transition:transform .32s var(--ct-ease),opacity .32s var(--ct-ease),background .32s var(--ct-ease)!important}.fixed-action-rail{display:flex;flex-direction:column;pointer-events:auto}.fixed-action-rail a,.fixed-action-rail button{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--corp-ink);backdrop-filter:blur(16px);font:inherit;transition:transform .28s var(--ct-ease),background .28s var(--ct-ease),border-color .28s var(--ct-ease),box-shadow .28s var(--ct-ease),opacity .28s var(--ct-ease)}.fixed-action-rail a::after,.fixed-action-rail button::after{content:"";width:18px;height:1px;background:var(--corp-gold);transform-origin:left center;transform:scaleX(.42);transition:transform .28s var(--ct-ease)}.fixed-action-rail a.active::after,.fixed-action-rail a:hover::after,.fixed-action-rail button:hover::after{transform:scaleX(1)}.fixed-action-rail button{opacity:.54;opacity:.55}.film-open .fixed-action-rail,.nav-open .fixed-action-rail,.space-case-open .fixed-action-rail{pointer-events:none}.mobile-action-bar{display:none}.btn-primary,.btn-secondary,.drawer-actions a,.hero .btn,.hero .btn-outline,.nav-contact-cta,.wood-family-card a,.wood-family-card button{letter-spacing:.08em}.btn-primary::before,.btn-secondary::before,.drawer-actions a::before,.hero .btn::before,.nav-contact-cta::before,.wood-family-card a::before,.wood-family-card button::before{content:"";opacity:.52;transform-origin:right center;transition:transform .28s var(--ct-ease),opacity .28s var(--ct-ease)}.action-card,.contact-card,.craft-item,.journal-topic,.series-card,.service-card,.wood-family-card{cursor:pointer}.action-card::before,.contact-card::before,.series-card::before,.service-card::before,.wood-family-card::before{content:"";position:absolute;right:18px;top:18px;width:34px;height:34px;z-index:5;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:rgba(31,28,25,.14);backdrop-filter:blur(10px);opacity:.78;transition:transform .32s var(--ct-ease),opacity .32s var(--ct-ease),background .32s var(--ct-ease)}.action-card::after,.contact-card::after,.series-card::after,.service-card::after,.wood-family-card::after{content:"↗";position:absolute;right:28px;top:22px;z-index:6;color:#fff;font-size:13px;line-height:1;opacity:.86;pointer-events:none;transition:transform .32s var(--ct-ease),opacity .32s var(--ct-ease)}.contact-card::before,.series-card::before,.service-card::before,.wood-family-card::before{border-color:rgba(178,130,71,.32);background:rgba(253,251,247,.72)}.contact-card::after,.series-card::after,.service-card::after,.wood-family-card::after{color:var(--corp-gold)}.action-card:hover::before,.contact-card:hover::before,.series-card:hover::before,.service-card:hover::before,.wood-family-card:hover::before{opacity:1;transform:translate(2px,-2px);background:rgba(178,130,71,.2)}.action-card:hover::after,.contact-card:hover::after,.series-card:hover::after,.service-card:hover::after,.wood-family-card:hover::after{transform:translate(2px,-2px)}.pcard::after{content:"查看纹理"!important}.craft-item::before,.journal-topic::before{opacity:.2}.craft-item:hover::before,.journal-topic:hover::before{opacity:.42}.craft-item .craft-item-header::after,.journal-topic h3::after{content:"查看";display:inline-flex;margin-left:10px;color:var(--corp-gold);font-size:11px;letter-spacing:.12em;opacity:0;transform:translateX(-4px);transition:opacity .28s var(--ct-ease),transform .28s var(--ct-ease)}.craft-item:hover .craft-item-header::after{content:"查看工法";opacity:1;transform:translateX(0)}.journal-topic:hover h3::after{content:"阅读全文";opacity:1;transform:translateX(0)}.hero-trust{position:relative}.hero-trust span{font-weight:600}.brand-film-copy h2,.case-space-hero h2,.journal-intro h2,.motion-copy h2,.page-conversion h3,.prod-page-header h2,.space-section-head h2,.wood-academy-copy h3{text-wrap:balance}.brand-film-copy p,.case-space-hero p,.journal-intro p,.motion-copy p,.page-conversion p,.prod-page-header p,.space-section-head p,.wood-academy-head p{max-width:680px}a:not(.nav-logo):not(.btn-primary):not(.btn-secondary):not(.btn):not(.nav-contact-cta):not(.fixed-action-rail a):not(.mobile-action-bar a):not(.footer a){text-underline-offset:4px;text-decoration-thickness:1px}.page-cta{gap:12px}@media(max-width:1180px){.fixed-action-rail{right:10px}.fixed-action-rail a,.fixed-action-rail button{width:64px;min-height:58px}}@media(max-width:760px){body{padding-bottom:76px}.fixed-action-rail{display:none}.mobile-action-bar{position:fixed;left:14px;right:14px;bottom:12px;z-index:1200;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:6px;border:1px solid rgba(178,130,71,.24);background:rgba(253,251,247,.92);box-shadow:0 18px 64px rgba(31,28,25,.2);backdrop-filter:blur(18px)}.mobile-action-bar a{min-height:44px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;color:var(--corp-ink);font-size:13px;font-weight:700;letter-spacing:.12em}.mobile-action-bar a.active{background:var(--corp-ink);color:#fff;border-color:var(--corp-ink)}.action-card::after,.action-card::before,.contact-card::after,.contact-card::before,.film-open .mobile-action-bar,.nav-open .mobile-action-bar,.series-card::after,.series-card::before,.service-card::after,.service-card::before,.space-case-open .mobile-action-bar,.wood-family-card::after,.wood-family-card::before{display:none}}@media(max-width:900px){.wood-academy-head,.wood-academy-hero,.wood-index-panel{grid-template-columns:1fr}.wood-family-grid{grid-template-columns:repeat(2,1fr)}.wood-academy-head{gap:18px}.wood-academy-head p{text-align:left}}@media(max-width:640px){.wood-academy{padding:42px 0 48px}.wood-academy-head{margin-bottom:22px}.wood-academy-head h2{font-size:1.55rem}.wood-academy-copy p,.wood-academy-head p,.wood-index-panel p{font-size:13px;line-height:1.9}.wood-academy-media{min-height:300px}.wood-academy-copy{padding:24px}.wood-academy-mark{width:116px;height:116px;left:18px;bottom:18px}.wood-academy-mark span{font-size:32px}.wood-family-grid{grid-template-columns:1fr}.wood-family-card{min-height:250px;padding:24px}.wood-family-card>span{margin-bottom:18px}.wood-family-card h3{font-size:1.2rem}.wood-index-panel{padding:24px}.wood-index-list{column-count:1}.prod-mobile-workspace{display:grid;grid-template-columns:60px minmax(0,1fr);gap:6px;align-items:start;margin:0}.prod-results{min-width:0}.prod-mobile-workspace .prod-filters{position:sticky;top:72px;width:60px;margin:0;padding:0;border:1px solid rgba(143,95,51,.18);background:rgba(253,251,247,.92);box-shadow:none;backdrop-filter:blur(16px);overflow:visible;z-index:90}.prod-mobile-workspace .filter-mobile-head{display:block;padding:0;min-height:0}.prod-mobile-workspace .filter-toggle{width:100%;min-height:48px;border:0;border-bottom:1px solid rgba(143,95,51,.14);background:rgba(143,95,51,.08);color:var(--brand-deep);padding:0;justify-content:center;font-size:12px;letter-spacing:.08em}.prod-mobile-workspace .filter-summary,.prod-mobile-workspace .filter-toggle em{display:none}.prod-mobile-workspace .filter-panel{display:flex!important;flex-direction:column;gap:0;max-height:none;overflow:visible;padding:0;border-top:0;background:0 0}.prod-mobile-workspace .filter-row-wrap{position:relative;display:block;min-height:0;padding:0;border-bottom:1px solid rgba(143,95,51,.1)}.prod-mobile-workspace .filter-row-wrap:last-child{border-bottom:0}.prod-mobile-workspace .filter-row-wrap .filter-label{display:flex;align-items:center;justify-content:center;height:52px;margin:0;padding:0;min-width:0;color:#5d5148;font-size:12px;font-weight:600;cursor:pointer;transition:.22s}.prod-mobile-workspace .filter-row-wrap.mobile-active .filter-label{background:linear-gradient(135deg,#4a3326,#7c5637);color:#fff}.prod-mobile-workspace .filter-row-wrap .filter-row{display:none;position:absolute;left:calc(100% + 6px);top:0;width:calc(100vw - 92px);max-height:138px;overflow:auto;flex-wrap:wrap;gap:6px;padding:8px;border:1px solid rgba(143,95,51,.18);background:rgba(255,255,255,.96);box-shadow:0 18px 42px rgba(31,28,25,.14);-webkit-overflow-scrolling:touch;z-index:100}.prod-mobile-workspace .filter-row-wrap.mobile-active .filter-row{display:flex}.prod-mobile-workspace .chip{min-height:32px;padding:7px 10px;font-size:12px}.prod-mobile-workspace .chip.active{padding-left:23px}.prod-mobile-workspace .prod-count-bar{margin:0 0 6px;padding:8px 0;min-height:34px;border-bottom:1px solid var(--line)}.prod-mobile-workspace .prod-grid-full{grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding-bottom:26px}.prod-mobile-workspace .pcard{border-radius:0;border-width:1px}}.journal-cover::after{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.42) 48%,rgba(0,0,0,.5)),linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.74))}.journal-cover-text{isolation:isolate;padding-bottom:88px}.journal-cover-text::after{content:'';position:absolute;left:-42px;bottom:46px;width:min(780px,calc(100% + 84px));height:360px;z-index:-1;pointer-events:none;background:radial-gradient(circle at 18% 58%,rgba(0,0,0,.46),transparent 54%),linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,.08) 72%,transparent);filter:blur(.2px)}.about-hero::before,.journal-cover-text::before{opacity:.96;filter:brightness(0) invert(1) drop-shadow(0 12px 28px rgba(0,0,0,.38))}.journal-cover-text h2{color:#fff!important;text-shadow:0 10px 34px rgba(0,0,0,.52),0 2px 10px rgba(0,0,0,.34)}.series-hero h2{color:#f7f1e8!important;text-shadow:0 14px 36px rgba(0,0,0,.34),0 2px 8px rgba(0,0,0,.22)}.series-hero .series-tagline,.series-hero .series-tagline strong{color:#fffaf2!important;text-shadow:0 8px 22px rgba(0,0,0,.28)}.series-hero .series-desc{color:rgba(255,250,242,.9)!important;text-shadow:0 7px 18px rgba(0,0,0,.24)}.brand-film-meta,.brand-film-title,.journal-cover-text p,.journal-cover-text span,.journal-hero-copy h3,.journal-hero-copy p,.journal-hero-copy span,.motion-feature h3,.motion-tile strong{text-shadow:0 8px 26px rgba(0,0,0,.44)}.journal-cover-text p,.journal-cover-text span{color:rgba(255,255,255,.92)}.brand-film-shade{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.34) 48%,rgba(0,0,0,.22)),linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.72))}.journal-hero-card::after{background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.2) 58%,rgba(0,0,0,.34)),linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.5))}@media(max-width:640px){.journal-cover{min-height:620px}.journal-cover::after{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.38)),linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.78))}.journal-cover-text{width:calc(100% - 48px);padding-bottom:108px}.journal-cover-text::after{left:-24px;bottom:70px;width:calc(100% + 48px);height:330px;background:radial-gradient(circle at 20% 56%,rgba(0,0,0,.5),transparent 58%),linear-gradient(90deg,rgba(0,0,0,.36),rgba(0,0,0,.1) 76%,transparent)}.journal-cover-text p{max-width:100%;font-size:15px;line-height:1.9}}.space-section-head{display:grid;grid-template-columns:minmax(220px,.58fr) minmax(0,1fr);gap:42px;align-items:end;margin-bottom:30px}.case-space-hero span,.space-case-copy>span,.space-case-cta>span,.space-product-guide span,.space-section-head span{display:block;font-size:10px;letter-spacing:.18em;color:var(--brand);text-transform:uppercase;margin-bottom:10px}.case-space-hero h2,.space-section-head h2{font-size:var(--fs-section-title);line-height:var(--lh-title);font-weight:500;color:var(--ink)}.case-space-hero p,.space-section-head p{max-width:760px;font-size:14px;line-height:2;color:var(--muted)}.space-showcase-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1px;border:1px solid var(--line);background:var(--line)}.space-feature-slot{min-height:620px}.space-card,.space-feature-card,.space-gallery-card{position:relative;display:block;width:100%;height:100%;min-height:100%;padding:0;border:0;overflow:hidden;color:#fff;background:#18130f;text-align:left;cursor:pointer;isolation:isolate}.space-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line)}.space-card{min-height:309px}.space-card img,.space-card video,.space-case-asset,.space-gallery-card img,.space-gallery-card video,.space-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.94) contrast(1.04);transition:transform 1s cubic-bezier(.16,1,.3,1),filter 1s cubic-bezier(.16,1,.3,1)}.space-card:hover .space-media,.space-feature-card:hover .space-media,.space-gallery-card:hover .space-media{transform:scale(1.045);filter:saturate(1.04) contrast(1.08)}.space-image-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.7)),linear-gradient(90deg,rgba(0,0,0,.46),rgba(0,0,0,.08) 58%,rgba(0,0,0,.28))}.space-logo-mark{position:absolute;left:28px;top:28px;z-index:2;width:64px;height:48px;background:url("logo/logo-ui.png") center/contain no-repeat;filter:brightness(0) invert(1) drop-shadow(0 12px 28px rgba(0,0,0,.36));opacity:.94}.space-card-copy,.space-feature-copy,.space-gallery-copy{position:absolute;left:28px;right:28px;bottom:28px;z-index:2}.space-card-copy span,.space-feature-copy span,.space-gallery-copy span{display:block;font-size:10px;letter-spacing:.18em;color:rgba(255,255,255,.72);text-transform:uppercase;margin-bottom:12px}.space-feature-copy h3,.space-gallery-copy h3{font-size:clamp(2.4rem,5.4vw,5.4rem);line-height:.96;font-weight:500;max-width:760px}.space-feature-copy p,.space-gallery-copy p{max-width:560px;margin-top:18px;font-size:14px;line-height:1.9;color:rgba(255,255,255,.84)}.space-card-copy em,.space-feature-copy em,.space-gallery-copy em{display:inline-flex;align-items:center;backdrop-filter:blur(10px)}.space-card-copy strong{display:block;font-size:22px;line-height:1.24;font-weight:500;color:#fff}.space-showcase-foot{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;padding:18px 0 0}.space-product-guide{display:grid;grid-template-columns:minmax(240px,.62fr) minmax(0,1fr);gap:22px;align-items:center;margin:18px 0 16px;padding:22px;border:1px solid var(--line);background:rgba(255,255,255,.62)}.space-product-guide strong{display:block;font-size:22px;line-height:1.3;font-weight:500;color:var(--ink)}.space-product-guide p{margin-top:8px;font-size:13px;line-height:1.8;color:var(--muted)}.space-shortcuts{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.space-shortcut{min-height:46px;padding:8px 13px;border:1px solid rgba(143,95,51,.18);background:#fff;color:var(--ink);cursor:pointer;text-align:left;transition:.26s cubic-bezier(.16,1,.3,1)}.space-shortcut em,.space-shortcut span{display:block}.space-shortcut span{font-weight:700}.space-shortcut em{font-style:normal;color:var(--muted);margin-top:2px}.space-shortcut:hover{background:var(--ink);border-color:var(--ink);color:#fff;transform:translateY(-2px)}.space-shortcut:hover em{color:rgba(255,255,255,.72)}.case-space-page{padding-top:44px;padding-bottom:72px}.case-space-hero{display:grid;grid-template-columns:minmax(230px,.62fr) minmax(0,1fr);gap:44px;align-items:end;border-bottom:1px solid var(--line)}.case-space-toolbar{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.case-filter-tabs{flex-wrap:wrap;gap:8px}.case-filter-tab{color:var(--ink);cursor:pointer;transition:.24s}.case-filter-tab.active,.case-filter-tab:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.case-space-note{color:var(--muted)}.space-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:330px;gap:1px;background:var(--line);border:1px solid var(--line)}.space-gallery-card.large{grid-column:span 2;grid-row:span 2}.space-gallery-card .space-logo-mark{width:54px;height:40px;left:22px;top:22px}.space-gallery-card:not(.large) .space-gallery-copy p{display:none}.space-gallery-card:not(.large) .space-gallery-copy h3{font-size:24px}.space-case-cta{margin-top:28px;text-align:left;padding:28px;background:rgba(255,255,255,.55)}.space-case-cta h3{font-size:24px;line-height:1.35;font-weight:500;color:var(--ink)}.space-case-cta p{margin-top:8px;max-width:720px;font-size:13px;line-height:1.9;color:var(--muted)}.space-case-modal{position:fixed;inset:0;display:none}.space-case-modal.open{display:block}.space-case-backdrop{position:absolute;inset:0;background:rgba(31,28,25,.58);backdrop-filter:blur(8px)}.space-case-panel{position:absolute;inset:4vh 4vw;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(340px,.78fr);background:var(--paper);border:1px solid rgba(255,255,255,.24);box-shadow:0 36px 110px rgba(0,0,0,.34);overflow:hidden}.space-case-close{position:absolute;right:18px;top:18px;z-index:5;width:46px;height:46px;border:1px solid rgba(255,255,255,.5);background:rgba(0,0,0,.24);color:#fff;font-size:28px;line-height:1;cursor:pointer;backdrop-filter:blur(10px)}.space-case-media{position:relative;min-height:72vh;overflow:hidden}.space-case-copy{display:flex;flex-direction:column;justify-content:flex-end;background:rgba(247,245,240,.96)}.space-case-copy h3{font-weight:500;color:var(--ink)}.space-case-copy p{font-size:14px;line-height:2;color:var(--muted)}.space-case-copy dl{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin:28px 0 4px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.space-case-copy dl div{padding:16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.space-case-copy dt{font-size:11px;color:var(--muted);margin-bottom:8px}.space-case-copy dd{margin:0;font-size:16px;color:var(--ink)}body.space-case-open{overflow:hidden}@media(max-width:980px){.case-space-hero,.space-product-guide,.space-section-head{grid-template-columns:1fr;gap:16px}.space-showcase-layout{grid-template-columns:1fr}.space-feature-slot{min-height:520px}.space-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.space-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:300px}.space-gallery-card.large{grid-column:span 2;grid-row:span 1}.space-case-panel{inset:3vh 3vw;grid-template-columns:1fr;overflow:auto}.space-case-media{min-height:52vh}.space-case-copy{padding:34px 26px}.space-shortcuts{justify-content:flex-start}}@media(max-width:640px){.space-showcase-section{padding-top:30px}.case-space-hero h2,.space-section-head h2{font-size:2.15rem}.space-feature-slot{min-height:480px}.space-card-grid{grid-template-columns:1fr}.space-card{min-height:250px}.space-card-copy,.space-feature-copy,.space-gallery-copy{left:20px;right:20px;bottom:20px}.space-logo-mark{left:20px;top:20px;width:54px;height:40px}.space-feature-copy h3{font-size:2.5rem}.space-feature-copy p{font-size:13px;line-height:1.8}.space-showcase-foot{justify-content:flex-start}.space-product-guide{padding:16px;margin:12px 0}.space-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.space-shortcut{min-height:42px;padding:8px 10px}.case-space-page{padding-top:24px}.case-space-hero{padding:28px 0 20px}.case-space-toolbar{display:block}.case-filter-tabs{flex-wrap:nowrap;overflow:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}.case-filter-tab{flex:0 0 auto}.case-space-note{text-align:left;margin-top:6px}.space-gallery{grid-template-columns:1fr;grid-auto-rows:310px}.space-gallery-card.large{grid-column:auto;grid-row:auto}.space-gallery-card:not(.large) .space-gallery-copy p{display:block;font-size:12px;line-height:1.75}.space-case-panel{inset:0;display:block}.space-case-media{height:48vh;min-height:360px}.space-case-close{right:12px;top:12px}.space-case-copy{min-height:52vh;padding:28px 22px 34px}.space-case-copy h3{font-size:2.35rem}.space-case-copy dl{grid-template-columns:1fr}}.prod-drawer{z-index:4201;transform:translateX(-10px);opacity:0;visibility:hidden;pointer-events:none;transition:transform .4s cubic-bezier(.25,.8,.25,1),opacity .24s,visibility 0s linear .4s}.prod-drawer.open{transform:translateX(0);opacity:1;visibility:visible;pointer-events:auto;transition:transform .4s cubic-bezier(.25,.8,.25,1),opacity .24s}.prod-drawer .drawer-back{position:absolute;overflow:visible}.drawer-overlay{z-index:4200}.space-case-modal{z-index:4300}.image-slot-review .image-slot-debug-target{outline:rgba(178,130,71,.95) solid 2px;outline-offset:-2px}.image-slot-badge{position:absolute;left:10px;top:10px;z-index:9999;min-width:46px;height:30px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;background:#1f1c19;color:#fff;border:1px solid rgba(255,255,255,.74);box-shadow:0 10px 26px rgba(0,0,0,.22);font-size:13px;line-height:1;font-weight:700;letter-spacing:.08em;pointer-events:none}.image-slot-panel{position:fixed;right:18px;bottom:18px;z-index:9998;width:min(310px,calc(100vw - 36px));max-height:min(520px,70vh);overflow:auto;padding:16px;background:rgba(247,245,240,.96);border:1px solid rgba(31,28,25,.16);box-shadow:0 24px 72px rgba(31,28,25,.22);color:var(--ink);backdrop-filter:blur(18px)}.image-slot-panel strong{display:block;font-size:15px;margin-bottom:4px}.image-slot-panel p{margin:0 0 10px;color:var(--muted);font-size:12px;line-height:1.7}.image-slot-panel code{color:var(--brand-deep);font-weight:700}.image-slot-panel button{width:100%;min-height:40px;margin-bottom:12px;border:1px solid var(--ink);background:var(--ink);color:#fff;cursor:pointer;font-size:12px;font-weight:700}.image-slot-panel a{display:grid;grid-template-columns:52px minmax(0,1fr);gap:8px;padding:8px 0;border-top:1px solid rgba(31,28,25,.08);font-size:12px;color:var(--ink)}.image-slot-panel b{color:var(--brand);letter-spacing:.06em}.image-slot-panel span{color:#5d5750}@media(max-width:640px){.image-slot-panel{left:12px;right:12px;bottom:12px;width:auto;max-height:42vh}.image-slot-badge{left:8px;top:8px;min-width:42px;height:28px;font-size:12px}}:root{--corp-ink:#1f1b17;--corp-line:rgba(95,66,43,.22);--corp-gold:#b28247;--corp-paper:rgba(253,251,247,.9);--brand:#8f5f33;--brand-deep:#4b3324;--brand-soft:#efe4d5;--paper:#f7f5f0;--paper-soft:#fbfaf7;--ink:#1f1c19;--muted:#6f675f;--line:rgba(31,28,25,.12);--line-soft:rgba(31,28,25,.075);--surface:#fffdfa;--ease-luxe:cubic-bezier(.16,1,.3,1);--fs-page-title:clamp(2.15rem,4.2vw,4.4rem);--fs-section-title:clamp(1.55rem,2.45vw,2.45rem);--fs-card-title:clamp(1.03rem,1.15vw,1.18rem);--fs-body:14px;--radius-card:8px;--ct-title-page:clamp(2.625rem,3.35vw,3rem);--ct-title-section:clamp(1.35rem,1.75vw,1.75rem);--ct-title-feature:clamp(1.85rem,2.35vw,2.125rem);--ct-title-media:clamp(2.125rem,2.8vw,2.5rem);--ct-title-space:clamp(2.25rem,3.05vw,2.75rem);--ct-title-card:clamp(1rem,1.08vw,1.125rem);--ct-body:14px;--ct-small:12px;--ct-eyebrow:10px;--ct-ease:cubic-bezier(.16,1,.3,1);--ct-border-soft:rgba(143,95,51,.16);--ct-border-mid:rgba(143,95,51,.26);--ct-glow:rgba(208,168,112,.22);--ct-shadow-soft:0 18px 58px rgba(39,30,24,.08);--ct-shadow-luxe:0 28px 86px rgba(39,30,24,.14);--luxe-ink:#171411;--luxe-paper:#fbf8f1;--luxe-stone:#d8d0c4;--luxe-sage:#61715f;--luxe-wine:#713f35;--luxe-gold:#b28247;--luxe-line:rgba(23,20,17,.12);--luxe-shadow:0 28px 72px rgba(23,20,17,.14);--ct-layout-max:1480px;--ct-layout-gutter:clamp(28px,5.6vw,118px);--ct-reading:68ch;--ct-body-readable:clamp(16px,.88vw,18px);--ct-caption-readable:clamp(13px,.72vw,14px);--ct-section-readable:clamp(38px,2.75vw,56px);--ct-card-readable:clamp(28px,1.65vw,34px);--ct-nav-readable:clamp(15px,.82vw,16px);--ct-ui-readable:clamp(14px,.78vw,15px);--ct-ui-small-readable:13px;--ct-hero-title:clamp(34px,4.4vw,58px);--ct-page-title:clamp(40px,3.4vw,64px);--ct-section-title:clamp(30px,2.1vw,44px);--ct-section-rule:#b28247;--ct-kicker-final:12px;--ct-section-final:clamp(30px,2.1vw,44px);--ct-subsection-final:clamp(26px,1.7vw,36px);--ct-section-copy-final:16px}body{background:var(--paper);color:var(--ink);letter-spacing:0;background:var(--paper);color:var(--ink);font-size:var(--fs-body);text-rendering:optimizeLegibility;background:linear-gradient(180deg,#fbf8f1 0,#f2eee6 46%,#fbf8f1 100%)!important;font-size:16px!important}.nav-inner{gap:18px}.nav-links{margin-left:auto}.nav-mobile-action,.nav-mobile-contact{display:none}.nav-contact-cta{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);background:var(--ink);color:#fff;font-weight:700;transition:transform .28s var(--ease-luxe),background .28s ease,border-color .28s ease}.nav-contact-cta:hover{background:var(--brand);border-color:var(--brand)}.page:not(#page-home) h2{letter-spacing:0}.about-hero h2,.case-space-hero h2,.craft-archive-hero h2,.journal-cover-text h2,.page:not(#page-home) .section-title h2,.prod-page-header h2{font-size:var(--fs-page-title);line-height:1.05;font-weight:500}.page-conversion{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 28px;align-items:end;border:1px solid var(--line);background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(239,228,213,.46)),var(--surface);overflow:hidden}.page-conversion::before{content:'';position:absolute;background:var(--brand);opacity:.7}.page-conversion::after{content:'WOOD ALL';position:absolute;line-height:1;font-weight:800;letter-spacing:.04em;pointer-events:none}.page-conversion>span{grid-column:1/-1;color:var(--brand);font-weight:700;letter-spacing:.18em}.page-conversion h3{position:relative;z-index:1;color:var(--ink);line-height:1.28;font-weight:500}.page-conversion p{position:relative;z-index:1;color:var(--muted);font-size:14px;line-height:1.9}.page-conversion .page-cta{position:relative;z-index:1;grid-column:2;grid-row:2/5;align-self:center;margin:0;flex-direction:column;min-width:190px}.drawer-actions a,.page-cta a,.series-hero-side button{min-height:44px}.btn-primary,.btn-secondary,.drawer-actions a,.series-hero-side button{border-radius:0;transition:transform .24s var(--ease-luxe),background .24s ease,border-color .24s ease,color .24s ease}.series-hero-side.is-archive span{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:.03em}.series-hero-side.is-archive em{color:#fff}.series-hero-side.is-archive .series-link-products{background:0 0;color:#fff;border-color:rgba(255,255,255,.34)}.prod-filters{border-radius:0;box-shadow:none;border:1px solid var(--line);background:rgba(255,253,250,.72)}.filter-row-wrap{gap:18px}.filter-row-wrap .filter-label{min-width:44px;color:var(--ink);letter-spacing:.08em}.chip{border-radius:999px;border:1px solid transparent;background:0 0;color:#5d5750;font-size:12px}.chip:hover{background:rgba(143,95,51,.08);color:var(--brand-deep);border-color:rgba(143,95,51,.18)}.chip.active{padding-left:25px;background:rgba(143,95,51,.1);color:var(--brand-deep);border-color:rgba(143,95,51,.34)}.chip.active::before{content:'';position:absolute;left:11px;top:50%;width:6px;height:6px;border-radius:50%;background:var(--brand);transform:translateY(-50%)}.service-banner{border-radius:0;background:linear-gradient(135deg,rgba(31,28,25,.9),rgba(75,51,36,.82)),var(--brand-deep)}.contact-card,.detail-card,.journal-topic,.phase-card,.service-card,.wood-family-card{border-radius:var(--radius-card)}.phase-card-header,.service-card-header{cursor:pointer}.phase-card-header:hover,.service-card-header:hover{background:rgba(143,95,51,.08)}.service-section-title{border-bottom:1px solid var(--line)}.service-num,.service-section-num{background:rgba(143,95,51,.12);color:var(--brand-deep);border:1px solid rgba(143,95,51,.18)}.journal-cover-text,.space-card-copy,.space-feature-copy,.space-gallery-copy{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.28)}.journal-cover-text::before,.space-logo-mark{filter:brightness(0) invert(1) drop-shadow(0 8px 22px rgba(0,0,0,.28))}@media(max-width:980px){.nav-inner{height:72px;padding:0 18px}.nav-logo{height:72px;min-width:auto}.nav-logo-img{height:52px}.nav-contact-cta{display:none}.nav-mobile-action,.nav-mobile-contact{display:block}.nav-mobile-action a{justify-content:center;margin:12px 0 2px;min-height:48px;background:var(--ink)!important;color:#fff!important}.nav-mobile-action a::before{display:none!important}.page-conversion{display:block;padding:24px 22px}.page-conversion .page-cta{margin-top:18px;min-width:0}.nav-hamburger{display:flex!important;position:fixed!important;right:18px;top:10px;flex:0 0 52px;z-index:5001}}body,html{overflow-x:hidden}@media(max-width:640px){.prod-page-header{padding:28px 0 12px}.product-experience-bar,.space-product-guide{margin-left:0;margin-right:0}.prod-mobile-workspace{grid-template-columns:54px minmax(0,1fr);gap:5px}.prod-mobile-workspace .prod-filters{top:72px;width:54px;border-color:rgba(143,95,51,.16);background:rgba(251,250,247,.96)}.prod-mobile-workspace .filter-toggle{min-height:44px;background:rgba(143,95,51,.07);color:var(--brand-deep);font-size:11px}.prod-mobile-workspace .filter-row-wrap .filter-label{height:48px;font-size:11px;color:#564c44}.prod-mobile-workspace .filter-row-wrap.mobile-active .filter-label{background:rgba(143,95,51,.12);color:var(--brand-deep);box-shadow:inset 3px 0 0 var(--brand)}.prod-mobile-workspace .filter-row-wrap .filter-row{left:calc(100% + 5px);width:calc(100vw - 82px);max-height:126px;gap:5px;padding:8px;border-color:rgba(143,95,51,.16);background:rgba(255,253,250,.98);box-shadow:0 18px 42px rgba(31,28,25,.16)}.prod-mobile-workspace .chip{min-height:30px;padding:6px 9px;font-size:11px}.prod-mobile-workspace .chip.active{padding-left:21px}.prod-mobile-workspace .prod-count-bar{font-size:11px}.prod-mobile-workspace .prod-count-bar span:last-child{display:none}.page-conversion{margin:24px 0 42px}.page-conversion::after{font-size:3.5rem}.reveal-item{opacity:1!important;transform:none!important}.nav-inner{justify-content:space-between}.nav-hamburger{width:52px;height:52px;border:1px solid rgba(31,28,25,.14);background:rgba(247,245,240,.94)}.nav-hamburger::before{content:'☰';color:var(--ink);font-size:29px;line-height:1;font-weight:300}.nav-hamburger.open::before{content:'×';font-size:38px}.nav-hamburger span{display:none!important}.journal-page .container,.page:not(#page-home) .container{width:100%;max-width:100%}.journal-intro h2,.prod-page-header h2,.product-experience-bar strong,.space-product-guide strong{color:var(--ink)!important}.journal-intro p,.prod-page-header p,.product-experience-bar p,.space-product-guide p{color:var(--muted)!important}.journal-intro{display:block;padding:48px 0;overflow:hidden}.journal-intro h2{max-width:100%;font-size:1.48rem!important;line-height:1.32!important;word-break:break-all;overflow-wrap:anywhere}.journal-intro p{max-width:100%;margin-top:22px;font-size:14px;line-height:1.9}.journal-plan,.journal-topics,.page-conversion,.wood-academy-head,.wood-academy-hero{min-width:0}}@media(min-width:981px){.nav-inner{max-width:1280px;padding:0 28px;height:76px}.nav-logo{height:76px;min-width:118px;justify-content:flex-start}.nav-logo-img{height:48px;width:auto;object-fit:contain}.nav-links a{padding-top:28px;padding-bottom:24px}.nav-contact-cta{min-height:42px;padding:0 20px}}.craft-archive-hero::before,.page:not(#page-home) .section-title::before,.prod-page-header::before{display:none!important;content:none!important}.craft-archive-hero,.page:not(#page-home) .section-title,.prod-page-header{grid-template-columns:minmax(0,1fr) minmax(260px,520px)!important;column-gap:36px;align-items:end}.page:not(#page-home) .section-title h2,.prod-page-header h2{grid-column:1!important}.page:not(#page-home) .section-title p,.prod-page-header p{grid-column:2!important}.craft-archive-hero span{grid-column:1/3!important}.craft-archive-hero h2{grid-column:1!important}.craft-archive-hero p{grid-column:2!important}@media(max-width:900px){.craft-archive-hero,.page:not(#page-home) .section-title,.prod-page-header{display:block!important;grid-template-columns:1fr!important;column-gap:0}.craft-archive-hero h2,.craft-archive-hero p,.craft-archive-hero span,.page:not(#page-home) .section-title h2,.page:not(#page-home) .section-title p,.prod-page-header h2,.prod-page-header p{grid-column:1!important;text-align:left!important}}.page:not(#page-home) .page-header{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,520px)!important;grid-template-rows:auto auto;column-gap:clamp(40px,7vw,112px);row-gap:14px;align-items:end;padding:clamp(56px,5.8vw,82px) 0 24px!important;margin:0 0 30px!important;border-bottom:1px solid var(--line);text-align:left!important}.page:not(#page-home) .page-header .page-eyebrow{grid-column:1!important;grid-row:1!important;display:block!important;color:var(--brand);letter-spacing:.22em;text-transform:uppercase}.page:not(#page-home) .page-header h2{grid-column:1!important;grid-row:2!important;color:var(--ink);font-size:var(--fs-page-title)!important}.page:not(#page-home) .page-header p{grid-column:2!important;grid-row:2!important;align-self:end;justify-self:end;margin:0!important;color:var(--muted)}#page-cases .case-space-page,#page-contact>.container,#page-craft .craft-page,#page-products>.container,#page-series .series-detail,#page-service .service-page{padding-top:0!important;padding-left:20px!important;padding-right:20px!important}.service-banner,.service-banner h3,.service-banner p,.service-banner strong{color:#fff!important}.service-banner p{color:rgba(255,255,255,.82)!important}.space-card-copy,.space-card-copy *,.space-feature-copy,.space-feature-copy *,.space-gallery-copy,.space-gallery-copy *{color:#fff!important;text-shadow:0 10px 28px rgba(0,0,0,.42)}.space-card-copy a,.space-card-copy button,.space-feature-copy a,.space-feature-copy button,.space-gallery-copy a,.space-gallery-copy button{text-shadow:none}@media(max-width:900px){.page:not(#page-home) .page-header{display:block!important;padding:42px 20px 20px!important;margin:0 0 22px!important}.page:not(#page-home) .page-header .page-eyebrow{margin-bottom:14px!important;font-size:9px!important;letter-spacing:.2em}.page:not(#page-home) .page-header h2{font-size:clamp(2.05rem,10.5vw,3.15rem)!important;line-height:1.08!important}.page:not(#page-home) .page-header p{max-width:100%!important;margin-top:14px!important;text-align:left!important;font-size:13px!important;line-height:1.85!important}}#page-products .page-header{--page-head-img:url("journal/surface-wood-mosaic-lite.webp");--page-head-position:center 48%}#page-series .page-header{--page-head-img:url("journal/wood-ring.webp");--page-head-position:center 52%}#page-craft .page-header{--page-head-img:url("journal/craft-material-blocks.webp");--page-head-position:center 44%}#page-cases .page-header{--page-head-img:url("journal/case-lake-residence.webp");--page-head-position:center 52%}#page-contact .page-header{--page-head-img:url("journal/home-hero-forest-door-lite.webp");--page-head-position:center 50%}.page:not(#page-home) .page-header{display:grid!important;grid-template-columns:minmax(22px,1fr) minmax(0,1240px) minmax(22px,1fr)!important;grid-template-rows:1fr auto auto auto auto;align-items:end;padding:0 0 clamp(64px,8vh,96px)!important;color:#fff;isolation:isolate;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.34) 48%,rgba(0,0,0,.5)),linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.72)),var(--page-head-img);background-size:cover;background-position:var(--page-head-position,center)}.page:not(#page-home) .page-header::before{content:none!important;content:''!important;position:relative;grid-column:2!important;grid-row:2!important;height:54px;background:url("logo/logo-ui.png") center/contain no-repeat;opacity:.96;filter:brightness(0) invert(1) drop-shadow(0 12px 28px rgba(0,0,0,.38))}.page:not(#page-home) .page-header::after{content:''!important;left:max(22px,calc((100vw - 1240px)/ 2 - 42px));bottom:clamp(38px,5.4vh,62px);pointer-events:none;background:radial-gradient(circle at 18% 58%,rgba(0,0,0,.5),transparent 56%),linear-gradient(90deg,rgba(0,0,0,.36),rgba(0,0,0,.1) 72%,transparent);filter:blur(.2px)}.page:not(#page-home) .page-header .page-eyebrow,.page:not(#page-home) .page-header h2,.page:not(#page-home) .page-header p{grid-column:2!important;justify-self:start!important}.page:not(#page-home) .page-header .page-eyebrow{grid-row:3!important;color:rgba(255,255,255,.72)!important}.page:not(#page-home) .page-header h2{grid-row:4!important;color:#fff!important}.page:not(#page-home) .page-header p{grid-row:5!important}@media(max-width:900px){.page:not(#page-home) .page-header{left:50%;width:100vw;min-height:560px;display:grid!important;grid-template-columns:20px minmax(0,1fr) 20px!important;grid-template-rows:1fr auto auto auto auto;padding:0 0 54px!important;margin:0 0 34px -50vw!important;background-position:center}.page:not(#page-home) .page-header::before{grid-column:2!important;width:64px;height:48px;margin-bottom:16px}.page:not(#page-home) .page-header::after{left:0;bottom:28px;width:100%;height:330px;background:linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.08))}.page:not(#page-home) .page-header .page-eyebrow{grid-column:2!important;font-size:10px!important;margin-bottom:16px!important}.page:not(#page-home) .page-header h2{grid-column:2!important;max-width:100%;font-size:clamp(3.4rem,18vw,5rem)!important;line-height:.92!important}.page:not(#page-home) .page-header p{grid-column:2!important;max-width:100%!important;margin-top:22px!important;font-size:14px!important;line-height:1.9!important}}.journal-cover-text h2,.page:not(#page-home) .page-header h2{font-size:var(--fs-page-title)!important}.journal-cover-text span,.page:not(#page-home) .page-header .page-eyebrow{font-size:11px!important;line-height:1.2!important;letter-spacing:.2em!important}@media(max-width:900px){.journal-cover-text h2,.page:not(#page-home) .page-header h2{font-size:clamp(3rem,14.8vw,3.6rem)!important;line-height:1.05!important}.journal-cover-text p,.page:not(#page-home) .page-header p{font-size:15px!important;line-height:1.9!important}}#home-content p,.page:not(#page-home) li,.page:not(#page-home) p{font-size:var(--ct-body)}#page-home .section-title h2,.page:not(#page-home) .section-title h2{font-size:var(--ct-title-section)!important;line-height:1.28!important;font-weight:500!important}#page-home .section-title p,.page:not(#page-home) .section-title p{font-size:13px!important;line-height:1.75!important}#page-home .home-manifesto h2{font-size:var(--ct-title-feature)!important;font-weight:500!important}#page-home .home-manifesto p{max-width:680px;font-size:14px!important;line-height:1.86!important}#page-home .capability-card h3{font-size:clamp(1.45rem,1.8vw,1.75rem)!important}#page-home .brand-film-title{max-width:430px;gap:8px;font-size:clamp(2.15rem,3.15vw,2.75rem)!important;line-height:1.02!important}#page-home .brand-film-copy h2,#page-home .motion-copy h2{font-size:var(--ct-title-section)!important;font-weight:500!important}#page-home .motion-feature strong{max-width:560px;font-size:var(--ct-title-media)!important;line-height:1.08!important;font-weight:500!important}#page-home .journal-hero-copy h3,#page-home .motion-tile strong,.contact-card h3,.craft-item-header h3,.journal-topic h3,.service-card-header h3{font-size:var(--ct-title-card)!important;line-height:1.42!important;font-weight:500!important}.space-feature-card .space-feature-copy h3,.space-gallery-card.large .space-gallery-copy h3{max-width:620px;font-size:var(--ct-title-space)!important;line-height:1.08!important;font-weight:500!important}.space-card .space-card-copy h3,.space-card .space-gallery-copy h3,.space-gallery-card:not(.large) .space-gallery-copy h3{font-size:clamp(1.15rem,1.55vw,1.45rem)!important;line-height:1.22!important}.journal-cover-text h2,.page:not(#page-home) .page-header h2{max-width:820px;font-size:var(--ct-title-page)!important;font-weight:500!important}#page-home .home-manifesto span,#page-home .motion-copy span,#page-home .section-title span,.journal-cover-text span,.page:not(#page-home) .page-header .page-eyebrow{font-size:var(--ct-eyebrow)!important;line-height:1.2!important;letter-spacing:.16em!important}.journal-cover-text p,.page:not(#page-home) .page-header p{max-width:560px!important;font-size:14px!important;line-height:1.86!important}@media(max-width:900px){.journal-cover-text h2,.page:not(#page-home) .page-header h2{font-size:clamp(2.125rem,9.8vw,2.5rem)!important;line-height:1.08!important}#page-home .home-manifesto h2{font-size:clamp(1.55rem,7vw,1.9rem)!important;line-height:1.3!important}#page-home .brand-film-title{font-size:clamp(2rem,9vw,2.4rem)!important}#page-home .brand-film-copy h2,#page-home .motion-copy h2{font-size:clamp(1.35rem,6.2vw,1.65rem)!important}#page-home .motion-feature strong,.space-feature-card .space-feature-copy h3,.space-gallery-card.large .space-gallery-copy h3{font-size:clamp(1.8rem,8vw,2.15rem)!important;line-height:1.12!important}#home-content p,.page:not(#page-home) li,.page:not(#page-home) p{font-size:14px}}.btn-primary,.btn-secondary,.case-filter-tab,.chip,.drawer-actions a,.nav-contact-cta,.prod-clear-filter,.series-hero-side button,.space-card-copy em,.space-feature-copy em,.space-gallery-copy em{position:relative;overflow:hidden;transform:translateZ(0);transition:transform .28s var(--ct-ease),box-shadow .28s var(--ct-ease),border-color .28s var(--ct-ease),background-color .28s var(--ct-ease),color .28s var(--ct-ease)}.btn-primary:hover,.btn-secondary:hover,.case-filter-tab:hover,.chip:hover,.drawer-actions a:hover,.nav-contact-cta:hover,.prod-clear-filter:hover,.series-hero-side button:hover{transform:translateY(-1px)}.btn-primary:active,.btn-secondary:active,.case-filter-tab:active,.chip:active,.drawer-actions a:active,.is-pressed,.nav-contact-cta:active,.prod-clear-filter:active,.series-hero-side button:active{transform:translateY(1px) scale(.992)!important}.brand-film-section,.case-space-toolbar,.journal-feature,.motion-atelier,.prod-filters,.prod-results,.service-phase-list,.space-case-cta,.space-product-guide,.space-showcase-layout,.wood-academy{border-color:var(--ct-border-soft)}.brand-film-card,.contact-card,.craft-item,.detail-card,.journal-topic,.motion-feature,.motion-tile,.pcard,.phase-card,.service-card,.space-card,.space-feature-card,.space-gallery-card,.space-shortcut,.wood-family-card{position:relative;overflow:hidden;transform:translateZ(0);transition:transform .42s var(--ct-ease),box-shadow .42s var(--ct-ease),border-color .42s var(--ct-ease),filter .42s var(--ct-ease)}.brand-film-card::after,.contact-card::after,.craft-item::after,.detail-card::after,.journal-topic::after,.motion-feature::after,.motion-tile::after,.pcard::after,.phase-card::after,.service-card::after,.space-card::after,.space-feature-card::after,.space-gallery-card::after,.space-shortcut::after,.wood-family-card::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(255,255,255,.24),transparent 26%),linear-gradient(135deg,rgba(208,168,112,.16),transparent 42%);transition:opacity .42s var(--ct-ease)}.brand-film-card:hover,.contact-card:hover,.craft-item:hover,.detail-card:hover,.journal-topic:hover,.motion-feature:hover,.motion-tile:hover,.pcard:hover,.phase-card:hover,.service-card:hover,.space-card:hover,.space-feature-card:hover,.space-gallery-card:hover,.space-shortcut:hover,.wood-family-card:hover{border-color:var(--ct-border-mid);box-shadow:var(--ct-shadow-luxe)}.brand-film-card:hover::after,.contact-card:hover::after,.craft-item:hover::after,.detail-card:hover::after,.journal-topic:hover::after,.motion-feature:hover::after,.motion-tile:hover::after,.pcard:hover::after,.phase-card:hover::after,.service-card:hover::after,.space-card:hover::after,.space-feature-card:hover::after,.space-gallery-card:hover::after,.space-shortcut:hover::after,.wood-family-card:hover::after{opacity:1}.brand-film-card:hover img,.craft-item:hover img,.craft-item:hover video,.journal-topic:hover img,.motion-feature:hover video,.motion-tile:hover video,.pcard:hover img,.space-card:hover img,.space-card:hover video,.space-feature-card:hover img,.space-feature-card:hover video,.space-gallery-card:hover img,.space-gallery-card:hover video{transform:scale(1.035)}.brand-film-card img,.craft-item img,.craft-item video,.journal-topic img,.motion-feature video,.motion-tile video,.pcard img,.space-card img,.space-card video,.space-feature-card img,.space-feature-card video,.space-gallery-card img,.space-gallery-card video{transition:transform .7s var(--ct-ease),filter .7s var(--ct-ease)}.prod-count-bar{display:flex!important;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 16px!important;padding:10px 0 12px!important;border-bottom:1px solid var(--ct-border-soft)!important;color:var(--text)!important;font-size:12px!important;font-weight:500!important}.prod-count-bar #prodCount{display:inline-flex!important;align-items:center;min-height:28px;color:var(--wood-dark);font-weight:700;letter-spacing:.04em}.prod-filter-state{display:flex;align-items:center;gap:6px;flex:1 1 auto;flex-wrap:wrap;margin-left:auto}.prod-filter-state span{display:inline-flex!important;align-items:center;min-height:28px;padding:4px 10px;border:1px solid rgba(143,95,51,.2);border-radius:999px;background:rgba(255,255,255,.64);color:rgba(62,39,35,.72);font-size:11px!important;line-height:1.2;font-weight:500}.prod-clear-filter{display:none;align-items:center;justify-content:center;min-height:30px;padding:4px 12px;border:1px solid rgba(143,95,51,.28);border-radius:999px;background:rgba(178,130,71,.08);color:var(--wood-dark);font-size:11px;font-weight:700;letter-spacing:.08em;cursor:pointer}.prod-clear-filter.is-visible{display:inline-flex}.prod-filters.has-active-filters{border-color:rgba(178,130,71,.34)!important;box-shadow:0 16px 48px rgba(92,62,36,.1)}.prod-filters.has-active-filters .filter-mobile-head{border-color:rgba(178,130,71,.26)}.chip.active{box-shadow:0 10px 24px rgba(79,53,33,.12)}.case-filter-tab.active{color:#fff!important;box-shadow:0 14px 34px rgba(42,29,22,.16)}.brand-film-card:focus-visible,.motion-feature:focus-visible,.motion-tile:focus-visible,.pcard:focus-visible,.space-card:focus-visible,.space-feature-card:focus-visible,.space-gallery-card:focus-visible{outline:rgba(178,130,71,.72) solid 2px;outline-offset:4px}.space-card .space-card-copy,.space-feature-card .space-feature-copy,.space-gallery-card .space-gallery-copy{text-shadow:0 2px 18px rgba(0,0,0,.22)}.space-card .space-card-copy h3,.space-feature-card .space-feature-copy h3,.space-gallery-card .space-gallery-copy h3{max-width:min(620px,92%)}.product-experience-bar,.space-product-guide{box-shadow:var(--ct-shadow-soft)}@media(max-width:900px){.prod-filter-state{width:100%;margin-left:0;gap:5px}.prod-filter-state span{min-height:24px;padding:3px 8px;font-size:10px!important}.prod-clear-filter{min-height:34px;padding:5px 12px}.brand-film-card:hover,.motion-feature:hover,.motion-tile:hover,.pcard:hover,.space-card:hover,.space-feature-card:hover,.space-gallery-card:hover{box-shadow:var(--ct-shadow-soft)}}@media(max-width:640px){.prod-mobile-workspace .filter-row-wrap .filter-label,.prod-mobile-workspace .filter-toggle{height:44px!important;min-height:44px!important}.prod-mobile-workspace .prod-count-bar{align-items:center;gap:8px;padding:9px 0!important}.prod-mobile-workspace .prod-filter-state.is-empty{display:none}.prod-mobile-workspace .prod-count-bar span:last-child{display:inline-flex!important}.prod-mobile-workspace .prod-filter-state{order:3;flex-basis:100%;max-height:58px;overflow:auto;padding-bottom:2px}.prod-mobile-workspace .prod-clear-filter.is-visible{display:inline-flex;margin-left:auto}}@media(prefers-reduced-motion:reduce){.brand-film-card,.brand-film-card img,.btn-primary,.btn-secondary,.case-filter-tab,.chip,.contact-card,.craft-item,.detail-card,.drawer-actions a,.journal-topic,.motion-feature,.motion-feature video,.motion-tile,.motion-tile video,.nav-contact-cta,.pcard,.pcard img,.phase-card,.prod-clear-filter,.series-hero-side button,.service-card,.space-card,.space-card img,.space-card video,.space-feature-card,.space-feature-card img,.space-feature-card video,.space-gallery-card,.space-gallery-card img,.space-gallery-card video,.space-shortcut,.wood-family-card{transition:none!important;transform:none!important}}.fixed-action-rail{position:fixed!important;right:18px!important;top:50%!important;z-index:940!important;display:flex!important;flex-direction:column!important;gap:8px!important;transform:translateY(-50%)!important}.fixed-action-rail a,.fixed-action-rail button{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;border:1px solid rgba(178,130,71,.3)!important;background:rgba(253,251,247,.92)!important;color:#1f1b17!important;box-shadow:0 18px 48px rgba(31,28,25,.1)!important;backdrop-filter:blur(16px)!important;cursor:pointer!important;letter-spacing:.08em!important}.fixed-action-rail span{color:rgba(31,28,25,.54)!important}.fixed-action-rail strong{font-weight:600!important}.fixed-action-rail a.active,.fixed-action-rail a:hover,.fixed-action-rail button:hover{box-shadow:0 24px 72px rgba(31,28,25,.16);transform:translateX(-4px)!important;background:#fff!important;border-color:rgba(178,130,71,.58)!important}body.has-scrolled .fixed-action-rail button{opacity:1}.film-open .fixed-action-rail,.nav-open .fixed-action-rail,.space-case-open .fixed-action-rail{opacity:0!important;pointer-events:none!important}.btn-primary,.btn-secondary,.drawer-actions a,.hero .btn,.nav-contact-cta,.wood-family-card a,.wood-family-card button{position:relative!important;padding-right:44px!important;letter-spacing:.08em!important}.btn-primary::before,.btn-secondary::before,.drawer-actions a::before,.hero .btn::before,.nav-contact-cta::before,.wood-family-card a::before,.wood-family-card button::before{content:""!important;position:absolute!important;right:16px!important;top:50%!important;width:18px!important;height:1px!important;background:currentColor!important;opacity:.54!important;transform:translateY(-50%) scaleX(.48)!important;transform-origin:right center!important;transition:transform .28s var(--ct-ease),opacity .28s var(--ct-ease)!important}.btn-primary:hover::before,.btn-secondary:hover::before,.drawer-actions a:hover::before,.hero .btn:hover::before,.nav-contact-cta:hover::before,.wood-family-card a:hover::before,.wood-family-card button:hover::before{opacity:.9!important;transform:translateY(-50%) scaleX(1)!important}.action-card,.contact-card,.series-card,.service-card{position:relative!important;cursor:pointer!important}.action-card::before,.contact-card::before,.series-card::before,.service-card::before{content:""!important;position:absolute!important;right:18px!important;top:18px!important;width:34px!important;height:34px!important;z-index:5!important;border:1px solid rgba(255,255,255,.58)!important;border-radius:999px!important;background:rgba(31,28,25,.14)!important;backdrop-filter:blur(10px)!important;opacity:.84!important;pointer-events:none!important;transition:transform .32s var(--ct-ease),background .32s var(--ct-ease)!important}.action-card::after,.contact-card::after,.series-card::after,.service-card::after{content:"↗"!important;position:absolute!important;right:28px!important;top:22px!important;z-index:6!important;color:#fff!important;font-size:13px!important;line-height:1!important;opacity:.9!important;pointer-events:none!important;background:0 0!important;border:0!important;transform:none!important}.contact-card::before,.series-card::before,.service-card::before{border-color:rgba(178,130,71,.32)!important;background:rgba(253,251,247,.76)!important}.contact-card::after,.series-card::after,.service-card::after{color:#b28247!important}.action-card:hover::before,.contact-card:hover::before,.series-card:hover::before,.service-card:hover::before{transform:translate(2px,-2px)!important;background:rgba(178,130,71,.2)!important}.action-card:hover::after,.contact-card:hover::after,.series-card:hover::after,.service-card:hover::after{transform:translate(2px,-2px)!important}.pcard::before{display:none!important}.pcard::after{content:"查看纹理"!important;left:10px!important;right:10px!important;top:auto!important;bottom:34px!important;width:auto!important;height:auto!important;z-index:3!important;opacity:0!important;transform:translateY(8px)!important;color:#fff!important;font-size:11px!important;text-align:center!important;border:1px solid rgba(255,255,255,.76)!important;padding:5px 8px!important;background:rgba(31,28,25,.34)!important;backdrop-filter:blur(8px)!important}.pcard:hover::after{opacity:1!important;transform:translateY(0)!important}.space-card-copy em,.space-feature-copy em,.space-gallery-copy em{border-color:rgba(255,255,255,.68)!important;background:rgba(31,28,25,.26)!important}@media(max-width:760px){body{padding-bottom:76px}.fixed-action-rail{display:none!important}.mobile-action-bar{position:fixed!important;left:14px!important;right:14px!important;bottom:12px!important;z-index:1200!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;padding:6px!important;border:1px solid rgba(178,130,71,.24)!important;background:rgba(253,251,247,.92)!important;box-shadow:0 18px 64px rgba(31,28,25,.2)!important;backdrop-filter:blur(18px)!important}.mobile-action-bar a{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid transparent!important;color:#1f1b17!important;font-size:13px!important;font-weight:700!important;letter-spacing:.12em!important}.mobile-action-bar a.active{background:#1f1b17!important;color:#fff!important;border-color:#1f1b17!important}.action-card::after,.action-card::before,.contact-card::after,.contact-card::before,.film-open .mobile-action-bar,.nav-open .mobile-action-bar,.series-card::after,.series-card::before,.service-card::after,.service-card::before,.space-case-open .mobile-action-bar{display:none!important}}.case-atlas-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid rgba(31,28,25,.11);background:rgba(255,253,249,.66);margin:-8px 0 24px}.case-atlas-stats div{min-height:82px;padding:18px 22px;border-right:1px solid rgba(31,28,25,.09)}.case-atlas-stats div:last-child{border-right:0}.case-atlas-stats strong{display:block;color:var(--ink);font-size:clamp(1.35rem,2.3vw,2.1rem);line-height:1;font-weight:500;letter-spacing:0}.case-atlas-stats span{display:block;margin-top:10px;color:rgba(31,28,25,.58);font-size:11px;letter-spacing:.16em}.case-space-toolbar{align-items:stretch!important;gap:18px!important;margin-bottom:24px!important}.case-filter-tabs{flex:1 1 auto;display:block!important;min-width:0}.case-filter-shell{border:1px solid rgba(31,28,25,.11);background:rgba(255,253,249,.72);box-shadow:0 18px 54px rgba(31,28,25,.06)}.case-filter-primary{display:flex;flex-wrap:wrap;gap:8px;padding:14px;border-bottom:1px solid rgba(31,28,25,.08)}.case-filter-controls{display:flex;align-items:center;gap:10px;padding:12px 14px}.case-advanced-toggle,.case-clear-filters{min-height:38px;padding:0 16px;border:1px solid rgba(143,95,51,.24);background:rgba(255,255,255,.62);color:var(--ink);cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.12em}.case-advanced-toggle span{margin-left:8px;color:var(--brand)}.case-clear-filters{display:none}.case-clear-filters.is-visible{display:inline-flex;align-items:center}.case-advanced-panel{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 14px 14px}.case-filter-shell.advanced-open .case-advanced-panel{display:grid}.case-filter-group{display:grid;grid-template-columns:74px minmax(0,1fr);gap:12px;align-items:start;padding-top:12px;border-top:1px solid rgba(31,28,25,.08)}.case-filter-group>span{padding-top:8px;color:var(--brand-deep);font-size:11px;font-weight:700;letter-spacing:.16em}.case-filter-group>div{display:flex;flex-wrap:wrap;gap:7px}.case-filter-tab{border:1px solid rgba(143,95,51,.2)!important;background:rgba(255,255,255,.54)!important;color:#524940!important;box-shadow:none!important;font-size:12px!important;font-weight:700!important;letter-spacing:.08em!important}.case-filter-tab.small{min-height:34px;padding:0 12px!important;font-size:11px!important}.case-filter-tab.active{background:rgba(250,244,235,.94)!important;color:var(--brand-deep)!important;border-color:rgba(178,130,71,.58)!important;box-shadow:inset 0 0 0 1px rgba(178,130,71,.18),0 12px 26px rgba(95,62,35,.09)!important}.case-filter-tab.active::before{content:"";display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:var(--brand);vertical-align:middle}.case-filter-state{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 14px}.case-filter-state span{display:inline-flex;min-height:26px;align-items:center;padding:3px 9px;border:1px solid rgba(31,28,25,.08);background:rgba(31,28,25,.035);color:rgba(31,28,25,.58);font-size:10px;letter-spacing:.1em}.case-space-note{flex:0 0 240px;display:flex;align-items:flex-end;justify-content:flex-end;color:rgba(31,28,25,.54)!important;font-size:12px!important;line-height:1.8!important}.space-gallery{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-rows:300px!important;gap:12px!important;transition:opacity .22s var(--ct-ease),transform .22s var(--ct-ease)}.space-gallery.is-refreshing{opacity:.55;transform:translateY(4px)}.space-gallery-card{will-change:transform;border:1px solid rgba(255,255,255,.4)!important;background:#17120e!important}.space-gallery-card.large{grid-column:span 2!important;grid-row:span 2!important}.space-gallery-card .space-image-shade{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18) 34%,rgba(0,0,0,.78))!important}.space-gallery-copy{max-width:calc(100% - 46px)}.space-gallery-copy span{color:rgba(255,255,255,.78)!important;font-size:10px!important;letter-spacing:.18em!important}.space-gallery-copy h3{font-size:clamp(1.45rem,2.6vw,2.9rem)!important;line-height:1.05!important;max-width:420px!important}.space-gallery-card:not(.large) .space-gallery-copy h3{font-size:clamp(1.22rem,1.55vw,1.55rem)!important}.space-gallery-copy p{max-width:520px;font-size:13px!important;line-height:1.78!important}.space-card-copy em,.space-feature-copy em,.space-gallery-copy em{display:inline-flex;width:max-content;margin-top:14px;min-height:32px;align-items:center;padding:0 13px;border:1px solid rgba(255,255,255,.56);color:#fff;font-style:normal;font-size:11px;letter-spacing:.12em}.space-gallery-empty{grid-column:1/-1;min-height:320px;display:flex;flex-direction:column;justify-content:center;padding:42px;border:1px solid rgba(31,28,25,.11);background:rgba(255,253,249,.74)}.space-gallery-empty span{color:var(--brand);font-size:10px;letter-spacing:.18em}.space-gallery-empty h3{margin:10px 0 8px;color:var(--ink);font-size:30px;font-weight:500}.space-gallery-empty p{max-width:520px;color:var(--muted);font-size:14px;line-height:1.9}.space-case-panel{inset:3.5vh 3.2vw!important;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr)!important;border-color:rgba(255,255,255,.28)!important}.space-case-copy{justify-content:flex-start!important;overflow:auto;padding:44px 40px 34px!important}.space-case-copy>span{color:var(--brand);font-size:10px;letter-spacing:.22em;font-weight:700}.space-case-copy h3{margin:18px 0 8px!important;font-size:clamp(2rem,3.4vw,3.45rem)!important;line-height:1.06!important}.space-case-subline{display:block;color:var(--brand-deep);font-size:18px;line-height:1.45;font-weight:500;margin-bottom:16px}.space-case-tags{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0 4px}.space-case-tags span{min-height:28px;display:inline-flex;align-items:center;padding:3px 10px;border:1px solid rgba(143,95,51,.2);background:rgba(250,244,235,.72);color:var(--brand-deep);font-size:11px;letter-spacing:.12em}.space-case-detail{list-style:none;padding:0;margin:24px 0 0;border-top:1px solid var(--line)}.space-case-detail li{display:grid;grid-template-columns:88px minmax(0,1fr);gap:14px;padding:13px 0;border-bottom:1px solid var(--line)}.space-case-detail strong{color:var(--brand-deep);font-size:12px}.space-case-detail span{color:var(--muted);font-size:13px;line-height:1.75}.space-case-assets{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:22px}.space-case-assets figure{margin:0;border:1px solid rgba(31,28,25,.08);background:#fff}.space-case-assets img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.space-case-assets figcaption{padding:7px 8px;color:rgba(31,28,25,.62);font-size:10px;letter-spacing:.12em}.space-case-copy .btn-secondary.selected{background:rgba(178,130,71,.14)!important;border-color:rgba(178,130,71,.48)!important;color:var(--brand-deep)!important}#pavingSelectionButton b{font:inherit;color:var(--brand)}#pavingSelectionButton.copied strong::after,[data-copy-selection].copied::after{content:"已复制";position:absolute;left:50%;top:-28px;transform:translateX(-50%);white-space:nowrap;padding:4px 8px;background:#1f1b17;color:#fff;font-size:10px;letter-spacing:.12em}@media(max-width:1180px){.space-gallery{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:900px){.case-atlas-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.case-atlas-stats div:nth-child(2){border-right:0}.case-atlas-stats div:nth-child(-n+2){border-bottom:1px solid rgba(31,28,25,.09)}.case-space-toolbar{display:block!important}.case-space-note{display:block;margin-top:10px;text-align:left!important}.case-advanced-panel{grid-template-columns:1fr}.space-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:280px!important}.space-case-panel{grid-template-columns:1fr!important;overflow:auto!important}.space-case-media{min-height:46vh!important}}@media(max-width:640px){.case-atlas-stats{margin:0 0 18px}.case-atlas-stats div{min-height:68px;padding:14px}.case-filter-primary{flex-wrap:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}.case-filter-tab{flex:0 0 auto}.case-filter-shell.advanced-open .case-advanced-panel{position:fixed;left:0;right:0;bottom:0;z-index:1302;display:block;max-height:68vh;overflow:auto;padding:18px 16px 92px;border-top:1px solid rgba(143,95,51,.22);background:rgba(253,251,247,.98);box-shadow:0 -26px 72px rgba(31,28,25,.24)}.case-filter-group{display:block;padding:14px 0}.case-filter-group>span{display:block;margin-bottom:9px}.space-gallery{grid-template-columns:1fr!important;grid-auto-rows:330px!important}.space-gallery-card.large{grid-column:auto!important;grid-row:auto!important}.space-gallery-card:not(.large) .space-gallery-copy h3,.space-gallery-copy h3{font-size:1.65rem!important}.space-case-panel{inset:0!important;display:block!important}.space-case-copy{padding:28px 22px 96px!important}.space-case-copy h3{font-size:2.2rem!important}.space-case-detail li{grid-template-columns:1fr;gap:5px}.space-case-assets{grid-template-columns:1fr}}#page-products .page-header{--page-head-img:url("journal/surface-wood-mosaic-lite.webp");--page-head-position:center}#page-series .page-header{--page-head-img:url("journal/wood-ring.webp");--page-head-position:center 54%}#page-craft .page-header{--page-head-img:url("journal/craft-material-blocks.webp");--page-head-position:center 54%}.muchi-home-cta{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;margin:0 0 72px;padding:28px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.muchi-home-cta span{display:block;font-size:10px;letter-spacing:.18em;color:var(--brand);margin-bottom:10px}.muchi-home-cta h3{font-size:24px;line-height:1.35;font-weight:500;color:var(--ink);margin:0 0 8px}.muchi-home-cta p{font-size:13px;line-height:1.9;color:var(--muted);max-width:760px;margin:0}.muchi-home-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.muchi-home-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border:1px solid var(--line);color:var(--ink);font-size:12px;letter-spacing:.08em;transition:background .25s,border-color .25s,color .25s}.muchi-home-actions a:first-child{background:var(--ink);color:#fff}.muchi-home-actions a:hover{background:var(--brand);border-color:var(--brand);color:#fff}.muchi-column{border-top:1px solid var(--line)}.muchi-heading{display:grid;grid-template-columns:240px 1fr;gap:42px;align-items:end}.muchi-heading>span{font-size:10px;letter-spacing:.2em;color:var(--brand)}.muchi-heading h2{font-size:42px;color:var(--ink);margin:0 0 10px}.muchi-heading p{line-height:2;color:var(--muted);margin:0}.muchi-featured{margin-bottom:28px}.muchi-featured-card{width:100%;display:grid;grid-template-columns:52% 1fr;gap:1px;background:var(--line);border:1px solid var(--line);padding:0;text-align:left;color:inherit;cursor:pointer;overflow:hidden}.muchi-featured-card img{width:100%;height:520px;object-fit:cover;display:block;transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .9s}.muchi-featured-copy{background:#fff;padding:54px;display:flex;flex-direction:column;justify-content:end}.muchi-card em,.muchi-featured-copy>span{display:block;font-style:normal;font-size:10px;letter-spacing:.16em;color:var(--brand)}.muchi-featured-card h3{font-size:34px;line-height:1.32;font-weight:500;color:var(--ink);margin:16px 0}.muchi-featured-card p{font-size:15px;line-height:2;color:var(--muted);max-width:560px;margin:0}.muchi-featured-card em{display:inline-block;font-style:normal;margin-top:28px;font-size:11px;letter-spacing:.14em;color:var(--ink)}.muchi-featured-card:hover img{transform:scale(1.025);filter:saturate(1.04)}.muchi-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid var(--line)}.muchi-tabs{display:flex;gap:8px;flex-wrap:wrap}.muchi-tabs button{border:1px solid var(--line);font-size:12px;color:var(--muted);cursor:pointer;transition:background .25s,border-color .25s,color .25s}.muchi-tabs button.active,.muchi-tabs button:hover{background:var(--ink);border-color:var(--ink)}.muchi-count{font-size:12px;color:var(--muted);white-space:nowrap}.muchi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.muchi-card{display:flex;flex-direction:column;text-align:left;border:0;background:#fff;color:inherit;cursor:pointer;padding:0;overflow:hidden}.muchi-card-img{height:230px;overflow:hidden;background:#eee;display:block}.muchi-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .75s}.muchi-card-body{display:block;padding:22px;min-height:220px}.muchi-card strong{display:block;font-size:18px;line-height:1.55;font-weight:500;color:var(--ink);margin:12px 0 10px}.muchi-card small{display:block;font-size:13px;line-height:1.9;color:var(--muted)}.muchi-card:hover img{transform:scale(1.055);filter:saturate(1.06)}.muchi-reader{position:fixed;inset:0;z-index:2000;pointer-events:none;opacity:0}.muchi-reader.open{pointer-events:auto;opacity:1}.muchi-reader-backdrop{position:absolute;inset:0;background:rgba(18,16,14,.56);backdrop-filter:blur(8px)}.muchi-reader-panel{position:absolute;right:0;top:0;background:var(--paper);overflow:auto;transform:translateX(102%);box-shadow:-26px 0 80px rgba(0,0,0,.24)}.muchi-reader.open .muchi-reader-panel{transform:translateX(0)}.muchi-reader-close{right:22px;top:18px;z-index:3;color:#fff;line-height:1;cursor:pointer}.muchi-reader-cover{min-height:340px;overflow:hidden}.muchi-reader-cover img{object-fit:cover;display:block}.muchi-reader-meta{letter-spacing:.16em;color:var(--brand);margin-bottom:18px;text-transform:uppercase}.muchi-reader-content h2{color:var(--ink)}.muchi-reader-excerpt{color:var(--muted);border-bottom:1px solid var(--line)}.muchi-reader-body p{color:var(--ink);margin:0 0 20px}.muchi-reader-quote{border-left:3px solid var(--brand);color:var(--ink)}.muchi-reader-open{overflow:hidden}@media(max-width:980px){.muchi-heading,.muchi-home-cta{grid-template-columns:1fr;gap:12px}.muchi-home-actions{justify-content:flex-start}.muchi-featured-card{grid-template-columns:1fr}.muchi-featured-card img{height:360px}.muchi-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.muchi-home-cta{margin:0 0 56px;padding:22px 0}.muchi-home-actions a{flex:1;min-width:130px}.muchi-heading{padding:42px 0 24px}.muchi-heading h2{font-size:32px}.muchi-featured-copy{padding:28px}.muchi-featured-card img{height:280px}.muchi-featured-card h3{font-size:26px}.muchi-toolbar{display:block}.muchi-count{margin-top:12px}.muchi-grid{grid-template-columns:1fr}.muchi-card-body{min-height:auto}.muchi-reader-panel{width:100vw}.muchi-reader-content{padding:34px 22px 70px}.muchi-reader-cover{height:32vh;min-height:240px}}#page-cases .page-header{--page-head-img:url("journal/paving-reference/ref-living-light.webp");--page-head-position:center 62%}#page-journal .page-header{--page-head-img:url("journal/craft-oriental-card-lite.webp");--page-head-position:center 54%}#page-service .page-header{--page-head-img:url("journal/case-all-house-model.webp");--page-head-position:center 50%}#page-contact .page-header{--page-head-img:url("journal/home-hero-forest-door-lite.webp");--page-head-position:center 52%}.page:not(#page-home) .page-header{--header-paper:#f7f3ec;--header-paper-deep:#eee4d6;position:relative!important;left:50%!important;width:100vw!important;min-height:clamp(410px,52vh,560px)!important;display:grid!important;grid-template-columns:minmax(28px,1fr) minmax(0,500px) minmax(360px,720px) minmax(28px,1fr)!important;grid-template-rows:1fr auto auto auto 1fr!important;column-gap:clamp(34px,5.4vw,86px)!important;row-gap:0!important;align-items:center!important;padding:clamp(56px,6vh,78px) 0!important;margin:0 0 clamp(42px,5vw,64px) -50vw!important;border:0!important;overflow:hidden!important;color:var(--ink)!important;isolation:isolate!important;background:linear-gradient(118deg,rgba(255,255,255,.72),rgba(255,255,255,0) 42%),radial-gradient(circle at 16% 30%,rgba(178,130,71,.13),transparent 34%),linear-gradient(90deg,var(--header-paper),#fbfaf6 48%,var(--header-paper-deep))!important}.page:not(#page-home) .page-header::before{content:""!important;display:block!important;grid-column:3!important;grid-row:1/-1!important;align-self:center!important;justify-self:stretch!important;width:100%!important;height:clamp(300px,41vh,438px)!important;margin:0!important;border:1px solid rgba(143,95,51,.18)!important;background:linear-gradient(90deg,rgba(250,244,235,.42),rgba(255,255,255,.04) 32%,rgba(31,28,25,.16)),linear-gradient(180deg,rgba(255,255,255,.06),rgba(31,28,25,.18)),var(--page-head-img)!important;background-size:cover!important;background-position:var(--page-head-position,center)!important;opacity:1!important;filter:saturate(.92) contrast(.98)!important;box-shadow:0 34px 92px rgba(81,55,35,.16),0 1px 0 rgba(255,255,255,.62) inset!important;transform:translateY(2px);z-index:1!important}.page:not(#page-home) .page-header::after{content:""!important;position:absolute!important;right:max(28px,calc((100vw - 1240px)/ 2 + 16px))!important;top:clamp(42px,6vh,74px)!important;width:min(520px,36vw)!important;height:clamp(260px,34vh,370px)!important;border:1px solid rgba(178,130,71,.18)!important;background:linear-gradient(90deg,rgba(178,130,71,.18),transparent 1px) 0 0/84px 100%,linear-gradient(180deg,rgba(178,130,71,.12),transparent 1px) 0 0/100% 84px!important;pointer-events:none!important;z-index:0!important}.page:not(#page-home) .page-header .page-eyebrow,.page:not(#page-home) .page-header h2,.page:not(#page-home) .page-header p{position:relative!important;z-index:2!important;grid-column:2!important;justify-self:start!important;text-align:left!important;text-shadow:none!important}.page:not(#page-home) .page-header .page-eyebrow{grid-row:2!important;display:inline-flex!important;width:max-content!important;align-items:center!important;gap:12px!important;margin:0 0 18px!important;color:var(--brand-deep)!important;line-height:1.2!important;letter-spacing:.18em!important;font-weight:700!important}.page:not(#page-home) .page-header .page-eyebrow::before{content:"";width:36px;height:1px;background:var(--brand);opacity:.72}.page:not(#page-home) .page-header h2{grid-row:3!important;max-width:500px!important;margin:0!important;color:var(--ink)!important;font-weight:500!important;letter-spacing:0!important}.page:not(#page-home) .page-header p{grid-row:4!important;max-width:460px!important;margin:clamp(20px,2.4vh,28px) 0 0!important;color:rgba(31,28,25,.66)!important;font-size:14px!important}.page:not(#page-home) .page-header p::before{content:"";display:block;width:72px;height:1px;margin:0 0 20px;background:rgba(178,130,71,.58)}@media(max-width:980px){.page:not(#page-home) .page-header{min-height:auto!important;grid-template-columns:22px minmax(0,1fr) 22px!important;grid-template-rows:auto auto auto auto!important;row-gap:0!important;padding:28px 0 42px!important;margin-bottom:34px!important}.page:not(#page-home) .page-header::before{grid-column:2!important;grid-row:1!important;height:clamp(230px,42vw,360px)!important;margin:0 0 30px!important}.page:not(#page-home) .page-header::after{right:14px!important;top:24px!important;width:44vw!important;height:210px!important}.page:not(#page-home) .page-header .page-eyebrow,.page:not(#page-home) .page-header h2,.page:not(#page-home) .page-header p{grid-column:2!important}.page:not(#page-home) .page-header .page-eyebrow{grid-row:2!important}.page:not(#page-home) .page-header h2{grid-row:3!important;max-width:100%!important;font-size:clamp(2.2rem,10vw,3.4rem)!important}.page:not(#page-home) .page-header p{grid-row:4!important;max-width:100%!important;font-size:14px!important}}.space-case-media{background:#efe7da!important}.space-case-media .space-case-asset{filter:saturate(1.02) contrast(1) brightness(1.1)!important}.space-case-media .space-image-shade{background:linear-gradient(180deg,rgba(20,16,12,.02),rgba(20,16,12,.2)),linear-gradient(90deg,rgba(20,16,12,.2),rgba(20,16,12,.02) 58%,rgba(20,16,12,.08))!important}.space-case-media .space-logo-mark{filter:brightness(0) invert(1) drop-shadow(0 10px 24px rgba(0,0,0,.28))!important}.space-case-commentary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:24px 0 0;border:1px solid rgba(143,95,51,.14);background:rgba(143,95,51,.14)}.space-case-commentary article{min-height:132px;padding:18px 18px 16px;background:rgba(255,253,249,.88)}.space-case-commentary article span{display:block;margin-bottom:10px;color:var(--brand);font-size:10px;letter-spacing:.16em;font-weight:700}.space-case-commentary article strong{display:block;color:var(--ink);font-size:16px;line-height:1.35;font-weight:500}.space-case-commentary article p{margin:9px 0 0!important;color:rgba(31,28,25,.64)!important;font-size:13px!important;line-height:1.78!important}.space-case-assets{display:none!important}.space-case-detail{margin-top:18px!important}@media(max-width:640px){.page:not(#page-home) .page-header{grid-template-columns:18px minmax(0,1fr) 18px!important;padding:20px 0 36px!important}.page:not(#page-home) .page-header::before{height:230px!important;margin-bottom:26px!important}.page:not(#page-home) .page-header::after{display:none!important}.page:not(#page-home) .page-header .page-eyebrow{font-size:9px!important;letter-spacing:.16em!important;margin-bottom:14px!important}.page:not(#page-home) .page-header h2{font-size:clamp(2rem,12vw,2.65rem)!important}.page:not(#page-home) .page-header p{margin-top:18px!important;line-height:1.82!important}.space-case-media .space-case-asset{filter:saturate(1) contrast(1) brightness(1.06)!important}.space-case-media .space-image-shade{background:linear-gradient(180deg,rgba(20,16,12,.01),rgba(20,16,12,.14)),linear-gradient(90deg,rgba(20,16,12,.1),rgba(20,16,12,.02))!important}.space-case-commentary{margin-top:20px}}.prod-drawer{overflow-y:auto!important;overflow-x:hidden!important;scroll-behavior:smooth;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.prod-drawer.open{display:flex;flex-direction:column}.drawer-bg{inset:auto!important;overflow:hidden}.drawer-bg .drawer-scene{display:block;object-fit:contain!important;object-position:center!important;opacity:1!important;filter:saturate(1.03) contrast(1.02) brightness(1.04);object-fit:cover!important;object-position:center 60%!important;filter:saturate(1.04) contrast(1.02) brightness(1.03)!important;background:#241d17!important}.drawer-bg.switching .drawer-scene{opacity:.72!important}.drawer-content{inset:auto!important;padding:0 28px 28px!important;display:block!important;background:0 0}.drawer-info-panel{color:var(--ink)!important;box-shadow:0 22px 70px rgba(31,28,25,.16)!important}.drawer-info-panel h3{font-size:30px!important}.drawer-info-panel .drawer-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 32px!important}.drawer-nav-arrows{right:28px!important}.drawer-nav-down,.drawer-nav-pos,.drawer-nav-up{backdrop-filter:blur(16px)}@media(max-width:900px){.space-case-commentary{grid-template-columns:1fr}.space-case-commentary article{min-height:auto}.drawer-bg{min-height:420px;height:56vh}.drawer-content{padding:0 16px 22px!important;margin-top:-28px}.drawer-info-panel{width:100%;padding:22px 20px 20px!important}.drawer-info-panel h3{font-size:24px!important}}@media(max-width:640px){.prod-drawer{width:100vw!important}.drawer-bg{min-height:340px;height:48vh}.drawer-back{top:14px!important;left:14px!important}.drawer-nav-arrows{right:12px!important}.drawer-content{padding:0 12px 76px!important;margin-top:-18px}.drawer-info-panel{padding:20px 18px!important}.drawer-info-panel .drawer-cards{grid-template-columns:1fr!important;gap:0!important}.drawer-info-panel .drawer-card .val{max-width:68%}.drawer-actions a{width:100%}}@media(max-width:900px){.drawer-bg{min-height:500px!important;height:64vh!important}.drawer-content{margin-top:-88px!important}}@media(max-width:640px){.drawer-bg{min-height:390px!important;height:58vh!important}.drawer-bg .drawer-scene{object-position:center 58%!important;transform:scale(1.012)}.drawer-content{margin-top:-54px!important}.drawer-info-panel{width:100%!important}}.prod-drawer{width:min(92vw,1760px)!important;background:#f6f1e8!important;overflow:hidden!important;display:grid!important;grid-template-columns:minmax(0,1.58fr) minmax(380px,.92fr)!important;grid-template-rows:1fr!important;box-shadow:-34px 0 90px rgba(25,18,12,.26)!important}.prod-drawer.open{display:grid!important}.drawer-bg{max-height:820px!important;position:relative!important;grid-column:1!important;grid-row:1!important;min-height:100vh!important;height:100vh!important;max-height:none!important;background:#211913!important;border-left:1px solid rgba(143,95,51,.16)!important;border-right:1px solid rgba(143,95,51,.22)!important}.drawer-bg::after{content:""!important;inset:0!important;pointer-events:none!important;display:block!important;content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(18,13,9,.04),rgba(18,13,9,.18) 78%,rgba(18,13,9,.28)),linear-gradient(90deg,rgba(18,13,9,.16),rgba(18,13,9,.02) 34%,rgba(18,13,9,.1))!important}.drawer-content{position:relative!important;grid-column:2!important;grid-row:1!important;inset:auto!important;z-index:18!important;margin:0!important;padding:clamp(34px,4vw,68px) clamp(28px,3.2vw,58px)!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;overflow-y:auto!important;overscroll-behavior:contain!important;background:linear-gradient(180deg,rgba(255,252,246,.96),rgba(245,239,229,.98)),#f6f1e8!important}.drawer-info-panel{width:100%!important;max-width:560px!important;max-height:none!important;margin:0!important;padding:0!important;overflow:visible!important;background:0 0!important;box-shadow:none!important;color:var(--ink)!important}.drawer-info-panel h3{position:relative;margin:0 0 10px!important;padding-top:28px!important;font-size:clamp(36px,3.2vw,54px)!important;line-height:.98!important;letter-spacing:-.02em!important;font-weight:500!important;color:var(--ink)!important}.drawer-info-panel h3::before{content:"PRODUCT DETAIL";position:absolute;left:0;top:0;font-size:10px;line-height:1;letter-spacing:.22em;color:var(--wood)}.drawer-info-panel .d-meta{margin:0 0 34px!important;padding-bottom:22px!important;border-bottom:1px solid rgba(31,28,25,.14)!important;color:rgba(31,28,25,.64)!important;font-size:15px!important;line-height:1.65!important}.drawer-info-panel .drawer-cards{display:grid!important;grid-template-columns:1fr!important;gap:0!important;border-top:0!important}.drawer-info-panel .drawer-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:baseline!important;gap:18px!important;min-height:0!important;padding:13px 0!important;border-bottom:1px solid rgba(31,28,25,.11)!important}.drawer-info-panel .drawer-card .val{grid-column:1!important;max-width:none!important;color:var(--ink)!important;font-size:15px!important;line-height:1.45!important;font-weight:520!important;text-shadow:none!important;word-break:break-word!important}.drawer-info-panel .drawer-card .lbl{grid-column:2!important;color:rgba(31,28,25,.48)!important;font-size:12px!important;line-height:1.45!important;letter-spacing:.08em!important;white-space:nowrap!important}.drawer-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:34px!important}.drawer-actions a{width:100%!important;min-height:48px!important;padding:0 46px 0 20px!important;border-radius:0!important;font-size:13px!important;letter-spacing:.08em!important}.drawer-actions a:not(.secondary){background:#211d19!important;color:#fff!important;border-color:#211d19!important}.drawer-actions a.secondary{background:0 0!important;color:var(--ink)!important;border:1px solid rgba(31,28,25,.22)!important}.drawer-back{backdrop-filter:blur(16px);position:absolute!important;top:28px!important;left:28px!important;z-index:32!important;background:rgba(247,245,240,.2)!important;border:1px solid rgba(255,255,255,.48)!important;color:#fff!important;border-radius:0!important;backdrop-filter:blur(18px)!important}.drawer-nav-arrows{position:absolute!important;top:50%!important;right:calc(40.5% + 18px)!important;z-index:32!important;transform:translateY(-50%)!important}.drawer-nav-down,.drawer-nav-pos,.drawer-nav-up{background:rgba(247,245,240,.2)!important;border:1px solid rgba(255,255,255,.42)!important;color:#fff!important;border-radius:0!important;backdrop-filter:blur(18px)!important}@media(max-width:1180px){.prod-drawer{width:94vw!important;grid-template-columns:minmax(0,1.22fr) minmax(360px,.9fr)!important}.drawer-content{padding:34px 30px!important}.drawer-info-panel h3{font-size:clamp(32px,4vw,44px)!important}.drawer-nav-arrows{right:calc(42% + 14px)!important}}@media(max-width:900px){.prod-drawer{left:0!important;right:0!important;width:100%!important;display:block!important;overflow-y:auto!important;background:#f6f1e8!important}.prod-drawer.open{display:block!important}.drawer-bg{min-height:58vh!important;height:58vh!important;max-height:none!important}.drawer-bg .drawer-scene{object-position:center 58%!important;transform:scale(1.004)!important}.drawer-content{display:block!important;margin:0!important;padding:28px 18px 92px!important;overflow:visible!important;background:#f6f1e8!important}.drawer-info-panel{max-width:none!important}.drawer-info-panel h3{padding-top:24px!important;font-size:34px!important}.drawer-info-panel .d-meta{margin-bottom:24px!important}.drawer-back{top:14px!important;left:14px!important}.drawer-nav-arrows{position:fixed!important;right:12px!important;top:50%!important}}@media(max-width:640px){.drawer-bg{min-height:50vh!important;height:50vh!important}.drawer-content{padding:24px 16px 88px!important}.drawer-info-panel h3{font-size:31px!important}.drawer-info-panel .drawer-card{padding:12px 0!important;gap:14px!important}.drawer-actions{margin-top:28px!important}}.drawer-bg .drawer-scene{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 58%!important;filter:saturate(1.03) contrast(1.02) brightness(1.03)!important;position:relative!important;z-index:1!important;transition:opacity .34s var(--ease-luxe),filter .34s ease,transform .34s var(--ease-luxe)!important;will-change:opacity,filter}.drawer-bg .drawer-scene.is-loading{opacity:.78!important;filter:saturate(1.02) contrast(1.01) brightness(1.02) blur(3px)!important}.drawer-bg .drawer-scene.is-hd-ready{opacity:1!important;filter:saturate(1.03) contrast(1.02) brightness(1.03)!important}.drawer-bg::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(110deg,rgba(255,255,255,0),rgba(255,255,255,.12),rgba(255,255,255,0)),linear-gradient(180deg,#2a2119,#15110d);opacity:.28;transform:translateX(-42%);transition:opacity .32s}.drawer-bg::after{z-index:2!important}.drawer-bg:has(.drawer-scene.is-hd-ready)::before{opacity:0}.drawer-bg .drawer-scene{object-fit:cover!important;object-position:center 68%!important;transform:scale(1)!important}.mobile-chapter-rail,.nav-group-label,.nav-menu-intro,.nav-mobile-context{display:none}@media(max-width:980px){.nav{z-index:5200!important;width:100vw!important;max-width:100vw!important;overflow:hidden!important}.nav-inner{display:grid!important;grid-template-columns:100px minmax(0,1fr) 54px!important;justify-content:stretch!important;gap:10px!important;padding:0 16px!important;width:100vw!important;max-width:100vw!important;margin:0!important;box-sizing:border-box!important}.nav-logo{grid-column:1!important;grid-row:1!important;width:100px!important;min-width:0!important;height:72px!important;flex:0 0 auto!important;overflow:hidden!important;justify-content:flex-start!important}.nav-logo-img{width:92px!important;height:auto!important;max-height:50px!important;object-fit:contain!important}.nav-mobile-context{grid-column:2!important;grid-row:1!important;display:flex!important;flex:0 1 auto!important;min-width:0!important;max-width:none!important;flex-direction:column!important;justify-content:center!important;gap:4px!important;padding-left:13px!important;border-left:1px solid rgba(126,82,45,.18)!important}.nav-mobile-context span{display:block!important;color:var(--brand)!important;font-size:9px!important;line-height:1!important;letter-spacing:.22em!important;font-weight:700!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.nav-mobile-context strong{display:block!important;color:var(--ink)!important;font-size:15px!important;line-height:1.15!important;font-weight:520!important;letter-spacing:.04em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.nav-hamburger{grid-column:3!important;grid-row:1!important;position:relative!important;top:auto!important;right:auto!important;width:52px!important;height:48px!important;flex:0 0 52px!important;justify-self:end!important;margin-left:0!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0!important;border:1px solid rgba(126,82,45,.2)!important;background:rgba(248,245,238,.88)!important;box-shadow:0 10px 26px rgba(45,34,24,.08)!important;backdrop-filter:blur(16px)!important;border-radius:0!important;z-index:5400!important;display:none!important}.nav-hamburger em{display:none!important;font-style:normal!important;font-size:11px!important;line-height:1!important;letter-spacing:.18em!important;color:var(--ink)!important;transform:translateY(1px)!important}.nav-hamburger span{display:none!important}.nav-hamburger::before{content:""!important;width:16px!important;height:12px!important;border-top:2px solid var(--ink)!important;border-bottom:2px solid var(--ink)!important;background:linear-gradient(var(--ink),var(--ink)) center/18px 2px no-repeat!important;opacity:.92!important}.nav-hamburger::after{display:none!important}.nav-hamburger.open{background:#211d19!important;border-color:#211d19!important}.nav-hamburger.open::before{content:"×"!important;width:auto!important;height:auto!important;border:0!important;background:0 0!important;color:#fff!important;font-size:26px!important;line-height:1!important;font-weight:300!important}.nav-links{top:72px!important;padding:18px 18px 22px!important;gap:0!important;background:rgba(248,245,238,.98)!important;border-top:1px solid rgba(126,82,45,.12)!important;box-shadow:0 24px 70px rgba(45,34,24,.18)!important}.nav-menu-intro{position:relative!important;display:block!important;padding:10px 54px 18px 4px!important;border-bottom:1px solid rgba(126,82,45,.14)!important;margin-bottom:8px!important}.nav-menu-close{position:absolute!important;top:8px!important;right:0!important;width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(126,82,45,.18)!important;background:rgba(255,255,255,.42)!important;color:var(--ink)!important;font-size:28px!important;line-height:1!important;font-weight:300!important;cursor:pointer!important}.nav-menu-intro span{display:block!important;color:var(--brand)!important;font-size:10px!important;letter-spacing:.24em!important;font-weight:700!important;margin-bottom:8px!important}.nav-menu-intro strong{display:block!important;font-size:26px!important;line-height:1.08!important;font-weight:520!important;color:var(--ink)!important;letter-spacing:.03em!important}.nav-menu-intro em{display:block!important;margin-top:10px!important;color:rgba(31,28,25,.62)!important;font-style:normal!important;font-size:13px!important;line-height:1.7!important}.nav-group-label{display:block!important;padding:16px 4px 6px!important;border:0!important;color:rgba(126,82,45,.78)!important;font-size:10px!important;line-height:1!important;letter-spacing:.26em!important;font-weight:700!important}.nav-links li{border-bottom:0!important}.nav-links a{min-height:48px!important;padding:0 4px!important;border-bottom:1px solid rgba(31,28,25,.08)!important;color:rgba(31,28,25,.78)!important;font-size:15px!important;letter-spacing:.08em!important;background:0 0!important}.nav-links a::after{content:"";width:7px;height:7px;margin-left:auto;border-top:1px solid rgba(126,82,45,.45);border-right:1px solid rgba(126,82,45,.45);transform:rotate(45deg);transition:transform .24s var(--ease-luxe),border-color .24s ease}.nav-links a.active{color:var(--ink)!important;font-weight:650!important;border-bottom-color:rgba(126,82,45,.22)!important}.nav-links a.active::before{width:18px!important;height:1px!important;margin-right:11px!important;background:var(--brand)!important}.nav-links a.active::after{border-color:var(--brand)!important;transform:translateX(3px) rotate(45deg)!important}.nav-mobile-action a{justify-content:center!important;min-height:52px!important;margin-top:12px!important;border:1px solid #211d19!important;background:#211d19!important;color:#fff!important}.nav-mobile-action a::after{border-color:rgba(255,255,255,.76)!important}.mobile-chapter-rail{display:flex!important;position:sticky!important;top:72px!important;z-index:2100!important;gap:8px!important;padding:8px 16px 10px!important;overflow-x:auto!important;scrollbar-width:none!important;background:rgba(248,245,238,.92)!important;border-bottom:1px solid rgba(126,82,45,.12)!important;box-shadow:0 10px 26px rgba(45,34,24,.045)!important;backdrop-filter:blur(14px)!important;width:100vw!important;max-width:100vw!important;box-sizing:border-box!important}.mobile-chapter-rail::-webkit-scrollbar{display:none!important}.mobile-chapter-rail a,.mobile-menu-chip{flex:0 0 auto!important;min-height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;border:1px solid rgba(126,82,45,.16)!important;background:rgba(255,255,255,.46)!important;color:rgba(31,28,25,.72)!important;text-decoration:none!important;font-size:12px!important;font-weight:650!important;letter-spacing:.08em!important;white-space:nowrap!important;border-radius:0!important;font-family:inherit!important;cursor:pointer!important}.mobile-menu-chip{background:#211d19!important;border-color:#211d19!important;color:#fff!important;padding:0 15px 0 13px!important}.mobile-menu-chip::before{content:"";width:14px;height:10px;margin-right:8px;border-top:1.5px solid currentColor;border-bottom:1.5px solid currentColor;background:linear-gradient(currentColor,currentColor) center/14px 1.5px no-repeat;opacity:.9}.mobile-menu-chip.open::before{content:"×";width:auto;height:auto;margin-right:8px;border:0;background:0 0;font-size:18px;line-height:1}.mobile-chapter-rail a.active{background:rgba(126,82,45,.09)!important;border-color:rgba(126,82,45,.34)!important;color:var(--brand-deep)!important;box-shadow:inset 0 -2px 0 rgba(126,82,45,.82)!important}body.nav-open .mobile-chapter-rail{display:none!important}}@media(max-width:420px){.nav-inner{grid-template-columns:92px minmax(0,1fr) 52px!important;gap:8px!important;padding:0 12px!important}.nav-logo{width:92px!important}.nav-logo-img{width:82px!important;height:auto!important}.nav-mobile-context{padding-left:10px!important}.nav-mobile-context strong{font-size:14px!important}.nav-hamburger{width:52px!important;flex-basis:52px!important}.nav-hamburger em{font-size:10px!important}}.page-conversion{isolation:isolate!important;margin:48px 0 86px!important;padding:34px 38px!important;border:1px solid rgba(126,82,45,.18)!important;background:radial-gradient(circle at 86% 16%,rgba(178,130,71,.16),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.92),rgba(246,239,229,.78))!important;box-shadow:0 22px 70px rgba(45,34,24,.08)!important;transition:transform .36s var(--ease-luxe),box-shadow .36s var(--ease-luxe),border-color .36s ease!important}.page-conversion:hover{transform:translateY(-3px)!important;border-color:rgba(126,82,45,.34)!important;box-shadow:0 30px 86px rgba(45,34,24,.13)!important}.page-conversion::before{left:38px!important;top:30px!important;width:52px!important;height:1px!important;background:linear-gradient(90deg,var(--brand),rgba(178,130,71,.22))!important;opacity:1!important}.page-conversion::after{right:30px!important;top:20px!important;color:rgba(126,82,45,.055)!important;font-size:clamp(4rem,8vw,8rem)!important;letter-spacing:.03em!important}.page-conversion>span{margin-top:18px!important;color:var(--brand-deep)!important;font-size:10px!important;letter-spacing:.22em!important}.page-conversion h3{max-width:660px!important;font-size:clamp(1.35rem,1.8vw,1.8rem)!important;letter-spacing:.02em!important}.page-conversion p{max-width:680px!important;color:rgba(31,28,25,.62)!important}.page-conversion .page-cta{gap:12px!important}.page-conversion .page-cta a{position:relative!important;overflow:hidden!important;min-height:48px!important;border-radius:0!important;transition:transform .28s var(--ease-luxe),border-color .28s ease,background .28s ease,color .28s ease!important}.page-conversion .page-cta a::after{content:""!important;position:absolute!important;left:18px!important;right:18px!important;bottom:11px!important;height:1px!important;background:currentColor!important;opacity:.22!important;transform:scaleX(.2)!important;transform-origin:left center!important;transition:transform .3s var(--ease-luxe),opacity .3s ease!important}.page-conversion .page-cta a:focus-visible,.page-conversion .page-cta a:hover{transform:translateX(3px)!important}.page-conversion .page-cta a:focus-visible::after,.page-conversion .page-cta a:hover::after{opacity:.5!important;transform:scaleX(1)!important}.footer{position:relative!important;margin-top:72px!important;padding:54px 24px 22px!important;color:rgba(255,255,255,.78)!important;background:linear-gradient(135deg,#71411f 0,#6a3c20 38%,#4c2b19 100%)!important;overflow:hidden!important}.footer::before{right:7%!important;top:18px!important;width:260px!important;height:190px!important;opacity:.055!important;filter:brightness(0) invert(1)!important}.footer::after{content:"";position:absolute;inset:auto 24px 84px 24px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);pointer-events:none}.footer-inner{position:relative!important;z-index:1!important;max-width:1220px!important;grid-template-columns:minmax(280px,1.45fr) repeat(3,minmax(150px,1fr))!important;gap:34px!important;align-items:start!important}.footer-brand{display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;gap:18px 22px!important;align-items:start!important}.footer-logo-card{grid-row:1/4!important;width:118px!important;min-height:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;background:0 0!important;border:0!important;box-shadow:none!important;transition:transform .34s var(--ease-luxe),filter .34s ease,opacity .34s ease!important}.footer-logo-card:focus-visible,.footer-logo-card:hover{transform:translateY(-4px)!important;background:0 0!important;box-shadow:none!important}.footer-logo-card::before{display:none!important}.footer-logo{width:86px!important;margin:0!important;opacity:.94!important;filter:brightness(0) invert(1) drop-shadow(0 10px 24px rgba(0,0,0,.28))!important}.footer-brand-mark{display:block!important;align-self:end!important;color:rgba(238,196,142,.92)!important;font-size:10px!important;letter-spacing:.26em!important;font-weight:700!important}.footer h4{color:#fff!important;font-size:18px!important;line-height:1.35!important;margin:0 0 14px!important;letter-spacing:.04em!important}.footer-brand h4{margin-bottom:8px!important}.footer a,.footer p{color:rgba(255,255,255,.66)!important;font-size:14px!important;line-height:2!important}.footer a{position:relative!important;display:inline-flex!important;align-items:center!important;transition:color .24s ease,transform .24s var(--ease-luxe)!important}.footer a::before{content:"";width:0;height:1px;margin-right:0;background:rgba(238,196,142,.92);transition:width .26s var(--ease-luxe),margin-right .26s var(--ease-luxe)}.footer a:focus-visible,.footer a:hover{color:#fff!important;transform:translateX(3px)!important}.footer a:focus-visible::before,.footer a:hover::before{width:16px;margin-right:8px}.footer-bottom{position:relative!important;z-index:1!important;max-width:1220px!important;margin:34px auto 0!important;padding-top:20px!important;border-top:1px solid rgba(255,255,255,.12)!important;color:rgba(255,255,255,.42)!important;font-size:12px!important;letter-spacing:.06em!important}@media(max-width:980px){.page-conversion{margin:34px 0 64px!important;padding:28px 24px!important;display:block!important}.page-conversion::before{left:24px!important;top:24px!important}.page-conversion::after{right:14px!important;top:18px!important;font-size:4.8rem!important}.page-conversion>span{margin-top:18px!important}.page-conversion h3{font-size:24px!important;line-height:1.35!important}.page-conversion .page-cta{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin-top:22px!important}.footer{margin-top:54px!important;padding:42px 20px 100px!important}.footer-inner{grid-template-columns:1fr 1fr!important;gap:30px 24px!important}.footer-brand{grid-column:1/-1!important;grid-template-columns:104px minmax(0,1fr)!important;gap:16px 20px!important}.footer-logo-card{width:104px!important;min-height:auto!important}.footer-logo{width:78px!important}}@media(max-width:640px){.page-conversion{margin:28px 0 54px!important;padding:26px 22px!important;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(247,241,232,.88))!important}.page-conversion:hover{transform:none!important}.page-conversion::after{font-size:4rem!important;top:22px!important}.page-conversion h3{font-size:23px!important}.footer{padding:38px 18px 104px!important}.footer-inner{grid-template-columns:1fr 1fr!important;gap:28px 20px!important}.footer-brand{display:block!important}.footer-logo-card{width:118px!important;min-height:auto!important;margin-bottom:22px!important}.footer-logo{width:84px!important}.footer-brand-mark{margin-bottom:8px!important}.footer h4{font-size:17px!important}.footer a,.footer p{font-size:13px!important;line-height:1.95!important}.footer-bottom{margin-top:30px!important;text-align:left!important}}@media(max-width:760px){.mobile-chapter-rail{gap:6px!important;padding:8px 14px 10px!important;background:rgba(253,251,247,.94)!important;border-top:1px solid rgba(126,82,45,.08)!important;border-bottom:1px solid rgba(126,82,45,.14)!important;box-shadow:0 12px 32px rgba(45,34,24,.05)!important}.mobile-action-bar a,.mobile-chapter-rail a,.mobile-menu-chip{min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 17px!important;border:1px solid rgba(126,82,45,.18)!important;background:rgba(255,252,246,.82)!important;color:rgba(31,28,25,.78)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.42)!important;text-decoration:none!important;font-size:13px!important;font-weight:720!important;letter-spacing:.12em!important;line-height:1!important;white-space:nowrap!important;border-radius:0!important;transition:background .24s ease,color .24s ease,border-color .24s ease,box-shadow .24s ease,transform .24s var(--ease-luxe)!important}.mobile-action-bar a:active,.mobile-chapter-rail a:active,.mobile-menu-chip:active{transform:translateY(1px)!important}.mobile-action-bar a.active,.mobile-chapter-rail a.active,.mobile-menu-chip,.mobile-menu-chip.open,body[data-route=craft] .mobile-chapter-rail a[href="#craft"],body[data-route=journal] .mobile-chapter-rail a[href="#journal"],body[data-route=series] .mobile-chapter-rail a[href="#series"],body[data-route=service] .mobile-chapter-rail a[href="#service"]{background:#211d19!important;border-color:#211d19!important;color:#fff!important;box-shadow:inset 0 -2px 0 rgba(196,157,102,.68),0 12px 26px rgba(31,28,25,.12)!important}.mobile-menu-chip{padding:0 18px 0 15px!important}.mobile-menu-chip::before{margin-right:9px!important;opacity:.92!important}.mobile-action-bar{left:14px!important;right:14px!important;bottom:12px!important;gap:6px!important;padding:6px!important;border:1px solid rgba(126,82,45,.18)!important;background:rgba(253,251,247,.94)!important;box-shadow:0 18px 64px rgba(31,28,25,.2)!important;backdrop-filter:blur(18px)!important}.mobile-action-bar a{width:100%!important;padding:0 10px!important}#page-series .series-tabs{display:flex!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:8px!important;margin:0 -16px 28px!important;padding:0 16px 8px!important;overflow-x:auto!important;overflow-y:hidden!important;border:0!important;background:0 0!important;box-shadow:none!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}#page-series .series-tabs::-webkit-scrollbar{display:none!important}#page-series .series-tabs::after{content:""!important;flex:0 0 8px!important}#page-series .series-tab{flex:0 0 clamp(154px,46vw,184px)!important;min-width:0!important;min-height:88px!important;padding:16px 15px 14px 48px!important;border:1px solid rgba(126,82,45,.14)!important;background:rgba(255,252,246,.84)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.42),0 10px 26px rgba(45,34,24,.045)!important;scroll-snap-align:start!important}#page-series .series-tab::before{left:14px!important;top:16px!important;font-size:1.25rem!important}#page-series .series-tab span{font-size:.98rem!important;letter-spacing:.02em!important}#page-series .series-tab small{margin-top:7px!important;font-size:.72rem!important}#page-series .series-tab.active{background:#2f241e!important;border-color:#2f241e!important;box-shadow:inset 0 -3px 0 rgba(215,178,123,.78),0 14px 30px rgba(31,28,25,.14)!important}body[data-route=craft] .mobile-chapter-rail a[href="#craft"],body[data-route=journal] .mobile-chapter-rail a[href="#journal"],body[data-route=series] .mobile-chapter-rail a[href="#series"],body[data-route=service] .mobile-chapter-rail a[href="#service"]{min-height:44px!important;padding:0 17px!important;background:#211d19!important;border-color:#211d19!important;color:#fff!important;opacity:1!important;box-shadow:inset 0 -2px 0 rgba(196,157,102,.68),0 12px 26px rgba(31,28,25,.12)!important}}.footer.footer-luxe{margin-top:82px!important;padding:clamp(52px,6vw,84px) 24px 24px!important;color:rgba(255,255,255,.76)!important;background:radial-gradient(circle at 82% 12%,rgba(223,183,124,.16),transparent 28%),linear-gradient(135deg,#4b2a1a 0,#66381f 46%,#3d261a 100%)!important}.footer.footer-luxe::before{content:"WOOD ALL"!important;position:absolute!important;right:clamp(24px,6vw,92px)!important;top:clamp(24px,4vw,46px)!important;width:auto!important;height:auto!important;background:0 0!important;color:rgba(255,255,255,.035)!important;font-size:clamp(56px,8vw,128px)!important;font-weight:800!important;letter-spacing:.16em!important;line-height:1!important;opacity:1!important;filter:none!important;pointer-events:none!important}.footer.footer-luxe::after{inset:auto 24px 72px 24px!important;background:linear-gradient(90deg,transparent,rgba(238,196,142,.26),transparent)!important}.footer-luxe .footer-inner{max-width:1240px!important;display:grid!important;grid-template-columns:minmax(300px,1.05fr) minmax(420px,1.2fr) minmax(260px,.78fr)!important;gap:clamp(34px,5vw,72px)!important;align-items:stretch!important}.footer-luxe .footer-brand-panel{display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;gap:0 28px!important;align-items:start!important}.footer-luxe .footer-logo-card{grid-row:1!important;width:96px!important;align-self:start!important;transform:none!important}.footer-luxe .footer-logo-card:focus-visible,.footer-luxe .footer-logo-card:hover{transform:translateY(-3px)!important}.footer-luxe .footer-logo{width:90px!important}.footer-luxe .footer-brand-mark{margin:2px 0 12px!important;color:rgba(238,196,142,.94)!important}.footer-luxe h4{margin:0 0 14px!important;color:#fff!important;font-size:18px!important;font-weight:760!important;letter-spacing:.06em!important}.footer-luxe .footer-brand-panel h4{font-size:26px!important;line-height:1.2!important;letter-spacing:.08em!important}.footer-luxe .footer-brand-panel p{max-width:360px!important;margin:0!important;color:rgba(255,255,255,.66)!important;font-size:14px!important;line-height:1.95!important}.footer-luxe .footer-sitemap{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;padding:4px 0!important}.footer-luxe .footer-link-group{min-width:0!important}.footer-luxe .footer-link-group h4{position:relative!important;margin-bottom:18px!important;padding-bottom:14px!important;font-size:15px!important}.footer-luxe .footer-link-group h4::after{content:""!important;position:absolute!important;left:0!important;bottom:0!important;width:24px!important;height:1px!important;background:rgba(238,196,142,.82)!important}.footer-luxe p{margin:0!important}.footer-luxe .footer-contact-card p+p,.footer-luxe .footer-sitemap p+p{margin-top:9px!important}.footer-luxe a{text-decoration:none!important}.footer-luxe .footer-sitemap a{color:rgba(255,255,255,.62)!important;font-size:14px!important;line-height:1.7!important;letter-spacing:.03em!important}.footer-luxe .footer-contact-card a::before,.footer-luxe .footer-cta a::before,.footer-luxe .footer-sitemap a::before{display:none!important}.footer-luxe .footer-sitemap a:focus-visible,.footer-luxe .footer-sitemap a:hover{color:#fff!important;transform:translateX(2px)!important}.footer-luxe .footer-cta{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:24px!important}.footer-luxe .footer-contact-card a,.footer-luxe .footer-primary,.footer-luxe .footer-secondary{min-height:44px!important;padding:0 20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(238,196,142,.38)!important;font-size:13px!important;font-weight:760!important;letter-spacing:.12em!important;line-height:1!important;transform:none!important}.footer-luxe .footer-primary{background:#f8f3ea!important;color:#2c211a!important}.footer-luxe .footer-contact-card a,.footer-luxe .footer-secondary{background:rgba(255,255,255,.06)!important;color:#fff!important}.footer-luxe .footer-contact-card a:focus-visible,.footer-luxe .footer-contact-card a:hover,.footer-luxe .footer-primary:focus-visible,.footer-luxe .footer-primary:hover,.footer-luxe .footer-secondary:focus-visible,.footer-luxe .footer-secondary:hover{transform:translateY(-2px)!important;border-color:rgba(238,196,142,.78)!important;box-shadow:0 16px 34px rgba(20,12,8,.16)!important}.footer-luxe .footer-contact-card{position:relative!important;padding:24px 24px 22px!important;border:1px solid rgba(238,196,142,.24)!important;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035))!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 24px 56px rgba(29,16,9,.12)!important;backdrop-filter:blur(14px)!important}.footer-luxe .footer-contact-card span{display:block!important;margin-bottom:16px!important;color:rgba(238,196,142,.9)!important;font-size:10px!important;font-weight:800!important;letter-spacing:.24em!important}.footer-luxe .footer-contact-card p{color:rgba(255,255,255,.68)!important;font-size:14px!important;line-height:1.8!important}.footer-luxe .footer-contact-card a{width:100%!important;margin-top:20px!important}.footer-luxe .footer-bottom{max-width:1240px!important;margin-top:42px!important;padding-top:20px!important;display:flex!important;justify-content:center!important;border-top:1px solid rgba(238,196,142,.16)!important;color:rgba(255,255,255,.38)!important}@media(max-width:980px){.footer-luxe .footer-inner{grid-template-columns:1fr!important;gap:34px!important}.footer-luxe .footer-brand-panel{grid-template-columns:92px minmax(0,1fr)!important}.footer-luxe .footer-sitemap{grid-template-columns:repeat(3,minmax(0,1fr))!important;padding-top:6px!important}}@media(max-width:640px){.footer.footer-luxe{margin-top:58px!important;padding:40px 18px 104px!important}.footer.footer-luxe::before{right:12px!important;top:28px!important;font-size:48px!important;letter-spacing:.12em!important}.footer-luxe .footer-brand-panel{display:block!important}.footer-luxe .footer-logo-card{width:108px!important;margin-bottom:22px!important}.footer-luxe .footer-logo{width:88px!important}.footer-luxe .footer-brand-panel h4{font-size:24px!important}.footer-luxe .footer-cta{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.footer-luxe .footer-sitemap{grid-template-columns:1fr!important;gap:24px!important;padding:6px 0!important}.footer-luxe .footer-link-group{padding-top:22px!important;border-top:1px solid rgba(238,196,142,.14)!important}.footer-luxe .footer-contact-card{padding:22px!important}.footer-luxe .footer-bottom{justify-content:flex-start!important;margin-top:32px!important;text-align:left!important}}.case-space-note{flex:0 0 auto!important;min-width:max-content!important;max-width:none!important;white-space:nowrap!important;text-align:right!important;justify-content:flex-end!important;align-items:center!important;text-wrap:pretty;line-break:strict;word-break:normal!important;overflow-wrap:normal!important}.case-cta p,.contact-card p,.footer-luxe p,.page-header p,.prod-empty p,.product-experience-bar p,.section-title p,.space-case-cta p,.space-gallery-empty p,.space-product-guide p{text-wrap:pretty;line-break:strict;word-break:normal!important;overflow-wrap:break-word}.btn-primary,.btn-secondary,.fixed-action-rail a,.fixed-action-rail button,.mobile-action-bar a,.page-cta a,.page-cta button{text-wrap:balance}@media(max-width:900px){.drawer-bg .drawer-scene{object-position:center 64%!important}.case-space-note{display:block!important;min-width:0!important;max-width:100%!important;white-space:normal!important;text-align:left!important;margin-top:10px!important}}.luxe-scroll-progress{position:fixed;left:0;top:0;width:100%;height:3px;z-index:2000;pointer-events:none;transform-origin:left center;transform:scaleX(0);background:linear-gradient(90deg,var(--luxe-gold),var(--luxe-sage),var(--luxe-wine))}#page-home .hero{min-height:calc(100svh - 84px)!important;background:linear-gradient(180deg,rgba(251,248,241,.96) 0,rgba(251,248,241,.82) 48%,rgba(23,20,17,.08) 100%),url("journal/home-hero-forest-door-lite.webp") center bottom/cover no-repeat!important;border-bottom:1px solid var(--luxe-line)!important}#page-home .hero-video-layer{top:38%!important;mix-blend-mode:multiply}#page-home .hero-video-gradient{background:linear-gradient(180deg,rgba(251,248,241,.98),rgba(251,248,241,.28) 44%,rgba(23,20,17,.46))!important}#page-home .hero-kicker,.contact-luxe-lead span,.luxe-brief-strip span,.page-eyebrow,.selection-command-copy span{letter-spacing:0!important;text-transform:none!important}#page-home .hero-slogan{color:var(--luxe-ink)!important}#page-home .hero p{font-size:17px!important}.luxe-brief-strip{position:relative;z-index:8;width:min(1180px,calc(100% - 44px));margin:-58px auto 56px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid rgba(178,130,71,.26);background:rgba(251,248,241,.9);box-shadow:var(--luxe-shadow);backdrop-filter:blur(18px)}.luxe-brief-strip a{position:relative;display:grid;align-content:start;gap:10px;min-height:154px;padding:24px;color:var(--luxe-ink)!important;border-right:1px solid var(--luxe-line);text-decoration:none!important;overflow:hidden}.luxe-brief-strip a:last-child{border-right:0}.luxe-brief-strip a::before{content:"";position:absolute;inset:auto 24px 20px 24px;height:1px;background:linear-gradient(90deg,var(--luxe-gold),rgba(178,130,71,0));transform:scaleX(.22);transform-origin:left center;transition:transform .32s var(--ct-ease)}.luxe-brief-strip a:focus-visible::before,.luxe-brief-strip a:hover::before{transform:scaleX(1)}.luxe-brief-strip span{color:var(--luxe-sage);font-weight:800}.luxe-brief-strip strong{font-size:22px;font-weight:600}.luxe-brief-strip em{color:#655d54;font-size:14px;font-style:normal;line-height:1.85}.selection-command{display:grid;grid-template-columns:minmax(0,.94fr) minmax(360px,1.06fr);gap:1px;margin:24px 0 28px;border:1px solid var(--luxe-line);background:var(--luxe-line)}.selection-command-copy,.selection-command-steps{background:rgba(251,248,241,.92)}.selection-command-copy{padding:34px}.selection-command-copy span{color:var(--luxe-wine);font-size:12px;font-weight:800}.selection-command-copy h3{margin:10px 0 12px;color:var(--luxe-ink);font-size:28px;font-weight:560;line-height:1.22}.selection-command-copy p{max-width:620px;color:#5d554d;font-size:15px;line-height:1.95}.selection-command-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.selection-command-steps a{display:grid;gap:10px;min-height:100%;padding:32px 22px;color:var(--luxe-ink)!important;border-right:1px solid var(--luxe-line);text-decoration:none!important}.selection-command-steps a:last-child{border-right:0}.selection-command-steps a:focus-visible,.selection-command-steps a:hover{background:#fff}.selection-command-steps b{font-size:18px;font-weight:650}.selection-command-steps em{color:#6b6259;font-size:13px;font-style:normal;line-height:1.75}.case-atlas-stats,.case-space-toolbar,.contact-brief,.contact-grid,.page-conversion,.product-experience-bar,.space-product-guide{box-shadow:0 22px 58px rgba(23,20,17,.08)!important}.prod-grid-full{border-color:rgba(23,20,17,.14)!important}.pcard{background:#f8f5ee!important}.pcard img{filter:saturate(.92) contrast(.98)}.pcard:focus-visible img,.pcard:hover img{filter:saturate(1.08) contrast(1.04)}#page-contact .page-header,.case-space-hero{background:linear-gradient(90deg,rgba(251,248,241,.96),rgba(251,248,241,.74)),var(--page-head-img, url("journal/case-lake-residence.webp")) center/cover no-repeat!important;border:1px solid rgba(178,130,71,.18)!important;padding:34px!important}.case-filter-tab{border-radius:999px!important}.contact-luxe-lead{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1fr) auto;gap:24px;align-items:center;margin:0 0 22px;padding:26px;color:#fff;background:linear-gradient(135deg,rgba(23,20,17,.94),rgba(58,45,35,.94)),url("journal/wood-ring.webp") center/cover no-repeat;border:1px solid rgba(238,196,142,.22);box-shadow:var(--luxe-shadow)}.contact-luxe-lead span{color:#eec48e;font-size:12px;font-weight:800}.contact-luxe-lead h3{margin-top:8px;color:#fff;font-size:25px;font-weight:560;line-height:1.28}.contact-luxe-lead p{color:rgba(255,255,255,.76);font-size:14px;line-height:1.9}.contact-luxe-lead a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 22px;color:#171411!important;background:#eec48e;border:1px solid rgba(255,255,255,.24);text-decoration:none!important;font-weight:800;white-space:nowrap}.drawer-info-panel{border:1px solid rgba(238,196,142,.22)!important}.luxe-reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ct-ease),transform .7s var(--ct-ease)}.luxe-reveal.is-visible{opacity:1;transform:none}@media(max-width:980px){#page-home .hero{min-height:auto!important}.luxe-brief-strip{width:min(720px,calc(100% - 28px));margin:18px auto 34px;grid-template-columns:1fr}.luxe-brief-strip a{min-height:auto;padding:20px;border-right:0;border-bottom:1px solid var(--luxe-line)}.luxe-brief-strip a:last-child{border-bottom:0}.selection-command,.selection-command-steps{grid-template-columns:1fr}.selection-command-steps a{min-height:auto;padding:22px 26px;border-right:0;border-bottom:1px solid var(--luxe-line)}.selection-command-steps a:last-child{border-bottom:0}.contact-luxe-lead{grid-template-columns:1fr;align-items:start}.contact-luxe-lead a{width:max-content}}@media(max-width:640px){#page-home .hero p{font-size:14px!important}.luxe-brief-strip{width:calc(100% - 24px);margin:12px auto 28px}.luxe-brief-strip strong{font-size:19px}.selection-command-copy{padding:24px 20px}.selection-command-copy h3{font-size:22px}#page-contact .page-header,.case-space-hero{padding:24px 20px!important}.contact-luxe-lead{margin-bottom:18px;padding:22px}.contact-luxe-lead h3{font-size:21px}.contact-luxe-lead a{width:100%}}@media(prefers-reduced-motion:reduce){.drawer-bg .drawer-scene{transition:none!important}.luxe-reveal{opacity:1;transform:none;transition:none}.luxe-scroll-progress{display:none}}#page-home .hero-content,.container,.footer-inner,.nav-inner{width:calc(100% - (var(--ct-layout-gutter) * 2))!important;max-width:var(--ct-layout-max)!important;padding-left:0!important;padding-right:0!important}.luxe-brief-strip{width:min(var(--ct-layout-max),calc(100% - (var(--ct-layout-gutter) * 2)))!important}#home-content p,#page-home .brand-film-copy p,#page-home .capability-card p,#page-home .luxe-brief-strip em,#page-home .motion-copy p,.page:not(#page-home) li,.page:not(#page-home) p{font-size:var(--ct-body-readable)!important;line-height:1.82!important;letter-spacing:0!important}#page-home .brand-film-copy p,#page-home .hero p,#page-home .home-manifesto p,#page-home .motion-copy p{max-width:var(--ct-reading)!important;color:#4f4840!important}.stats{padding:clamp(42px,4vw,70px) 0 clamp(54px,5vw,86px)!important}.stat-val{font-size:clamp(34px,2.5vw,48px)!important;font-weight:520!important}.stat-label{margin-top:10px!important;font-size:var(--ct-caption-readable)!important;line-height:1.55!important}#page-home .home-manifesto{grid-template-columns:minmax(180px,.28fr) minmax(0,1fr)!important;column-gap:clamp(48px,5vw,92px)!important;row-gap:clamp(18px,1.8vw,30px)!important;padding:clamp(76px,6.2vw,116px) 0 clamp(70px,5.4vw,104px)!important}#page-home .brand-film-copy span,#page-home .home-manifesto span,#page-home .motion-copy span,.luxe-brief-strip span,.page:not(#page-home) .page-header .page-eyebrow{font-size:12px!important;letter-spacing:.08em!important;font-weight:650!important}#page-home .home-manifesto h2{max-width:980px!important;font-size:clamp(38px,2.55vw,52px)!important;line-height:1.18!important;font-weight:520!important}#page-home .home-manifesto p{grid-column:2!important;font-size:clamp(16px,.9vw,18px)!important}#page-home .home-capabilities{gap:clamp(18px,1.4vw,28px)!important;padding:clamp(44px,4vw,72px) 0 clamp(22px,2.2vw,38px)!important}#page-home .capability-card{min-height:clamp(290px,17.8vw,350px)!important;padding:clamp(30px,2.2vw,42px)!important;border-radius:8px!important}#page-home .capability-card h3{font-size:var(--ct-card-readable)!important;line-height:1.15!important;font-weight:560!important}#page-home .capability-card p{max-width:35ch!important;margin-top:18px!important}#page-home .capability-tags em{font-size:12px!important;padding:5px 10px!important}#page-home .brand-film-section{margin:clamp(54px,4.6vw,86px) 0 clamp(28px,2.5vw,44px)!important}#page-home .brand-film-copy{padding:clamp(48px,4vw,76px)!important}#page-home .brand-film-copy h2,#page-home .motion-copy h2{font-weight:540!important}#page-home .motion-atelier{gap:clamp(18px,1.5vw,30px)!important}#page-home .motion-copy{padding:clamp(34px,3vw,56px)!important}#page-home .section-title h2,.page:not(#page-home) .page-header h2,.prod-page-header h2,.space-section-head h2{font-size:clamp(38px,3.1vw,60px)!important;line-height:1.12!important;font-weight:520!important}.page:not(#page-home) .page-header p,.prod-page-header p,.section-title p,.space-section-head p{font-size:clamp(15px,.86vw,17px)!important;line-height:1.8!important}.fixed-action-rail{right:max(22px,calc((100vw - var(--ct-layout-max))/ 2 - 104px))!important}@media(min-width:1720px){:root{--ct-layout-max:1520px}#page-home .hero-content,.container,.footer-inner,.luxe-brief-strip,.nav-inner{max-width:1520px!important}}@media(max-width:1100px){:root{--ct-layout-gutter:clamp(20px,4vw,44px)}#page-home .home-manifesto{grid-template-columns:1fr!important;gap:18px!important;padding:56px 0!important}#page-home .home-manifesto p{grid-column:auto!important}}.nav-inner{min-height:88px!important}.nav-links{gap:2px!important}.nav-links a{padding:33px 18px 29px!important;font-size:var(--ct-nav-readable)!important;font-weight:520!important}.nav-contact-cta{font-size:var(--ct-nav-readable)!important;line-height:1!important;font-weight:760!important}.btn-primary,.btn-secondary,.case-filter-tab,.chip,.drawer-actions a,.hero .btn,.page-cta a,.page-cta button,.prod-clear-filter,.space-shortcut,.wood-family-card a,.wood-family-card button{font-size:var(--ct-ui-readable)!important;line-height:1.25!important}.filter-row-wrap .filter-label,.journal-cover-text span,.page:not(#page-home) .page-header .page-eyebrow,.prod-count-bar,.product-experience-bar .eyebrow,.space-section-head span{font-size:var(--ct-ui-small-readable)!important}.chip{min-height:34px!important;padding:7px 12px!important}.case-filter-tab{min-height:38px!important;padding:9px 16px!important}.series-tab span{font-size:16px!important}.series-tab small{font-size:13px!important}.pcard .pname{font-size:13px!important;line-height:1.35!important}.space-shortcut span{font-size:15px!important}.space-shortcut em{font-size:13px!important}.fixed-action-rail a,.fixed-action-rail button{width:82px!important;min-height:74px!important}.fixed-action-rail span{font-size:12px!important}.fixed-action-rail strong{font-size:15px!important}.mobile-action-bar a{font-size:14px!important}@media(max-width:1180px){.nav-links a{padding-left:12px!important;padding-right:12px!important;font-size:15px!important}.nav-contact-cta{font-size:15px!important;padding-left:20px!important;padding-right:44px!important}}@media(max-width:760px){:root{--ct-layout-gutter:16px;--ct-body-readable:15px;--ct-caption-readable:12px}#page-home .hero-content,.container,.footer-inner,.luxe-brief-strip,.nav-inner{width:calc(100% - 32px)!important}#page-home .home-capabilities{grid-template-columns:1fr!important}#page-home .home-manifesto{padding:48px 0 62px!important}#page-home .home-manifesto h2{font-size:clamp(30px,8.2vw,34px)!important;line-height:1.2!important}#page-home .capability-card{min-height:220px!important;padding:24px!important}#page-home .brand-film-copy,#page-home .motion-copy{padding:28px 22px!important}.nav-inner{min-height:70px!important}.nav-links a{padding:16px 18px!important;font-size:16px!important}.case-filter-tab,.chip,.prod-clear-filter{font-size:14px!important}}#page-home .hero-copy{max-width:min(860px,92vw)!important}#page-home .hero-kicker{margin-bottom:24px!important;padding:0!important;border:0!important;background:0 0!important;color:rgba(31,28,25,.62)!important;font-size:13px!important;font-weight:720!important;letter-spacing:.08em!important}#page-home .hero-slogan{max-width:720px!important;margin:0 auto 28px!important;color:#8f5f33!important;text-align:center!important;text-shadow:none!important}#page-home .hero-slogan::after{width:min(420px,58vw)!important;height:1px!important;margin:26px auto 0!important;background:linear-gradient(90deg,rgba(178,130,71,0),rgba(178,130,71,.9),rgba(178,130,71,0))!important}#page-home .hero-slogan .brand-name{margin:0 0 12px!important;color:#9a6637!important;font-size:20px!important;line-height:1.2!important;font-weight:460!important}#page-home .slogan-line{display:block!important;color:#986434!important;font-size:var(--ct-hero-title)!important;line-height:1.22!important;font-weight:430!important;letter-spacing:.03em!important}#page-home .slogan-line+.slogan-line{margin-top:4px!important}#page-home .hero p{max-width:880px!important;margin:0 auto 36px!important;color:#4e4840!important;font-size:clamp(17px,1.22vw,22px)!important;line-height:1.75!important;text-align:center!important;font-weight:420!important}#page-home .hero-actions{gap:18px!important}#page-home .hero .btn{min-width:220px!important;min-height:64px!important;padding:0 52px 0 34px!important;border-radius:999px!important;font-size:18px!important;font-weight:520!important;letter-spacing:.02em!important}#page-home .hero .btn-outline{color:#2c2924!important;background:rgba(255,255,255,.72)!important;border-color:rgba(31,28,25,.12)!important}#page-home .section-title:not(.page-header){display:grid!important;grid-template-columns:minmax(96px,160px) minmax(0,1fr)!important;column-gap:clamp(28px,4vw,72px)!important;align-items:end!important;margin:clamp(54px,5vw,86px) 0 clamp(24px,2.6vw,38px)!important;padding-bottom:22px!important;border-bottom:1px solid rgba(31,28,25,.12)!important;text-align:left!important}#page-home .section-title:not(.page-header)::before{content:"WOOD ALL";grid-column:1;align-self:end;margin-bottom:8px;color:#9a6b3f;font-size:12px;font-weight:720;letter-spacing:.12em}#page-home .section-title:not(.page-header) h2{grid-column:2!important;margin:0!important;color:#1f1b17!important;font-size:var(--ct-section-title)!important;line-height:1.14!important;font-weight:430!important;letter-spacing:.02em!important}#page-home .section-title:not(.page-header) h2::after{content:"";display:block;width:52px;height:1px;margin-top:18px;background:var(--ct-section-rule)}#page-home .section-title:not(.page-header) p{grid-column:2!important;max-width:620px!important;margin:14px 0 0!important;color:#645c53!important;font-size:16px!important;line-height:1.75!important;text-align:left!important}.journal-cover-text h2,.page:not(#page-home) .page-header h2{font-size:var(--ct-page-title)!important;line-height:1.06!important;font-weight:430!important;letter-spacing:.02em!important}@media(max-width:760px){#page-home .hero-kicker{margin-bottom:18px!important;font-size:11px!important}#page-home .hero-slogan .brand-name{font-size:16px!important}#page-home .slogan-line{font-size:clamp(30px,9vw,38px)!important;line-height:1.18!important}#page-home .hero p{font-size:16px!important;line-height:1.72!important}#page-home .hero-actions{gap:10px!important}#page-home .hero .btn{min-width:0!important;min-height:50px!important;padding:0 34px 0 18px!important;font-size:15px!important}#page-home .section-title:not(.page-header){grid-template-columns:1fr!important;gap:12px!important;margin:42px 0 22px!important;padding-bottom:18px!important}#page-home .section-title:not(.page-header) h2,#page-home .section-title:not(.page-header) p,#page-home .section-title:not(.page-header)::before{grid-column:1!important}#page-home .section-title:not(.page-header) h2{font-size:clamp(28px,8vw,34px)!important}}.case-save-chip,.drawer-actions button.product-selection-action,.product-save-chip{appearance:none!important;border:1px solid rgba(255,255,255,.64)!important;background:rgba(253,251,247,.9)!important;color:#211d19!important;font:700 11px/1 var(--font-cn)!important;letter-spacing:.08em!important;cursor:pointer!important;transition:transform .22s var(--ease-luxe),background .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease!important}.case-save-chip,.product-save-chip{position:absolute!important;z-index:22!important;box-shadow:0 10px 30px rgba(31,28,25,.16)!important;backdrop-filter:blur(12px)!important}.case-save-chip:hover,.drawer-actions button.product-selection-action:hover,.product-save-chip:hover{transform:translateY(-1px)!important;border-color:rgba(178,130,71,.68)!important;background:#fffaf1!important;color:var(--brand-deep)!important}.case-save-chip.selected,.drawer-actions button.product-selection-action.selected,.product-save-chip.selected{border-color:rgba(178,130,71,.74)!important;background:rgba(178,130,71,.92)!important;color:#fff!important}.pcard.selected{box-shadow:inset 0 0 0 2px rgba(178,130,71,.72)!important}.drawer-actions button.product-selection-action{width:100%!important;min-height:48px!important;padding:0 46px 0 20px!important;text-align:left!important;background:0 0!important;color:var(--ink)!important;border:1px solid rgba(31,28,25,.22)!important;border-radius:0!important}.drawer-actions button.product-selection-action.selected{background:rgba(178,130,71,.12)!important;color:var(--brand-deep)!important;border-color:rgba(178,130,71,.48)!important}#pavingSelectionButton span{white-space:nowrap!important}@media(max-width:760px){.product-save-chip{left:8px!important;top:8px!important;min-height:30px!important;padding:0 9px!important;font-size:10px!important}.case-save-chip{right:14px!important;top:14px!important;min-height:32px!important}}.space-gallery-card.action-card::before{right:18px!important;top:20px!important;width:40px!important;height:40px!important;border-radius:999px!important;border-color:rgba(255,255,255,.5)!important;background:rgba(31,28,25,.18)!important;box-shadow:0 14px 36px rgba(0,0,0,.2)!important;backdrop-filter:blur(12px)!important}.space-gallery-card.action-card::after{content:"\2197"!important;right:31px!important;top:30px!important;color:#fff!important;font-size:13px!important;line-height:1!important}.case-save-chip{right:66px!important;top:20px!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.58)!important;background:rgba(253,251,247,.76)!important;color:#1f1b17!important;font-size:0!important;letter-spacing:0!important;box-shadow:0 14px 36px rgba(0,0,0,.18)!important;backdrop-filter:blur(14px)!important}.case-save-icon{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}.case-save-text{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.case-save-chip::after{content:"+"!important;position:absolute!important;right:-3px!important;bottom:-2px!important;width:16px!important;height:16px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.76)!important;border-radius:999px!important;background:rgba(31,28,25,.82)!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:700!important;box-shadow:0 6px 14px rgba(0,0,0,.18)!important}.case-save-chip:hover{background:#fffaf1!important;color:var(--brand-deep)!important;transform:translateY(-1px)!important}.case-save-chip.selected{border-color:rgba(178,130,71,.82)!important;background:rgba(178,130,71,.94)!important;color:#fff!important}.case-save-chip.selected::after{content:""!important;background:#1f1b17!important}.case-save-chip.selected::before{content:""!important;position:absolute!important;right:1px!important;bottom:3px!important;z-index:2!important;width:7px!important;height:4px!important;border-left:2px solid #fff!important;border-bottom:2px solid #fff!important;transform:rotate(-45deg)!important}.space-gallery .space-gallery-copy em{width:auto!important;min-height:auto!important;margin-top:16px!important;padding:0!important;border:0!important;background:0 0!important;color:rgba(255,255,255,.9)!important;font-size:11px!important;letter-spacing:.1em!important;text-shadow:0 2px 14px rgba(0,0,0,.24)!important}.space-gallery .space-gallery-copy em::after{content:""!important;display:inline-block!important;width:34px!important;height:1px!important;margin-left:10px!important;background:currentColor!important;opacity:.68!important;vertical-align:middle!important}.space-gallery-card .space-logo-mark{opacity:.72!important;transform:scale(.86)!important;transform-origin:left top!important}@media(max-width:760px){.space-gallery-card.action-card::before{right:14px!important;top:14px!important;width:38px!important;height:38px!important}.space-gallery-card.action-card::after{right:26px!important;top:24px!important}.case-save-chip{right:58px!important;top:14px!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important}}.product-save-chip{left:14px!important;top:14px!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.68)!important;background:rgba(253,251,247,.78)!important;color:#1f1b17!important;font-size:0!important;letter-spacing:0!important;box-shadow:0 12px 28px rgba(31,28,25,.14)!important;backdrop-filter:blur(12px)!important}.product-save-icon{width:17px!important;height:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}.product-save-text{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.product-save-chip::after{content:"+"!important;position:absolute!important;right:-4px!important;bottom:-3px!important;width:15px!important;height:15px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.82)!important;border-radius:999px!important;background:rgba(31,28,25,.82)!important;color:#fff!important;font-size:11px!important;line-height:1!important;font-weight:700!important;box-shadow:0 6px 14px rgba(0,0,0,.16)!important}.product-save-chip:hover{background:#fffaf1!important;color:var(--brand-deep)!important;transform:translateY(-1px)!important}.product-save-chip.selected{border-color:rgba(178,130,71,.82)!important;background:rgba(178,130,71,.94)!important;color:#fff!important}.product-save-chip.selected::after{content:""!important;background:#1f1b17!important}.product-save-chip.selected::before{content:""!important;position:absolute!important;right:1px!important;bottom:2px!important;z-index:2!important;width:7px!important;height:4px!important;border-left:2px solid #fff!important;border-bottom:2px solid #fff!important;transform:rotate(-45deg)!important}@media(max-width:760px){.product-save-chip{left:10px!important;top:10px!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}}.nav-links a{font-size:15px!important;line-height:1.25!important;font-weight:560!important;letter-spacing:.02em!important}.nav-contact-cta{min-height:54px!important;padding:0 32px!important;font-size:15px!important;font-weight:720!important;letter-spacing:.04em!important}#page-home .space-section-head{display:grid!important;grid-template-columns:minmax(96px,160px) minmax(0,1fr)!important;column-gap:clamp(28px,4vw,72px)!important;row-gap:0!important;align-items:end!important;margin:clamp(54px,5vw,86px) 0 clamp(24px,2.6vw,38px)!important;padding-bottom:22px!important;border-bottom:1px solid rgba(31,28,25,.12)!important;text-align:left!important}#page-home .space-section-head span{grid-column:1!important;align-self:end!important;margin:0 0 8px!important;color:#9a6b3f!important;font-size:var(--ct-kicker-final)!important;line-height:1.2!important;font-weight:720!important;letter-spacing:.12em!important;text-transform:uppercase!important}#page-home .space-section-head h2{grid-column:2!important;margin:0!important;max-width:820px!important;color:#1f1b17!important;font-size:var(--ct-section-final)!important;line-height:1.14!important;font-weight:430!important;letter-spacing:.02em!important}#page-home .space-section-head h2::after{content:"";display:block;width:52px;height:1px;margin-top:18px;background:var(--ct-section-rule,#b28247)}#page-home .space-section-head p{grid-column:2!important;max-width:720px!important;margin:14px 0 0!important;color:#645c53!important;font-size:var(--ct-section-copy-final)!important;line-height:1.75!important;text-align:left!important}#page-home .brand-film-copy,#page-home .motion-copy{justify-content:center!important}#page-home .brand-film-copy span,#page-home .motion-copy span{margin-bottom:16px!important;color:#9a6b3f!important;font-size:var(--ct-kicker-final)!important;line-height:1.2!important;font-weight:720!important;letter-spacing:.12em!important}#page-home .brand-film-copy h2,#page-home .motion-copy h2{max-width:620px!important;margin:0 0 18px!important;color:#1f1b17!important;font-size:clamp(28px,1.85vw,38px)!important;line-height:1.28!important;font-weight:430!important;letter-spacing:.02em!important}#page-home .brand-film-copy p,#page-home .motion-copy p{max-width:680px!important;color:#5e574f!important;font-size:16px!important;line-height:1.78!important}#page-journal .journal-intro,#page-journal .wood-academy-head{grid-template-columns:minmax(96px,160px) minmax(0,1fr)!important;column-gap:clamp(28px,4vw,72px)!important;row-gap:0!important;align-items:end!important;text-align:left!important}#page-journal .journal-intro{padding:clamp(54px,5vw,86px) 0 28px!important}#page-journal .wood-academy-head{margin-bottom:clamp(24px,2.4vw,38px)!important;padding-bottom:22px!important;border-bottom:1px solid rgba(31,28,25,.12)!important}#page-journal .journal-intro>div,#page-journal .wood-academy-head>div{display:contents!important}#page-journal .journal-intro .eyebrow,#page-journal .wood-academy-head .eyebrow{grid-column:1!important;align-self:end!important;margin:0 0 8px!important;color:#9a6b3f!important;font-size:var(--ct-kicker-final)!important;line-height:1.2!important;font-weight:720!important;letter-spacing:.12em!important}#page-journal .journal-intro h2,#page-journal .wood-academy-head h2{grid-column:2!important;margin:0!important;max-width:820px!important;color:#1f1b17!important;font-size:var(--ct-subsection-final)!important;line-height:1.18!important;font-weight:430!important;letter-spacing:.02em!important}#page-journal .journal-intro h2::after,#page-journal .wood-academy-head h2::after{content:"";display:block;width:46px;height:1px;margin-top:16px;background:var(--ct-section-rule,#b28247)}#page-journal .journal-intro p,#page-journal .wood-academy-head p{grid-column:2!important;max-width:720px!important;margin:14px 0 0!important;color:#645c53!important;font-size:var(--ct-section-copy-final)!important;line-height:1.75!important;text-align:left!important}#page-home .journal-hero-copy h3,#page-home .journal-mini-card strong,#page-home .series-card-body h3{line-height:1.35!important;font-weight:520!important;letter-spacing:.01em!important}@media(max-width:900px){.nav-links a{font-size:16px!important}}@media(max-width:760px){.nav-contact-cta{min-height:48px!important;padding:0 22px!important;font-size:14px!important}#page-home .space-section-head,#page-journal .journal-intro,#page-journal .wood-academy-head{grid-template-columns:1fr!important;gap:12px!important;margin:42px 0 22px!important;padding-bottom:18px!important}#page-journal .journal-intro{padding:42px 0 22px!important}#page-home .space-section-head h2,#page-home .space-section-head p,#page-home .space-section-head span,#page-journal .journal-intro .eyebrow,#page-journal .journal-intro h2,#page-journal .journal-intro p,#page-journal .wood-academy-head .eyebrow,#page-journal .wood-academy-head h2,#page-journal .wood-academy-head p{grid-column:1!important}#page-home .space-section-head h2,#page-journal .journal-intro h2,#page-journal .wood-academy-head h2{font-size:clamp(28px,8vw,34px)!important;line-height:1.18!important}#page-home .space-section-head p,#page-journal .journal-intro p,#page-journal .wood-academy-head p{font-size:15px!important;line-height:1.72!important}#page-home .brand-film-copy h2,#page-home .motion-copy h2{font-size:clamp(26px,7.2vw,32px)!important;line-height:1.22!important}#page-home .brand-film-copy p,#page-home .motion-copy p{font-size:15px!important;line-height:1.72!important}}#page-journal .journal-cover.page-header{color:var(--ink)!important}#page-journal .journal-directory{display:block!important;margin:clamp(48px,4vw,72px) 0 clamp(58px,5vw,88px)!important;border:0!important;background:0 0!important}#page-journal .journal-directory-head{display:grid;grid-template-columns:minmax(96px,160px) minmax(0,1fr);column-gap:clamp(28px,4vw,72px);row-gap:18px;align-items:end;margin:0 0 clamp(24px,2.6vw,38px);padding:0 0 22px;border:0;border-bottom:1px solid rgba(31,28,25,.12);background:0 0;text-align:left}#page-journal .journal-directory-title{display:contents}#page-journal .journal-directory-title span{display:block;grid-column:1;align-self:end;margin:0 0 8px;color:#9a6b3f;font-size:12px;line-height:1.2;font-weight:720;letter-spacing:.12em}#page-journal .journal-directory-title h3{grid-column:2;margin:0;max-width:820px;color:#1f1b17;font-size:var(--ct-section-title);line-height:1.14;font-weight:430;letter-spacing:.02em}#page-journal .journal-directory-title h3::after{content:"";display:block;width:52px;height:1px;margin-top:18px;background:var(--ct-section-rule,#b28247)}#page-journal .journal-directory-title p{grid-column:2;max-width:680px;margin:14px 0 0;color:#645c53;font-size:16px;line-height:1.75}#page-journal .journal-directory-tabs{grid-column:2;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-top:2px}#page-journal .journal-directory-tab{min-height:38px;padding:0 16px;border:1px solid rgba(31,28,25,.15);border-radius:0;background:rgba(255,255,255,.66);color:#2b2722;font:650 14px/1 var(--font-cn);cursor:pointer;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s var(--ease-luxe)}#page-journal .journal-directory-tab.active,#page-journal .journal-directory-tab:hover{background:#1f1b17;border-color:#1f1b17;color:#fff;transform:translateY(-1px)}#page-journal .journal-directory-note{grid-column:2;display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:center;margin-top:2px;padding:14px 0 0;border-top:1px solid rgba(31,28,25,.08)}#page-journal .journal-directory-note strong{min-width:76px;color:#9a6b3f;font-size:22px;line-height:1;font-weight:520}#page-journal .journal-directory-note p{margin:0;color:#5e574f;font-size:15px;line-height:1.65}#page-journal .journal-index-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border:1px solid rgba(31,28,25,.13);background:rgba(31,28,25,.12)}#page-journal .journal-index-card{position:relative;min-height:282px;display:grid;grid-template-rows:43% minmax(0,1fr);overflow:hidden;color:#1f1b17;background:rgba(255,255,255,.78);isolation:isolate}#page-journal .journal-index-card[hidden]{display:none!important}#page-journal .journal-index-card::before{content:"";position:absolute;inset:0;border:1px solid transparent;pointer-events:none;z-index:3;transition:border-color .25s}#page-journal .journal-index-card figure{position:relative;min-height:0;overflow:hidden;background:#211a16}#page-journal .journal-index-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.04);transition:transform .72s cubic-bezier(.16,1,.3,1),filter .72s}#page-journal .journal-index-copy{display:flex;flex-direction:column;min-height:0;padding:16px 18px 18px}#page-journal .journal-index-copy span{display:flex;align-items:center;gap:10px;margin:0 0 12px;color:#9a6b3f;font-size:11px;line-height:1.2;font-weight:720;letter-spacing:.12em}#page-journal .journal-index-copy span b{color:#1f1b17;font-size:18px;font-weight:430;letter-spacing:0}#page-journal .journal-index-copy h3{margin:0 0 8px;color:#1f1b17;font-size:clamp(18px,1.18vw,22px);line-height:1.28;font-weight:470;letter-spacing:.01em}#page-journal .journal-index-copy p{margin:0;color:#645c53;font-size:13px;line-height:1.72}#page-journal .journal-index-copy em{margin-top:auto;padding-top:14px;color:#9a6b3f;font-style:normal;font-size:12px;line-height:1.2;font-weight:720;letter-spacing:.08em}#page-journal .journal-index-card:focus-visible,#page-journal .journal-index-card:hover{z-index:2;background:#fff;outline:0}#page-journal .journal-index-card:focus-visible::before,#page-journal .journal-index-card:hover::before{border-color:rgba(178,130,71,.58)}#page-journal .journal-index-card:focus-visible img,#page-journal .journal-index-card:hover img{transform:scale(1.055);filter:saturate(1.04) contrast(1.08)}@media(max-width:1100px){#page-journal .journal-index-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){#page-journal .journal-directory-head{grid-template-columns:1fr;row-gap:12px;padding:0 0 18px}#page-journal .journal-directory-note,#page-journal .journal-directory-tabs,#page-journal .journal-directory-title h3,#page-journal .journal-directory-title p,#page-journal .journal-directory-title span{grid-column:1}#page-journal .journal-directory-tab{min-height:36px;padding:0 13px;font-size:13px}#page-journal .journal-directory-note{grid-template-columns:1fr;gap:8px}#page-journal .journal-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#page-journal .journal-index-card{min-height:244px}#page-journal .journal-index-copy{padding:13px 14px 14px}#page-journal .journal-index-copy h3{font-size:17px}#page-journal .journal-index-copy p{font-size:12px;line-height:1.58}}@media(max-width:430px){#page-journal .journal-index-grid{grid-template-columns:1fr}#page-journal .journal-index-card{min-height:232px;grid-template-columns:42% 1fr;grid-template-rows:1fr}}#page-home .journal-preview-section .journal-feature{display:none!important}#page-home .home-journal-directory{margin-top:0}#page-home .home-journal-board{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,.58fr);gap:1px;border:1px solid rgba(31,28,25,.13);background:rgba(31,28,25,.12)}#page-home .home-journal-lead{display:flex;flex-direction:column;min-height:460px;padding:clamp(30px,3vw,52px);background:rgba(255,255,255,.72)}#page-home .home-journal-lead span{display:block;margin-bottom:14px;color:#9a6b3f;font-size:12px;line-height:1.2;font-weight:720;letter-spacing:.12em}#page-home .home-journal-lead h3{margin:0;color:#1f1b17;font-size:clamp(30px,2.3vw,44px);line-height:1.14;font-weight:430;letter-spacing:.02em}#page-home .home-journal-lead p{max-width:520px;margin:18px 0 0;color:#645c53;font-size:16px;line-height:1.76}#page-home .home-journal-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}#page-home .home-journal-tab{min-height:38px;padding:0 15px;border:1px solid rgba(31,28,25,.15);background:rgba(255,255,255,.64);color:#2b2722;font:650 14px/1 var(--font-cn);cursor:pointer;transition:background .22s ease,border-color .22s ease,color .22s ease,transform .22s var(--ease-luxe)}#page-home .home-journal-tab.active,#page-home .home-journal-tab:hover{background:#1f1b17;border-color:#1f1b17;color:#fff;transform:translateY(-1px)}#page-home .home-journal-all{align-self:flex-start;display:inline-flex;align-items:center;min-height:46px;margin-top:auto;padding:0 20px;border:1px solid rgba(31,28,25,.18);color:#1f1b17;font-size:15px;font-weight:720;letter-spacing:.04em;transition:background .22s,color .22s,border-color .22s}#page-home .home-journal-all:hover{background:#1f1b17;border-color:#1f1b17;color:#fff}#page-home .home-journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(31,28,25,.12)}#page-home .home-journal-card{position:relative;min-height:230px;display:grid;grid-template-rows:minmax(112px,48%) minmax(0,1fr);overflow:hidden;color:#1f1b17;background:rgba(255,255,255,.82);isolation:isolate}#page-home .home-journal-card.large{grid-column:span 2;grid-row:span 2;min-height:461px}#page-home .home-journal-card[hidden]{display:none!important}#page-home .home-journal-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.04);transition:transform .75s cubic-bezier(.16,1,.3,1),filter .75s}#page-home .home-journal-card div{display:flex;flex-direction:column;min-height:0;padding:17px 18px 18px}#page-home .home-journal-card span{margin:0 0 10px;color:#9a6b3f;font-size:11px;line-height:1.2;font-weight:720;letter-spacing:.12em}#page-home .home-journal-card h3{margin:0;color:#1f1b17;font-size:clamp(18px,1.2vw,22px);line-height:1.28;font-weight:470}#page-home .home-journal-card p{margin:10px 0 0;color:#645c53;font-size:13px;line-height:1.68}#page-home .home-journal-card:focus-visible img,#page-home .home-journal-card:hover img{transform:scale(1.055);filter:saturate(1.04) contrast(1.08)}#page-home .home-journal-card:focus-visible,#page-home .home-journal-card:hover{z-index:2;outline:rgba(178,130,71,.58) solid 1px;outline-offset:-1px;background:#fff}@media(max-width:1100px){#page-home .home-journal-board{grid-template-columns:1fr}#page-home .home-journal-lead{min-height:auto}#page-home .home-journal-all{margin-top:28px}}@media(max-width:760px){#page-home .home-journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#page-home .home-journal-card.large{grid-column:span 2;min-height:360px}#page-home .home-journal-card{min-height:220px}#page-home .home-journal-card div{padding:14px}#page-home .home-journal-card h3{font-size:17px}#page-home .home-journal-card p{font-size:12px;line-height:1.58}}@media(max-width:430px){#page-home .home-journal-grid{grid-template-columns:1fr}#page-home .home-journal-card,#page-home .home-journal-card.large{grid-column:auto;min-height:218px;grid-template-columns:42% 1fr;grid-template-rows:1fr}}.muchi-column{border-top:1px solid rgba(31,28,25,.12)!important;padding:20px 0 96px!important}.muchi-heading{grid-template-columns:minmax(180px,.42fr) 1fr!important;padding:62px 0 34px!important}.muchi-heading>span{color:var(--brand)!important}.muchi-heading h2{font-size:clamp(48px,8vw,104px)!important;line-height:.96!important;font-weight:400!important;letter-spacing:0!important}.muchi-heading p{max-width:620px!important;font-size:15px!important}.muchi-magazine-cover{display:block;margin-bottom:34px}.muchi-mag-cover{width:100%;min-height:min(72vh,680px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);gap:0;padding:0;border:1px solid rgba(31,28,25,.12);background:#15120f;color:#fff;text-align:left;cursor:pointer;overflow:hidden}.muchi-mag-visual{position:relative;display:block;min-height:520px;overflow:hidden}.muchi-mag-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.34))}.muchi-mag-visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.9) contrast(.96);transform:scale(1.01)}.muchi-mag-copy{display:flex;flex-direction:column;justify-content:space-between;gap:28px;min-height:520px;padding:52px;background:linear-gradient(145deg,#231d18,#14110f)}.muchi-mag-copy b,.muchi-mag-copy em,.muchi-mag-copy i,.muchi-mag-copy small{font-style:normal;letter-spacing:.16em;text-transform:uppercase}.muchi-mag-copy em{font-size:11px;color:#c99a62}.muchi-mag-copy strong{display:block;font-size:clamp(76px,10vw,142px);line-height:.88;font-weight:400;letter-spacing:0;margin-top:auto}.muchi-mag-copy small{display:block;font-size:12px;color:rgba(255,255,255,.7)}.muchi-mag-copy b{display:block;width:max-content;max-width:100%;padding:9px 14px;border:1px solid rgba(255,255,255,.25);color:#fff4df;font-size:12px;font-weight:500}.muchi-mag-copy span{display:block;font-size:clamp(22px,3.2vw,36px);line-height:1.3;font-weight:400;color:#fff}.muchi-mag-copy i{color:#c99a62;font-size:11px}.muchi-toolbar{align-items:stretch!important;padding:26px 0!important;border-top:1px solid rgba(31,28,25,.12)!important}.muchi-tabs{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px!important;width:100%;background:rgba(31,28,25,.14);border:1px solid rgba(31,28,25,.14)}.muchi-tabs button{min-height:86px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:7px;padding:14px!important;border:0!important;background:#fff!important;color:var(--ink)!important}.muchi-tabs button span{font-size:10px;letter-spacing:.16em;color:var(--brand)}.muchi-tabs button strong{font-size:17px;line-height:1.2;font-weight:500}.muchi-tabs button em{font-size:11px;font-style:normal;color:var(--muted)}.muchi-tabs button.active,.muchi-tabs button:hover{background:var(--ink)!important;color:#fff!important}.muchi-tabs button.active span,.muchi-tabs button:hover span{color:#c99a62}.muchi-tabs button.active em,.muchi-tabs button:hover em{color:rgba(255,255,255,.66)}.muchi-count{min-width:160px;display:flex;align-items:center;justify-content:flex-end;color:var(--muted)!important}.muchi-issue-list{display:grid;border-top:1px solid rgba(31,28,25,.14)}.muchi-loading{min-height:clamp(120px,16vw,180px);display:flex;align-items:center;justify-content:center;padding:28px;border-bottom:1px solid rgba(31,28,25,.14);background:rgba(255,253,248,.72);color:rgba(87,52,28,.72)!important;font-size:14px;letter-spacing:.08em;text-align:center}.muchi-loading.error{color:#7a3528!important;background:rgba(255,247,241,.9)}.muchi-issue-row{display:grid;grid-template-columns:120px 150px minmax(0,1fr) 72px;gap:24px;align-items:center;width:100%;padding:24px 0;border:0;border-bottom:1px solid rgba(31,28,25,.14);background:0 0;color:inherit;text-align:left;cursor:pointer}.muchi-issue-cover{aspect-ratio:4/5;overflow:hidden;background:#e9e2d8}.muchi-issue-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .7s}.muchi-issue-row:hover .muchi-issue-cover img{transform:scale(1.05);filter:saturate(1.04)}.muchi-issue-no{display:block;font-size:20px;line-height:1.2;color:var(--ink)}.muchi-issue-no small{display:block;margin-top:8px;font-size:12px;letter-spacing:.12em;color:var(--muted)}.muchi-issue-copy em{display:block;margin-bottom:10px;font-size:11px;letter-spacing:.16em;font-style:normal;color:var(--brand)}.muchi-issue-copy strong{display:block;max-width:850px;font-size:clamp(22px,2.8vw,34px);line-height:1.3;font-weight:400;color:var(--ink)}.muchi-issue-copy small{display:block;max-width:720px;margin-top:10px;font-size:14px;line-height:1.85;color:var(--muted)}.muchi-issue-action{justify-self:end;font-size:11px;letter-spacing:.16em;color:var(--brand)}.muchi-reader{background:var(--paper)!important}.muchi-reader-backdrop{display:none!important}.muchi-reader-panel{inset:0!important;width:100vw!important;height:100vh!important;background:var(--paper)!important;transform:translateY(24px)!important;opacity:0;box-shadow:none!important;transition:opacity .26s,transform .32s cubic-bezier(.2,.7,.2,1)!important}.muchi-reader.open .muchi-reader-panel{opacity:1;transform:translateY(0)!important}.muchi-reader-topbar{position:sticky;top:0;z-index:4;display:flex;align-items:center;justify-content:space-between;min-height:62px;padding:0 clamp(18px,4vw,56px);background:rgba(247,245,240,.88);border-bottom:1px solid rgba(31,28,25,.12);backdrop-filter:blur(14px)}.muchi-reader-close{position:static!important;width:auto!important;height:38px!important;padding:0 16px!important;border-radius:0!important;border:1px solid rgba(31,28,25,.18)!important;background:#fff!important;color:var(--ink)!important;font-size:12px!important;letter-spacing:.12em}#muchiReaderIssue{font-size:11px;letter-spacing:.16em;color:var(--brand)}.muchi-reader-cover{position:relative;min-height:calc(100vh - 62px)!important;height:auto!important;display:grid;align-items:end;background:#15120f!important}.muchi-reader-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.9) contrast(.96)}.muchi-reader-cover-copy{position:relative;z-index:2;width:min(1040px,calc(100% - 44px));margin:0 auto;padding:120px 0 76px;color:#fff}.muchi-reader-meta{color:#c99a62!important;font-size:12px!important}.muchi-reader-content h2,.muchi-reader-cover-copy h2{max-width:980px;font-size:clamp(38px,6vw,82px)!important;line-height:1.08!important;font-weight:400!important;color:#fff!important;margin:18px 0 24px!important}.muchi-reader-excerpt{max-width:720px;border:0!important;color:rgba(255,255,255,.82)!important;font-size:17px!important;line-height:2!important;padding:0!important;margin:0!important}.muchi-reader-content{width:min(980px,calc(100% - 44px));margin:0 auto;padding:72px 0 96px!important}.muchi-reader-body{max-width:760px}.muchi-reader-body p{font-size:17px!important;line-height:2.18!important;color:var(--ink)!important;margin-bottom:24px!important}.muchi-inline-figure{transform:translateX(-50%)}.muchi-inline-figure figcaption{border-left:2px solid var(--brand);line-height:1.8;color:var(--muted)}.muchi-reader-quote{max-width:760px;padding:28px 34px!important;background:#fff!important;border-left:3px solid var(--brand)!important;font-size:18px!important;line-height:2!important}.muchi-reader-nav{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;max-width:980px;margin:54px auto 0;background:rgba(31,28,25,.14);border:1px solid rgba(31,28,25,.14)}.muchi-reader-nav button,.muchi-reader-nav>span{min-height:112px;padding:18px;border:0;background:#fff;text-align:left;color:var(--ink)}.muchi-reader-nav button:first-child{display:flex;align-items:center;justify-content:center;text-align:center;letter-spacing:.12em;color:var(--brand)}.muchi-reader-nav span{display:block;font-size:11px;letter-spacing:.14em;color:var(--brand)}.muchi-reader-nav strong{display:block;margin-top:9px;font-size:15px;line-height:1.6;font-weight:400}@media(max-width:980px){.muchi-heading,.muchi-mag-cover{grid-template-columns:1fr!important}.muchi-mag-copy,.muchi-mag-visual{min-height:360px}.muchi-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.muchi-toolbar{display:block!important}.muchi-count{justify-content:flex-start;margin-top:14px}.muchi-issue-row{grid-template-columns:82px 1fr;gap:16px}.muchi-issue-action,.muchi-issue-no{display:none}}@media(max-width:760px){.muchi-column{padding-bottom:68px!important}.muchi-heading{padding:40px 0 24px!important}.muchi-mag-copy{padding:30px 24px}.muchi-mag-copy strong{font-size:72px}.muchi-mag-copy span{font-size:23px}.muchi-tabs{grid-template-columns:1fr}.muchi-tabs button{min-height:70px}.muchi-issue-row{grid-template-columns:72px 1fr;padding:18px 0}.muchi-issue-copy strong{font-size:20px}.muchi-issue-copy small{font-size:12px}.muchi-reader-topbar{padding:0 14px}.muchi-reader-cover{min-height:76vh!important}.muchi-reader-cover-copy{width:calc(100% - 36px);padding:88px 0 42px}.muchi-reader-cover-copy h2{font-size:34px!important}.muchi-reader-excerpt{font-size:14px!important}.muchi-reader-content{width:calc(100% - 36px);padding:42px 0 72px!important}.muchi-reader-body p{font-size:15px!important;line-height:2.05!important}.muchi-inline-figure{width:100%;margin:36px 0 40px;transform:none}.muchi-reader-nav{grid-template-columns:1fr}:root{--ct-mobile-ink:#684126;--ct-mobile-ink-deep:#4f2f1c;--ct-mobile-muted:#756557;--ct-mobile-soft:#9a6b3f;--ct-mobile-paper:#fffdf8;--ct-mobile-line:rgba(104,65,38,.18);--ct-mobile-fill:rgba(255,253,248,.84)}body{color:var(--ct-mobile-ink)!important}.nav{background:rgba(253,250,244,.97)!important;border-bottom-color:var(--ct-mobile-line)!important}.nav-inner{width:100vw!important;max-width:100vw!important;min-height:78px!important;grid-template-columns:104px minmax(0,1fr) 18px!important;gap:16px!important;padding-left:clamp(20px,5.5vw,28px)!important;padding-right:10px!important}.nav-logo{width:104px!important;height:78px!important;justify-content:flex-end!important;overflow:visible!important;transform:translateX(clamp(10px,3.6vw,18px))!important}.nav-logo-img{width:104px!important;max-height:58px!important;height:auto!important;object-fit:contain!important;filter:drop-shadow(0 1px 0 rgba(255,255,255,.72))!important}.nav-mobile-context{padding-left:18px!important;gap:6px!important;border-left-color:rgba(104,65,38,.18)!important;transform:translateX(clamp(10px,3.6vw,18px))!important}.nav-mobile-context span{color:#8b572e!important;font-size:12px!important;letter-spacing:.22em!important;font-weight:760!important}.nav-mobile-context strong{color:var(--ct-mobile-ink-deep)!important;font-size:19px!important;line-height:1.15!important;font-weight:560!important}.nav-links{top:78px!important;background:rgba(253,250,244,.98)!important}.nav-links a,.nav-menu-close,.nav-menu-intro strong{color:var(--ct-mobile-ink-deep)!important}.nav-menu-intro em{color:var(--ct-mobile-muted)!important}.mobile-chapter-rail{top:78px!important;background:rgba(253,250,244,.96)!important;border-top-color:rgba(104,65,38,.08)!important;border-bottom-color:var(--ct-mobile-line)!important}.case-filter-tab,.chip,.home-journal-tab,.journal-directory-tab,.mobile-action-bar a,.mobile-chapter-rail a,.mobile-menu-chip,.prod-clear-filter{color:var(--ct-mobile-ink-deep)!important;border-color:var(--ct-mobile-line)!important;background:rgba(255,253,248,.86)!important}.home-journal-tab.active,.journal-directory-tab.active,.mobile-action-bar a.active,.mobile-chapter-rail a.active,.mobile-menu-chip,.mobile-menu-chip.open,body[data-route=craft] .mobile-chapter-rail a[href="#craft"],body[data-route=journal] .mobile-chapter-rail a[href="#journal"],body[data-route=series] .mobile-chapter-rail a[href="#series"],body[data-route=service] .mobile-chapter-rail a[href="#service"]{background:var(--ct-mobile-ink-deep)!important;border-color:var(--ct-mobile-ink-deep)!important;color:#fff8ee!important;box-shadow:inset 0 -2px 0 rgba(205,157,92,.72),0 12px 28px rgba(79,47,28,.12)!important}.mobile-action-bar{border-color:var(--ct-mobile-line)!important;background:rgba(255,253,248,.96)!important;box-shadow:0 14px 42px rgba(79,47,28,.14)!important}.filter-row-wrap .filter-label,.page:not(#page-contact) :where(h1,h2,h3,h4,h5,h6,p,li,dt,dd,span,strong,em,a,button,label,small,b),.prod-count-bar,.product-experience-bar .eyebrow,.series-tab small,.series-tab span{color:var(--ct-mobile-ink)!important}.page:not(#page-contact) :where(.eyebrow,.page-eyebrow,.hero-kicker,.brand-name,.journal-cover-text span,.journal-directory-title span,.journal-index-copy span,.home-journal-lead span,.home-journal-card span,.wood-academy-head .eyebrow,.wood-academy-copy span,.wood-family-card>span,.service-section-num,.service-num,.product-experience-bar .eyebrow,.space-section-head span){color:var(--ct-mobile-soft)!important}.page:not(#page-contact) :where(p,li,dd,small,.series-card-body p,.wood-family-card p,.wood-academy-copy p,.service-card-body,.service-list li,.journal-index-copy p,.home-journal-card p,.home-journal-lead p,.section-title p,.page-header p,.space-section-head p,.prod-page-header p){color:var(--ct-mobile-muted)!important}#page-home .brand-film-copy h2,#page-home .hero-slogan,#page-home .hero-slogan .brand-name,#page-home .home-journal-card h3,#page-home .home-journal-lead h3,#page-home .motion-copy h2,#page-home .section-title:not(.page-header) h2,#page-home .slogan-line,#page-home .space-section-head h2,#page-journal .journal-directory-title h3,#page-journal .journal-index-copy h3,#page-journal .journal-intro h2,#page-journal .wood-academy-head h2,.journal-cover-text h2,.page:not(#page-home) .page-header h2,.service-card-header h3,.service-section-title h2,.wood-academy-copy h3,.wood-family-card h3{color:var(--ct-mobile-ink-deep)!important}#page-home .hero .btn:not(.btn-outline),.btn-primary,.nav-mobile-action a,.page-cta a:first-child,.page-cta button:first-child{background:var(--ct-mobile-ink-deep)!important;border-color:var(--ct-mobile-ink-deep)!important;color:#fff8ee!important}#page-home .hero .btn-outline,#page-home .home-journal-all,.btn-secondary,.page-cta a,.wood-family-card a,.wood-family-card button{color:var(--ct-mobile-ink-deep)!important;border-color:var(--ct-mobile-line)!important;background:rgba(255,253,248,.76)!important}#page-home .home-journal-card,#page-home .home-journal-lead,#page-journal .journal-index-card,.contact-card,.page-conversion,.product-experience-bar,.series-card,.service-card,.space-product-guide,.wood-family-card{background:var(--ct-mobile-fill)!important;border-color:var(--ct-mobile-line)!important;box-shadow:none!important}.contact-card::after,.contact-card::before,.series-card::after,.series-card::before,.service-card::after,.service-card::before,.wood-family-card::after,.wood-family-card::before{display:none!important}.series-card:hover,.service-card:hover,.wood-family-card.active,.wood-family-card:hover{transform:none!important;box-shadow:none!important}#page-home .home-journal-board,#page-home .home-journal-grid,#page-journal .journal-index-grid{border-color:var(--ct-mobile-line)!important;background:var(--ct-mobile-line)!important}.case-save-chip,.product-save-chip{color:var(--ct-mobile-ink-deep)!important}.case-save-chip::after,.product-save-chip::after{background:var(--ct-mobile-ink-deep)!important}.brand-film-media *,.case-save-chip.selected,.gallery-card,.gallery-card *,.journal-topic,.journal-topic *,.product-save-chip.selected,.space-gallery-card .space-gallery-copy,.space-gallery-card .space-gallery-copy *,.space-gallery-card .space-logo-mark,.space-gallery-card .space-logo-mark *{color:#fff8ee!important}#footer,#footer :where(h4,p,a,span,strong,em),.footer.footer-luxe,.footer.footer-luxe :where(h4,p,a,span,strong,em){color:rgba(255,244,229,.84)!important}.footer-luxe .footer-primary{background:#f0cf9a!important;border-color:#f0cf9a!important;color:var(--ct-mobile-ink-deep)!important}.footer-luxe .footer-contact-card a,.footer-luxe .footer-secondary{color:#fff8ee!important;border-color:rgba(255,244,229,.28)!important}#page-home .home-journal-tab.active,#page-home .home-journal-tab:hover,#page-journal .journal-directory-tab.active,#page-journal .journal-directory-tab:hover{background:var(--ct-mobile-ink-deep)!important;border-color:var(--ct-mobile-ink-deep)!important;color:#fff8ee!important}body,html{max-width:100%!important;overflow-x:hidden!important}#page-home .hero-content,.container,.journal-directory-head,.page,.page-conversion,.page.active,.page:not(#page-home) .page-header,.prod-page-header,.section-title,.service-card,.service-grid,.service-section,.space-section-head,.wood-academy-head{min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.home-journal-card p,.journal-index-copy p,.page :where(h1,h2,h3,h4,h5,h6,p,li,dt,dd,blockquote),.page-header p,.section-title p,.service-card-body,.service-list li,.space-section-head p{max-width:100%!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;text-wrap:pretty}.case-filter-tab,.chip,.mobile-action-bar a,.mobile-chapter-rail a,.mobile-menu-chip,.nav-mobile-context span,.nav-mobile-context strong{white-space:nowrap!important}.stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px 12px!important}.stat-label,.stat-val{color:var(--ct-mobile-ink-deep)!important}.contact-luxe-lead,.contact-luxe-lead *,.page-conversion.dark,.page-conversion.dark *,.service-banner,.service-banner *{color:#fff8ee!important}.contact-luxe-lead p,.service-banner-text p{color:rgba(255,248,238,.78)!important}#page-home .hero p,#page-home .hero-copy,#page-home .home-manifesto h2,#page-home .home-manifesto p,#page-home .luxe-brief-strip a,#page-home .luxe-brief-strip em,#page-home .space-section-head p,#page-journal .journal-intro p,#page-journal .wood-academy-head p,#page-products .space-section-head p,#page-service .page-header p{width:100%!important;max-width:100%!important;min-width:0!important;white-space:normal!important;overflow-wrap:anywhere!important;line-break:anywhere!important}#page-home .hero p{color:var(--ct-mobile-muted)!important;max-width:min(330px,calc(100vw - 52px))!important;margin-left:auto!important;margin-right:auto!important}#page-home .luxe-brief-strip a{padding:22px 20px!important}#page-home .stats{width:100%!important;padding-left:0!important;padding-right:0!important}#page-home .home-manifesto h2{font-size:clamp(28px,7.6vw,32px)!important;line-height:1.24!important}#page-service .service-banner{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:start!important;gap:14px!important;padding:22px 20px!important;background:linear-gradient(135deg,#2f2119,#5a321f)!important}#page-service .service-banner-text h3,#page-service .service-banner-text p{min-width:0!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;line-break:anywhere!important}#page-service .service-banner-text p{font-size:14px!important;line-height:1.78!important;color:rgba(255,248,238,.78)!important}#page-service .service-section-title{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:10px 12px!important}#page-service .service-section-title h2{min-width:0!important;white-space:normal!important;overflow-wrap:anywhere!important}#page-service .service-section-title .subtitle{grid-column:1/-1!important;margin-left:0!important;white-space:normal!important;overflow-wrap:anywhere!important;line-height:1.7!important}#page-service .phase-card-header{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important}#page-service .phase-card-header h4,#page-service .phase-step-body h5,#page-service .phase-step-body p{min-width:0!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;line-break:anywhere!important}#page-service .phase-step{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:start!important;gap:12px!important}.mobile-chapter-rail{gap:4px!important;padding:8px 8px 10px!important}.mobile-chapter-rail a,.mobile-menu-chip{min-height:42px!important;padding-left:13px!important;padding-right:13px!important}.mobile-menu-chip{padding-left:12px!important}.mobile-menu-chip::before{margin-right:7px!important}#muchiReader,#muchiReader :where(h1,h2,h3,h4,p,span,strong,em,a,button,blockquote,li){color:var(--ct-mobile-ink)!important}#muchiReader :where(.muchi-reader-meta,.muchi-reader-close){color:var(--ct-mobile-soft)!important}#muchiReader :where(h2,strong){color:var(--ct-mobile-ink-deep)!important}#muchiReader :where(p,li,blockquote){color:var(--ct-mobile-muted)!important}#page-home .hero,#page-home .hero-actions,#page-home .hero-content,#page-home .hero-copy,#page-home .hero-trust,#page-journal,#page-journal .container,#page-journal .journal-cover,#page-journal .journal-intro,#page-journal .journal-page,#page-journal .wood-academy,#page-journal .wood-academy-copy,#page-journal .wood-academy-head,#page-journal .wood-academy-hero,#page-products,#page-products .container,#page-products .prod-page-header,#page-products .product-experience-bar,#page-products .selection-command,#page-products .selection-command-copy,#page-products .selection-command-steps,#page-products .space-product-guide,#page-products .space-shortcuts,#page-service,#page-service .container,#page-service .page-header,#page-service .phase-card,#page-service .phase-card-body,#page-service .phase-card-header,#page-service .phase-grid,#page-service .phase-step,#page-service .phase-step-body,#page-service .service-section,#page-service .service-section-title{color:var(--ct-mobile-ink)!important}#page-journal :where(.page-header p,.journal-intro p,.wood-academy-head p,.wood-academy-copy p),#page-products :where(.page-header p,.product-experience-bar p,.selection-command-copy p,.selection-command-steps em,.space-section-head p,.space-shortcut em),#page-service :where(.page-header p,.service-section-title .subtitle,.phase-step-body p,.service-card-body,.service-list li){color:var(--ct-mobile-muted)!important}#page-journal :where(.page-header h2,.journal-intro h2,.wood-academy-head h2,.wood-academy-copy h3),#page-products :where(.page-header h2,.selection-command-copy h3,.space-section-head h2,.space-shortcut span),#page-service :where(.page-header h2,.service-section-title h2,.phase-card-header h4,.phase-step-body h5){color:var(--ct-mobile-ink-deep)!important}#page-service .service-banner,#page-service .service-banner :where(h3,p,strong,span,div){opacity:1!important;color:#fff8ee!important}#page-journal .page-header p,#page-products .page-header p,#page-products .prod-page-header p,#page-service .page-header p{color:var(--ct-mobile-muted)!important}body #page-journal.page .page-header p,body #page-products.page .page-header p,body #page-products.page .prod-page-header p,body #page-service.page .page-header p{color:#756557!important}}@media(max-width:430px){.nav-inner{grid-template-columns:100px minmax(0,1fr) 8px!important;gap:14px!important;padding-left:18px!important;padding-right:8px!important}.nav-logo{width:100px!important;transform:translateX(14px)!important}.nav-logo-img{width:100px!important;max-height:56px!important}.nav-mobile-context{padding-left:16px!important;transform:translateX(14px)!important}.nav-mobile-context span{font-size:11px!important}.nav-mobile-context strong{font-size:18px!important}}@media(max-width:760px){:root{--ct-m-type-body:14.5px;--ct-m-type-lead:15px;--ct-m-type-caption:12px;--ct-m-type-label:12.5px;--ct-m-type-h5:15.5px;--ct-m-type-h4:16.5px;--ct-m-type-h3:18px;--ct-m-type-section:clamp(28px,7.8vw,32px);--ct-m-type-page:clamp(36px,10.2vw,40px);--ct-m-type-hero:clamp(34px,9.4vw,39px)}.page,body{font-size:var(--ct-m-type-body)!important}.page :where(.service-card-body,.service-list li,.phase-step-body p,.phase-card-body p,.series-desc,.wood-academy-copy p,.journal-index-copy p,.home-journal-card p,.home-journal-lead p,.selection-command-copy p,.selection-command-steps em,.space-shortcut em,.contact-card p,.contact-info-item p,.contact-method p,.footer-luxe p),.page :where(p,li,dd,blockquote){font-size:var(--ct-m-type-body)!important;line-height:1.72!important;font-weight:400!important}#page-home .hero p,#page-home .home-manifesto p,.page :where(.page-header p,.prod-page-header p,.space-section-head p,.journal-intro p,.wood-academy-head p,.service-banner-text p,.contact-luxe-lead p){font-size:var(--ct-m-type-lead)!important;line-height:1.74!important}.mobile-chapter-rail a,.mobile-menu-chip,.page :where(.eyebrow,.page-eyebrow,.hero-kicker,.journal-cover-text span,.journal-directory-title span,.journal-index-copy span,.home-journal-lead span,.home-journal-card span,.wood-academy-head .eyebrow,.wood-academy-copy span,.wood-family-card>span,.service-section-num,.product-experience-bar .eyebrow,.space-section-head span){font-size:var(--ct-m-type-label)!important;line-height:1.2!important}.page :where(small,.stat-label,.series-tab small,.product-save-text,.case-save-text){font-size:var(--ct-m-type-caption)!important;line-height:1.45!important}#page-home .slogan-line{font-size:var(--ct-m-type-hero)!important;line-height:1.16!important}#page-home .hero-slogan .brand-name{font-size:18px!important;line-height:1.2!important}#page-contact .page-header h2,#page-service .page-header h2,.journal-cover-text h2,.page:not(#page-home) .page-header h2,.prod-page-header h2{font-size:var(--ct-m-type-page)!important;line-height:1.08!important;font-weight:430!important}#page-cases .space-section-head h2,#page-home .home-journal-lead h3,#page-home .section-title:not(.page-header) h2,#page-home .space-section-head h2,#page-journal .journal-directory-title h3,#page-journal .journal-intro h2,#page-journal .wood-academy-head h2,#page-products .space-section-head h2,.page-conversion h3{font-size:var(--ct-m-type-section)!important;line-height:1.18!important;font-weight:450!important}.page :where(h3,.service-card-header h3,.contact-card h3,.contact-method h3,.journal-index-copy h3,.home-journal-card h3,.wood-family-card h3,.wood-academy-copy h3,.selection-command-copy h3){font-size:var(--ct-m-type-h3)!important;line-height:1.38!important;font-weight:620!important}.page :where(h4,.phase-card-header h4,.team-member h4,.process-step h4,.value-item h4){font-size:var(--ct-m-type-h4)!important;line-height:1.42!important;font-weight:680!important}.page :where(h5,.phase-step-body h5){font-size:var(--ct-m-type-h5)!important;line-height:1.45!important;font-weight:700!important}#page-service .phase-card-header h4,#page-service .service-section-title h2{font-size:18px!important;line-height:1.42!important}#page-service .phase-step-body h5{margin-bottom:6px!important}#page-service .phase-step-body p{font-size:14.25px!important;line-height:1.76!important}#page-about .page :where(h3),#page-about h3,#page-contact .page :where(h3),#page-contact h3{font-size:18px!important;line-height:1.4!important}#page-about .v-title,#page-about h4,#page-contact .v-title,#page-contact h4{font-size:16px!important;line-height:1.42!important}.btn-primary,.btn-secondary,.hero .btn,.mobile-action-bar a,.nav-contact-cta,.page-cta a,.page-cta button{font-size:14px!important;line-height:1.2!important}#page-home .brand-film-copy p,#page-home .home-journal-lead p,#page-home .home-manifesto p,#page-home .motion-copy p,#page-home .section-title p,#page-home .section-title:not(.page-header) p,#page-home .space-section-head p{font-size:15px!important;line-height:1.72!important}#page-home .capability-card p,#page-home .home-journal-card p,#page-home .journal-mini-card p,#page-home .luxe-brief-strip em,#page-home .partner-note p{font-size:14.5px!important;line-height:1.72!important}#footer .footer-link-group h4,.footer-link-group h4{font-size:15.5px!important;line-height:1.35!important}}#muchiReader{--muchi-reader-measure:min(760px,calc(100vw - 48px));--muchi-reader-wide:min(1040px,calc(100vw - 48px))}.muchi-reader-cover-copy{width:var(--muchi-reader-measure)!important;padding:clamp(104px,16vh,156px) 0 clamp(58px,9vh,92px)!important}.muchi-reader-cover::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.14),rgba(0,0,0,.32) 38%,rgba(0,0,0,.78))!important}.muchi-reader-cover-copy h2{max-width:var(--muchi-reader-measure)!important;font-size:clamp(36px,4.85vw,66px)!important;line-height:1.14!important;text-wrap:balance;overflow-wrap:anywhere;margin:18px 0 22px!important}.muchi-reader-excerpt{max-width:var(--muchi-reader-measure)!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.34)!important}.muchi-reader-content{width:var(--muchi-reader-measure)!important;padding:clamp(56px,8vw,86px) 0 clamp(76px,10vw,118px)!important}.muchi-reader-body{max-width:none!important;margin:0!important}.muchi-reader-body p:first-of-type{font-size:18.5px!important;line-height:2.08!important}.muchi-reader-body p:first-of-type::first-letter{float:left;padding:12px 12px 0 0;font-family:"Times New Roman",serif;font-size:5.25em;line-height:.72;color:var(--brand)}.muchi-editor-note{display:grid;grid-template-columns:104px 1fr;gap:24px;margin:36px 0 48px;padding:24px 0;border-top:1px solid rgba(31,28,25,.16);border-bottom:1px solid rgba(31,28,25,.16)}.muchi-editor-note span{font-size:11px;line-height:1.6;letter-spacing:.22em;color:var(--brand)}.muchi-editor-note strong{font-size:15px;line-height:2;font-weight:400;color:rgba(31,28,25,.78)}.muchi-inline-figure{width:100%!important;margin:50px 0 54px!important;transform:none!important}.muchi-inline-figure img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block;aspect-ratio:3/2!important;border:0!important;box-shadow:0 18px 46px rgba(31,28,25,.12)}.muchi-inline-figure figcaption{max-width:620px;margin-top:14px!important;padding-left:16px!important;font-size:12px!important;letter-spacing:.02em}.muchi-reader-quote{max-width:var(--muchi-reader-measure)!important;margin:58px 0 0!important}.muchi-reader-nav{width:var(--muchi-reader-wide)!important;max-width:var(--muchi-reader-wide)!important;margin-left:50%!important;transform:translateX(-50%)}@media(max-width:760px){#muchiReader{--muchi-reader-measure:calc(100vw - 36px);--muchi-reader-wide:calc(100vw - 36px)}.muchi-reader-cover-copy{padding:92px 0 46px!important}.muchi-reader-cover-copy h2{font-size:32px!important;line-height:1.2!important}.muchi-reader-body p:first-of-type{font-size:16px!important}.muchi-reader-body p:first-of-type::first-letter{font-size:4.4em;padding:10px 10px 0 0}.muchi-editor-note{grid-template-columns:1fr;gap:10px;margin:28px 0 38px}.muchi-reader-nav{margin-left:0!important;transform:none!important}#page-home .hero p{word-break:keep-all!important;overflow-wrap:break-word!important;line-break:strict!important}}@media(min-width:761px){#page-home .series-card-body h3{font-size:clamp(18px,1.25vw,22px)!important;line-height:1.32!important;font-weight:560!important}#page-service .service-card-header h3,#page-service .service-section-title h2{font-size:clamp(18px,1.15vw,21px)!important;line-height:1.38!important;font-weight:680!important}#page-service .phase-card-header h4{font-size:clamp(18px,1.1vw,20px)!important;line-height:1.45!important;font-weight:700!important}#page-service .phase-step-body h5{font-size:clamp(16px,.98vw,18px)!important;line-height:1.48!important;font-weight:700!important}#page-about .process-step h4,#page-about .team-member h4,#page-about .value-item h4,#page-about h4,#page-contact h4{font-size:clamp(16.5px,1vw,18px)!important;line-height:1.42!important;font-weight:680!important}#footer .footer-link-group h4,.footer-luxe .footer-link-group h4{font-size:clamp(16px,.95vw,17px)!important;line-height:1.35!important;font-weight:720!important}}@media(max-width:760px){:root{--ct-m-body:14px;--ct-m-lead:15px;--ct-m-label:12px;--ct-m-card-title:20px;--ct-m-subtitle:18px;--ct-m-step-title:17px;--ct-m-section:30px;--ct-m-page:40px;--ct-m-hero:38px}.page,body{font-size:var(--ct-m-body)!important}#page-service .service-card-body,#page-service .service-list li,.page :where(.series-card-body p,.wood-family-card p,.wood-academy-copy p,.service-card-body,.service-list li,.phase-step-body p,.phase-card-body p,.journal-index-copy p,.home-journal-card p,.home-journal-lead p,.selection-command-copy p,.selection-command-steps em,.space-shortcut em,.contact-card p,.contact-info-item p,.contact-method p),.page :where(p,li,dd,blockquote){font-size:var(--ct-m-body)!important;line-height:1.72!important;font-weight:400!important}#page-home .hero p,#page-home .home-manifesto p,.page :where(.page-header p,.prod-page-header p,.space-section-head p,.journal-intro p,.wood-academy-head p,.service-banner-text p,.contact-luxe-lead p){font-size:var(--ct-m-lead)!important;line-height:1.74!important}.mobile-chapter-rail a,.mobile-menu-chip,.page :where(.eyebrow,.page-eyebrow,.hero-kicker,.journal-cover-text span,.journal-directory-title span,.journal-index-copy span,.home-journal-lead span,.home-journal-card span,.wood-academy-head .eyebrow,.wood-academy-copy span,.wood-family-card>span,.service-section-num,.service-num,.product-experience-bar .eyebrow,.space-section-head span,.subtitle){font-size:var(--ct-m-label)!important;line-height:1.25!important}#page-home .slogan-line{font-size:var(--ct-m-hero)!important;line-height:1.16!important;font-weight:470!important}#page-contact .page-header h2,.journal-cover-text h2,.page:not(#page-home) .page-header h2,.prod-page-header h2{font-size:var(--ct-m-page)!important;line-height:1.08!important;font-weight:450!important}#page-cases .space-section-head h2,#page-home .home-journal-lead h3,#page-home .section-title:not(.page-header) h2,#page-home .space-section-head h2,#page-journal .journal-directory-title h3,#page-journal .journal-intro h2,#page-journal .wood-academy-head h2,#page-products .space-section-head h2,#page-service .service-section-title h2,.page-conversion h3{font-size:var(--ct-m-section)!important;line-height:1.2!important;font-weight:540!important}#page-about h3,#page-contact h3,#page-craft h3,.page :where(h3,.series-card-body h3,.service-card-header h3,.contact-card h3,.contact-method h3,.journal-index-copy h3,.home-journal-card h3,.wood-family-card h3,.wood-academy-copy h3,.selection-command-copy h3){font-size:var(--ct-m-card-title)!important;line-height:1.34!important;font-weight:640!important}#page-about h4,#page-contact h4,#page-series h4,.page :where(h4,.phase-card-header h4,.team-member h4,.process-step h4,.value-item h4){font-size:var(--ct-m-subtitle)!important;line-height:1.42!important;font-weight:680!important}#page-service .phase-step-body h5,.page :where(h5,.phase-step-body h5){font-size:var(--ct-m-step-title)!important;line-height:1.42!important;font-weight:720!important}#page-service .service-banner-text h3{font-size:20px!important;line-height:1.36!important;font-weight:720!important}#page-service .phase-step-body p,#page-service .service-banner-text p{font-size:var(--ct-m-body)!important;line-height:1.72!important}#page-service .service-section-title .subtitle{font-size:13px!important;line-height:1.62!important}#page-service .phase-card-header h4{font-size:20px!important;line-height:1.4!important}#page-craft .craft-card h3,#page-craft h3,#page-service .service-card-header h3{font-size:19px!important;line-height:1.38!important}#page-about h3,#page-contact h3,#page-home .home-journal-card h3,#page-home .series-card-body h3,#page-journal .journal-index-copy h3,#page-journal .wood-family-card h3{font-size:20px!important}#footer .footer-link-group h4,.footer-luxe .footer-link-group h4{font-size:17px!important;line-height:1.35!important;font-weight:720!important}}@media(min-width:761px){.page :where(.service-card-body,.service-list li,.phase-step-body p,.phase-card-body p,.series-desc,.wood-academy-copy p,.journal-index-copy p,.home-journal-card p,.home-journal-lead p,.selection-command-copy p,.selection-command-steps em,.space-shortcut em,.contact-card p,.contact-info-item p,.contact-method p),.page :where(p,li,dd,blockquote){font-size:15px!important;line-height:1.82!important;font-weight:400!important}.page :where(.page-header p,.prod-page-header p,.space-section-head p,.journal-intro p,.wood-academy-head p,.service-banner-text p,.contact-luxe-lead p){font-size:16px!important;line-height:1.78!important}.page :where(h3,.series-card-body h3,.service-card-header h3,.contact-card h3,.contact-method h3,.journal-index-copy h3,.home-journal-card h3,.wood-family-card h3,.wood-academy-copy h3,.selection-command-copy h3){font-size:22px!important;line-height:1.36!important;font-weight:620!important}.page :where(h4,.phase-card-header h4,.team-member h4,.process-step h4,.value-item h4){font-size:19px!important;line-height:1.45!important;font-weight:700!important}.page :where(h5,.phase-step-body h5){font-size:17px!important;line-height:1.48!important;font-weight:720!important}#page-service .service-section-title h2{font-size:30px!important;line-height:1.28!important;font-weight:620!important}#page-craft h3,#page-service .service-card-header h3{font-size:21px!important}#page-service .phase-step-body p{font-size:15px!important;line-height:1.82!important}}@media(max-width:760px){:root{--ct-type-body-m:14px;--ct-type-lead-m:15px;--ct-type-h6-m:16px;--ct-type-h5-m:17px;--ct-type-h4-m:18px;--ct-type-card-m:20px;--ct-type-section-m:30px;--ct-type-page-m:40px;--ct-type-hero-m:38px}.page,.page :where(.series-card-body p,.wood-family-card p,.wood-academy-copy p,.service-card-body,.service-list li,.phase-step-body p,.phase-card-body p,.journal-index-copy p,.home-journal-card p,.home-journal-lead p,.selection-command-copy p,.selection-command-steps em,.space-shortcut em,.contact-card p,.contact-info-item p,.contact-method p),.page :where(p,li,dd,blockquote),body{font-size:var(--ct-type-body-m)!important;line-height:1.72!important;font-weight:400!important}#page-home .hero p,#page-home .home-manifesto p,.page :where(.page-header p,.prod-page-header p,.space-section-head p,.journal-intro p,.wood-academy-head p,.service-banner-text p,.contact-luxe-lead p){font-size:var(--ct-type-lead-m)!important;line-height:1.74!important}.page :where(h6){font-size:var(--ct-type-h6-m)!important;line-height:1.45!important;font-weight:680!important}#page-service .phase-step-body h5,.page :where(h5,.phase-step-body h5){font-size:var(--ct-type-h5-m)!important;line-height:1.44!important;font-weight:720!important}#page-about :where(h4,.v-title),#page-contact h4,.page :where(h4,.phase-card-header h4,.team-member h4,.process-step h4,.value-item h4){font-size:var(--ct-type-h4-m)!important;line-height:1.42!important;font-weight:700!important}#page-about h3,#page-contact h3,#page-craft h3,.page :where(h3,.series-card-body h3,.service-card-header h3,.contact-card h3,.contact-method h3,.journal-index-copy h3,.home-journal-card h3,.wood-family-card h3,.wood-academy-copy h3,.selection-command-copy h3){font-size:var(--ct-type-card-m)!important;line-height:1.34!important;font-weight:650!important}#page-cases .space-section-head h2,#page-home .home-journal-lead h3,#page-home .section-title:not(.page-header) h2,#page-home .space-section-head h2,#page-journal .journal-directory-title h3,#page-journal .journal-intro h2,#page-journal .wood-academy-head h2,#page-products .space-section-head h2,#page-service .service-section-title h2,.page-conversion h3{font-size:var(--ct-type-section-m)!important;line-height:1.18!important;font-weight:540!important}#page-home .slogan-line{font-size:var(--ct-type-hero-m)!important;line-height:1.16!important}#page-contact .page-header h2,.journal-cover-text h2,.page:not(#page-home) .page-header h2,.prod-page-header h2{font-size:var(--ct-type-page-m)!important;line-height:1.08!important;font-weight:450!important}}@media(min-width:761px){:root{--ct-type-body-d:15px;--ct-type-lead-d:16px;--ct-type-h6-d:17px;--ct-type-h5-d:18px;--ct-type-h4-d:19px;--ct-type-card-d:21px;--ct-type-section-d:clamp(30px,2.1vw,38px);--ct-type-page-d:clamp(48px,4vw,76px)}.page :where(.series-card-body p,.wood-family-card p,.wood-academy-copy p,.service-card-body,.service-list li,.phase-step-body p,.phase-card-body p,.journal-index-copy p,.home-journal-card p,.home-journal-lead p,.selection-command-copy p,.selection-command-steps em,.space-shortcut em,.contact-card p,.contact-info-item p,.contact-method p),.page :where(p,li,dd,blockquote){font-size:var(--ct-type-body-d)!important;line-height:1.82!important;font-weight:400!important}#page-home .hero p,#page-home .home-manifesto p,.page :where(.page-header p,.prod-page-header p,.space-section-head p,.journal-intro p,.wood-academy-head p,.service-banner-text p,.contact-luxe-lead p){font-size:var(--ct-type-lead-d)!important;line-height:1.78!important}.page :where(h6){font-size:var(--ct-type-h6-d)!important;line-height:1.45!important;font-weight:680!important}#page-service .phase-step-body h5,.page :where(h5,.phase-step-body h5){font-size:var(--ct-type-h5-d)!important;line-height:1.46!important;font-weight:720!important}#page-about :where(h4,.v-title),#page-contact h4,.page :where(h4,.phase-card-header h4,.team-member h4,.process-step h4,.value-item h4){font-size:var(--ct-type-h4-d)!important;line-height:1.44!important;font-weight:700!important}#page-about h3,#page-contact h3,#page-craft h3,.page :where(h3,.series-card-body h3,.service-card-header h3,.contact-card h3,.contact-method h3,.journal-index-copy h3,.home-journal-card h3,.wood-family-card h3,.wood-academy-copy h3,.selection-command-copy h3){font-size:var(--ct-type-card-d)!important;line-height:1.36!important;font-weight:650!important}#page-cases .space-section-head h2,#page-home .home-journal-lead h3,#page-home .section-title:not(.page-header) h2,#page-home .space-section-head h2,#page-journal .journal-directory-title h3,#page-journal .journal-intro h2,#page-journal .wood-academy-head h2,#page-products .space-section-head h2,#page-service .service-section-title h2,.page-conversion h3{font-size:var(--ct-type-section-d)!important;line-height:1.18!important;font-weight:540!important}#page-contact .page-header h2,.journal-cover-text h2,.page:not(#page-home) .page-header h2,.prod-page-header h2{font-size:var(--ct-type-page-d)!important;line-height:1.08!important;font-weight:450!important}}.page :where(p,li,dd,blockquote) :where(strong,b){font-size:1em!important;line-height:inherit!important;font-weight:650!important}@media(max-width:760px){:root{--ct-sem-body:14px;--ct-sem-lead:15px;--ct-sem-micro-title:17px;--ct-sem-card-title:20px;--ct-sem-section:30px}.page.active :where(.service-card-body,.service-list li,.phase-step-body p,.phase-card-body p,.series-desc,.wood-academy-copy p,.journal-index-copy p,.home-journal-card p,.home-journal-lead p,.selection-command-copy p,.selection-command-steps em,.space-shortcut em,.contact-card p,.contact-info-item p,.contact-method p),.page.active :where(p,li,dd,blockquote){font-size:var(--ct-sem-body)!important;line-height:1.76!important;font-weight:400!important}#page-home .hero p,#page-home .home-manifesto p,.page.active :where(.page-header p,.prod-page-header p,.space-section-head p,.journal-intro p,.wood-academy-head p,.service-banner-text p,.contact-luxe-lead p){font-size:var(--ct-sem-lead)!important;line-height:1.74!important;font-weight:400!important}#page-cases .space-section-head h2,#page-home .home-journal-lead h3,#page-home .home-manifesto h2,#page-home .section-title:not(.page-header) h2,#page-home .space-section-head h2,#page-journal .journal-directory-title h3,#page-journal .journal-intro h2,#page-journal .wood-academy-head h2,#page-products .selection-command-copy h3,#page-products .space-section-head h2,#page-service .service-section-title h2,.page-conversion h3{font-size:var(--ct-sem-section)!important;line-height:1.2!important;font-weight:540!important}#page-contact .contact-card h3,#page-home .capability-card h3,#page-home .luxe-brief-strip strong,#page-journal .journal-index-copy h3,#page-journal .wood-family-card h3,#page-products .product-experience-bar strong,#page-products .selection-command-steps b,#page-products .space-product-guide strong,#page-service .phase-card-header h4,#page-service .service-card-header h3{font-size:var(--ct-sem-card-title)!important;line-height:1.36!important;font-weight:650!important}#page-home .luxe-brief-strip strong,#page-products .selection-command-steps b,#page-products .space-product-guide strong{font-size:var(--ct-sem-micro-title)!important;line-height:1.36!important}#page-home .stat-val{font-size:28px!important;line-height:1.05!important;font-weight:560!important}#page-home .capability-icon{font-size:16px!important;line-height:1!important;font-weight:520!important}#page-series .series-hero-side span{font-size:20px!important;line-height:1.05!important;font-weight:620!important}#page-series .series-hero-side em{font-size:12px!important;line-height:1.45!important}#page-journal .wood-academy-mark{width:104px!important;height:104px!important}#page-journal .wood-academy-mark span{font-size:18px!important;line-height:1.08!important;font-weight:650!important;letter-spacing:.06em!important}#page-journal .wood-academy-mark strong{font-size:11px!important;line-height:1.25!important}#page-journal .wood-academy-mark em{font-size:10px!important;line-height:1.25!important}#page-contact .contact-icon,#page-service .service-banner-icon{font-size:24px!important;line-height:1!important}}@media(min-width:761px){#page-home .luxe-brief-strip strong,#page-products .product-experience-bar strong,#page-products .selection-command-steps b,#page-products .space-product-guide strong{font-size:20px!important;line-height:1.34!important;font-weight:620!important}#page-products .selection-command-copy p,#page-products .selection-command-steps em,#page-products .space-product-guide p{font-size:15px!important;line-height:1.82!important}#page-home .stat-val{font-size:clamp(28px,2.1vw,34px)!important;line-height:1.05!important}#page-series .series-hero-side span{font-size:clamp(34px,3.2vw,46px)!important;line-height:1.05!important}#page-journal .wood-academy-mark span{font-size:26px!important;line-height:1.08!important;font-weight:560!important}#page-contact .contact-icon,#page-service .service-banner-icon{font-size:28px!important;line-height:1!important}}.page.active :where(p,li,dd,blockquote) :where(strong,b){font-size:1em!important;line-height:inherit!important;font-weight:650!important}@media(max-width:760px){:root{--ct-final-body:14px;--ct-final-lead:15px;--ct-final-label:12px;--ct-final-micro-title:16.5px;--ct-final-card-title:20px;--ct-final-subtitle:18px;--ct-final-section:30px;--ct-final-page:40px;--ct-final-hero:38px}.page.active,.page.active :where(.series-card-body p,.wood-family-card p,.wood-academy-copy p,.service-card-body,.service-list li,.phase-step-body p,.phase-card-body p,.journal-index-copy p,.home-journal-card p,.home-journal-lead p,.selection-command-copy p,.selection-command-steps em,.space-shortcut em,.contact-card p,.contact-info-item p,.contact-method p,.about-block p,.about-block li,.case-body>p,.case-info),.page.active :where(p,li,dd,blockquote),body{font-size:var(--ct-final-body)!important;line-height:1.74!important;font-weight:400!important}#page-home .hero p,#page-home .home-manifesto p,.page.active :where(.page-header p,.prod-page-header p,.space-section-head p,.journal-intro p,.wood-academy-head p,.service-banner-text p,.contact-luxe-lead p,.section-title p){font-size:var(--ct-final-lead)!important;line-height:1.72!important;font-weight:400!important}.mobile-chapter-rail a,.mobile-menu-chip,.page.active :where(.eyebrow,.page-eyebrow,.hero-kicker,.journal-cover-text span,.journal-directory-title span,.journal-index-copy span,.home-journal-lead span,.home-journal-card span,.wood-academy-head .eyebrow,.wood-academy-copy span,.wood-family-card>span,.service-section-num,.service-num,.product-experience-bar .eyebrow,.space-section-head span,.subtitle,.stat-label){font-size:var(--ct-final-label)!important;line-height:1.28!important;font-weight:620!important}#page-home .luxe-brief-strip strong,#page-products .product-experience-bar strong,#page-products .selection-command-steps b,#page-products .space-product-guide strong,.page.active :where(h5,.phase-step-body h5){font-size:var(--ct-final-micro-title)!important;line-height:1.38!important;font-weight:680!important}#page-about :where(h4,.v-title),#page-contact h4,.page.active :where(h4,.phase-card-header h4,.team-member h4,.process-step h4,.value-item h4){font-size:var(--ct-final-subtitle)!important;line-height:1.42!important;font-weight:680!important}#page-about h3,#page-contact h3,#page-craft h3,.page.active :where(h3,.series-card-body h3,.service-card-header h3,.contact-card h3,.contact-method h3,.journal-index-copy h3,.home-journal-card h3,.wood-family-card h3,.wood-academy-copy h3,.selection-command-copy h3){font-size:var(--ct-final-card-title)!important;line-height:1.34!important;font-weight:650!important}#page-cases .space-section-head h2,#page-home .home-journal-lead h3,#page-home .home-manifesto h2,#page-home .section-title:not(.page-header) h2,#page-home .space-section-head h2,#page-journal .journal-directory-title h3,#page-journal .journal-intro h2,#page-journal .wood-academy-head h2,#page-products .selection-command-copy h3,#page-products .space-section-head h2,#page-service .service-section-title h2,.page-conversion h3{font-size:var(--ct-final-section)!important;line-height:1.18!important;font-weight:540!important}#page-home .slogan-line{font-size:var(--ct-final-hero)!important;line-height:1.16!important;font-weight:470!important}#page-contact.page.active .page-header h2,#page-journal.page.active .journal-cover-text h2,.page.active .prod-page-header h2,.page.active:not(#page-home) .page-header h2{font-size:var(--ct-final-page)!important;line-height:1.08!important;font-weight:450!important}.page.active :where(p,li,dd,blockquote) :where(strong,b){font-size:1em!important;line-height:inherit!important}}@media(min-width:761px){:root{--ct-final-body-d:15px;--ct-final-lead-d:16px;--ct-final-label-d:12px;--ct-final-micro-title-d:17px;--ct-final-card-title-d:22px;--ct-final-subtitle-d:19px;--ct-final-section-d:clamp(32px,2.2vw,40px);--ct-final-page-d:clamp(52px,4.4vw,76px)}.page.active :where(.series-card-body p,.wood-family-card p,.wood-academy-copy p,.service-card-body,.service-list li,.phase-step-body p,.phase-card-body p,.journal-index-copy p,.home-journal-card p,.home-journal-lead p,.selection-command-copy p,.selection-command-steps em,.space-shortcut em,.contact-card p,.contact-info-item p,.contact-method p,.about-block p,.about-block li,.case-body>p,.case-info),.page.active :where(p,li,dd,blockquote){font-size:var(--ct-final-body-d)!important;line-height:1.82!important;font-weight:400!important}#page-home .hero p,#page-home .home-manifesto p,.page.active :where(.page-header p,.prod-page-header p,.space-section-head p,.journal-intro p,.wood-academy-head p,.service-banner-text p,.contact-luxe-lead p,.section-title p){font-size:var(--ct-final-lead-d)!important;line-height:1.78!important;font-weight:400!important}.page.active :where(.eyebrow,.page-eyebrow,.hero-kicker,.journal-cover-text span,.journal-directory-title span,.journal-index-copy span,.home-journal-lead span,.home-journal-card span,.wood-academy-head .eyebrow,.wood-academy-copy span,.wood-family-card>span,.service-section-num,.service-num,.product-experience-bar .eyebrow,.space-section-head span,.subtitle,.stat-label){font-size:var(--ct-final-label-d)!important;line-height:1.28!important}#page-home .luxe-brief-strip strong,#page-products .product-experience-bar strong,#page-products .selection-command-steps b,#page-products .space-product-guide strong,.page.active :where(h5,.phase-step-body h5){font-size:var(--ct-final-micro-title-d)!important;line-height:1.42!important;font-weight:680!important}#page-about :where(h4,.v-title),#page-contact h4,.page.active :where(h4,.phase-card-header h4,.team-member h4,.process-step h4,.value-item h4){font-size:var(--ct-final-subtitle-d)!important;line-height:1.44!important;font-weight:680!important}#page-about h3,#page-contact h3,#page-craft h3,.page.active :where(h3,.series-card-body h3,.service-card-header h3,.contact-card h3,.contact-method h3,.journal-index-copy h3,.home-journal-card h3,.wood-family-card h3,.wood-academy-copy h3,.selection-command-copy h3){font-size:var(--ct-final-card-title-d)!important;line-height:1.36!important;font-weight:650!important}#page-cases .space-section-head h2,#page-home .home-journal-lead h3,#page-home .home-manifesto h2,#page-home .section-title:not(.page-header) h2,#page-home .space-section-head h2,#page-journal .journal-directory-title h3,#page-journal .journal-intro h2,#page-journal .wood-academy-head h2,#page-products .selection-command-copy h3,#page-products .space-section-head h2,#page-service .service-section-title h2,.page-conversion h3{font-size:var(--ct-final-section-d)!important;line-height:1.18!important;font-weight:540!important}#page-contact.page.active .page-header h2,#page-journal.page.active .journal-cover-text h2,.page.active .prod-page-header h2,.page.active:not(#page-home) .page-header h2{font-size:var(--ct-final-page-d)!important;line-height:1.08!important;font-weight:450!important}.page.active :where(p,li,dd,blockquote) :where(strong,b){font-size:1em!important;line-height:inherit!important}}.muchi-reader{visibility:hidden!important;transition:opacity .28s,visibility 0s linear .28s!important}.muchi-reader.open{visibility:visible!important;transition-delay:0s!important}@supports (content-visibility:auto){.case-card,.contact-card,.craft-item,.detail-card,.home-journal-card,.journal-index-card,.journal-topic,.muchi-issue-row,.pcard,.phase-card,.series-card,.service-card,.space-card,.space-feature-card,.space-gallery-card,.wood-family-card{content-visibility:auto}.pcard{contain-intrinsic-size:auto 280px}.home-journal-card,.journal-index-card,.journal-topic,.muchi-issue-row,.space-card,.space-feature-card,.space-gallery-card{contain-intrinsic-size:auto 430px}.case-card,.contact-card,.craft-item,.detail-card,.phase-card,.series-card,.service-card,.wood-family-card{contain-intrinsic-size:auto 340px}}