﻿.btn-hero-primary{color:var(--white);background:var(--walnut);border-color:var(--walnut)}.btn-hero-primary:hover{background:var(--walnut-deep);border-color:var(--walnut-deep)}.btn-hero-secondary{color:var(--white);background:rgba(0,0,0,0);border-color:rgba(255,253,248,.7)}.btn-hero-secondary:hover{background:rgba(255,253,248,.12)}.hero{position:relative;overflow:hidden;color:var(--white);background:var(--espresso)}.hero .eyebrow{color:var(--leaf)}.hero h1{font-size:clamp(2.4rem,6vw,7.4rem)}.hero-slide{position:relative;width:100%;display:flex;overflow:hidden}.hero-image,.hero-scrim{position:absolute;inset:0;width:100%;height:100% !important}.hero-image{object-fit:cover;object-position:center}.hero-slide:first-child .hero-image{animation:heroReveal 900ms var(--ease) both}.hero-scrim{background:linear-gradient(90deg, rgba(42, 32, 23, 0.78) 0%, rgba(42, 32, 23, 0.45) 38%, rgba(42, 32, 23, 0.1) 78%),linear-gradient(0deg, rgba(42, 32, 23, 0.75) 0%, transparent 42%)}.hero-content{position:relative;display:flex;flex-direction:column;align-items:flex-start}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-nav-btn{position:absolute;top:50%;z-index:10;transform:translateY(-50%);display:grid;place-items:center;width:44px;height:44px;padding:0;background:rgba(255,253,248,.15);border:1px solid rgba(255,253,248,.3);border-radius:50%;cursor:pointer;backdrop-filter:blur(8px);transition:background 180ms,border-color 180ms}.hero-nav-btn svg{width:20px;height:20px;color:var(--white);stroke-width:2}.hero-nav-btn:hover{background:rgba(255,253,248,.28);border-color:rgba(255,253,248,.5)}.hero-nav-btn.swiper-button-disabled{opacity:.3;pointer-events:none}.hero-swiper-prev{left:clamp(12px,3vw,32px)}.hero-swiper-next{right:clamp(12px,3vw,32px)}.hero-pagination{position:absolute;bottom:72px !important;left:0;right:0;z-index:10;display:flex;justify-content:center;gap:10px}.hero-pagination .swiper-pagination-bullet{width:12px;height:12px;background:rgba(255,253,248,.35);border:2px solid rgba(255,253,248,.6);border-radius:50%;cursor:pointer;transition:background 220ms,border-color 220ms,transform 220ms}.hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--white);border-color:var(--white);transform:scale(1.25);box-shadow:0 0 0 3px rgba(255,253,248,.25)}@keyframes heroReveal{from{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@media(max-width: 1024px){.hero-content{width:100%}.hero-nav-btn{display:none}.hero-pagination{bottom:40px !important}}@media(max-width: 768px){.hero-pagination{bottom:28px !important}}.service-strip{display:grid;grid-template-columns:repeat(3, 1fr)}.service-item{display:flex;align-items:center;gap:24px;min-height:78px}.service-item+.service-item{border-left:1px solid #e9decc}.service-item strong{display:block;margin-bottom:2px;color:#17130f;font-size:1.15rem;font-weight:800;line-height:1.15}.service-item span:last-child{color:#8d8377;font-size:.92rem;font-weight:500;line-height:1.32}.service-icon{display:grid;flex:0 0 auto;width:78px;height:78px;place-items:center;color:var(--forest);background:#e1f5c9;border-radius:18px}.service-icon svg{width:30px;height:30px;stroke-width:2.4}.category-card{position:relative;display:grid;height:100%;grid-template-columns:minmax(260px, 0.52fr) minmax(280px, 0.48fr);min-height:360px;overflow:hidden;background:linear-gradient(135deg, #f5ede0, #ede1cc);border-radius:18px;transition:box-shadow 240ms var(--ease),transform 240ms var(--ease)}.category-card:hover{transform:translateY(-2px)}.category-card--products{grid-template-columns:minmax(240px, 0.4fr) 1fr;align-items:stretch;overflow:hidden}.category-copy{position:relative;z-index:2;padding:44px 20px 42px 50px}.category-copy p{margin:0 0 14px;color:var(--walnut);font-size:.72rem;font-weight:900;letter-spacing:.2em;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px}.category-copy h2{color:#5a2d00;font-size:3.34rem;line-height:1}.category-copy>span{display:block;max-width:300px;margin:28px 0;color:#8b8175;font-size:1.15rem;font-weight:600;line-height:1.45}.category-copy ul{display:grid;gap:14px;margin:28px 0 0;padding:0;list-style:none}.category-copy ul a{display:inline-flex;align-items:center;gap:8px;color:var(--walnut);font-size:1rem;font-weight:700;transition:gap 160ms var(--ease),color 160ms,opacity 160ms}.category-copy ul a::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--walnut);opacity:.5;flex:0 0 auto;transition:opacity 160ms,transform 160ms}.category-copy ul a:hover{color:var(--walnut-deep);gap:11px}.category-copy ul a:hover::before{opacity:1;transform:scale(1.4)}.category-copy ul ul{margin:6px 0 0;padding-left:18px;gap:10px;border-left:2px solid rgba(var(--walnut-rgb, 120, 72, 24), 0.15)}.category-copy ul ul a{font-size:.92rem;font-weight:600;opacity:.8}.category-copy ul ul a::before{width:4px;height:4px}.category-cta{display:inline-flex;align-items:center;gap:8px;margin-top:28px;padding:11px 22px;color:var(--white);background:var(--walnut);border:1px solid var(--walnut);border-radius:8px;font-size:.9rem;font-weight:800;transition:background 160ms,transform 160ms}.category-cta:hover{background:var(--walnut-deep);border-color:var(--walnut-deep);transform:translateY(-1px)}.category-art{position:relative;min-height:100%;overflow:hidden;background:radial-gradient(circle at 48% 36%, rgba(255, 253, 248, 0.48), transparent 34%),linear-gradient(135deg, #ddd8cf, #cfc7ba);border-radius:74px 0 0 0}.category-art img{position:absolute;top:50%;left:50%;z-index:1;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(42, 32, 23, 0.22));transform:translate(-50%, -50%);transition:filter 360ms var(--ease)}.category-art em{position:absolute;z-index:2;left:16px;bottom:16px;padding:4px 13px;color:#b6aea4;background:rgba(255,253,248,.86);border-radius:8px;font-family:"Courier New",monospace;font-size:.96rem;font-style:normal;font-weight:700;letter-spacing:.05em}.category-art--bg-warm{background:radial-gradient(circle at 48% 36%, rgba(255, 248, 235, 0.6), transparent 40%),linear-gradient(150deg, #e8d5b0, #c8a060)}.category-art--bg-earth{background:radial-gradient(circle at 48% 36%, rgba(255, 253, 248, 0.5), transparent 38%),linear-gradient(150deg, #e0d4c0, #c4b094)}.category-art--bg-sage{background:radial-gradient(circle at 48% 36%, rgba(255, 253, 248, 0.5), transparent 38%),linear-gradient(150deg, #d6e0c8, #a8bc88)}.category-art--bg-dusk{background:radial-gradient(circle at 48% 36%, rgba(248, 248, 252, 0.5), transparent 38%),linear-gradient(150deg, #d8d4dc, #b0acbc)}.category-products{display:flex;align-items:center;min-width:0;overflow:hidden}.category-products-swiper,.collection-swiper{width:100%;min-width:0}.category-products-swiper .swiper-wrapper,.collection-swiper .swiper-wrapper{align-items:stretch}.category-products-swiper .swiper-slide,.collection-swiper .swiper-slide{height:auto;box-sizing:border-box}.category-products-swiper .product-card,.collection-swiper .product-card{box-shadow:none !important}.collection-swiper .product-card{height:100%}.category-products-swiper .showcase-products,.collection-product-cell{display:block !important;width:100% !important;margin:0 !important;padding:0 !important;list-style:none !important}.category-products-swiper .showcase-products>li.product,.category-products-swiper .showcase-products>li[class*=col-],.collection-product-cell>li.product,.collection-product-cell>li[class*=col-]{display:flex !important;flex-direction:column;width:100% !important;max-width:100% !important;float:none !important;margin:0 !important;padding:0 !important}.category-products-swiper .showcase-products>li.product,.category-products-swiper .showcase-products>li[class*=col-]{flex:0 0 100% !important}.showcase-swiper-prev,.showcase-swiper-next,.collection-swiper-prev,.collection-swiper-next{position:absolute;top:50%;z-index:10;display:grid;place-items:center;width:34px;height:34px;padding:0;background:var(--white);border:1px solid rgba(42,32,23,.12);border-radius:50%;box-shadow:0 2px 8px rgba(42,32,23,.1);cursor:pointer;transform:translateY(-50%);transition:background .18s ease,border-color .18s ease,transform .18s ease}.showcase-swiper-prev svg,.showcase-swiper-next svg,.collection-swiper-prev svg,.collection-swiper-next svg{width:16px;height:16px;color:var(--espresso);stroke-width:2}.showcase-swiper-prev:hover,.showcase-swiper-next:hover,.collection-swiper-prev:hover,.collection-swiper-next:hover{background:var(--walnut);border-color:var(--walnut);transform:translateY(-50%) scale(1.08)}.showcase-swiper-prev:hover svg,.showcase-swiper-next:hover svg,.collection-swiper-prev:hover svg,.collection-swiper-next:hover svg{color:var(--white)}.showcase-swiper-prev.swiper-button-disabled,.showcase-swiper-next.swiper-button-disabled,.collection-swiper-prev.swiper-button-disabled,.collection-swiper-next.swiper-button-disabled{opacity:.3;pointer-events:none}.showcase-swiper-prev{left:6px}.showcase-swiper-next{right:6px}section.products{max-width:none}.products-heading{display:grid;justify-items:center;margin:0 auto 20px;text-align:center}.products-heading>p{display:inline-flex;align-items:center;gap:12px;margin:0 0 18px;color:#776d63;font-size:1.05rem;font-weight:600}.products-heading>p span{display:block;width:30px;height:2px;background:var(--leaf)}.products-heading h2{color:var(--espresso);font-family:"Cormorant Garamond",serif;font-size:clamp(2.5rem,4.8vw,4.2rem);font-weight:900;line-height:1.05}.products-heading h2 em{color:var(--forest);font-style:normal}.product-tabs{justify-content:center;gap:14px;margin-top:38px;border:0;margin-bottom:0}.product-tabs button{min-width:156px;height:56px;padding:0 28px;color:var(--espresso);background:#fff;border:1px solid #eadbca;border-radius:999px;cursor:pointer;font-size:1rem;font-weight:700;transition:transform 160ms var(--ease),background 160ms var(--ease),color 160ms var(--ease),border-color 160ms var(--ease)}.product-tabs button:hover{transform:translateY(-1px);border-color:var(--forest)}.product-tabs button.is-active{color:var(--white);background:var(--forest);border-color:var(--forest)}.what-we-do{position:relative;min-height:clamp(560px,55vw,720px);display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--white);background:#1f1a17}.video-frame,.what-we-do-overlay,.background-video{position:absolute;inset:0;width:100%;height:100%}.video-frame{pointer-events:none}.background-video{left:50%;top:50%;width:max(100vw,177.78vh);height:max(100vh,56.25vw);border:0;transform:translate(-50%, -50%)}.what-we-do-overlay{z-index:1;background:linear-gradient(90deg, rgba(16, 13, 12, 0.5), rgba(16, 13, 12, 0.18) 50%, rgba(16, 13, 12, 0.48)),rgba(16,13,12,.42)}.what-we-do-panel{position:relative;z-index:2;width:min(860px,100% - 36px);padding:44px clamp(28px,4vw,74px) 42px;text-align:center;background:rgba(31,29,30,.78);box-shadow:0 24px 70px rgba(0,0,0,.28);backdrop-filter:blur(3px)}.what-we-do-panel h2{color:var(--white);font-family:"Cormorant Garamond",serif;font-size:clamp(2.6rem,4vw,4rem);font-weight:700;line-height:1.05}.what-we-do-panel p{max-width:520px;margin:24px auto 0;color:rgba(255,253,248,.82);font-size:1rem;font-weight:700;line-height:1.58}.wwd-counters{display:flex;justify-content:center;gap:0;margin-top:40px;border-top:1px solid rgba(255,253,248,.14);padding-top:36px}.wwd-counter-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 24px;border-right:1px solid rgba(255,253,248,.14)}.wwd-counter-item:last-child{border-right:none}.wwd-counter-num{font-family:"Cormorant Garamond",serif;font-size:clamp(2.8rem,4.5vw,4.2rem);font-weight:700;color:var(--leaf);line-height:1}.wwd-counter-num sup{font-size:.55em;vertical-align:super}.wwd-counter-label{margin-top:8px;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,253,248,.62)}.reviews-inner{max-width:var(--max);margin:0 auto}.reviews-header{display:flex;align-items:flex-end;justify-content:center;gap:24px;flex-wrap:wrap}.reviews-heading{width:100%;max-width:560px;margin:0 auto 56px;text-align:center}.reviews-heading h2{font-size:clamp(2.2rem,4vw,3.6rem);margin-top:10px;color:var(--espresso)}.reviews-overall{display:flex;align-items:center;gap:14px;padding:18px 24px;background:var(--white);border:1px solid rgba(128,64,0,.12);border-radius:14px;white-space:nowrap}.reviews-score{font-family:"Cormorant Garamond",serif;font-size:3.6rem;font-weight:700;line-height:1;color:var(--espresso)}.reviews-stars-lg{color:#c88003;font-size:1.3rem;letter-spacing:.06em}.reviews-count{font-size:.82rem;font-weight:700;color:var(--stone);margin-top:3px}.reviews-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}.reviews-swiper{position:relative;padding:4px 4px 54px}.reviews-swiper .swiper-slide{height:auto;display:flex}.reviews-swiper .review-tile{width:100%}.reviews-swiper .swiper-pagination{bottom:4px}.reviews-swiper .swiper-pagination-bullet{width:9px;height:9px;background:var(--taupe);opacity:.55}.reviews-swiper .swiper-pagination-bullet-active{background:var(--walnut);opacity:1}.reviews-swiper-button{position:absolute;top:50%;z-index:3;width:42px;height:42px;display:grid;place-items:center;color:var(--espresso);background:var(--white);border:1px solid rgba(128,64,0,.12);border-radius:50%;box-shadow:var(--shadow-sm);transform:translateY(-50%);cursor:pointer;transition:background 160ms var(--ease),color 160ms var(--ease),transform 160ms var(--ease)}.reviews-swiper-button:hover{color:var(--white);background:var(--walnut);transform:translateY(-50%) scale(1.04)}.reviews-swiper-button svg{width:18px;height:18px;stroke-width:2.2}.reviews-swiper-prev{left:8px}.reviews-swiper-next{right:8px}.review-tile{display:flex;flex-direction:column;gap:16px;padding:28px;background:var(--white);border:1px solid rgba(128,64,0,.1);border-radius:18px;transition:transform 220ms var(--ease),box-shadow 220ms var(--ease)}.review-tile:hover{transform:translateY(-3px)}.review-tile-stars{color:#c88003;font-size:1rem;letter-spacing:.06em}.review-tile blockquote{position:relative;margin:0;padding-top:32px;font-size:.97rem;color:var(--stone);line-height:1.65;font-style:normal}.review-tile blockquote::before{content:"“";position:absolute;top:0;left:0;font-family:"Cormorant Garamond",serif;font-size:3rem;font-weight:700;color:var(--linen);line-height:1}.review-tile-footer{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid var(--linen)}.review-avatar-lg{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"Cormorant Garamond",serif;font-size:1.1rem;font-weight:700;color:var(--white);flex:0 0 auto}.review-author{font-weight:800;font-size:.9rem;color:var(--espresso)}.review-location{font-size:.78rem;font-weight:700;color:var(--stone);margin-top:1px}.review-product-tag{margin-left:auto;display:inline-flex;align-items:center;gap:5px;padding:3px 10px;background:var(--sand);border:1px solid var(--linen);border-radius:999px;font-size:.72rem;font-weight:800;color:var(--walnut);white-space:nowrap}.reviews-cta{text-align:center;margin-top:48px}@media(max-width: 980px){.hero-content{transform:none}.service-strip{display:flex;flex-wrap:nowrap;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 clamp(18px,5vw,34px);padding-bottom:2px}.service-strip::-webkit-scrollbar{display:none}.service-item{flex:0 0 72vw;max-width:320px;scroll-snap-align:start}.service-item+.service-item{border-left:1px solid #e9decc}.category-card{grid-column:auto;min-height:320px;grid-template-columns:minmax(0, 0.58fr) minmax(220px, 0.42fr)}}@media(max-width: 640px){.service-item{gap:16px}.service-icon{width:64px;height:64px;border-radius:16px}.service-item strong{font-size:1.18rem}.service-item span:last-child{font-size:.98rem}.category-card{grid-template-columns:1fr;min-height:0}.category-copy{padding:32px 30px 24px}.category-copy h2{font-size:2.78rem}.category-copy>span{margin:20px 0}.category-copy ul{gap:10px;font-size:1rem}.category-art{min-height:220px;border-radius:54px 0 0 0}.products-heading{margin-bottom:34px}.product-tabs{gap:10px;margin-top:28px;justify-content:flex-start}.product-tabs button{min-width:0;height:48px;padding:0 18px}.what-we-do{min-height:480px}.background-video{width:max(180vw,177.78vh);height:max(100vh,101.25vw)}.video-frame--hide-mobile{display:none}.what-we-do-panel{padding:34px 24px 32px}.what-we-do-panel p{margin-top:18px;font-size:.9rem}.wwd-counters{flex-direction:column;gap:14px}.wwd-counter-item{border-right:none;border-bottom:1px solid rgba(255,253,248,.14);padding:14px 0}.wwd-counter-item:last-child{border-bottom:none}.reviews-grid{grid-template-columns:1fr}}@media(max-width: 640px){.reviews-header{margin-bottom:32px}.reviews-heading h2{font-size:clamp(1.8rem,7vw,2.4rem);margin-top:6px}.review-tile{padding:20px;gap:12px}.review-tile blockquote{font-size:.92rem;padding-top:28px}.reviews-cta{margin-top:32px}}@media(max-width: 991px){.reviews-grid{grid-template-columns:1fr 1fr}.reviews-header{flex-direction:column;align-items:flex-start}}.collection-showcase{display:flex;flex-direction:column;overflow:hidden}.collection-banner{position:relative;width:100%;height:320px;overflow:hidden;flex-shrink:0}.collection-banner-link{display:block;width:100%;height:100%}.collection-banner-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.collection-products{position:relative;padding:16px 0}.collection-swiper-prev{left:-16px}.collection-swiper-next{right:-16px}@media(max-width: 640px){.blog-tab-posts{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px;margin-left:0;margin-right:0}.blog-tab-posts::-webkit-scrollbar{display:none}.blog-tab-posts>[class*=col]{width:72vw;min-width:72vw;flex:0 0 72vw}}.blog-explore-wrap{display:flex;justify-content:center;margin-top:32px}.blog-explore-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;color:var(--espresso);background:rgba(0,0,0,0);border:1.5px solid var(--linen);border-radius:8px;font:inherit;font-size:.9rem;font-weight:700;text-decoration:none;transition:background 160ms,border-color 160ms,color 160ms}.blog-explore-btn:hover{background:var(--cream);border-color:var(--taupe)}