:root {
  --navy: #0b2035;
  --navy2: #12314e;
  --ink: #152331;
  --pearl: #f6f2e9;
  --paper: #fffdf8;
  --sand: #d6c6aa;
  --amber: #e4a92f;
  --teal: #14786f;
  --white: #fff;
  --muted: #65717d;
  --line: rgba(11, 32, 53, 0.14);
  --shadow: 0 24px 70px rgba(9, 30, 49, 0.12);
  --display: "Bodoni 72", Didot, "Times New Roman", serif;
  --body: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
  --arabic: Tahoma, "Noto Sans Arabic", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
}
body[dir="rtl"] {
  font-family: var(--arabic);
}
body[dir="rtl"] .display {
  font-family: var(--arabic);
  font-weight: 800;
  letter-spacing: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  display: block;
  max-width: 100%;
}
.shell {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.display {
  font-family: var(--display);
  letter-spacing: -0.045em;
}
.section {
  padding: 108px 0;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}
.title {
  max-width: 800px;
  margin: 14px 0 18px;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  line-height: 1;
}
.lead {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}
.kicker {
  color: var(--amber);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: 0.25s;
}
.site-header.scrolled,
.site-header.inner {
  background: rgba(246, 242, 233, 0.96);
  box-shadow: 0 8px 30px rgba(9, 30, 49, 0.08);
  backdrop-filter: blur(14px);
}
.utility-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.66rem;
}
.inner .utility-bar,
.scrolled .utility-bar {
  border-color: var(--line);
  color: var(--muted);
}
.utility-inner {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.utility-inner b {
  color: inherit;
}
.utility-inner a {
  font-weight: 700;
}
.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.scrolled .brand,
.inner .brand {
  color: var(--navy);
}
.brand-mark {
  width: 44px;
  height: 44px;
  flex: none;
}
.brand-copy {
  line-height: 1.05;
}
.brand-copy strong {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}
.brand-copy span {
  display: block;
  margin-top: 4px;
  opacity: 0.7;
  font-size: 0.59rem;
  letter-spacing: 0.1em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.79rem;
  font-weight: 700;
}
.scrolled .nav-links,
.inner .nav-links {
  color: var(--ink);
}
.nav-links a {
  position: relative;
}
.nav-links a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--amber);
  transition: right 0.22s;
}
.nav-links a:hover:after,
.nav-links a.active:after {
  right: 0;
}
.lang-switch {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
  border-radius: 99px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 800;
}
.scrolled .lang-switch,
.inner .lang-switch {
  border-color: var(--line);
  color: var(--navy);
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.scrolled .menu-toggle,
.inner .menu-toggle {
  color: var(--navy);
}
.hero {
  min-height: 800px;
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 78% 26%,
      rgba(20, 120, 111, 0.35),
      transparent 25%
    ),
    linear-gradient(
      115deg,
      transparent 0 53%,
      rgba(255, 255, 255, 0.035) 53% 54%,
      transparent 54%
    );
  z-index: -3;
}
.road {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.road svg {
  width: 100%;
  height: 100%;
}
.hero-grid {
  min-height: 800px;
  display: grid;
  grid-template-columns: 1.12fr 0.68fr;
  align-items: end;
  gap: 70px;
  padding: 165px 0 88px;
}
.hero-copy {
  align-self: center;
}
.hero .eyebrow {
  color: var(--amber);
}
.hero h1 {
  max-width: 900px;
  margin: 22px 0 26px;
  font-size: clamp(4rem, 8vw, 7.6rem);
  line-height: 0.83;
  font-weight: 500;
}
.hero h1 em {
  color: var(--amber);
  font-weight: inherit;
}
.hero-lead {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  transition: 0.2s;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: var(--amber);
  color: var(--navy);
}
.btn-ghost {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}
.btn-ghost:hover {
  background: #fff;
  color: var(--navy);
}
.hero-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 24px;
}
.hero-panel-label {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.service-strip {
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.service-strip a {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  align-items: center;
  min-height: 75px;
  padding-right: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.service-strip a:last-child {
  border: 0;
}
.service-strip b {
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--amber);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.7rem;
}
.service-strip span {
  padding-left: 17px;
  font-size: 0.86rem;
  font-weight: 700;
}
.service-strip small {
  color: rgba(255, 255, 255, 0.45);
}
[dir="rtl"] .service-strip a {
  padding: 0 0 0 18px;
}
[dir="rtl"] .service-strip b {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
[dir="rtl"] .service-strip span {
  padding: 0 17px 0 0;
}
.page-hero {
  padding: 205px 0 90px;
  background: var(--pearl);
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border: 95px solid rgba(228, 169, 47, 0.14);
  border-radius: 50%;
  right: -210px;
  top: -310px;
}
.page-hero .shell {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  max-width: 900px;
  margin: 18px 0 24px;
  color: var(--navy);
  font-size: clamp(3.6rem, 8vw, 7rem);
  line-height: 0.88;
}
.page-hero .lead {
  font-size: 1.14rem;
}
.breadcrumb {
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}
.breadcrumb span {
  color: var(--teal);
}
.trust-bar {
  background: var(--pearl);
  border-bottom: 1px solid var(--line);
}
.trust-grid {
  min-height: 108px;
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
}
.trust-grid > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border-left: 1px solid var(--line);
}
.trust-grid > div:first-child {
  border: 0;
  padding-left: 0;
}
.trust-grid strong {
  font-size: 0.78rem;
  color: var(--navy);
}
.trust-grid small {
  display: block;
  color: var(--muted);
  font-size: 0.67rem;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(20, 120, 111, 0.12);
  flex: none;
}
.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.photo-block {
  min-height: 520px;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.photo-block:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 160px;
  background: var(--amber);
  transform: rotate(-32deg);
  left: -130px;
  top: 130px;
}
.photo-block:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 80px;
  background: var(--teal);
  transform: rotate(-32deg);
  right: -160px;
  bottom: 80px;
}
.photo-block.has-photo:before {
  inset: 0;
  width: auto;
  height: auto;
  background: linear-gradient(180deg, transparent 34%, rgba(7, 23, 37, 0.88));
  transform: none;
  z-index: 1;
}
.photo-block.has-photo:after {
  display: none;
}
.photo-block img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.photo-copy {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  z-index: 2;
  color: #fff;
}
.photo-copy strong {
  display: block;
  font-family: var(--display);
  font-size: 3rem;
  line-height: 1;
}
.photo-copy span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.body-copy p {
  color: var(--muted);
}
.body-copy h2 {
  color: var(--navy);
}
.quote {
  margin-top: 28px;
  padding: 24px 26px;
  border-left: 4px solid var(--amber);
  background: var(--pearl);
  color: var(--navy);
  font-weight: 700;
}
[dir="rtl"] .quote {
  border-left: 0;
  border-right: 4px solid var(--amber);
}
.regional {
  background: var(--navy);
  color: #fff;
}
.regional-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: center;
}
.regional-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}
.regional-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.regional-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 23, 37, 0.85));
}
.regional-tag {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 26px;
  padding: 10px 14px;
  background: var(--amber);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
[dir="rtl"] .regional-tag {
  left: auto;
  right: 28px;
}
.regional .eyebrow {
  color: var(--amber);
}
.regional .lead {
  color: rgba(255, 255, 255, 0.64);
}
.advantage-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 35px;
}
.advantage {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.035);
}
.advantage b {
  display: block;
  margin-bottom: 6px;
  color: var(--amber);
  font-size: 0.82rem;
}
.advantage span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}
.media-split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: center;
}
.media-frame {
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 500px;
}
.media-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-frame figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 11px;
  background: rgba(7, 23, 37, 0.82);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 55px;
}
.card {
  grid-column: span 6;
  min-height: 300px;
  padding: 32px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: 0.25s;
}
.card.wide {
  grid-column: span 12;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.card.dark {
  background: var(--navy);
  color: #fff;
}
.card.teal {
  background: var(--teal);
  color: #fff;
}
.card svg {
  width: 48px;
  height: 48px;
  color: var(--amber);
  margin-bottom: 52px;
}
.card h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}
.card p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.card.dark p,
.card.teal p {
  color: rgba(255, 255, 255, 0.68);
}
.card-num {
  position: absolute;
  top: 24px;
  right: 28px;
  color: var(--sand);
  font-family: var(--display);
  font-size: 1.8rem;
}
[dir="rtl"] .card-num {
  right: auto;
  left: 28px;
}
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 55px;
  background: var(--line);
  border: 1px solid var(--line);
}
.feature {
  padding: 34px;
  background: var(--paper);
}
.feature b {
  display: block;
  margin-bottom: 24px;
  color: var(--teal);
  font-family: var(--display);
  font-size: 2rem;
}
.feature h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1rem;
}
.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}
.dark-section {
  background: var(--navy);
  color: #fff;
}
.dark-section .eyebrow {
  color: var(--amber);
}
.dark-section .lead {
  color: rgba(255, 255, 255, 0.62);
}
.sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}
.sector {
  min-height: 245px;
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.sector svg {
  width: 34px;
  height: 34px;
  color: var(--amber);
  margin-bottom: 60px;
}
.sector h3 {
  margin: 0 0 7px;
  font-size: 1rem;
}
.sector p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.79rem;
}
.timeline {
  margin-top: 55px;
  border-top: 1px solid var(--line);
}
.timeline-item {
  display: grid;
  grid-template-columns: 100px 1fr 1.2fr;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.timeline-item b {
  color: var(--teal);
  font-family: var(--display);
  font-size: 1.6rem;
}
.timeline-item h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.05rem;
}
.timeline-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.compliance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.control-card {
  background: var(--navy);
  color: #fff;
  padding: 36px;
  box-shadow: var(--shadow);
}
.control-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.live {
  color: #8fe2d9;
}
.route-visual {
  height: 260px;
  margin: 24px 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
}
.ops-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.ops-meta div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
}
.ops-meta b {
  display: block;
  color: var(--amber);
  font-size: 0.8rem;
}
.ops-meta span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.64rem;
}
.checklist {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.checklist li {
  padding: 17px 0 17px 32px;
  border-bottom: 1px solid var(--line);
  position: relative;
  color: var(--muted);
}
.checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 900;
}
[dir="rtl"] .checklist li {
  padding: 17px 32px 17px 0;
}
[dir="rtl"] .checklist li:before {
  left: auto;
  right: 0;
}
.contact-section {
  background: var(--amber);
  position: relative;
  overflow: hidden;
}
.contact-section:before {
  content: "DARB";
  position: absolute;
  right: -30px;
  bottom: -100px;
  color: rgba(11, 32, 53, 0.08);
  font-family: var(--display);
  font-size: 22vw;
  line-height: 1;
}
.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
}
.contact-section .eyebrow {
  color: var(--navy);
}
.contact-section .lead {
  color: rgba(11, 32, 53, 0.67);
}
.contact-details {
  display: grid;
  gap: 20px;
  margin-top: 38px;
}
.contact-details span {
  display: block;
  color: rgba(11, 32, 53, 0.55);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.contact-details a,
.contact-details strong {
  font-weight: 800;
  color: var(--navy);
}
.rfq {
  background: var(--paper);
  padding: 36px;
  box-shadow: var(--shadow);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field {
  display: grid;
  gap: 7px;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  color: var(--navy);
  font-size: 0.73rem;
  font-weight: 800;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(20, 120, 111, 0.11);
}
.field textarea {
  min-height: 125px;
  resize: vertical;
}
.form-submit {
  width: 100%;
  margin-top: 20px;
  background: var(--navy);
  color: #fff;
}
.form-note {
  margin: 12px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.68rem;
}
.cta {
  padding: 75px 0;
  background: var(--amber);
}
.cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cta h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
}
.cta .btn {
  background: var(--navy);
  color: #fff;
  flex: none;
}
footer {
  background: #071725;
  color: #fff;
}
.footer-grid {
  min-height: 190px;
  display: grid;
  grid-template-columns: 1.25fr 1.1fr 0.65fr;
  align-items: center;
  gap: 40px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-brand strong {
  display: block;
  max-width: 310px;
  font-size: 0.78rem;
  line-height: 1.35;
}
.footer-brand span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.65rem;
}
.footer-contact {
  display: grid;
  gap: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
}
.footer-contact a {
  color: var(--amber);
  font-weight: 700;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.73rem;
}
[dir="rtl"] .footer-links {
  justify-content: flex-start;
}
.faq-list {
  margin-top: 50px;
  border-top: 1px solid var(--line);
}
.faq-item {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.faq-item h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
}
.faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.legal-copy {
  max-width: 820px;
}
.legal-copy h2 {
  margin: 42px 0 12px;
  color: var(--navy);
  font-size: 1.35rem;
}
.legal-copy p {
  color: var(--muted);
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s,
    transform 0.6s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}
@media (max-width: 980px) {
  .nav-links {
    position: fixed;
    top: 98px;
    left: 20px;
    right: 20px;
    display: none;
    padding: 24px;
    background: var(--pearl);
    color: var(--navy) !important;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links .lang-switch {
    color: var(--navy);
    border-color: var(--line);
  }
  .menu-toggle {
    display: block;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 165px;
  }
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trust-grid > div:first-child {
    grid-column: 1/-1;
    border-bottom: 1px solid var(--line);
    padding-left: 20px;
  }
  .split,
  .compliance-grid,
  .contact-grid,
  .regional-grid,
  .media-split {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .sector-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-row {
    grid-template-columns: 1fr;
  }
  .timeline-item {
    grid-template-columns: 70px 1fr;
  }
  .timeline-item p {
    grid-column: 2;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    padding: 42px 0;
    gap: 22px;
  }
  .footer-links {
    justify-content: flex-start;
  }
  .faq-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .cta-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }
  .section {
    padding: 80px 0;
  }
  .utility-inner {
    justify-content: center;
    gap: 12px;
    font-size: 0.57rem;
  }
  .utility-inner span:first-child {
    display: none;
  }
  .brand-copy {
    display: none;
  }
  .hero,
  .hero-grid {
    min-height: 780px;
  }
  .hero-grid {
    padding-bottom: 68px;
  }
  .hero h1 {
    font-size: clamp(3.65rem, 18vw, 5.6rem);
  }
  .hero-actions .btn {
    width: 100%;
  }
  .service-strip a {
    grid-template-columns: 46px 1fr;
  }
  .service-strip small {
    display: none;
  }
  .page-hero {
    padding: 165px 0 70px;
  }
  .page-hero h1 {
    font-size: 3.7rem;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .trust-grid > div:first-child {
    grid-column: auto;
  }
  .trust-grid > div {
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .card,
  .card.wide {
    grid-column: auto;
    min-height: 280px;
  }
  .sector-grid,
  .form-grid,
  .advantage-list {
    grid-template-columns: 1fr;
  }
  .sector {
    min-height: 205px;
  }
  .sector svg {
    margin-bottom: 40px;
  }
  .photo-block,
  .regional-image,
  .media-frame {
    min-height: 410px;
  }
  .photo-block img {
    height: 410px;
  }
  .ops-meta {
    grid-template-columns: 1fr;
  }
  .timeline-item {
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }
  .rfq {
    padding: 24px 18px;
  }
  .field.full {
    grid-column: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
