.mg-scope{--color-bg: var(--color-background, #FAF6EE);--color-bg-alt: #F3EAD9;--color-text: var(--color-foreground, #14231B);--color-text-soft: var(--color-foreground-muted, #5A6B60);--color-accent: #B3202C;--color-accent-dark: #7D1720;--color-accent-soft: #F6E3E1;--color-highlight: #1F5136;--color-sale: #B3202C;--color-border: #E0D6C4;--color-star: #E8B44A;--color-product: #7CC8F0;--color-pine: #13301F;--font-heading: "Fraunces", "Playfair Display", Georgia, serif;--font-heading-weight: 700;--font-heading-style: normal;--font-body: var(--font-body--family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);--font-body-weight: var(--font-body--weight, 400);--page-width: 1200px;--radius: 10px;color:var(--color-text);font-family:var(--font-body)}.mg-scope,.mg-scope *:before,.mg-scope *:after{box-sizing:border-box}.mg-scope{-webkit-text-size-adjust:100%;scroll-behavior:smooth}.mg-scope{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-weight:var(--font-body-weight);font-size:1rem;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}.mg-scope img,.mg-scope svg,.mg-scope video{max-width:100%;height:auto;display:block}.mg-scope button{font:inherit;color:inherit;cursor:pointer}.mg-scope a{color:inherit}.mg-scope h1,.mg-scope h2,.mg-scope h3,.mg-scope h4{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);line-height:1.06;letter-spacing:-.025em;margin:0 0 .5em;text-wrap:balance;font-optical-sizing:auto}.mg-scope h1{font-size:clamp(2.25rem,6.2vw,4rem);font-variation-settings:"opsz" 120;letter-spacing:-.032em}.mg-scope h2{font-size:clamp(1.75rem,4.6vw,2.75rem);font-variation-settings:"opsz" 72;letter-spacing:-.028em}.mg-scope h3{font-size:clamp(1.2rem,3vw,1.5rem);font-variation-settings:"opsz" 32;letter-spacing:-.015em}.mg-scope h4{font-size:clamp(1.05rem,2.2vw,1.2rem);font-variation-settings:"opsz" 24;letter-spacing:-.01em}.mg-scope .mg-label{font-family:var(--font-body);font-weight:600;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;line-height:1.3}.mg-scope p{margin:0 0 1em}.mg-scope p:last-child{margin-bottom:0}.mg-scope .skip-link{position:absolute;left:-9999px;z-index:999;padding:1em;background:var(--color-bg)}.mg-scope .skip-link:focus{left:0;top:0}.mg-scope :focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.mg-scope .visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.mg-scope .container{width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:1.25rem}.mg-scope .container--narrow{max-width:760px}.mg-scope.section,.mg-scope .section{padding-block:clamp(2.75rem,7vw,4.5rem)}.mg-scope.section--tight,.mg-scope .section--tight{padding-block:clamp(1.75rem,4vw,2.75rem)}.mg-scope.section--alt,.mg-scope .section--alt{background:var(--color-bg-alt)}.mg-scope .section__head{text-align:center;margin-bottom:clamp(1.75rem,4vw,2.75rem)}.mg-scope .section__head p{color:var(--color-text-soft);max-width:56ch;margin-inline:auto}.mg-scope .eyebrow{display:inline-block;font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.mg-scope .stitch-rule{border:0;height:2px;background-image:linear-gradient(90deg,var(--color-accent) 0 12px,transparent 12px 22px);background-size:22px 2px;opacity:.45;margin:0}.mg-scope .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3.25rem;padding:.9rem 1.75rem;border:2px solid transparent;border-radius:var(--radius);font-weight:700;font-size:.95rem;letter-spacing:.09em;text-transform:uppercase;text-decoration:none;text-align:center;transition:transform .12s ease,background-color .18s ease,box-shadow .18s ease}.mg-scope .btn--primary{width:100%;background:var(--color-accent);color:#fff;box-shadow:0 6px 0 0 var(--color-accent-dark)}.mg-scope .btn--primary:hover{background:var(--color-accent-dark)}.mg-scope .btn--primary:active{transform:translateY(4px);box-shadow:0 2px 0 0 var(--color-accent-dark)}.mg-scope .btn--primary[disabled]{opacity:.55;cursor:not-allowed;box-shadow:none}.mg-scope .btn--outline{background:transparent;border-color:currentColor;color:var(--color-text)}.mg-scope .btn--outline:hover{background:var(--color-text);color:var(--color-bg)}@media(prefers-reduced-motion:reduce){.mg-scope{scroll-behavior:auto}.mg-scope .btn,.mg-scope .btn:active{transition:none;transform:none}}.mg-scope .announcement{background:var(--color-text);color:var(--color-bg);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;overflow:hidden}.mg-scope .announcement__track{display:flex;width:max-content;animation:marquee 26s linear infinite}.mg-scope .announcement__item{display:flex;align-items:center;gap:.75rem;padding:.65rem 1.5rem;white-space:nowrap}.mg-scope .announcement__item:after{content:"\2605";color:var(--color-accent)}@keyframes marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.mg-scope .announcement__track{animation:none;width:100%;justify-content:center}.mg-scope .announcement__group:nth-child(2){display:none}}.mg-scope .announcement__group{display:flex}.mg-scope .header{position:sticky;top:0;z-index:40;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.mg-scope .header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:4rem}.mg-scope .header__logo{grid-column:2;display:inline-flex;align-items:center;gap:.6rem;justify-self:center;min-width:0;text-decoration:none}.mg-scope .header__logo img{width:auto;flex:0 0 auto}.mg-scope .header__wordmark{font-family:var(--font-heading);font-size:1.35rem;letter-spacing:.22em;text-transform:uppercase;line-height:1;white-space:nowrap}@media(max-width:749px){.mg-scope .header__wordmark{font-size:.9rem;letter-spacing:.11em}.mg-scope .header__logo img{height:26px!important}.mg-scope .header__actions .header__search{display:none}}.mg-scope .header__nav{display:none;gap:1.5rem}.mg-scope .header__nav a{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none}.mg-scope .header__nav a:hover{color:var(--color-accent)}.mg-scope .header__actions{grid-column:3;display:flex;justify-content:flex-end;gap:.5rem}.mg-scope .icon-btn{display:inline-flex;align-items:center;justify-content:center;position:relative;width:2.75rem;height:2.75rem;background:none;border:0;padding:0;text-decoration:none}.mg-scope .cart-count{position:absolute;top:.35rem;right:.3rem;min-width:1.1rem;height:1.1rem;display:grid;place-items:center;padding-inline:.2rem;border-radius:999px;background:var(--color-accent);color:#fff;font-size:.68rem;font-weight:700;line-height:1}@media(min-width:990px){.mg-scope .header__inner{grid-template-columns:1fr auto 1fr}.mg-scope .header__nav{display:flex;grid-column:1}}.mg-scope .header__menu-panel{display:none;padding:.5rem 0 1rem;border-top:1px solid var(--color-border)}.mg-scope .header__menu-panel.is-open{display:block}.mg-scope .header__menu-panel a{display:block;padding:.7rem 0;font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none}@media(min-width:990px){.mg-scope .header__menu-panel,.mg-scope .header__menu-toggle{display:none!important}}.mg-scope .product{display:grid;gap:clamp(1.5rem,4vw,3rem);padding-top:clamp(1rem,3vw,2.5rem)}@media(min-width:990px){.mg-scope .product{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start}.mg-scope .product__gallery{grid-column:1;grid-row:1;position:sticky;top:5rem}.mg-scope .product__info{grid-column:2;grid-row:1 / span 2}.mg-scope .demo{grid-column:1;grid-row:2;margin-top:0;max-width:25rem}}.mg-scope .gallery__stage{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--color-bg-alt)}.mg-scope .gallery__viewport{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.mg-scope .gallery__viewport::-webkit-scrollbar{display:none}.mg-scope .gallery__slide{flex:0 0 100%;scroll-snap-align:center;aspect-ratio:3 / 4}.mg-scope .gallery__slide img{width:100%;height:100%;object-fit:cover}.mg-scope .gallery__flag{position:absolute;top:.7rem;left:.7rem;z-index:2;padding:.2rem .5rem;border-radius:999px;background:var(--color-sale);color:#fff;font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mg-scope .gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.5rem;height:2.5rem;display:grid;place-items:center;border:0;border-radius:999px;background:#ffffffe0;color:var(--color-text);box-shadow:0 2px 10px #0000001f}.mg-scope .gallery__nav--prev{left:.65rem}.mg-scope .gallery__nav--next{right:.65rem}.mg-scope .gallery__dots{display:flex;justify-content:center;gap:.4rem;padding-top:.75rem}.mg-scope .gallery__dot{width:.45rem;height:.45rem;border:0;padding:0;border-radius:999px;background:var(--color-border)}.mg-scope .gallery__dot[aria-current=true]{background:var(--color-accent);width:1.4rem}.mg-scope .gallery__thumbs{display:none;gap:.5rem;padding-top:.6rem}.mg-scope .gallery__thumb{flex:0 0 auto;width:4.75rem;aspect-ratio:3 / 4;padding:0;border:2px solid transparent;border-radius:calc(var(--radius) - 2px);overflow:hidden;background:var(--color-bg-alt)}.mg-scope .gallery__thumb img{width:100%;height:100%;object-fit:cover}.mg-scope .gallery__thumb[aria-current=true]{border-color:var(--color-accent)}@media(min-width:750px){.mg-scope .gallery__thumbs{display:flex;flex-wrap:wrap}.mg-scope .gallery__dots{display:none}}.mg-scope .product__info{display:flex;flex-direction:column}.mg-scope .rating-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:.85rem;color:var(--color-text-soft)}.mg-scope .rating-row__score{font-weight:700;color:var(--color-text);font-variant-numeric:tabular-nums}.mg-scope .rating-row__text{color:var(--color-text-soft)}.mg-scope .rating-row__source{margin:.15rem 0 .6rem;font-size:.76rem;line-height:1.45;color:var(--color-text-soft)}.mg-scope .stars{position:relative;display:inline-block;color:var(--color-star);font-size:.95rem;letter-spacing:.05em;line-height:1;white-space:nowrap}.mg-scope .stars__track{color:var(--color-border)}.mg-scope .stars__fill{position:absolute;inset-block-start:0;inset-inline-start:0;overflow:hidden;white-space:nowrap;color:var(--color-star)}.mg-scope .product__title{font-size:clamp(1.5rem,4.5vw,2.15rem);margin-bottom:.6rem}.mg-scope .product__subtitle{font-size:1.02rem;color:var(--color-text-soft);margin-bottom:1.1rem}@media(max-width:749px){.mg-scope .product__subtitle{font-size:.8rem;line-height:1.5;margin-bottom:.85rem}}.mg-scope .price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem}.mg-scope .price{font-family:var(--font-heading);font-size:1.9rem;line-height:1}.mg-scope .price--sale{color:var(--color-sale)}.mg-scope .price__was{font-size:1.05rem;color:var(--color-text-soft);text-decoration:line-through}.mg-scope .badge-save{padding:.2rem .45rem;border-radius:4px;background:var(--color-sale);color:#fff;font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.mg-scope .product__bullets{list-style:none;margin:0 0 1.5rem;padding:0;display:grid;gap:.6rem}.mg-scope .product__bullets li{display:grid;grid-template-columns:1.35rem 1fr;gap:.6rem;align-items:start;font-size:.97rem}.mg-scope .product__bullets svg{margin-top:.28rem;color:var(--color-accent)}.mg-scope .design{margin:0 0 1.1rem}.mg-scope .design .bundle__legend{display:block}.mg-scope .design__row{display:flex;flex-wrap:wrap;gap:.6rem}.mg-scope .design__option input{position:absolute;opacity:0;width:1px;height:1px}.mg-scope .design__option{cursor:pointer;display:flex;align-items:center;gap:.55rem;padding:.4rem .85rem .4rem .4rem;border:2px solid var(--color-line, rgba(0,0,0,.12));border-radius:999px;background:var(--color-surface, #fff);color:inherit;text-decoration:none;font-weight:600;line-height:1.2;transition:border-color .15s ease,box-shadow .15s ease}.mg-scope .design__option img{width:2.4rem;height:2.4rem;border-radius:50%;object-fit:cover;display:block}.mg-scope .design__option:not(:has(img)){padding-left:.95rem}.mg-scope .design__option:hover{border-color:var(--color-accent)}.mg-scope .design__option.is-active,.mg-scope .design__option:has(input:checked){border-color:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 22%,transparent)}.mg-scope .design__option:focus-within{outline:2px solid var(--color-accent);outline-offset:2px}.mg-scope fieldset.design{border:0;padding:0;margin:0 0 1.25rem}.mg-scope .bundle{display:grid;gap:.9rem;margin:0 0 1.25rem;padding:0;border:0}.mg-scope .bundle__legend{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-soft);padding:0;margin-bottom:.15rem}.mg-scope .bundle__option{position:relative;display:block}.mg-scope .bundle__option input{position:absolute;opacity:0;width:1px;height:1px}.mg-scope .bundle__card{display:grid;grid-template-columns:1.4rem 1fr auto;gap:.85rem;align-items:center;padding:1rem 1rem 1rem .9rem;border:2px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);transition:border-color .15s ease,background-color .15s ease}.mg-scope .bundle__option:hover .bundle__card,.mg-scope .bundle__option--deal .bundle__card{border-color:var(--color-accent-soft)}.mg-scope .bundle__option--deal:hover .bundle__card{border-color:var(--color-accent)}.mg-scope .bundle__option input:checked+.bundle__card{border-color:var(--color-accent);background:var(--color-accent-soft)}.mg-scope .bundle__option input:focus-visible+.bundle__card{outline:2px solid var(--color-accent);outline-offset:2px}.mg-scope .bundle__radio{width:1.2rem;height:1.2rem;border:2px solid var(--color-border);border-radius:999px;background:#fff;position:relative}.mg-scope .bundle__option input:checked+.bundle__card .bundle__radio{border-color:var(--color-accent)}.mg-scope .bundle__option input:checked+.bundle__card .bundle__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:999px;background:var(--color-accent)}.mg-scope .bundle__label{font-weight:700;font-size:1rem;line-height:1.3}.mg-scope .bundle__note{display:block;font-size:.83rem;font-weight:400;color:var(--color-text-soft)}.mg-scope .bundle__prices{text-align:right;line-height:1.3}.mg-scope .bundle__price{font-weight:700;font-size:1.15rem}.mg-scope .bundle__compare{display:block;font-size:.82rem;color:var(--color-text-soft);text-decoration:line-through}.mg-scope .bundle__save{display:inline-block;margin-top:.3rem;padding:.16rem .5rem;border-radius:999px;background:var(--color-sale);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.mg-scope .bundle__unit{display:block;font-size:.82rem;color:var(--color-text-soft)}.mg-scope .bundle__ribbon{position:absolute;top:-.6rem;right:.9rem;z-index:2;padding:.18rem .6rem;border-radius:999px;background:var(--color-text);color:var(--color-bg);font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.mg-scope .bundle__ribbon--stripe{background-color:#fff;background-image:var(--mg-stripe);background-size:40px 40px;padding:.18rem;border:1.5px solid var(--color-text)}.mg-scope .bundle__ribbon--stripe span{display:block;padding:.1rem .5rem;border-radius:999px;background:var(--color-text);color:var(--color-bg)}.mg-scope .product__cta{display:grid;gap:.7rem}.mg-scope .product__cta-note{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.84rem;color:var(--color-text-soft)}.mg-scope .stock-dot{width:.5rem;height:.5rem;border-radius:999px;background:#2f8f5b;box-shadow:0 0 #2f8f5b99;animation:pulse 2.2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 8px #2f8f5b00}to{box-shadow:0 0 #2f8f5b00}}@media(prefers-reduced-motion:reduce){.mg-scope .stock-dot{animation:none}}.mg-scope .payment-icons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;padding-top:.35rem;opacity:.75}.mg-scope .payment-icons svg{height:1.5rem;width:auto}.mg-scope .product__assurances{display:grid;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.mg-scope .assurance{display:grid;grid-template-columns:1.6rem 1fr;gap:.7rem;align-items:start;font-size:.9rem}.mg-scope .assurance svg{color:var(--color-accent);margin-top:.15rem}.mg-scope .assurance strong{display:block}.mg-scope .bundle__gift{display:inline-flex;align-items:center;gap:.35rem;margin-top:.35rem;padding:.16rem .5rem .16rem .4rem;border-radius:999px;background:#2f8f8a1f;color:#1f6b67;font-size:.78rem;font-weight:700;line-height:1.35}.mg-scope .bundle__gift svg{flex:0 0 auto}.mg-scope .gifts{position:relative;margin:-.35rem 0 1.25rem;padding:1.15rem .75rem .75rem;border:2px dashed var(--color-border);border-radius:var(--radius)}.mg-scope .gifts__title{position:absolute;top:-.62rem;left:.85rem;padding:.18rem .6rem;border-radius:999px;background:var(--color-text);color:var(--color-bg);font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.mg-scope .gifts__row{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem}.mg-scope .gifts__tile{position:relative;display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.7rem .35rem .6rem;border:1.5px solid rgba(47,143,138,.45);border-radius:calc(var(--radius) - 4px);background:#2f8f8a12;text-align:center;transition:border-color .2s ease,background-color .2s ease}.mg-scope .gifts__thumb{width:3.4rem;height:3.4rem;display:flex;align-items:center;justify-content:center;transition:filter .2s ease,opacity .2s ease}.mg-scope .gifts__thumb img{width:100%;height:100%;object-fit:contain;border-radius:8px;mix-blend-mode:multiply}.mg-scope .gifts__thumb--icon{color:#1f6b67}.mg-scope .gifts__value{font-size:.7rem;color:var(--color-text-soft);line-height:1}.mg-scope .gifts__name{font-size:.74rem;font-weight:700;line-height:1.25;color:#1f6b67}.mg-scope .gifts__extra{font-size:.68rem;font-weight:700;line-height:1.2;color:#1f6b67;opacity:.85}.mg-scope .gifts__check{position:absolute;top:-.45rem;right:-.35rem;z-index:1;display:flex;align-items:center;justify-content:center;width:1.15rem;height:1.15rem;border-radius:999px;background:#2f8f8a;color:#fff;box-shadow:0 0 0 2px var(--color-bg)}.mg-scope .gifts__lock{display:none;align-items:center;gap:.25rem;font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-soft)}.mg-scope .gifts__tile--locked{border-color:var(--color-border);background:var(--color-bg)}.mg-scope .gifts__tile--locked .gifts__thumb{filter:grayscale(1);opacity:.4}.mg-scope .gifts__tile--locked .gifts__name,.mg-scope .gifts__tile--locked .gifts__extra{color:var(--color-text-soft)}.mg-scope .gifts__tile--locked .gifts__value{opacity:.6}.mg-scope .gifts__tile--locked .gifts__check{display:none}.mg-scope .gifts__tile--locked .gifts__lock{display:inline-flex}.mg-scope .protect{margin:0 0 1.15rem}.mg-scope .protect__input{position:absolute;opacity:0;width:1px;height:1px}.mg-scope .protect__card{position:relative;display:flex;align-items:flex-start;gap:.75rem;padding:.85rem .9rem;border:1px dashed var(--color-border);border-radius:var(--radius);background:var(--color-bg);cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.mg-scope .protect__card:hover{border-color:#7fbdba}.mg-scope .protect__input:checked+.protect__card{border-style:solid;border-color:var(--color-highlight);background:#2f8f8a0f}.mg-scope .protect__input:focus-visible+.protect__card{outline:2px solid var(--color-accent);outline-offset:2px}.mg-scope .protect__switch{flex:0 0 auto;width:2.3rem;height:1.3rem;margin-top:.1rem;border-radius:999px;background:#d8cbba;transition:background-color .18s ease}.mg-scope .protect__knob{display:block;width:1.02rem;height:1.02rem;margin:.14rem;border-radius:50%;background:#fff;box-shadow:0 1px 2px #2a1c134d;transition:transform .2s cubic-bezier(.22,1,.36,1)}.mg-scope .protect__input:checked+.protect__card .protect__switch{background:var(--color-highlight)}.mg-scope .protect__input:checked+.protect__card .protect__knob{transform:translate(1rem)}.mg-scope .protect__body{min-width:0}.mg-scope .protect__title{display:block;font-weight:700;font-size:.95rem;line-height:1.35;padding-right:5.5rem}.mg-scope .protect__price{color:var(--color-highlight)}.mg-scope .protect__price:before{content:"\b7  ";color:var(--color-text-soft)}.mg-scope .protect__text{display:block;margin-top:.2rem;font-size:.83rem;line-height:1.5;color:var(--color-text-soft)}.mg-scope .protect__badge{position:absolute;top:.6rem;right:.6rem;display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .45rem;border-radius:999px;background:#2f8f8a24;color:#1f6b67;font-size:.62rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.mg-scope .protect__setup{margin:0 0 1.15rem;padding:.8rem .9rem;border:1px dashed var(--color-border);border-radius:var(--radius);font-size:.83rem;line-height:1.55;color:var(--color-text-soft)}@media(max-width:480px){.mg-scope .protect__card{flex-wrap:wrap}.mg-scope .protect__title{padding-right:0}.mg-scope .protect__body{flex:1 1 calc(100% - 3.05rem)}.mg-scope .protect__badge{position:static;order:3;flex:0 0 auto;margin:.5rem 0 0 3.05rem}}.mg-scope .minirev{display:flex;align-items:flex-start;gap:.7rem;margin:1rem 0 0;padding:.75rem .85rem;border-radius:var(--radius);background:var(--color-accent-soft)}.mg-scope .minirev__face{width:2.5rem;height:2.5rem;flex:0 0 auto;border-radius:50%;object-fit:cover;border:2px solid var(--color-bg)}.mg-scope .minirev__stars{display:inline-flex;gap:.06rem;color:var(--color-star)}.mg-scope .minirev__quote{margin:.15rem 0 .25rem;font-size:.86rem;line-height:1.5}.mg-scope .minirev__by{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;font-size:.76rem;font-weight:700;color:var(--color-text-soft)}.mg-scope .minirev__verified{display:inline-flex;align-items:center;gap:.22rem;font-weight:600;color:var(--color-highlight)}.mg-scope .demo{order:3;position:relative;margin:1.5rem 0 0;border-radius:var(--radius);overflow:hidden;background:var(--color-bg-alt);box-shadow:0 1px 3px #2a1c1312,0 10px 26px #2a1c131a}.mg-scope .demo__video{display:block;width:100%;aspect-ratio:3 / 4;object-fit:cover}.mg-scope .demo__caption{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:flex-start;gap:.5rem;padding:2.5rem .9rem .8rem;background:linear-gradient(to top,#2a1c13c7,#2a1c1300);color:#faf6ee;font-size:.83rem;font-weight:600;line-height:1.4}.mg-scope .demo__caption svg{flex:0 0 auto;opacity:.85;margin-top:.1rem}@media(min-width:750px){.mg-scope .demo{max-width:21rem}}.mg-scope .sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:45;overflow:hidden;background:var(--color-bg);border-top:1px solid var(--color-border);box-shadow:0 -6px 24px #2a1c131c;transform:translateY(110%);transition:transform .28s cubic-bezier(.22,1,.36,1);padding-bottom:env(safe-area-inset-bottom)}.mg-scope .sticky-atc.is-visible{transform:translateY(0)}.mg-scope .sticky-atc__row{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem}.mg-scope .sticky-atc__img{width:3rem;height:3rem;border-radius:8px;object-fit:cover;flex:0 0 auto}.mg-scope .sticky-atc__meta{min-width:0;flex:1;line-height:1.25}.mg-scope .sticky-atc__name{display:block;font-size:.8rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mg-scope .sticky-atc__prices{display:flex;align-items:baseline;gap:.4rem}.mg-scope .sticky-atc__price{font-size:.9rem;font-weight:700;color:var(--color-sale)}.mg-scope .sticky-atc__was{font-size:.78rem;color:var(--color-text-soft);text-decoration:line-through}.mg-scope .sticky-atc .btn{width:auto;flex:0 0 auto;min-height:2.9rem;padding-inline:1.25rem;box-shadow:0 4px 0 0 var(--color-accent-dark)}.mg-scope .sticky-sale{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0;padding:.4rem 1rem;background:var(--color-sale);color:#faf6ee;font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.mg-scope .sticky-sale__clock{font-variant-numeric:tabular-nums;letter-spacing:.04em;padding-left:.5rem;border-left:1px solid rgba(251,246,238,.35)}.mg-scope .sticky-sale__pulse{width:.45rem;height:.45rem;border-radius:50%;background:#faf6ee;flex:0 0 auto;animation:mg-pulse 2s ease-in-out infinite}@keyframes mg-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}@media(prefers-reduced-motion:reduce){.mg-scope .sticky-sale__pulse{animation:none}.mg-scope .sticky-atc{transition:none}}@media(min-width:990px){.mg-scope .sticky-atc{left:50%;right:auto;bottom:1.25rem;width:min(38rem,calc(100vw - 3rem));transform:translate(-50%,calc(100% + 2rem));border:1px solid var(--color-border);border-radius:14px;box-shadow:0 2px 6px #2a1c1314,0 14px 34px #2a1c1329}.mg-scope .sticky-atc.is-visible{transform:translate(-50%)}.mg-scope .sticky-atc__row{padding:.7rem .8rem .7rem .7rem}}.mg-scope .testimonial{display:grid;gap:1.5rem;align-items:center;padding:clamp(1.5rem,4vw,2.5rem);border-radius:var(--radius);background:var(--color-bg-alt)}@media(min-width:750px){.mg-scope .testimonial{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}}.mg-scope .testimonial__img{border-radius:var(--radius);aspect-ratio:1 / 1;object-fit:cover;width:100%}.mg-scope .testimonial__img--portrait{object-position:50% 30%}.mg-scope .testimonial__quote{font-family:var(--font-heading);font-size:clamp(1.2rem,3vw,1.6rem);line-height:1.35;margin:.5rem 0 1rem}.mg-scope .testimonial__who{font-size:.9rem;color:var(--color-text-soft)}.mg-scope .testimonial__who strong{color:var(--color-text)}.mg-scope .verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.76rem;font-weight:700;color:#2f8f5b;text-transform:uppercase;letter-spacing:.08em}.mg-scope .story{display:grid;gap:clamp(1.25rem,4vw,2.75rem);align-items:center}@media(min-width:750px){.mg-scope .story{grid-template-columns:repeat(2,minmax(0,1fr))}.mg-scope .story--reverse .story__media{order:2}}.mg-scope .story__media{border-radius:var(--radius);overflow:hidden;background:var(--color-bg-alt)}.mg-scope .story__media img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.mg-scope .story__body p{color:var(--color-text-soft)}.mg-scope .story__body p strong{color:var(--color-text)}.mg-scope .story__list{list-style:none;margin:1.1rem 0 0;padding:0;display:grid;gap:.55rem}.mg-scope .story__list li{display:grid;grid-template-columns:1.35rem 1fr;gap:.6rem;font-size:.95rem}.mg-scope .story__list svg{margin-top:.28rem;color:var(--color-accent)}.mg-scope .stats{display:grid;gap:1.75rem;text-align:center}@media(min-width:750px){.mg-scope .stats{grid-template-columns:repeat(3,1fr)}}.mg-scope .stat__figure{font-family:var(--font-heading);font-size:clamp(2.5rem,7vw,3.5rem);line-height:1;color:var(--color-accent)}.mg-scope .stat__label{font-size:.95rem;color:var(--color-text-soft);max-width:30ch;margin-inline:auto}.mg-scope .stats__footnote{text-align:center;font-size:.78rem;color:var(--color-text-soft);margin-top:1.75rem}.mg-scope .trust{display:grid;gap:1.5rem;text-align:center}@media(min-width:750px){.mg-scope .trust{grid-template-columns:repeat(3,1fr)}}.mg-scope .trust__item svg{margin:0 auto .65rem;color:var(--color-accent)}.mg-scope .trust__item strong{display:block;margin-bottom:.2rem}.mg-scope .trust__item span{font-size:.88rem;color:var(--color-text-soft)}.mg-scope .compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.mg-scope .compare{width:100%;min-width:520px;border-collapse:separate;border-spacing:0;font-size:.92rem}.mg-scope .compare th,.mg-scope .compare td{padding:.85rem .75rem;text-align:center}.mg-scope .compare thead th{font-family:var(--font-heading);font-size:1rem}.mg-scope .compare tbody th{text-align:left;font-weight:400;color:var(--color-text-soft)}.mg-scope .compare tbody tr+tr th,.mg-scope .compare tbody tr+tr td{border-top:1px solid var(--color-border)}.mg-scope .compare .col-ours{background:var(--color-accent-soft);border-inline:2px solid var(--color-accent)}.mg-scope .compare thead .col-ours{border-top:2px solid var(--color-accent);border-radius:var(--radius) var(--radius) 0 0}.mg-scope .compare tbody tr:last-child .col-ours{border-bottom:2px solid var(--color-accent);border-radius:0 0 var(--radius) var(--radius)}.mg-scope .compare .yes{color:#2f8f5b;font-weight:700}.mg-scope .compare .no{color:var(--color-text-soft)}.mg-scope .faq{display:grid;gap:.6rem}.mg-scope .faq__item{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);overflow:hidden}.mg-scope .faq__item[open]{border-color:var(--color-accent)}.mg-scope .faq__q{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;font-weight:700;cursor:pointer;list-style:none}.mg-scope .faq__q::-webkit-details-marker{display:none}.mg-scope .faq__q:after{content:"+";font-family:var(--font-heading);font-size:1.5rem;line-height:1;color:var(--color-accent);flex:0 0 auto}.mg-scope .faq__item[open] .faq__q:after{content:"\2013"}.mg-scope .faq__a{padding:0 1.15rem 1.15rem;color:var(--color-text-soft)}.mg-scope .shipping-table{width:100%;border-collapse:collapse;font-size:.92rem;margin-top:.5rem}.mg-scope .shipping-table th,.mg-scope .shipping-table td{padding:.6rem .5rem;text-align:left;border-bottom:1px solid var(--color-border)}.mg-scope .shipping-table th{font-weight:700}.mg-scope .shipping-table td:last-child{text-align:right;white-space:nowrap}.mg-scope .reviews__summary{display:grid;gap:1.5rem;align-items:center;padding:clamp(1.25rem,3vw,2rem);border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:1.75rem}@media(min-width:750px){.mg-scope .reviews__summary{grid-template-columns:minmax(0,.6fr) minmax(0,1.4fr)}}@media(min-width:750px){.mg-scope .reviews__summary--solo{grid-template-columns:minmax(0,1fr);justify-items:center}}.mg-scope .reviews__score{text-align:center}.mg-scope .reviews__score-number{font-family:var(--font-heading);font-size:3rem;line-height:1}.mg-scope .reviews__count{font-size:.86rem;color:var(--color-text-soft)}.mg-scope .reviews__source{max-width:34ch;margin:.5rem auto 0;font-size:.78rem;line-height:1.5;color:var(--color-text-soft)}.mg-scope .bar-row{display:grid;grid-template-columns:3.5rem 1fr 2.75rem;gap:.6rem;align-items:center;font-size:.82rem}.mg-scope .bar{height:.5rem;border-radius:999px;background:var(--color-border);overflow:hidden}.mg-scope .bar span{display:block;height:100%;background:var(--color-star)}.mg-scope .review-grid{display:grid;gap:1rem}@media(min-width:750px){.mg-scope .review-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.mg-scope .review-grid{grid-template-columns:repeat(3,1fr)}}.mg-scope .review-card{display:flex;flex-direction:column;gap:.6rem;padding:1.15rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg)}.mg-scope .review-card__img{border-radius:calc(var(--radius) - 2px);aspect-ratio:4 / 3;object-fit:cover;width:100%}.mg-scope .review-card__title{font-weight:700}.mg-scope .review-card__body{font-size:.93rem;color:var(--color-text-soft);margin:0}.mg-scope .review-card__who{display:flex;align-items:center;gap:.5rem;font-size:.82rem;margin-top:auto;padding-top:.4rem}.mg-scope .reviews__empty{padding:2rem 1.25rem;text-align:center;border:1px dashed var(--color-border);border-radius:var(--radius);color:var(--color-text-soft)}.mg-scope .guarantee{display:grid;gap:1.25rem;align-items:center;text-align:center;padding:clamp(1.75rem,5vw,3rem);border:2px solid var(--color-accent);border-radius:var(--radius);background:var(--color-bg)}.mg-scope .guarantee__seal{margin-inline:auto;color:var(--color-accent)}.mg-scope .guarantee p{color:var(--color-text-soft);max-width:58ch;margin-inline:auto}.mg-scope .drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;visibility:hidden}.mg-scope .drawer.is-open{visibility:visible}.mg-scope .drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a1c1373;opacity:0;transition:opacity .25s ease}.mg-scope .drawer.is-open .drawer__overlay{opacity:1}.mg-scope .drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(26rem,100%);display:flex;flex-direction:column;background:var(--color-bg);transform:translate(100%);transition:transform .28s ease}.mg-scope .drawer.is-open .drawer__panel{transform:translate(0)}.mg-scope .drawer__head{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.mg-scope .drawer__head h2{margin:0;font-size:1.1rem}.mg-scope .drawer__body{flex:1;overflow-y:auto;padding:1.25rem}.mg-scope .drawer__foot{padding:1.25rem;border-top:1px solid var(--color-border);display:grid;gap:.6rem}.mg-scope .drawer__total{display:flex;justify-content:space-between;font-weight:700}.mg-scope .drawer__note{text-align:center;font-size:.8rem;color:var(--color-text-soft)}.mg-scope .line-item{display:grid;grid-template-columns:4.25rem 1fr;gap:.85rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--color-border)}.mg-scope .line-item:last-child{border-bottom:0;margin-bottom:0}.mg-scope .line-item img{border-radius:8px;aspect-ratio:1 / 1;object-fit:cover;width:100%}.mg-scope .line-item__name{font-weight:700;font-size:.92rem}.mg-scope .line-item__variant{font-size:.82rem;color:var(--color-text-soft)}.mg-scope .line-item__row{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;gap:.5rem}.mg-scope .qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius)}.mg-scope .qty button{width:2rem;height:2rem;border:0;background:none;line-height:1}.mg-scope .qty span{min-width:1.75rem;text-align:center;font-size:.9rem}.mg-scope .line-item__remove{background:none;border:0;padding:0;font-size:.78rem;color:var(--color-text-soft);text-decoration:underline}.mg-scope .rte h2{margin-top:1.75rem}.mg-scope .rte ul,.mg-scope .rte ol{padding-left:1.25rem}.mg-scope .rte a{color:var(--color-accent)}.mg-scope .rte table{width:100%;border-collapse:collapse}.mg-scope .rte td,.mg-scope .rte th{padding:.5rem;border-bottom:1px solid var(--color-border)}.mg-scope .page-hero{text-align:center;padding-block:clamp(2rem,5vw,3.5rem) 0}.mg-scope .form-field{display:grid;gap:.35rem;margin-bottom:1rem}.mg-scope .form-field label{font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mg-scope .form-field input,.mg-scope .form-field textarea{min-height:3rem;padding:.7rem .9rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:inherit;font:inherit}.mg-scope .form-field textarea{min-height:8rem;resize:vertical}.mg-scope .form-success{padding:1rem 1.15rem;border-radius:var(--radius);background:var(--color-accent-soft);border:1px solid var(--color-accent);margin-bottom:1.25rem}.mg-scope .form-error{color:var(--color-sale);font-size:.9rem}.mg-scope.section--flush{padding-block:0;display:block}.mg-marquee{--mg-marquee-fg: var(--color-bg);--mg-marquee-bg: var(--color-text);background:var(--mg-marquee-bg);color:var(--mg-marquee-fg);padding-block:.85rem}.mg-marquee--cream{--mg-marquee-bg: var(--color-bg-alt);--mg-marquee-fg: var(--color-text)}.mg-marquee--accent{--mg-marquee-bg: var(--color-accent);--mg-marquee-fg: #fff}.mg-marquee--sale{--mg-marquee-bg: #B3202C;--mg-marquee-fg: #FFF3D6;padding-block:.7rem}.mg-marquee--sale .mg-marquee__text{font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:.82rem}.mg-marquee--sale .mg-marquee__sep{color:#e8b44a}.mg-marquee__viewport{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.mg-marquee__track{display:flex;width:max-content;animation:mg-marquee-scroll var(--mg-marquee-duration, 40s) linear infinite;will-change:transform}.mg-marquee__viewport:hover .mg-marquee__track,.mg-marquee__viewport:focus-within .mg-marquee__track{animation-play-state:paused}@keyframes mg-marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.mg-marquee__list{display:flex;align-items:center;gap:1.5rem;margin:0;padding:0 .75rem 0 0;list-style:none}.mg-marquee__item{display:flex;align-items:center}.mg-marquee__text{font-family:var(--font-body);font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}.mg-marquee__logo{height:26px;width:auto;object-fit:contain;opacity:.85}.mg-marquee__sep{display:flex;align-items:center;opacity:.55}@media(prefers-reduced-motion:reduce){.mg-marquee__track{animation:none}.mg-marquee__list+.mg-marquee__list{display:none}.mg-marquee__viewport{overflow-x:auto}}.mg-scope .sale-band{--stub-width: 6.5rem;--stub-gutter: .95rem;position:relative;display:grid;grid-template-columns:var(--stub-width) 1fr;align-items:center;gap:.9rem;max-width:38rem;margin-inline:auto;padding:.7rem .95rem;border-radius:var(--radius);background:var(--color-sale);color:#faf6ee;box-shadow:0 1px 2px #2a1c1329,0 14px 32px -12px #9e2b258c}.mg-scope .sale-band__stub{display:grid;justify-items:center;padding-right:.9rem;border-right:2px dashed rgba(251,246,238,.45)}.mg-scope .sale-band:before,.mg-scope .sale-band:after{content:"";position:absolute;left:calc(var(--stub-gutter) + var(--stub-width) - .5rem);width:1rem;height:1rem;border-radius:999px;background:var(--color-bg)}.mg-scope .sale-band:before{top:-.5rem}.mg-scope .sale-band:after{bottom:-.5rem}.mg-scope .sale-band__pct{font-family:var(--font-heading);font-weight:800;font-size:clamp(2.1rem,5.5vw,2.9rem);line-height:.9;letter-spacing:-.04em;font-variation-settings:"opsz" 100}.mg-scope .sale-band__off{font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;opacity:.85}.mg-scope .sale-band__body{min-width:0}.mg-scope .sale-band__heading{font-family:var(--font-heading);font-size:clamp(.92rem,2.1vw,1.15rem);line-height:1.15;letter-spacing:-.02em;margin:0}.mg-scope .sale-band__meta{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin:.25rem 0 0;font-size:.75rem}.mg-scope .sale-band__words{font-weight:700;letter-spacing:.04em;text-transform:uppercase}.mg-scope .sale-band__clock{padding:.1rem .45rem;border-radius:4px;background:#fbf6ee29;font-variant-numeric:tabular-nums;font-weight:700}.mg-scope .sale-band__note{margin:.2rem 0 0;font-size:.72rem;opacity:.82}.mg-scope .sale-band__cta{grid-column:2;justify-self:start;background:var(--color-bg);color:var(--color-sale);box-shadow:0 4px #2a1c1359}.mg-scope .sale-band__cta:hover{background:#fff}@media(min-width:750px){.mg-scope .sale-band{grid-template-columns:var(--stub-width) 1fr auto;padding-inline:var(--stub-gutter)}.mg-scope .sale-band__cta{grid-column:3;justify-self:end}}.mg-scope .sale-tag{display:inline-flex;align-items:baseline;gap:.45rem;margin:-.25rem 0 1rem;padding:.3rem .6rem;border-radius:999px;background:var(--color-sale);color:#faf6ee;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mg-scope .sale-tag__clock{font-variant-numeric:tabular-nums;letter-spacing:.04em;opacity:.9}.mg-scope .sticky-atc__deadline{display:block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-sale)}.mg-scope .sticky-atc__deadline strong{font-variant-numeric:tabular-nums}.mg-scope .cutoff{display:flex;align-items:center;gap:.5rem;margin:.75rem 0 0;padding:.6rem .8rem;border-radius:var(--radius);background:var(--color-accent-soft);border:1px solid var(--color-border);font-size:.88rem;color:var(--color-text)}.mg-scope .cutoff strong{font-variant-numeric:tabular-nums;color:var(--color-accent-dark)}.mg-scope .stock-left{display:flex;align-items:center;gap:.5rem;margin:.6rem 0 0;font-size:.88rem;font-weight:600;color:var(--color-sale)}.mg-scope .stock-dot--warn{background:var(--color-sale)}.mg-scope .checkout-trust{margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--color-border)}.mg-scope .checkout-trust__line{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:0 0 .6rem;font-size:.8rem;color:var(--color-text-soft)}.mg-scope .cta-band{position:relative;overflow:hidden;border-radius:calc(var(--radius) * 1.6);background:radial-gradient(120% 140% at 12% 0%,rgba(164,82,43,.16),transparent 58%),radial-gradient(100% 120% at 100% 100%,rgba(47,143,138,.12),transparent 55%),var(--color-bg-alt);border:1px solid var(--color-border);padding:clamp(1.75rem,5vw,3rem);text-align:center}.mg-scope .cta-band:after{content:"";position:absolute;inset-block-start:-18px;inset-inline-end:-18px;width:130px;height:130px;background-image:var(--mg-stripe);background-size:46px 46px;opacity:.07;transform:rotate(12deg);pointer-events:none}.mg-scope .cta-band__copy{position:relative;max-width:46rem;margin-inline:auto}.mg-scope .cta-band__text{color:var(--color-text-soft);margin-bottom:1.1rem}.mg-scope .cta-band__price{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:.6rem;margin:0 0 1.1rem}.mg-scope .cta-band__now{font-family:var(--font-heading);font-size:2rem;line-height:1;color:var(--color-sale)}.mg-scope .cta-band__was{color:var(--color-text-soft);text-decoration:line-through}.mg-scope .cta-band__off{padding:.2rem .55rem;border-radius:999px;background:var(--color-sale);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.04em}.mg-scope .cta-band__note{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:.9rem 0 0;font-size:.85rem;color:var(--color-text-soft)}.shopify-section.mg-scope:not(:has(*)){display:none}@media(max-width:749px){.mg-scope .gallery__stage{max-height:52vh}.mg-scope .gallery__slide img{max-height:52vh;object-fit:contain}.mg-scope .bundle__option{padding:.7rem .85rem}.mg-scope .bundle{gap:.5rem}.mg-scope .bundle__note{font-size:.78rem}.mg-scope .sticky-atc.is-visible~*{scroll-margin-bottom:5rem}body:has(.sticky-atc.is-visible){padding-bottom:4.5rem}}@media(max-width:749px){.mg-scope [data-product-form]{display:flex;flex-direction:column}.mg-scope [data-product-form] .bundle{order:1}.mg-scope [data-product-form] .product__cta{order:2}.mg-scope [data-product-form] .gifts{order:3;margin-top:1rem}}.mg-scope .dpick{display:grid;gap:clamp(1.75rem,4vw,3.5rem);align-items:center}@media(min-width:990px){.mg-scope .dpick{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}.mg-scope .dpick__media{position:relative;display:grid;border-radius:var(--radius);overflow:hidden;isolation:isolate;background:#0b1710}.mg-scope .dpick__frame{grid-area:1 / 1;opacity:0;transition:opacity .4s var(--mg-ease, cubic-bezier(.22, 1, .36, 1))}.mg-scope .dpick__img{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover}.mg-scope .dpick__glow{grid-area:1 / 1;position:relative;z-index:1;pointer-events:none;mix-blend-mode:screen;opacity:.4;transition:background .45s var(--mg-ease, cubic-bezier(.22, 1, .36, 1))}.mg-scope .dpick__copy{color:var(--color-text-soft);margin-bottom:1.5rem}.mg-scope .dpick__copy p{margin:0}.mg-scope .dpick__picker{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);padding:1.1rem 1.25rem 1rem;margin:0 0 1.25rem}.mg-scope .dpick__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(3.1rem,1fr));gap:.5rem}.mg-scope .dpick__radio,.mg-scope .dpick__bright-radio{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.mg-scope .dpick__tile{display:grid;place-items:center;aspect-ratio:1;border-radius:.6rem;border:1px solid var(--color-border);background:var(--color-bg-alt);cursor:pointer;transition:background-color .18s,border-color .18s,transform .15s}.mg-scope .dpick__glyph{font-size:1.4rem;line-height:1}.mg-scope .dpick__tile:hover{border-color:var(--color-accent)}.mg-scope .dpick__radio:focus-visible+.dpick__tile{outline:3px solid var(--color-star);outline-offset:2px}.mg-scope .dpick__radio:checked+.dpick__tile{background:var(--color-bg);border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 6px 18px #1f513659}.mg-scope .dpick__readout{display:grid;margin:.85rem 0 0;min-height:1.4em;font-weight:700;font-size:.95rem;color:var(--color-accent)}.mg-scope .dpick__name{grid-area:1 / 1;opacity:0;transition:opacity .2s}@supports not selector(:has(*)){.mg-scope .dpick__frame[data-dpick="1"],.mg-scope .dpick__name[data-dpick="1"]{opacity:1}.mg-scope .dpick__radio:checked+.dpick__tile{background:var(--color-accent);border-color:var(--color-accent)}}.mg-scope .dpick__bright{border:0;padding:0;margin:0 0 1.25rem}.mg-scope .dpick__bright-label{padding:0;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-soft)}.mg-scope .dpick__rail{display:grid;grid-template-columns:repeat(var(--steps, 5),minmax(0,1fr));gap:.4rem;margin-top:.5rem}.mg-scope .dpick__bright[data-bsteps="3"] .dpick__rail{--steps: 3}.mg-scope .dpick__bright[data-bsteps="4"] .dpick__rail{--steps: 4}.mg-scope .dpick__bright[data-bsteps="5"] .dpick__rail{--steps: 5}.mg-scope .dpick__bright[data-bsteps="6"] .dpick__rail{--steps: 6}.mg-scope .dpick__bright-step{height:.7rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-bg-alt);cursor:pointer;transition:background-color .18s,border-color .18s}.mg-scope .dpick__bright-radio:focus-visible+.dpick__bright-step{outline:3px solid var(--color-star);outline-offset:3px}.mg-scope .dpick__rail:has(.dpick__bright-radio:nth-of-type(1):checked) .dpick__bright-step:nth-of-type(-n+1),.mg-scope .dpick__rail:has(.dpick__bright-radio:nth-of-type(2):checked) .dpick__bright-step:nth-of-type(-n+2),.mg-scope .dpick__rail:has(.dpick__bright-radio:nth-of-type(3):checked) .dpick__bright-step:nth-of-type(-n+3),.mg-scope .dpick__rail:has(.dpick__bright-radio:nth-of-type(4):checked) .dpick__bright-step:nth-of-type(-n+4),.mg-scope .dpick__rail:has(.dpick__bright-radio:nth-of-type(5):checked) .dpick__bright-step:nth-of-type(-n+5),.mg-scope .dpick__rail:has(.dpick__bright-radio:nth-of-type(6):checked) .dpick__bright-step:nth-of-type(-n+6){background:linear-gradient(180deg,#ffd97a,var(--mg-gold, #e8b44a));border-color:var(--mg-gold, #e8b44a)}.mg-scope .dpick:has(.dpick__bright-radio:nth-of-type(1):checked) .dpick__glow{opacity:.1}.mg-scope .dpick:has(.dpick__bright-radio:nth-of-type(2):checked) .dpick__glow{opacity:.2}.mg-scope .dpick:has(.dpick__bright-radio:nth-of-type(3):checked) .dpick__glow{opacity:.3}.mg-scope .dpick:has(.dpick__bright-radio:nth-of-type(4):checked) .dpick__glow{opacity:.4}.mg-scope .dpick:has(.dpick__bright-radio:nth-of-type(5):checked) .dpick__glow{opacity:.5}.mg-scope .dpick:has(.dpick__bright-radio:nth-of-type(6):checked) .dpick__glow{opacity:.6}@media(prefers-reduced-motion:reduce){.mg-scope .dpick__glow,.mg-scope .dpick__frame,.mg-scope .dpick__tile,.mg-scope .dpick__name{transition:none}}.mg-scope .dpick__specs{list-style:none;margin:0 0 1.5rem;padding:0;display:grid;gap:.55rem}.mg-scope .dpick__specs li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--color-text-soft)}.mg-scope .dpick__specs svg{flex:0 0 auto;margin-top:.2em;color:var(--color-accent)}.mg-scope .dpick__cta{display:inline-block}.mg-scope .gallery__stage{position:relative}.mg-scope .gallery__counter{position:absolute;right:.75rem;bottom:.75rem;padding:.25em .6em;border-radius:999px;background:#14231b9e;color:#fff;font-size:.72rem;font-weight:700;font-variant-numeric:tabular-nums;pointer-events:none}.mg-scope .gallery__viewport:focus-visible{outline:3px solid var(--color-star);outline-offset:3px}.mg-scope .gallery__viewport.is-dragging{scroll-snap-type:none;scroll-behavior:auto;cursor:grabbing;-webkit-user-select:none;user-select:none}.mg-scope .gallery__viewport.is-dragging img{pointer-events:none}.gallery-zoom{border:0;padding:0;background:transparent;max-width:100vw;max-height:100vh;width:100%;height:100%;overflow:hidden}.gallery-zoom::backdrop{background:#0a140ee0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.gallery-zoom__img{width:100%;height:100%;object-fit:contain;padding:max(1rem,env(safe-area-inset-top)) 1rem}.gallery-zoom__close{position:absolute;top:max(.75rem,env(safe-area-inset-top));right:.75rem;z-index:1;width:2.75rem;height:2.75rem;border:0;border-radius:50%;background:#ffffffeb;color:#14231b;font-size:1.6rem;line-height:1;cursor:pointer}.mg-scope.section{padding-block:clamp(2rem,4vw,3.25rem)}.mg-scope.section--tight{padding-block:clamp(1.25rem,2.5vw,2rem)}.mg-scope h2{margin-bottom:.35em}@media(max-width:749px){.mg-scope.section{padding-block:1.75rem}.mg-scope .product__info{display:flex;flex-direction:column}.mg-scope .product__info>.rating-row{order:1}.mg-scope .product__info>.rating-row__source{order:2}.mg-scope .product__info>.product__title{order:3}.mg-scope .product__info>.product__subtitle{order:4}.mg-scope .product__info>.price-row{order:5}.mg-scope .product__info>[data-atc-anchor]{order:6}.mg-scope .product__info>.product__bullets{order:7;margin-top:1.25rem}.mg-scope .product__info>.product__assurances{order:8}.mg-scope .product__subtitle{font-size:.95rem;margin-bottom:.75rem}.mg-scope .rating-row__source{font-size:.68rem;line-height:1.35;margin-bottom:.5rem}.mg-scope .product__bullets li{font-size:.9rem}}@media(max-width:749px){.mg-scope .bundle__option{padding:.6rem .75rem}.mg-scope .bundle__note{display:none}.mg-scope .bundle__label{font-size:.95rem}.mg-scope .bundle__gift{font-size:.72rem;padding:.2em .5em}.mg-scope .bundle{gap:.45rem;margin-bottom:.9rem}.mg-scope .product__assurances{display:none}}.mg-scope.section{padding-block:clamp(1.4rem,2.8vw,2.25rem)}.mg-scope.section--tight{padding-block:clamp(.9rem,1.8vw,1.4rem)}.mg-scope .section__head{margin-bottom:clamp(1rem,2.4vw,1.6rem)}.mg-scope .sale-band{--stub-width: 4.9rem;gap:.7rem;max-width:34rem;padding:.5rem .75rem}.mg-scope .sale-band__stub{padding-right:.65rem}.mg-scope .sale-band__pct{font-size:clamp(1.5rem,3.6vw,2rem)}.mg-scope .sale-band__off{font-size:.6rem;letter-spacing:.18em}.mg-scope .sale-band__heading{font-size:clamp(.85rem,1.8vw,1rem)}.mg-scope .sale-band__meta{margin-top:.15rem;font-size:.7rem}.mg-marquee{padding-block:.55rem}.mg-marquee--sale{padding-block:.5rem}.mg-scope .design{margin-bottom:.85rem}.mg-scope .bundle{gap:.6rem;margin-bottom:.9rem}@media(max-width:749px){.mg-scope.section{padding-block:1.1rem}.mg-scope .sale-band{--stub-width: 4.2rem;padding:.45rem .6rem}.mg-scope .sale-band__pct{font-size:1.45rem}}.mg-footer{background:var(--color-pine);color:#ede4d4;padding-block:0 clamp(1.5rem,3vw,2rem)}.mg-footer a{text-decoration:none;color:inherit}.mg-footer a:hover{color:var(--color-star)}.mg-footer .list-unstyled{list-style:none;margin:0;padding:0}.mg-footer .footer__top{padding-block-start:clamp(2.25rem,5vw,3.5rem);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,2fr);gap:clamp(2rem,5vw,4rem);align-items:start}.mg-footer .footer__logo{height:clamp(2rem,4vw,2.75rem);width:auto}.mg-footer .footer__wordmark{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-size:clamp(1.5rem,3.2vw,2rem);font-variation-settings:"opsz" 72;letter-spacing:-.028em;line-height:1.05;margin:0}.mg-footer .footer__blurb{margin:.85rem 0 0;max-width:34ch;font-size:.9rem;line-height:1.6;color:#ede4d4b8}.mg-footer .footer__signup{margin-top:clamp(1.4rem,3vw,2rem)}.mg-footer .footer__signup-heading{margin:0;color:var(--color-star)}.mg-footer .footer__signup-text{margin:.4rem 0 .85rem;font-size:.85rem;color:#ede4d4b8;max-width:36ch}.mg-footer .footer__form{display:flex;flex-wrap:wrap;gap:.5rem;max-width:26rem}.mg-footer .footer__input{flex:1 1 12rem;min-width:0;padding:.7em .9em;font:inherit;font-size:.9rem;color:#ede4d4;background:#ede4d414;border:1px solid rgb(237 228 212 / .28);border-radius:var(--radius)}.mg-footer .footer__input::placeholder{color:#ede4d473}.mg-footer .footer__input:focus{outline:2px solid var(--color-star);outline-offset:1px;border-color:transparent}.mg-footer .footer__submit{flex:0 0 auto;width:auto;min-height:0;padding:.7em 1.4em;font-size:.82rem;box-shadow:0 4px 0 0 var(--color-accent-dark)}.mg-footer .footer__submit:active{box-shadow:0 1px 0 0 var(--color-accent-dark)}.mg-footer .footer__form-note{flex:1 0 100%;margin:0;font-size:.8rem}.mg-footer .footer__form-note--ok{color:var(--color-star)}.mg-footer .footer__form-note--error{color:#f0a9a2}.mg-footer .footer__social{display:flex;gap:.4rem;margin-top:clamp(1.2rem,2.5vw,1.75rem)}.mg-footer .footer__social a{display:grid;place-items:center;width:2.35rem;height:2.35rem;border:1px solid rgb(237 228 212 / .22);border-radius:999px;transition:border-color .18s ease,color .18s ease}.mg-footer .footer__social a:hover{border-color:var(--color-star)}.mg-footer .footer__nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:clamp(1.5rem,3vw,2.5rem)}.mg-footer .footer__col-heading{margin:0 0 .9rem;color:var(--color-star)}.mg-footer .footer__links{display:grid;gap:.55rem;font-size:.9rem}.mg-footer .footer__links a{color:#ede4d4d1;transition:color .18s ease}.mg-footer .footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-top:clamp(2rem,4.5vw,3rem);padding-top:clamp(1rem,2.5vw,1.5rem);border-top:1px solid rgb(237 228 212 / .16)}.mg-footer .footer__copy{margin:0;font-size:.78rem;color:#ede4d499}.mg-footer .footer__payments{display:flex;flex-wrap:wrap;gap:.4rem}.mg-footer .footer__payment-icon{height:1.5rem;width:auto;border-radius:3px}@media(max-width:899px){.mg-footer .footer__top{grid-template-columns:1fr}}@media(max-width:599px){.mg-footer .footer__nav{grid-template-columns:repeat(2,minmax(0,1fr))}.mg-footer .footer__bottom{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.mg-footer .footer__social a,.mg-footer .footer__links a{transition:none}}.mg-scope .design__slot+.design__slot{margin-top:.85rem}.mg-scope .design__slot-label{display:none;margin:0 0 .4rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.6}.mg-scope .design--multi .design__slot-label{display:block}.cart__min-note{margin:0 0 .6rem;padding:.6rem .75rem;border:1px solid rgb(179 32 44 / 35%);border-radius:6px;background:#b3202c0f;color:#8e1620;font-size:.84rem;line-height:1.45;font-weight:600}.cart__checkout-button[disabled]{opacity:.45;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/2/assets/mg-sections.css.map */
