*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #F5EDE3;--black: #1A1A1A;--rust: #E8532A;--stone: #C9B8A8;--forest: #2B4A3F;--white: #FFFFFF;--cream-dark: #EDE4D9;--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-xxl: 6rem;--max-width: 1280px;--nav-height: 64px;--bar-height: 36px;--header-total: 100px;--transition: .25s ease;--transition-slow: .45s ease}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:15px;line-height:1.7;color:var(--black);background-color:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}ul,ol{list-style:none}.font-display{font-family:var(--font-display)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.15;letter-spacing:-.01em}h1{font-size:clamp(2.5rem,6vw,5rem)}h2{font-size:clamp(1.75rem,4vw,3rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:1.1rem;font-weight:500}p{font-weight:300;color:#555}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.container--narrow{max-width:720px;margin:0 auto;padding:0 var(--space-lg)}.section-padding{padding:var(--space-xxl) 0}.section-padding--sm{padding:var(--space-xl) 0}.btn{display:inline-block;font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:1rem 2.5rem;border-radius:0;transition:all var(--transition);cursor:pointer;border:1px solid transparent}.btn--primary{background:var(--black);color:var(--white);border-color:var(--black)}.btn--primary:hover{background:var(--rust);border-color:var(--rust)}.btn--ghost{background:transparent;color:var(--black);border-color:var(--black)}.btn--ghost:hover{background:var(--black);color:var(--white)}.btn--rust{background:var(--rust);color:var(--white);border-color:var(--rust)}.btn--rust:hover{background:var(--black);border-color:var(--black)}.btn--ghost-white{background:transparent;color:var(--white);border-color:#ffffff80}.btn--ghost-white:hover{background:var(--white);color:var(--black);border-color:var(--white)}.section-label{font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--rust);display:block;margin-bottom:.75rem}.rule{border:none;border-top:.5px solid var(--stone);margin:0}.rule--rust{border-color:var(--rust)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-up{animation:fadeUp .7s ease forwards}.animate-fade-in{animation:fadeIn .7s ease forwards}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}[data-reveal].revealed{opacity:1;transform:translateY(0)}.site-header{position:fixed;top:var(--bar-height);left:0;right:0;z-index:100;height:var(--nav-height);background:var(--cream);border-bottom:.5px solid transparent;transition:border-color var(--transition),background var(--transition)}.site-header.scrolled{border-bottom-color:var(--stone);background:#f5ede3f7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg);height:100%;display:flex;align-items:center;justify-content:space-between}.header-logo a{font-family:var(--font-display);font-size:18px;font-weight:700;color:var(--black);letter-spacing:.01em;transition:color var(--transition)}.header-logo a:hover{color:var(--rust)}.header-nav{display:flex;align-items:center;gap:var(--space-lg)}.header-nav a{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--black);transition:color var(--transition);position:relative}.header-nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--rust);transition:width var(--transition)}.header-nav a:hover{color:var(--rust)}.header-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:var(--space-md)}.header-search{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--black);transition:color var(--transition)}.header-search:hover{color:var(--rust)}.header-cart{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--black);display:flex;align-items:center;gap:6px;transition:color var(--transition)}.header-cart:hover{color:var(--rust)}.cart-count{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--rust);color:var(--white);font-size:10px;font-weight:500;border-radius:50%}.header-menu-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.header-menu-toggle span{display:block;width:22px;height:1px;background:var(--black);transition:all var(--transition)}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:var(--header-total)}.hero-left{background:var(--cream);display:flex;flex-direction:column;justify-content:center;padding:var(--space-xxl) var(--space-xl) var(--space-xxl) var(--space-xl)}.hero-eyebrow{font-size:10px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--rust);margin-bottom:var(--space-md);display:flex;align-items:center;gap:.75rem}.hero-eyebrow:after{content:"";display:block;width:32px;height:1px;background:var(--rust)}.hero-wordmark{font-family:var(--font-display);font-size:clamp(3rem,6vw,5.5rem);font-weight:400;line-height:1.05;color:var(--black);margin-bottom:var(--space-lg);animation:fadeUp .9s ease .1s both}.hero-statement{font-size:clamp(1rem,1.5vw,1.15rem);font-weight:300;color:#666;line-height:1.75;max-width:420px;margin-bottom:var(--space-xl);animation:fadeUp .9s ease .25s both}.hero-cta-row{display:flex;align-items:center;gap:var(--space-md);animation:fadeUp .9s ease .4s both}.hero-tm{margin-top:var(--space-xl);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--stone);font-weight:400;animation:fadeUp .9s ease .55s both}.hero-right{background:var(--black);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:600px}.hero-image-wrap{position:absolute;top:0;right:0;bottom:0;left:0}.hero-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.85;transition:opacity var(--transition-slow)}.hero-image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#fff3}.hero-image-placeholder span{font-size:10px;letter-spacing:.2em;text-transform:uppercase;font-weight:400}.hero-image-badge{position:absolute;bottom:var(--space-lg);right:var(--space-lg);background:var(--rust);color:var(--white);font-size:10px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding:.6rem 1.25rem;z-index:2}.trust-bar{background:var(--black);padding:var(--space-xl) 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{padding:var(--space-md) var(--space-lg);border-right:.5px solid rgba(255,255,255,.08);text-align:center}.trust-item:last-child{border-right:none}.trust-icon{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--rust);font-weight:500;margin-bottom:.4rem;display:block}.trust-item h4{font-family:var(--font-display);font-size:1rem;font-weight:500;color:var(--white);margin-bottom:.3rem}.trust-item p{font-size:12px;font-weight:300;color:var(--stone);line-height:1.5}.collections-section{background:var(--cream);padding:var(--space-xxl) 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--space-xl)}.section-header-left h2{color:var(--black)}.collections-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:16px}.collection-card{position:relative;overflow:hidden;background:transparent;cursor:pointer}.collection-card:hover .collection-img{transform:scale(1.04)}.collection-card:hover .collection-overlay{opacity:1}.collection-img-wrap{aspect-ratio:3/4;overflow:hidden;position:relative}.collection-card.featured .collection-img-wrap{aspect-ratio:2/3}.collection-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.collection-img-placeholder{width:100%;height:100%;background:#ede5da;display:flex;align-items:center;justify-content:center;color:var(--stone);font-size:10px;letter-spacing:.2em;text-transform:uppercase}.collection-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1a4d;opacity:0;transition:opacity var(--transition)}.collection-info{padding:var(--space-md) 0 0}.collection-info h3{font-family:var(--font-display);font-size:1.1rem;font-weight:500;color:var(--black);margin-bottom:.25rem}.collection-info span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);font-weight:400}.brand-statement{background:var(--black);padding:var(--space-xxl) 0;position:relative;overflow:hidden}.brand-statement:before{content:"CMC";position:absolute;font-family:var(--font-display);font-size:clamp(200px,30vw,400px);font-weight:700;color:#ffffff05;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}.brand-statement-inner{text-align:center;position:relative;z-index:1}.brand-statement-inner blockquote{font-family:var(--font-display);font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:400;font-style:italic;color:var(--cream);line-height:1.5;max-width:800px;margin:0 auto var(--space-lg)}.brand-statement-inner blockquote em{color:var(--rust);font-style:italic}.brand-statement-attr{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--stone);font-weight:400}.statement-rule{width:48px;height:1px;background:var(--rust);margin:var(--space-md) auto}.products-section{background:var(--cream);padding:var(--space-xxl) 0}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{cursor:pointer}.product-card:hover .product-img{transform:scale(1.03)}.product-card:hover .product-quick-add{opacity:1;transform:translateY(0)}.product-img-wrap{aspect-ratio:3/4;overflow:hidden;position:relative;background:#ede5da;margin-bottom:var(--space-sm)}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--stone);font-size:10px;letter-spacing:.15em;text-transform:uppercase}.product-badge{position:absolute;top:var(--space-sm);left:var(--space-sm);background:var(--black);color:var(--white);font-size:9px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:4px 8px}.product-badge.new{background:var(--rust)}.product-quick-add{position:absolute;bottom:0;left:0;right:0;background:var(--black);color:var(--white);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:.85rem;text-align:center;opacity:0;transform:translateY(4px);transition:all var(--transition)}.product-info h4{font-family:var(--font-display);font-size:.95rem;font-weight:500;color:var(--black);margin-bottom:.2rem}.product-price{font-size:13px;font-weight:400;color:var(--rust)}.email-section{background:var(--cream-dark);padding:var(--space-xxl) 0;border-top:.5px solid #E0D8D0}.email-inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xxl);align-items:center}.email-content .section-label{margin-bottom:var(--space-sm)}.email-content h2{color:var(--black);margin-bottom:var(--space-sm)}.email-content p{font-size:14px;font-weight:300;color:#666;line-height:1.7}.email-form{display:flex;flex-direction:column;gap:var(--space-sm)}.email-input-row{display:flex;gap:0}.email-input{flex:1;padding:1rem 1.25rem;font-family:var(--font-body);font-size:13px;font-weight:300;color:var(--black);background:var(--white);border:.5px solid var(--stone);border-right:none;outline:none;transition:border-color var(--transition);border-radius:0;-webkit-appearance:none}.email-input:focus{border-color:var(--black)}.email-input::placeholder{color:var(--stone)}.email-disclaimer{font-size:11px;color:var(--stone);line-height:1.5}.site-footer{background:var(--black);padding:var(--space-xl) 0 var(--space-lg)}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:var(--space-xl);margin-bottom:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:.5px solid rgba(255,255,255,.08)}.footer-brand .footer-logo{font-family:var(--font-display);font-size:1.25rem;font-weight:400;color:var(--white);margin-bottom:var(--space-sm);display:block}.footer-brand p{font-size:12px;font-weight:300;color:var(--stone);line-height:1.7;max-width:240px;margin-bottom:var(--space-md)}.footer-tm{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--rust);font-weight:400}.footer-col h5{font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--white);margin-bottom:var(--space-md)}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col ul li a{font-size:13px;font-weight:300;color:var(--stone);transition:color var(--transition)}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between}.footer-bottom p{font-size:11px;font-weight:300;color:#ffffff4d}.footer-social{display:flex;gap:var(--space-md)}.footer-social a{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);font-weight:400;transition:color var(--transition)}.footer-social a:hover{color:var(--rust)}.collection-page{padding-top:var(--header-total);min-height:100vh;background:var(--cream)}.collection-hero{background:var(--black);padding:var(--space-xl) 0;text-align:center}.collection-hero h1{font-family:var(--font-display);color:var(--white);font-size:clamp(2rem,5vw,4rem);font-weight:400;margin-bottom:.5rem}.collection-hero p{font-size:14px;font-weight:300;color:var(--stone)}.collection-toolbar{padding:var(--space-md) 0;border-bottom:.5px solid #E0D8D0;display:flex;align-items:center;justify-content:space-between}.collection-count{font-size:12px;color:var(--stone);letter-spacing:.08em}.collection-sort{font-family:var(--font-body);font-size:12px;font-weight:400;color:var(--black);background:transparent;border:.5px solid var(--stone);padding:.5rem 1rem;outline:none;cursor:pointer;letter-spacing:.05em}.collection-products{padding:var(--space-xl) 0 var(--space-xxl)}.collection-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 24px}.product-page{padding-top:var(--header-total);background:var(--cream)}.product-layout{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - var(--nav-height))}.product-gallery{position:sticky;top:var(--nav-height);height:calc(100vh - var(--nav-height));overflow:hidden;background:#ede5da}.product-gallery-main{width:100%;height:100%;object-fit:cover}.product-gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--stone);font-size:10px;letter-spacing:.2em;text-transform:uppercase}.product-details{padding:var(--space-xxl) var(--space-xl);display:flex;flex-direction:column;justify-content:center}.product-breadcrumb{font-size:11px;color:var(--stone);letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-lg)}.product-breadcrumb a{transition:color var(--transition)}.product-breadcrumb a:hover{color:var(--rust)}.product-breadcrumb span{margin:0 .5rem}.product-title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;color:var(--black);line-height:1.15;margin-bottom:var(--space-sm)}.product-price-display{font-size:1.25rem;font-weight:400;color:var(--rust);margin-bottom:var(--space-lg)}.product-description{font-size:14px;font-weight:300;color:#666;line-height:1.8;margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:.5px solid #E0D8D0}.product-option-label{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--black);margin-bottom:.75rem;display:block}.product-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:var(--space-lg)}.option-btn{padding:.6rem 1.1rem;font-size:12px;font-weight:400;letter-spacing:.08em;color:var(--black);border:.5px solid var(--stone);background:transparent;cursor:pointer;transition:all var(--transition);font-family:var(--font-body)}.option-btn:hover,.option-btn.selected{border-color:var(--black);background:var(--black);color:var(--white)}.product-add-row{display:flex;gap:var(--space-sm);margin-bottom:var(--space-lg)}.product-add-row .btn{flex:1;padding:1.1rem}.product-trust{display:flex;flex-direction:column;gap:.6rem}.product-trust-item{display:flex;align-items:center;gap:.75rem;font-size:12px;font-weight:300;color:#666}.product-trust-dot{width:4px;height:4px;border-radius:50%;background:var(--rust);flex-shrink:0}.mobile-nav{position:fixed;top:0;left:0;bottom:0;width:300px;background:var(--cream);z-index:200;transform:translate(-100%);transition:transform var(--transition-slow);padding:var(--space-xl) var(--space-lg);display:flex;flex-direction:column}.mobile-nav.open{transform:translate(0)}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1a1a80;z-index:199;opacity:0;pointer-events:none;transition:opacity var(--transition)}.mobile-nav-overlay.open{opacity:1;pointer-events:all}.mobile-nav-close{align-self:flex-end;margin-bottom:var(--space-xl);font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--black);font-weight:500}.mobile-nav-links{display:flex;flex-direction:column;gap:var(--space-lg)}.mobile-nav-links a{font-family:var(--font-display);font-size:1.5rem;font-weight:400;color:var(--black);transition:color var(--transition)}.mobile-nav-links a:hover{color:var(--rust)}@media(max-width:1024px){.hero{grid-template-columns:1fr;min-height:auto}.hero-right{min-height:50vw}.hero-left{padding:var(--space-xl) var(--space-lg)}.collections-grid{grid-template-columns:1fr 1fr}.products-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item{border-right:none;border-bottom:.5px solid rgba(255,255,255,.08)}.trust-item:nth-child(odd){border-right:.5px solid rgba(255,255,255,.08)}.email-inner{grid-template-columns:1fr;gap:var(--space-xl)}.footer-top{grid-template-columns:1fr 1fr;gap:var(--space-lg)}.product-layout{grid-template-columns:1fr}.product-gallery{position:relative;height:80vw}.collection-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--space-xl: 3rem;--space-xxl: 4rem}.container{padding:0 var(--space-md)}.header-nav{display:none}.header-menu-toggle{display:flex}.collections-grid{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.trust-grid{grid-template-columns:1fr 1fr}.section-header{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:var(--space-sm);text-align:center}.hero-cta-row{flex-direction:column;align-items:flex-start}.product-details{padding:var(--space-lg)}}@media(max-width:480px){.products-grid{grid-template-columns:1fr 1fr;gap:12px}.collection-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.email-input-row{flex-direction:column}.email-input{border-right:.5px solid var(--stone)}}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:var(--black);color:var(--white);font-size:16px;font-weight:300;border:none;cursor:pointer;z-index:80;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,background .2s ease;pointer-events:none;display:flex;align-items:center;justify-content:center}.back-to-top.visible{opacity:1;transform:translateY(0);pointer-events:all}.back-to-top:hover{background:var(--rust)}@media(max-width:1024px){.back-to-top{bottom:5rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:85;background:var(--black);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;transform:translateY(100%);transition:transform .4s ease}.cookie-banner.visible{transform:translateY(0)}.cookie-banner p{font-size:12px;font-weight:300;color:var(--stone);line-height:1.5;margin:0}.cookie-banner a{color:var(--rust);border-bottom:1px solid transparent;transition:border-color .2s ease}.cookie-banner a:hover{border-bottom-color:var(--rust)}.cookie-accept{flex-shrink:0;padding:.6rem 1.5rem;font-size:11px}@media(max-width:600px){.cookie-banner{flex-direction:column;align-items:flex-start;gap:.75rem}}.product-video-wrap{width:100%;height:100%;position:relative;overflow:hidden}.product-video{width:100%;height:100%;object-fit:cover;object-position:center top}.product-video-iframe{width:100%;height:100%;border:none}.thumb-video-indicator{position:relative;width:100%;height:100%}.thumb-video-indicator img{width:100%;height:100%;object-fit:cover}.thumb-play-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#1a1a1a59;color:var(--white);font-size:12px}.product-description h1,.product-description h2,.product-description h3,.product-description h4,.product-description h1 *,.product-description h2 *,.product-description h3 *,.product-description h4 *{font-family:DM Sans,sans-serif!important;font-size:11px!important;font-weight:600!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:#e8532a!important;margin:1.25rem 0 .5rem!important;line-height:1.4!important}.product-details h1.product-title{font-family:DM Sans,sans-serif!important;font-size:clamp(1.5rem,2.5vw,2.25rem)!important;font-weight:400!important;color:#1a1a1a!important;line-height:1.15!important;letter-spacing:-.01em!important}
/*# sourceMappingURL=/cdn/shop/t/11/assets/cmc-base.css.map */
