@charset "UTF-8";
:root {
  --bg:#f7f8f4;
  --paper:#fff;
  --ink:#242a25;
  --muted:#72786e;
  --line:#dfe3da;
  --lime:#d5f879;
  --soft:#edf1e7;
  --font:Arial,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:108px
}

body {
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:var(--font);
  font-size:14px;
  -webkit-font-smoothing:antialiased
}

a {
  color:inherit;
  text-decoration:none
}

button,input,textarea,select {
  font:inherit
}

button,a,summary,select {
  -webkit-tap-highlight-color:transparent
}

button {
  cursor:pointer
}

svg {
  display:block
}

::selection {
  background:var(--lime);
  color:var(--ink)
}

:focus-visible {
  outline:3px solid #709731;
  outline-offset:5px
}

button:focus-visible,select:focus-visible,textarea:focus-visible {
  outline-offset:3px
}

.skip-link {
  position:fixed;
  left:20px;
  top:-80px;
  padding:15px;
  background:var(--ink);
  color:white;
  z-index:100
}

.skip-link:focus {
  top:10px
}

.site-header {
  height:102px;
  max-width:1440px;
  margin:auto;
  padding:0 5.55%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-bottom:1px solid var(--line)
}

.logo {
  display:inline-flex;
  align-items:center;
  font-size:32px;
  font-weight:800;
  letter-spacing:-1.7px;
  white-space:nowrap
}

.logo svg {
  width:21px;
  height:30px;
  margin-right:9px;
  fill:var(--ink)
}

.logo-dot {
  color:#82a845
}

.site-header nav {
  display:flex;
  align-items:center;
  gap:29px
}

.site-header nav>a:not(.button) {
  font-size:12px;
  font-weight:600;
  position:relative;
  padding:12px 0
}

.site-header nav>a:not(.button):after {
  position:absolute;
  content:"";
  bottom:3px;
  left:0;
  width:0;
  height:2px;
  background:var(--ink);
  transition:width .2s
}

.site-header nav>a:hover:after {
  width:100%
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  font-size:13px;
  font-weight:600;
  min-height:57px;
  padding:10px 12px 10px 25px;
  border:1px solid transparent;
  border-radius:5px;
  transition:background .2s,transform .2s
}

.button:hover {
  transform:translateY(-2px)
}

.button-dark {
  background:var(--ink);
  color:white
}

.button-dark:hover {
  background:#3b443a
}

.arrow-circle {
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border-radius:50%;
  background:var(--lime);
  color:var(--ink);
  font-size:20px;
  font-family:Arial,sans-serif;
  font-weight:400;
  flex-shrink:0
}

.nav-contact {
  min-height:45px;
  padding:7px 9px 7px 19px;
  font-size:11px;
  gap:22px
}

.nav-contact .arrow-circle {
  width:27px;
  height:27px;
  font-size:17px
}

.menu-toggle {
  display:none
}

.hero {
  position:relative;
  max-width:1440px;
  min-height:676px;
  margin:auto;
  padding:84px 5.55% 75px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:start;
  gap:30px
}

.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  font-family:Arial,sans-serif;
  font-size:10px;
  font-weight:600;
  letter-spacing:1.5px;
  line-height:1.6;
  margin:0 0 28px
}

.status-dot {
  height:7px;
  width:7px;
  border-radius:50%;
  background:#86aa52;
  box-shadow:0 0 0 4px #e9eddf;
  margin:0 3px
}

.hero h1 {
  font-size:clamp(38px,4.3vw,61px);
  font-weight:700;
  line-height:1.55;
  letter-spacing:-3px;
  margin:29px 0 22px;
  white-space:nowrap
}

.highlight {
  position:relative;
  isolation:isolate
}

.highlight:before {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:3px;
  height:22px;
  background:var(--lime);
  z-index:-1;
  transform:rotate(-1.4deg)
}

.end-dot {
  letter-spacing:-10px
}

.hero-description {
  font-size:14px;
  line-height:2.2;
  color:#666e63;
  letter-spacing:.5px;
  margin:22px 0 31px
}

.hero-cta {
  min-width:260px
}

.cta-note {
  font-size:10px;
  color:var(--muted);
  margin:14px 0 0;
  letter-spacing:.4px
}

