/*
Theme Name: Nippon Native
Theme URI: https://roomkey.jp/
Author: Nippon System
Description: Japanese-first native WordPress theme for the Nippon System corporate site.
Version: 1.3.83
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nippon-native
*/

:root {
  --ink: #15133f;
  --muted: #64708f;
  --line: #e3e8f7;
  --paper: #f7f9ff;
  --mist: #eef5ff;
  --blue: #3478f6;
  --blue-dark: #151f73;
  --coral: #f05bd7;
  --gold: #38c7ff;
  --peach: #fff0fb;
  --white: #fff;
  --shadow: 0 18px 46px rgba(32, 55, 140, .12);
  --font-main: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-heading: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --font-small: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", Meiryo, sans-serif;
  --font-number: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(240,91,215,.12), transparent 25rem),
    radial-gradient(circle at 90% 8%, rgba(52,120,246,.14), transparent 24rem),
    linear-gradient(180deg, #fbfdff 0%, #fff 36%, #f8fbff 100%);
  font-family: var(--font-main);
  line-height: 1.7;
}
body.has-blog-modal { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid #d9e4de; backdrop-filter: none; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 1180px; min-height: 72px; margin: 0 auto; padding: 0 20px; }
.site-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 190px;
  min-height: 58px;
  padding: 5px 0;
  overflow: visible;
}
.site-logo img {
  width: 100%;
  max-width: none;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
.site-nav { display: flex; align-items: center; gap: 14px; }
.site-nav a { padding: 8px 0; border-bottom: 2px solid transparent; border-radius: 0; color: #4f5d8a; font-size: 12px; font-weight: 750; }
.site-nav a:hover, .site-nav .is-active { background: transparent; color: var(--blue-dark); border-bottom-color: var(--blue); }
.site-nav .btn--coral { width: auto; min-width: 0; min-height: auto; padding: 8px 0; border: 0; border-bottom: 2px solid transparent; border-radius: 0; background: transparent; color: #4f5d8a; font-size: 12px; font-weight: 750; box-shadow: none; }
.site-nav .btn--coral svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.site-nav .btn--coral:hover { background: transparent; border-color: transparent; border-bottom-color: var(--blue); color: var(--blue); box-shadow: none; transform: none; }
.site-menu-toggle { display: none; }
.site-main { overflow: hidden; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; background: var(--blue-dark); color: var(--white); font-weight: 900; transition: .2s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 14px 26px rgba(52,120,246,.18); }
.btn--light { background: var(--white); color: var(--blue-dark); border-color: var(--line); }
.btn--coral { background: var(--coral); color: var(--white); }
.btn--cyan { background: #45d6df; color: var(--white); box-shadow: 0 12px 24px rgba(69,216,223,.3); }

.section { padding: 92px 0; }
.section--paper { background: var(--paper); }
.section--mist { background: var(--mist); }
.section-title { margin: 0 0 34px; }
.section-title small { display: inline-flex; align-items: center; min-height: 28px; padding: 3px 12px; border-radius: 999px; background: var(--peach); color: var(--coral); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-title span { display: block; margin-top: 13px; font-size: clamp(28px, 4vw, 46px); line-height: 1.15; font-weight: 950; }

.hero { position: relative; min-height: calc(100vh - 76px); display: grid; align-items: center; color: var(--white); background: var(--blue-dark); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,31,115,.92), rgba(52,120,246,.56) 52%, rgba(240,91,215,.34)), var(--hero-image) center/cover; }
.hero__content { position: relative; max-width: 860px; padding: 94px 20px 110px; }
.hero__eyebrow { margin: 0 0 18px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(34px, 6vw, 68px); line-height: 1.08; letter-spacing: 0; font-weight: 900; }
.hero__animated-text > span { display: inline; }
.hero__char { display: inline-block; opacity: 0; transform: translateY(.5em); filter: blur(6px); animation: nn-character-appear 6.4s cubic-bezier(.2,.8,.2,1) infinite; animation-delay: calc(var(--char-index) * .055s); will-change: opacity, transform, filter; }
.hero__eyebrow .hero__char { animation-duration: 4.8s; animation-delay: calc(var(--char-index) * .045s); }
@keyframes nn-character-appear {
  0%, 8% { opacity: 0; transform: translateY(.5em); filter: blur(6px); }
  18%, 72% { opacity: 1; transform: translateY(0); filter: blur(0); }
  88%, 100% { opacity: 0; transform: translateY(-.22em); filter: blur(4px); }
}
.hero p { max-width: 660px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: 17px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.12); color: rgba(255,255,255,.92); font-size: 12px; font-weight: 800; }

.quick-links {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 3vw, 34px);
  max-width: 960px;
  margin: 0 auto;
  padding: 34px 20px 18px;
  background: #fff;
}
.quick-link {
  --laurel: #c2a15d;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 116px;
  padding: 24px 64px 20px;
  color: #050505;
  text-align: center;
  font-weight: 950;
  transition: opacity .2s ease, transform .2s ease;
}
.quick-link::before,
.quick-link::after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  width: 68px;
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2068%20118%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cg%20fill%3D%27%23c2a15d%27%3E%3Cellipse%20cx%3D%2750%27%20cy%3D%2710%27%20rx%3D%2711%27%20ry%3D%273.8%27%20transform%3D%27rotate%28-20%2050%2010%29%27/%3E%3Cellipse%20cx%3D%2741%27%20cy%3D%2722%27%20rx%3D%2711%27%20ry%3D%273.9%27%20transform%3D%27rotate%28-34%2041%2022%29%27/%3E%3Cellipse%20cx%3D%2733%27%20cy%3D%2735%27%20rx%3D%2711%27%20ry%3D%273.9%27%20transform%3D%27rotate%28-49%2033%2035%29%27/%3E%3Cellipse%20cx%3D%2727%27%20cy%3D%2750%27%20rx%3D%2711%27%20ry%3D%273.9%27%20transform%3D%27rotate%28-65%2027%2050%29%27/%3E%3Cellipse%20cx%3D%2725%27%20cy%3D%2765%27%20rx%3D%2710%27%20ry%3D%273.8%27%20transform%3D%27rotate%28-82%2025%2065%29%27/%3E%3Cellipse%20cx%3D%2728%27%20cy%3D%2781%27%20rx%3D%2710%27%20ry%3D%273.8%27%20transform%3D%27rotate%28-101%2028%2081%29%27/%3E%3Cellipse%20cx%3D%2736%27%20cy%3D%2795%27%20rx%3D%2710%27%20ry%3D%273.8%27%20transform%3D%27rotate%28-121%2036%2095%29%27/%3E%3C/g%3E%3Cpath%20d%3D%27M57%206C24%2018%2010%2057%2040%20109%27%20fill%3D%27none%27%20stroke%3D%27%23c2a15d%27%20stroke-width%3D%272.2%27%20stroke-linecap%3D%27round%27/%3E%3Cpath%20d%3D%27M38%20108c6%201%2012%204%2018%209%27%20fill%3D%27none%27%20stroke%3D%27%23c2a15d%27%20stroke-width%3D%271.6%27%20stroke-linecap%3D%27round%27/%3E%3C/svg%3E") center/contain no-repeat;
  pointer-events: none;
}
.quick-link::before { left: 0; }
.quick-link::after { right: 0; transform: scaleX(-1); }
.quick-link__small {
  display: block;
  margin: 0 0 2px;
  color: #050505;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 750;
}
.quick-link strong {
  display: block;
  color: #050505;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.28;
  font-weight: 950;
  letter-spacing: .01em;
}

