.mh-hero{background:#fbf7f1;padding-top:var(--mh-pt, 60px);padding-bottom:var(--mh-pb, 60px);position:relative;overflow:hidden;font-family:Georgia,Times New Roman,serif}.mh-hero__inner{margin:0 auto;padding:0 80px}.mh-hero__grid{display:grid;grid-template-columns:minmax(280px,480px) 1fr;align-items:center;gap:64px}.mh-hero__media{display:flex;justify-content:center}.mh-hero__arch{position:relative;width:100%;max-width:460px;aspect-ratio:3 / 4;border:2px solid var(--mh-line, #C6A15B);border-radius:200px 200px 8px 8px/260px 260px 8px 8px;overflow:hidden;background:#e9ddca;box-shadow:0 20px 40px -20px #3c1e0a59}.mh-hero__img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.mh-hero__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ece1d1}.mh-hero__placeholder-svg{width:60%;height:60%;opacity:.5}.mh-hero__content{text-align:center;display:flex;flex-direction:column;align-items:center}.mh-hero__top-icon{width:60px;height:60px;margin-bottom:8px;color:var(--mh-accent, #C08A3E)}.mh-hero__top-icon svg,.mh-hero__top-icon img{width:100%;height:100%;object-fit:contain}.mh-hero__top-icon--bottom{margin:28px auto 0}.mh-hero__divider{display:flex;align-items:center;gap:14px;width:260px;max-width:100%;margin:4px 0 5px}.mh-hero__divider--bottom{margin:0 auto}.mh-hero__divider-line{flex:1;height:1px;background:var(--mh-line, #C6A15B)}.mh-hero__divider-glyph{width:22px;height:22px;color:var(--mh-accent, #C08A3E);flex-shrink:0}.mh-hero__divider-glyph svg{width:100%;height:100%}.mh-hero__heading{font-family:Georgia,Playfair Display,serif;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--mh-heading, #7A2E1E);font-size:clamp(28px,4vw,46px);line-height:1.15;margin:0 0 14px}.mh-hero__subheading{font-style:italic;color:var(--mh-accent, #C08A3E);font-size:clamp(16px,1.6vw,20px);margin:0 0 10px;letter-spacing:.01em}.mh-hero__diamond{color:var(--mh-accent, #C08A3E);font-size:10px;margin-bottom:0}.mh-hero__description{color:var(--mh-body, #3E332C);font-family:Helvetica Neue,Arial,sans-serif;font-size:clamp(15px,1vw,13px);line-height:1.7;max-width:650px;margin:0 0 15px}.mh-hero__description p{margin:0}.mh-hero__features{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:32px 20px;width:100%;margin-bottom:40px}.mh-feature{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 8px;position:relative}.mh-feature:not(:last-child):after{content:"";position:absolute;right:-10px;top:10%;height:80%;width:1px;background:var(--mh-line, #C6A15B);opacity:.5}.mh-feature__icon{width:42px;height:42px;color:var(--mh-accent, #C08A3E);margin-bottom:14px}.mh-feature__icon svg,.mh-feature__icon img{width:100%;height:100%;object-fit:contain}.mh-feature__title{font-family:Georgia,Playfair Display,serif;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--mh-heading, #7A2E1E);font-size:14px;line-height:1.4;margin:0 0 10px}.mh-feature__text{font-family:Helvetica Neue,Arial,sans-serif;color:var(--mh-body, #3E332C);font-size:13.5px;line-height:1.6;margin:0;opacity:.9}.mh-hero__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;margin-bottom:8px}.mh-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 34px;font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-radius:2px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;white-space:nowrap}.mh-btn--outline{border:1px solid var(--mh-heading, #7A2E1E);color:var(--mh-heading, #7A2E1E);background:transparent}.mh-btn--outline:hover{background:var(--mh-heading, #7A2E1E);color:var(--mh-bg, #FBF1E7)}.mh-btn--fill{border:1px solid var(--mh-btn-fill-bg, #6E2A1B);background:var(--mh-btn-fill-bg, #6E2A1B);color:var(--mh-btn-fill-text, #FBF1E7)}.mh-btn--fill:hover{transform:translateY(-2px);box-shadow:0 10px 20px -8px #3c140a80}@media screen and (max-width:989px){.mh-hero__grid{grid-template-columns:minmax(240px,400px) 1fr;gap:40px}.mh-hero__inner{padding:0 24px}}@media screen and (max-width:749px){.mh-hero__grid{grid-template-columns:1fr;gap:36px}.mh-hero__content{overflow:hidden}.mh-hero__buttons{flex-direction:row;width:50%;flex-wrap:nowrap}.mh-btn{width:100%;font-size:10px}.mh-hero__inner{padding:0 20px}.mh-hero__arch{max-width:340px;aspect-ratio:3 / 4;border-radius:160px 160px 8px 8px/200px 200px 8px 8px}.mh-hero__features{grid-template-columns:repeat(2,1fr);gap:28px 12px}.mh-feature:nth-child(2n):after{display:none}.mh-hero__buttons{flex-direction:column;width:100%}.mh-btn{width:100%}}@media screen and (max-width:480px){.mh-hero{padding-top:0;padding-bottom:0}.mh-hero__heading{font-size:26px;letter-spacing:.03em}.mh-hero__features{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){.mh-btn{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-hero-heritage.css.map */