.hero-art {
  position:relative;
  height:430px;
  margin:7px -5px 0 0;
  background-image:radial-gradient(#ccd3c5 .8px,transparent .8px);
  background-size:16px 16px;
  border-radius:30px;
  isolation:isolate
}

.hero-art:before {
  content:"";
  position:absolute;
  inset:-20px;
  background:radial-gradient(ellipse at center,transparent 35%,var(--bg) 75%);
  z-index:-1
}

.art-orbit {
  position:absolute;
  border:1px solid #d9e0d0;
  border-radius:50%;
  z-index:-1
}

.orbit-one {
  width:400px;
  height:400px;
  top:6px;
  left:55px
}

.orbit-two {
  width:480px;
  height:270px;
  transform:rotate(-33deg);
  top:66px;
  left:8px
}

.art-cross {
  position:absolute;
  font-size:25px;
  font-weight:300;
  color:#818e70
}

.cross-one {
  right:18px;
  top:28px
}

.cross-two {
  left:13px;
  bottom:51px
}

.idea-card {
  position:absolute;
  left:2px;
  top:0;
  display:flex;
  align-items:center;
  gap:11px;
  background:#fff;
  padding:14px 18px;
  border:1px solid #e0e5d8;
  border-radius:9px;
  box-shadow:0 9px 25px #252e2110;
  transform:rotate(-5deg);
  z-index:2
}

.idea-icon {
  display:grid;
  place-items:center;
  background:var(--lime);
  width:37px;
  height:37px;
  border-radius:8px;
  font-size:29px
}

.micro-label {
  display:block;
  color:#88907f;
  font-family:Arial,sans-serif;
  font-size:6.5px;
  letter-spacing:1px;
  font-weight:600;
  margin-bottom:6px
}

.idea-card strong {
  font-size:12px;
  letter-spacing:.5px
}

.idea-spark {
  margin-left:20px;
  font-size:23px
}

.app-window {
  position:absolute;
  width:88%;
  left:8%;
  top:82px;
  border:1px solid #d5dbcd;
  background:white;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 22px 38px -15px #33402a30;
  transform:rotate(-3deg);
  transition:transform .4s
}

.hero-art:hover .app-window {
  transform:rotate(-1deg) translateY(-3px)
}

.window-top {
  height:31px;
  background:#fafbf8;
  border-bottom:1px solid #e6e9e2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 11px;
  color:#92978e;
  font-family:Arial,sans-serif;
  font-size:8px;
  letter-spacing:.8px
}

.window-dots {
  display:flex;
  gap:4px
}

.window-dots i {
  width:5px;
  height:5px;
  border:1px solid #c6cebd;
  border-radius:50%
}

.window-dots i:first-child {
  background:#cfdbb9
}

.window-lock {
  font-size:13px
}

.dashboard {
  display:flex;
  height:269px
}

.dash-sidebar {
  width:46px;
  flex-shrink:0;
  background:#f4f6f0;
  border-right:1px solid #e6e9e2;
  display:flex;
  align-items:center;
  flex-direction:column;
  gap:12px;
  padding:12px 0;
  color:#9ba48f
}

.mini-logo {
  font-size:22px;
  color:var(--ink);
  font-weight:800;
  line-height:1;
  margin-bottom:5px
}

.mini-logo span {
  color:#89a859;
  font-size:20px
}

.side-icon {
  width:26px;
  height:24px;
  display:grid;
  place-items:center;
  font-size:15px;
  border-radius:4px
}

.side-icon.active {
  background:#e0ecce;
  color:#566b38
}

.side-bottom {
  margin-top:auto;
  font-size:15px
}

.dash-main {
  padding:13px 19px;
  flex:1;
  min-width:0
}

.dash-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:7px;
  color:#868c80;
  border-bottom:1px solid #eff0ec;
  padding-bottom:9px
}

.dash-top b {
  margin-left:10px
}

.avatar {
  display:grid;
  place-items:center;
  background:#e7eddf;
  color:#5d7250;
  border-radius:50%;
  width:18px;
  height:18px;
  font-size:8px
}

.dash-title {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:13px 0
}

.dash-title .micro-label {
  font-size:6px;
  margin-bottom:4px
}

.dash-title h3 {
  font-size:12px;
  margin:0;
  letter-spacing:.2px
}

.tiny-add {
  display:grid;
  place-items:center;
  width:21px;
  height:21px;
  background:#d5f879;
  border-radius:4px
}

.dash-stats {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px
}

.dash-stats>div {
  border:1px solid #e4e8df;
  border-radius:5px;
  padding:10px
}

.dash-stats>div>span:first-child {
  font-size:6px;
  display:block;
  color:#93988e
}

.dash-stats strong {
  display:block;
  font-size:25px;
  font-family:Arial,sans-serif;
  font-weight:500;
  margin:5px 0
}

.dash-stats small {
  font-size:5px;
  color:#949b8b;
  letter-spacing:.8px;
  margin-left:9px
}

.stat-track {
  height:3px;
  display:block;
  background:#edf0e8
}

.stat-track i {
  display:block;
  height:100%;
  width:68%;
  background:#abc78b
}

.stat-dots {
  display:block;
  font-size:8px;
  color:#a7c18b;
  line-height:4px;
  letter-spacing:2px
}

.stat-dots em {
  color:#e3e9da;
  font-style:normal
}

.chart-card {
  margin-top:9px;
  border:1px solid #e4e8df;
  border-radius:5px;
  padding:9px 10px 5px
}

.chart-card>div:first-child {
  display:flex;
  justify-content:space-between;
  font-size:6px
}

.chart-card>div:first-child strong {
  font-weight:500
}

.chart-card>div:first-child span {
  color:#959b90
}

