/* NIZO.UZ about page final skin, loaded after the legacy stylesheet. */

body.about-page {
  min-height: 100svh;
  background: #1d130b;
  color: #fff3dc;
}

body.about-page .site-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 1200 !important;
  display: grid !important;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr) !important;
  align-items: center !important;
  gap: clamp(18px, 3vw, 40px) !important;
  min-height: 82px !important;
  padding: 18px clamp(28px, 6vw, 92px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.about-page .site-header .header-shell {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.about-page .site-header .brand,
body.about-page .site-header .nav-links a,
body.about-page .site-header .header-theme-toggle,
body.about-page .site-header .header-login-button,
body.about-page .site-header .language-trigger {
  color: #f9e5bd;
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.62),
    0 0 18px rgba(220, 156, 72, 0.24);
}

body.about-page .site-header .brand {
  justify-self: start !important;
}

body.about-page .site-header .nav-links {
  justify-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(32px, 5vw, 72px) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.about-page .site-header .header-actions {
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
  min-width: 190px !important;
}

body.about-page .site-header .header-theme-toggle,
body.about-page .site-header .header-login-button,
body.about-page .site-header .language-trigger {
  background: transparent;
  border: 0;
  box-shadow: none;
  min-width: 0;
}

body.about-page .site-header .nav-links a::after {
  left: 0;
  right: auto;
  width: 100%;
  height: 2px;
  transform: none;
  background: currentColor;
  opacity: 0.82;
}

body.about-page .about-main {
  min-height: 100svh;
  background: #1d130b;
}

body.about-page .about-company-hero {
  position: relative !important;
  display: grid !important;
  min-height: 100svh !important;
  width: 100% !important;
  padding: clamp(96px, 12vh, 138px) clamp(28px, 7vw, 104px) clamp(64px, 9vh, 104px) !important;
  overflow: hidden !important;
  background:
    radial-gradient(ellipse at 18% 78%, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.42) 34%, transparent 62%),
    linear-gradient(90deg, rgba(12, 7, 3, 0.38), rgba(12, 7, 3, 0.12) 42%, rgba(12, 7, 3, 0.16)),
    url("./assets/nizo-about-premium-bg-20260624.png") center / cover no-repeat;
}

body.about-page .about-company-hero::before,
body.about-page .about-company-hero::after {
  content: none;
  display: none;
}

body.about-page .about-company-copy {
  position: absolute !important;
  left: clamp(30px, 6vw, 88px) !important;
  bottom: clamp(42px, 7.5vh, 82px) !important;
  z-index: 2 !important;
  width: min(540px, calc(100vw - 56px)) !important;
  max-width: 540px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  transform: translateY(42px) !important;
  transition:
    opacity 950ms cubic-bezier(.2, .72, .2, 1),
    transform 950ms cubic-bezier(.2, .72, .2, 1);
  animation: none !important;
}

body.about-page.is-about-copy-visible .about-company-copy {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

body.about-page .about-company-copy h1 {
  margin: 0 0 14px !important;
  color: #ffe8ba !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.85rem, 3.25vw, 3.35rem) !important;
  font-weight: 500 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.42),
    0 18px 42px rgba(0, 0, 0, 0.42);
}

body.about-page .about-company-text {
  display: grid !important;
  gap: 9px !important;
}

body.about-page .about-company-text p,
body.about-page .about-company-text p:first-child {
  max-width: 540px !important;
  margin: 0 !important;
  color: rgba(255, 239, 211, 0.93) !important;
  font-size: clamp(0.95rem, 1.08vw, 1.08rem) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.66),
    0 10px 28px rgba(0, 0, 0, 0.44);
}

body.about-page .about-video-stage {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  min-height: 100svh !important;
  padding: clamp(84px, 12vh, 132px) clamp(20px, 5vw, 80px) clamp(120px, 16vh, 160px) !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(219, 161, 86, 0.22), transparent 34%),
    linear-gradient(180deg, #201309 0%, #2c1a0d 48%, #160e08 100%);
}

