:root{--black:#050505;--surface:#0b0b0b;--ivory:#f3f0e9;--muted:#aaa8a3;--gold:#b9935f;--gold-light:#d5b785;--line:#2d2a26}*{box-sizing:border-box}body{margin:0;background:var(--black);color:var(--ivory);font-family:Inter,Segoe UI,Arial,sans-serif}.request-header{height:108px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,4.3vw,82px);border-bottom:1px solid #ffffff14}.request-header>a:last-child{color:#d5d1ca;font-size:12px;letter-spacing:.14em;text-transform:uppercase;text-decoration:none}.request-brand{display:flex;align-items:center;gap:19px;color:inherit;text-decoration:none}.request-brand>span{width:36px;color:var(--gold-light);font-family:Georgia,serif;font-size:48px;line-height:1}.request-brand i{width:1px;height:52px;background:#51493e}.request-brand b{color:#e6ddcf;font-size:17px;font-weight:500;letter-spacing:.27em}.request-shell{min-height:calc(100vh - 108px);display:grid;grid-template-columns:minmax(0,.82fr) minmax(480px,1fr);gap:clamp(48px,8vw,140px);padding:clamp(54px,7vw,110px) clamp(22px,7vw,140px)}.request-intro{align-self:start}.eyebrow{margin:0 0 25px;color:var(--gold-light);font-size:11px;letter-spacing:.2em;text-transform:uppercase}.request-intro h1{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(56px,6vw,96px);font-weight:400;line-height:.88;letter-spacing:-.045em}.request-intro>p:not(.eyebrow){max-width:560px;margin:35px 0 0;color:#b8b5af;font-family:Georgia,'Times New Roman',serif;font-size:22px;line-height:1.5}.request-note{display:grid;gap:7px;max-width:560px;margin-top:42px;padding-top:22px;border-top:1px solid var(--line)}.request-note b{color:var(--gold-light);font-size:11px;letter-spacing:.16em;text-transform:uppercase}.request-note span{color:#8f8d88;font-size:13px;line-height:1.6}.form-card{align-self:start;padding:clamp(24px,3.5vw,52px);border:1px solid var(--line);background:var(--surface)}form{display:grid;gap:22px}label{display:grid;gap:8px;color:#d8d4cc;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}input,textarea{width:100%;border:1px solid #4a4742;background:#111;color:#f5f2ec;padding:14px 15px;font:inherit;outline:none}input:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 2px #b9935f33}textarea{resize:vertical;min-height:150px;line-height:1.55}.file-field input{padding:12px}.file-field>span{color:#77746f;font-size:11px;font-weight:400;letter-spacing:0;text-transform:none}.consent{grid-template-columns:20px 1fr;align-items:start;gap:11px;color:#8f8d88;font-size:11px;font-weight:400;line-height:1.55;letter-spacing:0;text-transform:none}.consent input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--gold)}button{display:flex;justify-content:space-between;align-items:center;margin-top:6px;border:1px solid var(--gold);background:var(--gold);color:#090807;padding:17px 19px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}button span{font-size:18px}.errors{display:grid;gap:6px;margin-bottom:22px;padding:15px;border:1px solid #8d5147;background:#2a1512;color:#f2d6d1;font-size:13px}.errors b{margin-bottom:3px}.success{text-align:center;padding:42px 10px}.success>span{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 20px;border:1px solid var(--gold);border-radius:50%;color:var(--gold-light);font-size:25px}.success h2{margin:0;font-family:Georgia,serif;font-size:42px;font-weight:400}.success p{max-width:440px;margin:18px auto 28px;color:#aaa8a3;line-height:1.65}.success a{color:var(--gold-light);text-underline-offset:5px}.hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}@media(max-width:900px){.request-shell{grid-template-columns:1fr}.request-brand b{font-size:13px}.request-header>a:last-child{font-size:10px}}@media(max-width:560px){.request-header{height:78px;padding:0 18px}.request-brand{gap:13px}.request-brand>span{width:26px;font-size:36px}.request-brand i{height:37px}.request-brand b{font-size:10px;letter-spacing:.2em}.request-header>a:last-child{font-size:0}.request-header>a:last-child:after{content:'Назад';font-size:10px}.request-shell{min-height:calc(100vh - 78px);padding:38px 16px;gap:38px}.request-intro h1{font-size:54px}.request-intro>p:not(.eyebrow){font-size:19px}.form-card{padding:22px 16px}}


/* Language switch. */
.request-header{justify-content:flex-start}
.request-header>a:last-of-type{margin-left:auto}
.request-header .language-switch{margin-left:28px}
.language-switch{display:flex;align-items:center;gap:8px;color:#77746f;font-size:11px;font-weight:700;letter-spacing:.16em;line-height:1;text-transform:uppercase;white-space:nowrap}
.language-switch a{color:#aaa8a3;text-decoration:none}.language-switch a:hover,.language-switch [aria-current=page]{color:var(--gold-light)}
@media(max-width:560px){.request-header .language-switch{margin-left:16px;font-size:10px;gap:6px}}


/* Unified two-line brand and menu drawer. */
body.menu-open{overflow:hidden}
.site-header{--menu-header-height:108px}
.request-header{--menu-header-height:108px}
.article-header{--menu-header-height:108px}
.site-header:not(.unified-header) .nav,.article-header:not(.unified-header) nav{visibility:hidden}
.unified-header{z-index:50;position:relative;justify-content:flex-start!important;gap:24px;padding-right:clamp(22px,4.35vw,82px)!important}
.unified-header .menu-brand{display:flex;align-items:center;gap:18px;width:max-content;max-width:min(760px,calc(100% - 180px));text-decoration:none}
.unified-header .menu-brand .brand-mark{display:grid;place-items:center;flex:0 0 auto;width:58px;height:58px;border:1px solid #4b443a;border-radius:50%;color:var(--gold-light);font-family:Georgia,'Times New Roman',serif;font-size:43px;font-weight:400;line-height:1;transform:none}
.unified-header .brand-copy{display:grid;gap:7px;min-width:0}
.unified-header .brand-name{color:#e6ddcf;font-size:17px;font-weight:500;letter-spacing:.27em;line-height:1;white-space:nowrap}
.unified-header .brand-name b{color:var(--gold-light);font-weight:500}
.unified-header .brand-tagline{color:#f0ede7;font-size:clamp(13px,1.15vw,18px);font-weight:500;letter-spacing:.01em;line-height:1.2;white-space:nowrap}
.unified-header .header-actions{display:flex;align-items:center;gap:24px;margin-left:auto}
.unified-header .language-switch{position:static!important;margin:0!important;transform:none!important}
.unified-header .menu-toggle{display:grid!important;place-content:center;gap:6px;width:44px!important;height:44px!important;min-width:44px;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:var(--ivory)!important;box-shadow:none!important;cursor:pointer}
.unified-header .menu-toggle span{display:block;width:31px;height:2px;background:currentColor;font-size:0!important;transition:transform .25s,opacity .2s}
.unified-header.menu-open .menu-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.unified-header.menu-open .menu-toggle span:nth-child(2){opacity:0}
.unified-header.menu-open .menu-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.unified-header .site-menu{position:fixed;z-index:55;top:var(--menu-header-height);right:0;bottom:0;display:flex!important;flex-direction:column;align-items:stretch;gap:0;width:min(470px,100vw);margin:0;padding:clamp(34px,5vh,60px) clamp(28px,4vw,54px) 38px;border-left:1px solid #302d29;background:#090909;opacity:0;overflow-y:auto;pointer-events:none;transform:translateX(100%);transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .25s}
.unified-header.menu-open .site-menu{opacity:1;pointer-events:auto;transform:translateX(0)}
.site-menu-heading{margin:0 0 26px;color:var(--gold-light);font-size:10px;letter-spacing:.22em;text-transform:uppercase}
.site-menu-links{display:grid;border-top:1px solid var(--line)}
.unified-header .site-menu-links a{display:grid;grid-template-columns:40px 1fr;align-items:center;min-height:62px;border-bottom:1px solid var(--line);color:var(--ivory);font-family:Georgia,'Times New Roman',serif;font-size:26px;font-weight:400;letter-spacing:0;text-transform:none;text-decoration:none;transition:color .2s,padding-left .2s}
.unified-header .site-menu-links a:hover,.unified-header .site-menu-links a:focus-visible{padding-left:8px;color:var(--gold-light);outline:none}
.site-menu-links a span{color:#827766;font-family:Arial,sans-serif;font-size:9px;letter-spacing:.14em}
.site-menu-email{align-self:flex-start;margin-top:auto;padding-top:34px;color:#9b9892!important;font-size:12px!important;letter-spacing:.08em!important;text-transform:none!important;text-underline-offset:5px}
.menu-backdrop{position:fixed;z-index:40;inset:var(--menu-header-height,108px) 0 0;display:block!important;width:100%;height:auto;margin:0!important;padding:0!important;border:0!important;background:#0009!important;opacity:0;pointer-events:none;transition:opacity .25s}
body.menu-open .menu-backdrop{opacity:1;pointer-events:auto}
.request-header>a:not(.menu-brand),.request-header>a[hidden]{display:none!important}
@media(max-width:760px){
  .site-header,.article-header{--menu-header-height:76px}
  .unified-header{padding-inline:18px!important;gap:12px}
  .unified-header .menu-brand{gap:11px;max-width:calc(100% - 126px)}
  .unified-header .menu-brand .brand-mark{width:43px;height:43px;font-size:31px}
  .unified-header .brand-copy{gap:4px}
  .unified-header .brand-name{font-size:11px;letter-spacing:.2em}
  .unified-header .brand-tagline{max-width:46vw;font-size:10px;line-height:1.15;white-space:normal}
  .unified-header .header-actions{gap:10px}
  .unified-header .language-switch{font-size:9px;gap:5px}
  .unified-header .menu-toggle{width:36px!important;height:40px!important;min-width:36px}
  .unified-header .menu-toggle span{width:27px}
  .unified-header .site-menu{width:100%;padding:30px 22px 26px;border-left:0}
  .unified-header .site-menu-links a{min-height:56px;font-size:23px}
}
@media(max-width:560px){.request-header{--menu-header-height:78px}}
@media(max-width:410px){
  .unified-header .menu-brand .brand-mark{width:39px;height:39px;font-size:29px}
  .unified-header .brand-tagline{max-width:42vw;font-size:9px}
  .unified-header .header-actions{gap:6px}
}
@media(prefers-reduced-motion:reduce){.unified-header .site-menu,.menu-backdrop,.unified-header .menu-toggle span{transition:none!important}}
