@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root {
  --surface: #f7f9fb;
  --surface-lowest: #ffffff;
  --surface-low: #f2f4f6;
  --on-surface: #191c1e;
  --on-surface-variant: #45464d;
  --primary: #131b2e;
  --outline: #76777d;
  --outline-variant: #c6c6cd;
  --line: #e2e8f0;
  --gold: #ffb95f;
  --shadow-1: 0 4px 12px rgba(15, 23, 42, 0.08);
}

/* PDF-matched Rate Enquiry template */
.rate-template-page { margin: 0; min-width: 1080px; color: #000; background: #fff; font-family: Arial, Helvetica, sans-serif; }
.rate-template { width: 100%; max-width: 1733px; min-height: 756px; margin: 0 auto; padding: 7px 29px 2px; box-sizing: border-box; }
.rate-template h1 { width: fit-content; margin: 0 0 10px; padding: 7px 16px; border: 1px solid #f22; font-size: 28px; line-height: 1.2; }
.rt-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; }
.rt-column { min-width: 0; }
.rt-column h2 { margin: 0 0 2px 2px; font-size: 18px; line-height: 22px; }
.rt-table { display: grid; grid-template-columns: 200px minmax(0, 1fr); border: 1px solid #555; }
.rt-table > label, .rt-table > input, .rt-table > div { min-height: 30px; border: 0; border-bottom: 1px solid #777; box-sizing: border-box; }
.rt-table > label { padding: 5px 8px; border-right: 1px solid #555; font-size: 17px; }
.rt-table > input, .rt-table textarea, .rt-table div > input { width: 100%; padding: 4px 8px; border: 0; color: #000; background: transparent; font: inherit; outline: 0; }
.rt-table ::placeholder { color: #087dbb; opacity: 1; }
.rt-table > :nth-last-child(-n + 2) { border-bottom: 0; }
.rt-address-label { min-height: 124px !important; }
.rt-address { display: grid; grid-template-rows: 92px 31px; min-height: 124px !important; }
.rt-address textarea { width: 100%; height: 92px; padding: 5px 8px; resize: none; border: 0; border-bottom: 1px solid #777; outline: 0; }
.rt-address > div { display: grid; grid-template-columns: 1fr 1fr; }
.rt-address > div input + input { border-left: 1px solid #777; }
.rt-options { padding-top: 5px; }
.rt-options fieldset { display: grid; grid-template-columns: 195px repeat(4, minmax(0, 1fr)); margin: 0; padding: 2px 0; border: 0; font-size: 17px; }
.rt-options legend { float: left; width: 195px; padding: 1px 3px; font-weight: 400; }
.rt-options label, .rt-equipment label { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.rt-options input[type="checkbox"], .rt-equipment input[type="checkbox"] { appearance: none; width: 40px; height: 29px; margin: 0; flex: 0 0 auto; border: 1px solid #555; border-radius: 0; background: #fff; }
.rt-options input:checked::after, .rt-equipment input:checked::after { content: "✓"; display: grid; place-items: center; height: 100%; font-size: 22px; }
.rt-options .rt-yes-no { grid-template-columns: 195px 160px 160px; }
.rt-actions { display: grid; grid-template-columns: 198px 1fr; gap: 8px 16px; align-items: center; margin: 73px 0 0 3px; font-size: 17px; }
.rt-button { padding: 9px 15px; border: 1px solid #345; border-radius: 7px; color: #000; background: #d6e8f7; text-decoration: none; }
.rt-shipment { padding-top: 11px; }
.rt-details { grid-template-columns: 196px minmax(0, 1fr); }
.rt-profile-label { min-height: 154px !important; }
.rt-profile { min-height: 154px !important; }
.rt-profile > div { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 30px; }
.rt-profile input { border: 0; }
.rt-date { display: grid; grid-template-columns: 1fr 120px; }
.rt-date input + input { border-left: 1px solid #777; }
.rt-equipment { margin-top: 28px; border: 1px solid #555; }
.rt-equipment-row { display: grid; grid-template-columns: 196px 1fr; min-height: 61px; }
.rt-equipment-row > strong { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid #555; font-size: 17px; }
.rt-equipment-row > strong span { font-size: 32px; }
.rt-equipment-row > div { display: grid; grid-template-columns: repeat(5, 1fr); align-content: center; gap: 4px 8px; padding: 4px 10px; color: #087dbb; }
.rt-equipment input[type="checkbox"] { width: 39px; height: 32px; }
.rt-total { display: grid; grid-template-columns: 196px 1fr; min-height: 31px; border-top: 1px solid #555; }
.rt-total span { padding: 5px 8px; border-right: 1px solid #555; }
.rt-total input { width: 100%; border: 0; outline: 0; }

@media (max-width: 1200px) {
  .rate-template-page { min-width: 0; overflow-x: auto; }
  .rate-template { width: 1180px; }
  .rt-columns { gap: 60px; }
  .rt-options fieldset { grid-template-columns: 170px repeat(4, minmax(0, 1fr)); font-size: 15px; }
  .rt-options legend { width: 170px; }
}

@media print {
  @page { size: A4 landscape; margin: 5mm; }
  .rate-template-page { min-width: 0; }
  .rate-template { width: 287mm; min-height: 195mm; padding: 0; zoom: .72; }
}

* {
  box-sizing: border-box;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--surface);
  color: var(--on-surface);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

body {
  padding: 24px;
}

.page {
  width: min(100%, 1280px);
  min-height: calc(100vh - 48px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-lowest);
  box-shadow: var(--shadow-1);
}

.home-page {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}

.home-page .page {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.header {
  position: relative;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 8px 24px 7px 40px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-lowest);
}

.logo {
  width: 250px;
  flex: 0 0 auto;
  object-fit: contain;
}

.logo-link {
  display: block;
  flex: 0 0 auto;
}

.menu-toggle {
  display: none;
}

.nav {
  display: flex;
  align-items: stretch;
  overflow: visible;
  border: 1px solid var(--primary);
  border-radius: 4px;
}

.nav-group {
  position: relative;
  display: flex;
}

.nav a {
  min-width: 122px;
  height: 53px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--primary);
  color: var(--primary);
  background: var(--surface-lowest);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease, background-color 160ms ease;
}

.nav a:last-child {
  border-right: 0;
}

.submenu-trigger {
  position: relative;
  padding-right: 28px !important;
}

.submenu-trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 160ms ease;
}

.submenu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 1px);
  left: 0;
  min-width: 190px;
  overflow: hidden;
  border: 1px solid var(--primary);
  border-radius: 0 0 4px 4px;
  background: var(--surface-lowest);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.submenu a {
  width: 100%;
  min-width: 190px;
  height: 44px;
  justify-content: flex-start;
  border-right: 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.submenu a:last-child {
  border-bottom: 0;
}

.portal-submenu {
  min-width: 220px;
  overflow: visible;
}

.submenu-item-group {
  position: relative;
}

.nested-submenu-trigger {
  position: relative;
  padding-right: 30px !important;
}

.nested-submenu-trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
}

.submenu-item-group.nested-open .nested-submenu-trigger::before {
  transform: translateY(-30%) rotate(225deg);
}

.nested-submenu {
  position: static;
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--surface-lowest);
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transform: none;
  transition: max-height 180ms ease, opacity 160ms ease, visibility 160ms ease;
}

.submenu-item-group.nested-open .nested-submenu {
  max-height: 132px;
  opacity: 1;
  visibility: visible;
}

.nested-submenu a {
  padding-left: 28px;
  background: var(--surface-low);
}

.nav-group:hover .submenu,
.nav-group:focus-within .submenu,
.nav-group.submenu-open .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-group:hover .submenu-trigger::before,
.nav-group:focus-within .submenu-trigger::before,
.nav-group.submenu-open .submenu-trigger::before {
  transform: translateY(-30%) rotate(225deg);
}

.nav a:hover,
.nav a:focus-visible {
  color: #ffffff;
  background: var(--primary);
  outline: none;
}

.nav a.active {
  position: relative;
  color: #ffffff;
  background: var(--primary);
}

.nav a.active::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--gold);
}

.content {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 40px;
  background: var(--surface-lowest);
}

.column {
  min-width: 0;
}

h2 {
  margin: 0 0 8px;
  color: var(--primary);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

p {
  margin: 0 0 24px;
  color: var(--on-surface-variant);
  font-size: 16px;
  line-height: 24px;
}

.column-image {
  width: 100%;
  height: auto;
  margin-top: 2px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: contain;
  box-shadow: var(--shadow-1);
}

.about-content {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  align-items: start;
  gap: 64px;
  padding: 40px;
  background: var(--surface-lowest);
}

.about-copy,
.about-media {
  min-width: 0;
}

.about-copy h2 {
  margin: 0 0 4px;
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.about-copy p {
  margin-bottom: 24px;
}

.about-map {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-1);
}

.download-row {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--on-surface-variant);
  font-size: 12px;
  line-height: 16px;
}

.download-button {
  min-width: 126px;
  min-height: 36px;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid var(--primary);
  border-radius: 4px;
  color: #ffffff;
  background: var(--primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.download-button:hover,
.download-button:focus-visible {
  color: var(--primary);
  background: var(--gold);
  outline: none;
}

.logistics-content {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-content: start;
  align-items: start;
  gap: 16px 32px;
  padding: 40px;
  background: var(--surface-lowest);
}

.service-list {
  min-width: 0;
}

.service-list h1 {
  width: fit-content;
  min-width: 0;
  margin: 0 0 8px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-left: 3px solid #e30613;
  border-radius: 4px;
  color: var(--primary);
  background: var(--surface-low);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.service-list h1 a {
  position: relative;
  padding: 6px 36px 6px 10px;
  display: block;
  color: inherit;
  text-decoration: none;
}

.service-list h1 a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 11px;
  font-size: 16px;
  font-weight: 400;
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.service-list h1:hover,
.service-list h1:focus-within {
  color: #ffffff;
  border-color: var(--primary);
  border-left-color: var(--gold);
  background: var(--primary);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.14);
}

.service-list h1:hover a::after,
.service-list h1:focus-within a::after {
  transform: translate(3px, -50%);
}

.service-list h1:focus-within {
  outline: 3px solid rgba(19, 27, 46, 0.12);
  outline-offset: 2px;
}

.service-list h1 a:focus {
  outline: none;
}

.service-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--on-surface-variant);
  font-size: 16px;
  line-height: 24px;
}

.service-list li {
  position: relative;
  padding-left: 14px;
}

.service-list li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary);
}

.gallery-content {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 64px;
  padding: 40px;
  background: var(--surface-lowest);
}

.gallery-column {
  min-width: 0;
}

.gallery-column h1 {
  width: fit-content;
  margin: 0 0 16px;
  padding: 4px 10px;
  border: 1px solid #e30613;
  color: var(--primary);
  background: var(--surface-lowest);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.gallery-images {
  display: grid;
  gap: 24px;
}

.gallery-images img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow-1);
}

.useful-links-content {
  flex: 1;
  padding: 40px;
  background: var(--surface-lowest);
}

.useful-links-content > h1 {
  width: fit-content;
  margin: 0 0 28px;
  padding: 4px 12px;
  border: 1px solid #e30613;
  color: #111827;
  background: var(--surface-lowest);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.useful-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 64px;
}

.useful-links-column h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.useful-links-column ul {
  margin: 0;
  padding-left: 19px;
  color: var(--on-surface-variant);
  font-size: 14px;
  line-height: 1.55;
}

.useful-links-column li {
  margin-bottom: 7px;
  padding-left: 1px;
}

.useful-links-column a {
  color: inherit;
  text-decoration: none;
}

.useful-links-column a:hover,
.useful-links-column a:focus-visible {
  color: var(--primary);
  text-decoration: underline;
}

.useful-links-column p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}

.useful-links-column .update-link {
  color: #1515d4;
}

.vertical-content {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 2.1fr);
  grid-template-areas:
    "industries description"
    "small-image wide-image";
  align-content: start;
  align-items: start;
  gap: 12px 48px;
  padding: 40px;
  background: var(--surface-lowest);
}

.vertical-industries,
.vertical-description {
  min-width: 0;
  display: block;
}

.vertical-industries {
  grid-area: industries;
}

.vertical-description {
  grid-area: description;
}

.vertical-industries h1 {
  width: fit-content;
  margin: 0 0 8px;
  padding: 4px 10px;
  border: 1px solid #e30613;
  color: var(--primary);
  background: var(--surface-lowest);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
}

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

.industry-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--on-surface-variant);
  font-size: 16px;
  line-height: 24px;
}

.industry-lists li {
  position: relative;
  padding-left: 14px;
}

.industry-lists li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary);
}

.vertical-copy {
  padding-top: 48px;
}

.vertical-copy p {
  margin-bottom: 20px;
  color: var(--on-surface-variant);
  font-size: 16px;
  line-height: 24px;
}

.vertical-copy p:last-child {
  margin-bottom: 20px;
}

.vertical-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-top: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: contain;
  box-shadow: var(--shadow-1);
}

.vertical-image-small {
  grid-area: small-image;
}

.vertical-image-wide {
  grid-area: wide-image;
}

.site-footer {
  padding: 16px 24px;
  color: #ffffff;
  background: #e30613;
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: inherit;
  font-size: 14px;
  line-height: 20px;
}

.site-footer a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
}

