:root {
  --navy: #07357b;
  --navy-deep: #06275c;
  --blue: #0876ee;
  --blue-bright: #38a0ff;
  --blue-soft: #edf5ff;
  --blue-pale: #f6f9fe;
  --ink: #102c55;
  --text: #405675;
  --muted: #72839b;
  --line: #d8e5f5;
  --white: #fff;
  --bg: #f7faff;
  --orange: #0876ee;
  --orange-soft: #edf5ff;
  --brand-gradient: linear-gradient(120deg, #07357b 0%, #0876ee 62%, #49a8ff 100%);
  --brand-shadow: 0 20px 55px rgba(7, 53, 123, .11);
}

body {
  color: var(--text);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .025em;
}

.container { width: min(1160px, calc(100% - 64px)); }

.site-header {
  height: 78px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(7, 53, 123, .1);
  box-shadow: 0 4px 24px rgba(7, 53, 123, .045);
  backdrop-filter: blur(14px);
}

.header-inner { height: 78px; }

.site-nav { color: var(--navy); font-weight: 700; letter-spacing: .04em; }
.site-nav > a:not(.header-cta) { transition: color .2s ease; }
.site-nav > a:not(.header-cta):hover { color: var(--blue); }
.site-nav > a:not(.header-cta)::after { background: var(--brand-gradient); height: 2px; }

.header-cta,
.button,
.button-primary,
.lower-contact .button {
  border: 0;
  border-radius: 3px;
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 118, 238, .22);
  letter-spacing: .04em;
}

