/*
Theme Name: ONE Figma Exact
Theme URI: https://onegroupuae.com/
Author: Code One Digital Lab
Description: Temporary responsive website for ONE Group, faithfully based on the approved Figma direction.
Version: 3.1.0
Text Domain: one-figma-exact
*/

:root {
  --one-navy: #13284c;
  --one-navy-deep: #091a35;
  --one-gold: #c0a661;
  --one-gold-light: #ead98e;
  --one-ink: #14213a;
  --one-muted: #687286;
  --one-sand: #f4f1e8;
  --one-white: #fff;
  --one-line: rgba(19, 40, 76, .14);
  --one-container: 1180px;
  --one-nav-height: 70px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body.one-temp-site {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--one-navy);
  color: var(--one-ink);
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

body.one-temp-site img {
  max-width: 100%;
}

body.one-temp-site a,
body.one-temp-site button {
  -webkit-tap-highlight-color: transparent;
}

.one-container {
  width: min(var(--one-container), calc(100% - 48px));
  margin-inline: auto;
}

.one-skip-link {
  position: fixed;
  z-index: 2000;
  top: -100px;
  inset-inline-start: 20px;
  padding: 8px 15px;
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: var(--one-navy);
  text-decoration: none;
}

.one-skip-link:focus {
  top: 0;
}

/* Navigation */
.one-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--one-nav-height);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(13, 34, 65, .96);
  box-shadow: 0 10px 30px rgba(3, 14, 32, .13);
  backdrop-filter: blur(14px);
}

.admin-bar .one-nav {
  top: 32px;
}

.one-nav-inner {
  width: min(1240px, calc(100% - 40px));
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-inline: auto;
}

