.customs-page { background: #f8fafb; }
.customs-cover { position: relative; height: 460px; margin-top: 114px; color: #fff; background: #121d2e; }
.customs-cover > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.customs-cover::after { content: ""; position: absolute; inset: 0; background: rgba(10,20,32,.38); }
.customs-cover__copy { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: end; padding-bottom: 56px; }
.customs-cover__copy > p:first-child { margin: 0 0 16px; font-size: 13px; color: #fff; }
.customs-cover h1 { margin: 0; font-size: 56px; line-height: 1.2; }
.customs-cover__lead { margin: 18px 0 0; max-width: 700px; font-size: 17px; line-height: 1.8; }
.customs-services { padding-top: 64px; padding-bottom: 64px; }
.customs-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 36px; margin-bottom: 30px; }
.customs-heading h2 { margin: 0; font-size: 30px; line-height: 1.35; }
.customs-heading p { margin: 0; color: #526474; font-size: 15px; line-height: 1.9; }
.customs-categories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.customs-category { position: relative; display: block; min-width: 0; width: 100%; aspect-ratio: 1.35; overflow: hidden; border-radius: 4px; color: white; background: #263c46; }
.customs-category--wide { grid-column: 1 / -1; aspect-ratio: 2.7; }
.customs-category > img { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.customs-category#vehicle > img { object-position: center 30%; }
.customs-category#reefer > img { object-position: center 58%; }
.customs-category#steel > img { object-position: center 46%; }
.customs-category::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,20,32,.14) 20%, rgba(10,20,32,.48) 52%, rgba(10,20,32,.92) 100%); }
.customs-category:hover > img { transform: scale(1.025); }
.customs-category:focus-visible { outline: 3px solid #5e819e; outline-offset: 4px; }
.customs-category__number { position: absolute; z-index: 1; right: 26px; top: 25px; font: 13px ui-monospace, monospace; color: white; text-shadow: 0 1px 3px #121d2e; }
.customs-category__copy { position: absolute; z-index: 1; left: 32px; right: 90px; bottom: 32px; }
.customs-category__copy h3 { margin: 0 0 13px; color: white; font-size: 28px; line-height: 1.35; }
.customs-category__copy p { margin: 0; max-width: 620px; color: #f0f4f6; font-size: 15px; line-height: 1.8; }
.customs-category__arrow { position: absolute; bottom: 32px; right: 26px; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.7); }
.customs-category__arrow svg { width: 20px; height: 20px; }
.customs-details { padding-top: 8px; padding-bottom: 60px; }
.customs-details details { border-top: 1px solid #d5dfe5; scroll-margin-top: 132px; }
.customs-details details:last-of-type { border-bottom: 1px solid #d5dfe5; }
.customs-details summary { cursor: pointer; padding: 24px 4px; font-size: 18px; font-weight: 600; }
.customs-details summary::marker { color: #5e819e; }
.customs-detail__body { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 48px; padding: 0 24px 28px; font-size: 15px; line-height: 1.9; color: #526474; }
.customs-detail__body p { margin: 0; }
.customs-detail__body ul { padding-left: 20px; margin: 0; }
.customs-detail__body li + li { margin-top: 8px; }
.customs-disclaimer { margin: 22px 0 0; font-size: 13px; color: #667482; }
.customs-contact { background: #e7edf1; padding: 40px 0; }
.customs-contact__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.customs-contact h2 { font-size: 24px; margin: 0 0 8px; }
.customs-contact p { margin: 0; color: #526474; }
.customs-phone { font-size: 24px; font-weight: 600; }
.customs-page .footer-brand-band { flex-wrap: wrap; }
@media (max-width: 800px) {
  .customs-cover { height: 390px; margin-top: 70px; }
  .customs-cover__copy { padding-bottom: 36px; }
  .customs-cover h1 { font-size: 40px; }
  .customs-cover__lead { font-size: 15px; }
  .customs-services { padding-top: 36px; padding-bottom: 40px; }
  .customs-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 24px; }
  .customs-heading h2 { font-size: 26px; }
  .customs-categories { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .customs-category, .customs-category--wide { grid-column: auto; aspect-ratio: 1.05; min-height: 320px; }
  .customs-category__copy { left: 22px; right: 22px; bottom: 24px; padding-right: 42px; }
  .customs-category__copy h3 { font-size: 24px; }
  .customs-category__copy p { font-size: 14px; }
  .customs-category__arrow { width: 34px; height: 34px; right: 16px; bottom: 26px; }
  .customs-category__number { right: 20px; top: 20px; }
  .customs-detail__body { grid-template-columns: 1fr; padding: 0 4px 24px; gap: 16px; }
  .customs-contact__inner { align-items: start; flex-direction: column; }
  .customs-details details { scroll-margin-top: 115px; }
}
