.error-page{background:#fff;padding-top:6rem;display:flex;align-items:center;justify-content:center}.error-container{max-width:600px;margin:0 auto;padding:2rem;text-align:center}.error-content{background:var(--color-offset-background);padding:3rem 2rem;border-radius:8px;box-shadow:0 4px 20px #0000001a}.error-title{font-size:3rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive}.error-message{font-size:1.2rem;color:#666;margin-bottom:2.5rem;line-height:1.5}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2.5rem;flex-wrap:wrap}.error-btn{padding:16px 32px;border-radius:4px;text-decoration:none;font-size:1.1rem;font-weight:500;transition:all .3s ease;display:inline-block}.error-btn-primary{background:gold;color:#5d4e37}.error-btn-primary:hover{background:orange;transform:translateY(-1px)}.error-btn-secondary{background:transparent;border:2px solid #2c2c2c;color:#2c2c2c}.error-btn-secondary:hover{background:#2c2c2c;color:#fff}.error-suggestions{border-top:1px solid #e1e1e1;padding-top:2rem;text-align:left}.error-suggestions p{font-weight:500;margin-bottom:1rem;color:#2c2c2c}.error-suggestions ul{list-style:none;padding:0;margin:0}.error-suggestions li{padding:.5rem 0;color:#666}.error-suggestions li:before{content:"\2192";color:gold;font-weight:700;margin-right:.5rem}.error-suggestions a{color:gold;text-decoration:none;font-weight:500}.error-suggestions a:hover{color:orange;text-decoration:underline}@media (max-width: 768px){.error-page{padding-top:5rem}.error-container{padding:1rem}.error-content{padding:2rem 1.5rem}.error-title{font-size:2.5rem}.error-actions{flex-direction:column;align-items:center}.error-btn{width:100%;max-width:280px}}@media (max-width: 480px){.error-title{font-size:2rem}.error-message{font-size:1rem}.error-content{padding:1.5rem 1rem}}.about-story{padding:6rem 0;background:#fff}.about-story__container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.about-story__header{text-align:center;margin-bottom:4rem}.about-story__main-title{font-size:4rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.1}.about-story__subtitle{font-size:1.3rem;color:#666;font-family:Roboto,sans-serif!important;max-width:600px;margin:0 auto}.story-article{line-height:1.8;font-size:1.1rem;color:#555;font-family:Roboto,sans-serif!important}.story-section{margin-bottom:4rem}.story-section:last-child{margin-bottom:0}.story-section:after{content:"";display:table;clear:both}.story-heading{font-size:2.5rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.2;clear:both}.story-heading:first-of-type{margin-top:0}.story-content p{margin:0 0 1.5rem}.story-content p:last-child{margin-bottom:0}.story-image{max-width:400px;min-width:300px;width:400px;height:300px;object-fit:cover;border-radius:12px;margin:1rem}.story-image--right{float:right;margin-left:2rem;margin-bottom:1rem}.story-image--left{float:left;margin-right:2rem;margin-bottom:1rem}.story-image--placeholder{background:#e9ecef;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:1rem;font-family:Roboto,sans-serif;border:2px dashed #dee2e6;flex-shrink:0}.image-slideshow{position:relative;max-width:400px;min-width:300px;width:400px;height:300px;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001a}.story-cta{text-align:center;margin-top:3rem;clear:both}.story-cta-button{display:inline-block;background:gold;color:#5d4e37;padding:16px 32px;border-radius:6px;text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.5px;text-transform:uppercase;transition:background-color .2s ease;font-family:Roboto,sans-serif;border:none}.story-cta-button:hover{background:orange}@media (max-width: 768px){.about-story{padding:6rem 0}.about-story__container{padding:0 1rem;max-width:100%}.about-story__header{margin-bottom:3rem}.about-story__main-title{font-size:3rem}.about-story__subtitle{font-size:1.1rem}.story-article{font-size:1rem}.story-heading{font-size:2rem;margin:2rem 0 1rem}.story-image{float:none!important;display:block;max-width:100%;height:250px;margin:1.5rem auto}.image-slideshow{max-width:100%;width:100%;height:250px;margin:1.5rem auto}.story-image--right,.story-image--left{margin-left:auto;margin-right:auto}.story-content p:last-child{margin-bottom:0}.story-section{margin-bottom:3rem}}.about-hero{padding:6rem 0 4rem;background:linear-gradient(135deg,#f8f9fa,#fff)}.about-hero__container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding);display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:center}.about-hero__title{font-size:4rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.1}.about-hero__subtitle{font-size:1.3rem;color:#666;margin:0;line-height:1.6;font-family:Roboto,sans-serif!important}.about-hero__image img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #0000001a}.about-hero__placeholder{width:100%;height:500px;background:#e9ecef;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:1.1rem;font-family:Roboto,sans-serif;border:2px dashed #dee2e6}@media (max-width: 768px){.about-hero{padding:6rem 0 3rem}.about-hero__container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.about-hero__title{font-size:3rem}.about-hero__subtitle{font-size:1.1rem}.about-hero__image img,.about-hero__placeholder{height:300px}}.about-pilot{padding:6rem 0;background:var(--color-offset-background)}.about-pilot__container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-pilot__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-pilot__media,.about-pilot__text{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.about-pilot__media.animate-in{opacity:1;transform:translateY(0)}.about-pilot__text.animate-in{opacity:1;transform:translateY(0);transition-delay:.2s}.pilot-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001f;aspect-ratio:1}.pilot-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.pilot-image:hover img{transform:scale(1.05)}.pilot-thumbnails{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.pilot-thumbnails .thumbnail{width:80px;height:80px;object-fit:cover;border-radius:8px}.placeholder-image{width:100%;height:100%;background:#e9ecef;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.2rem;font-family:Roboto,sans-serif!important}.about-pilot__header{margin-bottom:2rem}.about-pilot__title{font-size:3rem;font-weight:400;margin:0 0 .5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.2}.about-pilot__name{font-size:1.5rem;font-weight:500;margin:0;color:gold;font-family:Roboto,sans-serif!important;text-shadow:0 2px 4px rgba(0,0,0,.1)}.about-pilot__description{margin-bottom:3rem}.about-pilot__description p{font-size:1.2rem;line-height:1.6;color:#555;margin:0;font-family:Roboto,sans-serif!important}.about-pilot__credentials{margin-bottom:3rem}.credential{display:flex;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.credential__icon{font-size:1.75rem;color:gold;flex-shrink:0;margin-top:.25rem}.credential__title{font-size:1.1rem;font-weight:500;margin:0 0 .25rem;color:#2c2c2c;font-family:Roboto,sans-serif!important}.credential__text{font-size:.95rem;line-height:1.4;color:#666;margin:0;font-family:Roboto,sans-serif!important}.about-pilot__actions{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.pilot-cta{display:inline-block;background:gold;color:#5d4e37;padding:16px 32px;border-radius:4px;text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.5px;transition:all .3s ease;text-shadow:none;border:none;font-family:Roboto,sans-serif!important}.pilot-cta:hover{background:orange;color:#5d4e37;transform:translateY(-2px);box-shadow:0 4px 15px #ffd7004d}.pilot-cta--secondary{background:transparent;color:#2c2c2c;border:2px solid #2c2c2c}.pilot-cta--secondary:hover{background:#2c2c2c;color:#fff;box-shadow:0 4px 15px #2c2c2c33}@media (max-width: 1024px){.about-pilot__content{grid-template-columns:1fr;gap:3rem;text-align:center}.about-pilot__media{order:-1;max-width:400px;margin:0 auto}.about-pilot__credentials{text-align:center}.credential{text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.about-pilot__actions{justify-content:center}}@media (max-width: 768px){.about-pilot{padding:4rem 0}.about-pilot__container{padding:0}.about-pilot__content{padding:0 1.5rem}.about-pilot__media{order:-1;max-width:100%;width:100%}.about-pilot__title{font-size:2.5rem}.about-pilot__name{font-size:1.3rem}.about-pilot__description p{font-size:1.1rem}}@media (max-width: 480px){.about-pilot__title{font-size:2rem}.about-pilot__name{font-size:1.2rem}.about-pilot__description p{font-size:1rem}.pilot-cta{padding:14px 28px;font-size:1rem}.slideshow-btn{width:40px;height:40px;font-size:16px}.slideshow-controls{padding:0 10px}}.resource-article{background:#fff}.article__hero{position:relative;width:100%;height:600px;overflow:hidden;background:#f5f5f5;margin-top:4.5rem}.article__hero img{width:100%;height:100%;object-fit:cover;object-position:center center}.article__hero-overlay{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,rgba(0,0,0,.3),transparent)}.article__container{max-width:800px;margin:0 auto;padding:0 2rem}.article__breadcrumbs{padding:1rem 0;font-size:.875rem;opacity:0;animation:fadeInUp .6s ease forwards}.article__breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.article__breadcrumbs li{display:flex;align-items:center;color:#666;font-family:Roboto,sans-serif!important}.article__breadcrumbs li:not(:last-child):after{content:"\203a";margin-left:.5rem;color:#999}.article__breadcrumbs a{color:#666;text-decoration:none;transition:color .3s ease}.article__breadcrumbs a:hover{color:gold}.article__breadcrumbs li:last-child{color:#999}.article__header{padding:6rem 0 2rem;text-align:center;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards;animation-delay:.2s}.article__hero+.article__container .article__header{padding-top:3rem}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.article__tag{display:inline-block;padding:.5rem 1rem;background:gold;color:#5d4e37;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-bottom:1.5rem;font-family:Roboto,sans-serif!important}.article__title{font-size:3.5rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.2}.article__meta{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;font-size:.95rem;color:#666;font-family:Roboto,sans-serif!important}.article__date,.article__reading-time{display:flex;align-items:center;gap:.5rem}.article__author{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5}.article__author-info{display:flex;flex-direction:column;align-items:center;gap:.5rem}.article__author-label{font-size:.875rem;color:#999;text-transform:uppercase;letter-spacing:.5px;font-family:Roboto,sans-serif!important}.article__author-name{font-size:1.125rem;font-weight:500;color:#2c2c2c;font-family:Roboto,sans-serif!important}.article__content{padding:2rem 0 3rem;font-family:Roboto,sans-serif!important;font-size:1.125rem;line-height:1.8;color:#333;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards;animation-delay:.4s}.article__content p{margin:0 0 1.5rem}.article__content h2{font-size:2rem;font-weight:500;margin:2.5rem 0 1rem;color:#2c2c2c;font-family:Roboto,sans-serif!important}.article__content h3{font-size:1.5rem;font-weight:500;margin:2rem 0 .75rem;color:#2c2c2c;font-family:Roboto,sans-serif!important}.article__content ul,.article__content ol{margin:0 0 1.5rem 2rem;padding:0}.article__content li{margin-bottom:.5rem}.article__content a{color:gold;text-decoration:underline;transition:color .3s ease}.article__content a:hover{color:orange}.article__content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.article__content blockquote{margin:2rem 0;padding:1.5rem 2rem;background:#fffbf0;border-left:4px solid #ffd700;font-style:italic;color:#555}.article__share{padding:2rem 0;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;text-align:center;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards;animation-delay:.6s}.article__share-label{font-size:1rem;font-weight:500;color:#666;margin:0 0 1rem;font-family:Roboto,sans-serif!important}.article__share-buttons{display:flex;align-items:center;justify-content:center;gap:1rem}.share-button{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease;font-size:1.2rem}.share-button--facebook{background:#1877f2}.share-button--facebook:hover{background:#145dbf;transform:translateY(-3px)}.share-button--twitter{background:#1da1f2}.share-button--twitter:hover{background:#0d8bd9;transform:translateY(-3px)}.share-button--pinterest{background:#e60023}.share-button--pinterest:hover{background:#bd001c;transform:translateY(-3px)}.share-button--email{background:#666}.share-button--email:hover{background:#444;transform:translateY(-3px)}.article__footer{padding:2rem 0 4rem;text-align:center}.article__back-link{display:inline-block;padding:.75rem 1.5rem;background:transparent;color:#2c2c2c;border:2px solid #2c2c2c;border-radius:4px;text-decoration:none;font-weight:500;font-family:Roboto,sans-serif!important;transition:all .3s ease}.article__back-link:hover{background:#2c2c2c;color:#fff;transform:translateY(-2px)}.related-articles{padding:5rem 0;background:#f8f9fa}.related-articles__container{max-width:1200px;margin:0 auto;padding:0 2rem}.related-articles__title{font-size:3rem;font-weight:400;margin:0 0 3rem;color:#2c2c2c;font-family:Pacifico,cursive!important;text-align:center}.related-articles__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.related-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,opacity .6s ease;opacity:0;transform:translateY(20px)}.related-card.animate-in{opacity:1;transform:translateY(0)}.related-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.related-card__link{text-decoration:none;color:inherit;display:block}.related-card__image{width:100%;height:200px;overflow:hidden;background:#f5f5f5}.related-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-card:hover .related-card__image img{transform:scale(1.05)}.related-card__image--placeholder{display:flex;align-items:center;justify-content:center;font-size:1rem;color:#999}.related-card__content{padding:1.5rem}.related-card__tag{display:inline-block;padding:.25rem .75rem;background:gold;color:#5d4e37;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-bottom:.75rem;font-family:Roboto,sans-serif!important}.related-card__title{font-size:1.3rem;font-weight:500;margin:0 0 .75rem;color:#2c2c2c;line-height:1.3;font-family:Roboto,sans-serif!important}.related-card__date{font-size:.85rem;color:#999;font-family:Roboto,sans-serif!important}.article-cta{padding:5rem 0;background:linear-gradient(135deg,#fffbf0,#fff9e6);text-align:center}.article-cta__container{max-width:700px;margin:0 auto;padding:0 2rem}.article-cta__title{font-size:3rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important}.article-cta__text{font-size:1.2rem;line-height:1.6;color:#555;margin:0 0 2rem;font-family:Roboto,sans-serif!important}.article-cta__button{display:inline-block;background:gold;color:#5d4e37;padding:18px 36px;border-radius:4px;text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.5px;transition:all .3s ease;font-family:Roboto,sans-serif!important}.article-cta__button:hover{background:orange;transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}@media (max-width: 768px){.article__hero{height:300px}.article__container{padding:0 1.5rem}.article__header{padding:2rem 0 1.5rem}.article__title{font-size:2.5rem}.article__meta{flex-direction:column;gap:.75rem}.article__content{font-size:1.05rem;padding:1.5rem 0 2rem}.article__content h2{font-size:1.75rem}.article__content h3{font-size:1.3rem}.related-articles__title{font-size:2.5rem}.related-articles__grid{grid-template-columns:1fr}.article-cta__title{font-size:2.5rem}.article-cta__text{font-size:1.1rem}}@media (max-width: 480px){.article__hero{height:250px}.article__container{padding:0 1rem}.article__title{font-size:2rem}.article__content{font-size:1rem}.article__content h2{font-size:1.5rem}.article__share-buttons{gap:.75rem}.share-button{width:44px;height:44px;font-size:1.1rem}.related-articles{padding:3rem 0}.related-articles__title{font-size:2rem}.article-cta{padding:3rem 0}.article-cta__title{font-size:2rem}.article-cta__button{padding:16px 32px;font-size:1rem}}.resources{padding:6rem 0 5rem;background:#fff}.resources__container{max-width:1200px;margin:0 auto;padding:0 2rem}.resources__header{text-align:center;margin-bottom:4rem}.resources__title{font-size:3.5rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive!important}.resources__subtitle{font-size:1.2rem;color:#666;margin:0;font-family:Roboto,sans-serif!important}.resources__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.resource-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,opacity .6s ease;opacity:0;transform:translateY(20px)}.resource-card.animate-in{opacity:1;transform:translateY(0)}.resource-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.resource-card__link{text-decoration:none;color:inherit;display:block}.resource-card__image{width:100%;height:240px;overflow:hidden;background:#f5f5f5}.resource-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.resource-card:hover .resource-card__image img{transform:scale(1.05)}.resource-card__image--placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem}.resource-card__content{padding:1.5rem}.resource-card__tag{display:inline-block;padding:.25rem .75rem;background:gold;color:#5d4e37;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-bottom:.75rem;font-family:Roboto,sans-serif!important}.resource-card__title{font-size:1.4rem;font-weight:500;margin:0 0 .75rem;color:#2c2c2c;line-height:1.3;font-family:Roboto,sans-serif!important}.resource-card__excerpt{font-size:.95rem;line-height:1.6;color:#666;margin:0 0 1rem;font-family:Roboto,sans-serif!important}.resource-card__meta{font-size:.85rem;color:#999;margin-bottom:1rem;font-family:Roboto,sans-serif!important}.resource-card__cta{display:inline-block;color:gold;font-weight:500;font-size:.95rem;font-family:Roboto,sans-serif!important;transition:color .3s ease}.resource-card:hover .resource-card__cta{color:orange}.resources__pagination{display:flex;justify-content:center;align-items:center;gap:2rem;padding:2rem 0}.pagination__link{display:inline-block;padding:.75rem 1.5rem;background:gold;color:#5d4e37;text-decoration:none;border-radius:4px;font-weight:500;transition:all .3s ease;font-family:Roboto,sans-serif!important}.pagination__link:hover{background:orange;transform:translateY(-2px)}.pagination__info{color:#666;font-family:Roboto,sans-serif!important}.resources__empty{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem;font-family:Roboto,sans-serif!important}@media (max-width: 768px){.resources{padding:3rem 0}.resources__container{padding:0 1rem}.resources__title{font-size:2.5rem}.resources__grid{grid-template-columns:1fr;gap:1.5rem}.resources__pagination{flex-direction:column;gap:1rem}}@media (max-width: 480px){.resources__title{font-size:2rem}.resource-card__content{padding:1.25rem}}.cart-page{background:#fff;padding:6rem 2rem 4rem;overflow-x:hidden;width:100%}.cart-container{max-width:1400px;margin:0 auto;padding:0}.cart-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;flex-direction:row;gap:1rem;padding:1rem;max-width:100%;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid #e9ecef;transition:all .3s ease}.item-content{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;position:relative}.item-details{flex:1;min-width:0}.item-image{width:120px;height:120px;border-radius:6px;overflow:hidden;background:#fff}.item-image img{width:100%;height:100%;object-fit:cover}.placeholder-image{width:100%;height:100%;background:#e9ecef;display:flex;align-items:center;justify-content:center;color:#999;font-size:.8rem}.item-details{min-width:0;padding:0;margin:0}.item-title{font-size:1.3rem;font-weight:600;margin:0 0 .75rem;padding:0;color:#2c2c2c;line-height:1.3;word-wrap:break-word}.item-variant{color:#666;margin:0 0 .5rem;font-size:1rem;font-weight:400}.item-properties{font-size:.9rem;color:#666}.item-properties p{margin:.35rem 0;line-height:1.4}.item-quantity{display:flex;flex-direction:column;align-items:start;gap:.5rem}.item-quantity label{font-size:.9rem;color:#666;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:0;border:2px solid #e1e1e1;border-radius:6px;overflow:hidden;background:#fff}.quantity-btn{background:var(--color-offset-background);border:none;padding:10px 14px;cursor:pointer;font-size:1.1rem;font-weight:600;color:#2c2c2c;transition:all .3s ease;min-width:40px}.quantity-btn:hover{background:gold;color:#5d4e37}.quantity-input{border:none;padding:10px 8px;width:60px;text-align:center;font-size:1rem;font-weight:500;background:#fff;color:#2c2c2c}.quantity-input:focus{outline:none;background:var(--color-offset-background)}.service-quantity{font-size:.9rem;color:#666;font-style:italic;padding:8px 0}.item-price{padding-right:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price{font-size:1rem;font-weight:700;color:#2c2c2c;white-space:nowrap}.price-sale{font-size:1rem;font-weight:700;color:#e74c3c;white-space:nowrap}.price-compare{font-size:.9rem;color:#999;text-decoration:line-through;font-weight:400;white-space:nowrap}.item-remove{display:flex;align-items:center;justify-content:center}@media (min-width: 1025px){.cart-item{display:flex;gap:2rem;align-items:center;padding:2rem}.item-image{width:120px;height:120px;flex-shrink:0}.item-content{flex:1;display:flex;flex-direction:row;align-items:center;gap:2rem}.item-top{display:flex;flex:1;align-items:center;gap:2rem}.item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.item-price{padding-right:.5rem;margin:0;display:flex;align-items:center;justify-content:start;gap:.5rem;flex-wrap:nowrap}.item-quantity{flex-shrink:0;margin:0;flex-direction:column;align-items:start}.item-remove{flex-shrink:0;position:static}.item-quantity label{display:block;font-size:.9rem;color:#666;font-weight:500;margin-bottom:.5rem}}.remove-btn{background:var(--color-offset-background);border:2px solid #e9ecef;cursor:pointer;color:#666;padding:10px;border-radius:8px;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.remove-btn:hover{color:#e74c3c;background:#e74c3c1a;border-color:#e74c3c4d;transform:scale(1.05)}.cart-summary{position:sticky;top:5.5rem}.summary-content{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 4px 20px #00000014}.summary-title{font-size:1.6rem;font-weight:600;margin:0 0 2rem;color:#2c2c2c;font-family:Pacifico,cursive}.summary-line{display:flex;justify-content:space-between;margin-bottom:1.2rem;font-size:1.1rem;color:#555;padding:.5rem 0}.summary-line.discount{color:#e74c3c;font-weight:500}.summary-total{display:flex;justify-content:space-between;margin:2rem 0;padding-top:2rem;border-top:2px solid #e1e1e1;font-size:1.5rem;font-weight:700;color:#2c2c2c}.cart-actions{margin:2.5rem 0}.checkout-btn{width:100%;background:gold;color:#5d4e37;padding:18px 36px;border:none;border-radius:8px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #ffd7004d}.checkout-btn:hover{background:orange;transform:translateY(-2px);box-shadow:0 6px 20px #ffa50066}.continue-shopping{display:block;text-align:center;color:#666;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;padding:.5rem}.continue-shopping:hover{color:#2c2c2c}.cart-notes{margin-top:2rem}.cart-notes label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c2c2c}.cart-notes textarea{width:100%;padding:12px;border:2px solid #e1e1e1;border-radius:4px;font-size:.9rem;font-family:Roboto,sans-serif;resize:vertical;min-height:80px}.cart-notes textarea:focus{outline:none;border-color:gold}.empty-cart{display:flex;align-items:center;justify-content:center;min-height:60vh;background:#fff;margin-top:2rem}.empty-cart-content{text-align:center;max-width:500px;padding:3rem 2rem;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.empty-cart-content h2{font-size:2.5rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive}.empty-cart-content p{color:#666;margin-bottom:3rem;line-height:1.6;font-size:1.1rem}.shop-now-btn{background:gold;color:#5d4e37;padding:18px 40px;border:none;border-radius:8px;font-size:1.2rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #ffd7004d}.shop-now-btn:hover{background:orange;transform:translateY(-2px);box-shadow:0 6px 20px #ffa50066}@media (max-width: 1024px){.cart-page{padding:6rem 1rem 3rem}.cart-container{padding:0;max-width:100%;overflow-x:hidden}.cart-header{margin-bottom:1.5rem}.cart-content{grid-template-columns:1fr;gap:1rem}.item-image{width:70px;height:70px;flex-shrink:0}.item-title{font-size:1rem;margin:0 0 .25rem;padding:0;line-height:1.2;font-weight:600}.item-price{margin:.25rem 0 .75rem;padding:0;display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.price{font-size:1.1rem;font-weight:700}.price-sale{font-size:1.1rem;font-weight:700;color:#e74c3c}.price-compare{font-size:.95rem}.item-quantity{display:flex;flex-direction:row;gap:.5rem;margin-bottom:.75rem;margin-left:0;padding-left:0}.item-variant{font-size:.85rem;margin-bottom:0}.item-remove{position:absolute;top:0;right:0}.item-quantity label{display:none}.quantity-controls{border-width:1px;transform:scale(.85);transform-origin:left center;margin-left:0}.quantity-btn{padding:6px 10px;font-size:.9rem;min-width:32px}.quantity-input{width:45px;padding:6px 4px;font-size:.85rem}.remove-btn{width:28px;height:28px;padding:4px}.cart-title{font-size:2rem;margin-bottom:1.5rem}.summary-title{font-size:1.3rem;margin-bottom:1rem}.summary-content{padding:1.25rem}.summary-line{margin-bottom:.75rem;font-size:1rem}.summary-total{margin:1.25rem 0;padding-top:1.25rem;font-size:1.3rem}.cart-actions{margin:1.5rem 0}.checkout-btn{padding:14px 24px;font-size:1.1rem;margin-bottom:1rem}}@media (max-width: 480px){.cart-page{padding:6rem 1rem 2rem}.cart-container{padding:0}.cart-item{padding:.75rem;gap:.75rem}.item-image{width:80px;height:80px}.item-content{gap:.35rem}.item-top{gap:.5rem}.item-title{font-size:1.1rem;margin:0 0 .15rem;padding:0}.item-price{margin:.2rem 0 .6rem;padding:0;display:flex;align-items:center;gap:.4rem;flex-wrap:nowrap}.price{font-size:.9rem}.price-sale{font-size:.9rem;color:#e74c3c}.price-compare{font-size:.8rem}.item-quantity{gap:.4rem;margin-bottom:.6rem;margin-left:0;padding-left:0}.item-variant{font-size:.8rem}.quantity-controls{transform:scale(.8);transform-origin:left center;margin-left:0}.remove-btn{width:24px;height:24px;padding:3px}.summary-content{padding:1rem}.summary-title{font-size:1.2rem;margin-bottom:.75rem}.summary-line{font-size:.95rem;margin-bottom:.5rem}.summary-total{font-size:1.2rem;margin:1rem 0;padding-top:1rem}.checkout-btn{padding:12px 20px;font-size:1rem}.cart-header{margin-bottom:1rem}.cart-title{font-size:1.8rem;margin-bottom:1rem}.empty-cart{min-height:50vh;margin-top:1rem}.empty-cart-content{padding:2rem 1rem}.empty-cart-content h2{font-size:2rem}.empty-cart-content p{font-size:1rem;margin-bottom:2rem}.shop-now-btn{padding:16px 32px;font-size:1.1rem}}@media (max-width: 480px){.cart-container{padding:1.5rem .5rem}.cart-title{font-size:2.2rem}.summary-content{padding:1.5rem}.empty-cart-content{padding:1.5rem .75rem}.empty-cart-content h2{font-size:1.75rem}.shop-now-btn{padding:14px 28px;font-size:1rem}}.collection-page{background:#fff;padding-top:6rem}.collection-container{max-width:1200px;margin:0 auto;padding:0 2rem}.collection-content{padding:4rem 0}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;max-width:500px;margin:0 auto}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.product-card__image{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f0f0f0}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:1rem}.product-badge{position:absolute;top:1rem;left:1rem;background:#e74c3c;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;font-weight:500;text-transform:uppercase}.product-card__content{padding:1.5rem}.product-card__title{margin:0 0 .5rem}.product-card__title a{text-decoration:none;color:#2c2c2c;font-size:1.2rem;font-weight:500;line-height:1.3;transition:color .3s ease}.product-card__title a:hover{color:gold}.product-card__vendor{color:#666;font-size:.9rem;margin:0 0 1rem;font-style:italic}.product-card__price{margin-bottom:1.5rem}.price-regular{font-size:1.3rem;font-weight:500;color:#2c2c2c}.price-sale{font-size:1.3rem;font-weight:500;color:#e74c3c;margin-right:.5rem}.price-compare{font-size:1rem;color:#999;text-decoration:line-through}.product-card__actions{display:flex;gap:.5rem}.view-product-btn{flex:1;background:transparent;border:2px solid #2c2c2c;color:#2c2c2c;padding:12px 20px;border-radius:4px;text-decoration:none;font-size:.9rem;font-weight:500;text-align:center;transition:all .3s ease}.view-product-btn:hover{background:#2c2c2c;color:#fff}.quick-add-form{flex:1}.quick-add-btn{width:100%;background:gold;color:#5d4e37;padding:12px 20px;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.quick-add-btn:hover:not(:disabled){background:orange;transform:translateY(-1px)}.quick-add-btn:disabled{background:#ccc;color:#666;cursor:not-allowed}.collection-pagination{display:flex;justify-content:center;margin-top:3rem}.collection-pagination ul{display:flex;list-style:none;padding:0;margin:0;gap:.5rem}.collection-pagination li{margin:0}.collection-pagination a,.collection-pagination span{display:block;padding:12px 16px;text-decoration:none;border-radius:4px;font-weight:500;transition:all .3s ease}.collection-pagination a{background:#fff;color:#2c2c2c;border:2px solid #e1e1e1}.collection-pagination a:hover{background:gold;color:#5d4e37;border-color:gold}.collection-pagination .current{background:gold;color:#5d4e37;border:2px solid #ffd700}.empty-collection{text-align:center;padding:4rem 2rem}.empty-collection__content{max-width:500px;margin:0 auto}.empty-collection h2{font-size:2rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive}.empty-collection p{color:#666;font-size:1.1rem;line-height:1.5;margin-bottom:2rem}@media (max-width: 768px){.collection-container{padding:0 1rem}.collection-content{padding:3rem 0}.collection-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.product-card__actions{flex-direction:column}.quick-add-form{flex:none}}@media (max-width: 480px){.collection-container{padding:0 .5rem}.collection-grid{grid-template-columns:1fr;gap:1rem}.product-card__content{padding:1rem}}.collections-page{background:#fff;padding-top:6rem}.collections-container{max-width:1200px;margin:0 auto;padding:0 2rem}.collections-content{padding:4rem 0}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 300px}.collections--full{--collection-card-size: 400px}.collection-card{display:block;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.collection-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.collection-card__image{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#f0f0f0}.collection-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.collection-card:hover .collection-card__image img{transform:scale(1.05)}.collection-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,gold,orange);color:#5d4e37;font-size:3rem;font-weight:700;font-family:Pacifico,cursive}.collection-card__content{padding:1.5rem}.collection-card__title{margin:0 0 .5rem;color:#2c2c2c;font-size:1.3rem;font-weight:500;line-height:1.3;transition:color .3s ease}.collection-card:hover .collection-card__title{color:gold}.collection-card__description{color:#666;font-size:.95rem;line-height:1.5;margin:0 0 1rem}.collection-card__meta{margin-top:auto}.collection-product-count{color:#999;font-size:.85rem;font-style:italic}.empty-collections{text-align:center;padding:4rem 2rem}.empty-collections__content{max-width:500px;margin:0 auto}.empty-collections h2{font-size:2rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive}.empty-collections p{color:#666;font-size:1.1rem;line-height:1.5;margin-bottom:2rem}.back-home-btn{background:gold;color:#5d4e37;padding:16px 32px;border-radius:4px;text-decoration:none;font-size:1.1rem;font-weight:500;display:inline-block;transition:all .3s ease}.back-home-btn:hover{background:orange;transform:translateY(-1px)}@media (max-width: 768px){.collections-container{padding:0 1rem}.collections-content{padding:3rem 0}.collections--compact{--collection-card-size: 280px}.collections--full{--collection-card-size: 350px}}@media (max-width: 480px){.collections-container{padding:0 .5rem}.collections--compact,.collections--full{--collection-card-size: 100%}.collection-card__content{padding:1rem}}.cta-banner{padding:5rem 0;text-align:center}.cta-banner__container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.cta-banner__heading{font-size:3rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.2}.cta-banner__subheading{font-size:1.2rem;color:#666;margin:0 0 2rem;line-height:1.6;font-family:Roboto,sans-serif!important;max-width:700px;margin-left:auto;margin-right:auto}.cta-banner__button{background:gold;color:#5d4e37;padding:16px 32px;text-decoration:none;border-radius:4px;font-weight:500;font-size:16px;font-family:Roboto,sans-serif;letter-spacing:.025em;text-transform:uppercase;transition:background-color .2s ease;display:inline-block;border:none}.cta-banner__button:hover{background:orange}@media (max-width: 768px){.cta-banner{padding:3rem 0}.cta-banner__heading{font-size:2rem}.cta-banner__subheading{font-size:1.1rem;margin-bottom:1.5rem}.cta-banner__button{padding:14px 28px;font-size:15px}}.faq{padding:6rem 0 5rem;background:#fff}.faq__container{max-width:800px;margin:0 auto;padding:0 2rem}.faq__header{text-align:center;margin-bottom:3rem}.faq__title{font-size:3rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive!important}.faq__subtitle{font-size:1.2rem;color:#666;margin:0;font-family:Roboto,sans-serif!important}.faq__grid{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:hidden;transition:box-shadow .3s ease,opacity .6s ease,transform .6s ease;opacity:0;transform:translateY(20px)}.faq-item.animate-in{opacity:1;transform:translateY(0)}.faq-item:hover{box-shadow:0 4px 20px #0000001a}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;color:#2c2c2c;font-family:Roboto,sans-serif!important;transition:background-color .3s ease}.faq-question:hover{background-color:var(--color-offset-background)}.faq-question:focus{outline:none;background-color:#f0f0f0}.faq-icon{font-size:1.5rem;font-weight:300;color:#2c2c2c;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:300px;padding-top:1rem;padding-bottom:1.5rem}.faq-answer-content{padding:0 2rem;color:#555;line-height:1.6;font-family:Roboto,sans-serif!important}.faq-answer-content p{margin:0 0 1rem}.faq-answer-content p:last-child{margin-bottom:0}@media (max-width: 768px){.faq{padding:3rem 0}.faq__container{padding:0}.faq__header,.faq__grid{padding:0 1rem}.faq__title{font-size:2.2rem}.faq__subtitle{font-size:1rem}.faq-question{padding:1.2rem 1.5rem;font-size:1rem}.faq-answer-content{padding:0 1.5rem;font-size:.95rem}}@media (max-width: 480px){.faq__container{padding:0 .5rem}.faq__title{font-size:1.8rem}.faq-question{padding:1rem}.faq-answer-content{padding:0 1rem}}.featured-resources{padding:5rem 0;background:#f8f9fa}.featured-resources__container{max-width:1200px;margin:0 auto;padding:0 2rem}.featured-resources__header{text-align:center;margin-bottom:4rem}.featured-resources__title{font-size:3.5rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive!important}.featured-resources__subtitle{font-size:1.2rem;color:#666;margin:0;font-family:Roboto,sans-serif!important}.featured-resources__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.featured-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,opacity .6s ease;opacity:0;transform:translateY(20px)}.featured-card.animate-in{opacity:1;transform:translateY(0)}.featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.featured-card__link{text-decoration:none;color:inherit;display:block}.featured-card__image{width:100%;height:220px;overflow:hidden;background:#f5f5f5}.featured-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-card:hover .featured-card__image img{transform:scale(1.05)}.featured-card__image--placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem}.featured-card__content{padding:1.5rem}.featured-card__tag{display:inline-block;padding:.25rem .75rem;background:gold;color:#5d4e37;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-bottom:.75rem;font-family:Roboto,sans-serif!important}.featured-card__title{font-size:1.4rem;font-weight:500;margin:0 0 .75rem;color:#2c2c2c;line-height:1.3;font-family:Roboto,sans-serif!important}.featured-card__excerpt{font-size:.95rem;line-height:1.6;color:#666;margin:0 0 1rem;font-family:Roboto,sans-serif!important}.featured-card__meta{font-size:.85rem;color:#999;margin-bottom:1rem;font-family:Roboto,sans-serif!important}.featured-card__cta{display:inline-block;color:gold;font-weight:500;font-size:.95rem;font-family:Roboto,sans-serif!important;transition:color .3s ease}.featured-card:hover .featured-card__cta{color:orange}.featured-resources__footer{text-align:center;padding-top:2rem}.featured-resources__view-all{display:inline-block;padding:16px 32px;background:transparent;color:#2c2c2c;border:2px solid #2c2c2c;border-radius:4px;text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.5px;transition:all .3s ease;font-family:Roboto,sans-serif!important}.featured-resources__view-all:hover{background:#2c2c2c;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #2c2c2c33}.featured-resources__empty{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem;font-family:Roboto,sans-serif!important}@media (max-width: 768px){.featured-resources{padding:3rem 0}.featured-resources__container{padding:0 1rem}.featured-resources__title{font-size:2.5rem}.featured-resources__header{margin-bottom:3rem}.featured-resources__grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.featured-resources__title{font-size:2rem}.featured-card__content{padding:1.25rem}.featured-resources__view-all{padding:14px 28px;font-size:1rem}}.footer{background:#2c2c2c;color:#fff;padding:3rem 0 1rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer__content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer__brand{max-width:300px}.footer__logo{font-size:2rem;font-weight:400;margin:0 0 1rem;color:gold;font-family:Pacifico,cursive!important}.footer__description{color:#ccc;line-height:1.6;margin:0 0 1.5rem;font-family:Roboto,sans-serif!important}.footer__social{display:flex;gap:1rem}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#444;color:#fff;text-decoration:none;border-radius:50%;transition:background-color .3s ease,transform .3s ease}.footer__social-link:hover{background:gold;color:#2c2c2c;transform:translateY(-2px)}.social-icon{font-size:1.2rem;font-weight:700}.footer__title{font-size:1.2rem;font-weight:500;margin:0 0 1rem;color:gold;font-family:Roboto,sans-serif!important}.footer__list{list-style:none;padding:0;margin:0}.footer__list li{margin-bottom:.5rem}.footer__link{color:#ccc;text-decoration:none;font-family:Roboto,sans-serif!important;transition:color .3s ease}.footer__link:hover{color:gold}.footer__contact-info{display:flex;flex-direction:column;gap:.75rem}.footer__contact-item{display:flex;align-items:center;gap:.5rem;margin:0;color:#ccc;font-family:Roboto,sans-serif!important}.contact-icon{font-size:1rem}.footer__contact-link{color:#ccc;text-decoration:none;transition:color .3s ease}.footer__contact-link:hover{color:gold}.footer__bottom{border-top:1px solid #444;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.footer__copyright{color:#999;font-family:Roboto,sans-serif!important}.footer__copyright p{margin:0}.footer__payment{display:flex;align-items:center;gap:1rem}.footer__payment-text{color:#999;margin:0;font-size:.9rem;font-family:Roboto,sans-serif!important}.footer__payment-icons{display:flex;gap:.5rem}.payment-icon{display:inline-block}.payment-icon svg{width:32px;height:20px;fill:#ccc}@media (max-width: 968px){.footer__content{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{max-width:none}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer__container{padding:0 1rem}.footer__content{grid-template-columns:1fr;gap:2rem}.footer__logo{font-size:1.5rem}.footer__payment{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.footer{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.footer__container{max-width:100%;padding:0}.footer__content{padding:0 1rem}.footer__social{justify-content:center}.footer__social-link{width:35px;height:35px}}body{font-family:Roboto,sans-serif}.site-header{height:4.5rem;display:flex;align-items:center;justify-content:space-between;padding:0 3rem;background:transparent;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;gap:2rem}.site-header.header-solid{background:#fff!important;box-shadow:0 2px 10px #0000001a!important}header.header-solid .header__logo h1{color:#2c2c2c!important;text-shadow:none!important}header.header-solid .cart-link{color:#2c2c2c!important}header.header-solid .cart-link:hover{color:gold!important}header.scrolled{background:#fff;box-shadow:0 2px 10px #0000001a}.header__logo{flex-shrink:0;white-space:nowrap}.header__logo h1{margin:0;font-size:2rem;font-weight:400;letter-spacing:1px;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);font-family:Pacifico,cursive!important;transition:all .3s ease}.header__logo h1 a{font-family:Pacifico,cursive!important;text-decoration:none;color:inherit;transition:color .3s ease}header.scrolled .header__logo h1{color:#2c2c2c;text-shadow:none}.header__logo a:hover{color:#fffc}header.scrolled .header__logo a:hover,header.header-solid .header__logo a:hover{color:gold}.header__nav{flex:1;display:flex;justify-content:flex-end;margin-right:2rem}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center}.nav-links li{margin:0}.nav-links a{color:#fff;text-decoration:none;font-family:Roboto,sans-serif;font-weight:400;font-size:1rem;transition:color .3s ease;text-shadow:0 2px 10px rgba(0,0,0,.3)}.nav-links a:hover{color:gold}header.scrolled .nav-links a,header.header-solid .nav-links a{color:#2c2c2c;text-shadow:none}header.scrolled .nav-links a:hover,header.header-solid .nav-links a:hover{color:gold}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:26px}.hamburger-icon span{display:block;height:3px;width:100%;background:#fff;border-radius:2px;transition:all .3s ease}header.scrolled .hamburger-icon span,header.header-solid .hamburger-icon span{background:#2c2c2c}.mobile-menu-toggle[aria-expanded=true] .hamburger-icon span{background:#2c2c2c}.mobile-menu-toggle[aria-expanded=true] .hamburger-icon span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.mobile-menu-toggle[aria-expanded=true] .hamburger-icon span:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded=true] .hamburger-icon span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.active{display:block;opacity:1}.cta-button{background:gold;color:#5d4e37;padding:12px 24px;text-decoration:none;border-radius:4px;font-weight:500;font-size:14px;font-family:Roboto,sans-serif;letter-spacing:.025em;text-transform:uppercase;transition:background-color .2s ease;display:inline-block;order:1;border:none}.cta-button:hover{background:orange}.header__cta{display:flex;align-items:center;gap:1rem;flex-direction:row}.cart-link{position:relative;display:flex;align-items:center;text-decoration:none;color:#fff;transition:color .3s ease}.cart-icon{width:24px;height:24px}.cart-link:hover{color:gold}header.scrolled .cart-link{color:#2c2c2c}header.scrolled .cart-link:hover{color:gold}.cart-count{position:absolute;top:-8px;right:-8px;background:#e74c3c;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;font-family:Roboto,sans-serif;min-width:20px}.cart-count:empty{display:none}.mobile-cta-wrapper{display:none}@media (max-width: 1024px){.site-header{padding:0 1.5rem}.header__logo h1{font-size:1.5rem}.mobile-menu-toggle{display:block}.header__nav{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#fff;z-index:1000;transition:right .3s ease;box-shadow:-2px 0 10px #0000001a;margin-right:0;display:flex;flex-direction:column;justify-content:flex-start;padding-top:4rem}.header__nav.active{right:0}.nav-links{flex-direction:column;gap:0;padding:0 1.5rem;align-items:stretch;width:100%}.nav-links li{width:100%;border-bottom:1px solid #e1e1e1}.nav-links a{display:block;padding:1rem 0;color:#2c2c2c;text-shadow:none;font-size:1.1rem}@media (hover: hover){.nav-links a:hover{color:gold;padding-left:8px}}.mobile-cta-wrapper{display:block;padding:0 1.5rem;margin-top:1.5rem}.mobile-cta{display:block;width:100%;text-align:center;padding:16px 24px;font-size:15px;font-weight:600;letter-spacing:.5px}.header__cta .cta-button{display:none}.header__cta{display:flex;align-items:center;gap:.75rem}.cart-link{display:flex;flex-shrink:0}.cart-icon{width:28px;height:28px}}.hero-video{position:relative;top:0;left:0;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;z-index:1}.hero-video__background{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:1}.hero-video__background video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}@supports (object-fit: cover){.hero-video__background video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:56.25vw;min-height:100vh;min-width:177.78vh;object-fit:cover}}.video-poster{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;height:56.25vw;min-height:100vh;min-width:177.78vh;object-fit:cover;object-position:center center;opacity:1;transition:opacity 1s ease-in-out;z-index:2;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@media (max-width: 768px){.video-poster{object-fit:cover;object-position:center center;min-height:100vh;width:auto;height:100vh;min-width:100vw}}.hero-video__background video{opacity:0;transition:opacity 1s ease-in-out;z-index:1}.hero-video__background video[data-loaded=true]{opacity:1}.video-poster[data-hidden=true]{opacity:0;pointer-events:none}@media (prefers-reduced-motion: reduce){.hero-video__background video{display:none}.video-poster{opacity:1!important}}.hero-video__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0000004d,#00000080);z-index:2}.hero-video__content{position:relative;z-index:10;color:#fff;padding:0 3rem;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-start;flex-wrap:wrap;padding-bottom:33vh}.hero-text-block{display:block;margin-left:2rem;align-self:flex-end}.hero-video .hero-text-block h1,.hero-video .hero-text-block p,.hero-video .hero-text-block .hero-phone a{margin-left:0;margin-right:0;padding-left:0;padding-right:0;text-align:left}.hero-video .hero-title{font-size:6rem;font-weight:400;text-shadow:0 4px 30px rgba(0,0,0,.5);line-height:1.1;letter-spacing:normal;margin:0 0 1.5rem;display:block}.hero-title-wrapper{display:flex;flex-direction:row;gap:1rem;align-items:baseline;flex-wrap:wrap}.hero-title-normal{font-family:Roboto,sans-serif;font-weight:400;font-style:normal}.hero-title-fancy{font-family:Pacifico,cursive;font-weight:400;font-style:normal}.hero-video .hero-subtitle{font-size:1.5rem;font-weight:400;text-shadow:0 2px 15px rgba(0,0,0,.5);font-family:Roboto,sans-serif;margin:0 0 1rem;opacity:.9;letter-spacing:normal}.hero-video .hero-location{font-size:1.4rem;font-weight:400;text-shadow:0 2px 15px rgba(0,0,0,.5);font-family:Roboto,sans-serif;opacity:.9;letter-spacing:normal;color:#fff}.hero-video .hero-actions{display:flex;align-items:center;gap:2rem;margin:0}.hero-video .hero-phone{font-size:1.3rem;font-weight:500;text-shadow:0 2px 15px rgba(0,0,0,.5);font-family:Roboto,sans-serif;margin:0;opacity:.95}.hero-video .hero-phone a{color:gold;text-decoration:none;transition:color .3s ease}.hero-video .hero-phone a:hover{color:orange}.hero-bottom-content{position:absolute;bottom:2rem;left:0;right:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:0 3rem;color:#fff}.hero-location p,.hero-ratings p{margin:0;font-size:1.2rem;text-shadow:0 2px 10px rgba(0,0,0,.5);font-family:Roboto,sans-serif;opacity:.9;font-weight:400}.hero-ratings p{text-align:right}.hero-video .hero-cta{display:inline-block;background:gold;color:#5d4e37;padding:14px 32px;border-radius:4px;text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.5px;text-transform:uppercase;transition:background-color .2s ease;text-shadow:none;border:none;font-family:Roboto,sans-serif;margin:0;min-width:140px;text-align:center;white-space:nowrap}.hero-video .hero-cta:hover{background:orange}.hero-phone-btn{background:#ffffff26;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.3);color:#fff;padding:14px 32px;text-decoration:none;border-radius:4px;font-weight:500;font-size:1.1rem;font-family:Roboto,sans-serif;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease;display:inline-block;text-shadow:none;min-width:180px;text-align:center;white-space:nowrap}.hero-phone-btn:hover{background:#ffffff40;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.5)}@media (max-width: 768px){.hero-video__content{padding-bottom:25vh;padding-left:.5rem;padding-right:.5rem}.hero-video .hero-title{font-size:4rem;letter-spacing:1px}.hero-video .hero-title-normal,.hero-video .hero-title-fancy{font-size:4rem}.hero-video .hero-subtitle{font-size:1.2rem}.hero-title-wrapper{gap:.5rem}.hero-bottom-content{padding:0 .5rem;bottom:1.5rem}.hero-location p,.hero-ratings p{font-size:1rem}}@media (max-width: 1024px) and (min-width: 769px){.hero-video__content{padding-bottom:30vh;padding-left:1rem;padding-right:1rem}.hero-video .hero-title{font-size:5rem;letter-spacing:1px}.hero-title-wrapper{flex-direction:column}.hero-video .hero-title-fancy{font-size:5rem}.hero-video .hero-subtitle{font-size:1.3rem;margin-bottom:1.8rem}.hero-video .hero-actions{flex-direction:row;gap:1.2rem;align-items:center}.hero-video .hero-cta{padding:15px 30px;font-size:1rem}}@media (max-width: 768px){.hero-video .hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.hero-title-wrapper{flex-direction:column}.hero-video .hero-actions{flex-direction:row;gap:1rem;align-items:center}.hero-video .hero-cta{padding:16px 32px;font-size:.9rem}}@media (max-width: 480px){.hero-video__content{padding-left:.25rem;padding-right:.25rem}.hero-video .hero-title{font-size:3rem}.hero-title-wrapper{flex-wrap:wrap;gap:.5rem}.hero-title-wrapper{flex-direction:column}.hero-video .hero-title-normal,.hero-video .hero-title-fancy{font-size:3rem}.hero-video .hero-subtitle{font-size:1rem}.hero-bottom-content{padding:0 1rem}.hero-video .hero-subtitle{font-size:1rem;line-height:1.6}.hero-video .hero-actions{flex-wrap:wrap;gap:.8rem;justify-content:flex-start}.hero-video .hero-cta{padding:14px 28px;font-size:.85rem;white-space:nowrap}.hero-phone-btn{padding:14px 28px;font-size:.85rem;min-width:160px;white-space:nowrap}}body{padding-top:0;margin:0;overflow-x:hidden}.hero-video+*{margin-top:0;position:relative;z-index:2;background:#fff}.page-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#f8f9fa,#fff);text-align:center}.page-hero__container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.page-hero__title{font-size:4rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.1}.page-hero__subtitle{font-size:1.3rem;color:#666;line-height:1.6;font-family:Roboto,sans-serif!important;max-width:800px;margin:0 auto}@media (max-width: 768px){.page-hero{padding:6rem 0 3rem}.page-hero__container{padding:0 1rem}.page-hero__title{font-size:2.5rem}.page-hero__subtitle{font-size:1.1rem}}.service-page{background:#fff;padding-top:6rem;margin-top:0}.service-hero{padding:1.5rem 0;background:#fff;margin-top:0;display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1400px;margin-left:auto;margin-right:auto;align-items:center}.service-container{max-width:100%;margin:0;padding:2rem 4rem 2rem 0}.service-gallery{width:100%;padding:0 0 0 2rem;position:relative}.service-main-image{width:100%;margin-bottom:0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #0000001a;aspect-ratio:4/3;max-height:900px;height:auto}.service-slideshow{position:relative;width:100%;height:100%;overflow:hidden}.service-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap;padding:1rem 0 0;justify-content:center}.thumbnail{width:80px;height:80px;border:2px solid transparent;border-radius:4px;overflow:hidden;background:none;cursor:pointer;transition:border-color .3s ease}.thumbnail.active{border-color:gold}.service-details{padding:2rem;background:#fff;border-radius:8px}.service-title{font-size:2.5rem;font-weight:400;margin:0 0 .5rem;color:#2c2c2c;font-family:Pacifico,cursive;line-height:1.2}.service-vendor{color:#666;margin:0 0 1rem;font-style:italic}.service-price{margin-bottom:1.5rem}.price-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.service-price .price-badge{background:none;color:#e74c3c;padding:0;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.price-display{display:flex;align-items:center;gap:.5rem}.service-price .price-regular{font-size:2.5rem;font-weight:600;color:#2c2c2c!important;letter-spacing:-.5px}.service-price .price-sale{font-size:1.75rem;font-weight:600;color:#e74c3c!important;letter-spacing:-.5px}.service-price .price-compare{font-size:1.75rem;color:#999!important;text-decoration:line-through;font-weight:600;letter-spacing:-.5px}.service-description{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:2rem}.service-form{margin-bottom:2rem}.service-variants{margin-bottom:1.5rem}.service-variants label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c2c2c}.service-quantity{margin-bottom:2rem}.service-quantity label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c2c2c}.service-actions{display:flex;gap:1rem;align-items:center;margin-bottom:2rem}.add-to-cart-btn{background:gold;color:#2c2c2c;padding:22px 56px;border:none;border-radius:8px;font-size:1.35rem;font-weight:700;cursor:pointer;transition:all .3s ease;min-width:240px;position:relative;box-shadow:0 2px 8px #00000026;text-transform:uppercase;letter-spacing:1px;display:inline-flex;align-items:center;justify-content:center}.add-to-cart-btn .btn-text{display:inline-flex;align-items:center;justify-content:center}.add-to-cart-btn svg{transition:transform .3s ease}.add-to-cart-btn:hover:not(:disabled){background:orange;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.add-to-cart-btn:hover:not(:disabled) svg{transform:translate(4px)}@media (max-width: 768px){.service-hero{grid-template-columns:1fr;gap:2rem}.service-container{padding:0 1rem}.service-gallery{position:static;padding:0 1rem}.service-thumbnails{display:none!important}.service-main-image{max-height:350px;border-radius:8px}.slideshow-btn{width:40px;height:40px;font-size:16px}.slideshow-controls{padding:0 10px}.service-title{font-size:2rem}.service-actions{flex-direction:column;align-items:stretch}.add-to-cart-btn,.view-cart-btn{width:100%;text-align:center}}@media (max-width: 480px){.service-hero{padding:0}.service-gallery,.service-container{padding:0 1rem}.service-main-image{max-height:280px}.service-title{font-size:1.75rem}.service-price .price-regular,.service-price .price-sale{font-size:2rem!important}.service-price .price-compare{font-size:1.25rem!important}}.whats-included{background:#fff;padding:2rem 0 3rem;width:100%}.whats-included__wrapper{max-width:1200px;margin:0 auto;padding:0 4rem}.included-heading{font-size:1.5rem;font-weight:700;color:#2c2c2c;margin-bottom:1rem;text-align:center}.included-items{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:900px;margin:0 auto}.included-item{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:#fff;border-radius:50px;border:2px solid #f0f0f0;font-size:.95rem;font-weight:500;color:#2c2c2c;transition:all .2s ease;white-space:nowrap}.included-item i{color:gold;font-size:1.1rem}.included-item:hover{border-color:gold;transform:translateY(-2px);box-shadow:0 2px 8px #ffd70033}.experience-dots{display:none}.flight-timeline{background:#fff;padding:4rem 2rem;width:100%;position:relative}.flight-timeline:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#e8f4ff,#fffef9,#fffcf0 70%,#fafbfc);transition:background .8s ease-in-out;z-index:0}.flight-timeline>.timeline-toggle-wrapper,.flight-timeline>.timeline-heading,.flight-timeline>.timeline-subheading,.flight-timeline>.timeline-items,.flight-timeline>.timeline-note{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem;position:relative;z-index:1}.timeline-toggle-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.timeline-toggle{display:inline-flex;background:#f8f9fa;border-radius:50px;padding:4px;border:1px solid #e8e8e8;cursor:pointer;position:relative;outline:none}.timeline-toggle:focus{outline:none}.toggle-slider{position:absolute;top:4px;left:4px;height:calc(100% - 8px);width:calc(50% - 4px);background:gold;border-radius:50px;transition:transform .4s cubic-bezier(.4,0,.2,1),background .4s ease;z-index:0}.timeline-toggle.sunset-active .toggle-slider{transform:translate(100%);background:linear-gradient(135deg,#ffb3a7,#ffa69e)}.toggle-option{padding:.65rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:500;color:#666;transition:color .3s ease,font-weight .3s ease;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;position:relative;z-index:1}.toggle-option i{font-size:1rem}.toggle-option.active{color:#2c2c2c;font-weight:600}.timeline-toggle.sunset-active .toggle-option.active{color:#fff}.timeline-heading{font-size:1.8rem;font-weight:700;color:#2c2c2c;margin-bottom:.5rem;text-align:center}.timeline-heading .flight-type{color:gold}.timeline-subheading{font-size:.95rem;color:#666;text-align:center;margin-bottom:3rem}.timeline-items{max-width:700px;margin:0 auto;position:relative}.timeline-items:before{content:"";position:absolute;left:calc(3.5rem + 100px);top:20px;bottom:20px;width:2px;background:linear-gradient(to bottom,gold,#e8e8e8)}.timeline-item{display:grid;grid-template-columns:80px 40px 1fr;gap:1.5rem;margin-bottom:2.5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-time{text-align:right;font-weight:600;color:#2c2c2c;font-size:.95rem;padding-top:.25rem}.timeline-marker{width:16px;height:16px;border-radius:50%;background:gold;border:3px solid white;box-shadow:0 0 0 2px gold;position:relative;margin-top:.35rem;flex-shrink:0;justify-self:center}.timeline-content h4{font-size:1.15rem;font-weight:600;color:#2c2c2c;margin-bottom:.5rem}.timeline-content p{font-size:.95rem;color:#666;line-height:1.6;margin:0}.timeline-note{max-width:700px;margin:2.5rem auto 0;padding:1rem 3rem;background:#f8f9fa;border-radius:8px;font-size:.9rem;color:#666;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem}.timeline-note i{color:gold}.final-cta{background:#fff;padding:4rem 0;width:100%}.final-cta__container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.cta-heading{font-size:2rem;font-weight:700;color:#2c2c2c;margin-bottom:.75rem;font-family:Pacifico,cursive}.cta-subheading{font-size:1.1rem;color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-book-button{display:inline-flex;align-items:center;gap:.75rem;background:gold;color:#2c2c2c;padding:18px 48px;border-radius:50px;font-size:1.2rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 2px 8px #00000026;border:none;cursor:pointer}.cta-book-button:hover{background:orange;transform:translateY(-3px);box-shadow:0 4px 12px #0003}.cta-book-button i{transition:transform .3s ease}.cta-book-button:hover i{transform:translate(4px)}.flight-timeline .sunrise-time,.flight-timeline .sunrise-desc{display:block}.flight-timeline .sunset-time,.flight-timeline .sunset-desc,.flight-timeline.sunset-mode .sunrise-time,.flight-timeline.sunset-mode .sunrise-desc{display:none}.flight-timeline.sunset-mode .sunset-time,.flight-timeline.sunset-mode .sunset-desc{display:block}.flight-timeline.sunset-mode:before{background:linear-gradient(135deg,#f2e8ff,#ffe8f0,#fff0e8 70%,#fafbfc)}.flight-timeline.sunset-mode .timeline-items:before{background:linear-gradient(to bottom,#ffb3ba,#ffcba4 50%,#ffd4b8,#e8e8e8)}.flight-timeline.sunset-mode .timeline-marker{background:#ffb3a7;box-shadow:0 0 0 2px #ffb3a7}.flight-timeline.sunset-mode .timeline-heading .flight-type{color:#ff9a8a}@media (max-width: 1024px){.whats-included{padding:2rem 0 3rem}.whats-included__wrapper{padding:0 3rem;overflow:hidden;position:relative}.whats-included__wrapper:before{content:"";position:absolute;left:0;top:0;bottom:0;width:120px;background:linear-gradient(to right,white 0%,transparent 100%);pointer-events:none;z-index:1;transition:opacity .3s ease}.whats-included__wrapper.hide-left-gradient:before{opacity:0}.whats-included__wrapper:after{content:"";position:absolute;right:0;top:0;bottom:0;width:120px;background:linear-gradient(to left,white 0%,transparent 100%);pointer-events:none;z-index:1;transition:opacity .3s ease}.whats-included__wrapper.hide-right-gradient:after{opacity:0}.included-heading{padding:0;margin-bottom:1rem}.included-items{display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:scroll;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:.5rem 0 1rem;margin:0;justify-content:flex-start}.included-items::-webkit-scrollbar{display:none}.included-items{-ms-overflow-style:none;scrollbar-width:none}.included-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 1.25rem;background:#fff;border:2px solid #f0f0f0;border-radius:12px;min-width:160px;max-width:160px;flex-shrink:0;scroll-snap-align:start;text-align:center;box-shadow:0 2px 8px #0000000f}.included-item i{font-size:2rem;flex-shrink:0}.included-item span{font-size:.9rem;font-weight:600;line-height:1.3}.included-item:hover{transform:none;box-shadow:0 2px 8px #0000000f}.experience-dots{display:flex;justify-content:center;gap:8px;padding:1rem 0 .5rem}.dot{width:8px;height:8px;border-radius:50%;background:#d1d1d1;transition:all .3s ease;cursor:pointer}.dot.active{background:gold;width:24px;border-radius:4px}}@media (max-width: 768px){.whats-included{padding:1.5rem 0 3rem}.whats-included__wrapper{padding:0 1rem}.whats-included__wrapper:before{left:0;width:100px;transition:opacity .3s ease}.whats-included__wrapper.hide-left-gradient:before{opacity:0}.whats-included__wrapper:after{right:0;width:100px;transition:opacity .3s ease}.whats-included__wrapper.hide-right-gradient:after{opacity:0}.included-heading{font-size:1.35rem;margin-bottom:1rem;padding:0}.included-items{padding:.5rem 0 1rem;margin:0;gap:.875rem}.included-item{min-width:140px;max-width:140px;padding:1.25rem 1rem}.included-item i{font-size:1.75rem}.included-item span{font-size:.85rem}.final-cta{padding:3rem 0}.final-cta__container{padding:0 1.5rem}.cta-heading{font-size:1.5rem}.cta-subheading{font-size:1rem;margin-bottom:1.5rem}.cta-book-button{padding:16px 40px;font-size:1.1rem}.flight-timeline{padding:3rem 1rem}.flight-timeline>.timeline-toggle-wrapper,.flight-timeline>.timeline-heading,.flight-timeline>.timeline-subheading,.flight-timeline>.timeline-items,.flight-timeline>.timeline-note{padding-left:2rem;padding-right:2rem}.timeline-heading{font-size:1.5rem}.timeline-items:before{left:calc(3rem + 75px)}.timeline-item{grid-template-columns:60px 30px 1fr;gap:1rem;margin-bottom:2rem}.timeline-time{font-size:.85rem}.timeline-content h4{font-size:1.05rem}.timeline-content p{font-size:.9rem}}@media (max-width: 480px){.flight-timeline{padding:2rem 1rem}.flight-timeline>.timeline-toggle-wrapper,.flight-timeline>.timeline-heading,.flight-timeline>.timeline-subheading,.flight-timeline>.timeline-items,.flight-timeline>.timeline-note{padding-left:2rem;padding-right:2rem}.timeline-heading{font-size:1.35rem}.timeline-subheading{font-size:.85rem;margin-bottom:2rem}.timeline-items:before{left:calc(2.75rem + 57px)}.timeline-item{grid-template-columns:45px 24px 1fr;gap:.75rem;margin-bottom:1.75rem}.timeline-time{font-size:.8rem}.timeline-marker{width:12px;height:12px;border-width:2px}.timeline-content h4{font-size:1rem}.timeline-content p{font-size:.875rem}.timeline-note{font-size:.85rem;padding:.875rem 1rem;flex-direction:column;gap:.35rem}.toggle-option{padding:.5rem 1rem;font-size:.875rem;gap:.35rem}.toggle-option i{font-size:.9rem}}.product-showcase{padding:6rem 0;background:#fff}.product-showcase__container{max-width:1200px;margin:0 auto;padding:0 2rem}.product-showcase__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-showcase__text,.product-showcase__media{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.product-showcase__text.animate-in,.product-showcase__media.animate-in{opacity:1;transform:translateY(0)}.product-showcase__media.animate-in{transition-delay:.2s}.product-showcase__title{font-size:3.2rem;font-weight:400;margin:0 0 1.5rem;color:#2c2c2c;font-family:Pacifico,cursive!important;line-height:1.2}.product-showcase__description{font-size:1.3rem;line-height:1.6;color:#555;margin:0 0 3rem;font-family:Roboto,sans-serif!important}.product-showcase__features{margin-bottom:3rem}.feature{display:flex;align-items:flex-start;margin-bottom:2rem;gap:1rem}.feature__icon{font-size:1.75rem;flex-shrink:0;margin-top:.25rem}.feature__title{font-size:1.3rem;font-weight:500;margin:0 0 .5rem;color:#2c2c2c;font-family:Roboto,sans-serif!important}.feature__text{font-size:1rem;line-height:1.5;color:#666;margin:0;font-family:Roboto,sans-serif!important}.product-showcase__cta{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.product-cta{display:inline-block;background:gold;color:#5d4e37;padding:16px 32px;border-radius:4px;text-decoration:none;font-weight:500;font-size:1.1rem;letter-spacing:.5px;transition:all .3s ease;text-shadow:none;border:none;font-family:Roboto,sans-serif!important}.product-cta:hover{background:orange;color:#5d4e37;transform:translateY(-2px);box-shadow:0 4px 15px #ffd7004d}.product-cta.sold-out{background:#ccc;color:#666;cursor:not-allowed}.product-cta.sold-out:hover{background:#ccc;color:#666;transform:none;box-shadow:none}.product-showcase__price{font-size:1.1rem;color:#888;margin:0;font-family:Roboto,sans-serif!important}.price-compare{text-decoration:line-through;color:#999;margin-right:.5rem}.price-sale{color:#e74c3c;font-weight:500}.product-showcase__media{position:relative}.product-gallery{display:flex;flex-direction:column;gap:1rem}.gallery-main{width:100%;aspect-ratio:4/3;max-height:450px;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001f;background:#f0f0f0}.gallery-thumbnails{display:flex;gap:.5rem;justify-content:center}.thumbnail{width:80px;height:80px;object-fit:cover;border-radius:8px}.placeholder-thumb{width:80px;height:80px;background:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#999;font-size:.8rem}.product-showcase__image{width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001f;background:#f0f0f0}.product-showcase__image img{width:100%;height:100%;object-fit:cover;border-radius:0}.placeholder-image{width:100%;height:100%;background:#f0f0f0;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.1rem;font-family:Roboto,sans-serif!important}@media (max-width: 1024px) and (min-width: 769px){.product-showcase__content{grid-template-columns:1fr;gap:2rem;text-align:left}.product-showcase__images{order:-1}.product-showcase__info{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}.product-showcase__details{order:1}.product-showcase__features{order:2;grid-template-columns:1fr;gap:1rem}.product-showcase__title{font-size:2.3rem}}@media (max-width: 968px){.product-showcase__content{grid-template-columns:1fr;gap:2rem;text-align:left}.product-showcase__images{order:-1}.product-showcase__info{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}.product-showcase__details{order:1}.product-showcase__features{order:2;grid-template-columns:1fr;gap:1rem}.product-showcase__title{font-size:2.5rem}.feature{justify-content:flex-start;text-align:left}}@media (max-width: 768px){.product-showcase{padding:4rem 0}.product-showcase__container{padding:0}.product-showcase__content{padding:0 1.5rem}.product-showcase__media{order:-1}.gallery-main{max-height:350px}.product-showcase__cta{width:100%}.product-cta{width:100%;text-align:center}.slideshow-btn{width:40px;height:40px;font-size:16px}.slideshow-controls{padding:0 10px}.product-showcase__title{font-size:2.2rem}.product-showcase__description,.feature__title{font-size:1.1rem}.feature__text{font-size:.95rem}}@media (max-width: 480px){.product-showcase__container{padding:0}.gallery-main{max-height:280px}.product-showcase__title{font-size:1.8rem}.product-showcase__cta{width:100%}.product-cta{padding:14px 28px;font-size:1rem;width:100%;text-align:center}}*{font-family:Roboto,sans-serif}.product-page{background:#fff}.product-hero{padding:1.5rem 0 3rem;background:var(--color-offset-background);margin-top:0}.product-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{position:relative}.product-main-image{width:100%;margin-bottom:1rem;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #0000001a;aspect-ratio:4/3;max-height:500px;height:auto}.product-slideshow{position:relative;width:100%;height:100%;overflow:hidden}.placeholder-image{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.1rem}.product-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.thumbnail{width:80px;height:80px;border-radius:4px;overflow:hidden;background:none}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-details{padding:1rem 0}.product-title{font-size:2.5rem;font-weight:400;margin:0 0 .5rem;color:#2c2c2c;font-family:Pacifico,cursive;line-height:1.2}.product-vendor{color:#666;margin:0 0 1.5rem;font-style:italic}.product-price{display:flex;align-items:center;margin-bottom:2rem}.price-regular{font-size:2rem;font-weight:500;color:#2c2c2c}.price-sale{font-size:2rem;font-weight:500;color:#e74c3c;margin-right:1rem}.price-compare{font-size:1.5rem;color:#999;text-decoration:line-through;margin-right:1rem}.price-badge{background:#e74c3c;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.9rem;font-weight:500}.product-description{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:2rem}.product-form{margin-bottom:2rem}.product-variants{margin-bottom:1.5rem}.product-variants label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c2c2c}.variant-selector{width:100%;padding:12px 16px;border:2px solid #e1e1e1;border-radius:4px;font-size:1rem;background:#fff;transition:border-color .3s ease}.variant-selector:focus{outline:none;border-color:gold}.product-quantity{margin-bottom:2rem}.product-quantity label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c2c2c}.quantity-controls{display:flex;align-items:center;gap:0;width:fit-content;border:2px solid #e1e1e1;border-radius:4px;overflow:hidden}.quantity-btn{background:var(--color-offset-background);border:none;padding:12px 16px;cursor:pointer;font-size:1.2rem;font-weight:500;color:#2c2c2c;transition:background-color .3s ease}.quantity-btn:hover{background:#e9ecef}.quantity-input{border:none;padding:12px 16px;width:80px;text-align:center;font-size:1rem;background:#fff}.quantity-input:focus{outline:none}.product-actions{display:flex;gap:1rem;align-items:center;margin-bottom:2rem}.add-to-cart-btn{background:gold;color:#5d4e37;padding:16px 32px;border:none;border-radius:4px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:160px;position:relative}.add-to-cart-btn:hover:not(:disabled){background:orange;transform:translateY(-1px)}.add-to-cart-btn:disabled{background:#ccc;color:#666;cursor:not-allowed}.view-cart-btn{background:transparent;border:2px solid #2c2c2c;color:#2c2c2c;padding:14px 28px;border-radius:4px;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease;display:inline-block}.view-cart-btn:hover{background:#2c2c2c;color:#fff}@media (max-width: 768px){.product-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.product-gallery{position:static}.product-main-image{max-height:350px}.slideshow-btn{width:40px;height:40px;font-size:16px}.slideshow-controls{padding:0 10px}.product-title{font-size:2rem}.product-actions{flex-direction:column;align-items:stretch}.add-to-cart-btn,.view-cart-btn{width:100%;text-align:center}}@media (max-width: 480px){.product-hero{padding:2rem 0}.product-container{padding:0 .5rem}.product-main-image{max-height:280px}.product-title{font-size:1.75rem}.price-regular,.price-sale,.price-compare{font-size:1rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.testimonials{padding:5rem 0;background:var(--color-offset-background)}.testimonials__container{max-width:1200px;margin:0 auto;padding:0 2rem}.testimonials__header{text-align:center;margin-bottom:4rem}.testimonials__title{font-size:3rem;font-weight:400;margin:0 0 1rem;color:#2c2c2c;font-family:Pacifico,cursive!important}.testimonials__subtitle{font-size:1.2rem;color:#666;margin:0;font-family:Roboto,sans-serif!important}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;align-items:stretch}.testimonial{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease,opacity .6s ease;opacity:0;transform:translateY(30px);display:flex;flex-direction:column;height:100%}.testimonial.animate-in{opacity:1;transform:translateY(0)}.testimonial:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.testimonial__stars{margin-bottom:1.5rem}.star{color:gold;font-size:1.2rem;margin-right:2px}.testimonial__quote{font-size:1.1rem;line-height:1.6;margin:0 0 2rem;color:#444;font-style:italic;font-family:Roboto,sans-serif!important;position:relative}.testimonial__quote.truncated{position:relative}.testimonial__quote.truncated .quote-text{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.testimonial__quote.truncated:after{content:"";position:absolute;bottom:2.5rem;left:0;right:0;height:3rem;background:linear-gradient(transparent,#fff);pointer-events:none}.read-more-btn{background:none;border:none;color:gold;font-size:.95rem;font-weight:500;cursor:pointer;padding:.5rem 0;margin-top:.5rem;text-decoration:underline;font-family:Roboto,sans-serif!important;transition:color .2s ease;display:block}.read-more-btn:hover{color:orange}.read-more-btn:focus{outline:2px solid #FFD700;outline-offset:2px}.testimonial__author-info{display:flex;flex-direction:column}.testimonial__name{font-weight:500;color:#2c2c2c;font-size:1rem;font-style:normal;margin-bottom:.25rem;font-family:Roboto,sans-serif!important}.testimonial__location{color:#888;font-size:.9rem;font-family:Roboto,sans-serif!important}@media (max-width: 768px){.testimonials{padding:3rem 0}.testimonials__container{padding:0}.testimonials__header,.testimonials__grid{padding:0 1rem}.testimonials__title{font-size:2.2rem}.testimonials__subtitle{font-size:1rem}.testimonials__grid{grid-template-columns:1fr;gap:2rem}.testimonial{padding:2rem}}@media (max-width: 480px){.testimonials__container{padding:0}.testimonials__title{font-size:1.8rem}.testimonial{padding:1.5rem}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/13/compiled_assets/styles.css.map */