body.about-page .about-video-frame {
  width: min(980px, calc(100vw - 48px)) !important;
  aspect-ratio: 16 / 9 !important;
  border: 1px solid rgba(255, 214, 151, 0.34) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(135deg, rgba(255, 243, 222, 0.16), rgba(255, 243, 222, 0.04)),
    rgba(18, 11, 6, 0.62);
  box-shadow:
    0 34px 95px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 238, 205, 0.2);
}

body.about-page .site-footer {
  position: relative;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}

body.about-page .site-footer .footer-context,
body.about-page .site-footer > nav:not(.floating-social-dock) {
  display: none;
}

body.about-page .site-footer .footer-legal {
  position: absolute;
  left: clamp(18px, 2.8vw, 42px);
  bottom: 24px;
  z-index: 4;
  width: min(520px, calc(100vw - 48px));
  color: rgba(255, 231, 193, 0.78);
  font-size: clamp(0.72rem, 0.82vw, 0.88rem);
  line-height: 1.35;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

body.about-page .floating-social-dock.about-social-dock {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 5;
  display: flex;
  transform: translateX(-50%);
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.about-page .floating-social-link {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #ffe0ae;
}

body.about-page .floating-social-link.is-telegram {
  color: #7bc7e2;
}

body.about-page .floating-social-link:nth-child(2) {
  color: #f1a4cb;
}

body.about-page .floating-social-link:nth-child(3) {
  color: #f47a70;
}

@media (max-width: 900px) {
  body.about-page .site-header {
    grid-template-columns: 1fr auto !important;
    gap: 14px !important;
    min-height: 76px !important;
    padding: 14px 18px !important;
  }

  body.about-page .site-header .nav-links {
    grid-column: 1 / -1 !important;
    order: 3 !important;
    gap: 22px !important;
  }

  body.about-page .site-header .header-actions {
    min-width: 0 !important;
    gap: 12px !important;
  }

  body.about-page .about-company-hero {
    background-position: 62% center !important;
    padding-inline: 22px !important;
  }

  body.about-page .about-company-copy {
    left: 22px !important;
    bottom: 42px !important;
    width: calc(100vw - 44px) !important;
  }

  body.about-page .about-company-copy h1 {
    font-size: clamp(1.7rem, 7.2vw, 2.8rem) !important;
  }

  body.about-page .about-company-text p {
    font-size: 0.93rem !important;
  }
}

/* About page final correction: one shared public header and readable copy over the approved photo. */
html body.about-page > .site-header {
  display: grid !important;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr) !important;
  align-items: center !important;
  gap: clamp(18px, 3vw, 40px) !important;
  padding: 17px clamp(28px, 4.2vw, 70px) 0 !important;
}

html body.about-page > .site-header .home-premium-brand,
html body.about-page > .site-header .brand {
  grid-column: 1 !important;
  justify-self: start !important;
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  overflow: visible !important;
}

html body.about-page > .site-header .home-premium-brand__icon {
  display: inline-grid !important;
  place-items: center !important;
  width: clamp(34px, 2.9vw, 46px) !important;
  height: clamp(34px, 2.9vw, 46px) !important;
  flex: 0 0 auto !important;
}

html body.about-page > .site-header .home-premium-brand__icon svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.1 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body.about-page > .site-header .home-premium-brand__text {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(30px, 2.35vw, 42px) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

html body.about-page > .site-header .nav-links {
  grid-column: 2 !important;
  justify-self: center !important;
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  gap: clamp(46px, 6vw, 86px) !important;
}

html body.about-page > .site-header .nav-links a {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  padding: 8px 0 9px !important;
  overflow: visible !important;
  white-space: nowrap !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.2 !important;
}

html body.about-page > .site-header .header-actions {
  grid-column: 3 !important;
  justify-self: end !important;
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  min-width: 0 !important;
}

html body.about-page > .site-header .header-theme-toggle,
html body.about-page > .site-header .header-login-button,
html body.about-page > .site-header .language-trigger {
  min-height: 42px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.about-page > .site-header .nav-links a::after {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

html body.about-page .about-company-copy {
  left: clamp(26px, 5.4vw, 76px) !important;
  bottom: clamp(36px, 6.4vh, 70px) !important;
  width: min(500px, calc(100vw - 56px)) !important;
  max-width: 500px !important;
}

html body.about-page .about-company-copy h1 {
  font-size: clamp(1.62rem, 2.58vw, 2.7rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 12px !important;
}

html body.about-page .about-company-text {
  gap: 7px !important;
}

html body.about-page .about-company-text p,
html body.about-page .about-company-text p:first-child {
  max-width: 500px !important;
  font-size: clamp(0.84rem, 0.98vw, 0.98rem) !important;
  line-height: 1.45 !important;
}

html body.about-page .about-video-frame::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(255, 224, 170, 0.38);
  transform: translate(-50%, -50%);
  background: rgba(43, 24, 10, 0.62);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3);
}

html body.about-page .about-video-frame::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid rgba(255, 235, 198, 0.92);
  transform: translate(-35%, -50%);
}

@media (max-width: 900px) {
  html body.about-page > .site-header {
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;
    padding: 14px 18px 0 !important;
  }

  html body.about-page > .site-header .nav-links {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    gap: 22px !important;
  }

  html body.about-page > .site-header .header-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  html body.about-page .about-company-copy {
    left: 20px !important;
    bottom: 34px !important;
    width: calc(100vw - 40px) !important;
  }
}

/* Final readable placement for the premium "О нас" hero. */
html body.about-page .about-company-hero::after {
  background:
    linear-gradient(90deg, rgba(13, 7, 3, 0.46), rgba(13, 7, 3, 0.12) 46%, rgba(13, 7, 3, 0.05)),
    linear-gradient(180deg, rgba(13, 7, 3, 0.18), rgba(13, 7, 3, 0.04) 42%, rgba(13, 7, 3, 0.34)) !important;
}

html body.about-page .about-company-copy {
  left: clamp(34px, 5.6vw, 82px) !important;
  right: auto !important;
  top: auto !important;
  bottom: clamp(132px, 16svh, 174px) !important;
  width: min(510px, calc(100vw - 76px)) !important;
  max-width: 510px !important;
  color: rgba(255, 242, 216, 0.96) !important;
  text-shadow:
    0 3px 18px rgba(0, 0, 0, 0.78),
    0 1px 2px rgba(0, 0, 0, 0.74) !important;
}

html body.about-page .about-company-copy h1 {
  max-width: 440px !important;
  font-size: clamp(2rem, 3.05vw, 3.08rem) !important;
  line-height: 1.02 !important;
  margin: 0 0 12px !important;
  color: rgba(255, 237, 202, 0.98) !important;
}

html body.about-page .about-company-text {
  gap: 6px !important;
}

html body.about-page .about-company-text p,
html body.about-page .about-company-text p:first-child {
  max-width: 510px !important;
  font-size: clamp(0.86rem, 0.98vw, 1rem) !important;
  line-height: 1.34 !important;
  color: rgba(255, 242, 219, 0.94) !important;
}

html body.about-page .site-footer {
  left: clamp(30px, 4.8vw, 74px) !important;
  bottom: 22px !important;
  max-width: min(510px, 38vw) !important;
  color: rgba(255, 238, 210, 0.9) !important;
}

html body.about-page .floating-social-dock.about-social-dock {
  left: 50% !important;
  right: auto !important;
  bottom: 26px !important;
  transform: translateX(-50%) !important;
  z-index: 8 !important;
}

@media (max-width: 900px) {
  html body.about-page .about-company-copy {
    left: 18px !important;
    right: 18px !important;
    bottom: clamp(126px, 15svh, 156px) !important;
    width: auto !important;
    max-width: none !important;
    max-height: 48svh !important;
    overflow: auto !important;
    padding-right: 4px !important;
  }

  html body.about-page .about-company-copy h1 {
    max-width: 92vw !important;
    font-size: clamp(1.65rem, 8vw, 2.35rem) !important;
  }

  html body.about-page .about-company-text p,
  html body.about-page .about-company-text p:first-child {
    font-size: 0.88rem !important;
    line-height: 1.36 !important;
  }

  html body.about-page .site-footer {
    left: 14px !important;
    bottom: 10px !important;
    max-width: 45vw !important;
  }

  html body.about-page .floating-social-dock.about-social-dock {
    bottom: 38px !important;
  }
}

/* 2026-06-26: final one-page "О нас" composition. Keep this file after the shared CSS. */
html body.about-page {
  min-height: 100svh !important;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #120905 !important;
  color: #f8ead1 !important;
}

html body.about-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 18%, rgba(231, 174, 94, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(13, 7, 3, 0.42), rgba(13, 7, 3, 0.10) 48%, rgba(13, 7, 3, 0.18)),
    linear-gradient(180deg, rgba(13, 7, 3, 0.12), rgba(13, 7, 3, 0.42));
}

html body.about-page > .site-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 50 !important;
  display: grid !important;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr) !important;
  align-items: center !important;
  gap: clamp(18px, 3.2vw, 46px) !important;
  min-height: clamp(74px, 8.5svh, 94px) !important;
  padding: clamp(14px, 2.1vh, 24px) clamp(24px, 5.4vw, 86px) 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.about-page > .site-header .home-premium-brand,
