@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Hanken+Grotesk:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Shantell+Sans:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap";:root{--cream: #F7EEDF;--cream-card: #FCF8EF;--cream-deep: #F1E4CE;--clay: #BF5836;--clay-deep: #9C4222;--oker: #E0A03A;--oker-deep: #C9852A;--salie: #7E8A68;--espresso: #322620;--ink-soft: #7B6A5B;--zand: #E6D4B8;--line: #E1CFB1;--blush: #E7B79E;--white: #FFFDF8;--font-display: "Bricolage Grotesque", sans-serif;--font-body: "Hanken Grotesk", sans-serif;--font-handwritten: "Shantell Sans", cursive}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;color:var(--espresso);background-color:var(--cream);line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}h1{font-size:clamp(2.5rem,10vw,5rem);font-weight:800;line-height:1.05}h2{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;letter-spacing:-.035em}h3{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700}.gw-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--clay);margin-bottom:.75rem;display:block}.gw-eyebrow.light{color:var(--oker)}.gw-eyebrow.white{color:var(--white)}.gw-container{max-width:1280px;margin:0 auto;padding:0 2rem}.gw-section-spacer{padding:4rem 2rem}@media(min-width:768px){.gw-section-spacer{padding:6rem 2rem}}@media(min-width:1024px){.gw-section-spacer{padding:8rem 2rem}}.gw-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-body);font-size:1rem;font-weight:600;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.gw-btn.primary{background-color:var(--clay);color:var(--white)}.gw-btn.primary:hover{background-color:var(--clay-deep);transform:translateY(-2px);box-shadow:0 12px 24px #bf583640}.gw-btn.secondary{background-color:transparent;color:var(--cream);border:2px solid var(--cream)}.gw-btn.secondary:hover{background-color:#fffdf81a;transform:translateY(-2px)}.gw-btn.outline{background-color:transparent;color:var(--clay);border:2px solid var(--clay)}.gw-btn.outline:hover{background-color:var(--clay);color:var(--white)}.gw-pill{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:#e0a03a1a;border:1px solid var(--line);border-radius:24px;font-size:.875rem;color:var(--ink-soft);text-decoration:none;transition:all .3s ease}.gw-pill:hover{background-color:#e0a03a33;border-color:var(--oker)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gw-fade-in{animation:fadeIn .8s ease-out forwards}.gw-fade-in-up{animation:fadeInUp .8s ease-out forwards;opacity:0}.gw-animate-on-scroll{opacity:0}.gw-animate-on-scroll.in-view{animation:fadeInUp .8s ease-out forwards}.gw-trust-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.gw-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background-color:#fffdf826;border-radius:24px;font-size:.875rem;color:var(--white);border:1px solid rgba(255,253,248,.3)}.gw-handwritten{font-family:var(--font-handwritten);font-weight:500;font-style:italic}.gw-grid{display:grid;gap:2rem}.gw-grid-2{grid-template-columns:1fr}@media(min-width:768px){.gw-grid-2{grid-template-columns:repeat(2,1fr)}}.gw-grid-3{grid-template-columns:1fr}@media(min-width:768px){.gw-grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.gw-grid-3{grid-template-columns:repeat(3,1fr)}}.gw-grid-4{grid-template-columns:1fr}@media(min-width:768px){.gw-grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.gw-grid-4{grid-template-columns:repeat(4,1fr)}}.gw-grid-6{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.gw-grid-6{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.gw-grid-6{grid-template-columns:repeat(6,1fr)}}.gw-scrollable{display:flex;overflow-x:auto;gap:1.5rem;padding:1rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.gw-scrollable::-webkit-scrollbar{height:4px}.gw-scrollable::-webkit-scrollbar-track{background:var(--line);border-radius:2px}.gw-scrollable::-webkit-scrollbar-thumb{background:var(--clay);border-radius:2px}.gw-flex{display:flex;align-items:center;gap:1rem}.gw-flex-between{display:flex;justify-content:space-between;align-items:center}.gw-flex-col{display:flex;flex-direction:column;gap:1rem}.gw-dot-pattern{background-image:radial-gradient(circle,rgba(255,253,248,.1) 1px,transparent 1px);background-size:40px 40px;background-position:0 0,20px 20px}.gw-gradient-oker{background:radial-gradient(circle at 100% 0%,rgba(224,160,58,.3),transparent 70%)}.gw-gradient-salie{background:radial-gradient(circle at 0% 100%,rgba(126,138,104,.3),transparent 70%)}a{color:var(--clay);text-decoration:none;transition:color .3s ease}a:hover{color:var(--clay-deep)}img{max-width:100%;height:auto;display:block}.gw-hero{background-color:var(--clay);position:relative;overflow:hidden;padding:4rem 2rem;min-height:500px;display:flex;align-items:center}@media(min-width:1024px){.gw-hero{padding:6rem 2rem;min-height:600px}}.gw-hero__container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;position:relative;z-index:2}@media(min-width:1024px){.gw-hero__container{grid-template-columns:1fr 1fr;gap:4rem}}.gw-hero__content h1{color:var(--white);margin-bottom:1.5rem}.gw-hero__content h1 .gw-oker{color:var(--oker)}.gw-hero__subtitle{font-size:clamp(1rem,2vw,1.25rem);color:var(--white);margin-bottom:2.5rem;line-height:1.7;max-width:500px;opacity:.95}.gw-hero__actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(min-width:768px){.gw-hero__actions{flex-direction:row}}.gw-hero__preview{display:flex;justify-content:center;align-items:center}.gw-hero__preview-image{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.2)}@media(min-width:768px){.gw-hero__preview-image{width:280px;height:280px}}.gw-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,253,248,.1) 1px,transparent 1px);background-size:50px 50px;z-index:1}.gw-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 100% 0%,rgba(224,160,58,.15),transparent 50%),radial-gradient(circle at 0% 100%,rgba(126,138,104,.15),transparent 50%);z-index:1}.gw-occasions{background-color:var(--cream)}.gw-occasions__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.gw-occasions__link{color:var(--clay);font-weight:600;font-size:.95rem}.gw-occasions__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}@media(min-width:768px){.gw-occasions__grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media(min-width:1024px){.gw-occasions__grid{grid-template-columns:repeat(6,1fr);gap:1rem}}.gw-occasion-card{position:relative;padding:2rem;border-radius:18px;text-decoration:none;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;cursor:pointer;transition:all .3s ease;min-height:180px;justify-content:center;overflow:hidden}.gw-occasion-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #0000001a}.gw-occasion-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:50%}.gw-occasion-card__title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;margin:0}.gw-occasion-card__count{font-size:.8rem;opacity:.85}.gw-products{background-color:var(--cream-deep)}.gw-products__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:2rem}.gw-products__link{color:var(--clay);font-weight:600}.gw-product-card{background-color:var(--cream-card);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;position:relative}.gw-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px #bf58361a}.gw-product-card__image{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background-color:var(--line)}.gw-product-card__image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gw-product-card__wishlist{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background-color:var(--white);border:1px solid var(--line);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2}.gw-product-card__wishlist:hover{background-color:var(--clay);border-color:var(--clay);color:var(--white)}.gw-product-card__content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.gw-product-card__title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;margin:0 0 .5rem;line-height:1.3}.gw-product-card__description{font-size:.9rem;color:var(--ink-soft);margin-bottom:1rem;flex:1}.gw-product-card__price{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--clay)}.gw-steps{background-color:var(--cream)}.gw-steps__header{text-align:center;margin-bottom:3rem}.gw-steps__subtitle{font-size:1.1rem;color:var(--ink-soft);margin-bottom:2rem}.gw-steps__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.gw-steps__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.gw-step{text-align:center}.gw-step__icon{width:80px;height:80px;background-color:var(--clay);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--white)}.gw-step__title{margin-bottom:.75rem}.gw-step__text{font-size:.95rem;color:var(--ink-soft)}.gw-steps__cta{text-align:center}.gw-testimonials{background-color:var(--espresso);color:var(--white)}.gw-testimonials__header{text-align:center;margin-bottom:3rem}.gw-testimonials__header .gw-eyebrow,.gw-testimonials__header h2 .gw-handwritten{color:var(--oker)}.gw-testimonials__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.gw-testimonials__grid{grid-template-columns:repeat(3,1fr)}}.gw-testimonial-card{background-color:#fffdf80f;border:1px solid rgba(255,253,248,.1);padding:2rem;border-radius:12px;display:flex;flex-direction:column;transition:all .3s ease}.gw-testimonial-card:hover{background-color:#fffdf81a;border-color:#fffdf833}.gw-testimonial-card__quote{font-family:var(--font-display);font-size:2rem;color:var(--oker);margin-bottom:1rem;line-height:1}.gw-testimonial-card__text{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;flex:1}.gw-testimonial-card__author{font-weight:600;margin-bottom:.5rem}.gw-testimonial-card__stars{font-size:.9rem;color:var(--oker)}.gw-about{background-color:var(--cream-deep)}.gw-about__container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.gw-about__container{grid-template-columns:1fr 1fr}}.gw-about__visual{display:flex;justify-content:center}.gw-about__circle{width:200px;height:200px;background:radial-gradient(circle at 30% 40%,#bf583633,#e0a03a1a);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;border:2px solid var(--line)}@media(min-width:768px){.gw-about__circle{width:280px;height:280px}}.gw-about__circle:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;background-image:repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(191,88,54,.1) 2px,rgba(191,88,54,.1) 4px);border-radius:50%;opacity:.5}.gw-about__content h2{margin-bottom:1.5rem}.gw-about__usps{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}.gw-usp{display:flex;gap:1rem;align-items:flex-start}.gw-usp__icon{width:24px;height:24px;background-color:var(--clay);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;flex-shrink:0;margin-top:2px}.gw-usp__text{font-size:.95rem;line-height:1.6}.gw-about__link{color:var(--clay);font-weight:600;display:inline-block;margin-top:1rem}.gw-faq{background-color:var(--cream)}.gw-faq__header{text-align:center;margin-bottom:3rem}.gw-accordion{max-width:900px}.gw-accordion__item{border-bottom:1px solid var(--line);margin-bottom:0;padding:1.5rem 0}.gw-accordion__item:last-child{border-bottom:none}.gw-accordion__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:0;font-family:var(--font-body);font-size:1.1rem;font-weight:600;color:var(--espresso);cursor:pointer;transition:color .3s ease}.gw-accordion__trigger:hover{color:var(--clay)}.gw-accordion__icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:var(--clay);transition:transform .3s ease}.gw-accordion__item.active .gw-accordion__icon{transform:rotate(180deg)}.gw-accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease;margin-top:1rem}.gw-accordion__item.active .gw-accordion__content{max-height:500px}.gw-accordion__text{font-size:.95rem;line-height:1.7;color:var(--ink-soft)}.gw-seo-text{background-color:var(--cream-card)}.gw-seo-text__header{text-align:center;margin-bottom:2rem}.gw-seo-text__content{max-width:900px}.gw-seo-text__paragraph{font-size:.95rem;line-height:1.8;color:var(--ink-soft);margin-bottom:1.5rem}.gw-seo-text__tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.gw-tags{background-color:var(--cream-deep)}.gw-tags__header{margin-bottom:2rem;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--clay)}.gw-tags__cloud{display:flex;flex-wrap:wrap;gap:.75rem}.gw-tags__pill{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:#ffffff80;border:1px solid var(--line);border-radius:24px;font-size:.875rem;color:var(--ink-soft);text-decoration:none;transition:all .3s ease}.gw-tags__pill:hover{background-color:var(--white);border-color:var(--clay);color:var(--clay)}@media(max-width:767px){.gw-occasions__grid,.gw-products__grid{gap:1rem}.gw-hero__content h1{font-size:1.75rem}.gw-hero__subtitle{font-size:1rem}h2{font-size:1.5rem}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/gw-homepage.css.map */
