:root {
  --ink: #f6f1e7;
  --muted: rgba(246, 241, 231, .68);
  --dim: rgba(246, 241, 231, .46);
  --gold: #f0ad16;
  --gold-soft: rgba(240, 173, 22, .18);
  --line: rgba(246, 241, 231, .12);
  --panel: rgba(5, 10, 14, .58);
  --panel-strong: rgba(5, 10, 14, .82);
  --black: #030609;
  --steel: #7e8d99;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--black);
  font-family: Manrope, sans-serif;
  overflow-x: hidden;
  animation: pageIgnition .36s ease both;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 78% 18%, rgba(240, 173, 22, .18), transparent 28%),
    radial-gradient(circle at 15% 74%, rgba(85, 103, 111, .14), transparent 30%),
    linear-gradient(115deg, rgba(240, 173, 22, .08) 0 1px, transparent 1px 100%),
    linear-gradient(90deg, rgba(3, 6, 9, .98) 0%, rgba(4, 9, 13, .88) 45%, rgba(17, 16, 9, .72) 74%, rgba(3, 6, 9, .9) 100%),
    linear-gradient(180deg, rgba(3, 6, 9, .04) 0%, rgba(3, 6, 9, .28) 64%, #030609 100%);
  background-size: auto, auto, 100% 100%, auto, auto;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(240, 173, 22, .08) 46.05%, transparent 46.35%),
    radial-gradient(circle at 74% 34%, rgba(246, 241, 231, .035), transparent 38%);
  opacity: .7;
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 82% 18%, rgba(240, 173, 22, .2), transparent 21%),
    radial-gradient(circle at 58% 45%, rgba(154, 95, 12, .13), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(126, 141, 153, .16), transparent 30%),
    linear-gradient(115deg, rgba(240, 173, 22, .11), transparent 30%),
    linear-gradient(245deg, rgba(28, 56, 50, .34), transparent 36%),
    #030609;
  background-size: cover;
}

.motion-field {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
}

.motion-field::before,
.motion-field::after {
  content: "";
  position: absolute;
  inset: auto -12% 8%;
  height: 34vh;
  pointer-events: none;
}

.motion-field::before {
  background:
    radial-gradient(ellipse at 70% 45%, rgba(240, 173, 22, .18), transparent 56%),
    linear-gradient(90deg, transparent, rgba(240, 173, 22, .09), transparent);
  opacity: .5;
  transform: rotate(-3deg);
  animation: amberWash 36s ease-in-out infinite alternate;
}

.motion-field::after {
  bottom: auto;
  top: 12%;
  height: 26vh;
  background:
    linear-gradient(100deg, transparent 0%, rgba(126, 141, 153, .08) 45%, transparent 72%),
    radial-gradient(ellipse at 18% 50%, rgba(240, 173, 22, .1), transparent 42%);
  opacity: .65;
  animation: steelWash 40s ease-in-out infinite alternate;
}

.motion-field i {
  position: absolute;
  width: 1px;
  height: 34vh;
  top: -40vh;
  background: linear-gradient(transparent, rgba(240, 173, 22, .42), rgba(255, 209, 102, .18), transparent);
  box-shadow: 0 0 24px rgba(240, 173, 22, .16);
  transform: rotate(28deg);
  animation: scan 24s linear infinite;
}

.motion-field i:nth-child(1) { left: 18%; animation-delay: 0s; }
.motion-field i:nth-child(2) { left: 43%; height: 42vh; animation-delay: 2.2s; opacity: .62; }
.motion-field i:nth-child(3) { left: 66%; height: 28vh; animation-delay: 4.8s; opacity: .52; }
.motion-field i:nth-child(4) { left: 84%; height: 48vh; animation-delay: 6.3s; opacity: .38; }

@keyframes scan {
  from { translate: 0 -20vh; }
  to { translate: 0 150vh; }
}

@keyframes refineryGlow {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 38%;
  }
}

@keyframes atmosphericShift {
  from { opacity: .92; background-position: 0 0, 0 0, 0 0, 0 0, 0 0; }
  to { opacity: 1; background-position: 0 0, 0 0, 90px 130px, 0 0, 0 0; }
}

@keyframes gridBreathe {
  from { opacity: .22; transform: scale(1); }
  to { opacity: .46; transform: scale(1.035); }
}

@keyframes amberWash {
  from { transform: translateX(-5%) rotate(-3deg); opacity: .44; }
  to { transform: translateX(5%) rotate(-3deg); opacity: .76; }
}

@keyframes steelWash {
  from { transform: translateX(5%) translateY(-4%); opacity: .38; }
  to { transform: translateX(-4%) translateY(4%); opacity: .68; }
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: 76px;
  display: flex;
  align-items: center;
  background: rgba(3, 6, 9, .7);
  backdrop-filter: blur(22px);
  animation: headerDrop .72s cubic-bezier(.19, 1, .22, 1) both;
}

.topbar-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand img {
  width: 28px;
  height: 40px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  font-family: Space Grotesk, Manrope, sans-serif;
  letter-spacing: .12em;
  line-height: 1;
}

.brand strong {
  font-size: 15px;
  font-weight: 700;
}

.brand small {
  margin-top: 4px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
}

.nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(246, 241, 231, .1);
  border-radius: 18px 8px 18px 8px;
  color: var(--muted);
  background: rgba(3, 6, 9, .34);
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.nav a:hover {
  color: var(--gold);
  border-color: rgba(240, 173, 22, .34);
  background: rgba(240, 173, 22, .08);
  transform: translateY(-1px);
}

.language-menu {
  position: relative;
}