.marquee { display: flex; gap: 0; overflow: hidden; padding: 18px 0; color: rgba(52,120,246,.28); font-size: clamp(28px, 7vw, 86px); font-weight: 900; white-space: nowrap; letter-spacing: 0; }
.marquee__group { display: inline-flex; align-items: center; min-width: max-content; animation: nn-marquee 30s linear infinite; }
.marquee__item { display: inline-flex; align-items: center; gap: .22em; margin-right: .26em; }
.marquee__avatar {
  display: inline-grid;
  place-items: center;
  width: .68em;
  height: .68em;
  border: 1px solid rgba(69,216,223,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.86);
  color: rgba(52,120,246,.58);
  box-shadow: 0 8px 18px rgba(52,120,246,.1);
}
.marquee__avatar svg {
  width: 68%;
  height: 68%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@keyframes nn-marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }

.stats {
  --stat-accent: var(--blue);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin-top: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.stat-card {
  position: relative;
  min-height: 118px;
  padding: 28px 16px 14px;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-align: center;
  box-shadow: var(--shadow);
}
.stat-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  background: var(--stat-accent);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.stat-card__icon {
  position: absolute;
  top: -17px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0;
  border: 2px solid rgba(52,120,246,.22);
  border-radius: 50%;
  background: #fff;
  color: var(--stat-accent);
  transform: translateX(-50%);
  box-shadow: 0 4px 10px rgba(9,12,45,.16);
}
.stat-card__icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.stat-card strong {
  display: block;
  margin-top: 4px;
  color: var(--stat-accent);
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
}
.stat-card span:not(.stat-card__icon) {
  display: block;
  margin: 0;
  color: #172a34;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 950;
}
.stat-card em {
  display: block;
  margin-top: 5px;
  color: #172a34;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.stat-card p { margin: 12px 0 0; color: var(--muted); }

.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 0; overflow: hidden; box-shadow: 0 14px 38px rgba(50,84,76,.08); }
.card__body { padding: 24px; }
.card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.35; }
.card p { margin: 0; color: var(--muted); }
.service-card img, .staff-card img, .page-card img, .reason-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--paper); }
.service-number { color: var(--coral); font-size: 13px; font-weight: 950; letter-spacing: .1em; }
.case-card .card__body, .blog-card .card__body { min-height: 260px; }
.case-card p + p { margin-top: 14px; }
.price-cards { margin-bottom: 42px; }
.fee-section .section-title small {
  border-radius: 0;
  background: transparent;
  color: #667773;
  letter-spacing: .08em;
}
.fee-section .price-cards {
  gap: 16px;
  margin-bottom: 34px;
}
.fee-section .stat-card {
  min-height: 106px;
  padding: 22px 18px 18px;
  overflow: hidden;
  border-color: #d9e4de;
  border-radius: 0;
  box-shadow: none;
}
.fee-section .stat-card::after {
  display: none;
}
.fee-section .stat-card strong {
  color: var(--blue-dark);
  font-size: clamp(25px, 3vw, 32px);
  letter-spacing: 0;
}
.fee-section .stat-card span:not(.stat-card__icon),
.fee-section .stat-card em {
  color: #294844;
}
.fee-section .stat-card p {
  margin-top: 8px;
  color: #60756f;
  font-size: 13px;
}

.works-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 28px;
  padding: 15px 18px;
  border: 1px solid #dce7e2;
  border-radius: 0;
  background: rgba(255,255,255,.82);
}
.works-service-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -4px 0 26px;
}
.works-service-filter a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #dce7e2;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #38544f;
  font-size: 12px;
  font-weight: 850;
  box-shadow: none;
}
.works-service-filter a span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #edf5f1;
  color: var(--blue-dark);
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 11px;
}
.works-service-filter a:hover,
.works-service-filter a.is-active {
  border-color: var(--blue);
  background: linear-gradient(135deg, var(--blue), var(--coral));
  color: var(--white);
}
.works-service-filter a:hover span,
.works-service-filter a.is-active span {
  background: rgba(255,255,255,.2);
  color: var(--white);
}
.works-summary p,
.works-summary span {
  margin: 0;
  color: #60756f;
  font-size: 13px;
  font-weight: 800;
}
.works-summary strong {
  color: var(--blue-dark);
  font-size: 22px;
  line-height: 1;
}
.works-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.work-case-card {
  --work-accent: #45d6df;
  --work-accent-strong: #8eeeff;
  --work-accent-soft: rgba(69,216,223,.12);
  --work-border: rgba(142,238,255,.28);
  --work-ink: #f8fbff;
  --work-muted: rgba(226,238,255,.74);
  position: relative;
  isolation: isolate;
  min-height: 100%;
  border: 1px solid var(--work-border);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 0%, rgba(69,216,223,.24), transparent 32%),
    radial-gradient(circle at 10% 100%, rgba(124,47,181,.24), transparent 36%),
    linear-gradient(180deg, #07172f 0%, #0b1834 56%, #060d20 100%);
  box-shadow: 0 24px 54px rgba(4,15,35,.26);
}
.work-case-card::before,
.work-case-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.work-case-card::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(142,238,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142,238,255,.07) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 78%);
  opacity: .52;
}
.work-case-card::after {
  right: -38px;
  bottom: -48px;
  z-index: 0;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(69,216,223,.24);
  border-radius: 50%;
  box-shadow: inset 0 0 0 24px rgba(69,216,223,.04), 0 0 40px rgba(69,216,223,.12);
}
.work-case-card .card__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  min-height: 100%;
  padding: 26px 24px 24px;
}
.work-case-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(142,238,255,.18);
}
.work-case-card__brand {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-width: 0;
}
.work-case-card__logo {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(142,238,255,.36);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(69,216,223,.28), rgba(124,47,181,.22)),
    rgba(255,255,255,.06);
  color: #fff;
  font-family: var(--font-number);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  box-shadow: 0 0 22px rgba(69,216,223,.16);
}
.work-case-card__kicker {
  margin: 0;
  color: var(--work-accent-strong);
  font-size: 10px;
  line-height: 1.55;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.work-case-card__kicker::before {
  content: "DIGITAL SOLUTION PARTNER";
  display: block;
  margin-bottom: 7px;
  color: rgba(255,255,255,.84);
  font-size: 11px;
  letter-spacing: .12em;
}
.work-case-card__performance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(142,238,255,.2);
  border-radius: 6px;
  background: rgba(255,255,255,.045);
}
.work-case-card__performance span {
  color: var(--work-accent);
  font-family: var(--font-small);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}