.site-nav > .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 3px !important;
  background: var(--brand-gradient) !important;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px) !important;
  white-space: nowrap;
}
.site-nav > .header-cta svg {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}
.site-nav > .header-cta .icon-cutout {
  fill: none;
  stroke: var(--blue) !important;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-nav > .header-cta:hover {
  color: #fff;
  background: linear-gradient(120deg, #052d6d, #0569db) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(7, 53, 123, .25);
}
.hero-actions .button-primary {
  min-width: 250px;
  min-height: 58px;
  padding: 0 28px;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
}
.hero-actions .button-primary .icon-cutout {
  stroke: var(--blue) !important;
}
.header-cta:hover,
.button:hover { background: linear-gradient(120deg, #052d6d, #0569db); box-shadow: 0 14px 30px rgba(7, 53, 123, .25); }
.site-nav .contact-link {
  border-radius: 3px;
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 118, 238, .22);
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
}
.site-nav .contact-link:hover { background: linear-gradient(120deg, #052d6d, #0569db); color: #fff; }
.site-nav .contact-link svg path[fill="none"] { stroke: var(--navy-deep) !important; }
.site-nav > a.header-download {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 48px;
  min-height: 48px;
  padding: 0 14px;
  border: 0;
  border-radius: 3px;
  background: #8eb8e8;
  color: var(--navy);
  box-shadow: none;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.site-nav > a.header-download::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: rgba(239, 247, 255, .96);
  clip-path: polygon(9px 0, 100% 0, 100% 100%, 0 100%, 0 9px);
  pointer-events: none;
}
.site-nav > a.header-download svg,
.site-nav > a.header-download span { position: relative; z-index: 1; }
.site-nav > a.header-download::after { display: none; }
.site-nav > a.header-download + .header-cta { margin-left: -16px; }
.site-nav > a.header-download:hover {
  background: var(--blue);
  color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(7, 53, 123, .25);
}
.site-nav > a.header-download:hover::before {
  background: #e5f2ff;
}
.header-download svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Download brochure: persistent secondary CTA outside the crowded header. */
.floating-download {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 35;
  display: grid;
  grid-template-columns: 42px auto;
  align-items: center;
  gap: 12px;
  min-width: 320px;
  min-height: 82px;
  padding: 13px 22px 13px 19px;
  color: #07357b;
  background: #0876ee;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
  box-shadow: 0 12px 28px rgba(7, 53, 123, .24);
  transition: transform .25s cubic-bezier(.2,.7,.2,1), box-shadow .25s ease, color .2s ease, opacity .2s ease;
}
.floating-download::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: linear-gradient(135deg, #f8fbff 0%, #e0efff 100%);
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
  pointer-events: none;
}
.floating-download::after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 2;
  width: 20px;
  height: 2px;
  background: #0876ee;
  transform: rotate(-45deg);
  transform-origin: left center;
  pointer-events: none;
}
.floating-download:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.012);
  box-shadow: 0 18px 42px rgba(7, 53, 123, .36);
}
.floating-download:hover::before { background: linear-gradient(120deg, #07357b 0%, #0876ee 65%, #2797ff 100%); }
.floating-download:hover::after { background: #07357b; }
.floating-download svg {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.floating-download-copy { position: relative; z-index: 1; display: grid; gap: 3px; line-height: 1.3; }
.floating-download-title { font-size: 13px; font-weight: 800; letter-spacing: .015em; }
.floating-download-action { color: var(--blue); font-size: 20px; font-weight: 900; letter-spacing: .035em; transition: color .2s ease; }
.floating-download-action::after { content: "→"; display: inline-block; margin-left: 10px; transition: transform .2s ease; }
.floating-download:hover .floating-download-action::after { transform: translateX(4px); }
.floating-download:hover .floating-download-action { color: #fff; }
.floating-download:focus-visible { outline: 3px solid rgba(8,118,238,.35); outline-offset: 4px; }
.floating-download.is-footer-visible { opacity: 0; pointer-events: none; transform: translateY(8px); }
.button-secondary { background: #fff; color: var(--navy); border: 1px solid #aac7ea; box-shadow: none; }
.button-secondary:hover { color: #fff; border-color: var(--blue); }

.eyebrow,
.section-kicker,
.case-label,
.feature-grid small,
.page-tag,
.field-no,
.case-list-title {
  color: var(--blue);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: .16em;
}

.eyebrow::after,
.section-kicker::after { width: 52px; background: var(--brand-gradient); }

.hero {
  min-height: 680px;
  background: #f8fbff;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: -6%;
  bottom: -74px;
  width: 58%;
  height: 122px;
  border-radius: 50% 0 0 0;
  background: linear-gradient(100deg, rgba(7, 53, 123, .92), rgba(8, 118, 238, .84));
  transform: rotate(-3deg);
  pointer-events: none;
}

.hero-photo { inset: 0 0 0 37%; }
.hero-photo img { filter: saturate(.88) contrast(1.03); }
.hero-shade {
  background: linear-gradient(112deg, #fff 0%, rgba(255,255,255,.98) 32%, rgba(240,247,255,.9) 46%, rgba(235,245,255,.2) 67%, rgba(7,53,123,.04) 100%);
}

.hero-shade::after {
  content: "";
  position: absolute;
  top: -12%;
  left: 43%;
  width: 170px;
  height: 125%;
  background: linear-gradient(120deg, rgba(255,255,255,.8), rgba(105,178,255,.1));
  transform: skewX(-27deg);
}

.hero-copy { max-width: 640px; padding: 86px 0; }
.hero h1 { color: var(--navy-deep); font-weight: 700; letter-spacing: .025em; }
.hero h1 span,
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { color: #415a79; }

.experience-band { position: relative; overflow: hidden; background: var(--brand-gradient); }
.experience-band::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -5%;
  width: 46%;
  height: 170px;
  border-radius: 0 0 0 100%;
  background: rgba(255,255,255,.08);
}
.experience-number strong { color: #fff; }
.experience-band .section-kicker { color: #b9ddff; }
.experience-band p:last-child { color: #dfedff; }

.section { padding: 120px 0; }
.section-head { margin-bottom: 56px; }
.section-intro h2,
.section-head h2,
.stance h2,
.contact h2,
.page-block h2,
.intro h2 { color: var(--navy-deep); font-weight: 700; letter-spacing: .02em; }
.section-head h2 span,
.stance h2 span,
.page-block h2 span,
.intro h2 span { color: var(--blue); }

.trouble,
.section-soft { background: var(--blue-pale); }
.trouble-list { gap: 12px; }
.trouble-list li {
  padding: 17px 20px 17px 47px;
  border: 1px solid #dbe8f7;
  border-left: 3px solid var(--blue);
  border-radius: 2px;
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(7,53,123,.04);
}
.trouble-list li::before { color: var(--blue); }

.solution-options span,
.tag-list span {
  border: 1px solid #bcd2ed;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
}

.support-grid { gap: 14px; border: 0; }
.support-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: linear-gradient(180deg, #fff, #f9fbff);
  box-shadow: 0 12px 34px rgba(7,53,123,.06);
}
.support-card::before,
.feature-grid article::before,
.field::before,
.case::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--brand-gradient);
}
.support-card > p { color: var(--blue); }
.support-card h3 { color: var(--navy-deep); }
.line-icon { border: 1px solid #8db9e9; background: var(--blue-soft); }
.line-icon svg { stroke: var(--navy); }
.line-icon svg .accent { stroke: var(--blue); }

.stance {
  position: relative;
  overflow: hidden;
  padding: 128px 0;
  background: linear-gradient(135deg, #eaf4ff 0%, #f9fbff 68%);
}
.stance::before {
  content: "";
  position: absolute;
  top: -72px;
  left: -4%;
  width: 108%;
  height: 105px;
  border-radius: 0 0 50% 45%;
  background: #fff;
}
.stance-photo,
.about-photo,
.content-visual,
.case-image,
.case-photo {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: var(--brand-shadow);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}
.stance-photo img,
.about-photo img,
.content-visual img,
.case-image img,
.case-photo img { filter: saturate(.82) contrast(1.04); }

.feature-grid { gap: 22px; }
.feature-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7,53,123,.055);
}
.feature-grid h3 { color: var(--navy-deep); }
.team-note {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 24px;
  row-gap: 8px;
  margin-top: 34px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-top: 0;
  background: linear-gradient(120deg, #edf5ff, #f9fbff);
  box-shadow: 0 12px 30px rgba(7,53,123,.06);
}
.team-note::before,
.team-note::after { content: none; }
.team-experience {
  grid-row: 1 / 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 22px 0 0;
  border-right: 1px solid #bdd2ea;
  border-bottom: 0;
}
.team-experience strong {
  display: block;
  color: var(--blue);
  font-size: 64px;
  line-height: .8;
}
.team-experience span {
  margin-top: 12px;
  color: var(--navy);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .16em;
}
.team-note b {
  align-self: end;
  color: var(--navy-deep);
  font-size: 16px;
  line-height: 1.75;
}
.team-note > span {
  align-self: start;
  margin: 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.9;
}

.cases { background: var(--blue-pale); }
.case-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  box-shadow: var(--brand-shadow);
}
.case-body h3 { color: var(--navy-deep); }
.case-body h3 span { color: var(--blue); }
.case-body dl > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 84px;
  padding: 16px 0;
}
.case-body dt {
  display: grid;
  place-items: center;
  width: 72px;
  min-height: 40px;
  margin: 0;
  padding: 6px 10px;
  color: var(--blue);
  background: var(--blue-soft);
  text-align: center;
  line-height: 1;
}
.case-body dd {
  align-self: center;
  margin: 0;
}

.flow-list,
.steps {
  position: relative;
  border-top: 0;
  list-style: none;
}
.steps { max-width: 780px; margin: 0 auto; padding: 0; }
.flow-list::before,
.steps::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 30px;
  left: 27px;
  width: 2px;
  background: linear-gradient(180deg, #07357b, #49a8ff);
}
.flow-list li,
.steps li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 0 0 30px;
  border: 0;
}
.flow-list li > div,
.steps li > div {
  min-height: 84px;
  padding: 3px 0 27px;
  border-bottom: 1px solid var(--line);
}
.flow-list b,
.steps b {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--brand-gradient);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(8,118,238,.18);
}
.flow-list h3,
.steps h3 {
  margin: 0;
  color: var(--navy-deep);
  font-size: 19px;
  line-height: 1.55;
}
.flow-list p,
.steps p {
  margin: 9px 0 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.9;
}
.flow-list li:last-child,
.steps li:last-child { padding-bottom: 0; }
.flow-list li:last-child > div,
.steps li:last-child > div { border-bottom: 0; }

.contact,
.lower-contact {
  position: relative;
  overflow: hidden;
  background: var(--brand-gradient);
  color: #e9f3ff;
}
.contact::before,
.lower-contact::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -5%;
  width: 58%;
  height: 160px;
  border-radius: 0 0 0 100%;
  background: rgba(255,255,255,.1);
}
.contact .section-kicker,
.lower-contact .eyebrow { color: #bde0ff; }
.contact h2,
.lower-contact h2 { color: #fff; }
.contact,
.lower-contact {
  padding: 104px 0;
  text-align: center;
}
.contact h2,
.lower-contact h2 {
  margin: 0;
  font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.45;
}
.contact .contact-needs,
.lower-contact .contact-needs { margin-top: 28px; }
.contact .contact-copy > p,
.lower-contact > .container > p:not(.eyebrow) {
  max-width: 810px;
  margin: 18px auto 0;
  font-size: 13px;
  line-height: 1.9;
}
.contact .contact-actions,
.lower-contact .contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}
.contact .contact-actions .button,
.lower-contact .contact-actions .button {
  min-width: 250px;
  min-height: 58px;
  gap: 11px;
  padding: 0 28px;
  border-radius: 3px;
}
.contact .button-icon,
.lower-contact .button-icon { width: 25px; height: 25px; }
.contact-needs span { border-color: rgba(255,255,255,.33); background: transparent; color: #fff; }
.contact .button-primary,
.lower-contact .contact-actions .button:not(.button-secondary) { background: #fff; color: var(--navy); box-shadow: 0 12px 28px rgba(3,30,75,.24); }
.contact .button-secondary,
.lower-contact .contact-actions .button-secondary { border: 2px solid rgba(255,255,255,.65); background: transparent; color: #fff; }
.contact .button-primary .icon-cutout,
.lower-contact .button:not(.button-secondary) .icon-cutout { stroke: #fff; }
.contact .button-secondary .icon-cutout,
.lower-contact .button-secondary .icon-cutout { stroke: var(--blue); }

.site-footer {
  position: relative;
  padding: 58px 0 22px;
  background: #fff;
  color: #526985;
  border-top: 5px solid transparent;
  border-image: var(--brand-gradient) 1;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 14px;
  background: var(--brand-gradient);
  clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
}
.site-footer .footer-inner b { color: var(--navy-deep); }
.site-footer .footer-inner p { color: #526985; }
.site-footer .footer-bottom { color: #71839b; border-top-color: #dbe7f5; }
.site-footer .footer-corporate { color: var(--blue); border-bottom-color: #9cc5f1; }

/* Lower pages */
.sub-page .breadcrumb { color: #7588a1; }
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px max(32px, calc((100% - 1160px) / 2));
  background: linear-gradient(120deg, #fff 0%, #f1f7ff 68%, #e4f1ff 100%);
  border-bottom: 1px solid #d8e7f8;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: -45%;
  right: 8%;
  width: 220px;
  height: 190%;
  transform: skewX(-28deg);
  background: linear-gradient(180deg, rgba(8,118,238,.16), rgba(7,53,123,.04));
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: -58px;
  width: 43%;
  height: 86px;
  border-radius: 60% 0 0 0;
  background: var(--brand-gradient);
  opacity: .94;
}
.page-hero h1 { position: relative; color: var(--navy-deep); font-weight: 700; letter-spacing: .035em; }
.page-hero h1 span { color: var(--blue); }

.page-block,
.intro,
.field,
.case,
.steps li,
.info-table,
.contact-form { border-color: var(--line); }
.page-block { box-shadow: 0 14px 42px rgba(7,53,123,.055); }
.content-visual { border: 0; }
.page-about .experience-strip {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 24px;
  row-gap: 8px;
  margin-top: 34px;
  padding: 26px 40px;
  border: 1px solid var(--line);
  border-top: 0;
  background: linear-gradient(120deg, #edf5ff, #f9fbff);
  box-shadow: 0 12px 30px rgba(7,53,123,.06);
}
.page-about .experience-strip > div:first-child {
  grid-row: 1 / 3;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 22px 0 0;
  border-right: 1px solid #bdd2ea;
  border-bottom: 0;
}
.page-about .experience-strip strong {
  color: var(--blue);
  font-size: 64px;
  line-height: .8;
}
.page-about .experience-strip small {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .12em;
}
.page-about .experience-strip b {
  align-self: end;
  color: var(--navy-deep);
  font-size: 16px;
  line-height: 1.75;
}
.page-about .experience-strip > span {
  align-self: start;
  color: var(--text);
  font-size: 12px;
  line-height: 1.9;
}
.page-about .experience-strip + .content-visual { margin-top: 44px; }
.info-table { border-top: 3px solid var(--blue); box-shadow: 0 14px 36px rgba(7,53,123,.05); }
.page-about .info-table {
  width: min(760px, 100%);
  margin-right: auto;
  margin-left: auto;
}
.info-table th { background: var(--blue-soft); color: var(--navy); }
.info-table td { background: #fff; }

.field,
.case {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(7,53,123,.065);
}
.field h3,
.case h2,
.case h3 { color: var(--navy-deep); }
.field-no { color: var(--blue); }
.field .line-icon { background: var(--blue-soft); }

.case-head { border-top-color: var(--blue); }
.case dl > div { border-color: var(--line); }
.case dt { color: var(--blue); }

.contact-form {
  border-radius: 3px;
  background: #fff;
  box-shadow: var(--brand-shadow);
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #bed2ea;
  border-radius: 2px;
  background: #fbfdff;
}
.contact-form input:focus,
.contact-form textarea:focus { outline: 2px solid rgba(8,118,238,.18); border-color: var(--blue); }
.form-options label { border-color: #cbdcf0; background: #f8fbff; }

@media (max-width: 1000px) {
  .container { width: min(100% - 40px, 1160px); }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .site-nav { gap: 10px; font-size: 11px; }
  .site-nav > a.header-download { padding: 0 10px; }
  .site-nav > .header-cta { padding-right: 14px; padding-left: 14px; }
  .site-nav > a.header-download + .header-cta { margin-left: -5px; }
}

@media (min-width: 761px) and (max-width: 900px) {
  .site-nav { display: none; }
  .site-nav.open { display: flex; }
  .site-nav > a.header-download {
    margin-top: 12px;
    padding: 11px 14px !important;
  }
  .site-nav > .header-cta { margin-top: 8px; }
  .site-nav > a.header-download + .header-cta { margin-left: 0; }
  .hero-actions { display: block; }
  .hero-actions .hero-note {
    width: fit-content;
    margin: 13px 0 0;
  }
}

@media (max-width: 760px) {
  body { padding-bottom: 78px; }
  .floating-download {
    right: 12px;
    bottom: 10px;
    left: 12px;
    grid-template-columns: 30px auto;
    min-width: 0;
    min-height: 62px;
    padding: 9px 18px 9px 15px;
  }
  .floating-download svg { width: 26px; height: 26px; }
  .floating-download-title { font-size: 11px; }
  .floating-download-action { font-size: 15px; }
  .container { width: calc(100% - 40px); }
  .site-header, .header-inner { height: 68px; }
  .site-nav { top: 68px; border-bottom-color: var(--line); }
  .site-nav > a.header-download {
    margin-top: 12px;
    padding: 11px 14px !important;
  }
  .site-nav > .header-cta { margin-top: 8px; }
  .site-nav > a.header-download + .header-cta { margin-left: 0; }
  .hero { min-height: 690px; }
  .hero::before { display: none; }
  .hero-photo { inset: 0; }
  .hero-shade { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 45%, rgba(235,245,255,.67) 72%, rgba(7,53,123,.15) 100%); }
  .hero-shade::after { left: 67%; width: 90px; opacity: .45; }
  .hero-copy { padding: 88px 0 52px; }
  .hero-actions .button-primary { width: 100%; min-width: 0; }
  .section { padding: 78px 0; }
  .support-grid { grid-template-columns: 1fr; gap: 12px; }
  .support-card { min-height: 0; }
  .team-note {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 18px;
    padding: 24px 22px;
  }
  .team-experience {
    grid-row: auto;
    flex-direction: row;
    align-items: flex-end;
    gap: 14px;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid #bdd2ea;
  }
  .team-experience strong { font-size: 54px; }
  .team-experience span { margin: 0 0 2px; }
  .page-about .experience-strip {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 18px;
    padding: 24px 26px;
  }
  .page-about .experience-strip > div:first-child {
    grid-row: auto;
    flex-direction: row;
    align-items: flex-end;
    gap: 14px;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid #bdd2ea;
  }
  .page-about .experience-strip strong { font-size: 54px; }
  .page-about .experience-strip small { margin: 0 0 2px; }
  .page-about .experience-strip + .content-visual { margin-top: 34px; }
  .case-body dl > div {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }
  .case-body dt { width: 64px; }
  .flow-list li,
  .steps li { grid-template-columns: 52px minmax(0, 1fr); gap: 15px; }
  .flow-list::before,
  .steps::before { left: 25px; }
  .flow-list b,
  .steps b { width: 52px; height: 52px; }
  .stance { padding: 90px 0 82px; }
  .page-hero { padding: 68px 20px 74px; }
  .page-hero::before { right: 10%; width: 110px; }
  .page-hero::after { width: 65%; }
  .contact,
  .lower-contact {
    padding: 82px 0 72px;
    text-align: left;
  }
  .contact h2,
  .lower-contact h2 {
    font-size: clamp(38px, 10.2vw, 44px);
    line-height: 1.42;
    letter-spacing: -.045em;
  }
  .contact .contact-needs,
  .lower-contact .contact-needs {
    display: grid;
    margin-top: 35px;
  }
  .contact .contact-needs span,
  .lower-contact .contact-needs span {
    padding: 13px 3px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.32);
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    line-height: 1.65;
  }
  .contact .contact-copy > p,
  .lower-contact > .container > p:not(.eyebrow) {
    margin-top: 27px;
    line-height: 2;
  }
  .contact .contact-actions,
  .lower-contact .contact-actions {
    display: grid;
    gap: 14px;
    margin-top: 34px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,.32);
  }
  .contact .contact-actions .button,
  .lower-contact .contact-actions .button {
    width: 100%;
    min-width: 0;
  }
  .site-footer { padding-top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