.language-switch {
  position: relative;
  min-width: 58px;
  min-height: 44px;
  border: 0;
  padding: 0 14px;
  color: #090a08;
  background:
    linear-gradient(135deg, #ffd166 0%, var(--gold) 48%, #c17d08 100%);
  border-radius: 18px 8px 18px 8px;
  box-shadow: 0 0 0 1px rgba(255, 209, 102, .35), 0 14px 34px rgba(240, 173, 22, .16);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .24s ease, filter .24s ease, box-shadow .24s ease;
}

.language-switch:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 0 0 1px rgba(255, 209, 102, .55), 0 18px 42px rgba(240, 173, 22, .24);
}

.language-switch:active { transform: translateY(0) scale(.98); }

.language-options {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 40;
  min-width: 76px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 20px 9px 20px 9px;
  background: rgba(3, 6, 9, .94);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .38);
  backdrop-filter: blur(20px);
  opacity: 0;
  transform: translateY(-8px) scale(.96);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.language-menu.open .language-options {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.language-options button {
  width: 100%;
  border: 0;
  border-radius: 14px 7px 14px 7px;
  padding: 11px 13px;
  color: var(--muted);
  background: transparent;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.language-options button:hover,
.language-options button.active {
  color: #090a08;
  background: var(--gold);
  transform: translateX(2px);
}

.menu-btn { display: none; }

main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: 78svh;
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(300px, 390px);
  align-items: stretch;
  gap: clamp(26px, 5vw, 78px);
  padding: 78px 0 18px;
}

.hero-copy {
  align-self: center;
  padding-bottom: 0;
  animation: heroRise .9s cubic-bezier(.19, 1, .22, 1) .1s both;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font: 800 12px Space Grotesk, Manrope, sans-serif;
  letter-spacing: .22em;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-family: Space Grotesk, Manrope, sans-serif;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: .9;
  text-transform: uppercase;
}

.hero-accent {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--gold);
  font-family: Space Grotesk, Manrope, sans-serif;
  font-size: clamp(27px, 3.35vw, 42px);
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
}

.lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.65;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 0;
  color: var(--ink);
  background: rgba(3, 6, 9, .52);
  border-radius: 22px 10px 22px 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  isolation: isolate;
  transition: transform .24s ease, color .24s ease, filter .24s ease, box-shadow .24s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: rgba(240, 173, 22, .58);
  border-radius: inherit;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  background: rgba(3, 6, 9, .84);
  border-radius: calc(22px - 1px) calc(10px - 1px) calc(22px - 1px) calc(10px - 1px);
  transition: transform .28s ease, background .28s ease;
}

.btn:hover {
  transform: translateY(-3px) skewX(-1.5deg);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .26);
}

.btn:hover::after { transform: translateX(4px) scale(.985); }
.btn:active { transform: translateY(0) scale(.985); }

.btn.primary {
  color: #090a08;
  box-shadow: 0 16px 38px rgba(240, 173, 22, .18);
}

.btn.primary::before {
  background: linear-gradient(135deg, #ffd166, var(--gold) 48%, #bd7805);
}

.btn.primary::after {
  background: linear-gradient(135deg, #ffd166, var(--gold) 48%, #bd7805);
}

.btn.primary:hover { filter: brightness(1.06); }
.btn.primary:hover::after { transform: translateX(0) scale(.96, .86); opacity: .35; }
.btn.ghost::after { background: rgba(3, 6, 9, .78); }

.modal-open {
  overflow: hidden;
}

.hero-side {
  display: grid;
  grid-template-rows: 195px auto;
  align-self: center;
  justify-self: end;
  gap: 12px;
  width: 100%;
  margin-top: 80px;
  animation: panelFloatIn .9s cubic-bezier(.19, 1, .22, 1) .28s both;
}

.hero-truck {
  width: 100%;
  height: 195px;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(240, 173, 22, .22);
  border-radius: 38px 16px 38px 16px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .32);
}

.hero-panel {
  width: 100%;
  min-height: 0;
  padding: 16px 22px;
  border: 1px solid var(--line);
  border-radius: 28px 10px 28px 10px;
  background: linear-gradient(180deg, rgba(5, 10, 14, .72), rgba(5, 10, 14, .38));
  backdrop-filter: blur(20px);
}

.hero-panel > span,
.contact-grid span {
  color: var(--steel);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font: 700 18px Space Grotesk, sans-serif;
}

.hero-panel p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hero-points {
  display: grid;
  gap: 5px;
  margin-top: 10px;
}

.hero-points span {
  color: var(--muted);
  font-size: 12px;
}

.hero-points span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border: 1px solid var(--gold);
  rotate: 45deg;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 34px 14px 34px 14px;
  background: rgba(5, 10, 14, .34);
  backdrop-filter: blur(18px);
}

.metric {
  padding: 28px 24px;
  border: 1px solid rgba(246, 241, 231, .08);
  border-radius: 26px 10px 26px 10px;
  background:
    linear-gradient(145deg, rgba(240, 173, 22, .08), transparent 34%),
    rgba(5, 10, 14, .56);
  backdrop-filter: blur(16px);
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.metric:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 173, 22, .32);
  background:
    linear-gradient(145deg, rgba(240, 173, 22, .14), transparent 38%),
    rgba(5, 10, 14, .68);
}

.metric strong {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font: 800 38px Space Grotesk, sans-serif;
}

.metric span {
  color: var(--muted);
  font-size: 14px;
}

.content-row,
.contacts {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: clamp(34px, 7vw, 96px);
  padding: clamp(80px, 10vw, 132px) 0;
}

.section-title {
  position: sticky;
  top: 110px;
  align-self: start;
}

.product-section,
.contact-section,
#services {
  grid-template-columns: 1fr;
  gap: 24px;
}

