:root {
  --ink: #101a2a;
  --ink-2: #172337;
  --muted: #657188;
  --line: #d9dee4;
  --paper: #ffffff;
  --soft: #f5f7f4;
  --lime: #baf332;
  --lime-strong: #9fe31e;
  --max: 1368px;
  --sans: "Noto Sans JP", sans-serif;
  --latin: "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.grow-header {
  height: 84px;
  padding: 0 28px;
  border-bottom: 1px solid #e2e5e1;
  background: rgba(249, 250, 247, 0.96);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  z-index: 20;
}
.grow-logo {
  width: max-content;
  font-family: var(--latin);
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.06em;
}
.grow-logo span { color: #85af14; }
.grow-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 14px;
  font-weight: 700;
}
.grow-nav a {
  padding: 31px 0 27px;
  border-bottom: 3px solid transparent;
}
.grow-nav a:hover,
.grow-nav .is-current { border-color: var(--ink); }
.grow-header-cta {
  justify-self: end;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
}
.grow-header-cta span { color: var(--lime); }

.grow-hero {
  min-height: 680px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 82px 34px 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, 0.88fr);
  gap: 74px;
  align-items: center;
}
.grow-eyebrow {
  margin: 0;
  color: #66748a;
  font-family: var(--latin);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.grow-hero h1 {
  margin: 24px 0 0;
  font-size: clamp(44px, 4.5vw, 75px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.055em;
}
.grow-hero-sub {
  margin: 26px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--lime-strong);
  font-size: clamp(20px, 2.1vw, 27px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.grow-hero-sub span {
  display: inline-block;
}
.grow-lead {
  max-width: 42em;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
  font-weight: 500;
}
.grow-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.grow-btn {
  min-height: 62px;
  padding: 0 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease;
}
.grow-btn:hover { transform: translateY(-3px); }
.grow-btn-dark { background: var(--ink); color: #fff; }
.grow-btn-dark span { color: var(--lime); }
.grow-text-link {
  padding: 17px 0 10px;
  border-bottom: 1px solid var(--ink);
  display: inline-flex;
  gap: 52px;
  font-size: 15px;
  font-weight: 700;
}
.grow-hero-visual { position: relative; padding: 26px 22px 44px 0; }
.browser-card {
  min-height: 444px;
  border: 1px solid #cfd6d8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 58px rgba(16, 26, 42, 0.13);
  overflow: hidden;
  transform: rotate(1.15deg);
}
.browser-bar {
  height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid #d9dfe0;
  background: #eef1ee;
  display: flex;
  align-items: center;
  gap: 18px;
}
.browser-dots { display: flex; gap: 7px; }
.browser-dots i { width: 9px; height: 9px; border-radius: 50%; background: #bac3c3; }
.browser-bar small { color: #687487; font-family: var(--latin); font-size: 9px; }
.browser-body { padding: 54px 46px 36px; }
.new-badge {
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--lime);
  font-family: var(--latin);
  font-size: 9px;
  font-weight: 800;
}
.browser-body h2 {
  margin: 18px 0 38px;
  font-size: 30px;
  line-height: 1.42;
  letter-spacing: -0.03em;
}
.browser-list {
  padding: 17px 0;
  border-bottom: 1px solid #d3d9dc;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.browser-list span { color: #679500; font-family: var(--latin); font-weight: 700; }
.asset-card {
  position: absolute;
  right: -2px;
  bottom: 0;
  width: 160px;
  padding: 22px 24px;
  border-radius: 14px;
  background: var(--ink);
  color: white;
  box-shadow: 0 18px 36px rgba(16, 26, 42, 0.22);
}
.asset-card small { color: #8c99ad; font-family: var(--latin); font-size: 7px; letter-spacing: .14em; }
.asset-card strong { margin-top: 10px; color: var(--lime); font-family: var(--latin); font-size: 18px; display: block; }
.asset-card span { margin-top: 7px; font-size: 9px; display: block; }

.value-strip {
  min-height: 118px;
  padding: 0 max(34px, calc((100vw - 1320px) / 2));
  background: var(--lime);
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
}
.value-strip > div { padding: 24px 34px; display: flex; align-items: center; gap: 28px; }
.value-strip small { font-family: var(--latin); font-size: 11px; }
.value-strip p { margin: 0; display: grid; gap: 4px; }
.value-strip strong { font-size: 16px; }
.value-strip span { font-size: 11px; }
.value-strip > b { font-size: 26px; font-weight: 400; }

.grow-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 126px 34px;
}
.grow-section-head { max-width: 650px; }
.grow-section-head h2 {
  margin: 20px 0 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.2;
  letter-spacing: -0.045em;
}
.grow-section-head > p:last-child {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}
.purpose-section {
  min-height: 720px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
  align-items: center;
}
.purpose-copy { padding-top: 56px; }
.purpose-copy p { margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 2; }
.purpose-copy .purpose-large { color: var(--ink); font-size: 25px; font-weight: 800; line-height: 1.75; }
.purpose-copy blockquote {
  margin: 36px 0;
  padding: 24px 0 24px 28px;
  border-left: 5px solid var(--lime);
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.75;
}

.dark-section {
  max-width: none;
  padding-left: max(34px, calc((100vw - 1300px) / 2));
  padding-right: max(34px, calc((100vw - 1300px) / 2));
  background: var(--ink);
  color: #fff;
}
.grow-section-head.light .grow-eyebrow { color: var(--lime); }
.grow-section-head.light > p:last-child { color: #aeb8c8; }
.growth-flow {
  margin-top: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
}
.growth-flow article {
  min-height: 300px;
  padding: 34px 30px;
  border: 1px solid #3b475a;
}
.growth-flow article > span { color: var(--lime); font-family: var(--latin); font-size: 11px; letter-spacing: .14em; }
.growth-flow h3 { margin: 74px 0 0; font-size: 24px; }
.growth-flow p { margin: 16px 0 0; color: #aeb8c8; font-size: 14px; line-height: 1.9; }
.growth-flow i { width: 55px; display: grid; place-items: center; color: var(--lime); font-style: normal; }
.dark-note { margin-top: 30px; padding: 24px 30px; background: var(--lime); color: var(--ink); font-size: 14px; }

.journey-section {
  max-width: none;
  padding-left: max(34px, calc((100vw - 1300px) / 2));
  padding-right: max(34px, calc((100vw - 1300px) / 2));
  background: var(--lime);
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: 90px;
  align-items: center;
}
.journey-copy .grow-eyebrow { color: #4d6800; }
.journey-copy h2 {
  margin: 22px 0 0;
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1.2;
  letter-spacing: -.05em;
}
.journey-copy > p:not(.grow-eyebrow) {
  max-width: 39em;
  margin: 28px 0 0;
  font-size: 15px;
  line-height: 1.95;
}
.journey-points {
  margin: 28px 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.journey-points span {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(16, 26, 42, .3);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
}
.journey-copy > small {
  max-width: 46em;
  margin-top: 18px;
  color: #4d5d20;
  font-size: 10px;
  line-height: 1.7;
  display: block;
}
.journey-visual { min-width: 0; }
.journey-window {
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 30px 62px rgba(16, 26, 42, .23);
  overflow: hidden;
  transform: rotate(1deg);
}
.journey-window-head {
  min-height: 58px;
  padding: 0 22px;
  border-bottom: 1px solid #344054;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
}
.journey-window-head > span { display: flex; gap: 7px; }
.journey-window-head i { width: 8px; height: 8px; border-radius: 50%; background: #556176; }
.journey-window-head small { color: #8f9aad; font-family: var(--latin); font-size: 9px; }
.journey-window-head b { color: var(--lime); font-family: var(--latin); font-size: 9px; letter-spacing: .14em; }
.journey-chat { padding: 34px 34px 26px; display: grid; gap: 12px; }
.journey-chat > small { color: #8290a5; font-family: var(--latin); font-size: 9px; letter-spacing: .12em; }
.journey-chat p {
  max-width: 82%;
  margin: 0;
  padding: 15px 18px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.7;
}
.journey-chat .from-customer { justify-self: end; background: #2d394b; }
.journey-chat .from-ai { background: var(--lime); color: var(--ink); font-weight: 700; }
.journey-status { padding: 0 34px 34px; }
.journey-status > div {
  min-height: 52px;
  border-bottom: 1px solid #344054;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
}
.journey-status b { color: var(--lime); font-family: var(--latin); font-size: 8px; letter-spacing: .12em; }
.journey-route {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
}
.journey-route > div { min-width: 0; display: flex; align-items: flex-start; gap: 10px; }
.journey-route b { font-family: var(--latin); font-size: 9px; }
.journey-route span { min-width: 0; display: grid; gap: 3px; }
.journey-route strong { font-size: 12px; }
.journey-route small { font-size: 8px; white-space: nowrap; }
.journey-route i { padding: 0 8px; font-style: normal; }

.plans-section,
.story-section { max-width: none; padding-left: max(34px, calc((100vw - 1300px) / 2)); padding-right: max(34px, calc((100vw - 1300px) / 2)); background: var(--soft); }
.story-flow { margin: 72px 0 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.story-step {
  position: relative;
  padding: 40px 40px 42px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 46px;
}
.story-step::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  z-index: 1;
  width: 1px;
  height: 18px;
  background: var(--line);
}
.story-step:last-child::after { display: none; }
.story-step-dark { border-color: var(--ink); background: var(--ink); color: #fff; }
.story-step-copy { display: grid; align-content: start; gap: 0; }
.story-step-no { margin: 0; display: flex; align-items: baseline; gap: 12px; font-family: var(--latin); }
.story-step-no b { color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.story-step-dark .story-step-no b { color: #fff; }
.story-step-no small { color: #75a000; font-size: 10px; letter-spacing: .14em; }
.story-step-dark .story-step-no small { color: var(--lime); }
.story-badge {
  margin-top: 16px;
  justify-self: start;
  padding: 7px 12px;
  background: var(--lime);
  color: var(--ink);
  font-family: var(--latin);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}
.story-step h3 { margin: 18px 0 0; font-size: 27px; line-height: 1.45; }
.story-step-lead { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.story-step-dark .story-step-lead { color: #bdc5d1; }
.story-price { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.story-step-dark .story-price { border-color: #3d495a; }
.story-price > strong { display: block; font-family: var(--latin); font-size: 40px; }
.story-price > strong small { margin-left: 8px; font-family: var(--sans); font-size: 11px; font-weight: 600; color: var(--muted); }
.story-step-dark .story-price > strong small { color: #aeb8c8; }
.story-split { margin: 18px 0 0; display: grid; gap: 6px; }
.story-split b { font-size: 12px; }
.story-split em {
  color: #6b7c00;
  font-family: var(--latin);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.story-step-dark .story-split em { color: var(--lime); }
.story-step-note { margin: 20px 0 0; color: var(--muted); font-size: 11px; }
.story-items { margin: 0; padding: 0; list-style: none; align-self: center; border-top: 1px solid var(--line); }
.story-step-dark .story-items { border-color: #3d495a; }
.story-items > li {
  padding: 17px 0 17px 26px;
  border-bottom: 1px solid var(--line);
  position: relative;
  display: grid;
  gap: 5px;
}
.story-step-dark .story-items > li { border-color: #3d495a; }
.story-items > li::before { content: "✓"; position: absolute; left: 0; top: 17px; color: #75a000; font-weight: 800; }
.story-step-dark .story-items > li::before { color: var(--lime); }
.story-items strong { font-size: 15px; }
.story-items small { color: var(--muted); font-size: 12px; line-height: 1.7; }
.story-step-dark .story-items small { color: #bdc5d1; }
.story-total {
  margin-top: 30px;
  padding: 38px 40px;
  border: 1px solid var(--ink);
  border-radius: 18px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
}
.story-total-copy > small { color: #75a000; font-family: var(--latin); font-size: 10px; letter-spacing: .14em; }
.story-total-copy > strong { margin-top: 14px; display: block; font-size: 30px; line-height: 1.5; }
.story-total-copy > p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.price-footnote { margin: 20px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.journey-addon {
  margin-top: 30px;
  padding: 30px 34px;
  border: 1px solid var(--ink);
  border-radius: 16px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px;
  align-items: center;
}
.journey-addon small { color: #789b00; font-family: var(--latin); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.journey-addon h3 { margin: 8px 0 0; font-size: 20px; }
.journey-addon p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.journey-addon > a {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.journey-addon > a span { color: var(--lime); }

.tap-section {
  max-width: none;
  padding-left: max(34px, calc((100vw - 1300px) / 2));
  padding-right: max(34px, calc((100vw - 1300px) / 2));
  background: var(--lime);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.tap-copy .grow-eyebrow { color: #4d6800; }
.tap-copy h2 { margin: 22px 0 0; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.22; letter-spacing: -.045em; }
.tap-copy > p:not(.grow-eyebrow) { max-width: 36em; margin: 28px 0 34px; font-size: 15px; line-height: 1.9; }
.tap-steps { border-top: 1px solid rgba(16, 26, 42, .35); }
.tap-steps > div {
  min-height: 118px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(16, 26, 42, .35);
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
}
.tap-steps b { font-family: var(--latin); font-size: 12px; }
.tap-steps span { display: grid; gap: 5px; }
.tap-steps strong { font-size: 18px; }
.tap-steps small { font-size: 12px; }

.grow-final {
  padding: 132px 34px;
  background: var(--ink);
  color: #fff;
  text-align: center;
}
.grow-final .grow-eyebrow { color: var(--lime); }
.grow-final h2 { margin: 24px auto 0; font-size: clamp(42px, 5vw, 70px); line-height: 1.25; letter-spacing: -.05em; }
.grow-final > p:not(.grow-eyebrow) { max-width: 44em; margin: 28px auto 38px; color: #b7c0cd; font-size: 15px; line-height: 1.9; }
.grow-btn-lime { background: var(--lime); color: var(--ink); }
.grow-footer {
  padding: 64px max(34px, calc((100vw - 1300px) / 2)) 36px;
  background: #0b1320;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px 70px;
  align-items: start;
}
.grow-logo-light { color: #fff; }
.grow-footer p { margin: 8px 0 0; color: #adb7c5; font-size: 13px; }
.grow-footer > div { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid #303b4b; display: flex; gap: 28px; font-size: 12px; }
.grow-footer small { grid-column: 1 / -1; color: #718096; font-size: 10px; }

.grow-section-head,
.growth-flow article,
.journey-copy,
.journey-visual,
.story-step,
.story-total,
.journey-addon,
.tap-steps > div {
  opacity: 1;
  transform: none;
  transition: transform .2s ease, border-color .2s ease;
}
.is-visible { opacity: 1 !important; transform: translateY(0) !important; }
.story-step:hover { transform: translateY(-4px); }

@media (max-width: 980px) {
  .grow-header { grid-template-columns: 1fr auto; }
  .grow-nav { display: none; }
  .grow-hero { min-height: auto; padding-top: 70px; grid-template-columns: 1fr; }
  .grow-hero h1 { font-size: clamp(48px, 9vw, 74px); }
  .grow-hero-visual { width: min(620px, 94%); margin: 0 auto; }
  .value-strip { grid-template-columns: 1fr; padding: 18px 28px; }
  .value-strip > b { display: none; }
  .value-strip > div { padding: 16px 0; border-bottom: 1px solid rgba(16,26,42,.2); }
  .value-strip > div:last-child { border-bottom: 0; }
  .purpose-section, .tap-section { grid-template-columns: 1fr; gap: 56px; }
  .journey-section { grid-template-columns: 1fr; gap: 62px; }
  .purpose-section { min-height: auto; }
  .purpose-copy { padding-top: 0; }
  .growth-flow { grid-template-columns: 1fr; gap: 12px; }
  .growth-flow i { width: auto; height: 32px; transform: rotate(90deg); }
  .story-step { grid-template-columns: 1fr; gap: 34px; padding: 34px; }
  .story-items { align-self: start; }
  .story-total { grid-template-columns: 1fr; gap: 26px; }
  .story-total > a { width: 100%; justify-content: space-between; }
}

@media (max-width: 640px) {
  .grow-header { height: 72px; padding: 0 16px; }
  .grow-logo { font-size: 25px; }
  .grow-header-cta { min-height: 44px; padding: 0 18px; font-size: 12px; }
  .grow-hero { padding: 56px 18px 54px; gap: 48px; }
  .grow-hero h1 { margin-top: 20px; font-size: clamp(30px, 9.5vw, 44px); line-height: 1.19; }
  .grow-hero-sub { margin-top: 20px; padding-left: 14px; border-left-width: 3px; font-size: clamp(17px, 5.1vw, 21px); }
  .grow-lead { margin-top: 24px; font-size: 15px; line-height: 1.85; }
  .grow-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .grow-btn { width: 100%; }
  .grow-text-link { justify-content: space-between; }
  .grow-hero-visual { width: 100%; padding: 0 8px 34px 0; }
  .browser-card { min-height: 365px; }
  .browser-body { padding: 42px 28px 26px; }
  .browser-body h2 { font-size: 24px; }
  .asset-card { width: 142px; right: -5px; }
  .grow-section { padding: 86px 18px; }
  .grow-section-head h2, .tap-copy h2 { font-size: 41px; }
  .purpose-copy .purpose-large { font-size: 21px; }
  .purpose-copy blockquote { padding-left: 20px; font-size: 19px; }
  .dark-section, .plans-section, .story-section, .tap-section { padding-left: 18px; padding-right: 18px; }
  .growth-flow article { min-height: 260px; }
  .growth-flow h3 { margin-top: 50px; }
  .journey-section { padding-left: 18px; padding-right: 18px; }
  .journey-copy h2 { font-size: 41px; }
  .journey-window { transform: none; }
  .journey-chat, .journey-status { padding-left: 22px; padding-right: 22px; }
  .journey-route { grid-template-columns: 1fr 1fr; gap: 18px; }
  .journey-route > i { display: none; }
  .journey-route > div { padding-bottom: 14px; border-bottom: 1px solid rgba(16, 26, 42, .24); }
  .story-step { padding: 30px 24px 34px; }
  .story-step h3 { font-size: 24px; }
  .story-price > strong { font-size: 34px; }
  .story-price > strong small { margin-left: 0; display: block; margin-top: 8px; }
  .story-total { padding: 30px 24px; }
  .story-total-copy > strong { font-size: 25px; }
  .journey-addon { padding: 26px 22px; grid-template-columns: 1fr; gap: 22px; }
  .journey-addon > a { width: 100%; justify-content: space-between; white-space: normal; }
  .grow-final { padding: 92px 18px; }
  .grow-final h2 { font-size: 40px; }
  .grow-footer { padding: 52px 18px 30px; grid-template-columns: 1fr; }
  .grow-footer p, .grow-footer > div, .grow-footer small { grid-column: 1; }
  .grow-footer > div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .grow-section-head, .growth-flow article, .journey-copy, .journey-visual, .story-step, .story-total, .journey-addon, .tap-steps > div { opacity: 1; transform: none; }
}

/* Shared subpages: automation and company */
.subpage-hero {
  min-height: 690px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 90px 34px 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr);
  gap: 86px;
  align-items: center;
}
.subpage-hero h1 {
  margin: 24px 0 0;
  font-size: clamp(60px, 6.3vw, 92px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.06em;
}
.automation-console {
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 30px 65px rgba(16, 26, 42, .18);
  overflow: hidden;
  transform: rotate(1deg);
}
.console-top {
  min-height: 58px;
  padding: 0 22px;
  border-bottom: 1px solid #344054;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}
.console-top > span { display: flex; gap: 7px; }
.console-top i { width: 8px; height: 8px; border-radius: 50%; background: #556176; }
.console-top small { color: #8f9aad; font-family: var(--latin); font-size: 9px; }
.console-top b { color: var(--lime); font-family: var(--latin); font-size: 9px; letter-spacing: .14em; }
.console-body { padding: 38px 34px 42px; }
.console-body > p { margin: 0 0 22px; color: #aeb8c8; font-size: 13px; }
.console-body > div {
  min-height: 58px;
  border-bottom: 1px solid #344054;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}
.console-body > div b { color: var(--lime); font-family: var(--latin); font-size: 9px; letter-spacing: .12em; }
.console-body > strong { margin-top: 34px; color: #8692a6; font-family: var(--latin); font-size: 10px; letter-spacing: .12em; display: block; }
.console-body > strong em { margin-right: 8px; color: var(--lime); font-size: 42px; font-style: normal; letter-spacing: -.04em; }
.automation-grid {
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #3b475a;
  border: 1px solid #3b475a;
}
.automation-grid article { min-height: 310px; padding: 34px; background: var(--ink); display: flex; flex-direction: column; }
.automation-grid article > span, .stance-grid article > span { color: var(--lime); font-family: var(--latin); font-size: 10px; letter-spacing: .14em; }
.automation-grid h3 { margin: 62px 0 0; font-size: 26px; }
.automation-grid p { margin: 16px 0 24px; color: #aeb8c8; font-size: 14px; line-height: 1.85; }
.automation-grid article > b { margin-top: auto; color: var(--lime); font-size: 12px; }
.automation-before-after { display: grid; grid-template-columns: .85fr 1.15fr; gap: 92px; align-items: center; }
.time-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; }
.time-compare article { min-height: 320px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; }
.time-compare article.after { background: var(--ink); color: #fff; }
.time-compare small { color: var(--muted); font-family: var(--latin); font-size: 10px; letter-spacing: .14em; }
.time-compare .after small { color: var(--lime); }
.time-compare strong { margin-top: 68px; font-family: var(--latin); font-size: 44px; display: block; letter-spacing: -.05em; }
.time-compare p { min-height: 58px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.time-compare .after p { color: #aeb8c8; }
.time-compare article > div { height: 7px; margin-top: 28px; background: #e3e7e5; }
.time-compare article > div span { height: 100%; background: #778397; display: block; }
.time-compare .after > div { background: #354155; }
.time-compare .after > div span { background: var(--lime); }
.time-compare > i { color: #81a900; font-style: normal; }
.start-steps { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.start-steps article { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.start-steps small { color: #789b00; font-family: var(--latin); font-weight: 800; }
.start-steps h3 { margin: 70px 0 12px; font-size: 22px; }
.start-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.automation-price {
  margin-top: 22px;
  padding: 38px 42px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 48px;
  align-items: center;
}
.automation-price small { color: var(--lime); font-family: var(--latin); font-size: 9px; letter-spacing: .14em; }
.automation-price h3 { margin: 9px 0 5px; font-size: 22px; }
.automation-price p { margin: 0; color: #aeb8c8; font-size: 12px; }
.automation-price > strong { font-family: var(--latin); font-size: 38px; }
.automation-price > strong span { font-family: var(--sans); font-size: 10px; }

.company-manifesto {
  min-height: 390px;
  padding: 42px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  transform: rotate(1.4deg);
  box-shadow: 0 28px 58px rgba(16, 26, 42, .16);
}
.company-manifesto small { color: var(--lime); font-family: var(--latin); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.company-manifesto p { margin: auto 0; font-size: 30px; font-weight: 800; line-height: 1.65; }
.company-manifesto span { color: #8e9aab; font-family: var(--latin); font-size: 11px; }
.company-stance { padding-top: 120px; padding-bottom: 120px; }
.stance-grid { margin-top: 74px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3b475a; border-bottom: 1px solid #3b475a; }
.stance-grid article { min-height: 340px; padding: 34px; border-right: 1px solid #3b475a; }
.stance-grid article:last-child { border-right: 0; }
.stance-grid h3 { margin: 92px 0 16px; font-size: 25px; }
.stance-grid p { margin: 0; color: #aeb8c8; font-size: 14px; line-height: 1.9; }
.company-name-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: end; }
.company-name-section .grow-section-head { grid-row: 1 / 3; }
.name-mark { display: flex; align-items: baseline; font-family: var(--latin); font-size: clamp(80px, 10vw, 150px); font-weight: 800; letter-spacing: -.09em; line-height: .8; }
.name-mark span { display: inline-block; }
.name-mark span:nth-child(even) { transform: translateY(8px); }
.name-mark b { color: var(--lime-strong); }
.name-copy { max-width: 45em; margin: 0; color: var(--muted); font-size: 15px; line-height: 2; }
.company-profile-section { display: grid; grid-template-columns: .6fr 1.4fr; gap: 100px; }
.company-profile { margin: 0; border-top: 1px solid var(--line); }
.company-profile > div { min-height: 88px; padding: 20px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 150px 1fr; align-items: start; }
.company-profile dt { color: #758198; font-size: 12px; font-weight: 700; }
.company-profile dd { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.8; }
.company-profile a { padding-bottom: 3px; border-bottom: 1px solid var(--ink); }

@media (max-width: 980px) {
  .subpage-hero { min-height: auto; grid-template-columns: 1fr; }
  .automation-console, .company-manifesto { width: min(620px, 100%); }
  .automation-before-after, .company-name-section, .company-profile-section { grid-template-columns: 1fr; gap: 56px; }
  .company-name-section .grow-section-head { grid-row: auto; }
  .automation-price { grid-template-columns: 1fr auto; }
  .automation-price .grow-btn { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .subpage-hero { padding: 58px 18px 56px; gap: 48px; }
  .subpage-hero h1 { font-size: 47px; line-height: 1.16; }
  .console-body { padding: 30px 24px 34px; }
  .console-body > div { font-size: 12px; }
  .automation-grid, .stance-grid, .start-steps { grid-template-columns: 1fr; }
  .automation-grid article { min-height: 270px; }
  .time-compare { grid-template-columns: 1fr; }
  .time-compare > i { text-align: center; transform: rotate(90deg); }
  .automation-price { padding: 30px 24px; grid-template-columns: 1fr; gap: 28px; }
  .automation-price .grow-btn { grid-column: auto; }
  .company-manifesto { min-height: 320px; padding: 30px; }
  .company-manifesto p { font-size: 25px; }
  .stance-grid article { min-height: 280px; border-right: 0; border-bottom: 1px solid #3b475a; }
  .stance-grid article:last-child { border-bottom: 0; }
  .stance-grid h3 { margin-top: 58px; }
  .name-mark { font-size: 82px; }
  .company-profile > div { grid-template-columns: 1fr; gap: 8px; }
}

/* Contact */
.contact-hero {
  min-height: 690px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px 34px 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
  gap: 88px;
  align-items: center;
}
.contact-hero h1 {
  margin: 24px 0 0;
  font-size: clamp(60px, 6.3vw, 92px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.06em;
}
.contact-promise {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-promise span {
  min-height: 38px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
}
.contact-message {
  min-height: 430px;
  padding: 44px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 30px 65px rgba(16, 26, 42, .18);
  display: flex;
  flex-direction: column;
  transform: rotate(1.2deg);
}
.contact-message small {
  color: var(--lime);
  font-family: var(--latin);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}
.contact-message p {
  margin: auto 0;
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.65;
}
.contact-message span {
  color: #aeb8c8;
  font-size: 12px;
  line-height: 1.8;
}
.contact-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 126px 34px;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 96px;
  align-items: start;
}
.contact-flow {
  position: sticky;
  top: 36px;
}
.contact-flow h2 {
  margin: 20px 0 0;
  font-size: clamp(42px, 4.5vw, 62px);
  line-height: 1.2;
  letter-spacing: -.05em;
}
.contact-flow ol {
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.contact-flow li {
  min-height: 92px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}
.contact-flow li > b {
  color: #789b00;
  font-family: var(--latin);
  font-size: 11px;
}
.contact-flow li span { display: grid; gap: 6px; }
.contact-flow li strong { font-size: 15px; }
.contact-flow li small { color: var(--muted); font-size: 11px; line-height: 1.7; }
.contact-flow-note {
  margin: 28px 0 0;
  padding: 22px 24px;
  border-left: 5px solid var(--lime);
  background: var(--soft);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}
.contact-flow-note strong { color: var(--ink); font-size: 14px; }
.contact-form {
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--soft);
}
.contact-form-head { margin-bottom: 46px; }
.contact-form-head h2 { margin: 15px 0 0; font-size: 31px; letter-spacing: -.03em; }
.contact-form-head > p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 13px; }
.contact-field { margin-top: 28px; }
.contact-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-label {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
}
.contact-label b,
.contact-label em {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-style: normal;
}
.contact-label b { background: var(--lime); }
.contact-label em { background: #e5e9e5; color: var(--muted); }
.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #cfd6d4;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.contact-field input { height: 56px; padding: 0 17px; }
.contact-field textarea { min-height: 168px; padding: 16px 17px; line-height: 1.8; resize: vertical; }
.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #789b00;
  box-shadow: 0 0 0 3px rgba(186, 243, 50, .34);
}
.contact-field input::placeholder,
.contact-field textarea::placeholder { color: #9aa3af; }
.contact-field > small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  display: block;
}
.contact-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.contact-chips label { cursor: pointer; }
.contact-chips input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.contact-chips span {
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid #cfd6d4;
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  transition: background .18s ease, border-color .18s ease;
}
.contact-chips input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.contact-chips input:focus-visible + span { outline: 3px solid rgba(186, 243, 50, .7); outline-offset: 2px; }
.contact-submit {
  width: 100%;
  min-height: 64px;
  margin-top: 34px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-submit span { color: var(--lime); font-size: 18px; }
.contact-submit-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; line-height: 1.7; }
.contact-alt { margin: 25px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; text-align: center; }
.contact-alt a { padding-bottom: 3px; border-bottom: 1px solid var(--ink); color: var(--ink); font-weight: 700; }

@media (max-width: 980px) {
  .contact-hero { min-height: auto; grid-template-columns: 1fr; }
  .contact-message { width: min(620px, 100%); }
  .contact-section { grid-template-columns: 1fr; gap: 62px; }
  .contact-flow { position: static; }
}

@media (max-width: 640px) {
  .contact-hero { padding: 58px 18px 56px; gap: 48px; }
  .contact-hero h1 { font-size: 47px; line-height: 1.16; }
  .contact-message { min-height: 330px; padding: 30px; }
  .contact-message p { font-size: 25px; }
  .contact-section { padding: 86px 18px; }
  .contact-flow h2 { font-size: 41px; }
  .contact-form { padding: 30px 20px; }
  .contact-field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-chips { display: grid; }
  .contact-chips span { width: 100%; }
}
