:root {
  --ink: #17241f;
  --muted: #6d756f;
  --paper: #f5f1e8;
  --paper-2: #ece7db;
  --green: #1f5a43;
  --lime: #c6e86b;
  --white: #fffdf8;
  --line: rgba(23, 36, 31, .14);
  --shadow: 0 28px 80px rgba(28, 47, 39, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", "Noto Sans JP", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 90px; padding: 0 5.5vw; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 23px; font-weight: 600; letter-spacing: -.04em; }
.brand-mark { width: 27px; height: 24px; position: relative; display: inline-block; }
.brand-mark i { position: absolute; display: block; width: 10px; height: 19px; border: 2px solid currentColor; border-radius: 50%; transform: rotate(62deg); }
.brand-mark i:nth-child(1) { left: 0; top: 1px; }.brand-mark i:nth-child(2) { left: 9px; top: 2px; transform: rotate(-62deg); }.brand-mark i:nth-child(3) { left: 8px; top: 6px; transform: rotate(0); }
.nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 500; }
.nav > a:not(.button) { position: relative; }
.nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px; background: currentColor; transition: width .25s; }
.nav > a:hover::after { width: 100%; }
.nav-login { margin-left: 12px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 205px; padding: 19px 22px; color: white; background: var(--green); font-size: 14px; font-weight: 600; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); background: #174b37; }
.button span { font-size: 18px; font-weight: 400; }
.button-small { min-width: 153px; padding: 14px 17px; gap: 18px; }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; }