.work-case-card__performance strong {
  color: #fff;
  font-family: var(--font-number);
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}
.work-case-card__performance small {
  color: rgba(255,255,255,.64);
  font-size: 13px;
  font-weight: 900;
}
.work-case-card__top span {
  flex: 0 0 auto;
  padding: 5px 9px;
  border: 1px solid rgba(142,238,255,.36);
  border-radius: 999px;
  background: rgba(69,216,223,.1);
  color: #fff;
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .1em;
  box-shadow: 0 0 20px rgba(69,216,223,.12);
}
.work-case-card h3 {
  margin: 0;
  color: var(--work-ink);
  font-size: 20px;
  line-height: 1.45;
}
.work-case-card h3::before {
  content: "FEATURE PROJECT";
  display: block;
  margin-bottom: 8px;
  color: var(--work-accent);
  font-family: var(--font-small);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}
.work-case-card__meters {
  display: grid;
  gap: 8px;
  padding: 10px 14px 12px;
  border: 1px solid rgba(142,238,255,.18);
  border-radius: 6px;
  background: rgba(255,255,255,.035);
}
.work-case-card__meters::before {
  content: "TECHNOLOGY";
  color: var(--work-accent);
  font-family: var(--font-small);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}
.work-case-card__meters p {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0;
}
.work-case-card__meters span {
  color: rgba(255,255,255,.9);
  font-family: var(--font-number);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}
.work-case-card__meters i {
  position: relative;
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.work-case-card__meters i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--meter-level);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--work-accent), #8eeeff);
  box-shadow: 0 0 16px rgba(69,216,223,.34);
}
.work-case-card__facts {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(142,238,255,.2);
  border-radius: 6px;
  background: rgba(255,255,255,.045);
  list-style: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.work-case-card__facts::before {
  content: "PROJECT DATA";
  display: block;
  margin-bottom: 8px;
  color: var(--work-accent);
  font-family: var(--font-small);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}
.work-case-card__facts li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(142,238,255,.12);
  background: transparent;
  color: rgba(255,255,255,.9);
  font-size: 12px;
  line-height: 1.6;
  font-weight: 800;
}
.work-case-card__facts li:last-child {
  border-bottom: 0;
}
.work-case-card__facts li::before {
  color: rgba(142,238,255,.78);
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.work-case-card__facts li:nth-child(1)::before { content: "DATE"; }
.work-case-card__facts li:nth-child(2)::before { content: "CLIENT"; }
.work-case-card__facts li:nth-child(3)::before { content: "PERIOD"; }
.work-case-card__facts li:nth-child(4)::before { content: "STACK"; }
.work-case-card__story {
  display: grid;
  gap: 11px;
}
.work-case-card__story::before {
  content: "PROJECT NOTE";
  display: block;
  color: var(--work-accent);
  font-family: var(--font-small);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}
.work-case-card__story p {
  margin: 0;
  color: var(--work-muted);
  font-size: 12px;
  line-height: 1.9;
  font-weight: 750;
}
.work-case-card__outcome {
  position: relative;
  margin: 4px 0 0;
  padding: 15px 16px 16px;
  border: 1px solid rgba(142,238,255,.28);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(69,216,223,.16), rgba(124,47,181,.16)),
    rgba(255,255,255,.045);
  color: #fff;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 14px 28px rgba(0,0,0,.13);
}
.work-case-card__outcome::before {
  content: "RESULT";
  display: block;
  margin-bottom: 7px;
  color: var(--work-accent-strong);
  font-family: var(--font-small);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}
.work-case-card__qr {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: end;
  gap: 12px;
  margin-top: 2px;
}
.work-case-card__qr img {
  width: 74px;
  height: 74px;
  padding: 6px;
  border: 1px solid rgba(142,238,255,.32);
  border-radius: 6px;
  background: #fff;
}
.work-case-card__qr span {
  color: var(--work-accent);
  font-family: var(--font-small);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}
.case-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 38px;
}
.case-pagination a {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--blue-dark);
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(50,84,76,.08);
}
.case-pagination a:hover,
.case-pagination a.is-active {
  background: var(--blue-dark);
  color: var(--white);
}

.blog-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px 112px;
  max-width: 1040px;
  margin: 0 auto;
}
.blog-article-card {
  position: relative;
  cursor: pointer;
  width: min(100%, 418px);
  min-height: 120px;
  overflow: visible;
  border-color: transparent;
  background: var(--white);
  box-shadow: 0 14px 30px rgba(13,52,72,.1);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.blog-article-card:nth-child(odd) {
  justify-self: end;
}
.blog-article-card:nth-child(even) {
  justify-self: start;
}
.blog-article-card::before {
  display: none;
}
.blog-article-card:hover,
.blog-article-card:focus {
  border-color: rgba(52,120,246,.34);
  box-shadow: 0 24px 44px rgba(50,84,76,.14);
  outline: 0;
  transform: translateY(-3px);
}
.blog-article-card .card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 188px;
  align-items: center;
  gap: 20px;
  min-height: 126px;
  padding: 20px 0 20px 22px;
}
.blog-article-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
  gap: 8px;
  color: rgba(52,120,246,.68);
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .08em;
}
.blog-article-card__meta span {
  color: var(--blue-dark);
}
.blog-article-card__category {
  display: inline-flex;
  width: fit-content;
  margin: 9px 0 0;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--blue);
  font-size: 9px;
  line-height: 1.5;
  font-weight: 950;
  letter-spacing: .04em;
}
.blog-article-card h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 14px;
  line-height: 1.75;
}
.blog-article-card__excerpt {
  display: none;
  margin: 10px 0 0;
  color: #405955;
  font-size: 12px;
  line-height: 1.85;
  font-weight: 750;
}
.blog-article-card__image {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 188px;
  height: 132px;
  min-height: 0;
  margin: -42px -72px -26px 0;
  overflow: hidden;
  border-radius: 7px;
  background: #eef6f8;
  box-shadow: 0 20px 34px rgba(13,52,72,.14);
}
.blog-article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #eef6f8;
}
.blog-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 22px;
}
.blog-modal.is-open {
  display: grid;
}
.blog-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(13,34,31,.42);
  backdrop-filter: blur(8px);
}
.blog-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, .78fr) minmax(0, 1fr);
  width: min(980px, 100%);
  max-height: min(86vh, 780px);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border: 1px solid rgba(255,255,255,.5);
  background: var(--white);
  box-shadow: 0 34px 80px rgba(13,34,31,.28);
}
.blog-modal__panel::-webkit-scrollbar {
  display: none;
}
.blog-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--blue-dark);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.blog-modal__media {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: clamp(18px, 3vw, 34px);
  background: linear-gradient(180deg, #f8fbfc, var(--mist));
}
.blog-modal__media img {
  width: 100%;
  height: min(58vh, 520px);
  min-height: 420px;
  object-fit: contain;
}
.blog-modal__body {
  padding: clamp(30px, 5vw, 58px);
}
.blog-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: rgba(52,120,246,.72);
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}
.blog-modal__category {
  display: inline-flex;
  margin: 18px 0 0;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--blue);
  font-size: 11px;
  font-weight: 950;
}
.blog-modal h3 {
  margin: 18px 0 0;
  color: var(--blue-dark);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.42;
}
.blog-modal__intro {
  margin: 20px 0 0;
  color: #294844;
  font-size: 15px;
  line-height: 2;
  font-weight: 850;
}
.blog-modal__points {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.blog-modal__points li {
  position: relative;
  padding-left: 20px;
  color: #405955;
  font-size: 14px;
  line-height: 1.95;
  font-weight: 800;
}
.blog-modal__points li::before {
  content: "";
  position: absolute;
  top: .85em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--blue);
}
.blog-modal__result {
  margin-top: 28px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
}
.blog-modal__result span {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 950;
}
.blog-modal__result p,
.blog-modal__stack {
  margin: 8px 0 0;
  color: #405955;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 800;
}
.blog-modal__stack {
  color: var(--blue-dark);
}