.bar-chart {
  height:52px;
  display:flex;
  align-items:flex-end;
  justify-content:space-around;
  margin-top:6px;
  background:repeating-linear-gradient(to top,#edf0e8 0,#edf0e8 1px,transparent 1px,transparent 17px)
}

.bar-chart i {
  height:var(--bar);
  width:19px;
  background:#dfe7d5;
  border-radius:3px 3px 0 0
}

.bar-chart i.bar-accent {
  background:#bce677
}

.chart-days {
  display:flex;
  justify-content:space-around;
  font-size:4.5px;
  color:#9ca493;
  margin-top:4px
}

.dash-task {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:6px;
  margin-top:9px
}

.task-check {
  background:#e7f0dd;
  color:#809867;
  width:12px;
  height:12px;
  display:grid;
  place-items:center;
  border-radius:3px
}

.task-badge {
  margin-left:auto;
  background:#f0f5e9;
  border-radius:3px;
  padding:2px 6px;
  color:#809867
}

.build-card {
  display:flex;
  align-items:center;
  gap:12px;
  position:absolute;
  right:-4px;
  bottom:5px;
  background:#262d26;
  color:white;
  border:1px solid #46523a;
  border-radius:9px;
  padding:15px 17px;
  transform:rotate(3deg);
  box-shadow:0 12px 25px #27332220
}

.build-icon {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  background:#3f4a36;
  border:1px solid #5a6a43;
  border-radius:7px;
  color:var(--lime);
  font-family:monospace;
  font-size:17px
}

.build-card .micro-label {
  color:#a5b397;
  font-size:5.8px
}

.build-card strong {
  font-size:11px;
  letter-spacing:.4px
}

.build-check {
  color:var(--lime);
  margin-left:10px;
  font-size:18px
}

.art-caption {
  position:absolute;
  bottom:-34px;
  left:70px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#8c9384;
  font-family:Arial,sans-serif;
  font-size:6px;
  letter-spacing:1.4px
}

.caption-line {
  width:25px;
  height:1px;
  background:#a4ad97
}

.hero-bottom {
  position:absolute;
  left:5.55%;
  right:5.55%;
  bottom:24px;
  display:flex;
  justify-content:space-between;
  font-family:Arial,sans-serif;
  font-size:8px;
  letter-spacing:1.5px;
  color:#89917f
}

.hero-bottom a {
  display:flex;
  gap:15px;
  align-items:center
}

.hero-bottom a span {
  color:var(--ink);
  font-size:17px
}

.intro-strip {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  max-width:1440px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:26px 5.55%;
  background:#f0f3eb
}

.intro-strip p {
  font-size:13px;
  letter-spacing:1px;
  font-weight:500;
  margin:0
}

.intro-strip>div {
  display:flex;
  align-items:center;
  gap:23px;
  font-size:9px;
  letter-spacing:1.7px
}

.intro-strip i {
  color:#9ba78d;
  font-style:normal;
  font-size:18px
}

.section {
  max-width:1280px;
  margin:auto;
  padding:96px 0
}

.section-heading {
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:flex-end;
  margin-bottom:43px
}

.section-index {
  color:#88947b;
  letter-spacing:1px;
  margin-right:4px
}

.section-heading .eyebrow,.faq .eyebrow {
  margin-bottom:17px
}

h2 {
  font-size:36px;
  line-height:1.65;
  letter-spacing:-1.1px;
  font-weight:600;
  margin:0
}

.section-heading>p {
  font-size:13px;
  line-height:2.1;
  color:var(--muted);
  margin:0 0 6px
}

.service-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}

.service-card {
  background:white;
  border:1px solid var(--line);
  padding:28px 27px 23px;
  border-radius:8px;
  transition:border-color .2s,transform .2s
}

.service-card:hover {
  border-color:#b3c795;
  transform:translateY(-4px)
}

.service-card-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:22px
}

.service-icon {
  width:44px;
  height:44px;
  background:#f0f4e8;
  border-radius:7px;
  padding:7px
}

.service-icon svg {
  width:100%;
  height:100%
}

.card-index {
  font-family:Arial,sans-serif;
  color:#929c86;
  font-size:10px;
  letter-spacing:1px
}

.service-card h3 {
  font-size:19px;
  letter-spacing:-.4px;
  margin:0 0 15px
}

.service-card>p {
  font-size:12px;
  color:var(--muted);
  line-height:2;
  margin:0;
  min-height:72px
}

