:root {
  --ink: #151719;
  --ink-soft: #202326;
  --muted: #707579;
  --paper: #f4f1eb;
  --paper-deep: #e8e3da;
  --line: rgba(21, 23, 25, .14);
  --orange: #ed4b12;
  --orange-dark: #c93608;
  --white: #fff;
  --container: min(1280px, calc(100vw - 56px));
  --shadow: 0 24px 80px rgba(10, 12, 14, .15);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0;
  color: var(--ink-soft);
  background: var(--white);
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
address { font-style: normal; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--ink);
  font-weight: 690;
  letter-spacing: -.04em;
  line-height: 1.06;
  text-wrap: balance;
}
h1 { font-size: clamp(3.3rem, 6.4vw, 6.6rem); }
h2 { margin-bottom: 0; font-size: clamp(2.7rem, 4.7vw, 5rem); }
h3 { font-size: 1.35rem; }
h1 em, h2 em { color: var(--orange); font-style: normal; font-weight: 450; }
::selection { color: var(--white); background: var(--orange); }
:focus-visible { outline: 3px solid #ff7b48; outline-offset: 4px; }
.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: clamp(72px, 7.5vw, 112px) 0; }
.section--paper { background: var(--paper); }
.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important;
}
.skip-link { z-index: 99999; position: fixed; top: 12px; left: 12px; padding: 12px 18px; color: var(--white); background: var(--orange); }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: var(--muted);
  font-size: .77rem;
  font-weight: 750;
  letter-spacing: .17em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow span { flex: 0 0 32px; height: 2px; background: var(--orange); }
.eyebrow--light { color: rgba(255,255,255,.66); }
.lead { font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.46; letter-spacing: -.02em; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--ink); font-weight: 750; text-decoration: none; }
.text-link span { color: var(--orange); transition: transform .25s var(--ease); }
.text-link:hover span { transform: translateX(5px); }

/* Buttons */
.button {
  display: inline-flex;
  min-height: 58px;
  padding: 15px 22px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--orange); }
.button--primary:hover { background: var(--orange-dark); }
.button--outline { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.03); backdrop-filter: blur(8px); }
.button--outline:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: transparent; }
.button--small { min-height: 44px; padding: 11px 15px; gap: 8px; font-size: .68rem; }
.button--full { width: 100%; }

