:root{--bg:#f6f1ea;--bg-soft:#f0ebe3;--ink:#111111;--ink-muted:#5c5c5c;--line:rgba(17,17,17,0.12);--white:#ffffff;--serif:var(--font-serif),"Cormorant Garamond","Times New Roman",serif;--display:var(--font-display),"Literata",Georgia,serif;--sans:var(--font-sans),"Manrope",system-ui,sans-serif;--header-h:3.5rem;--cat-h:2.5rem;--page-pad:1rem;--max:72rem}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}img{display:block;max-width:100%}.page{position:relative;min-height:100dvh;display:flex;flex-direction:column;padding-bottom:0;overflow-x:clip}.page__content{position:relative;z-index:1;flex:1 1}.page-backdrop{pointer-events:none;position:absolute;inset:0;z-index:0;overflow:hidden}.page-backdrop--photo{opacity:var(--bg-deco-opacity,.35)}.page-backdrop__full{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.page-backdrop__wash{position:absolute;width:min(78vw,26rem);height:min(88vw,30rem);opacity:var(--bg-deco-opacity,.35)}.page-backdrop__wash--tr{top:-2rem;right:-3rem;transform:rotate(8deg)}.page-backdrop__wash--bl{bottom:-2rem;left:-3.5rem;transform:rotate(-2deg);opacity:calc(var(--bg-deco-opacity, .35) * .9)}.page-backdrop__svg{width:100%;height:100%;display:block;filter:blur(10px)}@media (min-width:768px){.page-backdrop__wash{width:min(48vw,32rem);height:min(54vw,36rem)}.page-backdrop__wash--tr{top:-3rem;right:-2rem}.page-backdrop__wash--bl{bottom:-3rem;left:-3rem}.page-backdrop__svg{filter:blur(14px)}}.container{width:min(100% - (var(--page-pad) * 2),var(--max));margin-inline:auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:var(--bg);border-bottom:1px solid transparent;box-shadow:none;transition:border-color .28s ease,box-shadow .28s ease}.site-header.is-scrolled{border-bottom-color:rgba(17,17,17,.07);box-shadow:0 8px 24px rgba(40,28,18,.06)}.site-header__row{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);padding-inline:var(--page-pad)}.logo{font-family:var(--serif);font-size:1.75rem;font-weight:600;letter-spacing:.04em;line-height:1}.header-actions{display:flex;align-items:center;gap:.85rem}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:0;background:transparent;cursor:pointer}.icon-btn svg{width:1.25rem;height:1.25rem}.badge{position:absolute;top:-.35rem;right:-.45rem;min-width:1rem;height:1rem;padding-inline:.2rem;border-radius:999px;background:var(--ink);color:var(--white);font-size:.65rem;line-height:1rem;text-align:center}.category-bar{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:0;overflow-x:auto;padding:.35rem var(--page-pad) .85rem;scrollbar-width:none;border-bottom:0}.category-bar::-webkit-scrollbar{display:none}.category-bar__item{display:inline-flex;align-items:center}.category-bar a{flex:0 0 auto;font-size:.95rem;letter-spacing:.01em;white-space:nowrap;opacity:.7;padding:.15rem}.category-bar a.is-active,.category-bar a:hover{opacity:1}.category-bar__sep{display:inline-block;width:.28rem;height:.28rem;margin:0 .85rem;border-radius:50%;background:currentColor;opacity:.55;flex:0 0 auto}.menu-drawer{position:fixed;inset:0;z-index:50;background:rgba(0,0,0,.35)}.menu-drawer__panel{position:absolute;top:0;right:0;width:min(18rem,86vw);height:100%;background:var(--bg);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;box-shadow:-8px 0 30px rgba(0,0,0,.08)}.menu-drawer__close{align-self:flex-end;border:0;background:transparent;font-size:1.5rem;cursor:pointer}.menu-drawer nav{display:grid;grid-gap:.85rem;gap:.85rem}.lang-switch{display:flex;gap:.5rem;margin-top:auto}.lang-switch a{padding:.35rem .7rem;border:1px solid var(--line);border-radius:999px;font-size:.85rem}.lang-switch a.is-active{background:var(--ink);color:var(--white);border-color:var(--ink)}.hero{position:relative;min-height:calc(100dvh - var(--header-h) - var(--cat-h));display:grid;place-items:stretch center;overflow:hidden;background:transparent;padding:0}.hero__frame{position:relative;width:100%;min-height:inherit;display:grid;place-items:end center;overflow:hidden;background:var(--bg-soft)}.hero__media{position:absolute;inset:0}.hero__media img,.hero__placeholder{width:100%;height:100%;object-fit:cover;object-position:center 18%}.hero__placeholder{background:linear-gradient(160deg,#e8dfd4,#d7cdc1)}.hero__content{position:relative;z-index:1;width:100%;padding:2rem 1.25rem 2.5rem;text-align:center;background:linear-gradient(0deg,rgba(0,0,0,.48),transparent 72%);color:var(--white)}.hero__title{margin:0 0 1rem;font-family:var(--serif);font-size:clamp(1.6rem,5vw,2.4rem);font-weight:500;line-height:1.2}.home-section{padding:3.25rem 0 1.5rem}.home-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem 1rem;margin-bottom:1.35rem;flex-wrap:wrap}.home-section__title{margin:0;font-family:var(--serif);font-size:clamp(1.55rem,5.5vw,2.35rem);font-weight:500;letter-spacing:.01em}.home-section__link{flex-shrink:0;font-size:.88rem;opacity:.72;transition:opacity .2s ease}.home-section__link:hover{opacity:1}.about-section{margin-top:2.5rem;padding:4.5rem var(--page-pad) 5rem;background:transparent;text-align:center}.about-section__inner{width:min(100%,34rem);margin-inline:auto}.about-section__eyebrow{margin:0 0 1.1rem;font-family:var(--sans);font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-muted)}.about-section__quote{margin:0;font-family:var(--display);font-style:italic;font-weight:400;font-size:clamp(1.55rem,3.8vw,2.15rem);line-height:1.45;letter-spacing:.01em;color:var(--ink);text-shadow:0 1px 0 rgba(246,241,234,.65)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.7rem 1.4rem;border:0;border-radius:999px;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.btn:active{transform:scale(.98)}.btn--light{background:color-mix(in srgb,var(--bg) 88%,white);color:var(--ink);font-family:var(--serif);font-size:1.05rem}.btn--dark{width:100%;background:var(--ink);color:var(--white);border-radius:.55rem;font-size:.95rem;letter-spacing:.02em}.btn:disabled{opacity:.45;cursor:not-allowed}.page-title{margin:1.5rem 0 1.25rem;text-align:center;font-family:var(--serif);font-size:clamp(2rem,7vw,3rem);font-weight:500}.catalog-page .page-title{margin-top:1.25rem;text-align:left}.category-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.category-card{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--bg-soft);border-radius:.65rem;box-shadow:0 2px 6px rgba(40,28,18,.06),0 12px 28px rgba(40,28,18,.1)}.category-card img{width:100%;height:100%;object-fit:cover}.category-card__label{position:absolute;left:.7rem;bottom:.7rem;color:var(--white);font-family:var(--serif);font-size:1.15rem;text-shadow:0 1px 10px rgba(0,0,0,.45)}.site-footer{position:relative;z-index:1;margin-top:auto;padding:2.5rem var(--page-pad) 2rem}.site-footer__inner{width:min(100%,var(--max));margin-inline:auto;padding-top:1.5rem;border-top:1px solid rgba(17,17,17,.08);gap:1.35rem}.site-footer__inner,.site-footer__nav{display:flex;flex-direction:column;align-items:center}.site-footer__nav{gap:.85rem;width:100%;text-align:center}.site-footer__ig,.site-footer__link,.site-footer__nav a{font-size:.95rem;letter-spacing:.01em;line-height:1.35}.site-footer__link{text-decoration:underline;text-underline-offset:.28em;text-decoration-thickness:1px}.site-footer__ig{opacity:.85;word-break:break-all}.site-footer__note{margin:0;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);text-align:center}@media (min-width:640px){.site-footer__nav{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem 1.75rem}.site-footer__ig{word-break:normal}}.pdp__care-link{margin:1rem 0 0;padding-top:.85rem;border-top:1px solid var(--line);font-size:.95rem}.pdp__care-link a{text-decoration:underline;text-underline-offset:.22em}.care-page{padding-bottom:3rem}.care-page__body{width:min(100%,38rem);margin:0 auto;font-size:1.05rem;line-height:1.7;color:var(--ink)}.care-page__body p{margin:0 0 1rem}.toolbar{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:1rem}.toolbar button{display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.75rem;border:0;background:transparent;cursor:pointer}.toolbar button+button{border-left:1px solid var(--line)}.product-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.1rem .7rem;gap:1.1rem .7rem}.product-grid--center{display:flex;flex-wrap:wrap;justify-content:center}.product-grid--center>*{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 0.85rem) / 2);max-width:calc((100% - .85rem) / 2)}.product-card{display:flex;flex-direction:column}.product-card__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--bg-soft);margin-bottom:.65rem;border-radius:.75rem;box-shadow:0 2px 4px rgba(40,28,18,.04),0 10px 24px rgba(40,28,18,.1);transition:transform .28s ease,box-shadow .28s ease}.product-card__media img,.product-card__placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.product-card__placeholder{background:var(--bg-soft)}.product-card:hover .product-card__media{transform:translateY(-4px);box-shadow:0 4px 10px rgba(40,28,18,.08),0 18px 36px rgba(40,28,18,.16),0 28px 56px rgba(40,28,18,.1)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card:has(.wish-toggle:focus-visible) .product-card__media,.product-card:has(.wish-toggle:hover) .product-card__media{transform:none;box-shadow:0 2px 4px rgba(40,28,18,.04),0 10px 24px rgba(40,28,18,.1)}.product-card:has(.wish-toggle:focus-visible) .product-card__media img,.product-card:has(.wish-toggle:hover) .product-card__media img{transform:none}.wish-toggle{position:absolute;top:.55rem;right:.55rem;z-index:2;width:2.15rem;height:2.15rem;border:0;border-radius:999px;background:color-mix(in srgb,var(--bg) 78%,transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;color:var(--ink);display:grid;place-items:center;box-shadow:0 2px 8px rgba(40,28,18,.08);transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.wish-toggle svg{transition:transform .2s ease,fill .2s ease}.wish-toggle:focus-visible,.wish-toggle:hover{transform:scale(1.1);background:var(--bg);color:#b42318;box-shadow:0 4px 14px rgba(40,28,18,.14);outline:none}.wish-toggle:focus-visible svg,.wish-toggle:hover svg{fill:currentColor;transform:scale(1.06)}.wish-toggle.is-active{color:#b42318;background:color-mix(in srgb,#b42318 12%,var(--bg))}.wish-toggle.is-active:focus-visible,.wish-toggle.is-active:hover{background:color-mix(in srgb,#b42318 18%,var(--bg));color:#8f1a12}.wish-toggle:active{transform:scale(.96)}.product-card__meta{display:block}.product-card__title{margin:0;font-size:.92rem;line-height:1.3}.product-card__price{margin:.25rem 0 0;font-size:.9rem;font-weight:600}@media (hover:none){.product-card:hover .product-card__media,.product-card:hover .product-card__media img{transform:none}}.pdp{display:grid;grid-gap:1rem;gap:1rem}.pdp__gallery{position:relative;aspect-ratio:1;background:var(--bg-soft);overflow:hidden}.pdp__gallery img{width:100%;height:100%;object-fit:cover}.pdp__dots{display:flex;justify-content:center;gap:.4rem;margin-top:.65rem}.pdp__dots span{width:.4rem;height:.4rem;border-radius:999px;background:rgba(17,17,17,.25)}.pdp__dots span.is-active{background:var(--ink)}.pdp__title{margin:.25rem 0 0;font-family:var(--serif);font-size:clamp(1.6rem,5vw,2.2rem);font-weight:500}.pdp__price{margin:.35rem 0 0;font-size:1.15rem;font-weight:600}.pdp__materials{margin:.45rem 0 0;color:var(--ink-muted);font-size:.88rem}.length-label{display:block;margin:1.1rem 0 .55rem;font-size:.9rem}.length-options{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}.length-options button{min-height:2.2rem;padding:.35rem .85rem;border:1px solid transparent;border-radius:999px;background:transparent;cursor:pointer}.length-options button.is-active{border-color:var(--ink)}.accordion{margin-top:1.25rem;border-top:1px solid var(--line)}.accordion details{border-bottom:1px solid var(--line)}.accordion summary{list-style:none;display:flex;justify-content:space-between;align-items:center;min-height:3rem;cursor:pointer}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"▾";opacity:.7}.accordion details[open] summary:after{content:"▴"}.accordion p{margin:0 0 1rem;color:var(--ink-muted);line-height:1.5;font-size:.92rem}.stack{display:grid;grid-gap:.85rem;gap:.85rem}.field label{display:block;margin-bottom:.3rem;font-size:.85rem}.field input,.field select,.field textarea{width:100%;min-height:2.75rem;padding:.6rem .75rem;border:1px solid var(--line);border-radius:.45rem;background:var(--white)}.muted{color:var(--ink-muted);font-size:.9rem}.checkout{max-width:36rem;padding-bottom:3rem}.checkout__note{margin-bottom:1.1rem}.checkout__carrier{margin:0;font-size:.92rem;font-weight:600}.checkout__row{display:grid;grid-gap:.85rem;gap:.85rem}@media (min-width:520px){.checkout__row{grid-template-columns:1fr 1fr}}.choice-group{border:0;margin:0;padding:0}.choice-group legend{margin-bottom:.45rem;font-size:.85rem}.choice-group__options{display:grid;grid-template-columns:1fr 1fr;grid-gap:.55rem;gap:.55rem}.choice-group__options--stack{grid-template-columns:1fr}.choice{display:flex;align-items:center;gap:.55rem;min-height:2.75rem;padding:.55rem .75rem;border:1px solid var(--line);border-radius:.45rem;background:var(--white);cursor:pointer;font-size:.92rem}.choice input{margin:0}.choice.is-active{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.choice.is-disabled{opacity:.45;cursor:not-allowed}.field-hint{margin:.45rem 0 0;font-size:.75rem;line-height:1.4;color:var(--ink-muted)}.suggest-list{list-style:none;margin:.4rem 0 0;padding:0;border:1px solid var(--line);border-radius:.45rem;overflow:hidden;background:var(--white)}.suggest-list button{width:100%;text-align:left;border:0;border-bottom:1px solid var(--line);background:transparent;padding:.65rem .75rem;cursor:pointer;font:inherit}.suggest-list li:last-child button{border-bottom:0}.suggest-list button:hover{background:var(--bg-soft)}.checkout-summary{display:grid;grid-gap:.35rem;gap:.35rem;padding-top:.35rem}.cart-total--soft{font-weight:500;color:var(--ink-muted);font-size:.92rem}.form-error{color:#a11;font-size:.9rem;margin:0}.empty{padding:3rem 1rem;text-align:center;color:var(--ink-muted)}.cart-line{display:grid;grid-template-columns:4.5rem 1fr auto;grid-gap:.75rem;gap:.75rem;padding:.85rem 0;border-bottom:1px solid var(--line)}.cart-line img{width:4.5rem;height:5.5rem;object-fit:cover;background:var(--bg-soft)}.cart-line button{border:0;background:transparent;color:var(--ink-muted);cursor:pointer;font-size:.8rem}.cart-total{display:flex;justify-content:space-between;margin:1rem 0 1.25rem;font-weight:600}@media (min-width:768px){:root{--page-pad:1.5rem}.category-grid,.product-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.product-grid--center>*{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 2rem) / 3);max-width:calc((100% - 2rem) / 3)}.pdp{grid-template-columns:1.1fr .9fr;gap:2rem;align-items:start;padding-top:1.5rem}.pdp__gallery{aspect-ratio:4/5}.hero{min-height:min(86dvh,52rem);overflow:visible;padding:1.25rem 1.75rem 3.5rem;place-items:center;background:transparent}.hero__frame{width:min(36rem,calc(42vw + 2rem));min-height:calc(min(86dvh, 52rem) - 4.75rem);border-radius:1.35rem;overflow:hidden;background:#ddd6cc;box-shadow:0 1px 2px rgba(40,28,18,.05),0 8px 16px rgba(40,28,18,.08),0 22px 44px rgba(40,28,18,.14),0 44px 88px rgba(40,28,18,.18),inset 0 0 0 1px rgba(255,255,255,.35);transform:translateZ(0)}.hero__media img{object-position:center 22%}.hero__content{padding:2.25rem 1.5rem 2.75rem}.hero__title{font-size:clamp(1.8rem,2.4vw,2.35rem)}}@media (min-width:1100px){.category-grid,.product-grid{grid-template-columns:repeat(4,1fr)}.product-grid--center>*{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 3rem) / 4);max-width:calc((100% - 3rem) / 4)}.hero__frame{width:min(38rem,38vw)}}