:root {
  --ink: #07111f;
  --night: #0d2236;
  --navy: #12395c;
  --blue: #005db7;
  --blue-bright: #1494ff;
  --amber: #f5a400;
  --amber-soft: #ffd889;
  --smoke: #f4f7f8;
  --line: rgba(255, 255, 255, 0.17);
  --muted: #6d7e8c;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(5, 17, 32, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: clamp(16px, 4vw, 52px);
  right: clamp(16px, 4vw, 52px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 10px 12px 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  color: var(--white);
  background: rgba(6, 18, 31, 0.46);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, top 180ms ease;
}

.site-header[data-elevated="true"] {
  top: 10px;
  color: var(--ink);
  border-color: rgba(8, 24, 40, 0.1);
  background: rgba(255, 255, 255, 0.9);
}

.brand {
  width: clamp(160px, 15vw, 230px);
}

.brand img {
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.24));
}

.logo-pyramid {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: 100%;
}

.logo-pyramid .logo-main {
  width: min(100%, 360px);
  max-height: 160px;
  object-fit: contain;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.logo-box {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.logo-box-white {
  background: transparent;
}

.logo-box img {
  width: 100%;
  max-height: 74px;
  object-fit: contain;
}

.logo-pyramid-nav {
  gap: 4px;
}

.logo-pyramid-nav .logo-main {
  max-height: 54px;
}

.logo-pyramid-nav .logo-row {
  gap: 4px;
}

.logo-pyramid-nav .logo-box {
  min-height: 28px;
  padding: 3px;
  border-radius: 4px;
}

.logo-pyramid-nav .logo-box img {
  max-height: 24px;
}

.logo-pyramid-nav .logo-box:first-child img,
.logo-pyramid-panel .logo-box:first-child img {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.34));
}

.logo-pyramid-panel {
  max-width: 290px;
}

.logo-pyramid-panel .logo-main {
  max-height: 98px;
}

.logo-pyramid-panel .logo-box {
  min-height: 54px;
}

.logo-pyramid-large {
  position: relative;
  z-index: 1;
  width: min(520px, 88%);
}

.logo-pyramid-large .logo-main {
  max-height: 230px;
}

.logo-pyramid-large .logo-row {
  gap: 16px;
}

.logo-pyramid-large .logo-box {
  min-height: 118px;
  padding: 14px;
  border: 1px solid rgba(216, 226, 233, 0.92);
  border-radius: 8px;
  background: #ffffff;
}

.logo-pyramid-large .logo-box img {
  max-height: 92px;
  filter: none;
}

.logo-pyramid-large .logo-box-tosee img {
  max-height: 104px;
  padding: 4px;
}

.logo-pyramid-footer {
  width: min(360px, 82vw);
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav a {
  opacity: 0.74;
}

.main-nav a:hover {
  opacity: 1;
}

.nav-action,
.primary-button,
.secondary-button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nav-action {
  padding: 0 20px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--amber), var(--amber-soft));
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(4, 11, 19, 0.58), rgba(8, 38, 68, 0.28) 48%, rgba(5, 16, 29, 0.18)),
    url("assets/hero-logistics-background.jpg") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 13, 23, 0.78) 0%, rgba(5, 13, 23, 0.48) 42%, rgba(5, 13, 23, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 13, 23, 0.08), rgba(5, 13, 23, 0.46)),
    radial-gradient(circle at 82% 24%, rgba(20, 148, 255, 0.1), transparent 30%),
    radial-gradient(circle at 70% 78%, rgba(245, 164, 0, 0.1), transparent 25%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-grid {
  opacity: 0.24;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 82%, transparent);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  min-height: calc(100svh - 92px);
  padding: 130px clamp(20px, 6vw, 92px) 150px;
}

.hero-copy {
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--amber);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 920px;
  margin-bottom: 28px;
  font-size: clamp(2.7rem, 5.4vw, 6.35rem);
  line-height: 0.94;
}

h2 {
  max-width: 940px;
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4.7vw, 5.25rem);
  line-height: 0.97;
}

