@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

:root {
  --cream: #fffbf5;
  --paper: #fffdf9;
  --ink: #292421;
  --muted: #706a65;
  --brand: #a26843;
  --brand-dark: #75401f;
  --brand-soft: #f6ede7;
  --sage: #28736b;
  --sage-dark: #173f3a;
  --sage-soft: #d6eee9;
  --line: #e8e0d8;
  --yellow: #f4c86a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: "Zen Kaku Gothic New", sans-serif; }
main { width: 100%; max-width: 100%; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.nowrap { white-space: nowrap; }
.mobile-break { display: none; }
.skip-link { min-height: 44px; position: fixed; top: 10px; left: 10px; z-index: 100; padding: 11px 16px; border-radius: 10px; background: var(--ink); color: white; display: inline-flex; align-items: center; font-size: 14px; font-weight: 700; transform: translateY(-160%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }
.home-page a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; border-radius: 5px; }
.home-page .site-header nav a { min-height: 44px; display: inline-flex; align-items: center; }
.home-page .nav-pill { justify-content: center; }
#main-content:focus { outline: none; }

.site-header { height: 92px; max-width: 1240px; margin: 0 auto; padding: 0 36px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 9px; font-family: "M PLUS Rounded 1c", sans-serif; font-weight: 800; font-size: 21px; letter-spacing: .04em; }
.brand img { object-fit: contain; }
nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 700; letter-spacing: .05em; }
nav a:not(.nav-pill) { border-bottom: 1px solid transparent; padding: 8px 0; }
nav a:not(.nav-pill):hover { border-color: var(--brand); }
.nav-pill { background: var(--brand); color: white; border-radius: 999px; padding: 12px 22px; box-shadow: 0 8px 20px rgba(117, 64, 31, .14); }

.hero { min-height: calc(100vh - 92px); max-width: 1240px; margin: 0 auto; padding: 48px 36px 88px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(410px, .95fr); gap: 44px; align-items: center; }
.hero-copy { min-width: 0; position: relative; z-index: 3; }
.eyebrow, .section-label { color: var(--sage); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 27px; height: 2px; background: var(--sage); }
h1 { margin: 22px 0 24px; font-family: "M PLUS Rounded 1c", sans-serif; font-size: clamp(46px, 5.4vw, 76px); line-height: 1.26; letter-spacing: -.04em; }
.home-page h1 { font-size: clamp(43px, 4.35vw, 58px); line-height: 1.35; }
.hero-title-line { white-space: nowrap; }
h1 em { color: var(--brand); font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; left: 4%; right: -3%; bottom: 1px; height: 8px; border-radius: 50%; background: var(--brand-soft); z-index: -1; transform: rotate(-1deg); }
.lead { max-width: 600px; color: var(--muted); font-size: 17px; line-height: 2; }
.release-badges { display: flex; gap: 10px; margin-top: 28px; flex-wrap: wrap; }
.release-badges span { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); padding: 12px 16px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; box-shadow: 0 10px 24px rgba(80, 54, 37, .06); }
.release-badges b { color: var(--ink); font-size: 14px; letter-spacing: 0; }
.release-note { color: var(--muted); font-size: 12px; }