.one-nav-brand {
  width: 92px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.one-nav-brand img {
  width: auto;
  height: 60px;
  display: block;
  object-fit: contain;
}

.one-nav-links,
.one-nav-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.one-nav-links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.one-nav-links > li {
  position: relative;
}

.one-nav-links > li > a,
.one-nav-parent {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease;
}

.one-nav-links > li > a:hover,
.one-nav-links > li > a:focus-visible,
.one-nav-links > li > a[aria-current="page"],
.one-nav-parent[aria-current="page"],
.one-nav-sectors:hover .one-nav-parent,
.one-nav-sectors:focus-within .one-nav-parent,
.one-nav-sectors.is-expanded .one-nav-parent {
  background: var(--one-gold);
  color: var(--one-navy);
  outline: none;
}

.one-nav-submenu {
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-start: 0;
  width: 270px;
  padding: 10px;
  border: 1px solid rgba(192, 166, 97, .32);
  border-radius: 15px;
  background: rgba(9, 26, 53, .99);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.one-nav-sectors:hover .one-nav-submenu,
.one-nav-sectors:focus-within .one-nav-submenu,
.one-nav-sectors.is-expanded .one-nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.one-nav-submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 9px;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.one-nav-submenu a:hover,
.one-nav-submenu a:focus-visible,
.one-nav-submenu a[aria-current="page"] {
  background: rgba(192, 166, 97, .18);
  color: var(--one-gold-light);
  outline: none;
}

.one-language-switcher {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  direction: ltr;
}

.one-language-switcher a {
  min-width: 36px;
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  font: 700 11px/1 Arial, sans-serif;
  text-decoration: none;
}

.one-language-switcher a:hover,
.one-language-switcher a:focus-visible,
.one-language-switcher a[aria-current="true"] {
  background: var(--one-gold);
  color: var(--one-navy);
  outline: none;
}

.one-menu-toggle,
.one-nav-backdrop {
  display: none;
}

/* Approved four-card homepage */
.one-reference-home {
  min-height: 100vh;
  background: var(--one-navy);
  color: #fff;
}

.one-reference-gateway {
  min-height: 100svh;
  padding: 104px 35px 28px;
  background: var(--one-navy);
}

.one-reference-logo {
  width: 190px;
  height: 180px;
  display: block;
  margin: 0 auto 32px;
  object-fit: cover;
}

.one-reference-grid {
  width: min(1232px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-inline: auto;
}

.one-reference-card {
  min-width: 0;
  display: grid;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.one-reference-card > img {
  width: 100%;
  aspect-ratio: 290 / 198;
  display: block;
  border-radius: 15px;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.one-reference-card > span {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid var(--one-gold);
  border-radius: 14px;
  background: var(--one-navy);
  color: #fff;
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.55;
  transition: background-color 180ms ease, color 180ms ease;
}

.one-reference-card > span b {
  font-weight: 700;
}

.one-reference-card > span i {
  flex: 0 0 auto;
  color: var(--one-gold);
  font-style: normal;
  font-size: 18px;
}

.one-reference-card:hover > img,
.one-reference-card:focus-visible > img {
  transform: translateY(-3px);
  filter: brightness(1.06);
}

.one-reference-card:hover > span,
.one-reference-card:focus-visible > span {
  background: var(--one-gold);
  color: var(--one-navy);
}

.one-reference-card:hover > span i,
.one-reference-card:focus-visible > span i {
  color: var(--one-navy);
}

.one-reference-card:focus-visible {
  border-radius: 16px;
  outline: 3px solid #fff;
  outline-offset: 4px;
}

/* About */
.one-about-section {
  scroll-margin-top: 80px;
  padding: 110px 0;
  background: var(--one-sand);
  color: var(--one-ink);
}

.one-about-grid,
.one-intro-grid {
  display: grid;
  grid-template-columns: minmax(190px, .65fr) minmax(0, 1.35fr);
  gap: clamp(35px, 8vw, 110px);
  align-items: start;
}

.one-kicker {
  margin: 0 0 14px;
  color: var(--one-gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}

.one-about-section h1,
.one-sector-intro h2,
.one-services-section h2,
.one-logistics-feature h2,
.one-cta-section h2,
.one-contact-hero h1 {
  margin: 0;
  font-size: clamp(32px, 4.3vw, 58px);
  line-height: 1.25;
}

.one-about-section .one-about-grid > div > p,
.one-sector-intro .one-intro-grid > div > p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--one-muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.95;
}

/* Dedicated About page */
.one-about-page {
  background: var(--one-sand);
}

.one-about-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: calc(var(--one-nav-height) + 80px) 0 90px;
  background: var(--one-sand);
}

.one-about-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .6fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
}

.one-about-page h1 {
  max-width: 760px;
  margin: 0;
  color: var(--one-navy);
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1.2;
}

.one-about-page .one-lead {
  color: var(--one-muted);
}

.one-about-logo-card {
  min-height: 390px;
  display: grid;
  place-items: center;
  padding: 40px;
  border: 1px solid rgba(192, 166, 97, .42);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(19, 40, 76, .09);
}

.one-about-logo-card img {
  width: auto;
  height: 245px;
  display: block;
  object-fit: contain;
}

.one-about-sectors {
  padding: 95px 0 105px;
  background: var(--one-navy);
  color: #fff;
}

.one-about-sector-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.one-about-sector-grid a {
  min-height: 135px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 24px;
  border: 1px solid rgba(192, 166, 97, .48);
  border-radius: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 1.65;
  text-decoration: none;
  transition: color 170ms ease, background-color 170ms ease, transform 170ms ease;
}

.one-about-sector-grid a b {
  flex: 0 0 auto;
  color: var(--one-gold);
}

.one-about-sector-grid a:hover,
.one-about-sector-grid a:focus-visible {
  transform: translateY(-3px);
  background: var(--one-gold);
  color: var(--one-navy);
  outline: none;
}

.one-about-sector-grid a:hover b,
.one-about-sector-grid a:focus-visible b {
  color: var(--one-navy);
}

/* Real responsive sector pages */
.one-sector-page {
  background: #fff;
}

.one-sector-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--one-nav-height) + 76px) 0 80px;
  background-image: linear-gradient(90deg, rgba(5, 18, 40, .93), rgba(5, 18, 40, .42)), var(--one-hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
}

[dir="rtl"] .one-sector-hero {
  background-image: linear-gradient(270deg, rgba(5, 18, 40, .93), rgba(5, 18, 40, .42)), var(--one-hero-image);
}

.one-sector-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 22, 47, .42), transparent 45%);
  pointer-events: none;
}

