:root {
  color-scheme: light;
  --ink: #14243a;
  --muted: #596a7e;
  --blue: #006def;
  --blue-dark: #0753ae;
  --mint: #e4f7f4;
  --page: #f2f7ff;
  --white: #fff;
  --line: #d9e3ed;
  --shadow: 0 18px 50px rgba(28, 65, 104, .10);
  font-family: 'Zen Kaku Gothic New', Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); line-height: 1.65; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, [data-globe]:focus-visible { outline: 3px solid #ffb342; outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; color: white; background: var(--ink); border-radius: 4px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
button, input, textarea { font: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; max-width: 1260px; padding: 0 28px; margin: auto; display: flex; align-items: center; gap: 30px; }
.site-logo { flex: 0 0 145px; }
.site-logo img { width: 132px; height: 66px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 2vw, 28px); margin-left: auto; }
.primary-nav a, .mobile-nav nav a { text-decoration: none; font-size: .87rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav a[aria-current], .mobile-nav nav a:hover { color: var(--blue); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; color: var(--white); background: var(--blue); border: 2px solid var(--blue); border-radius: 5px; font-size: .9rem; font-weight: 700; letter-spacing: .04em; text-decoration: none; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-1px); }
.button--nav { flex: 0 0 auto; }
.button--outline { margin-top: 28px; color: var(--blue); background: transparent; }
.button--outline:hover { color: white; }
.mobile-nav { display: none; position: relative; margin-left: auto; }
.mobile-nav summary { width: 46px; height: 46px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 10px; list-style: none; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { display: block; height: 2px; width: 100%; background: var(--ink); }
.mobile-nav nav { position: absolute; top: calc(100% + 18px); right: -8px; width: min(300px, 90vw); display: grid; gap: 4px; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.mobile-nav nav a { padding: 9px 12px; }
.section-wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 32px; align-items: center; padding-block: 70px 84px; position: relative; overflow: hidden; }
.hero-copy { max-width: 650px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .82rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 20px; font-size: clamp(2.7rem, 5vw, 4.9rem); line-height: 1.12; letter-spacing: -.04em; }
h2 { margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.2; letter-spacing: -.025em; }
h3 { margin-bottom: 8px; font-size: 1.2rem; line-height: 1.35; }
.hero-copy > p:not(.eyebrow), .lead { max-width: 660px; margin-bottom: 28px; color: var(--muted); font-size: 1.15rem; }
.hero__globe { width: min(100%, 470px); justify-self: center; position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.hero__globe canvas, .globe-fallback { width: 100%; height: 100%; object-fit: contain; }
.globe-hint { position: absolute; bottom: 4%; color: var(--muted); font-size: .8rem; }
.section-block { padding-block: 70px; }
.section-heading { max-width: 720px; margin-bottom: 30px; }
.section-heading > p:last-child { color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.project-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 8px 24px rgba(28,65,104,.06); transition: transform .2s ease, box-shadow .2s ease; }
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.project-card > a { height: 100%; display: grid; grid-template-columns: minmax(170px, .8fr) 1.2fr; color: inherit; text-decoration: none; }
.project-card img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.project-copy { padding: 24px; }
.project-copy p, .service-card p, .project-article p { color: var(--muted); font-size: .97rem; }
.text-link { display: inline-flex; gap: 8px; color: var(--blue); font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.logo-section { padding-block: 72px; }
.logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; list-style: none; padding: 0; margin: 0; }
.logo-card { min-height: 105px; padding: 15px; display: grid; place-items: center; background: white; border: 1px solid var(--line); border-radius: 6px; }
.logo-card img { width: 100%; height: 72px; object-fit: contain; }
.about-band { margin-block: 25px; padding-block: 72px; background: var(--mint); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.about-image { width: 100%; max-height: 440px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.split-layout p { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-bottom: 20px; }
.service-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 8px; }
.service-card[id] { scroll-margin-top: 110px; }
.service-card img { width: 100%; height: 185px; object-fit: cover; }
.service-card > div { padding: 20px; }
.service-card p { margin: 0; }
.page-hero { padding-block: 78px 42px; }
.page-hero h1 { max-width: 900px; }
.page-section { padding-block: 35px 80px; }
.service-grid--large { margin-bottom: 0; }
.callout { padding: clamp(28px, 5vw, 56px); background: var(--mint); border-radius: 10px; }
.callout p { color: var(--muted); }
.contact-layout { padding-block: 30px 90px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; }
.contact-details, .form-panel { padding: clamp(24px, 4vw, 42px); background: white; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 8px 24px rgba(28,65,104,.05); }
.contact-details p { color: var(--muted); }
address { font-style: normal; line-height: 2; }
address a { color: var(--blue-dark); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 18px; }
.field { display: grid; gap: 6px; }
.field:nth-of-type(4) { grid-column: 1 / -1; }
.field label { font-size: .9rem; font-weight: 700; }
.field label span { color: var(--muted); font-weight: 400; }
.field input, .field textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fbfdff; border: 1px solid #b8c7d8; border-radius: 4px; }
.field textarea { min-height: 120px; resize: vertical; }
.contact-form .button { justify-self: start; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.contact-form--compact { grid-template-columns: 1fr; gap: 9px; }
.contact-form--compact .field:nth-of-type(4) { grid-column: auto; }
.contact-form--compact .field textarea { min-height: 84px; }
.contact-form--compact .button { min-height: 43px; }
.project-articles { padding-top: 72px; }
.project-article { display: grid; grid-template-columns: minmax(260px, .85fr) 1.15fr; gap: clamp(24px, 5vw, 64px); align-items: center; padding: clamp(22px, 4vw, 48px); margin-bottom: 24px; background: white; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 8px 24px rgba(28,65,104,.06); scroll-margin-top: 110px; }
.project-article > img { width: 100%; min-height: 260px; max-height: 420px; object-fit: cover; border-radius: 6px; }
.project-article h2 { font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
.project-article-body { max-width: 680px; }
.project-article-body p:last-child { margin-bottom: 0; }
.project-article[data-project-selected="true"] { border-color: #8dbcf0; box-shadow: var(--shadow); }
.project-back { margin-bottom: 18px; }
.policy-content { width: min(900px, calc(100% - 48px)); margin: 36px auto 85px; padding: clamp(24px, 5vw, 55px); background: white; border: 1px solid var(--line); border-radius: 8px; line-height: 1.8; }
.policy-content h1 { font-size: clamp(2.4rem, 4vw, 3.5rem); }
.policy-content h2 { margin-top: 28px; font-size: 1.5rem; }
.policy-content li { margin-block: 5px; }
.site-footer { padding: 58px 24px 0; color: #eaf2fb; background: #172536; }
.footer-grid { width: min(1160px, 100%); margin: auto; display: grid; grid-template-columns: 1fr .65fr 1.2fr; gap: 50px; padding-bottom: 45px; }
.footer-grid h2 { font-size: 1.4rem; }
.footer-grid p { color: #bdc9d8; font-size: .95rem; }
.footer-logo { display: block; width: 160px; padding: 8px; margin-bottom: 12px; background: white; border-radius: 4px; }
.footer-logo img { width: 100%; height: 62px; object-fit: contain; }
.footer-grid address { margin-block: 18px; }
.footer-grid address a { color: white; }
.social-links { display: flex; gap: 18px; }
.social-links a, .footer-links a, .footer-bottom a { color: #dbe9f8; text-decoration: none; }
.social-links a:hover, .footer-links a:hover, .footer-bottom a:hover { text-decoration: underline; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-bottom { width: min(1160px, 100%); min-height: 68px; margin: auto; border-top: 1px solid #405063; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #bdc9d8; font-size: .88rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
@keyframes page-enter {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}
body:not(.page-home) main { animation: page-enter .55s cubic-bezier(.2,.8,.2,1) both; }
@media (max-width: 980px) {
  .nav-wrap { gap: 15px; padding-inline: 20px; }
  .primary-nav { gap: 14px; }
  .primary-nav a { font-size: .75rem; letter-spacing: .02em; }
  .button--nav { padding-inline: 14px; }
  .logo-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}
@media (max-width: 740px) {
  .nav-wrap { min-height: 72px; }
  .site-logo { flex-basis: 110px; }
  .site-logo img { width: 108px; height: 58px; }
  .primary-nav, .button--nav { display: none; }
  .mobile-nav { display: block; }
  .section-wrap { width: min(100% - 36px, 600px); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-block: 70px 50px; }
  .hero-copy { padding-top: 24px; }
  .hero__globe { width: min(100%, 390px); }
  .section-block, .logo-section { padding-block: 48px; }
  .project-grid, .split-layout, .contact-layout { grid-template-columns: 1fr; }
  .project-articles { padding-top: 46px; }
  .project-article { grid-template-columns: 1fr; gap: 24px; padding: 20px; }
  .project-article > img { min-height: 210px; max-height: 280px; }
  .project-card > a { grid-template-columns: 1fr; }
  .project-card img { min-height: 210px; max-height: 260px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .service-card img { height: 145px; }
  .service-card > div { padding: 15px; }
  .service-card p { font-size: .9rem; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .logo-card { min-height: 82px; padding: 9px; }
  .logo-card img { height: 58px; }
  .contact-form { grid-template-columns: 1fr; }
  .field:nth-of-type(4) { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { padding-block: 18px; align-items: flex-start; flex-direction: column; }
}
@media (max-width: 430px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 116px 1fr; }
  .service-card img { height: 100%; min-height: 150px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  body:not(.page-home) main { animation: none; }
}
