.custom-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;background:#e2e8f0;border-radius:5px;outline:none}.custom-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;background:#2563eb;cursor:pointer;border-radius:50%;border:4px solid #ffffff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:all .2s ease}.custom-slider::-webkit-slider-thumb:hover{transform:scale(1.1);background:#1d4ed8}.custom-slider::-moz-range-thumb{width:24px;height:24px;background:#2563eb;cursor:pointer;border-radius:50%;border:4px solid #ffffff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:all .2s ease}.custom-slider::-moz-range-thumb:hover{transform:scale(1.1);background:#1d4ed8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.animate-scale-in{animation:scaleIn .3s cubic-bezier(.16,1,.3,1) forwards}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.loc-page{--loc-ink: #1a1714;--loc-paper: #f3efe6;--loc-card: #fffdf8;--loc-rule: #c9b99a;--loc-accent: #2f6a45;--loc-deep: #14110e;background:var(--loc-paper);color:var(--loc-ink);font-family:Manrope,Inter,sans-serif;padding-bottom:4rem}.loc-page h1,.loc-page h2,.loc-page h3,.loc-hero h1{font-family:Fraunces,Times New Roman,serif;letter-spacing:-.03em;font-weight:700}.loc-wrap{width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:2.5rem 0 0}.loc-kicker{font-size:.68rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--loc-accent);margin-bottom:.4rem}.loc-page h1{font-size:clamp(2.1rem,5vw,3.6rem);line-height:1.05}.loc-page h2{font-size:clamp(1.45rem,3vw,2rem);margin-bottom:1rem}.loc-page h3{font-size:1.15rem}.loc-prose{max-width:42rem;line-height:1.7;color:#3f3a33;margin-bottom:1rem}.loc-section{margin:3rem 0}.loc-note{margin-top:1rem;font-size:.92rem}.loc-text-link,.loc-note a,.loc-link-row a{color:var(--loc-accent);font-weight:700;text-decoration:underline;text-underline-offset:3px}.loc-link-row{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin:1.5rem 0 2rem}.loc-hero{position:relative;min-height:28rem;display:flex;align-items:flex-end;color:#fff;overflow:hidden}.loc-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.loc-hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#14110e26,#14110ec7 70%),repeating-linear-gradient(-18deg,transparent,transparent 22px,rgba(201,185,154,.08) 22px,rgba(201,185,154,.08) 23px)}.loc-hero__inner{position:relative;z-index:1;width:min(1120px,calc(100% - 2rem));margin:0 auto;padding:4.5rem 0 3rem}.loc-hero__kicker{display:inline-flex;align-items:center;gap:.4rem;letter-spacing:.16em;text-transform:uppercase;font-size:.7rem;font-weight:800;color:#d8c7a1}.loc-hero h1{font-size:clamp(2.4rem,6vw,4.2rem);max-width:16ch;margin:.6rem 0 1rem}.loc-hero__lead{max-width:38rem;font-size:1.05rem;line-height:1.65;color:#ffffffe0}.loc-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.loc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:3.15rem;padding:.85rem 1.4rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;border-radius:2px;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px))}.loc-btn--primary{background:#2f6a45;color:#fff}.loc-btn--primary:hover{background:#245536}.loc-btn--ghost{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.35)}.loc-btn--ghost:hover,.ent-footer a.loc-btn--ghost:hover,.ent-prefooter a.loc-btn--ghost:hover{background:#fff;color:#111;text-decoration:none}.loc-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}@media(min-width:768px){.loc-card-grid,.loc-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.loc-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.loc-product-card,.loc-info-card,.loc-hierarchy__card{background:var(--loc-card);border:1px solid var(--loc-rule);box-shadow:8px 8px #1a17140f;transition:transform .2s ease,box-shadow .2s ease}.loc-product-card:hover,.loc-info-card:hover,.loc-hierarchy__card:hover{transform:translate(-3px,-3px);box-shadow:11px 11px #1a17141a}.loc-product-card__media{aspect-ratio:1;background:#ece6d8}.loc-product-card__body{padding:.85rem 1rem 1.1rem}.loc-product-card__title{font-weight:800;font-size:.95rem}.loc-product-card__cta{font-size:.75rem;color:var(--loc-accent);font-weight:700;margin-top:.35rem}.loc-info-card{padding:1.15rem 1.2rem 1.3rem;display:block;color:inherit}.loc-info-card h3{margin:.15rem 0 .45rem}.loc-info-card p:last-child{color:#534c43;font-size:.9rem;line-height:1.5}.loc-info-card--accent{background:#1a1714;color:#f3efe6;border-color:#1a1714}.loc-info-card--accent p:last-child{color:#d8cfc0}.loc-hierarchy{display:grid;gap:1rem;margin:2rem 0}@media(min-width:720px){.loc-hierarchy{grid-template-columns:1fr 1.3fr}}.loc-hierarchy__card{padding:1.5rem;display:block;color:inherit}.loc-hierarchy__card--featured{background:var(--loc-deep);color:#f3efe6;border-color:var(--loc-deep)}.loc-chip-grid{display:flex;flex-wrap:wrap;gap:.5rem .65rem}.loc-chip-grid a{background:#fff;border:1px solid var(--loc-rule);padding:.45rem .75rem;font-size:.88rem;font-weight:650;color:var(--loc-ink)}.loc-chip-grid a:hover{border-color:var(--loc-ink)}.loc-finder{margin:1rem 0 2rem}.loc-finder__label{display:flex;align-items:center;gap:.65rem;background:#fff;border:2px solid var(--loc-ink);padding:.75rem 1rem}.loc-finder__label input{width:100%;border:0;outline:none;font:inherit;background:transparent}.loc-finder__list{list-style:none;padding:0;margin:.75rem 0 0;display:grid;gap:.4rem}.loc-finder__list a{display:flex;flex-direction:column;background:#fff;border-left:4px solid var(--loc-accent);padding:.7rem .9rem}.loc-finder__list span{font-size:.8rem;color:#6a6258}.loc-faq{display:grid;gap:.75rem}.loc-faq>div{background:#fff;border:1px solid var(--loc-rule);padding:1rem 1.15rem}.loc-faq dt{font-weight:800}.loc-faq dd{margin:.4rem 0 0;color:#4a443c;line-height:1.6}.loc-gallery{display:grid;gap:1rem}@media(min-width:720px){.loc-gallery{grid-template-columns:repeat(3,1fr)}}.loc-gallery figure{margin:0;background:#fff;border:1px solid var(--loc-rule)}.loc-gallery img{width:100%;height:12rem;object-fit:cover}.loc-gallery figcaption{padding:.7rem .85rem;font-size:.78rem;color:#5c564d}.loc-benefit-list{padding-left:1.1rem;color:#3f3a33;line-height:1.7}.loc-matrix-media{max-width:28rem;margin:1.25rem 0 2rem;background:#ece6d8;border:1px solid var(--loc-rule)}.loc-sitemap section{margin:1.75rem 0;display:flex;flex-direction:column;gap:.4rem}.loc-sitemap a{font-weight:700;color:var(--loc-ink)}.ent-prefooter{background:#1a1714;color:#f3efe6;position:relative;overflow:hidden}.ent-prefooter:after{content:"";position:absolute;inset:auto -10% -40% auto;width:28rem;height:28rem;background:radial-gradient(circle,rgba(201,185,154,.22),transparent 68%)}.ent-prefooter__inner{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:4rem 0 3.4rem;position:relative;z-index:1}.ent-prefooter h2{font-family:Fraunces,serif;font-size:clamp(2rem,5vw,3.3rem);letter-spacing:-.03em;max-width:16ch}.ent-prefooter p{max-width:38rem;margin:1rem 0 1.6rem;color:#d8cfc0}.ent-prefooter__actions{display:flex;flex-wrap:wrap;gap:.75rem}.ent-footer{background:#12100e;color:#cfc6b8;font-family:Manrope,Inter,sans-serif;padding-bottom:8rem}@media(min-width:768px){.ent-footer{padding-bottom:2.5rem}}.ent-footer a{color:#efe8dc;text-decoration:none}.ent-footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.ent-footer a.loc-btn{color:inherit}.ent-footer a.loc-btn:hover{text-decoration:none}.ent-footer a:focus-visible,.loc-btn:focus-visible,.loc-finder__label:focus-within{outline:2px solid #d8c7a1;outline-offset:3px}.ent-trust{border-block:1px solid #2b261f;background:#17140f}.ent-trust__inner{width:min(1180px,calc(100% - 2rem));margin:0 auto;display:grid;gap:1rem;padding:1.4rem 0}@media(min-width:900px){.ent-trust__inner{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}}.ent-licence,.ent-pillar{display:flex;flex-direction:column;justify-content:center;min-height:8.5rem;height:100%;padding:1rem 1.05rem;box-sizing:border-box}.ent-licence{border:1px solid #c9b99a;background:#1c1812;color:#f6efe3}.ent-pillar{border:1px solid #2b261f;background:#1a1714}.ent-licence__label{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#d8c7a1}.ent-licence__no{font-family:Fraunces,serif;font-size:1.7rem;letter-spacing:.04em;line-height:1.1;margin:.2rem 0}.ent-licence a{color:#d8c7a1;font-size:.8rem;font-weight:700}.ent-pillar h3{color:#fff;font-size:.92rem;margin-bottom:.25rem}.ent-pillar p{font-size:.82rem;line-height:1.45}.ent-main{width:min(1180px,calc(100% - 2rem));margin:0 auto;display:grid;gap:2rem 1.5rem;padding:2.75rem 0 1.5rem}@media(min-width:980px){.ent-main{grid-template-columns:1.35fr 1fr .9fr 1.15fr}.ent-main--quad{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem 1.25rem;padding-top:0}}.ent-brand p{font-size:.9rem;line-height:1.6;margin:.8rem 0}.ent-brand__name{font-family:Fraunces,serif;color:#fff;font-size:1.45rem;letter-spacing:-.03em}.ent-col h2{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#d8c7a1;margin-bottom:.85rem}.ent-col ul{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.ent-col li{font-size:.9rem}.ent-contact{margin:0 auto 1.5rem;width:min(1180px,calc(100% - 2rem));display:grid;gap:1rem;border:1px solid #2b261f;background:#1a1714;padding:1.4rem 1.3rem}@media(min-width:800px){.ent-contact{grid-template-columns:1.4fr 1fr;align-items:center}}.ent-contact h2{font-family:Fraunces,serif;color:#fff;font-size:1.6rem}.ent-contact a{font-weight:800}.ent-standard{width:min(1180px,calc(100% - 2rem));margin:0 auto 1.75rem;padding:1.3rem 0;border-top:1px solid #2b261f;border-bottom:1px solid #2b261f}.ent-standard strong{display:block;font-family:Fraunces,serif;color:#fff;font-size:1.35rem;letter-spacing:-.02em}.ent-legal{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:0 0 1rem;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.78rem;color:#9c9488}.ent-legal a{color:#cfc6b8}.ent-acc{border-bottom:1px solid #2b261f}.ent-acc>summary{list-style:none;cursor:pointer;color:#d8c7a1;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;padding:.9rem 0}.ent-acc>summary::-webkit-details-marker{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