.one-sector-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, .55fr);
  gap: 70px;
  align-items: center;
}

.one-sector-copy {
  max-width: 720px;
}

.one-sector-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(43px, 6.2vw, 82px);
  line-height: 1.12;
}

.one-lead {
  max-width: 700px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.9;
}

.one-sector-identity {
  justify-self: center;
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.one-sector-identity img {
  width: auto;
  height: 190px;
  display: block;
  object-fit: contain;
}

.one-sector-identity strong {
  max-width: 260px;
  color: #fff;
  font-size: 17px;
  line-height: 1.65;
}

.one-primary-button,
.one-secondary-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 25px;
  border: 1px solid var(--one-gold);
  border-radius: 999px;
  background: var(--one-gold);
  color: var(--one-navy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 170ms ease, background-color 170ms ease;
}

.one-primary-button:hover,
.one-primary-button:focus-visible,
.one-secondary-button:hover,
.one-secondary-button:focus-visible {
  transform: translateY(-2px);
  background: var(--one-gold-light);
  outline: none;
}

.one-sector-intro {
  padding: 110px 0;
  background: #fff;
}

.one-services-section {
  scroll-margin-top: 80px;
  padding: 105px 0 115px;
  background: var(--one-navy);
  color: #fff;
}

.one-services-section > .one-container > h2 {
  margin-bottom: 48px;
}

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

.one-services-grid article {
  min-height: 280px;
  padding: 27px;
  border: 1px solid rgba(192, 166, 97, .43);
  border-radius: 20px;
  background: rgba(255, 255, 255, .035);
  transition: transform 180ms ease, background-color 180ms ease;
}

.one-services-grid article:hover {
  transform: translateY(-4px);
  background: rgba(192, 166, 97, .09);
}

.one-services-grid article > span {
  color: var(--one-gold);
  font-size: 13px;
  font-weight: 700;
}

.one-services-grid h3 {
  margin: 58px 0 13px;
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.5;
}

.one-services-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.85;
}

/* Logistics-specific visual section */
.one-logistics-feature {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: flex-end;
  padding: 90px 0;
  background-image: linear-gradient(0deg, rgba(5, 18, 40, .91), rgba(5, 18, 40, .12)), url('assets/images/logistics-operations-clean.jpg');
  background-position: center;
  background-size: cover;
  color: #fff;
}

.one-logistics-feature .one-container > div {
  max-width: 700px;
}

.one-logistics-feature h2 {
  margin-bottom: 18px;
}

.one-logistics-feature p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.9;
}

.one-achievements {
  scroll-margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 320px));
  justify-content: center;
  gap: 24px;
  padding: 90px 24px;
  background: var(--one-sand);
}

.one-achievements div {
  padding: 36px 24px;
  border: 1px solid rgba(192, 166, 97, .35);
  border-radius: 18px;
  background: #fff;
  color: var(--one-navy);
  text-align: center;
  box-shadow: 0 18px 45px rgba(19, 40, 76, .08);
}

.one-achievements strong,
.one-achievements span {
  display: block;
}

.one-achievements strong {
  font-size: clamp(37px, 5vw, 58px);
  line-height: 1.15;
}

.one-achievements span {
  margin-top: 8px;
  color: var(--one-muted);
}

.one-cta-section {
  padding: 100px 0;
  background: var(--one-navy-deep);
  color: #fff;
  text-align: center;
}

.one-cta-section p {
  max-width: 660px;
  margin: 0 auto 13px;
  color: rgba(255, 255, 255, .72);
}

.one-cta-section h2 {
  max-width: 850px;
  margin: 0 auto 32px;
}

