:root{--ink:#241c1d;--muted:#706364;--paper:#fffaf8;--pink:#f5d9d7;--rose:#b6384a;--rose-dark:#8d2336;--line:#241c1d24;--green:#1f7a4e;--serif:"Playfair Display", Georgia, serif;--sans:"DM Sans", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);font-family:var(--sans);margin:0;font-size:16px;line-height:1.5}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}.site-header{border-bottom:1px solid var(--line);z-index:5;background:#fffaf8f0;justify-content:space-between;align-items:center;height:100px;padding:0 clamp(22px,5vw,76px);display:flex;position:relative}.brand img{width:180px;height:auto;display:block}nav{align-items:center;gap:28px;display:flex}nav a{font-size:.92rem;font-weight:500;text-decoration:none}.nav-cta{border:1px solid var(--ink);border-radius:100px;padding:10px 18px;transition:all .2s}.nav-cta:hover{background:var(--ink);color:#fff}.hero{isolation:isolate;align-items:center;min-height:min(720px,100vh - 100px);display:flex;position:relative;overflow:hidden}.hero-image,.hero-shade{width:100%;height:100%;position:absolute;inset:0}.hero-image{object-fit:cover;object-position:center;z-index:-2}.hero-shade{z-index:-1;background:linear-gradient(90deg,#faf2edf5 0%,#faf2edc7 34%,#faf2ed00 62%)}.hero-copy{width:min(620px,48vw);margin-left:clamp(24px,8vw,124px);padding:74px 0 118px}.eyebrow{color:var(--rose-dark);letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;font-size:.78rem;font-weight:600;display:block}h1,h2{font-family:var(--serif);letter-spacing:-.035em;margin:0;font-weight:600}h1{font-size:clamp(3.2rem,6.3vw,6.7rem);line-height:.94}h1 em{color:var(--rose);font-weight:500}.hero-copy>p{color:#58494a;max-width:520px;margin:28px 0 34px;font-size:clamp(1rem,1.4vw,1.18rem)}.primary-button{color:#fff;background:var(--ink);border-radius:3px;align-items:center;gap:28px;padding:15px 22px;font-weight:600;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.primary-button:hover{background:var(--rose-dark);transform:translateY(-2px)}.hero-note{align-items:flex-start;gap:15px;max-width:390px;display:flex;position:absolute;bottom:28px;left:clamp(24px,8vw,124px)}.hero-note span{font-family:var(--serif);color:var(--rose);font-style:italic}.hero-note p{color:#594a4b;margin:0;font-size:.84rem}.collection{padding:104px clamp(22px,6vw,94px) 118px}.section-heading{justify-content:space-between;align-items:end;gap:40px;max-width:1280px;margin:0 auto 46px;display:flex}.section-heading h2{font-size:clamp(2.7rem,5vw,4.8rem);line-height:1}.section-heading>p{max-width:420px;color:var(--muted);margin:0 0 5px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(15px,2vw,28px);max-width:1280px;margin:auto;display:grid}.product-card{text-align:left;cursor:pointer;background:0 0;min-width:0;padding:0}.product-visual{aspect-ratio:.84;background:#f3ece7;position:relative;overflow:hidden}.product-visual img{object-fit:cover;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-visual img,.product-card:focus-within .product-visual img{transform:scale(1.035)}.view-details{width:100%;color:var(--ink);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;position:absolute;inset:0}.view-details-pill{min-height:44px;color:var(--green);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap;background:#fffaf8f0;border:1px solid #fffc;border-radius:100px;align-items:center;gap:12px;padding:6px 6px 6px 16px;font-size:.78rem;font-weight:600;transition:transform .2s,background .2s,color .2s,box-shadow .2s;display:inline-flex;position:absolute;bottom:12px;right:12px;box-shadow:0 4px 16px #2e15191f}.view-details-arrow{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;transition:background .2s,color .2s;display:grid}.view-details-arrow svg{transition:transform .2s}.view-details:focus-visible .view-details-pill{background:var(--green);color:#fff}@media (hover:hover){.view-details:hover .view-details-pill{background:var(--green);color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #2e151933}.view-details:hover .view-details-arrow{background:var(--paper);color:var(--green)}.view-details:hover .view-details-arrow svg{transform:rotate(45deg)}}.view-details:active .view-details-pill{transform:scale(.97)}.view-details:focus-visible{outline:3px solid var(--green);outline-offset:-3px}.product-meta{grid-template-columns:1fr auto;gap:4px 12px;padding:17px 2px 0;display:grid}.product-meta h3{font-family:var(--serif);letter-spacing:-.02em;margin:0;font-size:1.28rem}.product-meta strong{font-size:.95rem}.product-meta p{color:var(--muted);margin:1px 0 0;font-size:.82rem}.product-meta .mini-wa{color:var(--green);grid-column:1/-1;width:fit-content;margin-top:8px;font-size:.86rem;font-weight:600;text-decoration:none}footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:24px;padding:34px clamp(22px,6vw,94px);font-size:.85rem;display:flex}footer img{width:142px;height:auto}footer p{margin:0}footer a{font-weight:600;text-decoration:none}.product-dialog{width:min(980px,100vw - 32px);color:var(--ink);background:var(--paper);border:0;border-radius:4px;padding:0;box-shadow:0 28px 90px #2e151940}.product-dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#241c1d8c}.dialog-layout{grid-template-columns:1.08fr .92fr;min-height:590px;display:grid}.dialog-visual{background:#f2eae4;min-width:0;position:relative}.dialog-visual img{object-fit:cover}.dialog-content{flex-direction:column;justify-content:center;padding:clamp(32px,5vw,62px);display:flex}.dialog-content h2{font-size:clamp(2.2rem,4vw,3.8rem);line-height:1}.dialog-price{margin:16px 0;font-size:1.16rem;font-weight:600}.dialog-description{color:var(--muted);margin:0 0 22px}.dialog-content dl{border-top:1px solid var(--line);margin:0 0 24px}.dialog-content dl div{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:9px 0;font-size:.85rem;display:flex}dt{color:var(--muted)}dd{margin:0;font-weight:500}fieldset{border:0;margin:0 0 22px;padding:0}legend{margin-bottom:10px;font-size:.86rem;font-weight:600}.size-options{flex-wrap:wrap;gap:8px;display:flex}.size-button{border:1px solid var(--line);cursor:pointer;font:inherit;background:#fff;border-radius:2px;padding:9px 13px;font-size:.84rem}.size-button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:#fff}.whatsapp-button{color:#fff;background:var(--green);justify-content:center;align-items:center;gap:10px;padding:14px 18px;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.whatsapp-button:hover{background:#175e3d}.whatsapp-icon{font-size:1.3rem}.purchase-note{color:var(--muted);text-align:center;margin:9px 0 0;font-size:.72rem}.dialog-close{z-index:2;width:40px;height:40px;color:var(--ink);cursor:pointer;background:#ffffffe6;border:0;border-radius:50%;font-size:1.5rem;position:absolute;top:12px;right:14px}@media (max-width:920px){.hero{align-items:end;min-height:690px}.hero-image{object-position:62% center}.hero-shade{background:linear-gradient(90deg,#faf2edf0,#faf2ed85 55%,#faf2ed14)}.hero-copy{width:58vw;margin-left:6vw;padding:54px 0 145px}.hero-note{left:6vw}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 20px}}@media (max-width:680px){.view-details-pill{gap:8px;padding-left:12px;font-size:.72rem;bottom:8px;right:8px}.site-header{height:80px;padding:0 18px}.brand img{width:145px;height:auto}nav>a:first-child{display:none}.nav-cta{padding:8px 14px}.hero{min-height:720px;display:block}.hero-image{object-position:66% center;height:58%!important}.hero-shade{background:linear-gradient(#faeee90d 24%,#faeee9 61%)}.hero-copy{width:auto;margin:0;padding:0;position:absolute;bottom:78px;left:20px;right:20px}h1{font-size:clamp(3.05rem,14vw,4.3rem)}.hero-copy>p{max-width:92%;margin:18px 0 22px;font-size:.96rem}.hero-note{display:none}.primary-button{padding:13px 17px}.collection{padding:78px 18px 84px}.section-heading{margin-bottom:32px;display:block}.section-heading>p{margin-top:18px}.product-grid{gap:34px 12px}.product-meta{padding-top:12px;display:block}.product-meta strong{margin-top:5px;display:block}.product-meta .mini-wa{margin-top:8px;display:inline-block}footer{flex-direction:column;align-items:flex-start}.dialog-layout{grid-template-columns:1fr}.dialog-visual{height:320px}.dialog-visual img{object-fit:contain}.dialog-content{padding:30px 22px 26px}.product-dialog{max-height:calc(100vh - 24px);overflow-y:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
