:root { --ink:#191b1d; --muted:#77766f; --paper:#eee9df; --line:#cfc7b9; --accent:#b8935e; --accent-deep:#735b38; --field:#d8d0c2; --serif:'Iowan Old Style', Baskerville, Georgia, 'Times New Roman', serif; --sans:'Avenir Next', 'Helvetica Neue', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; overflow-x:hidden; }
html { scroll-padding-top:24px; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:var(--sans); line-height:1.5; overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
.skip-link { position:absolute; z-index:20; top:12px; left:12px; padding:10px 14px; color:var(--paper); background:var(--ink); transform:translateY(-180%); transition:transform .2s ease; }
.skip-link:focus-visible { transform:none; }
.shell { width:min(1180px, calc(100% - 64px)); margin:0 auto; }
#main-content > section.shell { width:100%; max-width:none; margin-right:0; margin-left:0; }
#main-content > section.hero { padding-left:max(64px, calc((100% - 1180px) / 2 + 64px)); padding-right:max(64px, calc((100% - 1180px) / 2 + 64px)); }
#main-content > section.brand-code, #main-content > section.why, #main-content > section.intake, #main-content > section.process, #main-content > section.practice, #main-content > section.about, #main-content > section.cases, #main-content > section.articles, #main-content > section.faq, #main-content > section.contact { padding-left:max(56px, calc((100% - 1180px) / 2 + 56px)); padding-right:max(56px, calc((100% - 1180px) / 2 + 56px)); }
#main-content > section.trust-panel { margin-right:0; margin-left:0; }
.site-header { width:min(1320px, calc(100% - 64px)); margin:0 auto; min-height:86px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); gap:24px; }
.brand { display:flex; align-items:center; gap:12px; font-size:12px; letter-spacing:.18em; font-weight:800; }
.brand-mark { display:grid; place-items:center; width:30px; height:30px; border:1px solid var(--ink); font-size:10px; letter-spacing:0; }
.nav { display:flex; gap:28px; color:var(--muted); font-size:12px; }
.nav a:hover, .header-link:hover, .text-link:hover { color:var(--accent); }
.header-link { font-size:12px; font-weight:700; }
.hero { position:relative; isolation:isolate; display:grid; grid-template-columns:minmax(0, 1.08fr) minmax(390px, .92fr); gap:74px; min-height:calc(100vh - 87px); padding:clamp(84px, 10vh, 136px) 64px 108px; overflow:hidden; background:radial-gradient(circle at 76% 42%, rgba(161,132,90,.2), transparent 25%), var(--ink); color:var(--paper); border-top:1px solid rgba(161,132,90,.7); border-bottom:1px solid rgba(161,132,90,.42); box-shadow:0 24px 80px rgba(25,27,29,.16); }
.hero::before { content:""; position:absolute; z-index:-1; width:520px; height:520px; right:-30px; top:-230px; border:1px solid rgba(161,132,90,.24); border-radius:50%; box-shadow:0 0 0 44px rgba(161,132,90,.035), 0 0 0 88px rgba(161,132,90,.025); }
.hero::after { content:"ФАСТ  /  СУДЕБНАЯ ПРАКТИКА"; position:absolute; right:56px; bottom:34px; color:rgba(238,233,223,.42); font-size:9px; letter-spacing:.24em; }
.hero-copy, .hero-aside { position:relative; z-index:1; }
.hero-copy { align-self:center; padding-bottom:34px; }
.hero .hero-note, .hero .aside-small { color:#b9b5ac; }
.hero .text-link { border-color:var(--paper); }
.eyebrow { margin:0 0 24px; color:var(--accent); font-size:10px; letter-spacing:.16em; text-transform:uppercase; font-weight:800; }
h1,h2,h3,p { margin-top:0; }
h1,h2 { font-family:var(--serif); font-weight:400; letter-spacing:-.045em; text-wrap:balance; }
h1 { max-width:750px; margin-bottom:30px; font-size:clamp(54px, 7vw, 96px); line-height:.94; }
h2 { margin-bottom:24px; font-size:clamp(38px, 5vw, 62px); line-height:1.02; }
h3 { margin-bottom:12px; font-family:var(--serif); font-size:22px; font-weight:400; }
.hero-lead { max-width:590px; font-size:22px; line-height:1.35; }
.hero-note { max-width:520px; margin-bottom:38px; color:var(--muted); font-size:15px; }
.actions { display:flex; align-items:center; gap:28px; }
.button { display:inline-flex; gap:18px; align-items:center; padding:15px 19px; font-size:12px; font-weight:800; }
.button-dark { color:var(--paper); background:var(--ink); }
.button-dark:hover { background:var(--accent); }
.button-call { color:var(--ink); background:var(--accent); box-shadow:0 12px 30px rgba(161,132,90,.22); }
.button-call:hover { color:var(--paper); background:var(--accent-deep); transform:translateY(-3px); box-shadow:0 16px 34px rgba(115,91,56,.28); }
.text-link { display:inline-flex; align-items:center; gap:12px; border-bottom:1px solid var(--ink); padding-bottom:5px; font-size:12px; font-weight:800; }
.hero-aside { align-self:end; padding-bottom:8px; }
.hero-portrait { height:min(620px, 72vh); min-height:500px; margin:0 0 28px; overflow:hidden; background:var(--field); display:flex; align-items:end; justify-content:center; border:1px solid rgba(161,132,90,.78); box-shadow:0 28px 70px rgba(0,0,0,.34), inset 0 0 0 10px rgba(238,233,223,.08); }
.hero-portrait { position:relative; perspective:900px; transform:perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition:transform .35s ease; }
.hero-portrait img { position:relative; z-index:3; width:100%; height:100%; object-fit:cover; object-position:61% center; filter:saturate(.68) contrast(1.08); transform:scale(1.025); }
.hero-portrait::after { content:""; position:absolute; z-index:5; inset:0; pointer-events:none; background:linear-gradient(180deg, rgba(25,27,29,.02) 45%, rgba(25,27,29,.54) 100%); }
.portrait-caption { position:absolute; z-index:6; right:20px; bottom:18px; left:20px; display:flex; justify-content:space-between; gap:14px; color:var(--paper); font-size:9px; letter-spacing:.17em; text-transform:uppercase; }
.portrait-caption span:last-child { color:#d1b789; }
.case-sheet { position:absolute; width:180px; height:235px; border:1px solid rgba(25,27,29,.18); background:rgba(238,233,223,.88); box-shadow:0 18px 32px rgba(0,0,0,.18); transform-style:preserve-3d; }
.sheet-back { top:52px; left:42px; transform:rotate(-12deg) translateZ(-80px); }
.sheet-front { top:76px; right:38px; padding:18px; transform:rotate(9deg) translateZ(-30px); color:var(--muted); font:10px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; }
.sheet-front i { display:block; margin-bottom:142px; color:var(--accent); font-style:normal; letter-spacing:.15em; }
.sheet-front b { font-weight:400; }
.case-seal { position:absolute; z-index:4; right:54px; top:54px; width:38px; height:38px; display:grid; place-items:center; border:1px solid var(--accent); border-radius:50%; color:var(--accent); font:18px var(--serif); transform:translateZ(35px) rotate(13deg); }
.red-rule { width:62px; height:3px; margin-bottom:25px; background:var(--accent); }
.aside-label { margin-bottom:17px; color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.16em; }
.aside-quote { margin-bottom:22px; font-family:var(--serif); font-size:26px; line-height:1.13; }
.aside-small { color:var(--muted); font-size:12px; }
.process, .practice { padding:92px 0; border-top:1px solid var(--line); }
.why, .intake, .privacy { padding:92px 0; border-top:1px solid var(--line); }
.why-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.why-grid article { min-height:220px; padding:24px; background:var(--paper); }
.why-grid strong { display:block; margin-bottom:14px; font:400 21px/1.1 var(--serif); }
.why-grid p, .intake p, .privacy > p { color:var(--muted); font-size:13px; }
.intake { display:grid; grid-template-columns:1fr 1fr; gap:100px; }
.intake > div:last-child { max-width:540px; }
.intake > div:last-child > p:first-child { color:var(--ink); font:400 25px/1.2 var(--serif); }
.privacy { display:grid; grid-template-columns:1fr 1fr; gap:100px; }
.privacy > p { align-self:end; max-width:540px; font-size:17px; }
.section-intro { display:grid; grid-template-columns:190px 1fr; gap:32px; margin-bottom:62px; }
.section-intro .eyebrow { margin-top:10px; }
.section-intro h2 { max-width:none; white-space:normal; font-size:clamp(34px, 3.2vw, 46px); }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.process-grid article { min-height:230px; padding:24px; background:var(--paper); }
.process-grid h3 { font-size:clamp(18px, 1.45vw, 19px); }
.process-grid span, .practice-grid span { color:var(--accent); font-size:11px; font-weight:800; letter-spacing:.1em; }
.process-grid p, .practice-grid small { color:var(--muted); font-size:13px; }
.practice-grid { display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid var(--line); }
.practice-grid a { position:relative; display:grid; grid-template-columns:48px minmax(0,1fr) 28px; grid-template-areas:"number title arrow" "number description arrow"; gap:8px 12px; align-items:start; min-width:0; padding:26px 0; border-bottom:1px solid var(--line); }
.practice-grid a:nth-child(odd), .practice-grid a:nth-child(even) { margin-left:0; margin-right:0; }
.practice-grid a > span { grid-area:number; }
.practice-grid strong { display:block; font-family:var(--serif); font-size:24px; font-weight:400; line-height:1.1; }
.practice-grid strong { grid-area:title; min-width:0; }
.practice-grid small { display:block; grid-area:description; min-width:0; margin-top:0; overflow-wrap:anywhere; }
.practice-grid b { grid-area:arrow; align-self:end; font-size:18px; font-weight:400; }
.practice-grid a:hover strong, .practice-grid a:hover b { color:var(--accent); }
.quiet-note { margin:28px 0 0; color:var(--muted); font-size:12px; }
.cases, .articles { padding:92px 0; border-top:1px solid var(--line); }
.case-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line); }
.case-card { min-height:390px; padding:25px; background:var(--paper); }
.case-meta, .article-list span { margin-bottom:22px; color:var(--accent); font:800 10px/1.3 var(--sans); letter-spacing:.11em; text-transform:uppercase; }
.case-card h3 { max-width:260px; }
.case-card p:not(.case-meta) { color:var(--muted); font-size:13px; }
.case-card .text-link { margin-top:20px; }
.case-card small { display:block; margin-top:20px; color:var(--muted); font-size:11px; }
.article-list { border-top:1px solid var(--line); }
.article-list a { display:grid; grid-template-columns:190px 1fr 30px; gap:24px; align-items:start; padding:24px 0; border-bottom:1px solid var(--line); }
.article-list strong { font:400 25px/1.12 var(--serif); }
.article-list b { font-size:18px; font-weight:400; }
.article-list a:hover strong, .article-list a:hover b { color:var(--accent); }
.about { display:grid; grid-template-columns:190px 1fr; gap:32px; padding:120px 0; border-top:1px solid var(--line); }
.about > div:last-child { max-width:760px; }
.about p:not(.eyebrow) { max-width:590px; color:var(--muted); font-size:17px; }
.vertical { writing-mode:vertical-rl; color:var(--muted); font-size:10px; letter-spacing:.16em; }
.contact { display:grid; grid-template-columns:1fr 1fr; gap:100px; padding:92px 0 120px; border-top:1px solid var(--line); }
.contact > div:first-child { max-width:580px; }
.contact > div:first-child p:not(.eyebrow) { color:var(--muted); font-size:17px; }
.contact-card { align-self:end; padding:28px; border:1px solid var(--line); }
.contact-card p { max-width:420px; font-family:var(--serif); font-size:24px; line-height:1.15; }
.pending { color:var(--muted); font-size:11px; }
.site-footer { display:flex; justify-content:space-between; padding:24px 0 34px; border-top:1px solid var(--line); color:var(--muted); font-size:10px; letter-spacing:.08em; }
.cookie-dock { display:flex; justify-content:space-between; gap:24px; align-items:center; padding:19px 0; border-top:1px solid var(--line); color:var(--muted); font-size:11px; }
.cookie-dock nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:12px 24px; }
.cookie-dock a { color:var(--ink); border-bottom:1px solid rgba(25,27,29,.35); font-weight:700; }
.cookie-dock a:hover { color:var(--accent-deep); border-color:var(--accent-deep); }
.cookie-notice { position:fixed; z-index:12; right:max(24px, env(safe-area-inset-right)); bottom:max(24px, env(safe-area-inset-bottom)); display:grid; grid-template-columns:minmax(0,1fr) auto; gap:22px; align-items:end; width:min(560px, calc(100% - 48px)); padding:22px; color:var(--paper); background:#111513; border:1px solid rgba(200,168,117,.72); box-shadow:0 28px 80px rgba(0,0,0,.34); }
.cookie-notice[hidden] { display:none; }
.cookie-notice-label { margin:0 0 8px; color:#c8a875; font-size:9px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.cookie-notice strong { display:block; margin-bottom:9px; font:400 23px/1.08 var(--serif); }
.cookie-notice p:last-child { max-width:420px; margin:0; color:#b9b5ac; font-size:12px; line-height:1.55; }
.cookie-notice a { color:#d1b789; border-bottom:1px solid rgba(209,183,137,.45); }
.cookie-notice button { min-height:44px; padding:12px 17px; color:var(--ink); background:var(--accent); border:0; border-radius:0; cursor:pointer; font:800 11px var(--sans); }
.cookie-notice button:hover { color:var(--paper); background:var(--accent-deep); }
.mobile-call { display:none; }
.reveal { opacity:1; transform:none; transition:opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.reveal-ready .reveal:not(.is-visible) { opacity:.88; transform:translateY(14px); }
.reveal.is-visible { opacity:1; transform:none; }
.lift { transition:transform .35s ease, background-color .35s ease, box-shadow .35s ease; }
.lift:hover { position:relative; z-index:1; transform:translateY(-7px); box-shadow:0 18px 34px rgba(32,35,38,.1); }
:focus-visible { outline:3px solid var(--accent); outline-offset:4px; }
button, a, summary { -webkit-tap-highlight-color:transparent; touch-action:manipulation; }
@media (max-width:800px) { .shell,.site-header { width:min(100% - 36px, 620px); } .site-header { min-height:72px; } .nav { display:none; } .header-link { font-size:11px; } .hero { display:block; min-height:0; padding:82px 24px 92px; } .hero::after { right:24px; bottom:24px; font-size:8px; } .hero-copy { padding-bottom:0; } .hero-aside { margin-top:72px; max-width:360px; } .hero-portrait { height:430px; min-height:0; margin-bottom:26px; } .portrait-caption { font-size:8px; } .section-intro,.about,.contact,.intake,.privacy { display:block; } .section-intro { margin-bottom:40px; } .section-intro .eyebrow { margin-bottom:20px; } .section-intro h2 { white-space:normal; font-size:clamp(38px, 10vw, 52px); } .why-grid { grid-template-columns:1fr; } .why-grid article { min-height:0; } .process-grid { grid-template-columns:1fr 1fr; } .practice-grid { display:block; } .practice-grid a:nth-child(odd),.practice-grid a:nth-child(even) { margin:0; } .case-grid { grid-template-columns:1fr; } .case-card { min-height:0; } .article-list a { grid-template-columns:1fr 24px; gap:8px; } .article-list span { grid-column:1 / -1; margin-bottom:6px; } .about-label { margin-bottom:42px; } .vertical { writing-mode:initial; } .contact > div + div { margin-top:36px; } .site-footer { display:block; padding-bottom:92px; } .site-footer span { display:block; margin-top:8px; } .cookie-dock { display:block; padding-bottom:calc(88px + env(safe-area-inset-bottom)); } .cookie-dock nav { justify-content:flex-start; margin-top:11px; } .cookie-notice { right:12px; bottom:calc(80px + env(safe-area-inset-bottom)); left:12px; grid-template-columns:1fr; width:auto; max-height:calc(100dvh - 110px); padding:18px; overflow:auto; } .cookie-notice button { width:100%; } .mobile-call { position:fixed; z-index:9; right:18px; bottom:18px; display:flex; gap:18px; align-items:center; padding:14px 17px; color:var(--paper); background:var(--ink); box-shadow:0 10px 28px rgba(25,27,29,.18); font-size:12px; font-weight:800; } }
@media (max-width:800px) { #main-content > section.hero { padding-right:24px; padding-left:24px; } #main-content > section.brand-code, #main-content > section.why, #main-content > section.intake, #main-content > section.process, #main-content > section.practice, #main-content > section.about, #main-content > section.cases, #main-content > section.articles, #main-content > section.faq, #main-content > section.contact { padding-right:24px; padding-left:24px; } #main-content > section.trust-panel { margin-right:0; margin-left:0; } }
@media (max-width:800px) { .hero-portrait { transform:none; } .sheet-back { left:20px; } .sheet-front { right:18px; } }
@media (max-width:800px) { .hero::before { width:280px; height:280px; right:0; top:-100px; } }
@media (prefers-reduced-motion: reduce) { .reveal, .reveal-ready .reveal:not(.is-visible) { opacity:1; transform:none; transition:none; } .hero-portrait, .lift, .practice-grid a::after, .practice-grid b { transition:none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } }

.privacy-dock { display:grid; gap:10px; padding:18px 0 24px; border-top:1px solid var(--line); color:var(--muted); font-size:10px; letter-spacing:.03em; }
.privacy-dock p { margin:0; }
.privacy-dock nav { display:flex; flex-wrap:wrap; gap:10px 22px; align-items:center; }
.privacy-dock a { color:var(--ink); border-bottom:1px solid rgba(25,27,29,.32); font-weight:700; }
.privacy-dock a:hover { color:var(--accent-deep); border-color:var(--accent-deep); }
.privacy-dock__settings { margin-left:auto; }
.cookie-notice { grid-template-columns:auto minmax(0,1fr) auto; align-items:center; width:min(760px, calc(100% - 48px)); }
.cookie-dismiss { order:3; color:#b9b5ac; background:transparent !important; padding:8px 0 !important; font-size:10px !important; }
.cookie-dismiss:hover { color:var(--paper) !important; }
.cookie-banner__copy { order:1; }
.cookie-banner__actions { order:2; }
.cookie-primary { min-width:112px; }
@media (max-width:800px) { .privacy-dock__settings { margin-left:0; } .cookie-notice { grid-template-columns:1fr; } .cookie-dismiss { order:3; text-align:left; } .cookie-banner__actions { order:2; } }

/* Единый спокойный формат уведомления: решение посетителя видно сразу и не мешает чтению страницы. */
.cookie-notice { position:fixed; z-index:1000; right:max(16px,calc((100% - 1180px)/2)); bottom:16px; display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:14px; width:min(650px,calc(100% - 32px)); padding:13px 15px; color:var(--ink); background:#fff; border-top:2px solid #7e2638; box-shadow:0 8px 20px rgba(8,31,43,.12); }
.cookie-notice[hidden] { display:none; }
.cookie-banner__copy>strong { display:block; margin-bottom:3px; font-family:var(--serif); font-size:16px; font-weight:400; }
.cookie-notice p { max-width:430px; margin:0; color:#505750; font-size:14px; line-height:1.45; }
.cookie-notice p a { color:#527297; border-bottom:1px solid rgba(82,114,151,.55); }
.cookie-notice p a:hover { color:#7e2638; border-color:#7e2638; }
.cookie-banner__actions { display:grid; gap:8px; min-width:150px; }
.cookie-primary { min-height:44px; padding:8px 11px; color:#fff; background:#7e2638; border:1px solid #7e2638; cursor:pointer; font:600 13px var(--sans); }
.cookie-primary:hover { background:#60202e; border-color:#60202e; }
.cookie-dismiss { position:absolute; top:3px; right:5px; display:inline-flex; align-items:center; gap:5px; min-height:44px; padding:6px 8px; color:var(--muted); background:transparent !important; border:0; cursor:pointer; font:400 11px/1.2 var(--sans); }
.cookie-dismiss span { font-size:19px; font-weight:300; line-height:1; }
.cookie-dismiss:hover { color:var(--ink) !important; }
.cookie-dismiss:focus-visible { outline:3px solid rgba(126,38,56,.28); outline-offset:2px; }
@media (max-width:700px) { .cookie-notice { right:max(12px,env(safe-area-inset-right,0px)); bottom:calc(12px + env(safe-area-inset-bottom,0px)); left:max(12px,env(safe-area-inset-left,0px)); grid-template-columns:1fr; width:auto; max-width:none; max-height:calc(100dvh - 24px - env(safe-area-inset-bottom,0px)); margin:0; padding:12px; gap:10px; overflow-y:auto; overscroll-behavior:contain; } .cookie-banner__copy>strong { margin-bottom:2px; font-size:15px; } .cookie-notice p { max-width:none; font-size:12.5px; line-height:1.4; } .cookie-banner__actions { min-width:0; } .cookie-primary { width:100%; min-height:44px; font-size:13px; } .cookie-dismiss { position:static; justify-self:end; grid-row:1; min-height:44px; margin:-5px -3px -5px 0; } }

/* Премиальная ритмика разделов: тёмные полотна сменяют светлые, чтобы страница не превращалась в ленту одинаковых карточек. */
.why, .practice, .about, .privacy { padding-right:56px; padding-left:56px; background:var(--ink); color:var(--paper); border-color:rgba(161,132,90,.45); box-shadow:0 24px 70px rgba(25,27,29,.12); }
.why .eyebrow, .practice .eyebrow, .about .eyebrow, .privacy .eyebrow { color:#c8a875; }
.why-grid { background:rgba(161,132,90,.68); border-color:rgba(161,132,90,.68); }
.why-grid article { background:#202326; }
.why-grid p { color:#b9b5ac; }
.why-grid strong { color:var(--paper); }
.why-grid article:hover { background:#292c2e; }
.intake, .process, .cases, .articles, .contact { background:linear-gradient(135deg, rgba(255,255,255,.14), transparent 45%), var(--paper); }
.intake, .process, .cases, .articles, .contact { padding-right:56px; padding-left:56px; }
.process, .practice, .cases, .articles { width:min(1180px, calc(100% - 64px)); margin-right:auto; margin-left:auto; }
.process > .section-intro, .process > .process-grid, .practice > .section-intro, .practice > .practice-grid, .cases > .section-intro, .cases > .case-grid, .articles > .section-intro, .articles > .article-list { width:100%; }
.intake { border-top-color:rgba(161,132,90,.7); }
.process-grid { background:rgba(161,132,90,.7); border-color:rgba(161,132,90,.7); }
.process-grid article { background:#e5ded3; }
.process-grid article:hover { background:#f2ece2; }
.practice-grid { border-top-color:rgba(161,132,90,.65); }
.practice-grid a { border-bottom-color:rgba(238,233,223,.24); }
.practice-grid strong { color:var(--paper); }
.practice-grid small, .practice .quiet-note { color:#b9b5ac; }
.practice-grid a:hover strong, .practice-grid a:hover b { color:#d1b789; }
.case-grid { background:rgba(161,132,90,.72); border-color:rgba(161,132,90,.72); }
.case-card { background:#f5efe5; box-shadow:inset 0 3px 0 var(--accent); }
.case-card:hover { background:#fffaf2; }
.case-card h3 { color:var(--ink); }
.case-card p:not(.case-meta), .case-card small { color:#686861; }
.about > div:last-child { max-width:880px; }
.about p:not(.eyebrow) { color:#b9b5ac; }
.about .text-link { border-color:var(--paper); }
.privacy > p { color:#b9b5ac; }
.contact-card { background:var(--ink); border-color:rgba(161,132,90,.78); box-shadow:0 18px 48px rgba(25,27,29,.16); }
.contact-card p { color:var(--paper); }
.contact-card .pending { color:#b9b5ac; }
.contact-phone { display:inline-flex; align-items:center; gap:12px; width:max-content; margin:22px 0 18px; padding-bottom:6px; color:#d1b789; border-bottom:1px solid #d1b789; font-size:12px; font-weight:800; }
.contact-phone:hover { color:var(--paper); border-color:var(--paper); }
.legal-contact { display:grid; gap:7px; margin:22px 0 0; color:var(--paper); font-size:13px; }
.legal-contact strong { font-weight:700; }
.legal-contact a { width:max-content; color:#d1b789; font-family:var(--serif); font-size:24px; }
.legal-contact a:hover { color:var(--paper); }
.route-page { padding-top:100px; padding-bottom:120px; }
.route-page h1 { max-width:1000px; margin:24px 0 26px; font-size:clamp(48px,6vw,82px); }
.route-lead { max-width:720px; margin-bottom:72px; color:var(--muted); font-size:18px; }
.route-list { border-top:1px solid var(--line); }
.route-list > section { content-visibility:auto; contain-intrinsic-size:1px 460px; }
.route-list article { padding:34px 0 38px; border-bottom:1px solid var(--line); scroll-margin-top:30px; }
.route-list article > span { color:var(--accent); font-size:10px; font-weight:800; letter-spacing:.13em; }
.route-list article h2 { max-width:860px; margin:18px 0 14px; font-size:clamp(30px,4vw,48px); }
.route-list article p { max-width:720px; margin-bottom:20px; color:var(--muted); font-size:15px; }
.route-list article a { display:inline-flex; padding-bottom:5px; border-bottom:1px solid var(--ink); font-size:12px; font-weight:800; }
.route-list article a:hover { color:var(--accent); border-color:var(--accent); }
.cases .section-intro h2 { white-space:nowrap; }
.practice-route-list article { padding:42px 0; }
.route-note { margin-top:28px; color:var(--muted); font-size:12px; }
.route-breadcrumbs { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-bottom:44px; color:var(--muted); font-size:12px; }
.route-breadcrumbs a { color:var(--ink); border-bottom:1px solid rgba(25,27,29,.28); }
.route-breadcrumbs a:hover { color:var(--accent); border-color:var(--accent); }
.route-breadcrumbs span:last-child { max-width:560px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.route-detail-hero { padding:44px 0 34px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.route-detail-hero h1 { max-width:1120px; margin-bottom:34px; }
.route-detail-meta { display:flex; flex-wrap:wrap; gap:10px 28px; color:var(--muted); font-size:12px; letter-spacing:.03em; }
.route-detail-meta span, .route-detail-meta a { display:inline-flex; align-items:center; gap:9px; }
.route-detail-meta span::before, .route-detail-meta a::before { width:5px; height:5px; border-radius:50%; background:var(--accent); content:""; }
.route-detail-meta a { color:var(--ink); font-weight:800; }
.route-detail-code { display:flex; flex-wrap:wrap; gap:0; margin:34px 0 70px; border-top:1px solid var(--ink); border-bottom:1px solid var(--ink); }
.route-detail-code span { flex:1 1 160px; padding:16px 18px; color:var(--accent); font-size:9px; font-weight:800; letter-spacing:.16em; }
.route-detail-code span + span { border-left:1px solid var(--line); }
.article-visual { display:grid; grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr); gap:1px; margin:0 0 74px; background:var(--ink); border:1px solid var(--ink); box-shadow:0 24px 64px rgba(25,27,29,.16); }
.article-visual-media { position:relative; min-height:360px; overflow:hidden; background:#1b1f1f; }
.article-visual-media::after { position:absolute; inset:45% 0 0; background:linear-gradient(transparent,rgba(10,13,12,.82)); content:""; pointer-events:none; }
.article-visual-media img { width:100%; height:100%; min-height:360px; object-fit:cover; filter:saturate(.62) contrast(1.08); transition:transform .8s cubic-bezier(.23,1,.32,1), filter .35s ease; }
.article-visual:hover .article-visual-media img { transform:scale(1.035); filter:saturate(.8) contrast(1.04); }
.article-visual-media figcaption { position:absolute; z-index:1; right:24px; bottom:20px; left:24px; color:var(--paper); font-size:9px; font-weight:800; letter-spacing:.16em; }
.article-visual-map { display:grid; grid-template-columns:1fr 1fr; background:#111513; color:var(--paper); }
.article-visual-map span { display:flex; flex-direction:column; justify-content:space-between; min-height:180px; padding:20px; color:#c8a875; border-left:1px solid rgba(238,233,223,.14); border-bottom:1px solid rgba(238,233,223,.14); font-family:var(--serif); font-size:21px; line-height:1.08; }
.article-visual-map span:nth-child(odd) { border-left:0; }
.article-visual-map span:nth-child(n+3) { border-bottom:0; }
.article-visual-map b { color:#8e8e84; font:800 9px/1 var(--sans); letter-spacing:.16em; }
.article-visual-map span:hover { background:rgba(161,132,90,.12); color:var(--paper); }
.route-article { max-width:1020px; }
.route-article > p:first-child { max-width:900px; font-size:19px; line-height:1.65; }
.route-article h2 { max-width:1000px; margin:64px 0 20px; font-size:clamp(30px,4vw,48px); line-height:1.05; }
.route-article h3 { margin:42px 0 16px; font-size:clamp(22px,3vw,32px); }
.route-article h4 { margin:30px 0 12px; color:var(--accent); font-size:13px; letter-spacing:.08em; text-transform:uppercase; }
.route-article p, .route-article li { max-width:900px; color:#484844; font-size:16px; line-height:1.75; }
.route-article p + p { margin-top:16px; }
.route-article ul, .route-article ol { max-width:900px; margin:20px 0 28px; padding-left:26px; }
.route-article li { padding-left:8px; margin:9px 0; }
.route-article li::marker { color:var(--accent); font-weight:800; }
.route-article a { color:var(--accent-deep); text-decoration:underline; text-decoration-color:rgba(115,91,56,.35); text-underline-offset:3px; }
.route-article a:hover { color:var(--ink); text-decoration-color:var(--ink); }
.route-article .sources { padding:20px 22px; background:#eee9df; border-left:3px solid var(--accent); font-size:13px; }
.route-article .disclaimer { margin-top:42px; padding-top:20px; color:var(--muted); border-top:1px solid var(--line); font-size:13px; }
.route-article blockquote { max-width:900px; margin:30px 0; padding:20px 24px; color:#484844; background:#eee9df; border-left:3px solid var(--accent); font-family:var(--serif); font-size:20px; }
.route-article table { display:block; max-width:100%; overflow-x:auto; border-collapse:collapse; font-size:14px; }
.route-article th, .route-article td { min-width:150px; padding:12px 14px; text-align:left; border:1px solid var(--line); }
.route-article th { color:var(--ink); background:#eee9df; font-weight:800; }
.route-article code { padding:2px 5px; background:#eee9df; font-size:.92em; }
.route-detail-links { display:grid; grid-template-columns:1fr 1.08fr; gap:54px; margin-top:94px; padding:48px 0 0; border-top:1px solid var(--ink); }
.route-detail-links h2 { max-width:430px; margin:18px 0; font-size:clamp(30px,3.5vw,46px); line-height:1.02; }
.route-detail-links p:not(.eyebrow) { max-width:460px; color:var(--muted); font-size:15px; line-height:1.65; }
.route-detail-link-grid { display:grid; grid-template-columns:1fr 1fr; align-content:start; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.route-detail-link-grid a { min-height:86px; padding:20px; color:var(--ink); border-right:1px solid var(--line); border-bottom:1px solid var(--line); font-size:13px; font-weight:800; }
.route-detail-link-grid a span { float:right; color:var(--accent); }
.route-detail-link-grid a:hover { color:var(--accent); background:#eee9df; }
.route-detail-link-grid .button { min-height:0; border:0; border-radius:0; font-size:12px; }
.route-detail-link-grid .button:hover { color:var(--paper); background:var(--accent-deep); }
.faq { padding-top:92px; padding-bottom:92px; border-top:1px solid var(--line); }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { display:flex; justify-content:space-between; gap:24px; padding:25px 0; color:var(--ink); cursor:pointer; font-family:var(--serif); font-size:26px; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { color:var(--accent); content:"+"; font-family:var(--sans); font-size:22px; font-weight:300; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list details p { max-width:720px; padding:0 60px 28px 0; color:var(--muted); font-size:15px; }
.brand-code { display:grid; grid-template-columns:minmax(360px,.8fr) minmax(0,2.2fr); gap:44px; padding:96px 56px; background:#0d1110; color:var(--paper); border-top:1px solid rgba(161,132,90,.68); border-bottom:1px solid rgba(161,132,90,.68); box-shadow:0 24px 70px rgba(25,27,29,.12); }
.brand-code header { align-self:start; }
.brand-code h2 { max-width:390px; margin:22px 0 0; font-size:clamp(34px,2.8vw,42px); line-height:1.02; }
.brand-code dl { display:grid; grid-template-columns:repeat(4,1fr); margin:0; border-top:1px solid rgba(238,233,223,.52); border-left:1px solid rgba(238,233,223,.14); }
.brand-code dl > div { position:relative; display:flex; flex-direction:column; min-height:320px; padding:24px 21px 28px; overflow:hidden; border-right:1px solid rgba(238,233,223,.14); border-bottom:1px solid rgba(238,233,223,.14); transition:background-color .3s ease, transform .35s ease; }
.brand-code dl > div::after { position:absolute; right:-55px; bottom:-70px; width:145px; height:145px; border:1px solid rgba(161,132,90,.28); border-radius:50%; content:""; transition:transform .4s ease, border-color .3s ease; }
.brand-code dt { color:#c8a875; font-family:var(--serif); font-size:clamp(68px,6vw,92px); font-weight:300; line-height:.85; letter-spacing:-.06em; }
.brand-code dd { display:grid; gap:12px; margin:auto 0 0; }
.brand-code dd strong { font-family:var(--serif); font-size:25px; font-weight:400; }
.brand-code dd span { color:#a9a79f; font-size:12px; line-height:1.55; }
.brand-code dl > div:hover { background:rgba(161,132,90,.13); transform:translateY(-5px); }
.brand-code dl > div:hover::after { border-color:rgba(200,168,117,.7); transform:translate(-14px,-14px) scale(1.12); }
.trust-panel { position:relative; isolation:isolate; display:grid; grid-template-columns:.86fr 1.14fr; min-height:680px; margin-top:42px; margin-bottom:42px; overflow:visible; background:radial-gradient(circle at 82% 34%, rgba(161,132,90,.16), transparent 26%), #111513; color:var(--paper); border-top:1px solid rgba(161,132,90,.72); border-bottom:1px solid rgba(161,132,90,.42); box-shadow:0 34px 90px rgba(25,27,29,.32); }
.trust-panel::before { position:absolute; z-index:5; top:-28px; right:46px; padding:15px 20px; color:var(--paper); background:var(--accent-deep); content:"ЛИЧНАЯ ОТВЕТСТВЕННОСТЬ"; font-size:9px; font-weight:800; letter-spacing:.16em; box-shadow:0 12px 30px rgba(25,27,29,.25); }
.trust-panel::after { position:absolute; z-index:-1; right:7%; bottom:-86px; width:260px; height:260px; border:1px solid rgba(161,132,90,.22); border-radius:50%; box-shadow:0 0 0 28px rgba(161,132,90,.035), 0 0 0 56px rgba(161,132,90,.018); content:""; pointer-events:none; }
.trust-panel figure { position:relative; min-height:680px; margin:0; overflow:hidden; clip-path:polygon(0 0,100% 0,92% 100%,0 100%); }
.trust-panel figure::after { position:absolute; inset:0; background:linear-gradient(125deg,rgba(255,255,255,.14),transparent 30%),linear-gradient(90deg,rgba(11,16,14,.12),transparent 46%),linear-gradient(0deg,rgba(5,9,7,.68),transparent 42%); content:""; pointer-events:none; }
.trust-panel figure img { width:100%; height:100%; object-fit:cover; object-position:center 35%; filter:grayscale(.22) saturate(.56) contrast(1.08); transition:transform .9s cubic-bezier(.23,1,.32,1), filter .4s; }
.trust-panel:hover figure img { transform:scale(1.035); filter:grayscale(.08) saturate(.72) contrast(1.06); }
.trust-panel > div { display:flex; flex-direction:column; justify-content:center; padding:70px clamp(46px,6vw,92px); }
.trust-panel-label { margin-bottom:0; color:#c8a875; font-size:10px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.trust-panel h2 { max-width:680px; margin-top:20px; font-size:clamp(40px,4.8vw,66px); line-height:.98; }
.trust-panel > div > p:not(.trust-panel-label) { max-width:680px; margin-top:28px; color:#b9b5ac; font-size:17px; line-height:1.65; }
.trust-panel dl { display:grid; grid-template-columns:1fr 1fr; margin:42px 0 34px; border-top:1px solid rgba(238,233,223,.28); border-left:1px solid rgba(238,233,223,.14); }
.trust-panel dl > div { padding:17px; border-right:1px solid rgba(238,233,223,.14); border-bottom:1px solid rgba(238,233,223,.14); transition:background-color .3s ease, transform .3s ease; }
.trust-panel dl > div:hover { background:rgba(161,132,90,.12); transform:translateY(-3px); }
.trust-panel dt { color:#a9a79f; font-size:9px; letter-spacing:.08em; text-transform:uppercase; }
.trust-panel dd { margin:10px 0 0; color:var(--paper); font-family:var(--serif); font-size:17px; line-height:1.3; }
.trust-panel .text-link { align-self:flex-start; color:var(--paper); border-color:var(--paper); }
@media (max-width:960px) { .brand-code { grid-template-columns:1fr; gap:40px; } .brand-code h2 { max-width:520px; } .brand-code dl { grid-template-columns:1fr 1fr; } .brand-code dl > div { min-height:245px; } }
@media (max-width:960px) { .section-intro h2 { white-space:normal; } }
@media (max-width:800px) { .why, .practice, .about, .privacy, .intake, .process, .cases, .articles, .contact { padding-right:24px; padding-left:24px; } .process, .practice, .cases, .articles { width:min(100% - 36px, 620px); } }
@media (max-width:800px) { .faq { padding:80px 24px; } .faq-list summary { font-size:22px; } .faq-list details p { padding-right:0; } }
@media (max-width:800px) { .brand-code { display:block; padding:80px 24px; } .brand-code h2 { max-width:460px; font-size:38px; } .brand-code dl { margin-top:34px; } .brand-code dl > div { min-height:230px; padding:20px 17px; } .brand-code dt { font-size:64px; } .brand-code dd strong { font-size:21px; } .brand-code dd span { font-size:11px; } }
@media (max-width:800px) { .trust-panel { grid-template-columns:1fr; min-height:0; margin-top:24px; margin-bottom:24px; } .trust-panel::before { top:-20px; right:14px; padding:12px 14px; font-size:8px; } .trust-panel figure { min-height:430px; clip-path:polygon(0 0,100% 0,100% 94%,88% 100%,0 100%); } .trust-panel > div { padding:48px 24px 54px; } .trust-panel h2 { font-size:38px; } .trust-panel dl { grid-template-columns:1fr; } }
@media (max-width:800px) { .route-page { padding-top:66px; padding-bottom:90px; } .route-breadcrumbs { margin-bottom:28px; line-height:1.5; } .route-detail-hero { padding-top:30px; } .route-detail-hero h1 { font-size:clamp(38px,10vw,58px); } .route-detail-meta { display:grid; gap:12px; } .route-detail-code { margin:26px 0 50px; } .route-detail-code span { flex-basis:50%; padding:13px 12px; } .route-detail-code span:nth-child(odd) { border-left:0; } .route-detail-code span:nth-child(n+3) { border-top:1px solid var(--line); } .article-visual { display:block; margin-bottom:54px; } .article-visual-media, .article-visual-media img { min-height:260px; height:260px; } .article-visual-map { grid-template-columns:1fr 1fr; } .article-visual-map span { min-height:120px; padding:15px; font-size:17px; } .route-article p, .route-article li { font-size:15px; } .route-detail-links { display:block; margin-top:70px; } .route-detail-link-grid { margin-top:32px; grid-template-columns:1fr; } .route-detail-link-grid a { min-height:70px; } .route-detail-links h2 { white-space:normal; } .mobile-call { right:18px; bottom:calc(18px + env(safe-area-inset-bottom)); } }
@media (max-width:800px) { .cases .section-intro h2 { white-space:normal; } }

/* Финальная премиальная настройка: единый оттенок металла, цельный блок приёма дел и тонкая реакция списка. */
.intake { display:block; position:relative; }
.intake::before { content:""; display:block; width:72px; height:3px; margin-bottom:28px; background:var(--accent); }
.intake > div:first-child { max-width:780px; }
.intake > div:last-child { max-width:760px; margin-top:24px; display:grid; grid-template-columns:minmax(0,1.3fr) minmax(220px,.7fr); gap:36px; align-items:end; }
.intake > div:last-child > p { margin:0; }
.practice-grid a::after { content:""; position:absolute; left:0; right:40px; bottom:0; height:1px; background:var(--accent); transform:scaleX(0); transform-origin:left; transition:transform .22s cubic-bezier(.22,1,.36,1); }
.practice-grid a:hover::after, .practice-grid a:focus-visible::after { transform:scaleX(1); }
.practice-grid b { transition:transform .22s cubic-bezier(.22,1,.36,1); }
.practice-grid a:hover b, .practice-grid a:focus-visible b { transform:translateX(4px); }
.button:active, .text-link:active { transform:translateY(1px); }
@media (max-width:800px) { .intake > div:last-child { display:block; } .intake > div:last-child > p + p { margin-top:18px; } }
@media (prefers-reduced-motion: reduce) { .practice-grid a::after, .practice-grid b { transition:none; } }

.article-byline { display:grid; grid-template-columns:minmax(180px,.7fr) minmax(180px,.7fr) minmax(320px,1.6fr); gap:1px; margin:-34px 0 58px; color:var(--paper); background:rgba(200,168,117,.34); border:1px solid rgba(200,168,117,.38); box-shadow:0 18px 46px rgba(25,27,29,.12); }
.article-byline > div, .article-byline > p { min-height:96px; margin:0; padding:20px 22px; background:#151918; }
.article-byline > div { display:flex; flex-direction:column; justify-content:space-between; gap:12px; }
.article-byline span { color:#96978f; font-size:9px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.article-byline a, .article-byline time { color:#d1b789; font-family:var(--serif); font-size:18px; line-height:1.2; }
.article-byline a:hover { color:var(--paper); }
.article-byline > p { color:#b9b5ac; font-size:12px; line-height:1.6; }
.article-byline .method-link { display:inline; color:#d1b789; font:inherit; text-decoration:underline; text-decoration-color:rgba(209,183,137,.45); text-underline-offset:3px; }
.article-byline .method-link:hover { color:var(--paper); }
.editorial-status { display:flex; align-items:center; justify-content:space-between; gap:24px; margin:-24px 0 52px; padding:18px 22px; border:1px solid var(--line); background:#e5ded3; }
.editorial-status strong { font-family:var(--serif); font-size:20px; font-weight:400; }
.editorial-status span { max-width:680px; color:var(--muted); font-size:12px; }
.profile-grid { display:grid; grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr); gap:72px; align-items:start; margin:0 0 72px; }
.profile-grid figure { position:sticky; top:24px; margin:0; overflow:hidden; border:1px solid var(--ink); background:var(--ink); box-shadow:0 24px 64px rgba(25,27,29,.18); }
.profile-grid figure img { display:block; width:100%; aspect-ratio:5/7; object-fit:cover; object-position:center 34%; filter:saturate(.66) contrast(1.07); }
.profile-grid .route-article { max-width:none; }
.catalog-list > section { padding:54px 0 60px; border-bottom:1px solid var(--line); }
.catalog-list > section > h2 { margin-bottom:28px; font-size:clamp(30px,3.5vw,46px); }
.catalog-list ul { display:grid; grid-template-columns:1fr 1fr; gap:1px; margin:0; padding:1px; list-style:none; background:var(--line); }
.catalog-list li { min-width:0; background:var(--paper); }
.catalog-list li a { display:flex; flex-direction:column; min-height:132px; padding:20px 22px; transition:background-color .25s ease, transform .25s ease; }
.catalog-list li strong { color:var(--ink); font-family:var(--serif); font-size:20px; font-weight:400; line-height:1.18; }
.catalog-list li span { margin-top:12px; color:var(--muted); font-size:12px; line-height:1.55; }
.catalog-list li a:hover { position:relative; z-index:1; background:#f6efe4; transform:translateY(-3px); }
.about-links { display:flex; flex-wrap:wrap; gap:22px 34px; align-items:center; }

@media (max-width:800px) {
  .article-byline { grid-template-columns:1fr; margin:-24px 0 44px; }
  .article-byline > div, .article-byline > p { min-height:0; }
  .editorial-status { display:block; margin-top:-18px; }
  .editorial-status span { display:block; margin-top:8px; }
  .profile-grid { display:block; margin-bottom:52px; }
  .profile-grid figure { position:static; max-width:440px; margin-bottom:44px; }
  .catalog-list ul { grid-template-columns:1fr; }
  .catalog-list li a { min-height:0; padding:20px 18px; }
  .header-link, .route-detail-meta a { min-height:44px; align-items:center; }
  .route-breadcrumbs, .route-detail-meta { font-size:12px; }
}

@media (max-width:380px) {
  .hero h1 { font-size:50px; }
  .brand-code h2 { font-size:36px; }
}

@media print {
  .reveal, .reveal-ready .reveal:not(.is-visible) { opacity:1 !important; transform:none !important; }
  .mobile-call, .header-link, .nav, .cookie-dock, .cookie-notice { display:none !important; }
}