/* Contact page */
.one-contact-page {
  min-height: calc(100vh - 90px);
  background: var(--one-sand);
}

.one-contact-hero {
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  padding: calc(var(--one-nav-height) + 80px) 0 90px;
}

.one-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
  gap: clamp(45px, 8vw, 110px);
  align-items: center;
}

.one-contact-copy .one-lead {
  color: var(--one-muted);
}

.one-contact-card {
  display: grid;
  gap: 22px;
  padding: 38px;
  border: 1px solid rgba(192, 166, 97, .4);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(19, 40, 76, .09);
}

.one-contact-card > img {
  width: auto;
  height: 115px;
  display: block;
  margin-inline: auto;
  object-fit: contain;
}

.one-contact-card > div {
  display: grid;
  gap: 3px;
  padding-top: 18px;
  border-top: 1px solid var(--one-line);
}

.one-contact-card span {
  color: var(--one-muted);
  font-size: 13px;
}

.one-contact-card a:not(.one-secondary-button),
.one-contact-card strong {
  color: var(--one-navy);
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.one-contact-card .one-secondary-button {
  border-color: var(--one-navy);
  background: transparent;
  color: var(--one-navy);
}

/* Footer */
.one-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: var(--one-navy-deep);
  color: rgba(255, 255, 255, .7);
}

.one-footer-contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding-block: 42px 36px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.one-footer-contact > div {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 4px;
}

.one-footer-contact span {
  margin-bottom: 4px;
  color: var(--one-gold);
  font-size: 13px;
  font-weight: 700;
}

.one-footer-contact a,
.one-footer-contact strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.one-footer-contact a:hover,
.one-footer-contact a:focus-visible {
  color: var(--one-gold-light);
  outline: none;
}

.one-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
}

.one-footer-bottom b {
  color: var(--one-gold);
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 400;
}

.one-footer-bottom p {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 1080px) {
  .one-nav-inner {
    gap: 14px;
  }

  .one-nav-links > li > a,
  .one-nav-parent {
    padding-inline: 10px;
    font-size: 13px;
  }

  .one-reference-grid {
    gap: 17px;
  }

  .one-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .one-about-sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  :root {
    --one-nav-height: 64px;
  }

  .admin-bar .one-nav {
    top: 46px;
  }

  .one-menu-toggle {
    position: fixed;
    z-index: 1100;
    top: 10px;
    inset-inline-end: 12px;
    width: 44px;
    height: 44px;
    display: block;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    background: var(--one-gold);
    color: var(--one-navy);
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .2);
  }

  .admin-bar .one-menu-toggle {
    top: 56px;
  }

  .one-nav {
    top: 0;
    right: auto;
    left: auto;
    inset-inline-end: 0;
    width: min(86vw, 350px);
    height: 100dvh;
    padding: 76px 22px 26px;
    border-inline-start: 1px solid rgba(192, 166, 97, .24);
    transform: translateX(105%);
    transition: transform 220ms ease;
  }

  [dir="ltr"] .one-nav {
    transform: translateX(-105%);
  }

  .admin-bar .one-nav {
    top: 0;
    padding-top: 122px;
  }

  .one-nav.is-open,
  [dir="ltr"] .one-nav.is-open {
    transform: translateX(0);
  }

  .one-nav-inner {
    width: 100%;
    height: auto;
    display: grid;
    gap: 17px;
  }

  .one-nav-brand {
    width: auto;
    justify-self: start;
  }

  .one-nav-links {
    display: grid;
    justify-content: stretch;
    gap: 6px;
  }

  .one-nav-links > li > a,
  .one-nav-parent {
    width: 100%;
    justify-content: space-between;
    padding: 10px 13px;
    border: 1px solid rgba(192, 166, 97, .23);
    border-radius: 10px;
  }

  .one-nav-submenu {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0 7px;
    border: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 180ms ease, padding 180ms ease;
  }

  .one-nav-sectors:hover .one-nav-submenu,
  .one-nav-sectors:focus-within .one-nav-submenu {
    max-height: 0;
    padding-block: 0;
  }

  .one-nav-sectors.is-expanded .one-nav-submenu {
    max-height: 300px;
    padding-block: 7px;
  }

  .one-language-switcher {
    justify-self: start;
  }

  .one-nav-backdrop {
    position: fixed;
    z-index: 990;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(1, 10, 25, .58);
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .one-nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
  }

  .one-reference-gateway {
    padding: 92px 22px 34px;
  }

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

  .one-reference-card > span {
    min-height: 88px;
    font-size: 17px;
  }

  .one-sector-hero {
    min-height: 690px;
  }

  .one-sector-hero-grid {
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 35px;
  }

  .one-sector-identity img {
    height: 150px;
  }

  .one-contact-layout {
    grid-template-columns: 1fr;
  }

  .one-about-page-grid {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 40px;
  }
}

