@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--mr-eq-background: var(--color-background, #ffffff);--mr-eq-foreground: var(--color-foreground, #1a1a1a);--mr-eq-muted: var(--color-background-secondary, rgba(0, 0, 0, .04));--mr-eq-muted-foreground: var(--color-foreground-secondary, rgba(26, 26, 26, .7));--mr-eq-border: var(--color-border, rgba(26, 26, 26, .12));--mr-eq-white: #ffffff;--mr-eq-font-display: "Cormorant Garamond", Georgia, serif;--mr-eq-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mr-eq-ease: cubic-bezier(.16, 1, .3, 1);--mr-eq-duration-reveal: .7s;--mr-eq-duration-slow: 1s}html{scroll-behavior:smooth}.mr-eq-page{background:transparent;color:var(--mr-eq-foreground)}.mr-eq-page,.mr-eq-page *{box-sizing:border-box}.mr-eq-page img{display:block;max-width:100%}.mr-eq-section-padding{padding-left:24px;padding-right:24px}@media screen and (min-width:768px){.mr-eq-section-padding{padding-left:48px;padding-right:48px}}@media screen and (min-width:1200px){.mr-eq-section-padding{padding-left:96px;padding-right:96px}}.mr-eq-text-display,.mr-eq-text-heading{font-family:var(--mr-eq-font-display);color:inherit;margin:0;text-wrap:balance}.mr-eq-text-body,.mr-eq-text-label,.mr-eq-link{font-family:var(--mr-eq-font-body)}.mr-eq-text-display{font-weight:300;letter-spacing:-.02em;line-height:1.05}.mr-eq-text-heading{font-weight:400;letter-spacing:-.01em;line-height:1.15}.mr-eq-text-body{font-weight:300;line-height:1.7;letter-spacing:.01em;color:var(--mr-eq-muted-foreground);margin:0;text-wrap:pretty;overflow-wrap:break-word}.mr-eq-text-label{font-weight:500;font-size:12px;line-height:1.4;letter-spacing:.15em;text-transform:uppercase;color:var(--mr-eq-muted-foreground);margin:0}.mr-eq-link{position:relative;display:inline-block;font-weight:400;font-size:13px;line-height:1.4;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--mr-eq-foreground)}.mr-eq-link:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:currentColor;transform:scaleX(1);transform-origin:left;transition:transform .3s var(--mr-eq-ease)}.mr-eq-link:hover:after,.mr-eq-link:focus-visible:after{transform:scaleX(0);transform-origin:right}.mr-eq-link:focus-visible{outline:2px solid currentColor;outline-offset:4px}.mr-eq-hero{position:relative;min-height:100vh;min-height:100dvh;width:100%;overflow:hidden;background:#000;isolation:isolate;contain:layout paint}.mr-eq-hero__media,.mr-eq-hero__overlay,.mr-eq-hero__image{position:absolute;top:0;right:0;bottom:0;left:0}.mr-eq-hero__media{width:100%;height:100%}.mr-eq-hero__image{width:100%;height:100%;object-fit:cover;display:block;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.mr-eq-hero__image--desktop{display:block;object-position:center center}.mr-eq-hero__image--mobile{display:none}.mr-eq-hero__overlay{background:linear-gradient(to top,#00000080,#00000026 40%,#0000000d)}.mr-eq-hero__content{position:relative;z-index:2;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--mr-eq-white);padding:32px 24px}.mr-eq-hero__title{font-size:clamp(2.5rem,4vw,4.5rem);color:var(--mr-eq-white)}.mr-eq-hero__scroll{position:absolute;left:50%;bottom:48px;transform:translate(-50%,10px);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--mr-eq-white);text-align:center;opacity:0;transition:opacity .6s ease,transform .6s ease}.mr-eq-hero__scroll.is-visible{opacity:1;transform:translate(-50%)}.mr-eq-hero__scroll-label{font-family:var(--mr-eq-font-body);font-weight:500;font-size:12px;line-height:1.4;letter-spacing:.2em;text-transform:uppercase}.mr-eq-hero__chevron{width:16px;height:16px;animation:mrEqScrollHint 2s ease-in-out infinite}.mr-eq-hero__scroll svg{display:block;width:16px;height:16px;min-width:16px;min-height:16px;flex:0 0 16px}@keyframes mrEqScrollHint{0%,to{transform:translateY(0);opacity:.85}50%{transform:translateY(5px);opacity:1}}.mr-eq-section{position:relative;background:transparent}.mr-eq-section--mission{padding-top:96px;padding-bottom:96px}.mr-eq-section--people,.mr-eq-section--planet{padding-top:64px;padding-bottom:64px}@media screen and (min-width:768px){.mr-eq-section--mission{padding-top:160px;padding-bottom:160px}.mr-eq-section--people,.mr-eq-section--planet{padding-top:128px;padding-bottom:128px}}.mr-eq-container--narrow{max-width:768px;margin-left:auto;margin-right:auto;text-align:center}.mr-eq-container--intro{max-width:1024px;margin-left:auto;margin-right:auto}.mr-eq-mission__label{margin-bottom:32px}.mr-eq-mission__heading{font-size:clamp(2rem,5vw,4.5rem);margin-bottom:48px}.mr-eq-mission__body{max-width:640px;margin-left:auto;margin-right:auto;font-size:16px}@media screen and (min-width:768px){.mr-eq-mission__body{font-size:18px}}.mr-eq-mission__nav{display:flex;align-items:center;justify-content:center;gap:48px;margin-top:64px;flex-wrap:wrap}.mr-eq-mission__divider{width:1px;height:24px;background:var(--mr-eq-border)}.mr-eq-full-bleed{width:100%;overflow:hidden}.mr-eq-full-bleed--16x9{aspect-ratio:16 / 9}.mr-eq-full-bleed__image{width:100%;height:100%;object-fit:cover}.mr-eq-section-intro{max-width:1024px;margin:0 auto 64px}@media screen and (min-width:768px){.mr-eq-section-intro{margin-bottom:96px}}.mr-eq-section-intro__title{font-size:clamp(2.25rem,5vw,5rem);margin-bottom:32px}.mr-eq-section-intro__body{max-width:640px;font-size:16px}@media screen and (min-width:768px){.mr-eq-section-intro__body{font-size:18px}}.mr-eq-grid{display:grid;grid-template-columns:1fr;gap:32px}@media screen and (min-width:768px){.mr-eq-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}}@media screen and (min-width:1200px){.mr-eq-grid{gap:40px}}.mr-eq-card{position:relative;overflow:hidden;transition:transform var(--mr-eq-duration-reveal) var(--mr-eq-ease)}.mr-eq-card:hover{transform:scale(1.02)}.mr-eq-card__media-link{display:block;text-decoration:none;color:inherit}.mr-eq-card__image-wrap{aspect-ratio:1 / 1;overflow:hidden;background:var(--mr-eq-muted)}.mr-eq-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--mr-eq-duration-slow) var(--mr-eq-ease)}.mr-eq-card:hover .mr-eq-card__image{transform:scale(1.05)}.mr-eq-card__content{padding-top:24px;padding-bottom:8px}.mr-eq-card__title{margin:0 0 12px}.mr-eq-block-spacing{margin-bottom:64px}@media screen and (min-width:768px){.mr-eq-block-spacing{margin-bottom:96px}}.mr-eq-reveal{opacity:0;filter:blur(4px);transition:opacity var(--mr-eq-duration-reveal) var(--mr-eq-ease),transform var(--mr-eq-duration-reveal) var(--mr-eq-ease),filter var(--mr-eq-duration-reveal) var(--mr-eq-ease);will-change:opacity,transform,filter}.mr-eq-reveal[data-direction=up]{transform:translate3d(0,20px,0)}.mr-eq-reveal[data-direction=left]{transform:translate3d(-20px,0,0)}.mr-eq-reveal[data-direction=right]{transform:translate3d(20px,0,0)}.mr-eq-reveal.is-visible{opacity:1;transform:translateZ(0);filter:blur(0)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.mr-eq-hero__scroll,.mr-eq-reveal,.mr-eq-card,.mr-eq-card__image,.mr-eq-link:after,.mr-eq-hero__chevron{transition:none!important;animation:none!important}.mr-eq-hero__scroll{opacity:1!important;transform:translate(-50%)!important}.mr-eq-reveal{opacity:1!important;filter:none!important;transform:none!important}}.mr-eq-page ::-webkit-scrollbar{width:6px}.mr-eq-page ::-webkit-scrollbar-track{background:transparent}.mr-eq-page ::-webkit-scrollbar-thumb{background:var(--mr-eq-muted-foreground)}@media screen and (min-width:768px){.mr-eq-hero,.mr-eq-hero__content{min-height:100vh;min-height:100dvh}.mr-eq-hero__image--desktop{display:block;object-position:center center}.mr-eq-hero__image--mobile{display:none}}@media screen and (max-width:767px){.mr-eq-hero,.mr-eq-hero__content{min-height:82vh;min-height:82dvh}.mr-eq-hero__image--desktop{display:none}.mr-eq-hero__image--mobile{display:block;object-position:42% 45%}.mr-eq-hero__content{padding:24px 20px}.mr-eq-hero__title{font-size:clamp(2rem,8vw,3rem);line-height:1.02}.mr-eq-hero__scroll{bottom:28px}.mr-eq-hero__media,.mr-eq-hero__image--mobile,.mr-eq-hero__image--desktop{transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}}
/*# sourceMappingURL=/cdn/shop/t/303/assets/mr-equilibrium.css.map */