.product-section .section-title,
.contact-section .section-title,
#services .section-title {
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 0;
}

.product-section .section-title h2,
.contact-section .section-title h2,
#services .section-title h2 {
  max-width: 760px;
  color: var(--ink);
}

#services .section-title {
  display: block;
  padding-bottom: 10px;
}

#services .section-title h2 {
  font-size: clamp(52px, 6vw, 86px);
  line-height: .9;
}

.contact-section .section-title {
  padding: 24px 0 12px;
}

.contact-section .section-title h2 {
  max-width: 560px;
  font-size: clamp(34px, 3.5vw, 50px);
  line-height: 1.05;
}

.product-section .section-title h2 {
  font-size: clamp(36px, 4vw, 58px);
}

.partner-section {
  grid-template-columns: minmax(430px, .82fr) minmax(520px, 1.18fr);
}

.partner-section .section-title h2 {
  font-size: clamp(34px, 3.5vw, 46px);
  line-height: 1.05;
}

.section-title h2 {
  margin: 0;
  max-width: 100%;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .98;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.section-text {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.value-card,
.product-card,
.contact-grid article,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 28px 10px 28px 10px;
  background: var(--panel);
  backdrop-filter: blur(18px);
}

.value-card {
  padding: 30px;
}

.value-card span,
.service-row span {
  color: var(--gold);
  font: 800 13px Space Grotesk, sans-serif;
}

.value-card h3,
.value-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.value-card p,
.service-row p,
.product-card p {
  margin: 0;
  color: rgba(246, 241, 231, .78);
  line-height: 1.65;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.service-row {
  position: relative;
  display: flex;
  flex: 0 0 calc((100% - 64px) / 5);
  flex-direction: column;
  min-height: 430px;
  padding: 0;
  border: 1px solid rgba(246, 241, 231, .12);
  border-radius: 34px 14px 34px 14px;
  background:
    linear-gradient(160deg, rgba(240, 173, 22, .08), transparent 34%),
    rgba(8, 16, 24, .84);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .16);
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.service-row img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 32px 12px 22px 8px;
  border-bottom: 1px solid rgba(246, 241, 231, .1);
}

.service-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 28px;
  padding: 28px 24px 30px;
}

.service-content::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("assets/logo-mark.png") center / contain no-repeat;
  opacity: .88;
}

.service-row h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.service-row p {
  font-size: 15px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.product-card {
  position: relative;
  min-height: 250px;
  padding: 26px;
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(240, 173, 22, .18), transparent 34%),
    rgba(5, 10, 14, .88);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(240, 173, 22, .55);
  background:
    linear-gradient(155deg, rgba(240, 173, 22, .18), transparent 38%),
    rgba(5, 10, 14, .78);
}

.value-card:hover,
.service-row:hover,
.contact-grid article:hover {
  border-color: rgba(240, 173, 22, .38);
  background: linear-gradient(145deg, rgba(240, 173, 22, .08), rgba(5, 10, 14, .84));
}

.service-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
}

.product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.product-top small {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.product-top span {
  color: rgba(246, 241, 231, .3);
  font: 800 34px Space Grotesk, sans-serif;
}

.product-card h3 {
  margin: 26px 0 16px;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.02;
  overflow-wrap: anywhere;
  color: var(--ink);
}

.product-card b {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 22px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.exchange-section {
  padding: clamp(18px, 3vw, 36px) 0 clamp(64px, 8vw, 108px);
}

.exchange-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 48px);
  overflow: hidden;
  padding: clamp(22px, 3.4vw, 44px);
  border: 1px solid rgba(240, 173, 22, .28);
  border-radius: 42px 16px 42px 16px;
  background:
    radial-gradient(circle at 8% 0%, rgba(240, 173, 22, .16), transparent 36%),
    linear-gradient(135deg, rgba(13, 20, 25, .94), rgba(4, 9, 12, .88));
  box-shadow: 0 28px 90px rgba(0, 0, 0, .24);
}

.exchange-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(240, 173, 22, .12) 42.4%, transparent 42.8%),
    linear-gradient(90deg, rgba(255, 255, 255, .04), transparent 42%);
  opacity: .72;
}

.exchange-card > * {
  position: relative;
  z-index: 1;
}

.exchange-card h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1;
  text-transform: uppercase;
}

.exchange-card p:not(.eyebrow) {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(246, 241, 231, .76);
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: 1.55;
}

.exchange-visual {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(240, 173, 22, .26);
  border-radius: 30px 12px 30px 12px;
  background: rgba(5, 11, 15, .72);
  box-shadow: 0 22px 62px rgba(0, 0, 0, .3);
}

.exchange-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.exchange-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), inset 0 -50px 70px rgba(0, 0, 0, .16);
}

.blog-page,
.post-page {
  padding-top: 126px;
}

.blog-hero {
  padding: 42px 0 30px;
}

.blog-hero h1 {
  max-width: 780px;
  margin: 0 0 18px;
  font-size: clamp(54px, 8vw, 112px);
  line-height: .86;
  text-transform: uppercase;
}

.featured-post {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 420px;
  border: 1px solid rgba(246, 241, 231, .13);
  border-radius: 44px 18px 44px 18px;
  background:
    linear-gradient(145deg, rgba(240, 173, 22, .12), transparent 42%),
    rgba(8, 16, 24, .9);
  overflow: hidden;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .26);
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease;
}

.featured-post:hover,
.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(240, 173, 22, .42);
  box-shadow: 0 38px 95px rgba(0, 0, 0, .32);
}

.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 58px);
}

.featured-copy h2 {
  max-width: 620px;
  margin: 22px 0;
  font-size: clamp(36px, 4.3vw, 62px);
  line-height: .98;
}