@media (max-width: 620px) {
  body.one-temp-site {
    font-size: 15px;
  }

  .one-container {
    width: min(var(--one-container), calc(100% - 30px));
  }

  .one-reference-gateway {
    min-height: auto;
    padding: 82px 14px 36px;
  }

  .one-reference-logo {
    width: 165px;
    height: 156px;
    margin-bottom: 24px;
  }

  .one-reference-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .one-reference-card > span {
    min-height: 78px;
    padding: 15px 17px;
  }

  .one-about-section,
  .one-sector-intro,
  .one-services-section,
  .one-cta-section {
    padding-block: 70px;
  }

  .one-about-grid,
  .one-intro-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .one-about-hero {
    min-height: auto;
    padding: calc(var(--one-nav-height) + 58px) 0 70px;
  }

  .one-about-page-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .one-about-logo-card {
    min-height: 300px;
  }

  .one-about-logo-card img {
    height: 195px;
  }

  .one-about-sectors {
    padding-block: 70px;
  }

  .one-about-sector-grid {
    grid-template-columns: 1fr;
  }

  .one-about-sector-grid a {
    min-height: 92px;
  }

  .one-sector-hero {
    min-height: 720px;
    align-items: flex-end;
    padding: calc(var(--one-nav-height) + 55px) 0 55px;
    background-position: center;
  }

  .one-sector-hero-grid {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 26px;
  }

  .one-sector-copy h1 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .one-sector-identity {
    justify-self: auto;
    justify-items: start;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: start;
  }

  .one-sector-identity img {
    height: 92px;
  }

  .one-sector-identity strong {
    font-size: 15px;
  }

  .one-lead {
    margin-block: 18px 25px;
    font-size: 16px;
  }

  .one-services-section > .one-container > h2 {
    margin-bottom: 30px;
  }

  .one-services-grid {
    grid-template-columns: 1fr;
  }

  .one-services-grid article {
    min-height: 215px;
    padding: 24px;
  }

  .one-services-grid h3 {
    margin-top: 35px;
  }

  .one-logistics-feature {
    min-height: 510px;
    padding: 55px 0;
  }

  .one-achievements {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 55px 14px;
  }

  .one-achievements div {
    padding: 25px 10px;
  }

  .one-achievements strong {
    font-size: clamp(27px, 9vw, 42px);
  }

  .one-contact-hero {
    padding: calc(var(--one-nav-height) + 50px) 0 65px;
  }

  .one-contact-layout {
    gap: 32px;
  }

  .one-contact-card {
    min-width: 0;
    padding: 26px 22px;
  }

  .one-footer-contact {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .one-footer-bottom {
    display: grid;
    justify-items: center;
    text-align: center;
  }
}

/* Exact long-form Figma pages */
.one-figma-page {
  background: #f5f5f6;
  color: var(--one-navy);
}

.one-figma-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--one-nav-height) + 80px) 0 80px;
  background-color: var(--one-navy);
  background-image: linear-gradient(90deg, rgba(19, 40, 76, .22), rgba(19, 40, 76, .96) 74%), var(--one-figma-hero);
  background-position: center;
  background-size: cover;
  color: #fff;
}

