@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap");.store-landing{--luxe-cream:#fdf8f4;--luxe-cream-deep:#f5ebe3;--luxe-peach:#e8d5c4;--luxe-peach-soft:#f0e4d8;--luxe-forest:#0f2a44;--luxe-forest-soft:#1a3d5a;--luxe-on-brand:#ffffff;--luxe-copper:#b08a6a;--luxe-copper-deep:#8a6a4f;--luxe-ink:#1c1a17;--luxe-muted:#6b635a;--luxe-muted-soft:#9a9186;--luxe-white:#ffffff;--luxe-frame:#c4a484;--font-display:"Amiri","Cormorant Garamond",Georgia,serif;--font-body:"DM Sans","Almarai",system-ui,sans-serif;font-family:var(--font-body);color:var(--luxe-ink);background:var(--luxe-cream);min-height:100vh;overflow-x:hidden}.store-landing *{box-sizing:border-box}.store-landing a{color:inherit;text-decoration:none}.store-landing__container{width:100%;max-width:1240px;margin:0 auto;padding-inline:1.25rem}@media (min-width:768px){.store-landing__container{padding-inline:2.5rem}}.store-landing__header{position:sticky;top:0;z-index:50;background:rgba(253,248,244,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(15,44,46,.06)}.store-landing__header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:72px;max-width:1240px;margin:0 auto;padding-inline:1.25rem}@media (min-width:768px){.store-landing__header-inner{padding-inline:2.5rem}}.store-landing__logo{font-family:var(--font-display);font-size:1.55rem;font-weight:700;color:var(--luxe-forest);letter-spacing:.01em;white-space:nowrap}.store-landing__nav{display:none;align-items:center;gap:1.75rem}@media (min-width:900px){.store-landing__nav{display:flex}}.store-landing__nav a{font-size:.875rem;font-weight:500;color:var(--luxe-muted);transition:color .25s ease}.store-landing__nav a:hover{color:var(--luxe-forest)}.store-landing__header-actions{display:flex;align-items:center;gap:.75rem}.store-landing__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--luxe-forest);cursor:pointer;border-radius:4px;transition:background .2s ease}.store-landing__icon-btn:hover{background:rgba(15,44,46,.06)}.store-landing__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;padding:.7rem 1.6rem;font-family:var(--font-body);font-size:.9rem;font-weight:600;border:none;cursor:pointer;border-radius:2px;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease,opacity .25s ease}.store-landing__btn:active{transform:scale(.98)}.store-landing__btn:focus-visible{outline:2px solid var(--luxe-copper);outline-offset:3px}.store-landing a.store-landing__btn--forest,.store-landing__btn--forest{background:var(--luxe-forest);color:var(--luxe-on-brand)}.store-landing a.store-landing__btn--forest:hover,.store-landing__btn--forest:hover{background:var(--luxe-forest-soft);color:var(--luxe-on-brand);transform:translateY(-2px)}.store-landing__btn--outline-light{background:transparent;color:var(--luxe-white);border:1px solid rgba(255,255,255,.75)}.store-landing__btn--outline-light:hover{background:var(--luxe-white);color:var(--luxe-forest)}.store-landing__btn--outline-dark{background:transparent;color:var(--luxe-forest);border:1px solid var(--luxe-forest)}.store-landing__btn--outline-dark:hover{background:var(--luxe-forest);color:var(--luxe-white)}.store-landing__btn--text{background:transparent;color:var(--luxe-forest);padding-inline:0;min-height:auto;text-decoration:underline;text-underline-offset:4px;font-weight:600}.store-landing__btn--text:hover{color:var(--luxe-copper-deep)}.store-landing__btn--login{min-height:40px;padding:.45rem 1.1rem;font-size:.85rem}.store-landing__hero{display:grid;grid-template-columns:1fr;min-height:calc(100vh - 72px);min-height:calc(100dvh - 72px);background:var(--luxe-cream)}@media (min-width:960px){.store-landing__hero{grid-template-columns:1.05fr .95fr}}.store-landing__hero-copy{display:flex;flex-direction:column;justify-content:center;padding:3.5rem 1.25rem 3rem;background:var(--luxe-cream)}@media (min-width:768px){.store-landing__hero-copy{padding:4.5rem 2.5rem 4rem 3.5rem}}@media (min-width:960px){.store-landing__hero-copy{padding-inline-start:clamp(2.5rem,6vw,5rem);padding-inline-end:2rem}}.store-landing__hero-title{font-family:var(--font-display);font-size:clamp(2.6rem,6vw,4.4rem);font-weight:700;line-height:1.15;color:var(--luxe-forest);margin:0 0 1.25rem;max-width:12ch}.store-landing__hero-lede{font-size:1rem;font-weight:400;line-height:1.7;color:var(--luxe-muted);max-width:38ch;margin:0 0 2rem}.store-landing__hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin-bottom:3rem}.store-landing__play-link{display:inline-flex;align-items:center;gap:.65rem;font-size:.9rem;font-weight:500;color:var(--luxe-forest);transition:opacity .2s ease}.store-landing__play-link:hover{opacity:.7}.store-landing__play-icon{width:40px;height:40px;border-radius:999px;border:1px solid var(--luxe-forest);display:inline-flex;align-items:center;justify-content:center}.store-landing__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(15,44,46,.1);max-width:32rem}.store-landing__stat-value{font-family:var(--font-display);font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700;color:var(--luxe-forest);line-height:1.1;margin:0 0 .25rem}.store-landing__stat-label{font-size:.75rem;color:var(--luxe-muted-soft);margin:0;line-height:1.4}.store-landing__hero-visual{position:relative;background:linear-gradient(160deg,var(--luxe-peach-soft) 0,var(--luxe-peach) 100%);min-height:420px;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;overflow:hidden}.store-landing__hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 40%,rgba(255,255,255,.18) 50%,transparent 60%);background-size:220% 100%;animation:store-landing-hero-sheen 7s ease-in-out infinite;pointer-events:none;z-index:2}@media (min-width:960px){.store-landing__hero-visual{min-height:100%;padding:4rem 3rem}}.store-landing__framed-media{position:relative;width:min(100%,380px);aspect-ratio:3/4}.store-landing__frame-offset{position:absolute;inset:-14px -18px 18px 14px;border:1px solid var(--luxe-frame);pointer-events:none;z-index:0}.store-landing__frame-fill{position:absolute;inset:18px -22px -18px 28px;background:rgba(176,138,106,.35);z-index:0;pointer-events:none}.store-landing__mission{padding:4.5rem 1.25rem;text-align:center;background:var(--luxe-cream)}@media (min-width:768px){.store-landing__mission{padding:6rem 2.5rem}}.store-landing__mission-text{font-family:var(--font-display);font-size:clamp(1.6rem,3.2vw,2.35rem);font-weight:400;line-height:1.55;color:var(--luxe-forest);max-width:44rem;margin:0 auto}.store-landing__mission-mark{display:inline-flex;align-items:center;justify-content:center;width:1.6em;height:1.6em;border-radius:999px;background:var(--luxe-forest);color:var(--luxe-cream);font-size:.55em;vertical-align:middle;margin-inline:.2em;transform:translateY(-.1em)}.store-landing__mission-highlight{display:inline-block;background:var(--luxe-forest);color:var(--luxe-cream);padding:.05em .4em;margin-inline:.1em;line-height:1.3}.store-landing__section{padding:4rem 0}@media (min-width:768px){.store-landing__section{padding:5.5rem 0}}.store-landing__tabs{display:flex;gap:1.5rem;margin-bottom:2rem;border-bottom:1px solid rgba(15,44,46,.08)}.store-landing__tab{position:relative;padding:.75rem 0;font-size:.9rem;font-weight:500;color:var(--luxe-muted-soft);background:none;border:none;cursor:pointer;font-family:var(--font-body)}.store-landing__tab--active{color:var(--luxe-forest)}.store-landing__tab--active:after{content:"";position:absolute;inset-inline:0;bottom:-1px;height:2px;background:var(--luxe-forest)}.store-landing__collection-grid,.store-landing__collection-products{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.store-landing__collection-products{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width:720px){.store-landing__collection-grid{grid-template-columns:.9fr 1.1fr;gap:1.5rem;align-items:start}}@media (min-width:1100px){.store-landing__collection-grid{grid-template-columns:.85fr 1.15fr}.store-landing__collection-products{grid-template-columns:repeat(3,1fr)}}.store-landing__hero-word{display:inline-block;margin-inline-end:.28em}.store-landing__hero-glow{position:absolute;width:min(70%,320px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.45) 0,transparent 70%);filter:blur(20px);pointer-events:none;animation:store-landing-glow 6s ease-in-out infinite}.store-landing__hero-image-wrap{position:relative;z-index:1;width:100%;height:100%;overflow:hidden}.store-landing__hero-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;box-shadow:0 24px 60px rgba(28,26,23,.12)}.store-landing__product-shine{position:absolute;inset:0;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.35) 48%,transparent 62%);transform:translateX(-120%);pointer-events:none}.store-landing__product-card:hover .store-landing__product-shine{animation:store-landing-shine .9s ease forwards}@keyframes store-landing-glow{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.8;transform:scale(1.08)}}@keyframes store-landing-shine{0%{transform:translateX(-120%)}to{transform:translateX(120%)}}@keyframes store-landing-drift{0%,to{transform:translateY(-50%) translateX(0)}50%{transform:translateY(-50%) translateX(12px)}}@keyframes store-landing-hero-sheen{0%{background-position:200% 0;opacity:0}30%{opacity:.7}to{background-position:-200% 0;opacity:0}}.store-landing__collection-intro h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:600;line-height:1.25;color:var(--luxe-forest);margin:0 0 1rem;max-width:12ch}.store-landing__collection-intro p{font-size:.95rem;line-height:1.7;color:var(--luxe-muted);margin:0 0 1.5rem;max-width:32ch}.store-landing__product-card{display:block}.store-landing__product-media{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--luxe-cream-deep);margin-bottom:1rem;isolation:isolate}.store-landing__product-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.store-landing__product-card:hover .store-landing__product-media img{transform:scale(1.04)}.store-landing__product-name{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--luxe-forest);margin:0 0 .25rem;line-height:1.35}.store-landing__product-meta{font-size:.8rem;color:var(--luxe-muted-soft);margin:0 0 .4rem;text-transform:lowercase}.store-landing__product-price{font-size:.95rem;font-weight:600;color:var(--luxe-ink)}.store-landing__promo{display:grid;grid-template-columns:1fr;background:var(--luxe-forest);color:var(--luxe-cream);overflow:hidden;position:relative}@media (min-width:900px){.store-landing__promo{grid-template-columns:1.1fr .9fr;min-height:420px}}.store-landing__promo-media{position:relative;min-height:280px;overflow:hidden}.store-landing__promo-media img{width:100%;height:100%;object-fit:cover}.store-landing__promo-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:3rem 1.5rem}@media (min-width:900px){.store-landing__promo-copy{padding:4rem 3.5rem}}.store-landing__promo-watermark{position:absolute;inset-inline-end:-4%;top:50%;transform:translateY(-50%);font-family:var(--font-display);font-size:clamp(5rem,14vw,10rem);font-weight:700;color:rgba(253,248,244,.05);white-space:nowrap;pointer-events:none;line-height:1;z-index:0;animation:store-landing-drift 10s ease-in-out infinite}.store-landing__promo-copy h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.1rem);font-weight:600;line-height:1.25;margin:0 0 1.75rem;max-width:12ch;position:relative;z-index:1}.store-landing__story{background:var(--luxe-cream)}.store-landing__story-row{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;padding:3rem 0}@media (min-width:900px){.store-landing__story-row{grid-template-columns:1fr 1fr;gap:4.5rem;padding:4rem 0}.store-landing__story-row--reverse .store-landing__story-visual{order:2}.store-landing__story-row--reverse .store-landing__story-copy{order:1}}.store-landing__story-visual{display:flex;justify-content:center}.store-landing__story-frame{position:relative;width:min(100%,360px);aspect-ratio:4/5}.store-landing__story-frame .store-landing__frame-offset{inset:-12px 16px 16px -12px}.store-landing__story-frame img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block}.store-landing__story-copy h3{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.35rem);font-weight:600;color:var(--luxe-forest);margin:0 0 1rem;line-height:1.25}.store-landing__story-copy p{font-size:.98rem;line-height:1.75;color:var(--luxe-muted);margin:0 0 1.5rem;max-width:38ch}.store-landing__reviews{background:var(--luxe-forest);padding:4.5rem 0 5rem}.store-landing__reviews-label{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);color:var(--luxe-cream);text-align:center;margin:0 0 2.5rem;font-weight:500}.store-landing__review-card{position:relative;background:var(--luxe-cream);padding:2.5rem 2rem;display:grid;gap:1.5rem;max-width:920px;margin:0 auto}@media (min-width:768px){.store-landing__review-card{grid-template-columns:1fr auto;align-items:center;padding:3rem 3.5rem;gap:2.5rem}}.store-landing__review-quote-mark{position:absolute;top:1rem;inset-inline-start:1.5rem;font-family:var(--font-display);font-size:7rem;line-height:1;color:rgba(15,44,46,.08);pointer-events:none}.store-landing__review-text{position:relative;z-index:1;font-family:var(--font-display);font-size:clamp(1.25rem,2.4vw,1.65rem);font-weight:400;line-height:1.55;color:var(--luxe-forest);margin:0 0 1.25rem}.store-landing__review-author{font-size:.95rem;font-weight:700;color:var(--luxe-forest);margin:0}.store-landing__review-role{font-size:.8rem;color:var(--luxe-muted-soft);margin:.2rem 0 0}.store-landing__review-avatar{width:88px;height:88px;border-radius:999px;object-fit:cover;border:3px solid var(--luxe-white);box-shadow:0 8px 24px rgba(15,44,46,.15);justify-self:start}@media (min-width:768px){.store-landing__review-avatar{justify-self:end}}.store-landing__instagram{padding:4.5rem 0;background:var(--luxe-cream)}.store-landing__instagram h2{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.3rem);text-align:center;color:var(--luxe-forest);margin:0 0 2.25rem;font-weight:600}.store-landing__ig-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width:720px){.store-landing__ig-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.store-landing__ig-item{position:relative;aspect-ratio:1;overflow:hidden;background:var(--luxe-cream-deep)}.store-landing__ig-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,opacity .35s ease}.store-landing__ig-item:hover img{transform:scale(1.05);opacity:.85}.store-landing__ig-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,44,46,.45);color:var(--luxe-white);opacity:0;transition:opacity .3s ease}.store-landing__ig-item--featured .store-landing__ig-overlay,.store-landing__ig-item:hover .store-landing__ig-overlay{opacity:1}.store-landing__footer{background:var(--luxe-forest);color:rgba(253,248,244,.72);padding:4rem 0 1.5rem}.store-landing__footer-top{display:grid;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(253,248,244,.12)}@media (min-width:900px){.store-landing__footer-top{grid-template-columns:1.2fr 1.5fr;gap:4rem}}.store-landing__footer .store-landing__logo{color:var(--luxe-cream);margin-bottom:1.25rem;display:inline-block}.store-landing__newsletter-label{font-size:.9rem;margin:0 0 .85rem;color:rgba(253,248,244,.8)}.store-landing__newsletter{display:flex;max-width:320px;border:1px solid rgba(253,248,244,.25)}.store-landing__newsletter input{flex:1;min-width:0;background:transparent;border:none;padding:.85rem 1rem;color:var(--luxe-cream);font-family:var(--font-body);font-size:.9rem}.store-landing__newsletter input::placeholder{color:rgba(253,248,244,.4)}.store-landing__newsletter input:focus{outline:none}.store-landing__newsletter button{width:48px;border:none;background:var(--luxe-cream);color:var(--luxe-forest);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.store-landing__newsletter button:hover{background:var(--luxe-peach)}.store-landing__footer-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.store-landing__footer-cols h4{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--luxe-cream);margin:0 0 1rem}.store-landing__footer-cols a,.store-landing__footer-cols span{display:block;font-size:.875rem;margin-bottom:.55rem;color:rgba(253,248,244,.55);transition:color .2s ease}.store-landing__footer-cols a:hover{color:var(--luxe-cream)}.store-landing__footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.5rem;font-size:.8rem;color:rgba(253,248,244,.4)}.store-landing__socials{display:flex;gap:.85rem}.store-landing__socials a{color:rgba(253,248,244,.55);transition:color .2s ease}.store-landing__socials a:hover{color:var(--luxe-cream)}.store-landing__wholesale{padding:1.5rem 0 0}.store-landing__empty{grid-column:1/-1;text-align:center;padding:3rem 1.5rem;border:1px solid rgba(15,44,46,.08);background:var(--luxe-white)}.store-landing__empty h3{font-family:var(--font-display);font-size:1.5rem;color:var(--luxe-forest);margin:0 0 .5rem}.store-landing__empty p{color:var(--luxe-muted);margin:0 0 1.25rem}@media (prefers-reduced-motion:reduce){.store-landing__btn,.store-landing__hero-glow,.store-landing__hero-visual:after,.store-landing__ig-item img,.store-landing__product-media img,.store-landing__product-shine,.store-landing__promo-watermark{transition:none;animation:none!important}}