.service-feature-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(202deg, transparent 0 30%, rgba(244,247,247,.92) 30% 72%, transparent 72%),
    linear-gradient(180deg, #fffdf8 0%, #fff 44%, #fbfdfb 100%);
}
.service-feature-section::before {
  content: "";
  position: absolute;
  inset: 7% auto auto 0;
  width: 100%;
  height: 34%;
  background: linear-gradient(155deg, rgba(237,247,242,.68), rgba(255,255,255,0) 62%);
  pointer-events: none;
}
.service-feature-section > .container {
  position: relative;
  z-index: 1;
}
.service-page-heading {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: end;
  justify-content: center;
  gap: 14px;
  text-align: center;
}
.service-page-heading > span {
  align-self: start;
  width: 16px;
  height: 16px;
  margin-top: -18px;
  border: 4px solid rgba(69,216,223,.28);
  border-radius: 50%;
  background: #45d6df;
}
.service-page-heading h2 {
  margin: 0;
  color: var(--blue-dark);
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: .1em;
}
.service-page-heading h2::after {
  content: "";
  display: inline-block;
  width: .36em;
  height: .84em;
  margin-left: .1em;
  background: #e0e8eb;
  vertical-align: -.06em;
}
.service-page-heading p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  color: #6e8892;
  font-size: 13px;
  font-weight: 950;
}
.service-page-heading p::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #dfe6e8;
}
.service-feature-list {
  display: grid;
  gap: 104px;
  margin-top: 70px;
}
.service-feature {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(38px, 7vw, 84px);
}
.service-feature:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(0, .96fr);
}
.service-feature:nth-child(even) .service-feature__media {
  order: 2;
}
.service-feature__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: clamp(22px, 4vw, 42px);
}
.service-feature__media::before {
  content: "";
  position: absolute;
  inset: 18px 36px auto auto;
  width: 78%;
  height: 72%;
  border-radius: 10px;
  background: var(--blue-dark);
  transform: rotate(2deg);
}
.service-feature:nth-child(even) .service-feature__media::before {
  inset: 18px auto auto 36px;
  transform: rotate(-2deg);
}
.service-feature__media img {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 18px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 46px rgba(13,52,72,.12);
  transform: rotate(-1.5deg);
}
.service-feature:nth-child(even) .service-feature__media img {
  transform: rotate(1.5deg);
}
.service-feature__body {
  max-width: 560px;
}
.service-feature__number {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  color: var(--blue-dark);
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
}
.service-feature__number::before {
  content: "";
  width: 3px;
  height: 18px;
  background: var(--blue);
  transform: skewX(-18deg);
}
.service-feature h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
  font-weight: 950;
}
.service-feature__tag {
  margin: 10px 0 0;
  color: var(--blue);
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.service-feature__text {
  max-width: 520px;
  margin: 30px 0 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 2.05;
  font-weight: 800;
}
.service-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 34px;
}
.service-feature__actions .btn {
  position: relative;
  min-width: 168px;
  min-height: 50px;
  border-radius: 999px;
}
.service-feature__actions .btn--cyan {
  background: var(--blue);
  box-shadow: 0 12px 24px rgba(52,120,246,.22);
}
.service-feature__actions .btn::after {
  content: "";
  position: absolute;
  left: calc(100% - 14px);
  top: 50%;
  width: 52px;
  height: 1px;
  background: #0d3448;
}

.strength-timeline {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 54px 96px;
  padding: 28px 0 12px;
}
.strength-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(52,120,246,.08), rgba(52,120,246,.55), rgba(240,91,215,.08));
  transform: translateX(-50%);
}
.strength-timeline__item {
  position: relative;
  overflow: visible;
  border-radius: 12px;
  transition-delay: calc(var(--timeline-index) * .12s);
}
.strength-timeline__item:nth-child(odd) {
  grid-column: 1;
  transform: translateX(-42px);
}
.strength-timeline__item:nth-child(even) {
  grid-column: 2;
  transform: translateX(42px);
}
.strength-timeline__item.is-visible { transform: translateX(0); }
.strength-timeline__item::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 48px;
  height: 2px;
  background: rgba(52,120,246,.42);
}
.strength-timeline__item:nth-child(odd)::before {
  right: -49px;
}
.strength-timeline__item:nth-child(even)::before {
  left: -49px;
}
.strength-timeline__node {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 3px solid rgba(52,120,246,.18);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--coral));
  color: var(--white);
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(52,120,246,.18);
  transform: translateY(-50%);
}
.strength-timeline__item:nth-child(odd) .strength-timeline__node {
  right: -70px;
}
.strength-timeline__item:nth-child(even) .strength-timeline__node {
  left: -70px;
}
.strength-timeline .reason-card img {
  border-radius: 12px 12px 0 0;
}

