:root {
  --artboard-width: 1440px;
  --artboard-scale: 1;
  --ink: #10284a;
  --ink-soft: #3e5878;
  --blue: #1763b6;
  --blue-deep: #0a4f9d;
  --sky: #dff4ff;
  --sky-soft: #f2faff;
  --mist: #f6f9fc;
  --line: #d5e5f1;
  --white: #ffffff;
  --display: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  --max: 1240px;
  --section: 144px;
}

.error-page { min-height: 100svh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 144px; background: var(--sky-soft); }
.error-page h1 { margin: 24px 0 18px; font-family: var(--display); font-size: 76px; line-height: 1.35; }
.error-page p { margin: 0 0 34px; color: var(--ink-soft); }
* { box-sizing: border-box; }
html { min-width: 0; overflow-x: hidden; scroll-behavior: smooth; }
body { width: var(--artboard-width); min-width: var(--artboard-width); margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 15px; line-height: 1.9; -webkit-font-smoothing: antialiased; zoom: var(--artboard-scale); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, textarea, select { font: inherit; }
.shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 999; padding: 12px 18px; background: var(--ink); color: white; }
.skip-link:focus { top: 20px; }
.site-header { position: fixed; top: 0; left: 0; z-index: 100; width: var(--artboard-width); height: 82px; background: rgba(255,255,255,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: height .35s ease, border-color .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { height: 70px; border-color: var(--line); box-shadow: 0 10px 36px rgba(16,40,74,.05); }
.header-inner { width: min(1380px, calc(100% - 48px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 7px; background: var(--ink); color: white; font-family: Georgia, serif; font-size: 12px; letter-spacing: .12em; }
.brand-name { display: block; font-family: Georgia, var(--display); font-size: 14px; letter-spacing: .04em; line-height: 1.2; }
.brand-tag { display: block; margin-top: 3px; color: #6a7f99; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; line-height: 1.2; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.desktop-nav > a:not(.button) { position: relative; padding: 8px 0; }
.desktop-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--blue); transition: right .3s ease; }
.desktop-nav > a:not(.button):hover::after, .desktop-nav > a[aria-current="page"]::after { right: 0; }
.lang-link { color: var(--ink-soft); font-size: 11px; letter-spacing: .08em; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 7px; background: var(--blue); color: white; cursor: pointer; }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 18px; height: 1px; margin: auto; background: currentColor; content: ""; transition: transform .25s ease; }
.menu-lines::before { transform: translateY(-6px); }
.menu-lines::after { transform: translateY(5px); }
.mobile-panel { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 26px; border: 1px solid var(--blue); border-radius: 5px; background: var(--blue); color: white; font-size: 13px; font-weight: 700; letter-spacing: .04em; transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.button::after { content: "\2192"; margin-left: 20px; font-family: sans-serif; font-weight: 400; }
.button:hover { background: var(--blue-deep); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(23,99,182,.16); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.button-ghost:hover { color: var(--blue); background: var(--sky-soft); }
.hero { position: relative; min-height: 880px; padding: 82px 43px 0; display: grid; grid-template-columns: minmax(420px, 1fr) minmax(360px, .78fr) minmax(170px, .42fr); align-items: stretch; overflow: hidden; }
.hero-copy { align-self: center; padding: 90px 72px 90px 29px; }
.hero-kicker, .eyebrow { display: flex; align-items: center; gap: 14px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero-kicker::before, .eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--blue); }
.hero h1 { margin: 34px 0 32px; font-family: var(--display); font-size: 63px; font-weight: 600; letter-spacing: -.045em; line-height: 1.18; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 510px; margin: 0 0 36px; color: var(--ink-soft); line-height: 2.15; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-media { position: relative; margin: 0; overflow: hidden; background: var(--sky); }
.hero-media img { transform: scale(1.035); animation: hero-settle 1.8s cubic-bezier(.16,1,.3,1) forwards; }
.hero-media::after { content: ""; position: absolute; inset: auto 0 0; height: 26%; background: linear-gradient(to top, rgba(9,45,82,.12), transparent); }
.hero-vertical { display: flex; justify-content: center; align-items: center; background: var(--sky-soft); position: relative; }
.hero-vertical::after { content: ""; position: absolute; left: 0; bottom: 0; width: 1px; height: 22%; background: var(--blue); }
.hero-vertical p { margin: 0; writing-mode: vertical-rl; font-family: var(--display); font-size: 24px; line-height: 1.9; letter-spacing: .12em; }
html[lang="en"] .hero-vertical p { max-width: 150px; writing-mode: horizontal-tb; font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.55; letter-spacing: .04em; }
@keyframes hero-settle { from { transform: scale(1.12); } to { transform: scale(1.035); } }
.section { padding-block: var(--section); }
.section-soft { background: var(--sky-soft); }
.section-mist { background: var(--mist); }
.section-head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; margin-bottom: 72px; }
.section-head h2, .story-copy h2, .page-hero h1, .cta h2 { margin: 22px 0 0; font-family: var(--display); font-weight: 600; letter-spacing: -.025em; line-height: 1.35; }
.section-head h2 { font-size: 49px; }
.service-heading-line { display: block; }
html:not(.is-smartphone) .service-heading-line { white-space: nowrap; }
.section-head p { margin: 0; color: var(--ink-soft); }
.story { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 610px; }
.story-media { min-height: 520px; border-radius: 0 8px 8px 0; overflow: hidden; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 115px; }
.story-copy h2 { font-size: 52px; }
.story-copy p { margin: 30px 0 0; color: var(--ink-soft); }
.vertical-note { align-self: flex-start; margin-bottom: 30px; color: var(--blue); font-family: var(--display); font-size: 17px; letter-spacing: .12em; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { display: grid; grid-template-rows: 240px auto; background: white; }
.service-photo { overflow: hidden; border-radius: 7px 7px 0 0; }
.service-photo img { transition: transform .7s cubic-bezier(.16,1,.3,1); }
.service-card:hover .service-photo img { transform: scale(1.04); }
.service-body { padding: 28px 4px 0; }
.service-no { color: var(--blue); font-family: Georgia, serif; font-size: 28px; }
.service-body h3 { margin: 11px 0 14px; font-family: var(--display); font-size: 22px; font-weight: 600; }
.service-body p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 28px; color: var(--blue); font-size: 12px; font-weight: 700; }
.text-link::after { content: "\2192"; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { padding: 50px 58px; position: relative; }
.process-step + .process-step { border-left: 1px solid var(--line); }
.process-step::after { content: ""; position: absolute; right: -5px; top: 82px; z-index: 2; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
.process-step:last-child::after { display: none; }
.process-num { color: var(--blue); font-family: Georgia, serif; font-size: 42px; line-height: 1; }
.process-month { margin-left: 8px; color: var(--ink-soft); font-size: 12px; }
.process-step h3 { margin: 26px 0 14px; font-family: var(--display); font-size: 22px; font-weight: 600; }
.process-step p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.feature-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.feature-copy { padding: 130px; display: flex; flex-direction: column; justify-content: center; }
.feature-copy h2 { margin: 22px 0; font-family: var(--display); font-size: 46px; font-weight: 600; line-height: 1.4; }
.heading-line { display: block; }
html:not(.is-smartphone) .heading-line { white-space: nowrap; }
.feature-copy p { color: var(--ink-soft); }
.feature-media { overflow: hidden; }
.proof-list { margin: 20px 0 0; padding: 0; list-style: none; }
.proof-list li { padding: 13px 0 13px 24px; border-bottom: 1px solid var(--line); position: relative; }
.proof-list li::before { content: ""; position: absolute; left: 0; top: 24px; width: 7px; height: 7px; border: 1px solid var(--blue); border-radius: 50%; }
.cta { padding: 140px 32px; text-align: center; background: var(--sky-soft); }
.cta h2 { font-size: 64px; }
.cta p { max-width: 620px; margin: 26px auto 34px; color: var(--ink-soft); }
.page-hero { min-height: 600px; padding-top: 82px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--sky-soft); }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 100px; }
.page-hero h1 { font-size: 52px; }
.page-hero p { max-width: 560px; margin: 28px 0 0; color: var(--ink-soft); }
.page-hero-media { margin: 70px 58px 0 0; overflow: hidden; border-radius: 8px 8px 0 0; }
.service-detail { display: grid; grid-template-columns: 140px 1fr 1fr; gap: 72px; align-items: start; padding: 80px 0; border-top: 1px solid var(--line); }
.detail-number { color: var(--blue); font-family: Georgia, serif; font-size: 52px; line-height: 1; }
.detail-copy h2 { margin: 0 0 22px; font-family: var(--display); font-size: 43px; font-weight: 600; }
.detail-copy p { color: var(--ink-soft); }
.detail-list { margin: 24px 0 0; padding-left: 1.2em; color: var(--ink-soft); }
.detail-list li { margin-block: 8px; }
.detail-media { height: 360px; overflow: hidden; border-radius: 7px; }
.timeline { position: relative; max-width: 980px; margin: auto; }
.timeline::before { content: ""; position: absolute; left: 132px; top: 0; bottom: 0; width: 1px; background: var(--line); }
.timeline-item { display: grid; grid-template-columns: 160px 1fr; gap: 60px; padding: 0 0 100px; position: relative; }
.timeline-item::before { content: ""; position: absolute; left: 127px; top: 15px; width: 11px; height: 11px; border-radius: 50%; background: var(--blue); }
.timeline-phase { color: var(--blue); font-family: Georgia, serif; font-size: 22px; }
.timeline-content h2 { margin: 0 0 18px; font-family: var(--display); font-size: 34px; font-weight: 600; }
.timeline-content p { color: var(--ink-soft); }
.timeline-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.timeline-points span { padding: 16px 18px; border-top: 1px solid var(--blue); background: var(--sky-soft); font-size: 12px; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.case-card { border-top: 1px solid var(--line); padding-top: 22px; }
.case-card figure { height: 300px; margin: 0 0 26px; overflow: hidden; border-radius: 7px; }
.case-meta { color: var(--blue); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.case-card h2 { margin: 12px 0; font-family: var(--display); font-size: 25px; font-weight: 600; line-height: 1.5; }
.case-card p { color: var(--ink-soft); font-size: 13px; }
.result { display: flex; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 700; }
.result strong { color: var(--blue); font-family: Georgia, serif; font-size: 25px; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 115px; }
.contact-aside h2 { margin: 20px 0; font-family: var(--display); font-size: 36px; font-weight: 600; }
.contact-aside p { color: var(--ink-soft); }
.contact-details { margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--line); }
.contact-details a, .contact-details span { display: block; margin: 10px 0; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 5px; padding: 15px 16px; background: white; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,99,182,.08); }
.form-status { display: none; grid-column: 1 / -1; padding: 18px 20px; background: var(--sky-soft); border-left: 2px solid var(--blue); }
.form-status.is-visible { display: block; }
.site-footer { padding: 76px 0 30px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 70px; padding-bottom: 54px; }
.footer-brand .brand-mark { background: white; color: var(--ink); }
.footer-copy { max-width: 420px; margin: 25px 0 0; color: rgba(255,255,255,.67); font-size: 12px; }
.footer-title { margin-bottom: 18px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-nav a { display: block; margin: 9px 0; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 10px; }
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal="mask"] { clip-path: none; opacity: 1; transform: none; }
[data-reveal="mask"] img { animation: image-arrive 1.2s cubic-bezier(.16,1,.3,1) both; }
@keyframes image-arrive { from { opacity: .35; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; clip-path: none; } }
html.is-smartphone { --section: 84px; }
html.is-smartphone body { width: 430px; min-width: 430px; font-size: 14px; }
html.is-smartphone .error-page { padding: 43px; }
html.is-smartphone .error-page h1 { font-size: 38px; }
html.is-smartphone .shell { width: 390px; }
html.is-smartphone .site-header { width: 430px; height: 68px; }
html.is-smartphone .header-inner { width: 402px; }
html.is-smartphone .brand-mark { width: 36px; height: 36px; }
html.is-smartphone .brand-name { font-size: 12px; }
html.is-smartphone .brand-tag { font-size: 7px; }
html.is-smartphone .desktop-nav { display: none; }
html.is-smartphone .menu-toggle { display: grid; place-items: center; }
html.is-smartphone .mobile-panel { display: flex; position: fixed; top: 0; left: 0; z-index: 90; width: 430px; height: 100vh; padding: 120px 32px 50px; flex-direction: column; gap: 4px; background: rgba(242,250,255,.98); transform: translateX(100%); transition: transform .45s cubic-bezier(.16,1,.3,1); }
html.is-smartphone .mobile-panel.is-open { transform: none; }
html.is-smartphone .mobile-panel a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 24px; }
html.is-smartphone .hero { display: flex; flex-direction: column; min-height: 0; padding: 68px 0 0; }
html.is-smartphone .hero-copy { order: 2; padding: 34px 20px 72px; }
html.is-smartphone .hero-kicker { position: absolute; z-index: 3; top: 98px; left: 20px; color: var(--blue-deep); text-shadow: 0 1px 12px rgba(247,251,255,.92); }
html.is-smartphone .hero h1 { position: absolute; z-index: 3; top: 138px; left: 20px; right: 20px; margin: 0; font-size: 45px; color: var(--ink); text-shadow: 0 1px 14px rgba(247,251,255,.95); }
html.is-smartphone .hero-media { height: 520px; min-height: 430px; order: 1; }
html.is-smartphone .hero-media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(247,251,255,.82) 0%, rgba(247,251,255,.38) 34%, rgba(247,251,255,0) 62%); pointer-events: none; }
html.is-smartphone .hero-vertical { display: none; }
html.is-smartphone .hero-actions { align-items: stretch; flex-direction: column; }
html.is-smartphone .hero-actions .button { width: 100%; }
html.is-smartphone .section-head { grid-template-columns: 1fr; gap: 26px; margin-bottom: 48px; }
html.is-smartphone .section-head h2 { font-size: 34px; }
html.is-smartphone .story,
html.is-smartphone .feature-split,
html.is-smartphone .page-hero,
html.is-smartphone .contact-layout { grid-template-columns: 1fr; }
html.is-smartphone .story-media,
html.is-smartphone .feature-media { min-height: 380px; border-radius: 0; }
html.is-smartphone .story-copy,
html.is-smartphone .feature-copy { padding: 64px 20px; }
html.is-smartphone .story-copy h2,
html.is-smartphone .feature-copy h2 { font-size: 32px; }
html.is-smartphone .service-grid,
html.is-smartphone .case-grid { grid-template-columns: 1fr; gap: 54px; }
html.is-smartphone .service-card { grid-template-rows: 260px auto; }
html.is-smartphone .process-grid { grid-template-columns: 1fr; }
html.is-smartphone .process-step { padding: 50px 28px; }
html.is-smartphone .process-step + .process-step { border-left: 0; border-top: 1px solid var(--line); }
html.is-smartphone .process-step::after { display: none; }
html.is-smartphone .cta { padding: 80px 20px; }
html.is-smartphone .cta h2 { font-size: 34px; }
html.is-smartphone .page-hero { padding-top: 68px; }
html.is-smartphone .page-hero-copy { padding: 76px 20px 46px; }
html.is-smartphone .page-hero h1 { font-size: 44px; }
html.is-smartphone .page-hero-media { height: 400px; margin: 0; border-radius: 0; }
html.is-smartphone .service-detail { grid-template-columns: 1fr; gap: 32px; padding: 60px 0; }
html.is-smartphone .detail-copy h2 { font-size: 30px; }
html.is-smartphone .detail-media { grid-column: auto; height: 280px; }
html.is-smartphone .timeline::before { left: 8px; }
html.is-smartphone .timeline-item { grid-template-columns: 1fr; gap: 14px; padding-left: 36px; padding-bottom: 72px; }
html.is-smartphone .timeline-item::before { left: 3px; }
html.is-smartphone .timeline-points { grid-template-columns: 1fr; }
html.is-smartphone .form { grid-template-columns: 1fr; }
html.is-smartphone .field-full { grid-column: auto; }
html.is-smartphone .footer-grid { grid-template-columns: 1fr; gap: 42px; }
html.is-smartphone .footer-grid > :last-child { grid-column: auto; }
html.is-smartphone .footer-bottom { flex-direction: column; }

