:root{--cream:#faf6f1;--chocolate:#654238;--caramel:#b58d73;--rose:#ddc9bc;--coffee:#30211d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--cream);color:var(--coffee);font:16px/1.65 Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #b58d73;outline-offset:5px}button:disabled{opacity:.4;cursor:default}.skip{position:absolute;left:20px;top:-100px;background:white;padding:10px;z-index:20}.skip:focus{top:10px}.announcement{background:var(--chocolate);color:var(--cream);text-align:center;font-size:12px;letter-spacing:1.5px;padding:7px}header{height:110px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;gap:28px}.brand{display:flex}.brand img{object-fit:contain}nav{display:flex;gap:38px;font-size:14px}nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:7px}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;background:var(--chocolate);color:var(--cream);border:1px solid transparent;border-radius:5px;padding:14px 22px;font-size:14px;font-weight:600;min-height:48px;transition:background .2s,transform .2s}.button:hover{background:#493027;transform:translateY(-2px)}.header-contact{background:transparent;border-color:#c9b5a7;color:var(--chocolate)}.header-contact:hover{color:var(--cream)}.hero{position:relative;min-height:660px;height:calc(100svh - 145px);max-height:860px;background:var(--coffee);color:var(--cream);isolation:isolate;overflow:hidden}.films,.shade,.poster,.films video{position:absolute;inset:0;width:100%;height:100%}.films{z-index:-3}.films img,.films video{object-fit:cover}.films video{opacity:0;transition:opacity 1s ease}.films video.active{opacity:1}.shade{z-index:-1;background:linear-gradient(90deg,rgba(25,15,11,.74),rgba(25,15,11,.15)),linear-gradient(0deg,rgba(25,15,11,.38),transparent 45%)}.hero-content{padding:95px 8% 115px;max-width:1000px}.eyebrow{font-size:12px;letter-spacing:2.6px;font-weight:600;margin:0 0 22px}h1,h2,h3{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;line-height:1.03}h1{font-size:clamp(58px,6.8vw,104px);margin:0 0 26px;letter-spacing:-2px}h1 em{color:#e6c7ae}h2{font-size:clamp(42px,4.2vw,64px);color:var(--chocolate);margin:0 0 20px;letter-spacing:-1.3px}em{font-weight:500}.intro{max-width:440px;color:#f0e6de;margin:0 0 32px}.hero-actions{display:flex;gap:30px;align-items:center}.cream{background:var(--cream);color:var(--chocolate)}.cream:hover{background:var(--rose)}.text-link{font-size:14px}.hero-bottom{position:absolute;bottom:28px;left:8%;right:5%;display:flex;justify-content:space-between;align-items:center;font-size:11px;letter-spacing:2px}#pause{border:1px solid #ffffff50;background:#30211d55;color:white;border-radius:30px;padding:10px 16px;font-size:13px;min-height:44px}.catalog{padding:100px 8% 80px}.section-heading{text-align:center;margin-bottom:48px}.section-heading .eyebrow{color:var(--chocolate);margin-bottom:15px}.section-heading>p:last-child{color:#715e53}.products{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1160px;margin:auto}.product-photo{border:0;padding:0;display:block;position:relative;width:100%;aspect-ratio:1.15;overflow:hidden;border-radius:12px;background:var(--rose)}.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.product-photo:hover img{transform:scale(1.035)}.product-photo>span{position:absolute;left:20px;top:20px;background:var(--cream);border-radius:30px;padding:5px 15px;font-size:12px}.product-info{padding:24px 0 10px}h3{font-size:32px;margin:0 0 10px;color:var(--chocolate)}h3 button{font:inherit;background:none;border:0;padding:0;text-align:left}h3 span{white-space:nowrap}.product-info>p{margin:0 0 24px;color:#715e53;font-size:14px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:20px;border-top:1px solid #ddc9bc}.price{font-size:24px;font-weight:600;color:var(--chocolate)}.price small{font-size:12px;font-weight:400;color:#715e53}.availability{text-align:center;font-size:13px;margin:38px 0 0;color:#715e53}.orders{background:var(--rose);padding:80px 8%;display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:center}.orders .eyebrow{color:var(--chocolate)}.orders h2{margin:0}.order-copy{max-width:440px}.order-copy p{margin:0 0 18px}.phone{display:block;font-size:23px;margin-bottom:25px}.instagram{text-align:center;padding:55px 20px}.instagram p{font-size:14px;margin:0 0 8px}.instagram a{font-family:'Cormorant Garamond',Georgia,serif;font-size:40px;color:var(--chocolate)}footer{border-top:1px solid var(--rose);padding:32px 8% 45px;display:flex;justify-content:space-between;align-items:center;gap:30px;font-size:14px}.footer-brand{display:flex;gap:18px;align-items:center}.footer-brand p{font-size:12px;margin:4px 0}footer>div:last-child a{display:block;margin:4px 0}.floating{position:fixed;bottom:24px;right:24px;background:var(--chocolate);color:white;border:1px solid #e8d4c5;border-radius:50%;width:54px;height:54px;display:grid;place-items:center;box-shadow:0 4px 20px #30211d25;z-index:5}.floating svg{width:27px;height:27px}dialog{border:0;border-radius:14px;padding:0;background:var(--cream);color:var(--coffee);width:min(960px,94vw);max-height:90svh;overflow:auto}dialog::backdrop{background:#211510b5;backdrop-filter:blur(4px)}body:has(dialog[open]){overflow:hidden}body:has(dialog[open]) .floating{visibility:hidden}.close{position:absolute;right:12px;top:12px;border:0;border-radius:50%;width:44px;height:44px;font-size:28px;line-height:1;background:var(--cream);z-index:2}.detail-grid{display:grid;grid-template-columns:1fr 1fr}.detail-grid>img{width:100%;height:100%;object-fit:cover;min-height:550px}.detail-copy{padding:44px 32px 28px}.detail-copy h2{font-size:40px}.detail-copy .eyebrow{font-size:11px;margin-bottom:15px}.detail-copy>p{font-size:14px}.detail-price{font-size:24px!important;font-weight:600;color:var(--chocolate)}label{font-size:14px;display:block;margin-bottom:8px}.quantity{display:flex;width:156px;border:1px solid #baa397;border-radius:5px;overflow:hidden}.quantity button{width:48px;min-height:46px;border:0;background:transparent;font-size:23px}.quantity input{width:58px;text-align:center;border:0;background:transparent;appearance:textfield;-moz-appearance:textfield}.quantity input::-webkit-inner-spin-button{appearance:none}.total{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--rose);padding-top:20px;margin-top:24px;font-size:14px}.total strong{font-size:23px;color:var(--chocolate)}.note{font-size:12px!important;line-height:1.6;color:#715e53}.buy{display:flex;margin-top:22px}@media(min-width:1500px){.hero-content{padding-top:130px}}@media(max-width:760px){header{height:96px;padding:0 5%;gap:12px}.brand img{width:70px;height:70px}nav{gap:16px;font-size:12px}.header-contact{display:none}.announcement{font-size:11px}.hero{height:680px;min-height:0;max-height:calc(100svh - 126px)}.hero-content{padding:65px 7% 100px}h1{font-size:clamp(47px,10.8vw,72px);letter-spacing:-1px}.hero-content .eyebrow{font-size:10px;letter-spacing:2px}.intro{font-size:14px;max-width:350px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-bottom{left:7%;right:7%;bottom:18px}.hero-bottom>span{font-size:9px;letter-spacing:1px;max-width:150px}.catalog{padding:64px 6% 50px}.section-heading{margin-bottom:32px}h2{font-size:44px}.section-heading>p:last-child{font-size:14px}.products{grid-template-columns:1fr;gap:38px}.product-photo{aspect-ratio:1.1}.product-info h3{font-size:31px}.product-bottom{gap:10px}.price{font-size:22px}.price small{display:block}.availability{font-size:12px}.orders{grid-template-columns:1fr;gap:24px;padding:56px 7%}.orders h2{font-size:44px}.orders .eyebrow{font-size:11px}.order-copy p{font-size:14px}.instagram{padding:40px 7%}footer{align-items:flex-start;flex-direction:column;padding:25px 6% 95px;gap:18px}.floating{width:48px;height:48px;bottom:16px;right:16px}.detail-grid{grid-template-columns:1fr}.detail-grid>img{height:220px;min-height:0}.detail-copy{padding:26px 24px}.detail-copy h2{font-size:35px}.detail-price{margin:14px 0}dialog{max-height:94svh}.shade{background:linear-gradient(90deg,#1b100dd1,#1b100d50)}.films img,.films video{object-position:55% center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}.films video{display:none}#pause{display:none}}@media(max-height:720px) and (max-width:760px){.hero-content{padding-top:28px}.intro{margin-bottom:22px}h1{margin-bottom:20px}.hero-actions{gap:14px}.hero{min-height:530px;max-height:none}}
