:root{--gw-cream: #fff6f2;--gw-cream-deep: #ffe9e6;--gw-blush: #f7cbd6;--gw-lilac: #dccbf0;--gw-sage: #cfe4d6;--gw-ink: #4a2a38;--gw-ink-soft: #7a5566;--gw-rose: #d9366e;--gw-rose-deep: #b8285a;--gw-card: #ffffff;--gw-line: #f1d9df;--gw-radius: 22px;--gw-font-display: "Fredoka", "Nunito", "Segoe UI", system-ui, sans-serif;--gw-font-body: "Nunito", "Segoe UI", system-ui, sans-serif;--gw-font-hand: "Caveat", "Segoe Script", cursive}.gw{font-family:var(--gw-font-body);color:var(--gw-ink);background:var(--gw-cream)}.gw *,.gw *:before,.gw *:after{box-sizing:border-box}.gw-wrap{max-width:1120px;margin-inline:auto;padding-inline:16px}@media(min-width:750px){.gw-wrap{padding-inline:32px}}.gw-section{padding-block:40px}@media(min-width:750px){.gw-section{padding-block:64px}}.gw-eyebrow{font-family:var(--gw-font-hand);font-size:1.5rem;line-height:1.1;color:var(--gw-rose);margin:0 0 6px}.gw-h1,.gw-h2{font-family:var(--gw-font-display);font-weight:600;letter-spacing:-.01em;color:var(--gw-ink);margin:0;text-wrap:balance}.gw-h1{font-size:clamp(2rem,5vw,3.25rem);line-height:1.05}.gw-h2{font-size:clamp(1.6rem,3.6vw,2.4rem);line-height:1.1}.gw-support{font-size:1.05rem;line-height:1.55;color:var(--gw-ink-soft);margin:12px 0 0;max-width:58ch}.gw-center{text-align:center}.gw-center .gw-support{margin-inline:auto}.gw-head{margin-bottom:28px}@media(min-width:750px){.gw-head{margin-bottom:36px}}.gw-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 24px;border-radius:999px;font-family:var(--gw-font-display);font-weight:600;font-size:1rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease}.gw-btn:focus-visible{outline:3px solid var(--gw-lilac);outline-offset:2px}.gw-btn--primary{background:var(--gw-rose);color:#fff;box-shadow:0 8px 20px #d9366e38}.gw-btn--primary:hover{background:var(--gw-rose-deep);color:#fff;transform:translateY(-1px)}.gw-btn--secondary{background:transparent;color:var(--gw-ink);border-color:var(--gw-ink)}.gw-btn--secondary:hover{background:#fff;transform:translateY(-1px)}.gw-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.gw-center .gw-actions{justify-content:center}.gw-img{display:block;width:100%;height:auto;border-radius:var(--gw-radius)}.gw-frame{position:relative;width:100%;overflow:hidden;border-radius:var(--gw-radius);background:var(--gw-cream-deep)}.gw-frame img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.gw-hero{padding-block:16px 40px}@media(min-width:750px){.gw-hero{padding-block:24px 64px}}.gw-hero__media{box-shadow:0 20px 50px #4a2a381f;border-radius:var(--gw-radius)}.gw-hero__frame{aspect-ratio:16 / 9}@media(max-width:749px){.gw-hero__frame{aspect-ratio:4 / 5}.gw-hero__frame img{object-position:50% 50%}}.gw-hero__copy{margin-top:28px}@media(min-width:750px){.gw-hero__copy{margin-top:36px}}.gw-tiles{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}@media(min-width:750px){.gw-tiles{gap:16px}}.gw-tiles--6{grid-template-columns:repeat(3,minmax(0,1fr))}@media(min-width:750px){.gw-tiles--6{grid-template-columns:repeat(6,minmax(0,1fr))}}.gw-tiles--4{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:750px){.gw-tiles--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.gw-tile{appearance:none;-webkit-appearance:none;width:100%;margin:0;padding:0 0 10px;background:var(--gw-card);border:2px solid transparent;border-radius:18px;overflow:hidden;cursor:pointer;color:var(--gw-ink);font:inherit;text-align:center;box-shadow:0 6px 18px #4a2a380f;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.gw-tile:hover{transform:translateY(-2px);box-shadow:0 12px 26px #4a2a381a}.gw-tile:focus-visible{outline:3px solid var(--gw-lilac);outline-offset:2px}.gw-tile[aria-pressed=true]{border-color:var(--gw-rose);box-shadow:0 0 0 4px #d9366e24,0 12px 26px #4a2a381a}.gw-tile__img{display:block;width:100%;height:auto;aspect-ratio:29 / 32;object-fit:cover;object-position:50% 0;background:var(--gw-cream-deep)}.gw-tile--color .gw-tile__img{aspect-ratio:35 / 44}.gw-tile__name{display:block;margin:10px 8px 0;font-family:var(--gw-font-display);font-weight:600;font-size:clamp(.85rem,2.6vw,1.05rem);line-height:1.2}.gw-tile__check{display:none;margin:4px auto 0;font-size:.75rem;color:var(--gw-rose);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.gw-tile[aria-pressed=true] .gw-tile__check{display:block}.gw-swatch{display:inline-block;width:14px;height:14px;border-radius:50%;vertical-align:-2px;margin-right:6px;border:1px solid rgba(74,42,56,.12)}.gw-how__frame{aspect-ratio:1400 / 750}.gw-how__frame img{object-position:50% 66.7%}@media(max-width:749px){.gw-how__scroller{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;border-radius:var(--gw-radius)}.gw-how__scroller .gw-how__frame{width:230%}.gw-how__hint{display:block;margin:8px 0 0;text-align:center;font-size:.8rem;color:var(--gw-ink-soft)}}@media(min-width:750px){.gw-how__hint{display:none}}.gw-beats{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none;grid-template-columns:1fr}@media(min-width:750px){.gw-beats{grid-template-columns:repeat(3,1fr);gap:16px}}.gw-beat{display:flex;align-items:center;gap:12px;background:var(--gw-card);border-radius:16px;padding:14px 16px}.gw-beat__num{flex:none;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--gw-blush);color:var(--gw-rose-deep);font-family:var(--gw-font-display);font-weight:600}.gw-beat__text{font-family:var(--gw-font-display);font-weight:600;font-size:1.05rem}.gw-world__frame{aspect-ratio:1672 / 680}.gw-world__frame img{top:auto;bottom:0;height:138.4%;object-position:50% 100%}.gw-collect__frame{aspect-ratio:1672 / 611}.gw-collect__frame img{top:auto;bottom:0;height:154%;object-position:50% 100%}@media(max-width:749px){.gw-world__frame{aspect-ratio:4 / 3}.gw-world__frame img{object-position:42% 100%}.gw-collect__frame{aspect-ratio:16 / 9}.gw-collect__frame img{object-position:50% 100%}}.gw-caption{margin:18px 0 0;font-family:var(--gw-font-hand);font-size:1.6rem;color:var(--gw-rose);text-align:center}.gw-waitlist{background:linear-gradient(180deg,#ffffff 0%,var(--gw-cream-deep) 100%);border-radius:28px;padding:28px 18px;box-shadow:0 16px 40px #4a2a3814}@media(min-width:750px){.gw-waitlist{padding:44px 48px}}.gw-pick{margin-top:22px}.gw-pick__label{display:block;font-family:var(--gw-font-display);font-weight:600;font-size:.95rem;margin-bottom:8px}.gw-pills{display:flex;flex-wrap:wrap;gap:8px}.gw-pill{appearance:none;-webkit-appearance:none;font:inherit;font-weight:700;font-size:.95rem;color:var(--gw-ink);background:#fff;border:2px solid var(--gw-line);border-radius:999px;min-height:42px;padding:8px 16px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.gw-pill:hover{border-color:var(--gw-blush)}.gw-pill:focus-visible{outline:3px solid var(--gw-lilac);outline-offset:2px}.gw-pill[aria-pressed=true]{border-color:var(--gw-rose);background:#fff0f5}.gw-field{margin-top:22px}.gw-field label{display:block;font-family:var(--gw-font-display);font-weight:600;font-size:.95rem;margin-bottom:8px}.gw-row{display:flex;flex-direction:column;gap:10px}@media(min-width:750px){.gw-row{flex-direction:row}}.gw-input{flex:1;width:100%;min-height:50px;padding:12px 18px;font:inherit;font-size:1rem;color:var(--gw-ink);background:#fff;border:2px solid var(--gw-line);border-radius:999px}.gw-input:focus{outline:none;border-color:var(--gw-rose)}.gw-input::placeholder{color:#a9899a}.gw-summary{margin:14px 0 0;font-size:.95rem;color:var(--gw-ink-soft)}.gw-summary strong{color:var(--gw-ink)}.gw-note{margin:10px 0 0;font-size:.85rem;color:var(--gw-ink-soft)}.gw-success{background:#fff;border:2px solid var(--gw-sage);border-radius:18px;padding:18px 20px;margin-top:8px}.gw-success h3{margin:0 0 6px;font-family:var(--gw-font-display);font-weight:600;font-size:1.3rem}.gw-success p{margin:0;color:var(--gw-ink-soft)}.gw-errors{margin:0 0 14px;padding:12px 16px;border-radius:14px;background:#fff0f5;color:var(--gw-rose-deep);font-size:.95rem}.gw-errors ul{margin:6px 0 0;padding-left:18px}.gw-faq{max-width:720px;margin-inline:auto}.gw-faq details{background:var(--gw-card);border-radius:16px;padding:0 18px;margin-top:10px}.gw-faq summary{cursor:pointer;list-style:none;padding:16px 0;font-family:var(--gw-font-display);font-weight:600;font-size:1.05rem;display:flex;justify-content:space-between;align-items:center;gap:12px}.gw-faq summary::-webkit-details-marker{display:none}.gw-faq summary:after{content:"+";font-size:1.4rem;color:var(--gw-rose);flex:none}.gw-faq details[open] summary:after{content:"\2013"}.gw-faq details p{margin:0 0 16px;color:var(--gw-ink-soft);line-height:1.55}@media(prefers-reduced-motion:reduce){.gw-btn,.gw-tile,.gw-pill{transition:none}.gw-btn:hover,.gw-tile:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/gwennie.css.map */