.featured-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.featured-post img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.blog-list-wrap {
  padding: 62px 0 96px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blog-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  border: 1px solid rgba(246, 241, 231, .13);
  border-radius: 34px 14px 34px 14px;
  background:
    linear-gradient(145deg, rgba(240, 173, 22, .08), transparent 42%),
    rgba(8, 16, 24, .9);
  overflow: hidden;
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease;
}

.blog-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: rgba(3, 6, 9, .82);
  border-radius: 32px 12px 24px 8px;
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog-card small {
  margin-top: 18px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 14px 0;
  color: var(--ink);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.05;
}

.blog-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.blog-feed-card {
  min-height: 270px;
  display: grid;
  grid-template-columns: minmax(190px, .82fr) 1fr;
  border-radius: 38px 16px 38px 16px;
}

.blog-feed-card img {
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  border-radius: 36px 0 22px 12px;
}

.blog-feed-card .blog-card-body {
  padding: 28px;
}

.blog-feed-card h3 {
  font-size: clamp(24px, 2vw, 30px);
}

.blog-feed-card b {
  margin-top: auto;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.blog-tags span {
  padding: 9px 14px;
  border: 1px solid rgba(240, 173, 22, .24);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(240, 173, 22, .06);
  font-size: 13px;
  font-weight: 800;
}

.post-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 44px 0 92px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  margin-bottom: 32px;
  border: 1px solid rgba(240, 173, 22, .38);
  border-radius: 22px 9px 22px 9px;
  color: var(--gold);
  background: rgba(240, 173, 22, .08);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.back-link:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 173, 22, .66);
  color: #090a08;
  background: linear-gradient(135deg, #ffd166, var(--gold) 58%, #bd7805);
}

.back-link:active {
  transform: translateY(0) scale(.985);
}

.post-shell h1 {
  margin: 22px 0;
  font-size: clamp(42px, 6vw, 84px);
  line-height: .92;
}

.post-lead {
  max-width: 760px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.post-image {
  width: 100%;
  height: clamp(300px, 42vw, 520px);
  object-fit: cover;
  border: 1px solid rgba(246, 241, 231, .13);
  border-radius: 44px 18px 44px 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
}

.post-content {
  max-width: 760px;
  margin-top: 38px;
}

.post-content p {
  margin: 0 0 22px;
  color: rgba(246, 241, 231, .78);
  font-size: 18px;
  line-height: 1.9;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 34px;
  border-radius: 38px 18px 38px 18px;
  background:
    linear-gradient(135deg, rgba(240, 173, 22, .08), transparent 36%),
    var(--panel-strong);
  overflow: hidden;
}

.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--gold);
}

input, select, textarea {
  width: 100%;
  border: 1px solid rgba(246, 241, 231, .13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 40%),
    rgba(3, 6, 9, .62);
  color: var(--ink);
  padding: 18px 24px;
  border-radius: 28px 14px 28px 14px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease, transform .22s ease;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: var(--ink);
  box-shadow: 0 0 0 1000px rgba(3, 6, 9, .9) inset;
  caret-color: var(--ink);
}

select {
  appearance: none;
  padding-right: 58px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%),
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 40%);
  background-position:
    calc(100% - 30px) 50%,
    calc(100% - 22px) 50%,
    0 0;
  background-size:
    8px 8px,
    8px 8px,
    100% 100%;
  background-repeat: no-repeat;
}

textarea { min-height: 112px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  border-color: var(--gold);
  background: rgba(3, 6, 9, .78);
  box-shadow: 0 0 0 4px rgba(240, 173, 22, .1), 0 16px 34px rgba(0, 0, 0, .18);
  transform: translateY(-1px);
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--gold);
  font-size: 13px;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.contact-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 60% 20%, rgba(240, 173, 22, .2), transparent 34%),
    rgba(1, 4, 7, .72);
  backdrop-filter: blur(14px);
}

.modal-card {
  position: relative;
  width: min(100%, 760px);
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(240, 173, 22, .28);
  border-radius: 34px 16px 34px 16px;
  background:
    linear-gradient(145deg, rgba(255, 198, 68, .12), transparent 38%),
    rgba(5, 10, 14, .94);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .52), inset 0 1px 0 rgba(255, 255, 255, .06);
  transform: translateY(26px) scale(.96);
  transition: transform .36s cubic-bezier(.19, 1, .22, 1);
  overflow: hidden;
}

.contact-modal.open .modal-card {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(240, 173, 22, .32);
  border-radius: 50%;
  background: rgba(3, 6, 9, .7);
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.modal-close:hover {
  transform: rotate(90deg) scale(1.04);
  border-color: var(--gold);
  background: rgba(240, 173, 22, .14);
}

.modal-card h2 {
  max-width: 470px;
  margin: 12px 0 10px;
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.05;
  letter-spacing: -.02em;
}

.modal-text {
  max-width: 500px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.modal-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(246, 241, 231, .12);
  border-radius: 30px 14px 30px 14px;
  background: rgba(3, 6, 9, .54);
}

.modal-form textarea {
  min-height: 140px;
}

.modal-form .btn {
  width: 100%;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-grid article {
  position: relative;
  min-height: 172px;
  padding: 28px 30px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(240, 173, 22, .14), transparent 32%),
    rgba(5, 10, 14, .88);
}

.contact-grid article:first-child {
  grid-row: auto;
}

.contact-grid article:first-child,
.phone-card {
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.contact-grid article:first-child:hover,
.phone-card:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 173, 22, .42);
  background:
    linear-gradient(145deg, rgba(240, 173, 22, .18), transparent 34%),
    rgba(5, 10, 14, .9);
}

