/* TUMUGIBA visual system v2 — shared, additive overrides */
:root {
  --en-display: 'Manrope', sans-serif;
  --fs-hero: clamp(46px, 6.4vw, 88px);
  --fs-giant-en: clamp(72px, 12vw, 180px);
  --fs-section-num: clamp(80px, 10vw, 140px);
  --fs-stat: clamp(48px, 6vw, 84px);
  --sumi-band: #2A2D31;
  --sumi-band-text: #E8E6E1;
  --ease-out: cubic-bezier(.2, .7, .3, 1);
  --dur-slow: 1.2s;
  --dur-mid: .8s;
}

html:has(.v2-page),
body.v2-page { overflow-x: clip; }

/* Read All-style CTA */
.v2-page .pill-arrow {
  align-items: center;
  display: inline-flex;
  gap: 14px;
  min-height: 48px;
  padding-right: 9px !important;
  position: relative;
}
.v2-page .pill-arrow::after {
  align-items: center;
  background: var(--sumi-band);
  border-radius: 999px;
  color: var(--sumi-band-text);
  content: '→';
  display: inline-flex;
  font-family: var(--en-display);
  font-size: 17px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  transition: background var(--dur-mid) var(--ease-out), transform var(--dur-mid) var(--ease-out);
  width: 32px;
}
.v2-page .pill-arrow:hover::after,
.v2-page .pill-arrow:focus-visible::after { background: var(--akane); transform: translateX(2px); }

/* The opening page keeps a single thread and an unobtrusive reading cue. */
.v2-page.v2-index .fv-wordmark {
  color: rgba(38, 36, 31, .04);
  font-family: var(--en-display);
  font-size: var(--fs-giant-en);
  font-weight: 200;
  letter-spacing: -.08em;
  line-height: .8;
  pointer-events: none;
  position: absolute;
  right: -.06em;
  top: 14%;
}
.v2-page.v2-index .scroll-cue {
  align-items: center;
  bottom: 26px;
  display: flex;
  gap: 9px;
  left: max(26px, calc((100vw - 1068px) / 2));
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 4;
}
.v2-page.v2-index .scroll-cue span { color: var(--mute); font-family: var(--mono); font-size: 9px; letter-spacing: .22em; }
.v2-page.v2-index .scroll-cue i { background: var(--line); display: block; height: 54px; width: 1px; }

/* Large English watermark and its blur-to-focus reveal */
.v2-page .v2-wm { isolation: isolate; overflow: clip; position: relative; }
.v2-page .v2-wm > .wrap,
.v2-page .v2-wm > .narrow { position: relative; z-index: 1; }
.v2-page .v2-wm::after {
  color: rgba(38, 36, 31, .045);
  content: attr(data-v2-wm);
  font-family: var(--en-display);
  font-size: var(--fs-giant-en);
  font-weight: 200;
  letter-spacing: -.075em;
  line-height: .8;
  opacity: .15;
  pointer-events: none;
  position: absolute;
  right: -.07em;
  top: .36em;
  transform: translateY(10px);
  transition: filter var(--dur-slow) var(--ease-out), opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
  white-space: nowrap;
  z-index: 0;
}
.v2-page .v2-wm.v2-visible::after { filter: blur(0); opacity: 1; transform: none; }
.v2-page .v2-wm:not(.v2-visible)::after { filter: blur(14px); }

/* Top page: an editorial business grid with one quiet icon per card */
.v2-page #business { padding-top: clamp(120px, 13vw, 200px); }
.v2-page #business .biz-grid { gap: 1px; margin-top: 64px; background: var(--line-l); border: 1px solid var(--line-l); }
.v2-page #business .biz {
  background: rgba(255, 255, 255, .72);
  border: 0;
  border-radius: 0;
  min-height: 360px;
  padding: 42px 38px 36px;
  transition: background var(--dur-mid) var(--ease-out), box-shadow var(--dur-mid) var(--ease-out), transform var(--dur-mid) var(--ease-out);
}
.v2-page #business .biz:hover { background: #fff; box-shadow: inset 0 2px 0 var(--akane), 0 16px 34px rgba(38, 36, 31, .08); transform: translateY(-5px); }
.v2-page #business .biz h3::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 56px;
  margin-bottom: 20px;
  width: 64px;
}
.v2-page #business .biz:nth-child(1) h3::before { background-image: url("data:image/svg+xml,%3Csvg width='64' height='56' viewBox='0 0 64 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 47V18h26v29M8 27h26M15 47V35h12v12M43 12l12 7v28H43' stroke='%2326241f' stroke-width='1.5'/%3E%3Cpath d='M47 22h4M49 20v4' stroke='%239a4a2e' stroke-width='1.5'/%3E%3C/svg%3E"); }
.v2-page #business .biz:nth-child(2) h3::before { background-image: url("data:image/svg+xml,%3Csvg width='64' height='56' viewBox='0 0 64 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12h24v32H20zM25 12V7h14v5M32 24a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z' stroke='%2326241f' stroke-width='1.5'/%3E%3Cpath d='M38 29h1' stroke='%239a4a2e' stroke-width='2'/%3E%3C/svg%3E"); }
.v2-page #business .biz:nth-child(3) h3::before { background-image: url("data:image/svg+xml,%3Csvg width='64' height='56' viewBox='0 0 64 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 17h31M30 11l9 6-9 6M56 39H25M34 33l-9 6 9 6M13 17v22h12' stroke='%2326241f' stroke-width='1.5'/%3E%3Cpath d='M49 39h7' stroke='%239a4a2e' stroke-width='1.5'/%3E%3C/svg%3E"); }
.v2-page #business .biz:nth-child(4) h3::before { background-image: url("data:image/svg+xml,%3Csvg width='64' height='56' viewBox='0 0 64 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 47V23M32 34C21 34 16 27 16 17c10 0 16 5 16 17ZM32 39c10 0 16-7 16-17-10 0-16 5-16 17Z' stroke='%2326241f' stroke-width='1.5'/%3E%3Cpath d='M32 47v3' stroke='%239a4a2e' stroke-width='1.5'/%3E%3C/svg%3E"); }
.v2-page #business .biz h3 { font-size: 24px; }

