@font-face {
  font-family: "Inter";
  src: url("/assets/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --brand-900: #0a2972;
  --brand-700: #0422b6;
  --brand-500: #3159e8;
  --cyan-500: #00d8ff;
  --ink: #26262c;
  --muted: #5d6473;
  --line: #d9d9d9;
  --surface: #ffffff;
  --page: #f6f8fa;
  --shadow: 0 20px 55px rgba(10, 41, 114, .12);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
#inquiry, #approach, #services, #ai-qa-agents, #staff-augmentation { scroll-margin-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: "Inter", system-ui, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.16; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(2.6rem, 6vw, 5rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { margin-bottom: 12px; font-size: 1.22rem; }
p { color: var(--muted); }

.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 760px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--brand-900); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan-500); outline-offset: 3px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(7,19,61,.97); border-bottom: 1px solid rgba(255,255,255,.12); box-shadow: 0 10px 28px rgba(7,19,61,.16); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-copy { display: flex; flex-direction: column; }
.brand small { color: var(--muted); font-size: .6rem; line-height: 1.35; letter-spacing: .025em; }
.site-header .brand small { color: rgba(255,255,255,.7); }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav > a:not(.button) { position: relative; color: rgba(255,255,255,.86); font-size: .82rem; font-weight: 500; text-decoration: none; }
.primary-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--brand-700); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-header .primary-nav > a:not(.button)::after { background: var(--cyan-500); }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; place-content: center; gap: 5px; padding: 0; background: transparent; border: 1px solid rgba(255,255,255,.32); border-radius: 10px; }
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; display: block; background: #fff; }
.site-header .button-small { color: var(--brand-900); background: #fff; border-color: #fff; box-shadow: none; }
.site-header .button-small:hover { color: var(--brand-900); background: var(--cyan-500); border-color: var(--cyan-500); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; color: #fff; background: var(--brand-700); border: 1px solid var(--brand-700); border-radius: 8px; box-shadow: 0 10px 24px rgba(4,34,182,.18); font-size: .9rem; font-weight: 600; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--brand-900); box-shadow: 0 14px 30px rgba(4,34,182,.24); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 16px; }
.button-ghost { color: var(--brand-700); background: transparent; box-shadow: none; }
.button-ghost:hover { color: #fff; }
.button-light { color: var(--brand-900); background: #fff; border-color: #fff; box-shadow: none; }
.button-light:hover { color: #fff; background: rgba(255,255,255,.12); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--brand-700); font-size: .9rem; font-weight: 600; text-decoration: none; }

.hero { overflow: hidden; }
.hero-home { position: relative; min-height: 680px; display: grid; align-items: center; color: #fff; background: radial-gradient(circle at 82% 28%, rgba(4,34,182,.38), transparent 40%), radial-gradient(circle at 14% 0%, rgba(0,216,255,.07), transparent 28%), #07133d; box-shadow: inset 0 -34px 70px rgba(0,0,0,.2); }
.hero-home::before { position: absolute; inset: 0; content: ""; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); align-items: center; gap: 72px; padding-block: 76px; }
.hero-copy { max-width: 700px; }
.hero-copy h1, .hero-home .hero-lead { color: #fff; }
.hero-home .hero-copy h1 { font-size: clamp(2.75rem, 4.4vw, 4rem); }
.hero-lead { max-width: 760px; margin-bottom: 30px; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-home .hero-lead { color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.65vw, 1.2rem); }
.eyebrow { margin-bottom: 14px; color: var(--brand-700); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: var(--cyan-500); }
.hero-home .eyebrow, .cta-panel .eyebrow { color: var(--cyan-500); text-shadow: 0 0 18px rgba(0,216,255,.24); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-home .hero-actions .button:not(.button-ghost) { color: #07133d; background: var(--cyan-500); border-color: var(--cyan-500); box-shadow: 0 12px 30px rgba(0,216,255,.22); }
.hero-home .hero-actions .button:not(.button-ghost):hover { color: #07133d; background: #65e8ff; border-color: #65e8ff; box-shadow: 0 16px 34px rgba(0,216,255,.3); }
.hero-home .button-ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin: 30px 0 0; padding: 0; list-style: none; }
.hero-points li { position: relative; padding-left: 18px; color: rgba(255,255,255,.8); font-size: .82rem; }
.hero-points li::before { position: absolute; top: .65em; left: 0; width: 7px; height: 7px; content: ""; background: var(--cyan-500); border-radius: 50%; }

.hero-visual { position: relative; min-height: 470px; }
.visual-card { position: absolute; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.7); border-radius: 18px; box-shadow: var(--shadow); }
.visual-card span { display: block; color: var(--brand-700); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.visual-card strong { display: block; margin-top: 8px; font-size: 1.1rem; }
.visual-card-main { inset: 56px 24px 52px 32px; padding: 34px; transform: rotate(-1.5deg); }
.visual-card-main strong { max-width: 340px; font-size: 2rem; line-height: 1.15; }
.visual-card-top { top: 8px; right: 0; padding: 20px 22px; transform: rotate(4deg); }
.visual-card-bottom { bottom: 8px; left: 0; padding: 20px 22px; transform: rotate(-4deg); }
.signal-chart { height: 190px; display: flex; align-items: end; gap: 14px; margin-top: 34px; padding: 24px; background: var(--page); border-radius: 12px; }
.signal-chart i { flex: 1; background: linear-gradient(var(--cyan-500), var(--brand-700)); border-radius: 6px 6px 2px 2px; }
.signal-chart i:nth-child(1) { height: 35%; }.signal-chart i:nth-child(2) { height: 58%; }.signal-chart i:nth-child(3) { height: 44%; }.signal-chart i:nth-child(4) { height: 76%; }.signal-chart i:nth-child(5) { height: 67%; }.signal-chart i:nth-child(6) { height: 92%; }
.agent-flow { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.agent-flow i { min-height: 68px; display: grid; place-items: center; padding: 14px; color: var(--brand-900); background: linear-gradient(135deg, rgba(0,216,255,.18), rgba(49,89,232,.12)); border: 1px solid rgba(4,34,182,.12); border-radius: 10px; font-size: .82rem; font-style: normal; font-weight: 600; }

.proof-strip { background: #fff; border-bottom: 1px solid #e9edf3; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 30px 28px; border-right: 1px solid #e9edf3; }
.proof-grid div:first-child { border-left: 1px solid #e9edf3; }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { color: var(--brand-700); font-size: 1.15rem; }
.proof-grid span { color: var(--muted); font-size: .78rem; }

.section { padding-block: 104px; }
.section-subtle { background: var(--page); }
.section-brand { color: #fff; background: linear-gradient(120deg, var(--brand-900), var(--brand-700)); }
.section-brand h2, .section-brand p { color: #fff; }
.section-brand p { color: rgba(255,255,255,.76); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; gap: 72px; margin-bottom: 48px; }
.section-heading > p { margin: 0; padding-top: 34px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 300px; display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid #e2e7ee; border-radius: 12px; box-shadow: 0 12px 30px rgba(10,41,114,.05); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.service-card:hover { border-color: rgba(4,34,182,.4); box-shadow: 0 20px 40px rgba(10,41,114,.1); transform: translateY(-5px); }
.service-card h3 a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.service-card p { font-size: .88rem; }
.service-card .text-link { margin-top: auto; }
.card-index { margin-bottom: 42px; color: var(--brand-700); font-size: .74rem; font-weight: 700; }
.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 88px; }
.split.reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.link-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.link-list a { display: flex; justify-content: space-between; gap: 24px; padding: 22px 20px; border: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.link-list a:hover { background: rgba(255,255,255,.1); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.process-grid li { min-height: 270px; padding: 28px; background: var(--page); border-top: 3px solid var(--brand-700); }
.process-grid span, .benefit-grid span, .industry-grid span { display: block; margin-bottom: 34px; color: var(--brand-700); font-size: .78rem; font-weight: 700; }
.outcome-panel { padding: 48px; background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.outcome-line { width: 64px; height: 4px; display: block; margin-bottom: 36px; background: linear-gradient(90deg, var(--brand-700), var(--cyan-500)); }
.talent-list { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.talent-list li { position: relative; padding-left: 26px; color: var(--muted); font-size: .9rem; }
.talent-list li::before { position: absolute; top: .52em; left: 0; width: 9px; height: 9px; content: ""; background: var(--cyan-500); border: 2px solid var(--brand-700); border-radius: 50%; }
.consulting-message { font-size: clamp(1.6rem, 3.4vw, 2.8rem); }
.consulting-message span { display: block; white-space: nowrap; }

.breadcrumb { width: var(--container); display: flex; flex-wrap: wrap; gap: 10px; margin: 22px auto 0; color: var(--muted); font-size: .75rem; }
.breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; color: var(--brand-700); }
.hero-inner { padding-block: 92px; background: radial-gradient(circle at 90% 10%, rgba(0,216,255,.16), transparent 28%), var(--page); border-bottom: 1px solid #e2e7ee; }
.hero-inner-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: center; gap: 80px; }
.hero-inner h1 { max-width: 900px; color: var(--brand-900); font-size: clamp(2.7rem, 5vw, 4.6rem); }
.hero-orbit { position: relative; width: 330px; aspect-ratio: 1; display: grid; place-items: center; margin-inline: auto; border: 1px solid rgba(4,34,182,.15); border-radius: 50%; }
.hero-orbit::before, .hero-orbit::after { position: absolute; content: ""; border: 1px solid rgba(4,34,182,.16); border-radius: 50%; }
.hero-orbit::before { inset: 42px; }.hero-orbit::after { inset: 84px; }
.hero-orbit strong { color: var(--brand-700); font-size: 3.5rem; }
.hero-orbit span { position: absolute; width: 16px; height: 16px; background: var(--cyan-500); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 3px 12px rgba(4,34,182,.2); }
.hero-orbit span:nth-child(1) { top: 45px; right: 38px; }.hero-orbit span:nth-child(2) { bottom: 30px; left: 70px; }.hero-orbit span:nth-child(3) { top: 130px; left: -3px; }
.hero-service-mark { position: relative; width: 330px; aspect-ratio: 1; display: grid; place-items: center; margin-inline: auto; color: #fff; background: linear-gradient(145deg, var(--brand-900), var(--brand-500)); border-radius: 28px 90px 28px 90px; box-shadow: var(--shadow); }
.hero-service-mark span { font-size: 4rem; font-weight: 700; }
.hero-service-mark i { position: absolute; width: 22px; height: 22px; background: var(--cyan-500); border-radius: 6px; }
.hero-service-mark i:nth-child(2) { top: 35px; left: 42px; }.hero-service-mark i:nth-child(3) { right: 35px; bottom: 50px; }.hero-service-mark i:nth-child(4) { right: 28px; top: 44px; background: #fff; }

.benefit-grid, .industry-grid, .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-grid article, .industry-grid article, .value-grid article { padding: 32px; background: #fff; border: 1px solid #e2e7ee; border-radius: 12px; }
.industry-links { margin-top: 22px; color: var(--brand-700); font-size: .78rem; font-weight: 600; }
.industry-links a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.step-list { margin: 0; padding: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.step-list span { color: var(--cyan-500); font-size: .75rem; font-weight: 700; }
.step-list.dark li { border-color: var(--line); }
.step-list.dark span { color: var(--brand-700); }
.deliverable-list, .check-list { margin: 0; padding: 0; list-style: none; }
.deliverable-list li, .check-list li { position: relative; padding: 18px 18px 18px 48px; background: #fff; border-bottom: 1px solid #e2e7ee; }
.deliverable-list li::before, .check-list li::before { position: absolute; top: 21px; left: 18px; width: 18px; height: 18px; display: grid; place-items: center; content: "✓"; color: #fff; background: var(--brand-700); border-radius: 50%; font-size: .66rem; font-weight: 700; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 88px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; font-weight: 600; list-style: none; }
.faq-list summary::after { position: absolute; top: 22px; right: 4px; content: "+"; color: var(--brand-700); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 44px; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.case-grid article { min-height: 320px; padding: 38px; background: var(--page); border-top: 4px solid var(--brand-700); }
.prose { max-width: 680px; }
.value-grid { grid-template-columns: repeat(4, 1fr); }
.contact-card { padding: 36px; background: #fff; border: 1px solid #e2e7ee; border-radius: 16px; box-shadow: var(--shadow); }
.contact-card span { display: block; margin-bottom: 10px; color: var(--brand-700); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-card a { display: block; margin-bottom: 22px; color: var(--brand-900); font-size: clamp(1.15rem, 2.3vw, 1.75rem); font-weight: 600; }
.contact-guidance { display: grid; grid-template-columns: repeat(2, 1fr); gap: 64px; }
.inquiry-section { background: #fff; }
.inquiry-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); align-items: start; gap: 84px; }
.inquiry-copy > p:not(.eyebrow) { max-width: 470px; }
.inquiry-note { max-width: 470px; display: grid; gap: 7px; margin-top: 34px; padding: 22px 24px; background: var(--page); border-left: 4px solid var(--cyan-500); }
.inquiry-note strong { color: var(--brand-900); }
.inquiry-note span { color: var(--muted); font-size: .88rem; }
.inquiry-form { position: relative; padding: 40px; background: var(--page); border: 1px solid #e2e7ee; border-radius: 18px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; }
.form-field { min-width: 0; display: grid; align-content: start; gap: 8px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { color: var(--ink); font-size: .84rem; font-weight: 600; }
.form-field label span { color: var(--brand-700); }
.form-field input, .form-field select, .form-field textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid #cbd3df; border-radius: 9px; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.form-field input, .form-field select { min-height: 52px; padding: 11px 13px; }
.form-field textarea { min-height: 170px; padding: 13px; resize: vertical; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: #99a8bd; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--brand-700); box-shadow: 0 0 0 4px rgba(0,216,255,.2); }
.form-field [aria-invalid="true"] { border-color: #b42318; box-shadow: 0 0 0 4px rgba(180,35,24,.1); }
.form-field small { color: var(--muted); font-size: .74rem; }
.hp-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.consent-row { display: grid; grid-template-columns: 26px 1fr; align-items: start; gap: 11px; margin-top: 24px; }
.consent-row input { width: 24px; height: 24px; margin: 0; accent-color: var(--brand-700); }
.consent-row label { color: var(--muted); font-size: .78rem; }
.consent-row a { color: var(--brand-700); }
.form-submit { min-height: 54px; display: flex; align-items: center; gap: 18px; margin-top: 26px; }
.form-submit .button { min-width: 150px; }
.form-submit .button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-status { margin: 0; color: var(--muted); font-size: .8rem; }
.form-status[data-state="success"] { color: #067647; }
.form-status[data-state="error"] { color: #b42318; }
.hero-legal { padding-block: 80px 64px; background: var(--page); }
.legal-copy { max-width: 860px; }
.legal-copy h2 { margin-top: 44px; font-size: 1.6rem; }

.cta-section { padding: 0 0 104px; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 44px; padding: 58px; color: #fff; background: linear-gradient(120deg, var(--brand-900), var(--brand-700)); border-radius: 18px; box-shadow: var(--shadow); }
.cta-panel h2 { max-width: 760px; color: #fff; }
.cta-panel p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.76); }

.site-footer { color: rgba(255,255,255,.78); background: #07133d; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr .8fr; gap: 54px; padding-block: 72px 54px; }
.brand-light { align-items: center; }
.brand-light small { color: rgba(255,255,255,.6); }
.brand-logo-footer { width: 150px; height: auto; flex: 0 0 auto; }
.footer-grid p { max-width: 360px; margin: 24px 0 18px; color: rgba(255,255,255,.6); font-size: .83rem; }
.footer-grid h2 { color: #fff; font-size: .86rem; letter-spacing: .02em; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 9px 0; }
.footer-grid a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.72); font-size: .78rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: .7rem; }
.footer-bottom span:last-child { display: flex; gap: 18px; }
.footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }

@media (max-width: 1080px) {
  .primary-nav { gap: 16px; }
  .primary-nav > a:not(.button) { font-size: .74rem; }
  .hero-grid, .hero-inner-grid { grid-template-columns: 1fr 420px; gap: 44px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 32px, 720px); }
  h1 { font-size: clamp(2.35rem, 11vw, 4rem); }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: grid; }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 12px 16px 18px; background: #07133d; border-bottom: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 35px rgba(7,19,61,.24); }
  .primary-nav[data-open="true"] { display: grid; }
  .primary-nav > a:not(.button) { min-height: 48px; display: flex; align-items: center; padding: 0 10px; font-size: .9rem; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero-grid, .hero-inner-grid, .split, .split.reverse, .section-heading, .faq-layout, .contact-guidance, .inquiry-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 26px; padding-block: 72px 36px; }
  .hero-home { min-height: auto; }
  .hero-visual { min-height: 390px; }
  .hero-inner { padding-block: 68px; }
  .hero-inner-grid { gap: 54px; }
  .hero-orbit, .hero-service-mark { width: min(310px, 86vw); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid div { border-bottom: 1px solid #e9edf3; }
  .section { padding-block: 78px; }
  .section-heading { gap: 4px; margin-bottom: 34px; }
  .section-heading > p { padding-top: 0; }
  .process-grid, .benefit-grid, .industry-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .split.reverse, .faq-layout, .contact-guidance, .inquiry-layout { gap: 44px; }
  .cta-panel { align-items: flex-start; flex-direction: column; padding: 42px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); }
  body { font-size: 15px; }
  .site-header .brand-logo-footer { width: 126px; }
  .site-header .brand-copy { display: none; }
  .hero-home { text-align: left; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 9px; }
  .hero-visual { min-height: 250px; }
  .visual-card-main { inset: 12px 0; padding: 22px; }
  .visual-card-main strong { font-size: 1.45rem; }
  .visual-card-top, .visual-card-bottom { display: none; }
  .signal-chart { height: 135px; gap: 8px; margin-top: 22px; padding: 15px; }
  .agent-flow { gap: 8px; margin-top: 22px; }
  .agent-flow i { min-height: 48px; padding: 9px; font-size: .72rem; }
  .proof-grid, .service-grid, .process-grid, .benefit-grid, .industry-grid, .value-grid, .case-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-grid div { padding: 22px 18px; border-left: 1px solid #e9edf3; }
  .section { padding-block: 62px; }
  .service-card { min-height: 260px; }
  .link-list { grid-template-columns: 1fr; }
  .process-grid li { min-height: 220px; }
  .outcome-panel { padding: 30px; }
  .breadcrumb { margin-top: 14px; }
  .hero-inner { padding-block: 56px; }
  .hero-inner h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .hero-orbit, .hero-service-mark { width: min(260px, 80vw); }
  .cta-section { padding-bottom: 70px; }
  .cta-panel { padding: 30px; }
  .inquiry-form { padding: 24px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .footer-grid { gap: 36px; padding-block: 56px 40px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