[dir="rtl"] .one-figma-hero {
  background-image: linear-gradient(270deg, rgba(19, 40, 76, .22), rgba(19, 40, 76, .96) 74%), var(--one-figma-hero);
}

.one-figma-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 34px, rgba(200, 172, 91, .1) 35px 36px);
  opacity: .5;
  pointer-events: none;
}

.one-figma-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.one-figma-hero-copy > * {
  max-width: 670px;
}

[dir="rtl"] .one-figma-hero-copy > * {
  margin-inline-start: 0;
  margin-inline-end: auto;
}

.one-figma-emblem {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 3px solid var(--one-gold);
  color: var(--one-gold);
  font-family: Georgia, serif;
  font-size: 25px;
  letter-spacing: .12em;
  transform: rotate(45deg);
}

.one-figma-emblem span {
  transform: rotate(-45deg);
}

.one-figma-hero .one-kicker {
  margin: 0 0 8px;
  color: var(--one-gold-light);
}

.one-figma-hero h1 {
  margin: 0;
  color: var(--one-gold-light);
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: 1.18;
}

.one-figma-hero-copy > p:not(.one-kicker) {
  margin: 26px 0 31px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 2;
}

.one-figma-real-estate .one-figma-hero {
  align-items: flex-end;
  min-height: 760px;
  background-image: linear-gradient(0deg, rgba(19, 40, 76, .94), rgba(19, 40, 76, .04) 78%), var(--one-figma-hero);
}

.one-figma-real-estate .one-figma-hero-copy {
  padding-bottom: 16px;
}

.one-figma-real-estate .one-figma-emblem {
  display: none;
}

.one-figma-real-estate .one-figma-hero h1,
.one-figma-real-estate .one-figma-hero .one-kicker {
  color: #fff;
}

.one-figma-intro,
.one-figma-about,
.one-figma-stats,
.one-figma-services,
.one-profile-download {
  padding: 105px 0;
}

.one-figma-intro,
.one-figma-stats,
.one-profile-download {
  background: #f5f5f6;
}

.one-figma-about,
.one-figma-services {
  background: #fff;
}

.one-section-heading {
  display: grid;
  grid-template-columns: minmax(45px, 150px) auto minmax(45px, 150px);
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto 65px;
  text-align: center;
}

.one-section-heading span {
  width: 100%;
  height: 2px;
  display: block;
  background: var(--one-gold);
}

.one-section-heading h2 {
  margin: 0;
  color: var(--one-navy);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.25;
  white-space: nowrap;
}

.one-figma-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
  gap: clamp(45px, 8vw, 110px);
  align-items: center;
}

.one-figma-split-reverse {
  grid-template-columns: minmax(420px, .95fr) minmax(0, 1fr);
}

.one-figma-split img,
.one-figma-service img {
  width: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: -12px 12px 0 var(--one-gold);
}

[dir="ltr"] .one-figma-split img,
[dir="ltr"] .one-figma-service img {
  box-shadow: 12px 12px 0 var(--one-gold);
}

.one-figma-copy {
  padding-inline-start: 24px;
  border-inline-start: 2px solid var(--one-gold);
}

.one-figma-copy p {
  margin: 0;
  color: #273958;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 2.05;
}

.one-figma-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  justify-content: center;
}

.one-figma-stats-grid.one-count-2 {
  grid-template-columns: repeat(2, minmax(0, 360px));
}

.one-figma-stats-grid > div {
  min-height: 210px;
  display: grid;
  place-content: center;
  gap: 10px;
  padding: 30px;
  border: 1px solid rgba(19, 40, 76, .12);
  border-radius: 30px;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 35px rgba(19, 40, 76, .11);
}

.one-figma-stats-grid strong {
  color: var(--one-gold);
  font: 700 clamp(45px, 6vw, 78px)/1 Arial, sans-serif;
}

.one-figma-stats-grid span {
  color: var(--one-navy);
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 700;
}

