@font-face{font-family:Kave-Haffer;src:url("assets/fonts/KaveHafferDisplay-Regular.woff2") format("woff2");font-display:swap;font-weight:400}
@font-face{font-family:Kave-HafferText;src:url("assets/fonts/KaveHafferText-Regular.woff2") format("woff2");font-display:swap;font-weight:400}
@font-face{font-family:Kave-HafferText;src:url("assets/fonts/KaveHafferText-SemiBold.woff2") format("woff2");font-display:swap;font-weight:600}
@font-face{font-family:Poppins;src:url("assets/fonts/Poppins-Regular.woff2") format("woff2");font-display:swap;font-weight:400}
@font-face{font-family:Poppins;src:url("assets/fonts/Poppins-SemiBold.woff2") format("woff2");font-display:swap;font-weight:600}
@font-face{font-family:MartinaPlantijn;src:url("assets/fonts/MartinaPlantijn-Regular.woff2") format("woff2");font-display:swap;font-weight:400}

:root{--black:#000;--white:#fff;--paper:#f7f6f4;--warm:#efeee9;--olive:#dadac7;--terracotta:#ad4e30;--header-h:96px;--hair:#d7d6d1}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:120px}
body{margin:0;color:var(--black);background:#fff;font-family:Poppins,"Noto Sans",Arial,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}
button,select,input{font:inherit;color:inherit}
button{border:0;background:none;cursor:pointer;padding:0}
[hidden]{display:none!important}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.2}
h1,h2,h3,p{margin:0}
main{margin-top:var(--header-h)}
.skip-link{position:fixed;left:12px;top:-60px;z-index:200;background:#000;color:#fff;padding:10px 14px}.skip-link:focus{top:12px}
.sr-only,.sr-only:focus:not(:focus-visible){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mobile-only{display:none!important}

.site-header{position:fixed;inset:0 0 auto;z-index:50;height:var(--header-h);background:#fff;transition:transform .25s ease;box-shadow:0 1px 0 rgba(0,0,0,.04)}
.sale-strip{height:40px;background:#f1f0e7;display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-family:Kave-HafferText,sans-serif;font-size:12px}
.sale-strip a{text-decoration:underline;text-underline-offset:2px;margin-left:7px}
.utility-nav{display:flex;align-items:center;gap:20px}
.utility-nav .plain-action{font-size:12px}
.main-nav{height:56px;display:flex;align-items:center;padding:0 24px;gap:28px;background:#fff}
.brand{width:142px;flex:0 0 142px}
.brand svg{width:100%;height:auto;fill:#000;stroke:none}
.primary-links{display:flex;align-items:center;justify-content:center;gap:28px;margin-inline:auto;font-family:Kave-HafferText,sans-serif;font-size:16px;white-space:nowrap}
.primary-links .sale-link{color:#a2472f}
.nav-actions{display:flex;align-items:center;gap:17px;margin-left:auto}
.icon-btn{width:22px;height:22px;display:grid;place-items:center}
.icon-btn svg{width:22px;height:22px}
.search-action{display:flex;align-items:center;gap:10px;width:170px;height:38px;border-bottom:1px solid #000;text-align:left;font-family:Kave-HafferText,sans-serif}
.search-action svg{width:22px;height:22px}
.mobile-menu{position:absolute;top:104px;left:0;right:0;background:#fff;border-top:1px solid #eee;padding:24px;display:grid;gap:18px;font-family:Kave-HafferText,sans-serif;font-size:20px;box-shadow:0 12px 24px rgba(0,0,0,.12)}
.mobile-menu[hidden]{display:none}

.product-layout{display:grid;grid-template-columns:70% 20%;column-gap:5%;align-items:start;min-width:0}
.gallery-column{position:relative;min-width:0;background:#fff}
.breadcrumbs{position:absolute;z-index:3;top:26px;left:38px;display:flex;gap:16px;align-items:center;font-family:Kave-HafferText,sans-serif;font-size:14px}
.breadcrumbs a:hover{text-decoration:underline}
.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#fff;overflow:hidden}
.gallery-item{position:relative;display:block;width:100%;aspect-ratio:4/5;background:var(--paper);overflow:hidden;border:0}
.gallery-item:nth-child(-n+4){grid-column:span 2}
.gallery-item:nth-child(n+5){grid-column:span 1}
@media (min-width:768px){.gallery-item:nth-child(n+9){display:none}}
.gallery-item img{width:100%;height:100%;object-fit:cover;background:var(--paper)}
.gallery-item.main-kit,.gallery-item.main-kit img{background:#f4f2ef}.gallery-item.main-kit img{object-fit:contain}
.gallery-item:focus-visible{outline:2px solid #000;outline-offset:-2px}
.view-3d{position:absolute;top:24px;right:24px;z-index:4;background:#fff;border-radius:24px;padding:10px 18px;display:flex;align-items:center;gap:9px;font-family:Kave-HafferText,sans-serif;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.orbit-icon{font-size:20px;line-height:1}
.more-images{position:absolute;right:24px;bottom:24px;z-index:4;background:#fff;padding:10px 16px;font-size:12px;text-decoration:underline;text-underline-offset:2px}
.gallery-arrow,.mobile-progress{display:none}

.product-sidebar{min-width:0;padding-top:72px}
.product-core{display:flex;flex-direction:column;gap:16px;min-height:775px;font-family:Kave-HafferText,sans-serif}
.product-heading-row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.product-heading-row h2{font-family:Kave-Haffer,sans-serif;font-weight:400;font-size:27px;line-height:1}
.wishlist{margin-right:4px}
.price{font-family:Kave-HafferText,sans-serif;font-size:18px;line-height:27px}
.product-copy{font-family:Kave-HafferText,sans-serif;font-size:14px;line-height:21px;font-weight:400;max-width:285px}
.product-copy a{text-decoration:underline;text-underline-offset:2px}
.model-row{display:grid;grid-template-columns:48px 1fr 24px;align-items:center;gap:16px;width:100%;padding:0 0 7px;border-bottom:1px solid #000;text-align:left}
.model-row img{width:48px;height:48px;object-fit:contain;background:var(--paper)}
.model-row svg{width:24px;height:24px}
.variant-selector{display:flex;flex-wrap:wrap;gap:4px;padding-top:8px}
.variant-btn{position:relative;width:48px;height:64px;background:var(--paper);border-bottom:2px solid transparent;transition:border-color .15s,opacity .15s}
.variant-btn img{width:100%;height:100%;object-fit:contain}
.variant-btn:hover{opacity:.75}.variant-btn[aria-checked="true"]{border-color:#000}
.purchase-anchor{margin-top:auto}
.purchase-row{display:grid;grid-template-columns:79px 1fr;gap:8px}
.quantity select{width:100%;height:56px;border:1px solid #a7a7a4;background:#fff;padding:0 16px;appearance:auto}
.add-cart{height:56px;background:#000;color:#fff;font-size:16px;font-weight:600;line-height:1.1;padding:0 18px}
.add-cart:hover{background:#232323}
.installments{margin-top:10px;font-size:12px}
.text-button{text-decoration:underline;text-underline-offset:2px;font-size:12px}
.purchase-details{margin-top:34px;font-family:Kave-HafferText,sans-serif}
.delivery-card,.detail-row{width:100%;border-top:1px solid var(--hair);padding:16px 0;display:flex;align-items:center;justify-content:space-between;text-align:left}
.delivery-card span{display:grid;gap:4px}.delivery-card small{font-size:11px;line-height:1.35}.delivery-card em{font-style:normal;color:#2d7c4b;font-size:12px;white-space:nowrap}
.detail-row:last-child{border-bottom:1px solid var(--hair)}
.match-section{margin-top:28px;padding-bottom:24px;overflow:hidden}
.mini-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.mini-section-title h2{font-family:Kave-HafferText,sans-serif;font-size:16px;font-weight:400}.mini-section-title div{display:flex;gap:14px}.mini-section-title button{font-size:18px}
.mini-cards{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}.mini-cards::-webkit-scrollbar{display:none}
.mini-card{flex:0 0 calc(50% - 4px);scroll-snap-align:start;font-family:Kave-HafferText,sans-serif}.mini-card>button{width:100%;text-align:left}.mini-card img{width:100%;aspect-ratio:1/1.2;object-fit:cover;background:var(--paper)}.mini-card h3{font-size:12px;font-weight:600;margin-top:8px}.mini-card p{font-size:10px;line-height:1.3;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-card strong{display:block;font-size:12px;margin-top:5px}

.overview{background:var(--olive);display:grid;grid-template-columns:minmax(0,1fr) minmax(384px,42%);padding:80px 7.5%;gap:7%;min-height:430px}
.overview-copy{display:flex;flex-direction:column;gap:24px}
.overview-copy>p{max-width:730px;font-family:Kave-HafferText,sans-serif;font-size:22px;line-height:1.32}
.feature-badges{display:grid;grid-template-columns:repeat(2,minmax(0,240px));gap:16px 24px}.feature-badges span{display:grid;grid-template-columns:32px 1fr;align-items:center;gap:16px;font-family:Kave-HafferText,sans-serif;font-size:14px}.feature-badges img{width:32px;height:32px}.feature-badges strong{font-weight:600}.fsc-mark{padding-top:32px}.fsc-mark img{width:50px;height:auto}
.overview-links{display:grid;align-content:start}.overview-links button{height:54px;border-top:1px solid #77776f;display:flex;align-items:center;justify-content:space-between;text-align:left;font-family:Kave-HafferText,sans-serif;font-size:14px}.overview-links button:last-child{border-bottom:1px solid #77776f}.overview-links svg{width:16px;height:16px;stroke-width:1.25}
.detail-panels{padding:0 5%;background:#fff}
.detail-panel{display:none;padding:64px 0 72px}.detail-panel.open{display:block}.detail-panel h2{font-family:Kave-Haffer,sans-serif;font-size:36px;font-weight:400;line-height:1;margin-bottom:40px}.detail-panel h3{font-family:Kave-HafferText,sans-serif;font-size:16px;margin-bottom:10px}.detail-panel p{font-family:Kave-HafferText,sans-serif;max-width:760px}.feature-lines{display:flex;gap:16px;margin-bottom:38px}.feature-lines span{border:1px solid #ccc;padding:12px 18px}.prose-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:5%}.prose-columns p{font-size:14px}.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:8%}.spec-grid dl{margin:0}.spec-grid div{min-width:0}.spec-grid dt,.spec-grid dd{display:inline-block;width:49%;margin:0;padding:12px 0;border-top:1px solid #ddd;vertical-align:top}.spec-grid dd{text-align:right}

.collection-section{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:32px 0}.collection-hero{width:100%;height:100%;aspect-ratio:5/4;object-fit:cover}.collection-content{display:flex;flex-direction:column;justify-content:flex-end;min-width:0;padding:40px 5% 16px}.recommendations{padding:64px 1.6% 72px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.section-heading h2{font-family:Kave-Haffer,sans-serif;font-size:35px;font-weight:400;line-height:1}.section-heading p{font-family:Kave-HafferText,sans-serif;margin-top:8px}.section-heading>a{text-decoration:underline;text-underline-offset:3px}
.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.collection-card{min-width:0}.collection-card button{width:100%;text-align:left}.collection-card img{width:100%;aspect-ratio:1/1.1;object-fit:contain;background:var(--paper)}.collection-card h3{font-family:Kave-HafferText,sans-serif;font-size:16px;margin-top:12px}.collection-card p{font-family:Kave-HafferText,sans-serif;font-size:12px}.collection-card strong{display:block;margin-top:6px}
.recommendations{padding-top:48px}
.recommendation-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px 2px}.product-card{min-width:0}.product-card>button{width:100%;text-align:left}.product-card img{width:100%;aspect-ratio:4/5;object-fit:contain;background:var(--paper)}.product-card h3{font-family:Kave-HafferText,sans-serif;font-size:14px;font-weight:600;margin:9px 8px 0}.product-card p{font-family:Kave-HafferText,sans-serif;font-size:12px;line-height:1.35;margin:2px 8px 0;min-height:34px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card strong{display:block;margin:6px 8px 0;font-size:13px}

.process-section{background:#eff0e3;padding:68px 7.5% 74px}.process-section>h2{font-family:Kave-Haffer,sans-serif;font-size:42px;line-height:.95;font-weight:400;margin-bottom:36px}.process-grid{display:grid;grid-template-columns:1fr 2fr;gap:2px;height:530px}.process-grid article{position:relative;overflow:hidden;color:#fff}.process-grid img{width:100%;height:100%;object-fit:cover;filter:brightness(.72)}.process-grid article>div{position:absolute;inset:auto 28px 30px}.process-grid h3{font-family:Kave-HafferText,sans-serif;font-size:21px;margin-bottom:10px}.process-grid p{max-width:520px;font-size:13px}
.about-strip{background:#f1f1e5;padding:56px 7.5% 0;text-align:center}.about-strip>p{font-family:MartinaPlantijn,serif;font-size:27px;max-width:760px;margin:0 auto 28px}.about-tabs{display:flex;justify-content:center;gap:42px}.about-tabs button{padding-bottom:12px;border-bottom:1px solid transparent}.about-tabs button.active{border-color:#000}.about-feature{margin-top:38px;display:grid;grid-template-columns:1fr 1fr;min-height:460px;text-align:left;background:#fff}.about-feature>div{padding:64px}.about-feature h2{font-family:Kave-Haffer,sans-serif;font-size:38px;font-weight:400;line-height:1}.about-feature p{font-family:Kave-HafferText,sans-serif;margin:22px 0;max-width:420px}.about-feature a{text-decoration:underline;text-underline-offset:3px}.about-feature img{width:100%;height:100%;object-fit:cover}

.site-footer{background:#fff}.legal-offer{padding:14px 5%;font-size:10px;border-bottom:1px solid #eee}.footer-main{display:grid;grid-template-columns:35% 1fr;gap:10%;padding:52px 5%}.newsletter h2{font-family:Kave-Haffer,sans-serif;font-size:29px;font-weight:400}.newsletter p{font-family:Kave-HafferText,sans-serif;max-width:410px;margin:10px 0 16px}.newsletter a{text-decoration:underline;text-underline-offset:3px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.footer-links h3{font-size:12px;margin:0 0 12px}.footer-links a{display:block;font-size:11px;margin:8px 0}.footer-bottom{border-top:1px solid #eee;padding:22px 5%;display:flex;justify-content:space-between;align-items:center;font-size:10px}.socials,.payments{display:flex;gap:14px;align-items:center}.payments span{border:1px solid #ddd;padding:4px 7px;background:#fff}
.chat-button{position:fixed;right:20px;bottom:24px;width:48px;height:48px;border:1px solid #d5d5d5;border-radius:50%;background:#fff;z-index:45;display:grid;place-items:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}.chat-button svg{width:24px;height:24px}
.toast{position:fixed;z-index:100;left:50%;bottom:32px;transform:translate(-50%,20px);background:#000;color:#fff;padding:12px 18px;opacity:0;pointer-events:none;transition:.2s;max-width:calc(100vw - 32px);text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}
.mobile-buy-bar{display:none}

.lightbox{width:min(92vw,1100px);height:min(92vh,900px);border:0;padding:0;background:var(--paper);overflow:hidden}.lightbox::backdrop{background:rgba(0,0,0,.7)}.lightbox img{width:100%;height:100%;object-fit:contain}.lightbox-close{position:absolute;top:14px;right:18px;z-index:2;width:40px;height:40px;border-radius:50%;background:#fff;font-size:27px}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;background:#fff;font-size:30px}.lightbox-nav.prev{left:18px}.lightbox-nav.next{right:18px}.lightbox>p{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);background:#fff;padding:6px 12px}

@media (max-width:1100px){.primary-links{gap:14px;font-size:14px}.search-action{width:100px}.product-layout{grid-template-columns:68% 25%;column-gap:3.5%}.prose-columns{gap:3%}}

@media (max-width:767px){
  :root{--header-h:104px}
  body{font-size:14px;overflow-x:hidden}
  .desktop-only{display:none!important}.mobile-only{display:grid!important}
  .site-header{height:104px}.sale-strip{height:40px;padding:0 15px;font-size:12px}.utility-nav{display:none}.main-nav{height:64px;padding:0 19px;gap:20px}.brand{width:118px;flex-basis:118px}.nav-actions{gap:14px}.nav-actions .icon-btn{width:22px}.search-action{width:22px;height:22px;border:0}.main-nav>.nav-actions .icon-btn:last-child{display:grid}.primary-links{display:none}.mobile-menu{top:104px}
  .product-layout{display:block;padding:0}.gallery-column{width:100%;aspect-ratio:4/5;overflow:hidden}.gallery-grid{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none}.gallery-grid::-webkit-scrollbar{display:none}.gallery-item,.gallery-item:nth-child(n){flex:0 0 100%;width:100%;height:100%;aspect-ratio:auto;grid-column:auto;scroll-snap-align:start}.gallery-item img{object-fit:cover}.gallery-item.main-kit img{object-fit:contain}.breadcrumbs{top:18px;left:16px;gap:12px}.view-3d{top:auto;bottom:35px;left:16px;right:auto;padding:0 10px;width:auto;height:32px;justify-content:center;border-radius:18px;gap:6px;font-size:12px}.orbit-icon{font-size:16px}.gallery-arrow{display:grid;position:absolute;z-index:4;top:56%;transform:translateY(-50%);width:32px;height:32px;place-items:center;border-radius:0;background:transparent}.gallery-arrow svg{width:18px}.gallery-arrow.prev{left:15px}.gallery-arrow.next{right:15px}.mobile-progress{display:block;position:absolute;left:0;right:0;bottom:0;height:4px;background:#dadad7}.mobile-progress span{display:block;height:4px;background:#5a5a58;width:12.5%;transition:transform .2s}
  .product-sidebar{padding:0}.product-core{min-height:auto;padding:5px 24px 0;gap:16px}.product-heading-row h2{font-size:27px}.price{font-size:18px}.product-copy{max-width:none;font-size:14px;line-height:23px}.model-row{margin-top:4px}.variant-selector{padding-bottom:8px}.purchase-anchor{margin-top:10px}.purchase-row{grid-template-columns:72px 1fr}.purchase-details,.match-section{margin-inline:24px}.match-section{margin-top:28px}.mini-card{flex-basis:46%}
  .overview{display:flex;flex-direction:column;padding:64px 24px;gap:24px;min-height:0}.overview-copy{gap:24px}.overview-copy>p{font-size:20px;line-height:22px}.feature-badges{grid-template-columns:1fr;gap:16px}.feature-badges span{grid-template-columns:32px 1fr;gap:16px;font-size:14px}.fsc-mark{padding-top:24px}.overview-links button{height:54px}.overview-links svg{width:16px;height:16px}
  .detail-panels{padding:0 24px}.detail-panel{padding:44px 0}.detail-panel h2{font-size:29px;margin-bottom:28px}.feature-lines{display:grid}.prose-columns,.spec-grid{grid-template-columns:1fr;gap:26px}.prose-columns>div{border-top:1px solid #ddd;padding-top:18px}
  .collection-section{display:block;padding:32px 0 48px}.collection-hero{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}.collection-content{display:block;padding:30px 16px 0}.recommendations{padding:48px 16px}.section-heading{align-items:flex-start}.section-heading h2{font-size:30px}.section-heading p{font-size:12px}.collection-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.collection-card{flex:0 0 78%;scroll-snap-align:start}.collection-card img{aspect-ratio:1/1.15}
  .recommendation-grid{grid-template-columns:repeat(2,1fr);gap:30px 2px}.product-card h3,.product-card p,.product-card strong{margin-left:7px;margin-right:7px}.product-card h3{font-size:13px}.product-card p{font-size:11px}.product-card strong{font-size:12px}
  .process-section{padding:48px 23px}.process-section>h2{font-size:29px;line-height:1;margin-bottom:28px}.process-grid{display:block;height:auto}.process-grid article{height:430px;margin-bottom:2px}.process-grid article>div{inset:auto 20px 22px}.process-grid h3{font-size:18px}
  .about-strip{padding:44px 16px 0}.about-strip>p{font-size:23px}.about-tabs{gap:18px;overflow-x:auto;justify-content:flex-start}.about-tabs button{white-space:nowrap}.about-feature{display:block}.about-feature>div{padding:36px 24px}.about-feature h2{font-size:31px}.about-feature img{height:320px}
  .legal-offer{padding:14px 16px}.footer-main{display:block;padding:42px 24px}.newsletter{margin-bottom:42px}.footer-links{grid-template-columns:1fr 1fr;gap:32px}.footer-bottom{display:block;padding:22px 16px}.socials,.payments{flex-wrap:wrap;margin-bottom:16px}
  .chat-button{right:16px;bottom:18px}.chat-button.with-buy{bottom:82px}
  .mobile-buy-bar{position:fixed;z-index:44;left:0;right:0;bottom:0;height:66px;background:#fff;border-top:1px solid #ddd;padding:10px 22px;align-items:center;justify-content:space-between}.mobile-buy-bar.show{display:flex}.mobile-buy-bar div{display:grid;font-family:Kave-HafferText,sans-serif}.mobile-buy-bar strong{font-size:16px}.mobile-buy-bar span{font-size:14px;font-weight:600}.mobile-buy-bar button{height:46px;background:#000;color:#fff;padding:0 24px;font-weight:600}
  .toast{bottom:88px}
  .lightbox{width:100vw;height:100dvh;max-width:none;max-height:none}.lightbox-nav{top:auto;bottom:20px}.lightbox>p{bottom:22px}.lightbox-close{top:14px;right:14px}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