/* Top page: the single dark contrast band */
.v2-page #numbers.num {
  background: var(--sumi-band);
  color: var(--sumi-band-text);
  overflow: clip;
  padding: 140px 0;
  position: relative;
}
.v2-page #numbers.num::before {
  color: var(--sumi-band-text);
  content: 'This is\A AI for Yohaku.';
  filter: blur(14px);
  font-family: var(--en-display);
  font-size: var(--fs-giant-en);
  font-weight: 300;
  left: max(26px, calc((100vw - 1068px) / 2));
  letter-spacing: -.08em;
  line-height: .88;
  opacity: .15;
  pointer-events: none;
  position: absolute;
  top: 112px;
  transition: filter var(--dur-slow) var(--ease-out), opacity var(--dur-slow) var(--ease-out);
  white-space: pre;
}
.v2-page #numbers.num.v2-visible::before { filter: blur(0); opacity: 1; }
.v2-page #numbers.num .wrap { display: grid; grid-template-columns: minmax(0, .9fr) minmax(310px, .72fr); gap: 36px 10vw; position: relative; z-index: 1; }
.v2-page #numbers.num .eyebrow { align-self: end; color: rgba(232, 230, 225, .65); margin: 0; }
.v2-page #numbers.num .eyebrow::before { background: currentColor; }
.v2-page #numbers.num .sec-title { align-self: start; color: var(--sumi-band-text); font-size: clamp(24px, 3vw, 35px); margin: 0; padding-top: clamp(120px, 14vw, 190px); }
.v2-page #numbers.num .num-grid { align-self: center; background: transparent; border: 0; display: grid; gap: 0; grid-column: 2; grid-row: 1 / span 2; margin: 0; }
.v2-page #numbers.num .num-cell { background: transparent; border-bottom: 1px solid rgba(255, 255, 255, .15); padding: 22px 0 24px; text-align: left; }
.v2-page #numbers.num .num-cell:first-child { padding-top: 0; }
.v2-page #numbers.num .num-cell .v { color: var(--sumi-band-text); font-family: var(--en-display); font-size: var(--fs-stat); font-weight: 300; letter-spacing: -.07em; line-height: .9; }
.v2-page #numbers.num .num-cell .v small { font-family: var(--mono); font-size: 12px; letter-spacing: .05em; }
.v2-page #numbers.num .num-cell .k { color: rgba(232, 230, 225, .72); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; margin-top: 10px; }
.v2-page #numbers.num .num-note { color: rgba(232, 230, 225, .58); font-size: 10px; grid-column: 1 / -1; margin: 22px 0 0; max-width: 750px; }

/* Quiet motion around the guide and message */
@keyframes v2-float { 0%, 100% { transform: translateY(-4px); } 50% { transform: translateY(4px); } }
.v2-page .dl-cover { animation: v2-float 8s var(--ease-out) infinite; }
.v2-page .pv:hover, .v2-page .more:hover { border-color: rgba(154, 74, 46, .48); box-shadow: 0 18px 38px rgba(38, 36, 31, .09); transform: translateY(-4px); }
.v2-page .msg { border: 1px solid rgba(38, 36, 31, .22); margin: 24px; }
.v2-page .msg .wrap { padding-bottom: 112px; padding-top: 112px; }
.v2-page .rv-line { border-left: 0 !important; overflow: clip; padding-left: 24px; position: relative; }
.v2-page .rv-line::before { background: var(--akane); content: ''; height: 100%; left: 0; position: absolute; top: 0; transform: scaleY(0); transform-origin: top; transition: transform var(--dur-slow) var(--ease-out); width: 2px; }
.v2-page .rv-line.in::before { transform: scaleY(1); }

/* Service pages: larger language, translucent section numerals, sober offers */
.v2-page.v2-service .fv { min-height: min(900px, 100vh); padding-bottom: 88px; }
.v2-page.v2-service .fv::after {
  color: rgba(38, 36, 31, .045);
  content: attr(data-v2-display);
  font-family: var(--en-display);
  font-size: var(--fs-giant-en);
  font-weight: 200;
  letter-spacing: -.08em;
  line-height: .8;
  pointer-events: none;
  position: absolute;
  right: -.07em;
  top: 19%;
  white-space: nowrap;
}
.v2-page.v2-service .fv > * { position: relative; z-index: 1; }
.v2-page.v2-service .fv h1 { font-size: clamp(36px, 5.4vw, 64px); }
.v2-page .rv-chars .rv-char { animation: v2-char-in var(--dur-mid) var(--ease-out) both; animation-delay: calc(var(--i) * .05s); display: inline-block; }
@keyframes v2-char-in { from { opacity: 0; transform: translateY(.45em); } to { opacity: 1; transform: none; } }
.v2-page.v2-service .fv-props { background: transparent; border: 0; gap: 14px; }
.v2-page.v2-service .fv-prop { background: rgba(250, 249, 246, .7); border: 1px solid var(--line-l); transition: box-shadow var(--dur-mid) var(--ease-out), transform var(--dur-mid) var(--ease-out); }
.v2-page.v2-service .fv-prop:hover { box-shadow: 0 16px 30px rgba(38, 36, 31, .1); transform: translateY(-4px); }
.v2-page.v2-service .sec:not(.cta-band) { overflow: clip; position: relative; }
.v2-page.v2-service .sec:not(.cta-band)::before { color: rgba(38, 36, 31, .05); content: attr(data-v2-no); font-family: var(--en-display); font-size: var(--fs-section-num); font-weight: 200; line-height: .8; pointer-events: none; position: absolute; right: clamp(18px, 5vw, 76px); top: 46px; }
.v2-page.v2-service .sec > .wrap { position: relative; z-index: 1; }
.v2-page.v2-service .cmp th { background: var(--sumi-band); color: var(--sumi-band-text); }
.v2-page.v2-service .cmp tr { transition: background var(--dur-mid) var(--ease-out); }
.v2-page.v2-service .cmp tr:not(:first-child):hover td { background: rgba(154, 74, 46, .045); }
.v2-page.v2-service .offer-card { border-radius: 0; transition: box-shadow var(--dur-mid) var(--ease-out), transform var(--dur-mid) var(--ease-out); }
.v2-page.v2-service .offer-card:hover { box-shadow: 0 24px 52px rgba(38, 36, 31, .1); transform: translateY(-4px); }
.v2-page.v2-service .offer-head { background: var(--sumi-band); color: var(--sumi-band-text); }
.v2-page.v2-service .offer-head .lim { color: rgba(232, 230, 225, .72); }
.v2-page.v2-service .price-row .now { font-family: var(--en-display); font-size: var(--fs-stat); font-weight: 300; letter-spacing: -.06em; line-height: 1; }
.v2-page.v2-service .menu-item { padding-left: 14px; padding-right: 14px; position: relative; transition: background var(--dur-mid) var(--ease-out); }
.v2-page.v2-service .menu-item::after { color: var(--akane); content: '→'; opacity: 0; position: absolute; right: 10px; top: 50%; transform: translate(-6px, -50%); transition: opacity var(--dur-mid) var(--ease-out), transform var(--dur-mid) var(--ease-out); }
.v2-page.v2-service .menu-item:hover { background: var(--washi); }
.v2-page.v2-service .menu-item:hover::after { opacity: 1; transform: translate(0, -50%); }
.v2-page.v2-hotel .fv::before { background: linear-gradient(rgba(245, 244, 240, .91), rgba(236, 235, 230, .91)), url('../../src/fv.jpg') center/cover; background-blend-mode: multiply; opacity: .72; }