html body.about-page > .site-header .brand {
  grid-column: 1 !important;
  justify-self: start !important;
  color: #fff0c9 !important;
  text-decoration: none !important;
  text-shadow:
    0 2px 18px rgba(0, 0, 0, 0.76),
    0 0 22px rgba(223, 166, 84, 0.38) !important;
}

html body.about-page > .site-header .home-premium-brand__icon {
  width: clamp(32px, 2.7vw, 44px) !important;
  height: clamp(32px, 2.7vw, 44px) !important;
}

html body.about-page > .site-header .home-premium-brand__text {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(29px, 2.35vw, 43px) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: inherit !important;
}

html body.about-page > .site-header .nav-links {
  grid-column: 2 !important;
  justify-self: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(34px, 5vw, 80px) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.about-page > .site-header .nav-links a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-width: max-content !important;
  padding: 7px 0 8px !important;
  color: #fff0d0 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 2px 14px rgba(0, 0, 0, 0.74),
    0 0 18px rgba(223, 166, 84, 0.28) !important;
}

html body.about-page > .site-header .nav-links a::after {
  content: "";
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 2px !important;
  transform: none !important;
  border-radius: 999px !important;
  background: currentColor !important;
  opacity: 0 !important;
}

html body.about-page > .site-header .nav-links a:hover::after,
html body.about-page > .site-header .nav-links a:focus-visible::after,
html body.about-page > .site-header .nav-links a[aria-current="page"]::after {
  opacity: 0.86 !important;
}

