:root{--bg:#f3eee6;--ink:#241c17;--muted:#74685e;--wood:#8b512f;--wood2:#b87843;--cream:#fffaf1;--line:#ded2c4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit}.header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(18px,4vw,54px);background:rgba(243,238,230,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;letter-spacing:.04em}.brand img{width:42px;height:42px;border-radius:50%;object-fit:cover}.nav{display:flex;gap:24px;color:var(--muted);font-size:14px}.nav a,.header-phone{text-decoration:none}.header-phone{font-weight:800}.hero{min-height:calc(100vh - 72px);display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;padding:clamp(42px,7vw,96px) clamp(18px,5vw,72px)}.eyebrow{margin:0 0 12px;text-transform:uppercase;letter-spacing:.16em;color:var(--wood);font-size:12px;font-weight:900}.hero h1,.section h2{font-family:Georgia,serif;line-height:.96;margin:0}.hero h1{font-size:clamp(44px,7vw,92px);max-width:900px}.lead{font-size:clamp(18px,2vw,24px);line-height:1.45;color:var(--muted);max-width:710px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 22px;border-radius:999px;text-decoration:none;border:1px solid var(--wood);font-weight:850;cursor:pointer}.primary{background:var(--wood);color:#fff}.ghost{background:transparent;color:var(--wood)}.facts{display:flex;flex-wrap:wrap;gap:10px}.facts span,.tags span{background:var(--cream);border:1px solid var(--line);border-radius:999px;padding:10px 14px;color:var(--muted)}.hero-media{position:relative}.hero-media img{height:min(720px,72vh);width:100%;object-fit:cover;border-radius:34px;box-shadow:0 30px 70px rgba(55,32,18,.22)}.media-card{position:absolute;right:24px;bottom:24px;max-width:250px;background:rgba(255,250,241,.92);border-radius:22px;padding:18px;font-weight:900}.section{padding:clamp(54px,8vw,104px) clamp(18px,5vw,72px)}.intro{display:grid;grid-template-columns:1fr 1fr;gap:34px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.intro p:last-child,.contacts p,.quiz-copy p{font-size:20px;line-height:1.55;color:var(--muted)}.section h2{font-size:clamp(34px,5vw,64px)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--cream);border:1px solid var(--line);border-radius:28px;padding:28px;min-height:220px}.card h3,.steps h3{font-size:24px;margin:0 0 14px}.card p,.steps p{color:var(--muted);line-height:1.55}.quiz{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;background:#2a211b;color:#fff}.quiz .eyebrow{color:#e1a66e}.quiz-copy p{color:#dbcbbd}.quiz-box{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#fffaf1;color:var(--ink);border-radius:30px;padding:24px}.quiz-box label{display:grid;gap:8px;color:var(--muted);font-weight:800}.quiz-box select,.quiz-box input{width:100%;border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff;color:var(--ink);font:inherit}.quiz-box button{grid-column:1/-1;border:0}.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.gallery img{height:300px;width:100%;object-fit:cover;border-radius:24px}.gallery img:nth-child(1),.gallery img:nth-child(6){grid-column:span 2}.gallery img:nth-child(2),.gallery img:nth-child(5){grid-column:span 2}.gallery img:nth-child(3),.gallery img:nth-child(4){grid-column:span 1}.process{background:var(--cream)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;list-style:none;margin:0;padding:0}.steps li{border-left:1px solid var(--line);padding:8px 18px}.steps span{display:block;color:var(--wood2);font-weight:900;margin-bottom:22px}.materials{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:center}.tags{display:flex;flex-wrap:wrap;gap:12px}.contacts{display:grid;grid-template-columns:1fr 430px;gap:28px;background:#1f1915;color:#fff}.contacts .eyebrow{color:#e1a66e}.contacts p{color:#d8c7b8}.contact-card{background:var(--cream);color:var(--ink);border-radius:32px;padding:26px;display:grid;gap:12px}.big-phone{font-size:30px;font-weight:900;text-decoration:none;margin-bottom:10px}.footer{display:flex;justify-content:space-between;gap:18px;padding:26px clamp(18px,5vw,72px);background:#14100d;color:#eadfce}.footer a{text-decoration:none;color:#e1a66e}@media (max-width:900px){.nav{display:none}.hero,.intro,.quiz,.materials,.contacts{grid-template-columns:1fr}.hero{padding-top:34px}.hero-media img{height:460px}.cards,.steps{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery img,.gallery img:nth-child(n){grid-column:auto;height:240px}.section-head{display:block}.quiz-box{grid-template-columns:1fr}.header-phone{font-size:14px}.big-phone{font-size:24px}}@media (max-width:560px){.header{gap:10px}.brand span{display:none}.hero h1{font-size:42px}.hero-media img{height:360px;border-radius:24px}.media-card{left:14px;right:14px;bottom:14px}.gallery{grid-template-columns:1fr}.gallery img{height:270px}.footer{display:grid}.actions .button{width:100%}}