.one-figma-service-list {
  display: grid;
  gap: 105px;
}

.one-figma-service {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: clamp(45px, 7vw, 95px);
  align-items: center;
}

.one-figma-service.is-reversed > img {
  order: 2;
}

.one-figma-service > div {
  position: relative;
  padding-inline-start: 25px;
  border-inline-start: 2px solid var(--one-gold);
}

.one-figma-service b {
  display: block;
  margin-bottom: 9px;
  color: var(--one-gold);
  font: 700 14px/1 Arial, sans-serif;
  letter-spacing: .16em;
}

.one-figma-service h3 {
  margin: 0 0 18px;
  color: var(--one-navy);
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.3;
}

.one-figma-service p {
  margin: 0;
  color: #273958;
  font-size: clamp(15px, 1.28vw, 18px);
  line-height: 2;
}

.one-profile-download {
  text-align: center;
}

.one-profile-download p {
  margin: 0 0 9px;
  color: var(--one-navy);
}

.one-coming-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: calc(var(--one-nav-height) + 75px) 22px 80px;
  background: radial-gradient(circle at 50% 30%, #203b68 0, var(--one-navy) 44%, #091a35 100%);
  color: #fff;
  text-align: center;
}

.one-coming-inner {
  max-width: 720px;
  display: grid;
  justify-items: center;
}

.one-coming-inner > img {
  width: auto;
  height: 190px;
  margin-bottom: 26px;
  object-fit: contain;
}

.one-coming-inner h1 {
  margin: 5px 0 16px;
  color: #fff;
  font-size: clamp(38px, 6vw, 72px);
}

.one-coming-inner > p:not(.one-kicker) {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
}

.one-coming-inner > span {
  margin-bottom: 28px;
  color: var(--one-gold-light);
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 860px) {
  .one-figma-hero {
    min-height: 690px;
  }

  .one-figma-split,
  .one-figma-split-reverse,
  .one-figma-service {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .one-figma-service.is-reversed > img {
    order: 0;
  }

  .one-figma-stats-grid,
  .one-figma-stats-grid.one-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .one-figma-hero {
    min-height: 720px;
    align-items: flex-end;
    padding: calc(var(--one-nav-height) + 45px) 0 48px;
    background-position: center;
  }

  .one-figma-emblem {
    width: 86px;
    height: 86px;
    margin-bottom: 18px;
    font-size: 18px;
  }

  .one-figma-hero h1 {
    font-size: clamp(37px, 11vw, 52px);
  }

  .one-figma-hero-copy > p:not(.one-kicker) {
    margin-block: 17px 24px;
    font-size: 15px;
    line-height: 1.85;
  }

  .one-figma-intro,
  .one-figma-about,
  .one-figma-stats,
  .one-figma-services,
  .one-profile-download {
    padding: 70px 0;
  }

  .one-section-heading {
    grid-template-columns: minmax(22px, 52px) auto minmax(22px, 52px);
    gap: 12px;
    margin-bottom: 42px;
  }

  .one-section-heading h2 {
    max-width: 240px;
    font-size: clamp(26px, 8vw, 36px);
    white-space: normal;
  }

  .one-figma-split,
  .one-figma-service-list,
  .one-figma-service {
    gap: 33px;
  }

  .one-figma-service-list {
    gap: 72px;
  }

  .one-figma-split img,
  .one-figma-service img {
    min-height: 205px;
    border-radius: 14px;
    box-shadow: -7px 7px 0 var(--one-gold);
  }

  [dir="ltr"] .one-figma-split img,
  [dir="ltr"] .one-figma-service img {
    box-shadow: 7px 7px 0 var(--one-gold);
  }

  .one-figma-copy,
  .one-figma-service > div {
    padding-inline-start: 16px;
  }

  .one-figma-stats-grid,
  .one-figma-stats-grid.one-count-2 {
    grid-template-columns: 1fr;
  }

  .one-figma-stats-grid > div {
    min-height: 155px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}