.service-showcase {
  position: relative;
  overflow: hidden;
  padding: 74px 0 58px;
  background: linear-gradient(160deg, #fff 0 70%, rgba(237,247,242,.72) 70% 100%);
}
.service-showcase::after {
  content: "SERVICE";
  position: absolute;
  left: 9%;
  bottom: -48px;
  color: rgba(13,52,72,.035);
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: clamp(96px, 17vw, 220px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .05em;
  pointer-events: none;
}
.service-showcase__inner { position: relative; z-index: 1; }
.service-showcase__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(825px, 100%);
  margin: 0 auto -4px;
}
.service-showcase__heading > span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #45d6df;
  box-shadow: 0 0 0 5px rgba(69,216,223,.08);
}
.service-showcase__heading h2 {
  margin: 0;
  color: #0d3448;
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .14em;
}
.service-showcase__heading p {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 0;
  color: #172a34;
  font-size: 13px;
  font-weight: 900;
}
.service-showcase__heading p::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #dfe6e8;
}
.service-browser-grid {
  display: grid;
  grid-template-columns: repeat(3, 236px);
  justify-content: center;
  align-items: start;
  gap: 28px 40px;
  max-width: 830px;
  margin: 84px auto 0;
}
.service-browser-card {
  overflow: hidden;
  border-radius: 7px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(13,52,72,.11);
}
.service-browser-card:nth-child(1) { margin-top: 48px; }
.service-browser-card:nth-child(2) { margin-top: 8px; }
.service-browser-card:nth-child(3) { margin-top: 0; }
.service-browser-card:nth-child(4) { margin-top: 18px; }
.service-browser-card:nth-child(5) { margin-top: -32px; }
.service-browser-card:nth-child(6) { margin-top: -52px; }
.service-browser-card__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 24px;
  padding: 0 11px;
  background: linear-gradient(90deg, #dff8ff, #b9cdfb);
}
.service-browser-card__bar span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.service-browser-card__bar span:nth-child(1) { background: #ff583f; }
.service-browser-card__bar span:nth-child(2) { background: #ffbf00; }
.service-browser-card__bar span:nth-child(3) { background: #00b84f; }
.service-browser-card__image {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 148px;
  margin: 8px 8px 0;
  overflow: hidden;
  border: 1px solid #d5e0e5;
  background: #f8fbfc;
}
.service-browser-card__image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 4px;
}
.service-browser-card__body {
  position: relative;
  z-index: 2;
  min-height: 56px;
  padding: 15px 14px 17px;
  background: var(--white);
  text-align: center;
}
.service-browser-card h3 {
  margin: 0;
  color: #0d3448;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: .04em;
}
.service-browser-card p {
  margin: 0;
  color: #45d6df;
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.service-browser-card p::before { content: "‹ "; }
.service-browser-card p::after { content: " ›"; }
.service-showcase__action {
  display: flex;
  justify-content: flex-end;
  width: min(825px, 100%);
  margin: -22px auto 0;
}

.reasons-section {
  position: relative;
  overflow: hidden;
  padding: 34px 0 6px;
  background:
    linear-gradient(154deg, rgba(255,255,255,.94) 0 32%, rgba(240,242,243,.94) 32% 84%, rgba(255,255,255,.98) 84%),
    #f6f8f8;
}
.reasons-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 11% 30%, rgba(188,197,201,.55) 0 5px, transparent 6px),
    radial-gradient(circle at 17% 13%, rgba(188,197,201,.45) 0 5px, transparent 6px),
    radial-gradient(circle at 35% 14%, rgba(188,197,201,.35) 0 8px, transparent 9px),
    radial-gradient(circle at 31% 74%, rgba(188,197,201,.38) 0 8px, transparent 9px);
  opacity: .55;
  pointer-events: none;
}
.reasons-section::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -92px;
  width: 270px;
  height: 310px;
  background: linear-gradient(145deg, rgba(69,216,223,.16), rgba(255,255,255,.74));
  clip-path: polygon(0 27%, 42% 0, 100% 18%, 100% 100%, 0 100%);
  opacity: .75;
}
.reasons-section__inner { position: relative; z-index: 1; }
.reasons-heading { text-align: center; }
.reasons-heading h2 {
  margin: 0;
  color: #0d3448;
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .12em;
}
.reasons-heading p { margin: 10px 0 0; color: #172a34; font-size: 14px; font-weight: 900; }
.reasons-ribbon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(620px, calc(100% - 40px));
  min-height: 34px;
  margin: 38px auto 54px;
  padding: 7px 30px;
  background: #073550;
  color: var(--white);
  font-size: 15px;
  font-weight: 950;
  text-align: center;
  clip-path: polygon(3% 0, 97% 0, 93% 100%, 7% 100%);
}
.reasons-ribbon::before,
.reasons-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 22px;
  height: 100%;
  background: #ff8818;
}
.reasons-ribbon::before { left: 0; transform: skewX(30deg); }
.reasons-ribbon::after { right: 0; transform: skewX(-30deg); }
.reasons-ribbon span { position: relative; z-index: 1; }
.reasons-ribbon span::before,
.reasons-ribbon span::after {
  color: #45d6df;
  font-size: 24px;
  line-height: 0;
  vertical-align: -2px;
}
.reasons-ribbon span::before { content: "‹"; margin-right: 8px; }
.reasons-ribbon span::after { content: "›"; margin-left: 8px; }
.reasons-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 58px;
  max-width: 850px;
  margin: 0 auto;
}
.reason-feature { text-align: center; }
.reason-feature__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 160px;
  height: 160px;
  margin: 0 auto 22px;
  border: 1px solid #45d6df;
  border-radius: 50%;
  background: rgba(255,255,255,.54);
}
.reason-feature__icon::before {
  content: "";
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 18px 30px rgba(19,48,62,.14);
}
.reason-feature__icon svg {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  fill: none;
  stroke: #45d6df;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.reason-feature__number {
  position: absolute;
  top: 18px;
  left: 8px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ff941d;
  color: var(--white);
  font-size: 13px;
  font-weight: 950;
}
.reason-feature h3 {
  max-width: 240px;
  margin: 0 auto;
  color: #111;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 950;
}
.reasons-section__action { display: flex; justify-content: center; margin: 46px 0 0; }

