@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Outfit:wght@300;400;500;600;700&display=swap";.header{position:sticky;top:0;z-index:200;background:#fffef9;border-bottom:1px solid #E8E0D5}.header__container{width:100%;max-width:80rem;margin-inline:auto;padding-inline:1rem}@media(min-width:768px){.header__container{padding-inline:1.5rem}}@media(min-width:1024px){.header__container{padding-inline:2rem}}.header__container{display:flex;align-items:center;justify-content:space-between;height:80px}@media(min-width:1024px){.header__container{height:100px}}.header__logo{text-decoration:none;z-index:201}.header__logo-text{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);font-weight:600;color:#56762d}@media(min-width:768px){.header__logo-text{font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem)}}.header__menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;background:none;border:none;cursor:pointer;z-index:201}@media(min-width:1024px){.header__menu-toggle{display:none}}.header__menu-toggle.is-active .header__menu-bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__menu-toggle.is-active .header__menu-bar:nth-child(2){opacity:0}.header__menu-toggle.is-active .header__menu-bar:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header__menu-bar{display:block;width:100%;height:2px;background:#3a3632;transition:all .25s ease}.header__nav{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffef9;padding:100px 1.5rem 1.5rem;transform:translate(100%);transition:transform .4s ease;display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.header__nav{position:static;transform:none;padding:0;flex-direction:row;align-items:center;gap:2rem;background:transparent}}.header__nav.is-open{transform:translate(0)}.header__nav-list{display:flex;flex-direction:column;gap:1rem}@media(min-width:1024px){.header__nav-list{flex-direction:row;gap:1.5rem}}.header__nav-link{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);font-weight:500;color:#3a3632;text-decoration:none;transition:color .15s ease;position:relative}@media(min-width:1024px){.header__nav-link{font-size:clamp(.875rem,.8rem + .35vw,1rem)}}.header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#56762d;transition:width .25s ease}.header__nav-link:hover{color:#56762d}.header__nav-link:hover:after{width:100%}.header__nav-link.is-active{color:#56762d}.header__nav-link.is-active:after{width:100%}.header__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:500;letter-spacing:.05em;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .25s ease}.header__cta:disabled{opacity:.5;cursor:not-allowed}.header__cta{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;padding:1rem 2rem;font-size:clamp(1rem,.9rem + .5vw,1.125rem)}.header__cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px #1a19181a}.header__cta{margin-top:auto}@media(min-width:1024px){.header__cta{margin-top:0}}.footer{background:#3a3632;color:#faf8f5;padding:3rem 0 1.5rem}.footer__container{width:100%;max-width:80rem;margin-inline:auto;padding-inline:1rem}@media(min-width:768px){.footer__container{padding-inline:1.5rem}}@media(min-width:1024px){.footer__container{padding-inline:2rem}}.footer__main{display:grid;gap:2.5rem;margin-bottom:2.5rem}@media(min-width:768px){.footer__main{grid-template-columns:1.5fr 2fr}}.footer__brand{max-width:320px}.footer__logo{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);font-weight:600;color:#faf8f5;text-decoration:none;display:inline-block;margin-bottom:1rem}.footer__logo:hover{color:#7a9e4d}.footer__tagline{font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096;line-height:1.75}.footer__links{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.footer__links{grid-template-columns:repeat(3,1fr)}}.footer__column-title{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#faf8f5;margin-bottom:1rem}.footer__list{display:flex;flex-direction:column;gap:.75rem}.footer__list li,.footer__list a{font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096;transition:color .15s ease}.footer__list a:hover{color:#faf8f5}.footer__social{display:flex;gap:1rem;padding:1.5rem 0;border-top:1px solid rgba(250,248,245,.1);border-bottom:1px solid rgba(250,248,245,.1)}.footer__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:9999px;background:#faf8f51a;color:#faf8f5;transition:all .25s ease}.footer__social-link:hover{background:#56762d;transform:translateY(-2px)}.footer__bottom{padding-top:1.5rem;text-align:center}.footer__copyright{font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:#a8a096}.welcome-popup__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a191899;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:500;padding:1rem}.welcome-popup__content{position:relative;background:#fffef9;border-radius:1.5rem;padding:2rem 1.5rem;max-width:420px;width:100%;text-align:center;box-shadow:0 20px 25px #1a19181f}@media(min-width:768px){.welcome-popup__content{padding:2.5rem 2rem}}.welcome-popup__close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#a8a096;padding:.5rem;border-radius:9999px;transition:all .15s ease;cursor:pointer}.welcome-popup__close:hover{color:#3a3632;background:#faf8f5}.welcome-popup__close:focus-visible{outline:2px solid #56762d;outline-offset:2px}.welcome-popup__crystal{width:80px;height:80px;margin:0 auto 1.5rem;animation:crystal-float 3s ease-in-out infinite}.welcome-popup__crystal svg{width:100%;height:100%}@media(min-width:768px){.welcome-popup__crystal{width:100px;height:100px}}.welcome-popup__title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);font-weight:600;color:#3a3632;margin-bottom:.5rem;line-height:1.2}@media(min-width:768px){.welcome-popup__title{font-size:clamp(2rem,1.5rem + 2.5vw,3rem)}}.welcome-popup__subtitle{font-size:clamp(1.125rem,1rem + .6vw,1.25rem);color:#56762d;font-style:italic;margin-bottom:1rem}.welcome-popup__text{font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096;line-height:1.75;margin-bottom:1.5rem}.welcome-popup__actions{display:flex;flex-direction:column;gap:.75rem}.welcome-popup__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:500;border-radius:9999px;cursor:pointer;transition:all .25s ease;border:none}.welcome-popup__btn:focus-visible{outline:2px solid #56762d;outline-offset:2px}.welcome-popup__btn--instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;padding:1rem 2rem;font-size:clamp(1rem,.9rem + .5vw,1.125rem)}.welcome-popup__btn--instagram:hover{transform:translateY(-2px);box-shadow:0 10px 15px #1a19181a}.welcome-popup__btn--secondary{background:transparent;color:#a8a096;border:1px solid rgba(58,54,50,.2)}.welcome-popup__btn--secondary:hover{color:#3a3632;border-color:#56762d;background:#faf8f5}.hero{position:relative;min-height:70vh;display:flex;align-items:center;background:linear-gradient(135deg,#7a9e4d,#56762d,#3d5420);overflow:hidden}@media(min-width:768px){.hero{min-height:80vh}}.hero.has-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a19184d,#1a191880);z-index:1}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__image{width:100%;height:100%;object-fit:cover}.hero__container{width:100%;max-width:80rem;margin-inline:auto;padding-inline:1rem}@media(min-width:768px){.hero__container{padding-inline:1.5rem}}@media(min-width:1024px){.hero__container{padding-inline:2rem}}.hero__container{position:relative;z-index:2}.hero__content{max-width:700px;text-align:center;margin:0 auto}@media(min-width:768px){.hero__content{text-align:left;margin:0}}.hero__title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2.5rem,2rem + 3vw,4rem);font-weight:600;color:#faf8f5;margin-bottom:1rem;line-height:1.2}@media(min-width:768px){.hero__title{font-size:clamp(3rem,2.5rem + 4vw,5rem)}}.hero__subtitle{font-size:clamp(1.125rem,1rem + .6vw,1.25rem);color:#faf8f5e6;margin-bottom:2rem;line-height:1.75}@media(min-width:768px){.hero__subtitle{font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem)}}.hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:500;letter-spacing:.05em;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .25s ease}.hero__cta:disabled{opacity:.5;cursor:not-allowed}.hero__cta{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;padding:1rem 2rem;font-size:clamp(1rem,.9rem + .5vw,1.125rem)}.hero__cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px #1a19181a}.hero__cta svg{flex-shrink:0}.crystal-card{background:#fffef9;border-radius:1rem;box-shadow:0 4px 6px #1a191812;overflow:hidden;transition:all .25s ease}.crystal-card:hover{box-shadow:0 10px 15px #1a19181a;transform:translateY(-4px)}.crystal-card{display:flex;flex-direction:column}.crystal-card__visual{height:200px;background:linear-gradient(135deg,var(--crystal-color, #9B7BB8) 0%,rgba(255,255,255,.3) 50%,var(--crystal-color, #9B7BB8) 100%);position:relative;display:flex;align-items:center;justify-content:center}.crystal-card__gem{width:80px;height:100px;background:linear-gradient(180deg,rgba(255,255,255,.6) 0%,var(--crystal-color, #9B7BB8) 40%,rgba(0,0,0,.2) 100%);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);box-shadow:0 10px 30px #0003,inset 0 -5px 20px #ffffff4d;animation:float 3s ease-in-out infinite}.crystal-card__content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.crystal-card__intention{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#a8a096;color:#56762d;margin-bottom:.5rem}.crystal-card__name{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);font-weight:600;color:#3a3632;margin-bottom:.75rem}.crystal-card__description{font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096;line-height:1.75;margin-bottom:1rem;flex:1}.crystal-card__properties{display:flex;flex-wrap:wrap;gap:.5rem}.crystal-card__property{font-size:clamp(.75rem,.7rem + .25vw,.875rem);padding:.25rem .75rem;background:#e8e0d5;border-radius:9999px;color:#3a3632}.event-card{background:#fffef9;border-radius:1rem;box-shadow:0 4px 6px #1a191812;overflow:hidden;transition:all .25s ease}.event-card:hover{box-shadow:0 10px 15px #1a19181a;transform:translateY(-4px)}.event-card{display:flex;gap:1rem;padding:1.25rem}@media(min-width:768px){.event-card{padding:1.5rem}}.event-card--featured{border:2px solid #56762d;box-shadow:0 0 30px #56762d26}.event-card__date-badge{flex-shrink:0;width:70px;height:70px;background:#56762d;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#faf8f5}@media(min-width:768px){.event-card__date-badge{width:80px;height:80px}}.event-card__month{font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.event-card__day{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);font-weight:700;line-height:1}.event-card__content{flex:1;min-width:0}.event-card__badge{display:inline-block;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#56762d;background:#56762d1a;padding:.25rem .75rem;border-radius:9999px;margin-bottom:.5rem}.event-card__title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);font-weight:600;color:#3a3632;margin-bottom:.75rem}@media(min-width:768px){.event-card__title{font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem)}}.event-card__details{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.event-card__detail{display:flex;align-items:center;gap:.5rem;font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096}.event-card__detail svg{width:16px;height:16px;flex-shrink:0}.event-card__description{font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096;line-height:1.75;margin-bottom:1rem}.event-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:500;letter-spacing:.05em;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .25s ease}.event-card__cta:disabled{opacity:.5;cursor:not-allowed}.event-card__cta{background:transparent;color:#56762d;border:2px solid #56762d}.event-card__cta:hover:not(:disabled){background:#56762d;color:#faf8f5}.event-card__cta{font-size:clamp(.75rem,.7rem + .25vw,.875rem);padding:.5rem 1rem}.instagram-cta{background:linear-gradient(135deg,#3d5420,#56762d,#7a9e4d);padding-block:3rem}@media(min-width:768px){.instagram-cta{padding-block:4rem}}@media(min-width:1024px){.instagram-cta{padding-block:5rem}}.instagram-cta__container{width:100%;max-width:80rem;margin-inline:auto;padding-inline:1rem}@media(min-width:768px){.instagram-cta__container{padding-inline:1.5rem}}@media(min-width:1024px){.instagram-cta__container{padding-inline:2rem}}.instagram-cta__content{max-width:700px;margin:0 auto;text-align:center}.instagram-cta__label{display:inline-block;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#faf8f5cc;margin-bottom:.75rem}.instagram-cta__title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);font-weight:600;color:#faf8f5;margin-bottom:1rem}@media(min-width:768px){.instagram-cta__title{font-size:clamp(2.5rem,2rem + 3vw,4rem)}}.instagram-cta__description{font-size:clamp(1.125rem,1rem + .6vw,1.25rem);color:#faf8f5e6;line-height:1.75;margin-bottom:2rem}.instagram-cta__features{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem}.instagram-cta__feature{display:flex;align-items:center;gap:.5rem;color:#faf8f5;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:500}.instagram-cta__feature svg{width:20px;height:20px;color:#e4a010}.instagram-cta__button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#fff;color:#3a3632;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1rem,.9rem + .5vw,1.125rem);font-weight:600;text-decoration:none;border-radius:9999px;transition:all .25s ease}.instagram-cta__button:hover{transform:translateY(-3px);box-shadow:0 20px 25px #1a19181f}.instagram-cta__button svg{flex-shrink:0}.home__about{background:#faf8f5}.home__about-content{max-width:700px;margin:0 auto;text-align:center}.home__label{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#a8a096;color:#56762d;display:block;margin-bottom:.75rem}.home__section-title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:600;line-height:1.2;color:#3a3632;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);margin-bottom:1rem}.home__section-description{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#3a3632;font-size:clamp(1.125rem,1rem + .6vw,1.25rem);color:#a8a096;max-width:600px;margin:0 auto 2rem}.home__text{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#3a3632;font-size:clamp(1rem,.9rem + .5vw,1.125rem);color:#a8a096;margin-bottom:1rem}.home__text:last-child{margin-bottom:0}.home__section-header{text-align:center;margin-bottom:2.5rem}.home__crystal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.home__crystals{background:#fffef9}.home__events{background:#faf8f5}.home__events-grid{display:grid;gap:1.5rem;max-width:800px;margin:0 auto}.about__story{background:#faf8f5}.about__content{max-width:700px;margin:0 auto}.about__title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:600;line-height:1.2;color:#3a3632;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);margin-bottom:1.5rem}.about__title.text-center{text-align:center}.about__text{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#3a3632;font-size:clamp(1rem,.9rem + .5vw,1.125rem);color:#a8a096;margin-bottom:1rem}.about__text:last-child{margin-bottom:0}.about__values{background:#fffef9}.about__values-grid{display:grid;gap:2rem;margin-top:2.5rem}@media(min-width:768px){.about__values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.about__values-grid{grid-template-columns:repeat(4,1fr)}}.about__value{text-align:center}.about__value-icon{width:64px;height:64px;margin:0 auto 1rem;background:#56762d1a;border-radius:9999px;display:flex;align-items:center;justify-content:center}.about__value-icon svg{width:28px;height:28px;color:#56762d}.about__value-title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:600;line-height:1.2;color:#3a3632;font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);margin-bottom:.75rem}.about__value-text{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#3a3632;font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096}.about__locations{background:#faf8f5}.about__locations-content{max-width:700px;margin:0 auto;text-align:center}.about__location-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1.5rem 0}.about__location-list li{padding:.5rem 1.25rem;background:#fffef9;border-radius:9999px;font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#3a3632;box-shadow:0 1px 2px #1a19180d}.crystals-page__title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:600;line-height:1.2;color:#3a3632;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);margin-bottom:.75rem}.crystals-page__title.text-center{text-align:center}.crystals-page__subtitle{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#3a3632;font-size:clamp(1.125rem,1rem + .6vw,1.25rem);color:#a8a096;margin-bottom:2rem}.crystals-page__subtitle.text-center{text-align:center}.crystals-page__intentions{background:#faf8f5}.crystals-page__intentions-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.crystals-page__intentions-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.crystals-page__intentions-grid{grid-template-columns:repeat(6,1fr)}}.crystals-page__intention{background:#fffef9;border-radius:1rem;box-shadow:0 4px 6px #1a191812;overflow:hidden;transition:all .25s ease}.crystals-page__intention:hover{box-shadow:0 10px 15px #1a19181a;transform:translateY(-4px)}.crystals-page__intention{display:flex;flex-direction:column;align-items:center;padding:1.25rem;text-align:center;text-decoration:none}.crystals-page__intention-icon{font-size:2rem;margin-bottom:.5rem}.crystals-page__intention-name{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);font-weight:600;color:#3a3632;margin-bottom:.5rem}.crystals-page__intention-crystals{font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:#a8a096;line-height:1.75}.crystals-page__collection{background:#fffef9}.crystals-page__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.crystals-page__how-to{background:#faf8f5}.crystals-page__how-to-content{max-width:700px;margin:0 auto}.crystals-page__steps{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.crystals-page__step{display:flex;gap:1.25rem;align-items:flex-start}.crystals-page__step-number{flex-shrink:0;width:48px;height:48px;background:#56762d;color:#faf8f5;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);font-weight:700}.crystals-page__step-content h3{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:600;line-height:1.2;color:#3a3632;font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);margin-bottom:.5rem}.crystals-page__step-content p{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#3a3632;font-size:clamp(1rem,.9rem + .5vw,1.125rem);color:#a8a096}.events-page__title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:600;line-height:1.2;color:#3a3632;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);margin-bottom:.75rem}.events-page__title.text-center{text-align:center}.events-page__subtitle{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#3a3632;font-size:clamp(1.125rem,1rem + .6vw,1.25rem);color:#a8a096;margin-bottom:2rem}.events-page__subtitle.text-center{text-align:center}.events-page__text{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#3a3632;font-size:clamp(1rem,.9rem + .5vw,1.125rem);color:#a8a096;margin-bottom:1.5rem}.events-page__upcoming{background:#faf8f5}.events-page__list{display:flex;flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto}.events-page__note{max-width:600px;margin:2.5rem auto 0;padding:1.5rem;background:#fffef9;border-radius:1rem;text-align:center;box-shadow:0 4px 6px #1a191812}.events-page__note p{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#3a3632;font-size:clamp(1rem,.9rem + .5vw,1.125rem);color:#a8a096;margin:0}.events-page__note strong{color:#3a3632}.events-page__venues{background:#fffef9}.events-page__venues-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.events-page__venue{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#faf8f5;border-radius:9999px;font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#3a3632}.events-page__venue svg{width:18px;height:18px;color:#56762d}.events-page__notify{background:#faf8f5}.events-page__notify-content{max-width:600px;margin:0 auto;text-align:center}.events-page__follow-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:500;letter-spacing:.05em;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .25s ease}.events-page__follow-btn:disabled{opacity:.5;cursor:not-allowed}.events-page__follow-btn{background:#56762d;color:#faf8f5}.events-page__follow-btn:hover:not(:disabled){background:#3d5420;transform:translateY(-2px);box-shadow:0 10px 15px #1a19181a}.events-page__follow-btn:active:not(:disabled){transform:translateY(0)}.events-page__follow-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:clamp(1rem,.9rem + .5vw,1.125rem)}.events-page__follow-btn svg{flex-shrink:0}.contact__main{background:#faf8f5}.contact__grid{display:grid;gap:3rem}@media(min-width:1024px){.contact__grid{grid-template-columns:1fr 1fr;gap:4rem}}.contact__title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:600;line-height:1.2;color:#3a3632;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);margin-bottom:1rem}.contact__text{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#3a3632;font-size:clamp(1rem,.9rem + .5vw,1.125rem);color:#a8a096;margin-bottom:2rem}.contact__methods{display:flex;flex-direction:column;gap:1.5rem}.contact__method{display:flex;gap:1rem;padding:1.25rem;background:#fffef9;border-radius:1rem;box-shadow:0 1px 2px #1a19180d}.contact__method-icon{flex-shrink:0;width:48px;height:48px;background:#56762d1a;border-radius:9999px;display:flex;align-items:center;justify-content:center}.contact__method-icon svg{width:24px;height:24px;color:#56762d}.contact__method-content h3{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:600;line-height:1.2;color:#3a3632;font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);margin-bottom:.25rem}.contact__method-content p{font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096;margin-bottom:.5rem}.contact__method-content a,.contact__method-content span{font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:500;color:#56762d}.contact__method-content a:hover{text-decoration:underline}.contact__faq-list{display:flex;flex-direction:column;gap:.75rem}.contact__faq-item{background:#fffef9;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #1a19180d}.contact__faq-item summary{padding:1rem 1.25rem;font-weight:500;color:#3a3632;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.contact__faq-item summary::-webkit-details-marker{display:none}.contact__faq-item summary:after{content:"+";font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);color:#56762d;transition:transform .25s ease}.contact__faq-item[open] summary:after{transform:rotate(45deg)}.contact__faq-item p{padding:0 1.25rem 1.25rem;font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096;line-height:1.75;margin:0}.links-page{position:relative;min-height:100vh;min-height:100dvh;background:#050508;overflow:hidden}.links-page__bg-image{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none}.links-page__bg-image img{width:760px;height:auto;max-height:140vh;object-fit:contain;opacity:.08;filter:grayscale(40%) brightness(.7)}.links-page__video-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0a0a0a;display:flex;align-items:center;justify-content:center;transition:opacity 1.5s ease-out}.links-page__video-overlay--fading{opacity:0}.links-page__video-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .8s ease-in}.links-page__video-container--visible{opacity:1}.links-page__video{width:100%;height:100%;object-fit:contain;background:#0a0a0a}.links-page__content{opacity:0;transition:opacity 1.2s ease-out}.links-page__content--visible{opacity:1}.links-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,#1a0a1f 0%,transparent 50%),radial-gradient(ellipse at 50% 100%,#4a1a2a 0%,transparent 40%),radial-gradient(circle at 20% 50%,rgba(139,77,155,.1) 0%,transparent 30%),radial-gradient(circle at 80% 50%,rgba(139,77,155,.1) 0%,transparent 30%);pointer-events:none;z-index:0}.links-page:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0;opacity:.5}.links-page__container{position:relative;z-index:1;width:100%;max-width:420px;margin:0 auto;padding:3rem 1.5rem;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center}.links-page__orb-container{position:relative;margin-bottom:2rem;animation:float 4s ease-in-out infinite}.links-page__orb{position:relative;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#8b4d9b,#3d1a4d 40%,#1a0a1f,#050508);box-shadow:0 0 30px #6b2d7b80,0 0 60px #6b2d7b4d,inset 0 0 30px #05050880}.links-page__orb:before{content:"";position:absolute;top:15%;left:20%;width:25%;height:25%;background:radial-gradient(circle,rgba(255,255,255,.4) 0%,transparent 70%);border-radius:50%}.links-page__orb-inner{position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:50%;background:radial-gradient(circle at 50% 50%,transparent 0%,rgba(107,45,123,.2) 50%,transparent 100%);animation:pulse-glow 3s ease-in-out infinite}.links-page__orb-glow{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;border-radius:50%;background:radial-gradient(circle,rgba(107,45,123,.3) 0%,transparent 70%);animation:orb-pulse 4s ease-in-out infinite}.links-page__smoke{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:120px;height:60px;background:radial-gradient(ellipse at 50% 100%,rgba(107,45,123,.15) 0%,transparent 70%);filter:blur(8px);animation:smoke-drift 6s ease-in-out infinite}.links-page__header{text-align:center;margin-bottom:2.5rem;animation:fade-rise 1s ease-out .2s both}.links-page__title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.5rem,5vw,2rem);font-weight:500;color:#e8e0d5;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;text-shadow:0 0 20px rgba(107,45,123,.5),0 2px 4px rgba(0,0,0,.5)}.links-page__subtitle{font-size:.85rem;color:#e8e0d5b3;letter-spacing:.15em;margin-bottom:1rem}.links-page__divider{display:flex;align-items:center;justify-content:center;gap:1rem}.links-page__divider:before,.links-page__divider:after{content:"";width:60px;height:1px;background:linear-gradient(90deg,transparent,rgba(201,162,39,.6),transparent)}.links-page__divider-symbol{color:#c9a227;font-size:.8rem;text-shadow:0 0 10px rgba(201,162,39,.5)}.links-page__links{width:100%;display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.links-page__link{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#1a0a1fcc,#050508e6);border:1px solid rgba(107,45,123,.2);border-radius:12px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);animation:fade-rise .8s ease-out both;position:relative;overflow:hidden}.links-page__link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(107,45,123,.1) 0%,transparent 50%);opacity:0;transition:opacity .4s ease}.links-page__link:hover{transform:translateY(-3px);border-color:#6b2d7b66;box-shadow:0 8px 32px #6b2d7b33,0 0 0 1px #6b2d7b1a}.links-page__link:hover:before{opacity:1}.links-page__link:hover .links-page__link-icon{transform:scale(1.1);box-shadow:0 0 20px #6b2d7b66}.links-page__link:hover .links-page__link-arrow{transform:translate(4px);color:#c9a227}.links-page__link--highlight{background:linear-gradient(135deg,#6b1a2a99,#1a0a1fcc);border-color:#6b1a2a66}.links-page__link--highlight:hover{border-color:#6b1a2a99;box-shadow:0 8px 32px #6b1a2a4d,0 0 0 1px #6b1a2a33}.links-page__link--highlight .links-page__link-icon{background:#6b1a2a4d;border-color:#6b1a2a66}.links-page__link-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#6b2d7b26;border:1px solid rgba(107,45,123,.2);border-radius:10px;flex-shrink:0;transition:all .4s ease}.links-page__link-icon svg{width:24px;height:24px;color:#e8e0d5}.links-page__link-content{flex:1;min-width:0}.links-page__link-title{display:block;font-family:Cormorant Garamond,Georgia,serif;font-size:1.1rem;font-weight:500;color:#e8e0d5;letter-spacing:.05em;margin-bottom:.25rem}.links-page__link-description{display:block;font-size:.8rem;color:#e8e0d5b3;letter-spacing:.03em}.links-page__link-arrow{width:20px;height:20px;color:#e8e0d566;flex-shrink:0;transition:all .4s ease}.links-page__footer{text-align:center;animation:fade-rise 1s ease-out .6s both}.links-page__copyright{font-size:.75rem;color:#e8e0d54d;letter-spacing:.2em;display:flex;align-items:center;justify-content:center;gap:.75rem}.links-page__footer-symbol{font-size:.5rem;color:#c9a22766}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes orb-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}@keyframes smoke-drift{0%,to{transform:translate(-50%) scaleX(1);opacity:.5}50%{transform:translate(-50%) scaleX(1.3);opacity:.8}}@keyframes fade-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.links-page__orb-container,.links-page__orb-inner,.links-page__orb-glow,.links-page__smoke{animation:none}.links-page__header,.links-page__link,.links-page__footer{animation:none;opacity:1;transform:none}.links-page__video-overlay,.links-page__video-container,.links-page__content{transition:none}}.wholesale__hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3d5420,#56762d);padding:5rem 1rem;overflow:hidden}.wholesale__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.wholesale__hero-content{position:relative;text-align:center;max-width:700px}.wholesale__label{display:inline-block;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#faf8f5cc;background:#fffef91a;padding:.5rem 1rem;border-radius:9999px;margin-bottom:1rem}.wholesale__title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2.5rem,2rem + 3vw,4rem);font-weight:600;color:#faf8f5;margin-bottom:1rem;line-height:1.2}@media(min-width:768px){.wholesale__title{font-size:clamp(3rem,2.5rem + 4vw,5rem)}}.wholesale__subtitle{font-size:clamp(1.125rem,1rem + .6vw,1.25rem);color:#faf8f5e6;line-height:1.75;margin-bottom:2rem}@media(min-width:768px){.wholesale__subtitle{font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem)}}.wholesale__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:500;letter-spacing:.05em;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .25s ease}.wholesale__cta:disabled{opacity:.5;cursor:not-allowed}.wholesale__cta{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;padding:1rem 2rem;font-size:clamp(1rem,.9rem + .5vw,1.125rem)}.wholesale__cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px #1a19181a}.wholesale__cta{font-size:clamp(1rem,.9rem + .5vw,1.125rem);padding:1rem 2rem}.wholesale__ethics{background:#e8e0d5;padding:3rem 1rem}.wholesale__ethics-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media(min-width:768px){.wholesale__ethics-content{flex-direction:row;text-align:left;gap:2rem}}.wholesale__ethics-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#56762d;border-radius:9999px;flex-shrink:0}.wholesale__ethics-icon svg{width:40px;height:40px;color:#faf8f5}.wholesale__ethics-text h2{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);color:#3d5420;margin-bottom:.5rem}.wholesale__ethics-text p{font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096;line-height:1.75}@media(min-width:768px){.wholesale__ethics-text p{font-size:clamp(1rem,.9rem + .5vw,1.125rem)}}.wholesale__section-title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);font-weight:600;color:#3a3632;margin-bottom:.5rem}@media(min-width:768px){.wholesale__section-title{font-size:clamp(2.5rem,2rem + 3vw,4rem)}}.wholesale__section-subtitle{font-size:clamp(1.125rem,1rem + .6vw,1.25rem);color:#a8a096;margin-bottom:2.5rem}.wholesale__benefits{background:#fffef9}.wholesale__benefits-grid{display:grid;gap:1.5rem}@media(min-width:768px){.wholesale__benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.wholesale__benefits-grid{grid-template-columns:repeat(4,1fr)}}.wholesale__benefit{text-align:center;padding:1.5rem;background:#faf8f5;border-radius:1rem;transition:all .25s ease}.wholesale__benefit:hover{transform:translateY(-4px);box-shadow:0 10px 15px #1a19181a}.wholesale__benefit-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#7a9e4d;border-radius:9999px;margin:0 auto 1rem}.wholesale__benefit-icon svg{width:28px;height:28px;color:#3d5420}.wholesale__benefit-title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);font-weight:600;color:#3a3632;margin-bottom:.5rem}.wholesale__benefit-description{font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096;line-height:1.75}.wholesale__pricing{background:#faf8f5}.wholesale__pricing-grid{display:grid;gap:1.5rem;align-items:start}@media(min-width:768px){.wholesale__pricing-grid{grid-template-columns:repeat(3,1fr)}}.wholesale__tier{position:relative;background:#fffef9;border-radius:1.5rem;padding:2rem 1.5rem;box-shadow:0 4px 6px #1a191812;transition:all .25s ease}.wholesale__tier:hover{transform:translateY(-4px);box-shadow:0 20px 25px #1a19181f}.wholesale__tier--popular{border:2px solid #56762d}@media(min-width:768px){.wholesale__tier--popular{transform:scale(1.05);z-index:1}.wholesale__tier--popular:hover{transform:scale(1.05) translateY(-4px)}}.wholesale__tier-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#56762d;color:#faf8f5;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:500;padding:.25rem 1rem;border-radius:9999px;white-space:nowrap}.wholesale__tier-name{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem);font-weight:600;color:#3a3632;margin-bottom:.25rem}.wholesale__tier-description{font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096;margin-bottom:1rem}.wholesale__tier-pricing{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(58,54,50,.1)}.wholesale__tier-minimum{display:block;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);font-weight:700;color:#3d5420;margin-bottom:.25rem}.wholesale__tier-discount{font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#56762d;font-weight:500}.wholesale__tier-features{list-style:none;margin-bottom:1.5rem}.wholesale__tier-features li{display:flex;align-items:flex-start;gap:.5rem;font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096;margin-bottom:.75rem}.wholesale__tier-features li svg{width:18px;height:18px;color:#56762d;flex-shrink:0;margin-top:2px}.wholesale__tier-features li:last-child{margin-bottom:0}.wholesale__tier-cta{display:block;width:100%;text-align:center;padding:.75rem 1.5rem;border-radius:9999px;font-weight:500;text-decoration:none;transition:all .25s ease;background:transparent;color:#56762d;border:2px solid #56762d}.wholesale__tier-cta:hover,.wholesale__tier-cta--primary{background:#56762d;color:#faf8f5}.wholesale__tier-cta--primary:hover{background:#3d5420;border-color:#3d5420}.wholesale__testimonials{background:#fffef9}.wholesale__testimonials-grid{display:grid;gap:1.5rem}@media(min-width:768px){.wholesale__testimonials-grid{grid-template-columns:repeat(2,1fr)}}.wholesale__testimonial{background:#faf8f5;border-radius:1rem;padding:2rem;border-left:4px solid #56762d}.wholesale__testimonial-quote{font-size:clamp(1.125rem,1rem + .6vw,1.25rem);color:#3a3632;line-height:1.75;margin-bottom:1rem;font-style:italic}.wholesale__testimonial-author strong{display:block;font-weight:600;color:#3a3632;margin-bottom:.25rem}.wholesale__testimonial-author span{font-size:clamp(.875rem,.8rem + .35vw,1rem);color:#a8a096}.wholesale__final-cta{background:#56762d}.wholesale__final-cta-content{text-align:center;max-width:600px;margin:0 auto}.wholesale__final-cta-content h2{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(2rem,1.5rem + 2.5vw,3rem);font-weight:600;color:#faf8f5;margin-bottom:1rem}@media(min-width:768px){.wholesale__final-cta-content h2{font-size:clamp(2.5rem,2rem + 3vw,4rem)}}.wholesale__final-cta-content p{font-size:clamp(1.125rem,1rem + .6vw,1.25rem);color:#faf8f5e6;line-height:1.75;margin-bottom:2rem}.wholesale__final-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:500;letter-spacing:.05em;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .25s ease}.wholesale__final-cta-btn:disabled{opacity:.5;cursor:not-allowed}.wholesale__final-cta-btn{background:#faf8f5;color:#3d5420;font-size:clamp(1rem,.9rem + .5vw,1.125rem);padding:1rem 2rem}.wholesale__final-cta-btn:hover{background:#fffef9;transform:translateY(-2px);box-shadow:0 10px 15px #1a19181a}.not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;background:#faf8f5;padding-block:3rem}@media(min-width:768px){.not-found{padding-block:4rem}}@media(min-width:1024px){.not-found{padding-block:5rem}}.not-found__container{text-align:center}.not-found__crystal{width:80px;height:100px;margin:0 auto 1.5rem;background:linear-gradient(180deg,#fff9,#9b7bb8 40%,#0003);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);opacity:.5}.not-found__title{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:clamp(3rem,2.5rem + 4vw,5rem);font-weight:700;color:#56762d;margin-bottom:1rem}.not-found__text{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;color:#3a3632;font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem);color:#a8a096;margin-bottom:2rem;max-width:400px}.not-found__link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.875rem,.8rem + .35vw,1rem);font-weight:500;letter-spacing:.05em;text-decoration:none;border:none;border-radius:9999px;cursor:pointer;transition:all .25s ease}.not-found__link:disabled{opacity:.5;cursor:not-allowed}.not-found__link{background:#56762d;color:#faf8f5}.not-found__link:hover:not(:disabled){background:#3d5420;transform:translateY(-2px);box-shadow:0 10px 15px #1a19181a}.not-found__link:active:not(:disabled){transform:translateY(0)}@media(prefers-reduced-motion:reduce){.animate-fade-in,.animate-slide-up,.animate-slide-down,.animate-slide-left,.animate-slide-right,.animate-scale{opacity:1!important;transform:none!important;transition:none!important}}.animate-fade-in{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.animate-fade-in.is-visible{opacity:1}.animate-slide-up{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.animate-slide-up.is-visible{opacity:1;transform:translateY(0)}.animate-slide-down{opacity:0;transform:translateY(-30px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.animate-slide-down.is-visible{opacity:1;transform:translateY(0)}.animate-slide-left{opacity:0;transform:translate(30px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.animate-slide-left.is-visible{opacity:1;transform:translate(0)}.animate-slide-right{opacity:0;transform:translate(-30px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.animate-slide-right.is-visible{opacity:1;transform:translate(0)}.animate-scale{opacity:0;transform:scale(.9);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.animate-scale.is-visible{opacity:1;transform:scale(1)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.animate-delay-5{transition-delay:.5s}.animate-delay-6{transition-delay:.6s}.animate-delay-7{transition-delay:.7s}.animate-delay-8{transition-delay:.8s}.animate-delay-9{transition-delay:.9s}.animate-delay-10{transition-delay:1s}.popup-overlay{opacity:0;transition:opacity .3s ease}.popup-overlay.is-visible{opacity:1}.popup-content{opacity:0;transform:scale(.9) translateY(20px);transition:opacity .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1)}.popup-content.is-visible{opacity:1;transform:scale(1) translateY(0)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{background:linear-gradient(90deg,transparent 0%,rgba(122,158,77,.3) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 #56762d66}50%{box-shadow:0 0 20px 10px #56762d1a}}.animate-pulse-glow{animation:pulse-glow 2s infinite}@keyframes crystal-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-float{animation:crystal-float 3s ease-in-out infinite}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1rem,.9rem + .5vw,1.125rem);line-height:1.6;color:#3a3632;background-color:#fffef9}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:600;line-height:1.2;color:#3a3632}h1{font-size:clamp(2.5rem,2rem + 3vw,4rem)}h2{font-size:clamp(2rem,1.5rem + 2.5vw,3rem)}h3{font-size:clamp(1.5rem,1.25rem + 1.25vw,2rem)}h4{font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem)}h5{font-size:clamp(1.125rem,1rem + .6vw,1.25rem)}h6{font-size:clamp(1rem,.9rem + .5vw,1.125rem)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#56762d;text-decoration:none;transition:color .15s ease}a:hover{color:#3d5420}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.container{width:100%;max-width:80rem;margin-inline:auto;padding-inline:1rem}@media(min-width:768px){.container{padding-inline:1.5rem}}@media(min-width:1024px){.container{padding-inline:2rem}}.section{padding-block:3rem}@media(min-width:768px){.section{padding-block:4rem}}@media(min-width:1024px){.section{padding-block:5rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-sage{color:#56762d}.fade-in{animation:fadeIn .25s ease ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-up{animation:slideUp .4s ease ease forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.delay-9{animation-delay:.9s}.delay-10{animation-delay:1s}