.contact-content {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 64px;
  padding: 40px;
  background: var(--surface-lowest);
}

.contact-details h1,
.contact-form-section h2 {
  margin: 0;
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.contact-details .company-number {
  margin: 0 0 24px;
  font-size: 12px;
  line-height: 16px;
}

.contact-details address {
  color: var(--on-surface);
  font-style: normal;
}

.contact-details address p {
  color: inherit;
}

.contact-details address a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.contact-form-section h2 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.contact-success {
  margin: 0 0 20px;
  padding: 14px 18px;
  border: 1px solid #86c99a;
  border-radius: 6px;
  color: #14532d;
  background: #dcfce7;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.contact-success[hidden] {
  display: none;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-low);
  box-shadow: var(--shadow-1);
}

.form-field {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.form-field label {
  padding: 0;
  border: 0;
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid var(--outline-variant);
  border-radius: 4px;
  color: var(--on-surface);
  background: var(--surface-lowest);
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-field input {
  min-height: 44px;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(19, 27, 46, 0.12);
}

.message-field label {
  min-height: 0;
}

.message-field textarea {
  min-height: 160px;
  resize: vertical;
}

.website-field {
  position: absolute;
  left: -9999px;
}

.submit-button {
  justify-self: end;
  min-width: 150px;
  margin-top: 4px;
  padding: 11px 22px;
  border: 1px solid var(--primary);
  border-radius: 4px;
  color: #ffffff;
  background: var(--primary);
  font: 600 14px/20px Inter, Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.14);
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.submit-button:hover,
.submit-button:focus-visible {
  color: var(--primary);
  background: var(--gold);
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 7px 16px rgba(15, 23, 42, 0.18);
}

.submit-button.is-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #ffffff;
  background: var(--primary);
  cursor: wait;
  opacity: 0.82;
  transform: none;
}

.submit-button.is-loading::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: contact-submit-spin 0.7s linear infinite;
}

@keyframes contact-submit-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1050px) {
  body {
    padding: 16px;
  }

  .page {
    min-height: calc(100vh - 32px);
  }

  .header {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 16px 24px 24px;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    width: 100%;
    overflow: hidden;
    background: var(--primary);
  }

  .nav-group {
    width: 100%;
  }

  .nav-group > .submenu-trigger {
    width: 100%;
  }

  .nav a {
    min-width: 0;
    width: 100%;
    border-right: 0;
  }

  .content {
    gap: 32px;
    padding: 32px;
  }

  .about-content {
    gap: 32px;
    padding: 32px;
  }

  .contact-content {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 32px;
  }

  .contact-form {
    padding: 20px;
  }

  .logistics-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 32px;
  }

  .gallery-content {
    gap: 32px;
    padding: 32px;
  }

  .useful-links-content {
    padding: 32px;
  }

  .useful-links-grid {
    gap: 32px;
  }

  .vertical-content {
    gap: 32px;
    padding: 32px;
  }

}

