:root {
  --ink: #0b1220;
  --blue: #1d4ed8;
  --blue-dark: #123077;
  --paper: #f5f8ff;
  --muted: #4b5563;
  --line: #d7e3f7;
  --red: #bc252b;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: white; font-family: 'Manrope', sans-serif; }
body { min-height: 100svh; display: flex; flex-direction: column; }
main { flex: 1; animation: page-enter .3s ease-out; transition: opacity .18s ease; }
body.is-leaving main { animation: none; opacity: 0; }
@keyframes page-enter { from { opacity: .2; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
a { color: inherit; text-underline-offset: 5px; }
img { max-width: 100%; }
:focus-visible { outline: 3px solid #d79022; outline-offset: 6px; }
.wrap { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 16px; padding: 12px; z-index: 10; background: white; }
.skip-link:focus { top: 12px; }
.site-header { color: white; background: linear-gradient(90deg, var(--ink), var(--blue)); }
.group-return { background: var(--paper); border-bottom: 1px solid var(--line); padding: 10px 18px; text-align: right; font-size: 12px; line-height: 1.6; }
.group-return a { color: var(--blue-dark); text-underline-offset: 4px; }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 12px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 18px; font-weight: 800; }
.brand img { width: 56px; height: 56px; object-fit: contain; background: white; border-radius: 50%; }
.brand small { display: block; margin-top: 4px; font-size: 9px; font-weight: 600; color: #dbeafe; }
nav { display: flex; flex-wrap: wrap; gap: 28px; }
nav a { padding-block: 8px; font-size: 13px; text-decoration: none; font-weight: 600; border-bottom: 2px solid transparent; }
nav a[aria-current="page"] { border-bottom-color: white; }
nav a:hover { text-decoration: underline; }
.identity { position: relative; min-height: 460px; height: min(560px, 65svh); display: flex; align-items: flex-end; background: var(--ink); isolation: isolate; }
.identity-photos { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.identity-photos img { position: absolute; top: 0; width: 56%; height: 100%; min-height: 0; object-fit: cover; object-position: center 62%; }
.identity-photos img:first-child { left: 0; }
.identity-photos img:last-child { right: 0; -webkit-mask-image: linear-gradient(to right, transparent, black 21%); mask-image: linear-gradient(to right, transparent, black 21%); }
.identity::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #0b1220ed, #0b122022 85%); z-index: -1; }
.identity-content { padding-block: 36px; }
.identity .eyebrow, .identity h1, .identity .text-link { color: white; }
.identity-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.call-link { background: white; color: var(--blue-dark); font-size: 13px; font-weight: 800; border-radius: 4px; padding: 15px 20px; text-decoration: none; }
.call-link:hover { background: #dbeafe; }
.eyebrow { color: var(--blue); font-size: 11px; font-weight: 700; margin: 0 0 16px; text-transform: uppercase; }
h1, h2, h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; margin: 0; }
h1 { color: var(--blue-dark); font-size: 52px; line-height: 1.15; }
h1 span { font-family: 'Manrope', sans-serif; font-size: 14px; }
.identity-subtitle { margin: 12px 0 24px; font-size: 21px; line-height: 1.5; font-weight: 500; color: white; }
.text-link { display: inline-flex; align-items: center; gap: 20px; color: var(--blue); font-size: 12px; font-weight: 700; text-decoration: none; padding: 10px 0; border-bottom: 1px solid var(--line); }
.text-link:hover { border-color: var(--blue); }
.text-link span { font-size: 20px; }
.company-section { background: var(--paper); border-block: 1px solid var(--line); padding-block: 50px; }
.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
h2 { font-size: 34px; line-height: 1.25; color: var(--blue-dark); }
.company-copy p { color: var(--muted); font-size: 15px; line-height: 1.85; margin: 0 0 12px; }
.company-copy p:last-child { margin-bottom: 0; }
.activities { padding-block: 56px 64px; }
.section-heading { margin-bottom: 34px; }
.activity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.activity-grid article { padding-top: 22px; border-top: 2px solid var(--blue); }
.activity-grid article:nth-child(even) { border-color: var(--red); }
.activity-label { color: var(--muted); font-size: 10px; font-weight: 800; }
.activity-grid h2 { font-size: 26px; line-height: 1.3; margin-top: 14px; }
h3 { font-size: 26px; line-height: 1.3; margin-top: 14px; }
.activity-grid p { color: var(--muted); font-size: 14px; line-height: 1.8; max-width: 420px; margin-bottom: 0; }
.fleet-section { background: var(--paper); border-top: 1px solid var(--line); padding-block: 48px 56px; }
.photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.photo-grid a { display: block; background: #e6ebf1; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.photo-grid img { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; transition: opacity .2s; }
.photo-grid a:hover img { opacity: .88; }
.contact-section { background: var(--paper); border-top: 1px solid var(--line); padding-block: 38px; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-copy, .contact-details p { font-size: 14px; line-height: 1.8; color: var(--muted); }
.contact-details { font-style: normal; }
.phone-link { font-size: 26px; font-weight: 700; color: var(--blue); text-decoration: none; }
.phone-link:hover { text-decoration: underline; }
footer { background: var(--ink); color: white; }
.footer-inner { min-height: 110px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.footer-brand small { display: block; margin-top: 5px; color: #bfcee6; font-size: 11px; font-weight: 500; }
.footer-inner p { color: #bfcee6; line-height: 1.8; }
.footer-link { text-decoration: none; padding-block: 10px; }
.footer-link span { margin-left: 12px; }
.page-heading { padding-block: 44px 36px; border-bottom: 1px solid var(--line); background: var(--paper); }
.page-heading h1 { font-size: 42px; }
.page-heading p:last-child { max-width: 720px; color: var(--muted); font-size: 15px; line-height: 1.8; margin: 18px 0 0; }
.page-heading .eyebrow { margin-bottom: 14px; }
.page-content { padding-block: 46px 56px; }
.editorial-photo { display: block; width: 100%; height: auto; max-height: 540px; object-fit: contain; background: var(--paper); }
.section-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 22px; }
.contact-page { align-items: flex-start; gap: 48px; }
.contact-page .contact-details { min-width: 0; }
.contact-details a { overflow-wrap: anywhere; }
.gallery-heading { margin: 36px 0 24px; }
.gallery-heading:first-child { margin-top: 0; }
.gallery-warehouse { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-warehouse img { aspect-ratio: 3 / 4; }
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { flex-wrap: wrap; gap: 14px; }
  nav { gap: 20px; }
  .company-grid, .activity-grid { grid-template-columns: 1fr; gap: 28px; }
  .company-section { padding-block: 36px; }
  .activities { padding-block: 38px; }
  .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .contact-inner { align-items: flex-start; flex-direction: column; gap: 16px; }
}
@media (max-width: 480px) {
  .header-inner { justify-content: center; padding-block: 14px; }
  nav { justify-content: center; width: 100%; gap: 8px 16px; }
  nav a { font-size: 12px; }
  .identity { min-height: 360px; height: auto; }
  .identity-photos img:first-child { width: 100%; }
  .identity-photos img:not(:first-child) { display: none; }
  .identity-content { padding-block: 28px; }
  .identity-actions { gap: 12px; }
  .photo-grid { grid-template-columns: 1fr; }
  .identity .eyebrow { font-size: 10px; }
  h1 { font-size: 38px; }
  .page-heading h1 { font-size: 34px; }
  .page-heading { padding-block: 30px; }
  .page-content { padding-block: 30px 38px; }
  h2 { font-size: 29px; }
  h3 { font-size: 24px; }
  .identity-subtitle { font-size: 18px; margin-bottom: 12px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
  .footer-inner p { margin: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.is-leaving main { opacity: 1; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}