:root {
  --blue-950: #03162e;
  --blue-900: #06254a;
  --blue-800: #0a3b70;
  --blue-700: #0d4f91;
  --cyan: #00a9da;
  --orange: #f47a33;
  --ink: #122033;
  --muted: #5f6c7a;
  --pale: #eef3f6;
  --line: #d8e0e6;
  --white: #ffffff;
  --font-cn: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Hiragino Sans GB", Arial, 宋体, Meiryo;
  --font-en: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Hiragino Sans GB", Arial, 宋体, Meiryo;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { font-family: var(--font-cn); scroll-behavior: smooth; scroll-padding-top: 82px; }
body { background: var(--white); color: var(--ink); font-family: var(--font-cn); font-size: 14px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.container { margin: 0 auto; width: min(1480px, calc(100% - 96px)); }
.section-label { color: var(--cyan); font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: 1.4px; line-height: 1.2; margin-bottom: 22px; }
.section-label::before { background: currentColor; content: ""; display: inline-block; height: 1px; margin: 0 13px 3px 0; width: 38px; }

/* A restrained transparent header keeps the first viewport image-led. */
.site-header { border-bottom: 1px solid transparent; inset: 0 0 auto; position: fixed; transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease; z-index: 50; }
.site-header.scrolled { background: rgba(255, 255, 255, 0.98); border-bottom-color: var(--line); box-shadow: 0 5px 22px rgba(3, 22, 46, 0.1); }
.nav-shell { align-items: center; display: flex; height: 82px; margin: 0 auto; width: min(1480px, calc(100% - 96px)); }
.brand { display: block; flex: 0 0 auto; width: 220px; }
.brand-logo { filter: brightness(0) invert(1); height: auto; opacity: 0.98; width: 100%; }
.site-header.scrolled .brand-logo { filter: none; }
.main-nav { align-items: stretch; display: flex; gap: clamp(22px, 1.7vw, 32px); justify-content: flex-end; margin-left: auto; }
.nav-link { align-items: center; color: rgba(255, 255, 255, 0.94); display: inline-flex; font-size: 16px; font-weight: 400; line-height: 40px; position: relative; transition: color 180ms ease; white-space: nowrap; }
.nav-link::after { background: var(--white); bottom: 0; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; width: 100%; }
.nav-link:hover, .nav-link.active { color: var(--white); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.site-header.scrolled .nav-link { color: #425161; }
.site-header.scrolled .nav-link:hover, .site-header.scrolled .nav-link.active { color: var(--blue-800); }
.site-header.scrolled .nav-link::after { background: var(--cyan); }
.header-contact { align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.72); color: var(--white); display: inline-flex; font-size: 14px; font-weight: 400; gap: 12px; height: 38px; justify-content: center; margin-left: clamp(24px, 2.2vw, 32px); padding: 0 2px 4px; transition: border-color 180ms ease, color 180ms ease, transform 180ms ease; }
.header-contact span { color: var(--cyan); font-family: var(--font-en); font-size: 19px; line-height: 1; }
.header-contact:hover { border-bottom-color: var(--cyan); color: var(--cyan); transform: translateY(-1px); }
.site-header.scrolled .header-contact { border-bottom-color: var(--blue-800); color: var(--blue-800); }
.site-header.scrolled .header-contact:hover { border-bottom-color: var(--cyan); background: transparent; color: var(--cyan); }
.nav-toggle { background: transparent; border: 0; cursor: pointer; display: none; padding: 7px; }
.nav-toggle span { background: var(--white); display: block; height: 2px; margin: 5px 0; transition: opacity 180ms ease, transform 180ms ease, background 180ms ease; width: 25px; }
.site-header.scrolled .nav-toggle span { background: var(--blue-800); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { background: var(--blue-950); color: var(--white); height: 100svh; min-height: 680px; overflow: hidden; position: relative; }
.hero-slides, .hero-slide, .hero-slide > img, .hero-veil { inset: 0; position: absolute; }
.hero-slide { opacity: 0; pointer-events: none; transition: opacity 850ms ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.hero-slide > img { filter: saturate(1.04) contrast(1.08) brightness(0.96); height: 100%; object-fit: cover; object-position: center; transform: scale(1.045); transition: filter 500ms ease, transform 6.5s ease; width: 100%; }
.hero-slide.is-active > img { transform: scale(1); }
.hero-veil { background: linear-gradient(90deg, rgba(0, 7, 18, 0.64) 0%, rgba(0, 10, 22, 0.46) 34%, rgba(0, 8, 18, 0.27) 62%, rgba(0, 7, 17, 0.14) 100%); }
.hero-veil::after { background: linear-gradient(0deg, rgba(0, 6, 16, 0.34), transparent 45%); content: ""; inset: 0; position: absolute; }
.hero-content { animation: hero-enter 800ms ease both; left: max(48px, calc((100% - 1480px) / 2)); max-width: 780px; padding: 82px 0 118px; position: absolute; top: 50%; transform: translateY(-42%); }
.hero-slide:not(.is-active) .hero-content { animation: none; opacity: 0; }
.hero-kicker { color: var(--cyan); font-family: var(--font-en); font-size: 12px; font-weight: 700; letter-spacing: 1.1px; line-height: 1.3; margin-bottom: 28px; }
.hero-kicker span { color: var(--white); display: inline-block; margin-right: 13px; }
.hero-title { color: var(--white); font-size: clamp(52px, 4.9vw, 94px); font-weight: 700; letter-spacing: 0; line-height: 1.2; }
.hero-title em { color: var(--cyan); font-style: normal; }
.hero-lead { color: rgba(255, 255, 255, 0.83); font-size: 16px; line-height: 1.625; margin-top: 30px; max-width: 570px; }
.hero-link { align-items: center; border: 1px solid rgba(255, 255, 255, 0.8); display: inline-flex; font-size: 15px; font-weight: 700; gap: 38px; justify-content: space-between; margin-top: 36px; min-height: 52px; padding: 12px 21px; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.hero-link span { color: var(--cyan); font-family: var(--font-en); font-size: 21px; line-height: 1; }
.hero-link:hover { background: var(--white); color: var(--blue-900); transform: translateY(-2px); }
.hero-arrow { align-items: center; background: transparent; border: 0; color: var(--white); cursor: pointer; display: flex; height: 84px; justify-content: center; opacity: 0.82; padding: 0; position: absolute; top: calc(50% - 42px); transition: color 180ms ease, opacity 180ms ease, transform 180ms ease; width: 68px; z-index: 3; }
.hero-arrow:hover { color: var(--cyan); opacity: 1; transform: translateY(-2px); }
.hero-arrow:focus-visible { opacity: 1; outline: 2px solid var(--cyan); outline-offset: -10px; }
.hero-arrow-icon { border-bottom: 3px solid currentColor; border-right: 3px solid currentColor; display: block; height: 22px; transform: rotate(135deg); width: 22px; }
.hero-arrow-next .hero-arrow-icon { transform: rotate(-45deg); }
.hero-arrow-prev { left: 12px; }
.hero-arrow-next { right: 12px; }
.hero-pager { bottom: 28px; display: flex; gap: 12px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 3; }
.hero-pager button { background: rgba(255, 255, 255, 0.42); border: 0; border-radius: 50%; cursor: pointer; height: 9px; transition: background 180ms ease, transform 180ms ease; width: 9px; }
.hero-pager button.is-active { background: var(--white); transform: scale(1.18); }
.hero-bottom { align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.26); bottom: 0; display: flex; justify-content: space-between; left: max(48px, calc((100% - 1480px) / 2)); padding: 23px 0 25px; position: absolute; right: max(48px, calc((100% - 1480px) / 2)); z-index: 3; }
.hero-bottom p { color: rgba(255, 255, 255, 0.69); font-family: var(--font-en); font-size: 11px; font-weight: 700; letter-spacing: 0.5px; }
.hero-bottom i { background: var(--cyan); display: inline-block; height: 3px; margin: 0 12px 2px; width: 3px; }
.hero-bottom a { color: var(--white); font-family: var(--font-en); font-size: 11px; font-weight: 700; letter-spacing: 0.5px; }
.hero-bottom a span { color: var(--cyan); font-size: 16px; margin-left: 9px; }
@keyframes hero-enter { from { opacity: 0; transform: translateY(calc(-42% + 22px)); } to { opacity: 1; transform: translateY(-42%); } }

.service-ribbon { background: var(--blue-900); color: var(--white); display: grid; grid-template-columns: repeat(4, 1fr); }
.service-ribbon a { border-right: 1px solid rgba(255, 255, 255, 0.18); min-height: 178px; padding: 30px max(30px, calc((100vw - 1480px) / 8)); position: relative; transition: background 180ms ease; }
.service-ribbon a:first-child { padding-left: max(48px, calc((100vw - 1480px) / 2)); }
.service-ribbon a:last-child { border-right: 0; padding-right: max(48px, calc((100vw - 1480px) / 2)); }
.service-ribbon a:hover { background: var(--blue-800); }
.service-ribbon span { color: var(--cyan); display: block; font-family: var(--font-en); font-size: 12px; font-weight: 700; margin-bottom: 16px; }
.service-ribbon strong { display: block; font-size: 20px; line-height: 1.35; }
.service-ribbon em { color: rgba(255, 255, 255, 0.66); display: block; font-size: 13px; font-style: normal; line-height: 1.55; margin-top: 8px; max-width: 205px; }
.service-ribbon b { bottom: 27px; color: var(--cyan); font-family: var(--font-en); font-size: 22px; font-weight: 400; position: absolute; right: 30px; }

.intro { padding: 165px 0; }
.intro-grid { align-items: center; display: grid; gap: clamp(70px, 10vw, 175px); grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); }
.intro-copy h2, .split-heading h2, .industries-heading h2, .philosophy-heading h2, .company-copy h2, .contact-heading h2 { color: var(--blue-950); font-size: clamp(34px, 2.2vw, 40px); font-weight: 700; line-height: 1.1; }
.intro-copy > p:not(.section-label) { color: var(--muted); margin-top: 28px; max-width: 490px; }
.field-list { border-top: 1px solid var(--line); margin-top: 38px; max-width: 500px; }
.field-list div { align-items: center; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 58px 1fr; padding: 13px 0; }
.field-list dt { color: var(--cyan); font-family: var(--font-en); font-size: 12px; font-weight: 700; }
.field-list dd { color: var(--ink); font-size: 15px; }
.text-action { align-items: center; border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 15px; font-weight: 700; gap: 36px; margin-top: 34px; padding-bottom: 8px; transition: border-color 180ms ease, color 180ms ease; }
.text-action span { color: var(--cyan); font-family: var(--font-en); font-size: 21px; }
.text-action:hover { border-color: var(--cyan); color: var(--cyan); }
.intro-media { aspect-ratio: 1.3 / 1; overflow: hidden; position: relative; }
.intro-media::after { border: 1px solid rgba(255, 255, 255, 0.5); content: ""; inset: 18px; pointer-events: none; position: absolute; }
.intro-media img { height: 100%; object-fit: cover; transition: transform 750ms ease; width: 100%; }
.intro-media:hover img, .company-media:hover img { transform: scale(1.045); }

.capabilities { background: var(--pale); padding: 150px 0 165px; }
.split-heading { align-items: end; display: grid; gap: 48px; grid-template-columns: 1fr 0.75fr; margin-bottom: 76px; }
.split-heading > p { color: var(--muted); font-size: 16px; max-width: 450px; }
.capability-list { border-top: 1px solid #c8d2da; }
.capability { align-items: center; border-bottom: 1px solid #c8d2da; display: grid; gap: 36px; grid-template-columns: 64px minmax(0, 1fr) 335px; padding: 30px 0; transition: background 180ms ease; }
.capability-index { align-self: start; color: var(--cyan); font-family: var(--font-en); font-size: 13px; font-weight: 700; padding-top: 7px; }
.capability-copy h3 { color: var(--blue-950); font-size: 27px; line-height: 1.3; margin-bottom: 11px; }
.capability-copy p { color: var(--muted); font-size: 15px; max-width: 560px; }
.capability figure { aspect-ratio: 1.66 / 1; overflow: hidden; }
.capability figure img { height: 100%; object-fit: cover; transition: transform 500ms ease; width: 100%; }
.capability:hover figure img { transform: scale(1.055); }

.industries { color: var(--white); min-height: 740px; overflow: hidden; position: relative; }
.industries-media, .industries-media img, .industries-shade { inset: 0; position: absolute; }
.industries-media img { height: 100%; object-fit: cover; width: 100%; }
.industries-shade { background: linear-gradient(90deg, rgba(1, 20, 42, 0.88), rgba(2, 36, 70, 0.73)); }
.industries-content { align-items: end; display: grid; gap: 115px; grid-template-columns: 0.9fr 1.1fr; min-height: 740px; padding: 135px 0 94px; position: relative; z-index: 1; }
.industries .section-label, .philosophy .section-label { color: var(--cyan); }
.industries-heading h2, .philosophy-heading h2 { color: var(--white); }
.industries-heading > p:not(.section-label) { color: rgba(255, 255, 255, 0.74); margin-top: 25px; max-width: 440px; }
.industry-list { border-top: 1px solid rgba(255, 255, 255, 0.43); display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; }
.industry-list li { border-bottom: 1px solid rgba(255, 255, 255, 0.28); font-size: 20px; padding: 22px 10px 22px 0; }
.industry-list li:nth-child(even) { padding-left: 34px; }
.industry-list span { color: var(--cyan); display: inline-block; font-family: var(--font-en); font-size: 12px; font-weight: 700; margin-right: 18px; vertical-align: 2px; }

.delivery { padding: 155px 0; }
.delivery-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.delivery-list li { border-right: 1px solid var(--line); min-height: 258px; padding: 30px 30px 12px; }
.delivery-list li:first-child { padding-left: 0; }
.delivery-list li:last-child { border-right: 0; }
.delivery-list span { color: var(--cyan); display: block; font-family: var(--font-en); font-size: 35px; font-weight: 700; line-height: 1; margin-bottom: 70px; }
.delivery-list h3 { color: var(--blue-950); font-size: 19px; line-height: 1.3; margin-bottom: 10px; }
.delivery-list p { color: var(--muted); font-size: 14px; max-width: 220px; }

.philosophy { background: var(--blue-950); color: var(--white); padding: 150px 0; }
.philosophy-grid { align-items: start; display: grid; gap: 96px; grid-template-columns: 0.82fr 1.18fr; }
.philosophy-list { border-top: 1px solid rgba(255, 255, 255, 0.28); }
.philosophy-list article { border-bottom: 1px solid rgba(255, 255, 255, 0.2); display: grid; gap: 28px; grid-template-columns: 56px minmax(150px, 0.85fr) minmax(0, 1.4fr); padding: 28px 0; }
.philosophy-list span { color: var(--cyan); font-family: var(--font-en); font-size: 13px; font-weight: 700; }
.philosophy-list h3 { font-size: 19px; line-height: 1.35; }
.philosophy-list p { color: rgba(255, 255, 255, 0.69); font-size: 14px; }

.company { padding: 165px 0; }
.company-grid { align-items: stretch; display: grid; grid-template-columns: 1fr 1fr; }
.company-media { min-height: 580px; overflow: hidden; }
.company-media img { height: 100%; object-fit: cover; transition: transform 750ms ease; width: 100%; }
.company-copy { align-self: center; padding: 75px 10%; }
.company-copy > p:not(.section-label) { color: var(--muted); font-size: 15px; margin-top: 20px; }
.company-copy ul { border-top: 1px solid var(--line); list-style: none; margin-top: 30px; }
.company-copy li { border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; padding: 13px 0 13px 22px; position: relative; }
.company-copy li::before { background: var(--cyan); content: ""; height: 6px; left: 0; position: absolute; top: 22px; width: 6px; }

.contact { background: var(--pale); padding: 150px 0; }
.contact-layout { align-items: end; display: grid; gap: 98px; grid-template-columns: 0.84fr 1.16fr; }
.contact-heading > p:not(.section-label) { color: var(--muted); margin-top: 24px; max-width: 410px; }
.contact-details { border-top: 1px solid #bdc9d1; }
.contact-details > * { align-items: center; border-bottom: 1px solid #bdc9d1; display: grid; gap: 30px; grid-template-columns: 112px minmax(0, 1fr); min-height: 70px; padding: 14px 0; transition: color 180ms ease; }
.contact-details span { color: var(--muted); font-size: 13px; }
.contact-details strong { color: var(--blue-950); font-size: 16px; overflow-wrap: anywhere; }
.contact-details a:hover strong { color: var(--cyan); }

.site-footer { background: #021327; color: rgba(255, 255, 255, 0.66); }
.footer-grid { align-items: start; display: grid; gap: 72px; grid-template-columns: 1.4fr 0.7fr 1fr; padding: 65px 0 48px; }
.footer-brand-block strong { color: var(--white); display: block; font-size: 18px; }
.footer-brand-block span { color: var(--cyan); display: block; font-family: var(--font-en); font-size: 11px; letter-spacing: 0.6px; margin: 10px 0; }
.footer-brand-block p, .footer-note { font-size: 14px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { font-size: 14px; transition: color 180ms ease; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.42); font-size: 12px; padding: 19px 0; }

.to-top { background: var(--white); border: 1px solid var(--line); bottom: 22px; color: var(--blue-800); cursor: pointer; display: grid; height: 44px; opacity: 0; place-items: center; pointer-events: none; position: fixed; right: 22px; transform: translateY(12px); transition: color 180ms ease, opacity 180ms ease, transform 180ms ease; width: 44px; z-index: 40; }
.to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.to-top:hover { color: var(--cyan); }
.to-top svg { height: 19px; width: 19px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1280px) {
  .main-nav { gap: 24px; }
  .header-contact { margin-left: 24px; }
  .capability { grid-template-columns: 56px minmax(0, 1fr) 280px; }
  .industries-content { gap: 75px; }
  .contact-layout, .philosophy-grid { gap: 68px; }
}

@media (min-width: 1281px) {
  .hero-slide:nth-child(3) .hero-content { max-width: 1030px; }
}

@media (max-width: 1080px) {
  .nav-shell, .container { width: min(100% - 64px, 1480px); }
  .main-nav { gap: 18px; }
  .nav-link { font-size: 14px; }
  .header-contact { display: none; }
  .service-ribbon a { padding-left: 28px; padding-right: 28px; }
  .service-ribbon a:first-child { padding-left: 32px; }
  .service-ribbon a:last-child { padding-right: 32px; }
}

@media (max-width: 900px) {
  .intro-grid, .industries-content, .philosophy-grid, .contact-layout { gap: 52px; grid-template-columns: 1fr; }
  .intro { padding: 125px 0; }
  .intro-media { max-width: 720px; }
  .capabilities, .philosophy { padding: 115px 0; }
  .split-heading { grid-template-columns: 1fr; margin-bottom: 58px; }
  .industries-content { align-items: start; padding: 135px 0 88px; }
  .industries { min-height: 0; }
  .delivery { padding: 120px 0; }
  .company { padding: 125px 0; }
  .contact { padding: 115px 0; }
  .company-grid { grid-template-columns: 1fr; }
  .company-media { min-height: 440px; }
  .company-copy { max-width: 720px; padding: 66px 7%; }
  .footer-grid { gap: 42px; grid-template-columns: 1.4fr 0.8fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .nav-shell, .container { width: min(100% - 40px, 1480px); }
  .nav-shell { height: 72px; }
  .brand { width: 174px; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav { background: var(--white); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 0; left: 0; margin: 0; max-height: 0; overflow: hidden; position: fixed; right: 0; top: 72px; transition: max-height 230ms ease; width: auto; }
  .main-nav.open { max-height: 460px; }
  .nav-link, .site-header.scrolled .nav-link { color: #3f4d5d; line-height: 1.7; padding: 14px 5.2%; width: 100%; }
  .main-nav .nav-link.active, .main-nav .nav-link:hover { color: var(--blue-800); }
  .nav-link::after { display: none; }
  .hero { min-height: 640px; }
  .hero-content { left: 40px; max-width: calc(100% - 80px); padding: 70px 0 112px; transform: translateY(-43%); }
  .hero-title { font-size: 50px; line-height: 1.18; }
  .hero-kicker { margin-bottom: 22px; }
  .hero-lead { font-size: 15px; margin-top: 22px; }
  .hero-link { margin-top: 28px; }
  .hero-arrow { display: none; }
  .hero-bottom { left: 40px; right: 40px; }
  .hero-bottom p { display: none; }
  .hero-bottom { justify-content: flex-end; }
  .hero-pager { bottom: 28px; left: 40px; transform: none; }
  .service-ribbon { grid-template-columns: repeat(2, 1fr); }
  .service-ribbon a, .service-ribbon a:first-child, .service-ribbon a:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.18); min-height: 170px; padding: 26px 24px; }
  .service-ribbon a:nth-child(even) { border-right: 0; }
  .service-ribbon a:nth-last-child(-n + 2) { border-bottom: 0; }
  .service-ribbon strong { font-size: 18px; }
  .service-ribbon em { font-size: 12px; }
  .intro-copy h2, .split-heading h2, .industries-heading h2, .philosophy-heading h2, .company-copy h2, .contact-heading h2 { font-size: 39px; }
  .capability { align-items: start; gap: 16px 22px; grid-template-columns: 38px minmax(0, 1fr); padding: 26px 0; }
  .capability figure { grid-column: 2; max-width: 310px; }
  .capability-copy h3 { font-size: 22px; }
  .industry-list { grid-template-columns: 1fr; }
  .industry-list li:nth-child(even) { padding-left: 0; }
  .delivery-list { grid-template-columns: repeat(2, 1fr); }
  .delivery-list li { border-bottom: 1px solid var(--line); min-height: 210px; padding: 25px 20px; }
  .delivery-list li:first-child, .delivery-list li:nth-child(3) { padding-left: 0; }
  .delivery-list li:nth-child(2n) { border-right: 0; }
  .delivery-list span { margin-bottom: 42px; }
  .philosophy-list article { gap: 12px 20px; grid-template-columns: 38px 1fr; }
  .philosophy-list p { grid-column: 2; }
  .company-media { min-height: 350px; }
  .company-copy { padding: 55px 0 0; }
  .contact-details > * { gap: 8px; grid-template-columns: 1fr; padding: 17px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
}

@media (max-width: 440px) {
  .hero-content { left: 25px; max-width: calc(100% - 50px); }
  .hero-title { font-size: 42px; }
  .hero-slide:nth-child(3) .hero-title { font-size: 34px; line-height: 1.25; }
  .hero-lead { line-height: 1.8; }
  .hero-bottom { display: none; }
  .hero-pager { bottom: 22px; left: 25px; }
  .service-ribbon { grid-template-columns: 1fr; }
  .service-ribbon a, .service-ribbon a:first-child, .service-ribbon a:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.18); border-right: 0; min-height: 134px; padding: 21px 25px; }
  .service-ribbon a:last-child { border-bottom: 0; }
  .service-ribbon span { margin-bottom: 8px; }
  .service-ribbon em { max-width: 280px; }
  .service-ribbon b { bottom: 19px; right: 25px; }
  .intro, .company { padding: 90px 0; }
  .capabilities, .philosophy, .contact { padding: 86px 0; }
  .delivery { padding: 88px 0; }
  .intro-copy h2, .split-heading h2, .industries-heading h2, .philosophy-heading h2, .company-copy h2, .contact-heading h2 { font-size: 33px; }
  .delivery-list { grid-template-columns: 1fr; }
  .delivery-list li, .delivery-list li:first-child, .delivery-list li:nth-child(3) { border-right: 0; min-height: auto; padding: 24px 0; }
  .delivery-list span { margin-bottom: 24px; }
  .to-top { bottom: 16px; right: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
