@font-face{font-family:Manrope;src:url('assets/fonts/manrope-400.woff2') format('woff2');font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url('assets/fonts/manrope-500.woff2') format('woff2');font-weight:500;font-display:swap}@font-face{font-family:Manrope;src:url('assets/fonts/manrope-600.woff2') format('woff2');font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url('assets/fonts/manrope-700.woff2') format('woff2');font-weight:700;font-display:swap}@font-face{font-family:Cormorant;src:url('assets/fonts/cormorant-500.woff2') format('woff2');font-weight:500;font-display:swap}@font-face{font-family:Cormorant;src:url('assets/fonts/cormorant-600.woff2') format('woff2');font-weight:600;font-display:swap}
:root{--ink:#243229;--cream:#f5f0e8;--paper:#fffdf8;--rose:#c98e91;--sage:#a9b39d;--line:#d9d5cb;--white:#fff;--max:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.55}body.locked{overflow:hidden}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{display:block;width:100%;height:100%;object-fit:cover}[hidden]{display:none!important}
.header{height:82px;max-width:var(--max);margin:auto;padding:0 28px;display:flex;align-items:center;gap:34px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-family:Cormorant,serif;font-size:27px;font-weight:600;margin-right:auto}.brand span{width:37px;height:37px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-style:italic}.header nav{display:flex;gap:26px}.header nav a,.phone{font-size:14px;text-decoration:none}.phone{font-weight:600}.cart-button{border:0;background:var(--ink);color:white;padding:11px 16px;border-radius:999px;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;margin-left:5px;background:white;color:var(--ink);width:22px;height:22px;border-radius:50%;font-size:12px}
.hero{max-width:var(--max);margin:auto;padding:48px 28px 96px;display:grid;grid-template-columns:.86fr 1.14fr;gap:65px;align-items:center}.hero__content{padding-left:4vw}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:700;font-size:11px;margin:0 0 20px;color:#657266}.hero h1,.section-head h2,.delivery h2,.contact h2,.cart h2{font-family:Cormorant,serif;font-weight:500;line-height:.94;margin:0}.hero h1{font-size:clamp(58px,6.3vw,96px);max-width:610px}.hero__lead{font-size:17px;max-width:510px;color:#5b665e;margin:30px 0}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:2px;padding:15px 25px;font-weight:700;font-size:13px;text-decoration:none;cursor:pointer}.button--dark{background:var(--ink);color:white}.button--light{background:var(--paper);color:var(--ink)}.hero__note{display:inline-flex;gap:8px;margin-left:20px;color:#667067;font-size:13px}.hero__note span{color:var(--rose)}.hero__image{height:650px;margin:0;position:relative;padding-right:40px}.hero__image img{border-radius:220px 220px 4px 4px}.hero__image:before{content:"";position:absolute;inset:20px 20px -20px -20px;border:1px solid var(--sage);border-radius:220px 220px 4px 4px;z-index:-1}.hero__image figcaption{position:absolute;right:0;bottom:42px;background:var(--rose);color:white;width:160px;height:160px;border-radius:50%;display:grid;place-items:center;text-align:center;font-family:Cormorant;font-size:19px;line-height:1.2;transform:rotate(7deg)}
.catalog{background:var(--cream);padding:96px max(28px,calc((100vw - var(--max) + 56px)/2))}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:44px}.section-head h2,.delivery h2,.contact h2{font-size:clamp(44px,5vw,70px)}.section-head>p{max-width:420px;color:#667067}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:42px 22px}.product-card{position:relative}.product-card__image{height:410px;overflow:hidden;background:#ddd}.product-card__image img{transition:transform .6s}.product-card:hover img{transform:scale(1.025)}.product-card__info{padding:18px 2px 0;display:grid;grid-template-columns:1fr auto;gap:5px 12px}.product-card h3{font-family:Cormorant;font-size:29px;line-height:1;margin:0}.product-card p{font-size:13px;color:#6b746d;margin:0}.product-card strong{grid-column:2;grid-row:1/3;align-self:center;font-size:14px}.add-button{position:absolute;right:14px;top:348px;width:48px;height:48px;border-radius:50%;border:0;background:var(--paper);font-size:25px;color:var(--ink);cursor:pointer;box-shadow:0 4px 18px #1b261d20}.add-button.added{background:var(--ink);color:white}.product-card:nth-child(2) .product-card__image,.product-card:nth-child(5) .product-card__image{border-radius:190px 190px 0 0}
.delivery{max-width:var(--max);margin:auto;padding:110px 28px;display:grid;grid-template-columns:1fr 1.05fr;gap:80px}.delivery ol{list-style:none;padding:0;margin:10px 0 0}.delivery li{display:grid;grid-template-columns:70px 1fr;gap:20px;border-top:1px solid var(--line);padding:26px 0}.delivery li>span{font-family:Cormorant;font-size:23px;color:var(--rose)}.delivery h3{margin:0;font-family:Cormorant;font-size:28px}.delivery li p{color:#667067;margin:4px 0 0}.contact{margin:0 28px 28px;background:var(--ink);color:white;padding:92px 6vw;text-align:center}.contact .eyebrow{color:#c2cbbd}.contact>p:not(.eyebrow){color:#c2cbbd}.contact>div{display:flex;gap:30px;align-items:center;justify-content:center;margin-top:32px}.contact__phone{font-weight:600}footer{max-width:var(--max);margin:auto;padding:42px 28px 55px;display:flex;align-items:center;gap:70px}footer p{font-size:13px;color:#667067;margin-left:auto}footer>a:last-child{font-weight:600;font-size:14px}
.cart-overlay{position:fixed;inset:0;background:#14201899;z-index:20}.cart{position:absolute;right:0;top:0;width:min(560px,100%);height:100%;overflow:auto;background:var(--paper);padding:34px}.cart>header{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);padding-bottom:25px}.cart h2{font-size:52px}.icon-button{border:1px solid var(--line);background:transparent;border-radius:50%;width:42px;height:42px;font-size:28px;line-height:1;cursor:pointer}.cart__items{padding-top:10px}.cart-item{display:grid;grid-template-columns:78px 1fr auto;gap:15px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item img{height:91px}.cart-item h3{font-family:Cormorant;font-size:22px;line-height:1.1;margin:4px 0 8px}.qty{display:flex;align-items:center;gap:10px}.qty button{border:1px solid var(--line);background:transparent;width:26px;height:26px;cursor:pointer}.cart-item strong{font-size:13px}.remove{border:0;background:transparent;text-decoration:underline;color:#7a817b;font-size:11px;cursor:pointer;margin-top:9px}.cart__empty{text-align:center;padding:80px 20px}.cart__empty>span{font-size:34px;color:var(--rose)}.cart__empty h3{font-family:Cormorant;font-size:35px;margin:10px}.cart__empty p{color:#667067;margin-bottom:25px}.total{display:flex;justify-content:space-between;padding:24px 0 5px;font-size:18px}.delivery-hint,.form-note{font-size:12px;color:#6b746d}.cart form{margin-top:25px;padding-top:24px;border-top:1px solid var(--line)}.cart form h3{font-family:Cormorant;font-size:30px;margin:0 0 16px}.cart label{display:block;font-size:12px;font-weight:700;margin:12px 0}.cart input,.cart textarea{display:block;width:100%;border:1px solid var(--line);background:white;padding:13px;margin-top:6px;border-radius:0}.button--wide{width:100%;margin-top:9px}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);background:var(--ink);color:white;padding:12px 20px;border-radius:2px;z-index:30;font-size:13px}
@media(max-width:900px){.header nav,.phone{display:none}.hero{grid-template-columns:1fr 1fr;gap:30px}.hero__content{padding-left:0}.hero__image{height:520px;padding-right:15px}.hero__image figcaption{width:125px;height:125px;font-size:16px}.product-grid{grid-template-columns:repeat(2,1fr)}.delivery{gap:35px}.section-head{align-items:start}.section-head>p{max-width:300px}}
@media(max-width:600px){.header{height:68px;padding:0 16px;gap:10px}.brand{font-size:22px}.brand span{width:32px;height:32px}.cart-button{padding:8px 10px;font-size:12px}.hero{padding:38px 16px 68px;display:flex;flex-direction:column;gap:46px}.hero__content{width:100%}.hero h1{font-size:55px}.hero__lead{font-size:15px;margin:22px 0}.hero__note{display:flex;margin:15px 0 0}.hero__image{height:440px;width:calc(100% - 20px);padding:0}.hero__image:before{inset:14px -14px -14px 14px}.hero__image figcaption{right:-14px;bottom:25px}.catalog{padding:68px 16px}.section-head{display:block;margin-bottom:30px}.section-head h2,.delivery h2,.contact h2{font-size:45px}.section-head>p{font-size:14px;margin-top:18px}.product-grid{grid-template-columns:1fr;gap:38px}.product-card__image{height:420px}.add-button{top:358px}.delivery{padding:75px 16px;display:block}.delivery ol{margin-top:35px}.contact{margin:0 12px 12px;padding:70px 18px}.contact>div{flex-direction:column;gap:18px}footer{padding:35px 16px;display:grid;grid-template-columns:1fr 1fr;gap:20px}footer p{grid-column:1/3;grid-row:2;margin:0}.brand--footer{margin:0}.cart{padding:22px 16px}.cart h2{font-size:44px}.cart-item{grid-template-columns:68px 1fr auto}.cart-item img{height:82px}}
