:root{--ink:#29251f;--paper:#f4efe9;--white:#fffdf9;--lav:#7b6a88;--lav-dark:#54475f;--line:rgba(41,37,31,.18)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}button,input{font:inherit}button,a{color:inherit}button{cursor:pointer}.header{height:88px;padding:0 clamp(24px,5vw,80px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:absolute;z-index:5;width:100%;color:var(--white)}.logo{font-family:Prata,serif;font-size:23px;text-decoration:none}.logo span{font-size:17px;margin-right:5px}.header nav{display:flex;gap:38px}.header nav a{text-decoration:none;font-size:13px}.button{border:0;background:var(--ink);color:white;border-radius:100px;padding:16px 24px;display:inline-flex;gap:26px;align-items:center;justify-content:center;font-weight:600;font-size:13px}.button--small{padding:11px 20px;background:transparent;border:1px solid rgba(255,255,255,.55)}.hero{min-height:760px;background:var(--lav-dark);color:var(--white);display:grid;grid-template-columns:1fr 1fr;padding:150px clamp(24px,7vw,110px) 70px;overflow:hidden}.hero__copy{align-self:center;position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:10px;font-weight:600;margin:0 0 22px}.hero h1,.section h2,.modal h2{font-family:Prata,serif;font-weight:400}.hero h1{font-size:clamp(74px,10vw,154px);line-height:.85;margin:0 0 40px;letter-spacing:-.05em}.hero__lead{font-family:Prata,serif;font-size:clamp(27px,3.3vw,48px);line-height:1.15;margin:0 0 22px}.hero__note{color:rgba(255,255,255,.68);font-size:13px;line-height:1.7;max-width:430px;margin-bottom:35px}.hero__visual{position:relative;display:grid;place-items:center}.hero__arch{width:min(100%,480px);height:600px;border-radius:260px 260px 16px 16px;overflow:hidden;box-shadow:0 30px 80px rgba(20,13,24,.3)}.hero__arch img{width:100%;height:100%;object-fit:cover}.hero__visual>p{position:absolute;right:-40px;bottom:35px;font-family:Prata,serif;font-size:20px;line-height:1.4;transform:rotate(-5deg)}.section{padding:110px clamp(24px,7vw,110px)}.section__head{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}.section__head h2,.about h2{font-size:clamp(42px,5vw,72px);line-height:1;margin:0}.section__head>p{font-size:12px;line-height:1.8;color:#736c63}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product__image{height:440px;position:relative;overflow:hidden;background:#e6ddd5}.product__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product:hover img{transform:scale(1.025)}.product__image span{position:absolute;z-index:1;top:17px;left:17px;background:rgba(255,253,249,.9);padding:7px 10px;border-radius:50%;font-size:10px}.product__info{display:flex;justify-content:space-between;gap:15px;padding:22px 2px 18px}.product h3{font-family:Prata,serif;font-size:21px;font-weight:400;margin:0 0 8px}.product p{font-size:10px;color:#7d756c;margin:0}.product strong{font-family:Prata,serif;font-size:17px;white-space:nowrap}.product__order{width:100%;border:0;border-top:1px solid var(--line);background:none;padding:14px 2px;display:flex;justify-content:space-between;text-transform:uppercase;letter-spacing:.15em;font-size:10px}.product--raised{transform:translateY(-24px)}.about{background:var(--lav);color:white;display:grid;grid-template-columns:.7fr 1.2fr .65fr;gap:60px;align-items:center}.about__number{align-self:start;border-top:1px solid rgba(255,255,255,.4);padding-top:12px;font-size:11px}.about__content>p:not(.eyebrow){max-width:580px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.85;margin:32px 0}.button--light{background:var(--white);color:var(--ink)}.about__facts{border-left:1px solid rgba(255,255,255,.25);padding-left:50px}.about__facts div{display:flex;align-items:center;gap:18px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.25)}.about__facts strong{font-family:Prata,serif;font-size:39px;font-weight:400}.about__facts span{font-size:10px;line-height:1.5;color:rgba(255,255,255,.7)}footer{padding:35px clamp(24px,5vw,80px);display:flex;align-items:center;gap:40px}footer p{margin-left:auto;font-size:11px;color:#777067}.footer__link{border:0;background:none;text-transform:uppercase;letter-spacing:.12em;font-size:10px}.modal{width:min(92vw,460px);border:0;padding:42px;border-radius:3px;background:var(--white);color:var(--ink);box-shadow:0 30px 100px rgba(20,15,25,.35)}.modal::backdrop{background:rgba(30,24,35,.65);backdrop-filter:blur(4px)}.modal h2{font-size:38px;margin:0}.modal__text{font-size:12px;line-height:1.7;color:#756e66;margin:14px 0 28px}.modal__close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:27px;font-weight:300}.modal label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.15em;margin:17px 0}.modal input{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:11px 0;outline:0;font-size:15px}.modal input:focus{border-color:var(--lav)}.modal form .button{width:100%;margin-top:10px}.modal small{display:block;text-align:center;font-size:8px;color:#8b847c;margin-top:13px}.toast{position:fixed;z-index:20;left:50%;bottom:24px;transform:translate(-50%,30px);background:var(--ink);color:white;padding:14px 22px;border-radius:100px;font-size:12px;opacity:0;pointer-events:none;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:850px){.header{height:70px;padding:0 20px}.header nav{display:none}.logo{font-size:20px}.hero{min-height:720px;grid-template-columns:1fr;padding:115px 22px 50px}.hero__copy{align-self:start}.hero h1{font-size:70px;margin-bottom:25px}.hero__lead{font-size:28px}.hero__note{max-width:300px}.hero__visual{position:absolute;right:-75px;top:255px;opacity:.76}.hero__arch{width:295px;height:390px}.hero__visual>p{display:none}.section{padding:76px 20px}.section__head{align-items:start;margin-bottom:34px}.section__head>p{display:none}.section__head h2,.about h2{font-size:42px}.products{grid-template-columns:1fr;gap:52px}.product--raised{transform:none}.product__image{height:min(116vw,520px)}.about{grid-template-columns:1fr;gap:28px}.about__number{display:none}.about__content>p:not(.eyebrow){margin:25px 0}.about__facts{border-left:0;border-top:1px solid rgba(255,255,255,.25);padding:5px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.about__facts div{display:block;border-bottom:0}.about__facts strong,.about__facts span{display:block}.about__facts strong{font-size:31px;margin-bottom:8px}footer{padding:30px 20px;display:grid;grid-template-columns:1fr auto;gap:12px}footer p{display:none}.modal{padding:35px 24px}.modal h2{font-size:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product__image img,.toast{transition:none}}
