@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@400;500;600&display=swap";:root{--bg: #fdf7f0;--bg-alt: #ffffff;--text: #2b1b07;--muted: #7a6b5b;--accent: #c08a2b;--accent-soft: #f6e4c3;--border-subtle: #ecd9b9;--radius-lg: 18px;--radius-full: 999px;--shadow-soft: 0 18px 45px rgba(186, 152, 94, .18);--max-width: 1120px;--font-serif: "Playfair Display", serif}.intro-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#f4efea;background:radial-gradient(circle at center,#fdf8f4,#ede3d7);display:flex;align-items:center;justify-content:center;z-index:1000;overflow:hidden;transition:transform 1s cubic-bezier(.7,0,.3,1);cursor:default}.intro-screen--exiting{transform:translateY(-100%)}.intro-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:.6}.bg-decor--main{width:100%;height:100%;object-fit:cover;filter:blur(1px) brightness(1.05)}.intro-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:90%;height:90vh;justify-content:center;animation:intro-fade-up 1.5s ease-out}.intro-center-group{position:relative;display:flex;align-items:center;justify-content:center}.logo-glow-ring{position:absolute;width:200px;height:200px;border-radius:50%;background:transparent;box-shadow:0 0 60px 10px #ffd70066,inset 0 0 40px #fffc;border:1px solid rgba(255,215,0,.3);animation:pulse-glow 3s infinite ease-in-out}.intro-logo-mark{width:140px;height:140px;border-radius:50%;object-fit:contain;position:relative;z-index:5}.intro-branding{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.intro-title-img{max-width:400px;width:80%;height:auto;filter:drop-shadow(0 4px 10px rgba(140,106,36,.2))}.intro-title{font-family:var(--font-serif);font-size:5rem;font-weight:700;letter-spacing:.2em;color:#8c6a24;background:linear-gradient(180deg,#c09e5d,#8c6a24);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;line-height:1.1}.intro-subtitle{font-size:1.2rem;font-weight:500;letter-spacing:.8em;color:#a48b5d;margin:.5rem 0 0;text-transform:uppercase;padding-left:.8em}.intro-divider{display:flex;align-items:center;justify-content:center;width:100%;margin:1.5rem 0;position:relative}.intro-divider:before,.intro-divider:after{content:"";height:1px;width:100px;background:linear-gradient(90deg,transparent,#c09e5d,transparent)}.divider-diamond{width:10px;height:10px;background:#c09e5d;transform:rotate(45deg);margin:0 15px}.intro-tagline{font-family:var(--font-serif);font-size:1.8rem;color:#4a3a2a;margin:0}.intro-tagline .italic{font-style:italic;color:#8c6a24}.explore-button{background:linear-gradient(135deg,#4a3a28,#2b1b07);color:#f6e4c3;border:1px solid #c0a16b;padding:1.2rem 3rem;border-radius:var(--radius-full);font-size:.9rem;font-weight:600;letter-spacing:.15em;cursor:pointer;transition:all .4s ease;box-shadow:0 10px 30px #0003;display:flex;align-items:center;gap:1rem}.explore-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px #c0a16b4d;background:linear-gradient(135deg,#5d4a36,#3d2a15)}.explore-button .arrow{transition:transform .3s ease}.explore-button:hover .arrow{transform:translate(5px)}.intro-scroll-footer{position:absolute;bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#7a6b5b;font-size:.85rem;font-weight:500;letter-spacing:.1em}.mouse-icon{width:22px;height:36px;border:2px solid #a48b5d;border-radius:12px;position:relative;margin-bottom:5px}.mouse-wheel{width:3px;height:7px;background:#c09e5d;position:absolute;top:6px;left:50%;transform:translate(-50%);border-radius:2px;animation:mouse-scroll 1.5s infinite}.scroll-arrow-down{font-size:1.2rem;animation:bounce 2.5s infinite;color:#c09e5d}@keyframes pulse-glow{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes mouse-scroll{0%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,10px);opacity:0}}@keyframes intro-fade-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.home-fade-in{opacity:0;transform:translateY(30px);transition:opacity 1.2s ease-out,transform 1.2s cubic-bezier(.2,1,.3,1)}.home-fade-in--active{opacity:1;transform:translateY(0)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;background:radial-gradient(circle at top left,#fff3df,#fffdf8 50%,#f7eee4);color:var(--text)}.app-root{min-height:100vh;display:flex;flex-direction:column;padding-bottom:0}@media(max-width:768px){.app-root{padding-bottom:70px}}main{flex:1}.page-section{padding:2.5rem 1.25rem 3rem}.section-title{max-width:var(--max-width);margin:0 auto 1.5rem;font-size:1.6rem;font-weight:600}.site-header{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid rgba(230,214,190,.9)}.top-bar{max-width:var(--max-width);margin:0 auto;padding:.35rem 1.25rem;display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:var(--muted)}.country-select{border-radius:999px;padding:.25rem .75rem;border:1px solid var(--border-subtle);background:#fff;font-size:.8rem}.main-header{max-width:var(--max-width);margin:0 auto;padding:.9rem 1.8rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:#fffc}.logo-group{display:flex;align-items:center;justify-content:flex-start;min-width:260px}.logo-inner{display:flex;align-items:center;gap:.6rem}.logo-mark{height:44px;width:auto}.logo-wordmark{height:32px;width:auto}.main-nav{display:flex;gap:2rem;align-items:center;background:#fffc;padding:.5rem 2rem;border-radius:999px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-item{text-decoration:none;color:#8b5a00;display:flex;flex-direction:column;align-items:center;position:relative;transition:all .3s ease}.nav-item-inner{display:flex;flex-direction:column;align-items:center;gap:4px}.nav-icon-wrapper{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-icon{width:20px;height:20px;transition:all .3s ease}.nav-label{font-size:.7rem;font-weight:500;opacity:1;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.nav-item:hover .nav-icon-wrapper{background:#0000000d}.nav-item--active .nav-icon-wrapper{background:#8b5a001a;color:#8b5a00}.nav-item--active .nav-label{color:#8b5a00;font-weight:600}.header-actions{display:flex;align-items:center;gap:.4rem}.link-button{border:none;background:transparent;font-size:.9rem;cursor:pointer;padding:.3rem .4rem}.icon-button{border-radius:999px;width:32px;height:32px;border:none;background:transparent;cursor:pointer}.icon{width:20px;height:20px;color:#8b5a00}.hero{padding:2.5rem 1.25rem 2rem}.hero-content{max-width:var(--max-width);margin:0 auto;padding:2.2rem;border-radius:28px;background:linear-gradient(135deg,#fff5e6,#fff);box-shadow:var(--shadow-soft);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2.2rem;align-items:center}.hero-text{display:flex;flex-direction:column;gap:1rem}.hero-title{font-size:2.4rem;margin:0}.hero-subtitle{max-width:34rem;margin:0;color:var(--muted);font-size:.96rem}.hero-actions{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.6rem}.primary-button{border-radius:999px;background:linear-gradient(135deg,#e0a43b,#c38221);border:none;color:#fff;padding:.55rem 1.4rem;font-size:.9rem;font-weight:500;cursor:pointer;box-shadow:0 14px 35px #b4782866}.secondary-button{border-radius:999px;border:1px solid var(--border-subtle);background:#fff;color:var(--text);padding:.5rem 1.3rem;font-size:.9rem;cursor:pointer}.full-width{width:100%}.text-link{border:none;background:transparent;color:var(--accent);font-size:.86rem;cursor:pointer;padding:0}.collections-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.3rem}.collection-card{border-radius:var(--radius-lg);background:#fff;box-shadow:0 14px 32px #cdad7333;overflow:hidden;display:flex;flex-direction:column}.collection-image-placeholder{background:linear-gradient(135deg,#fbead2,#f7dec0);height:150px}.collection-body{padding:.9rem 1.1rem 1.1rem}.collection-tag{display:inline-flex;align-items:center;padding:.15rem .6rem;border-radius:999px;background:#f3d49f4d;color:#a46a12;font-size:.74rem;font-weight:600;margin-bottom:.55rem}.collection-body h3{margin:0 0 .4rem;font-size:1rem}.collection-body p{margin:0 0 .7rem;color:var(--muted);font-size:.85rem}.collection-price{margin:0 0 .2rem;font-weight:600;color:#a46a12;font-size:.9rem}.collection-note{margin:0 0 .7rem}.products-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1.1rem}.product-card{border-radius:18px;background:#fff;box-shadow:0 12px 28px #0f172a0f;overflow:hidden;display:flex;flex-direction:column}.product-image-placeholder{background:radial-gradient(circle at top,#ffe3ff,#fff7e8);height:170px}.product-body{padding:.75rem .9rem 1rem}.product-name{margin:0 0 .35rem;font-size:.95rem}.product-price{margin:0 0 .8rem;font-weight:500}.site-footer{border-top:1px solid var(--border-subtle);padding:2.2rem 1.25rem 1.4rem;background:#fff}.benefits-section{padding:1.5rem 1.25rem 2.5rem}.benefits-strip{max-width:var(--max-width);margin:0 auto;padding:1rem 1.8rem;border-radius:999px;background:#fff;box-shadow:0 10px 26px #cdad734d;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.benefit-item{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:#7a5a20}.benefit-icon{font-size:1.1rem}.benefit-label{font-weight:600}.benefits-bottom-row{max-width:var(--max-width);margin:1.8rem auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.benefit-bottom-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:#7a5a20}.benefit-bottom-icon{font-size:1.4rem}.benefit-bottom-label{font-size:.9rem;font-weight:600}.footer-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.2fr);gap:2rem}.footer-heading{font-size:1rem;margin:0 0 .4rem}.footer-text{margin:0 0 .9rem;font-size:.88rem;color:var(--muted)}.subscribe-form{display:flex;flex-wrap:wrap;gap:.6rem}.input{flex:1 1 220px;border-radius:999px;border:1px solid var(--border-subtle);padding:.5rem .9rem;font-size:.88rem}.footer-links{list-style:none;margin:.2rem 0 0;padding:0;display:flex;flex-direction:column;gap:.3rem}.footer-bottom{max-width:var(--max-width);margin:1.6rem auto 0;padding-top:1rem;border-top:1px dashed var(--border-subtle);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;font-size:.82rem;color:var(--muted)}.payment-note{opacity:.9}@media(max-width:768px){.main-header{padding:.6rem 1.25rem}.logo-group{min-width:auto}.logo-wordmark{height:24px}.logo-mark{height:36px}.main-nav{position:fixed;bottom:0;left:0;right:0;width:100%;border-radius:0;padding:.6rem 1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(230,214,190,.9);z-index:1000;justify-content:space-around;gap:0;box-shadow:0 -4px 20px #0000000d}.nav-item{flex:1}.nav-icon-wrapper{width:32px;height:32px}.nav-icon{width:18px;height:18px}.nav-label{font-size:.65rem}.hero-content{padding:1.4rem 1.3rem 1.6rem;grid-template-columns:minmax(0,1fr)}.footer-grid{grid-template-columns:minmax(0,1fr)}.benefits-strip{grid-template-columns:repeat(2,1fr);border-radius:20px;padding:1.5rem}.benefits-bottom-row{grid-template-columns:repeat(2,1fr)}.intro-title{font-size:3rem}.intro-subtitle{font-size:.9rem}.intro-tagline{font-size:1.3rem}.intro-content{height:auto;padding:2rem 0}.intro-branding{margin-bottom:1rem;gap:.5rem}.intro-divider{margin:1rem 0}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.9rem}.hero-content{gap:1.5rem;padding:1.4rem 1.3rem}.subscribe-form{flex-direction:column}.subscribe-form .input,.subscribe-form .primary-button{width:100%;flex:none}}@media(max-width:480px){.intro-title{font-size:2.2rem}.intro-tagline{font-size:1rem}.hero-title{font-size:1.5rem}}.cart-container{max-width:var(--max-width);margin:0 auto;padding:4rem 1.25rem;min-height:60vh;display:flex;flex-direction:column;align-items:center}.empty-cart-message{text-align:center;background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);max-width:500px;width:100%;border:1px solid var(--border-subtle);display:flex;flex-direction:column;align-items:center;gap:1.5rem}.empty-cart-message p{color:var(--muted);font-size:1.1rem}.explore-button{background:linear-gradient(135deg,#e0a43b,#c38221);color:#fff;border:none;padding:.8rem 2rem;border-radius:999px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px #b4782833}.explore-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #b478284d}
