:root{--primary-color: #8B6F47;--secondary-color: #2C1810;--accent-gold: #C9A959;--text-dark: #2C2C2C;--text-light: #666666;--bg-cream: #F5F1ED;--bg-white: #FFFFFF;--border-light: #E5DED6;--shadow: rgba(0, 0, 0, .1);--transition: all .3s ease}.peru-sweepstakes-wrapper *{box-sizing:border-box}.peru-sweepstakes-wrapper{font-family:Helvetica Neue,Arial,sans-serif;color:var(--text-dark);line-height:1.6}.peru-sweepstakes-wrapper img{max-width:100%;height:auto;display:block}.peru-container{max-width:1200px;margin:0 auto;padding:0 2rem}.peru-title{font-size:clamp(2.5rem,5vw,4rem);color:var(--secondary-color);margin-bottom:.5rem;font-weight:300;line-height:1.1;letter-spacing:-.02em}.peru-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);color:var(--accent-gold);margin-bottom:1.5rem;font-weight:400;letter-spacing:-.01em}.peru-section-title{text-align:center;font-size:clamp(2rem,4vw,3rem);color:var(--secondary-color);margin-bottom:1rem;font-weight:300;position:relative}.peru-section-title:after{content:"";display:block;width:60px;height:2px;background-color:var(--accent-gold);margin:1.5rem auto}.section-subtitle{text-align:center;font-size:1.1rem;color:var(--text-light);margin-bottom:3rem}.peru-btn{display:inline-block;padding:1rem 2.5rem;border:none;border-radius:2px;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:var(--transition);text-align:center;text-decoration:none}.peru-btn-primary{background-color:var(--primary-color);color:var(--bg-white)}.peru-btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow);color:var(--bg-white)}.peru-btn-secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.peru-btn-secondary:hover{background-color:var(--primary-color);color:var(--bg-white)}.peru-section{padding:6rem 2rem}.peru-bg-cream{background-color:var(--bg-cream)}.peru-hero{background:linear-gradient(135deg,var(--bg-cream) 0%,var(--bg-white) 100%);padding:6rem 2rem;position:relative;overflow:hidden}.peru-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-description{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:var(--text-dark)}.peru-early-access{background-color:var(--accent-gold);color:var(--bg-white);padding:1rem 1.5rem;border-radius:4px;margin-bottom:1.5rem;font-weight:500}.hero-cta{display:flex;flex-direction:column;gap:1rem}.hero-cta .peru-btn{width:100%;max-width:350px}.hero-image{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #00000026}.hero-image img,.hero-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hero-image:hover img,.hero-image:hover .hero-img{transform:scale(1.05)}.peru-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.peru-card{background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;overflow:hidden;transition:var(--transition);position:relative}.peru-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px var(--shadow)}.peru-card.peru-featured{border:2px solid var(--accent-gold)}.peru-card.peru-featured:before{content:"FEATURED";position:absolute;top:1rem;right:1rem;background-color:var(--accent-gold);color:var(--bg-white);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.05em;z-index:1}.peru-card-img{height:300px;overflow:hidden}.peru-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.peru-card:hover .peru-card-img img{transform:scale(1.1)}.peru-card-content{padding:2rem;text-align:center}.peru-card-content h3{color:var(--secondary-color);margin-bottom:.5rem;font-size:1.5rem}.peru-card-content p{color:var(--text-light);font-size:1rem;margin-bottom:0}.peru-badge{display:inline-block;background-color:var(--bg-cream);color:var(--primary-color);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;margin-top:1rem;font-weight:600}.peru-step{text-align:center}.peru-step-num{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--accent-gold));color:var(--bg-white);font-size:2rem;font-weight:600;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 20px #8b6f474d}.peru-step h3{color:var(--secondary-color);margin-bottom:1rem;font-size:1.25rem}.peru-step p{color:var(--text-dark)}.peru-timeline{max-width:800px;margin:3rem auto;position:relative}.peru-timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(to bottom,var(--accent-gold),var(--primary-color))}.peru-timeline-item{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;position:relative}.peru-timeline-item:nth-child(2n) .peru-timeline-date{order:2;text-align:left}.peru-timeline-item:nth-child(2n) .peru-timeline-content{order:1;text-align:right}.peru-timeline-date{font-size:1.1rem;font-weight:600;color:var(--accent-gold);text-align:right}.peru-timeline-content h3{color:var(--secondary-color);margin-bottom:.5rem}.peru-timeline-content p{color:var(--text-light);margin-bottom:0}.peru-timeline-item:after{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:16px;height:16px;background-color:var(--accent-gold);border:3px solid var(--bg-white);border-radius:50%;box-shadow:0 0 0 4px var(--bg-cream)}.peru-terms{background-color:var(--bg-white);padding:2.5rem;border-radius:8px;box-shadow:0 4px 20px var(--shadow)}.peru-terms h3{color:var(--secondary-color);margin-bottom:1.5rem;font-size:1.5rem}.peru-terms ul{list-style:none;padding:0;margin:0}.peru-terms li{padding-left:1.5rem;margin-bottom:1rem;position:relative;color:var(--text-dark)}.peru-terms li:before{content:"\2713";position:absolute;left:0;color:var(--accent-gold);font-weight:600}.peru-faq{padding:2rem;background-color:var(--bg-cream);border-radius:8px;border-left:4px solid var(--accent-gold);transition:var(--transition)}.peru-faq:hover{transform:translate(8px);box-shadow:0 4px 20px var(--shadow)}.peru-faq h3{color:var(--secondary-color);margin-bottom:1rem;font-size:1.25rem}.peru-faq p{color:var(--text-dark);margin-bottom:0}.peru-artisan-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.peru-artisan-img{border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #00000026}.peru-artisan-img img{width:100%;height:100%;object-fit:cover}.peru-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin:3rem 0}.peru-product-card{background-color:var(--bg-white);border:1px solid var(--border-light);border-radius:8px;overflow:hidden;transition:var(--transition)}.peru-product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px var(--shadow)}.peru-product-card a{text-decoration:none;color:inherit}.product-img-wrap{height:300px;overflow:hidden}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.peru-product-card:hover .product-img-wrap img{transform:scale(1.1)}.product-info{padding:1.5rem;text-align:center}.product-info h3{font-size:1.1rem;color:var(--secondary-color);margin-bottom:.5rem}.product-price{color:var(--primary-color);font-weight:600;font-size:1.1rem;margin-bottom:0}.compare-price{text-decoration:line-through;color:var(--text-light);margin-right:.5rem;font-weight:400}.peru-cta-section{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--bg-white);text-align:center}.peru-cta-section h2{color:var(--bg-white);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.peru-cta-section p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem}.peru-cta-section .peru-btn-primary{background-color:var(--accent-gold);color:var(--secondary-color)}.peru-cta-section .peru-btn-primary:hover{background-color:var(--bg-white);color:var(--secondary-color)}.peru-cta-section .peru-btn-secondary{border-color:var(--bg-white);color:var(--bg-white)}.peru-cta-section .peru-btn-secondary:hover{background-color:var(--bg-white);color:var(--secondary-color)}.newsletter-form{max-width:500px;margin:2rem auto}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.email-input{flex:1;min-width:250px;padding:1rem;border:none;border-radius:2px;font-size:1rem}.success-message,.error-message{padding:1rem;border-radius:4px;margin-bottom:1rem}.success-message{background:#fff3;color:#fff}.error-message{background:#ff646433;color:#fff}.peru-legal{padding:2rem;background-color:var(--bg-cream);text-align:center}.peru-legal p{color:var(--text-light);font-size:.9rem;max-width:1000px;margin:0 auto}.peru-legal a{color:var(--primary-color);text-decoration:underline}.peru-text-center{text-align:center;margin-top:2rem}@media (max-width: 968px){.peru-hero-grid,.peru-artisan-grid{grid-template-columns:1fr;gap:2rem}.hero-image{order:-1}.peru-timeline:before{left:30px}.peru-timeline-item{grid-template-columns:1fr;padding-left:60px}.peru-timeline-item .peru-timeline-date,.peru-timeline-item:nth-child(2n) .peru-timeline-date,.peru-timeline-item .peru-timeline-content,.peru-timeline-item:nth-child(2n) .peru-timeline-content{order:0;text-align:left}.peru-timeline-item:after{left:30px;transform:translate(-50%)}}@media (max-width: 768px){.peru-hero,.peru-section{padding:4rem 1rem}.peru-container{padding:0 1rem}.peru-grid-3,.peru-product-grid{grid-template-columns:1fr}.hero-cta .peru-btn{max-width:100%}.form-row{flex-direction:column}.form-row .peru-btn{width:100%}}@media (max-width: 480px){.peru-title{font-size:2rem}.peru-subtitle{font-size:1.5rem}.peru-section-title{font-size:1.75rem}.peru-btn{padding:.875rem 1.5rem;font-size:.9rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}button:focus,a:focus{outline:2px solid var(--accent-gold);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/peru-sweepstakes.css.map */