.contact-grid article::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(240, 173, 22, .35);
  border-radius: 16px 4px 16px 4px;
  transform: rotate(18deg);
}

.contact-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  max-width: 520px;
  color: rgba(246, 241, 231, .82);
  font-size: 16px;
  line-height: 1.55;
}

.contact-grid a {
  color: var(--ink);
}

.location-link {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  transition: transform .22s ease;
}

.location-link:hover {
  transform: translateY(-2px);
}

.location-icon {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50% 50% 50% 8px;
  background: linear-gradient(135deg, #ffd166, var(--gold) 58%, #bd7805);
  transform: rotate(-45deg);
  box-shadow: 0 14px 34px rgba(240, 173, 22, .16);
}

.location-icon::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: #030609;
}

.location-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 18px;
  height: 5px;
  border-radius: 50%;
  background: rgba(240, 173, 22, .24);
  filter: blur(2px);
  transform: translateX(-50%) rotate(45deg);
}

.location-link span:last-child {
  display: grid;
  gap: 4px;
}

.location-link strong {
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1.1;
  text-transform: uppercase;
}

.location-link small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 32px 0 46px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 13px;
}

.footer p { margin-right: auto; }

.admin-back-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(255, 209, 102, .42);
  border-radius: 24px 10px 24px 10px;
  color: #090a08;
  background: linear-gradient(135deg, #ffd166, var(--gold) 58%, #bd7805);
  box-shadow: 0 18px 46px rgba(240, 173, 22, .22), 0 18px 60px rgba(0, 0, 0, .32);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .22s ease, filter .22s ease;
}

.admin-back-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity .24s cubic-bezier(.22, 1, .36, 1) var(--delay, 0ms),
    transform .24s cubic-bezier(.22, 1, .36, 1) var(--delay, 0ms);
  will-change: opacity, transform;
}

.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.section-arrived {
  position: relative;
}

.section-arrived .section-title,
.section-arrived .section-body,
.section-arrived .section-text,
.section-arrived .value-card,
.section-arrived .service-row,
.section-arrived .product-card,
.section-arrived .exchange-card,
.section-arrived .contact-grid article,
.section-arrived .contact-form,
.section-arrived .metric {
  animation: infoFocus .56s cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: var(--nav-delay, 0ms);
  backface-visibility: hidden;
}

