:root{--bg:#f4f1ec;--ink:#211f1b;--muted:#776f65;--line:#d7cec0;--accent:#6f523d;--paper:#fffaf2}*{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}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(18px,4vw,58px);background:rgba(244,241,236,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(215,206,192,.7)}.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.brand img{width:42px;height:42px;border-radius:50%}.header nav{display:flex;gap:24px;color:var(--muted);font-size:14px}.hero{min-height:calc(100vh - 80px);display:grid;grid-template-columns:1fr minmax(320px,520px);gap:clamp(28px,6vw,86px);align-items:center;padding:clamp(40px,7vw,110px) clamp(18px,6vw,86px)}.eyebrow{margin:0 0 18px;color:var(--accent);font-size:12px;letter-spacing:.18em;text-transform:uppercase}.hero h1,.section h2,.brief h2{margin:0;font-family:Georgia,serif;font-weight:400;line-height:.96}.hero h1{font-size:clamp(48px,9vw,116px);max-width:860px}.lead{max-width:660px;margin:28px 0 0;color:var(--muted);font-size:clamp(18px,2vw,24px);line-height:1.45}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:36px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;background:var(--ink);color:#fff;font-weight:700}.btn.secondary{background:transparent;color:var(--ink);border:1px solid var(--line)}.hero-card{align-self:stretch;min-height:620px;position:relative;overflow:hidden;border-radius:34px;background:#ddd}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card div{position:absolute;left:22px;right:22px;bottom:22px;padding:22px;border-radius:24px;background:rgba(255,250,242,.86);backdrop-filter:blur(14px);display:flex;gap:18px;align-items:center}.hero-card b{font-family:Georgia,serif;font-size:44px}.hero-card span{color:var(--muted);line-height:1.35}.intro{padding:0 clamp(18px,6vw,86px) 80px}.intro p{max-width:1040px;margin:0 auto;padding:44px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-family:Georgia,serif;font-size:clamp(26px,4vw,48px);line-height:1.12;text-align:center}.section{padding:70px clamp(18px,6vw,86px)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:36px}.section h2,.brief h2{font-size:clamp(36px,6vw,76px);max-width:840px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.services article{min-height:300px;padding:28px;border:1px solid var(--line);border-radius:28px;background:var(--paper);display:flex;flex-direction:column}.services span{color:var(--accent)}.services h3{margin:auto 0 14px;font-size:26px}.services p{margin:0;color:var(--muted);line-height:1.55}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid figure{margin:0;position:relative;min-height:420px;border-radius:30px;overflow:hidden;background:#ddd}.grid .wide{grid-column:span 2}.grid img{width:100%;height:100%;object-fit:cover}.grid figcaption{position:absolute;left:18px;bottom:18px;padding:10px 14px;border-radius:99px;background:rgba(255,250,242,.86);color:var(--ink)}.process ol{counter-reset:item;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:0;margin:0;list-style:none;background:var(--line);border:1px solid var(--line)}.process li{min-height:260px;padding:26px;background:var(--bg);display:flex;flex-direction:column;justify-content:space-between}.process b{font-size:24px}.process span{color:var(--muted);line-height:1.55}.brief{margin:70px clamp(18px,6vw,86px);padding:48px;border-radius:34px;background:var(--accent);color:#fff;display:flex;justify-content:space-between;gap:36px;align-items:end}.brief .eyebrow,.brief p{color:#eaded3}.brief p{max-width:640px;line-height:1.6}.brief .btn{background:#fff;color:var(--ink);flex:0 0 auto}.footer{display:flex;justify-content:space-between;gap:28px;align-items:center;padding:40px clamp(18px,6vw,86px);border-top:1px solid var(--line)}.footer img{width:54px;height:54px;border-radius:50%;margin-bottom:12px}.footer p{margin:0;color:var(--muted);line-height:1.45}.contacts{display:flex;gap:12px;flex-wrap:wrap}.contacts a{padding:12px 18px;border:1px solid var(--line);border-radius:999px}@media(max-width:900px){.header{align-items:flex-start}.header nav{display:none}.hero{grid-template-columns:1fr;padding-top:34px}.hero-card{min-height:420px}.section-head{display:block}.services,.process ol{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.grid .wide{grid-column:auto}.grid figure{min-height:360px}.brief,.footer{display:block}.brief .btn{margin-top:24px}.contacts{margin-top:24px}.hero h1{font-size:52px}}@media(max-width:520px){.hero,.section{padding-left:14px;padding-right:14px}.intro{padding-left:14px;padding-right:14px}.brief{margin-left:14px;margin-right:14px;padding:28px}.hero-card{border-radius:24px}.grid figure{min-height:300px}.services article{min-height:240px}}
