:root{--color-canvas:#f8f6f1;--color-section-background:#f3f0ea;--color-surface:#fffdf8;--color-text:#171614;--color-text-muted:#69655e;--color-border:#e8e3da;--color-accent:#c7682b;--color-button:#8d7e67;--color-button-hover:#776a57;--color-focus:#a34d1e;--font-sans:"Microsoft YaHei", "微软雅黑", "PingFang SC", "Noto Sans SC", Arial, sans-serif;--font-brand:"Alibaba PuHuiTi 3.0", "Alibaba PuHuiTi", "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:clamp(2rem, 2.3vw, 3rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--space-9:7rem;--container-wide:120rem;--container-standard:96rem;--container-text:52rem;--page-gutter:clamp(2rem, 4vw, 5rem);--header-height:5.25rem;--control-height:3.625rem;--control-radius:.125rem;--transition-fast:.16s ease;--shadow-menu:0 12px 32px #231f1912}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body,h1,h2,h3,p{margin:0}button,input,textarea,select{font:inherit}button,summary{color:inherit}img,picture,video,canvas{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0}summary{list-style:none}summary::-webkit-details-marker{display:none}html{scroll-padding-top:calc(var(--header-height) + 1.5rem);background:var(--color-canvas);color:var(--color-text);font-family:var(--font-sans);line-height:1.5}body{background:var(--color-canvas);min-width:20rem;min-height:100vh;overflow-x:hidden}button,a,summary{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid var(--color-focus);outline-offset:4px}#root{min-height:100vh}.site-shell{flex-direction:column;min-height:100vh;display:flex}.page-container{width:100%;padding-inline:var(--page-gutter);margin-inline:auto}.page-container--full{max-width:none;padding-inline:0}.page-container--wide{max-width:var(--container-wide)}.page-container--standard{max-width:var(--container-standard)}.page-container--text{max-width:calc(var(--container-text) + (var(--page-gutter) * 2))}.button{min-height:var(--control-height);border-radius:var(--control-radius);font-size:var(--text-sm);letter-spacing:0;cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-weight:600;line-height:1.2;display:inline-flex}.button--primary{background:var(--color-button);color:#fff}.button--primary:hover{background:var(--color-button-hover)}.button--secondary{border-color:var(--color-border);color:var(--color-text);background:0 0}.button--secondary:hover{border-color:var(--color-button)}.button--text{min-height:auto;color:var(--color-text);background:0 0;padding-inline:0}.dropdown-arrow{width:.42rem;height:.42rem;transition:transform var(--transition-fast);border-bottom:1px solid;border-right:1px solid;flex:none;transform:translateY(-.12rem)rotate(45deg)}details[open]>summary .dropdown-arrow{transform:translateY(.12rem)rotate(225deg)}.dropdown-panel{z-index:20;border:1px solid var(--color-border);box-shadow:var(--shadow-menu);background:#fffefa;position:absolute;top:calc(100% + .875rem)}.dropdown-panel:before{content:"";height:.875rem;position:absolute;bottom:100%;left:0;right:0}.dropdown-panel--products{width:21.5rem;padding:.65rem;display:grid;left:50%;transform:translate(-50%)}.dropdown-panel--products:after{border-top:1px solid var(--color-border);border-left:1px solid var(--color-border);content:"";background:#fffefa;width:.7rem;height:.7rem;position:absolute;bottom:100%;left:50%;transform:translate(-50%,50%)rotate(45deg)}.dropdown-panel__product-link{width:100%;color:var(--color-text-muted);font-size:var(--text-sm);transition:background-color var(--transition-fast), color var(--transition-fast);align-items:flex-start;gap:.75rem;padding:.85rem .8rem;font-weight:500;line-height:1.35;display:flex}.dropdown-panel__product-link:hover,.dropdown-panel__product-link--active{background:var(--color-canvas);color:var(--color-text)}.dropdown-panel__bullet{background:var(--color-button);border-radius:50%;flex:none;width:.3rem;height:.3rem;margin-top:.43rem}.dropdown-panel--language{min-width:8.5rem;padding:.4rem;display:grid;right:0}.dropdown-panel__button{text-align:left;cursor:pointer;background:0 0;border:0;padding:.7rem .75rem}.dropdown-panel__button:hover,.dropdown-panel__button[aria-current=true]{background:var(--color-canvas)}.site-header{z-index:100;background:#faf8f3;border-bottom:1px solid #ebe7de;width:100%;position:sticky;top:0}.site-header__inner{min-height:var(--header-height);grid-template-columns:calc(30vw - var(--page-gutter)) max-content minmax(0, 1fr);align-items:center;column-gap:0;display:grid}.site-header__brand{justify-self:start;align-items:center;gap:.4rem;display:flex}.site-header__brand img{object-fit:contain;width:2.05rem;height:1.66rem}.site-header__brand-name{font-family:var(--font-brand);letter-spacing:-.03em;font-size:1.02rem;font-weight:700;line-height:1}.site-header__nav{justify-content:center;align-items:center;gap:clamp(2.25rem,6.25vw - 3.375rem,4.125rem);display:flex}.site-header__link,.nav-dropdown__trigger{color:#3f3b36;letter-spacing:-.01em;white-space:nowrap;cursor:pointer;transition:color var(--transition-fast);background:0 0;border:0;align-items:center;gap:.5rem;padding-block:.6rem;font-size:clamp(.78rem,.74vw,.875rem);font-weight:500;line-height:1.3;display:inline-flex;position:relative}.site-header__link:after,.nav-dropdown__trigger:after{content:"";opacity:0;width:1.2rem;height:1px;transition:opacity var(--transition-fast), transform var(--transition-fast);background:#aa7856;position:absolute;bottom:.12rem;left:50%;right:auto;transform:translate(-50%)scaleX(.45)}.site-header__link:hover,.site-header__link--active,.nav-dropdown__trigger:hover{color:var(--color-text)}.site-header__link:hover:after,.site-header__link--active:after,.nav-dropdown__trigger:hover:after{opacity:1;transform:translate(-50%)scaleX(1)}.nav-dropdown,.language-switcher{position:relative}.language-switcher{justify-self:end}.language-switcher__trigger{color:#3f3b36;cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.84rem;font-weight:500;display:inline-flex}.language-switcher__icon{object-fit:contain;width:1.1rem;height:1.1rem}.site-footer{border-top:1px solid var(--color-border);background:var(--color-surface)}.site-footer__inner{justify-content:space-between;align-items:center;gap:var(--space-7);min-height:8.5rem;display:flex}.site-footer__identity{gap:var(--space-2);display:grid}.site-footer__brand{width:fit-content;font-size:var(--text-lg);letter-spacing:-.025em;font-weight:700}.site-footer__identity p{color:var(--color-text-muted);font-size:var(--text-xs)}.site-footer__nav{color:var(--color-text-muted);font-size:var(--text-xs);justify-content:flex-end;align-items:center;gap:clamp(1rem,1.7vw,2rem);display:flex}.site-footer__nav a{transition:color var(--transition-fast)}.site-footer__nav a:hover{color:var(--color-text)}@media (width<=75rem){.site-header__inner{gap:var(--space-4)}.site-header__nav{gap:1rem}.site-header__link,.nav-dropdown__trigger{font-size:var(--text-xs)}}.placeholder-page{background:var(--color-canvas);flex:1;align-items:center;min-height:clamp(32rem,62vh,48rem);display:flex}.placeholder-page__content{gap:var(--space-5);padding-block:var(--space-9);display:grid}.placeholder-page h1{max-width:46rem;font-size:var(--text-xl);letter-spacing:-.035em;font-weight:500;line-height:1.12}.placeholder-page p{color:var(--color-text-muted);font-size:var(--text-md)}.placeholder-page__eyebrow{letter-spacing:.14em;font-weight:700;color:var(--color-accent)!important;font-size:var(--text-xs)!important}.placeholder-page__link{width:fit-content;font-size:var(--text-sm);border-bottom:1px solid;padding-bottom:.18rem;font-weight:600}.home-page{background:var(--color-canvas);flex:1}.home-hero{min-height:calc(100vh - var(--header-height));isolation:isolate;background:linear-gradient(#f2ede8 0%,#f5eeeb 25%,#f5efeb 50%,#f4efea 75%,#f4ede9 100%);position:relative;overflow:hidden}.home-hero:after{z-index:0;content:"";pointer-events:none;background:linear-gradient(90deg,#f5efeb9e 0%,#f5efeb94 40%,#f5efeb85 52%,#f5efeb61 64%,#f5efeb38 75%,#f5efeb1a 85%,#f5efeb08 93%,#0000 100%);position:absolute;inset:0}.home-hero__background{z-index:-1;object-fit:contain;object-position:right center;width:100%;max-width:none;height:100%;position:absolute;inset:0}.home-hero__inner{min-height:calc(100vh - var(--header-height));align-items:center;padding-top:clamp(3rem,6vh,4.5rem);padding-bottom:clamp(4.25rem,9vh,6rem);display:flex}.home-hero__content{z-index:1;width:min(64vw,68rem);position:relative}.home-hero__eyebrow{color:#8a7a65;letter-spacing:.1em;margin-bottom:clamp(1.35rem,2.2vh,1.75rem);font-size:clamp(.75rem,.68vw,.84rem);font-weight:500;line-height:1.45}.home-hero__title{color:#181715;letter-spacing:-.04em;font-size:clamp(3.5rem,3.75vw,4.5rem);font-weight:700;line-height:1.08}.home-hero__title span{white-space:nowrap;display:block}.home-hero__description{color:#625e57;max-width:51rem;margin-top:clamp(1.75rem,3vh,2.25rem);font-size:clamp(1rem,.94vw,1.125rem);font-weight:400;line-height:1.72}.home-hero__actions{align-items:center;gap:1.125rem;margin-top:clamp(2.25rem,4vh,3rem);display:flex}.home-hero__action{min-height:var(--control-height);border-radius:var(--control-radius);letter-spacing:0;white-space:nowrap;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:1.05rem;padding:.875rem clamp(1.7rem,2.15vw,2.6rem);font-size:clamp(.84rem,.75vw,.9rem);font-weight:600;line-height:1.2;display:inline-flex}.home-hero__action--primary{border-color:var(--color-button);background:var(--color-button);color:#fff}.home-hero__action--primary:hover{border-color:var(--color-button-hover);background:var(--color-button-hover)}.home-hero__action--secondary{color:#5f574d;background:#faf8f37a;border-color:#a79b8a}.home-hero__action--secondary:hover{background:#fffefad1;border-color:#817563}.home-hero__action--disabled{opacity:.68;cursor:not-allowed}.home-hero__action--disabled:hover{background:#faf8f37a;border-color:#a79b8a}.home-hero__action-arrow{font-size:1.15em;font-weight:400;line-height:1}.home-hero__whatsapp-icon{object-fit:contain;width:1.3rem;height:1.3rem}.home-hero__products-anchor{width:1px;height:1px;position:absolute;bottom:0;left:0}@media (width>=75rem) and (width<=100rem){.home-hero__content{width:min(67vw,62rem)}.home-hero__description{max-width:46.5rem;font-size:1rem}.home-hero__action{min-height:3.25rem;padding-inline:1.75rem}}.home-advantages{background:#f3f0ea;padding-top:clamp(5.25rem,4.5vw,5.5rem)}.home-advantages__banner{isolation:isolate;height:clamp(22rem,24.5vw,29.5rem);position:relative;overflow:hidden}.home-advantages__banner:after{z-index:0;content:"";pointer-events:none;background:linear-gradient(90deg,#372e27a3 0%,#342b2494 54%,#2f27218a 100%);position:absolute;inset:0}.home-advantages__banner-image{z-index:-1;object-fit:cover;object-position:center bottom;width:100%;max-width:none;height:100%;position:absolute;inset:0}.home-advantages__banner-inner{z-index:1;align-items:center;height:100%;display:flex;position:relative}.home-advantages__banner-copy{width:100%;padding-left:clamp(1.25rem,1.6vw,2rem)}.home-advantages__eyebrow{color:#e2a050;letter-spacing:.08em;margin-bottom:clamp(1.25rem,1.7vw,2rem);font-size:clamp(.9rem,.88vw,1.05rem);font-weight:500;line-height:1.4}.home-advantages__title{color:#fff;letter-spacing:-.04em;width:fit-content;max-width:100%;font-size:clamp(3rem,3.55vw,4.25rem);font-weight:700;line-height:1.08}.home-advantages__description{color:#fffdf9d6;max-width:40rem;margin-top:clamp(1.5rem,2vw,2.25rem);font-size:clamp(.95rem,.9vw,1.075rem);font-weight:400;line-height:1.72}.home-advantages__grid{grid-template-columns:repeat(4,minmax(0,15.5rem));justify-content:space-between;column-gap:clamp(2.75rem,4vw,7rem);max-width:none;padding:clamp(3.5rem,4vw,4.5rem) clamp(7rem,9vw,11rem) clamp(8rem,9vw,10.5rem);display:grid}.home-advantages__item{text-align:left;min-width:0}.home-advantages__number{color:#8e7b61;letter-spacing:-.045em;font-size:clamp(2.75rem,2.9vw,3.5rem);font-weight:500;line-height:1}.home-advantages__item-title{color:#1b1917;letter-spacing:-.025em;min-height:3em;margin-top:clamp(2rem,2.2vw,2.75rem);font-size:clamp(1.18rem,1.16vw,1.4rem);font-weight:650;line-height:1.38}.home-advantages__item-title span{display:block}.home-advantages__item-description{color:#6b6760;max-width:15.5rem;margin-top:1.15rem;font-size:clamp(.9rem,.82vw,1rem);font-weight:400;line-height:1.74}@media (width>=75rem) and (width<=100rem){.home-advantages__grid{column-gap:clamp(2.75rem,3.5vw,3.75rem)}}.material-comparison{background:#f3f0ea;padding-top:clamp(6.5rem,6.5vw,8rem);padding-bottom:clamp(7.5rem,8vw,9rem)}.material-comparison__header{width:100%;padding-inline:var(--page-gutter);text-align:center}.material-comparison__title{color:#171614;letter-spacing:-.04em;font-size:clamp(3rem,3.55vw,4.25rem);font-weight:700;line-height:1.1}.material-comparison__description{color:#625f59;max-width:52rem;margin:clamp(1.75rem,2vw,2.25rem) auto 0;font-size:clamp(1rem,1.1vw,1.3rem);font-weight:400;line-height:1.72}.material-comparison__table{border-collapse:collapse;table-layout:fixed;width:100%;margin-top:clamp(5rem,5.5vw,6.5rem)}.material-comparison__column{width:20%}.material-comparison__table th,.material-comparison__table td{vertical-align:middle;text-align:center}.material-comparison__table thead th{color:#171614;letter-spacing:-.025em;overflow-wrap:normal;word-break:normal;padding:0 clamp(.75rem,1.8vw,2.25rem) clamp(2.75rem,3.2vw,4rem);font-size:clamp(1.08rem,1.17vw,1.4rem);font-weight:650;line-height:1.6}.material-comparison__table tbody tr:nth-child(odd){background:#fffdf9}.material-comparison__table tbody tr:nth-child(2n){background:#f3f0ea}.material-comparison__table tbody th,.material-comparison__table tbody td{overflow-wrap:normal;word-break:normal;padding-block:clamp(.9rem,.94vw,1.125rem);padding-inline:clamp(.75rem,1.8vw,2.25rem);font-size:clamp(1rem,1vw,1.1875rem);line-height:1.35}.material-comparison__table tbody th{color:#1d1b19;font-weight:650}.material-comparison__table tbody td{color:#6b6760;font-weight:400}.material-comparison__table .material-comparison__highlight{color:#e78a24}.material-comparison__visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.product-series{min-height:calc(100vh - var(--header-height));background:#f3f0ea;padding-block:clamp(2rem,2.25vw,2.75rem) clamp(2.5rem,3.5vw,4.25rem)}.product-series__layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:clamp(1.5rem,1.9vw,2.25rem);display:grid}.product-series__left,.product-series__right{min-width:0}.product-series__header{max-width:45rem}.product-series__title{color:#171614;letter-spacing:-.05em;font-size:clamp(3.4rem,3.7vw,4.45rem);font-weight:700;line-height:1.04}.product-series__description{color:#625f59;max-width:43rem;margin-top:clamp(1rem,1.25vw,1.5rem);font-size:clamp(1rem,1.06vw,1.275rem);font-weight:400;line-height:1.72}.product-series__left>.product-series-card{margin-top:clamp(2rem,2.35vw,2.8rem)}.product-series__right{gap:clamp(1.5rem,1.67vw,2rem);display:grid}.product-series-card{--product-series-card-padding-x:clamp(1.75rem, 2vw, 2.4rem);--product-series-index-width:clamp(4.5rem, 5.2vw, 6.25rem);color:inherit;background:#f8f6f1;border:1px solid #d7d2ca;border-radius:clamp(1rem,1.15vw,1.4rem);grid-template-rows:minmax(0,1fr) auto;display:grid;overflow:hidden}.product-series-card--large{height:clamp(32.5rem,35.2vw,42.25rem)}.product-series-card--upper{height:clamp(22rem,24.8vw,29.75rem)}.product-series-card--lower{height:clamp(18rem,19.8vw,23.75rem)}.product-series-card__media{background:#d2d2d0;min-height:0;overflow:hidden}.product-series-card__placeholder{background:#d2d2d0;width:100%;height:100%}.product-series-card__image{object-fit:cover;width:100%;height:100%}.product-series-card__information{min-height:clamp(7.25rem,6.8vw,8.125rem);padding:clamp(1.25rem, 1.45vw, 1.75rem) var(--product-series-card-padding-x);grid-template-columns:var(--product-series-index-width) minmax(0, 1fr) auto;background:#f8f6f1;align-items:center;display:grid}.product-series-card__index{color:#6f6a62;align-self:start;align-items:center;gap:clamp(.75rem,.85vw,1rem);padding-top:.12rem;font-size:clamp(.95rem,.94vw,1.125rem);font-weight:400;line-height:1.35;display:flex}.product-series-card__line{background:#827d75;flex:none;width:clamp(1.75rem,2vw,2.4rem);height:1px}.product-series-card__copy{align-self:start;min-width:0}.product-series-card__title{color:#1b1917;letter-spacing:-.025em;max-width:100%;font-size:clamp(1.08rem,1.1vw,1.32rem);font-weight:500;line-height:1.35}.product-series-card__description{color:#6b6760;max-width:40rem;margin-top:clamp(.45rem,.55vw,.65rem);font-size:clamp(.82rem,.8vw,.96rem);font-weight:400;line-height:1.55}.product-series-card__arrow{color:#2d2a26;justify-content:flex-end;align-self:center;align-items:center;width:clamp(2.5rem,3vw,3.6rem);font-family:Arial,sans-serif;font-size:clamp(1.7rem,1.8vw,2.15rem);font-weight:300;line-height:1;display:inline-flex}.product-series-card:focus-visible{outline-offset:5px}@media (width>=75rem) and (width<=100rem){.product-series-card{--product-series-card-padding-x:clamp(1.4rem, 1.8vw, 1.8rem);--product-series-index-width:clamp(4.15rem, 5.1vw, 4.8rem)}.product-series-card--compact .product-series-card__information{column-gap:.25rem}.product-series-card__arrow{width:2.35rem}}.customer-fit{background:#f3f0ea;padding-block:clamp(5.5rem,6.25vw,7.5rem) clamp(5.75rem,6.5vw,7.75rem)}.customer-fit__inner{width:100%}.customer-fit__header{text-align:center}.customer-fit__eyebrow{color:#8d7e67;letter-spacing:.045em;font-size:clamp(.95rem,1.05vw,1.25rem);font-weight:600;line-height:1.35}.customer-fit__title{color:#171614;letter-spacing:-.045em;max-width:90rem;margin:clamp(1rem,1.25vw,1.5rem) auto 0;font-size:clamp(3rem,3.55vw,4.25rem);font-weight:700;line-height:1.1}.customer-fit__description{color:#625f59;max-width:52rem;margin:clamp(1.25rem,1.55vw,1.85rem) auto 0;font-size:clamp(1rem,1.1vw,1.3rem);font-weight:400;line-height:1.72}.customer-fit__list{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.25rem,1.65vw,2rem);margin-top:clamp(4.5rem,5.25vw,6.25rem);list-style:none;display:grid}.customer-fit__item{min-width:0}.customer-fit-card{background:#f8f6f1;border:1px solid #d4d0c9;border-radius:clamp(1rem,1.1vw,1.35rem);grid-template-rows:minmax(0,1fr) auto;height:100%;display:grid;overflow:hidden}.customer-fit-card__media{aspect-ratio:6/7;background:#d2d2d0;min-height:0;overflow:hidden}.customer-fit-card__placeholder{background:#d2d2d0;width:100%;height:100%}.customer-fit-card__image{object-fit:cover;width:100%;height:100%}.customer-fit-card__information{text-align:center;background:#f8f6f1;justify-content:center;align-items:center;min-height:clamp(5.75rem,5.8vw,6.9rem);padding:clamp(1rem,1.25vw,1.5rem) clamp(.75rem,1.15vw,1.35rem);display:flex}.customer-fit-card__label{color:#1b1917;letter-spacing:-.02em;overflow-wrap:normal;word-break:normal;font-size:clamp(.88rem,.88vw,1.05rem);font-weight:500;line-height:1.45}@media (width>=75rem) and (width<=100rem){.customer-fit__list{gap:clamp(1rem,1.4vw,1.4rem)}.customer-fit-card__information{padding-inline:.65rem}}.project-showcase{background:#f3f0ea;padding-block:clamp(4rem,4.4vw,5.25rem) clamp(4.5rem,5vw,6rem)}.project-showcase__inner{max-width:108rem}.project-showcase__header{max-width:61rem}.project-showcase__title{color:#171614;letter-spacing:-.04em;font-size:clamp(2.5rem,2.65vw,3.2rem);font-weight:700;line-height:1.08}.project-showcase__description{color:#625f59;max-width:52rem;margin-top:clamp(.8rem,.95vw,1.1rem);font-size:clamp(1rem,1.02vw,1.2rem);font-weight:400;line-height:1.55}.project-showcase-carousel{margin-top:clamp(1.8rem,2.05vw,2.45rem)}.project-showcase-carousel__stage{position:relative}.project-showcase-carousel__viewport{height:clamp(28rem,31vw,37rem);position:relative;overflow:hidden}.project-showcase-carousel__slide{position:absolute;inset:0}.project-showcase-carousel__slide[hidden]{display:none}.project-showcase-carousel__slide--active{z-index:2}.project-showcase-carousel__slide--exiting{z-index:1;pointer-events:none}.project-showcase-carousel__slide--entering-next{animation:.42s ease-out both project-showcase-enter-next}.project-showcase-carousel__slide--exiting-next{animation:.42s ease-out both project-showcase-exit-next}.project-showcase-carousel__slide--entering-previous{animation:.42s ease-out both project-showcase-enter-previous}.project-showcase-carousel__slide--exiting-previous{animation:.42s ease-out both project-showcase-exit-previous}.project-showcase-slide{gap:clamp(1rem,1.2vw,1.4rem);height:100%;display:grid}.project-showcase-slide--large-left{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.project-showcase-slide--large-right{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}.project-showcase-slide__stack{grid-template-rows:repeat(2,minmax(0,1fr));gap:clamp(1rem,1.2vw,1.4rem);min-width:0;min-height:0;display:grid}.project-card{background:#cbcbc9;border:1px solid #d4d0c9;border-radius:clamp(.55rem,.55vw,.7rem);min-width:0;min-height:0;position:relative;overflow:hidden}.project-card__media,.project-card__placeholder,.project-card__image{width:100%;height:100%}.project-card__media{background:#cbcbc9;overflow:hidden}.project-card__placeholder{background:#cbcbc9}.project-card__image{object-fit:cover}.project-card__overlay{z-index:1;background:linear-gradient(#18161400 42%,#1816141f 62%,#18161494 100%);position:absolute;inset:0}.project-card__information{z-index:2;color:#fffdf9;padding:clamp(1.45rem,1.85vw,2.2rem);position:absolute;bottom:0;left:0;right:0}.project-card__name{letter-spacing:-.025em;font-size:clamp(1.2rem,1.32vw,1.58rem);font-weight:650;line-height:1.28}.project-card__system{color:#fffdf9db;margin-top:clamp(.3rem,.35vw,.42rem);font-size:clamp(.82rem,.82vw,.98rem);font-weight:400;line-height:1.45}.project-card__line{background:#fffdf9c7;width:2.4rem;height:1px;margin-block:clamp(.65rem,.7vw,.82rem);display:block}.project-card__description{color:#fffdf9d1;max-width:31rem;font-size:clamp(.82rem,.82vw,.98rem);font-weight:400;line-height:1.55}.project-card--compact .project-card__information{padding:clamp(1.15rem,1.3vw,1.55rem)}.project-card--compact .project-card__name{font-size:clamp(1.05rem,1.05vw,1.25rem)}.project-card--compact .project-card__system,.project-card--compact .project-card__description{font-size:clamp(.76rem,.75vw,.9rem)}.project-showcase-carousel__arrow{z-index:3;color:#5f5951;cursor:pointer;background:#faf8f3;border:1px solid #d2ccc3;border-radius:50%;justify-content:center;align-items:center;width:clamp(2.65rem,2.75vw,3.25rem);height:clamp(2.65rem,2.75vw,3.25rem);font-family:Arial,sans-serif;font-size:clamp(1.05rem,1.1vw,1.3rem);font-weight:400;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.project-showcase-carousel__arrow--previous{left:calc(-1*clamp(3.25rem,4vw,4.8rem))}.project-showcase-carousel__arrow--next{right:calc(-1*clamp(3.25rem,4vw,4.8rem))}.project-showcase-carousel__dots{justify-content:center;align-items:center;gap:.55rem;margin-top:clamp(1.25rem,1.45vw,1.7rem);display:flex}.project-showcase-carousel__dot{cursor:pointer;background:#d1ccc4;border:0;border-radius:50%;width:.55rem;height:.55rem;padding:0}.project-showcase-carousel__dot--current{background:#9a7b58}.project-showcase__footer{justify-content:center;margin-top:clamp(1.5rem,1.75vw,2rem);display:flex}.project-showcase__view-all{color:#8f7259;letter-spacing:-.015em;opacity:1;background:#faf8f3;border:1px solid #a98a6d;border-radius:.3rem;justify-content:center;align-items:center;gap:.8rem;min-width:clamp(14rem,16vw,19rem);min-height:clamp(3.25rem,3.2vw,3.8rem);font-size:clamp(.95rem,.94vw,1.12rem);font-weight:500;line-height:1.4;text-decoration:none;display:inline-flex}.project-showcase__view-all-arrow{font-family:Arial,sans-serif;font-size:1.2em;line-height:1}@media (width>=75rem) and (width<=100rem){.project-showcase-carousel__arrow--previous{left:-3rem}.project-showcase-carousel__arrow--next{right:-3rem}}@keyframes project-showcase-enter-next{0%{opacity:0;transform:translate(1.25rem)}to{opacity:1;transform:translate(0)}}@keyframes project-showcase-exit-next{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-1.25rem)}}@keyframes project-showcase-enter-previous{0%{opacity:0;transform:translate(-1.25rem)}to{opacity:1;transform:translate(0)}}@keyframes project-showcase-exit-previous{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(1.25rem)}}@keyframes project-showcase-fade-in{0%{opacity:0}to{opacity:1}}@keyframes project-showcase-fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.project-showcase-carousel__slide--entering-next,.project-showcase-carousel__slide--entering-previous{animation-name:project-showcase-fade-in;animation-duration:1ms}.project-showcase-carousel__slide--exiting-next,.project-showcase-carousel__slide--exiting-previous{animation-name:project-showcase-fade-out;animation-duration:1ms}}.home-finishes{background:var(--color-section-background);padding-block:clamp(4.25rem,4vw,4.75rem) clamp(4.5rem,4.25vw,5rem)}.home-finishes__inner{max-width:108rem}.home-finishes__intro{grid-template-columns:minmax(20rem,.29fr) minmax(0,.71fr);align-items:center;gap:clamp(2rem,3.1vw,3.75rem);display:grid}.home-finishes__copy{min-width:0}.home-finishes__eyebrow{color:#967354;letter-spacing:.045em;font-size:clamp(.78rem,.74vw,.9rem);font-weight:500;line-height:1.4}.home-finishes__title{color:#171614;letter-spacing:-.045em;max-width:9.2em;margin-top:clamp(.65rem,.7vw,.85rem);font-size:clamp(2.55rem,3vw,3.6rem);font-weight:700;line-height:1.08}.home-finishes__description{color:#68635c;max-width:31rem;margin-top:clamp(1rem,1.15vw,1.35rem);font-size:clamp(.94rem,.92vw,1.1rem);font-weight:400;line-height:1.62}.home-finishes__hero{background:#c8c2b8;border-radius:.55rem;min-width:0;height:clamp(16.5rem,17.5vw,20rem);overflow:hidden}.home-finishes__hero-image,.home-finishes__hero-placeholder{width:100%;height:100%}.home-finishes__hero-image{object-fit:cover}.home-finishes__hero-placeholder{background:#c8c2b8}.home-finishes-tabs{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(.65rem,.72vw,.85rem);margin-top:clamp(1.75rem,1.9vw,2.25rem);display:grid}.home-finishes-tabs__button{color:#625b53;text-align:left;cursor:pointer;background:#faf7f1;border:1px solid #e4ded4;border-radius:.3rem;align-items:center;gap:clamp(.6rem,.75vw,.9rem);min-width:0;min-height:clamp(3.45rem,3.25vw,3.9rem);padding:.65rem clamp(.85rem,1.15vw,1.35rem);display:flex}.home-finishes-tabs__button--active{color:#865f3d;background:#f4e9dc;border-color:#b88c61}.home-finishes-tabs__code{letter-spacing:-.04em;flex:none;justify-content:center;align-items:center;width:clamp(2.35rem,2.35vw,2.8rem);font-size:clamp(1.18rem,1.28vw,1.53rem);font-weight:400;line-height:1;display:inline-flex}.home-finishes-tabs__label{letter-spacing:.015em;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.62rem,.61vw,.73rem);font-weight:500;line-height:1.25;overflow:hidden}.home-finishes-carousel{margin-top:clamp(1.35rem,1.45vw,1.7rem)}.home-finishes-carousel__stage{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(.85rem,1.15vw,1.35rem);display:grid}.home-finishes-carousel__arrow{color:#8b684b;cursor:pointer;background:#fbf8f2;border:1px solid #ddd6cd;border-radius:50%;justify-content:center;align-items:center;width:clamp(2.7rem,2.75vw,3.25rem);height:clamp(2.7rem,2.75vw,3.25rem);font-family:Arial,sans-serif;font-size:clamp(1.05rem,1.05vw,1.25rem);line-height:1;display:inline-flex}.home-finishes-carousel__arrow:disabled{color:#bbb4aa;cursor:default;opacity:.55}.home-finishes-carousel__list{align-items:start;gap:clamp(.65rem,1vw,1.2rem);min-width:0;display:grid}.home-finishes-carousel__list--full{grid-template-columns:repeat(8,minmax(0,clamp(6.65rem,7.5vw,9rem)));justify-content:space-between}.home-finishes-carousel__list--partial{grid-auto-columns:clamp(6.65rem,7.5vw,9rem);grid-auto-flow:column;justify-content:center}.home-finishes-carousel__list--empty{justify-content:center;min-height:clamp(11.15rem,11.15vw,13.4rem)}.home-finish-swatch{text-align:center;grid-template-rows:1.4rem auto minmax(3rem,auto);min-width:0;display:grid}.home-finish-swatch__code{color:#5e5851;font-size:clamp(.72rem,.7vw,.83rem);font-weight:500;line-height:1.35}.home-finish-swatch__media{aspect-ratio:1;background:#c8c1b7;border-radius:.45rem;width:100%;overflow:hidden}.home-finish-swatch__image,.home-finish-swatch__placeholder{width:100%;height:100%}.home-finish-swatch__image{object-fit:cover}.home-finish-swatch__placeholder{background:#c8c1b7}.home-finish-swatch__name{color:#4f4a44;justify-content:center;align-items:flex-start;max-width:12em;margin:clamp(.6rem,.68vw,.8rem) auto 0;font-size:clamp(.68rem,.66vw,.8rem);font-weight:400;line-height:1.35;display:flex}.home-finish-swatch--empty .home-finish-swatch__code,.home-finish-swatch--empty .home-finish-swatch__name{visibility:hidden}.home-finishes-carousel__dots{justify-content:center;align-items:center;gap:.5rem;min-height:.55rem;margin-top:clamp(.8rem,.85vw,1rem);display:flex}.home-finishes-carousel__dot{cursor:pointer;background:#d5cfc6;border:0;border-radius:50%;width:.5rem;height:.5rem;padding:0}.home-finishes-carousel__dot--current{background:#9b744f}.home-finishes__actions{justify-content:center;align-items:center;gap:clamp(.8rem,1vw,1.2rem);margin-top:clamp(1rem,1.1vw,1.3rem);display:flex}.home-finishes__action{border:1px solid #9c7655;border-radius:.3rem;justify-content:center;align-items:center;gap:.95rem;min-width:clamp(14.25rem,15vw,17.5rem);min-height:clamp(3.35rem,3.2vw,3.8rem);padding:.75rem 1.5rem;font-size:clamp(.88rem,.86vw,1.02rem);font-weight:500;line-height:1.3;text-decoration:none;display:inline-flex}.home-finishes__action--primary{color:#fffdf9;background:#9c7049}.home-finishes__action--secondary{color:#8c6748;background:#faf7f1}@media (width>=75rem) and (width<=100rem){.home-finishes__intro{grid-template-columns:minmax(19.5rem,.29fr) minmax(0,.71fr);gap:clamp(2rem,2.5vw,2.5rem)}.home-finishes-tabs__button{padding-inline:clamp(.75rem,.85vw,.9rem)}.home-finishes-tabs__label{font-size:clamp(.58rem,.6vw,.65rem)}.home-finishes-carousel__stage{gap:.85rem}}.home-support-team{--home-support-team-height:clamp(46rem, 52vw, 62rem);min-height:var(--home-support-team-height);background:var(--color-section-background);isolation:isolate;position:relative;overflow:hidden}.home-support-team__image{z-index:0;width:max(100%, calc(var(--home-support-team-height) * 1.778));object-fit:contain;object-position:right bottom;max-width:none;height:auto;position:absolute;bottom:0;right:0}.home-support-team__blend{z-index:1;background:linear-gradient(90deg, var(--color-section-background) 0%, #f3f0eafa 24%, #f3f0eabd 31%, #f3f0ea3d 36%, #f3f0ea00 40%);pointer-events:none;position:absolute;inset:0}.home-support-team__inner{z-index:2;min-height:var(--home-support-team-height);grid-template-columns:minmax(0,37%) minmax(0,63%);align-items:center;display:grid;position:relative}.home-support-team__copy{max-width:38rem;padding-block:clamp(5rem,6vw,7rem)}.home-support-team__eyebrow{color:#987456;letter-spacing:.32em;font-size:clamp(.75rem,.75vw,.875rem);font-weight:500;line-height:1.4}.home-support-team__title{color:#171614;letter-spacing:-.045em;margin-top:clamp(1.5rem,1.6vw,1.9rem);font-size:clamp(2.65rem,3.05vw,3.65rem);font-weight:700;line-height:1.16}.home-support-team__title span{white-space:nowrap;display:block}.home-support-team__rule{background:#aa8060;width:clamp(3rem,3.2vw,3.75rem);height:2px;margin-top:clamp(1.75rem,1.9vw,2.25rem);display:block}.home-support-team__description{color:#5f5b56;max-width:34rem;margin-top:clamp(1.7rem,1.85vw,2.2rem);font-size:clamp(.98rem,1vw,1.18rem);font-weight:400;line-height:1.82}@media (width>=75rem) and (width<=100rem){.home-support-team{--home-support-team-height:clamp(48rem, calc(100vh - var(--header-height)), 51rem)}.home-support-team__inner{grid-template-columns:minmax(0,38%) minmax(0,62%)}.home-support-team__copy{max-width:31rem}.home-support-team__title{font-size:clamp(2.65rem,3vw,3rem)}.home-support-team__description{max-width:29rem;line-height:1.72}}.home-factory-credibility{background:var(--color-section-background)}.home-factory-credibility__visual{background:var(--color-section-background);isolation:isolate;min-height:clamp(34rem,35.5vw,42.75rem);position:relative;overflow:hidden}.home-factory-credibility__image{z-index:0;object-fit:cover;object-position:center center;width:100%;max-width:none;height:100%;position:absolute;inset:0}.home-factory-credibility__image-blend{z-index:1;background:linear-gradient(90deg, var(--color-section-background) 0%, #f3f0ea 20%, #f3f0eaf7 27%, #f3f0ead1 34%, #f3f0ea7a 41%, #f3f0ea24 48%, #f3f0ea00 55%);pointer-events:none;position:absolute;inset:0}.home-factory-credibility__visual-inner{z-index:2;grid-template-columns:minmax(0,35%) minmax(0,65%);align-items:center;min-height:clamp(34rem,35.5vw,42.75rem);display:grid;position:relative}.home-factory-credibility__copy{max-width:34rem;padding-block:clamp(4.5rem,5vw,6rem)}.home-factory-credibility__eyebrow{color:#987456;letter-spacing:.12em;font-size:clamp(.78rem,.78vw,.92rem);font-weight:500;line-height:1.4}.home-factory-credibility__title{color:#171614;letter-spacing:-.025em;margin-top:clamp(1.25rem,1.45vw,1.75rem);font-size:clamp(3.35rem,3.55vw,4.25rem);font-weight:700;line-height:1.09}.home-factory-credibility__title span{white-space:nowrap;display:block}.home-factory-credibility__rule{background:#aa8060;width:clamp(3rem,3.2vw,3.75rem);height:2px;margin-top:clamp(1.65rem,1.8vw,2.15rem);display:block}.home-factory-credibility__description{color:#5f5b56;max-width:31rem;margin-top:clamp(1.55rem,1.75vw,2rem);font-size:clamp(1rem,1vw,1.18rem);font-weight:400;line-height:1.78}.home-factory-credibility__stats{background:var(--color-section-background);border-top:1px solid #98745617;min-height:clamp(12.25rem,13.7vw,16rem)}.home-factory-credibility__stats-list{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;min-height:clamp(12.25rem,13.7vw,16rem);display:grid}.factory-stat-item{grid-template-columns:auto auto;justify-content:center;align-items:center;gap:clamp(.75rem,1vw,1.25rem);min-width:0;padding-inline:clamp(1.25rem,2.1vw,2.5rem);display:grid;position:relative;transform:translateY(-.75rem)}.factory-stat-item:not(:first-child):before{content:"";background:#98745638;width:1px;height:clamp(4.5rem,4.9vw,6rem);position:absolute;top:50%;left:0;transform:translateY(-50%)}.factory-stat-item__icon{color:#985722;border:1px solid #aa806057;border-radius:50%;place-items:center;width:clamp(3.25rem,3.4vw,4.05rem);height:clamp(3.25rem,3.4vw,4.05rem);display:grid}.factory-stat-item__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.05px;width:64%;height:64%}.factory-stat-item__copy{min-width:0}.factory-stat-item__value{color:#8f501f;letter-spacing:-.025em;white-space:nowrap;font-size:clamp(1.5rem,1.65vw,1.95rem);font-weight:500;line-height:1.08}.factory-stat-item__description{color:#5f5b56;max-width:15rem;margin-top:clamp(.5rem,.55vw,.65rem);font-size:clamp(.78rem,.78vw,.88rem);font-weight:400;line-height:1.45}@media (width>=75rem) and (width<=100rem){.home-factory-credibility__image,.home-factory-credibility__visual-inner{min-height:34rem}.home-factory-credibility__image{object-position:52% center}.home-factory-credibility__image-blend{background:linear-gradient(90deg, var(--color-section-background) 0%, #f3f0ea 22%, #f3f0eaf7 29%, #f3f0ead1 36%, #f3f0ea75 43%, #f3f0ea1f 50%, #f3f0ea00 57%)}.home-factory-credibility__visual-inner{grid-template-columns:minmax(0,38%) minmax(0,62%)}.home-factory-credibility__copy{max-width:28rem}.home-factory-credibility__title{font-size:clamp(3.25rem,3.7vw,3.7rem)}.home-factory-credibility__description{max-width:27.5rem;line-height:1.7}.factory-stat-item{gap:clamp(.85rem,1.25vw,1.25rem);padding-inline:clamp(.85rem,1.55vw,1.55rem)}.factory-stat-item__icon{width:clamp(3.2rem,3.6vw,3.65rem);height:clamp(3.2rem,3.6vw,3.65rem)}.factory-stat-item__value{font-size:clamp(1.45rem,1.65vw,1.7rem)}.factory-stat-item__description{font-size:clamp(.78rem,.8vw,.84rem)}}.home-sample-delivery{background:var(--color-section-background)}.home-sample-delivery__visual{background:var(--color-section-background);isolation:isolate;min-height:clamp(31.5rem,35vw,38rem);position:relative;overflow:hidden}.home-sample-delivery__visual-inner{z-index:2;grid-template-columns:minmax(0,40%) minmax(0,60%);align-items:center;min-height:clamp(31.5rem,35vw,38rem);display:grid;position:relative}.home-sample-delivery__copy{max-width:43rem;padding-block:clamp(4.5rem,5vw,6rem)}.home-sample-delivery__title{color:#171614;letter-spacing:-.03em;font-size:clamp(3rem,3.05vw,3.75rem);font-weight:700;line-height:1.14}.home-sample-delivery__title span{white-space:nowrap;display:block}.home-sample-delivery__rule{background:#aa8060;width:clamp(3rem,3.2vw,3.75rem);height:2px;margin-top:clamp(1.7rem,1.85vw,2.2rem);display:block}.home-sample-delivery__description{color:#5f5b56;max-width:29rem;margin-top:clamp(1.6rem,1.75vw,2rem);font-size:clamp(1rem,1vw,1.18rem);font-weight:400;line-height:1.75}.home-sample-delivery__image{z-index:1;object-fit:contain;object-position:right bottom;pointer-events:none;width:clamp(49rem,56.5vw,68rem);max-width:none;height:auto;position:absolute;bottom:clamp(-1.5rem,-1vw,-.75rem);right:clamp(1.25rem,2vw,2.5rem)}.home-sample-delivery__process{background:var(--color-section-background);border-top:1px solid #98745614}.home-sample-delivery__steps{--sample-delivery-step-gap:clamp(2.5rem, 3.1vw, 3.75rem);align-items:start;column-gap:var(--sample-delivery-step-gap);grid-template-columns:repeat(6,minmax(0,1fr));min-height:clamp(20.5rem,21vw,24rem);padding-block:clamp(3.5rem,4vw,4.75rem) clamp(4rem,4.5vw,4.5rem);list-style:none;display:grid}.delivery-process-step{grid-template-rows:clamp(3rem,3.3vw,3.8rem) clamp(4rem,4.3vw,5rem) auto;align-content:start;min-width:0;display:grid;position:relative}.delivery-process-step__number{color:#8f5d37;letter-spacing:-.025em;font-size:clamp(1.8rem,1.9vw,2.3rem);font-weight:500;line-height:1}.delivery-process-step__title{color:#171614;letter-spacing:-.02em;align-self:start;font-size:clamp(1rem,1.05vw,1.25rem);font-weight:700;line-height:1.32}.delivery-process-step__description{color:#5f5b56;max-width:13.5rem;font-size:clamp(.84rem,.79vw,.96rem);font-weight:400;line-height:1.58}.delivery-process-step__arrow{top:clamp(4.15rem,4.5vw,5.1rem);right:calc(var(--sample-delivery-step-gap) / -2);color:#9b6b47;pointer-events:none;width:clamp(1.45rem,1.65vw,2rem);position:absolute;transform:translate(50%,-50%)}.delivery-process-step__arrow svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:100%;height:auto;display:block}@media (width>=75rem) and (width<=100rem){.home-sample-delivery__visual,.home-sample-delivery__visual-inner{min-height:clamp(31.5rem,35vw,35rem)}.home-sample-delivery__visual-inner{grid-template-columns:minmax(0,42%) minmax(0,58%)}.home-sample-delivery__copy{max-width:35rem}.home-sample-delivery__title{font-size:clamp(3rem,3.35vw,3.35rem)}.home-sample-delivery__description{max-width:27rem;line-height:1.68}.home-sample-delivery__image{width:clamp(49rem,56vw,56rem);bottom:-.8rem;right:clamp(1rem,2vw,2rem)}.home-sample-delivery__steps{--sample-delivery-step-gap:clamp(2rem, 2.6vw, 2.6rem);min-height:20.5rem;padding-block:3.35rem 4.5rem}.delivery-process-step{grid-template-rows:2.85rem 4.2rem auto}.delivery-process-step__number{font-size:clamp(1.7rem,2vw,2rem)}.delivery-process-step__title{font-size:clamp(.98rem,1.15vw,1.15rem)}.delivery-process-step__description{font-size:clamp(.8rem,.92vw,.88rem);line-height:1.5}.delivery-process-step__arrow{width:clamp(1.3rem,1.65vw,1.6rem);top:4.1rem}}.home-innovation-timeline{background:var(--color-section-background)}.home-innovation-timeline__intro{background:var(--color-section-background);isolation:isolate;min-height:clamp(22rem,24vw,26rem);position:relative;overflow:hidden}.home-innovation-timeline__image{z-index:0;object-fit:cover;object-position:center 68%;opacity:.58;pointer-events:none;width:67%;max-width:none;height:100%;position:absolute;top:0;right:0}.home-innovation-timeline__blend{z-index:1;background:linear-gradient(90deg, var(--color-section-background) 0%, #f3f0ea 30%, #f3f0eaf5 38%, #f3f0eac7 47%, #f3f0ea61 58%, #f3f0ea14 73%, #f3f0ea00 100%), linear-gradient(0deg, var(--color-section-background) 0%, #f3f0eab8 6%, #f3f0ea00 24%);pointer-events:none;position:absolute;inset:0}.home-innovation-timeline__intro-inner{z-index:2;grid-template-columns:minmax(0,58%) minmax(0,42%);align-items:center;min-height:clamp(22rem,24vw,26rem);display:grid;position:relative}.home-innovation-timeline__copy{max-width:55rem;padding-block:clamp(3.5rem,4vw,4.75rem)}.home-innovation-timeline__eyebrow{color:#985722;letter-spacing:.1em;font-size:clamp(.76rem,.78vw,.9rem);font-weight:500;line-height:1.4}.home-innovation-timeline__title{color:#171614;letter-spacing:-.035em;white-space:nowrap;margin-top:clamp(1.1rem,1.25vw,1.5rem);font-size:clamp(3rem,3.1vw,3.75rem);font-weight:700;line-height:1.12}.home-innovation-timeline__rule{background:#aa8060;width:clamp(3rem,3.2vw,3.75rem);height:2px;margin-top:clamp(1.45rem,1.6vw,1.9rem);display:block}.home-innovation-timeline__description{color:#5f5b56;max-width:34rem;margin-top:clamp(1.4rem,1.55vw,1.8rem);font-size:clamp(1rem,1vw,1.16rem);font-weight:400;line-height:1.72}.home-innovation-timeline__timeline{background:var(--color-section-background)}.home-innovation-timeline__rows{padding-block:clamp(.5rem,1vw,1.25rem) clamp(4rem,4.5vw,5.25rem)}.innovation-timeline-row{--innovation-card-height:clamp(11rem, 10.5vw, 12rem);--innovation-connector-height:clamp(1.8rem, 1.9vw, 2.25rem);--innovation-node-size:clamp(.72rem, .74vw, .875rem);--innovation-column-gap:clamp(1.25rem, 1.35vw, 1.75rem);position:relative}.innovation-timeline-row+.innovation-timeline-row{margin-top:clamp(2.75rem,3vw,3.75rem)}.innovation-timeline-row:after{z-index:0;top:calc(var(--innovation-card-height) + var(--innovation-connector-height));right:calc(var(--page-gutter) * -1);left:calc(var(--page-gutter) * -1);content:"";background:#985722b8;height:1px;position:absolute}.innovation-timeline-row__grid{column-gap:var(--innovation-column-gap);grid-template-columns:repeat(8,minmax(0,1fr));list-style:none;display:grid}.innovation-milestone{z-index:1;min-width:0;min-height:calc(var(--innovation-card-height) + var(--innovation-connector-height) + (var(--innovation-node-size) / 2));position:relative}.innovation-milestone:before{top:var(--innovation-card-height);width:1px;height:var(--innovation-connector-height);content:"";background:#98572285;position:absolute;left:50%;transform:translate(-50%)}.innovation-milestone:after{top:calc(var(--innovation-card-height) + var(--innovation-connector-height) - (var(--innovation-node-size) / 2));width:var(--innovation-node-size);height:var(--innovation-node-size);background:var(--color-section-background);content:"";border:1.5px solid #985722;border-radius:50%;position:absolute;left:50%;transform:translate(-50%)}.innovation-milestone-card{height:var(--innovation-card-height);text-align:center;background:#fffdf86b;border:1px solid #aa806038;border-radius:.35rem;grid-template-rows:clamp(3.25rem,3.45vw,4rem) clamp(2rem,2.15vw,2.5rem) 1fr;place-items:start center;min-width:0;padding:clamp(.9rem,1.05vw,1.25rem) clamp(.7rem,.85vw,1rem);display:grid}.innovation-milestone-card__icon{fill:none;stroke:#985722;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:clamp(2.35rem,2.5vw,3rem);height:clamp(2.35rem,2.5vw,3rem)}.innovation-milestone-card__year{color:#8f501f;letter-spacing:-.025em;font-size:clamp(1.15rem,1.18vw,1.4rem);font-weight:700;line-height:1.15}.innovation-milestone-card__title{color:#24211e;overflow-wrap:normal;max-width:100%;font-size:clamp(.78rem,.76vw,.9rem);font-weight:500;line-height:1.42}@media (width>=75rem) and (width<=100rem){.home-innovation-timeline__intro,.home-innovation-timeline__intro-inner{min-height:22rem}.home-innovation-timeline__image{object-position:center 68%;opacity:.56;width:65%}.home-innovation-timeline__intro-inner{grid-template-columns:minmax(0,60%) minmax(0,40%)}.home-innovation-timeline__copy{max-width:46rem}.home-innovation-timeline__title{font-size:clamp(2.65rem,3.35vw,3.35rem)}.home-innovation-timeline__description{max-width:31rem;line-height:1.65}.home-innovation-timeline__rows{padding-block:.65rem 3.5rem}.innovation-timeline-row{--innovation-card-height:11rem;--innovation-connector-height:1.75rem;--innovation-node-size:.75rem;--innovation-column-gap:clamp(.7rem, .9vw, .9rem)}.innovation-timeline-row+.innovation-timeline-row{margin-top:2.5rem}.innovation-milestone-card{border-radius:.3rem;grid-template-rows:3rem 2rem 1fr;padding:.78rem .58rem}.innovation-milestone-card__icon{width:clamp(2rem,2.4vw,2.4rem);height:clamp(2rem,2.4vw,2.4rem)}.innovation-milestone-card__year{font-size:clamp(1rem,1.35vw,1.2rem)}.innovation-milestone-card__title{font-size:clamp(.72rem,.86vw,.8rem);line-height:1.36}}.home-customer-reviews{background:var(--color-section-background);isolation:isolate;position:relative;overflow:hidden}.home-customer-reviews__background{z-index:1;object-fit:cover;object-position:center;opacity:1;pointer-events:none;width:100%;max-width:none;height:100%;position:absolute;inset:0}.home-customer-reviews__inner{z-index:2;grid-template-columns:minmax(0,.36fr) minmax(0,.64fr);align-items:center;gap:clamp(2.5rem,3.4vw,4.25rem);min-height:clamp(48rem,50vw,59rem);padding-block:clamp(4.5rem,5vw,6rem);display:grid;position:relative}.home-customer-reviews__copy{min-width:0;max-width:38rem}.home-customer-reviews__eyebrow{color:#985722;letter-spacing:.2em;font-size:clamp(.76rem,.78vw,.9rem);font-weight:500;line-height:1.4}.home-customer-reviews__title{color:#171614;letter-spacing:-.038em;margin-top:clamp(1.3rem,1.55vw,1.8rem);font-size:clamp(3.35rem,3.55vw,4.25rem);font-weight:700;line-height:1.12}.home-customer-reviews__title span{white-space:nowrap;display:block}.home-customer-reviews__rule{background:#aa8060;width:clamp(3rem,3.2vw,3.75rem);height:2px;margin-top:clamp(1.5rem,1.65vw,1.95rem);display:block}.home-customer-reviews__description{color:#5f5b56;max-width:34rem;margin-top:clamp(1.4rem,1.6vw,1.9rem);font-size:clamp(1rem,1vw,1.16rem);line-height:1.7}.customer-reviews-trust{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.8rem,1.1vw,1.3rem);max-width:37rem;margin-top:clamp(2.7rem,3.2vw,3.9rem);list-style:none;display:grid}.customer-reviews-trust__item{text-align:center;grid-template-rows:auto minmax(2.8rem,auto);place-items:start center;gap:clamp(.75rem,.9vw,1rem);min-width:0;display:grid}.customer-reviews-trust__icon{width:clamp(2.8rem,3vw,3.5rem);height:clamp(2.8rem,3vw,3.5rem)}.customer-reviews-trust__label{color:#3c3935;font-size:clamp(.8rem,.82vw,.95rem);font-weight:400;line-height:1.42}.home-customer-reviews__panels{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:clamp(1rem,1.2vw,1.45rem);min-width:0;display:grid}.customer-review-panel{aspect-ratio:1/2;background:#f1eee8;border:1px solid #aa806029;border-radius:clamp(.45rem,.55vw,.7rem);min-width:0;margin:0;overflow:hidden;box-shadow:0 .75rem 2rem #493b2c14}.customer-review-panel__image{object-fit:contain;width:100%;height:100%}@media (width>=75rem) and (width<=100rem){.home-customer-reviews__inner{grid-template-columns:minmax(0,.36fr) minmax(0,.64fr);gap:clamp(2rem,2.8vw,2.75rem);min-height:48rem;padding-block:4.25rem}.home-customer-reviews__copy{max-width:31rem}.home-customer-reviews__title{font-size:clamp(2.9rem,3.65vw,3.5rem)}.home-customer-reviews__description{max-width:28rem;font-size:clamp(.96rem,1.15vw,1.05rem);line-height:1.62}.customer-reviews-trust{gap:clamp(.45rem,.7vw,.65rem);max-width:30rem;margin-top:2.8rem}.customer-reviews-trust__item{grid-template-rows:auto minmax(2.6rem,auto);gap:.7rem}.customer-reviews-trust__icon{width:clamp(2.45rem,3.2vw,2.9rem);height:clamp(2.45rem,3.2vw,2.9rem)}.customer-reviews-trust__label{font-size:clamp(.72rem,.9vw,.82rem);line-height:1.38}.home-customer-reviews__panels{gap:clamp(.75rem,1vw,1rem)}}.home-order-follow-up{background:var(--color-section-background)}.home-order-follow-up__inner{padding-block:clamp(4.75rem,5.6vw,6.75rem) clamp(6rem,6.8vw,8rem)}.home-order-follow-up__header{text-align:center;justify-items:center;display:grid}.home-order-follow-up__heading{color:var(--color-text);letter-spacing:-.04em;white-space:nowrap;font-size:clamp(3.25rem,3.4vw,4.05rem);font-weight:700;line-height:1.12}.home-order-follow-up__label-row{grid-template-columns:clamp(4rem,5.2vw,6.25rem) auto clamp(4rem,5.2vw,6.25rem);align-items:center;gap:clamp(1.25rem,1.5vw,1.8rem);margin-top:clamp(1.7rem,1.9vw,2.25rem);display:grid}.home-order-follow-up__label-rule{background:#98572257;height:1px}.home-order-follow-up__label{color:#7f4218;letter-spacing:.01em;white-space:nowrap;font-size:clamp(1.55rem,1.55vw,1.85rem);font-weight:500;line-height:1.3}.home-order-follow-up__description{max-width:49rem;color:var(--color-text-muted);margin-top:clamp(.8rem,1vw,1.15rem);font-size:clamp(1rem,1vw,1.18rem);line-height:1.72}.home-order-follow-up__grid{--order-follow-up-column-gap:clamp(1.5rem, 2.15vw, 2.55rem);column-gap:var(--order-follow-up-column-gap);grid-template-columns:repeat(5,minmax(0,1fr));row-gap:clamp(5rem,5.5vw,6.5rem);margin-top:clamp(4.75rem,5.3vw,6.25rem);list-style:none;display:grid}.order-follow-up-step{--order-follow-up-number-width:clamp(2.75rem, 3vw, 3.5rem);grid-template-columns:var(--order-follow-up-number-width) minmax(0, 1fr);align-items:start;column-gap:clamp(.65rem,.78vw,.95rem);min-width:0;display:grid;position:relative}.order-follow-up-step:not(:nth-child(5n)):after{top:.15rem;right:calc(var(--order-follow-up-column-gap) / -2);content:"";background:#9857222e;width:1px;height:calc(100% - .3rem);position:absolute}.order-follow-up-step__number{color:#7f4218;letter-spacing:-.045em;white-space:nowrap;font-size:clamp(2.15rem,2.35vw,2.8rem);font-style:italic;font-weight:500;line-height:1.35}.order-follow-up-step__content{min-width:0}.order-follow-up-step__title{--order-follow-up-arrow-tip:.9rem;width:calc(100% - var(--order-follow-up-arrow-tip));color:#613012;background:#e5d9cdc7;align-items:center;max-width:11.35rem;height:3.75rem;padding:.45rem .9rem;font-size:clamp(.86rem,.86vw,1rem);font-weight:500;line-height:1.32;display:grid;position:relative}.order-follow-up-step__title:after{border-top:1.875rem solid #0000;border-bottom:1.875rem solid #0000;border-left:var(--order-follow-up-arrow-tip) solid #e5d9cdc7;content:"";width:0;height:0;position:absolute;top:0;left:100%}.order-follow-up-step__description{color:#625e58;max-width:12rem;margin-top:clamp(1.15rem,1.25vw,1.5rem);font-size:clamp(.85rem,.87vw,1rem);line-height:1.58}@media (width>=75rem) and (width<=100rem){.home-order-follow-up__inner{padding-block:4.4rem 5.5rem}.home-order-follow-up__heading{font-size:clamp(3rem,3.65vw,3.45rem)}.home-order-follow-up__label-row{margin-top:1.55rem}.home-order-follow-up__label{font-size:clamp(1.35rem,1.75vw,1.55rem)}.home-order-follow-up__description{max-width:43rem;font-size:clamp(.94rem,1.12vw,1.02rem)}.home-order-follow-up__grid{--order-follow-up-column-gap:clamp(1rem, 1.65vw, 1.5rem);row-gap:4.35rem;margin-top:4.25rem}.order-follow-up-step{--order-follow-up-number-width:clamp(2.35rem, 3vw, 2.75rem);column-gap:clamp(.5rem,.72vw,.65rem)}.order-follow-up-step__number{font-size:clamp(1.9rem,2.45vw,2.2rem)}.order-follow-up-step__title{--order-follow-up-arrow-tip:.72rem;max-width:10.6rem;height:3.35rem;padding:.35rem .72rem;font-size:clamp(.76rem,.96vw,.86rem)}.order-follow-up-step__title:after{border-top-width:1.675rem;border-bottom-width:1.675rem}.order-follow-up-step__description{max-width:10.75rem;margin-top:1.05rem;font-size:clamp(.76rem,.95vw,.85rem);line-height:1.52}}
