:root{--cream:#F7E7CE;--paper:#fffcf7;--ink:#25251f;--muted:#77756c;--gold:#aa853c;--line:#e7e1d6;--green:#304536}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:14px;line-height:1.7}h1,h2,h3,h4,.serif{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;line-height:1.1}h1{font-size:64px}h2{font-size:42px}h3{font-size:28px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a,button{transition:background .2s,color .2s,transform .2s}img{max-width:100%;display:block}button:focus-visible,a:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.wrap{width:min(1280px,90%);margin:auto}.announcement{text-align:center;background:var(--green);color:#fff;font-size:10px;letter-spacing:1.7px;padding:8px 12px}.announcement span{color:#e4d1a9}.site-header{position:sticky;top:0;background:rgba(255,252,247,.97);backdrop-filter:blur(15px);z-index:50;border-bottom:1px solid var(--line)}.nav-main{height:90px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:60px;height:60px;border-radius:50%}.brand strong{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:600;letter-spacing:1px}.brand small{display:block;font-size:8px;text-transform:uppercase;letter-spacing:3.8px;text-align:center;margin-top:-3px}.nav-links{display:flex;align-items:center;gap:30px}.nav-links a{font-size:12px;position:relative}.nav-links a.active:after{content:'';height:1px;background:var(--gold);position:absolute;left:0;right:0;bottom:-9px}.nav-links a:hover{color:var(--gold)}.nav-tools{display:flex;gap:23px;align-items:center}.icon-btn{border:0;background:transparent;padding:6px;color:var(--ink);position:relative;font-size:17px}.cart-count{position:absolute;right:-4px;top:-4px;min-width:16px;height:16px;border-radius:50%;background:var(--green);color:white;font-size:9px;text-align:center;line-height:16px}.mobile-toggle{display:none}.eyebrow{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:14px}.hero{height:570px;position:relative;overflow:hidden;background:#eae1d2}.hero-photo{position:absolute;width:74%;height:100%;right:0;object-fit:cover;object-position:center 44%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#eee8dc 0%,#eee8dc 22%,rgba(238,232,220,.9) 32%,rgba(238,232,220,.1) 57%,transparent 75%)}.hero-content{position:relative;z-index:1;padding-top:100px}.hero h1{font-size:73px;margin:0 0 21px;letter-spacing:-1.8px;max-width:550px}.hero h1 em{color:#8c713e;font-weight:400}.hero p{max-width:330px;color:#67665c;font-size:13px;margin-bottom:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--green);border:1px solid var(--green);color:white;padding:13px 25px;font-size:11px;letter-spacing:1px;text-transform:uppercase;min-height:46px}.button:hover{background:#1c3022;color:white;transform:translateY(-2px)}.button.light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.button.outline{background:transparent;border-color:var(--line);color:var(--ink)}.button.outline:hover{border-color:var(--gold);background:#f5eddf}.hero-note{display:flex;align-items:center;gap:9px;margin-top:26px;font-size:10px;color:#757263}.hero-note i{color:var(--gold)}.hero-bottom{position:absolute;bottom:22px;left:5%;z-index:2;display:flex;gap:8px}.hero-bottom span{height:3px;width:20px;background:#cfc6b4}.hero-bottom span:first-child{width:36px;background:var(--green)}.hero-caption{position:absolute;bottom:22px;right:5%;z-index:2;font-size:9px;color:#fff;letter-spacing:2px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:23px 0;border-bottom:1px solid var(--line);gap:20px}.benefit{display:flex;align-items:center;justify-content:center;gap:13px}.benefit i{font-size:20px;color:#9b875f}.benefit strong{display:block;font-weight:500;font-size:11px}.benefit small{color:var(--muted);font-size:10px}.section{padding:68px 0}.section-heading{text-align:center;margin-bottom:32px}.section-heading h2{margin:0 0 12px}.section-heading p{color:var(--muted);font-size:12px}.section-heading .eyebrow{margin-bottom:8px}.heading-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.heading-row h2{margin-bottom:0}.text-link{font-size:11px;border-bottom:1px solid #a59a80;padding-bottom:5px;display:inline-flex;gap:22px;align-items:center}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:22px}.category{text-align:center}.catalog-photo{position:relative;overflow:hidden;background:#ddc9ae}.catalog-photo img{position:absolute;width:400%;max-width:none;height:100%;object-fit:fill;left:calc(var(--pos,0) * -100%);top:0;transition:transform .6s}.category .catalog-photo{aspect-ratio:1;border-radius:50% 50% 4px 4px;margin-bottom:15px}.category:hover img,.product-card:hover img{transform:scale(1.035)}.category h3{font-size:21px;margin:0 0 3px}.category small{font-size:10px;color:var(--muted)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.product-card .catalog-photo{aspect-ratio:3/4;border-radius:5px}.product-info{padding:15px 0}.product-info .type{font-size:9px;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted)}.product-info h3{font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;margin:6px 0 7px;line-height:1.5}.price{font-size:12px;font-weight:600}.price del{margin-left:8px;color:#a09c92;font-weight:400;font-size:10px}.swatches{display:flex;gap:5px;margin-top:10px}.swatches span{width:9px;height:9px;border-radius:50%;background:var(--swatch);border:1px solid #0001}.badge-label{position:absolute;top:12px;left:12px;background:#fffcf3;padding:4px 9px;font-size:8px;letter-spacing:1px;z-index:2}.favorite{position:absolute;right:11px;top:11px;background:#fff9;border:0;border-radius:50%;width:29px;height:29px;z-index:2;font-size:14px}.favorite.saved{color:#a63543;background:#fff}.quick-view{position:absolute;bottom:10px;left:10px;right:10px;background:#fffffff0;border:0;padding:10px;font-size:10px;letter-spacing:1px;opacity:0;transform:translateY(10px);z-index:3}.product-card:hover .quick-view,.quick-view:focus-visible{opacity:1;transform:translateY(0)}.tabs{display:flex;justify-content:center;gap:28px;margin:0 0 32px}.tabs button{border:0;border-bottom:1px solid transparent;background:none;font-size:11px;padding:5px 2px;color:var(--muted)}.tabs button.active{border-color:var(--gold);color:var(--ink)}.soft-section{background:#f5f0e7}.collection-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:25px}.collection-tile{height:430px;position:relative;overflow:hidden;border-radius:5px;background:#726149}.collection-tile>img{width:100%;height:100%;object-fit:cover}.collection-tile .catalog-photo{position:absolute;inset:0}.collection-tile:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#18160d9c,transparent 70%)}.collection-copy{position:absolute;bottom:32px;left:32px;color:white;z-index:2}.collection-copy .eyebrow{color:#f3dfb7}.collection-copy h3{font-size:38px;margin-bottom:17px}.collection-copy a{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;border-bottom:1px solid #fff8;padding-bottom:5px}.center{text-align:center}.center-action{margin-top:28px}.story{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.story-image{height:430px;object-fit:cover;width:100%;border-radius:150px 150px 4px 4px}.story p{color:var(--muted);font-size:13px}.story h2{font-size:48px;margin:0 0 22px}.signature{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:27px;margin:22px 0 0}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review{border:1px solid var(--line);padding:27px;border-radius:5px;background:var(--paper)}.stars{color:var(--gold);font-size:12px;letter-spacing:4px}.review blockquote{font-family:'Cormorant Garamond',serif;font-size:22px;line-height:1.45;margin:16px 0}.review small{font-size:10px;color:var(--muted)}.insta-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.insta-grid .catalog-photo{aspect-ratio:1;border-radius:4px}.newsletter{padding:42px 0;background:#ede5d6}.newsletter .wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}.newsletter h3{margin-bottom:7px;font-size:31px}.newsletter p{font-size:11px;color:var(--muted);margin:0}.newsletter form{display:flex;max-width:480px;width:100%;border-bottom:1px solid #a8987e}.newsletter input{flex:1;min-width:0;background:transparent;border:0;padding:12px 0;outline:none;font-size:12px}.newsletter button{background:none;border:0;font-size:10px;text-transform:uppercase;letter-spacing:1px}.site-footer{background:#20291f;color:#eee9de;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr;gap:45px}.site-footer .brand strong{font-size:23px}.site-footer .brand img{width:52px;height:52px}.site-footer p{font-size:11px;color:#b4bcaf;margin-top:18px;max-width:250px}.site-footer h4{font-family:'DM Sans',sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:1.5px;margin:10px 0 22px;color:#d8c99f}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:8px 0;font-size:11px;color:#c0c6bb}.site-footer a:hover{color:#e2c66f}.footer-bottom{border-top:1px solid #ffffff20;margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;color:#aeb5a6;font-size:9px}.float-whatsapp{position:fixed;bottom:25px;right:25px;z-index:45;width:49px;height:49px;display:grid;place-items:center;border-radius:50%;background:#268753;color:white;font-size:25px;box-shadow:0 4px 20px #0002}.back-top{position:fixed;bottom:85px;right:32px;z-index:44;width:34px;height:34px;border:1px solid var(--line);background:var(--paper);border-radius:50%;display:none}.back-top.visible{display:block}.page-intro{background:#f3ecdf;padding:43px 0;text-align:center}.page-intro h1{font-size:49px;margin:8px 0 12px}.page-intro p{font-size:12px;color:var(--muted);margin:0}.breadcrumb-line{font-size:10px;color:var(--muted);margin-bottom:25px}.shop-controls{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px;margin-bottom:22px;align-items:end}label{display:block;font-size:11px;margin-bottom:7px}input,select,textarea{width:100%;padding:11px 13px;border:1px solid var(--line);background:#fffdfa;border-radius:3px;color:var(--ink)}input[type=range]{padding:0;accent-color:var(--green)}input[type=checkbox]{width:auto}.results-count{font-size:11px;color:var(--muted);margin-bottom:24px}.empty{padding:65px 15px;text-align:center;grid-column:1/-1}.empty h2{font-size:35px}.empty p{color:var(--muted)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:65px}.product-main-image{aspect-ratio:3/4;border-radius:5px}.product-main-image.detail img{transform:scale(1.6);transform-origin:50% 38%}.thumbnails{display:flex;gap:12px;margin-top:15px}.thumbnails button{width:80px;border:1px solid var(--line);padding:3px;background:none}.thumbnails .catalog-photo{aspect-ratio:3/4}.thumbnails button.active{border-color:var(--gold)}.product-description h1{font-size:44px}.product-description .price{font-size:22px}.product-description>p{color:var(--muted);font-size:13px}.option-group{margin:24px 0}.option-buttons{display:flex;gap:8px;flex-wrap:wrap}.option-buttons button{padding:9px 17px;border:1px solid var(--line);background:none;font-size:11px}.option-buttons button.active{border-color:var(--green);background:#e9ede6}.quantity{display:inline-flex;border:1px solid var(--line);height:44px;align-items:center}.quantity button{width:37px;border:0;background:transparent;font-size:17px}.quantity span{width:33px;text-align:center;font-size:12px}.product-actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.product-actions .button{flex:1}.small-note{font-size:11px;color:var(--muted);padding:14px 0;border-top:1px solid var(--line)}.two-column{display:grid;grid-template-columns:1.65fr 1fr;gap:45px}.summary{padding:28px;background:#f3ede1;border:1px solid var(--line);border-radius:5px;align-self:start}.summary h3{margin-bottom:22px}.summary-line{display:flex;justify-content:space-between;gap:20px;margin:12px 0;font-size:12px}.summary-line.total{border-top:1px solid #d7cebd;padding-top:18px;font-size:17px;font-weight:600}.summary .button{width:100%;margin-top:18px}.cart-row{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--line);align-items:center}.cart-row .catalog-photo{width:95px;height:126px;flex-shrink:0}.cart-row h3{font-family:'DM Sans',sans-serif;font-size:14px}.cart-row small{color:var(--muted);font-size:10px}.cart-row .item-body{flex:1}.remove-item{border:0;background:none;text-decoration:underline;font-size:10px;color:var(--muted);margin-left:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-grid .full{grid-column:1/-1}textarea{min-height:110px;resize:vertical}.form-help{font-size:11px;color:var(--muted);margin:14px 0}.prose{max-width:820px;margin:auto}.prose h2{font-size:30px;margin-top:35px}.prose p,.prose li{color:var(--muted);font-size:14px}.contact-list{list-style:none;padding:0}.contact-list li{margin:22px 0}.contact-list i{color:var(--gold);margin-right:12px}.map{width:100%;height:300px;border:0;border-radius:5px;margin-top:40px}.faq-item{border-bottom:1px solid var(--line);padding:20px 0}.faq-item summary{cursor:pointer;font-size:15px;font-weight:500}.faq-item p{color:var(--muted);font-size:13px;margin:15px 0 0}.toast-message{position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);background:var(--green);color:white;padding:14px 24px;box-shadow:0 5px 30px #0003;border-radius:4px;z-index:200;opacity:0;pointer-events:none;transition:.25s;max-width:80%;font-size:12px}.toast-message.show{opacity:1;transform:translate(-50%,0)}dialog{border:0;border-radius:6px;padding:35px;max-width:850px;width:90%;max-height:90vh;overflow:auto;background:var(--paper)}dialog::backdrop{background:#171b15aa;backdrop-filter:blur(3px)}.modal-close{position:absolute;right:12px;top:8px;background:none;border:0;font-size:25px;z-index:2}.quick-layout{display:grid;grid-template-columns:1fr 1fr;gap:30px}.quick-layout .catalog-photo{aspect-ratio:3/4}.quick-layout h2{font-size:34px}.reveal{animation:rise .7s ease both}@keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.skip-link{position:fixed;top:-60px;left:20px;padding:10px;background:white;z-index:100}.skip-link:focus{top:10px}
@media(min-width:1600px){.hero-photo{width:70%}.hero{height:650px}.hero-content{padding-top:130px}}@media(max-width:1050px){.nav-links{gap:16px}.nav-main{gap:15px}.brand strong{font-size:23px}.categories{gap:15px}.hero h1{font-size:62px}.hero-photo{width:85%}.products-grid{gap:18px}.story{gap:35px}.footer-grid{gap:25px}.nav-tools{gap:13px}}@media(max-width:760px){.wrap{width:90%}.announcement{font-size:8px;letter-spacing:1px}.nav-main{height:75px}.brand img{width:46px;height:46px}.brand strong{font-size:21px}.brand small{font-size:7px;letter-spacing:2.6px}.mobile-toggle{display:block}.nav-links{display:none;position:absolute;top:75px;left:0;right:0;background:var(--paper);padding:25px;box-shadow:0 10px 15px #0001;flex-direction:column;align-items:start;gap:22px}.nav-links.open{display:flex}.nav-tools{gap:8px}.nav-search{display:none}.hero{height:590px}.hero-photo{width:100%;height:100%;object-position:59% center}.hero:after{background:linear-gradient(90deg,#eae3d5ed 0%,#eae3d5ab 35%,#eae3d500 100%)}.hero-content{padding-top:85px}.hero h1{font-size:52px;max-width:350px}.hero p{max-width:245px;font-size:12px}.hero .eyebrow{font-size:8px}.hero-caption{display:none}.benefits{grid-template-columns:1fr 1fr;gap:19px 10px;padding:22px 0}.benefit{justify-content:start;gap:9px}.benefit i{font-size:16px}.benefit strong{font-size:10px}.benefit small{font-size:9px}.section{padding:45px 0}h2{font-size:34px}.categories{grid-template-columns:repeat(3,1fr);gap:22px 15px}.category h3{font-size:19px}.category small{font-size:9px}.products-grid{grid-template-columns:1fr 1fr;gap:15px}.product-info h3{font-size:12px}.quick-view{opacity:1;transform:none;padding:7px;font-size:9px}.collection-grid{grid-template-columns:1fr 1fr;gap:14px}.collection-tile{height:300px}.collection-copy{left:17px;bottom:20px}.collection-copy h3{font-size:28px}.collection-copy .eyebrow{font-size:8px;letter-spacing:1px}.heading-row{gap:15px}.heading-row h2{font-size:32px}.heading-row .text-link{font-size:9px;white-space:nowrap;gap:8px}.story{grid-template-columns:1fr;gap:30px}.story-image{height:370px}.story h2{font-size:40px}.reviews{grid-template-columns:1fr}.insta-grid{grid-template-columns:repeat(3,1fr)}.insta-grid>a:nth-child(n+4){display:none}.newsletter .wrap{flex-direction:column;align-items:start}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:10px}.shop-controls{grid-template-columns:1fr 1fr}.product-layout,.two-column{grid-template-columns:1fr;gap:30px}.product-description h1{font-size:36px}.page-intro h1{font-size:40px}.quick-layout{grid-template-columns:1fr}.quick-layout .catalog-photo{max-height:300px}.form-grid{gap:15px}.cart-row{gap:12px}.cart-row .catalog-photo{width:70px;height:100px}.cart-row>.price{font-size:11px}.tabs{gap:20px}.float-whatsapp{width:46px;height:46px;right:17px;bottom:18px}.back-top{right:23px;bottom:75px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Preserve editorial photo proportions and keep the complete navigation sticky. */
#header{position:sticky;top:-33px;z-index:50}.site-header{position:relative;top:auto}.catalog-photo img{height:auto;min-height:100%;object-fit:cover}.product-main-image{aspect-ratio:3/5}.product-main-image.detail img{transform-origin:calc((var(--pos) + .5) * 25%) 30%}.collection-tile .catalog-photo img{top:-18%}@media(max-width:760px){#header{top:-30px}.product-main-image{aspect-ratio:3/5}}

.hero-photo{object-position:center 18%}@media(max-width:760px){.hero-photo{object-position:59% center}}

.checkout-item{padding-bottom:16px;border-bottom:1px solid var(--line)}.checkout-item>span{white-space:nowrap}.quantity button:disabled{opacity:.3;cursor:not-allowed}

.catalog-photo.single-photo img{width:100%;height:100%;min-height:0;left:0;object-fit:cover}.single-photo.detail img{transform-origin:center 30%}.empty-photo{min-height:150px;background:#efe7d8}.button:disabled{opacity:.45;cursor:not-allowed;transform:none}#checkout-result{padding:12px;background:#f2eadc}#checkout-result:empty{display:none}
/* Customer-first refinements: contrast, comfortable controls, and order review. */
:root{--gold:#84612b;--muted:#69685f}body{font-size:15px}.product-info h3{font-size:14px}.price{font-size:15px}.price del{color:#716c61;font-size:12px}.eyebrow{font-size:11px}.section-heading p,.hero p{font-size:14px}.form-help,.small-note{font-size:12px}.swatches{align-items:center;gap:7px}.swatches small{font-size:11px;color:var(--muted)}.favorite{width:40px;height:40px;right:10px;top:10px}.badge-label{max-width:calc(100% - 65px);font-size:9px}.option-label{font-size:13px;margin-bottom:8px}.option-buttons button{min-height:44px;min-width:44px;font-size:13px}.quantity button{min-height:44px;min-width:42px}.quantity{height:46px}.quantity span{font-size:14px}.tabs button{min-height:44px;font-size:12px}.checkout-layout{align-items:start}.checkout-layout>.summary{grid-column:2;grid-row:1;position:sticky;top:110px}.checkout-layout>#checkout-form{grid-column:1;grid-row:1}.checkout-item a{font-size:13px}.checkout-layout .summary h3{font-size:29px}.summary-line{font-size:13px}.summary-line.total{font-size:19px}.form-grid input,.form-grid select,.form-grid textarea{font-size:16px}.form-grid label{font-size:13px}.product-actions .button{font-size:12px;min-height:48px}.product-card{border-radius:6px}.product-info{padding-top:17px}.newsletter .button{flex-shrink:0}.newsletter p{font-size:12px}#checkout-result{border-radius:5px}#checkout-result a{text-decoration:underline;font-weight:600}button:disabled{cursor:not-allowed}.loading-shell{min-height:350px;display:grid;place-items:center;color:var(--muted)}.loading-shell p{font-size:13px}.checkout-layout .summary .small-note{margin-bottom:0}.newsletter .eyebrow{color:#715220}.category small{font-size:11px}.category:hover h3{color:var(--gold)}
@media(max-width:760px){.checkout-layout>.summary{grid-column:1;grid-row:1;position:static}.checkout-layout>#checkout-form{grid-column:1;grid-row:2}.checkout-layout{gap:28px}.summary{padding:22px}.checkout-layout .summary-line{font-size:13px}.checkout-layout #checkout-form>.button{width:100%;white-space:normal}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:1}.hero p{font-size:14px}.product-info h3{font-size:13px}.quick-view{font-size:11px;padding:10px}.product-info .type{font-size:10px}.newsletter .button{white-space:normal;text-align:center}.product-actions{flex-direction:column}.product-actions .button{width:100%}.icon-btn{min-width:38px;min-height:40px}.nav-main{gap:8px}.nav-tools{gap:5px}.brand img{width:38px;height:38px}.brand{gap:8px}.brand strong{font-size:19px}.brand small{font-size:7px;letter-spacing:2px}.hero{height:550px}.hero-content{padding-top:68px}.hero h1{font-size:51px}.category h3{font-size:20px}.tabs{gap:18px}.float-whatsapp{bottom:18px}.section{padding:42px 0}}
