@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap');
:root{--ink:#14191b;--deep:#101416;--paper:#f1efea;--white:#fff;--gold:#e5a258;--blue:#2849c7;--line:#d6d4ce;--muted:#71797b;--serif:'Playfair Display',Georgia,serif;--sans:Manrope,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.6 var(--sans)}a{color:inherit}.skip{position:absolute;z-index:99;top:-50px;left:10px;padding:8px;background:#fff}.skip:focus{top:10px}.topbar{position:fixed;z-index:20;top:0;left:0;right:0;min-height:92px;display:grid;grid-template-columns:auto minmax(190px,1fr) auto auto auto;align-items:center;gap:24px;padding:12px clamp(18px,4vw,72px);color:#fff;background:rgba(13,11,10,.88);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px)}.brand{width:72px;height:72px;display:grid;place-items:center;background:#fff;box-shadow:0 12px 34px rgba(0,0,0,.22)}.brand img{height:58px;width:58px;object-fit:contain}.topbar__item{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.92);font-size:13px;line-height:1.35;text-decoration:none}.topbar__icon{width:28px;min-width:28px;font-size:20px;text-align:center}.topbar__link strong{color:#fff;border-bottom:1px solid rgba(255,255,255,.42)}.topbar__link:hover strong{color:var(--gold);border-color:var(--gold)}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 25px;border:0;cursor:pointer;font:800 12px var(--sans);letter-spacing:.02em;text-transform:uppercase;transition:.25s}.button:hover{transform:translateY(-3px)}.button--light{background:#fff;color:#101010}.button--primary{color:#fff;background:var(--blue);box-shadow:0 16px 30px rgba(24,46,145,.3)}.button--ghost{color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.52)}.button--dark{color:#fff;background:var(--deep)}.menu,.mobile-nav{display:none}.hero{position:relative;min-height:780px;height:100vh;overflow:hidden;color:#fff;padding:clamp(150px,18vh,220px) clamp(22px,8vw,135px) 100px;display:flex;align-items:center}.hero__photo,.hero__shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero__photo{animation:slowZoom 16s ease-in-out infinite alternate}.hero__shade{background:linear-gradient(90deg,rgba(2,5,6,.83),rgba(2,5,6,.56) 43%,rgba(2,5,6,.12)),linear-gradient(0deg,rgba(2,5,6,.65),transparent 55%)}.hero__content{position:relative;z-index:1;max-width:760px}.eyebrow{margin:0 0 15px;color:#bdc8c6;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hero .eyebrow,.delivery .eyebrow{color:#f4c271}h1,h2,h3,p{margin-top:0}h1{margin-bottom:22px;font-size:clamp(44px,5.5vw,82px);line-height:1.03;letter-spacing:-.06em}h1 em,h2 em{font-family:var(--serif);font-weight:600}.hero__content>p{max-width:570px;color:#e2e8e6}.actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}.hero__card{position:absolute;right:clamp(22px,7vw,130px);bottom:100px;z-index:2;width:235px;padding:24px;background:rgba(10,14,15,.65);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(10px);display:grid;grid-template-columns:42px 1fr;gap:4px 9px}.hero__card b{font:600 35px var(--serif);color:#f3c36c}.hero__card span{padding-top:8px;font-size:10px;text-transform:uppercase;line-height:1.4}.hero__card hr{grid-column:1/-1;width:100%;border:0;border-top:1px solid rgba(255,255,255,.2)}.hero__card p{grid-column:1/-1;margin:11px 0 0;color:#d3d8d6;font-size:11px}.hero__anchors{position:absolute;z-index:2;bottom:28px;left:clamp(22px,8vw,135px);display:flex;gap:22px}.hero__anchors a{color:#fff;font-size:10px;font-weight:800;text-decoration:none;text-transform:uppercase;letter-spacing:.12em}.section{padding:clamp(80px,10vw,145px) clamp(22px,8vw,135px)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:50px}.section-head>div{max-width:710px}.section-head>p{max-width:340px;margin:0;color:var(--muted);font-size:13px}.section h2,.category-body h2,.delivery h2{margin:0;font-size:clamp(34px,4.6vw,64px);line-height:1.06;letter-spacing:-.06em}.catalog{background:#f1efea}.catalog .eyebrow,.materials .eyebrow,.category-body .eyebrow{color:#a6672f}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.catalog-card{min-width:0;overflow:hidden;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#f7f5f1;text-decoration:none;transition:.3s}.catalog-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 18px 35px rgba(14,16,15,.12)}.catalog-card img{display:block;width:100%;height:225px;object-fit:cover;filter:saturate(.8);transition:transform .6s ease,filter .4s}.catalog-card:hover img{transform:scale(1.06);filter:saturate(1)}.catalog-card div{padding:22px}.catalog-card span{color:#8d9695;font-size:8px;font-weight:800;letter-spacing:.1em}.catalog-card h3{margin:8px 0;font-size:23px;letter-spacing:-.04em}.catalog-card p{min-height:64px;color:var(--muted);font-size:11px}.catalog-card b{font-size:10px}.materials{background:#171c1d;color:#fff}.materials .section-head>p{color:#bdc5c2}.material-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #465052;border-left:1px solid #465052}.material-grid article{min-height:245px;padding:28px;border-right:1px solid #465052;border-bottom:1px solid #465052}.material-grid b{font:600 29px var(--serif);color:#f3c36c}.material-grid h3{font-size:23px;margin:50px 0 8px}.material-grid p{font-size:12px;color:#bec6c3}.category-section{min-height:660px;display:grid;grid-template-columns:1fr 1fr;background:#fff}.category-section--reverse .category-photo{order:2}.category-section--reverse .category-body{order:1;background:#f1efea}.category-photo{overflow:hidden}.category-photo img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.category-section:hover .category-photo img{transform:scale(1.035)}.category-body{padding:clamp(54px,8vw,125px);display:flex;justify-content:center;flex-direction:column}.category-body>p:not(.eyebrow){max-width:550px;color:#596265;font-size:13px}.specs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:23px 0}.specs span{border-top:1px solid var(--line);padding-top:9px;color:#737c7c;font-size:9px}.specs b{display:block;color:var(--ink);font-size:12px}.delivery{position:relative;min-height:620px;display:flex;align-items:center;padding:110px clamp(22px,8vw,135px);color:#fff;overflow:hidden}.delivery>img,.delivery__shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.delivery__shade{background:linear-gradient(90deg,rgba(5,8,9,.87),rgba(5,8,9,.43),rgba(5,8,9,.15))}.delivery__content{position:relative;max-width:580px}.delivery__content>p:not(.eyebrow){color:#d6ddda}.delivery ol{margin:26px 0;padding:0;list-style:none;counter-reset:steps}.delivery li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.3);font-size:13px}.delivery li:before{counter-increment:steps;content:'0' counter(steps);display:inline-block;width:38px;color:#f3c36c;font-family:var(--serif);font-size:20px}.footer{background:#0f1314;color:#fff;padding:45px clamp(22px,8vw,135px);display:grid;grid-template-columns:90px 1fr 1fr 1fr;gap:36px;align-items:center}.footer .brand{width:65px;height:65px}.footer .brand img{width:52px;height:52px}.footer p,.footer a,.footer small{display:block;margin:4px 0;color:#c4cecb;font-size:11px;text-decoration:none}.footer>div>b{font-size:13px}.modal{position:fixed;z-index:50;inset:0;visibility:hidden;opacity:0;transition:.2s}.modal.is-open{visibility:visible;opacity:1}.modal__back{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(5px)}.modal__body{position:relative;width:min(550px,calc(100% - 32px));max-height:calc(100vh - 35px);overflow:auto;margin:clamp(18px,9vh,90px) auto;padding:clamp(30px,5vw,56px);background:#f6f4ef;transform:translateY(15px);transition:.25s}.is-open .modal__body{transform:none}.close{position:absolute;right:14px;top:8px;border:0;background:none;font-size:32px;color:#69716f}.modal__body h2{font-size:38px;line-height:1.05;letter-spacing:-.06em}.modal__body>p:not(.eyebrow){font-size:12px;color:var(--muted)}form{display:grid;gap:12px;margin-top:20px}label{font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}input:not([type=checkbox]),textarea{width:100%;display:block;margin-top:5px;padding:11px;border:1px solid #d4d4ce;background:#fff;font:13px var(--sans);outline-color:var(--gold)}textarea{resize:vertical}.consent{display:flex;align-items:flex-start;gap:8px;text-transform:none;font-weight:500;letter-spacing:0;line-height:1.35;color:#5c6564}.consent input{margin:2px 0}.status{min-height:18px;margin:0;font-size:11px}.status.ok{color:#547512}.status.error{color:#a34a33}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}@keyframes slowZoom{to{transform:scale(1.08)}}@media(max-width:1100px){.topbar{grid-template-columns:auto 1fr auto auto}.topbar__schedule{display:none}.catalog-grid{grid-template-columns:repeat(2,1fr)}.category-body{padding:70px 48px}.hero__card{display:none}}@media(max-width:700px){.topbar{min-height:76px;padding:8px 18px;grid-template-columns:auto 1fr auto}.topbar .brand{width:58px;height:58px}.topbar .brand img{width:47px;height:47px}.topbar__item,.topbar>.button{display:none}.menu{display:block;justify-self:end;border:0;background:none;color:#fff;font-size:23px}.mobile-nav{position:fixed;z-index:19;top:76px;left:0;right:0;display:none;padding:17px 20px;background:#151a1b;color:#fff;box-shadow:0 10px 16px rgba(0,0,0,.3)}.mobile-nav.open{display:grid;gap:13px}.mobile-nav a{text-decoration:none;font-size:12px}.hero{min-height:680px;height:100svh;padding:132px 22px 75px}.hero__photo{object-position:65% center}.hero__shade{background:linear-gradient(90deg,rgba(2,5,6,.89),rgba(2,5,6,.28)),linear-gradient(0deg,rgba(2,5,6,.7),transparent 55%)}h1{font-size:43px}.hero__content>p{font-size:13px}.hero__anchors{bottom:23px;left:22px;gap:15px}.section{padding:72px 20px}.section-head{display:block;margin-bottom:35px}.section-head>p{margin-top:15px}.catalog-grid{grid-template-columns:1fr}.catalog-card img{height:215px}.material-grid{grid-template-columns:1fr}.material-grid article{min-height:0}.material-grid h3{margin:20px 0 7px}.category-section,.category-section--reverse{grid-template-columns:1fr}.category-section{min-height:0}.category-section--reverse .category-photo{order:0}.category-section--reverse .category-body{order:0}.category-photo{height:330px}.category-body{padding:60px 22px}.category-body h2{font-size:36px}.specs{grid-template-columns:1fr}.delivery{min-height:650px;padding:75px 22px}.delivery>img{object-position:62% center}.footer{grid-template-columns:70px 1fr;gap:22px;padding:35px 20px}.footer>div:nth-of-type(2),.footer>div:nth-of-type(3){grid-column:2}.modal__body h2{font-size:33px}}