.hero { min-height: 820px; padding: 170px 5.5vw 100px; position: relative; overflow: hidden; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 4vw; }
.hero::before { content: ""; position: absolute; width: 48vw; height: 48vw; border: 1px solid rgba(31,90,67,.08); border-radius: 50%; left: -27vw; top: 150px; box-shadow: 0 0 0 8vw rgba(31,90,67,.025), 0 0 0 17vw rgba(31,90,67,.018); }
.hero-copy { position: relative; z-index: 2; padding-left: 4vw; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: var(--green); font-size: 10px; letter-spacing: .22em; font-weight: 600; }
.eyebrow span { width: 22px; height: 1px; background: currentColor; }
h1 { margin: 0; font-family: "Noto Sans JP", sans-serif; font-size: clamp(46px, 5.2vw, 76px); font-weight: 500; line-height: 1.38; letter-spacing: -.055em; }
.hero-lead { margin: 34px 0 38px; color: #59645e; font-size: 16px; line-height: 2; letter-spacing: .06em; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.text-link { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 600; }
.text-link span { margin-left: 22px; }
.space-demo { position: relative; z-index: 2; width: 100%; aspect-ratio: 1.18; background: #e8e4d9; border: 7px solid #faf8f1; border-radius: 3px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.world-demo { aspect-ratio: 1.35; overflow: hidden; background: #edf4f8; }
.world-demo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(14,29,24,.38)); pointer-events: none; }
.world-demo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 52%; }
.world-badge { position: absolute; z-index: 3; left: 18px; top: 18px; padding: 9px 12px; border-radius: 30px; background: rgba(18,31,26,.8); color: white; font-size: 8px; letter-spacing: .16em; backdrop-filter: blur(8px); }
.world-badge span { color: var(--lime); margin-right: 5px; }
.world-control { position: absolute; z-index: 3; right: 18px; bottom: 18px; display: grid; justify-items: center; gap: 3px; color: white; }
.world-control > i, .world-control span i { width: 23px; height: 23px; display: inline-grid; place-items: center; margin: 1px; border: 1px solid rgba(255,255,255,.58); border-radius: 3px; background: rgba(20,32,27,.58); font-size: 8px; font-style: normal; backdrop-filter: blur(5px); }
.world-control b { margin-top: 4px; font-size: 7px; letter-spacing: .1em; font-weight: 500; }
.world-caption { position: absolute; z-index: 3; left: 22px; bottom: 20px; color: white; }
.world-caption strong { display: block; font-size: 15px; font-weight: 500; }
.world-caption small { display: block; margin-top: 5px; font-size: 8px; letter-spacing: .04em; opacity: .8; }
.demo-topbar { height: 49px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; background: #fff; color: #30423a; font-size: 9px; }
.demo-brand { font-weight: 700; font-size: 12px; }.mini-mark { display: inline-block; width: 13px; height: 13px; border: 1px solid currentColor; border-radius: 50%; vertical-align: -2px; margin-right: 4px; }
.demo-room { padding: 7px 14px; background: #f3f2ee; border-radius: 4px; }.demo-room span { margin-left: 12px; }.demo-icons { display: flex; gap: 10px; font-size: 16px; }
.demo-canvas { position: absolute; inset: 49px 0 0; overflow: hidden; background-color: #dfe5de; background-image: radial-gradient(#c3cec4 1px, transparent 1px); background-size: 16px 16px; }
.room { position: absolute; border: 2px solid #f8f5ed; box-shadow: 0 4px 13px rgba(51,69,59,.12); }
.room-label { position: absolute; top: 8px; left: 10px; font-size: 6px; letter-spacing: .15em; color: #829087; }
.room-lounge { left: 5%; top: 8%; width: 48%; height: 50%; background: #e9e2d3; }
.room-class { right: 5%; top: 8%; width: 36%; height: 50%; background: #e4ded4; }
.room-focus { left: 27%; bottom: 5%; width: 50%; height: 30%; background: #d6ddd6; }
.sofa { position: absolute; width: 23%; height: 17%; border-radius: 4px; background: #b8c6b3; box-shadow: inset 0 -7px rgba(72,99,80,.14); }.sofa-a { left: 15%; top: 30%; }.sofa-b { left: 48%; top: 30%; transform: rotate(90deg); }
.plant { position: absolute; color: #739372; font-size: 24px; }.plant-a { left: 8%; bottom: 5%; }.plant-b { right: 8%; top: 8%; }
.board { position: absolute; left: 14%; right: 14%; top: 22%; height: 24%; padding-top: 8px; color: #ecf1e9; background: #55705f; text-align: center; font-size: 6px; line-height: 1.6; }
.desk { position: absolute; width: 18%; height: 13%; background: #bba98d; border-radius: 2px; box-shadow: 0 3px #9c8d75; }.d1 { left: 18%; top: 59%; }.d2 { left: 54%; top: 59%; }.d3 { left: 18%; top: 80%; }.d4 { left: 54%; top: 80%; }.f1 { left: 13%; top: 42%; }.f2 { left: 42%; top: 42%; }.f3 { left: 71%; top: 42%; }
.avatar { position: absolute; z-index: 4; display: flex; flex-direction: column; align-items: center; color: white; font-size: 6px; text-shadow: 0 1px 2px #333; }.avatar span { width: 23px; height: 23px; display: grid; place-items: center; border: 3px solid white; background: #d78f62; border-radius: 50%; box-shadow: 0 3px 6px rgba(30,50,40,.28); font-size: 8px; }.avatar b { margin-top: 2px; padding: 1px 4px; background: rgba(20,40,31,.75); border-radius: 4px; font-weight: 400; white-space: nowrap; }
.avatar-1 { left: 20%; top: 32%; }.avatar-2 { left: 38%; top: 42%; }.avatar-2 span { background: #6596aa; }.avatar-3 { left: 63%; top: 56%; }.avatar-3 span { background: #be7b8d; }.avatar-4 { left: 49%; top: 71%; }.avatar-4 span { background: #809260; }
.talk-bubble { position: absolute; left: 21%; top: 22%; z-index: 5; padding: 5px 8px; background: white; border-radius: 7px 7px 7px 0; font-size: 7px; box-shadow: 0 3px 8px rgba(0,0,0,.1); }
.demo-toolbar { position: absolute; z-index: 8; bottom: 10px; left: 50%; transform: translateX(-50%); padding: 7px 9px; display: flex; gap: 9px; border-radius: 7px; background: #fff; box-shadow: 0 5px 18px rgba(27,45,36,.2); font-size: 10px; }
.hero-note { position: absolute; right: 7%; bottom: 45px; font-size: 10px; letter-spacing: .12em; color: #7b837e; transform: rotate(90deg); transform-origin: right; }.hero-note span { color: var(--lime); }

.world-principles { padding: 0 8vw 110px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); }
.world-principles article { padding: 34px 4vw 30px 0; border-top: 1px solid var(--line); }
.world-principles article + article { padding-left: 4vw; border-left: 1px solid var(--line); }
.world-principles span { color: #8a918c; font-size: 9px; letter-spacing: .1em; }
.world-principles h3 { margin: 22px 0 12px; color: var(--green); font-size: 25px; font-weight: 500; }
.world-principles p { max-width: 270px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.9; }

.statement { padding: 130px 7vw 140px; text-align: center; background: var(--green); color: white; }
.statement p { color: #b9d0c4; font-size: 13px; letter-spacing: .12em; }
.statement h2 { margin: 28px 0 45px; font-size: clamp(30px, 4vw, 54px); font-weight: 500; line-height: 1.6; letter-spacing: .03em; }
.statement-line { margin: auto; width: 1px; height: 70px; background: var(--lime); }

.features, .usecases { padding: 135px 8vw; }
.section-intro { display: grid; grid-template-columns: .7fr 1.2fr 1fr; gap: 5vw; align-items: end; margin-bottom: 70px; }
.section-intro .eyebrow { align-self: start; }
.section-intro h2 { margin: 0; font-size: clamp(34px, 4vw, 55px); font-weight: 500; line-height: 1.48; letter-spacing: -.04em; }
.section-intro > p:last-child { color: var(--muted); font-size: 13px; line-height: 2; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { min-height: 570px; padding: 30px 34px 36px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; background: var(--white); border: 1px solid rgba(23,36,31,.06); opacity: 0; transform: translateY(24px); transition: opacity .7s, transform .7s; }
.feature-card.in-view, .usecase-row article.in-view, .security-points > div.in-view { opacity: 1; transform: none; }
.feature-card-wide { grid-column: 1 / -1; min-height: 500px; display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; }
.feature-number { position: absolute; top: 28px; left: 32px; color: #8a918c; font-size: 10px; letter-spacing: .1em; }
.feature-card h3 { margin: 24px 0 15px; font-size: 27px; line-height: 1.5; font-weight: 500; letter-spacing: -.03em; }
.feature-card p { max-width: 440px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.tag { display: inline-block; margin-top: 15px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 20px; color: #6c746f; font-size: 9px; }
.feature-visual { position: relative; min-height: 250px; align-self: stretch; }
.voice-visual .person { position: absolute; top: 65px; width: 76px; height: 76px; display: grid; place-items: center; color: white; background: #6e9681; border: 7px solid #edf1eb; border-radius: 50%; font-size: 22px; box-shadow: 0 7px 22px rgba(31,90,67,.18); }
.p-one { left: 13%; }.voice-visual .p-two { right: 16%; background: #d29572; }
.wave { position: absolute; top: 50px; left: 50%; transform: translateX(-50%); width: 180px; height: 110px; border: 1px solid #a7c2ae; border-radius: 50%; }.w2 { width: 250px; height: 150px; top: 30px; opacity: .5; }
.mini-window, .share-window, .attendance-list { position: absolute; left: 12%; right: 12%; top: 55px; height: 220px; background: #e2e7e0; border: 9px solid #f0eee8; box-shadow: 0 16px 34px rgba(34,50,42,.12); }
.mini-window { display: grid; place-items: center; background: #bccbc0; }.video-person { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; background: #8b9e91; color: #e7ede7; font-size: 36px; }.mini-window i { position: absolute; bottom: 13px; width: 19px; height: 19px; border-radius: 50%; background: white; }.mini-window i:nth-of-type(1) { left: 40%; }.mini-window i:nth-of-type(2) { left: 48%; background: #d8766e; }.mini-window i:nth-of-type(3) { left: 56%; }
.share-window { background: white; padding: 20px; }.share-window span { display: block; height: 105px; background: linear-gradient(135deg, #d5e3d8, #f1e3cd); }.share-window b { display: block; margin-top: 14px; font-size: 10px; }.share-window i { display: block; width: 60%; height: 5px; margin-top: 8px; background: #d9ddd9; box-shadow: 0 10px #e8eae7; }
.canvas-card { background-color: #f1ede3; background-image: radial-gradient(#ccd1c9 1px, transparent 1px); background-size: 18px 18px; }
.canvas-sketch { position: absolute; top: 85px; left: 19%; width: 60%; height: 190px; transform: rotate(-3deg); }.canvas-sketch span { display: grid; place-items: center; width: 110px; height: 70px; background: #f2d774; font-size: 12px; font-weight: 600; box-shadow: 0 8px 15px rgba(64,58,35,.12); }.canvas-sketch i { position: absolute; left: 100px; top: 68px; width: 120px; height: 1px; background: #63826e; transform: rotate(25deg); }.canvas-sketch b { position: absolute; left: 200px; top: 92px; font-size: 25px; transform: rotate(18deg); }.canvas-sketch em { position: absolute; left: 215px; top: 120px; padding: 14px; background: #bad8c1; font-style: normal; font-size: 11px; }
.attendance-list { height: 230px; padding: 28px 24px; background: #f6f7f3; }.attendance-list span { height: 54px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #dde1dc; font-size: 10px; }.attendance-list i { width: 26px; height: 26px; display: grid; place-items: center; background: #abc0b0; border-radius: 50%; color: white; font-style: normal; }.attendance-list b { margin-left: auto; color: #62806d; font-weight: 500; }

.usecases { background: #eae5d9; }
.usecase-row { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.usecase-row article { position: relative; min-height: 510px; padding: 60px 7vw 55px 0; opacity: 0; transform: translateY(24px); transition: .7s; }
.usecase-row article + article { padding-left: 7vw; border-left: 1px solid var(--line); }
.usecase-icon { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid #9ca79f; border-radius: 50%; color: var(--green); font-size: 21px; }
.usecase-label { margin-top: 56px; color: #78827b; font-size: 9px; letter-spacing: .18em; }
.usecase-row h3 { margin: 18px 0; font-size: 30px; font-weight: 500; line-height: 1.5; }
.usecase-row article > p:not(.usecase-label) { max-width: 390px; color: var(--muted); font-size: 12px; line-height: 2; }
.usecase-row a { display: inline-flex; gap: 60px; margin-top: 35px; padding-bottom: 8px; border-bottom: 1px solid; font-size: 12px; font-weight: 600; }

.security { padding: 120px 8vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: var(--white); }
.security h2 { margin: 0; font-size: clamp(32px, 3.6vw, 50px); font-weight: 500; line-height: 1.5; }
.security-points > div { padding: 30px 0; display: grid; grid-template-columns: 50px 150px 1fr; align-items: start; border-top: 1px solid var(--line); opacity: 0; transform: translateY(20px); transition: .7s; }
.security-points > div:last-child { border-bottom: 1px solid var(--line); }.security-points span { color: #829088; font-size: 9px; }.security-points h3 { margin: 0; font-size: 16px; font-weight: 500; }.security-points p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

.pricing { padding: 135px 8vw 120px; background: var(--paper); }
.pricing-intro { margin-bottom: 65px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.price-card { min-height: 485px; padding: 30px 26px 26px; position: relative; display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(23,36,31,.09); opacity: 0; transform: translateY(24px); transition: opacity .7s, transform .7s, box-shadow .25s; }
.price-card.in-view { opacity: 1; transform: none; }
.price-card:hover { box-shadow: 0 20px 50px rgba(28,47,39,.1); }
.price-card-featured { color: white; background: var(--green); border-color: var(--green); }
.popular { position: absolute; top: 0; right: 0; padding: 8px 12px; color: var(--green); background: var(--lime); font-size: 9px; font-weight: 600; letter-spacing: .08em; }
.price-top { padding-bottom: 25px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.price-card-featured .price-top { border-color: rgba(255,255,255,.18); }
.price-top span { color: #7d8781; font-size: 9px; letter-spacing: .15em; font-weight: 600; }
.price-card-featured .price-top span { color: var(--lime); }
.price-top b { font-size: 10px; font-weight: 500; }
.price-card h3 { margin: 40px 0 4px; font-size: clamp(34px, 3.2vw, 49px); font-weight: 500; letter-spacing: -.04em; white-space: nowrap; }
.price-card h3 small { margin-right: 3px; font-size: 18px; font-weight: 500; }
.price-unit { margin: 0 0 28px; color: var(--muted); font-size: 10px; }
.price-card-featured .price-unit { color: #b8cec2; }
.price-card ul { margin: 0; padding: 0; list-style: none; }
.price-card li { padding: 9px 0; color: var(--muted); font-size: 11px; }
.price-card-featured li { color: #d4e1da; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--green); }
.price-card-featured li::before { color: var(--lime); }
.price-card > a { margin-top: auto; padding: 15px 0 6px; display: flex; justify-content: space-between; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 600; }
.addons { margin-top: 18px; padding: 55px 4vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; background: #e7e2d6; }
.addons h3 { margin: 0; font-size: 30px; line-height: 1.5; font-weight: 500; }
.addon-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.addon-list span { min-height: 62px; padding: 15px; display: flex; align-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.35); font-size: 10px; }
.addon-list span::before { content: "+"; margin-right: 12px; color: var(--green); font-size: 18px; font-weight: 400; }

.cta { min-height: 620px; padding: 115px 8vw; position: relative; overflow: hidden; background: var(--green); color: white; }
.eyebrow.light { color: var(--lime); }.cta h2 { margin: 0; font-size: clamp(40px, 5.5vw, 72px); font-weight: 500; line-height: 1.38; letter-spacing: -.04em; }.cta > p:not(.eyebrow) { color: #b9d0c4; font-size: 13px; letter-spacing: .05em; }
.cta-actions { display: flex; gap: 10px; margin-top: 45px; }.button-light { color: var(--green); background: var(--lime); }.button-light:hover { background: white; }.button-outline { border: 1px solid rgba(255,255,255,.4); background: transparent; }.button-outline:hover { background: rgba(255,255,255,.08); }
.orbital-mark { position: absolute; right: 7vw; top: 50%; width: 340px; height: 340px; transform: translateY(-50%); }.orbital-mark i { position: absolute; inset: 0; border: 1px solid rgba(198,232,107,.35); border-radius: 50%; }.orbital-mark i:nth-child(2) { transform: rotate(60deg) scaleX(.44); }.orbital-mark i:nth-child(3) { transform: rotate(-60deg) scaleX(.44); }.orbital-mark b { position: absolute; inset: 0; display: grid; place-items: center; color: var(--lime); font-size: 38px; font-weight: 500; }
footer { padding: 75px 8vw 30px; background: #142e24; color: white; }.footer-brand { font-size: 28px; }.footer-brand + p { margin: 18px 0 65px; color: #8fa49a; font-size: 11px; }.footer-links { padding: 35px 0; display: flex; gap: 45px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); font-size: 11px; }.footer-bottom { padding-top: 27px; display: flex; justify-content: space-between; color: #788e84; font-size: 9px; }

@media (max-width: 900px) {
  .site-header { height: 72px; }.menu-button { display: flex; flex-direction: column; gap: 6px; z-index: 30; }.menu-button span { width: 24px; height: 1px; background: var(--ink); }
  .nav { position: fixed; inset: 0; padding: 110px 8vw; display: none; flex-direction: column; align-items: flex-start; background: var(--paper); font-size: 20px; }.nav.is-open { display: flex; }.nav .button { margin-top: 15px; }.nav-login { margin-left: 0; }
  .hero { min-height: auto; padding: 135px 6vw 90px; grid-template-columns: 1fr; gap: 70px; }.hero-copy { padding-left: 2vw; }.space-demo { width: 90%; margin-left: 10%; }.hero-note { display: none; }
  .world-principles { padding: 0 6vw 90px; }
  .section-intro { grid-template-columns: 1fr; gap: 25px; }.section-intro > p:last-child { margin: 0; }
  .feature-card-wide { grid-template-columns: 1fr; }.security { grid-template-columns: 1fr; gap: 50px; }.orbital-mark { right: -130px; opacity: .4; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }.addons { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 620px) {
  .hero { padding-left: 7vw; padding-right: 7vw; }.hero-actions, .cta-actions { align-items: stretch; flex-direction: column; }.text-link { width: max-content; }
  .space-demo { width: 108%; margin-left: -4%; border-width: 4px; }.demo-topbar { height: 40px; }.demo-canvas { inset: 40px 0 0; }
  .world-principles { grid-template-columns: 1fr; padding: 0 7vw 75px; }.world-principles article { padding: 28px 0; }.world-principles article + article { padding-left: 0; border-left: 0; }
  .world-control { display: none; }.world-caption { left: 14px; bottom: 14px; }.world-caption small { display: none; }
  .statement { padding: 95px 7vw; }.statement h2 { font-size: 27px; }
  .features, .usecases { padding: 90px 6vw; }.feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-card-wide { grid-column: auto; min-height: 540px; display: flex; }.feature-card-wide .feature-visual { position: absolute; left: 0; right: 0; top: 60px; }.feature-card h3 { font-size: 24px; }
  .usecase-row { grid-template-columns: 1fr; }.usecase-row article { padding: 50px 1vw; min-height: 470px; }.usecase-row article + article { padding-left: 1vw; border-left: 0; border-top: 1px solid var(--line); }
  .security { padding: 90px 7vw; }.security-points > div { grid-template-columns: 35px 1fr; }.security-points p { grid-column: 2; margin-top: 12px; }
  .pricing { padding: 90px 6vw; }.pricing-grid { grid-template-columns: 1fr; }.price-card { min-height: 445px; }.addons { padding: 42px 6vw; }.addon-list { grid-template-columns: 1fr 1fr; }
  .cta { padding: 90px 7vw; min-height: 650px; }.cta h2 { font-size: 38px; }.button { width: 100%; }.orbital-mark { width: 250px; height: 250px; top: auto; bottom: -110px; }
  footer { padding: 65px 7vw 25px; }.footer-links { flex-wrap: wrap; gap: 22px 32px; }.footer-bottom { gap: 12px; flex-direction: column; }
}

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

/* Official blue theme */
:root { --ink:#0f172a; --muted:#526174; --paper:#fff; --paper-2:#f4f8ff; --green:#2563eb; --lime:#38bdf8; --white:#fff; --line:#dbeafe; --shadow:0 24px 60px rgba(37,99,235,.14); }
body { background:#fff; color:var(--ink); font-family:Inter,"Noto Sans JP",sans-serif; }
.site-header { position:fixed; height:76px; background:rgba(255,255,255,.85); backdrop-filter:blur(18px); border-bottom:1px solid rgba(219,234,254,.65); box-shadow:0 8px 30px rgba(37,99,235,.06); }
.brand { font-family:"Plus Jakarta Sans",Inter,sans-serif; letter-spacing:.04em; }
.brand-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:linear-gradient(135deg,#2563eb,#38bdf8); box-shadow:0 8px 20px rgba(37,99,235,.2); }
.brand-icon img { width:29px; height:29px; }
.nav { gap:22px; }
.lang-switch { display:none; }
.lang-switch button { padding:7px 9px; border:0; border-radius:999px; color:#8a97ab; background:transparent; font:600 9px "JetBrains Mono",monospace; cursor:pointer; }
.lang-switch button.active { color:white; background:#2563eb; }
.button { background:linear-gradient(120deg,#2563eb,#38bdf8); border-radius:12px; box-shadow:0 10px 24px rgba(37,99,235,.2); }
.button:hover { background:linear-gradient(120deg,#1d4ed8,#0ea5e9); }
.hero { min-height:auto; padding:145px 6vw 110px; display:block; text-align:center; background:linear-gradient(135deg,#f8fbff,#edf5ff 58%,#e8f2ff); }
.hero::before { width:100%; height:100%; inset:0; border:0; border-radius:0; box-shadow:none; opacity:.6; background-image:linear-gradient(rgba(37,99,235,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.07) 1px,transparent 1px); background-size:56px 56px; mask-image:radial-gradient(circle at 50% 32%,black,transparent 75%); }
.hero-copy { max-width:940px; margin:auto; padding:0; }
.hero .eyebrow { width:max-content; margin:0 auto 28px; padding:9px 14px; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.7); font-family:"JetBrains Mono",monospace; }
.hero h1 { font-family:"Plus Jakarta Sans","Noto Sans JP",sans-serif; font-weight:800; font-size:clamp(44px,6vw,78px); line-height:1.13; letter-spacing:-.055em; }
.hero h1 em { color:#2563eb; background:linear-gradient(120deg,#2563eb,#38bdf8); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; font-style:normal; }
.hero-actions { justify-content:center; }
.space-demo { max-width:1080px; margin:65px auto 0; transform:none; border-radius:20px; border:8px solid white; }
.world-badge { background:rgba(15,23,42,.8); }
.hero-note { position:static; margin:20px auto 0; transform:none; color:#8a97ab; }
.world-principles { padding:70px 8vw 95px; }
.world-principles h3,.eyebrow { color:#2563eb; }
.statement { background:#1d4ed8; }
.statement-line { background:#7dd3fc; }
.features,.usecases,.journey,.plugins,.pricing,.faq { padding:110px 8vw; }
.section-intro h2,.journey h2,.plugins h2,.faq h2 { font-family:"Plus Jakarta Sans","Noto Sans JP",sans-serif; font-weight:800; }
.feature-card,.usecase-row article,.price-card,.journey-grid article,.plugin-grid article { border:1px solid #eaf2ff; border-radius:16px; box-shadow:0 12px 36px rgba(37,99,235,.09); }
.usecases,.section-blue,.pricing { background:#f4f8ff; }
.usecases { position:relative; overflow:hidden; background:linear-gradient(180deg,#f8fbff,#eef5ff); }
.usecases::before { content:""; position:absolute; width:420px; height:420px; right:-150px; top:-160px; border-radius:50%; background:#bfdbfe; filter:blur(80px); opacity:.35; pointer-events:none; }
.usecase-row { position:relative; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; border:0; }
.usecase-row .usecase-card { min-height:0; padding:0; overflow:hidden; border:1px solid rgba(219,234,254,.95); border-radius:24px; background:#fff; box-shadow:0 20px 60px rgba(37,99,235,.12); transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s; }
.usecase-row .usecase-card + .usecase-card { padding-left:0; border-left:1px solid rgba(219,234,254,.95); }
.usecase-row .usecase-card:hover { transform:translateY(-8px); box-shadow:0 30px 80px rgba(37,99,235,.2); }
.usecase-media { position:relative; aspect-ratio:1.55; overflow:hidden; background:#dbeafe; }
.usecase-media::after { content:""; position:absolute; inset:55% 0 0; background:linear-gradient(transparent,rgba(15,23,42,.28)); pointer-events:none; }
.usecase-media img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .7s cubic-bezier(.16,1,.3,1); }
.usecase-card:hover .usecase-media img { transform:scale(1.045); }
.usecase-media span { position:absolute; z-index:2; left:22px; bottom:18px; padding:8px 12px; border:1px solid rgba(255,255,255,.55); border-radius:999px; color:#fff; background:rgba(15,23,42,.45); backdrop-filter:blur(12px); font:600 9px "JetBrains Mono",monospace; letter-spacing:.13em; }
.usecase-content { min-height:330px; padding:34px 38px 38px; display:flex; flex-direction:column; align-items:flex-start; }
.usecase-content .usecase-label { margin:0; color:#2563eb; font:600 9px "JetBrains Mono",monospace; letter-spacing:.18em; }
.usecase-row .usecase-content h3 { margin:18px 0 15px; font:800 clamp(26px,2.5vw,38px)/1.4 "Plus Jakarta Sans","Noto Sans JP",sans-serif; letter-spacing:-.04em; }
.usecase-row .usecase-content>p:not(.usecase-label) { max-width:500px; margin:0; color:var(--muted); font-size:13px; line-height:1.9; }
.usecase-row .usecase-content a { width:100%; margin-top:auto; padding:17px 0 5px; display:flex; justify-content:space-between; border-bottom:1px solid #bfdbfe; color:#1d4ed8; font-size:12px; font-weight:700; }
.journey-grid,.plugin-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.journey-grid article,.plugin-grid article { min-height:300px; padding:30px; background:white; }
.journey-grid b { width:52px; height:52px; display:grid; place-items:center; border-radius:50%; color:white; background:linear-gradient(120deg,#2563eb,#38bdf8); font:600 12px "JetBrains Mono",monospace; }
.journey-grid img { width:68px; height:68px; float:right; margin-top:-48px; }
.journey-grid h3,.plugin-grid h3 { margin:45px 0 12px; font-size:22px; }
.journey-grid p,.plugin-grid p { color:var(--muted); font-size:13px; line-height:1.8; }
.plugin-grid { grid-template-columns:repeat(4,1fr); }
.plugin-grid article { min-height:330px; transition:.25s; }
.plugin-grid article:hover { transform:translateY(-5px); }
.plugin-grid img { width:78px; height:78px; }
.canvas-plugin-icon { width:78px; height:78px; position:relative; border:2px solid #bfdbfe; border-radius:14px; background-color:#f8fbff; background-image:radial-gradient(#93c5fd 1.5px,transparent 1.5px); background-size:12px 12px; }
.canvas-plugin-icon::before,.canvas-plugin-icon::after { content:""; position:absolute; border-radius:5px; box-shadow:0 7px 14px rgba(37,99,235,.16); }
.canvas-plugin-icon::before { width:28px; height:24px; left:12px; top:13px; background:#fde047; transform:rotate(-5deg); }
.canvas-plugin-icon::after { width:25px; height:27px; right:10px; bottom:11px; background:#38bdf8; transform:rotate(6deg); }
.plugin-grid h3 { margin-top:24px; }
.plugin-grid b { display:inline-block; margin-top:22px; color:#2563eb; font:600 11px "JetBrains Mono",monospace; }
.plugin-note { margin:25px 0 0; color:#8a97ab; font-size:11px; text-align:center; }
.billing-switch { width:max-content; margin:-35px auto 45px; padding:4px; display:flex; border:1px solid var(--line); border-radius:999px; background:white; }
.billing-switch button { padding:10px 20px; border:0; border-radius:999px; color:var(--muted); background:transparent; font-weight:700; cursor:pointer; }
.billing-switch button.active { color:white; background:#2563eb; }
.pricing-three { grid-template-columns:repeat(3,1fr); }
.price-card-featured { color:var(--ink); background:white; border:2px solid #2563eb; box-shadow:0 24px 60px rgba(37,99,235,.14); }
.price-card-featured .price-top { border-color:var(--line); }
.price-card-featured .price-top span,.price-card-featured .price-unit,.price-card-featured li { color:var(--muted); }
.price-card-featured li::before { color:#2563eb; }
.popular { background:linear-gradient(120deg,#2563eb,#38bdf8); color:white; }
.soon { padding:3px 6px; border-radius:999px; color:#9a6700; background:#fef3c7; font:600 8px "JetBrains Mono",monospace; font-style:normal; }
.faq-list { max-width:840px; margin:auto; }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { padding:23px 4px; display:flex; justify-content:space-between; align-items:center; font-weight:700; cursor:pointer; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; color:#2563eb; font-size:25px; transition:.2s; }
.faq-list details[open] summary::after { transform:rotate(45deg); }
.faq-list p { margin:-3px 0 23px; color:var(--muted); line-height:1.8; }
.cta { background:linear-gradient(120deg,#2563eb,#38bdf8); }
.button-light { color:#2563eb; background:white; }
footer { background:#eef6ff; color:var(--ink); }
.footer-brand + p,.footer-bottom { color:#8a97ab; }
.footer-links { color:var(--muted); border-color:var(--line); }
.js .feature-card,.js .usecase-row article,.js .price-card,.js .journey-grid article,.js .plugin-grid article { opacity:0; transform:translateY(28px); transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),box-shadow .25s; }
.js .in-view { opacity:1!important; transform:none!important; }
@media(max-width:1100px){.nav>a:not(.button):not(.nav-login){display:none}.plugin-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.journey-grid,.pricing-three{grid-template-columns:1fr}.pricing-three .price-card{min-height:500px}.plugin-grid{grid-template-columns:1fr 1fr}}
@media(max-width:800px){.usecase-row{grid-template-columns:1fr}.usecase-row .usecase-card + .usecase-card{border-top:1px solid rgba(219,234,254,.95)}.usecase-content{min-height:300px}}
@media(max-width:620px){.site-header{height:68px}.nav{gap:8px}.nav-login{display:none}.brand>span:last-child{display:none}.hero{padding:120px 6vw 80px}.hero-actions{align-items:stretch}.space-demo{width:108%;margin-left:-4%}.world-principles{grid-template-columns:1fr}.plugin-grid{grid-template-columns:1fr}.features,.usecases,.journey,.plugins,.pricing,.faq{padding:85px 6vw}.billing-switch{margin-top:-15px}.footer-brand>span:last-child{display:inline}}
@media(prefers-reduced-motion:reduce){.js .feature-card,.js .usecase-row article,.js .price-card,.js .journey-grid article,.js .plugin-grid article{opacity:1;transform:none}}
/* Hero: explanation and an empty landscape iPad */
.hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: clamp(44px, 6vw, 104px);
  min-height: 760px;
  padding: 140px 7vw 100px;
  text-align: left;
}
.hero-copy {
  max-width: 680px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.hero .eyebrow { margin: 0 0 28px; }
.hero h1 { font-size: clamp(44px, 5.2vw, 74px); }
.hero-lead { margin: 30px 0 0; }
.space-demo.world-demo {
  position: relative;
  width: 100%;
  max-width: 760px;
  aspect-ratio: 1.58;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 14px solid #d8e0eb;
  border-radius: 38px;
  background: #fbfdff;
  transform: rotate(-2deg);
  box-shadow: 0 30px 80px rgba(30, 64, 175, .18), inset 0 0 0 1px rgba(15, 23, 42, .12);
}
.space-demo.world-demo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #f4f8ff 100%);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .2);
}
.space-demo.world-demo::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 7px;
  height: 7px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #64748b;
  box-shadow: 0 0 0 2px #cbd5e1;
}
@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 60px;
    padding: 130px 7vw 90px;
  }
  .space-demo.world-demo { margin: 0 auto; transform: none; }
}
@media (max-width: 620px) {
  .hero { gap: 44px; padding: 110px 22px 72px; }
  .space-demo.world-demo {
    width: 100%;
    margin: 0;
    border-width: 9px;
    border-radius: 25px;
  }
  .space-demo.world-demo::before { border-radius: 16px; }
  .space-demo.world-demo::after { top: -7px; width: 5px; height: 5px; }
}

/* Feature stories */
.features { padding: 130px 7vw; background: #f7faff; }
.features .section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 60px;
}
.features .section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
.features .section-intro h2 { font-size: clamp(42px, 5.5vw, 78px); line-height: 1.12; }
.features .section-intro > p:last-child { padding-bottom: 8px; font-size: 15px; line-height: 2; }
.features .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.features .feature-card.feature-story {
  min-height: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 18px 60px rgba(37, 99, 235, .1);
}
.features .feature-card-wide.feature-story {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: stretch;
}
.feature-story img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.feature-card-wide.feature-story img { height: 100%; min-height: 520px; aspect-ratio: auto; }
.feature-story .feature-copy { padding: 38px 38px 42px; }
.feature-card-wide.feature-story .feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 56px; }
.feature-story .feature-number { position: static; display: block; margin-bottom: 28px; color: #2f6df6; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.feature-story h3 { margin: 0 0 18px; font-size: clamp(25px, 2.2vw, 36px); line-height: 1.35; font-weight: 650; }
.feature-story p { max-width: 500px; margin-bottom: 26px; font-size: 13px; line-height: 1.9; }
.feature-story .tag { position: static; align-self: flex-start; display: inline-flex; padding: 9px 14px; border-radius: 999px; background: #edf5ff; color: #2563eb; font-size: 10px; letter-spacing: .08em; }
.feature-tools { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
.feature-tools span { padding: 13px 19px; border: 1px solid #dbeafe; border-radius: 999px; background: rgba(255,255,255,.78); color: #52627a; font-size: 11px; letter-spacing: .04em; }
@media (max-width: 900px) {
  .features .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .features .section-intro .eyebrow { grid-column: auto; margin-bottom: 4px; }
  .features .feature-grid { grid-template-columns: 1fr; }
  .features .feature-card-wide.feature-story { grid-column: auto; display: block; }
  .feature-card-wide.feature-story img { min-height: 0; aspect-ratio: 1.5; }
  .feature-card-wide.feature-story .feature-copy { padding: 38px 38px 42px; }
}
@media (max-width: 620px) {
  .features { padding: 90px 22px; }
  .features .section-intro { margin-bottom: 42px; }
  .features .feature-card.feature-story { min-height: 0; border-radius: 20px; }
  .feature-story .feature-copy, .feature-card-wide.feature-story .feature-copy { padding: 28px 24px 32px; }
  .feature-story .feature-number { margin-bottom: 20px; }
  .feature-tools { justify-content: flex-start; }
}

/* Keep all three feature stories on the same one-row layout. */
.features .feature-grid { grid-template-columns: 1fr; }
.features .feature-card.feature-story,
.features .feature-card-wide.feature-story {
  grid-column: auto;
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  align-items: stretch;
}
.feature-story img,
.feature-card-wide.feature-story img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  aspect-ratio: auto;
}
.feature-story .feature-copy,
.feature-card-wide.feature-story .feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
}
@media (max-width: 900px) {
  .features .feature-card.feature-story,
  .features .feature-card-wide.feature-story { display: block; }
  .feature-story img,
  .feature-card-wide.feature-story img { min-height: 0; aspect-ratio: 1.5; }
}
@media (max-width: 620px) {
  .feature-story .feature-copy,
  .feature-card-wide.feature-story .feature-copy { padding: 28px 24px 32px; }
}

/* Pricing refinement */
.pricing .billing-switch { position: relative; isolation: isolate; margin-bottom: 38px; padding: 5px; border-color: #dbe7fb; box-shadow: 0 8px 24px rgba(37,99,235,.08); }
.pricing .billing-switch::before { content: ""; position: absolute; z-index: -1; top: 5px; bottom: 5px; left: 5px; width: calc(50% - 5px); border-radius: 999px; background: #2563eb; box-shadow: 0 6px 16px rgba(37,99,235,.25); transform: translateX(0); transition: transform .38s cubic-bezier(.22,1,.36,1); }
.pricing.is-yearly .billing-switch::before { transform: translateX(100%); }
.pricing .billing-switch button { position: relative; min-width: 96px; padding: 12px 22px; transition: color .25s; }
.pricing .billing-switch button.active { background: transparent; box-shadow: none; }
.pricing-three { gap: 18px; align-items: stretch; }
.pricing-three .price-card {
  min-height: 540px;
  padding: 34px 34px 38px;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(37,99,235,.08);
}
.pricing-three .price-card-featured { border: 0; box-shadow: 0 22px 60px rgba(37,99,235,.14); }
.pricing-three .price-top { padding-bottom: 22px; }
.pricing-three .price-top span { color: #2563eb; font-size: 10px; }
.price-value { min-height: 190px; padding: 34px 0 24px; box-sizing: border-box; }
.price-value h3 { margin: 0 0 6px; }
.price-value .price-unit { margin: 0; color: #7b8ba3; font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.annual-saving { display: flex; align-items: center; gap: 10px; margin-top: 15px; visibility: hidden; opacity: 0; transition: opacity .2s; }
.is-yearly .annual-saving { visibility: visible; opacity: 1; }
.annual-saving del { color: #94a3b8; font-size: 10px; }
.annual-saving strong { padding: 6px 9px; border-radius: 999px; color: #166534; background: #dcfce7; font-size: 9px; letter-spacing: .04em; }
.pricing-three .price-card ul { padding-top: 6px; border-top: 1px solid #eff4fb; }
.pricing-three .price-card li { padding: 10px 0; }
@media (max-width: 800px) {
  .pricing-three .price-card { min-height: 0; }
}
/* Lightweight scroll motion */
.scroll-progress{position:fixed;z-index:200;top:0;left:0;width:100%;height:3px;pointer-events:none;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#2563eb,#38bdf8);will-change:transform}
.js .section-intro>*{opacity:0;transform:translateY(24px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}
.js .section-intro.in-view>*{opacity:1;transform:none}.js .section-intro.in-view>:nth-child(2){transition-delay:.08s}.js .section-intro.in-view>:nth-child(3){transition-delay:.16s}
.js .feature-grid .feature-card:nth-child(2){transition-delay:.08s}.js .feature-grid .feature-card:nth-child(3){transition-delay:.16s}
.feature-story img{transform:scale(1.04) translate3d(0,var(--image-shift,0),0);transition:transform .25s linear;will-change:transform}
.js .feature-tools{opacity:0;transform:translateY(18px);transition:opacity .6s,transform .6s}.js .feature-tools.in-view{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.scroll-progress{display:none}.js .section-intro>*,.js .feature-tools{opacity:1;transform:none;transition:none}.feature-story img{transform:none;transition:none}.pricing .billing-switch::before{transition:none}}

/* Give section headlines room and keep intentional Japanese lines intact. */
.section-intro { grid-template-columns: minmax(140px,.45fr) minmax(0,1.7fr) minmax(260px,.85fr); gap: clamp(28px,4vw,72px); }
.section-intro:has(> h2:last-child) { grid-template-columns: minmax(140px,.45fr) minmax(0,2.55fr); }
.section-intro h2:has(br) { white-space: nowrap; }
@media(max-width:900px){.section-intro,.section-intro:has(> h2:last-child){grid-template-columns:1fr}.section-intro h2:has(br){white-space:normal}}
.usecase-row{grid-template-columns:repeat(3,minmax(0,1fr))}.usecase-row .usecase-content h3{font-size:clamp(24px,2vw,32px)}
@media(max-width:1000px){.usecase-row{grid-template-columns:1fr}.usecase-row .usecase-card+.usecase-card{border-top:1px solid rgba(219,234,254,.95)}}