.hero-lede {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.primary-button {
  padding: 0 26px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--amber), var(--amber-soft));
  box-shadow: 0 18px 34px rgba(245, 164, 0, 0.22);
}

.secondary-button {
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.primary-button:hover,
.secondary-button:hover,
.nav-action:hover,
.contact-form button:hover {
  transform: translateY(-2px);
}

.command-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: clamp(18px, 2.2vw, 28px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055)),
    rgba(14, 44, 70, 0.42);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.panel-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.panel-top > img {
  width: min(260px, 100%);
}

.panel-top .logo-pyramid img {
  width: 100%;
}

.panel-top span,
.route-label,
.service-kicker {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-card {
  margin: 22px 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.route-line {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  margin: 28px 0 12px;
}

.route-line span {
  width: 15px;
  height: 15px;
  border: 3px solid var(--amber);
  border-radius: 50%;
  background: var(--night);
  box-shadow: 0 0 24px rgba(245, 164, 0, 0.55);
}

.route-line i {
  height: 2px;
  background: linear-gradient(90deg, var(--amber), rgba(255, 255, 255, 0.25));
}

.route-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
}

.route-points strong:nth-child(2) {
  text-align: center;
}

.route-points strong:nth-child(3) {
  text-align: right;
}

.panel-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.panel-metrics div {
  min-width: 0;
  padding: 18px 14px;
  background: rgba(255, 255, 255, 0.07);
}

.panel-metrics strong {
  display: block;
  color: var(--amber);
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  line-height: 1;
}

.panel-metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.73rem;
  font-weight: 800;
}

.hero-strip {
  position: absolute;
  z-index: 3;
  left: clamp(20px, 6vw, 92px);
  right: clamp(20px, 6vw, 92px);
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.hero-strip span {
  min-width: 0;
  padding: 17px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.74rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.hero-strip span:last-child {
  border-right: 0;
}

.intro-band {
  padding: clamp(34px, 5vw, 64px) clamp(20px, 8vw, 140px);
  color: var(--white);
  background: linear-gradient(90deg, #006fca, #1d5d8e 55%, #12395c);
}

.intro-band p {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(1.35rem, 2.5vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
}

.section {
  padding: clamp(78px, 9vw, 134px) clamp(20px, 6vw, 92px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 44px;
}

.services-section {
  color: var(--white);
  background:
    radial-gradient(circle at 18% 0%, rgba(20, 148, 255, 0.24), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(245, 164, 0, 0.18), transparent 24%),
    linear-gradient(180deg, #123452, #0f2d49 52%, #10283f);
}

.services-section .section-heading h2 {
  color: var(--white);
}

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

.service-card {
  position: relative;
  min-height: 585px;
  overflow: hidden;
  padding: 0 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    #14314d;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.service-card::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 78px;
  height: 78px;
  border-right: 2px solid rgba(245, 164, 0, 0.28);
  border-bottom: 2px solid rgba(20, 148, 255, 0.24);
}

.featured-card {
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(18, 52, 82, 0.98), rgba(0, 97, 172, 0.86));
}

.service-kicker,
.service-card h3,
.service-tags,
.service-card p {
  position: relative;
  z-index: 1;
}

.service-card .service-kicker,
.service-card h3,
.service-tags,
.service-card p {
  margin-left: 30px;
  margin-right: 30px;
}

.service-image {
  position: relative;
  height: 220px;
  margin: 0 0 26px;
  overflow: hidden;
  background: var(--night);
}

.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.06), rgba(7, 17, 31, 0.74)),
    linear-gradient(120deg, rgba(0, 93, 183, 0.22), rgba(245, 164, 0, 0.14));
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04) brightness(0.96);
  transition: transform 420ms ease, filter 420ms ease;
}

.service-card:hover .service-image img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.08) brightness(1);
}

.service-kicker {
  color: var(--amber);
}

.featured-card .service-kicker,
.featured-card p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card h3 {
  color: var(--white);
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 1.65vw, 1.85rem);
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -2px 0 18px;
}