@keyframes infoFocus {
  0% {
    opacity: .28;
    transform: translate3d(0, 24px, 0);
  }
  55% {
    opacity: 1;
    transform: translate3d(0, -2px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pageIgnition {
  from { opacity: 0; background-color: #000; }
  to { opacity: 1; background-color: var(--black); }
}

@keyframes headerDrop {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: none; }
}

@keyframes heroRise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

@keyframes panelFloatIn {
  from { opacity: 0; transform: translateX(18px) translateY(14px); }
  to { opacity: 1; transform: none; }
}

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

.admin-body {
  background:
    radial-gradient(circle at 85% 8%, rgba(240, 173, 22, .16), transparent 25%),
    #030609;
}

.is-hidden {
  display: none !important;
}

.admin-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.admin-login-card {
  width: min(100%, 460px);
  display: grid;
  gap: 14px;
  padding: 34px;
  border: 1px solid rgba(240, 173, 22, .24);
  border-radius: 38px 16px 38px 16px;
  background:
    linear-gradient(145deg, rgba(240, 173, 22, .11), transparent 38%),
    rgba(5, 10, 14, .9);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
  backdrop-filter: blur(22px);
}

.admin-login-brand {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding: 16px 22px;
  border: 1px solid rgba(240, 173, 22, .18);
  border-radius: 28px 12px 28px 12px;
  background:
    linear-gradient(145deg, rgba(240, 173, 22, .1), transparent 42%),
    rgba(246, 241, 231, .035);
}

.admin-login-brand img {
  width: 38px;
  height: 54px;
  object-fit: contain;
}

.admin-login-brand strong,
.admin-login-brand small {
  display: block;
  font-family: Space Grotesk, Manrope, sans-serif;
  letter-spacing: .13em;
  line-height: 1;
}

.admin-login-brand strong {
  font-size: 24px;
}

.admin-login-brand small {
  margin-top: 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.admin-login-card h1 {
  margin: 0 0 8px;
  font-size: 46px;
  text-transform: uppercase;
}

.admin-login-note {
  min-height: 20px;
  margin: 0;
  color: var(--gold);
  font-size: 13px;
}

.admin-body main { width: auto; }

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 310px 1fr;
}

.admin-side {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 30px 24px;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(160deg, rgba(240, 173, 22, .08), transparent 34%),
    rgba(3, 6, 9, .88);
  backdrop-filter: blur(22px);
}

.admin-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 118px;
  padding: 18px 20px;
  border: 1px solid rgba(240, 173, 22, .18);
  border-radius: 34px 14px 34px 14px;
  background: rgba(246, 241, 231, .04);
}

.admin-logo img {
  width: 38px;
  height: 54px;
  object-fit: contain;
}

.admin-logo strong,
.admin-logo small {
  display: block;
  font-family: Space Grotesk, Manrope, sans-serif;
  letter-spacing: .13em;
  line-height: 1;
}

.admin-logo strong {
  color: var(--ink);
  font-size: 24px;
}

.admin-logo small {
  margin-top: 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.admin-ui-lang {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
  padding: 8px;
  border: 1px solid rgba(246, 241, 231, .1);
  border-radius: 24px 10px 24px 10px;
  background: rgba(3, 6, 9, .5);
}

.admin-ui-lang button {
  min-height: 48px;
  border: 0;
  border-radius: 18px 8px 18px 8px;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.admin-ui-lang button.active,
.admin-ui-lang button:hover {
  background: linear-gradient(135deg, #ffd166, var(--gold) 58%, #bd7805);
  box-shadow: 0 14px 30px rgba(240, 173, 22, .18);
  transform: translateY(-1px);
}

.admin-tabs {
  display: grid;
  gap: 8px;
  margin: 28px 0;
}

.admin-tabs button {
  border: 1px solid rgba(246, 241, 231, .09);
  border-radius: 22px 10px 22px 10px;
  background: rgba(246, 241, 231, .035);
  color: var(--muted);
  padding: 15px 16px;
  text-align: left;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.admin-tabs button.active,
.admin-tabs button:hover {
  transform: translateX(3px);
  border-color: rgba(240, 173, 22, .4);
  color: #090a08;
  background: linear-gradient(135deg, #ffd166, var(--gold) 58%, #bd7805);
}

.admin-panel {
  padding: clamp(24px, 5vw, 60px);
}

.admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.admin-head h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  text-transform: uppercase;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-note {
  color: var(--muted);
  margin-bottom: 28px;
  padding: 18px 22px;
  border: 1px solid rgba(240, 173, 22, .18);
  border-radius: 26px 10px 26px 10px;
  background: rgba(240, 173, 22, .055);
}

.editor {
  display: grid;
  gap: 18px;
}

.admin-card,
.field {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 34px 14px 34px 14px;
  background:
    linear-gradient(145deg, rgba(240, 173, 22, .07), transparent 36%),
    rgba(5, 10, 14, .72);
  backdrop-filter: blur(20px);
}

.admin-field span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.admin-card {
  gap: 22px;
  align-content: start;
}

.admin-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.admin-card h2 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
}

.admin-card p {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.admin-field {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 118px;
}

.field.full { grid-column: 1 / -1; }

.admin-full {
  grid-column: 1 / -1;
}

.admin-field small {
  color: var(--dim);
  font-size: 12px;
  min-height: 18px;
}

.admin-stack {
  display: grid;
  gap: 14px;
}

.admin-item {
  padding: 18px;
  border: 1px solid rgba(246, 241, 231, .1);
  border-radius: 30px 12px 30px 12px;
  background: rgba(3, 6, 9, .42);
}

.admin-item-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.admin-item-head strong {
  font-family: Space Grotesk, Manrope, sans-serif;
  font-size: 20px;
}

.admin-add,
.admin-item-head button {
  border: 1px solid rgba(240, 173, 22, .26);
  border-radius: 18px 8px 18px 8px;
  background: rgba(240, 173, 22, .08);
  color: var(--gold);
  min-height: 42px;
  padding: 0 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.admin-add:hover,
.admin-item-head button:hover {
  transform: translateY(-2px);
  background: var(--gold);
  color: #090a08;
}

.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.admin-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.admin-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 10%, rgba(240, 173, 22, .2), transparent 30%),
    rgba(1, 4, 7, .76);
  backdrop-filter: blur(14px);
}

.admin-modal-card {
  position: relative;
  width: min(100%, 720px);
  max-height: calc(100vh - 44px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(240, 173, 22, .28);
  border-radius: 36px 16px 36px 16px;
  background:
    linear-gradient(145deg, rgba(240, 173, 22, .12), transparent 38%),
    rgba(5, 10, 14, .96);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .58), inset 0 1px 0 rgba(255, 255, 255, .06);
  transform: translateY(22px) scale(.96);
  transition: transform .32s cubic-bezier(.19, 1, .22, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(240, 173, 22, .7) rgba(246, 241, 231, .08);
}

.admin-modal.open .admin-modal-card {
  transform: translateY(0) scale(1);
}

.admin-modal-card h2 {
  margin: 10px 0;
  font-size: clamp(30px, 4vw, 48px);
  text-transform: uppercase;
}

.admin-modal-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding: 20px;
  border: 1px solid rgba(246, 241, 231, .11);
  border-radius: 30px 12px 30px 12px;
  background: rgba(3, 6, 9, .48);
}

.admin-file {
  display: grid;
  gap: 9px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.admin-file input {
  padding: 16px;
  border-style: dashed;
  cursor: pointer;
}

.admin-inline-file {
  padding: 13px 16px;
  border-style: dashed;
  color: var(--muted);
  cursor: pointer;
}

.admin-image-preview {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border: 1px solid rgba(240, 173, 22, .22);
  border-radius: 26px 10px 26px 10px;
  background: rgba(3, 6, 9, .7);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.admin-image-preview[hidden] {
  display: none;
}

.field textarea,
.admin-field textarea {
  min-height: 136px;
}

.json-box {
  min-height: 420px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}

@media (max-width: 1040px) {
  .hero,
  .content-row,
  .contacts {
    grid-template-columns: 1fr;
  }

  .section-title {
    position: static;
  }

  .product-section .section-title,
  .contact-section .section-title {
    display: block;
  }

  .hero-side {
    max-width: 560px;
    grid-template-rows: auto;
  }
  .hero-truck {
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
  .hero-panel { min-height: auto; }
  .value-grid { grid-template-columns: 1fr; }
  .service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-post { grid-template-columns: 1fr; }
  .featured-post img { min-height: 320px; }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  body,
  body::before,
  body::after,
  .site-bg,
  .motion-field::before,
  .motion-field::after,
  .motion-field i {
    animation: none !important;
  }

  .motion-field::before,
  .motion-field::after {
    opacity: .28;
  }

  body::after {
    opacity: .22;
  }

  .motion-field i {
    display: none;
  }

  .motion-field i:nth-child(3),
  .motion-field i:nth-child(4) {
    display: none;
  }

  main,
  .footer {
    width: min(100% - 28px, 1180px);
  }

  .topbar {
    height: 68px;
  }

  .topbar-inner {
    width: min(100% - 24px, 1180px);
    height: 68px;
    grid-template-columns: auto 1fr auto auto;
    gap: 8px;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 32px;
    height: 46px;
    filter: drop-shadow(0 0 14px rgba(240, 173, 22, .22));
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    font-size: 8px;
  }

  .menu-btn {
    display: inline-flex;
    grid-column: 3;
    justify-self: end;
    border: 0;
    background: rgba(3, 6, 9, .5);
    color: var(--ink);
    min-width: 92px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 16px 7px 16px 7px;
    box-shadow: inset 0 0 0 1px var(--line);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    align-items: center;
    justify-content: center;
  }

  .language-menu {
    grid-column: 4;
    justify-self: end;
  }

  .nav {
    position: fixed;
    z-index: 40;
    top: 76px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
    background: rgba(3, 6, 9, .94);
    border: 1px solid var(--line);
    border-radius: 28px 12px 28px 12px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
  }

  .nav a {
    min-height: 48px;
    width: 100%;
    justify-content: flex-start;
    padding: 0 18px;
    border-radius: 18px 8px 18px 8px;
    font-size: 12px;
  }

  .nav.open { display: flex; }

  .language-switch {
    min-width: 50px;
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 16px 7px 16px 7px;
  }

  .language-options {
    right: 0;
    min-width: 92px;
    padding: 10px;
  }

  .language-options button {
    min-height: 46px;
  }

  .hero {
    min-height: auto;
    padding: 92px 0 26px;
    gap: 20px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: .18em;
  }

  .hero h1 {
    font-size: clamp(38px, 12vw, 58px);
    line-height: .94;
  }

  .hero-accent {
    margin-top: 12px;
    font-size: clamp(23px, 7vw, 34px);
    line-height: 1.08;
  }

  .lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.58;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .btn {
    min-height: 52px;
    padding: 0 16px;
    border-radius: 20px 8px 20px 8px;
  }

  .hero-side {
    width: 100%;
    margin-top: 4px;
    gap: 10px;
  }

  .hero-truck {
    border-radius: 30px 12px 30px 12px;
  }

  .hero-panel {
    padding: 18px;
    border-radius: 26px 10px 26px 10px;
  }

  .hero-panel strong {
    font-size: 20px;
  }

  .hero-panel p,
  .hero-points span {
    font-size: 14px;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
  }
  .metric {
    min-height: 112px;
    padding: 18px 16px;
    border-radius: 24px 10px 24px 10px;
  }
  .metric strong {
    font-size: clamp(34px, 10vw, 48px);
    line-height: .95;
  }
  .metric span {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.35;
  }
  .content-row,
  .contacts,
  .product-section,
  .exchange-section,
  .partner-section,
  .blog-preview,
  .blog-list-wrap {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .section-title h2,
  .contact-section .section-title h2,
  #services .section-title h2,
  .product-section .section-title h2,
  .partner-section .section-title h2,
  .blog-hero h1 {
    font-size: clamp(34px, 11vw, 52px);
    line-height: .98;
  }
  .value-card,
  .product-card,
  .contact-grid article {
    min-height: 150px;
    padding: 24px;
    border-radius: 28px 12px 28px 12px;
  }
  .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .service-row {
    min-height: auto;
    border-radius: 30px 12px 30px 12px;
  }
  .service-row img {
    height: 128px;
    border-radius: 28px 10px 22px 8px;
  }
  .service-content {
    gap: 14px;
    padding: 18px 16px 20px;
  }
  .service-content h3 {
    font-size: clamp(17px, 4.7vw, 21px);
    line-height: 1.12;
  }
  .service-content p {
    font-size: 14px;
    line-height: 1.5;
  }
  .product-card h3,
  .value-card h3 {
    font-size: clamp(26px, 8vw, 34px);
  }
  .exchange-section {
    padding-top: 20px;
  }
  .exchange-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
    border-radius: 30px 12px 30px 12px;
  }
  .exchange-card h2 {
    font-size: clamp(26px, 8vw, 38px);
    line-height: 1.04;
  }
  .exchange-card p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.6;
  }
  .exchange-visual {
    border-radius: 24px 10px 24px 10px;
  }
  .exchange-visual img {
    aspect-ratio: 16 / 9;
  }
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .blog-feed-card { grid-template-columns: 1fr; }
  .blog-feed-card img {
    height: 118px;
    min-height: 0;
    object-fit: cover;
    border-radius: 26px 10px 20px 8px;
  }
  .blog-card {
    min-height: auto;
    border-radius: 28px 12px 28px 12px;
  }
  .blog-card img {
    height: 118px;
    object-fit: cover;
    border-radius: 26px 10px 20px 8px;
  }
  .blog-card-body,
  .blog-feed-card .blog-card-body {
    padding: 16px 14px 18px;
  }
  .blog-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    font-size: 9px;
    letter-spacing: .1em;
  }
  .blog-card h3 {
    margin: 10px 0;
    font-size: clamp(17px, 5.2vw, 22px);
    line-height: 1.1;
  }
  .blog-card p {
    font-size: 12px;
    line-height: 1.45;
  }
  .blog-card small,
  .blog-feed-card b {
    font-size: 9px;
  }
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .contact-grid article {
    min-height: 138px;
    padding: 18px 16px;
    border-radius: 26px 10px 26px 10px;
  }
  .contact-grid article:first-child { grid-column: auto; }
  .contact-grid article::after {
    right: 16px;
    bottom: 16px;
    width: 30px;
    height: 30px;
    border-radius: 12px 4px 12px 4px;
  }
  .contact-grid span {
    font-size: 10px;
    letter-spacing: .14em;
  }
  .contact-grid p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.35;
  }
  .location-link {
    gap: 12px;
    margin-top: 12px;
  }
  .location-link strong {
    font-size: clamp(16px, 4.2vw, 22px);
    line-height: 1.05;
  }
  .location-link small {
    max-width: 190px;
    font-size: 8px;
    line-height: 1.2;
  }
  .location-icon {
    width: 34px;
    height: 34px;
  }
  .modal-card {
    width: min(100% - 24px, 560px);
    max-height: calc(100svh - 24px);
    padding: 24px 16px 16px;
    border-radius: 30px 12px 30px 12px;
    overflow-y: auto;
  }
  .admin-modal {
    align-items: start;
    padding: 12px;
  }
  .admin-modal-card {
    width: min(100% - 12px, 560px);
    max-height: calc(100svh - 24px);
    padding: 22px 14px 14px;
    border-radius: 30px 12px 30px 12px;
  }
  .admin-modal-card h2 {
    max-width: calc(100% - 46px);
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1;
  }
  .admin-modal-form {
    padding: 12px;
    gap: 10px;
    border-radius: 24px 12px 24px 12px;
  }
  .modal-card h2 {
    max-width: calc(100% - 46px);
    margin-top: 8px;
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.02;
  }
  .modal-text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.55;
  }
  .modal-form {
    gap: 10px;
    padding: 12px;
    border-radius: 24px 12px 24px 12px;
    background:
      linear-gradient(145deg, rgba(240, 173, 22, .055), transparent 38%),
      rgba(2, 6, 10, .78);
  }
  input,
  textarea,
  select {
    min-height: 50px;
    padding: 14px 18px;
    border-color: rgba(246, 241, 231, .16);
    border-radius: 20px 10px 20px 10px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .04), transparent 45%),
      rgba(2, 6, 10, .82);
    font-size: 16px;
  }
  select {
    padding-right: 48px;
    background-position:
      calc(100% - 26px) 50%,
      calc(100% - 18px) 50%,
      0 0;
  }
  .modal-form textarea {
    min-height: 116px;
  }
  .footer { align-items: flex-start; flex-direction: column; }
  .footer p { margin-right: 0; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-side {
    position: relative;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .admin-tabs { grid-template-columns: repeat(2, 1fr); }
  .admin-head { align-items: flex-start; flex-direction: column; }
  .editor { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  main,
  .footer {
    width: min(100% - 24px, 1180px);
  }

  .topbar-inner { width: min(100% - 20px, 1180px); }
  .brand {
    gap: 7px;
  }
  .brand img {
    width: 30px;
    height: 42px;
  }
  .brand strong {
    font-size: 11px;
    letter-spacing: .09em;
  }
  .brand small {
    margin-top: 3px;
    font-size: 7px;
    letter-spacing: .12em;
  }
  .menu-btn {
    min-width: 76px;
    padding: 0 12px;
    font-size: 10px;
  }
  .hero h1 {
    font-size: clamp(36px, 13vw, 48px);
  }
  .hero-accent {
    font-size: clamp(22px, 8vw, 30px);
  }
  .actions {
    grid-template-columns: 1fr;
  }
  .metrics {
    gap: 10px;
    padding: 12px;
  }
  .metric {
    min-height: 104px;
    padding: 16px 14px;
  }
  .metric span {
    font-size: 13px;
  }
  .service-list {
    gap: 10px;
  }
  .service-row {
    min-height: auto;
    border-radius: 24px 10px 24px 10px;
  }
  .service-row img {
    height: 96px;
    border-radius: 22px 8px 18px 7px;
  }
  .service-content {
    gap: 10px;
    padding: 14px 12px 16px;
    min-height: 214px;
  }
  .service-content::before {
    width: 16px;
    height: 16px;
  }
  .service-content h3 {
    font-size: clamp(15px, 4.35vw, 18px);
    line-height: 1.14;
  }
  .service-content p {
    font-size: 12px;
    line-height: 1.45;
  }
  .blog-grid {
    gap: 10px;
  }
  .blog-card,
  .blog-feed-card {
    border-radius: 24px 10px 24px 10px;
  }
  .blog-card img,
  .blog-feed-card img {
    height: 94px;
    object-fit: cover;
    border-radius: 22px 8px 18px 7px;
  }
  .blog-card-body,
  .blog-feed-card .blog-card-body {
    padding: 13px 11px 15px;
  }
  .blog-card h3,
  .blog-feed-card h3 {
    font-size: clamp(15px, 4.9vw, 19px);
  }
  .blog-card p {
    font-size: 11px;
  }
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .contact-grid article {
    min-height: 104px;
    padding: 14px 10px;
    border-radius: 22px 9px 22px 9px;
  }
  .contact-grid article:first-child {
    min-height: 118px;
  }
  .contact-grid p {
    font-size: 11px;
    line-height: 1.25;
  }
  .contact-grid a {
    overflow-wrap: anywhere;
  }
  .location-link {
    align-items: flex-start;
    gap: 8px;
  }
  .location-icon {
    width: 30px;
    height: 30px;
  }
  .location-link strong {
    font-size: clamp(14px, 4vw, 18px);
  }
  .location-link small {
    font-size: 7px;
    line-height: 1.25;
  }
  .featured-post img {
    min-height: 230px;
  }
  .admin-grid,
  .admin-tabs {
    grid-template-columns: 1fr;
  }
  .admin-main,
  .admin-side {
    padding: 20px 14px;
  }
}

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