@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&family=Roboto+Condensed:wght@600;700&display=swap');

:root {
  --navy: #071a3a;
  --navy-2: #0c2b5d;
  --blue: #075bd8;
  --blue-dark: #0647aa;
  --blue-light: #dceaff;
  --sky: #f0f6fd;
  --paper: #ffffff;
  --surface: #f5f7fa;
  --line: #d7dee8;
  --muted: #617088;
  --text: #0b1f3e;
  --container: 1240px;
  --header: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); }
body { margin: 0; color: var(--text); background: var(--paper); font-family: 'Noto Sans JP', 'Yu Gothic', sans-serif; font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 64px)); margin: 0 auto; }
.section { padding: 120px 0; }

.site-header { height: var(--header); padding: 0 max(28px, calc((100vw - var(--container))/2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(7,26,58,.12); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 14px; line-height: 1.2; flex-shrink: 0; }
.brand-logo-crop { width: 154px; height: 42px; display: block; flex: 0 0 auto; position: relative; overflow: hidden; }
.brand-logo-crop img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.brand-service { padding-left: 14px; border-left: 1px solid var(--line); }
.brand strong { display: block; color: var(--navy); font: 700 11px/1.2 'Roboto Condensed', sans-serif; letter-spacing: .1em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .03em; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; }
.nav > a:not(.button) { position: relative; }
.nav > a:not(.button)::after { content: ''; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav > a:hover::after, .nav > a:focus-visible::after { transform: scaleX(1); }
.menu-button { display: none; border: 0; background: transparent; color: var(--navy); padding: 10px; }

.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 14px; font-weight: 700; border: 1px solid var(--blue); transition: color .2s ease, background .2s ease, transform .2s ease; }
.button svg { transition: transform .2s ease; }
.button:hover svg { transform: translateX(3px); }
.button--primary { color: white; background: var(--navy-2); border-color: var(--navy-2); }
.button--primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-1px); }
.button--secondary { color: var(--blue); background: white; }
.button--secondary:hover { color: white; background: var(--blue); transform: translateY(-1px); }
.nav .button { min-height: 42px; padding: 0 17px; gap: 15px; font-size: 12px; }

