/* Mayfair wholesale: a short, direct product and contact page. */
.mayfair-home{--home-ink:#292822;--home-muted:#666259;--home-paper:#faf9f6;color:var(--home-ink);background:var(--home-paper)}
.mayfair-home .mf-shell{width:calc(100% - 96px);max-width:1400px;margin-inline:auto}
.mayfair-home h1,.mayfair-home h2,.mayfair-home h3{font-family:inherit;font-weight:500;letter-spacing:-.035em;line-height:1.13}
.mf-skip{position:fixed;top:10px;left:-10000px;z-index:100;padding:12px 20px;background:white}
.mf-skip:focus{left:20px}
.mf-header{position:relative;z-index:30;background:var(--home-paper)}
.mf-header-inner{display:flex;align-items:center;justify-content:space-between;gap:36px;min-height:96px}
.mf-wordmark{display:inline-flex;flex-direction:column;align-items:center;flex-shrink:0;line-height:1}
.mf-wordmark strong{font-family:Georgia,'Times New Roman',serif;font-size:2rem;font-weight:400;letter-spacing:.17em;margin-right:-.17em}
.mf-wordmark small{font-size:.75rem;line-height:1.5;letter-spacing:.13em;margin-top:8px;text-transform:uppercase}
.mf-nav{display:flex;align-items:center;gap:40px}
.mf-nav a{display:inline-flex;align-items:center;min-height:44px;font-size:1rem}
.mf-nav a:hover,.mf-footer a:hover,.mf-contact-details a:hover{text-decoration:underline;text-underline-offset:5px}
.mf-menu{display:none;border:0;padding:12px 0 12px 20px;color:inherit;background:none;min-height:48px;align-items:center;gap:14px;font-size:1rem}
.mf-menu-icon{display:grid;gap:5px;width:24px}.mf-menu-icon i{display:block;width:24px;height:1px;background:currentColor}
.mf-wholesale-hero{display:grid;grid-template-columns:44% 56%;background:#eeeae2}
.mf-hero-copy{padding:80px max(40px,calc((100vw - 1400px)/2));padding-right:32px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.mf-label{font-size:.875rem;letter-spacing:.11em;text-transform:uppercase;line-height:1.6;margin-bottom:24px}
.mf-wholesale-hero h1{font-size:clamp(2.5rem,3.75vw,4.5rem);line-height:1.12}
.mf-intro{font-size:1.0625rem;line-height:1.8;color:var(--home-muted);margin-top:26px}
.mf-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;margin-top:30px;padding:12px 25px;background:#292822;color:white;font-size:.9375rem}
.mf-button:hover{background:#48443c}
.mf-hero-photo{min-height:500px;position:relative}
.mf-hero-photo img{height:100%;width:100%;position:absolute;inset:0;object-fit:cover;object-position:57% 50%}
.mf-products{padding-block:66px 60px;scroll-margin-top:24px}
.mf-products>h2{font-size:2rem;margin-bottom:28px}
.mf-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
.mf-product{display:block}.mf-product img{aspect-ratio:1.85;object-fit:cover;width:100%;height:auto}
.mf-product-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px}
.mf-product-heading h3{font-size:1.6rem}.mf-product-heading>span{font-size:1.5rem;font-weight:400}
.mf-product p{color:var(--home-muted);font-size:1rem;margin-top:8px}
.mf-product:hover h3{text-decoration:underline;text-underline-offset:5px}
.mf-product-tools{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px 36px;border-top:1px solid #d6d1c7;margin-top:38px;padding-top:20px}
.mf-product-tools a{min-height:44px;display:inline-flex;align-items:center;gap:24px;font-size:1rem}
.mf-product-tools a:hover{text-decoration:underline;text-underline-offset:5px}
.mf-wholesale-contact{padding-block:52px;background:#eeeae2}
.mf-contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.mf-contact-inner h2{font-size:2rem}.mf-contact-inner p{font-size:1rem;color:var(--home-muted);margin-top:15px}
.mf-contact-details{display:flex;flex-direction:column;align-items:flex-start;gap:7px;font-size:1.125rem}
.mf-contact-details>a{display:inline-block;padding-block:5px}
.mf-contact-details .mf-address{font-size:.9375rem;color:var(--home-muted);margin-top:7px}
.mf-footer{padding-block:24px 26px}.mf-footer-row{display:flex;justify-content:space-between;gap:16px 36px;align-items:center;flex-wrap:wrap;font-size:.875rem}
.mf-footer nav{display:flex;gap:28px;flex-wrap:wrap}.mf-footer nav a{padding-block:10px;display:inline-block}
.mf-image-note{font-size:.8125rem;line-height:1.7;color:var(--home-muted);margin-top:12px}
@media(min-width:1700px){.mf-hero-photo{min-height:570px}}
@media(max-width:1050px){.mayfair-home .mf-shell{width:calc(100% - 56px)}.mf-hero-copy{padding:52px 28px}.mf-label{font-size:.8125rem;letter-spacing:.07em}.mf-hero-photo{min-height:440px}.mf-nav{gap:28px}}
@media(max-width:760px){
 .mayfair-home .mf-shell{width:calc(100% - 40px)}
 .mf-header-inner{min-height:80px;flex-wrap:wrap;gap:0}
 .mf-wordmark strong{font-size:1.65rem}.mf-wordmark small{margin-top:6px;font-size:.75rem}
 .mf-nav{width:100%;flex-wrap:wrap;gap:4px 26px;padding-bottom:18px;order:3}
 .home-js .mf-menu{display:flex}
 .home-js .mf-nav{display:none;position:absolute;top:100%;left:0;padding:18px 24px 26px;background:var(--home-paper);border-top:1px solid #d6d1c7;box-shadow:0 20px 25px rgba(0,0,0,.06)}
 .home-js .mf-nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}
 .home-js .mf-nav a{padding-block:10px;min-height:48px}
 .mf-wholesale-hero{grid-template-columns:1fr}.mf-hero-copy{padding:36px 20px 38px}
 .mf-label{font-size:.8125rem;margin-bottom:18px}.mf-wholesale-hero h1{font-size:clamp(2.5rem,7.6vw,3.5rem)}
 .mf-intro{font-size:1rem;margin-top:18px}.mf-button{margin-top:22px}
 .mf-hero-photo{min-height:0;aspect-ratio:1.55}.mf-hero-photo img{object-position:55% 50%}
 .mf-products{padding-block:42px}.mf-products>h2{font-size:1.75rem;margin-bottom:22px}
 .mf-product-grid{grid-template-columns:1fr;gap:30px}.mf-product img{aspect-ratio:1.65}
 .mf-product-heading{margin-top:16px}.mf-product-heading h3{font-size:1.5rem}
 .mf-product-tools{margin-top:30px;padding-top:15px;gap:5px;flex-direction:column;align-items:flex-start}
 .mf-product-tools a{font-size:.9375rem;gap:20px}
 .mf-wholesale-contact{padding-block:36px}.mf-contact-inner{grid-template-columns:1fr;gap:20px}
 .mf-contact-inner h2{font-size:1.75rem}.mf-contact-inner p{margin-top:12px}
 .mf-footer-row{align-items:flex-start;flex-direction:column;gap:6px}.mf-footer nav{gap:24px}
}