/* Two clear paths on the AI page: align understanding first or put a workflow into practice. */
.v2-page .ai-paths { background: linear-gradient(180deg, #F1F8F7, var(--paper)); padding-bottom: 88px; }
.v2-page .ai-path-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 42px; max-width: 900px; }
.v2-page .ai-path { background: rgba(255, 255, 255, .78); border: 1px solid rgba(114, 159, 164, .32); display: block; min-height: 270px; padding: 28px 28px 24px; transition: border-color var(--dur-mid) var(--ease-out), box-shadow var(--dur-mid) var(--ease-out), transform var(--dur-mid) var(--ease-out); }
.v2-page .ai-path:hover { border-color: rgba(154, 74, 46, .52); box-shadow: 0 18px 34px rgba(38, 36, 31, .08); transform: translateY(-4px); }
.v2-page .ai-path > span, .v2-page .hotel-compare__eyebrow { color: var(--akane); font-family: var(--mono); font-size: 10px; letter-spacing: .18em; }
.v2-page .ai-path h3 { color: var(--ink); font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.5; margin: 22px 0 10px; }
.v2-page .ai-path p { color: var(--body); font-size: 13px; line-height: 1.9; margin: 0; }
.v2-page .ai-path strong { color: var(--sumi-band); display: block; font-family: var(--en-display); font-size: 27px; font-weight: 300; letter-spacing: -.04em; margin-top: 24px; }
.v2-page .ai-path small { color: var(--mute); display: block; font-size: 10.5px; line-height: 1.7; margin-top: 5px; }

/* A visual before/after instead of asking visitors to infer the operational change from prose. */
.v2-page .hotel-compare { background: linear-gradient(180deg, var(--paper), #F1F8F7); padding: 0 0 110px; }
.v2-page .hotel-compare .wrap { max-width: 1220px; }
.v2-page .hotel-compare__eyebrow { display: block; margin: 0 0 18px; }
.v2-page .hotel-compare__grid { align-items: stretch; display: grid; grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr); }
.v2-page .hotel-compare__figure { background: rgba(255, 255, 255, .82); border: 1px solid rgba(114, 159, 164, .28); margin: 0; overflow: hidden; }
.v2-page .hotel-compare__figure img { aspect-ratio: 16 / 8.3; display: block; object-fit: cover; width: 100%; }
.v2-page .hotel-compare__figure--before img { filter: saturate(.62) brightness(.84); }
.v2-page .hotel-compare__figure figcaption { padding: 24px 26px 28px; }
.v2-page .hotel-compare__figure figcaption > span { color: var(--akane); font-family: var(--mono); font-size: 10px; letter-spacing: .2em; }
.v2-page .hotel-compare__figure figcaption strong { color: var(--ink); display: block; font-family: var(--serif); font-size: clamp(20px, 2.25vw, 29px); font-weight: 500; letter-spacing: .04em; line-height: 1.65; margin-top: 16px; }
.v2-page .hotel-compare__figure figcaption p { color: var(--body); font-size: 12.5px; line-height: 1.9; margin: 14px 0 0; }
.v2-page .hotel-compare__bridge { align-items: center; background: rgba(114, 159, 164, .11); border-bottom: 1px solid rgba(114, 159, 164, .28); border-top: 1px solid rgba(114, 159, 164, .28); color: var(--akane); display: flex; flex-direction: column; font-family: var(--mono); font-size: 9px; gap: 8px; justify-content: center; letter-spacing: .1em; }
.v2-page .hotel-compare__bridge i { color: var(--mute); font-size: 13px; font-style: normal; }
.v2-page .hotel-compare__bridge b { font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1; }

/* Service pages: diagrams that make the offer scannable before the details. */
.v2-page .service-diagram {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
}
.v2-page .service-diagram li {
  background: rgba(250, 249, 246, .72);
  border: 1px solid var(--line-l);
  min-height: 178px;
  padding: 22px 20px 20px;
  position: relative;
}
.v2-page .service-diagram li:not(:last-child)::after {
  align-items: center;
  background: var(--sumi-band);
  border-radius: 50%;
  color: var(--sumi-band-text);
  content: '→';
  display: flex;
  font-family: var(--en-display);
  font-size: 15px;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: -31px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  z-index: 2;
}
.v2-page .service-diagram span,
.v2-page .customer-journey span,
.v2-page .scope-grid span,
.v2-page .web-service-card .service-kind {
  color: var(--akane);
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .13em;
  line-height: 1.4;
}
.v2-page .service-diagram h3,
.v2-page .customer-journey h3,
.v2-page .scope-grid h3 {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  margin: 26px 0 8px;
}
.v2-page .service-diagram p,
.v2-page .customer-journey p,
.v2-page .scope-grid p {
  color: var(--body);
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
}
.v2-page .service-diagram--three { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 820px; }
.v2-page .diagram-caption { border-left: 2px solid var(--akane); color: var(--body); font-size: 13px; margin: 20px 0 0; max-width: 690px; padding-left: 14px; }

.v2-page .web-service-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
}
.v2-page .web-service-card {
  background: rgba(250, 249, 246, .8);
  border: 1px solid var(--line-l);
  display: flex;
  flex-direction: column;
  min-height: 315px;
  padding: 24px 22px 20px;
  transition: border-color var(--dur-mid) var(--ease-out), box-shadow var(--dur-mid) var(--ease-out), transform var(--dur-mid) var(--ease-out);
}
.v2-page .web-service-card:hover { border-color: rgba(154, 74, 46, .48); box-shadow: 0 20px 38px rgba(38, 36, 31, .08); transform: translateY(-4px); }
.v2-page .web-service-card h3 { font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.45; margin: 26px 0 12px; }
.v2-page .web-service-card > p:not(.service-price) { color: var(--body); font-size: 13px; line-height: 1.85; margin: 0 0 14px; }
.v2-page .web-service-card small { border-top: 1px solid var(--line-l); color: var(--mute); font-size: 10.5px; line-height: 1.7; margin-top: auto; padding-top: 14px; }
.v2-page .web-service-card .service-price { align-items: baseline; display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 0; }
.v2-page .web-service-card .service-price strong { color: var(--sumi-band); font-family: var(--en-display); font-size: clamp(24px, 2.4vw, 34px); font-weight: 300; letter-spacing: -.055em; line-height: 1; }
.v2-page .web-service-card .service-price span { color: var(--mute); font-size: 10px; }
.v2-page .web-service-card .service-price-pair { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
.v2-page .web-service-card .service-price-pair p { background: rgba(114, 159, 164, .08); border: 1px solid rgba(114, 159, 164, .22); display: flex; flex-direction: column; gap: 3px; margin: 0; padding: 11px 10px; }
.v2-page .web-service-card .service-price-pair small { border: 0; color: var(--mute); font-family: var(--sans); font-size: 9.5px; line-height: 1.5; margin: 0; padding: 0; }
.v2-page .web-service-card .service-price-pair strong { color: var(--sumi-band); font-family: var(--en-display); font-size: clamp(21px, 2.1vw, 29px); font-weight: 300; letter-spacing: -.055em; line-height: 1; white-space: nowrap; }
.v2-page .web-service-card .service-price-pair span { color: var(--mute); font-size: 9px; }
.v2-page .pricing-note { color: var(--mute); font-size: 11px; line-height: 1.85; margin: 18px 0 0; max-width: 900px; }

.v2-page .customer-journey { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 42px; }
.v2-page .customer-journey > div { background: var(--sumi-band); color: var(--sumi-band-text); min-height: 162px; padding: 20px; position: relative; }
.v2-page .customer-journey > div:not(:nth-child(4))::after { color: var(--akane); content: '→'; font-family: var(--en-display); font-size: 26px; position: absolute; right: -24px; top: 50%; transform: translateY(-50%); z-index: 2; }
.v2-page .customer-journey > div span { color: rgba(232, 230, 225, .56); }
.v2-page .customer-journey > div h3 { color: inherit; margin-top: 26px; }
.v2-page .customer-journey > div p { color: rgba(232, 230, 225, .72); }
.v2-page .customer-journey .journey-support { border-left: 2px solid var(--akane); color: var(--body); font-size: 12px; grid-column: 1 / -1; margin: 8px 0 0; padding-left: 14px; }
.v2-page .flow-heading { font-family: var(--serif); font-size: clamp(23px, 3vw, 34px); font-weight: 500; line-height: 1.45; margin: 70px 0 16px; }
.v2-page .process-steps { background: transparent; border: 0; gap: 16px; }
.v2-page .process-steps > div { border: 1px solid var(--line-l); min-height: 206px; position: relative; }
.v2-page .process-steps > div:not(:last-child)::after { align-items: center; background: var(--sumi-band); border-radius: 50%; color: var(--sumi-band-text); content: '→'; display: flex; font-family: var(--en-display); font-size: 15px; height: 28px; justify-content: center; position: absolute; right: -31px; top: 50%; transform: translateY(-50%); width: 28px; z-index: 2; }

.v2-page .scope-grid { border-top: 1px solid var(--line-l); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 44px; }
.v2-page .scope-grid > div { border-bottom: 1px solid var(--line-l); border-right: 1px solid var(--line-l); min-height: 206px; padding: 24px 22px; }
.v2-page .scope-grid > div:first-child { border-left: 1px solid var(--line-l); }
.v2-page .scope-grid h3 { margin-top: 30px; }

@media (max-width: 900px) {
  .v2-page .web-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-page .service-diagram { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-page .service-diagram li:nth-child(2)::after { bottom: -31px; left: 50%; right: auto; top: auto; transform: translateX(-50%) rotate(90deg); }
  .v2-page .customer-journey { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-page .customer-journey > div:nth-child(2)::after { bottom: -24px; left: 50%; right: auto; top: auto; transform: translateX(-50%) rotate(90deg); }
  .v2-page .process-steps > div:nth-child(2)::after { bottom: -31px; left: 50%; right: auto; top: auto; transform: translateX(-50%) rotate(90deg); }
  .v2-page .scope-grid { grid-template-columns: 1fr; }
  .v2-page .scope-grid > div, .v2-page .scope-grid > div:first-child { border-left: 1px solid var(--line-l); }
  .v2-page .scope-grid > div { border-right: 1px solid var(--line-l); min-height: auto; }
}
@media (max-width: 620px) {
  .v2-page .web-service-grid, .v2-page .service-diagram, .v2-page .service-diagram--three, .v2-page .customer-journey { grid-template-columns: 1fr; }
  .v2-page .web-service-card { min-height: 0; }
  .v2-page .service-diagram li { min-height: 0; }
  .v2-page .service-diagram, .v2-page .customer-journey, .v2-page .process-steps { gap: 44px; }
  .v2-page .service-diagram li:not(:last-child)::after { bottom: -31px; left: 50%; right: auto; top: auto; transform: translateX(-50%) rotate(90deg); }
  .v2-page .customer-journey > div:not(:nth-child(4))::after { bottom: -24px; left: 50%; right: auto; top: auto; transform: translateX(-50%) rotate(90deg); }
  .v2-page .process-steps > div:not(:last-child)::after { bottom: -31px; left: 50%; right: auto; top: auto; transform: translateX(-50%) rotate(90deg); }
}

/* Contact and shared closing CTA */
.v2-page .cta-band .sec-title::before,
.v2-page.v2-contact .fv h1::before { color: rgba(38, 36, 31, .16); content: 'Talk with us.'; display: block; font-family: var(--en-display); font-size: clamp(42px, 7.8vw, 116px); font-weight: 200; letter-spacing: -.075em; line-height: .85; margin-bottom: 32px; }
.v2-page.v2-contact .fv h1::before { content: 'Talk with us.'; }

@media (max-width: 900px) {
  .v2-page #numbers.num { padding: 110px 0; }
  .v2-page #numbers.num::before { left: 26px; top: 68px; }
  .v2-page #numbers.num .wrap { grid-template-columns: 1fr; }
  .v2-page #numbers.num .sec-title { padding-top: clamp(92px, 17vw, 150px); }
  .v2-page #numbers.num .num-grid { grid-column: 1; grid-row: auto; margin-top: 18px; max-width: 520px; }
  .v2-page #numbers.num .num-note { grid-column: 1; }
}
@media (max-width: 700px) {
  .v2-page.v2-index .scroll-cue { bottom: 18px; left: 18px; }
  .v2-page.v2-index .scroll-cue i { height: 36px; }
  .v2-page #business .biz { min-height: auto; padding: 34px 28px 30px; }
  .v2-page #business .biz-grid { margin-top: 44px; }
  .v2-page .msg { margin: 12px; }
  .v2-page .msg .wrap { padding-bottom: 74px; padding-top: 74px; }
  .v2-page.v2-service .fv::after { top: 12%; }
  .v2-page.v2-service .sec:not(.cta-band)::before { font-size: clamp(64px, 20vw, 100px); right: 16px; top: 30px; }
  .v2-page.v2-service .menu-item::after { display: none; }
  .v2-page .cta-band .sec-title::before, .v2-page.v2-contact .fv h1::before { font-size: clamp(42px, 12vw, 78px); margin-bottom: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .v2-page *, .v2-page *::before, .v2-page *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .v2-page .v2-wm::after, .v2-page #numbers.num::before { filter: none !important; opacity: 1 !important; transform: none !important; }
  .v2-page .rv-chars .rv-char { opacity: 1 !important; transform: none !important; }
}

/* v3 — daylight: quiet Japanese precision without the heaviness of ink-black. */
:root {
  --paper: #FBFCFA;
  --washi: #F2F7F5;
  --mist1: #F7FBFC;
  --mist2: #EAF4F4;
  --mist3: #E7F0F5;
  --ink: #294553;
  --body: #4F6972;
  --mute: #7B959B;
  --akane: #D56F5C;
  --akane-d: #AB4E41;
  --line: #C9DDDD;
  --line-l: #DCE9E7;
  --sumi-band: #577989;
  --sumi-band-text: #F8FCFB;
  --v3-sky: #DDEFF1;
  --v3-ume: #F8E0D9;
  --v3-leaf: #E5F0E2;
  --v3-shadow: rgba(40, 78, 90, .11);
}
body.v2-page { background: var(--paper); color: var(--ink); }
.v2-page header { background: rgba(251, 252, 250, .78); border-bottom-color: rgba(117, 157, 164, .24); }
.v2-page .pill.fill { box-shadow: 0 10px 24px rgba(213, 111, 92, .19); }
.v2-page .pill.line { background: rgba(255, 255, 255, .68); }

/* The brand device: an optimistic thread, drawn in a single deliberate gesture. */
.v2-page.v2-index .fv { background: linear-gradient(130deg, #F8FCFB 0%, #EEF8F7 58%, #E4F0F4 100%); isolation: isolate; }
.v2-page.v2-index .fv::before {
  animation: none;
  background: linear-gradient(90deg, rgba(248, 252, 251, .98) 0%, rgba(248, 252, 251, .91) 35%, rgba(248, 252, 251, .2) 73%, rgba(231, 240, 245, .16) 100%), url('../../src/visuals/daylight-workflow.png') right 10% center / min(65vw, 890px) auto no-repeat;
  opacity: 1;
}
.v2-page.v2-index .fv-wordmark { color: rgba(75, 132, 146, .075); letter-spacing: -.105em; top: 10%; }
.v2-page .brand-thread { height: min(57vw, 610px); pointer-events: none; position: absolute; right: 1.5vw; top: 7%; width: min(57vw, 610px); z-index: 2; }
.v2-page .brand-thread svg { height: 100%; overflow: visible; width: 100%; }
.v2-page .brand-thread__line { animation: v3-thread-draw 2s var(--ease-out) .25s both; stroke: var(--akane); stroke-dasharray: 950; stroke-dashoffset: 950; stroke-linecap: round; stroke-width: 2.3; }
.v2-page .brand-thread circle { animation: v3-thread-dot .65s var(--ease-out) both; fill: #78AEB7; }
.v2-page .brand-thread circle:nth-of-type(1) { animation-delay: .85s; }
.v2-page .brand-thread circle:nth-of-type(2) { animation-delay: 1.15s; }
.v2-page .brand-thread circle:nth-of-type(3) { animation-delay: 1.45s; }
.v2-page .brand-thread circle:nth-of-type(4) { animation-delay: 1.72s; }
@keyframes v3-thread-draw { to { stroke-dashoffset: 0; } }
@keyframes v3-thread-dot { from { opacity: 0; transform: scale(.2); transform-origin: center; } to { opacity: 1; transform: scale(1); transform-origin: center; } }
.v2-page.v2-index .fv-body { max-width: 735px; }
.v2-page.v2-index .fv h1 { color: var(--ink); letter-spacing: .08em; text-shadow: 0 2px 20px rgba(255, 255, 255, .76); }
.v2-page.v2-index .fv-sub { color: #49636E; max-width: 610px; }
.v2-page.v2-index .fv-stats { border-color: rgba(75, 132, 146, .28); max-width: 690px; }
.v2-page.v2-index .scroll-cue span { color: #6B9CA6; }
.v2-page.v2-index .scroll-cue i { background: #83B2BA; }

.v2-page .thread-promise { align-items: center; color: #50737D; display: flex; flex-wrap: wrap; font-family: var(--mono); font-size: 10px; gap: 13px; letter-spacing: .1em; margin: 34px 0 -16px; }
.v2-page .thread-promise i { background: var(--akane); border-radius: 50%; display: block; height: 6px; position: relative; width: 6px; }
.v2-page .thread-promise i::before { background: rgba(213, 111, 92, .35); content: ''; height: 1px; left: -13px; position: absolute; top: 2px; width: 32px; z-index: -1; }
.v2-page #business .biz { background: rgba(255, 255, 255, .8); border-color: rgba(114, 159, 164, .28); box-shadow: 0 12px 30px rgba(54, 104, 113, .035); }
.v2-page #business .biz:nth-child(2) { background: linear-gradient(145deg, #FFFFFF, #F1F8F8); }
.v2-page #business .biz:nth-child(3) { background: linear-gradient(145deg, #FFFFFF, #FFF5F1); }
.v2-page #business .biz:nth-child(4) { background: linear-gradient(145deg, #FFFFFF, #F3F8EE); }

/* Photography is a calm proof of the work, not a dark mood board. */
.v2-page .service-still { background: linear-gradient(180deg, var(--paper), #F1F8F7); padding: 0 0 110px; }
.v2-page .service-still .wrap { max-width: 1220px; }
.v2-page .editorial-frame { align-items: stretch; background: rgba(255, 255, 255, .72); border: 1px solid rgba(114, 159, 164, .25); box-shadow: 0 26px 58px var(--v3-shadow); display: grid; grid-template-columns: 1.23fr .77fr; margin: 0; overflow: hidden; }
.v2-page .editorial-frame > img { height: 100%; min-height: 350px; object-fit: cover; object-position: center; width: 100%; }
.v2-page .editorial-frame figcaption { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 64px); }
.v2-page .editorial-frame figcaption span, .v2-page .artifact-board figcaption span { color: var(--akane); font-family: var(--mono); font-size: 10px; letter-spacing: .14em; }
.v2-page .editorial-frame figcaption strong, .v2-page .artifact-board figcaption strong { color: var(--ink); font-family: var(--serif); font-size: clamp(22px, 2.6vw, 34px); font-weight: 500; letter-spacing: .04em; line-height: 1.65; margin-top: 26px; }
.v2-page .editorial-frame figcaption p { color: var(--body); font-size: 13px; line-height: 1.95; margin: 18px 0 0; }
.v2-page .service-still--hospitality .editorial-frame { grid-template-columns: .77fr 1.23fr; }
.v2-page .service-still--hospitality .editorial-frame > img { grid-column: 2; }
.v2-page .service-still--hospitality .editorial-frame figcaption { grid-column: 1; grid-row: 1; }

/* Actual deliverables are shown as a composition, not another paragraph. */
.v2-page .artifact-board { background: linear-gradient(145deg, #ECF7F6, #F9FDFC); border: 1px solid rgba(114, 159, 164, .28); box-shadow: 0 22px 48px rgba(54, 104, 113, .08); margin: 54px 0 0; overflow: hidden; padding: clamp(28px, 4vw, 50px); }
.v2-page .artifact-board figcaption { max-width: 620px; }
.v2-page .artifact-board figcaption strong { display: block; }
.v2-page .artifact-board > p { color: var(--mute); font-size: 10px; line-height: 1.8; margin: 22px 0 0; }
.v2-page .artifact-canvas { align-items: flex-end; display: flex; gap: clamp(14px, 3vw, 38px); margin-top: 40px; min-height: 320px; padding: 10px 6% 0; position: relative; }
.v2-page .artifact-canvas::before { background: repeating-linear-gradient(90deg, transparent 0 23px, rgba(99, 154, 163, .14) 24px 25px); bottom: 20px; content: ''; height: 1px; left: 0; position: absolute; right: 0; }
.v2-page .artifact-browser { background: #FFF; border: 1px solid #B8D2D4; box-shadow: 0 18px 26px rgba(54, 104, 113, .14); display: flex; flex: 1 1 430px; flex-direction: column; min-height: 260px; padding: 24px; position: relative; transform: rotate(-2.5deg); }
.v2-page .artifact-browser::before { background: #D9ECED; border-radius: 99px; box-shadow: 14px 0 #F7C6BA, 28px 0 #DCEBDA; content: ''; height: 7px; left: 18px; position: absolute; top: 12px; width: 7px; }
.v2-page .artifact-browser i { color: var(--akane); display: block; font-family: var(--mono); font-size: 9px; font-style: normal; letter-spacing: .12em; line-height: 1.5; margin-top: 12px; }
.v2-page .artifact-browser b { color: var(--ink); font-family: var(--serif); font-size: 20px; font-weight: 500; margin-top: 22px; }
.v2-page .artifact-browser span { background: #E6F1F0; color: #496B70; display: block; font-size: 10px; height: auto; line-height: 1.65; margin-top: 11px; max-width: 90%; padding: 7px 9px; }
.v2-page .artifact-browser span:nth-of-type(2) { background: #F4F8F4; max-width: 76%; }
.v2-page .artifact-browser em { align-self: flex-start; background: var(--akane); color: white; font-family: var(--mono); font-size: 9px; font-style: normal; letter-spacing: .07em; margin-top: auto; padding: 8px 13px; }
.v2-page .artifact-phone { background: #FEFFFE; border: 7px solid #577989; border-radius: 20px; box-shadow: 0 16px 25px rgba(54, 104, 113, .17); display: flex; flex: 0 0 185px; flex-direction: column; min-height: 300px; padding: 20px 16px; position: relative; transform: rotate(4deg); }
.v2-page .artifact-phone i { color: var(--akane); font-family: var(--mono); font-size: 9px; font-style: normal; letter-spacing: .15em; }
.v2-page .artifact-phone b { color: var(--ink); font-family: var(--serif); font-size: 14px; font-weight: 500; line-height: 1.5; margin-top: 22px; }
.v2-page .artifact-phone span { background: #E6F1F0; border-radius: 6px; color: #496B70; font-size: 9px; height: auto; line-height: 1.6; margin-top: 12px; padding: 8px; width: 88%; }
.v2-page .artifact-phone span:nth-of-type(2) { background: #F9E1DA; color: #805040; margin-left: 20px; width: 76%; }
.v2-page .artifact-phone small { background: #E5F0E2; color: #52715F; font-size: 9px; margin-top: auto; padding: 9px; }
.v2-page .artifact-note { align-self: center; background: #FFF8EE; box-shadow: 0 12px 20px rgba(54, 104, 113, .08); max-width: 210px; padding: 18px; transform: rotate(5deg); }
.v2-page .artifact-note span { color: var(--akane); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.v2-page .artifact-note b { color: var(--ink); display: block; font-family: var(--serif); font-size: 15px; font-weight: 500; line-height: 1.7; margin-top: 10px; }

/* Figures, diagrams and data have air and light instead of a heavy dark band. */
.v2-page #numbers.num { background: linear-gradient(145deg, #E2F0F2, #F2F8F4); color: var(--ink); }
.v2-page #numbers.num::before { color: rgba(77, 139, 151, .11); }
.v2-page #numbers.num .eyebrow, .v2-page #numbers.num .sec-title, .v2-page #numbers.num .num-cell .v { color: var(--ink); }
.v2-page #numbers.num .eyebrow { color: #587D86; }
.v2-page #numbers.num .num-cell { border-bottom-color: rgba(67, 111, 121, .22); }
.v2-page #numbers.num .num-cell .k, .v2-page #numbers.num .num-note { color: #52717A; }

/* Keep proof points distinct at every desktop width. */
.v2-page #numbers.num .num-grid {
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 560px;
}
.v2-page #numbers.num .num-cell,
.v2-page #numbers.num .num-cell:first-child {
  background: rgba(255, 255, 255, .52);
  border: 1px solid rgba(67, 111, 121, .16);
  min-width: 0;
  padding: 24px 20px 22px;
}
.v2-page #numbers.num .num-cell .v {
  align-items: baseline;
  display: flex;
  flex-wrap: nowrap;
  font-size: clamp(46px, 5.1vw, 70px);
  gap: 3px;
  letter-spacing: -.06em;
  line-height: .9;
  white-space: nowrap;
}
.v2-page #numbers.num .num-cell .v b { font: inherit; }
.v2-page #numbers.num .num-cell .v small {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .04em;
  margin-bottom: 4px;
  white-space: nowrap;
}
.v2-page #numbers.num .num-cell .v--time { gap: 2px; }
.v2-page #numbers.num .num-cell .v--time b { font-size: .82em; }
.v2-page #numbers.num .num-cell .v--time i {
  font-family: var(--mono);
  font-size: .42em;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 3px;
}
.v2-page #numbers.num .num-cell .v--time small { font-size: 9px; }
.v2-page #numbers.num .num-cell .k { font-size: 9px; line-height: 1.75; margin-top: 14px; }

@media (max-width: 580px) {
  .v2-page #numbers.num .num-grid { grid-template-columns: 1fr; }
  .v2-page #numbers.num .num-cell,
  .v2-page #numbers.num .num-cell:first-child { padding: 22px 20px; }
}
.v2-page .service-diagram li { background: rgba(255, 255, 255, .84); border-color: rgba(114, 159, 164, .3); box-shadow: 0 12px 25px rgba(54, 104, 113, .035); }
.v2-page .service-diagram li:nth-child(2n) { background: #F3FAF9; }
.v2-page .service-diagram li:not(:last-child)::after, .v2-page .process-steps > div:not(:last-child)::after { background: var(--akane); box-shadow: 0 5px 13px rgba(213, 111, 92, .18); }
.v2-page .customer-journey > div { background: #F8FCFB; border: 1px solid rgba(114, 159, 164, .32); color: var(--ink); }
.v2-page .customer-journey > div:nth-child(2) { background: #EDF8F8; }
.v2-page .customer-journey > div:nth-child(3) { background: #FFF5F1; }
.v2-page .customer-journey > div:nth-child(4) { background: #F0F7EB; }
.v2-page .customer-journey > div span { color: #6C979F; }
.v2-page .customer-journey > div p { color: var(--body); }
.v2-page .customer-journey > div:not(:nth-child(4))::after { color: var(--akane); }
.v2-page .web-service-card { background: rgba(255, 255, 255, .88); border-color: rgba(114, 159, 164, .3); }
.v2-page .web-service-card:nth-child(2n) { background: #F5FAFA; }
.v2-page .web-service-card:nth-child(3) { background: #FFF8F5; }
.v2-page .scope-grid > div { background: rgba(255, 255, 255, .55); border-color: rgba(114, 159, 164, .26); }
.v2-page.v2-service .offer-head { background: #E4F1F1; color: var(--ink); }
.v2-page.v2-service .offer-head .lim { color: #638993; }
.v2-page .cta-band { background: linear-gradient(140deg, #EEF8F6, #EAF2F7); }

@media (max-width: 900px) {
  .v2-page.v2-index .fv::before { background: linear-gradient(90deg, rgba(248, 252, 251, .97), rgba(248, 252, 251, .65)), url('../../src/visuals/daylight-workflow.png') 75% center / cover no-repeat; }
  .v2-page .editorial-frame, .v2-page .service-still--hospitality .editorial-frame { grid-template-columns: 1fr; }
  .v2-page .service-still--hospitality .editorial-frame > img, .v2-page .service-still--hospitality .editorial-frame figcaption { grid-column: auto; grid-row: auto; }
  .v2-page .artifact-note { display: none; }
  .v2-page .hotel-compare__grid { grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr); }
  .v2-page .hotel-compare__figure figcaption { padding: 20px 20px 24px; }
}
@media (max-width: 700px) {
  .v2-page.v2-index .fv::before { background: linear-gradient(160deg, rgba(248, 252, 251, .96), rgba(234, 244, 244, .88)); }
  .v2-page .brand-thread { height: 88vw; opacity: .35; right: -29vw; top: 10%; width: 88vw; }
  .v2-page .thread-promise { font-size: 9px; gap: 9px; margin-top: 28px; }
  .v2-page .thread-promise i { height: 5px; width: 5px; }
  .v2-page .ai-path-grid { grid-template-columns: 1fr; }
  .v2-page .ai-path { min-height: 0; padding: 25px 22px 22px; }
  .v2-page .hotel-compare { padding-bottom: 72px; }
  .v2-page .hotel-compare__grid { grid-template-columns: 1fr; }
  .v2-page .hotel-compare__bridge { flex-direction: row; min-height: 54px; }
  .v2-page .hotel-compare__bridge b { transform: rotate(90deg); }
  .v2-page .service-still { padding-bottom: 72px; }
  .v2-page .editorial-frame > img { min-height: 240px; }
  .v2-page .editorial-frame figcaption { padding: 28px 24px 32px; }
  .v2-page .artifact-board { margin-top: 42px; padding: 25px 20px; }
  .v2-page .artifact-canvas { gap: 10px; min-height: 245px; padding: 0; }
  .v2-page .artifact-browser { min-height: 205px; padding: 18px; }
  .v2-page .artifact-browser b { font-size: 16px; }
  .v2-page .artifact-phone { flex-basis: 135px; min-height: 235px; padding: 16px 12px; }
}

/* v4 — Top page: make the service itself the first visual, not a mood image. */
.v2-page.v2-index .fv {
  align-items: stretch;
  background: #F6FBFB;
  display: block;
  min-height: 0;
  padding: 132px 0 30px;
}
.v2-page.v2-index .fv::before {
  animation: none;
  background: radial-gradient(circle at 82% 24%, rgba(171, 222, 219, .48), transparent 29%), radial-gradient(circle at 57% 78%, rgba(252, 198, 183, .35), transparent 25%), linear-gradient(135deg, #FBFEFD 0%, #EEF8F7 66%, #E4F0F4 100%);
  opacity: 1;
}
.v2-page.v2-index .fv-wordmark,
.v2-page.v2-index .scroll-cue { display: none; }
.v2-page.v2-index .fv-layout {
  align-items: center;
  display: grid;
  gap: clamp(38px, 6vw, 104px);
  grid-template-columns: minmax(0, .87fr) minmax(500px, 1.13fr);
  grid-template-areas:
    'title title'
    'body map';
  position: relative;
  z-index: 3;
}
.v2-page.v2-index .fv-title-group { grid-area: title; padding: 22px 0 6px; }
.v2-page.v2-index .fv-body { grid-area: body; max-width: none; padding: 12px 0 50px; }
.v2-page.v2-index .hero-workmap { grid-area: map; }
.v2-page.v2-index .fv-eyebrow {
  align-items: center;
  color: #638993;
  display: flex;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .16em;
  margin: 0 0 22px;
}
.v2-page.v2-index .fv-eyebrow::before { background: var(--akane); content: ''; height: 1px; margin-right: 12px; width: 26px; }
.v2-page.v2-index .fv h1 { font-size: clamp(42px, 5vw, 75px); letter-spacing: .075em; line-height: 1.26; margin: 0; max-width: none; text-shadow: none; }
.v2-page.v2-index .fv h1 .fv-title-main, .v2-page.v2-index .fv h1 .aka { display: block; }
.v2-page.v2-index .fv h1 .aka { color: var(--akane); font-size: 1.08em; margin-top: .08em; }
.v2-page.v2-index .fv-sub { font-size: 15px; line-height: 2.05; margin-top: 25px; max-width: 555px; }
.v2-page.v2-index .fv-ctas { margin-top: 32px; }
.v2-page.v2-index .fv-helper { color: #66818A; font-size: 11px; letter-spacing: .02em; line-height: 1.8; margin: 18px 0 0; }

.v2-page.v2-index .hero-workmap {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(70, 126, 137, .27);
  box-shadow: 0 28px 70px rgba(43, 95, 105, .13);
  overflow: hidden;
  padding: clamp(24px, 3.5vw, 42px);
  position: relative;
}
.v2-page.v2-index .hero-workmap::before {
  background: repeating-linear-gradient(90deg, transparent 0 31px, rgba(85, 146, 153, .07) 32px 33px), repeating-linear-gradient(0deg, transparent 0 31px, rgba(85, 146, 153, .06) 32px 33px);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.v2-page.v2-index .hero-workmap > * { position: relative; z-index: 1; }
.v2-page.v2-index .hero-workmap__top { align-items: baseline; display: flex; gap: 14px; justify-content: space-between; }
.v2-page.v2-index .hero-workmap__top span { color: var(--akane); font-family: var(--mono); font-size: 9px; letter-spacing: .15em; }
.v2-page.v2-index .hero-workmap__top b { color: #476973; font-family: var(--serif); font-size: 15px; font-weight: 500; letter-spacing: .05em; }
.v2-page.v2-index .hero-workmap__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 37px; position: relative; }
.v2-page.v2-index .hero-workmap__steps::before {
  background: linear-gradient(90deg, #76AEB3, var(--akane));
  content: '';
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 7px;
  transform: scaleX(0);
  transform-origin: left;
  animation: fv-system-line 1.05s var(--ease-out) .45s forwards;
}
.v2-page.v2-index .hero-workmap__step { min-height: 142px; padding: 0 13px 0 0; position: relative; }
.v2-page.v2-index .hero-workmap__step::before { background: #FEFFFD; border: 2px solid #72A8AE; border-radius: 50%; content: ''; height: 12px; left: 0; position: absolute; top: 1px; width: 12px; }
.v2-page.v2-index .hero-workmap__step:last-child::before { border-color: var(--akane); }
.v2-page.v2-index .hero-workmap__step > span { color: #6D979D; display: block; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; margin-top: 26px; }
.v2-page.v2-index .hero-workmap__step strong { color: var(--ink); display: block; font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: .06em; line-height: 1.5; margin-top: 9px; }
.v2-page.v2-index .hero-workmap__step p { color: #5C7880; font-size: 10px; line-height: 1.75; margin: 9px 0 0; }
.v2-page.v2-index .hero-workmap__outcomes { border-top: 1px solid rgba(81, 137, 144, .22); display: grid; gap: 1px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2px; }
.v2-page.v2-index .hero-workmap__outcomes a { background: rgba(248, 252, 251, .78); min-height: 105px; padding: 17px 16px; transition: background var(--dur-mid) var(--ease-out), transform var(--dur-mid) var(--ease-out); }
.v2-page.v2-index .hero-workmap__outcomes a:nth-child(2) { background: rgba(238, 248, 247, .78); }
.v2-page.v2-index .hero-workmap__outcomes a:nth-child(3) { background: rgba(255, 246, 242, .8); }
.v2-page.v2-index .hero-workmap__outcomes a:hover { background: #FFF; transform: translateY(-3px); }
.v2-page.v2-index .hero-workmap__outcomes small { color: #638993; display: block; font-family: var(--mono); font-size: 8px; letter-spacing: .14em; }
.v2-page.v2-index .hero-workmap__outcomes strong { color: var(--ink); display: block; font-family: var(--serif); font-size: 14px; font-weight: 500; line-height: 1.6; margin-top: 8px; }
.v2-page.v2-index .hero-workmap__outcomes span { color: #66818A; display: block; font-size: 9px; line-height: 1.5; margin-top: 6px; }
@keyframes fv-system-line { to { transform: scaleX(1); } }

.v2-page.v2-index .fv-proof { position: relative; z-index: 3; }
.v2-page.v2-index .fv-stats { border-color: rgba(75, 132, 146, .28); margin: 0; padding: 24px 0 18px; }
.v2-page.v2-index .fv-note { padding-bottom: 0; }

@media (max-width: 1000px) {
  .v2-page.v2-index .fv-layout { gap: 42px; grid-template-columns: minmax(0, .8fr) minmax(430px, 1.2fr); }
  .v2-page.v2-index .hero-workmap__step { padding-right: 8px; }
  .v2-page.v2-index .hero-workmap__step strong { font-size: 16px; }
}
@media (min-width: 821px) {
  .v2-page.v2-index .fv h1 .fv-title-main, .v2-page.v2-index .fv h1 .aka { white-space: nowrap; }
}
@media (max-width: 820px) {
  .v2-page.v2-index .fv { padding-top: 108px; }
  .v2-page.v2-index .fv-layout { display: block; }
  .v2-page.v2-index .fv-title-group { padding: 12px 0 6px; }
  .v2-page.v2-index .fv-body { padding: 12px 0 43px; }
  .v2-page.v2-index .hero-workmap { margin-bottom: 14px; }
}
@media (max-width: 620px) {
  .v2-page.v2-index .fv { padding-bottom: 22px; padding-top: 95px; }
  .v2-page.v2-index .fv h1 { font-size: clamp(38px, 11vw, 54px); line-height: 1.38; }
  .v2-page.v2-index .fv-sub { font-size: 13.5px; line-height: 2; }
  .v2-page.v2-index .fv-helper { font-size: 10px; }
  .v2-page.v2-index .hero-workmap { padding: 23px 18px; }
  .v2-page.v2-index .hero-workmap__top { align-items: flex-start; flex-direction: column; gap: 7px; }
  .v2-page.v2-index .hero-workmap__steps { gap: 16px 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 29px; }
  .v2-page.v2-index .hero-workmap__steps::before { display: none; }
  .v2-page.v2-index .hero-workmap__step { border-top: 1px solid rgba(100, 151, 157, .3); min-height: 114px; padding: 10px 8px 0 0; }
  .v2-page.v2-index .hero-workmap__step::before { top: -6px; }
  .v2-page.v2-index .hero-workmap__step > span { margin-top: 14px; }
  .v2-page.v2-index .hero-workmap__step strong { font-size: 16px; }
  .v2-page.v2-index .hero-workmap__step p { font-size: 9px; }
  .v2-page.v2-index .hero-workmap__outcomes { grid-template-columns: 1fr; margin-top: 9px; }
  .v2-page.v2-index .hero-workmap__outcomes a { min-height: 0; padding: 13px 14px; }
  .v2-page.v2-index .hero-workmap__outcomes strong, .v2-page.v2-index .hero-workmap__outcomes span { display: inline; }
  .v2-page.v2-index .hero-workmap__outcomes span { margin-left: 8px; }
  .v2-page.v2-index .fv-stats { display: grid; gap: 12px; grid-template-columns: 1fr; padding-top: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .v2-page.v2-index .hero-workmap__steps::before { animation: none; transform: scaleX(1); }
}
