:root {
  --ink:#183b34;
  --muted:#65756e;
  --paper:#f8f9f5;
  --line:#dce3da;
  --lime:#d8ed9c
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  cursor:pointer
}
a,button,summary {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid #77963c;
  outline-offset:5px
}
header {
  height:90px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 4.5%;
  border-bottom:1px solid var(--line);
  background:#f8f9f5f5;
  position:sticky;
  top:0;
  z-index:10
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:27px;
  letter-spacing:-1px;
  font-weight:650
}
.brand img {
  mix-blend-mode:multiply
}
.brand span {
  font-size:10px;
  letter-spacing:1px;
  border-left:1px solid var(--line);
  padding-left:13px;
  margin-left:7px;
  font-weight:400
}
nav {
  display:flex;
  align-items:center;
  gap:28px;
  font-size:12px;
  font-weight:600
}
nav a:hover,.text-link:hover {
  color:#648236
}
.nav-cta {
  padding:13px 19px;
  border:1px solid var(--ink);
  border-radius:5px
}
.menu-button {
  display:none
}
.hero {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:655px;
  overflow:hidden;
  padding:94px 4.5% 65px;
  gap:30px;
  align-items:center
}
.eyebrow {
  font-size:11px;
  font-weight:650;
  letter-spacing:1.7px;
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:27px
}
.eyebrow i,.status-dot {
  width:7px;
  height:7px;
  background:#738f42;
  border-radius:50%;
  display:inline-block
}
h1 {
  font-size:clamp(38px,4.3vw,66px);
  line-height:1.45;
  letter-spacing:-2.5px;
  font-weight:650;
  margin:0 0 25px
}
h1 span {
  position:relative
}
h1 span:after {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:9px;
  background:var(--lime);
  z-index:-1
}
.hero-copy>p {
  font-size:14px;
  line-height:2.2;
  color:var(--muted)
}
.actions {
  display:flex;
  align-items:center;
  gap:30px;
  margin-top:32px
}
.button {
  display:inline-flex;
  gap:42px;
  align-items:center;
  justify-content:space-between;
  padding:18px 24px;
  font-size:13px;
  font-weight:600;
  border-radius:5px;
  transition:background .2s,transform .2s
}
.primary {
  background:var(--ink);
  color:white
}
.primary:hover {
  background:#2e5649;
  transform:translateY(-2px)
}
.text-link {
  font-size:12px
}
.hero-foot {
  display:flex;
  gap:18px;
  margin-top:40px;
  font-size:10px;
  color:var(--muted)
}
.hero-foot span:before {
  content:"✓";
  margin-right:7px
}
.hero-art {
  position:relative;
  min-width:0;
  padding:74px 0 40px 15px;
  isolation:isolate
}
.hero-art:before {
  content:"";
  position:absolute;
  inset:-40px -100px;
  background:radial-gradient(ellipse,#e0eacb 0%,transparent 67%);
  z-index:-2
}
.orbit {
  position:absolute;
  border:1px solid #dce4d2;
  border-radius:50%;
  z-index:-1;
  left:6%;
  top:-10%;
  width:100%;
  aspect-ratio:1
}
.orbit-two {
  transform:scale(1.25)
}
.art-label {
  text-align:center;
  font-size:11px;
  letter-spacing:3px;
  position:absolute;
  top:4px;
  width:100%;
  color:#7b8b70
}
.product-window {
  background:#fff;
  border:1px solid #d4ddcf;
  border-radius:8px;
  box-shadow:0 26px 65px #23442c1c;
  transform:perspective(1500px) rotateY(-7deg) rotateX(3deg);
  overflow:hidden
}
.window-bar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:13px;
  background:#f4f6ef;
  border-bottom:1px solid var(--line);
  font-size:9px;
  color:var(--muted)
}
.dots {
  font-size:8px;
  color:#c1cbb7;
  letter-spacing:2px
}
.product-window img {
  width:100%;
  height:auto;
  display:block
}
.floating {
  position:absolute;
  z-index:2;
  border:1px solid #dce4d4;
  box-shadow:0 6px 24px #23442c0a;
  background:#ffffffee;
  border-radius:6px;
  padding:12px 18px;
  font-size:11px;
  font-weight:600
}
.tag-one {
  top:38px;
  left:3%;
  transform:rotate(-6deg)
}
.tag-two {
  right:-12px;
  top:30px;
  transform:rotate(5deg)
}
.tag-three {
  right:12px;
  bottom:23px;
  display:flex;
  gap:10px;
  align-items:center
}
.art-caption {
  text-align:center;
  font-size:9px;
  color:#7c8977;
  margin-top:21px
}
.module-strip {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:13px;
  padding:29px 4.5%;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  font-size:12px
}
.module-strip>span {
  font-size:10px;
  color:var(--muted)
}
.module-strip b {
  color:#a9b39e;
  font-weight:400
}
.section {
  padding:100px 7%;
  scroll-margin-top:0
}
h2 {
  font-size:clamp(28px,2.8vw,42px);
  line-height:1.65;
  letter-spacing:-1.1px;
  font-weight:550;
  margin:0 0 28px
}
h2 em {
  font-style:normal;
  color:#70864f
}
.concept {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10%;
  border-bottom:1px solid var(--line)
}
p {
  line-height:1.95
}
.concept-copy {
  padding-top:30px
}
.concept-copy p {
  font-size:13px;
  color:var(--muted)
}
.concept-copy .lead {
  font-size:21px;
  color:var(--ink);
  line-height:1.8;
  margin-top:0
}
.modules {
  background:#eef1e9
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:30px
}
.section-heading>p {
  color:var(--muted);
  font-size:12px;
  margin-bottom:33px
}
.module-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}
.module-card {
  background:var(--paper);
  padding:29px 26px;
  border:1px solid #dbe1d4;
  border-radius:7px;
  display:flex;
  flex-direction:column;
  transition:transform .2s,border-color .2s
}
.module-card:hover {
  transform:translateY(-4px);
  border-color:#8da577
}
.card-top {
  display:flex;
  gap:13px;
  align-items:center;
  margin-bottom:28px
}
.module-number {
  font-size:12px;
  color:#829375;
  font-family:monospace
}
.module-label {
  font-size:15px;
  font-weight:600
}
.module-card h3 {
  font-size:17px;
  line-height:1.8;
  margin:0 0 12px;
  letter-spacing:-.5px
}
.module-card p {
  font-size:12px;
  color:var(--muted);
  margin:0 0 18px
}
.module-card ul {
  list-style:none;
  padding:0;
  margin:0 0 28px;
  font-size:11px;
  line-height:2.2
}
.module-card li:before {
  content:"✓";
  color:#839558;
  margin-right:9px
}
.screen-link {
  display:flex;
  justify-content:space-between;
  background:none;
  border:0;
  border-top:1px solid var(--line);
  padding:18px 0 0;
  color:var(--ink);
  font-size:11px;
  margin-top:auto;
  text-align:left
}
.screen-link:hover {
  color:#718f42
}
.card-note {
  font-size:10px;
  line-height:1.7;
  color:var(--muted);
  margin-top:auto;
  border-top:1px solid var(--line);
  padding-top:18px
}
.connections {
  background:#173b33;
  color:#f4f7ed
}
.connections .eyebrow {
  color:#bccd9e
}
.connections .section-heading>p {
  color:#b9c9bf
}
.flow {
  display:flex;
  align-items:center;
  gap:23px;
  margin:30px 0 40px
}
.flow>div {
  background:#25483f;
  border:1px solid #527064;
  border-radius:5px;
  padding:27px;
  flex:1
}
.flow span:not(.flow-arrow) {
  font-size:11px;
  color:#cfe4a0
}
.flow h3 {
  font-size:20px;
  font-weight:500;
  margin:15px 0 10px
}
.flow p {
  font-size:12px;
  color:#c3d0c8;
  margin:0
}
.flow-arrow {
  color:#b3cb8c;
  font-size:24px
}
.connection-notes {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  border-top:1px solid #456055;
  padding-top:24px
}
.connection-notes h3 {
  font-size:17px;
  font-weight:500
}
.connection-notes p {
  font-size:12px;
  color:#bccdc3
}
.connection-note {
  font-size:10px;
  color:#aabeb0;
  margin-top:27px
}
.three-columns {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin-top:44px
}
.three-columns article {
  border-top:1px solid #a8b797;
  padding-top:23px
}
.three-columns span {
  font-size:10px;
  color:#7b8b68;
  letter-spacing:1px
}
.three-columns h3 {
  font-size:17px;
  margin:21px 0 12px
}
.three-columns p {
  font-size:12px;
  color:var(--muted)
}
.start {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  background:#e7eddd
}
.start p {
  font-size:13px;
  color:var(--muted)
}
.start .button {
  margin-top:20px
}
.start small {
  display:block;
  font-size:10px;
  margin-top:14px;
  color:var(--muted)
}
.steps {
  list-style:none;
  margin:0;
  padding:0
}
.steps li {
  display:flex;
  gap:24px;
  padding:23px 0;
  border-bottom:1px solid #c6d0bb
}
.steps li>span {
  color:#7f9270;
  font:16px monospace;
  padding-top:5px
}
.steps h3 {
  margin:0;
  font-size:17px
}
.steps p {
  font-size:12px;
  margin:8px 0 0
}
.faq {
  max-width:1100px;
  margin:auto
}
.faq h2 {
  font-size:28px
}
details {
  border-bottom:1px solid var(--line);
  padding:24px 0
}
summary {
  cursor:pointer;
  font-size:14px;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:20px
}
summary::-webkit-details-marker {
  display:none
}
summary:after {
  content:"＋";
  color:#7b9162
}
details[open] summary:after {
  content:"−"
}
details p {
  font-size:13px;
  color:var(--muted);
  padding-right:30px
}
footer {
  border-top:1px solid var(--line);
  padding:36px 4.5%;
  display:flex;
  align-items:center;
  gap:24px
}
footer .brand {
  font-size:23px
}
footer p,footer a:not(.brand),footer small {
  font-size:10px;
  color:var(--muted)
}
footer a:not(.brand) {
  margin-left:auto
}
dialog {
  max-width:1100px;
  width:90vw;
  max-height:90vh;
  border:1px solid var(--line);
  border-radius:10px;
  padding:22px;
  color:var(--ink)
}
dialog::backdrop {
  background:#09241ad9;
  backdrop-filter:blur(5px)
}
dialog img {
  width:100%;
  height:auto
}
dialog p {
  font-size:11px;
  color:var(--muted)
}
.dialog-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:16px
}
.dialog-header h2 {
  font-size:18px;
  margin:0
}
.dialog-header button {
  background:var(--paper);
  border:1px solid var(--line);
  padding:8px 12px;
  border-radius:4px;
  color:var(--ink)
}
body.modal-open {
  overflow:hidden
}
.skip {
  position:fixed;
  top:-100px;
  background:white;
  padding:12px;
  z-index:30
}
.skip:focus {
  top:0
}
@media(min-width:1600px) {
  .hero,.section,.module-strip,header,footer {
  padding-left:max(7%,calc((100vw - 1400px)/2));
  padding-right:max(7%,calc((100vw - 1400px)/2))
}

}
@media(max-width:1100px) {
  .brand span {
  display:none
}
nav {
  gap:18px
}
.hero {
  padding-top:65px;
  min-height:600px
}
h1 {
  font-size:44px
}
.hero-foot {
  gap:10px;
  font-size:9px
}
.module-strip {
  flex-wrap:wrap;
  justify-content:center
}
.module-strip>span {
  width:100%;
  text-align:center
}
.module-grid {
  grid-template-columns:repeat(2,1fr)
}
.section {
  padding:75px 5%
}
.flow {
  gap:13px
}
.flow>div {
  padding:20px
}

}
@media(max-width:760px) {
  header {
  height:72px;
  padding:0 6%
}
.brand {
  font-size:24px
}
.menu-button {
  display:block;
  border:1px solid var(--line);
  border-radius:4px;
  padding:9px;
  background:transparent;
  color:var(--ink);
  font-size:11px
}
nav {
  display:none;
  position:absolute;
  top:72px;
  left:0;
  right:0;
  background:var(--paper);
  padding:24px 6%;
  border-bottom:1px solid var(--line);
  align-items:stretch;
  gap:22px
}
nav.open {
  display:flex;
  flex-direction:column
}
.hero {
  grid-template-columns:1fr;
  padding:52px 6% 25px;
  gap:30px
}
.eyebrow {
  font-size:9px;
  letter-spacing:1px;
  margin-bottom:21px
}
h1 {
  font-size:clamp(32px,8.7vw,52px);
  letter-spacing:-1.8px
}
.hero-copy>p {
  font-size:13px
}
.hero-foot {
  margin-top:27px
}
.hero-art {
  padding-top:60px;
  margin-top:12px
}
.tag-two {
  right:0
}
.art-label {
  top:0
}
.floating {
  font-size:10px;
  padding:10px 13px
}
.tag-one,.tag-two {
  top:29px
}
.module-strip {
  font-size:10px;
  gap:10px;
  padding:22px 6%
}
.module-strip b {
  display:none
}
.section {
  padding:64px 6%
}
.concept,.start {
  grid-template-columns:1fr;
  gap:16px
}
.concept-copy {
  padding-top:0
}
.section-heading {
  display:block;
  margin-bottom:26px
}
.section-heading>p {
  margin-bottom:0
}
.module-grid,.three-columns {
  grid-template-columns:1fr
}
.module-card {
  padding:26px
}
.module-card h3 {
  font-size:18px
}
.module-card p,.module-card ul {
  font-size:12px
}
.card-top {
  margin-bottom:20px
}
.flow {
  flex-direction:column;
  gap:14px
}
.flow>div {
  width:100%;
  padding:23px
}
.flow-arrow {
  transform:rotate(90deg)
}
.connection-notes {
  grid-template-columns:1fr;
  gap:6px
}
.three-columns {
  gap:24px;
  margin-top:30px
}
.start {
  gap:30px
}
.faq h2 {
  font-size:23px
}
summary {
  font-size:13px;
  line-height:1.8
}
footer {
  flex-wrap:wrap;
  padding:30px 6%;
  gap:12px 20px
}
footer p {
  width:100%;
  order:2;
  margin:0
}
footer small {
  order:3
}
footer a:not(.brand) {
  font-size:9px
}
dialog {
  padding:13px;
  width:95vw
}
.actions {
  gap:22px
}
.button {
  gap:28px;
  padding:17px 20px
}

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

}