html body.about-page > .site-header .header-actions {
  grid-column: 3 !important;
  justify-self: end !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(12px, 1.4vw, 20px) !important;
}

html body.about-page > .site-header .header-theme-toggle {
  display: none !important;
}

html body.about-page > .site-header .header-login-button,
html body.about-page > .site-header .language-trigger {
  min-width: 0 !important;
  min-height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff0d0 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  font-weight: 700 !important;
  text-shadow:
    0 2px 14px rgba(0, 0, 0, 0.76),
    0 0 16px rgba(223, 166, 84, 0.32) !important;
}

html body.about-page > .site-header .language-trigger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
}

html body.about-page > .site-header .language-options {
  top: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;
  background: rgba(34, 18, 8, 0.94) !important;
  border: 1px solid rgba(255, 222, 163, 0.30) !important;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.42) !important;
}

html body.about-page .about-main {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  height: auto !important;
  min-height: 100svh !important;
  overflow: visible !important;
  background: transparent !important;
}

html body.about-page .about-company-hero {
  position: relative !important;
  display: block !important;
  height: 100svh !important;
  min-height: 100svh !important;
  width: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  background:
    linear-gradient(90deg, rgba(11, 6, 3, 0.28), rgba(11, 6, 3, 0.02) 46%, rgba(11, 6, 3, 0.12)),
    url("./assets/nizo-about-premium-bg-20260624.png") center center / cover no-repeat !important;
}

html body.about-page .about-company-hero::before,
html body.about-page .about-company-hero::after {
  content: none !important;
  display: none !important;
}

html body.about-page .about-company-copy {
  position: absolute !important;
  left: clamp(34px, 5.3vw, 84px) !important;
  top: clamp(112px, 14svh, 148px) !important;
  bottom: auto !important;
  z-index: 2 !important;
  width: min(560px, calc(100vw - 72px)) !important;
  max-width: 560px !important;
  max-height: calc(100svh - 210px) !important;
  overflow: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  transform: translateY(38px) !important;
  transition:
    opacity 1000ms cubic-bezier(.2, .72, .2, 1),
    transform 1000ms cubic-bezier(.2, .72, .2, 1) !important;
  animation: none !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(255, 218, 156, 0.38) transparent !important;
}

