.cc-home{--cc-navy: #142f55;--cc-sky: #e3ecf1;--cc-cream: #f8f5ed;--cc-ink: #161616;--cc-white: #ffffff;color:var(--cc-ink);font-family:var(--font-body--family, Arial, sans-serif)}.cc-home *{box-sizing:border-box}.cc-home img{display:block;max-width:100%}.cc-home a{color:inherit}.cc-shell{width:min(100% - 40px,1380px);margin-inline:auto}.cc-title{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,4.2vw,4.5rem);font-weight:700;line-height:.98;letter-spacing:-.035em}.cc-copy{margin:14px 0 0;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.5}.cc-button{display:inline-flex;min-height:56px;min-width:220px;align-items:center;justify-content:center;margin-top:26px;padding:14px 28px;border:1px solid currentColor;border-radius:15px;background:var(--cc-white);color:var(--cc-ink);font-family:Georgia,Times New Roman,serif;font-weight:700;text-decoration:none;transition:transform .18s ease,background-color .18s ease}.cc-button:hover{transform:translateY(-2px);background:var(--cc-sky)}.cc-button:focus-visible,.cc-card:focus-visible{outline:3px solid #f4cb45;outline-offset:3px}.cc-hero{position:relative;min-height:clamp(560px,62vw,820px);overflow:hidden;background:#6f7467}.cc-hero__media,.cc-hero__media picture,.cc-hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cc-hero__media img{object-fit:cover;object-position:center}.cc-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#00000085,#0000000f 68%)}.cc-hero__content{position:relative;z-index:1;display:flex;min-height:inherit;align-items:flex-end;padding-block:72px;color:var(--cc-white)}.cc-hero__text{max-width:650px}.cc-hero__eyebrow{margin:0 0 14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cc-benefits{padding:24px 0;background:var(--cc-sky)}.cc-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cc-benefit{display:flex;align-items:center;justify-content:center;gap:12px;min-height:56px;text-align:center;font-family:Georgia,Times New Roman,serif;font-weight:700}.cc-benefit__mark{width:10px;height:10px;border:2px solid var(--cc-navy);border-radius:50%;box-shadow:8px 0 0 -3px var(--cc-sky),8px 0 0 -1px var(--cc-navy)}.cc-products{padding:82px 0 88px;background:var(--cc-white)}.cc-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.cc-section-link{font-family:Georgia,Times New Roman,serif;font-weight:700;text-underline-offset:5px}.cc-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.cc-product-card{min-width:0}.cc-product-card__image{display:block;aspect-ratio:1;overflow:hidden;background:var(--cc-sky)}.cc-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cc-product-card:hover .cc-product-card__image img{transform:scale(1.025)}.cc-product-card__title{margin:16px 0 6px;font-family:Georgia,Times New Roman,serif;font-size:1.16rem;font-weight:700;line-height:1.25}.cc-product-card__title a{text-decoration:none}.cc-product-card__price{margin:0;font-weight:600}.cc-product-card__status{margin:6px 0 0;color:#5e6265;font-size:.9rem}.cc-categories{padding:82px 0 90px;background:var(--cc-sky)}.cc-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cc-category-card{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:#c7dbe7;color:var(--cc-white);text-decoration:none}.cc-category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.48),transparent 56%)}.cc-category-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cc-category-card:hover img{transform:scale(1.035)}.cc-category-card__title{position:absolute;z-index:1;right:24px;bottom:22px;left:24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.4rem,2.4vw,2.3rem);font-weight:700;line-height:1}.cc-story{background:var(--cc-navy);color:var(--cc-white)}.cc-story__grid{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.cc-story__media img{width:100%;height:100%;min-height:600px;object-fit:cover}.cc-story__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(48px,7vw,110px)}.cc-story .cc-copy{max-width:650px}@media(max-width:989px){.cc-product-grid,.cc-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-story__grid{grid-template-columns:1fr}.cc-story__media img{min-height:520px}}@media(max-width:749px){.cc-shell{width:min(100% - 28px,100%)}.cc-hero{min-height:690px}.cc-hero:after{background:linear-gradient(0deg,#0000007a,#0000 72%)}.cc-hero__content{align-items:flex-start;justify-content:center;padding-block:34px 40px;text-align:center}.cc-hero__text{max-width:340px}.cc-hero .cc-title{font-size:clamp(3rem,15vw,4.55rem)}.cc-button{width:100%;min-width:0}.cc-benefits__grid{grid-template-columns:1fr;gap:0}.cc-benefit{min-height:42px}.cc-products,.cc-categories{padding:58px 0 64px}.cc-section-head{align-items:flex-start;flex-direction:column;margin-bottom:26px}.cc-product-grid{gap:14px}.cc-product-card__title{font-size:1rem}.cc-category-grid{gap:12px}.cc-category-card__title{right:14px;bottom:14px;left:14px;font-size:1.35rem}.cc-story__media img{min-height:390px}.cc-story__content{padding:52px 22px 62px}}@media(prefers-reduced-motion:reduce){.cc-home *,.cc-home *:before,.cc-home *:after{scroll-behavior:auto!important;transition:none!important}}.cc-home a.cc-button{color:#161616!important;background:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/cc-home.css.map */
