:root{--lc-navy:#131921;--lc-teal:#0d6e6e;--lc-teal-light:#14968f;--lc-cream:#f7f7f5;--lc-cream-dark:#eee;--lc-ink:#0f1111;--lc-gold:#c7511f;--lc-radius:8px;--lc-font:-apple-system,"Segoe UI",Roboto,Arial,sans-serif}.lc-home-page{background:var(--lc-cream)}.lc-hero,.lc-section{font-family:var(--lc-font);font-size:14px;color:var(--lc-ink)}.lc-container{max-width:1500px;margin:0 auto;padding:0 18px}.lc-section{padding:20px 0}.lc-section__title{font-size:21px;font-weight:700;margin:0 0 12px}.lc-btn{display:inline-block;padding:8px 14px;background:var(--lc-teal);color:#fff;font-size:13px;font-weight:600;text-decoration:none;border-radius:999px;border:1px solid var(--lc-teal);transition:background .15s}.lc-btn:hover{background:var(--lc-teal-light);color:#fff}.lc-link{color:#007185;text-decoration:none;font-size:13px}.lc-link:hover{color:var(--lc-gold);text-decoration:underline}.lc-tile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1100px){.lc-tile-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.lc-tile-grid{grid-template-columns:1fr}}.lc-hero{position:relative;overflow:hidden;height:400px;max-height:60vh;background:var(--lc-navy)}.lc-hero__track{display:flex;height:100%;transition:transform .6s ease}.lc-hero__slide{position:relative;flex:0 0 100%;height:100%}.lc-hero__image{width:100%;height:100%;object-fit:cover;display:block}.lc-hero__content{position:absolute;left:0;bottom:0;padding:32px 40px;max-width:520px;background:linear-gradient(0deg,rgba(15,17,17,.7),transparent 70%);color:#fff}.lc-hero__eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--lc-gold);font-weight:700;margin-bottom:8px}.lc-hero__title{font-size:clamp(24px,3.5vw,38px);color:#fff;margin:0 0 10px;font-weight:700}.lc-hero__text{margin:0 0 16px;max-width:46ch}.lc-hero__dots{position:absolute;bottom:16px;right:24px;display:flex;gap:8px}.lc-hero__dot{width:9px;height:9px;border-radius:50%;border:1px solid #fff;background:transparent;cursor:pointer;padding:0}.lc-hero__dot.is-active{background:#fff}@media(max-width:700px){.lc-hero{height:320px}.lc-hero__content{padding:20px;max-width:100%}}.lc-tile-card{background:#fff;border-radius:var(--lc-radius);padding:18px}.lc-tile-card__title{font-size:16px;font-weight:700;margin:0 0 12px}.lc-tile-card__minis{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:10px}.lc-tile-card__mini{display:block;text-decoration:none;color:inherit}.lc-tile-card__mini img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px;display:block;margin-bottom:4px}.lc-tile-card__mini-label{font-size:12px;color:var(--lc-ink)}.lc-product-carousel .lc-container{position:relative}.lc-product-carousel__row{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px;scrollbar-width:none}.lc-product-carousel__row::-webkit-scrollbar{display:none}.lc-product-carousel__card{flex:0 0 160px;text-decoration:none;color:inherit}.lc-product-carousel__image-wrap{aspect-ratio:1;background:var(--lc-cream-dark);border-radius:4px;overflow:hidden;margin-bottom:8px}.lc-product-carousel__image-wrap img{width:100%;height:100%;object-fit:cover}.lc-product-carousel__title{font-size:13px;margin:0 0 4px;line-height:1.3;max-height:2.6em;overflow:hidden}.lc-product-carousel__price{font-size:15px;font-weight:700;color:var(--lc-ink);margin:0}.lc-product-carousel__price-was{font-size:12px;font-weight:400;color:#767676;text-decoration:line-through;margin-left:6px}.lc-product-carousel__arrow{position:absolute;top:40%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:16px;line-height:1;z-index:2}.lc-product-carousel__arrow--prev{left:4px}.lc-product-carousel__arrow--next{right:4px}