@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; }
.hero-points { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 25px; }
.hero-points > span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; background: rgba(214, 238, 233, .65); color: var(--sage-dark); font-size: 12px; font-weight: 700; }
.hero-points i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--sage); font-style: normal; font-size: 11px; }
.point-home { position: relative; }
.point-home::before { content: ""; width: 8px; height: 7px; border: 2px solid currentColor; border-top: 0; position: absolute; left: 5px; bottom: 4px; }
.point-home::after { content: ""; width: 8px; height: 8px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; position: absolute; left: 5px; top: 4px; transform: rotate(45deg); }
.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; }
.status { position: absolute; top: 10px; left: 10px; background: white; padding: 5px 8px; border-radius: 99px; color: var(--sage); font-size: 8px; font-weight: 700; }
.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; }
.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: 96px max(36px, calc((100% - 1168px) / 2)) 106px; 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.14fr) minmax(0, .86fr); gap: 24px; margin-top: 46px; scroll-margin-top: 24px; }
.experience-card { min-width: 0; min-height: 650px; padding: 36px; border-radius: 32px; color: var(--ink); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.home-experience { background: #eef8f5; }
.tools-experience { background: #fff1df; }
.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 > 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: 17px; padding: 13px 14px; border: 1px solid rgba(40,115,107,.18); border-radius: 16px; background: rgba(255,255,255,.78); display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 11px; 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-demo { margin: auto auto 0; width: min(100%, 392px); padding: 18px; border: 6px solid var(--ink); border-radius: 27px; background: var(--cream); box-shadow: 0 22px 42px rgba(23,63,58,.17); transform: rotate(-1.6deg); }
.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: 170px; 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 small { position: absolute; bottom: 8px; color: var(--muted); font-size: 7px; }
.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-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; }

.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 > 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; }

.how-section { width: 100%; min-width: 0; background: var(--brand-dark); color: white; padding: 96px max(36px, calc((100% - 1168px) / 2)); }
.how-section .section-label { color: #c7e8e2; }
.section-heading h2 { margin-top: 12px; }
.usage-steps { list-style: none; margin: 44px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; }
.usage-steps li { min-width: 0; padding: 20px 50px 20px 20px; position: relative; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.08); display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 13px; 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: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.recognition-info-grid article { min-width: 0; padding: 20px; border-radius: 18px; background: var(--paper); color: var(--ink); display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; align-items: start; }
.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 .home-processing-note { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); color: var(--sage-dark); }

.vision-section { padding: 82px max(36px, calc((100% - 1168px) / 2)); background: var(--cream); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 56px; align-items: center; }
.vision-section h2 { margin: 14px 0 0; font-family: "M PLUS Rounded 1c"; font-size: clamp(30px, 3.6vw, 44px); line-height: 1.5; }
.vision-copy { padding: 24px 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 16px 36px rgba(63,45,33,.06); }
.vision-copy > p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.vision-copy > p:last-child { margin-bottom: 0; }
.vision-lead { margin-top: 0; color: var(--ink) !important; font-family: "M PLUS Rounded 1c"; font-size: 18px !important; font-weight: 700; line-height: 1.6 !important; }
.vision-actions { margin: 12px 0; color: var(--sage-dark) !important; font-weight: 800; }

.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; }
.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; }

.press-page a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; border-radius: 5px; }
.press-page .site-header nav a, .press-page .footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
.press-page .nav-pill { justify-content: center; }
.pr-draft-bar { background: #fff0c7; color: #6d5014; border-block: 1px solid #ead28d; text-align: center; padding: 11px 20px; font-size: 12px; font-weight: 700; line-height: 1.65; }
.press-article { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 66px 0 100px; }
.press-article:focus { outline: none; }
.back-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: 12px; }
.press-heading { padding-top: 44px; 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, 4.3vw, 46px); line-height: 1.52; letter-spacing: -.03em; }
.press-subtitle { max-width: 720px; margin: 0 auto; color: var(--brand-dark); font-family: "M PLUS Rounded 1c"; font-size: 17px; font-weight: 700; line-height: 1.8; }
.press-figure { margin: 56px 0 44px; }
.press-figure img { width: 100%; height: auto; display: block; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 18px 48px rgba(63,45,33,.1); }
.press-figure figcaption { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.65; text-align: center; }
.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: 72px; }
.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-notice { margin-top: 28px; padding: 24px 26px; border-left: 5px solid var(--sage); border-radius: 0 16px 16px 0; background: var(--sage-soft); }
.press-notice h3 { margin: 0 0 10px; font-family: "M PLUS Rounded 1c"; font-size: 19px; }
.press-notice p { margin: 8px 0 0; color: #3e514e; font-size: 13px; line-height: 1.9; }
.press-tool-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.press-tool-list article { min-width: 0; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 14px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.press-tool-list img { width: 92px; height: 92px; display: block; object-fit: cover; border-radius: 11px; }
.press-tool-card-copy { min-width: 0; }
.press-tool-list span { color: var(--sage); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.press-tool-list h3 { margin: 5px 0 6px; font-family: "M PLUS Rounded 1c"; font-size: 16px; line-height: 1.45; }
.press-tool-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.press-article section > .press-tool-note { margin-top: 20px; padding: 16px 18px; border-radius: 13px; background: var(--brand-soft); color: var(--brand-dark); font-size: 14px; font-weight: 700; line-height: 1.8; }
.press-future-list { margin: 24px 0; padding-left: 1.4em; display: grid; gap: 11px; }
.press-future-list li { padding-left: 4px; font-size: 14px; line-height: 1.8; }
.press-future-list li::marker { color: var(--sage); }
.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 { overflow-wrap: anywhere; }
.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 { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; margin-top: 12px; border-radius: 999px; background: var(--brand); color: white; padding: 14px 24px; font-weight: 700; font-size: 13px; }

@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; }
  .press-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, .hero-points { 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: 70px 24px 74px; }
  .experience-grid { grid-template-columns: 1fr; max-width: 620px; margin: 38px auto 0; }
  .experience-card { min-height: auto; padding: 32px; }
  .home-demo, .tool-menu-demo { margin-top: 30px; }
  .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: 34px auto 0; gap: 12px; 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: 26px auto 0; grid-template-columns: 1fr; gap: 10px; }
  .vision-section { grid-template-columns: 1fr; gap: 24px; padding: 68px 24px; }
  .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; }
  .press-tool-list { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .press-tool-list { grid-template-columns: 1fr; gap: 10px; }
  .press-tool-list article { grid-template-columns: 96px minmax(0, 1fr); gap: 14px; padding: 12px; }
  .press-tool-list img { width: 96px; height: 96px; }
  .tools-section { padding: 66px 18px 68px; }
  .tools-heading { gap: 10px; }
  .tools-heading > p { line-height: 1.75; }
  .tool-showcase { max-width: 480px; margin-top: 30px; gap: 16px; }
  .tool-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 15px; align-items: center; padding-bottom: 16px; 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; }
}