/* Header */
.site-header { z-index: 1000; position: absolute; top: 0; right: 0; left: 0; color: var(--white); }
.admin-bar .site-header { top: 32px; }
.header-top { border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.63); font-size: .72rem; font-weight: 650; letter-spacing: .06em; }
.header-top__inner { display: flex; min-height: 42px; align-items: center; justify-content: space-between; }
.header-top p { margin: 0; }
.header-top__contacts { display: flex; align-items: center; gap: 30px; }
.header-top a { color: var(--white); text-decoration: none; }
.header-main { display: grid; min-height: 118px; grid-template-columns: 220px 1fr auto; align-items: center; gap: clamp(24px, 3vw, 46px); }
.feniks-logo { display: inline-flex; width: fit-content; align-items: center; color: var(--white); line-height: 1; text-decoration: none; }
.feniks-logo__image { display: block; width: 172px; height: auto; filter: drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.feniks-logo__image--dark { display: none; }
.primary-nav { justify-self: center; }
.primary-nav .menu, .footer-col .menu { display: flex; padding: 0; margin: 0; list-style: none; }
.primary-nav .menu { align-items: center; gap: clamp(16px, 1.7vw, 28px); }
.primary-nav li { position: relative; }
.primary-nav a { position: relative; display: block; padding: 12px 0; color: var(--white); font-size: .75rem; font-weight: 750; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.primary-nav a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.primary-nav .sub-menu { position: absolute; top: 100%; left: -24px; display: none; min-width: 280px; padding: 14px 24px; margin: 0; color: var(--ink); background: var(--white); box-shadow: var(--shadow); list-style: none; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.primary-nav .sub-menu a { color: var(--ink); }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; }
.header-phone__label { color: rgba(255,255,255,.55); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.header-phone strong { font-size: 1rem; letter-spacing: .01em; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.menu-toggle__line { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: .25s; }

body:not(.feniks-front) .site-header { position: relative; color: var(--ink); background: var(--white); box-shadow: 0 8px 30px rgba(10,12,14,.05); }
body:not(.feniks-front) .header-top { color: #6e7479; border-color: var(--line); background: var(--ink); }
body:not(.feniks-front) .header-top a { color: var(--white); }
body:not(.feniks-front) .site-header .feniks-logo__image--light { display: none; }
body:not(.feniks-front) .site-header .feniks-logo__image--dark { display: block; }
body:not(.feniks-front) .primary-nav a { color: var(--ink); }
body:not(.feniks-front) .header-phone__label { color: var(--muted); }

/* Hero */
.hero { position: relative; min-height: clamp(720px, 100svh, 900px); height: auto; color: var(--white); background: #101214; overflow: hidden; isolation: isolate; }
.hero__media { z-index: -3; position: absolute; inset: 0; background: url("../images/hero-industrial.webp") center center / cover no-repeat; transform: scale(1.015); }
.hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,12,13,.94) 0%, rgba(10,12,13,.82) 36%, rgba(10,12,13,.28) 66%, rgba(10,12,13,.12) 100%), linear-gradient(0deg, rgba(10,12,13,.65) 0%, transparent 45%); content: ""; }
.hero__texture { z-index: -2; position: absolute; inset: 0; opacity: .17; background-image: radial-gradient(rgba(255,255,255,.35) .55px, transparent .55px); background-size: 5px 5px; pointer-events: none; }
.hero__inner { display: flex; min-height: inherit; padding-top: 198px; padding-bottom: 54px; flex-direction: column; justify-content: space-between; gap: 46px; }
.hero__content { max-width: 880px; }
.hero h1 { max-width: 920px; margin-bottom: 24px; color: var(--white); font-size: clamp(3.4rem, 5.5vw, 5.85rem); }
.hero__lead { max-width: 720px; margin-bottom: 30px; color: rgba(255,255,255,.74); font-size: clamp(1.02rem, 1.45vw, 1.28rem); line-height: 1.52; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__facts { display: grid; width: min(820px, 76%); grid-template-columns: repeat(3, 1fr); }
.hero__facts div { padding: 0 28px; border-left: 1px solid rgba(255,255,255,.22); }
.hero__facts div:first-child { padding-left: 0; border-left: 0; }
.hero__facts strong { display: block; margin-bottom: 3px; color: var(--white); font-size: clamp(1.5rem, 2.3vw, 2.1rem); letter-spacing: -.04em; line-height: 1.2; }
.hero__facts span { display: block; color: rgba(255,255,255,.52); font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.hero__scroll { position: absolute; right: clamp(18px, 3vw, 54px); bottom: 54px; display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.48); font-size: .65rem; font-weight: 750; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.hero__scroll span { display: block; width: 54px; height: 1px; background: rgba(255,255,255,.4); }

/* About */
.split-heading { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 10vw, 150px); }
.split-heading__copy { max-width: 610px; padding-top: 47px; }
.split-heading__copy .lead { color: var(--ink); }
.split-heading__copy > p:not(.lead) { margin-bottom: 35px; color: #64696d; }

/* Services */
.section-heading { display: grid; margin-bottom: 48px; grid-template-columns: 1fr minmax(280px, 420px); align-items: end; gap: 60px; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; display: flex; min-height: 300px; padding: 28px; flex-direction: column; color: var(--ink); border: 1px solid var(--line); background: var(--white); overflow: hidden; text-decoration: none; transition: color .32s var(--ease), background .32s var(--ease), transform .32s var(--ease), box-shadow .32s var(--ease); }
.service-card::before { position: absolute; top: -80px; right: -70px; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; opacity: 0; transform: scale(.8); transition: .35s var(--ease); }
.service-card:hover { z-index: 2; color: var(--white); background: var(--ink); box-shadow: var(--shadow); transform: translateY(-7px); }
.service-card:hover::before { opacity: 1; transform: scale(1); }
.service-card__number { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.service-card__icon { position: absolute; top: 22px; right: 24px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); font-size: 1.1rem; transition: .3s var(--ease); }
.service-card:hover .service-card__icon { border-color: var(--orange); background: var(--orange); color: var(--white); transform: rotate(45deg); }
.service-card h3 { max-width: 300px; margin: 62px 0 14px; font-size: clamp(1.35rem, 2vw, 1.8rem); }
.service-card:hover h3 { color: var(--white); }
.service-card p { margin-bottom: 22px; color: var(--muted); font-size: .9rem; }
.service-card:hover p { color: rgba(255,255,255,.58); }
.service-card__link { display: flex; justify-content: space-between; color: var(--ink); font-size: .71rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-card:hover .service-card__link { color: var(--white); }
.service-card__link span { color: var(--orange); }
.service-grid--visual { grid-template-columns: repeat(4, 1fr); }
.service-grid--visual .service-card { min-height: 0; padding: 0; }
.service-card__media { display: block; height: 176px; background: var(--ink); overflow: hidden; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease), opacity .3s var(--ease); }
.service-grid--visual .service-card:hover { color: var(--ink); background: var(--white); }
.service-grid--visual .service-card:hover h3, .service-grid--visual .service-card:hover .service-card__link { color: var(--ink); }
.service-grid--visual .service-card:hover .service-card__media img { opacity: .9; transform: scale(1.04); }
.service-card__body { position: relative; display: flex; min-height: 205px; padding: 25px; flex-direction: column; }
.service-card__body .service-card__icon { top: 18px; right: 20px; }
.service-card__body h3 { margin: 34px 0 25px; font-size: clamp(1.25rem, 1.7vw, 1.65rem); }
.service-card__body .service-card__link { margin-top: auto; }
.capabilities-strip { display: grid; margin-top: 14px; grid-template-columns: 1fr 1fr; gap: 14px; }
.capabilities-strip a { display: grid; min-height: 118px; padding: 24px 27px; color: var(--white); background: var(--ink); grid-template-columns: 42px 1fr auto; align-items: center; gap: 18px; text-decoration: none; transition: background .25s var(--ease), transform .25s var(--ease); }
.capabilities-strip a:hover { background: var(--ink-soft); transform: translateY(-3px); }
.capabilities-strip > a > span { color: var(--orange); font-size: .7rem; font-weight: 800; }
.capabilities-strip small { display: block; color: rgba(255,255,255,.46); font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.capabilities-strip strong { display: block; margin-top: 3px; font-size: clamp(1.12rem, 1.8vw, 1.55rem); letter-spacing: -.025em; }
.capabilities-strip b { color: var(--orange); font-size: 1.3rem; }
.service-grid--compact .service-card { min-height: 310px; }

/* Advantages */
.advantages { color: var(--white); background: var(--ink); }
.advantages h2, .advantages h3 { color: var(--white); }
.advantages__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 11vw, 150px); }
.advantages__sticky { align-self: start; position: sticky; top: 120px; }
.advantages__sticky > p:not(.eyebrow) { max-width: 430px; margin: 30px 0 38px; color: rgba(255,255,255,.56); }
.advantages-list { padding: 0; margin: 0; list-style: none; counter-reset: benefit; }
.advantages-list li { display: grid; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.14); grid-template-columns: 62px 1fr; gap: 22px; }
.advantages-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.advantages-list > li > span { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.advantages-list h3 { margin-bottom: 10px; font-size: clamp(1.3rem, 2vw, 1.85rem); }
.advantages-list p { max-width: 600px; margin: 0; color: rgba(255,255,255,.54); }

/* Process */
.section-heading--compact { margin-bottom: 46px; }
.process-grid { display: grid; padding: 0; margin: 0; border-top: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); list-style: none; }
.process-grid li { position: relative; padding: 30px 28px 5px 0; border-right: 1px solid var(--line); }
.process-grid li:not(:first-child) { padding-left: 32px; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { display: grid; width: 50px; height: 50px; margin-bottom: 38px; place-items: center; color: var(--white); background: var(--orange); font-size: .72rem; font-weight: 800; }
.process-grid h3 { margin-bottom: 15px; }
.process-grid p { color: var(--muted); font-size: .92rem; }

/* Contact */
.contact-section { color: var(--white); background: #202326; overflow: hidden; }
.contact-section::before { position: absolute; top: -40%; left: -8%; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.015), 0 0 0 160px rgba(255,255,255,.012); content: ""; pointer-events: none; }
.contact-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 135px); }
.contact-copy h2 { color: var(--white); font-size: clamp(2.7rem, 4vw, 4.25rem); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 32px 0; color: rgba(255,255,255,.57); }
.contact-direct { display: grid; gap: 15px; margin-top: 50px; }
.contact-direct a { width: fit-content; text-decoration: none; }
.contact-direct small { display: block; color: rgba(255,255,255,.45); font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct strong { font-size: 1.2rem; }
.contact-card { padding: clamp(30px, 4vw, 54px); color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.contact-card > h3 { margin-bottom: 9px; font-size: clamp(1.7rem, 2.6vw, 2.3rem); }
.contact-card > p { margin-bottom: 32px; color: var(--muted); font-size: .85rem; }
.contact-card > h3 + .feniks-form { margin-top: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid__wide { grid-column: 1 / -1; }
.feniks-form label > span { display: block; margin-bottom: 8px; color: #4b5054; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.feniks-form label small { color: #929699; font-weight: 500; text-transform: none; }
.feniks-form input:not([type="checkbox"]), .feniks-form textarea { width: 100%; border: 0; border-bottom: 1px solid #c7c9c9; border-radius: 0; color: var(--ink); background: transparent; outline: 0; transition: border-color .2s; }
.feniks-form input:not([type="checkbox"]) { min-height: 49px; padding: 6px 0; }
.feniks-form textarea { min-height: 100px; padding: 10px 0; resize: vertical; }
.feniks-form input:focus, .feniks-form textarea:focus { border-color: var(--orange); }
.feniks-form input::placeholder, .feniks-form textarea::placeholder { color: #9da0a2; }
.consent { display: grid; margin: 24px 0; grid-template-columns: 18px 1fr; align-items: start; gap: 11px; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--orange); }
.consent span { color: #777b7e!important; font-size: .72rem!important; font-weight: 450!important; letter-spacing: 0!important; line-height: 1.45; text-transform: none!important; }
.consent a { color: var(--ink); }
.hp-field { position: absolute; left: -99999px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { padding: 13px 15px; margin-bottom: 20px; font-size: .86rem; }
.form-notice--success { color: #12692e; background: #e5f6ea; }
.form-notice--error { color: #8a251f; background: #fde8e6; }

/* Location */
.location { padding: 62px 0; background: var(--white); }
.location__grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 70px; }
.location h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.5vw, 3.5rem); }
.location address { margin-bottom: 5px; font-size: 1.15rem; }
.location > p { color: var(--muted); }
.map-card { min-height: 330px; background: var(--paper); }
.map-card iframe { display: block; width: 100%; min-height: 330px; border: 0; }
.map-placeholder { position: relative; display: flex; min-height: 330px; padding: 55px; align-items: flex-start; justify-content: center; flex-direction: column; background: linear-gradient(135deg, #ebe7df, #f7f5f0); overflow: hidden; }
.map-placeholder::before, .map-placeholder::after { position: absolute; width: 150%; height: 1px; background: rgba(21,23,25,.11); content: ""; transform: rotate(-18deg); }
.map-placeholder::before { top: 25%; left: -30%; }
.map-placeholder::after { right: -25%; bottom: 25%; transform: rotate(22deg); }
.map-placeholder > * { z-index: 1; }
.map-pin { width: 18px; height: 18px; margin-bottom: 22px; border: 5px solid var(--orange); border-radius: 50% 50% 50% 0; background: var(--white); transform: rotate(-45deg); }
.map-placeholder strong { font-size: 1.4rem; }
.map-placeholder p { margin: 8px 0 18px; color: var(--muted); }
.map-load { padding: 0; border: 0; background: transparent; cursor: pointer; }
.map-placeholder--consent p { max-width: 560px; }

/* Interior pages */
.inner-hero { position: relative; padding: 76px 0 72px; color: var(--white); background: var(--ink); overflow: hidden; isolation: isolate; }
.inner-hero h1 { margin: 0; color: var(--white); font-size: clamp(2.8rem, 5.7vw, 5.7rem); }
.inner-hero__content { position: relative; }
.inner-hero__content > p:not(.eyebrow) { max-width: 760px; margin: 27px 0 32px; color: rgba(255,255,255,.68); font-size: clamp(1rem, 1.55vw, 1.25rem); }
.inner-hero--service { min-height: 590px; display: flex; align-items: flex-end; padding-top: 118px; }
.inner-hero__media { z-index: -1; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,13,15,.97) 0%, rgba(11,13,15,.88) 43%, rgba(11,13,15,.35) 78%), var(--service-image) center / cover no-repeat; }
.inner-hero--product { background: linear-gradient(120deg, #111315, #25292c); }
.breadcrumbs { display: flex; margin-bottom: 42px; align-items: center; gap: 9px; color: rgba(255,255,255,.54); font-size: .72rem; }
.breadcrumbs a { color: rgba(255,255,255,.72); }
.content-layout { display: grid; padding-top: 68px; padding-bottom: 92px; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 75px; }
.content-card { padding-bottom: 55px; margin-bottom: 45px; border-bottom: 1px solid var(--line); }
.content-card--page { border: 0; }
.content-card h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.content-card h2 a { text-decoration: none; }
.content-card__image { margin-bottom: 35px; }
.content-card__image img { width: 100%; }
.entry-content { overflow-wrap: anywhere; }
.entry-content > * { max-width: 820px; }
.entry-content > .alignwide { max-width: 1240px; }
.entry-content h2 { margin-top: 2.1em; }
.entry-content h3 { margin-top: 1.7em; }
.entry-content a { color: var(--orange-dark); }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.content-aside { position: sticky; top: 35px; padding: 30px; background: var(--paper); }
.admin-bar .content-aside { top: 70px; }
.content-aside > strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 1.35rem; }
.content-aside p { color: var(--muted); font-size: .9rem; }
.content-aside > a:not(.button) { display: block; margin-bottom: 8px; }
.content-aside .button { margin-top: 20px; }
.aside-phone { color: var(--ink); font-size: 1.1rem; font-weight: 750; text-decoration: none; }
.legal-page { max-width: 980px; padding-top: 68px; padding-bottom: 92px; }
.legal-content { max-width: 860px; margin-inline: auto; }
.legal-content h2 { margin-top: 2.1em; font-size: clamp(1.55rem, 2.7vw, 2.25rem); }
.legal-table-wrap { overflow-x: auto; }
.legal-content table { min-width: 720px; font-size: .88rem; }
.legal-content th { color: var(--white); background: var(--ink); }
.legal-note { padding: 24px; margin-top: 45px; border-left: 4px solid var(--orange); background: var(--paper); }
.legal-note strong { display: block; margin-bottom: 7px; color: var(--ink); }
.legal-note p { margin: 0; font-size: .88rem; }
.legal-version { width: fit-content; padding: 7px 11px; color: var(--ink); background: var(--paper); font-size: .82rem; }
.cookie-reset { color: var(--ink); border: 1px solid var(--line); background: var(--paper); }
.cookie-reset:hover { border-color: var(--orange); color: var(--orange-dark); }
.form-legal { margin: -8px 0 18px; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.form-legal a { color: var(--ink); }
.service-detail__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 125px); }
.spec-list { padding: 0; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.spec-list li { display: grid; padding: 21px 0; border-bottom: 1px solid var(--line); grid-template-columns: 54px 1fr; align-items: center; gap: 18px; }
.spec-list span { color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.spec-list strong { color: var(--ink); font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.3; }
.contact-section--compact { padding-block: clamp(65px, 7vw, 92px); }
.product-page__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(55px, 9vw, 125px); }
.product-page__note { max-width: 530px; margin-top: 30px; color: var(--muted); }
.product-groups { border-top: 1px solid var(--line); }
.product-groups article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.product-groups h3 { margin-bottom: 10px; font-size: clamp(1.35rem, 2vw, 1.85rem); }
.product-groups p { margin-bottom: 13px; color: var(--muted); }
.contact-page__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(60px, 9vw, 130px); }
.contact-page__grid > div:first-child > p { max-width: 520px; margin: 28px 0 45px; color: var(--muted); }
.contact-page__details { display: grid; gap: 23px; }
.contact-page__details div { padding-top: 15px; border-top: 1px solid var(--line); }
.contact-page__details span { display: block; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-page__details a, .contact-page__details address, .contact-page__details p { margin: 4px 0 0; color: var(--ink); font-size: 1.05rem; font-weight: 650; text-decoration: none; }
.contact-card--bordered { border: 1px solid var(--line); box-shadow: 0 18px 65px rgba(10,12,14,.09); }
.catalog-cta { display: flex; padding: clamp(35px, 6vw, 70px); margin-top: 70px; align-items: flex-end; justify-content: space-between; gap: 40px; color: var(--white); background: var(--ink); }
.catalog-cta h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3.7rem); }
.principle-grid { display: grid; padding: 0; margin: 0; border-top: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); list-style: none; }
.principle-grid li { padding: 30px; border-right: 1px solid var(--line); }
.principle-grid li:last-child { border-right: 0; }
.principle-grid span { color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.principle-grid h3 { margin-top: 50px; margin-bottom: 12px; }
.principle-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; border: 1px solid var(--line); text-decoration: none; }
.page-numbers.current { color: var(--white); border-color: var(--orange); background: var(--orange); }
.error-page { display: grid; min-height: 65vh; padding: 110px 0; place-items: center; text-align: center; }
.error-page__code { margin: 0; color: var(--orange); font-size: clamp(5rem, 18vw, 14rem); font-weight: 800; letter-spacing: -.08em; line-height: .8; opacity: .18; }
.error-page h1 { margin-top: -25px; font-size: clamp(2.3rem, 5vw, 4.4rem); }
.error-page p:not(.error-page__code) { max-width: 620px; margin-inline: auto; color: var(--muted); }

/* Footer */
.site-footer { padding: 64px 0 26px; color: rgba(255,255,255,.58); background: #0d0f10; }
.footer-main { display: grid; padding-bottom: 62px; grid-template-columns: 1.45fr .8fr 1.15fr 1fr; gap: clamp(35px, 5vw, 70px); }
.footer-brand .feniks-logo { margin-bottom: 25px; }
.footer-brand .feniks-logo__image { width: 176px; }
.footer-brand .feniks-logo__image--light { display: block; }
.footer-brand .feniks-logo__image--dark { display: none; }
.footer-brand p { font-size: .9rem; }
.footer-col h2 { margin-bottom: 22px; color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-col .menu { align-items: flex-start; flex-direction: column; gap: 9px; }
.footer-col .menu a, .footer-col a { color: rgba(255,255,255,.68); text-decoration: none; }
.footer-col .menu a:hover, .footer-col a:hover { color: var(--white); }
.footer-contacts { display: flex; align-items: flex-start; flex-direction: column; }
.footer-phone { margin-bottom: 5px; color: var(--white)!important; font-size: 1.15rem; font-weight: 750; }
.footer-contacts address { margin-top: 17px; font-size: .83rem; line-height: 1.5; }
.footer-details p { font-size: .8rem; line-height: 1.6; }
.footer-bottom { display: grid; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; gap: 22px; }
.footer-legal a, .footer-credit a { color: rgba(255,255,255,.58); }
.footer-credit { justify-self: end; }
.footer-credit a { color: var(--white); font-weight: 700; }

/* Cookie */
.cookie-banner { z-index: 2000; position: fixed; right: 22px; bottom: 22px; left: 22px; display: grid; max-width: 980px; padding: 20px 22px; margin: auto; color: var(--white); background: #272a2c; box-shadow: 0 20px 80px rgba(0,0,0,.28); grid-template-columns: 1fr auto; align-items: center; gap: 25px; }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; color: var(--white); }
.cookie-banner p { margin: 2px 0; color: rgba(255,255,255,.63); font-size: .79rem; line-height: 1.4; }
.cookie-banner a { color: rgba(255,255,255,.75); font-size: .7rem; }
.cookie-actions { display: flex; gap: 8px; }

@media (max-width: 1180px) {
  :root { --container: min(100% - 48px, 1050px); }
  html { scroll-padding-top: 82px; }
  .header-top { display: none; }
  .header-main { display: flex; min-height: 100px; align-items: center; justify-content: space-between; }
  .site-header .feniks-logo__image { width: 152px; }
  .menu-toggle { z-index: 1002; display: block; flex: 0 0 48px; margin-left: auto; }
  .menu-open .menu-toggle__line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle__line:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle__line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; display: flex; width: 100%; height: 100%; padding: 110px 30px 50px; align-items: center; justify-content: center; justify-self: stretch; background: #111315; clip-path: inset(0 0 100% 0); opacity: 0; pointer-events: none; transition: clip-path .3s var(--ease), opacity .2s var(--ease); }
  .primary-nav.is-open { clip-path: inset(0); opacity: 1; pointer-events: auto; }
  .primary-nav .menu { width: min(100%, 520px); align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav .menu > li { border-bottom: 1px solid rgba(255,255,255,.12); }
  .primary-nav a, body:not(.feniks-front) .primary-nav a { padding: 16px 0; color: var(--white); font-size: 1.1rem; letter-spacing: .01em; text-transform: none; }
  .primary-nav .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 10px 18px; background: transparent; box-shadow: none; }
  .primary-nav .sub-menu a, body:not(.feniks-front) .primary-nav .sub-menu a { padding: 8px 0; color: rgba(255,255,255,.6); font-size: .9rem; }
  .header-phone { display: none; }
  .service-grid--visual { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.2fr .8fr 1fr; }
  .footer-details { grid-column: 2 / 3; }
  .footer-bottom { grid-template-columns: 1fr 1fr; }
  .footer-legal { justify-self: end; }
  .footer-credit { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 40px, 760px); }
  .admin-bar .site-header { top: 46px; }
  .hero { min-height: max(760px, 100svh); }
  .hero__inner { padding-top: 142px; padding-bottom: 48px; }
  .hero__content { max-width: 670px; }
  .hero__facts { width: calc(100% - 45px); }
  .hero__scroll { display: none; }
  .split-heading, .section-heading, .advantages__grid, .contact-grid, .location__grid, .contact-page__grid, .service-detail__grid, .product-page__grid { grid-template-columns: 1fr; }
  .split-heading, .advantages__grid, .contact-grid { gap: 60px; }
  .split-heading__copy { padding-top: 0; }
  .section-heading { gap: 30px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .advantages__sticky { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .principle-grid { grid-template-columns: repeat(2, 1fr); }
  .principle-grid li:nth-child(2) { border-right: 0; }
  .principle-grid li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(3), .process-grid li:nth-child(4) { border-top: 1px solid var(--line); }
  .location__grid { gap: 35px; }
  .content-layout { grid-template-columns: 1fr; gap: 30px; }
  .content-aside { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-details { grid-column: auto; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 32px); }
  body { font-size: 16px; }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .section { padding: 68px 0; }
  .header-main { min-height: 90px; }
  .site-header .feniks-logo__image { width: 138px; }
  .hero { min-height: 720px; height: auto; }
  .hero__media { background-position: 61% center; }
  .hero__media::after { background: linear-gradient(90deg, rgba(10,12,13,.94), rgba(10,12,13,.62)), linear-gradient(0deg, rgba(10,12,13,.86), rgba(10,12,13,.08)); }
  .hero__inner { min-height: 720px; padding-top: 124px; padding-bottom: 38px; gap: 38px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__facts { width: 100%; margin-top: 20px; grid-template-columns: 1fr; }
  .hero__facts div { display: flex; padding: 11px 0; align-items: baseline; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; gap: 20px; }
  .hero__facts div:first-child { border-top: 1px solid rgba(255,255,255,.16); }
  .hero__facts strong { font-size: 1.35rem; }
  .hero__facts span { text-align: right; }
  .service-grid, .service-grid--visual { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .service-grid--visual .service-card { display: grid; grid-template-columns: 122px 1fr; }
  .service-card__media { height: 100%; min-height: 210px; }
  .service-card__body { min-height: 210px; padding: 21px 18px; }
  .service-card__body h3 { margin-top: 34px; font-size: 1.25rem; }
  .capabilities-strip { grid-template-columns: 1fr; }
  .capabilities-strip a { min-height: 100px; padding: 20px; grid-template-columns: 34px 1fr auto; }
  .advantages-list li { grid-template-columns: 42px 1fr; gap: 13px; }
  .process-grid { border-left: 1px solid var(--line); grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:not(:first-child) { padding: 28px; border-top: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .process-grid span { margin-bottom: 35px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid li { border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-grid li:nth-child(n+3) { border-top: 0; }
  .catalog-cta { align-items: stretch; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__wide { grid-column: auto; }
  .contact-card { margin-inline: -5px; padding: 26px 20px; }
  .map-placeholder { min-height: 310px; padding: 35px 25px; }
  .inner-hero { padding: 62px 0 56px; }
  .inner-hero--service { min-height: 520px; padding-top: 96px; }
  .inner-hero h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); overflow-wrap: anywhere; }
  .content-layout { padding-top: 55px; padding-bottom: 80px; }
  .entry-content table { display: block; overflow-x: auto; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-legal { justify-self: start; flex-direction: column; gap: 5px; }
  .footer-credit { grid-column: auto; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; padding: 18px; grid-template-columns: 1fr; }
  .cookie-actions { align-items: stretch; flex-direction: column; }
  .cookie-actions .button { width: 100%; }
}

@media (max-height: 760px) and (min-width: 901px) {
  .hero { min-height: 700px; }
  .hero__inner { padding-top: 145px; padding-bottom: 35px; gap: 28px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(3.1rem, 5vw, 5rem); }
  .hero__lead { margin-bottom: 24px; }
  .hero__scroll { display: none; }
}

@media (min-width: 1500px) {
  .hero__content { max-width: 1200px; }
  .hero h1 { max-width: 1200px; font-size: clamp(4.8rem, 5.1vw, 6.15rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}

@media print {
  .site-header, .site-footer, .cookie-banner, .content-aside, .button { display: none!important; }
  .content-layout { display: block; padding: 0; }
  body { color: #000; background: #fff; font-size: 12pt; }
}
