.mt-cta__card{display:grid;grid-template-columns:1fr;overflow:hidden;border-radius:36px;background:rgba(var(--color-foreground),.08)}.mt-cta__copy{padding:3.6rem 2.4rem;display:flex;flex-direction:column;justify-content:center}.mt-section .mt-cta__text{margin-top:1.8rem}.mt-cta__actions{margin-top:3rem}.mt-cta__media{order:-1}.mt-cta__frame{border-radius:0;aspect-ratio:4 / 3;height:100%}@media screen and (min-width:990px){.mt-cta__card{grid-template-columns:1.1fr .9fr}.mt-cta__copy{padding:6rem 6rem 6rem 7rem}.mt-cta__media{order:0}.mt-cta__frame{aspect-ratio:auto;min-height:52rem}}.mt-faq__grid{display:grid;grid-template-columns:1fr;gap:3.6rem}.mt-section .mt-faq__intro{margin-top:1.8rem}.mt-faq__item{border-top:1px solid rgba(var(--color-foreground),.18)}.mt-faq__item:last-child{border-bottom:1px solid rgba(var(--color-foreground),.18)}.mt-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.2rem 0;cursor:pointer;list-style:none;font-family:var(--font-heading-family);font-size:clamp(1.8rem,2vw,2.2rem);font-weight:500;color:rgb(var(--color-foreground))}.mt-faq__item summary::-webkit-details-marker{display:none}.mt-faq__item summary svg{flex:none;width:2.4rem;height:2.4rem;padding:.4rem;border-radius:50%;background:rgba(var(--color-button),.14);color:rgb(var(--color-button));transition:transform .35s var(--mt-ease),background .2s,color .2s}.mt-faq__item[open] summary svg{transform:rotate(45deg);background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.mt-faq__item summary:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}.mt-faq__answer{padding:0 4rem 2.4rem 0;font-size:1.6rem;line-height:1.65;color:rgba(var(--color-foreground),.78)}.mt-faq__answer p{margin:0 0 1em}.mt-faq__answer p:last-child{margin:0}@media screen and (min-width:990px){.mt-faq__grid{grid-template-columns:.8fr 1.2fr;gap:8rem;align-items:start}.mt-faq__header{position:sticky;top:12rem}}.mt-rows__header{margin-bottom:5rem}.mt-rows__list{display:flex;flex-direction:column;gap:6rem}.mt-row{display:grid;grid-template-columns:1fr;gap:2.8rem;align-items:center}.mt-row__media{position:relative}.mt-row__frame{aspect-ratio:5 / 4}.mt-row__number{position:absolute;top:-1.6rem;left:1.6rem;font-family:var(--font-heading-family);font-style:italic;font-size:7rem;line-height:1;color:rgb(var(--color-button));text-shadow:0 2px 0 rgb(var(--color-background))}.mt-section .mt-row__text{margin-top:1.8rem}.mt-row__link{display:inline-flex;align-items:center;gap:.8rem;margin-top:2.4rem;font-weight:700;font-size:1.6rem;color:rgb(var(--color-foreground));text-decoration:none;border-bottom:2px solid rgb(var(--color-button));padding-bottom:.2rem}.mt-row__link svg{width:1.8rem;height:1.8rem;transition:transform .3s var(--mt-ease)}.mt-row__link:hover svg{transform:translate(5px)}@media screen and (min-width:990px){.mt-rows__header{margin-bottom:8rem}.mt-rows__list{gap:10rem}.mt-row{grid-template-columns:1.1fr .9fr;gap:8rem}.mt-row--flip{grid-template-columns:.9fr 1.1fr}.mt-row--flip .mt-row__media{order:2}.mt-row--flip .mt-row__copy{order:1}.mt-row__frame{aspect-ratio:1 / 1}.mt-row__number{font-size:10rem;top:-3rem;left:2.4rem}.mt-row--flip .mt-row__number{left:auto;right:2.4rem}}.mt-hero__brand{display:flex;justify-content:center;padding-bottom:3.2rem;margin-bottom:4rem;border-bottom:1px solid rgba(var(--color-foreground),.14)}.mt-hero__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}.mt-hero__copy{display:flex;flex-direction:column;align-items:flex-start}.mt-section .mt-hero__text{margin-top:2.4rem}.mt-hero__actions{margin-top:3.2rem}.mt-hero__checks{list-style:none;margin:3.2rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:1rem 2.4rem;font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.85)}.mt-hero__checks li{display:flex;align-items:center;gap:.8rem}.mt-hero__checks svg{width:1.8rem;height:1.8rem;color:rgb(var(--color-button))}.mt-hero__media{position:relative}.mt-hero__blob{position:absolute;top:-6%;right:-8%;bottom:-8%;left:12%;border-radius:50%;background:rgba(var(--color-button),.14);z-index:0}.mt-hero__frame{position:relative;z-index:1;aspect-ratio:1 / 1;border-radius:36px 36px 36px 160px;box-shadow:0 40px 80px -40px rgba(var(--color-foreground),.45)}.mt-hero__badge{position:absolute;z-index:2;left:-1rem;bottom:3rem;display:flex;flex-direction:column;gap:.2rem;padding:1.4rem 2rem;border-radius:20px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 20px 40px -18px rgba(var(--color-foreground),.5)}.mt-hero__badge strong{font-family:var(--font-heading-family);font-size:2.6rem;font-weight:600;line-height:1;color:rgb(var(--color-button))}.mt-hero__badge span{font-size:1.3rem;font-weight:500;max-width:16ch;line-height:1.3}@media screen and (min-width:990px){.mt-hero__grid{grid-template-columns:1.05fr .95fr;gap:6rem}.mt-hero__grid--reverse{grid-template-columns:.95fr 1.05fr}.mt-hero__grid--reverse .mt-hero__copy{order:2}.mt-hero__grid--reverse .mt-hero__media{order:1}.mt-hero__grid--reverse .mt-hero__blob{top:-6%;right:12%;bottom:-8%;left:-8%}.mt-hero__badge{left:-3rem;bottom:5rem}.mt-hero__grid--reverse .mt-hero__badge{left:auto;right:-3rem}}.mt-marquee__viewport{overflow:hidden}.mt-marquee__track{display:flex;width:max-content;animation:mt-marquee 40s linear infinite}.mt-marquee__viewport:hover .mt-marquee__track{animation-play-state:paused}.mt-marquee__list{display:flex;align-items:center;margin:0;padding:0;list-style:none;flex:none}.mt-marquee__item{display:flex;align-items:center;gap:2.4rem;padding-right:2.4rem;font-family:var(--font-heading-family);font-size:clamp(2.2rem,3vw,3.4rem);font-style:italic;font-weight:400;white-space:nowrap;color:rgb(var(--color-foreground))}.mt-marquee__item svg{width:1rem;height:1rem;color:rgb(var(--color-button));flex:none}@keyframes mt-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.mt-spot__card{display:grid;grid-template-columns:1fr;gap:3.2rem;align-items:center;padding:2rem;border-radius:32px;background:rgba(var(--color-foreground),.05)}.mt-spot__main{aspect-ratio:1 / 1;border-radius:22px}.mt-spot__thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.mt-spot__thumb{aspect-ratio:1 / 1;border-radius:14px}.mt-spot__price{margin:1.6rem 0 0;font-size:1.6rem;color:rgba(var(--color-foreground),.75)}.mt-spot__price strong{font-family:var(--font-heading-family);font-size:3.2rem;font-weight:500;color:rgb(var(--color-foreground))}.mt-spot__price s{margin-left:.6rem;opacity:.55}.mt-spot__note{margin:.4rem 0 0;font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.75)}.mt-section .mt-spot__text{margin-top:1.6rem}.mt-spot__bullets{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1rem}.mt-spot__bullets li{display:flex;gap:1rem;align-items:center;font-size:1.5rem}.mt-spot__bullets svg{flex:none;width:2rem;height:2rem;color:rgb(var(--color-button))}.mt-spot__form{margin-top:2.8rem}.mt-spot__variants{border:0;margin:0 0 2.2rem;padding:0;display:flex;flex-wrap:wrap;gap:1rem}.mt-spot__variants legend{width:100%;margin-bottom:1rem;padding:0;font-size:1.3rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}.mt-spot__variant input{position:absolute;opacity:0;pointer-events:none}.mt-spot__variant span{display:inline-flex;gap:.8rem;align-items:baseline;padding:1.2rem 2rem;border:1.5px solid rgba(var(--color-foreground),.25);border-radius:999px;font-size:1.5rem;font-weight:600;cursor:pointer;color:rgb(var(--color-foreground));transition:border-color .2s,background .2s,color .2s}.mt-spot__variant em{font-style:normal;font-weight:400;opacity:.75}.mt-spot__variant:hover span{border-color:rgb(var(--color-foreground))}.mt-spot__variant input:checked+span{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.mt-spot__variant input:focus-visible+span{outline:2px solid rgb(var(--color-button));outline-offset:3px}.mt-spot__variant.is-soldout span{opacity:.4;text-decoration:line-through;cursor:not-allowed}.mt-spot .mt-btn[disabled]{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}@media screen and (min-width:990px){.mt-spot__card{grid-template-columns:1fr 1fr;gap:6rem;padding:4rem}}.mt-reviews__header{margin-bottom:4.8rem}.mt-reviews__grid{display:grid;grid-template-columns:1fr;gap:2.4rem}.mt-review{display:flex;flex-direction:column;gap:1.6rem;padding:2.8rem;border-radius:24px;background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.08)}.mt-review__stars{display:flex;gap:.3rem;color:rgb(var(--color-button))}.mt-review__stars svg{width:1.7rem;height:1.7rem}.mt-review__quote{margin:0;font-size:1.6rem;line-height:1.6;color:rgba(var(--color-foreground),.85);font-style:italic}.mt-review__author{display:flex;flex-direction:column;gap:.2rem;margin-top:auto;font-size:1.4rem}.mt-review__author strong{font-weight:700;color:rgb(var(--color-foreground))}.mt-review__author span{color:rgba(var(--color-foreground),.6)}.mt-reviews__placeholder-note{margin:4rem auto 0;max-width:60ch;text-align:center;font-size:1.3rem;font-weight:600;color:rgb(var(--color-button));padding:1.2rem 2rem;border:1.5px dashed rgba(var(--color-button),.4);border-radius:14px}@media screen and (min-width:750px){.mt-reviews__grid{grid-template-columns:repeat(3,1fr);gap:2.8rem}}.mt-sizes__header{margin-bottom:4.8rem}.mt-sizes__header .mt-text{margin-top:1.8rem}.mt-sizes__grid{display:grid;grid-template-columns:1fr;gap:2.4rem}.mt-size{display:flex;flex-direction:column;overflow:hidden;border-radius:28px;background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.08);transition:transform .4s var(--mt-ease),box-shadow .4s var(--mt-ease)}.mt-size:hover{transform:translateY(-6px);box-shadow:0 30px 50px -30px rgba(var(--color-foreground),.5)}.mt-size__frame{aspect-ratio:1 / 1;border-radius:0}.mt-size__body{padding:2.4rem 2.4rem 2.8rem}.mt-size__top{display:flex;align-items:baseline;justify-content:space-between;gap:1.6rem}.mt-size__name{margin:0;font-family:var(--font-heading-family);font-size:2.8rem;font-weight:500;color:rgb(var(--color-foreground))}.mt-size__price{font-family:var(--font-heading-family);font-size:2.4rem;color:rgb(var(--color-button))}.mt-size__text{margin:1rem 0 0;font-size:1.5rem;line-height:1.55;color:rgba(var(--color-foreground),.75)}.mt-size__specs{margin:2rem 0 0;display:grid}.mt-size__specs>div{display:flex;justify-content:space-between;gap:1.6rem;padding:1.2rem 0;border-top:1px solid rgba(var(--color-foreground),.12);font-size:1.5rem}.mt-size__specs dt{color:rgba(var(--color-foreground),.65)}.mt-size__specs dd{margin:0;font-weight:700;color:rgb(var(--color-foreground));text-align:right}.mt-sizes__note{margin:3rem auto 0;max-width:60ch;font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.mt-sizes__cta{margin-top:3.2rem}@media screen and (min-width:750px){.mt-sizes__grid{grid-template-columns:repeat(2,1fr);gap:3.2rem}.mt-sizes__header{margin-bottom:6.4rem}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