.service-visual {
  height:148px;
  margin:22px 0 20px;
  background:#f6f8f2;
  border:1px solid #eef1e7;
  border-radius:5px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background-image:radial-gradient(#dce3d1 .7px,transparent .7px);
  background-size:12px 12px
}

.mini-browser {
  width:145px;
  height:100px;
  background:white;
  border:1px solid #d3dbca;
  border-radius:5px;
  transform:rotate(-5deg);
  box-shadow:0 6px 12px #36422a09
}

.mini-browser>div {
  height:17px;
  border-bottom:1px solid #e4e9dd;
  display:flex;
  gap:3px;
  align-items:center;
  padding-left:7px
}

.mini-browser i {
  width:3px;
  height:3px;
  background:#cdd8c1;
  border-radius:50%
}

.mini-browser section {
  padding:13px
}

.mini-browser section span {
  display:block;
  width:56px;
  height:5px;
  background:#b4c899;
  margin-bottom:10px
}

.mini-browser section b {
  display:block;
  width:104px;
  height:3px;
  background:#e4e9df;
  margin:5px 0
}

.mini-browser section b:nth-of-type(2) {
  width:78px
}

.mini-browser em {
  width:39px;
  height:12px;
  display:block;
  background:#d5f879;
  border-radius:2px;
  margin-top:10px
}

.code-chip {
  position:absolute;
  left:calc(50% + 39px);
  top:77px;
  display:grid;
  place-items:center;
  width:47px;
  height:42px;
  background:var(--ink);
  color:var(--lime);
  font:19px monospace;
  border-radius:5px;
  transform:rotate(8deg)
}

.workflow-visual>span {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  background:white;
  border:1px solid #d8dfce;
  border-radius:9px;
  font-size:23px;
  color:#68785a
}

.workflow-visual .workflow-center {
  background:var(--lime);
  border-color:#c7e799;
  width:55px;
  height:55px;
  color:var(--ink);
  font-size:31px;
  transform:rotate(-7deg)
}

.workflow-visual i {
  color:#a8b797;
  font-style:normal;
  letter-spacing:2px;
  margin:0 6px
}

.sticky-note {
  width:112px;
  height:104px;
  background:#e1efc7;
  padding:19px 17px;
  transform:rotate(-7deg);
  box-shadow:3px 5px 0 #e1e6d64d
}

.sticky-note>span {
  font-family:Georgia,serif;
  font-size:17px;
  font-style:italic
}

.sticky-note i {
  display:block;
  height:3px;
  background:#b5c49b;
  width:61px;
  margin-top:12px
}

.sticky-note i+i {
  width:42px;
  margin-top:7px
}

.sticky-note b {
  position:absolute;
  right:13px;
  bottom:4px;
  font-size:32px;
  font-weight:400
}

.note-star {
  position:absolute;
  left:calc(50% + 43px);
  top:17px;
  color:#7b9556;
  font-size:34px
}

.service-tags {
  display:flex;
  gap:6px;
  flex-wrap:wrap
}

.service-tags span {
  border:1px solid #e3e7dc;
  border-radius:3px;
  padding:5px 7px;
  font-size:9px;
  color:#78816e
}

.section-footnote {
  font-size:10px;
  color:#89917f;
  text-align:right;
  margin:17px 0 0;
  line-height:1.8
}

.process {
  border-top:1px solid var(--line);
  padding-top:82px;
  padding-bottom:98px
}

.process-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:31px;
  list-style:none;
  margin:0;
  padding:0
}

.step-line {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid #ced5c5;
  padding:0 0 18px;
  margin-bottom:24px
}

.step-line>span {
  font:38px Arial,sans-serif;
  letter-spacing:-2px;
  color:#849573
}

.step-line i {
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  background:#eaf0e1;
  border-radius:50%;
  font-size:16px;
  font-style:normal
}

.step-en {
  font:9px Arial,sans-serif!important;
  letter-spacing:1.3px;
  color:#8a937f!important;
  margin-bottom:11px!important
}

.process-grid h3 {
  font-size:16px;
  margin:0 0 13px;
  font-weight:600
}

.process-grid li>p {
  font-size:12px;
  line-height:2;
  color:var(--muted);
  margin:0
}

.about-wrap {
  background:#252d27;
  color:#f3f5ec;
  position:relative;
  overflow:hidden
}

.about-wrap:after {
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(#b5c69d05 1px,transparent 1px),linear-gradient(90deg,#b5c69d05 1px,transparent 1px);
  background-size:54px 54px;
  pointer-events:none
}

.about {
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:90px;
  padding-top:83px;
  padding-bottom:84px;
  position:relative;
  z-index:1
}

.about .eyebrow {
  color:#bdc5b7
}

.about .section-index {
  color:#8f9f81
}

.about-identity {
  position:relative
}

.about-symbol {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:225px;
  height:200px;
  margin:36px auto 18px
}

.about-symbol>svg {
  width:113px;
  height:144px;
  fill:var(--lime);
  transform:rotate(6deg)
}

.symbol-orbit {
  position:absolute;
  border:1px solid #586b45;
  width:260px;
  height:110px;
  border-radius:50%;
  transform:rotate(-34deg)
}

.symbol-orbit:after {
  content:"";
  position:absolute;
  inset:-40px 36px;
  border:1px solid #43513b;
  border-radius:50%;
  transform:rotate(50deg)
}

.symbol-dot {
  position:absolute;
  top:57px;
  right:4px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--lime);
  box-shadow:0 0 0 6px #d5f8790c
}

.about-wordmark {
  font:bold 41px Arial,sans-serif;
  letter-spacing:-2px;
  display:block;
  text-align:center
}

.about-wordmark span {
  color:var(--lime)
}

.about-identity>p:last-child {
  text-align:center;
  font:7px Arial,sans-serif;
  letter-spacing:2.1px;
  color:#a0ac94;
  margin-top:14px
}

.about-copy h2 {
  font-size:35px;
  margin-bottom:26px
}

.about-copy>p {
  font-size:13px;
  line-height:2.1;
  color:#b8c2b2;
  margin:0 0 18px
}

