button,input,textarea,select{font:inherit}.page-loader{position:fixed;inset:0;z-index:200;background:var(--green);color:#fff;display:grid;place-content:center;text-align:center;gap:18px;transition:opacity .7s,visibility .7s}.page-loader.done{opacity:0;visibility:hidden}.loader-brand{font-family:var(--serif);font-size:clamp(64px,11vw,150px);letter-spacing:-.06em}.loader-line{width:260px;height:1px;background:#ffffff38;overflow:hidden}.loader-line i{display:block;width:100%;height:100%;background:var(--acid);transform:translateX(-100%);animation:loadline 1.35s cubic-bezier(.7,0,.2,1) forwards}.page-loader>span{font-size:8px;letter-spacing:.3em;color:#b7c8c0}@keyframes loadline{to{transform:none}}.scroll-progress{position:fixed;top:0;left:0;z-index:90;height:3px;background:var(--acid);width:0}.site-header{position:fixed;transition:background .35s,color .35s,height .35s,transform .35s}.site-header.scrolled{height:72px;background:rgba(240,239,233,.92);color:var(--ink);backdrop-filter:blur(14px);border-color:var(--line)}.site-header.scrolled .menu-btn span{background:var(--ink)}.site-header.hidden-header{transform:translateY(-100%)}.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;transform:scale(1.04);transition:opacity 1s ease,transform 6s linear}.hero-slide.active{opacity:1;transform:scale(1)}.portrait-slide img{object-position:center 22%}.hero-copy{z-index:3}.hero-kicker,.hero-title,.hero-description,.hero-copy .cta{opacity:0;transform:translateY(28px);animation:heroIn .8s forwards}.hero-title{animation-delay:.1s}.hero-description{animation-delay:.2s}.hero-copy .cta{animation-delay:.3s}@keyframes heroIn{to{opacity:1;transform:none}}.hero-controls{position:absolute;z-index:4;right:4vw;bottom:42px;display:flex;align-items:center;gap:12px}.hero-controls>button{width:54px;height:54px;border:1px solid #ffffff8c;background:transparent;color:white;font-size:20px;cursor:pointer;transition:.25s}.hero-controls>button:hover{background:white;color:var(--ink)}.hero-controls .hero-index{position:static;writing-mode:initial;display:flex}.hero-controls .hero-index i{width:90px;height:1px;overflow:hidden}.hero-index i b{display:block;width:100%;height:100%;background:white;transform:translateX(-100%)}.hero-index i b.playing{animation:heroProgress 5s linear}@keyframes heroProgress{to{transform:none}}.track-actions{display:flex;justify-content:flex-end;gap:8px;margin:-40px 0 26px}.track-actions button{width:48px;height:48px;border:1px solid var(--ink);background:transparent;cursor:pointer}.track-actions button:hover{background:var(--ink);color:#fff}.fabric-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab}.fabric-track::-webkit-scrollbar{display:none}.fabric-track:active{cursor:grabbing}.fabric-item{flex:0 0 calc(25% - 15px);scroll-snap-align:start}.s5{background:repeating-linear-gradient(0deg,#93a8ad 0 1px,#c5d0d1 1px 4px)}.s6{background:repeating-linear-gradient(90deg,#e4d8bf 0 16px,#7e947f 16px 17px),repeating-linear-gradient(0deg,transparent 0 16px,#7e947f 16px 17px)}.trend-image{overflow:hidden}.trend-image img{transition:opacity .35s,transform .8s;transform:scale(1.02)}.trend-image.changing img{opacity:0;transform:scale(1.08)}.sustainability{position:relative;background-image:linear-gradient(90deg,rgba(6,27,21,.97) 0%,rgba(6,27,21,.87) 48%,rgba(6,27,21,.2) 100%),var(--sus-bg);background-size:cover;background-position:center}.sustainability>*{position:relative;z-index:1}.certs{backdrop-filter:blur(8px)}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:10vw;background:#dfe3dc}.faq h2{font-family:var(--serif);font-size:clamp(40px,5vw,72px);font-weight:400;letter-spacing:-.04em;line-height:1.1;margin:60px 0 40px}.solid-btn{border:0;background:var(--ink);color:#fff;padding:18px 24px;cursor:pointer;letter-spacing:.08em}.solid-btn:hover{background:var(--green)}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item>button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:26px 0;background:none;border:0;text-align:left;cursor:pointer;font-family:var(--serif);font-size:20px}.faq-item>button b{font-size:27px;font-weight:300;transition:.3s}.faq-item>div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s}.faq-item>div>p{overflow:hidden;margin:0;line-height:1.8;color:#666;font-family:var(--serif)}.faq-item.active>div{grid-template-rows:1fr}.faq-item.active>div>p{padding-bottom:26px}.faq-item.active>button b{transform:rotate(45deg)}.floating-inquiry{position:fixed;right:24px;bottom:24px;z-index:70;width:82px;height:82px;border-radius:50%;border:0;background:var(--acid);display:grid;place-content:center;gap:2px;cursor:pointer;box-shadow:0 10px 30px #0002}.floating-inquiry span{font-size:12px}.floating-inquiry b{font-weight:400}.floating-inquiry:hover{transform:rotate(8deg) scale(1.04)}.drawer-backdrop{position:fixed;inset:0;background:#0008;z-index:110;opacity:0;visibility:hidden;transition:.35s}.inquiry-drawer{position:fixed;z-index:120;right:0;top:0;height:100%;width:min(520px,100%);background:var(--paper);padding:70px 55px;transform:translateX(100%);transition:.45s cubic-bezier(.7,0,.2,1);overflow:auto}.drawer-open .drawer-backdrop{opacity:1;visibility:visible}.drawer-open .inquiry-drawer{transform:none}.drawer-close{position:absolute;right:28px;top:22px;border:0;background:none;font-size:32px;cursor:pointer}.inquiry-drawer h2{font-family:var(--serif);font-weight:400;font-size:44px;line-height:1.1;margin:28px 0}.inquiry-drawer>p:not(.eyebrow){font-family:var(--serif);color:#666;line-height:1.8}.drawer-form{display:grid;gap:18px;margin-top:35px}.drawer-form input,.drawer-form select,.drawer-form textarea{border:0;border-bottom:1px solid var(--line);background:transparent;padding:14px 0;outline:none}.drawer-form textarea{height:110px;resize:none}.drawer-note{font-size:12px;color:var(--green)}@media(max-width:900px){.hero-controls{right:5vw}.fabric-item{flex-basis:calc(50% - 10px)}.faq{grid-template-columns:1fr;gap:60px}.track-actions{margin:0 0 20px}.sustainability{background-position:60% center}}@media(max-width:560px){.hero-controls{bottom:22px}.hero-controls .hero-index{display:none}.hero-controls>button{width:46px;height:46px}.scroll-cue{display:none}.fabric-item{flex-basis:86%}.inquiry-drawer{padding:65px 25px}.inquiry-drawer h2{font-size:36px}.floating-inquiry{width:66px;height:66px;right:14px;bottom:14px}.faq-item>button{font-size:17px}.page-loader .loader-line{width:210px}}