/* Homepage mosaic hero */
.hero-mosaic-home {
  min-height: 860px;
  padding: 82px 0 0;
  grid-template-columns: 39% 61%;
  align-items: stretch;
  background: var(--white);
}
.hero-mosaic-home .hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: 38px 43px 76px 75px;
}
.hero-mosaic-home .hero-kicker {
  position: static;
  display: block;
  margin-bottom: 26px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-shadow: none;
}
.hero-mosaic-home .hero-kicker::before { display: none; }
.hero-mosaic-home h1 {
  position: static;
  margin: 0 0 38px;
  font-size: 67px;
  line-height: 1.3;
  text-shadow: none;
}
.hero-mosaic-home h1 span { display: block; white-space: nowrap; }
.hero-mosaic-home .hero-lead { max-width: 510px; margin-bottom: 36px; line-height: 2.15; }
.hero-mosaic-home .button { padding-inline: 22px; }
.hero-mosaic {
  position: relative;
  min-width: 0;
  height: 778px;
  background: var(--white);
}
.hero-mosaic::before {
  content: "";
  position: absolute;
  inset: 0 0 0 44.2%;
  background: var(--sky-soft);
}
.hero-mosaic-tile {
  position: absolute;
  z-index: 1;
  width: 21%;
  margin: 0;
  overflow: hidden;
  background: var(--sky);
}
.hero-mosaic-tile img {
  animation: hero-mosaic-settle 1.6s cubic-bezier(.16,1,.3,1) both;
  transition: transform .8s cubic-bezier(.16,1,.3,1);
}
.hero-mosaic-tile:hover img { transform: scale(1.025); }
.hero-mosaic-city { inset: 0 auto auto 0; height: 55.8%; }
.hero-mosaic-city img { object-position: 58% center; }
.hero-mosaic-factory { left: 22.1%; top: 12.3%; height: 77.7%; }
.hero-mosaic-factory img { object-position: center top; }
.hero-mosaic-consulting { left: 44.2%; top: 18.5%; height: 63.5%; }
.hero-mosaic-consulting img { object-position: 50% 45%; }
.hero-mosaic-analytics { left: 66.3%; top: 49%; height: 41%; }
.hero-mosaic-analytics img { object-position: 56% center; }
.hero-mosaic-note {
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 4.4%;
  height: 306px;
}
.hero-mosaic-note p {
  margin: 0;
  writing-mode: vertical-rl;
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.85;
  letter-spacing: .13em;
}
html[lang="en"] .hero-mosaic-note {
  top: 58px;
  right: 3.8%;
  width: 12%;
  height: auto;
}
html[lang="en"] .hero-mosaic-note p {
  writing-mode: horizontal-tb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .04em;
}
@keyframes hero-mosaic-settle {
  from { opacity: .55; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}

html.is-smartphone .hero-mosaic-home { min-height: 0; padding-top: 68px; display: flex; flex-direction: column; }
html.is-smartphone .hero-mosaic-home .hero-copy { order: 2; padding: 48px 20px 72px; }
html.is-smartphone .hero-mosaic-home .hero-kicker { position: static; margin-bottom: 22px; text-shadow: none; }
html.is-smartphone .hero-mosaic-home h1 { position: static; margin: 0 0 28px; font-size: 42px; text-shadow: none; }
html.is-smartphone .hero-mosaic-home .hero-lead { font-size: 13px; }
html.is-smartphone .hero-mosaic-home .hero-actions { align-items: stretch; flex-direction: column; }
html.is-smartphone .hero-mosaic-home .hero-actions .button { width: 100%; }
html.is-smartphone .hero-mosaic { order: 1; width: 430px; height: 520px; }
html.is-smartphone .hero-mosaic::before { inset-inline-start: 50%; }
html.is-smartphone .hero-mosaic-tile { width: 23%; }
html.is-smartphone .hero-mosaic-city { height: 54%; }
html.is-smartphone .hero-mosaic-factory { left: 25%; top: 11%; height: 73%; }
html.is-smartphone .hero-mosaic-consulting { left: 50%; top: 20%; height: 46%; }
html.is-smartphone .hero-mosaic-analytics { left: 75%; top: 47%; height: 40%; }
html.is-smartphone .hero-mosaic-note { top: 22px; right: 2%; height: 225px; }
html.is-smartphone .hero-mosaic-note p { font-size: 16px; }
html.is-smartphone[lang="en"] .hero-mosaic-note { display: none; }

/* Modular geometry without visible decoration. */
html.hero-geometric:not(.is-smartphone) .hero-mosaic::before {
  left: 376px;
}
html.hero-geometric:not(.is-smartphone) .hero-mosaic-tile {
  width: 176px;
}
html.hero-geometric:not(.is-smartphone) .hero-mosaic-city {
  left: 0;
  top: 0;
  height: 432px;
}
html.hero-geometric:not(.is-smartphone) .hero-mosaic-factory {
  left: 188px;
  top: 108px;
  height: 612px;
}
html.hero-geometric:not(.is-smartphone) .hero-mosaic-consulting {
  left: 376px;
  top: 144px;
  height: 468px;
}
html.hero-geometric:not(.is-smartphone) .hero-mosaic-analytics {
  left: 564px;
  top: 396px;
  height: 324px;
}
html.hero-geometric:not(.is-smartphone) .hero-mosaic-note {
  top: 36px;
  right: 36px;
}

html.hero-geometric.is-smartphone .hero-mosaic::before {
  left: 216px;
}
html.hero-geometric.is-smartphone .hero-mosaic-tile {
  width: 96px;
}
html.hero-geometric.is-smartphone .hero-mosaic-city {
  left: 8px;
  top: 0;
  height: 288px;
}
html.hero-geometric.is-smartphone .hero-mosaic-factory {
  left: 112px;
  top: 48px;
  height: 384px;
}
html.hero-geometric.is-smartphone .hero-mosaic-consulting {
  left: 216px;
  top: 96px;
  height: 264px;
}
html.hero-geometric.is-smartphone .hero-mosaic-analytics {
  left: 320px;
  top: 240px;
  height: 216px;
}
html.hero-geometric.is-smartphone .hero-mosaic-note {
  top: 24px;
  right: 8px;
}

/* One modular grid shared by every page. */
html.layout-geometric {
  --max: 1248px;
  --section: 144px;
  --geo-unit: 36px;
  --geo-gap: 24px;
}
html.layout-geometric:not(.is-smartphone) .header-inner {
  width: 1344px;
}
html.layout-geometric:not(.is-smartphone) .story {
  grid-template-columns: 5fr 7fr;
  min-height: 648px;
}
html.layout-geometric:not(.is-smartphone) .story-media {
  min-height: 648px;
}
html.layout-geometric:not(.is-smartphone) .story-copy {
  padding: 108px 120px 108px 96px;
}
html.layout-geometric:not(.is-smartphone) .section-head {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--geo-gap);
  margin-bottom: 72px;
}
html.layout-geometric:not(.is-smartphone) .section-head > :first-child {
  grid-column: 1 / 8;
}
html.layout-geometric:not(.is-smartphone) .section-head > p {
  grid-column: 8 / 13;
}
html.layout-geometric:not(.is-smartphone) .service-grid {
  gap: var(--geo-gap);
}
html.layout-geometric:not(.is-smartphone) .service-card {
  grid-template-rows: 252px auto;
}
html.layout-geometric:not(.is-smartphone) .service-body {
  padding-top: 36px;
}
html.layout-geometric:not(.is-smartphone) .process-step {
  min-height: 360px;
  padding: 54px 36px;
}
html.layout-geometric:not(.is-smartphone) .process-step::after {
  top: 72px;
}
html.layout-geometric:not(.is-smartphone) .feature-split {
  grid-template-columns: repeat(2, 1fr);
  min-height: 648px;
}
html.layout-geometric:not(.is-smartphone) .feature-copy {
  padding: 108px 96px;
}
html.layout-geometric:not(.is-smartphone) .cta {
  padding: 108px 32px;
}
html.layout-geometric:not(.is-smartphone) .page-hero {
  min-height: 648px;
  grid-template-columns: 7fr 5fr;
}
html.layout-geometric:not(.is-smartphone) .page-hero-copy {
  padding: 108px 72px 108px 96px;
}
html.layout-geometric:not(.is-smartphone) .page-hero-media {
  margin: 108px 96px 0 0;
}
html.layout-geometric:not(.is-smartphone) .service-detail {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--geo-gap);
  padding: 108px 0;
}
html.layout-geometric:not(.is-smartphone) .service-detail .detail-number {
  grid-column: 1 / 2;
}
html.layout-geometric:not(.is-smartphone) .service-detail .detail-copy {
  grid-column: 2 / 7;
}
html.layout-geometric:not(.is-smartphone) .service-detail .detail-media {
  grid-column: 8 / 13;
  height: 324px;
}
html.layout-geometric:not(.is-smartphone) .timeline {
  max-width: 1032px;
}
html.layout-geometric:not(.is-smartphone) .timeline::before {
  left: 144px;
}
html.layout-geometric:not(.is-smartphone) .timeline-item {
  grid-template-columns: 168px 1fr;
  gap: 48px;
  padding-bottom: 108px;
}
html.layout-geometric:not(.is-smartphone) .timeline-item::before {
  left: 139px;
  top: 12px;
}
html.layout-geometric:not(.is-smartphone) .timeline-points {
  gap: var(--geo-gap);
  margin-top: 36px;
}
html.layout-geometric:not(.is-smartphone) .case-grid {
  gap: var(--geo-gap);
}
html.layout-geometric:not(.is-smartphone) .case-card {
  padding-top: 24px;
}
html.layout-geometric:not(.is-smartphone) .case-card figure {
  height: 324px;
  margin-bottom: 24px;
}
html.layout-geometric:not(.is-smartphone) .contact-layout {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--geo-gap);
}
html.layout-geometric:not(.is-smartphone) .contact-aside {
  grid-column: 1 / 5;
}
html.layout-geometric:not(.is-smartphone) .contact-layout .form {
  grid-column: 6 / 13;
}
html.layout-geometric:not(.is-smartphone) .site-footer {
  padding: 72px 0 24px;
}
html.layout-geometric:not(.is-smartphone) .footer-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--geo-gap);
  padding-bottom: 54px;
}
html.layout-geometric:not(.is-smartphone) .footer-grid > :nth-child(1) {
  grid-column: 1 / 7;
}
html.layout-geometric:not(.is-smartphone) .footer-grid > :nth-child(2) {
  grid-column: 8 / 10;
}
html.layout-geometric:not(.is-smartphone) .footer-grid > :nth-child(3) {
  grid-column: 10 / 13;
}