.user-voice-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0 78px;
  background: #fff;
}
.user-voice-section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 58%;
  height: 250px;
  background: linear-gradient(135deg, rgba(178,220,255,.55), rgba(219,250,247,.72));
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.user-voice-section__inner { position: relative; z-index: 1; }
.user-voice-heading {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 58px;
}
.user-voice-heading > span {
  width: 16px;
  height: 16px;
  margin-bottom: 22px;
  border: 4px solid rgba(69,216,223,.28);
  border-radius: 50%;
  background: #45d6df;
}
.user-voice-heading h2 {
  margin: 0;
  color: #0d3448;
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(34px, 4.4vw, 50px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .12em;
}
.user-voice-heading p { margin: 12px 0 0; color: #172a34; font-size: 13px; font-weight: 900; }
.user-voice-track {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 max(20px, calc((100vw - 1180px) / 2)) 24px;
}
.user-voice-track__rail {
  display: flex;
  width: max-content;
  gap: 28px;
  animation: nn-voice-flow 84s linear infinite;
}
.user-voice-track:hover .user-voice-track__rail,
.user-voice-track:focus-within .user-voice-track__rail,
.user-voice-track:active .user-voice-track__rail {
  animation-play-state: paused;
}
@keyframes nn-voice-flow {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 14px)); }
}
.voice-card {
  position: relative;
  flex: 0 0 360px;
  min-height: 360px;
  padding: 30px 28px 82px;
  border-radius: 7px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 38px rgba(13,52,72,.09);
}
.voice-card__head {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 16px;
}
.voice-card__avatar {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid #edf2f4;
  border-radius: 50%;
  background: linear-gradient(180deg, #fff, #f8fbfc);
  color: #9fb0b8;
  font-size: 24px;
  font-weight: 950;
  box-shadow: inset 0 0 0 12px rgba(237,242,244,.58);
}
.voice-card h3 {
  margin: 0;
  color: #0d3448;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 950;
}
.voice-card__line {
  height: 1px;
  margin: 22px 0 16px;
  background: linear-gradient(90deg, #ff8c24 0 22%, #45d6df 22% 100%);
}
.voice-card__lead {
  color: #0d3448;
  font-weight: 950;
}
.voice-card p {
  margin: 0;
  color: #24434d;
  font-size: 13px;
  line-height: 1.95;
  font-weight: 800;
}
.voice-card p + p { margin-top: 18px; }
.voice-card__review {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding-top: 14px;
  border-top: 1px solid #e4eef1;
}
.voice-card__review span {
  color: #ffb11b;
  font-size: 18px;
  letter-spacing: .08em;
  line-height: 1;
}
.voice-card__review strong {
  color: #0d3448;
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 20px;
  line-height: 1;
}
.voice-card__review small {
  margin-left: auto;
  color: #45d6df;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.voice-card__number {
  position: absolute;
  right: 22px;
  bottom: 68px;
  color: rgba(13,52,72,.08);
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.split__media img { width: 100%; border-radius: 26px; box-shadow: var(--shadow); }
.lead { color: var(--muted); font-size: 18px; }
.soft-band { position: relative; }
.soft-band::before { content: ""; position: absolute; inset: 28px 0 auto; height: 64%; border-radius: 0 0 44px 44px; background: linear-gradient(180deg, rgba(237,247,242,.7), rgba(255,250,241,.7)); z-index: -1; }

.page-hero { padding: 96px 0 76px; color: var(--white); background: linear-gradient(90deg, rgba(21,31,115,.92), rgba(52,120,246,.58) 54%, rgba(240,91,215,.34)), var(--page-image) center/cover; }
.page-hero h1 { margin: 0; font-size: clamp(34px, 5vw, 60px); line-height: 1.1; }
.page-hero p { max-width: 720px; margin: 18px 0 0; color: rgba(255,255,255,.82); }

.pricing-table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.pricing-table th, .pricing-table td { padding: 18px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.pricing-table th { background: var(--blue-dark); color: var(--white); }
.fee-section .table-stack {
  margin-top: 10px;
  overflow-x: auto;
}
.fee-section .table-stack h3 {
  margin: 0 0 14px;
  color: #294844;
  font-size: 20px;
  font-weight: 850;
}
.fee-section .pricing-table {
  border-collapse: collapse;
  overflow: visible;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
.fee-section .pricing-table th,
.fee-section .pricing-table td {
  padding: 15px 16px;
  border: 0;
  border-bottom: 1px solid #d9e4de;
  color: #253c38;
  font-size: 14px;
  line-height: 1.75;
}
.fee-section .pricing-table th {
  border-top: 1px solid #d9e4de;
  background: #f7fbf9;
  color: #294844;
  font-size: 13px;
  font-weight: 850;
}
.fee-section .pricing-table td:first-child {
  color: var(--blue-dark);
  font-weight: 850;
}
.fee-section .table-note {
  margin-top: 14px;
  color: #60756f;
}
.company-table th { width: 34%; }
.company-message-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(52,120,246,.08), rgba(240,91,215,.07) 48%, rgba(255,255,255,.96) 48%),
    #fff;
}
.company-message-section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(180deg, rgba(52,120,246,.1), rgba(56,199,255,.06));
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  pointer-events: none;
}
.company-message {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
}
.company-message__photo {
  position: relative;
  justify-self: center;
  align-self: start;
  width: min(100%, 300px);
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue), var(--coral));
  box-shadow: 0 18px 38px rgba(21,31,115,.14);
}
.company-message__photo::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 34%;
  background: rgba(240,91,215,.76);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.company-message__photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center top;
}
.company-message__photo figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(255,255,255,.92);
  color: var(--blue-dark);
  font-weight: 950;
}
.company-message__photo figcaption span {
  color: var(--blue);
  font-family: var(--font-small);
  font-size: 11px;
  letter-spacing: .12em;
}
.company-message__photo figcaption strong {
  font-size: 16px;
  letter-spacing: .08em;
}
.company-message__body {
  max-width: 680px;
}
.company-message__body .section-title small {
  background: rgba(240,91,215,.1);
  color: var(--coral);
}
.company-message__body p:not(.lead):not(.company-message__signature) {
  margin: 18px 0 0;
  color: #273153;
  font-size: 15px;
  line-height: 2;
  font-weight: 750;
}
.company-message__quote {
  margin: 26px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--coral);
  background: rgba(240,91,215,.08);
  color: var(--blue-dark);
  font-size: 18px;
  line-height: 1.9;
  font-weight: 950;
}
.company-message__signature {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 30px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(52,120,246,.22);
  color: var(--blue-dark);
}
.company-message__signature span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}
.company-message__signature strong {
  font-size: 24px;
  letter-spacing: .08em;
}
.company-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  align-items: center;
  gap: clamp(34px, 6vw, 72px);
}
.company-profile .lead {
  max-width: 620px;
  margin-bottom: 30px;
}
.company-profile__media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 360px;
  border-radius: 8px;
  background: var(--mist);
  box-shadow: 0 22px 46px rgba(21,31,115,.13);
  transform: rotate(-1deg);
}
.company-profile__media::before,
.company-profile__media::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.company-profile__media::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(52,120,246,.18), transparent 42%),
    linear-gradient(0deg, rgba(21,31,115,.18), transparent 34%);
  mix-blend-mode: multiply;
}
.company-profile__media::after {
  right: -1px;
  bottom: -1px;
  width: 42%;
  height: 36%;
  background: linear-gradient(135deg, rgba(240,91,215,.86), rgba(52,120,246,.78));
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.company-profile__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.03);
}
.company-table {
  border-collapse: collapse;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.company-table th,
.company-table td {
  padding: 19px 0;
  border: 0;
  border-bottom: 1px solid #d9e4de;
  background: transparent;
}
.company-table th {
  width: 30%;
  padding-right: 28px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .04em;
  white-space: nowrap;
}
.company-table td {
  color: #253c38;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 750;
}
.company-table tr:first-child th,
.company-table tr:first-child td {
  border-top: 1px solid #d9e4de;
}
.table-stack { margin-top: 22px; overflow-x: auto; }
.table-stack h3 { margin: 0 0 16px; font-size: 24px; }
.table-note { color: var(--muted); font-size: 14px; }

.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 22px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-weight: 950; cursor: pointer; }
.faq-item button span { display: inline-flex; margin-right: 12px; padding: 3px 8px; border-radius: 999px; background: var(--mist); color: var(--blue-dark); font-size: 12px; }
.faq-answer { display: none; padding: 0 0 22px; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: stretch;
  gap: clamp(30px, 4vw, 48px);
  padding-top: 4px;
}
.contact-section-title {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d9e4de;
}
.contact-section-title small {
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #667773;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
}
.contact-section-title span {
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 850;
}
.contact-form {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 980px;
  border-top: 1px solid #d9e4de;
}
.contact-form .wpcf7,
.contact-form .wpcf7 form,
.contact-form .wpcf7 p,
.contact-form .wpcf7 label {
  width: 100%;
}
.contact-form .wpcf7 p {
  margin: 0;
}
.contact-form .wpcf7 label {
  display: block;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="number"],