.service-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(245, 164, 0, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(245, 164, 0, 0.1);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-card .service-tags span {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.service-card p,
.company-copy p,
.process-board p,
.contact-copy p {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.68;
}

.featured-card p {
  color: rgba(255, 255, 255, 0.76);
}

.process-board p,
.contact-copy p {
  color: var(--muted);
}

.about-section {
  background:
    linear-gradient(180deg, #ffffff, #f5f9fb),
    repeating-linear-gradient(90deg, transparent 0 88px, rgba(7, 17, 31, 0.04) 89px 90px);
}

.about-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 40px;
}

.about-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.about-copy {
  display: grid;
  gap: 18px;
  max-width: 920px;
}

.about-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.85;
}

.about-company {
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid #d8e2e9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(7, 17, 31, 0.06);
}

.about-company-primary {
  border-color: rgba(0, 93, 183, 0.22);
  background: linear-gradient(180deg, #ffffff, #f7fbfd);
}

.about-company span {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-company h3 {
  margin-bottom: 2px;
  font-size: clamp(1.35rem, 2vw, 2.2rem);
}

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

.resume-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #d8e2e9;
  border-radius: 8px;
  background: #d8e2e9;
  box-shadow: var(--shadow);
}

.resume-panel div {
  display: grid;
  gap: 10px;
  min-height: 112px;
  padding: 24px;
  background: #ffffff;
}

.resume-panel span {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.resume-panel strong {
  color: var(--ink);
  font-size: clamp(1.3rem, 2vw, 2.2rem);
  line-height: 1.08;
}

.company-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  background: #10283f;
  color: var(--white);
}

.company-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 55% 34%, rgba(20, 148, 255, 0.22), transparent 33%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow);
}

.company-visual::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.company-visual > img {
  position: relative;
  z-index: 1;
  width: min(440px, 84%);
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.35));
}

.company-visual .logo-pyramid .logo-main {
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.24));
}

.manifest-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(6, 18, 31, 0.72);
  backdrop-filter: blur(12px);
}

.manifest-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.company-copy p {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.72);
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 660px;
  margin-top: 34px;
}

.principles span {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.credentials-band {
  display: grid;
  grid-template-columns: 0.45fr 0.45fr 0.72fr minmax(0, 1.6fr);
  gap: 1px;
  padding: 1px;
  background: #cfdce5;
}

.credentials-band div,
.credentials-band p {
  margin: 0;
  padding: clamp(24px, 3vw, 40px);
  background: #ffffff;
}

.credentials-band div {
  display: grid;
  align-content: center;
  min-height: 150px;
}

.credentials-band span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.credentials-band strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.6vw, 3rem);
  line-height: 1;
}

.credentials-band p {
  display: grid;
  align-content: center;
  color: var(--muted);
  line-height: 1.75;
}

.group-section {
  padding: clamp(72px, 8vw, 118px) clamp(20px, 6vw, 92px);
  background:
    linear-gradient(180deg, #ffffff, #f6fafc),
    repeating-linear-gradient(90deg, transparent 0 88px, rgba(7, 17, 31, 0.04) 89px 90px);
}

.group-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.group-card {
  display: grid;
  align-content: space-between;
  gap: 24px;
  min-height: 280px;
  padding: 24px;
  border: 1px solid #d8e2e9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.07);
}

.group-card-primary {
  grid-column: 1 / -1;
  width: min(560px, 100%);
  justify-self: center;
}

.group-card-primary img {
  max-height: 190px;
}

.group-card img {
  width: 100%;
  max-height: 160px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.group-card span {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
}

.corridor-section {
  padding: clamp(78px, 9vw, 134px) clamp(20px, 6vw, 92px);
  background:
    linear-gradient(180deg, #f8fbfc, #ffffff),
    repeating-linear-gradient(90deg, transparent 0 88px, rgba(7, 17, 31, 0.05) 89px 90px);
}

.corridor-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 42px;
}

.process-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: #cfdce5;
  box-shadow: var(--shadow);
}

.process-board article {
  min-height: 270px;
  padding: clamp(26px, 3vw, 40px);
  background: #ffffff;
}

.process-board span {
  display: block;
  margin-bottom: 58px;
  color: var(--amber);
  font-weight: 900;
}

.process-board h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.72fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
  background: #ffffff;
}

