.nav-link{display:inline-flex;align-items:center;padding:.5rem .875rem;font-size:.875rem;font-weight:500;color:#5c5c54;border-radius:.375rem;transition:color .15s;position:relative}.nav-link:hover{color:#1a1a17}.nav-active{color:var(--brand-700);font-weight:600}.nav-link:after{content:"";position:absolute;bottom:2px;left:.875rem;right:.875rem;height:2px;background:var(--brand-600);transform:scaleX(0);transform-origin:left;transition:transform .25s ease;border-radius:2px}.nav-active:after,.nav-link:hover:after{transform:scaleX(1)}.nav-dropdown-wrap:hover .nav-dropdown{display:block}.nav-dropdown{display:none;position:absolute;top:calc(100% + 8px);left:0;min-width:230px;background:#fff;border:1px solid #e7e7e5;border-radius:.75rem;box-shadow:0 16px 40px rgba(0,0,0,.12);padding:.5rem;z-index:60}.nav-dropdown-item{display:block;padding:.55rem .875rem;font-size:.875rem;color:#4c4c46;border-radius:.5rem;transition:all .15s}.nav-dropdown-item:hover{background:var(--brand-50);color:var(--brand-700);padding-left:1.125rem}.mobile-nav-link{display:block;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;color:#4c4c46;border-radius:.5rem;transition:all .15s}.mobile-nav-link:hover{background:#f6f6f5;color:var(--brand-600)}.mobile-nav-sublink{display:block;padding:.5rem 1rem;font-size:.875rem;color:#73736a;border-radius:.375rem}.mobile-nav-sublink:hover{background:var(--brand-50);color:var(--brand-600)}.header-search-trigger{display:inline-flex;align-items:center;gap:.45rem;min-height:2.35rem;padding:.5rem .8rem;border:1px solid #e7e7e5;border-radius:999px;background:#fff;color:#595950;font-size:.78rem;font-weight:600;transition:.2s ease}.header-search-trigger:hover{border-color:var(--brand-300);background:var(--brand-50);color:var(--brand-700);transform:translateY(-1px)}.header-search-trigger svg{width:1rem;height:1rem;stroke-width:2}.header-search-trigger-mobile{width:100%;justify-content:flex-start;margin:.75rem 0;padding:.75rem 1rem;background:#f6f6f5}body.search-open{overflow:hidden}.site-search[hidden]{display:none}.site-search{position:fixed;inset:0;z-index:10000;display:flex;justify-content:center;align-items:flex-start;padding:clamp(1rem,7vh,5rem) 1rem;opacity:0;transition:opacity .18s ease}.site-search.is-open{opacity:1}.site-search-backdrop{position:absolute;inset:0;width:100%;height:100%;background:rgba(20,20,18,.72);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.site-search-panel{position:relative;width:min(760px,100%);max-height:calc(100vh - 2rem);overflow:auto;border:1px solid hsla(0,0%,100%,.65);border-radius:1.25rem;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.28);transform:translateY(-12px) scale(.985);transition:transform .2s ease}.site-search.is-open .site-search-panel{transform:translateY(0) scale(1)}.site-search-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem 1.75rem 1rem}.site-search-kicker,.site-search-label{color:var(--brand-700);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.site-search-heading h2{margin:.2rem 0 0;color:#1e1e1b;font-family:var(--font-display),serif;font-size:clamp(1.45rem,3vw,2rem);font-weight:700}.site-search-close{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:999px;background:#f3f3f1;color:#595950;font-size:1.5rem;line-height:1}.site-search-close:hover{background:#e7e7e5;color:#1e1e1b}.site-search-form{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;margin:0 1.75rem;padding:.45rem .45rem .45rem 1rem;border:2px solid var(--brand-400);border-radius:1rem;background:#fff;box-shadow:0 8px 28px color-mix(in srgb,var(--brand-700) 12%,transparent)}.site-search-form svg{width:1.25rem;height:1.25rem;color:var(--brand-700);stroke-width:2}.site-search-form input{min-width:0;padding:.65rem 0;border:0;outline:0;color:#292925;font-size:1rem}.site-search-form button{padding:.7rem 1.15rem;border-radius:.7rem;background:var(--brand-600);color:#fff;font-size:.82rem;font-weight:700}.site-search-form button:hover{background:var(--brand-700)}.site-search-content{padding:1.35rem 1.75rem 1.75rem}.site-search-discovery{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.site-search-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.site-search-chips a{padding:.48rem .72rem;border:1px solid #e7e7e5;border-radius:999px;color:#4c4c46;background:#fafaf9;font-size:.75rem;font-weight:600}.site-search-chips a:hover{border-color:var(--brand-300);color:var(--brand-700);background:var(--brand-50)}.site-search-results{margin-top:.65rem;border:1px solid #e7e7e5;border-radius:.9rem;overflow:hidden}.site-search-result{display:grid;grid-template-columns:3rem 1fr auto;align-items:center;gap:.8rem;padding:.65rem .75rem;border-bottom:1px solid #eeeeec;transition:background .15s ease}.site-search-result:last-child{border-bottom:0}.site-search-result:hover{background:var(--brand-50)}.site-search-result img,.site-search-result-placeholder{width:3rem;height:3rem;border-radius:.55rem;-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,#ecece9,#f8f8f7)}.site-search-result-copy{display:flex;min-width:0;flex-direction:column}.site-search-result-copy small{color:var(--brand-700);font-size:.64rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.site-search-result-copy strong{overflow:hidden;color:#292925;font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.site-search-result-copy em{color:#73736a;font-size:.72rem;font-style:normal}.site-search-arrow{color:var(--brand-700);font-size:1.1rem}.site-search-all{display:block;margin-top:.8rem;color:var(--brand-700);font-size:.78rem;font-weight:700;text-align:right}.site-search-empty{display:flex;flex-direction:column;gap:.25rem;padding:1.5rem;border-radius:.9rem;background:#f6f6f5;color:#595950}.site-search-empty strong{color:#292925}@media (max-width:639px){.site-search{padding:.5rem;align-items:flex-start}.site-search-panel{border-radius:1rem}.site-search-content,.site-search-heading{padding-left:1rem;padding-right:1rem}.site-search-form{margin:0 1rem}.site-search-form button{padding:.7rem .85rem}.site-search-discovery{grid-template-columns:1fr;gap:1rem}}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--brand-600);color:#fff;padding:.625rem 1.375rem;border-radius:.5rem;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 1px 2px rgba(0,0,0,.05);text-decoration:none}.btn-primary:hover{background:var(--brand-700);box-shadow:0 6px 16px rgba(0,0,0,.12);transform:translateY(-1px)}.btn-primary:active{transform:scale(.97);box-shadow:none}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#4c4c46;border:1px solid #d1d1cd;padding:.625rem 1.375rem;border-radius:.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.btn-secondary:hover{background:#f6f6f5;transform:translateY(-1px)}.btn-secondary:active{transform:scale(.97)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;border:2px solid var(--brand-600);color:var(--brand-700);padding:.625rem 1.375rem;border-radius:.5rem;font-size:.875rem;font-weight:600;transition:all .2s;text-decoration:none}.btn-outline:hover{background:var(--brand-600);color:#fff;transform:translateY(-1px)}.btn-outline:active{transform:scale(.97)}.hero-btn-primary{display:inline-flex;align-items:center;gap:.625rem;background:#fff;color:#1a1a17;padding:.875rem 2rem;border-radius:.625rem;font-size:1rem;font-weight:700;transition:all .25s;text-decoration:none;box-shadow:0 4px 24px rgba(0,0,0,.18)}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.22)}.hero-btn-primary:active{transform:scale(.97)}.hero-btn-outline{display:inline-flex;align-items:center;gap:.625rem;border:2px solid hsla(0,0%,100%,.45);color:#fff;padding:.875rem 2rem;border-radius:.625rem;font-size:1rem;font-weight:600;transition:all .25s;text-decoration:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-btn-outline:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.7);transform:translateY(-2px)}.hero-btn-outline:active{transform:scale(.97)}.section-eyebrow{display:block;font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--brand-600);margin-bottom:.625rem}.section-title{font-family:var(--font-display,inherit);font-size:clamp(2rem,3.5vw,2.875rem);font-weight:800;color:#1a1a17;line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{color:#73736a;font-size:1.0625rem;max-width:40rem;line-height:1.7;margin:0 auto}.section-header-lg{text-align:center;margin-bottom:3.5rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;margin-bottom:.75rem;color:#1a1a17}.section-header p{color:#73736a;font-size:1.0625rem;max-width:42rem;margin:0 auto}.product-card{background:#fff;border-radius:.875rem;overflow:hidden;border:1px solid #e7e7e5;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(0,0,0,.12);border-color:var(--brand-200)}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-image{transition:transform .5s}.range-card{background:#fff;border-radius:.875rem;overflow:hidden;border:1px solid #ebebea;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;display:block}.range-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(0,0,0,.11)}.range-card-img{aspect-ratio:4/3;background:#f0ede8}.overlay-card,.range-card-img{position:relative;overflow:hidden}.overlay-card{display:block;border-radius:1.25rem;aspect-ratio:4/5;text-decoration:none}@media (min-width:768px){.overlay-card{aspect-ratio:3/4}}.overlay-card-img{position:absolute;inset:0;transition:transform .6s cubic-bezier(.4,0,.2,1)}.overlay-card:hover .overlay-card-img{transform:scale(1.06)}.overlay-card-bg{position:absolute;inset:0;transition:inherit}.overlay-card:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(0,0,0,.88) 0,rgba(0,0,0,.3) 50%,transparent)}.overlay-card-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:2}.overlay-card-cta{opacity:.75;transition:opacity .2s,gap .2s}.overlay-card:hover .overlay-card-cta{opacity:1;gap:.5rem}.colour-chip{display:flex;flex-direction:column;align-items:center;gap:.625rem;cursor:pointer;text-decoration:none}.colour-chip-swatch{width:4rem;height:4rem;border-radius:9999px;border:3px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.12);transition:all .25s}.colour-chip:hover .colour-chip-swatch{transform:scale(1.12) translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.18)}.colour-chip-label{font-size:.75rem;font-weight:600;color:#73736a;transition:color .2s}.colour-chip:hover .colour-chip-label{color:#1a1a17}.color-filter-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none}.color-filter-btn .swatch{width:3.5rem;height:3.5rem;border-radius:9999px;border:2px solid #e7e7e5;transition:all .2s}.color-filter-btn:hover .swatch{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.15)}.color-filter-btn.active .swatch{outline:2px solid var(--brand-500);outline-offset:2px;border-color:var(--brand-300)}.color-filter-btn span{font-size:.75rem;font-weight:500;color:#73736a}.color-filter-btn:hover span{color:#40403b}.why-card{background:#fff;border:1px solid #ebebea;border-radius:1.25rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.why-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(0,0,0,.08)}.why-card-icon{width:3.5rem;height:3.5rem;background:var(--brand-50);border-radius:.875rem;display:flex;align-items:center;justify-content:center;color:var(--brand-600);margin-bottom:1.25rem;transition:background .2s}.why-card:hover .why-card-icon{background:var(--brand-600);color:#fff}.color-swatch{width:2rem;height:2rem;border-radius:9999px;border:2px solid #fff;box-shadow:0 1px 2px rgba(0,0,0,.1);cursor:pointer;transition:all .2s}.color-swatch:hover{transform:scale(1.1);box-shadow:0 4px 6px rgba(0,0,0,.15)}.color-swatch.active,.color-swatch:focus{outline:2px solid var(--brand-500);outline-offset:2px}.color-swatch-lg{width:3rem;height:3rem;border-radius:9999px;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;transition:all .2s}.color-swatch-lg:hover{transform:scale(1.1)}.color-swatch-lg.active{outline:2px solid var(--brand-500);outline-offset:2px}.badge{display:inline-flex;align-items:center;padding:.2rem .625rem;border-radius:9999px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.badge-new{background:#d1fae5;color:#047857}.badge-bestseller{background:#fef3c7;color:#92400e}.badge-premium{background:#ede9fe;color:#5b21b6}.badge-popular{background:#dbeafe;color:#1d4ed8}.badge-sale{background:#fee2e2;color:#b91c1c}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d1cd;border-radius:.5rem;font-size:.875rem;outline:none;transition:all .2s;background:#fff}.form-input:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-500) 15%,transparent)}.form-label{display:block;font-size:.875rem;font-weight:500;color:#4c4c46;margin-bottom:.375rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#8e8e85;padding:1rem 0;flex-wrap:wrap}.breadcrumb a{transition:color .15s}.breadcrumb a:hover{color:var(--brand-600)}.breadcrumb .separator{color:#b0b0aa}.variant-card{position:relative;background:#fff;border-radius:.625rem;overflow:hidden;border:1px solid #e7e7e5;cursor:pointer;transition:all .2s}.variant-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:var(--brand-200)}.variant-card.selected{border-color:var(--brand-500);box-shadow:0 4px 12px rgba(0,0,0,.1);outline:1px solid var(--brand-200)}.bg-placeholder{aspect-ratio:4/3;min-height:200px}.img-placeholder{background-color:var(--ph,#9c8e7d);background-image:repeating-linear-gradient(0deg,rgba(0,0,0,.07),rgba(0,0,0,.07) 1px,transparent 0,transparent 9px),repeating-linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.05) 1px,transparent 0,transparent 9px),repeating-linear-gradient(45deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.03) 1px,transparent 0,transparent 18px);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px}.hero-gradient{background:var(--hero-gradient,linear-gradient(135deg,#3a1b0e 0,#6c381d 40%,#854321 100%))}.hero-slide{min-height:88vh}.catalogue-hero{background:linear-gradient(120deg,#f1ede6 0,#faf9f6 58%,var(--brand-50) 100%);border-bottom:1px solid #e7e2da}.catalogue-search{display:flex;width:min(100%,34rem);background:#fff;border:1px solid #d9d4cc;padding:.35rem;box-shadow:0 16px 45px rgba(39,34,29,.08)}.catalogue-search input{min-width:0;flex:1;padding:.8rem 1rem;outline:none;background:transparent}.catalogue-search button{background:#1e1e1b;color:#fff;padding:.75rem 1.25rem;font-weight:700}.catalogue-filter-panel{background:#fff;border:1px solid #e4dfd7;padding:0 1.25rem}@media (min-width:1024px){.catalogue-filter-panel{padding:1.5rem;position:sticky;top:7rem}.catalogue-filter-panel summary{display:none}}.filter-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#4c4c46;margin-bottom:.55rem}.catalogue-card{display:block;background:#fff;border:1px solid #e4dfd7;color:inherit;transition:transform .3s,box-shadow .3s}.catalogue-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px rgba(43,36,30,.1)}.catalogue-card-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:#ece8e1}.catalogue-card-type{position:absolute;left:.8rem;top:.8rem;background:hsla(0,0%,100%,.92);padding:.35rem .55rem;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.empty-state{padding:5rem 2rem;text-align:center;background:#fff;border:1px solid #e4dfd7}.empty-state h2{font:700 1.7rem/1.2 var(--font-display,serif);margin-bottom:.5rem}.pagination{gap:.4rem;margin-top:3rem}.pagination a{min-width:2.5rem;height:2.5rem;border:1px solid #ddd8d0;font-weight:700}.pagination a.active{background:#1e1e1b;color:#fff;border-color:#1e1e1b}.product-editorial{background:#fff;color:#262722;padding-bottom:0}.editorial-container{width:min(1280px,calc(100% - 3rem));margin-inline:auto}.product-preview-notice{text-align:center;padding:.65rem 1rem;background:#fef3c7;color:#78350f;font-size:.8rem;font-weight:700}.product-breadcrumb{width:min(1440px,calc(100% - 3rem));margin:auto;display:flex;gap:.55rem;align-items:center;overflow:auto;white-space:nowrap;padding:1rem 0;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#77776e}.product-breadcrumb a{color:#4c4c46}.product-breadcrumb a:hover{color:var(--brand-700)}.product-hero{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(25rem,1fr);min-height:clamp(34rem,69vh,49rem);background:#ebe8e1}.product-hero-media{position:relative;min-width:0}.product-hero-image,.product-hero-image .img-placeholder,.product-hero-image img{width:100%;height:100%;min-height:clamp(34rem,69vh,49rem)}.product-hero-image{overflow:hidden}.product-hero-image img{-o-object-fit:cover;object-fit:cover;transition:opacity .2s ease}.product-gallery-thumbs{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem;display:flex;gap:.55rem;overflow:auto;padding:.4rem;background:hsla(0,0%,100%,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:-moz-max-content;width:max-content;max-width:calc(100% - 3rem);box-shadow:0 12px 35px rgba(21,22,18,.16)}.gallery-expand,.gallery-thumb{width:3.75rem;height:3.75rem;flex:0 0 auto;border:2px solid transparent;background:#f2f0eb;overflow:hidden}.gallery-thumb{opacity:.72}.gallery-thumb.active,.gallery-thumb:hover{opacity:1;border-color:var(--brand-700)}.gallery-expand{display:grid;place-items:center;font-size:1.35rem;color:#24251f}.product-hero-copy{background:var(--product-accent);color:#fff;display:flex;align-items:center}.product-hero-copy-inner{padding:clamp(3rem,6vw,6.5rem);max-width:42rem}.editorial-eyebrow,.product-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;font-weight:750}.product-kicker{color:hsla(0,0%,100%,.72);margin-bottom:1.15rem}.product-hero h1{font-family:var(--font-display);font-weight:500;font-size:clamp(2.8rem,4.7vw,5.6rem);line-height:.98;letter-spacing:-.035em}.product-selected-variant{font-size:1.05rem;color:hsla(0,0%,100%,.75);min-height:1.6rem;margin-top:1rem}.product-rule{width:4.5rem;height:1px;background:hsla(0,0%,100%,.65);margin:1.8rem 0}.product-description{font-size:clamp(1rem,1.3vw,1.22rem);line-height:1.75;color:hsla(0,0%,100%,.85)}.product-price{margin-top:1.8rem;font-size:1.18rem;font-weight:700}.product-selected-options{display:grid;gap:1.1rem;margin-top:2rem}.product-selected-options legend{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:hsla(0,0%,100%,.7);margin-bottom:.5rem}.product-selected-options fieldset>div{display:flex;gap:.45rem;flex-wrap:wrap}.option-chip{border:1px solid hsla(0,0%,100%,.38);padding:.45rem .7rem;font-size:.72rem;color:#fff;background:transparent}.option-chip.active,.option-chip:hover{background:#fff;color:#25261f;border-color:#fff}.product-contact-actions{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:2.3rem}.product-action-primary,.product-action-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:3.15rem;padding:.8rem 1.15rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:750}.product-action-primary{background:#fff;color:#23241f}.product-action-secondary{border:1px solid hsla(0,0%,100%,.55);color:#fff}.product-action-primary:hover{background:#ece9e1}.product-action-secondary:hover{background:hsla(0,0%,100%,.1)}.product-measure-link{width:100%;color:#fff;margin-top:.55rem;font-size:.82rem}.product-measure-link span{margin-left:.35rem;transition:margin .2s}.product-measure-link:hover span{margin-left:.7rem}.product-benefits{padding:clamp(4.5rem,8vw,8rem) 0;text-align:center}.editorial-eyebrow{color:var(--brand-700);margin-bottom:1rem}.product-benefits h2,.product-detail-sections h2,.related-editorial h2,.variation-heading h2{font:500 clamp(2.1rem,4vw,4.2rem)/1.05 var(--font-display);letter-spacing:-.025em}.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:2.5rem;margin-top:3.7rem}.benefit-item{padding:0 1rem}.benefit-icon{width:5.25rem;height:5.25rem;border:1px solid #a8a79f;border-radius:50%;display:grid;place-items:center;margin:0 auto 1.2rem}.benefit-icon svg{width:2.55rem;height:2.55rem}.benefit-item h3{font:500 1.05rem/1.3 var(--font-display)}.benefit-item p{margin-top:.45rem;font-size:.75rem;color:#73736a}.variation-catalogue{padding:clamp(4rem,7vw,7rem) 0;background:#f5f3ee}.variation-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem}.variation-heading>p{max-width:29rem;color:#73736a;line-height:1.7}.variation-toolbar{margin-top:2.5rem;padding:1.25rem;background:#fff;border:1px solid #dfdcd4;display:flex;align-items:end;justify-content:space-between;gap:1rem}.variation-filter-groups{display:flex;gap:1.6rem;flex-wrap:wrap}.variation-filter-groups legend{font-size:.66rem;text-transform:uppercase;letter-spacing:.1em;font-weight:750;margin-bottom:.45rem}.variation-filter-groups fieldset>div{display:flex;gap:.35rem;flex-wrap:wrap}.variation-filter{font-size:.72rem;padding:.45rem .7rem;border:1px solid #d8d4cb;background:#fff}.variation-filter.active,.variation-filter:hover{background:#24251f;color:#fff;border-color:#24251f}.variation-clear{font-size:.72rem;text-decoration:underline;color:#5c5c54}.variation-result-count{margin:1.6rem 0 1rem;color:#5c5c54;font-size:.82rem}.variant-editorial-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem 1.5rem}.variant-editorial-card[hidden]{display:none}.variant-select{position:relative;display:block;width:100%;aspect-ratio:1/1;overflow:hidden;background:#e4e0d8;border:2px solid transparent}.variant-select .img-placeholder,.variant-select img{width:100%;height:100%;transition:transform .5s ease}.variant-select:hover img{transform:scale(1.025)}.variant-editorial-card.active .variant-select{border-color:var(--brand-700)}.variant-selected-mark{position:absolute;top:.7rem;right:.7rem;background:#fff;color:#272821;padding:.35rem .55rem;text-transform:uppercase;letter-spacing:.08em;font-size:.58rem;font-weight:800;opacity:0;transform:translateY(-4px);transition:.2s}.variant-editorial-card.active .variant-selected-mark{opacity:1;transform:none}.variant-card-copy{padding:.9rem .1rem 0}.variant-card-copy h3{font:500 1.12rem/1.2 var(--font-display)}.variant-card-copy>p{font-size:.7rem;color:#73736a;margin-top:.25rem}.variant-card-actions{display:flex;gap:1rem;margin-top:.7rem}.variant-card-actions a{font-size:.72rem;color:#33342e;text-decoration:underline;text-underline-offset:3px}.variant-show-more{display:block;margin:3.5rem auto 0;border:1px solid #24251f;padding:.85rem 1.5rem;text-transform:uppercase;letter-spacing:.09em;font-size:.7rem;font-weight:800}.variation-empty{text-align:center;padding:4rem;background:#fff}.variation-empty h3{font:500 1.7rem var(--font-display)}.variation-empty p{color:#73736a;margin-top:.4rem}.product-detail-sections{padding:clamp(5rem,8vw,8rem) 0}.product-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(3rem,8vw,8rem)}.application-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0}.application-list span{border:1px solid #d7d3ca;padding:.5rem .7rem;font-size:.72rem}.editorial-spec-list{border-top:1px solid #dedbd4;margin-top:2.5rem}.editorial-spec-list>div{display:grid;grid-template-columns:1fr 1.35fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #dedbd4}.editorial-spec-list dt{color:#73736a;font-size:.82rem}.editorial-spec-list dd{font-size:.86rem;font-weight:700}.product-service-card{background:#23241f;color:#fff;padding:clamp(2.2rem,5vw,4.5rem);align-self:start}.product-service-card .editorial-eyebrow{color:#bab9b1}.product-service-card h2{font-size:clamp(2rem,3vw,3.4rem)}.product-service-card>p:not(.editorial-eyebrow){line-height:1.75;color:#cacac3;margin-top:1.5rem}.product-service-card>a{display:inline-block;color:#fff;margin-top:1.8rem}.product-downloads{border-top:1px solid #4a4b44;margin-top:2.2rem;padding-top:1rem}.product-downloads a{display:block;padding:.65rem 0;color:#d8d8d0;font-size:.78rem}.related-editorial{padding:clamp(4rem,7vw,7rem) 0;border-top:1px solid #e5e1da}.related-collections{background:#f5f3ee}.related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;margin-top:2.5rem}.editorial-card>div{aspect-ratio:4/3;background:#e3e0d8;overflow:hidden}.editorial-card .img-placeholder,.editorial-card img{width:100%;height:100%;transition:transform .55s ease}.editorial-card:hover img{transform:scale(1.035)}.editorial-card>p{font-size:.62rem;text-transform:uppercase;letter-spacing:.11em;color:#73736a;margin-top:1rem}.editorial-card h3{font:500 1.25rem var(--font-display);margin-top:.15rem}.editorial-card>span{display:block;font-size:.75rem;color:#4c4c46;margin-top:.55rem}.mobile-product-actions{display:none}.product-lightbox{width:min(92vw,1100px);height:min(90vh,850px);border:0;padding:2.8rem;background:#171814;color:#fff}.product-lightbox::backdrop{background:rgba(0,0,0,.86)}.product-lightbox img{width:100%;height:calc(100% - 2rem);-o-object-fit:contain;object-fit:contain}.product-lightbox>button{position:absolute;right:1rem;top:.5rem;font-size:2rem}.product-lightbox p{text-align:center;font-size:.75rem;color:#bbbcb4;margin-top:.6rem}@media(max-width:1023px){.product-hero{grid-template-columns:1fr;min-height:0}.product-hero-image,.product-hero-image .img-placeholder,.product-hero-image img{min-height:0;aspect-ratio:4/3}.product-hero-copy-inner{max-width:none}.product-detail-grid{grid-template-columns:1fr}.related-grid,.variant-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.editorial-container,.product-breadcrumb{width:min(100% - 2rem,1280px)}.product-breadcrumb{padding:.75rem 0}.product-hero-image,.product-hero-image .img-placeholder,.product-hero-image img{aspect-ratio:1/1}.product-gallery-thumbs{left:.75rem;right:.75rem;bottom:.75rem;max-width:calc(100% - 1.5rem)}.gallery-expand,.gallery-thumb{width:3rem;height:3rem}.product-hero-copy-inner{padding:2.7rem 1.25rem 3.3rem}.product-hero h1{font-size:2.8rem}.product-contact-actions>*{width:100%}.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem .6rem}.benefit-icon{width:4.2rem;height:4.2rem}.benefit-icon svg{width:2rem}.variation-heading{display:block}.variation-heading>p{margin-top:1rem}.variation-toolbar{align-items:stretch;display:block}.variation-filter-groups{display:grid;gap:1rem}.variation-clear{margin-top:1rem}.related-grid,.variant-editorial-grid{gap:1.7rem .7rem}.variant-card-actions{gap:.7rem}.editorial-spec-list>div{grid-template-columns:1fr}.mobile-product-actions{position:fixed;z-index:45;left:0;right:0;bottom:0;display:flex;gap:.5rem;padding:.7rem;background:hsla(0,0%,100%,.96);box-shadow:0 -8px 25px rgba(0,0,0,.1)}.mobile-product-actions a{display:flex;justify-content:center;align-items:center;min-height:2.9rem;flex:1;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;font-weight:800;border:1px solid #24251f}.mobile-product-actions .primary{background:#24251f;color:#fff}.mobile-product-actions .secondary{color:#24251f}.product-editorial{padding-bottom:4.2rem}}@media(prefers-reduced-motion:reduce){.product-editorial *{scroll-behavior:auto!important;transition:none!important}}.catalogue-editorial{background:#fff}.catalogue-masthead{padding:clamp(5rem,9vw,9rem) 0;background:#edeae3}.catalogue-masthead .editorial-container>div{display:flex;align-items:end;justify-content:space-between;gap:3rem}.catalogue-masthead h1,.collection-split-hero h1{font:500 clamp(3.1rem,6.5vw,7rem)/.96 var(--font-display);letter-spacing:-.045em;max-width:58rem}.catalogue-masthead .editorial-container>div>p{max-width:32rem;color:#62635b;line-height:1.8}.collection-breadcrumb{width:min(1440px,calc(100% - 3rem));margin:auto;display:flex;gap:.55rem;padding:1rem 0;overflow:auto;white-space:nowrap;font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;color:#76776e}.collection-split-hero{display:grid;grid-template-columns:1.35fr 1fr;min-height:clamp(31rem,62vh,45rem);background:#edebe5}.collection-split-hero>div:first-child{min-width:0;background:#dedad1}.collection-split-hero>div:first-child .img-placeholder,.collection-split-hero>div:first-child img{width:100%;height:100%;min-height:clamp(31rem,62vh,45rem)}.collection-split-hero>div:last-child{padding:clamp(3rem,6vw,7rem);display:flex;flex-direction:column;justify-content:center}.collection-split-hero>div:last-child>p:not(.editorial-eyebrow){max-width:34rem;color:#606159;line-height:1.8;margin-top:1.8rem}.collection-split-hero>div:last-child>a,.collection-split-hero>div:last-child>span{display:inline-block;width:-moz-max-content;width:max-content;margin-top:2rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;border-bottom:1px solid;padding-bottom:.3rem}.collection-split-hero.compact,.collection-split-hero.compact>div:first-child .img-placeholder,.collection-split-hero.compact>div:first-child img{min-height:clamp(26rem,50vh,38rem)}.collection-children{padding:clamp(4.5rem,8vw,8rem) 0}.collection-children h2{font:500 clamp(2.3rem,4vw,4.4rem)/1.05 var(--font-display)}.collection-child-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;margin-top:2.8rem}.collection-child-grid a>div{aspect-ratio:4/3;overflow:hidden;background:#e3dfd7}.collection-child-grid .img-placeholder,.collection-child-grid img{width:100%;height:100%;transition:transform .55s}.collection-child-grid a:hover img{transform:scale(1.035)}.collection-child-grid a>p{margin-top:1rem;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;color:#74756c}.collection-child-grid h3{font:500 1.35rem var(--font-display);margin-top:.2rem}.collection-child-grid span{display:block;margin-top:.6rem;font-size:.72rem;color:#52534b}.catalogue-editorial-listing{padding:clamp(3.5rem,7vw,7rem) 0;background:#f6f4ef}.catalogue-listing-layout{display:grid;grid-template-columns:17rem minmax(0,1fr);gap:clamp(2rem,4vw,4rem)}.catalogue-filter-panel{background:transparent;border:0;padding:0;position:sticky;top:7rem;height:-moz-max-content;height:max-content}.catalogue-filter-panel summary{display:none}.catalogue-filter-panel form{display:grid;gap:1.2rem}.editorial-filter-search{display:flex;background:#fff;border:1px solid #dad6cd}.editorial-filter-search input{min-width:0;width:100%;padding:.8rem;border:0;background:transparent;outline:0;font-size:.82rem}.editorial-filter-search button{padding:.6rem .85rem}.catalogue-results-bar select,.editorial-filter-field select{width:100%;border:1px solid #dad6cd;background:#fff;padding:.75rem;font-size:.8rem}.editorial-filter-apply{background:#24251f;color:#fff;padding:.8rem;text-transform:uppercase;letter-spacing:.09em;font-size:.68rem;font-weight:800}.editorial-filter-clear{text-align:center;text-decoration:underline;font-size:.72rem;color:#64655d}.catalogue-results-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem}.catalogue-results-bar p{font-size:.8rem;color:#686960}.catalogue-results-bar strong{color:#24251f}.catalogue-results-bar select{min-width:12rem}.catalogue-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.8rem 1.4rem}.editorial-product-card{border:0;background:transparent}.editorial-product-card:hover{transform:none;box-shadow:none}.editorial-product-card .catalogue-card-media{aspect-ratio:4/3}.editorial-product-card .catalogue-card-type{background:#fff;padding:.45rem .65rem}.editorial-product-card-copy{padding:1.1rem .05rem 0}.editorial-product-card-copy .card-brand{color:var(--brand-700);font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.editorial-product-card-copy h3{font:500 1.4rem/1.15 var(--font-display);margin-top:.25rem}.editorial-product-card-copy dl{display:grid;gap:.25rem;margin-top:.8rem}.editorial-product-card-copy dl>div{display:flex;gap:.35rem;font-size:.68rem;color:#6e6f67}.editorial-product-card-copy dt{font-weight:700}.card-variant-preview{display:flex;align-items:center;gap:.3rem;margin-top:.9rem}.card-variant-preview span{width:1.8rem;height:1.8rem;overflow:hidden;border:1px solid #d1cdc4}.card-variant-preview i,.card-variant-preview img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-variant-preview b{font-size:.65rem;color:#686960;margin-left:.2rem}.card-price{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ddd9d1;margin-top:1rem;padding-top:1rem;font-size:.76rem}.card-price span{color:#55564f}.catalogue-results .empty-state{background:#fff}.catalogue-results .empty-state a{display:inline-block;margin-top:1rem;text-decoration:underline}.pagination a{border-color:#d4d0c7}.pagination a.active{background:#24251f;border-color:#24251f}@media(max-width:1023px){.catalogue-masthead .editorial-container>div{display:block}.catalogue-masthead .editorial-container>div>p{margin-top:1.5rem}.collection-split-hero{grid-template-columns:1fr}.collection-split-hero>div:first-child .img-placeholder,.collection-split-hero>div:first-child img{aspect-ratio:16/10;min-height:0}.collection-child-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalogue-listing-layout{grid-template-columns:1fr}.catalogue-filter-panel{position:static;background:#fff;border:1px solid #dcd8cf;padding:0 1rem}.catalogue-filter-panel summary{display:flex;justify-content:space-between;padding:1rem 0;font-weight:750}.catalogue-filter-panel form{padding-bottom:1.2rem}.catalogue-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.catalogue-masthead{padding:4.5rem 0}.catalogue-masthead h1,.collection-split-hero h1{font-size:3rem}.collection-breadcrumb{width:calc(100% - 2rem)}.collection-split-hero>div:last-child{padding:3rem 1rem}.collection-child-grid{gap:1.8rem .7rem}.catalogue-editorial-grid{gap:2rem .7rem}.editorial-product-card-copy h3{font-size:1.15rem}.editorial-product-card-copy dl{display:none}.card-price{display:block}.card-price span{display:block;margin-top:.35rem}.catalogue-results-bar{align-items:end}.catalogue-results-bar select{min-width:9.5rem;max-width:10rem}}.product-options-jump{display:inline-block;margin-top:1.8rem;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.6);padding-bottom:.25rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.09em;font-weight:750}@media(max-width:1023px){.product-hero-media{aspect-ratio:4/3}.product-hero-image{position:absolute;inset:0}.product-hero-image,.product-hero-image .img-placeholder,.product-hero-image img{width:100%;height:100%;aspect-ratio:auto}}@media(max-width:640px){.product-hero-media{aspect-ratio:1/1}.product-hero-image img{-o-object-position:center 55%;object-position:center 55%}}.hero-slider{position:relative;overflow:hidden}.slider-track{display:flex;transition:transform .65s cubic-bezier(.4,0,.2,1);will-change:transform}.slider-slide{min-width:100%;flex-shrink:0}.slider-dots{display:flex;justify-content:center;gap:.5rem;position:absolute;bottom:1.75rem;left:50%;transform:translateX(-50%);z-index:10}.slider-dot{width:8px;height:8px;border-radius:9999px;background:hsla(0,0%,100%,.4);border:none;cursor:pointer;transition:background .25s,width .25s;padding:0}.slider-dot.active{background:#fff;width:28px}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.25);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.slider-arrow:hover{background:hsla(0,0%,100%,.25)}.slider-arrow-prev{left:1.5rem}.slider-arrow-next{right:1.5rem}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}html{scroll-behavior:smooth}#main-header{transition:box-shadow .3s}#main-header.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.09)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .65s ease-out both}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}.home-hero-slide{min-height:clamp(34rem,68svh,46rem)}.home-showroom-intro{padding:clamp(5rem,9vw,9rem) 0;background:var(--theme-canvas,#f5f3ee)}.home-showroom-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(28rem,1.1fr);align-items:center;gap:clamp(3rem,7vw,8rem)}.home-showroom-copy h2{font:500 clamp(2.8rem,5vw,5.5rem)/.98 var(--font-display);letter-spacing:-.045em;max-width:48rem;margin-top:1rem}.home-showroom-copy>p:not(.editorial-eyebrow){max-width:38rem;margin-top:2rem;color:#62635b;font-size:1.02rem;line-height:1.85}.home-showroom-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:2.4rem}.home-showroom-actions>a:last-child{font-size:.78rem;font-weight:750;border-bottom:1px solid #77786f;padding-bottom:.25rem}.home-showroom-copy dl{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-top:1px solid var(--theme-border,#ddd8ce);margin-top:3.4rem;padding-top:1.7rem}.home-showroom-copy dt{font:500 2rem var(--font-display)}.home-showroom-copy dd{margin-top:.2rem;color:#74756c;font-size:.69rem;text-transform:uppercase;letter-spacing:.09em}.home-showroom-image{position:relative;min-height:clamp(30rem,58vw,47rem);overflow:hidden;background:#ddd8ce;border-radius:var(--theme-image-radius,8px);box-shadow:0 28px 70px rgba(30,29,24,.13)}.home-showroom-image>.img-placeholder,.home-showroom-image>img{position:absolute;inset:0;width:100%;height:100%}.home-showroom-image>div{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem;display:grid;gap:.2rem;padding:1.2rem 1.35rem;background:hsla(0,0%,100%,.91);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.home-showroom-image span{font-size:.6rem;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-700,var(--brand-700))}.home-showroom-image strong{font:500 1.35rem var(--font-display)}.home-showroom-image small{color:#73746b}@media(min-width:1024px){.product-hero{height:clamp(32rem,calc(100svh - 8rem),42rem);min-height:0;max-height:42rem;overflow:hidden}.product-hero-image,.product-hero-image .img-placeholder,.product-hero-image img,.product-hero-media{height:100%;min-height:0}.product-hero-copy{min-height:0;overflow:auto;overscroll-behavior:contain}.product-hero-copy-inner{padding:clamp(2.5rem,4vw,4.5rem)}.product-hero h1{font-size:clamp(2.7rem,4.2vw,4.8rem)}}.catalogue-active-filters{display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 1rem}.catalogue-filter-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.58rem .8rem;border:1px solid #d6d1c7;background:#fff;color:#2c2d27;font-size:.72rem;line-height:1.1;box-shadow:0 6px 18px rgba(27,27,23,.05)}.catalogue-filter-chip span{font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.6rem;color:var(--brand-700)}.catalogue-filter-chip i{font-style:normal;opacity:.7;font-size:.85rem}.catalogue-filter-chip:hover{border-color:var(--brand-300);background:var(--brand-50);color:var(--brand-800)}.catalogue-filter-chip.clear{border-style:dashed;background:transparent}.catalogue-filter-panel .catalogue-filter-clear,.catalogue-filter-panel .editorial-filter-clear{font-size:.72rem;text-decoration:underline;color:#64655d;text-align:center}.catalogue-filter-panel .catalogue-filter-clear:hover,.catalogue-filter-panel .editorial-filter-clear:hover{color:var(--brand-700)}.catalogue-quick-colours{padding-top:3rem;padding-bottom:1rem;display:grid;grid-template-columns:17rem minmax(0,1fr);gap:clamp(2rem,4vw,4rem);align-items:center}.catalogue-quick-colours>div:first-child>span{display:block;color:#77786f;font-size:.74rem;margin-top:.35rem}.catalogue-colour-swatches{display:flex;gap:.7rem;overflow-x:auto;padding:.35rem .15rem .8rem;scrollbar-width:thin}.catalogue-colour-swatches a{flex:0 0 auto;display:grid;justify-items:center;gap:.4rem;min-width:3.4rem;color:#6d6e66;font-size:.58rem;text-align:center;max-width:5.5rem}.catalogue-colour-swatches i{display:grid;place-items:center;width:2.9rem;height:2.9rem;border-radius:50%;background-color:var(--swatch,#d7d3ca);background-image:var(--swatch-image,none);background-size:cover;background-position:50%;border:3px solid #fff;box-shadow:0 0 0 1px #ccc8bf,0 5px 13px rgba(27,27,23,.09);font-style:normal;font-size:.62rem;color:#555}.catalogue-colour-swatches a.active i,.catalogue-colour-swatches a:hover i{box-shadow:0 0 0 2px var(--brand-700),0 7px 18px rgba(27,27,23,.15);transform:translateY(-2px)}.catalogue-colour-swatches a.active span{color:var(--brand-800);font-weight:800}.catalogue-colour-swatches .colour-swatch-all i{background:#fff}.catalogue-browse-footer{padding:clamp(4rem,7vw,7rem) 0;background:#252620;color:#fff}.catalogue-browse-footer>.editorial-container{display:flex;justify-content:space-between;align-items:end;gap:3rem}.catalogue-browse-footer h2{font:500 clamp(2rem,4vw,4rem)/1.05 var(--font-display);max-width:50rem;margin-top:.8rem}.catalogue-browse-footer>div>div:last-child{display:flex;flex-wrap:wrap;gap:.7rem}.catalogue-browse-footer a{border:1px solid hsla(0,0%,100%,.35);padding:.9rem 1.15rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.catalogue-browse-footer a:first-child{background:#fff;color:#252620}.product-browse-more{padding:clamp(4.5rem,8vw,8rem) 0;background:var(--brand-50)}.product-browse-more>.editorial-container{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,9rem);align-items:start}.product-browse-more h2{font:500 clamp(2.5rem,5vw,5rem)/1 var(--font-display);letter-spacing:-.04em;margin-top:.8rem}.product-browse-more p:not(.editorial-eyebrow){color:#686960;line-height:1.8;margin-top:1.4rem;max-width:34rem}.product-browse-more nav{border-top:1px solid var(--brand-200)}.product-browse-more nav a{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--brand-200);font:500 1.15rem var(--font-display)}.product-browse-more nav a:hover{color:var(--brand-700);padding-left:.45rem}.product-browse-more nav .browse-all{font-family:var(--font-body);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}@media(max-width:1023px){.home-showroom-grid{grid-template-columns:1fr}.home-showroom-image{min-height:34rem}.catalogue-quick-colours{grid-template-columns:1fr}.catalogue-browse-footer>.editorial-container{display:block}.catalogue-browse-footer>div>div:last-child{margin-top:2rem}.product-browse-more>.editorial-container{grid-template-columns:1fr}}@media(max-width:640px){.home-hero-slide{min-height:34rem}.home-showroom-intro{padding:4.5rem 0}.home-showroom-copy dl{gap:.5rem}.home-showroom-copy dt{font-size:1.5rem}.home-showroom-copy dd{font-size:.56rem}.home-showroom-image{min-height:27rem}.catalogue-quick-colours{padding-top:2rem}.catalogue-colour-swatches{margin-right:-1rem}.catalogue-browse-footer a{width:100%;text-align:center}.product-browse-more{padding:4.5rem 0}}.collection-editorial-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(24rem,.8fr);height:clamp(31rem,62svh,42rem);max-height:42rem;background:#e8e4dc;overflow:hidden}.collection-editorial-hero.compact{height:clamp(29rem,56svh,38rem);max-height:38rem}.collection-editorial-media{position:relative;min-width:0;overflow:hidden;background:#ddd8ce}.collection-editorial-media>.img-placeholder,.collection-editorial-media>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.collection-editorial-hero:hover .collection-editorial-media>img{transform:scale(1.015)}.collection-editorial-media>span{position:absolute;left:1.5rem;bottom:1.5rem;padding:.72rem .9rem;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#33342e;font-size:.61rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.collection-editorial-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,5vw,5.75rem);background:linear-gradient(145deg,var(--brand-900),color-mix(in srgb,var(--brand-950) 76%,var(--accent-900)));color:#fff;overflow:auto}.collection-editorial-copy .editorial-eyebrow{color:color-mix(in srgb,var(--accent-300) 72%,#fff)}.collection-editorial-copy h1{font:500 clamp(2.9rem,5.3vw,6rem)/.95 var(--font-display);letter-spacing:-.045em;margin-top:.85rem}.collection-editorial-copy>p:not(.editorial-eyebrow){max-width:35rem;margin-top:1.5rem;color:hsla(0,0%,100%,.75);font-size:.98rem;line-height:1.75}.collection-editorial-copy dl{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;padding:1.25rem 0;border-top:1px solid hsla(0,0%,100%,.18);border-bottom:1px solid hsla(0,0%,100%,.18)}.collection-editorial-copy dt{font:500 1.7rem var(--font-display)}.collection-editorial-copy dd{margin-top:.15rem;color:hsla(0,0%,100%,.58);font-size:.58rem;text-transform:uppercase;letter-spacing:.1em}.collection-editorial-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.8rem}.collection-editorial-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.75rem 1rem;border:1px solid hsla(0,0%,100%,.45);color:#fff;font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.collection-editorial-actions a.primary{background:#fff;border-color:#fff;color:#25261f}.collection-editorial-actions a:hover{background:hsla(0,0%,100%,.12)}.collection-editorial-actions a.primary:hover{background:#efede7}@media(max-width:1023px){.collection-editorial-hero,.collection-editorial-hero.compact{grid-template-columns:1fr;height:auto;max-height:none}.collection-editorial-media{aspect-ratio:16/10}.collection-editorial-copy{overflow:visible;padding:3.5rem clamp(1.5rem,6vw,4rem)}}@media(max-width:640px){.collection-editorial-media{aspect-ratio:4/3}.collection-editorial-media>span{left:.8rem;bottom:.8rem}.collection-editorial-copy{padding:3rem 1rem 3.5rem}.collection-editorial-copy h1{font-size:3rem}.collection-editorial-copy dl{gap:.5rem}.collection-editorial-copy dt{font-size:1.35rem}.collection-editorial-actions a{width:100%}}.product-editorial-label{margin-bottom:.55rem;color:color-mix(in srgb,currentColor 70%,transparent);font-size:.65rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.variant-card-actions{align-items:center;flex-wrap:wrap}.variant-card-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem;padding:.55rem .8rem;border:1px solid #292a24;text-decoration:none;text-transform:uppercase;letter-spacing:.07em;font-size:.62rem;font-weight:800}.variant-card-actions a:first-child{background:#292a24;color:#fff}.variant-card-actions a:hover{background:var(--brand-700);border-color:var(--brand-700);color:#fff}.enquiry-modal,.variant-viewer{width:min(94vw,980px);max-width:none;margin:auto;padding:0;border:0;background:#fff;color:#292a24;box-shadow:0 30px 100px rgba(0,0,0,.35)}.enquiry-modal::backdrop,.variant-viewer::backdrop{background:rgba(22,22,19,.78);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.variant-viewer figure{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(16rem,.7fr);min-height:min(78vh,760px)}.variant-viewer figure>img{width:100%;height:100%;max-height:78vh;-o-object-fit:cover;object-fit:cover;background:#e5e2da}.variant-viewer figcaption{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,4vw,3.5rem);background:#f5f3ee}.variant-viewer figcaption>p{font-size:.65rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#77766e}.variant-viewer figcaption h2{margin-top:.65rem;font:500 clamp(2rem,4vw,3.8rem)/1.05 var(--font-display)}.variant-viewer-close{right:1rem;top:1rem;width:2.75rem;height:2.75rem;background:#fff;font-size:1.7rem;box-shadow:0 4px 22px rgba(0,0,0,.15)}.variant-viewer-close,.variant-viewer-nav{position:absolute;z-index:3;border-radius:50%}.variant-viewer-nav{top:50%;transform:translateY(-50%);width:3.2rem;height:3.2rem;background:hsla(0,0%,100%,.94);font-size:1.2rem;box-shadow:0 5px 25px rgba(0,0,0,.18)}.variant-viewer-nav.prev{left:1rem}.variant-viewer-nav.next{right:calc(30% + 1rem)}.variant-viewer-actions{display:grid;gap:.65rem;margin-top:2rem}.variant-viewer-actions a{display:flex;min-height:3rem;align-items:center;justify-content:center;border:1px solid #292a24;padding:.75rem 1rem;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:800}.variant-viewer-actions a:first-child{background:#292a24;color:#fff}.variant-viewer-actions a:hover{background:var(--brand-700);border-color:var(--brand-700);color:#fff}.enquiry-modal{width:min(94vw,760px);height:min(90vh,850px);overflow:hidden;border-radius:var(--theme-radius,12px)}.enquiry-modal-header{height:6.2rem;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e4e1da;background:#f7f5f0}.enquiry-modal-header p{font-size:.6rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-700)}.enquiry-modal-header h2{font:500 1.7rem/1.1 var(--font-display)}.enquiry-modal-header button{width:2.6rem;height:2.6rem;border-radius:50%;background:#fff;border:1px solid #d8d4cb;font-size:1.5rem}.enquiry-modal iframe{display:block;width:100%;height:calc(100% - 6.2rem);border:0;background:#fff}@media(max-width:700px){.variant-viewer{width:100vw;height:100dvh}.variant-viewer figure{display:block;min-height:100%;background:#f5f3ee}.variant-viewer figure>img{height:65dvh;max-height:none}.variant-viewer figcaption{min-height:35dvh;padding:1.25rem 1.25rem 5rem}.variant-viewer figcaption h2{font-size:2rem}.variant-viewer-nav{top:32.5dvh}.variant-viewer-nav.prev{left:.65rem}.variant-viewer-nav.next{right:.65rem}.variant-viewer-close{right:.65rem;top:.65rem}.variant-viewer-actions{grid-template-columns:1fr 1fr;margin-top:1rem}.enquiry-modal{width:100vw;height:100dvh;max-height:none;border-radius:0}.enquiry-modal-header{height:5.4rem;padding:.8rem 1rem}.enquiry-modal iframe{height:calc(100% - 5.4rem)}.variant-card-actions{gap:.4rem}.variant-card-actions a{flex:1;padding:.45rem .35rem;font-size:.55rem}}.catalogue-colour-filter,.catalogue-price-filter{min-width:0;border-top:1px solid #dedad1;padding-top:1rem}.catalogue-colour-filter>div{gap:.75rem .45rem;padding:.2rem .2rem .5rem}.catalogue-colour-choice{display:grid;justify-items:center;align-content:start;gap:.35rem;min-width:0;cursor:pointer;text-align:center}.catalogue-colour-choice input{pointer-events:none}.catalogue-colour-choice i{width:2.55rem;height:2.55rem;border-radius:50%;background-position:50%;background-size:cover;border:3px solid #fff;box-shadow:0 0 0 1px #c9c5bc,0 4px 10px rgba(26,26,22,.1)}.catalogue-colour-choice span{text-overflow:ellipsis;line-height:1.2;color:#696a62}.catalogue-colour-choice.all span{display:grid;place-items:center;width:2.55rem;height:2.55rem;border-radius:50%;border:1px solid #c9c5bc;background:#fff;font-size:.6rem}.catalogue-colour-choice input:checked+i,.catalogue-colour-choice input:focus-visible+i,.catalogue-colour-choice.all input:checked+span{box-shadow:0 0 0 2px var(--brand-700),0 5px 14px rgba(26,26,22,.16);border-color:#fff}.catalogue-price-filter>div{gap:.6rem}.catalogue-price-filter label{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:center;border:1px solid #dad6cd;background:#fff}.catalogue-price-filter label>span{grid-column:1/-1;padding:.4rem .55rem 0;font-size:.55rem;text-transform:uppercase;letter-spacing:.06em}.catalogue-price-filter b{padding-left:.55rem;font-size:.8rem}.catalogue-price-filter input{min-width:0;width:100%;border:0;padding:.35rem .45rem .55rem;outline:0;font-size:.78rem}.catalogue-filter-panel form{max-height:none;overflow:visible;padding-right:0}.catalogue-editorial-listing+.collection-editorial-hero{margin-top:0}@media(max-width:1023px){.catalogue-filter-panel form{max-height:none;overflow:visible}.catalogue-colour-filter>div{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:640px){.catalogue-colour-filter>div{grid-template-columns:repeat(4,minmax(0,1fr))}.catalogue-price-filter>div{grid-template-columns:1fr 1fr}}.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.45rem;margin-top:3.5rem}.pagination a{display:grid;place-items:center;min-width:2.65rem;min-height:2.65rem;padding:.55rem;border:1px solid #d4d0c7;background:#fff;font-size:.72rem;font-weight:750}.pagination .pagination-direction{padding-inline:1rem;text-transform:uppercase;letter-spacing:.06em}.pagination a:hover{border-color:var(--brand-700);color:var(--brand-700)}.catalogue-listing-layout{grid-template-columns:19rem minmax(0,1fr);align-items:start}.catalogue-filter-panel{overflow:hidden;border:1px solid #dfdbd2!important;border-radius:var(--theme-radius,12px)!important;background:#fff!important;box-shadow:0 18px 50px rgba(35,32,27,.07)}.catalogue-filter-panel>summary{list-style:none}.catalogue-filter-group>summary::-webkit-details-marker,.catalogue-filter-panel>summary::-webkit-details-marker{display:none}.catalogue-filter-panel>form{display:block;max-height:none;overflow:visible;padding:0}.catalogue-filter-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem 1rem}.catalogue-filter-heading div{display:flex;flex-direction:column;gap:.15rem}.catalogue-filter-heading span{font-size:.66rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--brand-700)}.catalogue-filter-heading strong{font:500 1.35rem/1.2 var(--font-display);color:#24251f}.catalogue-filter-heading a{font-size:.68rem;font-weight:700;color:#62635c;text-decoration:underline;text-underline-offset:3px}.catalogue-filter-search-wrap{padding:0 1.25rem 1.25rem}.catalogue-filter-search-wrap .filter-label{margin-bottom:.55rem;font-size:.62rem;color:#74756d}.editorial-filter-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;border:1px solid #d8d4cb;border-radius:calc(var(--theme-radius,12px)*.65);background:#faf9f6;transition:border-color .2s,box-shadow .2s}.editorial-filter-search:focus-within{border-color:var(--brand-600);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-600) 12%,transparent)}.editorial-filter-search svg{width:1rem;height:1rem;margin-left:.85rem;fill:none;stroke:#77776f;stroke-width:1.7}.editorial-filter-search input{padding:.8rem .65rem;font-size:.78rem}.editorial-filter-search button{display:grid;place-items:center;width:2.6rem;height:2.6rem;margin-right:.18rem;border-radius:calc(var(--theme-radius,12px)*.5);color:#292a24;font-size:1rem}.catalogue-filter-group{border-top:1px solid #e5e1d9}.catalogue-filter-group>summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;list-style:none;cursor:pointer;color:#30312b;font-size:.69rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.catalogue-filter-group>summary:hover{color:var(--brand-700)}.catalogue-filter-group>summary i{position:relative;width:.8rem;height:.8rem;flex:0 0 auto}.catalogue-filter-group>summary i:after,.catalogue-filter-group>summary i:before{content:"";position:absolute;left:0;top:50%;width:.72rem;height:1px;background:currentColor;transition:transform .2s}.catalogue-filter-group>summary i:after{transform:rotate(90deg)}.catalogue-filter-group[open]>summary i:after{transform:rotate(0)}.catalogue-filter-options{display:grid;gap:.1rem;padding:0 .85rem 1rem}.catalogue-filter-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem;min-height:2.25rem;padding:.35rem .4rem;border-radius:calc(var(--theme-radius,12px)*.55);cursor:pointer}.catalogue-filter-option:hover{background:#f6f3ed}.catalogue-filter-option input{position:absolute;width:1px;height:1px;opacity:0}.catalogue-filter-option>i{display:grid;place-items:center;width:1.05rem;height:1.05rem;border:1px solid #aaa79f;border-radius:.2rem;background:#fff;box-shadow:inset 0 0 0 2px #fff;transition:background .16s,border-color .16s,box-shadow .16s}.catalogue-filter-option>i:after{content:"";width:.35rem;height:.6rem;border:solid #fff;border-width:0 2px 2px 0;opacity:0;transform:rotate(45deg) translateY(-1px);transition:opacity .16s}.catalogue-filter-option input:checked+i{border-color:var(--brand-700);background:var(--brand-700);box-shadow:none}.catalogue-filter-option input:checked+i:after{opacity:1}.catalogue-filter-option input:focus-visible+i{outline:2px solid var(--brand-400);outline-offset:2px}.catalogue-filter-option span{overflow:hidden;color:#53544d;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.catalogue-filter-option input:checked~span{color:#24251f;font-weight:800}.catalogue-filter-option em{color:#929188;font-size:.65rem;font-style:normal;font-variant-numeric:tabular-nums}.catalogue-colour-filter>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem .35rem;padding:0 1rem 1.25rem}.catalogue-colour-choice{gap:.4rem}.catalogue-colour-choice input{position:absolute;width:1px;height:1px;opacity:0}.catalogue-colour-choice>i{position:relative;width:2.75rem;height:2.75rem;border:3px solid #fff;border-radius:50%;background:#f3f1ec 50%/cover no-repeat;box-shadow:0 0 0 1px #cbc7be,0 5px 14px rgba(30,29,25,.1);transition:transform .18s,box-shadow .18s}.catalogue-colour-choice:hover>i{transform:translateY(-2px);box-shadow:0 0 0 1px #aaa69c,0 8px 18px rgba(30,29,25,.15)}.catalogue-colour-choice input:checked+i{box-shadow:0 0 0 2px var(--brand-700),0 7px 18px rgba(30,29,25,.16)}.catalogue-colour-choice:not(.all) input:checked+i:before{content:"✓";position:absolute;right:-.25rem;top:-.25rem;display:grid;place-items:center;width:1.05rem;height:1.05rem;border:2px solid #fff;border-radius:.25rem;background:var(--brand-700);color:#fff;font-size:.65rem;font-weight:900;line-height:1;box-shadow:0 4px 10px rgba(30,29,25,.18)}.catalogue-colour-choice span{display:-webkit-box;width:100%;overflow:hidden;color:#66675f;font-size:.54rem;line-height:1.25;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalogue-colour-choice input:checked~span{color:var(--brand-800);font-weight:800}.catalogue-colour-choice.all>i{position:relative;background:#fff}.catalogue-colour-choice.all>i:after{content:"All";position:absolute;inset:0;display:grid;place-items:center;color:#363731;font-size:.6rem;font-style:normal;font-weight:800}.catalogue-colour-choice.is-extra,.catalogue-filter-option.is-extra{display:none}.catalogue-colour-filter>div.is-expanded .catalogue-colour-choice.is-extra,.catalogue-filter-options.is-expanded .catalogue-filter-option.is-extra{display:grid}.catalogue-colour-more,.catalogue-filter-more{grid-column:1/-1;min-height:2.35rem;margin:.35rem .15rem 0;border:1px solid #d8d4cb;border-radius:999px;background:#faf9f6;color:#33342e;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.catalogue-colour-more:hover,.catalogue-filter-more:hover{border-color:var(--brand-700);background:#fff;color:var(--brand-800)}.catalogue-product-shell[hidden]{display:none}.catalogue-card-revealed{animation:catalogue-card-reveal .38s ease both}@keyframes catalogue-card-reveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.catalogue-load-status{margin:2.3rem auto .8rem;color:#73736a;font-size:.82rem;text-align:center}.catalogue-load-more{display:flex;align-items:center;justify-content:center;min-width:13rem;min-height:3.2rem;margin:0 auto;border:1px solid #24251f;background:#24251f;color:#fff;font-size:.72rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase;transition:transform .18s,background .18s}.catalogue-load-more:hover{background:var(--brand-700);transform:translateY(-1px)}.catalogue-scroll-sentinel{height:1px}.catalogue-price-filter>div{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;padding:0 1.25rem 1.25rem}.catalogue-price-filter label{border-radius:calc(var(--theme-radius,12px)*.55);background:#faf9f6}.catalogue-price-filter label>span{color:#77776f;font-weight:750}.catalogue-price-filter input{background:transparent}.catalogue-filter-panel .editorial-filter-apply{width:calc(100% - 2.5rem);min-height:3rem;margin:1.25rem;border-radius:var(--theme-button-radius,7px);background:var(--brand-700);box-shadow:0 8px 20px color-mix(in srgb,var(--brand-800) 18%,transparent)}.catalogue-filter-panel .editorial-filter-apply:hover{background:var(--brand-800);transform:translateY(-1px)}.catalogue-filter-panel .catalogue-filter-clear{display:block;margin:-.5rem 1.25rem 1.25rem;text-align:center}.catalogue-active-filters{padding:.75rem;border:1px solid #e1ddd5;border-radius:var(--theme-radius,12px);background:#fff}.catalogue-filter-chip{border-radius:999px!important;background:#f4f1eb!important}.catalogue-filter-chip.clear{background:transparent!important}@media(min-width:1024px){.catalogue-filter-panel>summary{display:none}.catalogue-filter-panel{top:6.5rem;padding:0!important}}@media(max-width:1023px){.catalogue-listing-layout{grid-template-columns:1fr}.catalogue-filter-panel{padding:0!important}.catalogue-filter-panel>summary{display:flex;align-items:center;gap:.65rem;padding:1rem 1.15rem;font-size:.78rem;font-weight:800}.catalogue-filter-panel>summary b{display:grid;place-items:center;min-width:1.35rem;height:1.35rem;border-radius:50%;background:var(--brand-700);color:#fff;font-size:.62rem}.catalogue-filter-panel>summary i{margin-left:auto;font-size:1.2rem;font-style:normal}.catalogue-filter-panel[open]>summary i{transform:rotate(45deg)}.catalogue-filter-panel>form{border-top:1px solid #e5e1d9}.catalogue-colour-filter>div{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:640px){.catalogue-colour-filter>div{grid-template-columns:repeat(4,minmax(0,1fr))}.catalogue-filter-group>summary,.catalogue-filter-heading,.catalogue-filter-search-wrap{padding-inline:1rem}.catalogue-filter-options{padding-inline:.65rem}.catalogue-price-filter>div{padding-inline:1rem}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-right-20{right:-5rem}.-top-20{top:-5rem}.bottom-0{bottom:0}.left-0{left:0}.left-3{left:.75rem}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-3{top:.75rem}.top-4{top:1rem}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-\[9999\]{z-index:9999}.col-span-2{grid-column:span 2/span 2}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.-mt-6{margin-top:-1.5rem}.-mt-8{margin-top:-2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-3{-webkit-line-clamp:3}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[21\/9\]{aspect-ratio:21/9}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-full{height:100%}.h-px{height:1px}.max-h-\[480px\]{max-height:480px}.min-h-\[320px\]{min-height:320px}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-2\/5{width:40%}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-full{width:100%}.min-w-\[150px\]{min-width:150px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-\[160px\]{max-width:160px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-lg{max-width:32rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-dark-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(231 231 229/var(--tw-divide-opacity,1))}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-dark-100{--tw-border-opacity:1;border-color:rgb(231 231 229/var(--tw-border-opacity,1))}.border-dark-200{--tw-border-opacity:1;border-color:rgb(209 209 205/var(--tw-border-opacity,1))}.border-dark-300{--tw-border-opacity:1;border-color:rgb(176 176 170/var(--tw-border-opacity,1))}.border-dark-700{--tw-border-opacity:1;border-color:rgb(76 76 70/var(--tw-border-opacity,1))}.border-dark-800{--tw-border-opacity:1;border-color:rgb(64 64 59/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/40{border-color:hsla(0,0%,100%,.4)}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-50{background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-50,.bg-blue-50{--tw-bg-opacity:1}.bg-blue-50{background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-brand-100{background-color:var(--brand-100)}.bg-brand-400{background-color:var(--brand-400)}.bg-brand-50{background-color:var(--brand-50)}.bg-brand-600{background-color:var(--brand-600)}.bg-brand-900{background-color:var(--brand-900)}.bg-dark-100{background-color:rgb(231 231 229/var(--tw-bg-opacity,1))}.bg-dark-100,.bg-dark-50{--tw-bg-opacity:1}.bg-dark-50{background-color:rgb(246 246 245/var(--tw-bg-opacity,1))}.bg-dark-800{--tw-bg-opacity:1;background-color:rgb(64 64 59/var(--tw-bg-opacity,1))}.bg-dark-900{--tw-bg-opacity:1;background-color:rgb(56 56 52/var(--tw-bg-opacity,1))}.bg-dark-950{--tw-bg-opacity:1;background-color:rgb(30 30 27/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-red-50{background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-50,.bg-slate-600{--tw-bg-opacity:1}.bg-slate-600{background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-stone-100{--tw-bg-opacity:1;background-color:rgb(245 245 244/var(--tw-bg-opacity,1))}.bg-stone-200{--tw-bg-opacity:1;background-color:rgb(231 229 228/var(--tw-bg-opacity,1))}.bg-stone-50{background-color:rgb(250 250 249/var(--tw-bg-opacity,1))}.bg-stone-50,.bg-white{--tw-bg-opacity:1}.bg-white{background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-black\/70{--tw-gradient-from:rgba(0,0,0,.7) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/75{--tw-gradient-from:rgba(0,0,0,.75) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-brand-100{--tw-gradient-from:var(--brand-100) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from:#0f172a var(--tw-gradient-from-position);--tw-gradient-to:rgba(15,23,42,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-black\/50{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-slate-800{--tw-gradient-to:rgba(30,41,59,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1e293b var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-black\/20{--tw-gradient-to:rgba(0,0,0,.2) var(--tw-gradient-to-position)}.to-brand-200{--tw-gradient-to:var(--brand-200) var(--tw-gradient-to-position)}.to-slate-900{--tw-gradient-to:#0f172a var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-28{padding-top:7rem;padding-bottom:7rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pl-4{padding-left:1rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-5{padding-top:1.25rem}.pt-8{padding-top:2rem}.pt-\[36px\]{padding-top:36px}.text-center{text-align:center}.font-body{font-family:var(--font-body),sans-serif}.font-display{font-family:var(--font-display),serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem}.text-5xl,.text-8xl{line-height:1}.text-8xl{font-size:6rem}.text-\[0\.6rem\]{font-size:.6rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-\[1\.05\]{line-height:1.05}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-brand-300{color:var(--brand-300)}.text-brand-400{color:var(--brand-400)}.text-brand-600{color:var(--brand-600)}.text-brand-700{color:var(--brand-700)}.text-dark-200{--tw-text-opacity:1;color:rgb(209 209 205/var(--tw-text-opacity,1))}.text-dark-300{--tw-text-opacity:1;color:rgb(176 176 170/var(--tw-text-opacity,1))}.text-dark-400{--tw-text-opacity:1;color:rgb(142 142 133/var(--tw-text-opacity,1))}.text-dark-500{--tw-text-opacity:1;color:rgb(115 115 106/var(--tw-text-opacity,1))}.text-dark-600{--tw-text-opacity:1;color:rgb(92 92 84/var(--tw-text-opacity,1))}.text-dark-700{--tw-text-opacity:1;color:rgb(76 76 70/var(--tw-text-opacity,1))}.text-dark-800{--tw-text-opacity:1;color:rgb(64 64 59/var(--tw-text-opacity,1))}.text-dark-900{--tw-text-opacity:1;color:rgb(56 56 52/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-green-900{--tw-text-opacity:1;color:rgb(20 83 45/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/40{color:hsla(0,0%,100%,.4)}.text-white\/60{color:hsla(0,0%,100%,.6)}.text-white\/65{color:hsla(0,0%,100%,.65)}.text-white\/70{color:hsla(0,0%,100%,.7)}.text-white\/75{color:hsla(0,0%,100%,.75)}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-5{opacity:.05}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.brightness-0{--tw-brightness:brightness(0)}.brightness-0,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert:invert(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-500{transition-duration:.5s}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-brand-50:hover{background-color:var(--brand-50)}.hover\:bg-brand-600:hover{background-color:var(--brand-600)}.hover\:bg-dark-100:hover{--tw-bg-opacity:1;background-color:rgb(231 231 229/var(--tw-bg-opacity,1))}.hover\:bg-orange-600:hover{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.hover\:bg-slate-800:hover{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:text-brand-300:hover{color:var(--brand-300)}.hover\:text-brand-600:hover{color:var(--brand-600)}.hover\:text-brand-700:hover{color:var(--brand-700)}.hover\:text-brand-800:hover{color:var(--brand-800)}.hover\:text-dark-600:hover{--tw-text-opacity:1;color:rgb(92 92 84/var(--tw-text-opacity,1))}.hover\:text-dark-900:hover{--tw-text-opacity:1;color:rgb(56 56 52/var(--tw-text-opacity,1))}.hover\:text-red-300:hover{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.hover\:text-slate-900:hover{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-brand-500:focus{--tw-ring-color:var(--brand-500)}.focus\:ring-orange-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(251 146 60/var(--tw-ring-opacity,1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.group:hover .group-hover\:translate-x-1{--tw-translate-x:0.25rem}.group:hover .group-hover\:rotate-180,.group:hover .group-hover\:translate-x-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-180{--tw-rotate:180deg}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-brand-700{color:var(--brand-700)}@media (min-width:640px){.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}}@media (min-width:768px){.md\:inline{display:inline}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-end{align-items:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-6{gap:1.5rem}.md\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)))}.md\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.md\:p-10{padding:2.5rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}}@media (min-width:1024px){.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:gap-12{gap:3rem}.lg\:gap-8{gap:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}