.contact-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100% !important;
  max-width: 100%;
}
.form-row {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #d9e4de;
}
.form-row > p {
  display: contents;
}
.form-row .wpcf7-form-control-wrap {
  grid-column: 2;
  width: 100% !important;
  min-width: 0;
}
.form-row label {
  display: block;
  justify-self: end;
  margin: 11px 0 0;
  color: #294844;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}
.form-row input,
.form-row textarea,
.contact-form .wpcf7-form-control:not(.wpcf7-submit) {
  box-sizing: border-box;
  display: block;
  inline-size: 100% !important;
  width: 100% !important;
  max-width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  border: 1px solid #d9e4de;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
}
.contact-form .wpcf7 form .wpcf7-form-control-wrap > input.wpcf7-form-control,
.contact-form .wpcf7 form .wpcf7-form-control-wrap > textarea.wpcf7-form-control {
  width: min(100%, 720px) !important;
  min-width: min(100%, 720px);
}
.form-row textarea,
.contact-form textarea.wpcf7-form-control {
  min-height: 240px;
  resize: vertical;
}
.form-row input:focus,
.form-row textarea:focus,
.contact-form .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: var(--blue-dark);
  box-shadow: none;
  outline: 1px solid var(--blue-dark);
  outline-offset: 0;
}
.contact-form .wpcf7-submit.btn,
.contact-form input.wpcf7-submit {
  width: calc(100% - 122px);
  max-width: 560px;
  min-height: 58px;
  margin-top: 18px;
  margin-left: 122px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 16px;
}
.contact-map {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  gap: 12px;
  min-height: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 1px solid #d9e4de;
  background: #f8fbfc;
  box-shadow: none;
}
.contact-map p {
  margin: 0;
  color: #294844;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 750;
}
.notice { padding: 14px 16px; border: 1px solid #d9e4de; border-radius: 0; background: #fff; font-weight: 800; }
.notice--error { background: #fff0ec; color: #9b3929; }

.site-footer { padding: 64px 0 34px; background: linear-gradient(135deg, var(--blue-dark), #202a92 58%, #7c2fb5); color: rgba(255,255,255,.78); }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; }
.site-footer__brand-logo {
  width: 228px;
  height: 82px;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; }
.footer-nav a { color: rgba(255,255,255,.86); font-weight: 800; }
.copyright { margin-top: 34px; color: rgba(255,255,255,.58); font-size: 13px; }
.fixed-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  display: grid;
  grid-template-columns: 96px minmax(0, 190px);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #d9e4de;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 42px rgba(33,51,49,.16);
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.fixed-actions:hover {
  border-color: var(--blue);
  box-shadow: 0 20px 46px rgba(21,31,115,.2);
  transform: translateY(-1px);
}
.fixed-actions:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(52,120,246,.18), 0 20px 46px rgba(21,31,115,.2);
  outline: 0;
}
.fixed-actions__media {
  position: relative;
  display: grid;
  align-items: end;
  justify-items: center;
  min-height: 132px;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbf9, #edf5f1);
}
.fixed-actions__media::before {
  display: none;
}
.fixed-actions__media img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  object-position: center bottom;
}
.fixed-actions__body {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 16px;
}
.fixed-actions__label {
  margin: 0;
  color: #6d837d;
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
}
.fixed-actions__title {
  margin: 0;
  color: var(--blue-dark);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 850;
}

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.strength-timeline__item[data-reveal] { transition-delay: calc(var(--timeline-index) * .12s); }
.strength-timeline__item:nth-child(odd)[data-reveal] { transform: translateX(-42px); }
.strength-timeline__item:nth-child(even)[data-reveal] { transform: translateX(42px); }
.strength-timeline__item[data-reveal].is-visible { opacity: 1; transform: translateX(0); }
.card.service-card, .reason-card, .staff-card { transition: transform .2s ease, box-shadow .2s ease; }
.card.service-card:hover, .reason-card:hover, .staff-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(50,84,76,.13); }
.quick-link:hover,
.quick-link:focus-visible {
  opacity: .82;
  outline: 0;
  transform: translateY(-2px);
}
.strength-timeline__item.reason-card {
  transition: opacity .7s ease, transform .7s ease, box-shadow .2s ease;
  transition-delay: calc(var(--timeline-index) * .12s);
}

h1,
h2,
h3,
.hero h1,
.page-hero h1,
.section-title span,
.service-page-heading h2,
.service-feature h3,
.service-showcase__heading h2,
.reasons-heading h2,
.user-voice-heading h2,
.blog-modal h3,
.company-message__quote {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: .02em;
}

body,
p,
td,
input,
textarea,
button,
.lead,
.card p,
.hero p,
.page-hero p,
.service-feature__text,
.work-case-card__story p,
.work-case-card__outcome,
.blog-modal__intro,
.blog-modal__points li,
.blog-modal__result p,
.blog-modal__stack,
.voice-card p,
.company-message__body p:not(.lead):not(.company-message__signature),
.company-table td,
.contact-map p,
.table-note {
  font-family: var(--font-main);
}

small,
.site-nav a,
.site-menu-toggle,
.hero__eyebrow,
.section-title small,
.service-number,
.tag-list li,
.work-case-card__kicker,
.work-case-card__top span,
.work-case-card__facts li::before,
.blog-article-card__meta,
.blog-article-card__category,
.blog-modal__meta,
.blog-modal__category,
.service-feature__number,
.service-feature__tag,
.service-page-heading p,
.service-showcase__heading p,
.service-browser-card p,
.reasons-heading p,
.reasons-ribbon,
.user-voice-heading p,
.voice-card__review small,
.fixed-actions__label,
.contact-section-title small,
.form-row label {
  font-family: var(--font-small);
}

.stat-card strong,
.works-summary strong,
.case-pagination a,
.blog-article-card__meta,
.work-case-card__top span,
.voice-card__review strong,
.voice-card__number {
  font-family: var(--font-number);
}

@media (max-width: 980px) {
  .site-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 58px;
    height: 38px;
    padding: 0;
    border: 1px solid #d9e4de;
    border-radius: 0;
    background: var(--white);
    color: var(--blue);
    cursor: pointer;
  }
  .site-menu-toggle span {
    display: block;
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
  }
  .site-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .site-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; left: 0; right: 0; top: 72px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 18px; background: var(--white); border-bottom: 1px solid #d9e4de; }
  .site-nav.is-open { display: flex; }
  .site-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0;
    border-bottom: 1px solid #edf2ef;
    line-height: 1.4;
  }
  .site-nav a:hover,
  .site-nav .is-active { border-bottom-color: var(--blue); }
  .site-nav .btn--coral {
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin-top: 0;
    padding: 0;
    border-bottom: 1px solid #edf2ef;
    line-height: 1.4;
  }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-browser-grid { grid-template-columns: repeat(2, minmax(220px, 260px)); gap: 28px; }
  .service-browser-card:nth-child(n) { margin-top: 0; }
  .service-showcase__action { justify-content: center; margin-top: 36px; }
  .service-feature-list { gap: 76px; margin-top: 52px; }
  .service-feature,
  .service-feature:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .service-feature:nth-child(even) .service-feature__media {
    order: 0;
  }
  .service-feature__media { min-height: 240px; }
  .service-feature__body { max-width: none; }
  .reasons-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 28px; }
  .works-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px 86px; }
  .blog-article-card {
    width: min(100%, 386px);
  }
  .blog-article-card .card__body {
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 16px;
    padding-left: 20px;
  }
  .blog-article-card__image {
    width: 160px;
    height: 118px;
    min-height: 0;
    margin: -34px -48px -24px 0;
  }
  .blog-article-card__image img { height: 100%; }
  .blog-modal__panel { grid-template-columns: 1fr; }
  .blog-modal__media { min-height: auto; }
  .blog-modal__media img { height: min(38vh, 320px); min-height: 240px; max-height: 320px; }
  .company-message { grid-template-columns: 1fr; }
  .company-message__photo { width: min(100%, 280px); min-height: 340px; }
  .company-message__photo img { min-height: 340px; }
  .company-profile { grid-template-columns: 1fr; }
  .company-profile__media { min-height: 320px; transform: none; }
  .company-profile__media img { min-height: 320px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-map { grid-template-rows: 320px auto; }
  .contact-map iframe { min-height: 320px; }
  .contact-form { border-top: 0; }
  .form-row { grid-template-columns: 1fr; gap: 7px; padding: 0 0 16px; border-bottom: 0; }
  .form-row .wpcf7-form-control-wrap { grid-column: 1; }
  .form-row label { margin-top: 0; }
  .contact-form .wpcf7-submit.btn,
  .contact-form input.wpcf7-submit {
    width: 100%;
    margin-left: 0;
  }
  .voice-card { flex-basis: 340px; }
  .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split, .site-footer__grid { grid-template-columns: 1fr; }
  .quick-links { margin-top: 0; }
}

