*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #faf6f0;--cream-dark: #f0e8dc;--brown: #2c1810;--brown-soft: #5c3d2e;--gold: #c9954a;--gold-light: #e8c88a;--warm: #d4a574;--white: #ffffff;--shadow: rgba(44, 24, 16, .12);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--radius: 16px;--radius-sm: 10px;--header-h: 72px}html{scroll-behavior:auto}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}body{font-family:var(--font-body);background:var(--cream);color:var(--brown);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,4vw,3rem);height:var(--header-h);transition:background .4s ease,backdrop-filter .4s ease,box-shadow .4s ease}.header--scrolled{background:#faf6f0d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--shadow)}.header__logo{display:flex;align-items:center;gap:.75rem}.header__logo-mark{display:grid;place-items:center;width:40px;height:40px;background:var(--brown);color:var(--cream);font-family:var(--font-display);font-weight:700;font-size:.85rem;border-radius:50%}.header__logo-text{font-family:var(--font-display);font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.header__nav{display:none;gap:2rem}@media(min-width:768px){.header__nav{display:flex}}.header__link{font-size:.9rem;font-weight:500;color:var(--brown-soft);transition:color .3s;position:relative}.header__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.header__link:hover{color:var(--brown)}.header__link:hover:after{width:100%}.header__cart{position:relative;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--cream-dark);color:var(--brown);transition:background .3s,transform .3s}.header__cart:hover{background:var(--gold-light);transform:scale(1.05)}.header__cart-count{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 6px;background:var(--gold);color:var(--white);font-size:.7rem;font-weight:600;border-radius:10px;display:grid;place-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2rem;font-size:.9rem;font-weight:500;border-radius:100px;transition:transform .3s,box-shadow .3s,background .3s}.btn--primary{background:var(--brown);color:var(--cream)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px var(--shadow)}.btn--ghost{border:1.5px solid rgba(44,24,16,.2);color:var(--brown)}.btn--ghost:hover{border-color:var(--brown);background:#2c18100a}.btn--full{width:100%}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:calc(var(--header-h) + 2rem) clamp(1.5rem,5vw,4rem) 4rem;overflow:hidden}.hero__scene-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__scene-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#faf6f0eb,#faf6f099 45%,#faf6f04d);pointer-events:none;z-index:1}.hero-scene{width:100%;height:100%}.hero__content{position:relative;z-index:2;max-width:620px}.hero__eyebrow{font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.hero__title{font-family:var(--font-display);font-size:clamp(3rem,8vw,5.5rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.5rem;color:var(--brown)}.hero__subtitle{font-size:clamp(1rem,2vw,1.15rem);color:var(--brown-soft);max-width:480px;margin-bottom:2rem;line-height:1.7}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem}.hero__scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--brown-soft);z-index:2}.hero__scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.text-reveal__inner{display:inline}.text-reveal__char{display:inline-block;transform-origin:bottom center}.section-label{display:block;font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem}.story{padding:clamp(4rem,10vw,8rem) clamp(1.5rem,5vw,4rem);background:var(--white)}.story__grid{display:grid;gap:4rem;max-width:1200px;margin:0 auto}@media(min-width:992px){.story__grid{grid-template-columns:1fr 1fr;align-items:start}}.story__lead{font-family:var(--font-display);font-size:1.35rem;line-height:1.6;color:var(--brown);margin-bottom:1.25rem}.story__body{color:var(--brown-soft);margin-bottom:2.5rem}.story__milestones{display:flex;flex-direction:column;gap:1.5rem}.story__milestone{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding:1.25rem;background:var(--cream);border-radius:var(--radius);border-left:3px solid var(--gold)}.story__year{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--gold)}.story__milestone p{font-size:.95rem;color:var(--brown-soft)}.story__image-wrap{overflow:hidden;border-radius:var(--radius);aspect-ratio:4/5}.story__image{width:100%;height:100%;object-fit:cover}.story__quote{margin-top:2rem;padding:2rem;background:var(--brown);color:var(--cream);border-radius:var(--radius);font-family:var(--font-display)}.story__quote p{font-size:1.35rem;font-style:italic;line-height:1.5;margin-bottom:1rem}.story__quote cite{font-size:.9rem;font-style:normal;color:var(--gold-light)}.menu{padding:clamp(4rem,10vw,8rem) clamp(1.5rem,5vw,4rem)}.menu__header{max-width:600px;margin-bottom:2.5rem}.menu__subtitle{color:var(--brown-soft);font-size:1.05rem}.menu__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem}.menu__filter{padding:.6rem 1.25rem;font-size:.85rem;font-weight:500;border-radius:100px;background:var(--cream-dark);color:var(--brown-soft);transition:all .3s}.menu__filter:hover{background:var(--gold-light);color:var(--brown)}.menu__filter--active{background:var(--brown);color:var(--cream)}.menu__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;max-width:1200px}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 24px var(--shadow);transition:transform .4s ease,box-shadow .4s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #2c181026}.product-card__image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(160deg,#faf6f0,#f0e4d4)}.model-preview{width:100%;height:100%}.model-preview canvas{width:100%!important;height:100%!important}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__image{transform:scale(1.06)}.product-card:hover .model-preview canvas{transform:scale(1.04);transition:transform .6s ease}.product-card__badge{position:absolute;top:1rem;left:1rem;padding:.35rem .75rem;background:var(--gold);color:var(--white);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:100px}.product-card__add{position:absolute;bottom:1rem;left:50%;transform:translate(-50%) translateY(20px);opacity:0;padding:.75rem 1.5rem;background:var(--brown);color:var(--cream);font-size:.85rem;font-weight:500;border-radius:100px;transition:opacity .3s,transform .3s}.product-card:hover .product-card__add{opacity:1;transform:translate(-50%) translateY(0)}.product-card__info{padding:1.25rem 1.5rem 1.5rem}.product-card__name{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin-bottom:.4rem}.product-card__desc{font-size:.85rem;color:var(--brown-soft);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:1.1rem;font-weight:600;color:var(--gold)}.product-card__quick-add{width:36px;height:36px;border-radius:50%;background:var(--cream-dark);font-size:1.25rem;font-weight:300;color:var(--brown);transition:background .3s,transform .3s}.product-card__quick-add:hover{background:var(--gold);color:var(--white);transform:scale(1.1)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c181066;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200}.cart{position:fixed;top:0;right:0;width:min(420px,100vw);height:100vh;background:var(--cream);z-index:201;display:flex;flex-direction:column;box-shadow:-8px 0 40px var(--shadow)}.cart__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--cream-dark)}.cart__title{font-family:var(--font-display);font-size:1.5rem;font-weight:600}.cart__close{width:40px;height:40px;border-radius:50%;background:var(--cream-dark);font-size:1rem;transition:background .3s}.cart__close:hover{background:var(--gold-light)}.cart__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center;color:var(--brown-soft)}.cart__empty-icon{font-size:3rem}.cart__items{flex:1;overflow-y:auto;list-style:none;padding:1rem}.cart__item{display:flex;gap:1rem;padding:1rem;background:var(--white);border-radius:var(--radius-sm);margin-bottom:.75rem;align-items:center}.cart__item-img{width:64px;height:64px;border-radius:var(--radius-sm);object-fit:cover}.cart__item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart__item-name{font-weight:500;font-size:.95rem}.cart__item-price{font-size:.85rem;color:var(--gold);font-weight:600}.cart__qty{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.cart__qty button{width:28px;height:28px;border-radius:50%;background:var(--cream-dark);font-size:1rem;transition:background .2s}.cart__qty button:hover{background:var(--gold-light)}.cart__qty span{min-width:24px;text-align:center;font-weight:500}.cart__remove{color:var(--brown-soft);font-size:.9rem;padding:.5rem;opacity:.5;transition:opacity .2s}.cart__remove:hover{opacity:1}.cart__footer{padding:1.5rem;border-top:1px solid var(--cream-dark)}.cart__total{display:flex;justify-content:space-between;font-size:1.15rem;font-weight:600;margin-bottom:1rem}.cart__clear{width:100%;margin-top:.75rem;font-size:.85rem;color:var(--brown-soft);text-decoration:underline;text-underline-offset:3px}.cart__clear:hover{color:var(--brown)}.footer{background:var(--brown);color:var(--cream);padding:clamp(3rem,8vw,5rem) clamp(1.5rem,5vw,4rem) 2rem}.footer__grid{display:grid;gap:2.5rem;max-width:1200px;margin:0 auto 3rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__logo{font-family:var(--font-display);font-size:1.5rem;font-weight:700;display:block;margin-bottom:1rem}.footer__brand p{color:#faf6f0b3;max-width:280px;font-size:.95rem}.footer__col h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-light);margin-bottom:1rem}.footer__col p{font-size:.9rem;color:#faf6f0b3;margin-bottom:.35rem}.footer__social{display:flex;flex-direction:column;gap:.5rem}.footer__social a{font-size:.9rem;color:#faf6f0b3;transition:color .3s}.footer__social a:hover{color:var(--gold-light)}.footer__bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(250,246,240,.1);text-align:center}.footer__bottom p{font-size:.8rem;color:#faf6f080}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
