@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Saira+Stencil+One&display=swap";body,html,#root{margin:0;padding:0;font-family:Arial,sans-serif;overflow-x:hidden;color:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}*,*:before,*:after{box-sizing:border-box}.cta-1,.cta-2,.cta-3{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:fit-content;font-size:.9rem;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}.cta-1 img,.cta-2 img,.cta-3 img{width:16px;height:16px;object-fit:contain;transition:transform .25s ease,filter .25s ease}.cta-1{margin-top:32px;padding:16px 22px;color:#fff;background:#c6a36d;border:1px solid rgb(198 163 109)}.cta-1 img{filter:brightness(0) invert(1)}.cta-1:hover{color:#fff;background:transparent;border-color:#fff;transform:translateY(-2px)}.cta-1:hover img{transform:translate(4px)}.cta-2{margin-top:32px;padding:16px 22px;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.55)}.cta-2 img{filter:brightness(0) invert(1)}.cta-2:hover{color:#c6a36d;background:#ffffff14;border-color:#c6a36d;transform:translateY(-2px)}.cta-2:hover img{transform:translate(4px)}.cta-3{position:relative;margin-top:32px;padding:14px 0;color:#fff;background:transparent;border:0}.cta-3:after{content:"";position:absolute;left:0;bottom:5px;width:100%;height:1px;background:#c6a36d;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.cta-3 img{filter:brightness(0) invert(1)}.cta-3:hover{color:#c6a36d}.cta-3:hover:after{transform:scaleX(1)}.cta-3:hover img{transform:translate(4px)}@media(max-width:550px){.cta-1,.cta-2,.cta-3{font-size:.85rem}.cta-1,.cta-2{padding:15px 20px}}.site-header{position:relative;z-index:1000;width:100%;background:#2e393f;color:#fff}.site-header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1450px;min-height:92px;margin:0 auto;padding:0 clamp(25px,4vw,60px);box-sizing:border-box}.site-header__logo{display:flex;align-items:center;flex-shrink:0;width:190px;text-decoration:none}.site-header__logo img{display:block;width:100%;height:auto;object-fit:contain}.site-header__nav{display:flex;align-items:center;margin-left:auto}.site-header__links{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}.site-header__item{position:relative}.site-header__link{position:relative;display:inline-flex;align-items:center;min-height:92px;padding:0 17px;color:#ffffffd1;background:transparent;border:0;font-family:inherit;font-size:.79rem;font-weight:500;line-height:1;letter-spacing:.02em;text-decoration:none;cursor:pointer;transition:color .25s ease,background-color .25s ease}.site-header__link:hover,.site-header__item--active>.site-header__link{color:#fff}.site-header__dropdown-toggle{gap:8px}.site-header__chevron{display:flex;align-items:center;justify-content:center;width:12px;height:12px;transition:transform .3s ease}.site-header__chevron svg{display:block;width:11px;height:11px}.site-header__item--active .site-header__chevron{transform:rotate(180deg)}.site-header__contact-item{margin-left:14px}.site-header__contact-item .cta-1{min-height:auto}.site-header__dropdown{position:absolute;top:calc(100% - 1px);left:50%;z-index:100;width:650px;padding:30px;background:#2e393f;border-top:1px solid rgba(255,255,255,.12);box-shadow:0 25px 60px #00000038;opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;box-sizing:border-box}.site-header__item--active .site-header__dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.site-header__dropdown--about{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.75fr);gap:30px;width:760px}.site-header__dropdown-links{display:flex;flex-direction:column}.site-header__dropdown-links a{display:flex;align-items:center;justify-content:space-between;min-height:55px;padding:0 15px;color:#ffffffc7;border-bottom:1px solid rgba(255,255,255,.1);font-size:.86rem;font-weight:500;text-decoration:none;transition:color .25s ease,padding .25s ease}.site-header__dropdown-links a:first-child{border-top:1px solid rgba(255,255,255,.1)}.site-header__dropdown-links a:hover{padding-left:21px;color:#fff}.site-header__arrow{color:#c6a36d;font-size:1rem;transition:transform .25s ease}.site-header__dropdown-links a:hover .site-header__arrow{transform:translate(4px)}.site-header__featured{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:285px;overflow:hidden;color:#fff;background:#1e2529;text-decoration:none}.site-header__featured:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000000d,#000000c7);pointer-events:none}.site-header__featured img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.site-header__featured:hover img{transform:scale(1.035)}.site-header__featured-content{position:relative;z-index:2;display:flex;flex-direction:column;padding:25px}.site-header__featured-label{margin-bottom:10px;color:#c6a36d;font-size:.62rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.site-header__featured strong{color:#fff;font-size:1.5rem;font-weight:500;line-height:1.05;letter-spacing:-.035em}.site-header__featured-link{display:flex;align-items:center;gap:8px;margin-top:20px;color:#ffffffbf;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.site-header__featured-link span{color:#c6a36d;transition:transform .25s ease}.site-header__featured:hover .site-header__featured-link span{transform:translate(4px)}.site-header__dropdown--wide{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,.85fr) minmax(0,1.25fr);gap:30px;width:900px}.site-header__dropdown--fireplaces{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;width:900px}.site-header__mega-column{min-width:0}.site-header__mega-column--highlight{padding-left:5px}.site-header__mega-heading{color:#ffffff75;font-size:.62rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.site-header__mega-divider{width:100%;height:1px;margin:13px 0 5px;background:#ffffff1f}.site-header__mega-column>a{display:flex;flex-direction:column;gap:5px;padding:17px 12px;color:#ffffffc7;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.08);transition:background-color .25s ease,color .25s ease,padding .25s ease}.site-header__mega-column>a:hover{padding-left:17px;color:#fff;background:#ffffff0b}.site-header__mega-column>a strong{color:inherit;font-size:.86rem;font-weight:500}.site-header__mega-column>a span{color:#fff6;font-size:.67rem;line-height:1.4}.site-header__article{position:relative;display:grid;grid-template-columns:1fr 90px;min-height:100px;overflow:hidden;margin-top:10px;color:#fff;background:#ffffff0e;text-decoration:none}.site-header__article-content{display:flex;flex-direction:column;padding:15px}.site-header__article-content strong{color:#fff;font-size:.78rem;font-weight:600}.site-header__article-content>span:not(.site-header__article-button){margin-top:6px;color:#ffffff75;font-size:.61rem;line-height:1.4}.site-header__article-button{display:flex;align-items:center;gap:6px;margin-top:auto;color:#c6a36d;font-size:.6rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.site-header__article-button span{transition:transform .25s ease}.site-header__article:hover .site-header__article-button span{transform:translate(4px)}.site-header__article img{width:100%;height:100%;object-fit:cover}.site-header__mobile-header{display:none}.site-header__menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:46px;height:46px;margin-left:15px;padding:0;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.25);cursor:pointer}.site-header__menu-toggle span{display:block;width:18px;height:1px;background:currentColor;transition:transform .25s ease,opacity .25s ease}@media(min-width:1450px){.site-header__inner{padding-right:70px;padding-left:70px}}@media(max-width:1100px){.site-header__inner{min-height:82px;padding:0 30px}.site-header__logo{width:170px}.site-header__link{min-height:82px;padding:0 11px;font-size:.73rem}.site-header__contact-item{margin-left:7px}.site-header__dropdown--wide{width:820px}.site-header__dropdown--fireplaces{width:760px}}@media(max-width:850px){.site-header__inner{min-height:76px;padding:0 20px}.site-header__logo{width:160px}.site-header__menu-toggle{display:flex}.site-header__nav{position:fixed;inset:0;z-index:2000;display:block;width:100%;height:100dvh;margin:0;padding:0;overflow-y:auto;background:#2e393f;opacity:0;visibility:hidden;transform:translate(100%);transition:opacity .3s ease,visibility .3s ease,transform .35s cubic-bezier(.22,1,.36,1)}.site-header__nav--open{opacity:1;visibility:visible;transform:translate(0)}.site-header__mobile-header{display:flex;align-items:center;justify-content:space-between;min-height:76px;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.1);box-sizing:border-box}.site-header__mobile-logo{display:block;width:42px;height:42px}.site-header__mobile-logo img{display:block;width:100%;height:100%;object-fit:contain}.site-header__close{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;background:transparent;border:1px solid rgba(255,255,255,.22);cursor:pointer}.site-header__close span{position:absolute;width:19px;height:1px;background:#fff}.site-header__close span:first-child{transform:rotate(45deg)}.site-header__close span:last-child{transform:rotate(-45deg)}.site-header__links{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%;padding:10px 20px 40px;box-sizing:border-box}.site-header__item,.site-header__contact-item{width:100%;margin:0}.site-header__link{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:62px;padding:0 5px;color:#ffffffdb;border-bottom:1px solid rgba(255,255,255,.1);font-size:.9rem}.site-header__dropdown-toggle{justify-content:space-between}.site-header__contact-item{padding-top:25px}.site-header__contact-item .cta-1{width:100%;min-height:52px}.site-header__dropdown{position:relative;top:auto;left:auto;display:none;width:100%!important;padding:10px 0 15px;background:transparent;border:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.site-header__item--active .site-header__dropdown{display:block;transform:none}.site-header__dropdown--about,.site-header__dropdown--wide,.site-header__dropdown--fireplaces{display:none;grid-template-columns:1fr;gap:0}.site-header__item--active .site-header__dropdown--about,.site-header__item--active .site-header__dropdown--wide,.site-header__item--active .site-header__dropdown--fireplaces{display:grid}.site-header__dropdown-links{width:100%}.site-header__dropdown-links a{min-height:50px;padding:0 10px;border-top:0;font-size:.78rem}.site-header__dropdown-links a:first-child{border-top:0}.site-header__featured{display:none}.site-header__mega-column{width:100%;padding:12px 10px}.site-header__mega-column--highlight{display:none}.site-header__mega-heading{margin-bottom:5px;font-size:.6rem}.site-header__mega-divider{margin:8px 0 0}.site-header__mega-column>a{min-height:48px;padding:12px 10px}.site-header__mega-column>a:hover{padding-left:10px}.site-header__article{display:none}}@media(max-width:480px){.site-header__inner{min-height:70px;padding:0 16px}.site-header__logo{width:145px}.site-header__menu-toggle{width:42px;height:42px}.site-header__mobile-header{min-height:70px;padding:0 16px}.site-header__links{padding:8px 16px 30px}}@media(prefers-reduced-motion:reduce){.site-header__dropdown,.site-header__nav,.site-header__chevron,.site-header__featured img,.site-header__arrow,.site-header__article-button span,.site-header__menu-toggle span{transition:none}}.site-footer{position:relative;width:100%;background:#161b1f;color:#fff;overflow:hidden}.site-footer__main{position:relative;width:100%;padding-top:64px}.site-footer__inner{position:relative;width:min(1408px,calc(100% - 128px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.56fr) minmax(0,1fr);gap:0;align-items:stretch}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:0 55px 64px 0}.site-footer__logo{display:inline-flex;width:fit-content;text-decoration:none}.site-footer__logo img{display:block;width:450px;max-width:100%;height:auto;object-fit:contain}.site-footer__description{margin:29px 0 0;color:#ffffffe6;font-size:18px;font-weight:400;line-height:1.4}.site-footer__description strong{font-weight:700}.site-footer__opening{margin-top:34px;color:#ffffffd1;font-size:13px;line-height:1.55}.site-footer__opening p{margin:0}.site-footer__opening p+p{margin-top:2px}.site-footer__opening a{color:#fff;font-weight:700;text-decoration:none;transition:color .25s ease}.site-footer__opening a:hover{color:#c6a36d}.site-footer__social{display:flex;align-items:stretch;width:200px;height:107px;margin-top:32px;padding:21px;background:#263036}.site-footer__social-link{display:flex;align-items:center;justify-content:center;gap:11px;width:100%;height:65px;background:#c6a36d;color:#161b1f;font-size:17px;font-weight:400;text-decoration:none;transition:background-color .25s ease,transform .25s ease}.site-footer__social-link:hover{background:#d3b586;transform:translateY(-2px)}.site-footer__social-link img{display:block;width:21px;height:21px;object-fit:contain;filter:none}.site-footer__navigation{position:relative;margin-top:-64px;background:#2e393f;align-self:stretch}.site-footer__navigation-inner{display:flex;flex-direction:column;align-items:flex-start;min-height:100%;padding:64px 48px 37px}.site-footer__heading{margin:0 0 32px;color:#fff;font-size:28px;font-weight:700;letter-spacing:-.025em;line-height:1.1}.site-footer__nav{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.site-footer__nav a{color:#ffffffeb;font-size:19px;font-weight:400;line-height:1.3;text-decoration:none;transition:color .25s ease,transform .25s ease}.site-footer__nav a:hover{color:#c6a36d;transform:translate(3px)}.site-footer__accreditation{display:flex;align-items:center;justify-content:center;width:100%;height:110px;margin-top:32px;background:#202a2f}.site-footer__accreditation img{display:block;width:145px;height:auto;object-fit:contain}.site-footer__legal{position:relative;width:min(1408px,calc(100% - 128px));margin:0 auto;padding:21px 0 24px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.1)}.site-footer__copyright{margin:0;color:#ffffff6b;font-size:12px;line-height:1.5}.site-footer__legal-nav{display:flex;align-items:center;gap:25px}.site-footer__legal-nav a{color:#ffffff73;font-size:12px;text-decoration:none;transition:color .25s ease}.site-footer__legal-nav a:hover{color:#fff}@media(max-width:1000px){.site-footer__inner{width:min(100% - 70px,850px);grid-template-columns:1.2fr .8fr}.site-footer__brand{padding-right:35px}.site-footer__logo img{width:360px}.site-footer__navigation-inner{padding:55px 35px 35px}.site-footer__heading{font-size:24px}.site-footer__nav a{font-size:17px}.site-footer__legal{width:min(100% - 70px,850px)}}@media(max-width:700px){.site-footer__main{padding-top:50px}.site-footer__inner{width:calc(100% - 40px);grid-template-columns:1fr;gap:0}.site-footer__brand{padding:0 0 50px}.site-footer__logo img{width:320px;max-width:100%}.site-footer__description{margin-top:24px;font-size:16px}.site-footer__opening{margin-top:28px;font-size:12px}.site-footer__social{width:200px;height:100px;margin-top:28px}.site-footer__navigation{margin-top:0}.site-footer__navigation-inner{padding:45px 30px 35px}.site-footer__heading{font-size:24px;margin-bottom:27px}.site-footer__nav a{font-size:17px}.site-footer__accreditation{margin-top:32px}.site-footer__legal{width:calc(100% - 40px);padding:20px 0 22px;flex-direction:column;align-items:flex-start;gap:14px}.site-footer__legal-nav{flex-wrap:wrap;gap:10px 20px}}@media(max-width:420px){.site-footer__inner,.site-footer__legal{width:calc(100% - 30px)}.site-footer__logo img{width:280px}.site-footer__navigation-inner{padding:40px 25px 30px}.site-footer__heading{font-size:22px}.site-footer__nav a{font-size:16px}}@media(prefers-reduced-motion:reduce){.site-footer__opening a,.site-footer__social-link,.site-footer__nav a,.site-footer__legal-nav a{transition:none}}.gallery-scroll{position:relative;width:100%;height:660px;overflow:hidden;isolation:isolate}.gallery-scroll__viewport{position:relative;width:100%;height:100%;overflow:hidden}.gallery-scroll__columns{display:grid;grid-template-columns:.92fr 1.12fr .92fr;gap:16px;width:100%;height:100%;transform:rotate(-2deg) scale(1.08);transform-origin:center center}.gallery-scroll__column{position:relative;height:max-content;min-width:0;overflow:visible}.gallery-scroll__column-track{display:flex;flex-direction:column;gap:16px;width:100%;will-change:transform;animation:gallery-column-up 48s linear infinite}.gallery-scroll__column--reverse .gallery-scroll__column-track{animation:gallery-column-down 56s linear infinite}.gallery-scroll__column--three .gallery-scroll__column-track{animation-duration:44s}.gallery-scroll__item{position:relative;width:100%;height:190px;flex:0 0 190px;margin:0;overflow:hidden}.gallery-scroll__column--two .gallery-scroll__item{height:245px;flex-basis:245px}.gallery-scroll__item img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.015);backface-visibility:hidden;transition:transform .9s cubic-bezier(.2,.65,.25,1),filter .9s ease}.gallery-scroll__item:hover img{transform:scale(1.055);filter:brightness(1.08)}.gallery-scroll__column--one{margin-top:-160px}.gallery-scroll__column--two{margin-top:-40px}.gallery-scroll__column--three{margin-top:-220px}.gallery-scroll:before,.gallery-scroll:after{content:"";position:absolute;left:0;right:0;z-index:10;height:100px;pointer-events:none}.gallery-scroll:before{top:0;background:linear-gradient(to bottom,#141b1f 0% 28%,#0000)}.gallery-scroll:after{bottom:0;background:linear-gradient(to top,#141b1f 0% 28%,#0000)}.gallery-scroll__viewport:before,.gallery-scroll__viewport:after{content:"";position:absolute;top:0;bottom:0;z-index:11;width:70px;pointer-events:none}.gallery-scroll__viewport:before{left:0;background:linear-gradient(to right,#141b1f,#0000)}.gallery-scroll__viewport:after{right:0;background:linear-gradient(to left,#141b1f,#0000)}@keyframes gallery-column-up{0%{transform:translateZ(0)}to{transform:translate3d(0,-50%,0)}}@keyframes gallery-column-down{0%{transform:translate3d(0,-50%,0)}to{transform:translateZ(0)}}@media(min-width:1500px){.gallery-scroll{height:720px}.gallery-scroll__columns{gap:18px;transform:rotate(-2deg) scale(1.1)}.gallery-scroll__item{height:210px;flex-basis:210px}.gallery-scroll__column--two .gallery-scroll__item{height:270px;flex-basis:270px}}@media(max-width:1000px){.gallery-scroll{height:560px}.gallery-scroll__columns{gap:12px;transform:rotate(-1.5deg) scale(1.05)}.gallery-scroll__item{height:155px;flex-basis:155px}.gallery-scroll__column--two .gallery-scroll__item{height:200px;flex-basis:200px}.gallery-scroll__column--one{margin-top:-110px}.gallery-scroll__column--two{margin-top:-20px}.gallery-scroll__column--three{margin-top:-140px}}@media(max-width:850px){.gallery-scroll{width:100%;height:460px}.gallery-scroll__columns{gap:8px;transform:rotate(-1deg) scale(1.04)}.gallery-scroll__item{height:135px;flex-basis:135px}.gallery-scroll__column--two .gallery-scroll__item{height:175px;flex-basis:175px}.gallery-scroll__column--one{margin-top:-80px}.gallery-scroll__column--two{margin-top:-10px}.gallery-scroll__column--three{margin-top:-100px}.gallery-scroll:before,.gallery-scroll:after{height:65px}.gallery-scroll__viewport:before,.gallery-scroll__viewport:after{width:35px}}@media(max-width:520px){.gallery-scroll{height:390px}.gallery-scroll__columns{grid-template-columns:.9fr 1.1fr .9fr;gap:6px;transform:rotate(-1deg) scale(1.03)}.gallery-scroll__item{height:112px;flex-basis:112px}.gallery-scroll__column--two .gallery-scroll__item{height:145px;flex-basis:145px}.gallery-scroll__column--one{margin-top:-60px}.gallery-scroll__column--three{margin-top:-80px}}@media(prefers-reduced-motion:reduce){.gallery-scroll__column-track,.gallery-scroll__column--reverse .gallery-scroll__column-track{animation:none;transform:none}.gallery-scroll__item img{transition:none}}.contura-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.contura-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.contura-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.contura-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.contura-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.contura-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.contura-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.contura-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.contura-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.contura-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.contura-hero__actions{display:flex;align-items:center;margin-top:27px}.contura-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.contura-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.contura-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.contura-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.contura-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.contura-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.contura-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.contura-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.contura-book__page-line{display:none}.contura-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.contura-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.contura-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.contura-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.contura-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.contura-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.contura-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.contura-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.contura-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.contura-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.contura-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.contura-hero__brochures:hover .contura-book:not(:hover){opacity:.45;filter:brightness(.65)}.contura-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.contura-book--one:hover .contura-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.contura-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.contura-book--two:hover .contura-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.contura-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.contura-book--three:hover .contura-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.contura-book:hover .contura-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.contura-hero{min-height:600px}.contura-hero__inner{padding-right:70px;padding-left:70px}.contura-book{width:205px}}@media(max-width:1100px){.contura-hero{min-height:520px}.contura-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.contura-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.contura-hero__brochures{height:350px}.contura-book{width:165px}}@media(max-width:850px){.contura-hero{min-height:auto}.contura-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.contura-hero__content{max-width:650px}.contura-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.contura-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.contura-hero__inner{gap:35px;padding:60px 20px 55px}.contura-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.contura-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.contura-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.contura-hero__actions{margin-top:23px}.contura-hero__brochures{height:285px;max-width:500px}.contura-book{width:130px}.contura-book__cover,.contura-book__inside{padding:16px}.contura-book__cover strong{font-size:.95rem}.contura-book__inside strong{font-size:1rem}.contura-book__pdf{width:36px;height:36px;margin-top:14px}.contura-book__hint{display:none}.contura-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.contura-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.contura-book--three{right:0;transform:rotate(7deg) translateY(8px)}.contura-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.contura-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.contura-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.contura-hero__inner{padding-right:16px;padding-left:16px}.contura-hero__brochures{height:255px}.contura-book{width:112px}.contura-book__cover,.contura-book__inside{padding:13px}.contura-book__cover strong{font-size:.84rem}.contura-book__inside strong{font-size:.9rem}.contura-book__number,.contura-book__label{font-size:.55rem}}@media(prefers-reduced-motion:reduce){.contura-book,.contura-book__cover,.contura-book__hint{transition:none}}.contura-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.contura-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.contura-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.contura-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.contura-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.contura-feature__content{display:flex;flex-direction:column;max-width:330px}.contura-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.contura-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.contura-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.contura-feature__icon svg{display:block;width:42px;height:auto}.contura-feature:hover{padding-left:12px;border-color:#c6a36d}.contura-feature:hover .contura-feature__icon{color:#c6a36d;transform:translate(5px)}.contura-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.contura-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.contura-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.contura-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.contura-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.contura-features{padding:70px 0}.contura-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.contura-feature{min-height:165px}.contura-feature__text{font-size:.92rem}.contura-feature__icon{width:45px;height:45px}.contura-feature__icon svg{width:36px}}@media(max-width:700px){.contura-features{padding:60px 0}.contura-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.contura-features__list{width:100%}.contura-feature{min-height:150px;padding:24px 0}.contura-feature:hover{padding-left:6px}.contura-feature__number{margin-bottom:20px}.contura-feature__content{max-width:75%}.contura-feature__text{font-size:.9rem;line-height:1.6}.contura-features__media,.contura-features__image{width:100%}}@media(max-width:400px){.contura-features{padding:50px 0}.contura-features__inner{padding:0 16px}.contura-feature{min-height:135px}.contura-feature__text{font-size:.85rem}.contura-feature__icon{margin-left:15px}}@media(prefers-reduced-motion:reduce){.contura-feature,.contura-feature__icon,.contura-features__image img{transition:none}}.contura-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.contura-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.contura-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.contura-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.contura-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.contura-cta__content{max-width:720px}.contura-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.contura-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.contura-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.contura-cta__heading span{display:block;color:#ffffffad}.contura-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.contura-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.contura-cta:hover .contura-cta__background img{transform:scale(1.045)}@media(max-width:850px){.contura-cta{min-height:420px}.contura-cta__inner{gap:40px;padding:60px 30px}.contura-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.contura-cta__text{max-width:500px}}@media(max-width:650px){.contura-cta{min-height:auto}.contura-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.contura-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.contura-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.contura-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.contura-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.contura-cta__inner{padding:55px 16px}.contura-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.contura-cta__background img{transition:none}}.saltfire-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.saltfire-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.saltfire-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.saltfire-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.saltfire-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.saltfire-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.saltfire-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.saltfire-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.saltfire-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.saltfire-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.saltfire-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.saltfire-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.saltfire-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.saltfire-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.saltfire-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.saltfire-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.saltfire-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.saltfire-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.saltfire-book__page-line{display:none}.saltfire-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.saltfire-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.saltfire-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.saltfire-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.saltfire-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.saltfire-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.saltfire-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.saltfire-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.saltfire-book--one{left:10%;z-index:1;transform:rotate(-8deg) translateY(12px)}.saltfire-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.saltfire-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.saltfire-hero__brochures:hover .saltfire-book:not(:hover){opacity:.45;filter:brightness(.65)}.saltfire-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.saltfire-book--one:hover .saltfire-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.saltfire-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.saltfire-book--two:hover .saltfire-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.saltfire-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.saltfire-book--three:hover .saltfire-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.saltfire-book:hover .saltfire-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.saltfire-hero{min-height:600px}.saltfire-hero__inner{padding-right:70px;padding-left:70px}.saltfire-book{width:205px}}@media(max-width:1100px){.saltfire-hero{min-height:520px}.saltfire-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.saltfire-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.saltfire-hero__brochures{height:350px}.saltfire-book{width:165px}}@media(max-width:850px){.saltfire-hero{min-height:auto}.saltfire-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.saltfire-hero__content{max-width:650px}.saltfire-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.saltfire-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.saltfire-hero__inner{gap:35px;padding:60px 20px 55px}.saltfire-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.saltfire-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.saltfire-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.saltfire-hero__brochures{height:285px;max-width:500px}.saltfire-book{width:130px}.saltfire-book__cover,.saltfire-book__inside{padding:16px}.saltfire-book__cover strong{font-size:.95rem}.saltfire-book__inside strong{font-size:1rem}.saltfire-book__pdf{width:36px;height:36px;margin-top:14px}.saltfire-book__hint{display:none}.saltfire-book--one{left:25%;transform:rotate(-7deg) translateY(8px)}.saltfire-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.saltfire-book--three{right:0;transform:rotate(7deg) translateY(8px)}.saltfire-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.saltfire-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.saltfire-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.saltfire-hero__inner{padding-right:16px;padding-left:16px}.saltfire-hero__brochures{height:255px}.saltfire-book{width:112px}.saltfire-book__cover,.saltfire-book__inside{padding:13px}.saltfire-book__cover strong{font-size:.84rem}.saltfire-book__inside strong{font-size:.9rem}.saltfire-book__number,.saltfire-book__label{font-size:.55rem}}.saltfire-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.saltfire-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.saltfire-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.saltfire-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.saltfire-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.saltfire-feature__content{display:flex;flex-direction:column;max-width:330px}.saltfire-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.saltfire-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.saltfire-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.saltfire-feature__icon svg{display:block;width:42px;height:auto}.saltfire-feature:hover{padding-left:12px;border-color:#c6a36d}.saltfire-feature:hover .saltfire-feature__icon{color:#c6a36d;transform:translate(5px)}.saltfire-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.saltfire-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.saltfire-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.saltfire-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.saltfire-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.saltfire-features{padding:70px 0}.saltfire-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.saltfire-feature{min-height:165px}.saltfire-feature__text{font-size:.92rem}.saltfire-feature__icon{width:45px;height:45px}.saltfire-feature__icon svg{width:36px}}@media(max-width:700px){.saltfire-features{padding:60px 0}.saltfire-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.saltfire-features__list{width:100%}.saltfire-feature{min-height:150px;padding:24px 0}.saltfire-feature:hover{padding-left:6px}.saltfire-feature__number{margin-bottom:20px}.saltfire-feature__content{max-width:75%}.saltfire-feature__text{font-size:.9rem;line-height:1.6}.saltfire-features__media,.saltfire-features__image{width:100%}}@media(max-width:400px){.saltfire-features{padding:50px 0}.saltfire-features__inner{padding:0 16px}.saltfire-feature{min-height:135px}.saltfire-feature__text{font-size:.85rem}.saltfire-feature__icon{margin-left:15px}}.saltfire-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.saltfire-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.saltfire-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.saltfire-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.saltfire-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.saltfire-cta__content{max-width:720px}.saltfire-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.saltfire-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.saltfire-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.saltfire-cta__heading span{display:block;color:#ffffffad}.saltfire-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.saltfire-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.saltfire-cta:hover .saltfire-cta__background img{transform:scale(1.045)}@media(max-width:850px){.saltfire-cta{min-height:420px}.saltfire-cta__inner{gap:40px;padding:60px 30px}.saltfire-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.saltfire-cta__text{max-width:500px}}@media(max-width:650px){.saltfire-hero__background img{object-position:80% center}.saltfire-cta{min-height:auto}.saltfire-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.saltfire-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.saltfire-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.saltfire-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.saltfire-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.saltfire-cta__inner{padding:55px 16px}.saltfire-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.saltfire-book,.saltfire-book__cover,.saltfire-book__hint,.saltfire-feature,.saltfire-feature__icon,.saltfire-features__image img,.saltfire-cta__background img{transition:none}}.adept-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.adept-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.adept-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.adept-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.adept-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.adept-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.adept-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.adept-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.adept-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.adept-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.adept-hero__actions{display:flex;align-items:center;margin-top:27px}.adept-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.adept-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.adept-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.adept-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.adept-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.adept-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.adept-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.adept-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.adept-book__page-line{display:none}.adept-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.adept-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.adept-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.adept-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.adept-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.adept-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.adept-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.adept-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.adept-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.adept-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.adept-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.adept-hero__brochures:hover .adept-book:not(:hover){opacity:.45;filter:brightness(.65)}.adept-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.adept-book--one:hover .adept-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.adept-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.adept-book--two:hover .adept-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.adept-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.adept-book--three:hover .adept-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.adept-book:hover .adept-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.adept-hero{min-height:600px}.adept-hero__inner{padding-right:70px;padding-left:70px}.adept-book{width:205px}}@media(max-width:1100px){.adept-hero{min-height:520px}.adept-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.adept-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.adept-hero__brochures{height:350px}.adept-book{width:165px}}@media(max-width:850px){.adept-hero{min-height:auto}.adept-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.adept-hero__content{max-width:650px}.adept-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.adept-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.adept-hero__inner{gap:35px;padding:60px 20px 55px}.adept-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.adept-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.adept-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.adept-hero__actions{margin-top:23px}.adept-hero__brochures{height:285px;max-width:500px}.adept-book{width:130px}.adept-book__cover,.adept-book__inside{padding:16px}.adept-book__cover strong{font-size:.95rem}.adept-book__inside strong{font-size:1rem}.adept-book__pdf{width:36px;height:36px;margin-top:14px}.adept-book__hint{display:none}.adept-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.adept-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.adept-book--three{right:0;transform:rotate(7deg) translateY(8px)}.adept-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.adept-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.adept-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.adept-hero__inner{padding-right:16px;padding-left:16px}.adept-hero__brochures{height:255px}.adept-book{width:112px}.adept-book__cover,.adept-book__inside{padding:13px}.adept-book__cover strong{font-size:.84rem}.adept-book__inside strong{font-size:.9rem}.adept-book__number,.adept-book__label{font-size:.55rem}}@media(prefers-reduced-motion:reduce){.adept-book,.adept-book__cover,.adept-book__hint{transition:none}}.adept-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.adept-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.adept-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.adept-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.adept-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.adept-feature__content{display:flex;flex-direction:column;max-width:330px}.adept-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.adept-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.adept-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.adept-feature__icon svg{display:block;width:42px;height:auto}.adept-feature:hover{padding-left:12px;border-color:#c6a36d}.adept-feature:hover .adept-feature__icon{color:#c6a36d;transform:translate(5px)}.adept-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.adept-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.adept-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.adept-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.adept-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.adept-features{padding:70px 0}.adept-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.adept-feature{min-height:165px}.adept-feature__text{font-size:.92rem}.adept-feature__icon{width:45px;height:45px}.adept-feature__icon svg{width:36px}}@media(max-width:700px){.adept-features{padding:60px 0}.adept-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.adept-features__list{width:100%}.adept-feature{min-height:150px;padding:24px 0}.adept-feature:hover{padding-left:6px}.adept-feature__number{margin-bottom:20px}.adept-feature__content{max-width:75%}.adept-feature__text{font-size:.9rem;line-height:1.6}.adept-features__media,.adept-features__image{width:100%}}@media(max-width:400px){.adept-features{padding:50px 0}.adept-features__inner{padding:0 16px}.adept-feature{min-height:135px}.adept-feature__text{font-size:.85rem}.adept-feature__icon{margin-left:15px}}@media(prefers-reduced-motion:reduce){.adept-feature,.adept-feature__icon,.adept-features__image img{transition:none}}.adept-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.adept-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.adept-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.adept-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.adept-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.adept-cta__content{max-width:720px}.adept-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.adept-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.adept-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.adept-cta__heading span{display:block;color:#ffffffad}.adept-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.adept-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.adept-cta:hover .adept-cta__background img{transform:scale(1.045)}@media(max-width:850px){.adept-cta{min-height:420px}.adept-cta__inner{gap:40px;padding:60px 30px}.adept-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.adept-cta__text{max-width:500px}}@media(max-width:650px){.adept-hero__background img{object-position:5% center}.adept-cta{min-height:auto}.adept-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.adept-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.adept-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.adept-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.adept-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.adept-cta__inner{padding:55px 16px}.adept-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.adept-cta__background img{transition:none}}.acrwoodpecker-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.acrwoodpecker-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.acrwoodpecker-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.acrwoodpecker-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.acrwoodpecker-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.acrwoodpecker-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.acrwoodpecker-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.acrwoodpecker-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.acrwoodpecker-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.acrwoodpecker-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.acrwoodpecker-hero__actions{display:flex;align-items:center;margin-top:27px}.acrwoodpecker-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.acrwoodpecker-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.acrwoodpecker-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.acrwoodpecker-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.acrwoodpecker-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.acrwoodpecker-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.acrwoodpecker-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.acrwoodpecker-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.acrwoodpecker-book__page-line{display:none}.acrwoodpecker-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.acrwoodpecker-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.acrwoodpecker-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.acrwoodpecker-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.acrwoodpecker-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.acrwoodpecker-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.acrwoodpecker-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.acrwoodpecker-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.acrwoodpecker-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.acrwoodpecker-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.acrwoodpecker-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.acrwoodpecker-hero__brochures:hover .acrwoodpecker-book:not(:hover){opacity:.45;filter:brightness(.65)}.acrwoodpecker-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.acrwoodpecker-book--one:hover .acrwoodpecker-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.acrwoodpecker-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.acrwoodpecker-book--two:hover .acrwoodpecker-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.acrwoodpecker-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.acrwoodpecker-book--three:hover .acrwoodpecker-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.acrwoodpecker-book:hover .acrwoodpecker-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.acrwoodpecker-hero{min-height:600px}.acrwoodpecker-hero__inner{padding-right:70px;padding-left:70px}.acrwoodpecker-book{width:205px}}@media(max-width:1100px){.acrwoodpecker-hero{min-height:520px}.acrwoodpecker-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.acrwoodpecker-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.acrwoodpecker-hero__brochures{height:350px}.acrwoodpecker-book{width:165px}}@media(max-width:850px){.acrwoodpecker-hero{min-height:auto}.acrwoodpecker-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.acrwoodpecker-hero__content{max-width:650px}.acrwoodpecker-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.acrwoodpecker-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.acrwoodpecker-hero__inner{gap:35px;padding:60px 20px 55px}.acrwoodpecker-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.acrwoodpecker-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.acrwoodpecker-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.acrwoodpecker-hero__actions{margin-top:23px}.acrwoodpecker-hero__brochures{height:285px;max-width:500px}.acrwoodpecker-book{width:130px}.acrwoodpecker-book__cover,.acrwoodpecker-book__inside{padding:16px}.acrwoodpecker-book__cover strong{font-size:.95rem}.acrwoodpecker-book__inside strong{font-size:1rem}.acrwoodpecker-book__pdf{width:36px;height:36px;margin-top:14px}.acrwoodpecker-book__hint{display:none}.acrwoodpecker-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.acrwoodpecker-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.acrwoodpecker-book--three{right:0;transform:rotate(7deg) translateY(8px)}.acrwoodpecker-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.acrwoodpecker-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.acrwoodpecker-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.acrwoodpecker-hero__inner{padding-right:16px;padding-left:16px}.acrwoodpecker-hero__brochures{height:255px}.acrwoodpecker-book{width:112px}.acrwoodpecker-book__cover,.acrwoodpecker-book__inside{padding:13px}.acrwoodpecker-book__cover strong{font-size:.84rem}.acrwoodpecker-book__inside strong{font-size:.9rem}.acrwoodpecker-book__number,.acrwoodpecker-book__label{font-size:.55rem}}@media(prefers-reduced-motion:reduce){.acrwoodpecker-book,.acrwoodpecker-book__cover,.acrwoodpecker-book__hint{transition:none}}.acrwoodpecker-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.acrwoodpecker-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.acrwoodpecker-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.acrwoodpecker-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.acrwoodpecker-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.acrwoodpecker-feature__content{display:flex;flex-direction:column;max-width:390px}.acrwoodpecker-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.acrwoodpecker-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.acrwoodpecker-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.acrwoodpecker-feature__icon svg{display:block;width:42px;height:auto}.acrwoodpecker-feature:hover{padding-left:12px;border-color:#c6a36d}.acrwoodpecker-feature:hover .acrwoodpecker-feature__icon{color:#c6a36d;transform:translate(5px)}.acrwoodpecker-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.acrwoodpecker-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.acrwoodpecker-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.acrwoodpecker-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.acrwoodpecker-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.acrwoodpecker-features{padding:70px 0}.acrwoodpecker-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.acrwoodpecker-feature{min-height:165px}.acrwoodpecker-feature__text{font-size:.92rem}.acrwoodpecker-feature__icon{width:45px;height:45px}.acrwoodpecker-feature__icon svg{width:36px}}@media(max-width:700px){.acrwoodpecker-features{padding:60px 0}.acrwoodpecker-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.acrwoodpecker-features__list{width:100%}.acrwoodpecker-feature{min-height:150px;padding:24px 0}.acrwoodpecker-feature:hover{padding-left:6px}.acrwoodpecker-feature__number{margin-bottom:20px}.acrwoodpecker-feature__content{max-width:75%}.acrwoodpecker-feature__text{font-size:.9rem;line-height:1.6}.acrwoodpecker-features__media,.acrwoodpecker-features__image{width:100%}}@media(max-width:400px){.acrwoodpecker-features{padding:50px 0}.acrwoodpecker-features__inner{padding:0 16px}.acrwoodpecker-feature{min-height:135px}.acrwoodpecker-feature__text{font-size:.85rem}.acrwoodpecker-feature__icon{margin-left:15px}}@media(prefers-reduced-motion:reduce){.acrwoodpecker-feature,.acrwoodpecker-feature__icon,.acrwoodpecker-features__image img{transition:none}}.acrwoodpecker-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.acrwoodpecker-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.acrwoodpecker-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.acrwoodpecker-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.acrwoodpecker-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.acrwoodpecker-cta__content{max-width:720px}.acrwoodpecker-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.acrwoodpecker-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.acrwoodpecker-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.acrwoodpecker-cta__heading span{display:block;color:#ffffffad}.acrwoodpecker-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.acrwoodpecker-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.acrwoodpecker-cta:hover .acrwoodpecker-cta__background img{transform:scale(1.045)}@media(max-width:850px){.acrwoodpecker-cta{min-height:420px}.acrwoodpecker-cta__inner{gap:40px;padding:60px 30px}.acrwoodpecker-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.acrwoodpecker-cta__text{max-width:500px}}@media(max-width:650px){.acrwoodpecker-cta{min-height:auto}.acrwoodpecker-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.acrwoodpecker-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.acrwoodpecker-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.acrwoodpecker-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.acrwoodpecker-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.acrwoodpecker-cta__inner{padding:55px 16px}.acrwoodpecker-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.acrwoodpecker-cta__background img{transition:none}}.ekol-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.ekol-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.ekol-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.ekol-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.ekol-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.ekol-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.ekol-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.ekol-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.ekol-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.ekol-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.ekol-hero__actions{display:flex;align-items:center;margin-top:27px}.ekol-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.ekol-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.ekol-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.ekol-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.ekol-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.ekol-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.ekol-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.ekol-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.ekol-book__page-line{display:none}.ekol-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.ekol-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.ekol-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.ekol-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.ekol-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.ekol-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.ekol-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.ekol-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.ekol-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.ekol-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.ekol-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.ekol-hero__brochures:hover .ekol-book:not(:hover){opacity:.45;filter:brightness(.65)}.ekol-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.ekol-book--one:hover .ekol-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.ekol-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.ekol-book--two:hover .ekol-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.ekol-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.ekol-book--three:hover .ekol-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.ekol-book:hover .ekol-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.ekol-hero{min-height:600px}.ekol-hero__inner{padding-right:70px;padding-left:70px}.ekol-book{width:205px}}@media(max-width:1100px){.ekol-hero{min-height:520px}.ekol-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.ekol-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.ekol-hero__brochures{height:350px}.ekol-book{width:165px}}@media(max-width:850px){.ekol-hero{min-height:auto}.ekol-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.ekol-hero__content{max-width:650px}.ekol-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.ekol-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.ekol-hero__inner{gap:35px;padding:60px 20px 55px}.ekol-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.ekol-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.ekol-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.ekol-hero__actions{margin-top:23px}.ekol-hero__brochures{height:285px;max-width:500px}.ekol-book{width:130px}.ekol-book__cover,.ekol-book__inside{padding:16px}.ekol-book__cover strong{font-size:.95rem}.ekol-book__inside strong{font-size:1rem}.ekol-book__pdf{width:36px;height:36px;margin-top:14px}.ekol-book__hint{display:none}.ekol-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.ekol-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.ekol-book--three{right:0;transform:rotate(7deg) translateY(8px)}.ekol-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.ekol-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.ekol-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.ekol-hero__inner{padding-right:16px;padding-left:16px}.ekol-hero__brochures{height:255px}.ekol-book{width:112px}.ekol-book__cover,.ekol-book__inside{padding:13px}.ekol-book__cover strong{font-size:.84rem}.ekol-book__inside strong{font-size:.9rem}.ekol-book__number,.ekol-book__label{font-size:.55rem}}.ekol-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.ekol-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.ekol-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.ekol-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.ekol-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.ekol-feature__content{display:flex;flex-direction:column;max-width:330px}.ekol-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.ekol-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.ekol-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.ekol-feature__icon svg{display:block;width:42px;height:auto}.ekol-feature:hover{padding-left:12px;border-color:#c6a36d}.ekol-feature:hover .ekol-feature__icon{color:#c6a36d;transform:translate(5px)}.ekol-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.ekol-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.ekol-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.ekol-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.ekol-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.ekol-features{padding:70px 0}.ekol-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.ekol-feature{min-height:165px}.ekol-feature__text{font-size:.92rem}.ekol-feature__icon{width:45px;height:45px}.ekol-feature__icon svg{width:36px}}@media(max-width:700px){.ekol-features{padding:60px 0}.ekol-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.ekol-features__list{width:100%}.ekol-feature{min-height:150px;padding:24px 0}.ekol-feature:hover{padding-left:6px}.ekol-feature__number{margin-bottom:20px}.ekol-feature__content{max-width:75%}.ekol-feature__text{font-size:.9rem;line-height:1.6}.ekol-features__media,.ekol-features__image{width:100%}}@media(max-width:400px){.ekol-features{padding:50px 0}.ekol-features__inner{padding:0 16px}.ekol-feature{min-height:135px}.ekol-feature__text{font-size:.85rem}.ekol-feature__icon{margin-left:15px}}.ekol-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.ekol-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.ekol-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.ekol-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.ekol-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.ekol-cta__content{max-width:720px}.ekol-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.ekol-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.ekol-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.ekol-cta__heading span{display:block;color:#ffffffad}.ekol-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.ekol-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.ekol-cta:hover .ekol-cta__background img{transform:scale(1.045)}@media(max-width:850px){.ekol-cta{min-height:420px}.ekol-cta__inner{gap:40px;padding:60px 30px}.ekol-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.ekol-cta__text{max-width:500px}}@media(max-width:650px){.ekol-cta{min-height:auto}.ekol-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.ekol-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.ekol-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.ekol-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.ekol-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.ekol-cta__inner{padding:55px 16px}.ekol-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.ekol-book,.ekol-book__cover,.ekol-book__hint,.ekol-feature,.ekol-feature__icon,.ekol-features__image img,.ekol-cta__background img{transition:none}}.applepie-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.applepie-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.applepie-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.applepie-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.applepie-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.applepie-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.applepie-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.applepie-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.applepie-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.applepie-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.applepie-hero__actions{display:flex;align-items:center;margin-top:27px}.applepie-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.applepie-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.applepie-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.applepie-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.applepie-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.applepie-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.applepie-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.applepie-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.applepie-book__page-line{display:none}.applepie-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.applepie-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.applepie-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.applepie-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.applepie-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.applepie-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.applepie-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.applepie-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.applepie-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.applepie-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.applepie-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.applepie-hero__brochures:hover .applepie-book:not(:hover){opacity:.45;filter:brightness(.65)}.applepie-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.applepie-book--one:hover .applepie-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.applepie-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.applepie-book--two:hover .applepie-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.applepie-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.applepie-book--three:hover .applepie-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.applepie-book:hover .applepie-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.applepie-hero{min-height:600px}.applepie-hero__inner{padding-right:70px;padding-left:70px}.applepie-book{width:205px}}@media(max-width:1100px){.applepie-hero{min-height:520px}.applepie-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.applepie-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.applepie-hero__brochures{height:350px}.applepie-book{width:165px}}@media(max-width:850px){.applepie-hero{min-height:auto}.applepie-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.applepie-hero__content{max-width:650px}.applepie-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.applepie-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.applepie-hero__inner{gap:35px;padding:60px 20px 55px}.applepie-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.applepie-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.applepie-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.applepie-hero__actions{margin-top:23px}.applepie-hero__brochures{height:285px;max-width:500px}.applepie-book{width:130px}.applepie-book__cover,.applepie-book__inside{padding:16px}.applepie-book__cover strong{font-size:.95rem}.applepie-book__inside strong{font-size:1rem}.applepie-book__pdf{width:36px;height:36px;margin-top:14px}.applepie-book__hint{display:none}.applepie-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.applepie-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.applepie-book--three{right:0;transform:rotate(7deg) translateY(8px)}.applepie-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.applepie-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.applepie-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.applepie-hero__inner{padding-right:16px;padding-left:16px}.applepie-hero__brochures{height:255px}.applepie-book{width:112px}.applepie-book__cover,.applepie-book__inside{padding:13px}.applepie-book__cover strong{font-size:.84rem}.applepie-book__inside strong{font-size:.9rem}.applepie-book__number,.applepie-book__label{font-size:.55rem}}@media(prefers-reduced-motion:reduce){.applepie-book,.applepie-book__cover,.applepie-book__hint{transition:none}}.applepie-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.applepie-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.applepie-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.applepie-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.applepie-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.applepie-feature__content{display:flex;flex-direction:column;max-width:330px}.applepie-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.applepie-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.applepie-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.applepie-feature__icon svg{display:block;width:42px;height:auto}.applepie-feature:hover{padding-left:12px;border-color:#c6a36d}.applepie-feature:hover .applepie-feature__icon{color:#c6a36d;transform:translate(5px)}.applepie-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.applepie-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.applepie-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.applepie-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.applepie-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.applepie-features{padding:70px 0}.applepie-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.applepie-feature{min-height:165px}.applepie-feature__text{font-size:.92rem}.applepie-feature__icon{width:45px;height:45px}.applepie-feature__icon svg{width:36px}}@media(max-width:700px){.applepie-features{padding:60px 0}.applepie-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.applepie-features__list{width:100%}.applepie-feature{min-height:150px;padding:24px 0}.applepie-feature:hover{padding-left:6px}.applepie-feature__number{margin-bottom:20px}.applepie-feature__content{max-width:75%}.applepie-feature__text{font-size:.9rem;line-height:1.6}.applepie-features__media,.applepie-features__image{width:100%}}@media(max-width:400px){.applepie-features{padding:50px 0}.applepie-features__inner{padding:0 16px}.applepie-feature{min-height:135px}.applepie-feature__text{font-size:.85rem}.applepie-feature__icon{margin-left:15px}}@media(prefers-reduced-motion:reduce){.applepie-feature,.applepie-feature__icon,.applepie-features__image img{transition:none}}.applepie-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.applepie-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.applepie-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.applepie-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.applepie-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.applepie-cta__content{max-width:720px}.applepie-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.applepie-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.applepie-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.applepie-cta__heading span{display:block;color:#ffffffad}.applepie-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.applepie-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.applepie-cta:hover .applepie-cta__background img{transform:scale(1.045)}@media(max-width:850px){.applepie-cta{min-height:420px}.applepie-cta__inner{gap:40px;padding:60px 30px}.applepie-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.applepie-cta__text{max-width:500px}}@media(max-width:650px){.applepie-cta{min-height:auto}.applepie-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.applepie-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.applepie-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.applepie-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.applepie-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.applepie-cta__inner{padding:55px 16px}.applepie-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.applepie-cta__background img{transition:none}}.penman-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.penman-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.penman-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.penman-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.penman-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.penman-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.penman-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.penman-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.penman-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.penman-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.penman-hero__actions{display:flex;align-items:center;margin-top:27px}.penman-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.penman-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.penman-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.penman-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.penman-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.penman-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.penman-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.penman-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.penman-book__page-line{display:none}.penman-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.penman-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.penman-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.penman-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.penman-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.penman-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.penman-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.penman-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.penman-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.penman-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.penman-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.penman-hero__brochures:hover .penman-book:not(:hover){opacity:.45;filter:brightness(.65)}.penman-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.penman-book--one:hover .penman-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.penman-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.penman-book--two:hover .penman-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.penman-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.penman-book--three:hover .penman-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.penman-book:hover .penman-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.penman-hero{min-height:600px}.penman-hero__inner{padding-right:70px;padding-left:70px}.penman-book{width:205px}}@media(max-width:1100px){.penman-hero{min-height:520px}.penman-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.penman-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.penman-hero__brochures{height:350px}.penman-book{width:165px}}@media(max-width:850px){.penman-hero{min-height:auto}.penman-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.penman-hero__content{max-width:650px}.penman-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.penman-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.penman-hero__inner{gap:35px;padding:60px 20px 55px}.penman-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.penman-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.penman-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.penman-hero__actions{margin-top:23px}.penman-hero__brochures{height:285px;max-width:500px}.penman-book{width:130px}.penman-book__cover,.penman-book__inside{padding:16px}.penman-book__cover strong{font-size:.95rem}.penman-book__inside strong{font-size:1rem}.penman-book__pdf{width:36px;height:36px;margin-top:14px}.penman-book__hint{display:none}.penman-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.penman-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.penman-book--three{right:0;transform:rotate(7deg) translateY(8px)}.penman-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.penman-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.penman-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.penman-hero__inner{padding-right:16px;padding-left:16px}.penman-hero__brochures{height:255px}.penman-book{width:112px}.penman-book__cover,.penman-book__inside{padding:13px}.penman-book__cover strong{font-size:.84rem}.penman-book__inside strong{font-size:.9rem}.penman-book__number,.penman-book__label{font-size:.55rem}}@media(prefers-reduced-motion:reduce){.penman-book,.penman-book__cover,.penman-book__hint{transition:none}}.penman-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.penman-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.penman-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.penman-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.penman-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.penman-feature__content{display:flex;flex-direction:column;max-width:430px}.penman-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.penman-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.penman-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.penman-feature__icon svg{display:block;width:42px;height:auto}.penman-feature:hover{padding-left:12px;border-color:#c6a36d}.penman-feature:hover .penman-feature__icon{color:#c6a36d;transform:translate(5px)}.penman-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.penman-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.penman-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.penman-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.penman-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.penman-features{padding:70px 0}.penman-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.penman-feature{min-height:165px}.penman-feature__text{font-size:.92rem}.penman-feature__icon{width:45px;height:45px}.penman-feature__icon svg{width:36px}}@media(max-width:700px){.penman-features{padding:60px 0}.penman-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.penman-features__list{width:100%}.penman-feature{min-height:150px;padding:24px 0}.penman-feature:hover{padding-left:6px}.penman-feature__number{margin-bottom:20px}.penman-feature__content{max-width:75%}.penman-feature__text{font-size:.9rem;line-height:1.6}.penman-features__media,.penman-features__image{width:100%}}@media(max-width:400px){.penman-features{padding:50px 0}.penman-features__inner{padding:0 16px}.penman-feature{min-height:135px}.penman-feature__text{font-size:.85rem}.penman-feature__icon{margin-left:15px}}@media(prefers-reduced-motion:reduce){.penman-feature,.penman-feature__icon,.penman-features__image img{transition:none}}.penman-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.penman-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.penman-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.penman-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.penman-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.penman-cta__content{max-width:720px}.penman-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.penman-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.penman-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.penman-cta__heading span{display:block;color:#ffffffad}.penman-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.penman-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.penman-cta:hover .penman-cta__background img{transform:scale(1.045)}@media(max-width:850px){.penman-cta{min-height:420px}.penman-cta__inner{gap:40px;padding:60px 30px}.penman-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.penman-cta__text{max-width:500px}}@media(max-width:650px){.penman-hero__background img{object-position:80% center}.penman-cta{min-height:auto}.penman-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.penman-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.penman-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.penman-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.penman-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.penman-cta__inner{padding:55px 16px}.penman-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.penman-cta__background img{transition:none}}.acr-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.acr-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.acr-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.acr-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.acr-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.acr-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.acr-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.acr-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.acr-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.acr-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.acr-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.acr-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.acr-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.acr-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.acr-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.acr-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.acr-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.acr-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.acr-book__page-line{display:none}.acr-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.acr-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.acr-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.acr-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.acr-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.acr-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.acr-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.acr-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.acr-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.acr-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.acr-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.acr-hero__brochures:hover .acr-book:not(:hover){opacity:.45;filter:brightness(.65)}.acr-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.acr-book--one:hover .acr-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.acr-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.acr-book--two:hover .acr-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.acr-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.acr-book--three:hover .acr-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.acr-book:hover .acr-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.acr-hero{min-height:600px}.acr-hero__inner{padding-right:70px;padding-left:70px}.acr-book{width:205px}}@media(max-width:1100px){.acr-hero{min-height:520px}.acr-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.acr-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.acr-hero__brochures{height:350px}.acr-book{width:165px}}@media(max-width:850px){.acr-hero{min-height:auto}.acr-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.acr-hero__content{max-width:650px}.acr-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.acr-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.acr-hero__inner{gap:35px;padding:60px 20px 55px}.acr-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.acr-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.acr-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.acr-hero__brochures{height:285px;max-width:500px}.acr-book{width:130px}.acr-book__cover,.acr-book__inside{padding:16px}.acr-book__cover strong{font-size:.95rem}.acr-book__inside strong{font-size:1rem}.acr-book__pdf{width:36px;height:36px;margin-top:14px}.acr-book__hint{display:none}.acr-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.acr-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.acr-book--three{right:0;transform:rotate(7deg) translateY(8px)}.acr-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.acr-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.acr-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.acr-hero__inner{padding-right:16px;padding-left:16px}.acr-hero__brochures{height:255px}.acr-book{width:112px}.acr-book__cover,.acr-book__inside{padding:13px}.acr-book__cover strong{font-size:.84rem}.acr-book__inside strong{font-size:.9rem}.acr-book__number,.acr-book__label{font-size:.55rem}}.acr-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.acr-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.acr-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.acr-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.acr-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.acr-feature__content{display:flex;flex-direction:column;max-width:330px}.acr-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.acr-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.acr-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.acr-feature__icon svg{display:block;width:42px;height:auto}.acr-feature:hover{padding-left:12px;border-color:#c6a36d}.acr-feature:hover .acr-feature__icon{color:#c6a36d;transform:translate(5px)}.acr-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.acr-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.acr-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.acr-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.acr-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.acr-features{padding:70px 0}.acr-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.acr-feature{min-height:165px}.acr-feature__text{font-size:.92rem}.acr-feature__icon{width:45px;height:45px}.acr-feature__icon svg{width:36px}}@media(max-width:700px){.acr-features{padding:60px 0}.acr-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.acr-features__list{width:100%}.acr-feature{min-height:150px;padding:24px 0}.acr-feature:hover{padding-left:6px}.acr-feature__number{margin-bottom:20px}.acr-feature__content{max-width:75%}.acr-feature__text{font-size:.9rem;line-height:1.6}.acr-features__media,.acr-features__image{width:100%}}@media(max-width:400px){.acr-features{padding:50px 0}.acr-features__inner{padding:0 16px}.acr-feature{min-height:135px}.acr-feature__text{font-size:.85rem}.acr-feature__icon{margin-left:15px}}.acr-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.acr-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.acr-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.acr-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.acr-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.acr-cta__content{max-width:720px}.acr-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.acr-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.acr-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.acr-cta__heading span{display:block;color:#ffffffad}.acr-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.acr-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.acr-cta:hover .acr-cta__background img{transform:scale(1.045)}@media(max-width:850px){.acr-cta{min-height:420px}.acr-cta__inner{gap:40px;padding:60px 30px}.acr-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.acr-cta__text{max-width:500px}}@media(max-width:650px){.acr-cta{min-height:auto}.acr-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.acr-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.acr-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.acr-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.acr-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.acr-cta__inner{padding:55px 16px}.acr-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.acr-book,.acr-book__cover,.acr-book__hint,.acr-feature,.acr-feature__icon,.acr-features__image img,.acr-cta__background img{transition:none}}.chambers-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.chambers-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.chambers-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.chambers-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.chambers-hero__inner{position:relative;z-index:2;display:flex;align-items:center;width:100%;max-width:1450px;min-height:570px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.chambers-hero__content{position:relative;z-index:5;width:100%;max-width:650px}.chambers-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.chambers-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.chambers-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.chambers-hero__intro{max-width:570px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.chambers-range{position:relative;width:100%;padding:clamp(75px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.chambers-range__inner{width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.chambers-range__intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);align-items:end;gap:clamp(40px,8vw,130px);margin-bottom:55px}.chambers-range__heading-wrap{max-width:760px}.chambers-range__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#785f3f;font-size:.72rem;font-weight:700;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.chambers-range__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#785f3f}.chambers-range__heading{margin:0;color:#141414;font-size:clamp(2.3rem,4.5vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.055em}.chambers-range__lede{max-width:500px;margin:0;color:#1414149e;font-size:.98rem;font-weight:400;line-height:1.75}.chambers-range__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;width:100%;margin:0;padding:0;list-style:none}.chambers-card{position:relative;min-width:0;overflow:hidden;background:#f5f5f5;border:1px solid rgba(20,20,20,.1);transition:border-color .35s ease,transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease}.chambers-card:hover{border-color:#785f3f80;transform:translateY(-5px);box-shadow:0 22px 55px #0000001f}.chambers-card__link{position:relative;display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);width:100%;min-height:370px;color:inherit;text-decoration:none;box-sizing:border-box}.chambers-card__body{position:relative;z-index:2;display:flex;flex-direction:column;min-width:0;padding:30px;box-sizing:border-box;background:#f5f5f5}.chambers-card__meta{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#14141473;font-size:.62rem;font-weight:700;line-height:1;letter-spacing:.13em;text-transform:uppercase}.chambers-card__meta span:first-child{color:#785f3f}.chambers-card__heading{max-width:280px;margin:auto 0 0;color:#141414;font-size:clamp(1.45rem,2vw,2rem);font-weight:500;line-height:1.05;letter-spacing:-.04em}.chambers-card__action{display:inline-flex;align-items:center;gap:10px;margin-top:25px;color:#141414b3;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.1em;text-transform:uppercase;transition:color .3s ease,gap .3s ease}.chambers-card__action img{display:block;width:13px;height:13px;object-fit:contain;filter:invert(1);transition:transform .3s ease}.chambers-card:hover .chambers-card__action{gap:14px;color:#785f3f}.chambers-card:hover .chambers-card__action img{transform:translate(2px,-2px)}.chambers-card__image-wrapper{position:relative;min-width:0;min-height:100%;overflow:hidden;background:#e1e1e1}.chambers-card__image{position:absolute;inset:0;width:100%;height:100%;margin:0;overflow:hidden}.chambers-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}.chambers-card:hover .chambers-card__image img{transform:scale(1.045)}.chambers-card__image-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0000001f,#0000);pointer-events:none}.chambers-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.chambers-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.chambers-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.chambers-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.chambers-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.chambers-cta__content{max-width:720px}.chambers-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.chambers-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.chambers-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.chambers-cta__heading span{display:block;color:#ffffffad}.chambers-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.chambers-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.chambers-cta:hover .chambers-cta__background img{transform:scale(1.045)}@media(max-width:900px){.chambers-hero{min-height:520px}.chambers-hero__inner{min-height:520px;padding:50px 35px}.chambers-range__intro{grid-template-columns:minmax(0,1fr) minmax(240px,.7fr);gap:45px}.chambers-card__link{grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);min-height:330px}.chambers-card__body{padding:25px}.chambers-cta__inner{gap:40px;padding:60px 30px}.chambers-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}}@media(max-width:700px){.chambers-hero{min-height:auto}.chambers-hero__overlay{background:linear-gradient(180deg,#000000c2,#0000009e,#000000d1)}.chambers-hero__inner{min-height:auto;padding:70px 25px}.chambers-hero__heading{font-size:clamp(2.8rem,13vw,4rem)}.chambers-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.chambers-range{padding:65px 0}.chambers-range__inner{padding:0 20px}.chambers-range__intro{display:flex;flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:40px}.chambers-range__heading{font-size:clamp(2.3rem,10vw,3.5rem)}.chambers-range__lede{font-size:.9rem;line-height:1.65}.chambers-range__grid{grid-template-columns:1fr;gap:18px}.chambers-card__link{display:flex;flex-direction:column;min-height:auto}.chambers-card__body{min-height:220px;padding:24px}.chambers-card__heading{max-width:330px;font-size:1.55rem}.chambers-card__image-wrapper{min-height:280px}.chambers-card__image{position:relative;height:280px}.chambers-cta{min-height:auto}.chambers-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.chambers-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.chambers-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.chambers-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.chambers-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.chambers-hero__inner{padding:60px 16px}.chambers-range{padding:50px 0}.chambers-range__inner{padding:0 16px}.chambers-range__heading{font-size:2.35rem}.chambers-card__body{min-height:200px;padding:20px}.chambers-card__heading{font-size:1.4rem}.chambers-card__image{height:230px}.chambers-card__image-wrapper{min-height:230px}.chambers-cta__inner{padding:55px 16px}.chambers-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.chambers-card,.chambers-card__action,.chambers-card__action img,.chambers-card__image img,.chambers-cta__background img{transition:none}}.hearths-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.hearths-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.hearths-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.hearths-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.hearths-hero__inner{position:relative;z-index:2;display:flex;align-items:center;width:100%;max-width:1450px;min-height:570px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.hearths-hero__content{position:relative;z-index:5;width:100%;max-width:700px}.hearths-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.hearths-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.hearths-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.hearths-hero__intro{max-width:680px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.hearths-range{position:relative;width:100%;padding:clamp(75px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.hearths-range__inner{width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.hearths-range__intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);align-items:end;gap:clamp(40px,8vw,130px);margin-bottom:55px}.hearths-range__heading-wrap{max-width:760px}.hearths-range__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#785f3f;font-size:.72rem;font-weight:700;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.hearths-range__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#785f3f}.hearths-range__heading{margin:0;color:#141414;font-size:clamp(2.3rem,4.5vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.055em}.hearths-range__lede{max-width:500px;margin:0;color:#1414149e;font-size:.98rem;font-weight:400;line-height:1.75}.hearths-range__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;width:100%;margin:0;padding:0;list-style:none}.hearths-card{position:relative;min-width:0;overflow:hidden;background:#f5f5f5;border:1px solid rgba(20,20,20,.1);transition:border-color .35s ease,transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease}.hearths-card:hover{border-color:#785f3f80;transform:translateY(-5px);box-shadow:0 22px 55px #0000001f}.hearths-card__link{position:relative;display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);width:100%;min-height:370px;color:inherit;text-decoration:none;box-sizing:border-box}.hearths-card__body{position:relative;z-index:2;display:flex;flex-direction:column;min-width:0;padding:30px;box-sizing:border-box;background:#f5f5f5}.hearths-card__meta{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#14141473;font-size:.62rem;font-weight:700;line-height:1;letter-spacing:.13em;text-transform:uppercase}.hearths-card__meta span:first-child{color:#785f3f}.hearths-card__heading{max-width:280px;margin:auto 0 0;color:#141414;font-size:clamp(1.45rem,2vw,2rem);font-weight:500;line-height:1.05;letter-spacing:-.04em}.hearths-card__action{display:inline-flex;align-items:center;gap:10px;margin-top:25px;color:#141414b3;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.1em;text-transform:uppercase;transition:color .3s ease,gap .3s ease}.hearths-card__action img{display:block;width:13px;height:13px;object-fit:contain;filter:invert(1);transition:transform .3s ease}.hearths-card:hover .hearths-card__action{gap:14px;color:#785f3f}.hearths-card:hover .hearths-card__action img{transform:translate(2px,-2px)}.hearths-card__image-wrapper{position:relative;min-width:0;min-height:100%;overflow:hidden;background:#e1e1e1}.hearths-card__image{position:absolute;inset:0;width:100%;height:100%;margin:0;overflow:hidden}.hearths-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}.hearths-card:hover .hearths-card__image img{transform:scale(1.045)}.hearths-card__image-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0000001f,#0000);pointer-events:none}.hearths-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.hearths-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.hearths-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.hearths-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.hearths-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.hearths-cta__content{max-width:720px}.hearths-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.hearths-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.hearths-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.hearths-cta__heading span{display:block;color:#ffffffad}.hearths-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.hearths-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.hearths-cta:hover .hearths-cta__background img{transform:scale(1.045)}@media(max-width:900px){.hearths-hero{min-height:520px}.hearths-hero__inner{min-height:520px;padding:50px 35px}.hearths-range__intro{grid-template-columns:minmax(0,1fr) minmax(240px,.7fr);gap:45px}.hearths-card__link{grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);min-height:330px}.hearths-card__body{padding:25px}.hearths-cta__inner{gap:40px;padding:60px 30px}.hearths-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}}@media(max-width:700px){.hearths-hero{min-height:auto}.hearths-hero__overlay{background:linear-gradient(180deg,#000000c2,#0000009e,#000000d1)}.hearths-hero__inner{min-height:auto;padding:70px 25px}.hearths-hero__heading{font-size:clamp(2.8rem,13vw,4rem)}.hearths-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.hearths-range{padding:65px 0}.hearths-range__inner{padding:0 20px}.hearths-range__intro{display:flex;flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:40px}.hearths-range__heading{font-size:clamp(2.3rem,10vw,3.5rem)}.hearths-range__lede{font-size:.9rem;line-height:1.65}.hearths-range__grid{grid-template-columns:1fr;gap:18px}.hearths-card__link{display:flex;flex-direction:column;min-height:auto}.hearths-card__body{min-height:220px;padding:24px}.hearths-card__heading{max-width:330px;font-size:1.55rem}.hearths-card__image-wrapper{min-height:280px}.hearths-card__image{position:relative;height:280px}.hearths-cta{min-height:auto}.hearths-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.hearths-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.hearths-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.hearths-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.hearths-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.hearths-hero__inner{padding:60px 16px}.hearths-range{padding:50px 0}.hearths-range__inner{padding:0 16px}.hearths-range__heading{font-size:2.35rem}.hearths-card__body{min-height:200px;padding:20px}.hearths-card__heading{font-size:1.4rem}.hearths-card__image{height:230px}.hearths-card__image-wrapper{min-height:230px}.hearths-cta__inner{padding:55px 16px}.hearths-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.hearths-card,.hearths-card__action,.hearths-card__action img,.hearths-card__image img,.hearths-cta__background img{transition:none}}.beams-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.beams-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.beams-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.beams-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.beams-hero__inner{position:relative;z-index:2;display:flex;align-items:center;width:100%;max-width:1450px;min-height:570px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.beams-hero__content{position:relative;z-index:5;width:100%;max-width:760px}.beams-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.beams-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.beams-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.beams-hero__intro{max-width:720px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.beams-range{position:relative;width:100%;padding:clamp(75px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.beams-range__inner{width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.beams-range__intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);align-items:end;gap:clamp(40px,8vw,130px);margin-bottom:55px}.beams-range__heading-wrap{max-width:760px}.beams-range__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#785f3f;font-size:.72rem;font-weight:700;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.beams-range__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#785f3f}.beams-range__heading{margin:0;color:#141414;font-size:clamp(2.3rem,4.5vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.055em}.beams-range__lede{max-width:500px;margin:0;color:#1414149e;font-size:.98rem;font-weight:400;line-height:1.75}.beams-range__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;width:100%;margin:0;padding:0;list-style:none}.beams-card{position:relative;min-width:0;overflow:hidden;background:#f5f5f5;border:1px solid rgba(20,20,20,.1);transition:border-color .35s ease,transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease}.beams-card:hover{border-color:#785f3f80;transform:translateY(-5px);box-shadow:0 22px 55px #0000001f}.beams-card__link{position:relative;display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);width:100%;min-height:370px;color:inherit;text-decoration:none;box-sizing:border-box}.beams-card__body{position:relative;z-index:2;display:flex;flex-direction:column;min-width:0;padding:30px;box-sizing:border-box;background:#f5f5f5}.beams-card__meta{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#14141473;font-size:.62rem;font-weight:700;line-height:1;letter-spacing:.13em;text-transform:uppercase}.beams-card__meta span:first-child{color:#785f3f}.beams-card__heading{max-width:280px;margin:auto 0 0;color:#141414;font-size:clamp(1.45rem,2vw,2rem);font-weight:500;line-height:1.05;letter-spacing:-.04em}.beams-card__action{display:inline-flex;align-items:center;gap:10px;margin-top:25px;color:#141414b3;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.1em;text-transform:uppercase;transition:color .3s ease,gap .3s ease}.beams-card__action img{display:block;width:13px;height:13px;object-fit:contain;filter:invert(1);transition:transform .3s ease}.beams-card:hover .beams-card__action{gap:14px;color:#785f3f}.beams-card:hover .beams-card__action img{transform:translate(2px,-2px)}.beams-card__image-wrapper{position:relative;min-width:0;min-height:100%;overflow:hidden;background:#e1e1e1}.beams-card__image{position:absolute;inset:0;width:100%;height:100%;margin:0;overflow:hidden}.beams-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}.beams-card:hover .beams-card__image img{transform:scale(1.045)}.beams-card__image-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0000001f,#0000);pointer-events:none}.beams-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.beams-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.beams-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.beams-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.beams-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.beams-cta__content{max-width:720px}.beams-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.beams-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.beams-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.beams-cta__heading span{display:block;color:#ffffffad}.beams-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.beams-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.beams-cta:hover .beams-cta__background img{transform:scale(1.045)}@media(max-width:900px){.beams-hero{min-height:520px}.beams-hero__inner{min-height:520px;padding:50px 35px}.beams-range__intro{grid-template-columns:minmax(0,1fr) minmax(240px,.7fr);gap:45px}.beams-card__link{grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);min-height:330px}.beams-card__body{padding:25px}.beams-cta__inner{gap:40px;padding:60px 30px}.beams-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}}@media(max-width:700px){.beams-hero{min-height:auto}.beams-hero__overlay{background:linear-gradient(180deg,#000000c2,#0000009e,#000000d1)}.beams-hero__inner{min-height:auto;padding:70px 25px}.beams-hero__heading{font-size:clamp(2.8rem,13vw,4rem)}.beams-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.beams-range{padding:65px 0}.beams-range__inner{padding:0 20px}.beams-range__intro{display:flex;flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:40px}.beams-range__heading{font-size:clamp(2.3rem,10vw,3.5rem)}.beams-range__lede{font-size:.9rem;line-height:1.65}.beams-range__grid{grid-template-columns:1fr;gap:18px}.beams-card__link{display:flex;flex-direction:column;min-height:auto}.beams-card__body{min-height:220px;padding:24px}.beams-card__heading{max-width:330px;font-size:1.55rem}.beams-card__image-wrapper{min-height:280px}.beams-card__image{position:relative;height:280px}.beams-cta{min-height:auto}.beams-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.beams-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.beams-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.beams-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.beams-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.beams-hero__inner{padding:60px 16px}.beams-range{padding:50px 0}.beams-range__inner{padding:0 16px}.beams-range__heading{font-size:2.35rem}.beams-card__body{min-height:200px;padding:20px}.beams-card__heading{font-size:1.4rem}.beams-card__image{height:230px}.beams-card__image-wrapper{min-height:230px}.beams-cta__inner{padding:55px 16px}.beams-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.beams-card,.beams-card__action,.beams-card__action img,.beams-card__image img,.beams-cta__background img{transition:none}}.mantels-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.mantels-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.mantels-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.mantels-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.mantels-hero__inner{position:relative;z-index:2;display:flex;align-items:center;width:100%;max-width:1450px;min-height:570px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.mantels-hero__content{position:relative;z-index:5;width:100%;max-width:700px}.mantels-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.mantels-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.mantels-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.mantels-hero__intro{max-width:680px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.mantels-range{position:relative;width:100%;padding:clamp(75px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.mantels-range__inner{width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.mantels-range__intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);align-items:end;gap:clamp(40px,8vw,130px);margin-bottom:55px}.mantels-range__heading-wrap{max-width:760px}.mantels-range__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#785f3f;font-size:.72rem;font-weight:700;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.mantels-range__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#785f3f}.mantels-range__heading{margin:0;color:#141414;font-size:clamp(2.3rem,4.5vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.055em}.mantels-range__lede{max-width:500px;margin:0;color:#1414149e;font-size:.98rem;font-weight:400;line-height:1.75}.mantels-range__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;width:100%;margin:0;padding:0;list-style:none}.mantels-card{position:relative;min-width:0;overflow:hidden;background:#f5f5f5;border:1px solid rgba(20,20,20,.1);transition:border-color .35s ease,transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease}.mantels-card:hover{border-color:#785f3f80;transform:translateY(-5px);box-shadow:0 22px 55px #0000001f}.mantels-card__link{position:relative;display:flex;flex-direction:column;width:100%;min-height:500px;color:inherit;text-decoration:none;box-sizing:border-box}.mantels-card__body{position:relative;z-index:2;display:flex;flex-direction:column;min-width:0;min-height:230px;padding:30px;box-sizing:border-box;background:#f5f5f5}.mantels-card__meta{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#14141473;font-size:.62rem;font-weight:700;line-height:1;letter-spacing:.13em;text-transform:uppercase}.mantels-card__meta span:first-child{color:#785f3f}.mantels-card__heading{max-width:330px;margin:auto 0 0;color:#141414;font-size:clamp(1.45rem,2vw,2rem);font-weight:500;line-height:1.05;letter-spacing:-.04em}.mantels-card__action{display:inline-flex;align-items:center;gap:10px;margin-top:25px;color:#141414b3;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.1em;text-transform:uppercase;transition:color .3s ease,gap .3s ease}.mantels-card__action img{display:block;width:13px;height:13px;object-fit:contain;filter:invert(1);transition:transform .3s ease}.mantels-card:hover .mantels-card__action{gap:14px;color:#785f3f}.mantels-card:hover .mantels-card__action img{transform:translate(2px,-2px)}.mantels-card__image-wrapper{position:relative;min-width:0;flex:1;min-height:270px;overflow:hidden;background:#e1e1e1}.mantels-card__image{position:absolute;inset:0;width:100%;height:100%;margin:0;overflow:hidden}.mantels-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.22,1,.36,1)}.mantels-card:hover .mantels-card__image img{transform:scale(1.045)}.mantels-card__image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000,#0000001a);pointer-events:none}.mantels-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.mantels-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.mantels-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.mantels-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.mantels-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.mantels-cta__content{max-width:720px}.mantels-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.mantels-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.mantels-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.mantels-cta__heading span{display:block;color:#ffffffad}.mantels-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.mantels-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.mantels-cta:hover .mantels-cta__background img{transform:scale(1.045)}@media(max-width:900px){.mantels-hero{min-height:520px}.mantels-hero__inner{min-height:520px;padding:50px 35px}.mantels-range__intro{grid-template-columns:minmax(0,1fr) minmax(240px,.7fr);gap:45px}.mantels-range__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mantels-card__link{min-height:460px}.mantels-card__body{min-height:215px;padding:25px}.mantels-cta__inner{gap:40px;padding:60px 30px}.mantels-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}}@media(max-width:700px){.mantels-hero{min-height:auto}.mantels-hero__overlay{background:linear-gradient(180deg,#000000c2,#0000009e,#000000d1)}.mantels-hero__inner{min-height:auto;padding:70px 25px}.mantels-hero__heading{font-size:clamp(2.8rem,13vw,4rem)}.mantels-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.mantels-range{padding:65px 0}.mantels-range__inner{padding:0 20px}.mantels-range__intro{display:flex;flex-direction:column;align-items:flex-start;gap:22px;margin-bottom:40px}.mantels-range__heading{font-size:clamp(2.3rem,10vw,3.5rem)}.mantels-range__lede{font-size:.9rem;line-height:1.65}.mantels-range__grid{grid-template-columns:1fr;gap:18px}.mantels-card__link{min-height:auto}.mantels-card__body{min-height:220px;padding:24px}.mantels-card__heading{max-width:330px;font-size:1.55rem}.mantels-card__image-wrapper{min-height:280px}.mantels-card__image{position:relative;height:280px}.mantels-cta{min-height:auto}.mantels-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.mantels-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.mantels-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.mantels-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.mantels-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.mantels-hero__inner{padding:60px 16px}.mantels-range{padding:50px 0}.mantels-range__inner{padding:0 16px}.mantels-range__heading{font-size:2.35rem}.mantels-card__body{min-height:200px;padding:20px}.mantels-card__heading{font-size:1.4rem}.mantels-card__image{height:230px}.mantels-card__image-wrapper{min-height:230px}.mantels-cta__inner{padding:55px 16px}.mantels-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.mantels-card,.mantels-card__action,.mantels-card__action img,.mantels-card__image img,.mantels-cta__background img{transition:none}}.landing-gallery{position:relative;width:100%;min-height:760px;overflow:hidden;padding:110px 0}.landing-gallery__inner{position:relative;width:min(1600px,calc(100% - 80px));min-height:540px;margin:0 auto;display:grid;grid-template-columns:minmax(390px,.8fr) minmax(620px,1.45fr);align-items:center;gap:clamp(60px,7vw,130px)}.landing-gallery__content{position:relative;z-index:10;max-width:650px;padding:20px 0}.landing-gallery__eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:26px;font-size:11px;font-weight:700;letter-spacing:.22em;line-height:1;text-transform:uppercase;color:#be9e69}.landing-gallery__eyebrow:before{content:"";width:34px;height:1px;background:#be9e69}.landing-gallery__heading{margin:0;font-size:clamp(48px,5.2vw,82px);font-weight:500;line-height:.94;letter-spacing:-.055em;color:#fff}.landing-gallery__heading span{display:block;color:#fff}.landing-gallery__heading strong{display:block;margin-top:7px;font-weight:500;color:#be9e69}.landing-gallery__description{max-width:500px;margin:34px 0 0;font-size:16px;font-weight:400;line-height:1.7;letter-spacing:-.01em;color:#ffffff9e}.landing-gallery__social{display:flex;align-items:center;gap:10px;margin-top:34px}.landing-gallery__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff0b;border:1px solid rgba(255,255,255,.13);transition:transform .25s ease,background .25s ease,border-color .25s ease}.landing-gallery__social-link img{display:block;width:19px;height:19px;object-fit:contain;transition:transform .25s ease}.landing-gallery__social-link:hover{transform:translateY(-3px);background:#ffffff17;border-color:#be9e69a6}.landing-gallery__social-link:hover img{transform:scale(1.08)}.landing-gallery__rating{margin-top:16px}.landing-gallery__stars{display:flex;align-items:center;gap:3px}.landing-gallery__stars span{display:block;font-size:17px;line-height:1;color:#be9e69}@media(max-width:1200px){.landing-gallery{min-height:700px;padding:90px 0}.landing-gallery__inner{width:min(1400px,calc(100% - 50px));grid-template-columns:minmax(340px,.8fr) minmax(500px,1.2fr);gap:55px}.landing-gallery__heading{font-size:clamp(44px,5.5vw,70px)}}@media(max-width:850px){.landing-gallery{min-height:auto;padding:80px 0}.landing-gallery__inner{width:calc(100% - 32px);display:flex;flex-direction:column;align-items:stretch;gap:60px}.landing-gallery__content{max-width:650px}.landing-gallery__heading{font-size:clamp(44px,11vw,64px)}.landing-gallery__description{margin-top:26px;font-size:15px}}.cta-section-tango{position:relative;width:100%;overflow:hidden;color:#fff}.cta-section-tango__inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.65fr);align-items:center;width:100%;max-width:1550px;min-height:500px;margin:0 auto;padding:80px 50px}.cta-section-tango__media-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:620px}.image-group-tango{position:relative;width:100%;max-width:800px;height:620px;isolation:isolate}.image-group-tango__image-wrapper{position:absolute;width:300px;transform-origin:center bottom;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform;margin:90px 0 100px 50px}.image-group-tango__image{position:relative;width:100%;height:100%;overflow:visible}.image-group-tango__image img{display:block;width:100%;height:auto;border-radius:10px;object-fit:contain;filter:drop-shadow(0 24px 35px rgba(0,0,0,.25)) drop-shadow(0 5px 10px rgba(0,0,0,.18));transition:filter .45s ease,transform .45s ease}.image-group-tango__image-wrapper--one{left:0;bottom:25px;z-index:1;transform:rotate(-8deg)}.image-group-tango__image-wrapper--two{left:50%;bottom:0;z-index:3;transform:translate(-50%)}.image-group-tango__image-wrapper--three{right:0;bottom:25px;z-index:2;transform:rotate(8deg)}.image-group-tango:hover .image-group-tango__image-wrapper:not(:hover){filter:brightness(.78);opacity:.82}.image-group-tango__image-wrapper:hover{z-index:10}.image-group-tango__image-wrapper--one:hover{transform:translateY(-16px) rotate(-3deg) scale(1.045)}.image-group-tango__image-wrapper--two:hover{transform:translate(-50%) translateY(-18px) scale(1.05)}.image-group-tango__image-wrapper--three:hover{transform:translateY(-16px) rotate(3deg) scale(1.045)}.image-group-tango__image-wrapper:hover img{filter:drop-shadow(0 30px 45px rgba(0,0,0,.32)) drop-shadow(0 8px 15px rgba(0,0,0,.2))}.image-group-tango__image-wrapper:after{content:"";position:absolute;left:50%;bottom:-18px;width:42px;height:1px;background:#c6a36d;opacity:0;transform:translate(-50%) scaleX(0);transition:opacity .35s ease,transform .35s ease}.image-group-tango__image-wrapper:hover:after{opacity:1;transform:translate(-50%) scaleX(1)}.cta-section-tango__content-wrapper{position:relative;z-index:20;width:100%;max-width:570px;padding-left:20px}.cta-section-tango__eyebrow{display:block;margin-bottom:22px;color:#c6a36d;font-size:.82rem;font-weight:600;line-height:1.2;letter-spacing:.16em;text-transform:uppercase}.cta-section-tango__heading{margin:0;color:#fff;font-size:2rem;font-weight:500;line-height:1.02;letter-spacing:-.035em}.cta-section-tango__text{max-width:550px;margin:28px 0 0;color:#ffffffc2;font-size:1rem;font-weight:400;line-height:1.75}.cta-section-tango__content-wrapper .cta-1{margin-top:32px}@media(min-width:1500px){.cta-section-tango__inner{min-height:760px;padding-top:90px;padding-bottom:90px}.cta-section-tango__media-wrapper{min-height:680px}.image-group-tango{max-width:870px;height:680px;margin-left:-100px}.image-group-tango__image-wrapper{width:335px}}@media(max-width:1100px){.cta-section-tango__inner{grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);min-height:650px;padding:70px 30px}.cta-section-tango__media-wrapper{min-height:560px}.image-group-tango{height:560px;margin-left:-75px}.image-group-tango__image-wrapper{width:245px}.cta-section-tango__content-wrapper{padding-left:10px}.cta-section-tango__heading{font-size:clamp(2rem,4vw,3.2rem)}.cta-section-tango__text{font-size:.95rem}}@media(max-width:850px){.cta-section-tango__inner{display:flex;flex-direction:column;min-height:auto;padding:70px 30px 85px}.cta-section-tango__media-wrapper{display:flex;width:100%;min-height:500px;justify-content:center}.image-group-tango{width:100%;max-width:650px;height:500px;margin-left:0}.image-group-tango__image-wrapper{width:225px}.cta-section-tango__content-wrapper{max-width:680px;padding-left:0}.cta-section-tango__heading{font-size:clamp(2.15rem,6vw,3.4rem)}}@media(max-width:600px){.cta-section-tango__inner{padding:55px 20px 65px}.cta-section-tango__media-wrapper{min-height:370px}.image-group-tango{height:370px}.image-group-tango__image-wrapper{width:165px;margin:0 60px 50px -20px}.image-group-tango__image-wrapper--one{left:-5px;bottom:10px;transform:rotate(-7deg)}.image-group-tango__image-wrapper--two{left:45%;bottom:0;transform:translate(-50%)}.image-group-tango__image-wrapper--three{right:-5px;bottom:10px;transform:rotate(7deg)}.image-group-tango__image-wrapper--one:hover{transform:translateY(-10px) rotate(-3deg) scale(1.035)}.image-group-tango__image-wrapper--two:hover{transform:translate(-50%) translateY(-10px) scale(1.04)}.image-group-tango__image-wrapper--three:hover{transform:translateY(-10px) rotate(3deg) scale(1.035)}.cta-section-tango__eyebrow{margin-bottom:17px;font-size:.72rem;letter-spacing:.13em}.cta-section-tango__heading{font-size:clamp(2rem,9vw,2.8rem);line-height:1.03}.cta-section-tango__text{margin-top:22px;font-size:.94rem;line-height:1.7}.cta-section-tango__content-wrapper .cta-1{margin-top:28px}}@media(max-width:400px){.cta-section-tango__inner{padding-right:16px;padding-left:16px}.cta-section-tango__media-wrapper{min-height:320px}.image-group-tango{height:320px}.image-group-tango__image-wrapper{width:140px}.image-group-tango__image-wrapper--one{left:-8px}.image-group-tango__image-wrapper--three{right:-8px}}@media(prefers-reduced-motion:reduce){.image-group-tango__image-wrapper,.image-group-tango__image-wrapper img,.image-group-tango__image-wrapper:after{transition:none}}.landing-stove-section{position:relative;width:100%;background:#fff;color:#151515;padding:80px 0 90px;overflow:hidden}.landing-stove-section__intro{width:min(1400px,calc(100% - 80px));margin:0 auto 45px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:60px}.landing-stove-section__content{max-width:700px}.landing-stove-section__eyebrow{display:inline-flex;align-items:center;margin-bottom:14px;color:#c6a36d;font-size:.7rem;font-weight:700;letter-spacing:.15em;line-height:1.2;text-transform:uppercase}.landing-stove-section__eyebrow:before{content:"";width:24px;height:1px;margin-right:10px;background:#c6a36d}.landing-stove-section__heading{margin:0;color:#151515;font-size:clamp(2.2rem,4vw,4rem);font-weight:500;letter-spacing:-.045em;line-height:.98}.landing-stove-section__heading span{display:block;color:#15151573}.landing-stove-section__lede{max-width:600px;margin:20px 0 0;color:#1515159e;font-size:.92rem;line-height:1.65}.landing-stove-section__sidebar{display:flex;align-items:flex-end;justify-content:flex-end;padding-bottom:1px}.landing-stove-section__sidebar .cta-3{white-space:nowrap}.landing-stove-grid{width:min(1400px,calc(100% - 80px));margin:0 auto;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;list-style:none}.landing-stove-card{position:relative;min-width:0;background:transparent;overflow:hidden;transition:transform .35s ease}.landing-stove-card:hover{transform:translateY(-4px)}.landing-stove-card__link{position:relative;display:flex;flex-direction:column;min-height:340px;color:inherit;text-decoration:none}.landing-stove-card__body{position:relative;min-height:105px;padding:18px 0 15px;display:flex;flex-direction:column;justify-content:space-between;z-index:2}.landing-stove-card__number{color:#15151559;font-size:.65rem;font-weight:600;letter-spacing:.12em;line-height:1}.landing-stove-card__heading{margin:20px 0 0;padding-right:45px;color:#151515;font-size:1.05rem;font-weight:600;letter-spacing:-.02em;line-height:1.15}.landing-stove-card__arrow{position:absolute;top:14px;right:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(21,21,21,.2);transition:background-color .3s ease,border-color .3s ease,transform .3s ease}.landing-stove-card__arrow img{display:block;width:12px;height:12px;object-fit:contain;transition:transform .3s ease,filter .3s ease}.landing-stove-card:hover .landing-stove-card__arrow{background:#c6a36d;border-color:#c6a36d;transform:translateY(-1px)}.landing-stove-card:hover .landing-stove-card__arrow img{transform:translate(3px);filter:brightness(0) invert(1)}.landing-stove-card__image-wrapper{position:relative;flex:1;min-height:235px;display:flex;align-items:flex-end;justify-content:center;padding:5px 10px 0;overflow:hidden;border-radius:10px}.landing-stove-card__image{display:block;width:100%;max-width:230px;height:225px;object-fit:contain;object-position:center bottom;transform:scale(1);transition:transform .5s cubic-bezier(.2,.7,.2,1)}.landing-stove-card:hover .landing-stove-card__image{transform:scale(1.04)}@media(min-width:1500px){.landing-stove-grid{gap:28px}.landing-stove-card__link{min-height:365px}.landing-stove-card__image-wrapper{min-height:255px}.landing-stove-card__image{max-width:245px;height:245px}}@media(max-width:1100px){.landing-stove-section{padding:70px 0 80px}.landing-stove-section__intro{width:min(100% - 50px,900px);gap:40px;margin-bottom:40px}.landing-stove-grid{width:min(100% - 50px,900px);grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.landing-stove-card__link{min-height:350px}}@media(max-width:700px){.landing-stove-section{padding:60px 0 70px}.landing-stove-section__intro{width:calc(100% - 40px);grid-template-columns:1fr;gap:24px;margin-bottom:35px}.landing-stove-section__heading{font-size:clamp(2.2rem,10vw,3.5rem)}.landing-stove-section__lede{margin-top:18px}.landing-stove-section__sidebar{justify-content:flex-start}.landing-stove-grid{width:calc(100% - 40px);grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.landing-stove-card__link{min-height:315px}.landing-stove-card__body{min-height:95px;padding:16px 0 12px}.landing-stove-card__heading{font-size:.98rem}.landing-stove-card__arrow{top:12px}.landing-stove-card__image-wrapper{min-height:205px;padding:5px 5px 0;border-radius:10px}.landing-stove-card__image{height:195px}}@media(max-width:480px){.landing-stove-section{padding:55px 0 60px}.landing-stove-section__intro{width:calc(100% - 30px)}.landing-stove-section__eyebrow{margin-bottom:13px}.landing-stove-section__lede{font-size:.88rem;line-height:1.65}.landing-stove-grid{width:calc(100% - 30px);grid-template-columns:1fr;gap:22px}.landing-stove-card__link{min-height:350px}.landing-stove-card__body{min-height:95px;padding:17px 0 13px}.landing-stove-card__heading{font-size:1.05rem}.landing-stove-card__image-wrapper{min-height:255px;padding:5px 20px 0;border-radius:10px}.landing-stove-card__image{width:100%;max-width:280px;height:245px;border-radius:10px}}@media(prefers-reduced-motion:reduce){.landing-stove-card,.landing-stove-card__image,.landing-stove-card__arrow,.landing-stove-card__arrow img{transition:none}}.landing-features{position:relative;width:100%;background:#fff;padding:85px 0 105px;overflow:hidden}.landing-features__grid{width:min(1250px,calc(100% - 80px));margin:0 auto;display:flex;flex-direction:column;gap:105px}.landing-feature{position:relative;min-height:570px}.landing-feature__panel{position:relative;width:100%;min-height:570px;display:flex;align-items:center;background:#2e393f;border-radius:5px;overflow:visible}.landing-feature__content{width:46%;margin-left:52%;padding:60px 55px 60px 0;color:#fff}.landing-feature--reverse .landing-feature__content{margin-left:5%;margin-right:52%;padding-right:0;padding-left:55px}.landing-feature__eyebrow{display:block;margin-bottom:27px;color:#ffffffb8;font-size:.68rem;font-weight:500;letter-spacing:.18em;line-height:1;text-transform:uppercase}.landing-feature__heading{margin:0;color:#fff;font-size:clamp(2rem,3vw,2.9rem);font-weight:600;letter-spacing:-.035em;line-height:1.05}.landing-feature__lede{max-width:610px;margin-top:27px;color:#ffffffc2;font-size:.94rem;font-weight:400;line-height:1.55}.landing-feature__lede p{margin:0 0 17px}.landing-feature__lede p:last-child{margin-bottom:0}.landing-feature__media{position:absolute;z-index:3;top:-28px;left:55px;width:43.5%;height:calc(100% + 56px);overflow:hidden;border-radius:5px}.landing-feature__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:5px;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.landing-feature:hover .landing-feature__media img{transform:scale(1.02)}.landing-feature--reverse .landing-feature__media{left:auto;right:55px}.landing-feature--reverse .landing-feature__panel{justify-content:flex-start}.landing-feature__list{margin:20px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 25px;list-style:none}.landing-feature__list li{position:relative;padding-left:15px;color:#ffffffc2;font-size:.88rem;line-height:1.4}.landing-feature__list li:before{content:"";position:absolute;top:.55em;left:0;width:5px;height:5px;background:#c6a36d}.landing-feature__content .cta-1{margin-top:27px}@media(min-width:1500px){.landing-features__grid{width:min(1250px,calc(100% - 100px))}.landing-feature,.landing-feature__panel{min-height:570px}.landing-feature__media{left:55px}.landing-feature--reverse .landing-feature__media{left:auto;right:55px}}@media(max-width:1100px){.landing-features{padding:75px 0 90px}.landing-features__grid{width:calc(100% - 50px);gap:90px}.landing-feature,.landing-feature__panel{min-height:500px}.landing-feature__media{top:-22px;left:35px;width:44%;height:calc(100% + 44px)}.landing-feature--reverse .landing-feature__media{right:35px}.landing-feature__content{width:47%;margin-left:51%;padding:50px 35px 50px 0}.landing-feature--reverse .landing-feature__content{margin-left:5%;margin-right:51%;padding-right:0;padding-left:35px}.landing-feature__heading{font-size:clamp(1.8rem,3.8vw,2.5rem)}.landing-feature__lede{font-size:.88rem}}@media(max-width:700px){.landing-features{padding:60px 0 70px}.landing-features__grid{width:calc(100% - 30px);gap:65px}.landing-feature{min-height:0}.landing-feature__panel{min-height:0;display:block;padding:0;border-radius:5px}.landing-feature__media{position:relative;top:auto;left:auto;width:calc(100% - 30px);height:auto;aspect-ratio:1 / .9;margin:-20px auto 0;border-radius:5px}.landing-feature--reverse .landing-feature__media{top:auto;right:auto;left:auto;margin:-20px auto 0}.landing-feature__content,.landing-feature--reverse .landing-feature__content{width:auto;margin:0;padding:55px 30px 40px}.landing-feature__eyebrow{margin-bottom:20px}.landing-feature__heading{font-size:clamp(2rem,9vw,2.8rem)}.landing-feature__lede{margin-top:20px;font-size:.88rem;line-height:1.6}.landing-feature__content .cta-1{margin-top:22px}.landing-feature__list{grid-template-columns:1fr;gap:10px}}@media(max-width:480px){.landing-features{padding:50px 0 60px}.landing-features__grid{width:calc(100% - 24px);gap:55px}.landing-feature__media{width:calc(100% - 24px);aspect-ratio:1 / .88}.landing-feature__content,.landing-feature--reverse .landing-feature__content{padding:48px 24px 32px}.landing-feature__heading{font-size:clamp(1.9rem,10vw,2.6rem)}.landing-feature__lede{font-size:.86rem}}@media(prefers-reduced-motion:reduce){.landing-feature__media img{transition:none}}.landing-cta{position:relative;width:100%;height:345px;overflow:hidden;background:#314151}.landing-cta__background{position:absolute;inset:0;background-image:url(/unnamed-11.webp);background-size:cover;background-position:center 48%;z-index:0}.landing-cta__overlay{position:absolute;inset:0;width:40%;background:#314151;clip-path:polygon(0 0,82% 0,100% 100%,0 100%);z-index:1}.landing-cta__content{position:relative;z-index:2;width:min(420px,calc(100% - 80px));margin-left:max(40px,calc((100vw - 1456px)/2));padding-top:67px;color:#fff}.landing-cta__text{margin:0;color:#ffffffeb;font-size:19px;font-weight:400;line-height:1.42}.landing-cta__content .cta-1{margin-top:32px}@media(max-width:1000px){.landing-cta{height:360px}.landing-cta__overlay{width:48%;clip-path:polygon(0 0,82% 0,100% 100%,0 100%)}.landing-cta__content{width:min(440px,calc(100% - 70px));margin-left:35px;padding-top:60px}}@media(max-width:700px){.landing-cta{height:auto;min-height:430px}.landing-cta__background{background-position:center center}.landing-cta__overlay{width:75%;background:none;clip-path:none}.landing-cta__content{width:calc(100% - 40px);margin:0 20px;padding:55px 0}.landing-cta__text{font-size:17px;line-height:1.5;background:#314151e6;padding:10px;border-radius:10px}}@media(max-width:480px){.landing-cta{min-height:440px}.landing-cta__content{width:calc(100% - 36px);margin:0 18px;padding:48px 0}.landing-cta__text{font-size:16px}}.installation-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.installation-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.installation-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.installation-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.installation-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.installation-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.installation-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.installation-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.installation-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.installation-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.installation-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.installation-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.installation-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.installation-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.installation-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.installation-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.installation-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.installation-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.installation-book__page-line{display:none}.installation-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.installation-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.installation-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.installation-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.installation-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.installation-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.installation-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.installation-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.installation-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.installation-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.installation-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.installation-hero__brochures:hover .installation-book:not(:hover){opacity:.45;filter:brightness(.65)}.installation-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.installation-book--one:hover .installation-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.installation-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.installation-book--two:hover .installation-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.installation-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.installation-book--three:hover .installation-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.installation-book:hover .installation-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.installation-hero{min-height:600px}.installation-hero__inner{padding-right:70px;padding-left:70px}.installation-book{width:205px}}@media(max-width:1100px){.installation-hero{min-height:520px}.installation-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.installation-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.installation-hero__brochures{height:350px}.installation-book{width:165px}}@media(max-width:850px){.installation-hero{min-height:auto}.installation-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.installation-hero__content{max-width:650px}.installation-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.installation-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.installation-hero__inner{gap:35px;padding:60px 20px 55px}.installation-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.installation-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.installation-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.installation-hero__brochures{height:285px;max-width:500px}.installation-book{width:130px}.installation-book__cover,.installation-book__inside{padding:16px}.installation-book__cover strong{font-size:.95rem}.installation-book__inside strong{font-size:1rem}.installation-book__pdf{width:36px;height:36px;margin-top:14px}.installation-book__hint{display:none}.installation-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.installation-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.installation-book--three{right:0;transform:rotate(7deg) translateY(8px)}.installation-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.installation-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.installation-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.installation-hero__inner{padding-right:16px;padding-left:16px}.installation-hero__brochures{height:255px}.installation-book{width:112px}.installation-book__cover,.installation-book__inside{padding:13px}.installation-book__cover strong{font-size:.84rem}.installation-book__inside strong{font-size:.9rem}.installation-book__number,.installation-book__label{font-size:.55rem}}.installation-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.installation-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.installation-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.installation-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.installation-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.installation-feature__content{display:flex;flex-direction:column;max-width:330px}.installation-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.installation-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.installation-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.installation-feature__icon svg{display:block;width:42px;height:auto}.installation-feature:hover{padding-left:12px;border-color:#c6a36d}.installation-feature:hover .installation-feature__icon{color:#c6a36d;transform:translate(5px)}.installation-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.installation-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.installation-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.installation-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.installation-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.installation-features{padding:70px 0}.installation-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.installation-feature{min-height:165px}.installation-feature__text{font-size:.92rem}.installation-feature__icon{width:45px;height:45px}.installation-feature__icon svg{width:36px}}@media(max-width:700px){.installation-features{padding:60px 0}.installation-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.installation-features__list{width:100%}.installation-feature{min-height:150px;padding:24px 0}.installation-feature:hover{padding-left:6px}.installation-feature__number{margin-bottom:20px}.installation-feature__content{max-width:75%}.installation-feature__text{font-size:.9rem;line-height:1.6}.installation-features__media,.installation-features__image{width:100%}}@media(max-width:400px){.installation-features{padding:50px 0}.installation-features__inner{padding:0 16px}.installation-feature{min-height:135px}.installation-feature__text{font-size:.85rem}.installation-feature__icon{margin-left:15px}}.installation-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.installation-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.installation-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.installation-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.installation-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.installation-cta__content{max-width:720px}.installation-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.installation-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.installation-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.installation-cta__heading span{display:block;color:#ffffffad}.installation-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.installation-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.installation-cta:hover .installation-cta__background img{transform:scale(1.045)}@media(max-width:850px){.installation-cta{min-height:420px}.installation-cta__inner{gap:40px;padding:60px 30px}.installation-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.installation-cta__text{max-width:500px}}@media(max-width:650px){.installation-cta{min-height:auto}.installation-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.installation-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.installation-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.installation-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.installation-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.installation-cta__inner{padding:55px 16px}.installation-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.installation-book,.installation-book__cover,.installation-book__hint,.installation-feature,.installation-feature__icon,.installation-features__image img,.installation-cta__background img{transition:none}}.showroom-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.showroom-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.showroom-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.showroom-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.showroom-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.showroom-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.showroom-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.showroom-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.showroom-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.showroom-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.showroom-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.showroom-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.showroom-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.showroom-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.showroom-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.showroom-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.showroom-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.showroom-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.showroom-book__page-line{display:none}.showroom-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.showroom-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.showroom-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.showroom-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.showroom-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.showroom-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.showroom-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.showroom-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.showroom-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.showroom-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.showroom-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.showroom-hero__brochures:hover .showroom-book:not(:hover){opacity:.45;filter:brightness(.65)}.showroom-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.showroom-book--one:hover .showroom-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.showroom-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.showroom-book--two:hover .showroom-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.showroom-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.showroom-book--three:hover .showroom-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.showroom-book:hover .showroom-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.showroom-hero{min-height:600px}.showroom-hero__inner{padding-right:70px;padding-left:70px}.showroom-book{width:205px}}@media(max-width:1100px){.showroom-hero{min-height:520px}.showroom-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.showroom-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.showroom-hero__brochures{height:350px}.showroom-book{width:165px}}@media(max-width:850px){.showroom-hero{min-height:auto}.showroom-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.showroom-hero__content{max-width:650px}.showroom-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.showroom-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.showroom-hero__inner{gap:35px;padding:60px 20px 55px}.showroom-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.showroom-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.showroom-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.showroom-hero__brochures{height:285px;max-width:500px}.showroom-book{width:130px}.showroom-book__cover,.showroom-book__inside{padding:16px}.showroom-book__cover strong{font-size:.95rem}.showroom-book__inside strong{font-size:1rem}.showroom-book__pdf{width:36px;height:36px;margin-top:14px}.showroom-book__hint{display:none}.showroom-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.showroom-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.showroom-book--three{right:0;transform:rotate(7deg) translateY(8px)}.showroom-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.showroom-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.showroom-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.showroom-hero__inner{padding-right:16px;padding-left:16px}.showroom-hero__brochures{height:255px}.showroom-book{width:112px}.showroom-book__cover,.showroom-book__inside{padding:13px}.showroom-book__cover strong{font-size:.84rem}.showroom-book__inside strong{font-size:.9rem}.showroom-book__number,.showroom-book__label{font-size:.55rem}}.showroom-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.showroom-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.showroom-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.showroom-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.showroom-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.showroom-feature__content{display:flex;flex-direction:column;max-width:330px}.showroom-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.showroom-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.showroom-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.showroom-feature__icon svg{display:block;width:42px;height:auto}.showroom-feature:hover{padding-left:12px;border-color:#c6a36d}.showroom-feature:hover .showroom-feature__icon{color:#c6a36d;transform:translate(5px)}.showroom-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.showroom-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.showroom-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.showroom-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.showroom-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.showroom-features{padding:70px 0}.showroom-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.showroom-feature{min-height:165px}.showroom-feature__text{font-size:.92rem}.showroom-feature__icon{width:45px;height:45px}.showroom-feature__icon svg{width:36px}}@media(max-width:700px){.showroom-features{padding:60px 0}.showroom-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.showroom-features__list{width:100%}.showroom-feature{min-height:150px;padding:24px 0}.showroom-feature:hover{padding-left:6px}.showroom-feature__number{margin-bottom:20px}.showroom-feature__content{max-width:75%}.showroom-feature__text{font-size:.9rem;line-height:1.6}.showroom-features__media,.showroom-features__image{width:100%}}@media(max-width:400px){.showroom-features{padding:50px 0}.showroom-features__inner{padding:0 16px}.showroom-feature{min-height:135px}.showroom-feature__text{font-size:.85rem}.showroom-feature__icon{margin-left:15px}}.showroom-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.showroom-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.showroom-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.showroom-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.showroom-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.showroom-cta__content{max-width:720px}.showroom-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.showroom-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.showroom-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.showroom-cta__heading span{display:block;color:#ffffffad}.showroom-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.showroom-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.showroom-cta:hover .showroom-cta__background img{transform:scale(1.045)}@media(max-width:850px){.showroom-cta{min-height:420px}.showroom-cta__inner{gap:40px;padding:60px 30px}.showroom-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.showroom-cta__text{max-width:500px}}@media(max-width:650px){.showroom-cta{min-height:auto}.showroom-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.showroom-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.showroom-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.showroom-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.showroom-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.showroom-cta__inner{padding:55px 16px}.showroom-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.showroom-book,.showroom-book__cover,.showroom-book__hint,.showroom-feature,.showroom-feature__icon,.showroom-features__image img,.showroom-cta__background img{transition:none}}.gallery-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.gallery-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.gallery-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.015)}.gallery-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.gallery-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.gallery-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.gallery-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.gallery-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.gallery-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.gallery-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.gallery-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.gallery-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.gallery-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.gallery-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.gallery-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.gallery-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.gallery-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.gallery-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.gallery-book__page-line{display:none}.gallery-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.gallery-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.gallery-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.gallery-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.gallery-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.gallery-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.gallery-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.gallery-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.gallery-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.gallery-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.gallery-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.gallery-hero__brochures:hover .gallery-book:not(:hover){opacity:.45;filter:brightness(.65)}.gallery-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.gallery-book--one:hover .-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.gallery-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.gallery-book--two:hover .gallery-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.gallery-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.gallery-book--three:hover .gallery-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.gallery-book:hover .gallery-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.gallery-hero{min-height:600px}.gallery-hero__inner{padding-right:70px;padding-left:70px}.gallery-book{width:205px}}@media(max-width:1100px){.gallery-hero{min-height:520px}.gallery-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.gallery-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.gallery-hero__brochures{height:350px}.gallery-book{width:165px}}@media(max-width:850px){.gallery-hero{min-height:auto}.gallery-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.gallery-hero__content{max-width:650px}.gallery-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.gallery-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.gallery-hero__inner{gap:35px;padding:60px 20px 55px}.gallery-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.gallery-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.gallery-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.gallery-hero__brochures{height:285px;max-width:500px}.gallery-book{width:130px}.gallery-book__cover,.gallery-book__inside{padding:16px}.gallery-book__cover strong{font-size:.95rem}.gallery-book__inside strong{font-size:1rem}.gallery-book__pdf{width:36px;height:36px;margin-top:14px}.gallery-book__hint{display:none}.gallery-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.gallery-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.gallery-book--three{right:0;transform:rotate(7deg) translateY(8px)}.gallery-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.gallery-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.gallery-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.gallery-hero__inner{padding-right:16px;padding-left:16px}.gallery-hero__brochures{height:255px}.gallery-book{width:112px}.gallery-book__cover,.gallery-book__inside{padding:13px}.gallery-book__cover strong{font-size:.84rem}.gallery-book__inside strong{font-size:.9rem}.gallery-book__number,.gallery-book__label{font-size:.55rem}}.showroom-gallery{position:relative;width:100%;padding:clamp(75px,8vw,120px) 0;background:#f8f7f400;color:#1c1c1b;overflow:hidden}.showroom-gallery__inner{width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(20px,5vw,70px);box-sizing:border-box}.showroom-gallery__intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);align-items:end;gap:clamp(40px,8vw,130px);margin-bottom:55px}.showroom-gallery__eyebrow{display:inline-flex;align-items:center;gap:11px;grid-column:1 / -1;margin-bottom:-35px;color:#bd9c6f;font-size:.72rem;font-weight:700;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.showroom-gallery__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#fff}.showroom-gallery__heading{margin:0;color:#fff;font-size:clamp(2.6rem,5vw,5rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.showroom-gallery__text{max-width:520px;margin:0;color:#e3bf87;font-size:.98rem;font-weight:400;line-height:1.75}.showroom-gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(220px,1fr));gap:0;width:100%;background:#dedbd4}.showroom-gallery__item{position:relative;display:block;width:100%;height:100%;min-height:220px;margin:0;padding:0;border:0;background:#dedbd4;overflow:hidden;cursor:pointer;appearance:none;text-align:left;isolation:isolate}.showroom-gallery__item img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .8s cubic-bezier(.22,1,.36,1),filter .5s ease}.showroom-gallery__item-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:flex-end;justify-content:flex-end;padding:18px;box-sizing:border-box;background:linear-gradient(135deg,#00000005 30%,#0000006b);opacity:0;transition:opacity .45s ease}.showroom-gallery__item-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;box-sizing:border-box;border:1px solid rgba(255,255,255,.65);background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(12px) rotate(-8deg);transition:transform .45s cubic-bezier(.22,1,.36,1),background .3s ease,border-color .3s ease}.showroom-gallery__item-icon img{display:block;width:18px;height:18px;object-fit:contain;filter:invert(1);opacity:.95}.showroom-gallery__item:hover img{transform:scale(1.075);filter:brightness(.82)}.showroom-gallery__item:hover .showroom-gallery__item-overlay{opacity:1;filter:invert(1)}.showroom-gallery__item:hover .showroom-gallery__item-icon{transform:translateY(0) rotate(360deg);background:#ffffff2e;border-color:#ffffffe6}.showroom-gallery__item:focus-visible{outline-offset:-2px;z-index:5}.showroom-gallery__lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:40px;box-sizing:border-box;background:#181817f5;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.showroom-gallery__lightbox--active{opacity:1;visibility:visible;pointer-events:auto}.showroom-gallery__lightbox-image{position:relative;display:flex;align-items:center;justify-content:center;width:min(1200px,100%);height:min(85vh,900px)}.showroom-gallery__lightbox-image img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 30px 90px #00000080}.showroom-gallery__lightbox-close{position:absolute;top:25px;right:25px;z-index:5;display:flex;align-items:center;justify-content:center;width:50px;height:50px;padding:0;border:1px solid rgba(255,255,255,.28);background:#ffffff0f;cursor:pointer;transition:border-color .3s ease,background .3s ease,transform .3s ease}.showroom-gallery__lightbox-close:hover{border-color:#ffffffbf;background:#ffffff1f;transform:rotate(90deg)}.showroom-gallery__lightbox-close span{position:absolute;width:22px;height:1px;background:#ffffffe6}.showroom-gallery__lightbox-close span:first-child{transform:rotate(45deg)}.showroom-gallery__lightbox-close span:last-child{transform:rotate(-45deg)}@media(max-width:900px){.showroom-gallery{padding:70px 0}.showroom-gallery__intro{grid-template-columns:minmax(0,1fr) minmax(240px,.75fr);gap:45px}.showroom-gallery__grid{grid-template-rows:repeat(4,minmax(190px,1fr))}.showroom-gallery__item{min-height:190px}}@media(max-width:700px){.showroom-gallery{padding:60px 0}.showroom-gallery__inner{padding:0 20px}.showroom-gallery__intro{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:38px}.showroom-gallery__eyebrow{margin-bottom:0}.showroom-gallery__heading{font-size:clamp(2.5rem,11vw,3.7rem)}.showroom-gallery__text{font-size:.9rem;line-height:1.65}.showroom-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(6,minmax(165px,1fr))}.showroom-gallery__item{min-height:165px}.showroom-gallery__item-overlay{padding:10px;opacity:1;background:linear-gradient(135deg,transparent 55%,rgba(0,0,0,.3) 100%)}.showroom-gallery__item-icon{width:32px;height:32px;transform:none;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.showroom-gallery__item-icon img{width:14px;height:14px}.showroom-gallery__lightbox{padding:20px}.showroom-gallery__lightbox-image{width:100%;height:82vh}.showroom-gallery__lightbox-close{top:15px;right:15px;width:44px;height:44px}}@media(max-width:400px){.showroom-gallery{padding:50px 0}.showroom-gallery__inner{padding:0 16px}.showroom-gallery__heading{font-size:2.35rem}.showroom-gallery__grid{grid-template-rows:repeat(6,minmax(135px,1fr))}.showroom-gallery__item{min-height:135px}.showroom-gallery__lightbox{padding:12px}}@media(prefers-reduced-motion:reduce){.showroom-gallery__item img,.showroom-gallery__item-overlay,.showroom-gallery__item-icon{transition:none}}.gallery-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.gallery-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.gallery-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.gallery-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.gallery-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.gallery-cta__content{max-width:720px}.gallery-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.gallery-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.gallery-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.gallery-cta__heading span{display:block;color:#ffffffad}.gallery-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.gallery-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.gallery-cta:hover .gallery-cta__background img{transform:scale(1.045)}@media(max-width:850px){.gallery-cta{min-height:420px}.gallery-cta__inner{gap:40px;padding:60px 30px}.gallery-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.gallery-cta__text{max-width:500px}}@media(max-width:650px){.gallery-cta{min-height:auto}.gallery-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.gallery-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.gallery-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.gallery-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.gallery-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.gallery-cta__inner{padding:55px 16px}.gallery-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.gallery-book,.gallery-book__cover,.gallery-book__hint,.gallery-feature,.gallery-feature__icon,.gallery-features__image img,.gallery-cta__background img{transition:none}}.multifuel-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.multifuel-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.multifuel-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:35% 65%;transform:scale(1.015)}.multifuel-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.multifuel-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.multifuel-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.multifuel-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.multifuel-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.multifuel-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.multifuel-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.multifuel-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.multifuel-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.multifuel-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.multifuel-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.multifuel-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.multifuel-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.multifuel-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.multifuel-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.multifuel-book__page-line{display:none}.multifuel-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.multifuel-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.multifuel-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.multifuel-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.multifuel-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.multifuel-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.multifuel-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.multifuel-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.multifuel-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.multifuel-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.multifuel-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.multifuel-hero__brochures:hover .multifuel-book:not(:hover){opacity:.45;filter:brightness(.65)}.multifuel-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.multifuel-book--one:hover .multifuel-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.multifuel-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.multifuel-book--two:hover .multifuel-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.multifuel-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.multifuel-book--three:hover .multifuel-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.multifuel-book:hover .multifuel-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.multifuel-hero{min-height:600px}.multifuel-hero__inner{padding-right:70px;padding-left:70px}.multifuel-book{width:205px}}@media(max-width:1100px){.multifuel-hero{min-height:520px}.multifuel-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.multifuel-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.multifuel-hero__brochures{height:350px}.multifuel-book{width:165px}}@media(max-width:850px){.multifuel-hero{min-height:auto}.multifuel-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.multifuel-hero__content{max-width:650px}.multifuel-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.multifuel-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.multifuel-hero__inner{gap:35px;padding:60px 20px 55px}.multifuel-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.multifuel-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.multifuel-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.multifuel-hero__brochures{height:285px;max-width:500px}.multifuel-book{width:130px}.multifuel-book__cover,.multifuel-book__inside{padding:16px}.multifuel-book__cover strong{font-size:.95rem}.multifuel-book__inside strong{font-size:1rem}.multifuel-book__pdf{width:36px;height:36px;margin-top:14px}.multifuel-book__hint{display:none}.multifuel-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.multifuel-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.multifuel-book--three{right:0;transform:rotate(7deg) translateY(8px)}.multifuel-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.multifuel-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.multifuel-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.multifuel-hero__inner{padding-right:16px;padding-left:16px}.multifuel-hero__brochures{height:255px}.multifuel-book{width:112px}.multifuel-book__cover,.multifuel-book__inside{padding:13px}.multifuel-book__cover strong{font-size:.84rem}.multifuel-book__inside strong{font-size:.9rem}.multifuel-book__number,.multifuel-book__label{font-size:.55rem}}.multifuel-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.multifuel-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.multifuel-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.multifuel-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.multifuel-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.multifuel-feature__content{display:flex;flex-direction:column;max-width:330px}.multifuel-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.multifuel-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.multifuel-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.multifuel-feature__icon svg{display:block;width:42px;height:auto}.multifuel-feature:hover{padding-left:12px;border-color:#c6a36d}.multifuel-feature:hover .multifuel-feature__icon{color:#c6a36d;transform:translate(5px)}.multifuel-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.multifuel-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.multifuel-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.multifuel-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.multifuel-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.multifuel-features{padding:70px 0}.multifuel-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.multifuel-feature{min-height:165px}.multifuel-feature__text{font-size:.92rem}.multifuel-feature__icon{width:45px;height:45px}.multifuel-feature__icon svg{width:36px}}@media(max-width:700px){.multifuel-features{padding:60px 0}.multifuel-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.multifuel-features__list{width:100%}.multifuel-feature{min-height:150px;padding:24px 0}.multifuel-feature:hover{padding-left:6px}.multifuel-feature__number{margin-bottom:20px}.multifuel-feature__content{max-width:75%}.multifuel-feature__text{font-size:.9rem;line-height:1.6}.multifuel-features__media,.multifuel-features__image{width:100%}}@media(max-width:400px){.multifuel-features{padding:50px 0}.multifuel-features__inner{padding:0 16px}.multifuel-feature{min-height:135px}.multifuel-feature__text{font-size:.85rem}.multifuel-feature__icon{margin-left:15px}}.multifuel-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.multifuel-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.multifuel-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.multifuel-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.multifuel-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.multifuel-cta__content{max-width:720px}.multifuel-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.multifuel-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.multifuel-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.multifuel-cta__heading span{display:block;color:#ffffffad}.multifuel-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.multifuel-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.multifuel-cta:hover .multifuel-cta__background img{transform:scale(1.045)}@media(max-width:850px){.multifuel-cta{min-height:420px}.multifuel-cta__inner{gap:40px;padding:60px 30px}.multifuel-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.multifuel-cta__text{max-width:500px}}@media(max-width:650px){.multifuel-cta{min-height:auto}.multifuel-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.multifuel-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.multifuel-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.multifuel-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.multifuel-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.multifuel-cta__inner{padding:55px 16px}.multifuel-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.multifuel-book,.multifuel-book__cover,.multifuel-book__hint,.multifuel-feature,.multifuel-feature__icon,.multifuel-features__image img,.multifuel-cta__background img{transition:none}}.woodburningfireplaces-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.woodburningfireplaces-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.woodburningfireplaces-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:20% 80%;transform:scale(1.015)}.woodburningfireplaces-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.woodburningfireplaces-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.woodburningfireplaces-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.woodburningfireplaces-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.woodburningfireplaces-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.woodburningfireplaces-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.woodburningfireplaces-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.woodburningfireplaces-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.woodburningfireplaces-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.woodburningfireplaces-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.woodburningfireplaces-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.woodburningfireplaces-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.woodburningfireplaces-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.woodburningfireplaces-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.woodburningfireplaces-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.woodburningfireplaces-book__page-line{display:none}.woodburningfireplaces-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.woodburningfireplaces-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.woodburningfireplaces-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.woodburningfireplaces-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.woodburningfireplaces-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.woodburningfireplaces-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.woodburningfireplaces-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.woodburningfireplaces-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.woodburningfireplaces-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.woodburningfireplaces-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.woodburningfireplaces-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.woodburningfireplaces-hero__brochures:hover .woodburningfireplaces-book:not(:hover){opacity:.45;filter:brightness(.65)}.woodburningfireplaces-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.woodburningfireplaces-book--one:hover .woodburningfireplaces-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.woodburningfireplaces-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.woodburningfireplaces-book--two:hover .woodburningfireplaces-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.woodburningfireplaces-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.woodburningfireplaces-book--three:hover .woodburningfireplaces-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.woodburningfireplaces-book:hover .woodburningfireplaces-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.woodburningfireplaces-hero{min-height:600px}.woodburningfireplaces-hero__inner{padding-right:70px;padding-left:70px}.woodburningfireplaces-book{width:205px}}@media(max-width:1100px){.woodburningfireplaces-hero{min-height:520px}.woodburningfireplaces-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.woodburningfireplaces-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.woodburningfireplaces-hero__brochures{height:350px}.woodburningfireplaces-book{width:165px}}@media(max-width:850px){.woodburningfireplaces-hero{min-height:auto}.woodburningfireplaces-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.woodburningfireplaces-hero__content{max-width:650px}.woodburningfireplaces-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.woodburningfireplaces-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.woodburningfireplaces-hero__inner{gap:35px;padding:60px 20px 55px}.woodburningfireplaces-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.woodburningfireplaces-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.woodburningfireplaces-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.woodburningfireplaces-hero__brochures{height:285px;max-width:500px}.woodburningfireplaces-book{width:130px}.woodburningfireplaces-book__cover,.woodburningfireplaces-book__inside{padding:16px}.woodburningfireplaces-book__cover strong{font-size:.95rem}.woodburningfireplaces-book__inside strong{font-size:1rem}.woodburningfireplaces-book__pdf{width:36px;height:36px;margin-top:14px}.woodburningfireplaces-book__hint{display:none}.woodburningfireplaces-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.woodburningfireplaces-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.woodburningfireplaces-book--three{right:0;transform:rotate(7deg) translateY(8px)}.woodburningfireplaces-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.woodburningfireplaces-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.woodburningfireplaces-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.woodburningfireplaces-hero__inner{padding-right:16px;padding-left:16px}.woodburningfireplaces-hero__brochures{height:255px}.woodburningfireplaces-book{width:112px}.woodburningfireplaces-book__cover,.woodburningfireplaces-book__inside{padding:13px}.woodburningfireplaces-book__cover strong{font-size:.84rem}.woodburningfireplaces-book__inside strong{font-size:.9rem}.woodburningfireplaces-book__number,.woodburningfireplaces-book__label{font-size:.55rem}}.woodburningfireplaces-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.woodburningfireplaces-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.woodburningfireplaces-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.woodburningfireplaces-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.woodburningfireplaces-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.woodburningfireplaces-feature__content{display:flex;flex-direction:column;max-width:330px}.woodburningfireplaces-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.woodburningfireplaces-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.woodburningfireplaces-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.woodburningfireplaces-feature__icon svg{display:block;width:42px;height:auto}.woodburningfireplaces-feature:hover{padding-left:12px;border-color:#c6a36d}.woodburningfireplaces-feature:hover .woodburningfireplaces-feature__icon{color:#c6a36d;transform:translate(5px)}.woodburningfireplaces-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.woodburningfireplaces-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.woodburningfireplaces-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.woodburningfireplaces-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.woodburningfireplaces-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.woodburningfireplaces-features{padding:70px 0}.woodburningfireplaces-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.woodburningfireplaces-feature{min-height:165px}.woodburningfireplaces-feature__text{font-size:.92rem}.woodburningfireplaces-feature__icon{width:45px;height:45px}.woodburningfireplaces-feature__icon svg{width:36px}}@media(max-width:700px){.woodburningfireplaces-features{padding:60px 0}.woodburningfireplaces-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.woodburningfireplaces-features__list{width:100%}.woodburningfireplaces-feature{min-height:150px;padding:24px 0}.woodburningfireplaces-feature:hover{padding-left:6px}.woodburningfireplaces-feature__number{margin-bottom:20px}.woodburningfireplaces-feature__content{max-width:75%}.woodburningfireplaces-feature__text{font-size:.9rem;line-height:1.6}.woodburningfireplaces-features__media,.woodburningfireplaces-features__image{width:100%}}@media(max-width:400px){.woodburningfireplaces-features{padding:50px 0}.woodburningfireplaces-features__inner{padding:0 16px}.woodburningfireplaces-feature{min-height:135px}.woodburningfireplaces-feature__text{font-size:.85rem}.woodburningfireplaces-feature__icon{margin-left:15px}}.woodburningfireplaces-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.woodburningfireplaces-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.woodburningfireplaces-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.woodburningfireplaces-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.woodburningfireplaces-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.woodburningfireplaces-cta__content{max-width:720px}.woodburningfireplaces-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.woodburningfireplaces-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.woodburningfireplaces-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.woodburningfireplaces-cta__heading span{display:block;color:#ffffffad}.woodburningfireplaces-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.woodburningfireplaces-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.woodburningfireplaces-cta:hover .woodburningfireplaces-cta__background img{transform:scale(1.045)}@media(max-width:850px){.woodburningfireplaces-cta{min-height:420px}.woodburningfireplaces-cta__inner{gap:40px;padding:60px 30px}.woodburningfireplaces-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.woodburningfireplaces-cta__text{max-width:500px}}@media(max-width:650px){.woodburningfireplaces-cta{min-height:auto}.woodburningfireplaces-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.woodburningfireplaces-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.woodburningfireplaces-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.woodburningfireplaces-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.woodburningfireplaces-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.woodburningfireplaces-cta__inner{padding:55px 16px}.woodburningfireplaces-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.woodburningfireplaces-book,.woodburningfireplaces-book__cover,.woodburningfireplaces-book__hint,.woodburningfireplaces-feature,.woodburningfireplaces-feature__icon,.woodburningfireplaces-features__image img,.woodburningfireplaces-cta__background img{transition:none}}.woodburningstoves-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.woodburningstoves-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.woodburningstoves-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%;transform:scale(1.015)}.woodburningstoves-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.woodburningstoves-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.woodburningstoves-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.woodburningstoves-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.woodburningstoves-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.woodburningstoves-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.woodburningstoves-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.woodburningstoves-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.woodburningstoves-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.woodburningstoves-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.woodburningstoves-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.woodburningstoves-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.woodburningstoves-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.woodburningstoves-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.woodburningstoves-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.woodburningstoves-book__page-line{display:none}.woodburningstoves-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.woodburningstoves-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.woodburningstoves-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.woodburningstoves-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.woodburningstoves-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.woodburningstoves-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.woodburningstoves-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.woodburningstoves-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.woodburningstoves-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.woodburningstoves-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.woodburningstoves-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.woodburningstoves-hero__brochures:hover .woodburningstoves-book:not(:hover){opacity:.45;filter:brightness(.65)}.woodburningstoves-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.woodburningstoves-book--one:hover .woodburningstoves-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.woodburningstoves-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.woodburningstoves-book--two:hover .woodburningstoves-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.woodburningstoves-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.woodburningstoves-book--three:hover .woodburningstoves-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.woodburningstoves-book:hover .woodburningstoves-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.woodburningstoves-hero{min-height:600px}.woodburningstoves-hero__inner{padding-right:70px;padding-left:70px}.woodburningstoves-book{width:205px}}@media(max-width:1100px){.woodburningstoves-hero{min-height:520px}.woodburningstoves-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.woodburningstoves-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.woodburningstoves-hero__brochures{height:350px}.woodburningstoves-book{width:165px}}@media(max-width:850px){.woodburningstoves-hero{min-height:auto}.woodburningstoves-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.woodburningstoves-hero__content{max-width:650px}.woodburningstoves-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.woodburningstoves-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.woodburningstoves-hero__inner{gap:35px;padding:60px 20px 55px}.woodburningstoves-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.woodburningstoves-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.woodburningstoves-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.woodburningstoves-hero__brochures{height:285px;max-width:500px}.woodburningstoves-book{width:130px}.woodburningstoves-book__cover,.woodburningstoves-book__inside{padding:16px}.woodburningstoves-book__cover strong{font-size:.95rem}.woodburningstoves-book__inside strong{font-size:1rem}.woodburningstoves-book__pdf{width:36px;height:36px;margin-top:14px}.woodburningstoves-book__hint{display:none}.woodburningstoves-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.woodburningstoves-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.woodburningstoves-book--three{right:0;transform:rotate(7deg) translateY(8px)}.woodburningstoves-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.woodburningstoves-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.woodburningstoves-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.woodburningstoves-hero__inner{padding-right:16px;padding-left:16px}.woodburningstoves-hero__brochures{height:255px}.woodburningstoves-book{width:112px}.woodburningstoves-book__cover,.woodburningstoves-book__inside{padding:13px}.woodburningstoves-book__cover strong{font-size:.84rem}.woodburningstoves-book__inside strong{font-size:.9rem}.woodburningstoves-book__number,.woodburningstoves-book__label{font-size:.55rem}}.woodburningstoves-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.woodburningstoves-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.woodburningstoves-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.woodburningstoves-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.woodburningstoves-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.woodburningstoves-feature__content{display:flex;flex-direction:column;max-width:330px}.woodburningstoves-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.woodburningstoves-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.woodburningstoves-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.woodburningstoves-feature__icon svg{display:block;width:42px;height:auto}.woodburningstoves-feature:hover{padding-left:12px;border-color:#c6a36d}.woodburningstoves-feature:hover .woodburningstoves-feature__icon{color:#c6a36d;transform:translate(5px)}.woodburningstoves-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.woodburningstoves-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.woodburningstoves-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.woodburningstoves-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.woodburningstoves-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.woodburningstoves-features{padding:70px 0}.woodburningstoves-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.woodburningstoves-feature{min-height:165px}.woodburningstoves-feature__text{font-size:.92rem}.woodburningstoves-feature__icon{width:45px;height:45px}.woodburningstoves-feature__icon svg{width:36px}}@media(max-width:700px){.woodburningstoves-features{padding:60px 0}.woodburningstoves-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.woodburningstoves-features__list{width:100%}.woodburningstoves-feature{min-height:150px;padding:24px 0}.woodburningstoves-feature:hover{padding-left:6px}.woodburningstoves-feature__number{margin-bottom:20px}.woodburningstoves-feature__content{max-width:75%}.woodburningstoves-feature__text{font-size:.9rem;line-height:1.6}.woodburningstoves-features__media,.woodburningstoves-features__image{width:100%}}@media(max-width:400px){.woodburningstoves-features{padding:50px 0}.woodburningstoves-features__inner{padding:0 16px}.woodburningstoves-feature{min-height:135px}.woodburningstoves-feature__text{font-size:.85rem}.woodburningstoves-feature__icon{margin-left:15px}}.woodburningstoves-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.woodburningstoves-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.woodburningstoves-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.woodburningstoves-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.woodburningstoves-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.woodburningstoves-cta__content{max-width:720px}.woodburningstoves-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.woodburningstoves-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.woodburningstoves-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.woodburningstoves-cta__heading span{display:block;color:#ffffffad}.woodburningstoves-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.woodburningstoves-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.woodburningstoves-cta:hover .woodburningstoves-cta__background img{transform:scale(1.045)}@media(max-width:850px){.woodburningstoves-cta{min-height:420px}.woodburningstoves-cta__inner{gap:40px;padding:60px 30px}.woodburningstoves-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.woodburningstoves-cta__text{max-width:500px}}@media(max-width:650px){.woodburningstoves-cta{min-height:auto}.woodburningstoves-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.woodburningstoves-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.woodburningstoves-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.woodburningstoves-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.woodburningstoves-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.woodburningstoves-cta__inner{padding:55px 16px}.woodburningstoves-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.woodburningstoves-book,.woodburningstoves-book__cover,.woodburningstoves-book__hint,.woodburningstoves-feature,.woodburningstoves-feature__icon,.woodburningstoves-features__image img,.woodburningstoves-cta__background img{transition:none}}.fireplaceshop-hero{position:relative;display:flex;align-items:center;width:100%;min-height:570px;overflow:hidden;color:#fff}.fireplaceshop-hero__background{position:absolute;inset:0;z-index:0;overflow:hidden}.fireplaceshop-hero__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%;transform:scale(1.015)}.fireplaceshop-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 68%,#0000007a);pointer-events:none}.fireplaceshop-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);align-items:center;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:60px 55px;box-sizing:border-box}.fireplaceshop-hero__content{position:relative;z-index:5;width:100%;max-width:570px}.fireplaceshop-hero__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:17px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.fireplaceshop-hero__eyebrow:before{content:"";display:block;width:27px;height:1px;background:#c6a36d}.fireplaceshop-hero__heading{margin:0;color:#fff;font-size:clamp(3rem,5vw,5.3rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.fireplaceshop-hero__intro{max-width:550px;margin:25px 0 0;color:#ffffffd1;font-size:clamp(1rem,1.25vw,1.15rem);font-weight:400;line-height:1.65}.fireplaceshop-hero__brochures{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:390px;perspective:1600px}.fireplaceshop-book{position:absolute;width:190px;aspect-ratio:210 / 297;cursor:pointer;transform-style:preserve-3d;transition:transform .7s cubic-bezier(.22,1,.36,1),filter .45s ease,opacity .45s ease;will-change:transform}.fireplaceshop-book__inside{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;box-sizing:border-box;background:linear-gradient(135deg,#f2eee5,#d6cfc3);color:#1e1e1e;border-radius:10px;box-shadow:0 25px 55px #00000059;transform:translateZ(-5px);overflow:hidden}.fireplaceshop-book__inside:before{content:"";position:absolute;inset:14px;border:1px solid rgba(80,70,55,.18);pointer-events:none}.fireplaceshop-book__inside span{margin-bottom:auto;color:#785f3f;font-size:.65rem;font-weight:700;letter-spacing:.16em}.fireplaceshop-book__inside strong{max-width:130px;font-size:1.3rem;font-weight:500;line-height:1.05}.fireplaceshop-book__inside small{margin-top:8px;color:#1e1e1e8c;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.fireplaceshop-book__pages{position:absolute;top:5px;right:-7px;bottom:5px;width:13px;border-radius:0 7px 7px 0;background:repeating-linear-gradient(to bottom,#fffffff2 0 2px,#cdc9c0 3px 4px);box-shadow:inset -2px 0 #00000014;transform:translateZ(-1px);transition:right .7s cubic-bezier(.22,1,.36,1)}.fireplaceshop-book__page-line{display:none}.fireplaceshop-book__cover{position:absolute;inset:0;display:flex;flex-direction:column;padding:22px;box-sizing:border-box;overflow:hidden;background:linear-gradient(145deg,#363634f7,#181817fa);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:10px;box-shadow:0 25px 55px #00000061,inset 0 0 0 1px #ffffff0a;transform-origin:left center;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .4s ease}.fireplaceshop-book__cover:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#c6a36d;opacity:.9}.fireplaceshop-book__cover:after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border:1px solid rgba(198,163,109,.18);border-radius:50%;opacity:.5}.fireplaceshop-book__number{position:relative;z-index:2;color:#c6a36d;font-size:.65rem;font-weight:600;letter-spacing:.15em}.fireplaceshop-book__label{position:relative;z-index:2;margin-top:auto;color:#ffffff7a;font-size:.6rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.fireplaceshop-book__cover strong{position:relative;z-index:2;margin-top:8px;color:#fff;font-size:1.25rem;font-weight:500;line-height:1.04;letter-spacing:-.035em}.fireplaceshop-book__pdf{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-top:18px;color:#ffffffb3;border:1px solid rgba(198,163,109,.65);font-size:.58rem;font-weight:600;letter-spacing:.08em}.fireplaceshop-book__hint{position:absolute;right:18px;bottom:18px;color:#ffffff59;font-size:.52rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease}.fireplaceshop-book--one{left:3%;z-index:1;transform:rotate(-8deg) translateY(12px)}.fireplaceshop-book--two{left:50%;z-index:3;transform:translate(-50%) translateY(-3px)}.fireplaceshop-book--three{right:3%;z-index:2;transform:rotate(8deg) translateY(12px)}.fireplaceshop-hero__brochures:hover .fireplaceshop-book:not(:hover){opacity:.45;filter:brightness(.65)}.fireplaceshop-book--one:hover{z-index:20;transform:rotate(-2deg) translateY(-8px) translate(12px) scale(1.04)}.fireplaceshop-book--one:hover .fireplaceshop-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.fireplaceshop-book--two:hover{z-index:20;transform:translate(-50%) translateY(-10px) scale(1.05)}.fireplaceshop-book--two:hover .fireplaceshop-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.fireplaceshop-book--three:hover{z-index:20;transform:rotate(2deg) translateY(-8px) translate(-12px) scale(1.04)}.fireplaceshop-book--three:hover .fireplaceshop-book__cover{transform:rotateY(-72deg) translateZ(2px);border-color:#c6a36dbf;box-shadow:15px 20px 45px #00000052}.fireplaceshop-book:hover .fireplaceshop-book__hint{opacity:1;transform:translateY(0)}@media(min-width:1450px){.fireplaceshop-hero{min-height:600px}.fireplaceshop-hero__inner{padding-right:70px;padding-left:70px}.fireplaceshop-book{width:205px}}@media(max-width:1100px){.fireplaceshop-hero{min-height:520px}.fireplaceshop-hero__inner{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:25px;padding:50px 35px}.fireplaceshop-hero__heading{font-size:clamp(2.8rem,5vw,4.5rem)}.fireplaceshop-hero__brochures{height:350px}.fireplaceshop-book{width:165px}}@media(max-width:850px){.fireplaceshop-hero{min-height:auto}.fireplaceshop-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:70px 30px 65px}.fireplaceshop-hero__content{max-width:650px}.fireplaceshop-hero__brochures{width:100%;max-width:620px;height:340px;margin:0 auto}}@media(max-width:600px){.fireplaceshop-hero__overlay{background:linear-gradient(180deg,#000000c7,#0000009e,#000000d1)}.fireplaceshop-hero__inner{gap:35px;padding:60px 20px 55px}.fireplaceshop-hero__eyebrow{margin-bottom:15px;font-size:.68rem}.fireplaceshop-hero__heading{font-size:clamp(2.7rem,13vw,4rem);line-height:.96}.fireplaceshop-hero__intro{margin-top:21px;font-size:.95rem;line-height:1.65}.fireplaceshop-hero__brochures{height:285px;max-width:500px}.fireplaceshop-book{width:130px}.fireplaceshop-book__cover,.fireplaceshop-book__inside{padding:16px}.fireplaceshop-book__cover strong{font-size:.95rem}.fireplaceshop-book__inside strong{font-size:1rem}.fireplaceshop-book__pdf{width:36px;height:36px;margin-top:14px}.fireplaceshop-book__hint{display:none}.fireplaceshop-book--one{left:0;transform:rotate(-7deg) translateY(8px)}.fireplaceshop-book--two{left:50%;transform:translate(-50%) translateY(-2px)}.fireplaceshop-book--three{right:0;transform:rotate(7deg) translateY(8px)}.fireplaceshop-book--one:hover{transform:rotate(-2deg) translateY(-6px) translate(5px) scale(1.03)}.fireplaceshop-book--two:hover{transform:translate(-50%) translateY(-8px) scale(1.03)}.fireplaceshop-book--three:hover{transform:rotate(2deg) translateY(-6px) translate(-5px) scale(1.03)}}@media(max-width:400px){.fireplaceshop-hero__inner{padding-right:16px;padding-left:16px}.fireplaceshop-hero__brochures{height:255px}.fireplaceshop-book{width:112px}.fireplaceshop-book__cover,.fireplaceshop-book__inside{padding:13px}.fireplaceshop-book__cover strong{font-size:.84rem}.fireplaceshop-book__inside strong{font-size:.9rem}.fireplaceshop-book__number,.fireplaceshop-book__label{font-size:.55rem}}.fireplaceshop-features{position:relative;width:100%;padding:clamp(70px,8vw,120px) 0;background:#fff;color:#141414;overflow:hidden}.fireplaceshop-features__inner{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:stretch;gap:clamp(45px,7vw,110px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.fireplaceshop-features__list{display:flex;flex-direction:column;width:100%;margin:0;padding:0;list-style:none}.fireplaceshop-feature{position:relative;display:flex;align-items:flex-end;justify-content:space-between;min-height:190px;padding:28px 0;border-top:1px solid rgba(20,20,20,.14);box-sizing:border-box;transition:padding .35s ease,border-color .35s ease}.fireplaceshop-feature:last-child{border-bottom:1px solid rgba(20,20,20,.14)}.fireplaceshop-feature__content{display:flex;flex-direction:column;max-width:330px}.fireplaceshop-feature__number{display:block;margin-bottom:30px;color:#c6a36d;font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.14em}.fireplaceshop-feature__text{margin:0;color:#141414b8;font-size:1rem;font-weight:400;line-height:1.65}.fireplaceshop-feature__icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex-shrink:0;margin-left:25px;color:#141414;transition:color .3s ease,transform .3s ease}.fireplaceshop-feature__icon svg{display:block;width:42px;height:auto}.fireplaceshop-feature:hover{padding-left:12px;border-color:#c6a36d}.fireplaceshop-feature:hover .fireplaceshop-feature__icon{color:#c6a36d;transform:translate(5px)}.fireplaceshop-features__media{position:relative;display:flex;align-items:center;width:100%;min-height:100%}.fireplaceshop-features__image{position:relative;width:100%;margin:0;overflow:hidden;background:#f0f0f0}.fireplaceshop-features__image img{display:block;width:100%;height:auto;aspect-ratio:600 / 467;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.fireplaceshop-features__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(20,20,20,.08);pointer-events:none;box-sizing:border-box}.fireplaceshop-features__image:hover img{transform:scale(1.025)}@media(max-width:900px){.fireplaceshop-features{padding:70px 0}.fireplaceshop-features__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.fireplaceshop-feature{min-height:165px}.fireplaceshop-feature__text{font-size:.92rem}.fireplaceshop-feature__icon{width:45px;height:45px}.fireplaceshop-feature__icon svg{width:36px}}@media(max-width:700px){.fireplaceshop-features{padding:60px 0}.fireplaceshop-features__inner{display:flex;flex-direction:column;gap:40px;padding:0 20px}.fireplaceshop-features__list{width:100%}.fireplaceshop-feature{min-height:150px;padding:24px 0}.fireplaceshop-feature:hover{padding-left:6px}.fireplaceshop-feature__number{margin-bottom:20px}.fireplaceshop-feature__content{max-width:75%}.fireplaceshop-feature__text{font-size:.9rem;line-height:1.6}.fireplaceshop-features__media,.fireplaceshop-features__image{width:100%}}@media(max-width:400px){.fireplaceshop-features{padding:50px 0}.fireplaceshop-features__inner{padding:0 16px}.fireplaceshop-feature{min-height:135px}.fireplaceshop-feature__text{font-size:.85rem}.fireplaceshop-feature__icon{margin-left:15px}}.fireplaceshop-cta{position:relative;display:flex;align-items:center;width:100%;min-height:390px;overflow:hidden;color:#fff}.fireplaceshop-cta__background{position:absolute;inset:0;z-index:0;overflow:hidden}.fireplaceshop-cta__background img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%;transform:scale(1.02);transition:transform 1s cubic-bezier(.22,1,.36,1)}.fireplaceshop-cta__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000d1,#000000ad 38%,#00000061 70%,#00000047);pointer-events:none}.fireplaceshop-cta__inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;max-width:1400px;margin:0 auto;padding:70px clamp(25px,5vw,70px);box-sizing:border-box}.fireplaceshop-cta__content{max-width:720px}.fireplaceshop-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:18px;color:#c6a36d;font-size:.72rem;font-weight:600;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.fireplaceshop-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.fireplaceshop-cta__heading{margin:0;color:#fff;font-size:clamp(2.4rem,4.3vw,4.5rem);font-weight:500;line-height:.98;letter-spacing:-.05em}.fireplaceshop-cta__heading span{display:block;color:#ffffffad}.fireplaceshop-cta__text{max-width:620px;margin:22px 0 0;color:#ffffffb3;font-size:.95rem;font-weight:400;line-height:1.7}.fireplaceshop-cta__action{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.fireplaceshop-cta:hover .fireplaceshop-cta__background img{transform:scale(1.045)}@media(max-width:850px){.fireplaceshop-cta{min-height:420px}.fireplaceshop-cta__inner{gap:40px;padding:60px 30px}.fireplaceshop-cta__heading{font-size:clamp(2.3rem,6vw,3.8rem)}.fireplaceshop-cta__text{max-width:500px}}@media(max-width:650px){.fireplaceshop-cta{min-height:auto}.fireplaceshop-cta__overlay{background:linear-gradient(180deg,#000000b8,#000000c7)}.fireplaceshop-cta__inner{flex-direction:column;align-items:flex-start;justify-content:center;gap:28px;padding:65px 20px}.fireplaceshop-cta__heading{font-size:clamp(2.4rem,11vw,3.5rem)}.fireplaceshop-cta__text{margin-top:18px;font-size:.9rem;line-height:1.65}.fireplaceshop-cta__action{width:100%;justify-content:flex-start}}@media(max-width:400px){.fireplaceshop-cta__inner{padding:55px 16px}.fireplaceshop-cta__heading{font-size:2.35rem}}@media(prefers-reduced-motion:reduce){.fireplaceshop-book,.fireplaceshop-book__cover,.fireplaceshop-book__hint,.fireplaceshop-feature,.fireplaceshop-feature__icon,.fireplaceshop-features__image img,.fireplaceshop-cta__background img{transition:none}}.reviews-page{width:100%;margin:0;padding:0;background:#f8f7f4;color:#1c1c1b;overflow:hidden}.reviews-hero{position:relative;width:100%;min-height:570px;display:flex;align-items:center;background:linear-gradient(135deg,#111312,#1b1e1c 55%,#0c0e0d);color:#fff;overflow:hidden}.reviews-hero:after{content:"";position:absolute;right:-180px;bottom:-220px;width:560px;height:560px;border:1px solid rgba(198,163,109,.15);border-radius:50%;pointer-events:none}.reviews-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);align-items:center;gap:clamp(50px,8vw,120px);width:100%;max-width:1450px;margin:0 auto;padding:80px clamp(25px,5vw,70px);box-sizing:border-box}.reviews-hero__content{max-width:650px}.reviews-hero__eyebrow,.reviews-intro__eyebrow,.reviews-cta__eyebrow{display:inline-flex;align-items:center;gap:11px;color:#c6a36d;font-size:.72rem;font-weight:700;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}.reviews-hero__eyebrow:before,.reviews-intro__eyebrow:before,.reviews-cta__eyebrow:before{content:"";display:block;width:28px;height:1px;background:#c6a36d}.reviews-hero__heading{margin:18px 0 0;color:#fff;font-size:clamp(3.5rem,7vw,6.8rem);font-weight:500;line-height:.9;letter-spacing:-.06em}.reviews-hero__intro{max-width:570px;margin:30px 0 0;color:#ffffffad;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.7}.reviews-hero__ratings{display:flex;flex-direction:column;gap:12px;width:100%}.reviews-rating{position:relative;display:flex;align-items:center;gap:18px;width:100%;min-height:105px;padding:20px;box-sizing:border-box;background:#080a09b8;border:1px solid rgba(255,255,255,.1);color:#fff;text-decoration:none;transition:background .35s ease,border-color .35s ease,transform .35s ease}.reviews-rating:hover{background:#c6a36d1a;border-color:#c6a36d80;transform:translate(6px)}.reviews-rating__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;flex-shrink:0;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.reviews-rating__icon img{display:block;width:27px;height:27px;object-fit:contain}.reviews-rating__content{display:flex;flex-direction:column;gap:8px}.reviews-rating__label{color:#ffffff9e;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.reviews__stars{display:flex;align-items:center;gap:3px;line-height:1}.reviews__stars span{color:#f8c114;font-size:.95rem;line-height:1}.reviews-rating__arrow{display:block;width:17px;height:17px;margin-left:auto;object-fit:contain;filter:invert(1);opacity:.55;transition:opacity .3s ease,transform .3s ease}.reviews-rating:hover .reviews-rating__arrow{opacity:1;transform:translate(3px,-3px)}.reviews-intro{width:100%;padding:clamp(75px,8vw,120px) 0;background:#fff}.reviews-intro__inner{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);align-items:end;gap:clamp(50px,9vw,140px);width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(25px,5vw,70px);box-sizing:border-box}.reviews-intro__heading h2{max-width:600px;margin:18px 0 0;color:#1c1c1b;font-size:clamp(2.5rem,5vw,5rem);font-weight:500;line-height:.96;letter-spacing:-.055em}.reviews-intro__content{max-width:650px}.reviews-intro__content p{margin:0;color:#1c1c1ba6;font-size:1rem;line-height:1.75}.reviews__button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:50px;margin-top:28px;padding:0 21px;box-sizing:border-box;background:#1c1c1b;border:1px solid rgb(28 28 27);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;transition:background .3s ease,color .3s ease,transform .3s ease}.reviews__button:hover{background:#c6a36d;border-color:#c6a36d;color:#1c1c1b;transform:translateY(-2px)}.reviews__button img{display:block;width:15px;height:15px;object-fit:contain;filter:invert(1);transition:filter .3s ease,transform .3s ease}.reviews__button:hover img{filter:invert(0);transform:translate(2px,-2px)}.reviews-list{width:100%;padding:clamp(70px,8vw,115px) 0;background:#f8f7f4}.reviews-list__inner{width:100%;max-width:1450px;margin:0 auto;padding:0 clamp(20px,5vw,70px);box-sizing:border-box}.reviews-list__header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:40px;padding-bottom:18px;border-bottom:1px solid rgba(28,28,27,.14)}.reviews-list__header span{color:#6c675e;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.reviews-list__header strong{color:#1c1c1b8c;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#1c1c1b1f;border:1px solid rgba(28,28,27,.12)}.review-card{position:relative;display:flex;flex-direction:column;min-height:310px;padding:27px;box-sizing:border-box;background:#fff;transition:background .35s ease,transform .35s ease}.review-card:hover{background:#fcfaf6;z-index:2}.review-card__top{display:flex;align-items:center;gap:13px;margin-bottom:20px}.review-card__avatar{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;background:#232523;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase}.review-card__author{display:flex;flex-direction:column;gap:3px;min-width:0}.review-card__author strong{color:#1c1c1b;font-size:.82rem;font-weight:700}.review-card__author span{color:#1c1c1b6b;font-size:.62rem;letter-spacing:.04em}.review-card .reviews__stars{margin-bottom:18px}.review-card .reviews__stars span{font-size:.75rem}.review-card__text{margin:0;color:#1c1c1bad;font-size:.86rem;line-height:1.7}.review-card__footer{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:24px}.review-card__footer img{display:block;width:16px;height:16px;object-fit:contain}.review-card__footer span{color:#1c1c1b66;font-size:.58rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.reviews-cta{width:100%;background:linear-gradient(135deg,#1c1e1c,#0d0f0e);color:#fff}.reviews-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:50px;width:100%;max-width:1450px;margin:0 auto;padding:80px clamp(25px,5vw,70px);box-sizing:border-box}.reviews-cta__inner h2{margin:18px 0 0;color:#fff;font-size:clamp(2.5rem,5vw,5rem);font-weight:500;line-height:.95;letter-spacing:-.055em}.reviews-cta__inner p{max-width:600px;margin:22px 0 0;color:#ffffff94;font-size:.95rem;line-height:1.7}.reviews__button--light{flex-shrink:0;background:#fff;border-color:#fff;color:#1c1c1b}.reviews__button--light img{filter:invert(0)}.reviews__button--light:hover{background:#c6a36d;border-color:#c6a36d;color:#1c1c1b}@media(max-width:1000px){.reviews-hero__inner{grid-template-columns:minmax(0,1fr) minmax(330px,.8fr);gap:50px}.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.reviews-hero{min-height:auto}.reviews-hero__inner{display:flex;flex-direction:column;align-items:stretch;gap:45px;padding:75px 30px}.reviews-hero__content{max-width:700px}.reviews-hero__heading{font-size:clamp(3.2rem,12vw,5.5rem)}.reviews-hero__ratings{max-width:650px}.reviews-intro__inner{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:45px}.reviews-cta__inner{gap:35px}}@media(max-width:650px){.reviews-hero__inner{gap:38px;padding:65px 20px}.reviews-hero__eyebrow,.reviews-intro__eyebrow,.reviews-cta__eyebrow{font-size:.66rem}.reviews-hero__heading{font-size:clamp(3rem,16vw,4.6rem);line-height:.92}.reviews-hero__intro{margin-top:23px;font-size:.92rem;line-height:1.65}.reviews-rating{min-height:92px;padding:16px;gap:13px}.reviews-rating__icon{width:44px;height:44px}.reviews-rating__icon img{width:23px;height:23px}.reviews-rating__label{font-size:.63rem}.reviews-rating__arrow{width:14px;height:14px}.reviews-intro{padding:65px 0}.reviews-intro__inner{display:flex;flex-direction:column;align-items:flex-start;gap:28px;padding:0 20px}.reviews-intro__heading h2{font-size:clamp(2.5rem,12vw,4rem)}.reviews-intro__content p{font-size:.9rem;line-height:1.65}.reviews__button{min-height:47px;padding:0 18px;font-size:.65rem}.reviews-list{padding:60px 0}.reviews-list__inner{padding:0 20px}.reviews-list__header{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:30px}.reviews-grid{grid-template-columns:1fr}.review-card{min-height:280px;padding:23px}.reviews-cta__inner{flex-direction:column;align-items:flex-start;gap:28px;padding:65px 20px}.reviews-cta__inner h2{font-size:clamp(2.5rem,12vw,4rem)}.reviews-cta__inner p{font-size:.9rem;line-height:1.65}}@media(max-width:400px){.reviews-hero__inner{padding:55px 16px}.reviews-intro__inner,.reviews-list__inner,.reviews-cta__inner{padding-left:16px;padding-right:16px}.reviews-rating{padding:14px}.reviews-rating__icon{width:40px;height:40px}.reviews-rating__label{font-size:.58rem}.review-card{padding:20px}.review-card__text{font-size:.82rem}}@media(prefers-reduced-motion:reduce){.reviews-rating,.reviews-rating__arrow,.reviews__button,.review-card{transition:none}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