@media (max-width: 640px) {
  .section { padding: 62px 0; }
  .site-logo {
    width: 158px;
    min-height: 56px;
  }
  .site-logo img {
    height: 46px;
  }
  .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero::before { background: linear-gradient(90deg, rgba(21,31,115,.92), rgba(52,120,246,.56) 52%, rgba(240,91,215,.34)), var(--hero-image-mobile) center/cover; }
  .hero__content { padding-top: 78px; }
  .service-showcase { padding: 56px 0 48px; }
  .service-showcase__heading { justify-content: center; flex-wrap: wrap; text-align: center; }
  .service-showcase__heading h2 { font-size: 34px; letter-spacing: .1em; }
  .service-browser-grid { grid-template-columns: minmax(0, 260px); margin-top: 42px; }
  .service-browser-card__image { height: 142px; }
  .service-feature-section { padding-top: 64px; }
  .service-page-heading {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 7px;
  }
  .service-page-heading > span { margin-top: 0; }
  .service-page-heading h2 { font-size: 40px; letter-spacing: .08em; }
  .service-page-heading p { margin-bottom: 0; }
  .service-feature-list { gap: 58px; margin-top: 40px; }
  .service-feature__media {
    min-height: 190px;
    padding: 18px 6px;
  }
  .service-feature__media::before,
  .service-feature:nth-child(even) .service-feature__media::before {
    inset: 10px 8px auto auto;
    width: 82%;
    height: 70%;
  }
  .service-feature__media img {
    width: min(100%, 330px);
    padding: 12px;
  }
  .service-feature__text { margin-top: 22px; font-size: 14px; }
  .service-feature__actions { gap: 14px; margin-top: 26px; }
  .service-feature__actions .btn { width: min(100%, 220px); }
  .service-feature__actions .btn::after { display: none; }
  .works-service-filter {
    flex-wrap: nowrap;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px 8px;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .works-service-filter a { flex: 0 0 auto; }
  .works-summary { align-items: flex-start; flex-direction: column; }
  .quick-links {
    grid-template-columns: 1fr;
    gap: 6px;
    width: min(360px, 100%);
    padding-top: 24px;
  }
  .quick-link {
    min-height: 104px;
    padding: 18px 60px 16px;
  }
  .quick-link::before,
  .quick-link::after {
    width: 48px;
  }
  .quick-link strong {
    font-size: 20px;
  }
  .works-case-grid { grid-template-columns: 1fr; }
  .work-case-card .card__body { padding: 24px 20px 22px; }
  .blog-post-grid { grid-template-columns: 1fr; }
  .blog-article-card:nth-child(n) {
    justify-self: center;
  }
  .blog-article-card {
    width: min(calc(100% - 58px), 402px);
  }
  .blog-article-card .card__body {
    grid-template-columns: minmax(0, 1fr) 136px;
    gap: 14px;
    min-height: 132px;
    padding: 20px 16px;
  }
  .blog-article-card__image {
    width: 136px;
    height: 106px;
    min-height: 0;
    margin: -26px -34px -20px 0;
  }
  .blog-article-card__image img { height: 100%; }
  .blog-article-card h3 { font-size: 15px; line-height: 1.65; }
  .blog-article-card__excerpt { display: none; }
  .blog-article-card__meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .blog-modal { padding: 14px; }
  .blog-modal__panel { max-height: 88vh; }
  .blog-modal__body { padding: 28px 22px; }
  .blog-modal__media { padding: 16px; }
  .blog-modal__media img { height: min(32vh, 230px); min-height: 190px; max-height: 230px; }
  .contact-layout { gap: 30px; }
  .contact-map { grid-template-rows: 260px auto; }
  .contact-map iframe { min-height: 260px; }
  .company-message-section { padding-top: 54px; }
  .company-message { gap: 28px; }
  .company-message__photo { width: min(100%, 240px); min-height: 292px; }
  .company-message__photo img { min-height: 292px; }
  .company-profile__media { min-height: 230px; }
  .company-profile__media img { min-height: 230px; }
  .company-message__signature {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .company-message__signature strong { font-size: 21px; }
  .stats { grid-template-columns: 1fr; gap: 28px; padding: 0; }
  .stat-card { min-height: 108px; }
  .reasons-section { padding: 42px 0 0; }
  .reasons-heading h2 { font-size: 34px; letter-spacing: .08em; }
  .reasons-ribbon { width: 100%; margin: 28px auto 42px; padding: 10px 28px; font-size: 13px; clip-path: polygon(5% 0, 95% 0, 90% 100%, 10% 100%); }
  .reasons-list { grid-template-columns: 1fr; gap: 34px; }
  .reason-feature__icon { width: 150px; height: 150px; }
  .strength-timeline { grid-template-columns: 1fr; gap: 34px; padding-left: 48px; }
  .strength-timeline::before { left: 20px; }
  .strength-timeline__item:nth-child(n) { grid-column: 1; }
  .strength-timeline__item:nth-child(n)::before { left: -29px; right: auto; width: 28px; }
  .strength-timeline__item:nth-child(n) .strength-timeline__node { left: -49px; right: auto; width: 38px; height: 38px; }
  .strength-timeline__item:nth-child(odd)[data-reveal],
  .strength-timeline__item:nth-child(even)[data-reveal] { transform: translateX(32px); }
  .strength-timeline__item[data-reveal].is-visible { transform: translateX(0); }
  .user-voice-section { padding: 64px 0 52px; }
  .user-voice-heading { margin-bottom: 36px; }
  .user-voice-heading h2 { font-size: 32px; letter-spacing: .08em; }
  .user-voice-track__rail { gap: 18px; animation-duration: 96s; }
  .voice-card { flex-basis: min(82vw, 320px); min-height: 340px; padding: 24px 22px 78px; }
  .voice-card__head { grid-template-columns: 58px 1fr; }
  .voice-card__avatar { width: 58px; height: 58px; font-size: 20px; box-shadow: inset 0 0 0 10px rgba(237,242,244,.58); }
  .voice-card__review { left: 22px; right: 22px; bottom: 22px; }
  .voice-card__review span { font-size: 15px; }
  .voice-card__number { bottom: 62px; }
  .fixed-actions {
    left: auto;
    right: 10px;
    bottom: 10px;
    width: min(204px, calc(100vw - 20px));
    grid-template-columns: 58px minmax(0, 1fr);
  }
  .fixed-actions__media,
  .fixed-actions__media img {
    height: 74px;
    min-height: 74px;
  }
  .fixed-actions__body {
    gap: 4px;
    padding: 8px 9px;
  }
  .fixed-actions__label {
    font-size: 8px;
  }
  .fixed-actions__title {
    font-size: 11px;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero__char { opacity: 1; transform: none; filter: none; animation: none !important; }
  .user-voice-track { overflow-x: auto; }
  .user-voice-track__rail { animation: none !important; }
}