.about-values {
  border-top:1px solid #46523f;
  margin-top:29px;
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:10px;
  flex-wrap:wrap
}

.about-values b {
  font:9px Arial,sans-serif;
  color:var(--lime);
  margin-right:7px
}

.faq {
  display:grid;
  grid-template-columns:1fr 1.6fr;
  gap:70px;
  padding-top:97px;
  padding-bottom:100px
}

.faq-heading>p:last-child {
  font-size:13px;
  color:var(--muted);
  line-height:2.1;
  margin-top:23px
}

.faq-list {
  border-top:1px solid var(--line);
  padding-top:0
}

.faq-list details {
  border-bottom:1px solid var(--line)
}

.faq-list summary {
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  gap:17px;
  min-height:87px;
  padding:22px 0
}

.faq-list summary::-webkit-details-marker {
  display:none
}

.question-mark {
  font:16px Georgia,serif;
  color:#83936e;
  align-self:flex-start;
  padding-top:3px
}

.faq-list h3 {
  font-size:13px;
  font-weight:500;
  line-height:1.8;
  margin:0;
  flex:1
}

.faq-plus {
  width:22px;
  height:22px;
  position:relative;
  flex-shrink:0
}

.faq-plus:before,.faq-plus:after {
  content:"";
  position:absolute;
  left:5px;
  top:10px;
  width:12px;
  height:1px;
  background:#758567
}

.faq-plus:after {
  transform:rotate(90deg);
  transition:transform .2s
}

.faq-list details[open] .faq-plus:after {
  transform:rotate(0)
}

.faq-list details>p {
  font-size:12px;
  color:var(--muted);
  line-height:2.1;
  padding:0 39px 25px;
  margin:0
}

.contact-wrap {
  background:#eaf0df;
  border-top:1px solid #dfe7d1;
  border-bottom:1px solid #dfe7d1
}

.contact {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  padding-top:77px;
  padding-bottom:77px
}

.contact-copy {
  position:relative
}

.contact-copy h2 {
  font-size:43px;
  letter-spacing:-1.5px;
  line-height:1.6
}

.contact-copy>p:not(.eyebrow) {
  font-size:13px;
  color:#77816b;
  line-height:2.2;
  margin:25px 0 0
}

.contact-copy .eyebrow {
  font-size:9px;
  letter-spacing:1.4px;
  margin-bottom:24px
}

.contact-decoration {
  display:block;
  font:88px Arial,sans-serif;
  color:#96aa7c;
  line-height:1.2;
  margin-top:21px
}

.contact-card {
  background:#fff;
  border:1px solid #dce5cf;
  border-radius:8px;
  padding:32px
}

.contact-card-label {
  font:8px Arial,sans-serif;
  color:#8d9b7d;
  letter-spacing:1.7px
}

.contact-card h3 {
  font-size:17px;
  line-height:1.8;
  letter-spacing:-.4px;
  margin:15px 0 7px
}

.contact-card>p {
  font-size:11px;
  color:var(--muted);
  line-height:1.8;
  margin:0 0 22px
}

form label {
  display:block;
  font-size:11px;
  font-weight:500;
  margin:16px 0 9px
}

form label span {
  font-size:9px;
  color:#859476;
  margin-left:9px
}

select,textarea {
  border:1px solid #dfe4d7;
  border-radius:4px;
  background:#fcfdf9;
  width:100%;
  color:var(--ink);
  font-size:12px;
  padding:12px;
  line-height:1.7
}

select {
  min-height:43px
}

textarea {
  resize:vertical;
  min-height:115px;
  max-height:400px
}

textarea::placeholder {
  color:#a0a895;
  font-size:11px
}

.contact-submit {
  width:100%;
  margin-top:17px;
  min-height:49px;
  font-size:12px;
  padding-left:17px
}

.contact-submit .arrow-circle {
  width:27px;
  height:27px;
  font-size:18px
}

.contact-notice {
  font-size:9px;
  color:#8a9380;
  line-height:1.9;
  margin:12px 0 0
}

.form-status {
  font-size:11px;
  color:#576e3f;
  line-height:1.8;
  margin:12px 0 0
}

.form-status:empty {
  display:none
}

.site-footer {
  max-width:1440px;
  margin:auto;
  padding:45px 5.55%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px
}

.site-footer .logo {
  font-size:28px
}

.site-footer .logo svg {
  width:18px;
  height:26px
}

.site-footer p {
  font-size:10px;
  color:#939b89;
  letter-spacing:.8px;
  margin:11px 0 0
}

.footer-right {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:29px
}

.footer-right>a {
  font:8px Arial,sans-serif;
  letter-spacing:1.4px;
  display:flex;
  align-items:center;
  gap:18px
}

.footer-right>a span {
  font-size:17px
}

.footer-right small {
  font:9px Arial,sans-serif;
  color:#98a08f
}

.mobile-only {
  display:none
}

