.hero{position:relative;min-height:100svh;display:flex;align-items:stretch;background:var(--ivory);overflow:hidden}.hero--atelier{display:grid;grid-template-columns:1.02fr 1fr}.hero--atelier .hero-copy{display:flex;flex-direction:column;justify-content:center;padding:120px clamp(24px,5vw,90px) 80px}.hero--atelier .hero-photo{background:#efece6 center top/cover no-repeat}.hero--editorial .hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;background:#f1efeb center 18%/cover no-repeat}.hero--editorial .hero-copy{position:relative;z-index:2;align-self:center;padding:0 clamp(24px,5vw,90px);max-width:640px}.hero--editorial .hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#f6f1eaeb,#f6f1eab3 32%,#f6f1ea00 60%)}.hero--studio{display:grid;grid-template-columns:1fr 1.05fr;background:var(--navy)}.hero--studio .hero-copy{display:flex;flex-direction:column;justify-content:center;padding:120px clamp(24px,5vw,90px) 80px;color:var(--ivory)}.hero--studio .hero-photo{background:#dfe3e8 center top/cover no-repeat}.hero--studio .eyebrow{color:var(--stone)}.hero--studio .display{color:var(--ivory)}.hero--studio .lede{color:#f6f1eacc}.hero-eyebrow{margin-bottom:26px}.hero-copy .display{margin-bottom:8px}.hero-serif{font-style:italic;font-weight:500}.hero-copy .lede{max-width:30ch;margin:24px 0 38px}.hero-cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero-scroll{position:absolute;left:50%;bottom:26px;transform:translate(-50%);z-index:3;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--navy);opacity:.5;display:flex;flex-direction:column;align-items:center;gap:8px}.hero--studio .hero-scroll{color:var(--ivory)}.hero-scroll .line{width:1px;height:34px;background:currentColor;animation:scrolly 2.4s var(--ease) infinite}@keyframes scrolly{0%{transform:scaleY(0);transform-origin:top}45%{transform:scaleY(1);transform-origin:top}55%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.hero-bow{height:26px;width:auto;margin-bottom:30px;opacity:.9}.section{padding:clamp(72px,9vw,128px) 0}.section--ivory{background:var(--ivory)}.section--stone{background:var(--stone)}.sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}.sec-head .eyebrow{margin-bottom:16px}.sec-head-l{max-width:60ch}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cat-card{position:relative;height:clamp(420px,46vw,600px);overflow:hidden;border-radius:var(--r);background:#e9e5df;display:block}.cat-card img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform 1.1s var(--ease)}.cat-card:hover img{transform:scale(1.05)}.cat-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0b1c2b99,#0b1c2b0d 42%)}.cat-body{position:absolute;left:0;bottom:0;z-index:2;padding:30px;color:var(--ivory)}.cat-name{font-size:26px;font-weight:600;color:var(--ivory);margin-bottom:10px}.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 18px}.prod-card{cursor:pointer}.prod-shot{position:relative;aspect-ratio:3/4;background:var(--ivory);overflow:hidden;border-radius:var(--r)}.prod-shot img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;transition:opacity .7s var(--ease)}.prod-shot .img-hover{opacity:0}.prod-card:hover .img-hover{opacity:1}.prod-tag{position:absolute;top:12px;left:12px;z-index:3;background:var(--ivory);color:var(--navy);font-size:9.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:6px 10px;border-radius:1px}.prod-tag--plum{background:var(--plum);color:var(--ivory)}.quick{position:absolute;left:10px;right:10px;bottom:10px;z-index:3;transform:translateY(14px);opacity:0;transition:.5s var(--ease)}.prod-card:hover .quick{transform:none;opacity:1}.quick .btn{background:#fffffff5;color:var(--navy);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:11px;padding:14px}.quick .btn:hover{background:var(--navy);color:var(--ivory)}.prod-info{padding:16px 2px 6px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.prod-name{font-size:14px;font-weight:600;letter-spacing:.01em}.prod-sub{font-size:11.5px;color:var(--taupe);margin-top:3px;letter-spacing:.02em}.prod-price{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--taupe);white-space:nowrap;font-weight:600}.dots{display:flex;gap:6px;margin-top:11px}.dot-sw{width:13px;height:13px;border-radius:50%;border:1px solid var(--line)}.feature{background:var(--plum);color:var(--ivory);display:grid;grid-template-columns:1fr 1fr;align-items:stretch;overflow:hidden}.feature-photo{min-height:560px;background:#6a2148 center top/cover no-repeat}.feature-copy{padding:clamp(56px,7vw,110px) clamp(28px,5vw,90px);display:flex;flex-direction:column;justify-content:center}.feature-copy .eyebrow{color:#f6f1ea9e;margin-bottom:22px}.feature-copy h2{color:var(--ivory);font-size:clamp(30px,3.6vw,52px);margin-bottom:20px}.feature-copy .lede{color:#f6f1ead1;max-width:42ch;margin-bottom:34px}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,4vw,64px)}.value-col{text-align:center;display:flex;flex-direction:column;align-items:center}.value-col h4{font-size:15px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;margin-top:16px}.values-divide{width:1px;background:var(--line)}.footer{background:var(--navy);color:#f6f1eab8;padding:clamp(56px,7vw,96px) 0 0}.foot-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:56px;border-bottom:1px solid rgba(246,241,234,.12)}.foot-logo{height:46px;width:auto;margin-bottom:22px}.foot-head{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--ivory);margin:0 0 20px;font-weight:600}.foot-links{list-style:none;padding:0;margin:0}.foot-links li{margin-bottom:13px}.foot-links a{font-size:13px;color:#f6f1eab3;transition:color .3s}.foot-links a:hover{color:var(--ivory)}.foot-socials{display:flex;gap:14px;margin-top:24px}.foot-socials a{width:38px;height:38px;border:1px solid rgba(246,241,234,.24);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ivory)}.foot-socials a:hover{background:var(--ivory);color:var(--navy)}.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding:26px 0;font-size:11px;letter-spacing:.06em;color:#f6f1ea80;flex-wrap:wrap;gap:10px}.foot-bottom a{color:#f6f1ea80}.foot-bottom a:hover{color:var(--ivory)}.reveal{transition:opacity 1s var(--ease),transform 1s var(--ease)}html.reveal-on .reveal{opacity:0;transform:translateY(26px)}html.reveal-on .reveal.in{opacity:1;transform:none}@media(max-width:1080px){.foot-top{grid-template-columns:1fr 1fr}.prod-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.nav-links{display:none}.nav-burger{display:flex}.hero,.hero--atelier,.hero--studio{grid-template-columns:1fr}.hero--atelier .hero-photo,.hero--studio .hero-photo{min-height:62vh;order:-1}.hero{min-height:auto}.hero--editorial{min-height:88svh}.cat-grid{grid-template-columns:1fr;gap:12px}.feature,.about,.pdp-grid{grid-template-columns:1fr}.feature-photo{min-height:60vh}.values{grid-template-columns:1fr;gap:36px}.values-divide{display:none}.sec-head{flex-direction:column;align-items:flex-start}}@media(max-width:520px){.prod-grid{grid-template-columns:1fr 1fr;gap:10px}.foot-top{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/mb-part2.css.map */