html body.about-page.is-about-copy-visible .about-company-copy {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

html body.about-page .about-company-copy [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

html body.about-page .about-company-copy h1 {
  max-width: 520px !important;
  margin: 0 0 14px !important;
  color: rgba(255, 235, 195, 0.98) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(2rem, 3.2vw, 3.35rem) !important;
  font-weight: 600 !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.72),
    0 20px 52px rgba(0, 0, 0, 0.56) !important;
}

html body.about-page .about-company-text {
  display: grid !important;
  gap: 8px !important;
  max-width: 560px !important;
}

html body.about-page .about-company-text p,
html body.about-page .about-company-text p:first-child {
  max-width: 560px !important;
  margin: 0 !important;
  color: rgba(255, 242, 219, 0.94) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(0.92rem, 1.04vw, 1.06rem) !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.78),
    0 14px 34px rgba(0, 0, 0, 0.54) !important;
}

html body.about-page .about-video-stage {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  height: auto !important;
  min-height: clamp(420px, 58svh, 620px) !important;
  padding: clamp(46px, 8svh, 84px) clamp(22px, 5vw, 80px) clamp(116px, 16svh, 158px) !important;
  margin: 0 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(219, 161, 86, 0.20), transparent 34%),
    linear-gradient(180deg, rgba(19, 10, 5, 0.96), rgba(36, 22, 11, 0.98) 58%, rgba(18, 10, 5, 0.98)) !important;
}

html body.about-page .about-video-frame {
  position: relative !important;
  width: min(880px, calc(100vw - 44px)) !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  border: 1px solid rgba(255, 214, 151, 0.34) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(135deg, rgba(255, 243, 222, 0.14), rgba(255, 243, 222, 0.04)),
    rgba(18, 11, 6, 0.58) !important;
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 238, 205, 0.20) !important;
}

html body.about-page footer#help.site-footer {
  position: fixed !important;
  left: clamp(22px, 3.8vw, 66px) !important;
  right: clamp(22px, 3.8vw, 66px) !important;
  bottom: 18px !important;
  z-index: 40 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 24px !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

html body.about-page footer#help.site-footer .footer-context,
html body.about-page footer#help.site-footer > nav:not(.floating-social-dock) {
  display: none !important;
}

html body.about-page footer#help.site-footer .footer-legal {
  position: static !important;
  z-index: auto !important;
  width: min(560px, 42vw) !important;
  max-width: none !important;
  margin: 0 !important;
  color: rgba(255, 232, 194, 0.82) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(0.72rem, 0.82vw, 0.9rem) !important;
  line-height: 1.3 !important;
  text-align: left !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.70) !important;
}

html body.about-page .floating-social-dock.about-social-dock,
html body.about-page .floating-social-dock {
  position: static !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(10px, 1.4vw, 18px) !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: auto !important;
}

html body.about-page .floating-social-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #f4c776 !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.70) !important;
}

html body.about-page .floating-social-link svg {
  width: 24px !important;
  height: 24px !important;
}

html body.about-page .floating-social-link span {
  color: #ffe7bc !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

@media (max-width: 980px) {
  html body.about-page > .site-header {
    grid-template-columns: 1fr auto !important;
    gap: 10px 16px !important;
    padding: 14px 18px 0 !important;
  }

  html body.about-page > .site-header .nav-links {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    gap: clamp(22px, 8vw, 54px) !important;
  }

  html body.about-page > .site-header .header-actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  html body.about-page .about-company-hero {
    background-position: 58% center !important;
  }

  html body.about-page .about-company-copy {
    left: 22px !important;
    top: clamp(124px, 17svh, 160px) !important;
    width: min(540px, calc(100vw - 44px)) !important;
    max-height: calc(100svh - 210px) !important;
  }

  html body.about-page footer#help.site-footer {
    left: 16px !important;
    right: 16px !important;
    bottom: 12px !important;
  }
}

