:root{--mf-bg:#f4f2ee;--mf-text:#17191d;--mf-muted:#73777e;--mf-line:#dedbd5;--mf-accent:#a99d8e;--mf-dark:#111419}*{box-sizing:border-box}body{margin:0;background:var(--mf-bg);color:var(--mf-text);font-family:Arial,sans-serif;line-height:1.5}a{color:inherit}.mf-announcement{background:var(--mf-dark);color:#d7d3cc;text-align:center;padding:9px;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.mf-header{height:82px;border-bottom:1px solid var(--mf-line);display:flex;align-items:center;justify-content:space-between;padding:0 5vw;position:sticky;top:0;z-index:10;background:rgba(244,242,238,.96);backdrop-filter:blur(12px)}.mf-brand{width:120px;height:62px;display:flex;align-items:center;text-decoration:none;overflow:hidden}.mf-logo-img{width:100%;height:100%;object-fit:contain}.mf-brand-text{font:28px Georgia,serif}.mf-nav{display:flex;gap:32px}.mf-nav a{text-decoration:none;font-size:12px}.mf-nav a:hover{opacity:.55}.mf-actions{display:flex;gap:12px;align-items:center}.mf-icon,.mf-cart{font-size:12px;text-decoration:none}.mf-icon{font-size:25px}.mf-cart{border:1px solid var(--mf-text);padding:9px 14px;text-transform:uppercase;letter-spacing:.08em}.mf-cart span{display:inline-grid;place-items:center;width:19px;height:19px;margin-left:5px;background:var(--mf-text);color:#fff;border-radius:50%;font-size:10px}.mf-menu{display:none;border:0;background:none;font-size:20px}.mf-hero{min-height:620px;padding:80px 8vw;display:grid;grid-template-columns:1.1fr .9fr;gap:7vw;align-items:center;background:linear-gradient(110deg,#eeeae3,#f7f5f1)}.mf-eyebrow{font-size:10px;letter-spacing:.22em;color:var(--mf-muted);font-weight:700}.mf-hero h1,.mf-section h1,.mf-section h2,.mf-statement h2,.mf-newsletter h2{font-family:Georgia,serif;font-weight:400;letter-spacing:-.04em}.mf-hero h1{font-size:clamp(52px,7vw,92px);line-height:.95;margin:20px 0}.mf-hero h1::first-line{color:var(--mf-text)}.mf-hero p{max-width:530px;color:var(--mf-muted);line-height:1.8}.mf-buttons{display:flex;gap:12px;margin-top:30px}.mf-btn{display:inline-block;border:0;padding:14px 22px;text-decoration:none;font-size:10px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.mf-primary{background:var(--mf-text);color:#fff}.mf-secondary{border:1px solid #aaa59d;background:transparent}.mf-hero-card{aspect-ratio:1/1;background:var(--mf-dark);display:grid;place-items:center;position:relative;overflow:hidden}.mf-hero-card img{width:100%;height:100%;object-fit:cover}.mf-card-monogram{font:100px Georgia,serif;color:#d2c9bd;letter-spacing:-.1em}.mf-card-label{position:absolute;bottom:22px;left:22px;color:#d9d5ce;font-size:10px;letter-spacing:.14em}.mf-section{padding:90px 8vw}.mf-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.mf-section-head h2,.mf-section h1{font-size:45px;margin:10px 0}.mf-section-head a{font-size:12px}.mf-products{background:#ebe8e2}.mf-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.mf-product{min-width:0}.mf-product-image{height:330px;background:#d7d3cc;display:grid;place-items:center;overflow:hidden;text-decoration:none}.mf-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.mf-product-image:hover img{transform:scale(1.03)}.mf-product-info{display:flex;justify-content:space-between;gap:12px;padding:16px 0}.mf-product h3{font-size:14px;font-weight:500;margin:0}.mf-product h3 a{text-decoration:none}.mf-product p{margin:4px 0 0;color:var(--mf-muted);font-size:11px}.mf-product-info strong{font-size:13px;white-space:nowrap}.mf-add{display:block;border:1px solid #b7b2aa;padding:11px;text-align:center;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;font-size:9px}.mf-add:hover{background:var(--mf-text);color:#fff}.mf-empty{padding:35px;border:1px dashed #bbb6ad;color:var(--mf-muted)}.mf-statement{background:var(--mf-dark);color:#eee;padding:100px 8vw;display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:end}.mf-statement .mf-eyebrow{color:#9c9fa4}.mf-statement h2{font-size:60px;line-height:1.05;margin:10px 0}.mf-statement p{color:#aeb1b5;line-height:1.9;max-width:520px}.mf-newsletter{padding:70px 8vw;display:flex;justify-content:space-between;align-items:center;gap:30px;border-bottom:1px solid var(--mf-line)}.mf-newsletter h2{font-size:35px;margin:10px 0}.mf-newsletter-form{display:flex;gap:8px}.mf-newsletter input,.mf-search-input{border:1px solid var(--mf-line);background:transparent;padding:14px;outline:0}.mf-newsletter input{min-width:290px}.mf-footer{padding:55px 8vw;display:grid;grid-template-columns:1fr auto;gap:40px}.mf-mark{width:35px;height:35px;background:var(--mf-text);color:#ddd6cb;display:grid;place-items:center;font-size:11px;margin-bottom:12px}.mf-footer-brand strong{font:24px Georgia,serif}.mf-footer-brand p{font-size:9px;letter-spacing:.2em;color:var(--mf-muted)}.mf-footer-links{display:flex;gap:25px}.mf-footer-links a{text-decoration:none;color:var(--mf-muted);font-size:12px}.mf-footer small{grid-column:1/-1;color:#999;font-size:10px}.mf-basic h1{font-size:55px}.mf-product-page{min-height:70vh}.mf-product-main{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:start}.mf-product-main>div:first-child img{width:100%;height:auto}.mf-product-main h1{font-size:55px}.mf-price{font-size:20px;margin:20px 0}.mf-cart-list{border-top:1px solid var(--mf-line)}.mf-cart-item{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--mf-line)}@media(max-width:900px){.mf-nav{display:none}.mf-menu{display:block}.mf-hero{grid-template-columns:1fr}.mf-product-grid{grid-template-columns:repeat(2,1fr)}.mf-statement{grid-template-columns:1fr}.mf-newsletter{display:block}.mf-newsletter-form{margin-top:25px}}@media(max-width:560px){.mf-header{padding:0 5vw}.mf-hero{padding:60px 6vw}.mf-hero h1{font-size:52px}.mf-section{padding:65px 6vw}.mf-section-head{display:block}.mf-product-grid{grid-template-columns:1fr}.mf-product-image{height:280px}.mf-statement{padding:75px 6vw}.mf-statement h2{font-size:48px}.mf-newsletter{padding:55px 6vw}.mf-newsletter-form{display:block}.mf-newsletter input{width:100%;margin-bottom:8px}.mf-newsletter .mf-btn{width:100%}.mf-footer{padding:50px 6vw;grid-template-columns:1fr}.mf-footer small{grid-column:auto}.mf-product-main{grid-template-columns:1fr}.mf-product-main h1{font-size:42px}}