@media (max-width: 820px) {
  .header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
  }

  .logo {
    width: min(250px, 64vw);
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--primary);
    background: var(--surface-low);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform 200ms ease, opacity 160ms ease, width 180ms ease;
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    border-color: var(--primary);
    background: var(--surface-lowest);
    outline: 3px solid rgba(19, 27, 46, 0.12);
    outline-offset: 2px;
    transform: translateY(-1px);
    box-shadow: 0 7px 16px rgba(15, 23, 42, 0.12);
  }

  .menu-toggle[aria-expanded="true"] {
    color: #ffffff;
    border-color: var(--primary);
    background: var(--primary);
    box-shadow: 0 6px 16px rgba(19, 27, 46, 0.22);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav {
    position: absolute;
    z-index: 20;
    top: 100%;
    right: 24px;
    left: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 50%;
    max-height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    border-width: 0;
    border-radius: 0 0 6px 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
    transition: max-height 220ms ease, opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav-group {
    display: block;
  }

  .submenu {
    position: static;
    min-width: 0;
    max-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 180ms ease;
  }

  .nav-group.submenu-open > .submenu {
    max-height: 96px;
  }

  .nav-group.portal-group.submenu-open > .portal-submenu {
    max-height: 320px;
  }

  .submenu a {
    min-width: 0;
    height: 44px;
    padding-left: 24px;
    color: var(--on-surface-variant);
    background: var(--surface-low);
  }

  .submenu-item-group {
    width: 100%;
  }

  .nested-submenu-trigger::before {
    border-top: 0;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
  }

  .submenu-item-group.nested-open .nested-submenu-trigger::before {
    transform: translateY(-30%) rotate(225deg);
  }

  .nested-submenu {
    position: static;
    min-width: 0;
    max-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 180ms ease;
  }

  .submenu-item-group.nested-open .nested-submenu {
    max-height: 132px;
  }

  .nested-submenu a {
    padding-left: 40px;
    background: var(--surface-lowest);
  }

  .nav.is-open {
    max-height: none;
    overflow: visible;
    border-width: 1px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav:not(.is-open) .submenu {
    max-height: 0 !important;
  }

  .nav-group:not(.submenu-open) > .submenu {
    max-height: 0;
    overflow: hidden;
  }

  .nav a {
    min-height: 48px;
    flex: 0 0 auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .gallery-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .useful-links-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .vertical-content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "industries"
      "small-image"
      "description"
      "wide-image";
    gap: 40px;
  }

  .vertical-image {
    height: auto;
    margin-top: 0;
  }
}

/* Reworked Mission and Vision panels */
.about-page .mission-section {
  padding: clamp(64px, 7vw, 96px) clamp(24px, 6vw, 80px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 380px auto;
  column-gap: 28px;
  row-gap: 0;
  align-items: stretch;
  background: #f1f4f7;
}

.about-page .mission-section > .mission-visual:not(.vision-visual) {
  grid-column: 1;
  grid-row: 1;
}

.about-page .mission-section .vision-visual {
  grid-column: 2;
  grid-row: 1;
}

.about-page .mission-card-primary {
  grid-column: 1;
  grid-row: 2;
}

.about-page .mission-section > .mission-card:not(.mission-card-primary) {
  grid-column: 2;
  grid-row: 2;
}

.about-page .mission-visual {
  min-height: 0;
  padding: 32px;
  border: 1px solid #dbe1e8;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.about-page .mission-visual img,
.about-page .vision-visual img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.about-page .mission-card,
.about-page .mission-card-primary {
  min-height: 300px;
  padding: clamp(32px, 4vw, 50px);
  justify-content: flex-start;
  border: 1px solid #dbe1e8;
  border-top: 4px solid var(--gold);
  border-radius: 0 0 10px 10px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.about-page .mission-card h2 {
  margin: 0 0 20px;
  color: #131b2e;
  font-size: clamp(30px, 3vw, 40px);
}

.about-page .mission-card p {
  margin: 0;
  color: #56606e;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.75;
}

@media (max-width: 820px) {
  .about-page .mission-section {
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto 300px auto;
    row-gap: 0;
  }

  .about-page .mission-section > .mission-visual:not(.vision-visual) {
    grid-column: 1;
    grid-row: 1;
  }

  .about-page .mission-card-primary {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 24px;
  }

  .about-page .mission-section .vision-visual {
    grid-column: 1;
    grid-row: 3;
  }

  .about-page .mission-section > .mission-card:not(.mission-card-primary) {
    grid-column: 1;
    grid-row: 4;
  }
}

@media (max-width: 600px) {
  .about-page .mission-section {
    padding: 40px 16px;
    grid-template-rows: 250px auto 250px auto;
  }

  .about-page .mission-visual {
    padding: 20px;
  }

  .about-page .mission-card,
  .about-page .mission-card-primary {
    min-height: 0;
    padding: 28px 24px 32px;
  }
}

/* Text-only Mission and Vision layout */
.about-page .mission-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto;
  align-items: stretch;
  gap: 24px;
}

.about-page .mission-card-primary,
.about-page .mission-section > .mission-card:not(.mission-card-primary) {
  grid-column: auto;
  grid-row: 1;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 820px) {
  .about-page .mission-section {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .about-page .mission-card-primary,
  .about-page .mission-section > .mission-card:not(.mission-card-primary) {
    grid-column: 1;
    grid-row: auto;
    margin-bottom: 0;
  }
}

/* Professional About page finish */
.about-page .about-content { min-height: auto; padding: clamp(64px,7vw,96px) clamp(24px,6vw,80px); grid-template-columns: minmax(340px,.92fr) minmax(460px,1.08fr); gap: clamp(36px,5vw,72px); background: #f4f6f8; }
.about-page .about-content::before { display: none; }
.about-page .about-copy { z-index: 1; height: 100%; padding: clamp(36px,4vw,56px); display: flex; flex-direction: column; justify-content: center; border: 0; border-radius: 8px; background: #131b2e; box-shadow: 0 18px 42px rgba(15,23,42,.14); }
.about-page .about-copy h2 { max-width: 620px; margin: 0 0 34px; padding: 0 0 24px; color: #fff; font-size: clamp(30px,3.5vw,48px); line-height: 1.08; letter-spacing: -.04em; }
.about-page .about-copy h2::after { width: 58px; height: 3px; }
.about-page .about-copy p { max-width: none; margin: 0 0 18px; padding: 0; border: 0; color: rgba(255,255,255,.73); font-size: 15px; line-height: 1.72; }
.about-page .about-copy p:last-child { margin-bottom: 0; }
.about-page .about-media { z-index: 1; height: auto; padding: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #dfe4ea; border-radius: 8px; background: #fff; box-shadow: 0 18px 42px rgba(15,23,42,.1); }
.about-page .about-map { width: 100%; min-height: 0; height: auto; flex: none; object-fit: contain; border-radius: 0; }
.about-page .download-row { min-height: 82px; margin: 0; padding: 17px 20px; border-top: 1px solid var(--line); background: #fff; }
.about-page .download-button { min-width: 128px; min-height: 46px; border-radius: 4px; box-shadow: none; }
.about-page .mission-section { padding: clamp(64px,7vw,96px) clamp(24px,6vw,80px); grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(340px,auto)); gap: 24px; background: #e9edf2; }
.about-page .mission-card, .about-page .mission-card-primary { padding: clamp(34px,4vw,54px); border: 1px solid #dce2e9; border-top: 4px solid #e0a84b; border-radius: 6px; background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.07); }
.about-page .mission-card h2 { margin: 0 0 22px; color: #131b2e; font-size: clamp(28px,3vw,38px); line-height: 1.1; }
.about-page .mission-card p { color: #596372; font-size: 15px; line-height: 1.75; }
.about-page .mission-visual { min-height: 340px; padding: 28px; border: 1px solid #dce2e9; border-radius: 6px; background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.07); }
.about-page .mission-visual img, .about-page .vision-visual img { width: min(88%,440px); max-height: 330px; object-fit: contain; filter: none; }
.about-page .site-footer { border-top: 0; background: #131b2e; }
.about-page .site-footer p, .about-page .site-footer a { color: rgba(255,255,255,.68); }

@media (max-width:1050px) {
  .about-page .about-content { grid-template-columns: 1fr 1fr; padding: 56px 32px; }
  .about-page .about-map { min-height: 0; }
  .about-page .mission-section { padding: 56px 32px; }
}
@media (max-width:820px) {
  .about-page .about-content { grid-template-columns: 1fr; }
  .about-page .about-copy, .about-page .about-media { height: auto; }
  .about-page .mission-section { grid-template-columns: 1fr; grid-template-rows: auto; }
}
@media (max-width:600px) {
  .about-page .about-content, .about-page .mission-section { padding: 40px 16px; }
  .about-page .about-copy { padding: 30px 24px; }
  .about-page .about-copy h2 { font-size: 30px; }
  .about-page .about-map { min-height: 0; }
  .about-page .mission-card, .about-page .mission-card-primary { padding: 30px 24px; }
  .about-page .mission-visual { min-height: 270px; }
}

@media (max-width: 600px) {
  body {
    padding: 0;
  }

  .page {
    min-height: 100vh;
    border-radius: 0;
  }

  .header {
    padding: 16px;
  }

  .logo {
    width: min(230px, 66vw);
  }

  .nav {
    right: 16px;
    left: auto;
    width: 50%;
  }

  .nav a {
    height: 48px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 16px;
  }

  .content {
    gap: 40px;
    padding: 32px 16px;
  }

  .about-content {
    gap: 32px;
    padding: 32px 16px;
  }

  .logistics-content {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 16px;
  }

  .gallery-content {
    gap: 40px;
    padding: 32px 16px;
  }

  .useful-links-content {
    padding: 32px 16px;
  }

  .useful-links-content > h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .gallery-column h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .vertical-content {
    gap: 32px;
    padding: 32px 16px;
  }

  .vertical-industries h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .industry-lists {
    gap: 8px;
  }

  .industry-lists ul {
    font-size: 14px;
    line-height: 22px;
  }

  .vertical-copy {
    padding-top: 0;
  }

  .vertical-copy p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-content {
    gap: 32px;
    padding: 32px 16px;
  }

  .form-field {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .message-field label {
    min-height: 0;
  }

  .submit-button {
    width: 100%;
  }

  .about-copy h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .download-row {
    margin-top: 24px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .download-button {
    align-self: flex-start;
  }

  h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

/* Refined About page */
.about-content {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(320px, 0.82fr) minmax(440px, 1.18fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
  padding: clamp(64px, 7vw, 104px) clamp(32px, 6vw, 80px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 185, 95, 0.14), transparent 24%),
    linear-gradient(135deg, #f8fafc 0%, #ffffff 58%);
}

.about-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: clamp(32px, 6vw, 80px);
  width: 72px;
  height: 5px;
  background: var(--gold);
}

.about-copy {
  position: relative;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(198, 198, 205, 0.68);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(8px);
}

.about-copy h2 {
  position: relative;
  margin: 0 0 32px;
  padding-bottom: 24px;
  color: var(--primary);
  font-size: clamp(28px, 3.1vw, 44px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.about-copy h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 3px;
  border-radius: 2px;
  background: var(--gold);
}

.about-copy p {
  margin: 0 0 22px;
  color: #535d6b;
  font-size: 16px;
  line-height: 1.75;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-media {
  position: relative;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.about-map {
  display: block;
  border: 0;
  border-radius: 9px;
  box-shadow: none;
}

.download-row {
  margin-top: 14px;
  padding: 16px 10px 4px;
  gap: 18px;
  color: #5d6673;
  font-size: 13px;
  line-height: 1.5;
}

.download-button {
  min-width: 132px;
  min-height: 44px;
  border: 0;
  border-radius: 5px;
  background: var(--primary);
  box-shadow: 0 8px 18px rgba(19, 27, 46, 0.18);
  font-size: 13px;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.download-button:hover,
.download-button:focus-visible {
  color: var(--primary);
  background: var(--gold);
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(19, 27, 46, 0.16);
}

@media (max-width: 1050px) {
  .about-content {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 56px 32px;
  }
}

@media (max-width: 820px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-copy {
    padding: 32px;
  }
}

@media (max-width: 600px) {
  .about-content {
    padding: 44px 16px;
  }

  .about-content::before {
    left: 16px;
  }

  .about-copy {
    padding: 26px 22px;
  }

  .about-copy h2 {
    margin-bottom: 26px;
    font-size: 27px;
  }

  .about-media {
    padding: 8px;
  }

  .download-row {
    padding: 12px 4px 4px;
  }
}

/* Home page banner */
.mission-section {
  padding: clamp(64px, 7vw, 96px) clamp(32px, 6vw, 80px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 24px;
  background: var(--primary);
}

.mission-card {
  padding: clamp(28px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.mission-card-primary { border-color: rgba(255, 185, 95, 0.34); background: rgba(255, 185, 95, 0.09); }
.mission-card h2 { position: relative; margin: 0 0 24px; padding-bottom: 16px; color: #fff; font-size: clamp(28px, 3vw, 40px); font-weight: 700; line-height: 1.1; letter-spacing: -0.035em; }
.mission-card h2::after { content: ""; position: absolute; bottom: 0; left: 0; width: 44px; height: 3px; border-radius: 2px; background: var(--gold); }
.mission-card p { margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 15px; line-height: 1.75; }
.mission-visual { min-height: 360px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)); }
.mission-visual img { width: min(88%, 330px); height: auto; display: block; filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.22)); }

@media (max-width: 1050px) {
  .mission-section { grid-template-columns: 1fr 1fr; }
  .mission-visual { grid-row: span 2; grid-column: 2; }
}

@media (max-width: 820px) {
  .mission-section { grid-template-columns: 1fr; padding: 56px 32px; }
  .mission-visual { grid-row: auto; grid-column: auto; min-height: 300px; }
}

@media (max-width: 600px) {
  .mission-section { padding: 44px 16px; gap: 16px; }
  .mission-card { padding: 26px 22px; }
  .mission-visual { min-height: 260px; }
}

.home-page .column h2 {
  position: relative;
  margin-bottom: 24px;
  padding: 0 0 18px 20px;
  color: var(--primary);
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.home-page .column h2::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 18px;
  left: 0;
  width: 4px;
  border-radius: 2px;
  background: var(--gold);
}

.home-page .column h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
  height: 1px;
  background: linear-gradient(90deg, var(--outline-variant), transparent 85%);
}

.home-banner {
  position: relative;
  height: clamp(260px, 38vw, 520px);
  overflow: hidden;
  background: var(--primary);
}

.home-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19, 27, 46, 0.42), transparent 58%),
    linear-gradient(0deg, rgba(19, 27, 46, 0.2), transparent 45%);
  pointer-events: none;
}

.home-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 44%;
  transform: scale(1.01);
}

.home-banner video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 600px) {
  .home-page .column h2 {
    padding-left: 16px;
    font-size: 23px;
  }

  .home-banner {
    height: 280px;
  }

  .home-banner img {
    object-position: 62% center;
  }
}

/* About page layout redesign */
.about-content { min-height: 680px; padding: clamp(72px,8vw,120px) clamp(28px,7vw,96px); display: grid; grid-template-columns: minmax(320px,.85fr) minmax(480px,1.15fr); align-items: center; gap: clamp(56px,8vw,112px); background: #fff; }
.about-content::before { top: 0; left: 0; width: 38%; height: 100%; background: linear-gradient(135deg,#f1f4f7,#f8fafb); }
.about-copy { z-index: 1; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.about-copy h2 { max-width: 570px; margin-bottom: 42px; padding: 0 0 28px; font-size: clamp(34px,4.2vw,58px); line-height: 1.02; letter-spacing: -.055em; }
.about-copy h2::after { width: 76px; height: 4px; }
.about-copy p { max-width: 590px; margin-bottom: 20px; padding-left: 22px; border-left: 1px solid #d9dee5; color: #56606d; line-height: 1.72; }
.about-media { z-index: 1; padding: 0; border: 0; border-radius: 16px; background: #fff; box-shadow: 0 30px 70px rgba(15,23,42,.15); }
.about-map { border-radius: 16px 16px 0 0; }
.download-row { min-height: 82px; margin: 0; padding: 18px 22px; border-top: 1px solid var(--line); }
.download-button { min-height: 46px; border-radius: 6px; }
.mission-section { position: relative; padding: clamp(72px,8vw,112px) clamp(28px,7vw,96px); display: grid; grid-template-columns: minmax(300px,.8fr) minmax(420px,1.2fr); grid-template-rows: 1fr 1fr; gap: 24px 48px; background: #111a2c; }
.mission-visual { grid-column: 1; grid-row: 1 / 3; min-height: 560px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: radial-gradient(circle at center,rgba(255,185,95,.2),transparent 45%),rgba(255,255,255,.035); }
.mission-visual img { width: min(82%,430px); }
.mission-card, .mission-card-primary { padding: clamp(30px,4vw,52px); border: 0; border-left: 3px solid rgba(255,185,95,.85); border-radius: 0 10px 10px 0; background: rgba(255,255,255,.055); }
.mission-card h2 { margin-bottom: 20px; padding: 0; font-size: clamp(28px,3vw,42px); }
.mission-card h2::after { display: none; }
.mission-card p { max-width: 680px; font-size: 16px; line-height: 1.78; }

@media (max-width:1050px) {
  .about-content { grid-template-columns: .9fr 1.1fr; gap: 42px; padding: 64px 32px; }
  .mission-section { grid-template-columns: minmax(260px,.7fr) 1.3fr; gap: 20px 30px; padding: 64px 32px; }
  .mission-visual { grid-column: 1; grid-row: 1 / 3; }
}

@media (max-width:820px) {
  .about-content { grid-template-columns: 1fr; gap: 48px; }
  .about-content::before { width: 100%; height: 42%; }
  .about-copy h2 { max-width: 620px; }
  .mission-section { grid-template-columns: 1fr; grid-template-rows: auto; }
  .mission-visual { grid-column: auto; grid-row: auto; min-height: 380px; }
}

@media (max-width:600px) {
  .about-content { padding: 52px 18px; }
  .about-copy h2 { margin-bottom: 30px; font-size: 34px; }
  .about-copy p { padding-left: 16px; }
  .download-row { padding: 16px; }
  .mission-section { padding: 52px 18px; gap: 16px; }
  .mission-visual { min-height: 290px; }
  .mission-card, .mission-card-primary { padding: 28px 24px; }
}

/* Mission and vision image pairing */
.mission-section {
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 1fr);
  grid-template-rows: repeat(2, minmax(360px, auto));
  gap: 28px;
}

.mission-section .mission-card-primary {
  grid-column: 1;
  grid-row: 1;
}

.mission-section > .mission-visual:not(.vision-visual) {
  grid-column: 2;
  grid-row: 1;
}

.mission-section > .mission-card:not(.mission-card-primary) {
  grid-column: 2;
  grid-row: 2;
}

.mission-section .vision-visual {
  grid-column: 1;
  grid-row: 2;
}

.mission-section .mission-visual {
  min-height: 360px;
}

.vision-visual img {
  width: min(90%, 500px);
}

@media (max-width: 820px) {
  .mission-section {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .mission-section .mission-card-primary,
  .mission-section > .mission-visual:not(.vision-visual),
  .mission-section > .mission-card:not(.mission-card-primary),
  .mission-section .vision-visual {
    grid-column: auto;
    grid-row: auto;
  }
}

/* Single-column About page */
.about-page .about-content,
.about-page .mission-section {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto;
}

.about-page .about-copy,
.about-page .about-media,
.about-page .mission-card-primary,
.about-page .mission-section > .mission-visual:not(.vision-visual),
.about-page .mission-section > .mission-card:not(.mission-card-primary),
.about-page .mission-section .vision-visual {
  width: 100%;
  margin-inline: auto;
  grid-column: 1;
  grid-row: auto;
}

.about-page .about-content {
  gap: 32px;
}

.about-page .mission-section {
  gap: 24px;
}

/* Two-column Mission and Vision section */
.about-page .mission-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto;
}

.about-page .mission-card-primary {
  grid-column: 1;
  grid-row: 1;
}

.about-page .mission-section > .mission-visual:not(.vision-visual) {
  grid-column: 1;
  grid-row: 2;
}

.about-page .mission-section > .mission-card:not(.mission-card-primary) {
  grid-column: 2;
  grid-row: 1;
}

.about-page .mission-section .vision-visual {
  grid-column: 2;
  grid-row: 2;
}

@media (max-width: 820px) {
  .about-page .mission-section {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .about-page .mission-card-primary,
  .about-page .mission-section > .mission-visual:not(.vision-visual),
  .about-page .mission-section > .mission-card:not(.mission-card-primary),
  .about-page .mission-section .vision-visual {
    grid-column: 1;
    grid-row: auto;
  }
}

/* Final Mission and Vision composition */
.about-page .about-content {
  padding-right: clamp(16px, 3vw, 40px);
  padding-left: clamp(16px, 3vw, 40px);
}

.about-page .mission-section { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 380px auto; column-gap: 28px; row-gap: 0; background: #f1f4f7; }
.about-page .mission-section > .mission-visual:not(.vision-visual) { grid-column: 1; grid-row: 1; }
.about-page .mission-section .vision-visual { grid-column: 2; grid-row: 1; }
.about-page .mission-card-primary { grid-column: 1; grid-row: 2; }
.about-page .mission-section > .mission-card:not(.mission-card-primary) { grid-column: 2; grid-row: 2; }
.about-page .mission-visual { width: 100%; min-height: 0; margin: 0; padding: 32px; border: 1px solid #dbe1e8; border-bottom: 0; border-radius: 10px 10px 0 0; background: #fff; }
.about-page .mission-card, .about-page .mission-card-primary { width: 100%; min-height: 300px; margin: 0; padding: clamp(32px,4vw,50px); border: 1px solid #dbe1e8; border-top: 4px solid var(--gold); border-radius: 0 0 10px 10px; background: #fff; }
.about-page .mission-visual img, .about-page .vision-visual img { width: 100%; height: 100%; max-height: none; object-fit: contain; }

@media (max-width:820px) {
  .about-page .mission-section { grid-template-columns: 1fr; grid-template-rows: 300px auto 300px auto; }
  .about-page .mission-section > .mission-visual:not(.vision-visual) { grid-column: 1; grid-row: 1; }
  .about-page .mission-card-primary { grid-column: 1; grid-row: 2; margin-bottom: 24px; }
  .about-page .mission-section .vision-visual { grid-column: 1; grid-row: 3; }
  .about-page .mission-section > .mission-card:not(.mission-card-primary) { grid-column: 1; grid-row: 4; }
}

@media (max-width:600px) {
  .about-page .mission-section { grid-template-rows: 250px auto 250px auto; }
  .about-page .mission-visual { padding: 20px; }
  .about-page .mission-card, .about-page .mission-card-primary { min-height: 0; padding: 28px 24px 32px; }
}

/* Keep the company name on one line */
.about-page .about-copy h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(18px, 3.5vw, 48px);
}

/* Smaller top-right plane */
.topplane {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: clamp(1275px, 45vw, 1470px);
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 0, 0) rotate(30deg);
  transform-origin: center;
  will-change: transform, opacity;
}

.topplane img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

@media (max-width: 600px) {
  .topplane {
    width: 180vw;
  }
}

@media (max-width: 600px) {
  .about-page .about-copy h2 {
    font-size: clamp(14px, 4.5vw, 20px);
  }
}

/* Blue Mission and Vision panels */
.about-page .mission-card,
.about-page .mission-card-primary {
  min-height: 280px;
  padding: clamp(34px, 4vw, 52px);
  justify-content: center;
  border: 0;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(145deg, #174a82 0%, #102f58 100%);
  box-shadow: 0 16px 34px rgba(16, 47, 88, 0.2);
}

.about-page .mission-card h2 {
  margin: 0 0 20px;
  padding: 0 0 16px;
  color: #ffffff;
}

.about-page .mission-card h2::after {
  display: block;
  width: 46px;
  height: 3px;
  background: rgba(255, 255, 255, 0.9);
}

.about-page .mission-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.75;
}

.about-page .mission-visual {
  border-color: #dbe1e8;
  background: #ffffff;
}

@media (max-width: 600px) {
  .about-page .mission-card,
  .about-page .mission-card-primary {
    min-height: 0;
    padding: 30px 24px 34px;
  }
}

/* Compact Mission and Vision spacing */
.about-page .mission-section {
  padding: 32px clamp(16px, 3vw, 40px);
  grid-template-rows: 260px auto;
  column-gap: 24px;
}

.about-page .mission-visual {
  min-height: 0;
  height: 260px;
  padding: 0;
  overflow: hidden;
}

.about-page .mission-visual img,
.about-page .vision-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .mission-card,
.about-page .mission-card-primary {
  min-height: 0;
  padding: 30px 34px 34px;
}

@media (max-width: 820px) {
  .about-page .mission-section {
    padding: 28px 20px;
    grid-template-rows: 240px auto 240px auto;
  }

  .about-page .mission-visual {
    height: 240px;
  }
}

@media (max-width: 600px) {
  .about-page .mission-section {
    padding: 20px 16px;
    grid-template-rows: 210px auto 210px auto;
  }

  .about-page .mission-visual {
    height: 210px;
  }

  .about-page .mission-card,
  .about-page .mission-card-primary {
    padding: 26px 22px 30px;
  }
}

/* Final text-only Mission and Vision placement */
.about-page .mission-section { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: auto; align-items: stretch; gap: 24px; }
.about-page .mission-card-primary, .about-page .mission-section > .mission-card:not(.mission-card-primary) { grid-column: auto; grid-row: 1; height: 100%; margin: 0; border-radius: 10px; }

@media (max-width:820px) {
  .about-page .mission-section { grid-template-columns: 1fr; grid-template-rows: auto; }
  .about-page .mission-card-primary, .about-page .mission-section > .mission-card:not(.mission-card-primary) { grid-column: 1; grid-row: auto; }
}

/* Cropped aircraft cockpit decoration */
.about-page .about-content {
  position: relative;
  overflow: hidden;
}

.about-cockpit {
  position: absolute;
  z-index: 3;
  top: -54px;
  right: -42px;
  width: clamp(260px, 30vw, 430px);
  height: clamp(190px, 23vw, 320px);
  overflow: hidden;
  border-radius: 48% 0 0 52%;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.2);
  transform: rotate(-30deg);
  transform-origin: center;
  pointer-events: none;
}

.about-cockpit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 58%, rgba(19, 27, 46, 0.18));
}

.about-cockpit img {
  position: absolute;
  top: -30%;
  left: -12%;
  width: 185%;
  height: 165%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
}

.about-page .about-copy,
.about-page .about-media {
  position: relative;
  z-index: 1;
}

.about-page .about-copy h2 {
  padding-right: clamp(150px, 28vw, 390px);
}

@media (max-width: 820px) {
  .about-cockpit {
    top: -34px;
    right: -46px;
    width: 250px;
    height: 185px;
  }

  .about-page .about-copy h2 {
    padding-right: 170px;
  }
}

@media (max-width: 600px) {
  .about-cockpit {
    top: -24px;
    right: -58px;
    width: 190px;
    height: 140px;
    opacity: 0.82;
  }

  .about-page .about-copy h2 {
    padding-right: 96px;
  }
}

/* Professional Contact page */
.contact-page .contact-content {
  padding: clamp(64px, 7vw, 96px) clamp(24px, 6vw, 80px);
  grid-template-columns: minmax(300px, 0.72fr) minmax(500px, 1.28fr);
  align-items: stretch;
  gap: clamp(32px, 5vw, 64px);
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 185, 95, 0.12), transparent 24%),
    #f2f5f8;
}

.contact-page .contact-details {
  position: relative;
  padding: clamp(34px, 4vw, 52px);
  overflow: hidden;
  border-radius: 10px;
  color: #ffffff;
  background: #131b2e;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
}

.contact-page .contact-details::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border: 36px solid rgba(255, 185, 95, 0.08);
  border-radius: 50%;
}

.contact-page .contact-details h1 {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 24px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.contact-page .contact-details h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58px;
  height: 3px;
  border-radius: 2px;
  background: var(--gold);
}

.contact-page .contact-details .company-number {
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.contact-page .contact-details address {
  position: relative;
  z-index: 1;
}

.contact-page .contact-details address p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.contact-page .contact-details address a {
  color: var(--gold);
  text-decoration: none;
}

.contact-page .contact-details address a:hover,
.contact-page .contact-details address a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.contact-page .contact-plane {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  height: auto;
  margin: 16px auto 0;
  display: block;
  border-radius: 8px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.24));
}

.contact-page .contact-form-section {
  padding: clamp(34px, 4vw, 52px);
  border: 1px solid #dfe4ea;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.09);
}

.contact-page .contact-form-section > h2 {
  max-width: 650px;
  margin: 0 0 30px;
  color: #131b2e;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.contact-page .contact-form {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-page .form-field {
  gap: 7px;
}

.contact-page .form-field label {
  color: #343d4c;
  font-size: 13px;
  font-weight: 600;
}

.contact-page .form-field input,
.contact-page .form-field textarea {
  padding: 12px 14px;
  border: 1px solid #cfd6df;
  border-radius: 5px;
  background: #f8fafc;
}

.contact-page .form-field input {
  min-height: 48px;
}

.contact-page .form-field input:hover,
.contact-page .form-field textarea:hover {
  border-color: #9da7b4;
}

.contact-page .form-field input:focus,
.contact-page .form-field textarea:focus {
  border-color: #131b2e;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(19, 27, 46, 0.1);
}

.contact-page .message-field {
  grid-column: 1 / -1;
}

.contact-page .message-field textarea {
  min-height: 170px;
}

.contact-page .submit-button {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 170px;
  min-height: 48px;
  margin-top: 4px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(19, 27, 46, 0.18);
}

.contact-page .site-footer {
  border-top: 0;
  background: #131b2e;
}

.contact-page .site-footer p,
.contact-page .site-footer a {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1050px) {
  .contact-page .contact-content {
    grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
    padding: 56px 32px;
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .contact-page .contact-content {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-details,
  .contact-page .contact-form-section {
    padding: 36px;
  }
}

@media (max-width: 600px) {
  .contact-page .contact-content {
    padding: 36px 16px;
    gap: 20px;
  }

  .contact-page .contact-details,
  .contact-page .contact-form-section {
    padding: 28px 22px;
  }

  .contact-page .contact-details h1 {
    font-size: 28px;
  }

  .contact-page .contact-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-page .message-field,
  .contact-page .submit-button {
    grid-column: 1;
  }

  .contact-page .submit-button {
    width: 100%;
  }
}

.about-page .about-content {
  overflow: visible;
}

/* 2026 homepage refresh */
.home-page { background: #fff; }
.home-page .header { z-index: 50; padding-inline: clamp(22px, 4vw, 64px); box-shadow: 0 1px 0 rgba(15,23,42,.08); }
.home-page .logo { width: clamp(190px, 19vw, 250px); }
.home-page .home-banner { min-height: min(720px, calc(100vh - 104px)); height: calc(100vh - 104px); isolation: isolate; }
.home-page .home-banner::after { z-index: -1; background: linear-gradient(90deg,rgba(7,13,27,.88) 0%,rgba(7,13,27,.62) 46%,rgba(7,13,27,.16) 78%),linear-gradient(0deg,rgba(7,13,27,.46),transparent 45%); }
.home-page .home-banner video { position: absolute; z-index: -2; inset: 0; }
.hero-content { width: min(1320px,100%); height: 100%; margin: 0 auto; padding: clamp(64px,9vw,130px) clamp(24px,7vw,92px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { margin: 0 0 20px; color: #bb1935; font-size: 12px; font-weight: 700; line-height: 1.4; letter-spacing: .17em; text-transform: uppercase; }
.hero-content .eyebrow { color: #ffca80; }
.hero-content h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(48px,7.2vw,104px); font-weight: 700; line-height: .96; letter-spacing: -.065em; }
.hero-content h1 span { color: #ffb95f; }
.hero-copy { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px,1.6vw,21px); line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-button { min-height: 52px; padding: 14px 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease; }
.hero-button:hover,.hero-button:focus-visible { transform: translateY(-2px); }
.hero-button-primary { color: #131b2e; background: #ffb95f; }
.hero-button-primary:hover,.hero-button-primary:focus-visible { color: #131b2e; background: #ffd49b; }
.hero-button-secondary { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.04); }
.hero-button-secondary:hover,.hero-button-secondary:focus-visible { border-color: #fff; background: #fff; color: #131b2e; }
.hero-scroll { position: absolute; right: clamp(24px,4vw,64px); bottom: 30px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll span { width: 42px; height: 1px; background: #ffb95f; }
.home-main { overflow: hidden; background: #fff; }
.promise-strip { position: relative; z-index: 2; width: min(1180px,calc(100% - 48px)); margin: -48px auto 0; display: grid; grid-template-columns: repeat(3,1fr); background: #fff; box-shadow: 0 20px 50px rgba(15,23,42,.13); }
.promise-strip article { min-height: 130px; padding: 30px 34px; display: flex; align-items: center; gap: 22px; border-right: 1px solid #e6e9ee; }
.promise-strip article:last-child { border-right: 0; }
.promise-strip strong { color: #d4d9e0; font-size: 13px; }
.promise-strip h2 { margin: 0 0 5px; color: #131b2e; font-size: 18px; font-weight: 700; }
.promise-strip p { margin: 0; color: #697281; font-size: 13px; line-height: 1.5; }
.home-intro { width: min(1180px,calc(100% - 48px)); margin: 0 auto; padding: clamp(100px,11vw,160px) 0 clamp(64px,8vw,100px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px,8vw,120px); align-items: end; }
.section-heading h2 { margin: 0; color: #131b2e; font-size: clamp(42px,5vw,72px); font-weight: 700; line-height: 1.04; letter-spacing: -.055em; }
.intro-copy { padding-bottom: 4px; }
.intro-copy p { max-width: 620px; margin: 0 0 18px; color: #596373; font-size: 17px; line-height: 1.8; }
.intro-gallery { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.intro-gallery img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; border-radius: 14px; box-shadow: 0 20px 55px rgba(15,23,42,.1); }
.company-grid { width: min(1320px,calc(100% - 48px)); margin: 0 auto clamp(100px,11vw,160px); display: grid; gap: 28px; }
.company-card { min-height: 480px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; background: #f1f4f7; }
.company-card-reverse { grid-template-columns: .9fr 1.1fr; }
.company-card-reverse .company-image { order: 2; }
.company-image { min-height: 430px; overflow: hidden; background: #e8ebef; }
.company-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.company-card:hover .company-image img { transform: scale(1.035); }
.company-copy { padding: clamp(40px,5vw,72px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.location-tag { margin-bottom: 20px; color: #bb1935; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.company-copy h2 { margin: 0 0 24px; color: #131b2e; font-size: clamp(30px,3.4vw,48px); font-weight: 700; line-height: 1.1; letter-spacing: -.045em; }
.company-copy p { max-width: 500px; margin: 0; color: #596373; font-size: 15px; line-height: 1.75; }
.company-copy a { margin-top: 30px; padding-bottom: 5px; border-bottom: 1px solid #131b2e; color: #131b2e; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.company-copy a span { margin-left: 8px; transition: margin .2s ease; }
.company-copy a:hover span { margin-left: 14px; }
.services-showcase { padding: clamp(80px,9vw,130px) max(24px,calc((100% - 1180px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,8vw,120px); background: #111a2c; }
.section-heading-light .eyebrow { color: #ffb95f; }
.section-heading-light h2 { color: #fff; }
.service-links { border-top: 1px solid rgba(255,255,255,.18); }
.service-links a { min-height: 102px; padding: 24px 4px; display: grid; grid-template-columns: 42px minmax(150px,.8fr) minmax(190px,1fr) 28px; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.18); color: #fff; text-decoration: none; transition: padding .25s ease,background .25s ease; }
.service-links a:hover { padding-inline: 18px; background: rgba(255,255,255,.055); }
.service-links span { color: #ffb95f; font-size: 11px; }
.service-links strong { font-size: 18px; }
.service-links em { color: rgba(255,255,255,.55); font-size: 13px; font-style: normal; line-height: 1.5; }
.service-links b { color: #ffb95f; font-size: 20px; font-weight: 400; }
.home-quote { padding: clamp(90px,12vw,170px) 24px; text-align: center; background: radial-gradient(circle at center,rgba(255,185,95,.12),transparent 38%),#f5f7f9; }
.home-quote blockquote { margin: 0 auto 44px; color: #131b2e; font-family: Georgia,serif; font-size: clamp(35px,5vw,68px); font-style: italic; line-height: 1.18; letter-spacing: -.035em; }
.home-quote blockquote span { color: #bb1935; }
.home-page .site-footer { min-height: 90px; border: 0; background: #111a2c; }
.home-page .site-footer p,.home-page .site-footer a { color: rgba(255,255,255,.58); }

@media (max-width: 900px) {
  .promise-strip { grid-template-columns: 1fr; margin-top: 0; }
  .promise-strip article { min-height: 100px; border-right: 0; border-bottom: 1px solid #e6e9ee; }
  .home-intro,.services-showcase { grid-template-columns: 1fr; }
  .intro-gallery { grid-template-columns: 1fr; }
  .company-card,.company-card-reverse { grid-template-columns: 1fr; }
  .company-card-reverse .company-image { order: 0; }
  .company-image { min-height: 360px; }
}

@media (max-width: 600px) {
  .home-page .home-banner { height: calc(100svh - 86px); min-height: 600px; }
  .hero-content { padding: 56px 20px 78px; }
  .hero-content h1 { font-size: clamp(43px,14vw,62px); }
  .hero-copy { margin-top: 24px; font-size: 16px; }
  .hero-actions { width: 100%; margin-top: 30px; }
  .hero-button { width: 100%; }
  .hero-scroll { display: none; }
  .promise-strip,.home-intro,.company-grid { width: calc(100% - 32px); }
  .promise-strip article { padding: 24px; }
  .home-intro { padding: 76px 0 52px; gap: 30px; }
  .section-heading h2 { font-size: 40px; }
  .intro-copy p { font-size: 15px; }
  .company-grid { gap: 18px; margin-bottom: 80px; }
  .company-image { min-height: 250px; }
  .company-copy { padding: 32px 24px 38px; }
  .services-showcase { padding: 72px 20px; gap: 44px; }
  .service-links a { grid-template-columns: 30px 1fr 20px; gap: 12px; }
  .service-links em { display: none; }
  .home-quote { padding: 84px 20px; }
  .home-quote blockquote { font-size: 35px; }
}

/* Refined homepage image presentation */
.home-page .company-card {
  overflow: visible;
  border: 1px solid #e1e6ec;
  border-radius: 14px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.1);
}

.home-page .company-image {
  position: relative;
  min-height: 0;
  margin: 18px;
  aspect-ratio: 16 / 9;
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: #dfe7ef;
  box-shadow:
    0 18px 36px rgba(15, 23, 42, 0.16),
    0 0 0 7px rgba(255, 255, 255, 0.58);
}

.home-page .company-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 58%, rgba(9, 17, 31, 0.32)),
    linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 34%);
  pointer-events: none;
}

.home-page .company-image img {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.002);
}

.home-page .company-card:hover .company-image img {
  transform: scale(1.025);
}

.image-caption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  color: #ffffff;
  background: rgba(10, 18, 32, 0.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

@media (max-width: 900px) {
  .home-page .company-image {
    width: calc(100% - 36px);
  }
}

@media (max-width: 600px) {
  .home-page .company-card { border-radius: 10px; }
  .home-page .company-image {
    width: calc(100% - 24px);
    margin: 12px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
  }
  .image-caption { right: 10px; bottom: 10px; padding: 6px 9px; font-size: 9px; }
}

/* Full-width horizontal aircraft on the About page */
.about-page .plane {
  width: 100%;
  min-width: 0;
  padding: clamp(12px, 2vw, 28px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-page .plane img {
  width: 100%;
  max-width: 1280px;
  height: auto;
  max-height: 430px;
  display: block;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 600px) {
  .about-page .plane {
    padding-block: 8px;
  }

  .about-page .plane img {
    width: 112%;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .topplane {
    display: none;
  }
}

/* About page: JAGUAR core values journey */
.about-page,
.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page h5,
.about-page h6,
.about-page p,
.about-page a,
.about-page span,
.about-page button,
.about-page input,
.about-page textarea,
.about-page select {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.about-page .Corevalues-section {
  --core-orange: #ff4b1f;
  position: relative;
  width: 100%;
  padding: clamp(64px, 8vw, 112px) clamp(20px, 6vw, 88px) clamp(72px, 9vw, 124px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 27%, rgba(42, 93, 135, .32), transparent 26%),
    radial-gradient(circle at 72% 77%, rgba(29, 76, 117, .28), transparent 27%),
    linear-gradient(135deg, #020c1d 0%, #061b33 50%, #031326 100%);
}

.about-page .Corevalues-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  pointer-events: none;
  background-image: url("images/earth.png");
  background-repeat: no-repeat;
  background-position: right 105%;
  background-size: min(72%, 930px) auto;
  mix-blend-mode: screen;
}

.core-values-heading {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto clamp(20px, 4vw, 30px);
}

.core-values-heading p {
  margin: 0 0 12px;
  color: var(--core-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.about-page .core-values-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 7.4vw, 104px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.core-values-list {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.core-values-list::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 7%;
  bottom: 8%;
  left: 83px;
  width: 3px;
  border-left: 3px dashed rgba(255, 103, 62, .95);
  filter: drop-shadow(0 0 7px rgba(255, 75, 31, .8));
}

.core-value-card {
  position: relative;
  min-height: 190px;
  display: grid;
  grid-template-columns: 168px minmax(280px, .86fr) minmax(310px, 1.14fr);
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.core-value-letter {
  position: relative;
  z-index: 3;
  color: #f7f7f7;
  font-size: clamp(106px, 12vw, 158px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 2px 3px 0 #7c1e16, 0 10px 20px rgba(0,0,0,.55);
  -webkit-text-stroke: 1px rgba(255,255,255,.76);
}

.core-value-letter::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 14px;
  height: 14px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: var(--core-orange);
  box-shadow: 0 0 0 4px var(--core-orange), 0 0 16px 5px rgba(255,75,31,.65);
  transform: translate(50%, -50%);
}

.core-value-copy {
  position: relative;
  padding-left: 30px;
}

.core-value-copy::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 3px;
  background: var(--core-orange);
}

.core-value-copy .core-value-title {
  margin: 0 0 10px;
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.05;
  letter-spacing: -.025em;
  opacity: 0;
  transform: translateX(-42px);
  transition: opacity 1s ease, transform 1s ease;
}

.core-value-card.is-visible .core-value-copy .core-value-title {
  opacity: 1;
  transform: translateX(0);
}

.core-value-copy .core-value-title::before {
  content: "";
  display: inline-block;
  width: clamp(28px, 3vw, 54px);
  height: 5px;
  margin: 0 14px 8px 0;
  background: var(--core-orange);
}

.core-value-copy p {
  margin: 0;
  max-width: 460px;
  color: rgba(255,255,255,.86);
  font-size: clamp(16px, 1.7vw, 22px);
  line-height: 1.42;
}

.core-value-image {
  position: relative;
  height: 166px;
  overflow: hidden;
  border-radius: 58% 12px 12px 42%;
  mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 100%);
}

.core-value-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #06182b 0%, transparent 36%), linear-gradient(0deg, rgba(2,12,29,.36), transparent 55%);
}

.core-value-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.08) brightness(.86);
}

.core-value-card-last { min-height: 210px; border-bottom: 0; }
.core-value-destination { position: relative; align-self: stretch; }
.core-value-destination::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  left: -20%;
  border-top: 3px dashed rgba(255,103,62,.95);
  filter: drop-shadow(0 0 7px rgba(255,75,31,.8));
}
.core-value-destination span {
  position: absolute;
  top: calc(50% - 26px);
  right: 7%;
  width: 42px;
  height: 42px;
  border: 9px solid var(--core-orange);
  border-radius: 50% 50% 50% 0;
  background: #06182b;
  box-shadow: 0 0 18px rgba(255,75,31,.5);
  transform: rotate(-45deg);
}
.core-value-destination span::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #fff;
}

@media (max-width: 900px) {
  .core-value-card { grid-template-columns: 112px minmax(0, 1fr) 34%; gap: 22px; min-height: 170px; }
  .core-values-list::before { left: 55px; }
  .core-value-letter { font-size: 104px; }
  .core-value-image { height: 140px; }
}

@media (max-width: 680px) {
  .about-page .Corevalues-section { padding-inline: 18px; }
  .core-values-heading { margin-bottom: 28px; }
  .core-value-card { grid-template-columns: 76px 1fr; gap: 18px; min-height: 164px; padding: 18px 0; }
  .core-values-list::before { left: 37px; top: 5%; bottom: 7%; }
  .core-value-letter { align-self: start; padding-top: 6px; font-size: 78px; }
  .core-value-letter::after { right: -1px; width: 10px; height: 10px; border-width: 4px; }
  .core-value-copy { padding-left: 18px; }
  .core-value-copy .core-value-title { font-size: 15px; }
  .core-value-copy .core-value-title::before { width: 24px; height: 4px; margin-right: 9px; }
  .core-value-copy p { font-size: 16px; }
  .core-value-image { grid-column: 2; width: 100%; height: 118px; margin-top: -6px; border-radius: 10px; mask-image: linear-gradient(90deg, transparent, #000 12%, #000); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000); }
  .core-value-card-last { min-height: 175px; }
  .core-value-destination { grid-column: 2; min-height: 52px; }
  .core-value-destination::before { left: -28%; right: 14%; }
}

@media (prefers-reduced-motion: reduce) {
  .core-value-copy .core-value-title {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Standardised About page content typography */
.about-page main,
.about-page main h2,
.about-page main h5,
.about-page main p,
.about-page main a,
.about-page main span {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.about-page main h2,
.about-page .core-values-heading h2,
.about-page .mission-card h2 {
  font-size: clamp(18px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.about-page main p,
.about-page .about-copy p,
.about-page .mission-card p,
.about-page .core-value-copy p,
.about-page .core-value-copy .core-value-title {
  font-size: 15px;
  line-height: 1.72;
}

.about-page .core-value-copy .core-value-title {
  font-weight: 700;
  letter-spacing: -.01em;
}

@media (max-width: 600px) {
  .about-page main h2,
  .about-page .core-values-heading h2,
  .about-page .mission-card h2 {
    font-size: clamp(14px, 4.5vw, 20px);
  }

  .about-page .core-value-copy .core-value-title {
    font-size: 15px;
  }
}

/* About page: Mission and Vision infographic */
.about-page .mission-section {
  --mission-orange: #ff4b1f;
  position: relative;
  width: 100%;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 6vw, 88px) clamp(70px, 8vw, 112px);
  display: block;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 25%, rgba(37, 86, 129, .34), transparent 28%),
    radial-gradient(circle at 78% 78%, rgba(27, 71, 111, .3), transparent 30%),
    linear-gradient(135deg, #020c1d 0%, #061b33 52%, #031326 100%);
}

.about-page .mission-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .1;
  background: url("images/earth.png") right 110% / min(78%, 980px) auto no-repeat;
  mix-blend-mode: screen;
  pointer-events: none;
}

.mission-vision-heading,
.mission-vision-row {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.mission-vision-heading { margin-bottom: clamp(34px, 5vw, 64px); }
.mission-vision-heading p {
  margin: 0 0 12px;
  color: var(--mission-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.about-page .mission-vision-heading h2 {
  position: relative;
  margin: 0;
  padding-bottom: 25px;
  color: #fff;
  font-size: clamp(46px, 7.4vw, 104px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.mission-vision-heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--mission-orange) 36%, transparent 82%);
  box-shadow: 0 0 9px var(--mission-orange);
}

.mission-vision-row {
  min-height: 420px;
  display: grid;
  grid-template-columns: 190px minmax(280px, .78fr) minmax(390px, 1.22fr);
  align-items: center;
  gap: clamp(26px, 4vw, 58px);
  padding: 32px 0;
}

.mission-vision-row + .mission-vision-row { border-top: 1px solid rgba(255,255,255,.18); }

.about-page .mission-vision-row .mission-card,
.about-page .mission-vision-row .mission-card-primary {
  position: relative;
  z-index: 3;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 10px 0 10px 30px;
  display: block;
  border: 0;
  border-left: 3px solid var(--mission-orange);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-page .mission-vision-row .mission-card h2 {
  margin: 0 0 18px;
  padding: 0;
  color: #fff;
  font-size: clamp(31px, 3.6vw, 50px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.about-page .mission-vision-row .mission-card h2::after { display: none; }
.about-page .mission-vision-row .mission-card p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.72;
}

.mission-symbol {
  position: relative;
  width: 160px;
  aspect-ratio: 1;
  justify-self: center;
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 50%;
  box-shadow: inset 0 0 0 17px rgba(3,19,38,.6), 0 0 0 1px rgba(65,151,213,.45), 0 0 30px rgba(0,0,0,.3);
}

.mission-symbol::before,
.mission-symbol::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255,255,255,.72);
  transform: translate(-50%, -50%);
}
.mission-symbol::before { width: 116%; height: 2px; }
.mission-symbol::after { width: 2px; height: 116%; }
.mission-symbol span { position: absolute; inset: 24%; border: 2px solid var(--mission-orange); border-radius: 50%; }

.compass-symbol span::before {
  content: "";
  position: absolute;
  top: -23px;
  left: calc(50% - 13px);
  width: 26px;
  height: 72px;
  background: linear-gradient(135deg, var(--mission-orange) 50%, #e8edf3 50%);
  clip-path: polygon(50% 0, 100% 82%, 50% 67%, 0 82%);
  filter: drop-shadow(0 4px 5px rgba(0,0,0,.5));
  transform: rotate(38deg);
  transform-origin: 50% 75%;
}

.globe-symbol { background: radial-gradient(circle at 35% 30%, #174b73, #06182c 70%); }
.globe-symbol span { inset: 18%; border-color: rgba(255,255,255,.55); }
.globe-symbol span::before,
.globe-symbol span::after {
  content: "";
  position: absolute;
  border: 1px dashed var(--mission-orange);
  border-radius: 50%;
}
.globe-symbol span::before { inset: 11% -18%; }
.globe-symbol span::after { inset: -18% 22%; }

.mission-collage { position: relative; align-self: stretch; min-height: 350px; overflow: hidden; }
.mission-collage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #06182c 0, transparent 30%), linear-gradient(0deg, #06182c 0, transparent 28%);
  pointer-events: none;
}
.mission-collage img {
  position: absolute;
  width: 76%;
  height: 58%;
  object-fit: cover;
  border-radius: 12px;
  filter: saturate(.9) contrast(1.08) brightness(.9);
  box-shadow: 0 18px 36px rgba(0,0,0,.35);
}
.mission-air-image { top: 0; right: 0; }
.mission-sea-image { right: 7%; bottom: 0; }
.mission-collage .mission-feature-image,
.mission-collage .vision-feature-image {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vision-warehouse-image { top: 0; right: 0; }
.vision-road-image { right: 8%; bottom: 0; }

@media (max-width: 920px) {
  .mission-vision-row { grid-template-columns: 130px minmax(230px, .8fr) minmax(260px, 1.2fr); gap: 24px; }
  .mission-symbol { width: 112px; }
  .mission-collage { min-height: 310px; }
}

@media (max-width: 700px) {
  .about-page .mission-section { padding-inline: 18px; }
  .about-page .mission-vision-heading h2 { font-size: clamp(36px, 12vw, 58px); }
  .mission-vision-row { grid-template-columns: 80px 1fr; min-height: 0; gap: 18px; padding: 36px 0; }
  .mission-symbol { width: 68px; align-self: start; margin-top: 8px; box-shadow: inset 0 0 0 8px rgba(3,19,38,.6); }
  .about-page .mission-vision-row .mission-card,
  .about-page .mission-vision-row .mission-card-primary { padding-left: 20px; }
  .about-page .mission-vision-row .mission-card h2 { font-size: 28px; }
  .mission-collage { grid-column: 2; width: 100%; min-height: 230px; margin-top: 4px; }
  .mission-collage img { width: 83%; height: 62%; }
}

/* Final professional About-page typography system */
.about-page {
  --about-font: Inter, Arial, Helvetica, sans-serif;
  --about-text-size: 15px;
  --about-text-line: 1.72;
  font-family: var(--about-font);
  color: #172033;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.about-page main,
.about-page main h1,
.about-page main h2,
.about-page main h3,
.about-page main h4,
.about-page main h5,
.about-page main h6,
.about-page main p,
.about-page main a,
.about-page main span {
  font-family: var(--about-font);
}

.about-page .about-copy h2 {
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.about-page .about-copy p,
.about-page .mission-card p,
.about-page .core-value-copy p {
  font-size: var(--about-text-size);
  font-weight: 400;
  line-height: var(--about-text-line);
  letter-spacing: 0;
}

.about-page .mission-vision-heading h2,
.about-page .core-values-heading h2 {
  font-size: clamp(42px, 6.5vw, 84px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.045em;
}

.about-page .mission-vision-heading > p,
.about-page .core-values-heading > p {
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: .18em;
}

.about-page .mission-vision-row .mission-card h2 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -.025em;
  opacity: 0;
  transform: translateX(-42px);
  transition: opacity 1s ease, transform 1s ease;
}

.about-page .mission-vision-row.is-visible .mission-card h2 {
  opacity: 1;
  transform: translateX(0);
}

.about-page .core-value-copy .core-value-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.01em;
}

.about-page .download-row,
.about-page .download-button {
  font-family: var(--about-font);
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .about-page .about-copy h2 { font-size: clamp(22px, 7vw, 30px); }
  .about-page .mission-vision-heading h2,
  .about-page .core-values-heading h2 { font-size: clamp(34px, 11vw, 52px); }
  .about-page .mission-vision-row .mission-card h2 { font-size: 26px; }
  .about-page .about-copy p,
  .about-page .mission-card p,
  .about-page .core-value-copy p { font-size: 15px; }
  .about-page .core-value-copy .core-value-title { font-size: 15px; }

  .about-page .about-copy h2 {
    max-width: 100%;
    padding-right: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .about-page .mission-vision-row {
    width: 100%;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 22px;
    padding: 34px 0;
  }

  .about-page .mission-vision-row .mission-symbol {
    display: none;
  }

  .about-page .mission-vision-row .mission-card,
  .about-page .mission-vision-row .mission-card-primary {
    width: 100%;
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
    padding: 4px 0 4px 20px;
  }

  .about-page .mission-vision-row .mission-card p {
    max-width: none;
    overflow-wrap: break-word;
  }

  .about-page .mission-vision-row .mission-collage {
    width: 100%;
    min-width: 0;
    min-height: 230px;
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    border-radius: 10px;
  }

  .about-page .mission-vision-row .mission-collage img,
  .about-page .mission-vision-row .mission-collage .mission-feature-image,
  .about-page .mission-vision-row .mission-collage .vision-feature-image {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .mission-vision-row .mission-card h2 {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* About-page automatic image slider */
.about-page .slider-about {
  position: relative;
  width: 100%;
  height: clamp(150px, 18vw, 230px);
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: #07162a;
  box-shadow: 0 18px 38px rgba(0,0,0,.26);
}

.about-page .slider-about-track {
  height: 100%;
  display: flex;
  transition: transform .75s ease;
  will-change: transform;
}

.about-page .slider-about-item {
  position: relative;
  min-width: 33.333333%;
  height: 100%;
  flex: 0 0 33.333333%;
  padding: 0 5px;
}

.about-page .slider-about-item img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

@media (max-width: 600px) {
  .about-page .slider-about { height: clamp(210px, 62vw, 300px); }
  .about-page .slider-about-item {
    min-width: 100%;
    flex-basis: 100%;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .slider-about-track { transition: none; }
}