.hero { min-height: calc(100vh - var(--header)); background: linear-gradient(90deg, #fff 0%, #fff 49%, #f7faff 100%); position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; right: -160px; top: -80px; width: 720px; height: 720px; background: repeating-radial-gradient(ellipse at center, transparent 0 23px, rgba(7,91,216,.06) 24px 25px); pointer-events: none; opacity: .55; }
.hero-inner { width: min(var(--container), calc(100% - 64px)); min-height: calc(100vh - var(--header) - 126px); margin: 0 auto; display: grid; grid-template-columns: 58% 42%; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding: 64px 40px 64px 0; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(44px, 4.1vw, 56px); line-height: 1.42; letter-spacing: -.055em; font-weight: 700; }
.hero h1 span { color: var(--blue); }
.hero-lead { margin: 28px 0 0; font-size: 17px; line-height: 2; color: #293a54; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin: 18px 0 0; font-size: 12px; color: var(--muted); }
.hero-visual { height: 518px; display: grid; place-items: center; position: relative; }
.hero-visual img { width: min(405px, 88%); max-height: 505px; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(4,46,111,.12)); position: relative; z-index: 1; }
.map-label { position: absolute; z-index: 2; background: rgba(255,255,255,.9); border-bottom: 1px solid #6ba3ea; color: var(--navy-2); font-size: 12px; font-weight: 700; padding: 2px 8px 4px; }
.map-label--aomori { top: 13%; right: 2%; }.map-label--akita { top: 31%; left: 3%; }.map-label--iwate { top: 31%; right: 0; }.map-label--yamagata { top: 54%; left: 2%; }.map-label--miyagi { top: 56%; right: 1%; }.map-label--fukushima { bottom: 12%; right: 2%; }
.hero-proof { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: rgba(255,255,255,.94); position: relative; z-index: 2; padding: 0 max(32px, calc((100vw - var(--container))/2)); }
.hero-proof > div { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 20px; border-left: 1px solid var(--line); }
.hero-proof > div:last-child { border-right: 1px solid var(--line); }
.hero-proof strong { color: var(--blue); font: 700 26px/1 'Roboto Condensed', 'Noto Sans JP', sans-serif; white-space: nowrap; }
.hero-proof strong small { font: 700 12px/1 'Noto Sans JP', sans-serif; margin-left: 3px; }
.hero-proof span { font-size: 12px; font-weight: 600; line-height: 1.6; }

.section-intro { display: grid; grid-template-columns: 68px 1fr; gap: 26px; align-items: start; margin-bottom: 60px; }
.section-number { color: var(--blue); font: 700 42px/1 'Roboto Condensed', sans-serif; letter-spacing: -.04em; padding-top: 7px; }
.section-intro h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 3vw, 46px); line-height: 1.45; letter-spacing: -.035em; }
.section-intro p { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 15px; }

.challenges { background: var(--paper); }
.challenge-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--navy); }
.challenge-item { min-height: 112px; padding: 28px 28px 28px 0; display: grid; grid-template-columns: 54px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.challenge-item:nth-child(odd) { border-right: 1px solid var(--line); }
.challenge-item:nth-child(even) { padding-left: 28px; }
.challenge-item span { color: var(--blue); font: 700 14px/1 'Roboto Condensed', sans-serif; }
.challenge-item p { margin: 0; font-weight: 600; font-size: 16px; }
.inline-message { margin-top: 54px; padding: 32px 38px; background: var(--sky); border-left: 4px solid var(--blue); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.inline-message p { margin: 0; color: var(--navy); font-size: 20px; font-weight: 700; }

.strengths { background: var(--surface); }
.reason-layout { display: grid; grid-template-columns: 36% 64%; border-top: 1px solid var(--line); }
.experience-figure { padding: 45px 48px 45px 8px; position: sticky; top: 100px; align-self: start; }
.experience-figure strong { color: var(--blue); font: 700 120px/.85 'Roboto Condensed', sans-serif; letter-spacing: -.07em; }
.experience-figure span { margin-left: 14px; font-size: 22px; font-weight: 700; }
.experience-figure p { max-width: 320px; margin: 28px 0 0; color: var(--muted); }
.reason-list article { padding: 37px 0; display: grid; grid-template-columns: 60px 1fr; border-bottom: 1px solid var(--line); }
.reason-list article > span { color: var(--blue); font: 700 16px/1 'Roboto Condensed', sans-serif; padding-top: 8px; }
.reason-list h3 { margin: 0 0 12px; color: var(--navy); font-size: 23px; }
.reason-list p { margin: 0; color: var(--muted); font-size: 14px; }

.area { background: var(--navy); color: white; overflow: hidden; position: relative; }
.area::after { content: ''; width: 800px; height: 800px; position: absolute; right: -300px; top: -100px; border: 1px solid rgba(115,172,255,.16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(115,172,255,.03), 0 0 0 180px rgba(115,172,255,.025); }
.area-grid { display: grid; grid-template-columns: 58% 42%; align-items: center; position: relative; z-index: 1; }
.section-intro--inverse h2, .area .section-intro h2 { color: white; }
.area .section-intro p { color: #b8c4d7; }
.area .section-number { color: #79adff; }
.province-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.3); border-left: 1px solid rgba(255,255,255,.3); }
.province-grid > div { min-height: 118px; padding: 18px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.province-grid small { color: #8dbaff; font-size: 10px; }
.province-grid strong { margin-top: 5px; font-size: 19px; }
.province-grid span { margin-top: auto; color: #b8c4d7; font-size: 11px; }
.notice { margin-top: 30px; display: flex; align-items: flex-start; gap: 16px; color: #c7d2e3; font-size: 12px; }
.notice > span { width: 28px; height: 28px; flex-shrink: 0; display: grid; place-items: center; border: 1px solid #79adff; color: #79adff; font-weight: 800; }
.notice p { margin: 0; }.notice strong { color: white; }
.area-map { min-height: 670px; display: grid; place-items: center; margin-right: -60px; }
.area-map img { width: 530px; max-height: 700px; object-fit: contain; filter: drop-shadow(0 30px 80px rgba(0,0,0,.22)); }

.work-scope { background: var(--paper); }
.work-matrix { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.work-matrix article { min-height: 310px; padding: 32px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.work-matrix svg { color: var(--blue); }
.work-matrix h3 { margin: 20px 0; color: var(--navy); font-size: 18px; }
.work-matrix ul { margin: 0; padding: 0; list-style: none; }
.work-matrix li { padding: 7px 0 7px 15px; color: #45546a; font-size: 13px; position: relative; }
.work-matrix li::before { content: ''; width: 5px; height: 5px; position: absolute; left: 0; top: 17px; background: var(--blue); }
.scope-rail { min-height: 84px; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--sky); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); border-right: 1px solid var(--line); font-size: 12px; }
.scope-rail strong { color: var(--blue); font-size: 14px; }.scope-rail span { position: relative; }.scope-rail span::before { content: ''; position: absolute; left: -14px; top: 50%; width: 3px; height: 3px; background: var(--blue); }
.caption { margin: 18px 0 0; color: var(--muted); font-size: 11px; }

.service-system { background: var(--surface); }
.service-statement { padding: 48px 52px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; background: var(--navy); color: white; }
.service-statement strong { font-size: clamp(24px, 2.2vw, 30px); line-height: 1.6; }
.service-statement p { margin: 0; color: #b9c7db; font-size: 13px; border-left: 1px solid #5e779a; padding-left: 28px; }
.service-design { display: grid; grid-template-columns: repeat(6, 1fr); background: white; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-design article { min-height: 260px; padding: 32px 22px; border-right: 1px solid var(--line); }
.service-design svg { color: var(--blue); }.service-design h3 { margin: 22px 0 15px; font-size: 16px; color: var(--navy); }.service-design p { margin: 0; color: var(--muted); font-size: 11px; }

.operations-flow { background: white; overflow: hidden; }
.ops-flow { display: grid; grid-template-columns: repeat(9, 1fr); }
.ops-flow article { min-width: 0; }
.ops-top { display: flex; align-items: center; }
.ops-top span { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; background: var(--blue); color: white; border-radius: 50%; font: 700 12px/1 'Roboto Condensed', sans-serif; }
.ops-top i { height: 1px; flex: 1; background: var(--blue); position: relative; }
.ops-top i::after { content: ''; position: absolute; right: 0; top: -3px; border-left: 6px solid var(--blue); border-top: 3px solid transparent; border-bottom: 3px solid transparent; }
.ops-flow h3 { min-height: 52px; margin: 20px 12px 8px 0; font-size: 14px; line-height: 1.5; }
.ops-flow p { margin: 0 16px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.escalation-rail { margin-top: 50px; min-height: 64px; padding: 16px 26px; display: flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid #a8c8f3; background: #f6faff; color: var(--blue-dark); font-size: 12px; font-weight: 600; }

.checklist { background: var(--surface); }
.check-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.check-table { border-top: 2px solid var(--navy); }
.check-row { min-height: 67px; padding: 12px 14px; display: grid; grid-template-columns: 34px 145px 1fr 23px; gap: 9px; align-items: center; background: white; border-bottom: 1px solid var(--line); }
.check-index { color: var(--blue); font: 700 11px/1 'Roboto Condensed', sans-serif; }.check-row strong { font-size: 12px; }.check-row p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.checkmark { width: 21px; height: 21px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; }
.check-note { margin: 27px 0 0; display: flex; justify-content: center; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }.check-note svg { color: var(--blue); }

.monthly { background: white; }
.comparison { display: grid; grid-template-columns: 120px 1fr 1fr; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.comparison-head { padding: 24px; color: white; font-size: 19px; font-weight: 700; text-align: center; border-right: 1px solid var(--line); }
.comparison-head span { display: block; margin-top: 4px; font-size: 10px; font-weight: 500; opacity: .8; }.comparison-head--spot { grid-column: 2; background: #687992; }.comparison-head--monthly { background: var(--navy); }
.comparison-label, .comparison-cell { min-height: 72px; padding: 16px 20px; display: flex; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; }
.comparison-label { font-weight: 700; color: var(--navy); background: var(--surface); }.comparison-cell--spot { color: var(--muted); }.comparison-cell--monthly { gap: 12px; color: var(--navy); font-weight: 600; background: #f6faff; }.comparison-cell--monthly svg { color: var(--blue); flex-shrink: 0; }
.monthly-summary { margin-top: 28px; min-height: 76px; padding: 20px 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--sky); color: var(--navy); font-size: 11px; }.monthly-summary strong { font-size: 14px; color: var(--blue-dark); }.monthly-summary span { position: relative; padding-left: 12px; }.monthly-summary span::before { content: ''; width: 5px; height: 5px; position: absolute; left: 0; top: .65em; background: var(--blue); }

.models { background: var(--surface); }
.model-list { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.model-list article { min-height: 205px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.model-list span { color: var(--blue); font: 700 13px/1 'Roboto Condensed', sans-serif; }.model-list h3 { margin: 24px 0 10px; font-size: 18px; }.model-list p { margin: 0; color: var(--muted); font-size: 12px; }
.estimate-note { margin: 28px 0 0; padding: 20px 24px; border-left: 3px solid var(--blue); background: white; font-size: 13px; font-weight: 600; }

.onboarding { background: white; }
.onboarding-flow { display: grid; grid-template-columns: repeat(8, 1fr); padding: 0; margin: 0; list-style: none; }
.onboarding-flow li { min-height: 130px; display: flex; flex-direction: column; position: relative; }
.onboarding-flow span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font: 700 11px/1 'Roboto Condensed', sans-serif; position: relative; z-index: 1; }
.onboarding-flow strong { margin: 17px 14px 0 0; font-size: 12px; line-height: 1.6; }.onboarding-flow i { position: absolute; top: 17px; left: 34px; width: calc(100% - 34px); height: 1px; background: #9dbbe6; }
.onboarding-flow i::after { content: ''; position: absolute; right: 3px; top: -3px; border-left: 6px solid #9dbbe6; border-top: 3px solid transparent; border-bottom: 3px solid transparent; }
.rfp-callout { margin-top: 42px; padding: 34px 38px; display: grid; grid-template-columns: 45px 1fr auto; gap: 25px; align-items: center; color: white; background: var(--navy); }.rfp-callout > svg { color: #75adff; }.rfp-callout strong { font-size: 20px; }.rfp-callout p { margin: 8px 0 0; color: #b7c6da; font-size: 12px; }.rfp-callout .button { color: white; border-color: #81b3ff; background: transparent; }.rfp-callout .button:hover { background: var(--blue); }

.usecases { background: var(--surface); }
.usecase-list { border-top: 2px solid var(--navy); }
.usecase-list article { min-height: 105px; display: grid; grid-template-columns: 70px 230px 1fr 30px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }.usecase-list article > span { color: var(--blue); font: 700 14px/1 'Roboto Condensed', sans-serif; }.usecase-list h3 { margin: 0; font-size: 17px; }.usecase-list p { margin: 0; color: var(--muted); font-size: 13px; }.usecase-list svg { color: var(--blue); }

.company { background: var(--navy); color: white; position: relative; overflow: hidden; }
.company::after { content: ''; position: absolute; width: 660px; height: 660px; right: -360px; top: -330px; border: 1px solid rgba(121,173,255,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(121,173,255,.025), 0 0 0 190px rgba(121,173,255,.02); }
.company .container { position: relative; z-index: 1; }
.company .section-number { color: #79adff; }.company .section-intro h2 { color: white; }.company .section-intro p { color: #b8c4d7; }
.company-layout { display: grid; grid-template-columns: minmax(0, 38fr) minmax(0, 62fr); gap: 70px; align-items: start; }
.company-lead { padding: 8px 10px 0 0; }.company-lead > span { color: #79adff; font: 700 12px/1 'Roboto Condensed', sans-serif; letter-spacing: .14em; }.company-lead h3 { margin: 24px 0 18px; font-size: 31px; }.company-lead p { margin: 0; color: #b8c4d7; font-size: 13px; }.company-lead a { margin-top: 30px; display: inline-flex; align-items: center; gap: 20px; color: white; font-size: 12px; font-weight: 700; border-bottom: 1px solid #79adff; padding-bottom: 7px; }
.company-profile { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); }
.company-profile > div { min-height: 126px; padding: 23px 25px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.company-profile dt { color: #8ebaff; font-size: 10px; font-weight: 700; }.company-profile dd { margin: 8px 0 0; color: white; font-size: 13px; font-weight: 600; line-height: 1.7; }.company-profile small { color: #9eacc0; font-size: 10px; font-weight: 400; }.company-profile a { border-bottom: 1px solid rgba(121,173,255,.45); }

.faq { background: white; }
.faq-layout { display: grid; grid-template-columns: minmax(0, 36fr) minmax(0, 64fr); gap: 70px; align-items: start; }
.faq-heading { position: sticky; top: 110px; }.faq-heading .section-intro { display: block; }.faq-heading .section-number { display: block; margin-bottom: 28px; }.faq-heading .button { margin-left: 94px; }
.faq-list { border-top: 2px solid var(--navy); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { width: 100%; min-height: 76px; padding: 20px 12px 20px 0; display: grid; grid-template-columns: 42px 1fr 30px; align-items: center; text-align: left; border: 0; background: white; color: var(--navy); cursor: pointer; }
.faq-item > button > span { color: var(--blue); font-weight: 800; }.faq-item > button strong { font-size: 14px; }.faq-item > button svg { transition: transform .25s ease; }.faq-item--open > button svg { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }.faq-answer p { min-height: 0; overflow: hidden; margin: 0; padding: 0 44px 0 42px; color: var(--muted); font-size: 13px; }.faq-answer p span { color: var(--blue); font-weight: 800; margin-right: 15px; }.faq-item--open .faq-answer { grid-template-rows: 1fr; }.faq-item--open .faq-answer p { padding-bottom: 24px; }

.contact { padding: 120px 0; color: white; background: var(--navy); position: relative; overflow: hidden; }
.contact::before { content: ''; position: absolute; width: 700px; height: 700px; left: -350px; bottom: -430px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 190px rgba(255,255,255,.02); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 45fr) minmax(0, 55fr); gap: 70px; position: relative; }
.contact-copy { padding-top: 30px; }.contact-copy h2 { margin: 0; font-size: clamp(31px, 2.4vw, 34px); line-height: 1.6; letter-spacing: -.03em; }.contact-copy > p { margin: 30px 0 0; color: #b9c8db; font-size: 14px; }.contact-points { margin: 34px 0; display: grid; gap: 12px; }.contact-points span { display: flex; align-items: center; gap: 12px; font-size: 14px; }.contact-points svg { color: #72aaff; }.contact-copy small { display: block; color: #879ab5; font-size: 10px; line-height: 1.7; }
.contact-form, .form-success { padding: 40px; background: white; color: var(--text); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form > label, .form-row label { display: block; margin-bottom: 20px; color: var(--navy); font-size: 12px; font-weight: 700; }
.contact-form label > span:not(.area-checks), .form-row label > span { margin-left: 8px; color: var(--blue); font-size: 9px; }.contact-form label > small, .form-row label > small { margin-left: 8px; color: var(--muted); font-size: 9px; }
.contact-form input:not([type=checkbox]):not([type=file]), .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; padding: 12px 13px; border: 1px solid #bdc8d6; border-radius: 0; background: white; color: var(--text); outline: none; font-size: 14px; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,91,216,.1); }.contact-form textarea { resize: vertical; line-height: 1.7; }
.area-checks { margin-top: 10px; display: grid; grid-template-columns: repeat(6, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }.area-checks > span { position: relative; }.area-checks input { position: absolute; opacity: 0; }.area-checks label { min-height: 43px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; cursor: pointer; }.area-checks input:checked + label { color: white; background: var(--blue); }
.secure-share { margin: 4px 0 20px; padding: 16px 18px; display: flex; align-items: flex-start; gap: 13px; color: #3d526d; background: var(--sky); border-left: 3px solid var(--blue); }.secure-share svg { flex: 0 0 auto; margin-top: 2px; color: var(--blue); }.secure-share p { margin: 0; font-size: 11px; line-height: 1.7; }.secure-share strong { color: var(--navy); font-size: 12px; }
.turnstile-panel { margin: 0 0 18px; padding: 15px 16px; display: grid; grid-template-columns: minmax(300px, auto) 1fr; gap: 15px; align-items: center; border: 1px solid var(--line); background: #f8fafc; }.turnstile-panel > p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.6; }.turnstile-setup { margin: 0; color: #6d3d24; font-size: 11px; line-height: 1.6; }
.privacy { display: flex!important; align-items: center; gap: 9px; font-weight: 500!important; }.privacy input { width: 17px; height: 17px; accent-color: var(--blue); }.privacy span { margin: 0!important; color: var(--muted)!important; font-size: 11px!important; }.privacy a { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 3px; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 23px; margin: -3px 0 9px; color: var(--muted); font-size: 11px; }.form-status--error { padding: 10px 12px; color: #9f2734; background: #fff2f3; border: 1px solid #efc7cb; }.form-status a { text-decoration: underline; }
.submit-button { width: 100%; min-height: 58px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--navy-2); background: var(--navy-2); color: white; font-weight: 700; cursor: pointer; transition: background .2s ease, border-color .2s ease, opacity .2s ease; }.submit-button:hover { border-color: var(--blue-dark); background: var(--blue-dark); }.submit-button:disabled { opacity: .55; cursor: wait; }
.form-success { min-height: 450px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; outline: none; }.form-success > svg { width: 64px; height: 64px; padding: 14px; border-radius: 50%; color: white; background: var(--blue); }.form-success h3 { margin: 26px 0 10px; font-size: 24px; }.form-success p { max-width: 440px; color: var(--muted); font-size: 13px; }.form-success a { margin-top: 15px; padding: 10px 20px; color: var(--blue); border: 1px solid var(--blue); background: white; }

footer { padding: 58px max(32px, calc((100vw - var(--container))/2)) 30px; color: #d3deec; background: #041126; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 36px; }.brand--footer .brand-logo-crop img { filter: brightness(0) invert(1); }.brand--footer .brand-logo-crop::after { content: ''; position: absolute; inset: 0; background: url('../public/assets/alive-logo-transparent.png') left center / contain no-repeat; clip-path: inset(0 77.5% 0 0); pointer-events: none; }.brand--footer strong { color: white; }.brand--footer small { color: #92a1b6; }.brand--footer .brand-service { border-color: #35455d; }.footer-top > div { max-width: 660px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 30px; font-size: 12px; }.footer-top > div a:hover { color: white; }
.footer-company { padding: 22px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; border-top: 1px solid #23344d; color: #95a5ba; font-size: 10px; }.footer-company strong { color: #dce5f0; font-size: 11px; }.footer-company a { color: #b5c8e0; border-bottom: 1px solid #385278; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid #23344d; color: #8292a8; font-size: 10px; }

@media (max-width: 1080px) {
  .nav { gap: 16px; }.nav > a:not(.button):nth-child(2), .nav > a:not(.button):nth-child(3), .nav > a:not(.button):nth-child(5) { display: none; }
  .hero-inner { grid-template-columns: 58% 42%; }.hero-visual { height: 540px; }.hero h1 { font-size: 51px; }
  .work-matrix { grid-template-columns: repeat(2, 1fr); }.service-design { grid-template-columns: repeat(3, 1fr); }.service-design article { min-height: 230px; }
  .ops-flow { grid-template-columns: repeat(5, 1fr); row-gap: 38px; }.ops-flow article:nth-child(5) i { display: none; }
  .check-row { grid-template-columns: 30px 120px 1fr 22px; }.faq-layout { gap: 40px; }.contact-grid { gap: 40px; }
}

@media (max-width: 900px) {
  :root { --header: 68px; }.container, .hero-inner { width: min(100% - 40px, var(--container)); }.section { padding: 88px 0; }
  .menu-button { display: grid; place-items: center; cursor: pointer; }.nav { display: none; position: absolute; left: 0; top: 68px; width: 100%; padding: 24px; flex-direction: column; align-items: stretch; gap: 0; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(7,26,58,.12); }.nav--open { display: flex; }.nav > a:not(.button), .nav > a:not(.button):nth-child(n) { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }.nav .button { margin-top: 16px; }
  .hero { min-height: auto; }.hero-inner { min-height: 0; grid-template-columns: 1fr; padding-top: 62px; }.hero-copy { padding: 0; }.hero-visual { height: 530px; order: 2; }.hero-proof { grid-template-columns: 1fr 1fr; padding: 0 20px; }.hero-proof > div:nth-child(3) { border-top: 1px solid var(--line); }.hero-proof > div:nth-child(4) { border-top: 1px solid var(--line); }
  .area-grid { grid-template-columns: 1fr; }.area-map { min-height: 560px; margin: 20px 0 -70px; }.service-statement { grid-template-columns: 1fr; }.service-statement p { border-left: 0; padding-left: 0; }.check-columns { grid-template-columns: 1fr; }.comparison { grid-template-columns: 95px 1fr 1fr; }.monthly-summary { flex-wrap: wrap; justify-content: flex-start; }
  .model-list { grid-template-columns: 1fr 1fr; }.onboarding-flow { grid-template-columns: repeat(4, 1fr); row-gap: 25px; }.onboarding-flow li:nth-child(4) i { display: none; }.company-layout { grid-template-columns: 1fr; gap: 45px; }.faq-layout, .contact-grid { grid-template-columns: 1fr; }.faq-heading { position: static; }.faq-heading .button { margin-left: 94px; }.contact-copy { padding-top: 0; }
}

@media (max-width: 640px) {
  body { font-size: 14px; }.container, .hero-inner { width: min(100% - 32px, var(--container)); }.section { padding: 76px 0; }
  .site-header { padding: 0 16px; }.brand-logo-crop { width: 126px; height: 38px; }.brand-service { display: none; }
  .hero { background: linear-gradient(180deg, #fff 0%, #fff 46%, #f7faff 100%); }.hero-inner { padding-top: 50px; }.hero h1 { font-size: clamp(37px, 11vw, 48px); line-height: 1.48; }.hero h1 br { display: none; }.hero h1 span { display: block; }.hero-lead { margin-top: 23px; font-size: 14px; line-height: 1.9; }.desktop-only { display: none; }.hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 28px; }.button { width: 100%; justify-content: space-between; }.hero-note { font-size: 10px; }.hero-visual { height: 460px; margin-top: 18px; }.hero-visual img { width: 340px; max-height: 450px; }.map-label { font-size: 9px; }.map-label--aomori { right: 0; }.map-label--iwate, .map-label--miyagi, .map-label--fukushima { right: -2%; }.map-label--akita, .map-label--yamagata { left: 0; }
  .hero-proof { grid-template-columns: 1fr; padding: 0 16px; }.hero-proof > div { min-height: 88px; justify-content: flex-start; border: 0; border-bottom: 1px solid var(--line); }.hero-proof > div:last-child { border-right: 0; }
  .section-intro { grid-template-columns: 1fr; gap: 17px; margin-bottom: 42px; }.section-number { font-size: 31px; }.section-intro h2 { font-size: 29px; line-height: 1.5; }.section-intro p { margin-top: 14px; font-size: 13px; }
  .challenge-list { grid-template-columns: 1fr; }.challenge-item, .challenge-item:nth-child(even) { min-height: 94px; padding: 22px 4px; border-right: 0; }.challenge-item p { font-size: 14px; }.inline-message { padding: 26px 22px; flex-direction: column; align-items: stretch; }.inline-message p { font-size: 17px; }
  .reason-layout { grid-template-columns: 1fr; }.experience-figure { position: static; padding: 24px 0 35px; }.experience-figure strong { font-size: 94px; }.reason-list article { grid-template-columns: 42px 1fr; padding: 27px 0; }.reason-list h3 { font-size: 18px; }
  .area { padding-bottom: 0; }.province-grid { grid-template-columns: repeat(2, 1fr); }.province-grid > div { min-height: 105px; }.area-map { min-height: 450px; margin-bottom: -30px; }.area-map img { max-height: 480px; }
  .work-matrix { grid-template-columns: 1fr; }.work-matrix article { min-height: auto; }.scope-rail { align-items: flex-start; flex-direction: column; }.scope-rail span::before { left: -12px; }.caption { line-height: 1.7; }
  .service-statement { padding: 30px 24px; gap: 18px; }.service-statement strong { font-size: 23px; }.service-design { grid-template-columns: 1fr 1fr; }.service-design article { min-height: 225px; padding: 25px 19px; }
  .ops-flow { grid-template-columns: 1fr; row-gap: 0; }.ops-flow article { min-height: 98px; display: grid; grid-template-columns: 56px 1fr; grid-template-rows: auto 1fr; }.ops-top { grid-row: 1 / span 2; flex-direction: column; }.ops-top span { width: 42px; height: 42px; flex-basis: 42px; }.ops-top i { width: 1px; min-height: 48px; }.ops-top i::after { right: -3px; top: auto; bottom: 0; transform: rotate(90deg); }.ops-flow article:nth-child(5) i { display: block; }.ops-flow h3 { min-height: 0; margin: 5px 0 4px; font-size: 14px; }.ops-flow p { margin: 0; font-size: 10px; }.escalation-rail { justify-content: flex-start; }
  .check-row { min-height: 76px; grid-template-columns: 27px 100px 1fr 22px; padding: 10px 8px; gap: 7px; }.check-row strong { font-size: 11px; }.check-row p { font-size: 9px; }.check-note { align-items: flex-start; justify-content: flex-start; }
  .comparison { grid-template-columns: 1fr 1fr; }.comparison-head--spot { grid-column: 1; }.comparison-label { grid-column: 1 / -1; min-height: 38px; padding: 8px 12px; background: #e8edf3; }.comparison-cell { min-height: 78px; padding: 13px; align-items: flex-start; }.comparison-head { padding: 18px 10px; font-size: 15px; }.monthly-summary { align-items: flex-start; flex-direction: column; }
  .model-list { grid-template-columns: 1fr; }.model-list article { min-height: auto; }.onboarding-flow { grid-template-columns: 1fr; row-gap: 0; }.onboarding-flow li { min-height: 76px; display: grid; grid-template-columns: 50px 1fr; }.onboarding-flow span { grid-row: 1 / span 2; }.onboarding-flow strong { margin: 5px 0 0; }.onboarding-flow i { left: 17px; top: 34px; width: 1px; height: calc(100% - 34px); }.onboarding-flow i::after { right: -3px; top: auto; bottom: 0; transform: rotate(90deg); }.onboarding-flow li:nth-child(4) i { display: block; }.rfp-callout { grid-template-columns: 40px 1fr; padding: 27px 22px; }.rfp-callout .button { grid-column: 1 / -1; }
  .usecase-list article { min-height: 130px; grid-template-columns: 34px 1fr 25px; gap: 10px; padding: 20px 0; }.usecase-list h3 { font-size: 15px; }.usecase-list p { grid-column: 2 / 4; font-size: 11px; }.usecase-list svg { grid-column: 3; grid-row: 1; }
  .company-profile { grid-template-columns: 1fr; }.company-profile > div { min-height: auto; }.company-lead h3 { font-size: 26px; }
  .faq-heading .section-intro { display: grid; }.faq-heading .section-number { margin: 0; }.faq-heading .button { margin: 0 0 36px; }.faq-item > button { grid-template-columns: 34px 1fr 26px; }.faq-item > button strong { font-size: 12px; }.faq-answer p { padding-left: 34px; padding-right: 20px; font-size: 11px; }
  .contact { padding: 76px 0; }.contact-grid { gap: 42px; }.contact-copy h2 { font-size: 29px; }.contact-copy h2 br { display: none; }.contact-form, .form-success { padding: 24px 18px; margin-left: -4px; margin-right: -4px; }.form-row { grid-template-columns: 1fr; gap: 0; }.area-checks { grid-template-columns: repeat(3, 1fr); }
  .turnstile-panel { grid-template-columns: 1fr; padding: 13px 10px; overflow-x: auto; }
  .footer-top { flex-direction: column; gap: 38px; }.footer-top > div { justify-content: flex-start; }.footer-company { align-items: flex-start; flex-direction: column; }.footer-bottom { flex-direction: column; gap: 10px; }
}

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