*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#faf7f0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}.app-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}h1{color:#1a1a1a;margin-bottom:1rem;font-size:3rem}p{color:#666;font-size:1.25rem}.navbar{z-index:100;color:#803838;background-color:#ffffffa4;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 2rem;transition:padding .3s,box-shadow .3s;display:flex;position:sticky;top:0;left:0}.navbar.is-scrolled{padding:.85rem 2rem;box-shadow:0 2px 12px #c2bbbb14}.navbar-brand{letter-spacing:.3em;color:#000;font-size:1.65rem;font-weight:700;text-decoration:none;transition:font-size .3s}.navbar.is-scrolled .navbar-brand{font-size:1.5rem}.navbar-collapse{display:contents}.navbar-search{margin-right:auto;padding-left:1rem;display:flex}.navbar-cart{color:#000;letter-spacing:.05em;align-items:center;margin-left:1.5rem;padding-bottom:6px;font-size:.95rem;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.navbar-cart:after{content:"";transform-origin:0;background-color:#b8943f;height:1.5px;transition:transform .28s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.navbar-cart:hover{color:#b8943f}.navbar-cart:hover:after{transform:scaleX(1)}.navbar-cart-badge{color:#fff;background-color:#b8943f;border-radius:999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;margin-left:.4rem;padding:0 .35rem;font-size:.7rem;font-weight:700;display:inline-flex}.navbar-search input{background-color:#fff;border:1px solid #0003;border-radius:999px;outline:none;width:100%;max-width:320px;padding:.5rem .9rem;font-size:.9rem;transition:border-color .2s}.navbar-search input:focus{border-color:#000}.navbar-links{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.navbar-links a{color:#000;letter-spacing:.05em;padding-bottom:6px;font-size:.95rem;text-decoration:none;transition:color .2s;display:inline-block;position:relative}.navbar-links a:after{content:"";transform-origin:0;background-color:#b8943f;height:1.5px;transition:transform .28s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.navbar-links a:hover{color:#b8943f}.navbar-links a:hover:after{transform:scaleX(1)}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar-toggle span{transform-origin:50%;background-color:#000;width:24px;height:2px;transition:transform .25s,opacity .2s;display:block}.navbar-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar-toggle.is-open span:nth-child(2){opacity:0}.navbar-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=640px){.navbar-toggle{margin-left:1rem;display:flex}.navbar-cart{margin-left:auto}.navbar-collapse{background-color:#1a1a1a;flex-direction:column;gap:1.25rem;padding:1.5rem 2rem;display:none;position:absolute;top:100%;left:0;right:0}.navbar-collapse.is-open{display:flex}.navbar-search{margin-right:0;padding-left:0}.navbar-search input{max-width:none}.navbar-links{flex-direction:column;gap:1rem}.navbar-collapse .navbar-links a{color:#f5f0e6}}.footer{color:#d8d2c4;background-color:#1a1a1a}.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1040px;margin:0 auto;padding:5rem 2rem 3.5rem;display:grid}.footer-brand{max-width:320px}.footer-logo{letter-spacing:.3em;color:#faf7f0;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:1.75rem}.footer-tagline{color:#9c968a;margin:1rem 0 0;font-size:.95rem;line-height:1.7}.footer-col h3{text-transform:uppercase;letter-spacing:.2em;color:#b8943f;margin:0 0 1.25rem;font-size:.75rem}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li{margin-bottom:.75rem}.footer-col a{color:#d8d2c4;font-size:.95rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#b8943f}.footer-bottom{text-align:center;border-top:1px solid #d8d2c41f;padding:1.75rem 2rem}.footer-bottom p{letter-spacing:.05em;color:#7d7869;margin:0;font-size:.8rem}@media (width<=640px){.footer-inner{text-align:center;grid-template-columns:1fr;gap:2.5rem;padding:3.5rem 1.5rem 2.5rem}.footer-brand{max-width:none}}.home-hero{text-align:center;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:calc(100vh - 70px);padding:2rem;display:flex;position:relative}.home-hero-content{max-width:640px}.home-hero h1{color:#1a1a1a;margin:0 0 1.25rem;font-family:Georgia,Times New Roman,serif;font-size:3.75rem;font-weight:400;line-height:1.15}.home-hero p{color:#1a1a1a;margin:0 0 2rem;font-size:1.15rem;line-height:1.6}.home-hero-btn{color:#ecbcbc;text-transform:uppercase;letter-spacing:.15em;background-color:#373737c7;padding:1rem 2.5rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.home-hero-btn:hover{background-color:#1e1e1ee6}@media (width<=640px){.home-hero h1{font-size:2.5rem}.home-hero p{font-size:1rem}}.signature{text-align:center;padding:4rem 2rem}.signature-title{color:#1a1a1a;margin:0 0 2.5rem;font-family:Georgia,Times New Roman,serif;font-size:2.25rem;font-weight:400}.signature-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:960px;margin:0 auto;display:grid}.signature-card{color:inherit;background-color:#fff;border:1px solid #e5e0d5;border-radius:12px;padding:1.5rem;font-family:Times New Roman,Times,serif;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.signature-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.signature-image{aspect-ratio:4/3;background-color:#f2efe8;border-radius:8px;width:100%;margin-bottom:1rem;overflow:hidden}.signature-image img{object-fit:cover;width:100%;height:100%;display:block}.signature-card h3{color:#1a1a1a;margin:0 0 .4rem;font-size:1.2rem}.signature-price{color:#1a1a1a;margin:0;font-weight:600}@media (width<=760px){.signature-grid{grid-template-columns:1fr}}.shop-empty{color:#666;margin-top:2rem}.shop-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:720px;margin-top:2rem;display:grid}.shop-box{text-align:center;color:inherit;cursor:pointer;background-color:#fff;border:1px solid #e5e0d5;border-radius:12px;padding:2rem 1.5rem;font-family:Times New Roman,Times,serif;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.shop-box:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.shop-box-image{aspect-ratio:4/3;background-color:#f2efe8;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex;overflow:hidden}.shop-box-image img{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.shop-box h2{color:#1a1a1a;margin:0 0 .5rem;font-size:1.4rem}.shop-box p{color:#666;margin:0;font-size:.95rem}.shop-price{font-weight:600;color:#1a1a1a!important}@media (width<=640px){.shop-grid{grid-template-columns:1fr}}.product-detail{text-align:left;align-items:center;gap:2.5rem;width:100%;max-width:900px;font-family:Times New Roman,Times,serif;display:flex}.product-image{aspect-ratio:4/3;background-color:#f2efe8;border-radius:12px;flex:1;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;display:block}.product-info{flex:1}.product-info h1{color:#1a1a1a;margin:0 0 1rem;font-size:2.5rem}.product-price{font-weight:700;color:#1a1a1a!important;margin:0 0 1rem!important;font-size:1.5rem!important}.product-info p{color:#666;margin:0 0 2rem;font-size:1.1rem}.product-buy{color:#fff;cursor:pointer;background-color:#1a1a1a;border:none;border-radius:8px;margin-bottom:1.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:opacity .2s;display:block}.product-buy:hover{opacity:.85}.product-back{color:#1a1a1a;font-weight:600;text-decoration:none;display:inline-block}.product-back:hover{text-decoration:underline}@media (width<=640px){.product-detail{text-align:center;flex-direction:column}}.about{color:#1a1a1a;background-color:#faf7f0;min-height:calc(100vh - 70px);padding:6rem 2rem}.about-story{text-align:center;max-width:720px;margin:0 auto}.about-eyebrow{text-transform:uppercase;letter-spacing:.25em;color:#b8943f;margin:0 0 1.5rem;font-size:.75rem}.about-story h1{color:#1a1a1a;margin:0 0 2rem;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:3.5rem;font-weight:400;line-height:1.15}.about-lead{color:#1a1a1a;margin:0 0 1.5rem;font-size:1.35rem;line-height:1.6}.about-body{color:#4a4a4a;margin:0;font-size:1.05rem;line-height:1.8}.about-why{text-align:center;max-width:1040px;margin:7rem auto 0}.about-why h2{color:#1a1a1a;margin:0 0 3.5rem;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400}.about-pillars{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.about-pillar{text-align:center;padding:0 1rem}.about-pillar h3{color:#1a1a1a;margin:0 0 1rem;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:500}.about-pillar h3:after{content:"";background-color:#b8943f;width:32px;height:1px;margin:.75rem auto 0;display:block}.about-pillar p{color:#4a4a4a;margin:0;font-size:1rem;line-height:1.75}@media (width<=640px){.about{padding:4rem 1.5rem}.about-story h1{font-size:2.5rem}.about-lead{font-size:1.15rem}.about-why{margin-top:4.5rem}.about-pillars{grid-template-columns:1fr;gap:2.5rem}}.contact{color:#1a1a1a;background-color:#faf7f0;min-height:calc(100vh - 70px);padding:6rem 2rem}.contact-intro{text-align:center;max-width:720px;margin:0 auto}.contact-eyebrow{text-transform:uppercase;letter-spacing:.25em;color:#b8943f;margin:0 0 1.5rem;font-size:.75rem}.contact-intro h1{color:#1a1a1a;margin:0 0 1.5rem;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:3.5rem;font-weight:400;line-height:1.15}.contact-lead{color:#4a4a4a;margin:0;font-size:1.2rem;line-height:1.7}.contact-details{max-width:560px;margin:5rem auto 0}.contact-details dl{margin:0}.contact-row{border-bottom:1px solid #b8943f40;justify-content:space-between;align-items:baseline;gap:2rem;padding:1.25rem 0;display:flex}.contact-row dt{text-transform:uppercase;letter-spacing:.15em;color:#b8943f;font-size:.8rem}.contact-row dd{color:#1a1a1a;text-align:right;margin:0;font-size:1.05rem}.contact-socials{margin-top:4rem}.contact-socials h2{color:#1a1a1a;margin:0 0 .5rem;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:400}@media (width<=640px){.contact{padding:4rem 1.5rem}.contact-intro h1{font-size:2.5rem}.contact-details{margin-top:3.5rem}}.cart{color:#1a1a1a;background-color:#faf7f0;min-height:calc(100vh - 70px);padding:5rem 2rem}.cart-inner{max-width:820px;margin:0 auto}.cart-eyebrow{text-transform:uppercase;letter-spacing:.25em;color:#b8943f;margin:0 0 1rem;font-size:.75rem}.cart-head h1{margin:0 0 2.5rem;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:2.75rem;font-weight:400}.cart-list{margin:0;padding:0;list-style:none}.cart-item{border-bottom:1px solid #b8943f40;grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:1.5rem;padding:1.5rem 0;font-family:Times New Roman,Times,serif;display:grid}.cart-item-image{background-color:#efe9dc;border-radius:8px;width:80px;height:80px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%;display:block}.cart-item-name{color:#1a1a1a;font-size:1.1rem;text-decoration:none;display:block}.cart-item-name:hover{color:#b8943f}.cart-item-price{color:#7d7869;margin:.35rem 0 0;font-size:.9rem}.cart-qty{align-items:center;gap:.75rem;display:flex}.cart-qty button{color:#1a1a1a;cursor:pointer;background:0 0;border:1px solid #c9bfa6;border-radius:50%;width:28px;height:28px;font-size:1rem;line-height:1;transition:border-color .2s,color .2s}.cart-qty button:hover{color:#b8943f;border-color:#b8943f}.cart-qty span{text-align:center;min-width:1.5rem}.cart-line-total{text-align:right;min-width:4rem;margin:0;font-weight:600}.cart-remove{color:#7d7869;cursor:pointer;background:0 0;border:none;font-size:.85rem;text-decoration:underline;transition:color .2s}.cart-remove:hover{color:#1a1a1a}.cart-footer{justify-content:space-between;align-items:flex-start;gap:2rem;margin-top:2.5rem;display:flex}.cart-clear{color:#7d7869;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;background:0 0;border:1px solid #c9bfa6;border-radius:8px;padding:.85rem 1.75rem;font-size:.85rem;font-weight:600;transition:border-color .2s,color .2s,background-color .2s}.cart-clear:hover{color:#1a1a1a;background-color:#b8943f14;border-color:#b8943f}.cart-summary{min-width:260px}.cart-subtotal-row{color:#7d7869;justify-content:space-between;padding-bottom:.75rem;font-size:.95rem;display:flex}.cart-total-row{border-top:1px solid #b8943f40;border-bottom:1px solid #b8943f40;justify-content:space-between;padding-top:1rem;padding-bottom:1.25rem;font-size:1.25rem;display:flex}.cart-total{font-weight:700}.cart-empty{text-align:center;max-width:480px;margin:0 auto;padding-top:3rem}.cart-empty h1{margin:0 0 1rem;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:2.5rem;font-weight:400}.cart-empty p{color:#4a4a4a;margin:0 0 2rem}.cart-shop-link{color:#b8943f;letter-spacing:.05em;font-weight:600;text-decoration:none}.cart-shop-link:hover{text-decoration:underline}@media (width<=640px){.cart{padding:3.5rem 1.25rem}.cart-item{grid-row-gap:.75rem;grid-template-columns:64px 1fr auto}.cart-item-image{width:64px;height:64px}.cart-line-total{text-align:left;grid-column:2/4}.cart-remove{text-align:left;grid-column:1/4;justify-self:start}.cart-footer{flex-direction:column}.cart-summary{width:100%}}
