/*
 * CRAFTRANS / Corporate AI Adoption Support
 * CSS layout repair r2 — 2026-09-09. Approved copy, assets and price unchanged.
 * Mobile-first, framework-free. Breakpoints: 768px / 1024px / 1280px.
 * Pricing and body copy live in index.html. No text is flattened into a page image.
 */
:root {
  color-scheme: light dark;
  --ink: #071d30;
  --navy: #062139;
  --navy-deep: #031723;
  --blue: #0068b5;
  --cyan: #009bdb;
  --orange: #ff7637;
  --orange-end: #ff5d43;
  --paper: #f4f9fd;
  --mist: #eaf3fc;
  --muted: #4e6478;
  --line: #d9e6f0;
  --font: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans CJK JP", Meiryo, sans-serif;
  --radius: 14px;
  --container: 1200px;
  --header-height: 66px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 15px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-feature-settings: "palt"; overflow-wrap: anywhere; }
h1, h2 { font-weight: 800; }
h2 { font-size: clamp(27px, 7.4vw, 34px); line-height: 1.52; letter-spacing: -.035em; }
h3 { font-size: 18px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img, svg { vertical-align: middle; }
img { max-width: 100%; height: auto; }
ul { padding: 0; margin: 0; list-style: none; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #0a91cc; outline-offset: 5px; border-radius: 3px; }
::selection { background: #c4e9fa; color: var(--ink); }
.container { width: calc(100% - 44px); max-width: var(--container); margin-inline: auto; }
.section { padding-block: 62px; }
.section-anchor { scroll-margin-top: 12px; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.blue-text { color: var(--blue); }
.eyebrow { color: var(--blue); font-family: Arial, var(--font); font-size: 11px; font-weight: 700; line-height: 1.8; letter-spacing: .1em; margin-bottom: 15px; }
.eyebrow > span { font-family: var(--font); font-weight: 500; letter-spacing: .01em; font-size: 11px; color: var(--muted); }
.eyebrow--light { color: #93d5f4; }
.eyebrow--light > span { color: #b5cbd9; }
.body-copy { color: var(--muted); font-size: 14px; line-height: 1.95; margin-top: 19px; }
.fine-print { color: #63798c; font-size: 11px; line-height: 1.85; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.desktop-only { display: none; }
.skip-link { position: fixed; z-index: 200; left: 12px; top: -90px; padding: 12px 22px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

/* Buttons: large enough to use comfortably with one hand. */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; min-height: 54px; padding: 13px 23px; border-radius: 999px; border: 1px solid transparent; font-size: 14px; font-weight: 700; line-height: 1.5; text-align: center; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button > span { flex: 1 1 auto; }
.button .icon { width: 20px; height: 20px; }
.button--primary { color: #fff; background: linear-gradient(105deg, var(--orange) 0%, #ff7139 55%, var(--orange-end) 100%); box-shadow: 0 6px 17px #fc703523, inset 0 1px 0 #ffffff35; }
@media (hover:hover) { .button:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 9px 25px #fc703537; } }
.button:active { transform: translateY(0); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 44px; padding-block: 8px; font-size: 12px; font-weight: 700; color: var(--blue); }
.text-link .icon { width: 18px; height: 18px; transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(3px); }
.text-link--light { color: #e7f5fd; padding: 9px 18px; border: 1px solid #8bb6cf55; border-radius: 999px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-height); background: #0a1420f5; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid #22344765; }
.header-inner { width: min(1280px, calc(100% - 36px)); margin-inline: auto; height: 100%; display: flex; align-items: center; gap: 12px; }
.brand { display: inline-flex; align-items: center; width: 159px; flex: 0 0 auto; min-height: 44px; }
.brand img { display: block; width: 100%; }
.header-cta { min-height: 37px; font-size: 10px; padding: 8px 12px; margin-left: auto; gap: 7px; white-space: nowrap; }
.header-cta .icon { width: 13px; height: 13px; }
.desktop-nav { display: none; }
.menu-toggle { width: 34px; min-width: 34px; height: 44px; position: relative; background: none; border: 0; padding: 8px 4px; margin-left: 0; }
.menu-toggle span { position: absolute; width: 22px; left: 6px; height: 1.8px; background: #eef4fa; top: 17px; transition: transform .2s, top .2s; }
.menu-toggle span + span { top: 25px; }
.menu-toggle[aria-expanded="true"] span { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span + span { transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 49; top: var(--header-height); left: 0; right: 0; height: calc(100vh - var(--header-height)); height: calc(100dvh - var(--header-height)); overflow: auto; background: #f6faff; }
.mobile-menu__inner { padding: 30px 24px calc(36px + env(safe-area-inset-bottom)); max-width: 600px; margin-inline: auto; }
.mobile-menu__inner > a:not(.button) { display: flex; justify-content: space-between; align-items: center; min-height: 59px; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 700; }
.mobile-menu__inner > a > .icon { width: 18px; color: var(--blue); }
.mobile-menu__cta { display: flex; margin-top: 26px; }

/* Hero: editable type and a separate photographic asset, not a screenshot. */
.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #f9fcff 0%, #edf7ff 60%, #dbeaf6 100%); }
.hero__inner { position: relative; }
.hero__copy { position: relative; z-index: 2; padding-top: 31px; }
.hero__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .025em; margin-bottom: 17px; }
.hero__price-line { display: block; font-size: 29px; line-height: 1.3; letter-spacing: -.04em; font-weight: 600; }
.hero__price { color: var(--blue); font-size: 38px; font-weight: 800; }
.hero__price strong { font: 800 69px/1 Arial, sans-serif; letter-spacing: -.045em; vertical-align: -.02em; }
.hero__headline { display: block; font-size: clamp(30px, 8.9vw, 40px); line-height: 1.52; letter-spacing: -.05em; margin-top: 7px; }
.hero__lead { font-size: 14px; line-height: 1.95; margin-top: 18px; color: #213e55; }
.hero__lead strong { font-weight: 700; }
.hero__action { margin-top: 23px; }
.hero__action .button { width: 100%; min-height: 56px; font-size: 15px; }
.hero__conditions { margin-top: 15px; font-size: 10px; }
.hero__visual { position: relative; height: 287px; margin: 24px -22px 0; overflow: hidden; }
.hero__photo { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.hero__photo-edge { position: absolute; inset: 0; background: linear-gradient(180deg,#ebf5fe10 0%,transparent 78%,#04273c32); pointer-events: none; }
.hero__visual figcaption { position: absolute; left: 22px; bottom: 17px; font-size: 10px; letter-spacing: .11em; color: #fff; background: #0a3044c7; backdrop-filter: blur(8px); padding: 6px 12px; border: 1px solid #cde1ed45; border-radius: 4px; }

/* Four support areas / compact, accessible mobile disclosures. */
.service { background: linear-gradient(180deg, #f7fbff, #edf5fd); padding: 21px 0 26px; }
.service-grid { display: grid; }
.service-item { border-bottom: 1px solid #d4e4ef; }
.service-item summary { list-style: none; display: flex; align-items: center; gap: 15px; padding: 19px 0; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.service-item summary > .icon { width: 31px; height: 31px; color: var(--cyan); stroke-width: 1.35; }
.service-item__text { display: flex; align-items: center; gap: 12px; font-size: 14px; line-height: 1.6; font-weight: 700; flex: 1; }
.service-item__text br { display: none; }
.service-item__number { color: var(--blue); font: 700 12px/1.5 Arial,sans-serif; }
.service-item summary .service-item__toggle { width: 16px; height: 16px; color: var(--blue); transition: transform .2s; }
.service-item[open] .service-item__toggle { transform: rotate(90deg); }
.service-item p { padding: 0 22px 19px 46px; font-size: 13px; line-height: 1.9; color: var(--muted); }
.service-note { padding-top: 22px; font-size: 12px; color: #3d5f78; line-height: 1.95; text-align: center; font-weight: 600; }
.service-note > span { display: block; }

/* Why now: third-party stats framing the problem, cited from a public survey. */
.why-now { background: #fbfdff; }
.why-now-grid { display: grid; gap: 16px; margin-top: 26px; }
.why-now-stat { border: 1px solid #dce8f3; background: #fff; border-radius: 13px; padding: 24px; }
.why-now-stat__label { font-size: 12px; color: var(--muted); line-height: 1.7; min-height: 2.6em; }
.why-now-stat__value { margin: 14px 0 10px; font: 700 48px/1 Arial, sans-serif; color: var(--blue); letter-spacing: -0.03em; }
.why-now-stat__value > span { font-size: .4em; margin-left: 2px; }
.why-now-stat__value--text strong { font-size: 40px; }
.why-now-stat__value--text .unit { font-size: .5em; }
.why-now-stat__note { font-size: 12px; color: var(--muted); line-height: 1.85; }
.why-now-conclusion { margin-top: 28px; font-size: 15px; font-weight: 700; color: var(--ink); text-align: center; line-height: 1.9; }
.why-now-source { margin-top: 16px; text-align: center; }
@media (min-width: 768px) {
  .why-now-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
}

/* Dark company story: a deliberate contrast to the light hero. */
.story { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(105deg, #031723 0%, #072c44 68%, #254b61 100%); color: #fff; padding-block: 55px; }
.story::after { content: ""; position: absolute; z-index: -1; width: 680px; height: 700px; right: -490px; top: -310px; border: 1px solid #67bee421; transform: rotate(34deg); border-radius: 80px; box-shadow: 0 0 0 80px #83c7e00b,0 0 0 160px #83c7e006; }
.story__ambient { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #041925c7, #062b4777), url("assets/office-atmosphere.webp") center top / cover no-repeat; opacity: .27; }
.story__layout { display: grid; gap: 31px; }
.story h2 { font-size: 30px; line-height: 1.5; }
.story__copy > p:not(.eyebrow) { font-size: 13px; line-height: 2; color: #c5d9e5; margin-top: 17px; }
.story .text-link { margin-top: 22px; }
.story-journey { display: grid; gap: 0; }
.journey-item { display: grid; grid-template-columns: 101px minmax(0,1fr); min-height: 96px; border-top: 1px solid #a8d0e329; padding: 14px 0; align-items: center; gap: 16px; }
.journey-item:last-child { border-bottom: 1px solid #a8d0e329; }
.journey-item__photo { width: 100%; height: 84px; border-radius: 6px; background-size: cover; background-position: center; }
.journey-item__photo--one { background-image: linear-gradient(#15354d18,#05213833),url("assets/team-workshop.webp"); }
.journey-item__photo--two { background-image: linear-gradient(#15354d18,#05213833),url("assets/team-collaboration.webp"); background-position: 70% center; }
.journey-item__photo--three { background-image: linear-gradient(#15354d18,#05213833),url("assets/team-transform.webp"); background-position: center 25%; }
.journey-item__number { float: left; color: #88c9e8; font: 700 12px/26px Arial,sans-serif; margin-right: 9px; }
.journey-item h3 { font-size: 16px; line-height: 26px; }
.journey-item p { color: #c4dbe9; font-size: 12px; line-height: 1.8; margin-top: 7px; clear: both; }
.story__product { display: flex; align-items: center; gap: 13px; margin-top: 23px; }
.product-monogram { width: 42px; height: 42px; border-radius: 9px; display: grid; place-items: center; font: 700 18px/1 Arial,sans-serif; color: #a3e2fb; border: 1px solid #afdff541; background: linear-gradient(140deg,#ffffff14,#009ddd14); }
.story__product .eyebrow { margin: 0 0 3px; color: #8bb5cb; font-size: 9px; }
.story__product p { font-size: 11px; color: #cce2ef; }
.story__product strong { color: white; }

/* Evidence: factual amounts, not invented before / after charts. */
.results { background: #f9fcff; }
.results__layout { display: grid; gap: 25px; }
.results h2 { font-size: clamp(27px,7.3vw,33px); }
.results__intro .text-link { margin-top: 11px; }
.result-stat { color: #fff; background: linear-gradient(135deg, #041825 0%, #062b47 80%, #06426a 100%); border-radius: 12px; padding: 29px 27px 25px; position: relative; overflow: hidden; isolation: isolate; box-shadow: 0 15px 40px #29485d12; }
.result-stat::before { content: ""; z-index: -1; position: absolute; inset: 0; background-image: linear-gradient(#d7f0ff04 1px,transparent 1px),linear-gradient(90deg,#d7f0ff04 1px,transparent 1px); background-size: 32px 32px; }
.stat-glow { position: absolute; right: -50%; top: 0; width: 95%; height: 120%; background: radial-gradient(ellipse at center,#04719a33,transparent 68%); z-index: -1; }
.result-stat > p:first-of-type { font-size: 11px; color: #d0e0eb; }
.result-stat__value { display: flex; align-items: baseline; flex-wrap: wrap; column-gap: 5px; margin: 14px 0 8px; }
.result-stat__value > strong { font: 600 clamp(49px,14vw,66px)/1.25 Arial,sans-serif; letter-spacing: -.06em; white-space: nowrap; }
.result-stat__value > strong > span { font-family: var(--font); font-size: .62em; vertical-align: .08em; margin-inline: 1px; font-weight: 400; }
.result-stat__unit { font-size: 14px; white-space: nowrap; }
.result-stat__annual { color: #bbd5e5; font-size: 12px; }
.result-stat__annual strong { font-weight: 500; color: #f1faff; }
.result-stat__bottom { display: flex; gap: 11px; align-items: center; border-top: 1px solid #9fcbe52c; margin-top: 28px; padding-top: 20px; font-size: 12px; color: #d6e6f0; }
.result-stat__bottom > .icon { color: #a9d7ec; width: 23px; }
.result-stat__bottom strong { font-size: 17px; padding-inline: 4px; }
.result-how { display: grid; grid-template-columns: minmax(0,1fr) 125px; column-gap: 10px; align-items: center; padding-block: 9px; }
.result-how__top { align-self: end; }
.result-how__top h3 { font-size: 18px; line-height: 1.6; }
.result-how__top > .icon { display: none; }
.result-how > p { font-size: 12px; color: var(--muted); line-height: 2; margin-top: 14px; align-self: start; }
.article-stack { position: relative; width: 125px; height: 174px; grid-column: 2; grid-row: 1 / 3; }
.article-sheet { position: absolute; width: 105px; height: 147px; left: 4px; top: 9px; padding: 14px 11px; border: 1px solid #d6e6ee; background: linear-gradient(145deg,#fff,#ebf7fc); box-shadow: 0 9px 25px #436c7e1a; border-radius: 5px; transform: rotate(-9deg); color: #244f68; }
.article-sheet--back { left: 16px; top: 11px; background: #a8d5e9; transform: rotate(9deg); }
.article-sheet > span { display: block; font: 6px/1.5 Arial,sans-serif; letter-spacing: .04em; }
.article-sheet > b { display: block; font-size: 11px; margin-top: 16px; margin-bottom: 11px; line-height: 1.75; }
.article-sheet > i { display: block; height: 2px; width: 88%; background: #c1d6e0; margin-top: 5px; border-radius: 1px; }
.article-sheet > i:last-child { width: 61%; }
.article-check { position: absolute; bottom: 0; right: -3px; display: flex; align-items: center; gap: 4px; background: #fff; color: #196990; box-shadow: 0 6px 20px #2e759729; border: 1px solid #daeaf2; border-radius: 20px; padding: 5px 9px; font-size: 8px; }
.article-check .icon { width: 15px; height: 15px; }
.case-note { display: grid; gap: 7px; padding: 17px 18px; margin-top: 23px; border-radius: 8px; background: #edf5fb; }
.case-note__label { font-size: 11px; font-weight: 700; color: #3d6681; }
.case-note p { font-size: 10px; line-height: 1.95; color: #526f84; }

/* Weekly work: the customer's time, our work, then shared improvement. */
.process { position: relative; background: linear-gradient(145deg,#edf6ff,#f8fbff 60%,#eaf4fc); overflow: hidden; }
.process::before { content: ""; position: absolute; right: -60%; bottom: 15%; width: 900px; height: 900px; border-radius: 50%; border: 1px solid #bddcef48; box-shadow: 0 0 0 70px #bddcef0d,0 0 0 140px #bddcef09; pointer-events: none; }
.process > .container { position: relative; }
.process__head h2 { font-size: 30px; line-height: 1.5; }
.process__image { display: none; }
.weekly-cycle { display: grid; gap: 25px; position: relative; margin-top: 34px; }
.weekly-cycle::before { content: ""; position: absolute; left: 17px; top: 13px; bottom: 82px; width: 1px; background: linear-gradient(#16a5e4,#85c0e7 75%,#16a5e4); }
.cycle-phase { display: grid; grid-template-columns: 53px minmax(0,1fr); column-gap: 15px; position: relative; }
.cycle-phase__line { display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 1; }
.cycle-phase__dot { display: grid; place-items: center; width: 35px; height: 35px; color: white; background: linear-gradient(145deg,#03a2df,#0475bc); font: 700 11px/1 Arial,sans-serif; border: 3px solid #eef7fe; outline: 1px solid #bbe0f4; border-radius: 50%; }
.cycle-phase__when { margin-top: 7px; font-size: 11px; line-height: 1.6; background: #f0f7fe; width: 42px; text-align: center; }
.cycle-phase__time { background: #eff7fd; width: 44px; font-size: 10px; line-height: 1.25; color: var(--blue); padding-bottom: 5px; }
.cycle-phase__time strong { font: 700 29px/1.3 Arial,sans-serif; letter-spacing: -.04em; }
.cycle-phase__content { padding-top: 3px; padding-bottom: 5px; }
.cycle-phase h3 { font-size: 17px; line-height: 1.65; }
.cycle-phase__content > p { font-size: 13px; color: var(--muted); margin-top: 7px; line-height: 1.85; }
.role-label { display: block; color: #678298; font-size: 10px; margin-top: 12px; }
.mini-bubble { position: relative; background: #fff; color: #3f5c70; border: 1px solid #d7e7f3; border-radius: 10px 10px 10px 2px; font-size: 12px; padding: 13px 17px; margin-top: 15px; line-height: 1.85; box-shadow: 0 7px 14px #53758a05; }
.mini-bubble--blue { background: #e0f2fb; border-color: #b9dff0; color: #185778; }
.cycle-work { margin-left: 68px; background: linear-gradient(125deg,#092c43,#194e6c); color: #fff; border-radius: 10px; padding: 17px 18px; position: relative; box-shadow: 0 8px 23px #29577910; }
.cycle-work::before { content: ""; position: absolute; left: -54px; top: 22px; width: 7px; height: 7px; border-radius: 50%; background: var(--paper); border: 1px solid #419bc4; }
.cycle-work__tag { display: inline-flex; border: 1px solid #a7d1e547; background: #ceeefe12; color: #d7eefb; font-size: 10px; line-height: 1.8; padding: 2px 8px; border-radius: 3px; margin-bottom: 12px; }
.cycle-work__content { position: relative; }
.cycle-work__content > .icon { position: absolute; right: 0; top: 0; width: 26px; height: 26px; color: #8bdaff; opacity: .8; }
.cycle-work h3 { padding-right: 25px; font-size: 15px; }
.cycle-work p { font-size: 12px; line-height: 1.9; color: #c6dfe9; margin-top: 9px; }
.mini-tasks { display: grid; gap: 4px; margin-top: 13px; padding-top: 11px; border-top: 1px solid #aacadc25; font-size: 10px; color: #cfe6f1; }
.mini-tasks > span { display: flex; align-items: center; gap: 5px; }
.mini-tasks .icon { width: 13px; height: 13px; color: #7bcdee; }
.mini-window { background: #fff; border-radius: 7px; border: 1px solid #cee3ef; margin-top: 13px; padding-bottom: 8px; box-shadow: 0 6px 18px #6b98af0f; }
.mini-window__bar { background: #e6f0f7; height: 14px; display: flex; gap: 3px; align-items: center; padding-inline: 8px; border-radius: 6px 6px 0 0; }
.mini-window__bar i { width: 3px; height: 3px; background: #a5bcca; border-radius: 50%; }
.mini-window__chart { height: 55px; display: flex; align-items: flex-end; gap: 9px; padding: 8px 17px 0; }
.mini-window__chart i { display: block; flex: 1; background: linear-gradient(#42b5ec,#0972bd); height: 47%; border-radius: 2px 2px 0 0; }
.mini-window__chart i:nth-child(2) { height: 68%; }
.mini-window__chart i:nth-child(3) { height: 54%; }
.mini-window__chart i:nth-child(4) { height: 92%; }
.mini-window__chart i:nth-child(5) { height: 76%; }
.mini-window > span { display: block; text-align: right; font-size: 8px; color: #6c899f; margin: 5px 10px 0; }
.cycle-conclusion { display: flex; justify-content: center; gap: 12px; align-items: center; font-size: 13px; line-height: 1.9; text-align: center; border-top: 1px solid #c5dfef; padding-top: 26px; margin-top: 31px; }
.cycle-conclusion > .icon { width: 24px; height: 24px; color: var(--blue); }
.process__note { margin-top: 20px; font-size: 10px; }

/* Three use cases. Actual HTML UI previews; no unconnected AI form. */
.usecases { background: #fbfdff; }
.section-head { display: flex; flex-direction: column; gap: 9px; }
.section-head h2 { font-size: 28px; }
.section-head > .text-link { align-self: flex-start; }
.usecase-tabs { display: none; margin: 24px 0 15px; background: #eaf3fa; border: 1px solid #dfebf4; border-radius: 9px; padding: 4px; gap: 3px; }
.js .usecase-tabs { display: flex; }
.usecase-tabs > button { flex: 1; border: none; padding: 11px 3px; font-size: 11px; line-height: 1.7; font-weight: 700; color: #496980; border-radius: 6px; background: transparent; white-space: nowrap; }
.usecase-tabs > button[aria-selected="true"] { background: #fff; color: var(--blue); box-shadow: 0 3px 12px #447a9a15; }
.usecase-grid { display: grid; gap: 20px; margin-top: 20px; }
.js .usecase-grid { margin-top: 0; }
.usecase-card { border: 1px solid #dce8f3; background: #fff; border-radius: 13px; padding: 24px; box-shadow: 0 9px 28px #215c8807; overflow: hidden; min-width: 0; }
.usecase-card__heading { display: flex; align-items: center; gap: 12px; }
.usecase-card__heading > .icon { color: var(--blue); width: 30px; height: 30px; }
.usecase-card__heading .eyebrow { display: block; font-size: 8px; letter-spacing: .11em; margin: 0 0 3px; color: #7190a6; }
.usecase-card__heading h3 { font-size: 20px; }
.usecase-problem { margin-top: 14px; color: #4b6d83; font-size: 14px; line-height: 1.8; }
.app-preview { margin-top: 20px; overflow: hidden; border: 1px solid #dbe5ed; border-radius: 7px; box-shadow: 0 6px 17px #1a4c6b10; transform: perspective(1000px) rotateY(-2deg); height: auto; min-height: 212px; background: #f9fcff; }
.app-preview__bar { min-height: 24px; display: flex; align-items: center; justify-content: space-between; background: #0b2a43; color: #d2e8f6; padding: 0 12px; }
.app-brand { font: 600 7px/1 Arial,sans-serif; letter-spacing: .06em; }
.app-dots { font: 5px/1 Arial,sans-serif; color: #b0c6d4; }
.app-preview__body { padding: 13px 13px 12px; }
.app-label { font-size: 10px; font-weight: 700; color: #17486a; margin-bottom: 10px; }
.app-input { background: #fff; border: 1px solid #dfeaf3; border-radius: 4px; padding: 8px 9px; font-size: 8px; line-height: 1.8; color: #677f91; }
.app-mini-button { display: flex; align-items: center; justify-content: center; gap: 6px; border-radius: 4px; width: fit-content; margin: 8px 0; padding: 4px 9px; background: #037aca; color: white; font-size: 7px; }
.app-mini-button .icon { width: 10px; height: 10px; }
.app-output { border: 1px solid #dceaf4; background: #f0f7fc; padding: 6px 9px; border-radius: 4px; }
.app-output b { font-size: 8px; display: block; color: #215071; }
.app-output > span { font-size: 6px; display: block; color: #6b8699; }
.app-output i { display: block; height: 2px; margin-top: 5px; background: #cfdfeb; width: 89%; }
.app-output i:last-child { width: 70%; }
.app-table { border: 1px solid #dce8ef; border-radius: 3px; background: #fff; }
.app-table > div { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.5fr) minmax(0,.5fr); gap: 4px; padding: 4px 8px; border-bottom: 1px solid #e8eff5; font-size: 7px; color: #587b91; line-height: 1.7; }
.app-table > div:first-child { background: #e9f3fa; color: #3b617b; }
.app-table > div:last-child { border-bottom: 0; }
.app-table i { font-style: normal; color: #007f9e; text-align: center; background: #e0f4f7; border-radius: 10px; }
.app-chart { height: 55px; padding: 8px 12px 0; display: flex; align-items: flex-end; justify-content: flex-end; gap: 9px; border-bottom: 1px solid #c4dcea; background: repeating-linear-gradient(to top,#ecf3f9 0px,#ecf3f9 1px,transparent 1px,transparent 14px); }
.app-chart i { width: 24px; height: 44%; background: linear-gradient(#50b9ed,#067fc9); border-radius: 2px 2px 0 0; }
.app-chart i:nth-child(2) { height: 72%; }.app-chart i:nth-child(3) { height: 53%; }.app-chart i:nth-child(4) { height: 95%; }.app-chart i:nth-child(5) { height: 78%; }.app-chart i:nth-child(6) { height: 87%; }
.app-question { border-radius: 6px 6px 1px 6px; background: #dfedf9; color: #345870; padding: 10px 9px; margin-left: 26px; font-size: 8px; }
.app-answer { display: flex; gap: 7px; margin-top: 13px; }
.app-ai { width: 23px; height: 23px; border-radius: 6px; background: linear-gradient(145deg,#138aca,#1e558f); color: #fff; font: 600 9px/23px Arial,sans-serif; text-align: center; flex: 0 0 auto; }
.app-answer > div { background: #fff; border: 1px solid #e1eaf1; border-radius: 1px 6px 6px; padding: 8px 9px; }
.app-answer b { display: block; font-size: 8px; color: #264b66; }
.app-answer div > span { display: block; font-size: 8px; line-height: 1.8; color: #648095; margin-top: 3px; }
.app-answer small { display: block; color: #14719f; background: #edf6fc; padding: 2px 4px; margin-top: 6px; font-size: 6px; }
.app-check { text-align: right; font-size: 6px; margin-top: 10px; color: #68869b; }
.check-list { display: grid; gap: 9px; }
.check-list > li { position: relative; padding-left: 20px; color: #45647b; font-size: 12px; line-height: 1.85; }
.check-list > li::before { content: ""; position: absolute; left: 0; top: .42em; width: 12px; height: 12px; background: #1396d3; border-radius: 50%; }
.check-list > li::after { content: ""; position: absolute; left: 3px; top: .57em; width: 6px; height: 4px; border-left: 1.5px solid #fff; border-bottom: 1.5px solid #fff; transform: rotate(-45deg); }
.usecase-card .check-list { margin-top: 22px; }
.usecase-goal { border-top: 1px solid var(--line); margin-top: 20px; padding-top: 15px; color: #68849a; font-size: 11px; line-height: 1.85; }
.usecase-goal strong { font-weight: 600; color: #21536f; }
.usecase-note { margin-top: 22px; font-size: 10px; }

/* Roadmap: the first-3-months progression, mirrors the sales deck's month-by-month page. */
.roadmap { background: #fbfdff; }
.roadmap-grid { display: grid; gap: 16px; margin-top: 26px; }
.roadmap-card { border: 1px solid #dce8f3; background: #fff; border-radius: 13px; padding: 22px; }
.roadmap-card--dark { background: linear-gradient(135deg,#041825 0%,#062b47 80%,#06426a 100%); border-color: transparent; color: #fff; }
.roadmap-card__head { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; }
.roadmap-card__head .icon { width: 22px; height: 22px; color: var(--blue); }
.roadmap-card--dark .roadmap-card__head .icon { color: #8bdaff; }
.roadmap-card__month { font: 700 12px/1.5 Arial, sans-serif; color: var(--blue); letter-spacing: .02em; }
.roadmap-card--dark .roadmap-card__month { color: #9fd8f2; }
.roadmap-card h3 { font-size: 16px; line-height: 1.6; }
.roadmap-card > p { font-size: 13px; color: var(--muted); margin-top: 10px; line-height: 1.85; }
.roadmap-card--dark > p { color: #c6dfe9; }
.roadmap-card__goal { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.roadmap-card--dark .roadmap-card__goal { border-top-color: #9fcbe52c; }
.roadmap-card__goal > span { display: block; font-size: 11px; font-weight: 700; color: #3d6681; margin-bottom: 6px; }
.roadmap-card--dark .roadmap-card__goal > span { color: #9dc3dc; }
.roadmap-card__goal p { font-size: 12px; color: #45647b; line-height: 1.85; }
.roadmap-card--dark .roadmap-card__goal p { color: #d6eaf7; }
.roadmap-note { margin-top: 28px; font-size: 13px; font-weight: 600; color: #3d5f78; text-align: center; }
.roadmap-options { display: grid; gap: 12px; margin-top: 18px; }
.roadmap-option { border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; background: #fff; }
.roadmap-option h4 { font-size: 13px; }
.roadmap-option p { font-size: 11px; color: var(--muted); margin-top: 6px; }
.roadmap-fineprint { margin-top: 22px; }
@media (min-width: 768px) {
  .roadmap-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
  .roadmap-options { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

/* Start flow: consultation → scope confirmation → contract, ahead of the FAQ. */
.start-flow { background: #fbfdff; }
.start-grid { display: grid; gap: 16px; margin-top: 26px; }
.start-card { position: relative; border: 1px solid #dce8f3; background: #fff; border-radius: 13px; padding: 22px; }
.start-card--dark { background: linear-gradient(135deg,#041825 0%,#062b47 80%,#06426a 100%); border-color: transparent; color: #fff; }
.start-card__number { position: absolute; top: 20px; right: 22px; font: 700 26px/1 Arial, sans-serif; color: #d7e6f0; }
.start-card--dark .start-card__number { color: #3a5875; }
.start-card__label { display: inline-block; font-size: 11px; font-weight: 700; color: var(--blue); background: #eaf3fc; padding: 4px 10px; border-radius: 999px; }
.start-card--dark .start-card__label { color: #9fd8f2; background: #ceeefe12; }
.start-card h3 { font-size: 16px; line-height: 1.6; margin-top: 16px; }
.start-card > p { font-size: 13px; color: var(--muted); margin-top: 10px; line-height: 1.85; }
.start-card--dark > p { color: #c6dfe9; }
.start-fineprint { margin-top: 22px; text-align: center; }
@media (min-width: 768px) {
  .start-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
}

/* Price / closing offer: the same approved 30万円 price everywhere. */
.plan-section { background: #fbfdff; padding-block: 2px 18px; }
.plan-panel { position: relative; overflow: hidden; isolation: isolate; display: grid; gap: 27px; padding: 29px 25px; background: linear-gradient(115deg,#031826 0%,#052b45 63%,#064d70 100%); border: 1px solid #3465824d; border-radius: 14px; color: #fff; box-shadow: 0 17px 45px #1441680e; }
.plan-panel::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(145deg,transparent 20%,#153e5910 20%,#4aa0d30b 45%,transparent 45%); }
.plan-panel__mark { position: absolute; width: 330px; height: 330px; max-width: none; right: -150px; top: 20px; opacity: .035; z-index: -1; transform: rotate(-14deg); }
.plan-panel h2 { font-size: 25px; line-height: 1.6; letter-spacing: -.035em; }
.plan-price { font-size: 33px; white-space: nowrap; }
.plan-price > strong { font: 700 68px/1.2 Arial,sans-serif; vertical-align: -.02em; letter-spacing: -.035em; }
.plan-panel__message { font-size: 13px; line-height: 2; color: #cce2f0; margin-top: 19px; }
.plan-panel__message strong { font-weight: 600; color: #f1faff; }
.plan-panel__description { font-size: 12px; line-height: 1.9; color: #b1cede; margin-top: 17px; }
.plan-panel__details { border-top: 1px solid #97c6df2f; padding-top: 25px; }
.plan-panel__details h3 { font-size: 13px; color: #cee8f7; margin-bottom: 14px; }
.check-list--light > li { color: #d6eaf7; font-size: 12px; }
.check-list--light > li::before { background: #118dbe; }
.plan-terms { display: flex; flex-direction: column; margin-top: 24px; line-height: 1.9; gap: 4px; font-size: 12px; }
.plan-terms > strong { font-weight: 500; }
.plan-terms > span { color: #b7d4e6; font-size: 11px; }
.plan-terms b { font-weight: 600; color: #fff; }
.plan-panel__details > .button { display: flex; width: 100%; margin-top: 21px; }
.plan-panel__note { border-top: 1px solid #9bc5dc26; padding-top: 19px; font-size: 10px; line-height: 1.95; color: #a6c5d7; }

/* FAQ remains usable without JavaScript. */
.faq { background: #fbfdff; }
.faq__layout { display: grid; gap: 28px; }
.faq__intro h2 { font-size: 29px; }
.faq__intro > .body-copy { margin-top: 14px; }
.faq__support { display: none; }
.faq__intro > .button { display: none; }
.faq__list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: flex-start; gap: 11px; list-style: none; padding: 21px 1px; cursor: pointer; font-size: 13px; font-weight: 700; line-height: 1.85; }
.faq-q { color: var(--blue); font: 500 19px/1.45 Arial,sans-serif; flex: 0 0 16px; }
.faq-item summary > span:nth-child(2) { flex: 1; }
.faq-toggle { width: 16px; height: 23px; position: relative; flex: 0 0 16px; margin-top: 1px; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; background: #4a809f; width: 11px; height: 1px; left: 2px; top: 11px; }
.faq-toggle::after { transform: rotate(90deg); transition: transform .2s; }
.faq-item[open] .faq-toggle::after { transform: rotate(0); }
.faq-answer { padding: 0 17px 23px 28px; }
.faq-answer p { color: #4e6e83; font-size: 12px; line-height: 2; }

/* Footer and unobtrusive mobile conversion bar. */
.site-footer { border-top: 1px solid #223447; background: #0a1420; padding: 32px 0 135px; }
.footer-top { display: flex; flex-direction: column; gap: 18px; }
.footer-top > .brand { width: 170px; }
.footer-top > p { font-size: 11px; color: #9fb4c7; line-height: 1.9; }
.footer-top > p > span { display: block; color: #6d8598; font: 8px/2 Arial,sans-serif; letter-spacing: .08em; margin-top: 4px; }
.footer-bottom { border-top: 1px solid #223447; padding-top: 20px; margin-top: 22px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1px 19px; font-size: 11px; color: #a9bdcf; }
.footer-bottom nav > a { display: inline-flex; align-items: center; min-height: 40px; }
.footer-bottom nav > a:hover { color: #4db3ea; }
.footer-bottom small { display: block; color: #718599; font: 9px/1.9 Arial,sans-serif; margin-top: 14px; }
.footer-image-note { font-size: 9px; color: #718599; margin-top: 10px; }
.mobile-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; background: #fffefcfa; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid #dae6f0; display: flex; gap: 12px; align-items: center; padding: 11px 16px calc(11px + env(safe-area-inset-bottom)); box-shadow: 0 -6px 25px #163c4f0d; }
.mobile-cta__price { flex: 0 0 auto; line-height: 1.3; }
.mobile-cta__price > span { font-size: 8px; color: #6a8395; display: block; }
.mobile-cta__price > p { margin: 4px 0 3px; font-size: 12px; color: #153c59; white-space: nowrap; }
.mobile-cta__price strong { font: 700 29px/1 Arial,sans-serif; letter-spacing: -.055em; padding-inline: 2px; color: var(--blue); }
.mobile-cta__price small { font-size: 8px; }
.mobile-cta .button { flex: 1; font-size: 12px; min-height: 49px; padding: 11px 13px; gap: 9px; }
.mobile-cta .button > .icon { width: 16px; }

/* Small phones: preserve tap targets and avoid horizontal overflow. */
@media (max-width: 359px) {
  .container { width: calc(100% - 36px); }
  .header-inner { width: calc(100% - 24px); gap: 5px; }
  .brand { width: 131px; }
  .header-cta { font-size: 9px; padding-inline: 10px; }
  .header-cta .icon { display: none; }
  .hero__headline { font-size: 29px; }
  .hero__price-line { font-size: 26px; }
  .hero__price { font-size: 34px; }
  .hero__price strong { font-size: 63px; }
  .hero__lead { font-size: 12px; }
  .hero__visual { margin-inline: -18px; height: 245px; }
  .hero__conditions { font-size: 9px; }
  .service-item__text { font-size: 12px; gap: 7px; }
  .service-item summary { gap: 10px; }
  .service-item summary > .icon { width: 27px; height: 27px; }
  .journey-item { grid-template-columns: 85px minmax(0,1fr); gap: 13px; }
  .journey-item p { font-size: 11px; }
  .result-stat { padding: 23px 21px; }
  .result-stat__value > strong { font-size: 48px; }
  .result-stat__unit { font-size: 12px; }
  .result-how { grid-template-columns: minmax(0,1fr) 101px; gap: 6px; }
  .article-stack { width: 101px; transform: scale(.86); transform-origin: center; }
  .result-how__top h3 { font-size: 16px; }
  .result-how > p { font-size: 11px; }
  .cycle-phase { grid-template-columns: 44px minmax(0,1fr); column-gap: 12px; }
  .cycle-work { margin-left: 56px; padding: 16px; }
  .cycle-work::before { left: -42px; }
  .cycle-phase h3 { font-size: 15px; }
  .cycle-phase__content > p { font-size: 12px; }
  .cycle-work h3 { font-size: 13px; }
  .usecase-card { padding: 20px; }
  .usecase-tabs > button { font-size: 10px; }
  .plan-panel { padding: 26px 21px; }
  .plan-panel h2 { font-size: 22px; }
  .plan-price > strong { font-size: 61px; }
  .plan-price { font-size: 30px; }
  .mobile-cta { gap: 7px; padding-inline: 10px; }
  .mobile-cta .button { font-size: 11px; padding-inline: 11px; }
  .mobile-cta__price > span { font-size: 7px; }
}

/* Tablet / landscape: deliberate layout changes, not scaling down a desktop. */
@media (min-width: 768px) {
  :root { --header-height: 74px; }
  body { font-size: 16px; }
  .container { width: calc(100% - 64px); }
  .section { padding-block: 80px; }
  .mobile-only { display: none; }
  .desktop-only { display: initial; }
  .eyebrow { font-size: 12px; }
  .brand { width: 187px; }
  .header-cta { font-size: 12px; min-height: 42px; padding-inline: 21px; }
  .header-cta .icon { display: inline-block; width: 17px; height: 17px; }
  .hero__inner { display: grid; grid-template-columns: 56% 44%; align-items: stretch; }
  .hero__copy { padding: 49px 0 42px; }
  .hero__eyebrow { font-size: 12px; margin-bottom: 19px; }
  .hero__price-line { font-size: 32px; }
  .hero__price { font-size: 39px; }
  .hero__price strong { font-size: 74px; }
  .hero__headline { font-size: 38px; line-height: 1.5; margin-top: 8px; }
  .hero__lead { font-size: 13px; margin-top: 20px; max-width: 96%; }
  .hero__lead > strong { font-size: 13px; }
  .hero__action .button { width: auto; min-width: 282px; min-height: 56px; font-size: 14px; }
  .hero__conditions { font-size: 9px; max-width: 92%; }
  .hero__visual { margin: 0 -32px 0 -24px; height: auto; min-height: 530px; }
  .hero__photo { position: absolute; inset: 0; object-position: 51% center; }
  .hero__photo-edge { background: linear-gradient(90deg,#edf7ffdd,transparent 20%); }
  .hero__visual figcaption { bottom: 22px; left: auto; right: 24px; font-size: 9px; }
  .service { padding: 39px 0 25px; }
  .service-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .service-item { border: 0; padding-inline: 17px; border-left: 1px solid #d7e5f0; }
  .service-item:first-child { border: 0; padding-left: 0; }
  .service-item:last-child { padding-right: 0; }
  .service-item summary { flex-direction: column; align-items: flex-start; gap: 17px; padding: 0; cursor: default; }
  .service-item summary > .icon { width: 36px; height: 36px; margin-bottom: 2px; }
  .service-item__text { font-size: 12px; gap: 9px; align-items: flex-start; }
  .service-item__number { font-size: 11px; margin-top: 2px; }
  .service-item__text br { display: initial; }
  .service-item summary .service-item__toggle { display: none; }
  .service-item p { padding: 10px 0 0 22px; font-size: 11px; line-height: 1.9; }
  .service-note { padding-top: 29px; font-size: 11px; font-weight: 500; }
  .service-note > span { display: inline; padding-left: 8px; }
  .story { padding-block: 62px; }
  .story__layout { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 34px; align-items: center; }
  .story h2 { font-size: 31px; }
  .story__copy > p:not(.eyebrow) { font-size: 12px; }
  .journey-item { grid-template-columns: 91px minmax(0,1fr); gap: 14px; }
  .journey-item h3 { font-size: 14px; }
  .journey-item p { font-size: 11px; }
  .story__product p { font-size: 10px; }
  .results__layout { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 28px; }
  .results__intro { grid-column: 1 / -1; }
  .results__intro h2 { font-size: 34px; }
  .results__intro h2 > br:first-child { display: none; }
  .results__intro .body-copy > br { display: none; }
  .result-stat { padding: 28px 26px; }
  .result-how { display: block; border: 1px solid #e2ecf5; border-radius: 12px; padding: 24px; position: relative; min-height: 261px; overflow: hidden; }
  .result-how__top { display: flex; justify-content: space-between; align-items: center; }
  .result-how__top h3 { font-size: 18px; }
  .result-how__top > .icon { display: block; color: var(--blue); width: 29px; height: 29px; }
  .result-how > p { width: 58%; font-size: 11px; }
  .result-how .article-stack { position: absolute; right: 13px; bottom: 9px; width: 125px; transform: scale(.85); transform-origin: right bottom; }
  .case-note { grid-template-columns: 78px minmax(0,1fr); align-items: flex-start; gap: 15px; padding: 18px 21px; }
  .case-note__label { margin-top: 1px; }
  .process__head { position: relative; }
  .process__head h2 { font-size: 32px; max-width: 80%; }
  .process__head .body-copy { font-size: 13px; max-width: 75%; }
  .process__image { display: block; position: absolute; right: -32px; width: 220px; height: 138px; top: -27px; opacity: .74; mask-image: linear-gradient(90deg,transparent,black 38%); -webkit-mask-image: linear-gradient(90deg,transparent,black 38%); }
  .process__image img { width: 100%; height: 100%; object-fit: cover; }
  .weekly-cycle { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 23px; }
  .weekly-cycle::before { display: none; }
  .cycle-work { margin-left: 0; }
  .cycle-work::before { display: none; }
  .cycle-phase:last-child { grid-column: 1 / -1; max-width: 450px; width: 100%; margin-top: 8px; }
  .cycle-conclusion { font-size: 14px; }
  .process__note { font-size: 11px; }
  .section-head h2 { font-size: 31px; }
  .js .usecase-tabs { display: none; }
  .usecase-grid, .js .usecase-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; margin-top: 30px; }
  .usecase-card { padding: 20px 16px; }
  .usecase-card__heading { gap: 9px; }
  .usecase-card__heading > .icon { width: 24px; height: 24px; }
  .usecase-card__heading h3 { font-size: 16px; }
  .usecase-card__heading .eyebrow { font-size: 6px; }
  .usecase-problem { font-size: 12px; }
  .app-preview { height: auto; min-height: 187px; }
  .app-preview__body { padding: 9px; }
  .app-label { font-size: 7px; margin-bottom: 8px; }
  .app-input { font-size: 6px; padding: 6px; }
  .app-mini-button { font-size: 6px; padding: 3px 5px; margin-block: 6px; }
  .app-output > span { font-size: 5px; }
  .app-output b { font-size: 6px; }
  .app-table > div { font-size: 6px; padding: 3px 4px; }
  .app-chart { height: 45px; padding-top: 4px; gap: 6px; }
  .app-question { margin-left: 6px; font-size: 7px; padding: 6px; }
  .app-answer { gap: 5px; margin-top: 8px; }
  .app-answer > div { padding: 5px; }
  .app-answer b, .app-answer div > span { font-size: 6px; }
  .app-answer small { font-size: 5px; }
  .app-ai { width: 18px; height: 18px; font-size: 7px; line-height: 18px; }
  .app-check { margin-top: 5px; font-size: 5px; }
  .check-list > li { font-size: 10px; padding-left: 17px; }
  .check-list > li::before { width: 10px; height: 10px; }
  .check-list > li::after { left: 2px; top: .57em; width: 6px; height: 3px; }
  .usecase-goal { font-size: 10px; }
  .plan-section { padding-bottom: 8px; }
  .plan-panel { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 31px; padding: 35px 32px; }
  .plan-panel__mark { width: 400px; height: 400px; top: 0; right: 170px; opacity: .05; }
  .plan-panel h2 { font-size: 25px; }
  .plan-price { font-size: 30px; }
  .plan-price > strong { font-size: 63px; }
  .plan-panel__message { font-size: 11px; }
  .plan-panel__description { font-size: 11px; }
  .plan-panel__details { border: none; padding-top: 6px; }
  .check-list--light > li { font-size: 11px; }
  .plan-panel__details > .button { font-size: 13px; }
  .plan-panel__note { grid-column: 1 / -1; font-size: 10px; }
  .faq__layout { grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 36px; align-items: flex-start; }
  .faq__intro h2 { font-size: 28px; }
  .faq__intro .body-copy { font-size: 12px; }
  .faq__support { display: flex; gap: 11px; align-items: center; margin-top: 25px; font-size: 12px; color: #446d87; padding-top: 22px; border-top: 1px solid var(--line); }
  .faq__support > .icon { color: var(--blue); width: 29px; height: 29px; }
  .faq__intro > .button { display: flex; margin-top: 22px; font-size: 11px; padding-inline: 18px; gap: 8px; min-height: 48px; }
  .faq-item summary { font-size: 12px; }
  .site-footer { padding: 36px 0 28px; }
  .footer-top { flex-direction: row; justify-content: space-between; align-items: center; }
  .footer-top > p { text-align: right; }
  .footer-bottom nav { gap: 1px 24px; font-size: 10px; }
  .mobile-cta { display: none !important; }
}

/* Desktop: faithful to the approved wide composition. */
@media (min-width: 1024px) {
  :root { --header-height: 80px; }
  .section { padding-block: 89px; }
  .header-inner { width: min(1280px, calc(100% - 80px)); gap: 30px; }
  .brand { width: 192px; }
  .desktop-nav { display: flex; align-items: center; gap: 23px; margin-left: auto; font-size: 11px; font-weight: 600; color: #b7c9d9; }
  .desktop-nav > a { display: flex; align-items: center; min-height: 48px; position: relative; }
  .desktop-nav > a::after { content: ""; position: absolute; bottom: 7px; left: 0; width: 0; height: 1px; background: #4db3ea; transition: width .2s ease; }
  .desktop-nav > a:hover::after { width: 100%; }
  .header-cta { margin-left: 4px; }
  .menu-toggle, .mobile-menu { display: none !important; }
  .hero { min-height: 615px; }
  .hero__inner { position: static; display: block; min-height: 615px; }
  .hero__copy { width: 61%; padding: 58px 0 49px; }
  .hero__eyebrow { font-size: 14px; margin-bottom: 18px; }
  .hero__price-line { font-size: 39px; }
  .hero__price { font-size: 45px; }
  .hero__price strong { font-size: 87px; }
  .hero__headline { font-size: 48px; line-height: 1.47; }
  .hero__lead { font-size: 14px; line-height: 1.95; margin-top: 25px; max-width: 88%; }
  .hero__lead > strong { font-size: 14px; }
  .hero__action { margin-top: 29px; }
  .hero__action .button { min-width: 315px; min-height: 59px; font-size: 15px; }
  .hero__conditions { font-size: 10px; margin-top: 18px; }
  .hero__visual { position: absolute; right: 0; top: 0; bottom: 0; width: 56%; margin: 0; min-height: 0; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); }
  .hero__photo { object-position: center center; }
  .hero__photo-edge { background: linear-gradient(90deg,#e6f2fbe8 0%,#e2f2ff75 12%,transparent 28%); }
  .hero__visual figcaption { left: auto; right: 26px; bottom: 20px; }
  .service { padding-top: 45px; }
  .service-item { padding-inline: 25px; }
  .service-item summary > .icon { width: 41px; height: 41px; }
  .service-item__text { font-size: 15px; gap: 14px; }
  .service-item__number { font-size: 13px; margin-top: 3px; }
  .service-item p { font-size: 12px; padding-left: 29px; }
  .service-note { font-size: 12px; }
  .story { padding-block: 67px; }
  .story__layout { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 49px; }
  .story h2 { font-size: 35px; }
  .story__copy > p:not(.eyebrow) { font-size: 13px; }
  .story-journey { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
  .journey-item { display: block; border: 1px solid #afd9f031; background: #b4d9ef06; border-radius: 8px; overflow: hidden; padding: 0; }
  .journey-item:last-child { border: 1px solid #afd9f031; }
  .journey-item__photo { height: 101px; border-radius: 0; }
  .journey-item__body { padding: 15px 11px 18px; }
  .journey-item__number { font-size: 11px; margin-right: 6px; line-height: 24px; }
  .journey-item h3 { font-size: 14px; line-height: 24px; }
  .journey-item p { font-size: 10px; line-height: 1.95; margin-top: 10px; }
  .story__product { margin-top: 24px; }
  .story__product p { font-size: 12px; }
  .results__layout { grid-template-columns: minmax(0,1.13fr) minmax(0,1fr) minmax(0,.96fr); align-items: stretch; gap: 24px; }
  .results__intro { grid-column: auto; }
  .results__intro h2 { font-size: 29px; line-height: 1.5; }
  .results__intro h2 > br:first-child { display: initial; }
  .results__intro .body-copy { font-size: 12px; margin-top: 20px; }
  .results__intro .body-copy > br { display: initial; }
  .results__intro .text-link { font-size: 11px; }
  .result-stat { padding: 26px 23px; }
  .result-stat > p:first-of-type { font-size: 10px; }
  .result-stat__value { column-gap: 2px; margin-top: 20px; }
  .result-stat__value > strong { font-size: 55px; }
  .result-stat__unit { font-size: 11px; }
  .result-stat__annual { font-size: 10px; }
  .result-stat__bottom { margin-top: 24px; padding-top: 20px; font-size: 10px; }
  .result-stat__bottom > .icon { width: 20px; }
  .result-stat__bottom strong { font-size: 15px; }
  .result-how { padding: 24px 21px 164px; min-height: 335px; }
  .result-how__top h3 { font-size: 17px; }
  .result-how > p { width: 100%; font-size: 11px; margin-top: 16px; position: relative; z-index: 2; }
  .result-how .article-stack { right: 22px; bottom: 18px; transform: rotate(8deg) scale(.74); opacity: .88; }
  .result-how::after { content: none; }
  .case-note { margin-top: 27px; }
  .process__head h2 { font-size: 35px; max-width: 87%; }
  .process__head .body-copy { font-size: 14px; max-width: 80%; }
  .process__image { width: 275px; height: 174px; top: -49px; right: -32px; opacity: .85; }
  .weekly-cycle { grid-template-columns: minmax(0,1fr) minmax(0,.83fr) minmax(0,1fr) minmax(0,.83fr) minmax(0,1fr); gap: 20px; margin-top: 39px; align-items: stretch; }
  .cycle-phase { display: block; background: #fff; border: 1px solid #e0edf7; border-radius: 11px; padding: 23px 17px 18px; }
  .cycle-phase__line { display: block; }
  .cycle-phase__dot { display: none; }
  .cycle-phase__when { background: none; text-align: left; font-size: 12px; margin: 0; color: #175072; }
  .cycle-phase__time { background: none; width: auto; font-size: 13px; padding: 0; }
  .cycle-phase__time strong { font-size: 45px; }
  .cycle-phase__content { padding-top: 7px; padding-bottom: 0; }
  .cycle-phase h3 { font-size: 12px; }
  .cycle-phase__content > p { font-size: 10px; margin-top: 7px; }
  .role-label { font-size: 8px; margin-top: 11px; }
  .mini-bubble { padding: 10px 11px; font-size: 10px; margin-top: 15px; }
  .mini-window { margin-top: 15px; }
  .mini-window__chart { gap: 7px; }
  .cycle-work { color: var(--ink); background: none; padding: 16px 0; border-radius: 0; box-shadow: none; }
  .cycle-work__tag { background: #093451; font-size: 10px; border: none; color: white; padding: 4px 9px; margin-top: 0; margin-bottom: 20px; }
  .cycle-work__content > .icon { position: static; display: block; width: 30px; height: 30px; color: var(--blue); margin-bottom: 14px; }
  .cycle-work h3 { padding: 0; font-size: 13px; }
  .cycle-work p { color: #516c80; font-size: 10px; }
  .mini-tasks { border-color: #c9deec; color: #537b92; font-size: 9px; margin-top: 15px; padding-top: 13px; gap: 5px; }
  .mini-tasks .icon { color: #238dc0; }
  .cycle-phase:not(:last-child)::after { content: "›"; position: absolute; right: -17px; top: 47%; font: 24px/1 Arial,sans-serif; color: #0c98d0; }
  .cycle-phase:last-child { grid-column: auto; max-width: none; margin-top: 0; }
  .cycle-conclusion { border-top: 0; margin-top: 15px; padding-top: 24px; }
  .process__note { text-align: center; font-size: 10px; }
  .section-head { flex-direction: row; align-items: center; justify-content: space-between; gap: 27px; }
  .section-head > .text-link { align-self: center; flex: 0 0 auto; font-size: 11px; padding: 8px 17px; border: 1px solid #8fc0df; border-radius: 999px; }
  .section-head h2 { font-size: 32px; }
  .usecase-grid, .js .usecase-grid { gap: 23px; margin-top: 33px; }
  .usecase-card { padding: 25px 22px; }
  .usecase-card__heading > .icon { width: 28px; height: 28px; }
  .usecase-card__heading h3 { font-size: 19px; }
  .usecase-card__heading .eyebrow { font-size: 7px; }
  .usecase-problem { font-size: 13px; }
  .app-preview { height: auto; min-height: 207px; }
  .app-preview__body { padding: 12px; }
  .app-label { font-size: 9px; }
  .app-input { font-size: 8px; }
  .app-mini-button { font-size: 7px; padding: 4px 7px; margin-block: 7px; }
  .app-output b { font-size: 8px; }.app-output > span { font-size: 6px; }
  .app-table > div { font-size: 7px; padding: 4px 6px; }
  .app-chart { height: 51px; }
  .app-question { padding: 8px 9px; font-size: 8px; margin-left: 18px; }
  .app-answer { gap: 6px; margin-top: 12px; }
  .app-answer > div { padding: 8px; }
  .app-answer b, .app-answer div > span { font-size: 7px; }.app-answer small { font-size: 6px; }
  .app-ai { width: 22px; height: 22px; font-size: 8px; line-height: 22px; }
  .app-check { font-size: 6px; margin-top: 10px; }
  .check-list > li { font-size: 11px; }
  .usecase-goal { font-size: 11px; }
  .plan-panel { grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); padding: 42px 44px 25px; column-gap: 57px; row-gap: 24px; }
  .plan-panel__mark { right: 290px; top: 3px; width: 390px; height: 390px; opacity: .065; }
  .plan-panel h2 { font-size: 29px; }
  .plan-price { font-size: 36px; }
  .plan-price > strong { font-size: 75px; }
  .plan-panel__message { font-size: 13px; }
  .plan-panel__description { font-size: 12px; }
  .plan-panel__details h3 { font-size: 14px; }
  .check-list--light > li { font-size: 12px; }
  .plan-panel__details > .button { font-size: 14px; min-height: 56px; }
  .plan-panel__note { font-size: 10px; }
  .faq__layout { grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 70px; }
  .faq__intro h2 { font-size: 33px; }
  .faq__intro .body-copy { font-size: 14px; }
  .faq__support { font-size: 14px; }
  .faq__intro > .button { font-size: 13px; max-width: 310px; min-height: 53px; }
  .faq-item summary { padding-block: 23px; font-size: 14px; }
  .faq-answer p { font-size: 13px; }
  .footer-top > .brand { width: 194px; }
  .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 14px; }
  .footer-bottom nav { font-size: 11px; gap: 1px 23px; }
  .footer-bottom small { margin-top: 0; }
}
@media (min-width: 1280px) {
  .header-inner { gap: 40px; }
  .desktop-nav { gap: 29px; font-size: 12px; }
  .header-cta { min-width: 199px; font-size: 12px; }
  .hero, .hero__inner { min-height: 657px; }
  .hero__copy { padding-top: 63px; }
  .hero__price-line { font-size: 44px; }
  .hero__price { font-size: 51px; }
  .hero__price strong { font-size: 94px; }
  .hero__headline { font-size: 55px; }
  .hero__lead { font-size: 16px; }
  .hero__lead > strong { font-size: 16px; }
  .hero__conditions { font-size: 11px; }
  .hero__visual { width: 54%; }
  .service-item { padding-inline: 31px; }
  .service-item__text { font-size: 17px; }
  .service-item p { font-size: 13px; }
  .story__layout { grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); gap: 60px; }
  .story h2 { font-size: 39px; }
  .story__copy > p:not(.eyebrow) { font-size: 14px; }
  .journey-item__photo { height: 125px; }
  .journey-item__body { padding: 19px 14px 22px; }
  .journey-item h3 { font-size: 16px; }
  .journey-item p { font-size: 12px; }
  .results__layout { gap: 27px; }
  .results__intro h2 { font-size: 32px; }
  .results__intro .body-copy { font-size: 14px; }
  .result-stat { padding: 32px 29px; }
  .result-stat > p:first-of-type { font-size: 11px; }
  .result-stat__value > strong { font-size: 66px; }
  .result-stat__unit { font-size: 13px; }
  .result-stat__annual { font-size: 12px; }
  .result-stat__bottom { font-size: 12px; margin-top: 29px; padding-top: 24px; }
  .result-how { padding: 30px 26px 174px; }
  .result-how__top h3 { font-size: 20px; }
  .result-how > p { font-size: 13px; }
  .result-how .article-stack { bottom: 22px; right: 25px; transform: rotate(8deg) scale(.83); }
  .case-note p { font-size: 11px; }
  .process__head h2 { font-size: 40px; }
  .weekly-cycle { gap: 25px; margin-top: 43px; }
  .cycle-phase { padding: 25px 21px 21px; }
  .cycle-phase__when { font-size: 13px; }
  .cycle-phase__time strong { font-size: 48px; }
  .cycle-phase h3 { font-size: 14px; }
  .cycle-phase__content > p { font-size: 12px; }
  .cycle-work h3 { font-size: 15px; }
  .cycle-work p { font-size: 12px; }
  .mini-bubble { font-size: 11px; }
  .role-label { font-size: 9px; }
  .mini-tasks { font-size: 10px; }
  .cycle-phase:not(:last-child)::after { right: -20px; }
  .section-head h2 { font-size: 35px; }
  .usecase-card { padding: 28px; }
  .check-list > li { font-size: 12px; }
  .plan-panel { padding: 45px 50px 28px; column-gap: 85px; }
  .plan-panel h2 { font-size: 32px; }
  .plan-price { font-size: 40px; }
  .plan-panel__message { font-size: 14px; }
  .plan-panel__description { font-size: 13px; }
}


/* r2: intrinsic sizing / font-metric / intermediate-width repairs. */
.hero__inner > *, .service-grid > *, .story__layout > *,
.results__layout > *, .weekly-cycle > *, .cycle-phase > *,
.usecase-grid > *, .plan-panel > *, .faq__layout > *,
.journey-item > *, .app-answer > div, .app-table > div > *,
.service-item__text, .faq-item summary > span:nth-child(2) {
  min-width: 0;
}
.button { max-width: 100%; }
.button > span { min-width: 0; }
.app-preview__bar { flex-wrap: wrap; row-gap: 5px; padding-block: 7px; }
.app-brand, .app-dots { white-space: nowrap; }
.app-preview__body { min-width: 0; }
.app-table > div > * { overflow-wrap: anywhere; }
.plan-panel__details > .button { white-space: normal; }
.plan-terms, .plan-panel__note { overflow-wrap: anywhere; }
.hero__copy h1 { max-width: 100%; }
.faq-item summary > span:nth-child(2) { overflow-wrap: anywhere; }

/* Don't force the pricing columns into a narrow tablet/split-screen pane. */
@media (min-width: 768px) and (max-width: 899px) {
  .plan-panel { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .plan-panel__details { border-top: 1px solid #97c6df2f; padding-top: 25px; }
  .plan-panel__details > .button { max-width: 420px; }
  .plan-panel__description > br { display: none; }
  .plan-panel__mark { right: -70px; opacity: .035; }
}

/* Give navigation and side-by-side headings breathing room at small-PC widths. */
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-inner { width: calc(100% - 48px); gap: 18px; }
  .header-inner > .brand { width: 176px; }
  .desktop-nav { gap: 16px; }
  .header-cta { padding-inline: 16px; }
  .section-head { flex-wrap: wrap; row-gap: 16px; }
}
/* Larger font metrics must not place the photo over the process heading. */
@media (min-width: 768px) {
  .process__head { padding-right: 180px; }
  .process__head h2, .process__head .body-copy { max-width: 100%; }
  .process__image { right: 0; }
}
@media (min-width: 1024px) {
  .process__head { padding-right: 235px; }
}

/* No motion required for either navigation or content access. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  html { scroll-behavior: auto; }
  body { background: white; }
  .site-header { position: static; }
  .mobile-cta, .menu-toggle, .mobile-menu, .usecase-tabs { display: none !important; }
  .usecase-card[hidden] { display: block !important; }
  .hero__visual, .story, .result-stat, .plan-panel, .app-preview { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .section { padding-block: 35px; }
  .site-footer { padding-bottom: 30px; }
  .faq-item, .usecase-card, .result-stat, .cycle-phase { break-inside: avoid; }
}

/* Final small-screen header sizing: all content stays within 320px. */
@media (max-width: 767px) {
  .header-inner { gap: 8px; }
  .header-inner > .brand { width: clamp(124px, 37vw, 159px); }
  .header-cta { min-width: 0; padding-inline: 10px; font-size: 9px; gap: 6px; }
  .menu-toggle { width: 38px; min-width: 38px; }
  .menu-toggle span { left: 8px; }
}
@media (max-width: 359px) {
  .header-inner { gap: 5px; }
  .header-inner > .brand { width: 123px; }
  .header-cta { padding-inline: 9px; }
}
/* Contain decorative tilted paper edges, including on 320px screens. */
.result-how { overflow: hidden; }
/* With JavaScript disabled, native disclosures and footer navigation remain usable. */
.menu-toggle { display: none; }
.js .menu-toggle { display: block; }
@media (min-width: 1024px) { .js .menu-toggle { display: none; } }

/*
 * Dark mode — follows the OS/browser setting (prefers-color-scheme), no toggle switch.
 * Sections already designed as dark accents (story, result-stat, plan-panel, the
 * desktop cycle-work card) are untouched — they already work on either page mode.
 * Small "screen mockup" illustrations (app-preview, mini-window, mini-bubble,
 * article-sheet) intentionally stay light, the way a screenshot would.
 */
@media (prefers-color-scheme: dark) {
  :root {
    --ink: #e9f1f9;
    --blue: #4db3ea;
    --cyan: #35c1f2;
    --paper: #0a141f;
    --mist: #101f2c;
    --muted: #9fb4c7;
    --line: #223447;
  }
  ::selection { background: #123a54; color: #eaf5fd; }
  .skip-link { background: #0a3a56; }
  .mobile-menu { background: #0c1723; }
  .mobile-menu__inner > a:not(.button) { border-bottom-color: var(--line); }

  .hero { background: linear-gradient(115deg, #081420 0%, #0a1b29 60%, #0d2333 100%); }
  .hero__lead { color: #b7c9d9; }
  .hero__photo-edge { background: linear-gradient(180deg,#0d223010 0%,transparent 78%,#00000055); }
  .hero__visual figcaption { background: #041420c7; border-color: #38566b45; }

  .service { background: linear-gradient(180deg, #0b1620, #0d1c28); }
  .service-item { border-bottom-color: var(--line); }
  .service-item p { color: var(--muted); }
  .service-note { color: #9fb4c7; }

  .why-now { background: #08111a; }
  .why-now-stat { background: #101f2c; border-color: var(--line); }
  .why-now-stat__note { color: #9fb4c7; }

  .results { background: #0a141f; }
  .case-note { background: #101f2c; }
  .case-note__label { color: #9dc3dc; }
  .case-note p { color: #9fb4c7; }

  .process { background: linear-gradient(145deg,#0b1620,#0a141f 60%,#0a1622); }
  .process__note { color: #9fb4c7; }

  .usecases { background: #08111a; }
  .usecase-card { background: #101f2c; border-color: var(--line); box-shadow: none; }
  .usecase-problem { color: #b7c9d9; }
  .usecase-goal { color: #9fb4c7; }
  .usecase-goal strong { color: #dceafb; }
  .usecase-tabs { background: #101f2c; border-color: var(--line); }
  .usecase-tabs > button { color: #a9bdcf; }
  .usecase-tabs > button[aria-selected="true"] { background: #1a2d3d; color: #6cc4f0; }

  .check-list > li { color: #b7c9d9; }

  .roadmap { background: #08111a; }
  .roadmap-card { background: #101f2c; border-color: var(--line); }
  .roadmap-card__goal p { color: #b7c9d9; }
  .roadmap-note { color: #9fb4c7; }
  .roadmap-option { background: #101f2c; border-color: var(--line); }
  .roadmap-option p { color: #9fb4c7; }

  .plan-section { background: #08111a; }

  .start-flow { background: #08111a; }
  .start-card { background: #101f2c; border-color: var(--line); }
  .start-card__number { color: #1c2e3f; }

  .faq { background: #08111a; }
  .faq-answer p { color: #b7c9d9; }
  .faq-toggle::before, .faq-toggle::after { background: #7fb8dc; }

  .mobile-cta { background: #0a141ffa; border-top-color: var(--line); box-shadow: 0 -6px 25px #00000030; }
  .mobile-cta__price > span { color: #8ea2b4; }
  .mobile-cta__price > p { color: #dceafb; }

  .role-label { color: #7f97aa; }
  .fine-print { color: #7f97aa; }

  @media (max-width: 1023px) {
    .cycle-phase__when { background: #14263a; color: #bcd3e6; }
    .cycle-phase__time { background: #0f2033; }
  }
  @media (min-width: 768px) {
    .result-how { background: #101f2c; border-color: var(--line); }
  }
  @media (min-width: 1024px) {
    .cycle-phase { background: #101f2c; border-color: var(--line); }
    .cycle-phase:not(:last-child)::after { color: var(--blue); }
    .cycle-work { color: var(--ink); }
    .cycle-work p { color: #9fb4c7; }
    .cycle-work__tag { background: #1a2d3d; }
    .mini-tasks { color: #9fb4c7; border-top-color: #2a3d4f; }
  }
}