.contact-copy p {
  max-width: 650px;
  margin-top: 24px;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin-top: 34px;
}

.contact-details a,
.contact-details div {
  display: grid;
  gap: 8px;
  min-height: 98px;
  padding: 18px;
  border: 1px solid #d8e2e9;
  border-radius: 8px;
  background: #f8fbfc;
}

.contact-details span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-details strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  line-height: 1.45;
}

.contact-details div:nth-child(3) {
  grid-column: 1 / -1;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 16px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #d8e2e9;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fbfc);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--night);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfdae2;
  border-radius: 6px;
  padding: 14px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(245, 164, 0, 0.3);
  border-color: var(--amber);
}

.security-check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  padding: 14px;
  border: 1px solid #d8e2e9;
  border-radius: 8px;
  background: #f8fbfc;
  text-transform: none;
}

.security-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--amber);
}

.security-check span {
  display: grid;
  gap: 4px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.security-check small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
}

.form-guard {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-form button {
  border: 0;
  color: var(--ink);
  background: linear-gradient(135deg, var(--amber), var(--amber-soft));
  cursor: pointer;
  font: inherit;
}

.map-card {
  min-height: 310px;
  overflow: hidden;
  border: 1px solid #d8e2e9;
  border-radius: 8px;
  background: #edf3f6;
  box-shadow: var(--shadow);
}

.map-card iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
  filter: grayscale(0.22) contrast(1.04);
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 46px 20px;
  color: rgba(255, 255, 255, 0.68);
  background: #10283f;
  text-align: center;
}

.site-footer > img {
  width: min(240px, 72vw);
  margin-bottom: 10px;
}

.site-footer .logo-pyramid {
  margin-bottom: 10px;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-fa {
  font-size: 0.95rem;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .main-nav {
    display: none;
  }

  .hero-inner,
  .section-heading,
  .about-heading,
  .about-body,
  .company-section,
  .credentials-band,
  .group-heading,
  .corridor-copy,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 132px;
  }

  .command-panel {
    max-width: 620px;
  }

  .service-grid,
  .group-grid,
  .about-company-grid,
  .process-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 660px) {
  .site-header {
    top: 10px;
    left: 12px;
    right: 12px;
    min-height: 66px;
    padding: 8px 8px 8px 12px;
  }

  .brand {
    width: 132px;
  }

  .logo-pyramid-nav .logo-main {
    max-height: 38px;
  }

  .logo-pyramid-nav .logo-box {
    min-height: 22px;
    padding: 2px;
  }

  .logo-pyramid-nav .logo-box img {
    max-height: 18px;
  }

  .nav-action {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 4.15rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.6rem);
  }

  .hero {
    background-position: 58% center;
    background-size: cover;
  }

  .hero-inner {
    min-height: calc(100svh - 168px);
    padding: 106px 18px 192px;
  }

  .hero-actions,
  .panel-metrics,
  .principles {
    grid-template-columns: 1fr;
  }

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

  .contact-details div:nth-child(3) {
    grid-column: auto;
  }

  .hero-actions {
    display: grid;
  }

  .command-panel {
    padding: 16px;
  }

  .panel-top {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    left: 18px;
    right: 18px;
    bottom: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-strip span {
    padding: 13px 8px;
    font-size: 0.68rem;
  }

  .intro-band p {
    text-align: left;
  }

  .service-grid,
  .group-grid,
  .about-company-grid,
  .process-board {
    grid-template-columns: 1fr;
  }

  .group-card-primary {
    grid-column: auto;
  }

  .service-card,
  .process-board article {
    min-height: auto;
  }

  .company-visual {
    min-height: 390px;
  }
}
