@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}

:root{--paper:#f8f7f4;--white:#fff;--ink:#242726;--muted:#676a66;--line:#dcded8;--red:#b73530;--dark:#252a27;--display:'Barlow Condensed','Arial Narrow',sans-serif;--body:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--body)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:5px}button{border:0}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.05}h1,h2{font-family:var(--display);font-weight:600;letter-spacing:-.025em}h2{font-size:clamp(36px,3.5vw,55px)}p{color:var(--muted)}img{display:block;max-width:100%}.topbar{min-height:36px;padding:8px 4%;background:var(--dark);color:#e9eae4;display:flex;justify-content:space-between;gap:20px;font-size:11px;letter-spacing:1.2px}.topbar .sep{margin:0 10px;color:#83867f}.demo{color:#d2c9b9}header{height:94px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 4%;background:#f8f7f4ed;backdrop-filter:blur(16px);position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;line-height:1;font-family:var(--display);font-weight:700;font-size:28px;letter-spacing:.01em}.brand img{width:60px;height:55px;object-fit:contain}.brand>span>span{display:block;font-size:21px;letter-spacing:.17em;margin-top:4px}.header-actions{display:flex;gap:20px;align-items:center}nav{display:flex;gap:28px;font-size:14px;font-weight:550}nav a:hover,.text-link:hover{color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:16px 23px;font-weight:550;font-size:14px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button span{font-size:20px;line-height:1}.button.small{padding:12px 18px}.dark{background:var(--dark);color:#fff}.red{background:var(--red);color:white}.light{background:#f4f3ed;color:var(--dark)}.icon-button{width:28px;height:32px;background:none;padding:0}.icon-button svg{width:24px}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:625px}.hero-copy{padding:80px 7% 25px 8%}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:600;display:block;margin-bottom:22px;color:inherit}.hero .eyebrow{display:flex;align-items:center;gap:13px}.line{width:28px;height:2px;background:var(--red)}h1{font-size:clamp(58px,5.8vw,88px);line-height:1.02;letter-spacing:-.03em}h1 em{font-style:normal;color:var(--red)}.lede{font-size:17px;max-width:435px;margin-top:26px;line-height:1.8}.actions{display:flex;gap:27px;align-items:center;margin-top:32px}.text-link{display:inline-flex;gap:20px;align-items:center;font-weight:600;font-size:14px;border-bottom:1px solid currentColor;padding-bottom:4px}.hero-foot{display:flex;gap:24px;justify-content:space-between;border-top:1px solid var(--line);padding-top:21px;margin-top:60px;font-size:10px;letter-spacing:1px;color:var(--muted)}.hero-display{position:relative;overflow:hidden;background:#e6e7e1;padding:32px 35px 18px;display:flex;flex-direction:column;justify-content:space-between}.display-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.5px;position:relative;z-index:2}.product-orbit{position:absolute;width:440px;height:440px;border:1px solid #c6c9bf;left:50%;top:43%;transform:translate(-50%,-50%);border-radius:50%;box-shadow:0 0 0 40px #ffffff18,0 0 0 80px #ffffff12}.hero-product{position:relative;width:100%;height:355px;object-fit:contain;mix-blend-mode:multiply;z-index:1;transition:transform .5s}.hero-display:hover .hero-product{transform:scale(1.03) rotate(-2deg)}.display-bottom{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #bec2b6;padding-top:20px}.display-bottom .eyebrow{font-size:10px;margin-bottom:10px}.display-bottom h2{font-size:34px}.display-bottom p{font-size:13px;margin-top:7px}.circle-link{width:49px;height:49px;border:1px solid #adb3a4;border-radius:50%;display:grid;place-items:center;font-size:25px;background:#ffffff70;backdrop-filter:blur(8px)}.image-caption{font-size:10px;letter-spacing:.3px;color:#747970;margin-top:20px}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 4%;border-bottom:1px solid var(--line);gap:20px}.trust-strip>div{display:flex;align-items:center;gap:16px;border-right:1px solid var(--line)}.trust-strip>div:last-child{border:0}.trust-strip span{font-size:12px;color:var(--muted)}.trust-strip strong{font-size:13px;font-weight:550;color:var(--ink)}.trust-strip .trust-icon{font-size:30px;color:var(--ink)}.section{padding:85px 4%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:34px;gap:35px}.section-heading p:not(.eyebrow){font-size:14px}.red-text{color:var(--red)}.section-heading .eyebrow{margin-bottom:16px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.category{padding:0;text-align:left;background:none}.category-image{position:relative;background:#eeefea;height:280px;overflow:hidden}.category-image img{width:100%;height:100%;object-fit:contain;padding:32px;mix-blend-mode:multiply;transition:transform .4s}.category:hover img{transform:scale(1.06)}.category-number{position:absolute;top:17px;left:19px;color:#6c7169;font-size:12px}.category-label{display:flex;justify-content:space-between;align-items:center;padding:22px 0}.category-label h3{font-size:23px;font-weight:550;letter-spacing:-.5px}.category-label p{font-size:13px;margin-top:9px}.category-label>span{font-size:25px}.category-note{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:23px;font-size:13px;color:var(--muted);gap:20px}.category-note a{font-weight:600;color:var(--ink)}.showroom{background:#efeee9}.filters{display:flex;gap:5px;flex-wrap:wrap}.filters button{background:none;font-size:13px;padding:10px 16px;border-radius:2px}.filters .active{background:var(--dark);color:white}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:#fafaf7;text-align:left;padding:0;display:flex;flex-direction:column}.product-card .product-image{height:210px;display:grid;place-items:center;padding:20px;overflow:hidden}.product-image img{width:100%;height:180px;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s}.product-card:hover img{transform:scale(1.06)}.product-info{padding:22px;border-top:1px solid #e5e5df;flex:1}.product-info .eyebrow{font-size:10px;color:var(--muted);margin-bottom:12px}.product-info h3{font-size:19px;line-height:1.3;font-weight:550;min-height:49px}.product-info>p{font-size:12px;margin-top:10px}.product-info .text-link{margin-top:22px;font-size:12px;border-bottom:0;width:100%;justify-content:space-between}.collection-note{font-size:12px;max-width:820px;margin-top:24px}.spotlight{display:grid;grid-template-columns:1.1fr 1fr}.spotlight-image{background:#e4e6df;padding:46px 7%;display:flex;flex-direction:column;justify-content:space-between;min-height:650px;overflow:hidden}.spotlight-image img{width:100%;height:320px;object-fit:contain;mix-blend-mode:multiply;transform:rotate(-13deg)}.detail-caption{font-size:11px;letter-spacing:2px;color:#666e60}.spotlight-copy{padding:65px 10%}.spotlight-copy>p:not(.eyebrow){margin-top:22px;font-size:14px}.specs{margin:27px 0 18px}.specs div{display:flex;justify-content:space-between;gap:25px;font-size:13px;padding:12px 0;border-bottom:1px solid var(--line)}dt{color:var(--muted)}dd{margin:0;font-weight:500;text-align:right}.spotlight-copy details{font-size:13px;margin:15px 0 24px}.spotlight-copy details p{padding-top:15px}.guide{background:var(--dark);color:#f2f2eb;display:grid;grid-template-columns:1fr 1fr;gap:11%;padding-top:80px;padding-bottom:80px}.guide-intro h2{font-size:57px}.guide-intro>p:not(.eyebrow){color:#babeb6;font-size:15px;max-width:430px;margin:24px 0 30px}.guide .eyebrow{color:#b9c0b4}.guide-small{display:block;font-size:9px;letter-spacing:1px;color:#acb4a6;margin-top:20px}.guide-steps article{display:flex;gap:25px;padding:0 0 25px;margin-bottom:25px;border-bottom:1px solid #485045}.guide-steps article:last-child{margin-bottom:0;border:0;padding:0}.guide-steps article>span{font-family:var(--display);font-size:27px;color:#9aab89;line-height:1}.guide-steps h3{font-size:19px;font-weight:500}.guide-steps p{font-size:13px;color:#b8bfb3;margin-top:12px}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.journal-grid button{background:#eceee7;padding:30px;text-align:left;min-height:290px;border-top:2px solid #bfc6b6;transition:background .2s}.journal-grid button:nth-child(2){background:#e8e6e0;border-top-color:#c4b7a5}.journal-grid button:nth-child(3){background:#e7e9e8;border-top-color:#a5b2ad}.journal-grid button:hover{background:#dedfd8}.article-index{font-size:10px;letter-spacing:1.5px;color:#69715f}.journal-grid h3{font-family:var(--display);font-size:34px;font-weight:500;margin-top:28px;line-height:1.1}.journal-grid p{font-size:13px;margin-top:15px}.journal-grid .text-link{margin-top:26px;font-size:12px}.responsible{padding:50px 4%;display:grid;grid-template-columns:.7fr 1fr 1.3fr;align-items:start;gap:6%;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.responsible>.eyebrow{font-size:11px;color:var(--red);margin:10px 0}.responsible h2{font-size:46px}.responsible>div p{font-size:14px}.responsible .text-link{font-size:12px;margin-top:18px}.about{display:grid;grid-template-columns:1fr 1fr;gap:13%}.about h2{font-size:58px}.about>div>p:not(.eyebrow){font-size:14px;max-width:440px;margin-top:23px}.about .text-link{margin-top:30px}.location-card{background:#e4e5dd;padding:30px 40px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #d0d4c8;position:relative;overflow:hidden}.location-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1px}.location-title{font-family:var(--display);font-size:49px;line-height:1.05;margin:45px 0;color:#4e5944}.location-address{border-top:1px solid #bdc4b3;padding-top:23px}.location-address>span{font-size:10px;letter-spacing:1.4px}.location-address p{font-size:15px;color:#50574b;margin-top:10px}.location-address a{display:inline-block;font-size:13px;font-weight:550;border-bottom:1px solid #869079;margin-top:15px}.location-address .small-note{font-size:11px;margin-top:18px}.policies{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding-top:20px}.policies h2{font-size:43px}.policies>div>p:not(.eyebrow){font-size:14px;margin-top:20px}details{border-bottom:1px solid var(--line);padding:19px 0}summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:20px;font-weight:550;font-size:14px}summary::-webkit-details-marker{display:none}summary span{font-size:20px;line-height:1}details[open] summary span{transform:rotate(45deg)}.policy-list details p{font-size:13px;margin-top:15px}.policy-list a{display:inline-block;margin-top:15px;font-size:13px;text-decoration:underline}.contact{background:#eeede7;display:grid;grid-template-columns:1fr 1fr;gap:12%}.contact h2{font-size:57px}.contact>div>p:not(.eyebrow){font-size:14px;max-width:410px;margin-top:25px}.phone{font-family:var(--display);font-size:35px;display:inline-block;margin-top:27px}.contact .hours{font-size:12px!important;margin-top:8px!important}.form-notice{border-top:1px solid #d3d6cc;padding-top:20px;margin-top:30px;max-width:380px;font-size:12px}.form-notice p{margin-top:7px}form{padding-top:5px}label{display:block;font-size:12px;font-weight:550;margin-bottom:19px}label>span{font-weight:400;color:var(--muted)}input,select,textarea{display:block;width:100%;border:1px solid #cdd0c5;border-radius:0;background:#f8f8f3;color:var(--ink);padding:13px 14px;margin-top:8px;font-size:14px;min-width:0}textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-status{font-size:13px;margin-top:15px}footer{background:#202522;color:#e9eae4;padding:60px 4% 20px}.footer-top{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:45px}.footer-brand{font-family:var(--display);font-size:35px;line-height:.97;letter-spacing:.04em;font-weight:600}.footer-brand>span{font-size:25px;letter-spacing:.15em}.footer-brand p{font:12px/1.6 var(--body);letter-spacing:0;margin-top:20px;color:#b0b8ac}.footer-top h3{font-size:13px;margin-bottom:23px;font-weight:550}.footer-top a,.footer-top>div>p{display:block;font:12px/1.9 var(--body);color:#b2bbae;margin:8px 0}.footer-bottom{border-top:1px solid #41483d;margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:10px}.footer-bottom p{color:#9da797}.mobile-bar{display:none}.skip{position:fixed;left:10px;top:-60px;background:white;padding:10px;z-index:100}.skip:focus{top:10px}dialog{border:0;background:var(--paper);color:var(--ink);width:min(670px,92vw);padding:45px;max-height:85vh;overflow:auto;box-shadow:0 20px 90px #0004}dialog::backdrop{background:#111b15a8;backdrop-filter:blur(7px)}.close-dialog{position:absolute;right:15px;top:8px;background:none;font-size:30px;line-height:1;padding:8px}.dialog-image{width:100%;height:230px;object-fit:contain;mix-blend-mode:multiply;margin-bottom:22px}dialog h2{font-size:40px;margin-bottom:20px}dialog p{font-size:15px;margin:15px 0}.dialog-note{border-top:1px solid var(--line);padding-top:15px;font-size:12px!important}.search-label{margin:20px 0 0}.search-result{display:flex;align-items:center;gap:20px;padding:14px 0;background:none;width:100%;text-align:left;border-bottom:1px solid var(--line)}.search-result img{width:85px;height:65px;object-fit:contain;mix-blend-mode:multiply}.search-result span{font-size:14px}.search-result small{display:block;color:var(--muted);font-size:12px}body.dialog-open{overflow:hidden}[hidden]{display:none!important}
@media(min-width:1600px){body{max-width:1800px;margin:auto}.hero-copy{padding-top:110px}.hero{min-height:720px}.hero-product{height:430px}}
@media(max-width:1150px){nav{gap:18px;font-size:12px}.header-actions{gap:14px}.hero-copy{padding-top:60px}.hero{min-height:580px}h1{font-size:65px}.actions{gap:18px;flex-wrap:wrap}.hero-foot{margin-top:35px;gap:10px}.hero-product{height:310px}.category-image{height:230px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card .product-image{height:250px}.product-image img{height:220px}.guide{gap:7%}.guide-intro h2{font-size:50px}.about{gap:7%}.footer-top{gap:25px}.header-actions .button{display:none}}
@media(max-width:760px){html{scroll-padding-top:78px}.topbar{font-size:9px;padding:9px 5%;min-height:30px}.topbar>span:nth-child(2){display:none}.topbar .demo{font-size:8px}header{height:77px;padding:0 5%}.brand{font-size:24px;gap:8px}.brand>span>span{font-size:17px}.brand img{width:44px;height:42px}.header-actions{gap:20px}.menu-toggle{display:block;font-size:24px}nav{display:none;position:absolute;left:0;right:0;top:77px;background:#f7f7f2f8;backdrop-filter:blur(14px);padding:15px 5% 25px;box-shadow:0 10px 15px #0001;flex-direction:column;gap:0;font-size:16px}nav.open{display:flex}nav a{padding:12px;border-bottom:1px solid var(--line)}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:43px 5% 25px}h1{font-size:clamp(54px,13vw,75px)}.eyebrow{font-size:10px}.lede{font-size:15px;max-width:420px;margin-top:22px}.actions{gap:20px;margin-top:25px}.button{font-size:12px;padding:14px 18px}.text-link{font-size:12px}.hero-foot{font-size:8px;gap:15px;margin-top:32px}.hero-display{padding:22px 5% 15px;min-height:405px}.hero-product{height:250px}.product-orbit{height:290px;width:290px}.display-top{font-size:8px}.display-bottom h2{font-size:28px}.display-bottom p{font-size:11px}.display-bottom .eyebrow{font-size:9px}.image-caption{font-size:9px;margin-top:10px}.trust-strip{grid-template-columns:1fr 1fr;padding:23px 5%;gap:20px 12px}.trust-strip>div:nth-child(2){border:0}.trust-strip .trust-icon{font-size:25px}.trust-strip>div{gap:10px}.trust-strip span,.trust-strip strong{font-size:10px}.section{padding:55px 5%}.section-heading{display:block;margin-bottom:25px}.section-heading h2{font-size:39px}.section-heading>p{margin-top:17px;font-size:13px!important}.category-grid{grid-template-columns:1fr;gap:20px}.category-image{height:255px}.category-label{padding:17px 0}.category-label h3{font-size:23px}.category-label p{font-size:12px}.category-note{display:block;font-size:12px;margin-top:8px}.category-note a{display:block;margin-top:12px}.filters{margin-top:22px;gap:3px}.filters button{font-size:12px;padding:8px 12px}.product-grid{gap:12px}.product-card .product-image{height:150px;padding:10px}.product-image img{height:130px}.product-info{padding:15px 12px}.product-info h3{font-size:16px;min-height:42px}.product-info .eyebrow{font-size:8px;letter-spacing:1px}.product-info>p{font-size:10px}.product-info .text-link{font-size:10px;gap:8px}.collection-note{font-size:11px}.spotlight{grid-template-columns:1fr}.spotlight-image{min-height:365px;padding:27px 5%}.spotlight-image img{height:230px;transform:rotate(-8deg)}.spotlight-copy{padding:42px 5%}.spotlight-copy h2{font-size:43px}.guide{grid-template-columns:1fr;gap:40px}.guide-intro h2{font-size:45px}.guide-intro>p:not(.eyebrow){font-size:14px}.guide-steps article{gap:20px}.journal-grid{grid-template-columns:1fr;gap:15px}.journal-grid button{min-height:260px;padding:25px}.journal-grid h3{font-size:35px;margin-top:22px}.journal-grid p{font-size:14px}.journal-grid .text-link{font-size:13px}.responsible{padding:40px 5%;grid-template-columns:1fr;gap:20px}.responsible h2{font-size:44px}.about{grid-template-columns:1fr;gap:30px}.about h2{font-size:46px}.location-card{padding:25px;min-height:400px}.location-title{font-size:43px;margin:30px 0}.policies{grid-template-columns:1fr;gap:25px;padding-top:0}.policies h2{font-size:38px}.contact{grid-template-columns:1fr;gap:35px}.contact h2{font-size:45px}.form-row{gap:12px}.form-notice{max-width:none}.phone{font-size:32px}input,select,textarea{font-size:16px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-brand{grid-column:1/-1}.footer-top h3{margin-bottom:16px}.footer-bottom{display:block;font-size:10px;line-height:1.8}.footer-bottom a{display:inline-block;margin-top:13px}footer{padding:45px 5% 90px}.mobile-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:35;background:#f8f7f4e8;backdrop-filter:blur(14px);border-top:1px solid #d4d7ce;padding:10px 5%;gap:10px;padding-bottom:max(10px,env(safe-area-inset-bottom))}.mobile-bar a{width:50%;text-align:center;padding:9px;font-size:12px;font-weight:600}.mobile-bar a:last-child{background:var(--dark);color:white}dialog{padding:38px 23px}.dialog-image{height:180px}dialog h2{font-size:34px}.hero-foot span:last-child{max-width:170px;text-align:right}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
