@font-face {
  font-family: "Smiley Sans";
  src: url("../assets/fonts/SmileySans-Oblique.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/fonts/SpaceGrotesk-Variable.woff2") format("woff2-variations");
  font-display: swap;
  font-style: normal;
  font-weight: 300 700;
}

:root {
  color-scheme: light;
  --ink: #142132;
  --ink-soft: #5e6b7a;
  --ink-faint: #7a8694;
  --blue: #0a84ff;
  --blue-hover: #0074e8;
  --green: #16856b;
  --mint: #64e6c4;
  --canvas: #f5f7fa;
  --surface: #ffffff;
  --surface-soft: rgba(255, 255, 255, .72);
  --line: rgba(20, 33, 50, .1);
  --line-light: rgba(255, 255, 255, .18);
  --dark: #07111e;
  --display: "Smiley Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  --heading: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Helvetica Neue", sans-serif;
  --font: var(--body);
  --data: "Space Grotesk", "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
  --max: 1180px;
  --header-height: 52px;
  --radius-large: 32px;
  --radius-medium: 20px;
  --radius-small: 12px;
  --shadow-card: 0 12px 32px rgba(7, 17, 30, .055);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 32px); }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--body); line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
main { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, dl, dd { margin: 0; }

.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; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 12px; padding: 9px 15px; color: #fff; background: var(--blue); border-radius: 999px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(0, 113, 227, .55); outline-offset: 3px; }
.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section-block { position: relative; isolation: isolate; padding-top: 120px; padding-bottom: 120px; }
.section-block[data-chapter]::after { content: attr(data-chapter); position: absolute; z-index: 0; top: 54px; right: max(24px, calc((100vw - var(--max)) / 2)); color: rgba(10,132,255,.035); font-family: var(--data); font-size: clamp(96px, 12vw, 176px); font-weight: 650; line-height: .75; letter-spacing: -.07em; pointer-events: none; }
.section-block[data-chapter] > * { position: relative; z-index: 1; }
.results[data-chapter]::after, .credentials[data-chapter]::after { color: rgba(255,255,255,.028); }

.scroll-progress { position: fixed; z-index: 150; top: 0; right: 0; left: 0; height: 2px; pointer-events: none; }
.scroll-progress i { display: block; width: var(--scroll-progress, 0%); height: 100%; background: linear-gradient(90deg, #34c759, #00c7be 38%, #007aff 72%, #bf5af2); box-shadow: 0 0 14px rgba(0,122,255,.72); }

.site-header { position: sticky; z-index: 100; top: 0; height: var(--header-height); border-bottom: 1px solid var(--line); background: rgba(250, 250, 252, .8); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); }
.nav-shell { width: min(calc(100% - 48px), var(--max)); height: 100%; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 9px; margin-right: auto; line-height: 1.05; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; color: #fff; background: var(--ink); border-radius: 8px; font-size: 14px; font-weight: 650; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.brand small { margin-top: 3px; color: var(--ink-soft); font-size: 9px; }
.site-nav { display: flex; align-items: center; gap: 18px; }
.site-nav a { color: var(--ink-soft); font-size: 12px; transition: color .2s ease; }
.site-nav a:hover, .site-nav a.is-active { color: var(--ink); }
.nav-resume { min-height: 32px; padding: 6px 13px; display: inline-flex; align-items: center; color: #fff; background: var(--blue); border-radius: 999px; font-size: 11px; transition: background .2s ease, transform .2s ease; }
.nav-resume:hover { background: var(--blue-hover); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 1px; margin: 6px auto; background: var(--ink); transition: transform .25s ease; }

.hero { position: relative; isolation: isolate; min-height: calc(100svh - var(--header-height)); padding-top: clamp(80px, 9vw, 126px); padding-bottom: 96px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(410px, .9fr); align-items: center; gap: clamp(46px, 6vw, 86px); }
.hero::before { content: ""; position: absolute; z-index: -2; width: 980px; height: 980px; right: -410px; top: -370px; border-radius: 50%; background: conic-gradient(from 200deg, rgba(0,122,255,.04), rgba(0,199,190,.18), rgba(52,199,89,.08), rgba(191,90,242,.12), rgba(0,122,255,.04)); filter: blur(18px); animation: aurora-spin 18s linear infinite; pointer-events: none; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0 -12vw; opacity: .36; background-image: linear-gradient(rgba(0,113,227,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0,113,227,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: radial-gradient(circle at 72% 38%, #000 0, transparent 61%); -webkit-mask-image: radial-gradient(circle at 72% 38%, #000 0, transparent 61%); pointer-events: none; }
@keyframes aurora-spin { to { transform: rotate(1turn) scale(1.08); } }
.hero-copy, .ops-ticket { position: relative; z-index: 2; }
.hero-fx { position: absolute; z-index: 4; inset: 0; pointer-events: none; }
.data-chip { position: absolute; min-width: 112px; padding: 10px 13px; color: #fff; background: rgba(7,17,30,.78); border: 1px solid rgba(137,240,209,.24); border-radius: 13px; box-shadow: 0 14px 36px rgba(7,17,30,.2); backdrop-filter: blur(16px); animation: data-float 6s ease-in-out infinite; }
.data-chip small, .data-chip strong { display: block; }
.data-chip small { color: #89f0d1; font-family: var(--data); font-size: 7px; letter-spacing: .08em; }
.data-chip strong { margin-top: 3px; font-family: var(--data); font-size: 17px; }
.data-chip-orders { right: 37%; top: 18%; transform: rotate(-4deg); }
.data-chip-roi { right: 0; top: 46%; animation-delay: -2s; }
.data-chip-stores { right: 34%; bottom: 13%; animation-delay: -4s; }
@keyframes data-float { 0%,100% { translate: 0 0; } 50% { translate: 0 -12px; } }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 13px; font-weight: 600; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #34c759; box-shadow: 0 0 0 4px rgba(52, 199, 89, .12); }
.site-motto { margin-top: 26px; color: var(--ink-faint); font-size: 14px; font-weight: 500; }
.hero h1 { max-width: 780px; margin-top: 14px; font-family: var(--display); font-size: clamp(54px, 5.4vw, 72px); font-weight: 400; line-height: 1.02; letter-spacing: -.025em; }
.hero h1 span { display: block; }
.hero-title-muted { color: var(--ink-faint); }
.hero-title-main { white-space: nowrap; }
.hero-lead { max-width: 670px; margin-top: 28px; color: var(--ink-soft); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; letter-spacing: -.01em; }
.hero-value { max-width: 670px; margin-top: 20px; padding: 15px 18px; color: #173247; background: linear-gradient(100deg, rgba(0,113,227,.09), rgba(43,213,162,.08)); border: 1px solid rgba(0,113,227,.1); border-radius: 16px; font-size: 13px; line-height: 1.65; }
.hero-value strong { display: block; margin-bottom: 3px; color: var(--blue); font-size: 10px; letter-spacing: .04em; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button { min-height: 46px; padding: 10px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 500; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: var(--blue); }
.button-primary:hover { background: var(--blue-hover); }
.button-secondary { background: rgba(0, 0, 0, .06); }
.button-secondary:hover { background: rgba(0, 0, 0, .1); }
.text-link { margin-left: 7px; color: var(--blue); font-size: 14px; }
.text-link::after { content: " ↗"; }
.text-link:hover { text-decoration: underline; }
.about-fit { padding-top: 24px; border-top: 1px solid var(--line); }
.about-fit > p, .about-fit > strong { display: block; color: var(--ink-faint); font-size: 10px; font-weight: 650; letter-spacing: .05em; }
.about-fit ul { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 7px; }
.about-fit li { padding: 6px 10px; color: var(--ink-soft); background: rgba(20,33,50,.055); border-radius: 999px; font-size: 11px; }
.about-fit > strong { margin-top: 18px; }
.about-fit > span { display: block; margin-top: 7px; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }

.ops-ticket { position: relative; padding: 28px; color: var(--ink); background: var(--surface-soft); border: 1px solid rgba(255, 255, 255, .9); border-radius: var(--radius-large); box-shadow: 0 20px 60px rgba(0, 0, 0, .09); backdrop-filter: blur(20px); overflow: hidden; }
.ops-ticket::before { content: ""; position: absolute; width: 240px; height: 240px; right: -110px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 113, 227, .16), rgba(0, 113, 227, 0) 70%); }
.ticket-head { position: relative; display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--ink-faint); font-family: var(--data); font-size: 9px; letter-spacing: .08em; }
.ticket-visual { position: relative; margin: 18px 0 0; overflow: hidden; border-radius: 19px; background: #07111e; box-shadow: 0 14px 32px rgba(7, 17, 30, .18); }
.ticket-visual img { width: 100%; height: auto; }
.ticket-visual figcaption { position: absolute; inset: auto 0 0; padding: 42px 18px 15px; display: flex; align-items: end; justify-content: space-between; gap: 16px; color: #fff; background: linear-gradient(transparent, rgba(5, 12, 22, .92)); font-size: 10px; }
.ticket-visual figcaption span { color: rgba(255,255,255,.6); }
.ticket-visual figcaption strong { font-size: 11px; font-weight: 600; }
.ticket-route { height: 58px; display: flex; align-items: center; position: relative; }
.ticket-route span { position: absolute; right: 5px; left: 5px; height: 2px; background: linear-gradient(90deg, #34c759, var(--blue)); }
.ticket-route i, .ticket-route b { z-index: 1; width: 9px; height: 9px; margin-right: auto; border: 2px solid #fff; border-radius: 50%; background: #34c759; box-shadow: 0 0 0 1px #34c759; }
.ticket-route b { width: 14px; height: 14px; margin-right: 0; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.ticket-caption { padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
.ticket-metrics { display: grid; grid-template-columns: 1fr 1fr; }
.ticket-metrics div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.ticket-metrics div:nth-child(odd) { border-right: 1px solid var(--line); }
.ticket-metrics div:nth-child(even) { padding-left: 22px; }
.ticket-metrics dt { color: var(--ink-faint); font-size: 11px; }
.ticket-metrics dd { margin-top: 7px; font-family: var(--data); font-size: 28px; font-weight: 650; letter-spacing: -.03em; line-height: 1; }
.ticket-metrics dd small { margin-left: 4px; color: var(--blue); font-size: 10px; font-weight: 500; }
.ticket-foot { padding-top: 18px; display: flex; justify-content: space-between; color: var(--ink-soft); font-size: 10px; }
.ticket-foot i { color: var(--blue); font-style: normal; }

.slogan-stage { position: relative; isolation: isolate; min-height: 570px; overflow: hidden; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 18% 26%, rgba(0,199,190,.2), transparent 28%), radial-gradient(circle at 82% 74%, rgba(191,90,242,.18), transparent 30%), linear-gradient(135deg, #07111e, #0a2533 55%, #101426); }
.slogan-stage::before { content: ""; position: absolute; z-index: -1; width: 520px; height: 520px; left: calc(50% - 260px); top: calc(50% - 260px); border: 1px solid rgba(137,240,209,.16); border-radius: 50%; box-shadow: 0 0 0 72px rgba(0,199,190,.025), 0 0 0 144px rgba(0,122,255,.018); animation: slogan-pulse 5s ease-in-out infinite; }
.slogan-stage::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .22; background-image: linear-gradient(rgba(137,240,209,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(137,240,209,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent); }
@keyframes slogan-pulse { 50% { transform: scale(1.08); opacity: .68; } }
.slogan-marquee { position: absolute; top: 34px; right: 0; left: 0; overflow: hidden; color: rgba(255,255,255,.065); font-family: var(--data); font-size: clamp(40px, 6vw, 86px); font-weight: 700; line-height: 1; white-space: nowrap; pointer-events: none; }
.slogan-marquee span { display: inline-block; animation: slogan-marquee 28s linear infinite; }
@keyframes slogan-marquee { to { transform: translateX(-50%); } }
.slogan-stage-inner { position: relative; z-index: 2; padding-top: 100px; padding-bottom: 76px; }
.slogan-kicker { color: #89f0d1; font-family: var(--data); font-size: 10px; letter-spacing: .16em; }
.slogan-stage h2 { margin-top: 24px; display: flex; align-items: baseline; flex-wrap: wrap; gap: .08em; font-family: var(--display); font-size: clamp(66px, 10.5vw, 150px); font-weight: 400; line-height: .92; letter-spacing: -.035em; }
.slogan-stage h2 span { color: rgba(255,255,255,.96); }
.slogan-stage h2 strong { position: relative; color: transparent; background: linear-gradient(110deg, #89f0d1, #5ac8fa 45%, #bf5af2 88%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 28px rgba(90,200,250,.22)); }
.slogan-stage h2 strong::after { content: ""; position: absolute; right: .04em; bottom: -.08em; left: .04em; height: .035em; background: linear-gradient(90deg, #89f0d1, #5ac8fa, #bf5af2); box-shadow: 0 0 22px rgba(90,200,250,.48); }
.slogan-foot { margin-top: 58px; display: grid; grid-template-columns: auto minmax(90px, 1fr) minmax(260px, 440px); align-items: center; gap: 22px; }
.slogan-foot > span { color: rgba(255,255,255,.48); font-family: var(--data); font-size: 9px; letter-spacing: .12em; }
.slogan-foot > i { height: 1px; background: linear-gradient(90deg, rgba(137,240,209,.7), rgba(90,200,250,.2)); }
.slogan-foot p { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.7; }
.slogan-orbit { position: absolute; width: 160px; height: 160px; right: 2%; top: 50%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: translateY(-50%); animation: orbit-spin 14s linear infinite; }
.slogan-orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #89f0d1; box-shadow: 0 0 18px #89f0d1; }
.slogan-orbit i:nth-child(1) { left: 12px; top: 31px; }
.slogan-orbit i:nth-child(2) { right: -4px; top: 74px; background: #5ac8fa; box-shadow: 0 0 18px #5ac8fa; }
.slogan-orbit i:nth-child(3) { left: 64px; bottom: -4px; background: #bf5af2; box-shadow: 0 0 18px #bf5af2; }
@keyframes orbit-spin { to { transform: translateY(-50%) rotate(1turn); } }

.section-heading { max-width: 760px; margin-bottom: 48px; }
.eyebrow { margin-bottom: 12px; color: var(--blue); font-size: 12px; font-weight: 650; letter-spacing: .04em; }
.section-heading h2, .contact h2 { font-family: var(--heading); font-size: clamp(36px, 4.5vw, 56px); font-weight: 650; line-height: 1.12; letter-spacing: -.035em; }
.section-heading-light h2 { color: #fff; }
.section-heading-light .eyebrow { color: #75baff; }
.heading-split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.heading-split > p { flex: 0 0 auto; color: var(--ink-faint); font-size: 12px; }
.experience-proof { flex: 0 0 290px; padding: 17px 18px; color: #fff; background: #0d2233; border: 1px solid rgba(100,230,196,.14); border-radius: var(--radius-small); box-shadow: var(--shadow-card); }
.experience-proof span { color: #89f0d1; font-family: var(--data); font-size: 9px; letter-spacing: .08em; }
.experience-proof strong { display: block; margin-top: 6px; font-size: 17px; }
.experience-proof p { margin-top: 4px; color: rgba(255,255,255,.67); font-size: 11px; line-height: 1.55; }
.about-layout { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); align-items: stretch; gap: clamp(30px, 5vw, 72px); }
.profile-card { position: relative; min-height: 500px; overflow: hidden; border-radius: var(--radius-medium); background: #0d2233; box-shadow: var(--shadow-card); }
.profile-card img { width: 100%; height: 100%; object-fit: cover; }
.profile-card figcaption { position: absolute; inset: auto 0 0; padding: 80px 24px 24px; color: #fff; background: linear-gradient(transparent, rgba(3, 23, 35, .94)); }
.profile-card figcaption span, .profile-card figcaption strong, .profile-card figcaption small { display: block; }
.profile-card figcaption span { color: rgba(255,255,255,.55); font-family: var(--data); font-size: 9px; letter-spacing: .08em; }
.profile-card figcaption strong { margin-top: 8px; font-size: 15px; }
.profile-card figcaption small { margin-top: 6px; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.55; }
.about-content { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 42px; }
.about-statement { font-size: clamp(25px, 3.1vw, 38px); font-weight: 600; line-height: 1.42; letter-spacing: -.035em; }
.method-list { padding: 6px 22px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-medium); box-shadow: var(--shadow-card); }
.method-list p { display: grid; grid-template-columns: 38px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.method-list p:last-child { border-bottom: 0; }
.method-list span { grid-row: span 2; color: var(--blue); font-family: var(--data); font-size: 10px; }
.method-list strong { font-size: 15px; }
.method-list small { margin-top: 3px; color: var(--ink-soft); font-size: 12px; }

.results { background: var(--dark); }
.result-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.result-grid article { min-height: 220px; padding: 28px; color: #fff; background: #0d2233; border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius-medium); }
.result-feature { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, #0a84ff, #0759b8) !important; }
.result-feature > p, .result-item > span { color: rgba(255, 255, 255, .62); font-size: 11px; font-weight: 600; }
.result-feature > strong { margin: 40px 0 10px; font-family: var(--data); font-size: clamp(56px, 7vw, 96px); font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.result-feature > strong small { margin-left: 6px; font-size: 14px; font-weight: 500; letter-spacing: 0; }
.result-feature h3 { margin-bottom: 36px; font-size: 22px; font-weight: 500; }
.result-trend { height: 112px; margin-bottom: 26px; padding: 12px 18px; display: grid; grid-template-columns: 50px 1fr 50px; align-items: end; gap: 18px; background: rgba(4,38,83,.22); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }
.result-trend > div { height: 82px; display: grid; grid-template-rows: 1fr auto auto; justify-items: center; gap: 2px; }
.result-trend i { width: 20px; height: calc(var(--bar) * 56px); align-self: end; background: linear-gradient(#8ee8ff, #fff); border-radius: 5px 5px 2px 2px; box-shadow: 0 0 18px rgba(142,232,255,.28); }
.result-trend span { font-family: var(--data); font-size: 9px; }
.result-trend small { color: rgba(255,255,255,.55); font-size: 8px; }
.result-trend > b { align-self: center; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 500; text-align: center; }
.result-trend > b strong { display: block; margin-top: 4px; color: #fff; font-family: var(--data); font-size: 20px; }
.result-pair { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-light); }
.result-pair span { padding-top: 20px; font-size: 15px; }
.result-pair span + span { padding-left: 22px; border-left: 1px solid var(--line-light); }
.result-pair b { font-size: 26px; font-weight: 600; }
.result-pair small { display: block; margin-top: 6px; color: rgba(255,255,255,.6); font-size: 10px; }
.result-item { display: flex; flex-direction: column; }
.result-item strong { margin: auto 0 14px; font-family: var(--data); font-size: clamp(40px, 4.5vw, 60px); font-weight: 650; line-height: 1; letter-spacing: -.04em; }
.result-item strong small { margin-left: 4px; font-size: 11px; font-weight: 500; }
.metric-meter { position: relative; width: 100%; height: 7px; margin: 0 0 13px; overflow: hidden; background: rgba(255,255,255,.1); border-radius: 99px; }
.metric-meter > i { display: block; width: calc(var(--meter) * 100%); height: 100%; background: linear-gradient(90deg, #007aff, #5ac8fa, #43e0b3); border-radius: inherit; box-shadow: 0 0 16px rgba(90,200,250,.34); }
.metric-meter-dual > b { position: absolute; width: 2px; height: 13px; left: calc(var(--marker) * 100%); top: -3px; background: #fff; border-radius: 2px; }
.result-item p { color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.6; }

.timeline { display: grid; gap: 14px; }
.experience-item { display: grid; grid-template-columns: 180px 1fr; background: var(--surface); border-radius: var(--radius-medium); overflow: hidden; }
.experience-date { padding: 30px; display: flex; gap: 7px; color: var(--ink-faint); font-family: var(--data); font-size: 10px; }
.experience-main { padding: 28px 30px; border-left: 1px solid var(--line); }
.experience-head { display: flex; align-items: start; justify-content: space-between; gap: 30px; }
.experience-identity { min-width: 0; display: flex; align-items: center; gap: 14px; }
.company-logo { width: 54px; height: 54px; flex: 0 0 54px; object-fit: cover; background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 13px; box-shadow: 0 6px 18px rgba(0,0,0,.07); }
.company-logo-wide { object-fit: contain; padding: 4px; }
.experience-head p { margin-bottom: 5px; color: var(--blue); font-size: 11px; font-weight: 600; }
.experience-head h3 { font-size: 22px; font-weight: 650; letter-spacing: -.02em; }
.experience-head div > span { color: var(--ink-soft); font-size: 12px; }
.expand-button { flex: 0 0 auto; min-width: 44px; min-height: 44px; padding: 8px 4px 8px 12px; border: 0; border-radius: 12px; color: var(--blue); background: transparent; cursor: pointer; font-size: 12px; transition: color .2s ease, background .2s ease, transform .2s ease; -webkit-tap-highlight-color: transparent; }
.expand-button:hover, .expand-button:focus-visible { color: #0056ad; background: #eaf4ff; outline: none; }
.expand-button:active { transform: scale(.94); }
.expand-button i { position: relative; display: inline-block; width: 11px; height: 11px; margin-left: 7px; }
.expand-button i::before, .expand-button i::after { content: ""; position: absolute; top: 5px; left: 0; width: 11px; height: 1px; background: currentColor; }
.expand-button i::after { transform: rotate(90deg); transition: transform .2s ease; }
.expand-button[aria-expanded="true"] i::after { transform: rotate(0); }
.experience-summary { margin-top: 18px; display: grid; gap: 7px; color: var(--ink-soft); font-size: 14px; }
.experience-summary li, .experience-details li { position: relative; padding-left: 16px; }
.experience-summary li::before, .experience-details li::before { content: ""; position: absolute; top: .65em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.experience-metrics { margin-top: 22px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.experience-metrics div { min-height: 102px; padding: 17px 14px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, #f4f8ff, #f8fafc); border: 1px solid rgba(0,113,227,.12); border-radius: 14px; }
.experience-metrics strong { color: var(--blue); font-family: var(--data); font-size: clamp(23px, 2.8vw, 34px); line-height: 1; letter-spacing: -.045em; }
.experience-metrics small { margin-left: 3px; font-family: var(--font); font-size: 10px; letter-spacing: 0; }
.experience-metrics span { color: var(--ink-soft); font-size: 10px; }
.experience-tags { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 7px; }
.experience-tags li { padding: 6px 10px; color: #075fae; background: #eaf4ff; border-radius: 999px; font-size: 10px; font-weight: 600; }
.experience-details { overflow: hidden; }
.experience-details ul { margin-top: 15px; padding: 17px 20px; display: grid; gap: 8px; color: var(--ink-soft); background: var(--canvas); border-radius: var(--radius-small); font-size: 13px; }
.experience-details strong { color: var(--ink); font-weight: 650; }

.cases { background: var(--surface); }
.case-board { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 18px; }
.case-tablist { padding: 10px; display: flex; flex-direction: column; gap: 6px; align-self: start; background: var(--canvas); border: 1px solid var(--line); border-radius: var(--radius-medium); }
.case-tablist button { width: 100%; min-height: 94px; padding: 15px; display: grid; grid-template-columns: 32px 1fr; align-content: center; gap: 3px 8px; border: 0; color: var(--ink); background: transparent; border-radius: 17px; cursor: pointer; text-align: left; transition: color .2s ease, background .2s ease, transform .2s ease; }
.case-tablist button:hover { background: rgba(255,255,255,.72); }
.case-tablist button[aria-selected="true"] { color: #fff; background: linear-gradient(135deg, #0a84ff, #075d78); box-shadow: 0 10px 24px rgba(7,89,184,.16); }
.case-tablist button > span { grid-row: span 2; color: var(--ink-faint); font-family: var(--data); font-size: 10px; }
.case-tablist button[aria-selected="true"] > span { color: rgba(255,255,255,.62); }
.case-tablist strong { font-size: 15px; }
.case-tablist small { color: var(--ink-soft); font-size: 10px; }
.case-tablist button[aria-selected="true"] small { color: rgba(255,255,255,.64); }
.case-list { display: grid; gap: 18px; }
.case-card { min-height: 400px; padding: 34px; display: grid; grid-template-columns: 58px 118px minmax(180px, 1fr); grid-template-rows: auto 1fr; align-items: center; gap: 28px; background: var(--canvas); border: 1px solid var(--line); border-radius: var(--radius-medium); animation: case-enter .36s ease both; transition: border-color .22s ease, box-shadow .22s ease; }
@keyframes case-enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.case-card:hover { border-color: rgba(10,132,255,.18); box-shadow: var(--shadow-card); }
.case-index { color: var(--ink-faint); font-family: var(--data); font-size: 10px; }
.case-visual { position: relative; width: 118px; height: 118px; overflow: hidden; border-radius: 24px; background: #0d1c2b; }
.case-visual-platform { display: grid; place-content: center; grid-template-columns: repeat(3, 27px); gap: 5px; }
.case-visual-platform span { position: relative; z-index: 1; width: 27px; height: 27px; display: grid; place-items: center; color: #fff; background: #0071e3; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; font-size: 11px; font-weight: 650; }
.case-visual-platform span:nth-child(2) { margin-top: 20px; background: #12a67f; }
.case-visual-platform span:nth-child(3) { background: #ff9f0a; }
.case-visual-platform i { position: absolute; width: 82px; height: 1px; left: 18px; top: 59px; background: rgba(255,255,255,.25); transform: rotate(14deg); }
.case-visual-stores { display: grid; place-content: center; grid-template-columns: repeat(2, 27px); gap: 9px; }
.case-visual-stores span { width: 27px; height: 23px; border: 2px solid #56a8ff; border-top: 7px solid #56a8ff; border-radius: 3px; }
.case-visual-stores b { position: absolute; right: 10px; bottom: 9px; width: 36px; height: 36px; display: grid; place-items: center; color: #07111e; background: #89f0d1; border: 3px solid #0d1c2b; border-radius: 50%; font-family: var(--data); font-size: 11px; }
.case-visual-growth { padding: 22px; display: flex; align-items: end; gap: 7px; }
.case-visual-growth i { flex: 1; height: 22%; background: linear-gradient(#2bd5a2, #0878e8); border-radius: 5px 5px 2px 2px; }
.case-visual-growth i:nth-child(2) { height: 40%; }.case-visual-growth i:nth-child(3) { height: 62%; }.case-visual-growth i:nth-child(4) { height: 88%; }
.case-visual-growth span { position: absolute; right: 13px; top: 7px; color: #89f0d1; font-size: 24px; }
.case-title p { color: var(--blue); font-size: 11px; font-weight: 600; }
.case-title h3 { margin-top: 9px; font-size: 22px; line-height: 1.35; letter-spacing: -.02em; }
.case-flow { grid-column: 1 / -1; align-self: stretch; padding-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.case-flow div { padding: 0 18px; border-left: 1px solid var(--line); }
.case-flow div:first-child { border-left: 0; }
.case-flow span { font-size: 11px; font-weight: 600; }
.case-flow p { margin-top: 9px; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.case-flow strong { color: var(--blue); }
.case-board-footer { grid-column: 2; min-height: 46px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; color: var(--ink-faint); font-family: var(--data); font-size: 10px; }
.case-board-footer div { display: flex; gap: 7px; }
.case-board-footer button { width: 42px; height: 42px; border: 1px solid var(--line); background: var(--surface); border-radius: 50%; cursor: pointer; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.case-board-footer button:hover { color: var(--blue); border-color: rgba(0,113,227,.4); transform: translateY(-1px); }

.playbooks { padding-top: 80px; padding-bottom: 80px; }
.playbook-stage { padding: clamp(34px, 5vw, 64px); color: #fff; background: radial-gradient(circle at 92% 8%, rgba(52,199,89,.16), transparent 28%), linear-gradient(145deg, #0f2031, #07111e 72%); border-radius: var(--radius-large); box-shadow: 0 28px 70px rgba(5,18,30,.16); }
.playbook-heading { margin-bottom: 42px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: end; gap: 50px; }
.playbook-heading .eyebrow { color: #89f0d1; }
.playbook-heading h2 { max-width: 760px; font-family: var(--display); font-size: clamp(34px, 4.5vw, 58px); font-weight: 400; line-height: 1.08; letter-spacing: -.02em; }
.playbook-heading > p { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.8; }
.playbook-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.playbook-card { min-height: 320px; padding: 18px; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 23px; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-medium); transition: transform .24s ease, background .24s ease, border-color .24s ease; }
.playbook-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); border-color: rgba(137,240,209,.38); }
.playbook-cover { margin: 0; overflow: hidden; align-self: stretch; background: #fff; border-radius: 14px; box-shadow: 0 16px 28px rgba(0,0,0,.24); }
.playbook-cover img { width: 100%; height: 100%; object-fit: cover; }
.playbook-body { min-width: 0; padding: 7px 4px 5px 0; display: flex; flex-direction: column; align-items: flex-start; }
.playbook-number { margin-left: auto; color: rgba(255,255,255,.38); font-family: var(--data); font-size: 9px; }
.playbook-kicker { margin-top: 8px; color: #89f0d1; font-size: 10px; font-weight: 650; }
.playbook-body h3 { margin-top: 12px; font-size: 20px; line-height: 1.35; letter-spacing: -.02em; }
.playbook-body > p:not(.playbook-kicker) { margin-top: 11px; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.7; }
.playbook-body ul { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 6px; }
.playbook-body li { padding: 5px 8px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); border-radius: 999px; font-size: 9px; }
.playbook-link { margin-top: auto; padding-top: 20px; color: #fff; font-size: 11px; font-weight: 600; }
.playbook-link i { margin-left: 4px; color: #89f0d1; font-style: normal; transition: transform .2s ease; }
.playbook-card:hover .playbook-link i { display: inline-block; transform: translate(2px, -2px); }

.skill-matrix { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.skill-matrix article { position: relative; min-height: 250px; padding: 32px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-medium); box-shadow: var(--shadow-card); }
.skill-matrix article:not(.skill-wide)::after { content: ""; position: absolute; width: 42px; height: 2px; right: 28px; top: 31px; background: linear-gradient(90deg, var(--blue), var(--mint)); border-radius: 99px; opacity: .65; }
.skill-matrix article > span { color: var(--blue); font-size: 11px; font-weight: 600; }
.skill-matrix h3 { margin-top: 44px; font-size: 26px; letter-spacing: -.025em; }
.skill-matrix p { max-width: 480px; margin-top: 12px; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.skill-matrix .skill-wide { grid-column: span 2; min-height: 220px; display: grid; grid-template-columns: 150px 1fr 1.4fr; align-items: start; gap: 25px; color: #fff; background: #0d2233; }
.skill-wide h3 { margin: 0; }
.skill-wide p { margin: 0; color: rgba(255,255,255,.62); }
.skill-wide ul { grid-column: 2 / -1; display: flex; flex-wrap: wrap; gap: 8px; }
.skill-wide li { padding: 6px 11px; color: #fff; background: rgba(255,255,255,.1); border-radius: 999px; font-size: 10px; }
.method-notes { margin-top: 14px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.method-notes article { padding: 28px 30px; background: #f0f6fc; border: 1px solid rgba(10,132,255,.11); border-radius: var(--radius-medium); }
.method-notes span { color: var(--blue); font-size: 10px; font-weight: 650; }
.method-notes h3 { margin-top: 18px; font-size: 20px; letter-spacing: -.02em; }
.method-notes p { margin-top: 9px; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.method-notes small { display: block; margin-top: 16px; padding-top: 13px; color: var(--blue); border-top: 1px solid rgba(0,113,227,.13); font-size: 10px; line-height: 1.55; }

.credentials { color: #fff; background: var(--dark); }
.credential-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px 90px; }
.credential-layout .section-heading { grid-row: span 2; margin: 0; }
.education-list { display: grid; gap: 12px; }
.education-list article { padding: 22px; display: grid; grid-template-columns: 150px 1fr; background: #0d2233; border: 1px solid rgba(255,255,255,.07); border-radius: var(--radius-small); }
.education-list time { color: rgba(255,255,255,.55); font-family: var(--data); font-size: 10px; }
.education-list h3 { font-size: 20px; }
.education-list p { margin-top: 4px; color: rgba(255,255,255,.58); font-size: 12px; }
.certificate-list { display: flex; flex-wrap: wrap; gap: 8px; }
.certificate-list li { padding: 8px 13px; color: rgba(255,255,255,.8); background: #0d2233; border: 1px solid rgba(255,255,255,.07); border-radius: 999px; font-size: 11px; }

.contact { padding-top: 120px; padding-bottom: 88px; }
.contact-panel { padding: clamp(34px, 6vw, 72px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-medium); box-shadow: var(--shadow-card); }
.contact-panel > div:first-child > p:last-child { max-width: 520px; margin-top: 24px; color: var(--ink-soft); font-size: 14px; }
.contact-actions { border-top: 1px solid var(--line); }
.contact-row { width: 100%; min-height: 84px; padding: 18px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; text-align: left; }
.contact-row:hover b { color: var(--blue); transform: translateX(3px); }
.contact-row small { display: block; margin-bottom: 3px; color: var(--ink-faint); font-size: 10px; }
.contact-row b { flex: 0 0 auto; color: var(--blue); font-size: 11px; transition: transform .2s ease; }
.intent-form { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.intent-form-heading { grid-column: 1 / -1; margin-bottom: 4px; }
.intent-form-heading strong, .intent-form-heading span { display: block; }
.intent-form-heading strong { font-size: 14px; }
.intent-form-heading span { margin-top: 4px; color: var(--ink-faint); font-size: 10px; }
.intent-form label { display: grid; gap: 6px; color: var(--ink-soft); font-size: 10px; }
.intent-form input, .intent-form select, .intent-form textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: var(--canvas); border: 1px solid transparent; border-radius: 10px; font: inherit; font-size: 12px; outline: none; transition: border-color .2s ease, background .2s ease; }
.intent-form input:focus, .intent-form select:focus, .intent-form textarea:focus { background: #fff; border-color: rgba(0,113,227,.45); }
.intent-form textarea { resize: vertical; min-height: 84px; }
.intent-message, .intent-form .button { grid-column: 1 / -1; }
.intent-form .button { width: 100%; border: 0; cursor: pointer; }
.site-footer { padding-top: 26px; padding-bottom: 34px; display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; }
.site-footer > div { display: flex; gap: 12px; }
.site-footer > div:last-child { justify-content: flex-end; }
.site-footer p { text-align: center; font-size: 12px; }
.toast { position: fixed; z-index: 300; right: 24px; bottom: 24px; padding: 11px 17px; color: #fff; background: rgba(29,29,31,.92); border-radius: 999px; box-shadow: 0 10px 35px rgba(0,0,0,.18); font-size: 13px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; backdrop-filter: blur(16px); }
.toast.is-visible { opacity: 1; transform: translateY(0); }

.privacy-page { min-height: 100vh; padding: 90px 24px; }
.privacy-document { max-width: 760px; margin: auto; padding: clamp(28px, 6vw, 64px); background: var(--surface); border-radius: var(--radius-large); }
.privacy-back { display: inline-block; margin-bottom: 38px; color: var(--blue); font-size: 13px; }
.privacy-document h1 { font-size: clamp(42px, 7vw, 66px); letter-spacing: -.05em; }
.privacy-document .updated { margin-top: 10px; color: var(--ink-soft); font-size: 12px; }
.privacy-document section { margin-top: 40px; }
.privacy-document h2 { margin-bottom: 10px; font-size: 22px; }
.privacy-document p, .privacy-document li { color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.privacy-document ul { padding-left: 1.2em; list-style: disc; }

.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; z-index: 3; top: 28px; bottom: 28px; left: 179px; width: 1px; background: linear-gradient(transparent, rgba(10,132,255,.18) 8%, rgba(10,132,255,.55) 50%, rgba(100,230,196,.28) 92%, transparent); }
.experience-item { position: relative; border: 1px solid var(--line); box-shadow: var(--shadow-card); transition: border-color .24s ease, box-shadow .24s ease; }
.experience-item::before { content: ""; position: absolute; z-index: 4; top: 38px; left: 175px; width: 9px; height: 9px; border: 3px solid var(--surface); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px rgba(10,132,255,.22); }
.experience-item:hover { border-color: rgba(10,132,255,.2); box-shadow: 0 16px 38px rgba(7,17,30,.075); }

.fx-glow { --glow-x: 50%; --glow-y: 50%; position: relative; overflow: hidden; }
.fx-glow::after { content: ""; position: absolute; z-index: 6; inset: 0; border-radius: inherit; background: radial-gradient(360px circle at var(--glow-x) var(--glow-y), rgba(90,200,250,.16), rgba(137,240,209,.08) 30%, transparent 68%); opacity: 0; transition: opacity .3s ease; pointer-events: none; }
.fx-glow:hover::after { opacity: 1; }
.result-grid article.fx-glow::after { background: radial-gradient(300px circle at var(--glow-x) var(--glow-y), rgba(255,255,255,.18), transparent 62%); }
.playbook-card { --tilt-x: 0deg; --tilt-y: 0deg; transform-style: preserve-3d; will-change: transform; }
.playbook-card.is-tilting { transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-6px); box-shadow: 0 26px 56px rgba(0,0,0,.34); }
.playbook-card.is-tilting .playbook-cover { transform: translateZ(18px); }
.playbook-cover { transition: transform .24s ease; }

.has-js .reveal-item { opacity: 0; transform: translateY(20px); }
.has-js .reveal-item.is-revealed { opacity: 1; transform: translateY(0); transition: opacity .58s cubic-bezier(.2,.72,.2,1) var(--reveal-delay, 0ms), transform .58s cubic-bezier(.2,.72,.2,1) var(--reveal-delay, 0ms); }

.cases::before, .skills::before { display: none; }

@media (max-width: 980px) {
  .section-block { padding-top: 96px; padding-bottom: 96px; }
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 11px; }
  .nav-resume { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-fx { display: none; }
  .slogan-orbit { opacity: .5; right: -48px; }
  .hero-copy { max-width: 820px; }
  .ops-ticket { max-width: 650px; }
  .result-grid { grid-template-columns: repeat(2, 1fr); }
  .case-board { grid-template-columns: 1fr; }
  .case-tablist { display: grid; grid-template-columns: repeat(3, 1fr); }
  .case-tablist button { min-height: 84px; }
  .case-card { grid-template-columns: 58px 118px 1fr; }
  .case-flow { grid-column: 1 / -1; }
  .case-board-footer { grid-column: 1; }
  .playbook-heading { grid-template-columns: 1fr; gap: 18px; }
  .playbook-heading > p { max-width: 560px; }
  .playbook-card { grid-template-columns: 130px minmax(0, 1fr); }
  .credential-layout { gap: 32px 48px; }
  .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --header-height: 48px; --radius-large: 24px; --radius-medium: 18px; }
  .section-shell, .nav-shell { width: min(calc(100% - 32px), var(--max)); }
  .section-block { padding-top: 72px; padding-bottom: 72px; }
  .section-block[data-chapter]::after { top: 30px; right: 12px; font-size: 78px; }
  .site-header { background: rgba(250,250,252,.88); }
  .brand-mark { width: 26px; height: 26px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:not(.sr-only):nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:not(.sr-only):nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: var(--header-height) 0 auto; padding: 14px 16px 24px; display: grid; gap: 0; background: rgba(250,250,252,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(24px); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-nav a { min-height: 46px; padding: 13px 8px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .hero { min-height: 0; padding-top: 68px; padding-bottom: 88px; gap: 54px; }
  .hero-fx { display: none; }
  .slogan-stage { min-height: 470px; }
  .slogan-stage::before { width: 340px; height: 340px; left: calc(50% - 170px); top: calc(50% - 170px); box-shadow: 0 0 0 44px rgba(0,199,190,.025), 0 0 0 88px rgba(0,122,255,.018); }
  .slogan-stage-inner { padding-top: 92px; padding-bottom: 64px; }
  .slogan-stage h2 { margin-top: 20px; display: block; font-size: clamp(60px, 20vw, 94px); line-height: .95; }
  .slogan-stage h2 span, .slogan-stage h2 strong { display: block; }
  .slogan-foot { margin-top: 44px; grid-template-columns: auto 1fr; gap: 12px; }
  .slogan-foot p { grid-column: 1 / -1; }
  .slogan-orbit { width: 108px; height: 108px; right: -38px; top: 42%; opacity: .42; }
  .hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .hero-title-main { white-space: normal; }
  .hero-lead { font-size: 17px; }
  .hero-value { font-size: 12px; }
  .hero-actions { align-items: stretch; }
  .button { flex: 1; min-height: 48px; }
  .text-link { width: 100%; margin: 10px 0 0; }
  .ops-ticket { padding: 23px; }
  .about-layout { grid-template-columns: 1fr; gap: 44px; }
  .profile-card { width: min(100%, 420px); min-height: 520px; }
  .result-grid { grid-template-columns: 1fr; }
  .result-feature { grid-column: auto; grid-row: auto; min-height: 560px !important; }
  .result-grid article { min-height: 190px; }
  .heading-split { display: block; }
  .heading-split > p { margin-top: 16px; }
  .experience-proof { margin-top: 24px; }
  .experience-item { grid-template-columns: 1fr; }
  .timeline::before, .experience-item::before { display: none; }
  .experience-item:hover { transform: none; }
  .experience-date { padding: 24px 24px 0; }
  .experience-main { padding: 14px 24px 25px; border-left: 0; }
  .experience-head { gap: 12px; }
  .experience-identity { align-items: flex-start; gap: 11px; }
  .company-logo { width: 46px; height: 46px; flex-basis: 46px; border-radius: 11px; }
  .experience-head h3 { font-size: 20px; }
  .expand-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .expand-button { width: 44px; padding: 0; }
  .experience-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-tablist { margin-right: -16px; padding: 8px 16px 12px 0; display: flex; flex-direction: row; overflow-x: auto; scroll-snap-type: x mandatory; background: transparent; border: 0; border-radius: 0; scrollbar-width: none; }
  .case-tablist::-webkit-scrollbar { display: none; }
  .case-tablist button { min-width: 210px; min-height: 82px; scroll-snap-align: start; background: var(--canvas); }
  .case-card { min-height: 0; padding: 25px 22px; grid-template-columns: 1fr; grid-template-rows: auto; justify-items: start; gap: 16px; }
  .case-visual { width: 100%; height: 132px; }
  .case-visual-platform { grid-template-columns: repeat(3, 34px); }
  .case-visual-platform span { width: 34px; height: 34px; }
  .case-visual-platform i { width: 110px; left: calc(50% - 55px); top: 66px; }
  .case-visual-stores { grid-template-columns: repeat(4, 30px); }
  .case-visual-stores span { width: 30px; height: 26px; }
  .case-flow { grid-column: 1; padding-top: 0; grid-template-columns: 1fr; border-top: 0; }
  .case-flow div { padding: 16px 0; border-left: 0; border-top: 1px solid var(--line); }
  .case-board-footer { padding-top: 8px; }
  .playbooks { width: 100%; padding: 0; }
  .playbook-stage { padding: 72px 16px; border-radius: 0; }
  .playbook-heading { margin-bottom: 30px; }
  .playbook-grid { grid-template-columns: 1fr; }
  .playbook-card { min-height: 270px; grid-template-columns: 108px minmax(0, 1fr); gap: 16px; padding: 14px; }
  .playbook-body h3 { font-size: 18px; }
  .playbook-body > p:not(.playbook-kicker) { font-size: 10px; }
  .playbook-body ul { display: none; }
  .skill-matrix { grid-template-columns: 1fr; }
  .skill-matrix .skill-wide { grid-column: auto; grid-template-columns: 1fr; }
  .skill-wide ul { grid-column: auto; }
  .method-notes { grid-template-columns: 1fr; }
  .credential-layout { grid-template-columns: 1fr; }
  .credential-layout .section-heading { grid-row: auto; }
  .education-list article { grid-template-columns: 1fr; gap: 8px; }
  .contact { padding-top: 72px; }
  .contact-panel { width: 100%; margin-left: 0; padding: 32px 22px; border-radius: var(--radius-medium); }
  .contact-row { font-size: 13px; }
  .intent-form { grid-template-columns: 1fr; }
  .intent-form-heading, .intent-message, .intent-form .button { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer > div, .site-footer > div:last-child { justify-content: center; flex-wrap: wrap; }
}

@media (prefers-contrast: more) {
  :root { --ink-soft: #444446; --ink-faint: #555558; --line: rgba(0,0,0,.28); }
  .button-secondary, .hero-tags li { border: 1px solid currentColor; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .has-js .reveal-item { opacity: 1; transform: none; filter: none; }
  .playbook-card.is-tilting { transform: none; }
}
