:root {
  color-scheme: light;
  --navy-1000: #050d1a;
  --navy-950: #08172d;
  --navy-900: #0b1c36;
  --navy-800: #102b50;
  --navy-700: #173e70;
  --blue: #2563eb;
  --blue-bright: #3b82f6;
  --blue-soft: #eaf2ff;
  --orange: #ff6b2c;
  --orange-dark: #d54817;
  --orange-soft: #fff0e8;
  --green: #0e8b6c;
  --green-soft: #e6f8f2;
  --ink: #13213b;
  --muted: #5c6980;
  --line: #dce4ef;
  --surface: #ffffff;
  --surface-soft: #f4f7fb;
  --shadow-sm: 0 12px 34px rgba(8, 23, 45, 0.09);
  --shadow-lg: 0 32px 90px rgba(5, 13, 26, 0.24);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --content: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #78a8ff; outline-offset: 3px; }

.skip-link {
  position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 9px 15px;
  color: #fff; background: var(--navy-950); border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.contact-band { position: relative; z-index: 100; padding: 34px 0; color: #fff; background: linear-gradient(115deg, #e04817, #ff7130 52%, #ff9b38); }
.contact-band__inner {
  width: min(var(--content), calc(100% - 40px)); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.contact-band p { margin: 0 0 4px; line-height: 1.35; }
.contact-band strong { font-size: 1.45rem; letter-spacing: .02em; }
.contact-band small { color: rgba(255,255,255,.86); font-weight: 700; }
.contact-band__actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.contact-band__actions a {
  min-height: 48px; padding: 7px 22px; display: inline-flex; align-items: center; justify-content: center;
  color: #fff; border: 1px solid rgba(255,255,255,.72); border-radius: 999px;
  text-decoration: none; font-size: .9rem; font-weight: 900; transition: .18s ease;
}
.contact-band__actions a:first-child { color: #9b2b0c; background: #fff; border-color: #fff; }
.contact-band__actions a:hover { transform: translateY(-1px); }

.ai-help-widget { position: relative; z-index: 260; }
.ai-help-widget__tab {
  position: fixed; z-index: 260; top: 54%; right: 0; min-width: 46px; padding: 12px 9px;
  display: grid; justify-items: center; gap: 6px; color: #fff; background: linear-gradient(180deg, #2b73db, #1556b2);
  border: 0; border-radius: 14px 0 0 14px; box-shadow: 0 12px 30px rgba(14, 56, 112, .28); cursor: pointer;
}
.ai-help-widget__tab[hidden] { display: none; }
.ai-help-widget__tab span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #1b5eb8; background: #fff; font-weight: 950; }
.ai-help-widget__tab strong { writing-mode: vertical-rl; letter-spacing: .08em; font-size: .8rem; }
.ai-help-widget__tab:hover { background: linear-gradient(180deg, #1f65c9, #10498f); }
.ai-help-widget__panel {
  position: fixed; z-index: 261; right: 20px; bottom: 20px; width: min(410px, calc(100vw - 32px)); height: min(720px, calc(100vh - 40px));
  display: grid; grid-template-rows: auto minmax(0, 1fr) auto; overflow: hidden; border: 1px solid #a9c2e2; border-radius: 18px;
  background: #fff; box-shadow: 0 28px 80px rgba(5, 24, 50, .3);
}
.ai-help-widget__panel[hidden] { display: none; }
.ai-help-widget__header { min-height: 70px; padding: 13px 16px 12px 18px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: linear-gradient(135deg, #173f75, #2269c6); }
.ai-help-widget__header small { display: block; color: #cfe2ff; font-size: .67rem; font-weight: 800; }
.ai-help-widget__header h2 { margin: 0; font-size: 1.05rem; line-height: 1.35; }
.ai-help-widget__header button { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: 1.45rem; line-height: 1; cursor: pointer; }
.ai-help-widget__panel iframe { width: 100%; height: 100%; border: 0; background: #f5f8fc; }
.ai-help-widget__panel footer { padding: 11px 16px; border-top: 1px solid #d5e0ed; background: #f7faff; text-align: center; }
.ai-help-widget__panel footer a { color: #1558a8; font-size: .8rem; font-weight: 900; }

.site-header {
  position: sticky; z-index: 90; top: 0; background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(220,228,239,.9); backdrop-filter: blur(18px);
}
.site-header__inner {
  width: min(var(--content), calc(100% - 40px)); min-height: 76px; margin: 0 auto;
  display: flex; align-items: center; gap: 24px;
}
.brand { flex: 0 0 auto; }
.brand img { width: 148px; }
.global-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.global-nav a, .site-footer nav a { text-decoration: none; font-size: .88rem; font-weight: 850; }
.global-nav a { position: relative; color: #34425a; }
.global-nav a::after {
  content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px;
  background: var(--orange); transform: scaleX(0); transition: transform .18s ease;
}
.global-nav a:hover::after, .global-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 8px; }
.menu-button {
  display: none; align-items: center; gap: 8px; padding: 8px 10px; color: var(--ink);
  background: transparent; border: 1px solid var(--line); border-radius: 10px;
  font: inherit; font-size: .8rem; font-weight: 800;
}
.menu-button__lines, .menu-button__lines::before, .menu-button__lines::after { width: 18px; height: 2px; display: block; background: currentColor; }
.menu-button__lines { position: relative; }
.menu-button__lines::before, .menu-button__lines::after { content: ""; position: absolute; left: 0; }
.menu-button__lines::before { top: -6px; } .menu-button__lines::after { top: 6px; }

.button {
  min-height: 48px; padding: 11px 22px; display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; border: 1px solid transparent; border-radius: 13px; text-decoration: none;
  font-weight: 900; line-height: 1.3; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 40px; padding: 8px 15px; border-radius: 11px; font-size: .84rem; }
.button--large { min-height: 56px; padding: 14px 25px; }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--blue), #1756cf); box-shadow: 0 12px 30px rgba(37,99,235,.28); }
.button--outline { color: var(--blue); background: #fff; border-color: #a9c4ff; }
.button--ghost { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.28); }

.hero {
  position: relative; isolation: isolate; min-height: 720px; color: #fff; overflow: hidden;
  background: radial-gradient(circle at 18% 20%, #123969 0, transparent 38%), linear-gradient(135deg, var(--navy-950), var(--navy-1000) 72%);
}
.hero__grid {
  position: absolute; inset: 0; z-index: -3; opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 72%);
}
.hero__glow { position: absolute; z-index: -2; width: 460px; aspect-ratio: 1; border-radius: 50%; filter: blur(100px); opacity: .23; }
.hero__glow--orange { right: 9%; bottom: -180px; background: var(--orange); }
.hero__glow--blue { top: -250px; left: 30%; background: #2f7cf6; }
.hero__inner {
  width: min(1320px, calc(100% - 48px)); min-height: 720px; margin: 0 auto; padding: 82px 0 92px;
  display: grid; grid-template-columns: minmax(430px,.9fr) minmax(560px,1.15fr); align-items: center; gap: 70px;
}
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 12px; color: #a9c5f5; font-size: .77rem; font-weight: 900; letter-spacing: .18em; }
.eyebrow span { width: 42px; height: 3px; background: var(--orange); border-radius: 2px; }
.hero h1 { margin: 0; font-size: clamp(3.1rem, 5.3vw, 5.8rem); line-height: 1.05; letter-spacing: -.055em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 span { margin-bottom: 12px; font-size: .46em; letter-spacing: .02em; }
.hero h1 em { color: transparent; background: linear-gradient(95deg, #fff 4%, #ff9e54 55%, #ff6e30); background-clip: text; font-style: normal; }
.hero__lead { max-width: 650px; margin: 30px 0 0; color: #c8d5e8; font-size: 1.05rem; line-height: 1.95; }
.hero__lead strong { color: #fff; }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero__facts { margin: 42px 0 0; padding: 0; display: flex; gap: 34px; list-style: none; }
.hero__facts li { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 7px; }
.hero__facts strong { color: #fff; font-size: 1.65rem; line-height: 1; }
.hero__facts span { color: #90a2bb; font-size: .76rem; font-weight: 800; }

.hero-stage { position: relative; min-height: 560px; }
.product-shot { margin: 0; background: #fff; border: 1px solid rgba(255,255,255,.2); box-shadow: var(--shadow-lg); overflow: hidden; }
.product-shot img { width: 100%; object-fit: cover; object-position: top; }
.hero-stage__main { position: absolute; z-index: 3; top: 52px; left: 7%; width: 79%; border-radius: 19px; transform: rotate(-1.2deg); }
.hero-stage__main img { aspect-ratio: 1.22 / 1; }
.hero-stage figcaption {
  position: absolute; right: 12px; bottom: 12px; padding: 7px 12px; color: #fff;
  background: rgba(5,13,26,.9); border: 1px solid rgba(255,255,255,.2); border-radius: 9px;
  font-size: .72rem; font-weight: 900; backdrop-filter: blur(8px);
}
.hero-stage__main figcaption span { color: #8fb6ff; }
.hero-stage__card { position: absolute; z-index: 4; width: 31%; border-radius: 13px; }
.hero-stage__card img { aspect-ratio: 1.1 / 1; }
.hero-stage__card--left { left: -4%; bottom: 12px; transform: rotate(3deg); }
.hero-stage__card--right { right: -3%; bottom: 58px; transform: rotate(-3deg); }
.hero-stage__status {
  position: absolute; z-index: 5; top: 18px; right: 5%; padding: 8px 13px;
  display: flex; align-items: center; gap: 8px; color: #d8e6fb; background: rgba(8,23,45,.82);
  border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: .68rem; font-weight: 900; letter-spacing: .13em;
}
.hero-stage__status i { width: 7px; height: 7px; background: #43d69e; border-radius: 50%; box-shadow: 0 0 0 5px rgba(67,214,158,.13); }

.value-strip { color: #fff; background: linear-gradient(90deg, #ff6326, #ff8034); }
.value-strip__inner {
  width: min(var(--content), calc(100% - 40px)); min-height: 78px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.value-strip span { font-size: .9rem; font-weight: 900; white-space: nowrap; }
.value-strip b { margin-right: 8px; color: #ffe0d1; font-size: .7rem; letter-spacing: .08em; }
.value-strip i { color: rgba(255,255,255,.52); font-style: normal; }

.news-strip { background: #fff; border-bottom: 1px solid var(--line); }
.news-strip__inner { width: min(var(--content), calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 26px; }
.news-strip__label { display: flex; align-items: center; gap: 12px; }
.news-strip__label span { padding: 5px 9px; color: #fff; background: var(--navy-950); border-radius: 999px; font-size: .62rem; font-weight: 950; letter-spacing: .12em; }
.news-strip__label h2 { margin: 0; font-size: .88rem; white-space: nowrap; }
.news-strip__items { min-width: 0; }
.news-strip__items p { margin: 0; color: var(--muted); font-size: .82rem; }
.news-strip__items ul { margin: 0; padding: 0; list-style: none; }
.news-strip__items li + li { display: none; }
.news-strip__items a { min-width: 0; display: grid; grid-template-columns: 92px minmax(0, 1fr); align-items: center; gap: 14px; color: var(--text); text-decoration: none; }
.news-strip__items time { color: var(--muted); font-size: .72rem; font-weight: 800; }
.news-strip__items a span { overflow: hidden; font-size: .86rem; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.news-strip__items a:hover span { color: var(--blue); }
.news-strip__more { color: var(--blue); font-size: .77rem; font-weight: 900; text-decoration: none; white-space: nowrap; }

.section { padding: 112px 0; }
.section__inner { width: min(var(--content), calc(100% - 40px)); margin: 0 auto; }
.section-heading { margin-bottom: 54px; }
.section-heading--split { display: grid; grid-template-columns: 1fr .86fr; align-items: end; gap: 80px; }
.section-heading--center { max-width: 830px; margin-right: auto; margin-left: auto; text-align: center; }
.section-kicker { margin: 0 0 12px; color: var(--orange); font-size: .73rem; font-weight: 950; letter-spacing: .18em; }
.section-kicker--light { color: #80aefb; }
.section h2 { margin: 0; color: var(--navy-950); font-size: clamp(2.15rem, 4vw, 4rem); line-height: 1.25; letter-spacing: -.045em; }
.section-heading > p, .section-heading > div + p, .workflow__intro > p:last-child { margin: 20px 0 0; color: var(--muted); line-height: 2; }

.projects { background: var(--surface-soft); }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.project-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); overflow: hidden; }
.project-card--wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.42fr .78fr; align-items: stretch; }
.project-card__visual { border: 0; border-radius: 0; box-shadow: none; }
.project-card__visual img { aspect-ratio: 1.75 / 1; object-fit: cover; object-position: top; transition: transform .45s ease; }
.project-card:not(.project-card--wide) .project-card__visual img { aspect-ratio: 1.5 / 1; }
.project-card:hover .project-card__visual img { transform: scale(1.015); }
.project-card__body { padding: 28px 30px 32px; }
.project-card--wide .project-card__body { padding: 46px 38px; display: flex; flex-direction: column; justify-content: center; }
.project-card__type { margin: 0 0 7px; color: var(--orange); font-size: .67rem; font-weight: 950; letter-spacing: .15em; }
.project-card h3 { margin: 0; color: var(--navy-950); font-size: 1.35rem; line-height: 1.45; }
.project-card__body > p:not(.project-card__type) { margin: 13px 0 0; color: var(--muted); }
.tag-list { margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.tag-list li { padding: 5px 10px; color: #2d4e82; background: var(--blue-soft); border-radius: 999px; font-size: .72rem; font-weight: 850; }

.sample-viewers {
  position: relative; color: #fff; overflow: hidden;
  background: radial-gradient(circle at 16% 8%, #173e70 0, transparent 34%), linear-gradient(145deg, #08172d, #030914 74%);
}
.sample-viewers::before {
  content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.sample-viewers .section__inner { position: relative; z-index: 1; }
.sample-viewers__heading { margin-bottom: 48px; display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: 72px; }
.sample-viewers h2 { color: #fff; }
.sample-viewers__heading > p { margin: 0; color: #aebbd0; line-height: 2; }
.sample-viewer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.sample-viewer-card {
  position: relative; min-width: 0; display: grid; grid-template-rows: auto 1fr; color: #fff;
  background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.15); border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,.3); overflow: hidden; text-decoration: none;
}
.sample-viewer-card--link { transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.sample-viewer-card--link:hover { transform: translateY(-6px); border-color: rgba(118,169,255,.8); box-shadow: 0 30px 70px rgba(0,0,0,.4), 0 0 0 1px rgba(59,130,246,.25); }
.sample-viewer-card__cover { position: relative; aspect-ratio: 4 / 5.4; background: #02050a; overflow: hidden; }
.sample-viewer-card__cover::after { content: ""; position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(to bottom, transparent, rgba(3,9,20,.82)); pointer-events: none; }
.sample-viewer-card__cover img { position: absolute; width: 285%; max-width: none; height: auto; transition: scale .55s ease; }
.sample-viewer-card__cover--lp img { top: -79%; left: -7%; }
.sample-viewer-card__cover--suzunoya img { top: -54%; left: -53%; }
.sample-viewer-card__cover--mini-patrol img { top: -66%; left: -53%; }
.sample-viewer-card--link:hover .sample-viewer-card__cover img { scale: 1.025; }
.sample-viewer-card__body { min-height: 176px; padding: 25px 26px 27px; display: flex; flex-direction: column; align-items: flex-start; }
.sample-viewer-card__body > p { margin: 0 0 8px; color: #7eabf6; font-size: .66rem; font-weight: 950; letter-spacing: .13em; }
.sample-viewer-card__body h3 { margin: 0; color: #fff; font-size: 1.28rem; line-height: 1.5; }
.sample-viewer-card__action, .sample-viewer-card__status { margin-top: auto; padding-top: 20px; font-size: .84rem; font-weight: 900; }
.sample-viewer-card__action { color: #ff9b5e; }
.sample-viewer-card__action b { margin-left: 5px; font-size: 1rem; }
.sample-viewer-card__status { color: #8694aa; }
.sample-viewer-card--pending .sample-viewer-card__cover img { filter: saturate(.72) brightness(.8); }

.editor { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card {
  position: relative; min-height: 260px; padding: 30px; background: #fff;
  border: 1px solid var(--line); border-radius: 20px; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.feature-card::after { content: ""; position: absolute; right: -40px; bottom: -45px; width: 140px; height: 140px; background: var(--blue-soft); border-radius: 50%; opacity: .65; }
.feature-card__number { position: absolute; top: 20px; right: 22px; color: #aab7ca; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.feature-card__icon { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), #4a8cff); border-radius: 14px; font-size: 1.35rem; box-shadow: 0 11px 24px rgba(37,99,235,.22); }
.feature-card:nth-child(2n) .feature-card__icon { background: linear-gradient(135deg, var(--orange), #ff9d4a); box-shadow: 0 11px 24px rgba(255,107,44,.22); }
.feature-card h3 { position: relative; z-index: 1; margin: 22px 0 0; font-size: 1.25rem; }
.feature-card p { position: relative; z-index: 1; margin: 10px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.85; }

.workflow { color: #fff; background: radial-gradient(circle at 20% 10%, #173c6c, transparent 34%), var(--navy-950); }
.workflow .section__inner { display: grid; grid-template-columns: .78fr 1.35fr; gap: 80px; }
.workflow h2 { color: #fff; }
.workflow__intro > p:last-child { color: #aebbd0; }
.workflow-steps { position: relative; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; list-style: none; }
.workflow-step { position: relative; min-height: 235px; padding: 30px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 19px; }
.workflow-step > span { position: absolute; top: 22px; right: 24px; color: rgba(255,255,255,.24); font-size: 2.7rem; font-weight: 950; line-height: 1; }
.workflow-step__module { margin: 0; color: #80aefb; font-size: .68rem; font-weight: 950; letter-spacing: .16em; }
.workflow-step:nth-child(2) .workflow-step__module, .workflow-step:nth-child(4) .workflow-step__module { color: #ff9b5e; }
.workflow-step h3 { margin: 28px 0 0; font-size: 1.25rem; }
.workflow-step > p:last-child { margin: 9px 0 0; color: #aebbd0; font-size: .88rem; }

.reading { background: var(--surface-soft); }
.reading-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.reading-card { position: relative; padding: 0 30px 32px; background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.reading-card__visual { height: 230px; margin: 0 -30px 24px; display: grid; place-items: center; background: linear-gradient(145deg, #eaf1ff, #fff2eb); border-bottom: 1px solid var(--line); }
.phone { position: relative; width: 106px; height: 184px; padding: 9px; background: #08172d; border: 4px solid #1c3558; border-radius: 22px; box-shadow: 0 20px 38px rgba(8,23,45,.23); overflow: hidden; }
.phone::before { content: ""; position: absolute; z-index: 4; top: 4px; left: 50%; width: 33px; height: 5px; background: #415672; border-radius: 9px; transform: translateX(-50%); }
.phone i { display: block; border-radius: 5px; background: linear-gradient(145deg, #ff9b56, #f4642c); }
.phone--long i { height: 57px; margin-bottom: 3px; }
.phone--long i:nth-child(2) { background: linear-gradient(145deg, #2e6ce2, #68a0ff); }
.phone--long i:nth-child(3) { background: linear-gradient(145deg, #f6d395, #d9903e); }
.phone--long i:nth-child(4) { background: linear-gradient(145deg, #26476e, #0c223f); }
.phone--page i { width: 100%; height: 100%; background: linear-gradient(145deg, #f6d395, #f17b40 48%, #173e70 49%, #0c223f); }
.phone--page b { position: absolute; right: 12px; bottom: 12px; width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: rgba(8,23,45,.78); border-radius: 50%; }
.reading-card__index { margin: 0; color: var(--orange); font-size: .68rem; font-weight: 950; letter-spacing: .13em; }
.reading-card h3 { margin: 6px 0 0; font-size: 1.3rem; }
.reading-card > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: .88rem; }

.analytics { background: #fff; }
.analytics__inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.analytics__copy h2 { margin-top: 0; }
.analytics__copy > p:not(.section-kicker) { margin: 20px 0 0; color: var(--muted); }
.check-list { margin: 25px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; list-style: none; }
.check-list li { position: relative; padding-left: 25px; font-size: .9rem; font-weight: 850; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 950; }
.analytics-board { padding: 28px; background: var(--navy-950); border-radius: 24px; box-shadow: var(--shadow-lg); }
.analytics-board__top { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.analytics-board__top > div { padding: 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.analytics-board__top span { display: block; color: #8da0ba; font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.analytics-board__top strong { display: block; margin-top: 8px; color: #fff; font-size: 2.3rem; line-height: 1; }
.analytics-board__top small { font-size: .45em; }
.analytics-chart { height: 240px; margin-top: 24px; padding: 20px 16px 0; display: flex; align-items: flex-end; gap: 12px; border-bottom: 1px solid #35455e; }
.analytics-chart span { position: relative; flex: 1; height: var(--height); background: linear-gradient(to top, #245fd7, #4e8cfb); border-radius: 7px 7px 0 0; }
.analytics-chart span.is-focus { background: linear-gradient(to top, #e84c18, #ff8d47); box-shadow: 0 0 24px rgba(255,107,44,.3); }
.analytics-chart b { position: absolute; right: 0; bottom: -28px; left: 0; color: #71839d; font-size: .63rem; text-align: center; }
.analytics-board > p { margin: 38px 0 0; color: #9badc4; font-size: .78rem; }
.analytics-board > p i { width: 8px; height: 8px; margin-right: 6px; display: inline-block; background: var(--orange); border-radius: 50%; }

.delivery { background: var(--surface-soft); }
.delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.delivery-card { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-sm); }
.delivery-card > span { color: var(--orange); font-size: .67rem; font-weight: 950; letter-spacing: .15em; }
.delivery-card h3 { margin: 12px 0 0; font-size: 1.35rem; }
.delivery-card p { margin: 12px 0 0; color: var(--muted); font-size: .9rem; }
.delivery-card a { margin-top: 24px; display: inline-block; color: var(--blue); font-size: .85rem; font-weight: 900; text-decoration: none; }

.faq { background: #fff; }
.faq__inner { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq__heading h2 { margin-top: 0; }
.faq__heading > p:last-child { color: var(--muted); }
.faq__list details { border-top: 1px solid var(--line); }
.faq__list details:last-child { border-bottom: 1px solid var(--line); }
.faq__list summary { position: relative; padding: 22px 48px 22px 0; cursor: pointer; list-style: none; font-weight: 900; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after { content: "+"; position: absolute; top: 50%; right: 8px; color: var(--blue); font-size: 1.45rem; transform: translateY(-50%); }
.faq__list details[open] summary::after { content: "−"; }
.faq__list details p { margin: -5px 0 22px; padding-right: 42px; color: var(--muted); font-size: .9rem; }

.dev-blog { padding: 86px 0; color: #fff; background: linear-gradient(125deg, #071426, #0d2749 64%, #153d6b); }
.dev-blog__inner { width: min(var(--content), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.dev-blog__copy h2 { margin: 14px 0 0; font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.2; letter-spacing: -.035em; }
.dev-blog__copy > p:not(.section-kicker) { max-width: 610px; margin: 22px 0 28px; color: #becde1; line-height: 1.9; }
.dev-blog__categories { border-top: 1px solid rgba(255,255,255,.16); }
.dev-blog__categories a { padding: 22px 10px; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 16px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); text-decoration: none; }
.dev-blog__categories a:hover { background: rgba(255,255,255,.05); }
.dev-blog__categories span { color: #78a9ff; font-size: .7rem; font-weight: 950; }
.dev-blog__categories strong { font-size: 1.08rem; }
.dev-blog__categories small { color: #9fb2cc; font-weight: 700; }

.site-footer { padding: 58px 0 42px; color: #aebbd0; background: var(--navy-1000); }
.site-footer__inner { width: min(var(--content), calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 28px 60px; align-items: start; }
.brand--footer img { width: 150px; filter: brightness(0) invert(1); opacity: .96; }
.site-footer__brand p { margin: 12px 0 0; font-size: .82rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 22px; }
.site-footer nav a { color: #dce5f2; font-size: .8rem; }
.site-footer__legal { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); justify-content: flex-start !important; }
.site-footer small { grid-column: 1 / -1; color: #6f8098; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1100px) {
  .global-nav { gap: 15px; } .global-nav a { font-size: .8rem; }
  .hero__inner { grid-template-columns: .82fr 1.18fr; gap: 30px; }
  .hero h1 { font-size: clamp(2.8rem, 5vw, 4.7rem); }
  .hero-stage { min-height: 500px; }
  .workflow .section__inner, .analytics__inner { gap: 44px; }
}

@media (max-width: 920px) {
  html { scroll-padding-top: 86px; }
  .site-header__inner { min-height: 68px; }
  .menu-button { margin-left: auto; display: flex; }
  .global-nav {
    position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; margin: 0; padding: 18px;
    display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff;
    border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg);
  }
  .global-nav.is-open { display: flex; }
  .global-nav a { padding: 11px 7px; font-size: .9rem; }
  .header-actions .button--outline { display: none; }
  .hero__inner { min-height: auto; padding-top: 70px; grid-template-columns: 1fr; }
  .hero__copy { max-width: 690px; }
  .hero-stage { min-height: 580px; }
  .hero-stage__main { left: 10%; width: 78%; }
  .section { padding: 88px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 14px; }
  .section-heading--split > p { max-width: 740px; }
  .project-card--wide { display: block; }
  .project-card--wide .project-card__body { padding: 30px; }
  .sample-viewers__heading { grid-template-columns: 1fr; gap: 14px; }
  .sample-viewer-grid { gap: 16px; }
  .sample-viewer-card__body { min-height: 164px; padding: 22px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .workflow .section__inner, .analytics__inner, .faq__inner { grid-template-columns: 1fr; gap: 48px; }
  .workflow__intro { max-width: 720px; }
  .delivery-grid { grid-template-columns: 1fr; }
  .dev-blog__inner { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .site-header__inner, .section__inner, .value-strip__inner, .site-footer__inner { width: calc(100% - 28px); }
  .brand img { width: 122px; }
  .header-actions { display: none; }
  .hero__inner { width: calc(100% - 28px); padding: 54px 0 72px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero h1 span { font-size: .4em; }
  .hero__lead { font-size: .94rem; }
  .hero__actions .button { width: 100%; }
  .hero__facts { justify-content: space-between; gap: 10px; }
  .hero__facts li { display: block; }
  .hero__facts strong, .hero__facts span { display: block; }
  .hero__facts span { margin-top: 6px; }
  .hero-stage { min-height: 370px; margin-top: 20px; }
  .hero-stage__main { top: 40px; left: 4%; width: 92%; }
  .hero-stage__card { bottom: 3px; width: 36%; }
  .hero-stage__card--left { left: -2%; } .hero-stage__card--right { right: -2%; bottom: 22px; }
  .hero-stage figcaption { padding: 5px 7px; font-size: .56rem; }
  .hero-stage__status { top: 4px; right: 0; }
  .value-strip__inner { padding: 14px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .value-strip span { font-size: .72rem; } .value-strip i { display: none; }
  .news-strip__inner { padding: 18px 0; grid-template-columns: 1fr auto; gap: 12px 18px; }
  .news-strip__items { grid-column: 1 / -1; grid-row: 2; }
  .news-strip__items a { grid-template-columns: 84px minmax(0, 1fr); }
  .news-strip__label h2 { font-size: .82rem; }
  .section { padding: 70px 0; }
  .section h2 { font-size: 2rem; }
  .section-heading { margin-bottom: 36px; }
  .project-grid, .sample-viewer-grid, .feature-grid, .reading-grid { grid-template-columns: 1fr; }
  .project-card--wide { grid-column: auto; }
  .project-card__body, .project-card--wide .project-card__body { padding: 24px; }
  .sample-viewer-card { grid-template-columns: minmax(112px, 39%) 1fr; grid-template-rows: 1fr; }
  .sample-viewer-card__cover { aspect-ratio: 3 / 4; }
  .sample-viewer-card__body { min-height: 188px; padding: 20px; }
  .sample-viewer-card__body h3 { font-size: 1.12rem; }
  .feature-card { min-height: 0; padding: 24px; }
  .workflow-steps { grid-template-columns: 1fr; }
  .workflow-step { min-height: 205px; }
  .analytics-board { padding: 18px; }
  .analytics-board__top strong { font-size: 1.8rem; }
  .analytics-chart { height: 190px; gap: 7px; }
  .check-list { grid-template-columns: 1fr; }
  .faq__list summary { font-size: .9rem; }
  .contact-band { padding: 28px 0; }
  .contact-band__inner { width: min(100% - 24px, var(--content)); align-items: flex-start; flex-direction: column; gap: 18px; }
  .contact-band strong { font-size: 1.2rem; }
  .contact-band__actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .ai-help-widget__tab { top: auto; right: 12px; bottom: 14px; min-width: 0; padding: 9px 13px; display: flex; align-items: center; border-radius: 999px; }
  .ai-help-widget__tab strong { writing-mode: horizontal-tb; letter-spacing: 0; }
  .ai-help-widget__panel { right: 8px; bottom: 8px; width: calc(100vw - 16px); height: min(720px, calc(100dvh - 16px)); border-radius: 15px; }
  .contact-band__actions a { width: 100%; }
  .dev-blog { padding: 64px 0; }
  .dev-blog__inner { width: calc(100% - 28px); }
  .dev-blog__copy h2 { font-size: 2rem; }
  .dev-blog__categories a { grid-template-columns: 34px 1fr; gap: 10px; }
  .dev-blog__categories small { grid-column: 2; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .site-footer__legal, .site-footer small { grid-column: auto; }
}
