body.template-project-magicpath{background:var(--mp-soft, #f8f7f4)}.template-project-magicpath .content-for-layout{margin:0}.mproj-page,.mproj-page *{box-sizing:border-box}.mproj-page{color:var(--mp-ink);background:var(--mp-soft);font-family:var(--mp-font-sans);overflow-x:hidden}.mproj-page img,.mproj-page svg{display:block}.mproj-page img{width:100%;height:auto}.mproj-wrap{width:min(100% - 48px,var(--mp-page-width));margin:0 auto}.mproj-banner{background:var(--mp-accent);color:#fff;text-align:center;padding:9px 16px}.mproj-banner a{color:inherit;text-decoration:none;font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.mproj-header{background:var(--mp-soft);padding:24px 28px}.mproj-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;max-width:1280px;margin:0 auto}.mproj-header__nav{display:flex;gap:40px}.mproj-header__nav--left{justify-content:flex-start}.mproj-header__nav--right{justify-content:flex-end}.mproj-header__nav a,.mproj-header__logo{color:var(--mp-ink);text-decoration:none}.mproj-header__nav a{font-size:var(--mp-meta-size);font-weight:600;letter-spacing:.15em;text-transform:uppercase}.mproj-header__logo{display:inline-flex;align-items:center;justify-self:center}.mproj-header__logo-image,.mproj-footer__logo-image{width:var(--mp-logo-width);height:auto}.mproj-header__logo>span:not(.mproj-header__logo-image),.mproj-footer__logo>span:not(.mproj-footer__logo-image){font-family:var(--mp-font-serif);font-size:26px;font-weight:700;letter-spacing:-.05em;line-height:1}.mproj-header__logo em,.mproj-footer__logo em{font-style:italic;font-weight:400}.mproj-header__toggle{display:none;justify-self:end;width:42px;height:42px;border:0;background:transparent;padding:0;color:var(--mp-ink)}.mproj-header__toggle span,.mproj-mobile__close span{display:block;width:22px;height:1.5px;margin:5px auto;background:currentColor}.mproj-mobile{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c14207a;z-index:60}.mproj-mobile__panel{margin-left:auto;width:min(92vw,420px);height:100%;background:#fff;padding:24px 24px 32px}.mproj-mobile__top{display:flex;justify-content:space-between;align-items:center}.mproj-mobile__close{width:42px;height:42px;border:0;background:transparent;padding:0;color:var(--mp-ink)}.mproj-mobile__close span:first-child{transform:translateY(6px) rotate(45deg)}.mproj-mobile__close span:last-child{transform:rotate(-45deg)}.mproj-mobile__nav{display:grid;gap:18px;margin-top:36px}.mproj-mobile__nav a{color:var(--mp-ink);text-decoration:none;font-family:var(--mp-font-serif);font-size:34px;line-height:1.1}.mproj-subnav{padding:12px 0 8px}.mproj-subnav__inner{display:flex;flex-wrap:wrap;gap:12px;color:#8a8a8a;font-size:var(--mp-meta-size);font-weight:600;letter-spacing:.15em;text-transform:uppercase}.mproj-subnav__inner a{color:inherit;text-decoration:none}.mproj-hero{display:grid;grid-template-columns:1fr 1fr;min-height:70vh}.mproj-hero__text{display:flex;align-items:center;justify-content:center;padding:var(--mp-hero-pad-top) 32px var(--mp-hero-pad-bottom);text-align:center}.mproj-hero__text-inner{max-width:32rem}.mproj-hero h1,.mproj-outro h2{margin:0 0 12px;font-family:var(--mp-font-serif);font-size:clamp(44px,6vw,var(--mp-hero-title-size));font-weight:400;line-height:1.05;color:#222}.mproj-hero__location{margin:0;color:gray;font-size:calc(var(--mp-meta-size) + 1px);font-weight:600;letter-spacing:.25em;text-transform:uppercase}.mproj-wave{width:64px;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(124,131,118,.65) 20%,rgba(124,131,118,.65) 80%,transparent 100%);margin:24px auto 0;border-radius:999px}.mproj-hero__image img,.mproj-hero__image .placeholder-svg{width:100%;height:100%;min-height:420px;object-fit:cover}.mproj-intro{padding:var(--mp-intro-pad-y) 0}.mproj-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px 72px;align-items:center}.mproj-intro__image img,.mproj-intro__image .placeholder-svg{width:100%;aspect-ratio:1;object-fit:cover}.mproj-intro__rte{color:#555;font-size:var(--mp-body-size);line-height:2.1;font-weight:300;max-width:34rem}.mproj-intro__rte p{margin:0}.mproj-gallery{padding-bottom:var(--mp-gallery-pad-bottom)}.mproj-gallery__wrap{width:min(100% - 32px,var(--mp-gallery-width));margin:0 auto}.mproj-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--mp-gallery-gap)}.mproj-gallery__item{overflow:hidden;background:#eae8e3}.mproj-gallery__item img,.mproj-gallery__item .placeholder-svg{width:100%;height:auto;object-fit:cover;transition:transform .7s ease}.mproj-gallery__item:hover img,.mproj-gallery__item:hover .placeholder-svg{transform:scale(1.02)}.mproj-outro{padding:60px 24px;text-align:center}.mproj-outro__inner{max-width:40rem;margin:0 auto}.mproj-closing{padding:0 0 96px}.mproj-closing img,.mproj-closing .placeholder-svg{width:100%;max-height:85vh;object-fit:cover}.mproj-footer{background:var(--mp-footer-bg);padding:var(--mp-footer-pad-top) 0 var(--mp-footer-pad-bottom)}.mproj-footer__top{display:grid;grid-template-columns:1.1fr 1fr 1fr 1.15fr;gap:46px;padding-bottom:48px}.mproj-footer__logo{display:inline-flex;align-items:center;color:var(--mp-ink);text-decoration:none}.mproj-footer__brand p{max-width:260px;margin:18px 0 0;color:var(--mp-footer-text);font-size:calc(var(--mp-body-size) - 2px);line-height:1.9}.mproj-footer__col h4{margin:0 0 20px;color:var(--mp-ink);font-size:calc(var(--mp-meta-size) - 1px);font-weight:700;letter-spacing:.34em;text-transform:uppercase}.mproj-footer__col ul{margin:0;padding:0;list-style:none}.mproj-footer__col li+li{margin-top:12px}.mproj-footer__col li a,.mproj-footer__contact p,.mproj-footer__newsletter-copy{margin:0;color:var(--mp-footer-text);font-size:calc(var(--mp-body-size) - 2px);line-height:1.9;text-decoration:none}.mproj-footer__newsletter{display:flex;align-items:center;gap:10px;margin-top:18px;border-bottom:1px solid var(--mp-line)}.mproj-footer__newsletter input{flex:1;border:0;background:transparent;padding:11px 0;color:var(--mp-ink);font-family:var(--mp-font-sans);font-size:calc(var(--mp-body-size) - 2px)}.mproj-footer__newsletter input:focus{outline:none}.mproj-footer__newsletter button{border:0;background:transparent;padding:0;color:var(--mp-ink)}.mproj-footer__newsletter svg{width:16px;height:16px}.mproj-footer__bottom{border-top:1px solid var(--mp-line);padding-top:20px}.mproj-footer__bottom p{margin:0;color:#9aa3b7;font-size:8px;font-weight:500;letter-spacing:.3em;text-transform:uppercase}[data-mp-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}[data-mp-reveal].is-visible{opacity:1;transform:translateY(0)}@media(max-width:990px){.mproj-hero,.mproj-intro__grid,.mproj-footer__top{grid-template-columns:1fr}.mproj-hero__image{order:-1}}@media(max-width:860px){.mproj-wrap,.mproj-gallery__wrap{width:min(100% - 32px,var(--mp-gallery-width))}.mproj-header__nav{display:none}.mproj-header__inner{grid-template-columns:auto 1fr auto}.mproj-header__toggle{display:block}.mproj-gallery__grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/magicpath-project.css.map */
