@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #073b6b;
  --ink2: #092f4b;
  --cream: #f7fbfe;
  --muted: #667d8d;
  --blue: #27aae8;
  --blue2: #087fc3;
  --line: #d3e3ed;
  font-family: 'DM Sans', Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--cream); }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, Arial, sans-serif; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 1rem; top: -5rem; z-index: 50; background: #fff; padding: .7rem 1rem; }
.skip:focus { top: 1rem; }

.site-notice {
  min-height: 44px;
  padding: 10px clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--ink);
  color: #fff;
  border-bottom: 1px solid #ffffff2e;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}
.site-notice strong { color: #69d0fb; font-family: Manrope, Arial, sans-serif; letter-spacing: .02em; }
.site-notice a { color: #fff; font-weight: 700; text-underline-offset: 3px; }
.site-notice a:hover { color: #8cddff; }

.site-header {
  height: 124px;
  padding: 0 clamp(24px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background: #fff;
  color: var(--ink);
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.brand { display: flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.header-logo-crop { position: relative; display: block; width: 400px; height: 96px; overflow: hidden; background: #fff; }
.brand-logo { display: block; }
.brand-logo-horizontal { position: absolute; width: 550px; height: auto; max-width: none; left: 52%; top: 50%; transform: translate(-50%, -47%); }
.site-header nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 2vw, 35px); font-size: 14px; font-weight: 600; }
.site-header nav a { text-decoration: none; white-space: nowrap; }
.site-header nav a:hover, .site-header nav a[aria-current="page"], .text-link:hover { color: var(--blue2); }
.site-header nav a[aria-current="page"]:not(.nav-contact) { box-shadow: 0 2px 0 var(--blue); padding-bottom: 7px; }
.nav-contact { border: 1px solid #99bdd4; padding: 13px 17px; }
.nav-contact span { color: var(--blue); margin-left: 10px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 46px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s, opacity .2s; }

.eyebrow, .section-label, .card-index, .step-num, .visual-caption, .hero-bottom, .process-number, .process-tag {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  letter-spacing: .17em;
  font-size: 12px;
}
.eyebrow { display: flex; align-items: center; gap: 15px; color: var(--blue); }
.eyebrow-rule { width: 31px; height: 2px; background: var(--blue); }
.section-label { color: #697783; }
.section-label span { color: var(--blue); font-size: 14px; }

.hero { position: relative; display: grid; grid-template-columns: 51% 49%; min-height: 650px; background: linear-gradient(135deg, #072d4d 0%, #073b6b 72%, #087fc3 145%); color: white; overflow: hidden; max-width: 1920px; margin: auto; }
.hero-copy { position: relative; padding: clamp(66px, 7vw, 112px) 4vw 115px clamp(24px, 7vw, 120px); z-index: 2; }
.hero h1, .page-hero h1, .contact-page h1 { font-size: clamp(52px, 5.8vw, 94px); line-height: 1.035; letter-spacing: -.07em; margin: 30px 0; font-weight: 700; }
.hero h1 em, .page-hero h1 em, .contact-page h1 em { font-style: normal; color: var(--blue); }
.hero-copy > p { font-size: 18px; line-height: 1.65; max-width: 535px; color: #d5e0e7; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; text-decoration: none; font-weight: 700; font-size: 15px; padding: 18px 21px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--blue); color: var(--ink2); }
.button-primary:hover { background: #58c7f5; }
.button-outline-light { border: 1px solid #80a5bc; color: #fff; margin-top: 22px; }
.text-link { text-decoration: none; color: white; font-weight: 700; font-size: 15px; }
.text-link span { color: var(--blue); margin-left: 7px; }
.hero-visual { position: relative; overflow: hidden; background: linear-gradient(140deg, #0c598b, #092f4b); }
.hero-photo { position: absolute; inset: 0; background-size: cover; opacity: 0; transform: scale(1.025); filter: saturate(.9) brightness(.88); transition: opacity 1.1s ease, transform 5s ease; }
.hero-photo-night { background-image: linear-gradient(90deg, rgba(7,59,107,.34), transparent 40%), url('/hero-port-night.jpeg'); background-position: center 52%; }
.hero-photo-crossing { background-image: linear-gradient(90deg, rgba(7,59,107,.26), transparent 48%), url('/hero-north-sea-crossing.png'); background-position: center 48%; }
.hero-photo-bulk { background-image: linear-gradient(90deg, rgba(7,59,107,.28), transparent 45%), url('/hero-bulk-facility.png'); background-position: center 36%; }
.hero-photo.is-active { opacity: 1; transform: scale(1); }
.hero-visual:hover .hero-photo.is-active { transform: scale(1.015); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,47,75,.78), transparent 46%); pointer-events: none; }
.visual-caption { position: absolute; bottom: 48px; left: 50px; right: 40px; display: flex; justify-content: space-between; gap: 20px; z-index: 1; color: white; }
.visual-caption span { color: var(--blue); }
.hero-bottom { position: absolute; bottom: 0; left: 0; width: 51%; padding: 24px clamp(24px,7vw,120px); border-top: 1px solid #ffffff24; display: flex; align-items: center; gap: 18px; color: #b7c1c8; font-size: 11px; }
.route-dash { height: 1px; flex: 1; background: var(--blue); max-width: 95px; }

.intro, .service-cards, .seo-corridor, .faq, .route, .contact, .page-hero, .content-lead, .capability-grid, .cta-band, .process-intro, .process-list, .shipment-checklist, .about-story, .values-grid, .network-band, .contact-page, .contact-secondary, footer { max-width: 1920px; margin-left: auto; margin-right: auto; }
.section-grid { display: grid; grid-template-columns: 27% 1fr; gap: 40px; padding: 110px clamp(24px,7vw,120px) 74px; }
.intro h2, .route h2, .contact h2, .content-lead h2, .about-story h2, .process-intro h2, .shipment-checklist h2, .network-band h2, .contact-secondary h2 { font-size: clamp(37px, 4.4vw, 67px); line-height: 1.12; letter-spacing: -.058em; font-weight: 700; }
.intro h2 { max-width: 780px; margin-bottom: 28px; }
.intro p, .content-lead p, .about-story p { max-width: 770px; color: #4b5c68; line-height: 1.75; font-size: 18px; }
.inline-arrow { display: inline-flex; gap: 16px; align-items: center; margin-top: 12px; text-decoration: none; font-weight: 700; border-bottom: 2px solid var(--blue); padding-bottom: 7px; }
.inline-arrow span { color: var(--blue2); }
.service-cards { display: grid; grid-template-columns: repeat(3,1fr); padding: 0 clamp(24px,7vw,120px) 120px; gap: 1px; }
.service-cards article { background: #e9f4fa; padding: 38px clamp(24px,3vw,45px) 40px; min-height: 255px; }
.service-cards article:nth-child(2) { background: #dfedf6; }
.service-cards article:nth-child(3) { background: #d4e8f5; }
.card-index { color: var(--blue2); }
.service-cards h3 { font-size: 25px; letter-spacing: -.04em; margin: 43px 0 14px; }
.service-cards p { color: #53636d; font-size: 16px; line-height: 1.6; max-width: 340px; margin: 0; }
.seo-corridor { padding: 105px clamp(24px,7vw,120px); display: grid; grid-template-columns: 23% minmax(0,1fr) minmax(250px,.48fr); gap: clamp(35px,5vw,85px); background: #fff; }
.seo-corridor h2, .faq h2 { font-size: clamp(36px,4.1vw,62px); line-height: 1.1; letter-spacing: -.055em; margin: 0 0 28px; }
.seo-corridor-copy p { color: #4b5c68; line-height: 1.75; font-size: 17px; max-width: 760px; }
.corridor-links { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-top: 30px; }
.corridor-links a { color: var(--ink); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--blue); padding-bottom: 6px; }
.corridor-links a span { color: var(--blue2); margin-left: 8px; }
.corridor-keywords { display: flex; flex-direction: column; align-self: start; border-top: 1px solid #a8c5d5; }
.corridor-keywords span { padding: 17px 0; border-bottom: 1px solid #c7dce8; color: #496575; font-family: Manrope,sans-serif; font-weight: 600; }
.faq { padding: 100px clamp(24px,7vw,120px); display: grid; grid-template-columns: 27% minmax(0,1fr); gap: 40px; background: #e8f4fa; }
.faq > div:last-child { max-width: 980px; }
.faq details { border-top: 1px solid #9ebdce; }
.faq details:last-child { border-bottom: 1px solid #9ebdce; }
.faq summary { cursor: pointer; list-style: none; padding: 24px 42px 24px 0; font-family: Manrope,sans-serif; font-weight: 700; font-size: 19px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--blue2); font-size: 28px; font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: #4b5c68; line-height: 1.7; font-size: 16px; max-width: 820px; padding: 0 42px 24px 0; margin: 0; }
.route { background: var(--ink2); color: #fff; padding: 100px clamp(24px,7vw,120px); display: grid; grid-template-columns: 1fr .8fr; gap: clamp(70px,10vw,160px); }
.route .section-label { color: #acb8be; }
.route h2 { margin: 33px 0; }
.route-heading > p { color: #c6d1d7; font-size: 18px; line-height: 1.7; max-width: 560px; }
.route-steps { list-style: none; margin: 20px 0 0; padding: 0; }
.route-steps li { display: flex; gap: 34px; align-items: baseline; border-top: 1px solid #607180; padding: 27px 0; }
.route-steps li:last-child { border-bottom: 1px solid #607180; }
.step-num { color: var(--blue); }
.route-steps strong { font-family: Manrope, sans-serif; font-size: 22px; letter-spacing: -.03em; }
.route-steps small { display: block; color: #bdc9cf; font-size: 15px; margin-top: 8px; }
.contact { padding: 110px clamp(24px,7vw,120px) 120px; background: #eef7fc; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }
.contact h2 { margin: 35px 0 0; }
.contact p { font-size: 18px; line-height: 1.7; color: #4c5e69; max-width: 560px; }
.contact-email { font-family: Manrope, sans-serif; display: inline-flex; gap: 20px; border-bottom: 2px solid var(--blue); text-decoration: none; font-size: clamp(16px,1.8vw,23px); font-weight: 700; padding: 0 0 14px; overflow-wrap: anywhere; }
.contact-email span { color: var(--blue2); }
.linkedin-link { display: flex; align-items: center; gap: 12px; width: max-content; max-width: 100%; margin-top: 24px; color: var(--ink); font-family: Manrope, sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; }
.linkedin-link:hover { color: var(--blue2); }
.linkedin-badge { display: inline-grid; place-items: center; width: 30px; height: 30px; background: var(--blue2); color: #fff; border-radius: 3px; font-weight: 800; letter-spacing: -.04em; flex: 0 0 auto; }

.page-hero { min-height: 560px; padding: clamp(72px,7vw,120px) clamp(24px,7vw,120px); background: linear-gradient(135deg,#072d4d,#073b6b 75%,#087fc3 150%); color: #fff; display: grid; grid-template-columns: minmax(0,1fr) 280px; align-items: center; overflow: hidden; }
.page-hero-copy { max-width: 1050px; position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 26px; }
.page-hero p { max-width: 660px; font-size: 19px; line-height: 1.7; color: #d1dce3; }
.page-hero-mark { width: 260px; height: 260px; border: 1px solid #ffffff35; border-radius: 50%; display: grid; place-items: center; position: relative; color: var(--blue); font-family: Manrope,sans-serif; }
.page-hero-mark::before, .page-hero-mark::after { content: ""; position: absolute; background: #ffffff35; }
.page-hero-mark::before { width: 140%; height: 1px; }
.page-hero-mark::after { height: 140%; width: 1px; }
.page-hero-mark span { font-size: 68px; font-weight: 800; letter-spacing: -.08em; }
.page-hero-mark small { position: absolute; bottom: 25px; right: 35px; color: #fff; font-weight: 700; letter-spacing: .16em; }
.page-hero-light { background: linear-gradient(135deg,#eaf7fd,#d2eaf7); color: var(--ink); }
.page-hero-light p { color: #4b6576; }
.page-hero-light .page-hero-mark { border-color: #0a639c3d; }
.page-hero-light .page-hero-mark::before, .page-hero-light .page-hero-mark::after { background: #0a639c3d; }
.page-hero-light .page-hero-mark small { color: var(--ink); }
.page-hero-logo { overflow: hidden; background: #fff; }
.page-hero-logo::before, .page-hero-logo::after { display: none; }
.page-hero-logo img { position: absolute; width: 560px; height: auto; max-width: none; left: 50%; top: 50%; transform: translate(-50%, -50%); display: block; }
.content-lead h2, .about-story h2 { max-width: 850px; margin-bottom: 24px; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); padding: 0 clamp(24px,7vw,120px) 120px; }
.capability-grid article { border-top: 1px solid #a8c5d5; border-right: 1px solid #c7dce8; padding: 34px 34px 46px 0; margin-right: 34px; min-height: 240px; }
.capability-grid article:nth-child(3n) { border-right: 0; margin-right: 0; }
.capability-grid article > span { color: var(--blue2); font-family: Manrope,sans-serif; font-weight: 700; letter-spacing: .15em; font-size: 12px; }
.capability-grid h2 { font-size: 25px; letter-spacing: -.04em; margin: 36px 0 13px; }
.capability-grid p { color: #536771; line-height: 1.65; font-size: 16px; }
.cta-band { background: var(--ink2); color: #fff; padding: 65px clamp(24px,7vw,120px); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band .section-label { color: #aabdc9; }
.cta-band h2 { font-size: clamp(30px,3.4vw,52px); letter-spacing: -.05em; margin: 12px 0 0; }
.cta-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.process-intro { padding: 100px clamp(24px,7vw,120px) 55px; display: grid; grid-template-columns: 27% 1fr; gap: 40px; align-items: end; }
.process-intro h2 { margin: 0; }
.process-list { list-style: none; padding: 0 clamp(24px,7vw,120px) 100px; }
.process-list li { display: grid; grid-template-columns: 90px minmax(0,1fr) 120px; gap: 34px; align-items: start; padding: 35px 0; border-top: 1px solid #aac4d4; }
.process-list li:last-child { border-bottom: 1px solid #aac4d4; }
.process-number { color: var(--blue2); padding-top: 8px; }
.process-list h2 { font-size: clamp(24px,2.3vw,34px); letter-spacing: -.045em; margin-bottom: 9px; }
.process-list p { color: #536771; line-height: 1.65; max-width: 760px; margin-bottom: 0; font-size: 16px; }
.process-tag { color: #728796; text-align: right; padding-top: 10px; font-size: 10px; }
.shipment-checklist { background: #dceef8; padding: 90px clamp(24px,7vw,120px); display: grid; grid-template-columns: 1fr .8fr; gap: 70px; }
.shipment-checklist h2 { margin: 25px 0 0; }
.shipment-checklist ul { list-style: none; padding: 0; margin: 0; }
.shipment-checklist li { padding: 18px 0 18px 38px; border-bottom: 1px solid #9ebdce; font-size: 17px; position: relative; }
.shipment-checklist li::before { content: "→"; position: absolute; left: 0; color: var(--blue2); font-weight: 700; }

.values-grid { display: grid; grid-template-columns: repeat(3,1fr); padding: 0 clamp(24px,7vw,120px) 110px; gap: 1px; }
.values-grid article { padding: 45px; background: #e8f4fa; min-height: 260px; }
.values-grid article:nth-child(2) { background: #deedf6; }
.values-grid article:nth-child(3) { background: #d4e7f3; }
.values-grid h2 { font-size: 31px; letter-spacing: -.05em; margin: 45px 0 13px; }
.values-grid p { color: #526672; line-height: 1.65; }
.network-band { padding: 85px clamp(24px,7vw,120px); display: grid; grid-template-columns: 1fr 370px; gap: 70px; align-items: end; }
.network-band h2 { margin: 28px 0 0; }
.network-band h2 span { color: var(--blue2); }
.network-band p { color: #526672; font-size: 18px; line-height: 1.7; margin: 0; }

.contact-page { min-height: 670px; padding: 95px clamp(24px,7vw,120px); background: linear-gradient(135deg,#072d4d,#073b6b 74%,#087fc3 150%); color: #fff; display: grid; grid-template-columns: 1fr minmax(420px,.78fr); gap: clamp(50px,8vw,130px); align-items: center; }
.contact-page-heading p { max-width: 600px; color: #d1dce3; font-size: 19px; line-height: 1.7; }
.contact-card { background: #fff; color: var(--ink); padding: clamp(34px,4vw,56px); box-shadow: 0 28px 70px #001a2e38; }
.contact-address { display: block; font-family: Manrope,sans-serif; font-weight: 800; font-size: clamp(18px,2vw,27px); line-height: 1.35; text-decoration: none; overflow-wrap: anywhere; margin: 18px 0 34px; }
.contact-address span { color: var(--blue2); }
.direct-contact { margin: -14px 0 30px; padding: 17px 0; border-top: 1px solid #d9e3ea; border-bottom: 1px solid #d9e3ea; }
.direct-contact small { display: block; color: #637986; font-weight: 800; letter-spacing: .12em; margin-bottom: 7px; }
.direct-contact a { display: inline-flex; gap: 10px; color: var(--ink); font-family: Manrope,sans-serif; font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.direct-contact a span { color: var(--blue2); }
.contact-card p { color: #526672; margin-bottom: 13px; }
.contact-card ul { list-style: none; padding: 0; margin: 0 0 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.contact-card li { padding-left: 20px; position: relative; }
.contact-card li::before { content: "•"; color: var(--blue2); position: absolute; left: 0; }
.contact-secondary { padding: 90px clamp(24px,7vw,120px); display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.contact-secondary h2 { font-size: clamp(30px,3.3vw,52px); margin: 25px 0 12px; }
.contact-secondary p { color: #526672; font-size: 18px; line-height: 1.65; }
.business-address { display: flex; flex-direction: column; gap: 5px; margin-top: 28px; padding-left: 20px; border-left: 3px solid var(--blue); color: #496575; font-style: normal; line-height: 1.5; }
.business-address strong { color: var(--ink); font-family: Manrope,sans-serif; margin-bottom: 3px; }
.linkedin-panel { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; background: #e5f2f9; padding: 30px; text-decoration: none; border: 1px solid #c3dce9; }
.linkedin-panel small { display: block; color: #607785; letter-spacing: .14em; font-size: 10px; margin-bottom: 6px; }
.linkedin-panel strong { font-family: Manrope,sans-serif; font-size: 18px; }

footer { background: #fff; color: #496b82; min-height: 240px; border-top: 5px solid var(--blue); padding: 36px clamp(24px,7vw,120px); display: grid; grid-template-columns: minmax(420px,1fr) auto; grid-template-areas: "brand links" "brand accreditation" "brand copyright"; align-items: center; column-gap: 70px; row-gap: 0; font-size: 13px; }
.footer-identity { grid-area: brand; display: flex; align-items: center; gap: 24px; text-decoration: none; width: max-content; max-width: 100%; }
.footer-logo-crop { position: relative; display: block; width: 132px; height: 132px; overflow: hidden; background: #fff; flex: 0 0 auto; }
.footer-logo-crop img { position: absolute; width: 292px; height: auto; max-width: none; left: 50%; top: 50%; transform: translate(-50%,-50%); display: block; }
.footer-brand { color: var(--ink); font-family: Manrope,sans-serif; font-weight: 800; letter-spacing: .15em; font-size: 20px; line-height: 1.08; }
.footer-brand span { color: var(--blue2); font-size: 11px; letter-spacing: .17em; }
.footer-links { grid-area: links; display: flex; flex-direction: row; justify-content: flex-end; gap: 28px; padding: 0 0 19px; border-bottom: 1px solid var(--line); }
.footer-links a { text-decoration: none; white-space: nowrap; font-weight: 600; }
.footer-links a:hover { color: var(--blue2); }
.footer-accreditation { grid-area: accreditation; display: flex; justify-content: flex-end; align-items: center; padding: 12px 0 5px; }
.footer-accreditation img { display: block; width: 235px; height: auto; max-width: 100%; }
footer > div:last-child { grid-area: copyright; text-align: right; padding-top: 17px; }

@media (max-width: 1180px) {
  .header-logo-crop { width: 300px; height: 80px; }
  .brand-logo-horizontal { width: 435px; }
  .site-header nav { gap: 18px; }
  .site-header nav > a:nth-child(5) { display: none; }
}

@media (max-width: 700px) {
  .site-notice { align-items: flex-start; flex-direction: column; gap: 2px; padding-top: 11px; padding-bottom: 11px; text-align: left; }
}

@media (max-width: 900px) {
  .site-header { height: 108px; }
  .header-logo-crop { width: 330px; height: 84px; }
  .brand-logo-horizontal { width: 470px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 26px clamp(24px,5vw,48px) 34px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 35px #042b4930; flex-direction: column; align-items: flex-start; gap: 0; }
  .site-header nav.open { display: flex; }
  .site-header nav > a, .site-header nav > a:nth-child(5) { display: block; width: 100%; padding: 13px 0; }
  .site-header nav a[aria-current="page"]:not(.nav-contact) { box-shadow: none; padding-bottom: 13px; color: var(--blue2); }
  .site-header nav .nav-contact { width: auto; margin-top: 12px; padding: 12px 16px; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 80px clamp(24px,7vw,70px) 55px; }
  .hero-visual { min-height: 390px; }
  .hero-bottom { display: none; }
  .section-grid { grid-template-columns: 1fr; padding-top: 75px; gap: 32px; }
  .service-cards { padding-bottom: 75px; }
  .seo-corridor { grid-template-columns: 1fr 1.7fr; }
  .seo-corridor .corridor-keywords { grid-column: 2; }
  .route, .contact-grid, .shipment-checklist, .network-band, .contact-secondary { grid-template-columns: 1fr; }
  .route { gap: 30px; }
  .page-hero { grid-template-columns: 1fr 180px; }
  .page-hero-mark { width: 170px; height: 170px; }
  .page-hero-mark span { font-size: 48px; }
  .page-hero-logo img { width: 370px; }
  .capability-grid { grid-template-columns: repeat(2,1fr); }
  .capability-grid article:nth-child(3n) { border-right: 1px solid #c7dce8; margin-right: 34px; }
  .capability-grid article:nth-child(2n) { border-right: 0; margin-right: 0; }
  .process-intro { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 0; }
  .network-band, .contact-secondary { gap: 30px; }
  .contact-page { grid-template-columns: 1fr; }
  .contact-card { max-width: 700px; }
  footer { grid-template-columns: 1fr; grid-template-areas: "brand" "links" "accreditation" "copyright"; gap: 0; }
  .footer-identity { margin-bottom: 30px; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-accreditation { justify-content: flex-start; }
  footer > div:last-child { text-align: left; }
}

@media (max-width: 620px) {
  .site-header { height: 92px; padding: 0 18px; }
  .header-logo-crop { width: 220px; height: 62px; }
  .brand-logo-horizontal { width: 310px; }
  .hero-copy { padding: 72px 24px 50px; }
  .hero h1, .page-hero h1, .contact-page h1 { font-size: clamp(45px,11.5vw,66px); }
  .hero-copy > p, .page-hero p, .contact-page-heading p { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-visual { min-height: 300px; }
  .visual-caption { left: 24px; right: 24px; bottom: 25px; font-size: 10px; }
  .section-grid { padding: 70px 24px 45px; }
  .seo-corridor, .faq { grid-template-columns: 1fr; padding: 70px 24px; }
  .seo-corridor .corridor-keywords { grid-column: auto; }
  .intro p, .route-heading > p, .contact p, .content-lead p, .about-story p { font-size: 17px; }
  .service-cards { grid-template-columns: 1fr; padding: 0 24px 70px; }
  .service-cards article { min-height: 0; padding: 28px; }
  .service-cards h3 { margin-top: 25px; }
  .route, .contact { padding: 70px 24px; }
  .route-steps strong { font-size: 19px; }
  .route-steps li { gap: 20px; }
  .page-hero { min-height: 0; padding: 72px 24px 80px; display: block; }
  .page-hero-mark { width: 130px; height: 130px; margin: 55px 0 0 auto; }
  .page-hero-mark span { font-size: 38px; }
  .page-hero-mark small { bottom: 10px; right: 15px; }
  .page-hero-logo img { width: 285px; }
  .capability-grid { grid-template-columns: 1fr; padding: 0 24px 70px; }
  .capability-grid article, .capability-grid article:nth-child(3n), .capability-grid article:nth-child(2n) { border-right: 0; margin-right: 0; min-height: 0; padding-right: 0; }
  .cta-band { padding: 55px 24px; flex-direction: column; align-items: flex-start; }
  .process-intro { padding: 70px 24px 40px; }
  .process-list { padding: 0 24px 70px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 15px; }
  .process-tag { display: none; }
  .shipment-checklist, .network-band, .contact-secondary { padding: 70px 24px; }
  .values-grid { padding: 0 24px 70px; }
  .values-grid article { padding: 32px 28px; }
  .values-grid h2 { margin-top: 28px; }
  .contact-page { padding: 72px 24px; }
  .contact-card { padding: 30px 24px; }
  .contact-card ul { grid-template-columns: 1fr; }
  .linkedin-panel { padding: 24px 18px; gap: 14px; }
  .linkedin-panel strong { font-size: 15px; }
  footer { padding: 34px 24px 30px; min-height: 0; }
  .footer-identity { gap: 17px; margin-bottom: 28px; }
  .footer-logo-crop { width: 105px; height: 105px; }
  .footer-logo-crop img { width: 232px; }
  .footer-brand { font-size: 17px; letter-spacing: .12em; }
  .footer-brand span { font-size: 9px; letter-spacing: .12em; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 28px; padding: 20px 0; border-top: 1px solid var(--line); }
  .footer-accreditation { padding: 18px 0 2px; }
  .footer-accreditation img { width: 205px; }
  footer > div:last-child { padding-top: 18px; line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-photo, .button, .menu-toggle > span { transition: none; }
}