.hero-visual { min-width: 0; min-height: 625px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; width: min(510px, 92%); aspect-ratio: 1; border-radius: 44% 56% 58% 42% / 45% 43% 57% 55%; background: var(--brand-soft); position: absolute; animation: blob 12s ease-in-out infinite; }
.orbit { position: absolute; border: 1px dashed rgba(162,104,67,.28); border-radius: 50%; animation: spin 26s linear infinite; }
.orbit::before { content: ""; width: 13px; height: 13px; background: var(--sage); border: 5px solid var(--cream); border-radius: 50%; position: absolute; top: 16%; left: 5%; }
.orbit-one { width: min(560px, 100%); aspect-ratio: 1; }
.orbit-two { width: min(430px, 78%); aspect-ratio: 1; animation-direction: reverse; animation-duration: 19s; }
.orbit-two::before { background: var(--brand); top: auto; left: auto; bottom: 3%; right: 17%; }
.phone { position: relative; width: 298px; min-height: 596px; border: 8px solid var(--ink); border-radius: 38px; background: var(--cream); padding: 12px 17px 17px; box-shadow: 0 32px 60px rgba(62, 40, 27, .2); transform: rotate(2.5deg); z-index: 2; }
.phone::after { content: ""; position: absolute; width: 88px; height: 5px; border-radius: 9px; background: var(--ink); left: 50%; bottom: 7px; transform: translateX(-50%); opacity: .8; }
.phone-top { display: flex; justify-content: space-between; font-size: 9px; font-weight: 700; padding: 0 5px 8px; }
.app-title { min-height: 57px; display: grid; grid-template-columns: 48px 1fr auto; gap: 7px; align-items: center; }
.app-title img { width: 48px; height: 48px; object-fit: contain; }
.app-title div { min-width: 0; display: flex; flex-direction: column; }
.app-title b { font-family: "M PLUS Rounded 1c"; font-size: 14px; }
.app-title small { color: var(--muted); font-size: 7px; white-space: nowrap; }
.recognition-pill { padding: 4px 6px; border-radius: 99px; background: var(--sage-soft); color: var(--sage); font-size: 7px; font-weight: 800; }
.camera-card { height: 213px; margin-top: 7px; border: 2px solid var(--sage); border-radius: 21px; background: linear-gradient(150deg, var(--sage-soft), #fff); position: relative; overflow: hidden; display: grid; place-items: center; }
.camera-card::before, .camera-card::after { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid rgba(40,115,107,.14); border-radius: 50%; }
.camera-card::before { top: -85px; right: -34px; }
.camera-card::after { bottom: -102px; left: -32px; }
.sign-demo-gif { width: 100%; height: 100%; position: relative; z-index: 1; display: block; object-fit: cover; object-position: center 32%; }
.status { position: absolute; top: 10px; left: 10px; background: white; padding: 5px 8px; border-radius: 99px; color: var(--sage); font-size: 8px; font-weight: 700; }
.camera-card .status, .camera-card > small { z-index: 2; }
.status i { display: inline-block; width: 6px; height: 6px; background: var(--sage); border-radius: 50%; margin-right: 4px; animation: pulse 1.4s ease-in-out infinite; }
.person-mark { width: 82px; height: 111px; position: relative; margin-top: 18px; }
.person-mark i { position: absolute; top: 0; left: 28px; width: 30px; height: 34px; border: 5px solid var(--ink); border-radius: 50%; }
.person-mark b { position: absolute; left: 7px; bottom: 0; width: 72px; height: 72px; border: 5px solid var(--ink); border-bottom: 0; border-radius: 50% 50% 0 0; }
.gesture-lines { position: absolute; right: 46px; top: 72px; transform: rotate(-20deg); }
.gesture-lines span { display: block; width: 28px; height: 10px; border-top: 2px solid var(--brand); border-radius: 50%; margin: 2px; }
.camera-card > small { position: absolute; bottom: 10px; color: var(--muted); font-size: 8px; }
.result-card { margin-top: 8px; border: 1px solid var(--line); border-radius: 14px; background: white; padding: 10px 12px; }
.result-card small { display: block; color: var(--muted); font-size: 8px; margin-bottom: 3px; }
.result-card strong { font-size: 15px; }
.js .recognition-result { visibility: hidden; opacity: 0; transform: translateY(7px); transition: opacity .32s ease, transform .32s ease, visibility 0s linear .32s; }
.js [data-sign-sequence].is-recognized .recognition-result { visibility: visible; opacity: 1; transform: translateY(0); transition-delay: 0s; }
.candidate-row { display: flex; gap: 6px; margin-top: 6px; overflow: hidden; }
.candidate-row span { white-space: nowrap; border-radius: 99px; background: var(--brand-soft); color: var(--brand-dark); font-size: 8px; padding: 6px 9px; }
.app-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 8px; padding: 6px 7px 8px; border-top: 1px solid var(--line); color: #958d88; }
.app-tabs span { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 7px; font-weight: 700; }
.app-tabs span > i { height: 14px; color: currentColor; font-style: normal; font-size: 13px; }
.app-tabs .active { color: var(--brand-dark); }
.mini-home { width: 11px; border: 2px solid currentColor; border-top: 0; position: relative; margin-top: 3px; }
.mini-home::before { content: ""; width: 8px; height: 8px; border-left: 2px solid currentColor; border-top: 2px solid currentColor; position: absolute; left: -1px; top: -5px; transform: rotate(45deg); }
.speech-bubble { position: absolute; top: 12%; right: -1%; background: var(--brand); color: white; border-radius: 19px 19px 19px 5px; padding: 14px 19px; font-family: "M PLUS Rounded 1c"; font-weight: 700; transform: rotate(4deg); z-index: 3; box-shadow: 0 14px 30px rgba(117,64,31,.18); animation: float 4.8s ease-in-out infinite; }
.speech-bubble span { color: #f8d69c; margin-left: 4px; }
.floating-tool { width: 51px; height: 51px; position: absolute; z-index: 3; display: grid; place-items: center; border: 5px solid var(--cream); border-radius: 17px; box-shadow: 0 12px 25px rgba(62,40,27,.15); font-size: 23px; animation: float 5.4s ease-in-out infinite; }
.floating-timer { left: 3%; top: 26%; background: #fee4c6; transform: rotate(-8deg); }
.floating-fish { right: 2%; bottom: 18%; background: #cfeef3; animation-delay: -2.1s; transform: rotate(8deg); }

.home-page .section-label { letter-spacing: .12em; }

.section-heading { display: flex; flex-direction: column; align-items: center; text-align: center; }
.section-heading h2, .tools-heading h2, .news-section h2, .soon-section h2 { font-family: "M PLUS Rounded 1c"; font-size: clamp(30px, 4vw, 46px); line-height: 1.45; margin: 16px 0 24px; }
.experience-section { padding: 84px max(36px, calc((100% - 1168px) / 2)) 90px; background: var(--sage-dark); color: white; }
.dark-heading .section-label { color: #8ed0c7; }
.dark-heading > p:last-child { margin: 0; color: #bdd2ce; font-size: 14px; }
.capabilities-heading { scroll-margin-top: 24px; }
.capabilities-heading h2 { max-width: 820px; }
.experience-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 18px; margin-top: 36px; align-items: stretch; scroll-margin-top: 24px; }
.experience-card { min-width: 0; min-height: 0; padding: 30px; border-radius: 28px; color: var(--ink); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.home-experience { background: #eef8f5; display: grid; grid-template-columns: minmax(0, .9fr) minmax(260px, 1.1fr); gap: 24px; align-items: center; }
.tools-experience { background: #fff1df; }
.compact-tools-experience { justify-content: center; }
.experience-number { position: absolute; top: 25px; right: 30px; color: rgba(41,36,33,.11); font-family: "M PLUS Rounded 1c"; font-size: 76px; font-weight: 800; line-height: 1; }
.experience-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; background: white; box-shadow: 0 10px 25px rgba(36,57,52,.08); color: var(--sage); font-size: 21px; }
.home-experience-icon { position: relative; }
.home-experience-icon i { width: 22px; height: 18px; border: 3px solid var(--sage); border-top: 0; position: relative; margin-top: 7px; }
.home-experience-icon i::before { content: ""; width: 16px; height: 16px; border-left: 3px solid var(--sage); border-top: 3px solid var(--sage); position: absolute; left: 0; top: -9px; transform: rotate(45deg); }
.tools-experience-icon { background: var(--brand); color: white; }
.experience-label { margin: 16px 0 7px; color: var(--sage); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.tools-experience .experience-label { color: var(--brand-dark); }
.experience-copy h3 { margin: 0 0 11px; font-family: "M PLUS Rounded 1c"; font-size: clamp(24px, 2.25vw, 32px); line-height: 1.45; }
.experience-copy .home-experience-title { white-space: nowrap; font-size: clamp(24px, 2vw, 29px); }
.experience-copy > p:not(.experience-label) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.inline-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 18px; color: var(--brand-dark); font-size: 12px; font-weight: 700; border-bottom: 1px solid rgba(117,64,31,.35); padding-bottom: 5px; }
.inline-link span { font-size: 15px; }
.keyboard-inline { margin-top: 14px; padding: 11px 12px; border: 1px solid rgba(40,115,107,.18); border-radius: 15px; background: rgba(255,255,255,.78); display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 10px; align-items: center; }
.keyboard-inline-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--brand-soft); color: var(--brand-dark); font-size: 20px; }
.keyboard-inline-copy { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.keyboard-inline-copy small { color: var(--sage); font-size: 12px; font-weight: 800; }
.keyboard-inline-copy strong { font-family: "M PLUS Rounded 1c"; font-size: 14px; line-height: 1.5; }
.keyboard-inline-copy > span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.home-visual-stack { min-width: 0; width: 100%; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.keyboard-below-phone { width: min(100%, 290px); margin-top: 0; }

.home-demo { margin: 0 auto; width: min(100%, 242px); padding: 27px 12px 14px; position: relative; border: 6px solid var(--ink); border-radius: 34px; background: var(--cream); box-shadow: 0 22px 42px rgba(23,63,58,.17); transform: rotate(-1.2deg); }
.home-phone-speaker { width: 54px; height: 4px; position: absolute; top: 10px; left: 50%; border-radius: 999px; background: var(--ink); transform: translateX(-50%); opacity: .86; }
.home-phone-demo::after { content: ""; width: 54px; height: 3px; position: absolute; bottom: 5px; left: 50%; border-radius: 999px; background: var(--ink); transform: translateX(-50%); opacity: .72; }
.demo-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; font-family: "M PLUS Rounded 1c"; font-size: 14px; font-weight: 800; }
.demo-header b { display: inline-flex; align-items: center; gap: 4px; padding: 5px 8px; border-radius: 999px; background: var(--sage-soft); color: var(--sage); font-size: 8px; }
.demo-header i { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); animation: pulse 1.4s ease-in-out infinite; }
.demo-camera { height: 138px; overflow: hidden; position: relative; display: grid; place-items: center; border: 2px solid var(--sage); border-radius: 18px; background: linear-gradient(145deg, #d8eee9, white); }
.demo-camera::before { content: ""; width: 180px; height: 180px; position: absolute; border: 1px solid rgba(40,115,107,.18); border-radius: 50%; }
.demo-camera .sign-demo-gif { object-position: center; }
.demo-camera small { position: absolute; bottom: 8px; color: var(--muted); font-size: 7px; }
.demo-camera small, .demo-camera .scan-line { z-index: 2; }
.demo-person { width: 67px; height: 85px; position: relative; margin-top: 20px; }
.demo-person i { width: 28px; height: 30px; position: absolute; top: 0; left: 20px; border: 4px solid var(--ink); border-radius: 50%; }
.demo-person b { width: 62px; height: 57px; position: absolute; bottom: 0; left: 3px; border: 4px solid var(--ink); border-bottom: 0; border-radius: 50% 50% 0 0; }
.scan-line { height: 2px; position: absolute; left: 12px; right: 12px; top: 24px; background: linear-gradient(90deg, transparent, var(--sage), transparent); box-shadow: 0 0 8px var(--sage); animation: scan 2.7s ease-in-out infinite; }
.demo-recognition-state { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 7px; padding: 7px 8px; border-radius: 10px; background: var(--sage-soft); color: var(--sage-dark); font-size: 8px; font-weight: 800; letter-spacing: .05em; }
.demo-recognition-state i { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); animation: pulse 1.4s ease-in-out infinite; }
.demo-result { margin-top: 8px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 12px; background: white; display: grid; grid-template-columns: 1fr auto; align-items: center; }
.demo-result small { grid-column: 1 / -1; color: var(--muted); font-size: 7px; }
.demo-result strong { font-size: 13px; }
.demo-result span { color: var(--sage); font-size: 8px; font-weight: 700; }
.demo-candidates { display: flex; gap: 5px; margin-top: 7px; overflow: hidden; }
.demo-candidates span { padding: 6px 8px; border-radius: 99px; background: var(--brand-soft); color: var(--brand-dark); white-space: nowrap; font-size: 7px; }
.demo-app-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 8px; padding: 7px 4px 5px; border-top: 1px solid var(--line); color: #958d88; }
.demo-app-tabs span { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 7px; font-weight: 700; }
.demo-app-tabs span > i { height: 14px; color: currentColor; font-style: normal; font-size: 13px; }
.demo-app-tabs .active { color: var(--brand-dark); }

.tool-menu-demo { margin: auto auto 0; width: min(100%, 405px); padding: 21px 19px 23px; position: relative; border: 6px solid var(--ink); border-radius: 27px; background: var(--cream); box-shadow: 0 22px 42px rgba(90,55,29,.15); transform: rotate(1.7deg); }
.tool-menu-head { display: flex; flex-direction: column; margin-bottom: 16px; }
.tool-menu-head span { color: var(--sage); font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.tool-menu-head strong { margin: 2px 0; font-family: "M PLUS Rounded 1c"; font-size: 18px; }
.tool-menu-head small { color: var(--muted); font-size: 8px; }
.tool-menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.tool-menu-grid div { min-width: 0; }
.tool-menu-grid img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 13px; box-shadow: 0 5px 12px rgba(51,35,25,.12); }
.tool-menu-grid b { display: block; margin-top: 6px; font-size: 8px; line-height: 1.35; }
.tool-menu-spark { position: absolute; color: var(--brand); animation: twinkle 2.3s ease-in-out infinite; }
.spark-one { right: 19px; top: 18px; font-size: 18px; }
.spark-two { right: 44px; top: 42px; font-size: 9px; animation-delay: -.8s; }

.tools-section { padding: 104px max(36px, calc((100% - 1168px) / 2)) 98px; background: var(--paper); }
.tools-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.tools-heading h2 { margin-bottom: 0; }
.tools-heading h2 span { display: inline-block; white-space: nowrap; }
.tools-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 2; }
.tool-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 48px; padding-bottom: 36px; }
.tool-card { min-width: 0; transition: transform .28s ease; }
.tool-card:nth-child(2) { transform: translateY(42px); }
.tool-card:hover { transform: translateY(-7px); }
.tool-card:nth-child(2):hover { transform: translateY(35px); }
.tool-image-wrap { position: relative; overflow: hidden; border-radius: 29px; background: var(--brand-soft); box-shadow: 0 20px 42px rgba(63,45,33,.13); }
.tool-image-wrap::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(255,255,255,.55); pointer-events: none; }
.tool-image-wrap img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .55s ease; }
.tool-card:hover .tool-image-wrap img { transform: scale(1.035); }
.tool-icon { width: 55px; height: 55px; position: absolute; left: 17px; bottom: 17px; display: grid; place-items: center; border: 5px solid rgba(255,255,255,.9); border-radius: 18px; background: var(--brand); color: white; box-shadow: 0 9px 20px rgba(43,32,25,.18); font-family: "M PLUS Rounded 1c"; font-size: 21px; font-weight: 800; }
.timer-tool .tool-icon { background: var(--sage); }
.runner-tool .tool-icon { background: #df614c; }
.aquarium-tool .tool-icon { background: #18729a; font-size: 22px; }
.tool-number { position: absolute; right: 20px; top: 18px; color: rgba(255,255,255,.88); text-shadow: 0 2px 12px rgba(0,0,0,.3); font-family: "M PLUS Rounded 1c"; font-size: 18px; font-weight: 800; }
.tool-copy { padding: 21px 8px 0; }
.tool-copy > p:first-child { margin: 0 0 7px; color: var(--sage); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.runner-tool .tool-copy > p:first-child { color: #c24a38; }
.aquarium-tool .tool-copy > p:first-child { color: #18729a; }
.tool-copy h3 { margin: 0 0 9px; font-family: "M PLUS Rounded 1c"; font-size: 23px; line-height: 1.4; }
.tool-copy > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.tools-growth-note { width: fit-content; max-width: 100%; margin: 20px auto 0; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--sage-dark); font-size: 13px; font-weight: 700; line-height: 1.65; text-align: center; }
.tools-growth-note span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--sage-soft); color: var(--sage); font-family: "M PLUS Rounded 1c"; font-size: 16px; line-height: 1; }

.how-section { width: 100%; min-width: 0; background: var(--brand-dark); color: white; padding: 84px max(36px, calc((100% - 1168px) / 2)); }
.how-section .section-label { color: #c7e8e2; }
.section-heading h2 { margin-top: 12px; }
.usage-steps { list-style: none; margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; }
.usage-steps li { min-width: 0; padding: 16px 48px 16px 18px; position: relative; border: 1px solid rgba(255,255,255,.2); border-radius: 17px; background: rgba(255,255,255,.08); display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: center; }
.usage-steps li:not(:last-child)::after { content: "→"; position: absolute; right: -32px; top: 50%; color: #d9b18d; font-size: 21px; transform: translateY(-50%); }
.step-index { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--cream); color: var(--brand-dark); font-family: "M PLUS Rounded 1c"; font-size: 17px; font-weight: 800; }
.usage-steps strong { display: block; font-family: "M PLUS Rounded 1c"; font-size: 18px; line-height: 1.45; }
.usage-steps p { margin: 5px 0 0; color: #dccfc7; font-size: 12px; line-height: 1.65; }
.recognition-info-grid { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.recognition-info-grid article { min-width: 0; padding: 18px; border-radius: 18px; background: var(--paper); color: var(--ink); display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; align-items: start; }
.recognition-info-grid .data-card { background: #fffaf4; }
.info-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: var(--sage-soft); color: var(--sage); font-size: 16px; font-weight: 800; }
.privacy-mark { background: var(--brand-soft); color: var(--brand-dark); }
.recognition-info-grid h3 { margin: 2px 0 7px; font-family: "M PLUS Rounded 1c"; font-size: 17px; line-height: 1.5; }
.recognition-info-grid p { margin: 0; color: #5b524c; font-size: 12px; line-height: 1.75; }
.recognition-info-grid .growth-note { margin-top: 9px; padding-top: 9px; border-top: 1px solid var(--line); color: var(--sage-dark); }
.recognition-info-grid .home-processing-note { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); color: var(--sage-dark); }

.vision-section { padding: 104px max(36px, calc((100% - 1168px) / 2)) 108px; position: relative; overflow: hidden; background: radial-gradient(circle at 8% 18%, rgba(214,238,233,.65), transparent 24%), radial-gradient(circle at 92% 82%, rgba(246,237,231,.9), transparent 28%), var(--cream); text-align: center; }
.vision-section::before, .vision-section::after { content: ""; width: 210px; height: 210px; position: absolute; border: 1px dashed rgba(40,115,107,.16); border-radius: 50%; pointer-events: none; }
.vision-section::before { left: -92px; bottom: -104px; }
.vision-section::after { right: -104px; top: -86px; }
.vision-heading, .vision-copy { position: relative; z-index: 1; }
.vision-section h2 { max-width: 1168px; margin: 15px auto 0; font-family: "M PLUS Rounded 1c"; font-size: clamp(38px, 4vw, 52px); line-height: 1.45; letter-spacing: -.02em; }
.vision-copy { max-width: 820px; margin: 32px auto 0; }
.vision-copy > p { margin-left: auto; margin-right: auto; color: var(--muted); font-size: 15px; line-height: 2; }
.vision-lead { margin-top: 0; max-width: 780px; color: var(--ink) !important; font-size: 16px !important; font-weight: 500; }
.vision-actions { margin-top: 25px; margin-bottom: 20px; color: var(--sage-dark) !important; font-family: "M PLUS Rounded 1c"; font-size: clamp(20px, 2.2vw, 27px) !important; font-weight: 800; letter-spacing: .04em; }
.vision-close { margin-top: 0; margin-bottom: 0; color: var(--brand-dark) !important; font-weight: 700; }
.vision-mobile-break { display: none; }

.news-section { background: var(--brand-soft); padding: 76px max(36px, calc((100% - 1168px) / 2)); display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.news-section h2 { margin-bottom: 10px; font-size: clamp(28px, 3vw, 40px); }
.news-section > div > p:last-child { color: var(--muted); margin: 0; }
.text-link { white-space: nowrap; font-weight: 700; color: var(--brand-dark); border-bottom: 1px solid var(--brand); padding: 12px 0; }
.text-link span { margin-left: 16px; }
.soon-section { text-align: center; padding: 120px 24px; background: var(--paper); position: relative; overflow: hidden; }
.soon-section::before, .soon-section::after { content: ""; width: 240px; height: 240px; position: absolute; border: 1px dashed rgba(162,104,67,.18); border-radius: 50%; }
.soon-section::before { left: -100px; top: 30px; }
.soon-section::after { right: -90px; bottom: -80px; }
.soon-section > img { object-fit: contain; position: relative; z-index: 1; }
.soon-section h2 { margin: 10px 0 12px; }
.soon-section > p:not(.section-label) { color: var(--muted); }
.soon-section .release-badges { justify-content: center; margin-top: 26px; }
.release-mail-lead { margin-top: 5px; font-weight: 700; color: var(--brand-dark) !important; }
.release-form { width: min(100%, 660px); margin: 28px auto 0; position: relative; z-index: 2; text-align: left; }
.release-form > label { display: block; margin-bottom: 8px; color: var(--ink); font-size: 13px; font-weight: 700; }
.release-form-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.release-form-row input { min-width: 0; height: 54px; border: 1px solid var(--line); border-radius: 15px; background: white; padding: 0 17px; color: var(--ink); font: inherit; font-size: 15px; outline: none; box-shadow: 0 10px 28px rgba(63,45,33,.07); }
.release-form-row input:focus { border-color: var(--sage); box-shadow: 0 0 0 4px rgba(40,115,107,.12); }
.release-form-row button { min-height: 54px; border: 0; border-radius: 15px; background: var(--brand); padding: 0 23px; color: white; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; box-shadow: 0 12px 24px rgba(162,104,67,.22); transition: transform .2s ease, opacity .2s ease; }
.release-form-row button:hover { transform: translateY(-1px); }
.release-form-row button:disabled { opacity: .65; cursor: wait; transform: none; }
.release-form-status { min-height: 26px; margin: 12px 0 0; border-radius: 12px; font-size: 13px; font-weight: 700; line-height: 1.7; text-align: center; }
.release-form-status.is-success { padding: 11px 13px; background: var(--sage-soft); color: var(--sage-dark) !important; }
.release-form-status.is-error, .release-form-error { padding: 11px 13px; background: #fff0eb; color: #9b4a35 !important; }
.release-form-note, .release-privacy-note { margin: 8px auto 0; color: var(--muted) !important; font-size: 11px; line-height: 1.75; text-align: center; }
.release-privacy-note a { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.release-honeypot { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }
.outline-link { display: inline-block; margin-top: 28px; border: 1px solid var(--brand); border-radius: 999px; padding: 14px 24px; color: var(--brand-dark); font-size: 13px; font-weight: 700; }
.home-page .inline-link, .home-page .text-link, .home-page .outline-link { min-height: 44px; align-items: center; }
.home-page .text-link { display: inline-flex; }
.home-page .outline-link { display: inline-flex; justify-content: center; }

.site-footer { width: 100%; min-width: 0; background: var(--ink); color: white; padding: 58px max(30px, calc((100% - 1168px) / 2)) 26px; display: grid; grid-template-columns: 1fr auto; gap: 42px; }
.footer-main p { color: #bfb8b4; font-size: 12px; }
.footer-brand { width: fit-content; }
.footer-brand img { object-fit: cover; border-radius: 22%; }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand small { color: #bfb8b4; font-family: "Zen Kaku Gothic New"; font-size: 9px; font-weight: 400; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: center; gap: 14px 24px; max-width: 520px; font-size: 12px; color: #d8d3cf; }
.footer-links a:hover { color: white; }
.home-footer .footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
.copyright { grid-column: 1 / -1; border-top: 1px solid #47403c; padding-top: 22px; margin: 0; color: #8e8782; font-size: 10px; }
.home-footer .footer-brand small { font-size: 11px; }
.home-footer .copyright { color: #968f8a; font-size: 11px; }

.pr-draft-bar { background: #fff0c7; color: #6d5014; border-block: 1px solid #ead28d; text-align: center; padding: 11px 20px; font-size: 12px; font-weight: 700; }
.press-article { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 66px 0 100px; }
.back-link { color: var(--muted); font-size: 12px; }
.press-heading { padding-top: 52px; text-align: center; }
.press-date { color: var(--muted); font-size: 13px; margin: 28px 0 38px; }
.press-recipient { text-align: left; font-size: 13px; line-height: 1.8; margin-bottom: 0; }
.press-company { text-align: right; font-size: 13px; margin-top: -20px; }
.press-heading h1 { margin: 48px 0 22px; font-size: clamp(30px, 5vw, 49px); line-height: 1.55; letter-spacing: -.03em; }
.press-subtitle { color: var(--brand-dark); font-family: "M PLUS Rounded 1c"; font-size: 17px; font-weight: 700; line-height: 1.8; }
.pr-image-placeholder { aspect-ratio: 16 / 9; margin: 56px 0 44px; border: 1px dashed #b99a83; border-radius: 10px; background: repeating-linear-gradient(-45deg, var(--brand-soft), var(--brand-soft) 12px, #f0e3da 12px, #f0e3da 24px); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--brand-dark); text-align: center; }
.pr-image-placeholder span { font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.pr-image-placeholder strong { margin: 8px 0 4px; font-size: 18px; }
.pr-image-placeholder small { color: var(--muted); }
.press-article > p, .press-article section > p { font-size: 15px; line-height: 2.05; }
.press-lead { font-weight: 500; font-size: 16px !important; }
.press-article section { margin-top: 74px; }
.press-article section h2 { border-left: 5px solid var(--brand); padding-left: 17px; font-family: "M PLUS Rounded 1c"; font-size: 28px; line-height: 1.5; }
.press-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.press-features > div { border: 1px solid var(--line); border-radius: 14px; background: var(--paper); padding: 22px; }
.press-features span { width: 28px; height: 28px; border-radius: 50%; background: var(--brand); color: white; display: grid; place-items: center; font-weight: 700; font-size: 12px; }
.press-features h3 { font-size: 17px; margin: 14px 0 7px; }
.press-features p { color: var(--muted); font-size: 13px; line-height: 1.8; margin: 0; }
.press-spec { border-top: 1px solid var(--line); margin-top: 28px; }
.press-spec div { display: grid; grid-template-columns: 155px 1fr; border-bottom: 1px solid var(--line); }
.press-spec dt, .press-spec dd { margin: 0; padding: 15px 12px; font-size: 14px; }
.press-spec dt { font-weight: 700; background: var(--brand-soft); }
.press-spec dd a { color: var(--sage); text-decoration: underline; text-underline-offset: 3px; }
.press-contact { padding: 38px; border: 2px solid var(--brand); border-radius: 20px; background: var(--paper); text-align: center; }
.press-contact h2 { border: 0 !important; padding-left: 0 !important; }
.press-contact a { display: inline-block; margin-top: 12px; border-radius: 999px; background: var(--brand); color: white; padding: 14px 24px; font-weight: 700; font-size: 13px; }
.editor-note { margin-top: 62px; background: #fff8dc; border: 1px solid #e8d796; border-radius: 12px; padding: 20px; color: #6a5526; font-size: 12px; }
.editor-note p { margin: 6px 0 0; line-height: 1.7; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { opacity: .35; } }
@keyframes float { 50% { translate: 0 -9px; } }
@keyframes twinkle { 50% { opacity: .32; transform: scale(.75) rotate(20deg); } }
@keyframes scan { 0%, 100% { top: 25px; opacity: .45; } 50% { top: 137px; opacity: 1; } }
@keyframes blob { 0%, 100% { border-radius: 44% 56% 58% 42% / 45% 43% 57% 55%; } 50% { border-radius: 56% 44% 42% 58% / 52% 58% 42% 48%; } }

@media (max-width: 1040px) {
  nav { gap: 17px; font-size: 12px; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(370px, .86fr); gap: 22px; }
  .experience-card { padding: 34px; }
  .experience-number { font-size: 64px; }
  .tool-copy h3 { font-size: 20px; }
}

@media (max-width: 840px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand img { width: 46px; height: 46px; }
  nav a:not(.nav-pill) { display: none; }
  .home-page .site-header nav a:not(.nav-pill) { display: none; }
  .nav-pill { padding: 10px 16px; }
  .hero { grid-template-columns: 1fr; padding: 50px 24px 76px; text-align: center; gap: 16px; }
  .eyebrow, .release-badges { justify-content: center; }
  .lead { margin-left: auto; margin-right: auto; }
  .hero-visual { min-height: 610px; width: 100%; max-width: 570px; margin: -8px auto -20px; }
  .experience-section { padding: 62px 24px 66px; }
  .experience-grid { grid-template-columns: 1fr; max-width: 620px; margin: 32px auto 0; gap: 14px; }
  .experience-card { min-height: auto; padding: 28px; }
  .home-experience .home-demo { margin: 0; }
  .tools-section { padding: 76px 24px; }
  .tools-heading { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .tool-showcase { grid-template-columns: 1fr; max-width: 520px; margin: 40px auto 0; gap: 36px; padding: 0; }
  .tool-card, .tool-card:nth-child(2), .tool-card:hover, .tool-card:nth-child(2):hover { transform: none; }
  .usage-steps { grid-template-columns: 1fr; max-width: 620px; margin: 28px auto 0; gap: 10px; position: relative; }
  .usage-steps::before { content: ""; position: absolute; left: 38px; top: 38px; bottom: 38px; border-left: 1px solid rgba(255,255,255,.32); }
  .usage-steps li { padding: 15px 18px; grid-template-columns: 38px minmax(0, 1fr); }
  .usage-steps li:not(:last-child)::after { content: "↓"; right: auto; left: 31px; top: auto; bottom: -17px; color: #d9b18d; font-size: 14px; line-height: 18px; transform: none; z-index: 2; }
  .recognition-info-grid { max-width: 620px; margin: 20px auto 0; grid-template-columns: 1fr; gap: 9px; }
  .vision-section { padding: 76px 24px 80px; }
  .news-section { align-items: flex-start; flex-direction: column; padding: 60px 24px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > *, .footer-links { min-width: 0; }
  .footer-links { justify-content: flex-start; }
  .press-features { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .home-experience { grid-template-columns: 1fr; gap: 0; }
  .home-visual-stack { margin-top: 20px; }
  .home-experience .home-phone-demo { margin: 0 auto; }
  .tools-section { padding: 48px 16px 54px; }
  .tools-heading { gap: 10px; }
  .tools-heading > p { line-height: 1.75; }
  .tool-showcase { max-width: 480px; margin-top: 24px; gap: 13px; }
  .tool-card { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 13px; align-items: center; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
  .tool-card:last-child { padding-bottom: 0; border-bottom: 0; }
  .tool-image-wrap { border-radius: 19px; }
  .tool-image-wrap img { aspect-ratio: 1; }
  .tool-icon { width: 34px; height: 34px; left: 8px; bottom: 8px; border-width: 3px; border-radius: 11px; font-size: 14px; }
  .aquarium-tool .tool-icon { font-size: 14px; }
  .tool-number { right: 10px; top: 8px; font-size: 12px; }
  .tool-copy { padding: 0; }
  .tool-copy > p:first-child { margin-bottom: 4px; }
  .tool-copy h3 { margin-bottom: 5px; font-size: 19px; line-height: 1.35; }
  .tool-copy > p:last-child { font-size: 12px; line-height: 1.65; }
  .tools-growth-note { margin-top: 20px; font-size: 12px; }
}

@media (max-width: 440px) {
  .mobile-break { display: block; }
  h1 { font-size: min(11.2vw, 43px); }
  .home-page h1 { font-size: min(8.5vw, 38px); }
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero-visual { min-height: 535px; transform: scale(.84); margin: -52px auto -60px; }
  .speech-bubble { right: -5%; }
  .floating-timer { left: -1%; }
  .floating-fish { right: -1%; }
  .experience-section { padding: 44px 16px 36px; }
  .capabilities-heading h2 { margin: 10px 0 12px; font-size: 28px; line-height: 1.45; }
  .dark-heading > p:last-child { font-size: 13px; line-height: 1.6; }
  .experience-grid { margin-top: 22px; gap: 10px; }
  .experience-card { padding: 18px 16px; border-radius: 22px; }
  .experience-number { top: 18px; right: 16px; font-size: 46px; }
  .experience-icon { width: 42px; height: 42px; border-radius: 13px; }
  .experience-label { margin-top: 12px; }
  .experience-copy h3 { margin-bottom: 8px; font-size: 21px; }
  .experience-copy > p:not(.experience-label) { font-size: 12px; line-height: 1.65; }
  .keyboard-inline { margin-top: 10px; padding: 9px 10px; grid-template-columns: 36px minmax(0, 1fr); gap: 8px; }
  .keyboard-inline-icon { width: 36px; height: 36px; }
  .keyboard-inline-copy strong { font-size: 13px; }
  .keyboard-inline-copy > span { font-size: 11px; }
  .home-visual-stack { margin-top: 16px; gap: 10px; }
  .home-experience .home-phone-demo { width: min(100%, 232px); margin: 0 auto; transform: none; }
  .home-demo { padding: 27px 11px 14px; border-width: 5px; }
  .demo-camera { height: 132px; }
  .tool-menu-demo { padding: 14px 12px 16px; border-width: 5px; }
  .tool-menu-head { margin-bottom: 11px; }
  .tool-menu-grid { gap: 6px; }
  .tool-menu-grid b { font-size: 7px; }
  .tools-heading > p br { display: none; }
  .how-section { padding: 42px 16px 44px; }
  .how-section .section-heading h2 { margin: 9px 0 0; font-size: 28px; line-height: 1.42; }
  .usage-steps { margin-top: 20px; gap: 8px; }
  .usage-steps li { padding: 10px 12px; grid-template-columns: 32px minmax(0, 1fr); gap: 10px; border-radius: 14px; }
  .usage-steps::before { left: 27px; top: 31px; bottom: 31px; }
  .usage-steps li:not(:last-child)::after { left: 20px; bottom: -16px; }
  .step-index { width: 32px; height: 32px; border-radius: 10px; font-size: 15px; }
  .usage-steps strong { font-size: 15px; }
  .usage-steps p { margin-top: 2px; line-height: 1.55; }
  .recognition-info-grid { margin-top: 16px; gap: 8px; }
  .recognition-info-grid article { padding: 14px; grid-template-columns: 30px minmax(0, 1fr); gap: 9px; border-radius: 14px; }
  .info-mark { width: 32px; height: 32px; }
  .recognition-info-grid article > div { display: contents; }
  .recognition-info-grid h3 { grid-column: 2; margin: 1px 0 0; font-size: 16px; line-height: 1.45; }
  .recognition-info-grid p { grid-column: 1 / -1; font-size: 12px; line-height: 1.65; }
  .recognition-info-grid .growth-note, .recognition-info-grid .home-processing-note { margin-top: 7px; padding-top: 7px; }
  .vision-section { padding: 64px 18px 68px; }
  .vision-section h2 { margin-top: 10px; font-size: 30px; line-height: 1.48; }
  .vision-copy { margin-top: 24px; }
  .vision-copy > p { font-size: 14px; line-height: 1.9; }
  .vision-lead { font-size: 13px !important; }
  .vision-actions { margin: 22px 0 17px; font-size: 19px !important; line-height: 1.8 !important; }
  .vision-mobile-break { display: block; }
  .soon-section { padding: 60px 18px; }
  .soon-section > img { width: 84px; height: 84px; }
  .soon-section .release-badges { flex-wrap: nowrap; margin-top: 16px; }
  .soon-section .release-badges span { flex: 1; padding: 10px 11px; }
  .release-form { margin-top: 22px; }
  .release-form-row { grid-template-columns: 1fr; }
  .release-form-row button { width: 100%; }
  .release-form-note, .release-privacy-note { text-align: left; }
  .soon-section .outline-link { margin-top: 18px; }
  .home-footer { padding: 42px 20px 20px; gap: 24px; }
  .home-footer .footer-links { gap: 8px 18px; }
  .home-footer .copyright { padding-top: 17px; }
  .site-footer { padding-left: 24px; padding-right: 24px; }
  .press-article { width: min(100% - 28px, 820px); padding-top: 40px; }
  .press-heading { padding-top: 32px; }
  .press-heading h1 { font-size: 28px; }
  .press-company { margin-top: 18px; text-align: left; }
  .press-spec div { grid-template-columns: 1fr; }
  .press-spec dd { padding-top: 4px; }
  .press-contact { padding: 28px 18px; }
}

/* Keep informational text readable on the service page, including narrow screens. */
.home-page .release-badges span,
.home-page .experience-label,
.home-page .tool-copy > p:first-child,
.home-page .footer-brand small,
.home-page .copyright { font-size: 12px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit, .status i, .demo-header i, .demo-recognition-state i, .speech-bubble, .floating-tool, .tool-menu-spark, .scan-line, .hero-visual::before { animation: none; }
  .tool-card, .tool-image-wrap img { transition: none; }
  .recognition-result { transition: none !important; }
}