html.layout-geometric.is-smartphone {
  --max: 382px;
  --section: 96px;
  --geo-unit: 24px;
  --geo-gap: 12px;
}
html.layout-geometric.is-smartphone .shell {
  width: 382px;
}
html.layout-geometric.is-smartphone .story-media,
html.layout-geometric.is-smartphone .feature-media {
  min-height: 360px;
  height: 360px;
}
html.layout-geometric.is-smartphone .story-copy,
html.layout-geometric.is-smartphone .feature-copy {
  padding: 72px 24px 96px;
}
html.layout-geometric.is-smartphone .service-grid,
html.layout-geometric.is-smartphone .case-grid {
  gap: 72px;
}
html.layout-geometric.is-smartphone .service-card {
  grid-template-rows: 264px auto;
}
html.layout-geometric.is-smartphone .service-body {
  padding-top: 24px;
}
html.layout-geometric.is-smartphone .process-step {
  padding: 48px 24px;
}
html.layout-geometric.is-smartphone .cta {
  padding: 96px 24px;
}
html.layout-geometric.is-smartphone .page-hero-copy {
  padding: 72px 24px 48px;
}
html.layout-geometric.is-smartphone .page-hero-media {
  height: 408px;
}
html.layout-geometric.is-smartphone .service-detail {
  gap: 24px;
  padding: 72px 0;
}
html.layout-geometric.is-smartphone .detail-media {
  height: 288px;
}
html.layout-geometric.is-smartphone .timeline-item {
  gap: 24px;
  padding: 0 0 72px 36px;
}
html.layout-geometric.is-smartphone .timeline-points {
  gap: 12px;
  margin-top: 24px;
}
html.layout-geometric.is-smartphone .case-card figure {
  height: 264px;
  margin-bottom: 24px;
}
html.layout-geometric.is-smartphone .form {
  gap: 24px 12px;
}
html.layout-geometric.is-smartphone .site-footer {
  padding: 72px 0 24px;
}
html.layout-geometric.is-smartphone .footer-grid {
  gap: 48px;
  padding-bottom: 48px;
}