@media(min-width:1441px) {
  .section {
    max-width:1280px
  }
  .hero {
    min-height:720px;
    padding-top:95px
  }
  .hero-art {
    height:460px
  }
  .app-window {
    top:88px
  }
  .dashboard {
    height:285px
  }
  .chart-card {
    margin-top:13px
  }
  .bar-chart {
    height:60px
  }
  .dash-main {
    padding:15px 22px
  }
  .hero h1 {
    font-size:61px
  }
}

@media(max-width:1439px) {
  .section {
    margin-left:5.55%;
    margin-right:5.55%
  }
}

@media(max-width:1100px) {
  .site-header nav {
    gap:18px
  }
  .site-header nav>a:not(.button) {
    font-size:11px
  }
  .hero {
    gap:17px;
    padding-top:68px;
    min-height:620px
  }
  .hero h1 {
    font-size:45px;
    letter-spacing:-2.3px
  }
  .hero-art {
    height:400px
  }
  .orbit-one {
    width:330px;
    height:330px;
    left:25px
  }
  .orbit-two {
    width:370px;
    left:0
  }
  .app-window {
    width:94%;
    left:4%;
    top:82px
  }
  .idea-card {
    padding:11px 12px
  }
  .idea-card .micro-label {
    font-size:5px
  }
  .idea-card strong {
    font-size:11px
  }
  .build-card {
    padding:12px;
    bottom:-4px
  }
  .art-caption {
    left:30px;
    bottom:-30px;
    font-size:5px
  }
  .service-card {
    padding:23px 20px
  }
  .service-card h3 {
    font-size:16px
  }
  .service-grid {
    gap:15px
  }
  .service-tags {
    gap:4px
  }
  .service-tags span {
    font-size:8px;
    padding:5px
  }
  .service-card>p {
    min-height:96px
  }
  .workflow-visual i {
    margin:0 3px;
    letter-spacing:0
  }
  .workflow-visual>span {
    width:40px;
    height:42px
  }
  .process-grid {
    gap:23px
  }
  .process-grid h3 {
    font-size:14px
  }
  .about {
    gap:50px
  }
  .about-values {
    font-size:9px
  }
  .faq {
    gap:40px
  }
  .contact {
    gap:55px
  }
  .contact-card {
    padding:26px
  }
  .contact-copy h2 {
    font-size:39px
  }
}

@media(max-width:850px) {
  html {
    scroll-padding-top:26px
  }
  .site-header {
    height:83px;
    padding-left:6%;
    padding-right:6%
  }
  .logo {
    font-size:29px
  }
  .menu-toggle {
    display:flex;
    background:transparent;
    border:1px solid #d7dfce;
    border-radius:4px;
    width:42px;
    height:40px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:6px;
    z-index:21
  }
  .menu-toggle span {
    height:1px;
    width:19px;
    background:var(--ink);
    transition:transform .2s
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(3.5px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-3.5px) rotate(-45deg)
  }
  .site-header nav {
    display:none;
    position:absolute;
    top:82px;
    left:0;
    right:0;
    padding:24px 6% 30px;
    background:var(--bg);
    border-bottom:1px solid var(--line);
    z-index:20;
    box-shadow:0 20px 30px #242a2510;
    align-items:stretch
  }
  .site-header nav.is-open {
    display:flex;
    flex-direction:column;
    gap:10px
  }
  .site-header nav>a:not(.button) {
    font-size:13px;
    padding:14px 0
  }
  .site-header nav .button {
    align-self:flex-start;
    margin-top:10px
  }
  .hero {
    padding:53px 6% 70px;
    grid-template-columns:1fr;
    gap:30px;
    overflow:hidden;
    min-height:auto
  }
  .hero-copy {
    position:relative;
    z-index:3
  }
  .hero h1 {
    font-size:clamp(38px,6.7vw,55px);
    letter-spacing:-2px;
    line-height:1.5;
    margin-top:23px
  }
  .hero .eyebrow {
    font-size:9px;
    letter-spacing:1.2px
  }
  .hero-description {
    font-size:13px
  }
  .hero-art {
    width:500px;
    max-width:100%;
    height:420px;
    margin:0 auto 35px
  }
  .app-window {
    width:88%;
    left:7%
  }
  .orbit-one {
    width:380px;
    height:380px;
    left:50px
  }
  .orbit-two {
    width:460px;
    left:0
  }
  .idea-card {
    left:0;
    top:0
  }
  .build-card {
    right:0;
    bottom:0
  }
  .art-caption {
    left:65px;
    bottom:-28px;
    font-size:6px
  }
  .hero-bottom {
    left:6%;
    right:6%;
    font-size:7px;
    letter-spacing:1px
  }
  .intro-strip {
    padding:23px 6%;
    gap:25px
  }
  .intro-strip p {
    font-size:11px;
    letter-spacing:.4px;
    line-height:1.9
  }
  .intro-strip>div {
    gap:12px;
    font-size:7px
  }
  .section {
    margin-left:6%;
    margin-right:6%;
    padding-top:70px;
    padding-bottom:70px
  }
  .section-heading {
    gap:22px;
    margin-bottom:30px
  }
  .section-heading>p {
    font-size:11px
  }
  h2 {
    font-size:29px
  }
  .service-grid {
    grid-template-columns:1fr;
    gap:17px
  }
  .service-card {
    display:grid;
    grid-template-columns:1fr 190px;
    column-gap:23px;
    padding:25px
  }
  .service-card-top {
    grid-column:1;
    grid-row:1;
    margin-bottom:17px
  }
  .service-card h3 {
    grid-column:1;
    grid-row:2;
    font-size:19px
  }
  .service-card>p {
    grid-column:1;
    grid-row:3;
    min-height:auto
  }
  .service-visual {
    grid-column:2;
    grid-row:1/4;
    height:170px;
    align-self:center;
    margin:0
  }
  .service-tags {
    grid-column:1/3;
    margin-top:20px;
    gap:8px
  }
  .service-tags span {
    font-size:9px
  }
  .section-footnote {
    text-align:left
  }
  .process-grid {
    grid-template-columns:repeat(2,1fr);
    gap:35px
  }
  .process-grid h3 {
    font-size:16px
  }
  .about {
    grid-template-columns:.85fr 1.15fr;
    gap:30px
  }
  .about-copy h2 {
    font-size:29px
  }
  .about-copy>p {
    font-size:11px
  }
  .about .eyebrow {
    font-size:8px
  }
  .about-symbol {
    width:170px;
    margin-top:60px
  }
  .symbol-orbit {
    width:200px
  }
  .about-values {
    flex-direction:column;
    gap:13px
  }
  .faq {
    grid-template-columns:1fr;
    gap:28px
  }
  .faq-heading>p:last-child {
    display:none
  }
  .faq-list summary {
    min-height:80px
  }
  .contact {
    gap:28px
  }
  .contact-copy h2 {
    font-size:33px
  }
  .contact-copy>p:not(.eyebrow) {
    font-size:11px
  }
  .contact-copy .eyebrow {
    font-size:7px;
    letter-spacing:1px
  }
  .contact-card {
    padding:24px
  }
  .contact-card h3 {
    font-size:15px
  }
  .contact-card>p {
    font-size:10px
  }
  .contact-decoration {
    font-size:70px
  }
}