@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-points { gap: 7px; }
  .hero-points > span { font-size: 10px; }
  .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: 58px 16px 62px; }
  .capabilities-heading h2 { margin: 11px 0 15px; font-size: 29px; line-height: 1.48; }
  .dark-heading > p:last-child { line-height: 1.75; }
  .experience-grid { margin-top: 30px; gap: 14px; }
  .experience-card { padding: 22px 18px 20px; border-radius: 25px; }
  .experience-number { top: 18px; right: 16px; font-size: 46px; }
  .experience-icon { width: 46px; height: 46px; border-radius: 14px; }
  .experience-copy h3 { font-size: 22px; }
  .experience-copy > p:not(.experience-label) { font-size: 13px; line-height: 1.7; }
  .keyboard-inline { margin-top: 14px; padding: 11px 12px; grid-template-columns: 38px minmax(0, 1fr); gap: 9px; }
  .keyboard-inline-icon { width: 38px; height: 38px; }
  .keyboard-inline-copy strong { font-size: 13px; }
  .home-demo, .tool-menu-demo { width: 100%; margin-top: 24px; transform: none; }
  .home-demo { padding: 11px; border-width: 5px; }
  .demo-camera { height: 128px; }
  .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: 60px 18px 62px; }
  .how-section .section-heading h2 { margin: 10px 0 0; font-size: 29px; line-height: 1.45; }
  .usage-steps { margin-top: 28px; }
  .usage-steps li { padding: 13px 14px; grid-template-columns: 36px minmax(0, 1fr); border-radius: 15px; }
  .usage-steps::before { left: 32px; }
  .usage-steps li:not(:last-child)::after { left: 25px; }
  .step-index { width: 36px; height: 36px; }
  .usage-steps strong { font-size: 16px; }
  .recognition-info-grid { margin-top: 22px; }
  .recognition-info-grid article { padding: 16px; grid-template-columns: 32px minmax(0, 1fr); gap: 10px; border-radius: 15px; }
  .info-mark { width: 32px; height: 32px; }
  .recognition-info-grid h3 { margin-top: 0; font-size: 16px; }
  .recognition-info-grid p { font-size: 12px; line-height: 1.7; }
  .vision-section { padding: 56px 18px; gap: 18px; }
  .vision-section h2 { margin-top: 10px; font-size: 29px; line-height: 1.45; }
  .vision-copy { padding: 18px; border-radius: 18px; }
  .vision-lead { font-size: 17px !important; }
  .soon-section { padding: 72px 18px; }
  .soon-section > img { width: 90px; height: 90px; }
  .soon-section .release-badges { flex-wrap: nowrap; margin-top: 20px; }
  .soon-section .release-badges span { flex: 1; padding: 10px 11px; }
  .soon-section .outline-link { margin-top: 20px; }
  .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; }
  .pr-draft-bar { padding: 9px 14px; font-size: 11px; }
  .press-article { width: min(100% - 28px, 860px); padding: 32px 0 72px; }
  .press-heading { padding-top: 24px; }
  .press-date { margin: 20px 0 28px; }
  .press-heading h1 { margin: 36px 0 16px; font-size: 27px; line-height: 1.52; }
  .press-subtitle { font-size: 15px; }
  .press-company { margin-top: 18px; text-align: left; }
  .press-figure { margin: 38px 0 32px; }
  .press-figure img { border-radius: 12px; }
  .press-figure figcaption { font-size: 11px; }
  .press-article > p, .press-article section > p { font-size: 14px; line-height: 1.95; }
  .press-lead { font-size: 15px !important; }
  .press-article section { margin-top: 52px; }
  .press-article section h2 { padding-left: 12px; font-size: 23px; }
  .press-features { gap: 10px; margin-top: 22px; }
  .press-features > div { padding: 18px; }
  .press-notice { margin-top: 22px; padding: 18px; }
  .press-notice h3 { font-size: 17px; }
  .press-tool-list { margin-top: 20px; }
  .press-article section > .press-tool-note { padding: 14px 15px; font-size: 13px; }
  .press-future-list li { padding-left: 2px; font-size: 13px; }
  .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 .hero-points > 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, .speech-bubble, .floating-tool, .tool-menu-spark, .scan-line, .hero-visual::before { animation: none; }
  .tool-card, .tool-image-wrap img { transition: none; }
}