@media (max-width: 640px) {
  html body.about-page {
    overflow-y: auto !important;
  }

  html body.about-page > .site-header {
    min-height: 82px !important;
  }

  html body.about-page > .site-header .home-premium-brand__text {
    font-size: 26px !important;
  }

  html body.about-page > .site-header .home-premium-brand__icon {
    width: 30px !important;
    height: 30px !important;
  }

  html body.about-page > .site-header .nav-links {
    justify-content: flex-start !important;
    gap: 20px !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
    scrollbar-width: none !important;
  }

  html body.about-page > .site-header .nav-links::-webkit-scrollbar {
    display: none !important;
  }

  html body.about-page > .site-header .nav-links a,
  html body.about-page > .site-header .header-login-button {
    font-size: 14px !important;
  }

  html body.about-page .about-company-hero {
    height: auto !important;
    min-height: 100svh !important;
    padding: 1px 0 152px !important;
    background-position: 62% center !important;
  }

  html body.about-page .about-company-copy {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: clamp(128px, 18svh, 156px) 18px 0 !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body.about-page .about-company-copy h1 {
    font-size: clamp(1.42rem, 7vw, 1.92rem) !important;
    max-width: 94vw !important;
    margin-bottom: 10px !important;
  }

  html body.about-page .about-company-text p,
  html body.about-page .about-company-text p:first-child {
    font-size: 0.78rem !important;
    line-height: 1.32 !important;
  }

  html body.about-page .about-video-stage {
    padding: 42px 16px 136px !important;
  }

  html body.about-page .about-video-frame {
    width: calc(100vw - 32px) !important;
    border-radius: 18px !important;
  }

  html body.about-page footer#help.site-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 8px !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
  }

  html body.about-page footer#help.site-footer .footer-legal {
    width: min(420px, calc(100vw - 20px)) !important;
    text-align: center !important;
    font-size: 0.68rem !important;
  }

  html body.about-page .floating-social-dock.about-social-dock,
  html body.about-page .floating-social-dock {
    justify-content: center !important;
    gap: 10px !important;
  }

  html body.about-page .floating-social-link.is-app-store span,
  html body.about-page .floating-social-link.is-google-play span {
    display: none !important;
  }
}

/* About page final alignment 2026-06-27. */
html body.about-page .about-company-copy {
  top: clamp(92px, 10svh, 118px) !important;
  max-height: min(44svh, 390px) !important;
}

html body.about-page .about-company-copy h1 {
  font-size: clamp(1.7rem, 2.7vw, 2.82rem) !important;
}

html body.about-page .about-company-text p,
html body.about-page .about-company-text p:first-child {
  font-size: clamp(0.86rem, 0.92vw, 1rem) !important;
  line-height: 1.36 !important;
}

html body.about-page .about-main {
  position: relative !important;
  min-height: 100svh !important;
}

html body.about-page .about-video-stage {
  position: absolute !important;
  left: clamp(34px, 5.3vw, 84px) !important;
  top: clamp(430px, 59svh, 570px) !important;
  z-index: 3 !important;
  display: block !important;
  width: min(540px, 34vw) !important;
  min-height: min(28svh, 250px) !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.about-page .about-video-frame {
  width: 100% !important;
  max-width: 100% !important;
  max-height: min(28svh, 250px) !important;
  aspect-ratio: 16 / 9 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body.about-page .about-video-stage > .about-video-frame {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

html body.about-page > .site-header .language-options {
  top: calc(100% + 10px) !important;
}

@media (max-width: 980px) {
  html body.about-page .about-company-copy {
    top: clamp(104px, 14svh, 136px) !important;
    max-height: min(48svh, 430px) !important;
  }

  html body.about-page .about-video-stage {
    width: min(520px, calc(100vw - 44px)) !important;
    top: auto !important;
    bottom: clamp(86px, 13svh, 126px) !important;
  }
}

@media (max-width: 640px) {
  html body.about-page .about-main {
    overflow: visible !important;
  }

  html body.about-page .about-company-copy {
    max-height: none !important;
  }

  html body.about-page .about-video-stage {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: calc(100vw - 32px) !important;
    margin: 22px auto 128px !important;
  }

  html body.about-page .about-video-frame {
    max-height: none !important;
  }
}
