:root{--ink: #1a1a18;--cream: #f7f4ef;--sand: #e8e2d9;--oak: #b8925a;--oak-light: #d4a96a;--muted: #7a7570;--white: #ffffff;--reveal: #2c4a3e}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--cream);color:var(--ink);font-weight:300;font-size:16px;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.site-header{display:flex;justify-content:space-between;align-items:center;padding:20px 48px;background:var(--white);border-bottom:1px solid var(--sand);position:sticky;top:0;z-index:200}.site-logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.site-logo span{color:var(--oak)}.site-nav{display:flex;gap:36px;list-style:none}.site-nav a{font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);transition:color .2s}.site-nav a:hover{color:var(--oak)}.header-icons{display:flex;gap:16px;align-items:center}.cart-toggle{background:var(--ink);color:var(--white);border:none;padding:10px 22px;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s;font-family:Inter,sans-serif}.cart-toggle:hover{background:var(--oak)}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:88vh;overflow:hidden}.hero__left{background:var(--ink);display:flex;flex-direction:column;justify-content:center;padding:80px 64px}.hero__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--oak);margin-bottom:24px}.hero__title{font-family:Playfair Display,serif;font-size:clamp(2.2rem,3.5vw,3.6rem);font-weight:700;color:var(--white);line-height:1.1;margin-bottom:24px}.hero__title em{font-style:italic;color:var(--oak-light)}.hero__sub{font-size:1rem;color:#a09890;line-height:1.7;max-width:400px;margin-bottom:48px}.hero__cta{display:flex;gap:16px;flex-wrap:wrap}.btn-primary{display:inline-block;background:var(--oak);color:var(--white);border:none;padding:16px 36px;font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s;font-family:Inter,sans-serif}.btn-primary:hover{background:var(--oak-light);color:var(--white)}.btn-ghost{display:inline-block;background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.3);padding:16px 36px;font-size:.82rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:border-color .2s,color .2s;font-family:Inter,sans-serif}.btn-ghost:hover{border-color:var(--oak);color:var(--oak)}.hero__right{background:var(--sand);display:flex;align-items:center;justify-content:center;padding:60px 40px}.hero__visual-wrap{width:100%;max-width:420px;aspect-ratio:3/4;background:var(--white);box-shadow:24px 24px 60px #0000001f;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero__visual-wrap img{width:100%;height:100%;object-fit:cover}.hero__badge{position:absolute;top:24px;right:24px;background:var(--oak);color:var(--white);width:80px;height:80px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.58rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-align:center;line-height:1.4}.trust-bar{background:var(--reveal);padding:16px 48px;display:flex;justify-content:center;gap:56px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:10px;color:#ffffffd9;font-size:.78rem;font-weight:500;letter-spacing:.04em}.section-eyebrow{font-size:.68rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--oak);margin-bottom:12px}.section-title{font-family:Playfair Display,serif;font-size:clamp(1.8rem,2.5vw,2.6rem);font-weight:700;line-height:1.15;color:var(--ink)}.section-sub{color:var(--muted);font-size:.92rem;margin-top:10px;line-height:1.65}.featured-products{padding:96px 48px}.featured-products__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-card{background:var(--white);overflow:hidden;transition:box-shadow .25s,transform .25s}.product-card:hover{box-shadow:0 16px 48px #0000001a;transform:translateY(-2px)}.product-card__img{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--sand)}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card__img img{transform:scale(1.04)}.product-badge{position:absolute;top:14px;left:14px;padding:4px 10px;font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--white);z-index:2}.product-badge--hot{background:#c0392b}.product-badge--new{background:var(--reveal)}.product-card__body{padding:22px}.product-card__category{font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--oak);margin-bottom:8px}.product-card__name{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;line-height:1.3;margin-bottom:8px;color:var(--ink)}.product-card__desc{font-size:.82rem;color:var(--muted);line-height:1.55;margin-bottom:18px}.product-card__footer{display:flex;justify-content:space-between;align-items:center}.product-card__price{font-size:1.2rem;font-weight:700;color:var(--ink)}.product-card__compare{font-size:.78rem;color:var(--muted);text-decoration:line-through}.btn-add{background:var(--ink);color:var(--white);border:none;padding:10px 18px;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s;font-family:Inter,sans-serif}.btn-add:hover{background:var(--oak)}.why-section{background:var(--ink);padding:96px 48px}.why-section .section-title{color:var(--white)}.why-section .section-sub{color:#a09890}.why-section .section-eyebrow{color:var(--oak-light)}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:56px}.why-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:32px 24px}.why-card__icon{font-size:2rem;margin-bottom:16px}.why-card__title{font-family:Playfair Display,serif;font-size:1.05rem;color:var(--white);margin-bottom:10px}.why-card__text{font-size:.82rem;color:#a09890;line-height:1.6}.collection-banner{padding:80px 48px;background:var(--sand);display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.collection-banner__img{aspect-ratio:4/3;background:var(--oak);overflow:hidden}.collection-banner__img img{width:100%;height:100%;object-fit:cover}.collection-banner__eyebrow{color:var(--oak)}.testimonials{padding:96px 48px;background:var(--cream)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}.testimonial-card{background:var(--white);padding:32px 28px;border-bottom:3px solid var(--oak)}.testimonial-stars{color:var(--oak);font-size:1rem;margin-bottom:14px}.testimonial-text{font-size:.88rem;color:var(--ink);line-height:1.65;font-style:italic;margin-bottom:20px}.testimonial-author{font-size:.75rem;font-weight:600;color:var(--muted)}.newsletter{background:var(--reveal);padding:72px 48px;text-align:center}.newsletter .section-title{color:var(--white)}.newsletter p{color:#ffffffb3;margin-top:12px;font-size:.92rem}.newsletter-form{display:flex;gap:0;max-width:480px;margin:36px auto 0}.newsletter-form input{flex:1;padding:16px 20px;border:none;font-size:.88rem;font-family:Inter,sans-serif;outline:none;background:var(--white);color:var(--ink)}.newsletter-form button{background:var(--oak);color:var(--white);border:none;padding:16px 28px;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-family:Inter,sans-serif;white-space:nowrap;transition:background .2s}.newsletter-form button:hover{background:var(--oak-light)}.site-footer{background:var(--ink);padding:64px 48px 32px;color:#a09890}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand .site-logo{display:block;margin-bottom:16px;color:var(--white)}.footer-brand p{font-size:.82rem;line-height:1.65}.footer-col h4{font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--white);margin-bottom:20px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:.82rem;color:#a09890;transition:color .2s}.footer-links a:hover{color:var(--oak)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:28px;display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.footer-bottom p{color:#555}.collection-header{background:var(--ink);padding:64px 48px;text-align:center}.collection-header .section-title{color:var(--white)}.collection-header .section-sub{color:#a09890;max-width:600px;margin:12px auto 0}.collection-grid-section{padding:64px 48px}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding:64px 48px;max-width:1200px;margin:0 auto}.product-page__gallery img{width:100%;aspect-ratio:1;object-fit:cover;margin-bottom:12px}.product-page__category{font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--oak);margin-bottom:10px}.product-page__title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;line-height:1.15;margin-bottom:16px}.product-page__price{font-size:1.8rem;font-weight:700;color:var(--ink);margin-bottom:24px}.product-page__desc{font-size:.88rem;color:var(--muted);line-height:1.7;margin-bottom:32px}.product-page__atc{width:100%;background:var(--ink);color:var(--white);border:none;padding:18px;font-size:.88rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;font-family:Inter,sans-serif;transition:background .2s;margin-bottom:12px}.product-page__atc:hover{background:var(--oak)}.product-features{list-style:none;margin-top:28px;display:flex;flex-direction:column;gap:10px}.product-features li{font-size:.82rem;color:var(--muted);padding-left:18px;position:relative}.product-features li:before{content:"\2713";position:absolute;left:0;color:var(--reveal);font-weight:700}.cart-drawer{position:fixed;top:0;right:-420px;width:420px;height:100vh;background:var(--white);z-index:1000;box-shadow:-8px 0 40px #00000026;transition:right .35s ease;display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid var(--sand)}.cart-drawer__header h3{font-family:Playfair Display,serif;font-size:1.2rem}.cart-close{background:none;border:none;font-size:1.4rem;cursor:pointer;color:var(--muted)}.cart-drawer__body{flex:1;padding:28px;overflow-y:auto}.cart-empty{text-align:center;color:var(--muted);margin-top:80px;font-size:.9rem}.cart-drawer__footer{padding:24px 28px;border-top:1px solid var(--sand)}.cart-total{display:flex;justify-content:space-between;font-weight:600;margin-bottom:16px}.cart-checkout{width:100%;background:var(--oak);color:var(--white);border:none;padding:16px;font-size:.88rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-family:Inter,sans-serif}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s}.overlay.show{opacity:1;pointer-events:all}@media(max-width:900px){.site-header{padding:16px 20px}.site-nav{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero__right{display:none}.hero__left{padding:56px 24px}.featured-products,.why-section,.testimonials{padding:56px 20px}.products-grid{grid-template-columns:1fr 1fr;gap:16px}.why-grid{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}.collection-banner{grid-template-columns:1fr;padding:48px 20px}.footer-grid{grid-template-columns:1fr 1fr}.product-page{grid-template-columns:1fr;padding:32px 20px}.trust-bar{gap:20px;padding:16px 20px}.featured-products__header{flex-direction:column;gap:20px;align-items:flex-start}.cart-drawer{width:100%;right:-100%}}@media(max-width:520px){.products-grid,.why-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/hiddenhome.css.map */