@media(max-width:560px) {
  .hero {
    padding-top:41px;
    gap:34px
  }
  .hero h1 {
    font-size:clamp(32px,8.4vw,44px);
    letter-spacing:-1.7px;
    margin-bottom:20px
  }
  .highlight:before {
    height:15px;
    bottom:0
  }
  .hero .eyebrow {
    font-size:7.3px;
    letter-spacing:1.15px;
    margin-bottom:20px
  }
  .status-dot {
    width:6px;
    height:6px
  }
  .hero-description {
    font-size:11.5px;
    line-height:2.1;
    letter-spacing:0;
    margin-top:16px;
    margin-bottom:25px
  }
  .hero-cta {
    font-size:12px;
    min-width:251px;
    min-height:54px
  }
  .cta-note {
    font-size:9px
  }
  .hero-art {
    height:350px;
    margin:0 auto 20px
  }
  .app-window {
    top:73px;
    width:94%;
    left:3%
  }
  .dashboard {
    height:242px
  }
  .dash-main {
    padding:11px 12px
  }
  .dash-sidebar {
    width:35px;
    gap:10px
  }
  .dash-top {
    padding-bottom:7px
  }
  .dash-title {
    margin:10px 0
  }
  .dash-title h3 {
    font-size:10px
  }
  .dash-stats>div {
    padding:8px
  }
  .dash-stats strong {
    font-size:22px
  }
  .dash-stats small {
    font-size:4px;
    margin-left:6px
  }
  .dash-stats>div>span:first-child {
    font-size:5px
  }
  .bar-chart {
    height:41px
  }
  .bar-chart i {
    width:15px
  }
  .dash-task {
    font-size:5px
  }
  .idea-card {
    padding:9px 11px;
    gap:8px;
    left:2px;
    top:3px;
    border-radius:6px
  }
  .idea-card strong {
    font-size:10px
  }
  .idea-icon {
    width:31px;
    height:31px;
    font-size:23px
  }
  .idea-spark {
    font-size:20px;
    margin-left:8px
  }
  .build-card {
    padding:10px;
    bottom:-7px;
    gap:8px;
    border-radius:6px
  }
  .build-card strong {
    font-size:9px
  }
  .build-card .micro-label {
    font-size:4.4px;
    letter-spacing:.7px
  }
  .build-icon {
    height:31px;
    width:31px;
    font-size:14px
  }
  .build-check {
    font-size:14px;
    margin-left:3px
  }
  .art-caption {
    left:18px;
    bottom:-37px;
    font-size:4.4px;
    letter-spacing:1px
  }
  .orbit-one {
    width:280px;
    height:280px;
    left:20px;
    top:38px
  }
  .orbit-two {
    width:330px;
    height:210px;
    top:68px;
    left:-5px
  }
  .cross-one {
    right:4px;
    top:10px
  }
  .cross-two {
    left:-7px;
    bottom:36px
  }
  .hero-bottom {
    bottom:18px;
    font-size:5.5px;
    letter-spacing:.8px
  }
  .hero-bottom a {
    gap:8px
  }
  .hero-bottom a span {
    font-size:14px
  }
  .intro-strip {
    flex-direction:column;
    align-items:flex-start;
    gap:13px;
    padding-top:20px;
    padding-bottom:20px
  }
  .intro-strip p {
    font-size:11px
  }
  .intro-strip>div {
    font-size:7px;
    gap:20px
  }
  .intro-strip i {
    font-size:14px
  }
  .section {
    padding-top:59px;
    padding-bottom:59px
  }
  .section-heading {
    display:block;
    margin-bottom:27px
  }
  .eyebrow {
    font-size:8px;
    letter-spacing:1.3px
  }
  .section-heading .eyebrow,.faq .eyebrow {
    margin-bottom:16px
  }
  h2 {
    font-size:27px;
    letter-spacing:-.8px;
    line-height:1.65
  }
  .section-heading>p {
    margin-top:19px;
    font-size:11px
  }
  .service-card {
    display:block;
    padding:25px
  }
  .service-card-top {
    margin-bottom:20px
  }
  .service-card h3 {
    font-size:19px
  }
  .service-card>p {
    font-size:12px;
    min-height:auto
  }
  .service-visual {
    height:145px;
    margin:22px 0 19px
  }
  .service-tags {
    margin:0
  }
  .service-tags span {
    font-size:9px
  }
  .service-card .workflow-visual>span {
    width:48px;
    height:48px
  }
  .service-card .workflow-visual .workflow-center {
    width:55px;
    height:55px
  }
  .workflow-visual i {
    margin:0 9px
  }
  .section-footnote {
    font-size:8px;
    margin-top:13px
  }
  .process-grid {
    gap:32px 22px
  }
  .step-line {
    padding-bottom:13px;
    margin-bottom:19px
  }
  .step-line>span {
    font-size:33px
  }
  .step-line i {
    height:24px;
    width:24px;
    font-size:13px
  }
  .step-en {
    font-size:7px!important;
    letter-spacing:.8px
  }
  .process-grid h3 {
    font-size:13px;
    letter-spacing:-.5px
  }
  .process-grid li>p {
    font-size:10.5px;
    line-height:2
  }
  .about {
    grid-template-columns:1fr;
    gap:32px
  }
  .about-identity {
    min-height:250px
  }
  .about .eyebrow {
    font-size:8px
  }
  .about-symbol {
    margin-top:5px;
    margin-bottom:0;
    height:137px;
    width:190px
  }
  .about-symbol>svg {
    width:85px;
    height:110px
  }
  .symbol-orbit {
    width:220px;
    height:80px
  }
  .symbol-orbit:after {
    inset:-22px 35px
  }
  .symbol-dot {
    top:27px;
    right:8px
  }
  .about-wordmark {
    font-size:32px
  }
  .about-identity>p:last-child {
    font-size:6px;
    margin-top:10px
  }
  .about-copy h2 {
    font-size:29px
  }
  .about-copy>p {
    font-size:12px
  }
  .about-values {
    flex-direction:row;
    gap:15px;
    font-size:9px;
    padding-top:20px
  }
  .about-values b {
    font-size:8px;
    margin-right:4px
  }
  .faq {
    gap:26px
  }
  .faq-list summary {
    gap:10px;
    padding:20px 0;
    min-height:78px
  }
  .question-mark {
    font-size:15px
  }
  .faq-list h3 {
    font-size:11px;
    line-height:1.9
  }
  .faq-list details>p {
    padding:0 20px 22px 26px;
    font-size:11px
  }
  .contact {
    grid-template-columns:1fr;
    gap:29px
  }
  .contact-copy .eyebrow {
    font-size:8px;
    margin-bottom:19px
  }
  .contact-copy h2 {
    font-size:35px
  }
  .contact-copy>p:not(.eyebrow) {
    font-size:11px;
    margin-top:18px
  }
  .contact-decoration {
    position:absolute;
    right:7px;
    bottom:3px;
    font-size:58px;
    opacity:.6
  }
  .contact-card {
    padding:24px
  }
  .contact-card h3 {
    font-size:15px
  }
  .contact-card>p {
    font-size:10px
  }
  select,textarea {
    font-size:16px
  }
  select {
    font-size:16px
  }
  textarea::placeholder {
    font-size:11px
  }
  .contact-notice {
    font-size:9px
  }
  .site-footer {
    padding:31px 6%;
    gap:18px
  }
  .site-footer .logo {
    font-size:25px
  }
  .site-footer p {
    font-size:8px;
    letter-spacing:0
  }
  .footer-right {
    gap:23px
  }
  .footer-right>a {
    font-size:6px;
    gap:9px
  }
  .footer-right small {
    font-size:8px
  }
  .desktop-only {
    display:none
  }
}

.hero-copy,.hero-art {
  min-width:0
}

@media(max-width:850px) {
  .hero {
    grid-template-columns:minmax(0,1fr)
  }
}

@media(max-width:560px) {
  h2 {
    font-size:clamp(23px,6.2vw,27px)
  }
  .contact-copy h2 {
    font-size:clamp(27px,7.5vw,35px)
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}
