:root {
  --ink: #171918;
  --lime: #7af000;
  --paper: #f4f5f0;
  --white: #fffef8;
  --spark: #ff8a00;
  --muted: #62665f;
  --line: #cfd2ca;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", system-ui, sans-serif;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}
h1, h2, h3, p, dl, dd { margin: 0; }
h1, h2, h3, .button { text-wrap: balance; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.nb { white-space: nowrap; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  width: min(100%, 1540px);
  min-height: 96px;
  padding: 22px clamp(24px, 4.5vw, 72px);
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}
.brand-lockup { display: inline-flex; min-width: 0; min-height: 42px; align-items: center; gap: 13px; text-decoration: none; }
.brand-lockup img { width: 49px; height: 49px; flex: 0 0 auto; }
.brand-lockup span { display: grid; line-height: 1.05; }
.brand-lockup b { font: 900 clamp(15px, 1.55vw, 23px)/1 Arial, sans-serif; letter-spacing: .1em; }
.brand-lockup small { margin-top: 7px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.site-header nav a { font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.site-header nav > a:not(.header-cta) { display: inline-flex; min-width: 42px; min-height: 44px; align-items: center; justify-content: center; }
.site-header .header-cta { display: inline-flex; min-height: 42px; padding: 10px 15px; align-items: center; gap: 20px; background: var(--ink); color: white; font-weight: 700; letter-spacing: .015em; }
.site-header .header-cta span { color: var(--lime); }
.legal-nav { background: #f4f5f0ed; }
.floating-consult {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 20px;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  display: flex;
  width: min(310px, calc(100vw - 48px));
  min-height: 76px;
  padding: 13px 15px 13px 19px;
  border: 2px solid var(--ink);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--ink);
  color: white;
  box-shadow: 9px 9px 0 var(--lime);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
  animation: floatingConsultIn .48s ease-out both;
}
.floating-consult > span { display: grid; min-width: 0; gap: 6px; }
.floating-consult small { color: #aeb3aa; font: 900 8px/1 Arial, sans-serif; letter-spacing: .17em; }
.floating-consult b { font-size: 14px; line-height: 1.2; letter-spacing: .01em; white-space: nowrap; }
.floating-consult i { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; background: var(--lime); color: var(--ink); font-size: 17px; font-style: normal; }
.floating-consult:hover { transform: translate(-3px, -3px); box-shadow: 12px 12px 0 var(--white); }
.floating-cta-managed .floating-consult { opacity: 0; transform: translateY(18px); animation: none; pointer-events: none; }
.floating-cta-managed.floating-cta-visible .floating-consult { opacity: 1; transform: translateY(0); pointer-events: auto; }
.floating-cta-managed.floating-cta-visible .floating-consult:hover { transform: translate(-3px, -3px); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
  width: min(100%, 1540px);
  min-height: 100svh;
  margin: auto;
  padding: 142px clamp(24px, 4.5vw, 72px) 68px;
  column-gap: clamp(54px, 7vw, 112px);
  row-gap: 0;
  align-items: center;
}
.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: .38;
  background-image: linear-gradient(#17191810 1px, transparent 1px), linear-gradient(90deg, #17191810 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 83%);
}
.hero-copy { grid-column: 1; min-width: 0; }
.kicker { color: #51564f; font: 900 11px/1.2 Arial, sans-serif; letter-spacing: .19em; }
.kicker > span { display: inline-block; width: 10px; height: 10px; margin-right: 10px; background: var(--lime); }
.dark-kicker { color: var(--ink); }
.lime-kicker { color: var(--lime); }
.hero h1 {
  position: relative;
  max-width: 920px;
  margin: 27px 0 30px;
  padding-bottom: 23px;
  font-size: clamp(52px, 5.1vw, 84px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.05em;
}
.hero h1::after { position: absolute; left: 0; bottom: 0; width: min(100%, 760px); height: clamp(9px, 1vw, 15px); content: ""; background: var(--lime); }
.headline-line { display: inline; }
.headline-accent { display: inline; }
.mobile-break { display: none; }
.hero-lead { max-width: 720px; color: #4f544d; font-size: clamp(16px, 1.45vw, 21px); font-weight: 600; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 33px; }
.button {
  display: inline-flex;
  min-width: 204px;
  min-height: 58px;
  padding: 14px 20px;
  border: 2px solid var(--ink);
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--lime); }
.button-dark { background: var(--ink); color: white; font-weight: 700; letter-spacing: .015em; }
.button-label { min-width: 0; }
.button-dark > span[aria-hidden="true"] { color: var(--lime); }
.button-light { background: var(--paper); font-weight: 700; letter-spacing: .015em; }
a:focus-visible, button:focus-visible { outline: 4px solid var(--lime); outline-offset: 4px; }
.identity-strip { display: grid; grid-column: 1; grid-row: 2; grid-template-columns: .72fr 1.28fr; width: 100%; max-width: 720px; margin-top: 43px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.identity-strip p { min-width: 0; padding: 16px 18px 17px 0; }
.identity-strip p + p { padding-left: 19px; border-left: 1px solid var(--line); }
.identity-strip span { display: block; color: #5f645c; font: 900 9px/1 Arial, sans-serif; letter-spacing: .18em; }
.identity-strip strong { display: block; margin-top: 7px; font-size: 15px; line-height: 1.4; }
.identity-strip small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }

.engine-visual { grid-column: 2; grid-row: 1 / span 2; width: min(100%, 560px); align-self: center; justify-self: end; }
.engine-stage { position: relative; min-height: 585px; border: 8px solid var(--ink); background: var(--ink); box-shadow: 24px 24px 0 var(--lime); overflow: hidden; isolation: isolate; }
.engine-stage::before { position: absolute; inset: 0; z-index: -2; content: ""; background-image: linear-gradient(#ffffff12 1px, transparent 1px), linear-gradient(90deg, #ffffff12 1px, transparent 1px); background-size: 42px 42px; }
.engine-stage::after { position: absolute; z-index: -1; inset: 18% 9%; content: ""; border: 1px solid #ffffff18; border-radius: 50%; box-shadow: 0 0 0 42px #ffffff05, 0 0 0 84px #ffffff03; }
.engine-tag { position: absolute; top: 24px; color: #8f958c; font: 900 8px/1 Arial, sans-serif; letter-spacing: .18em; }
.tag-in { left: 24px; }
.tag-out { right: 24px; }
.engine-rail { position: absolute; top: 48%; left: 7%; right: 7%; height: 2px; background: linear-gradient(90deg, #ffffff2d 0 45%, var(--lime) 45% 55%, #ffffff2d 55%); }
.engine-rail::before, .engine-rail::after { position: absolute; top: -4px; width: 10px; height: 10px; content: ""; border: 2px solid var(--lime); border-width: 2px 2px 0 0; transform: rotate(45deg); }
.engine-rail::before { left: 29%; }
.engine-rail::after { right: 2%; }
.engine-unit { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 190px; height: 225px; padding: 18px; place-items: center; transform: translate(-50%, -50%); background: var(--paper); border: 5px solid var(--lime); box-shadow: 0 0 0 12px #171918, 0 0 45px #7af00024; }
.engine-unit img { position: relative; z-index: 2; width: 154px; animation: engineFloat 2s ease-in-out infinite; }
.engine-unit > b { color: var(--ink); font: 900 8px/1 Arial, sans-serif; letter-spacing: .18em; }
.core-spark { position: absolute; z-index: 3; top: 48%; left: 50%; width: 28px; height: 28px; opacity: 0; transform: translate(-50%, -50%) scale(.65); border: 2px solid var(--spark); border-radius: 7px; background: #ff8a001a; box-shadow: 0 0 0 0 #ff8a0000; pointer-events: none; animation: coreContact 2s linear infinite; }
.flow-card { position: absolute; z-index: 2; top: calc(48% - 31px); display: grid; width: 126px; min-height: 62px; padding: 10px 12px; align-content: center; border: 2px solid var(--ink); background: var(--white); color: var(--ink); box-shadow: 7px 7px 0 #00000038; opacity: 0; }
.flow-card small { color: #5f645c; font: 900 7px/1 Arial, sans-serif; letter-spacing: .14em; }
.flow-card b { margin-top: 6px; font-size: 15px; line-height: 1.2; white-space: nowrap; }
.flow-in { left: -31%; animation: taskIn 8s linear infinite; animation-delay: calc(var(--step) * -2s); }
.flow-out { left: 49%; animation: taskOut 8s linear infinite; animation-delay: calc(var(--step) * -2s); border-color: var(--lime); }
.stage-status { position: absolute; left: 24px; bottom: 22px; display: flex; align-items: center; gap: 10px; color: #8f958c; font: 900 8px/1 Arial, sans-serif; letter-spacing: .17em; }
.stage-status i { width: 9px; height: 9px; background: var(--lime); box-shadow: 0 0 0 6px #7af00013; animation: statusBlink 2s ease-in-out infinite; }
.engine-visual > p { display: flex; margin: 23px 0 0; align-items: flex-start; justify-content: space-between; gap: 22px; }
.engine-visual > p span { color: #5f645c; font: 900 8px/1.3 Arial, sans-serif; letter-spacing: .16em; }
.engine-visual > p b { max-width: 290px; text-align: right; font-size: 13px; line-height: 1.55; }
@keyframes taskIn {
  0% { left: -31%; opacity: 0; transform: scale(1); }
  3% { left: -24%; opacity: 0; transform: scale(1); }
  5% { left: -20%; opacity: 1; transform: scale(1); }
  17% { left: 8%; opacity: 1; transform: scale(1); }
  20% { left: 20%; opacity: 1; transform: scale(.94); }
  23% { left: 38%; opacity: 1; transform: scale(.8); }
  24%, 100% { left: 40%; opacity: 0; transform: scale(.76); }
}
@keyframes taskOut {
  0%, 23% { left: 47%; opacity: 0; transform: scale(.8); }
  24% { left: 49%; opacity: 0; transform: scale(.8); }
  27% { left: 61%; opacity: 1; transform: scale(1); }
  47% { left: 102%; opacity: 1; transform: scale(1); }
  50%, 100% { left: 108%; opacity: 0; transform: scale(1); }
}
@keyframes coreContact {
  0%, 84% { opacity: 0; transform: translate(-50%, -50%) scale(.65); box-shadow: 0 0 0 0 #ff8a0000; }
  88% { opacity: .2; }
  92% { opacity: .78; transform: translate(-50%, -50%) scale(.88); box-shadow: 0 0 9px 3px #ff8a0052; }
  97% { opacity: .18; transform: translate(-50%, -50%) scale(1.08); box-shadow: 0 0 5px 1px #ff8a0029; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.12); box-shadow: none; }
}
@keyframes engineFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes statusBlink { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }
@keyframes productDrivePulse { 0%, 100% { opacity: .35; transform: scale(.7); } 50% { opacity: 1; transform: scale(1); } }
@keyframes iroCharacterWave { 0%, 100% { transform: translateY(var(--iro-y)) rotate(var(--iro-r)); } 45% { transform: translateY(calc(var(--iro-y) - 9px)) rotate(var(--iro-r)); } }

.section-shell { display: grid; grid-template-columns: 120px minmax(0, 1fr); width: min(100%, 1440px); margin: auto; padding-inline: clamp(24px, 4.5vw, 72px); }
.section-label { padding-top: 7px; }
.section-label span { display: block; color: var(--lime); font: 900 31px/1 Arial, sans-serif; }
.section-label p { margin-top: 11px; color: #5f645c; font: 900 9px/1.55 Arial, sans-serif; letter-spacing: .15em; }

.story-section { position: relative; padding-block: clamp(100px, 12vw, 170px); background: var(--white); overflow: hidden; }
.story-main { min-width: 0; }
.story-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .62fr); gap: clamp(45px, 7vw, 100px); align-items: end; }
.story-copy { min-width: 0; }
.story-main h2, .works-main h2, .service-main h2, .demo-main h2, .start-copy h2, .final-cta h2 {
  margin-top: 18px;
  font-size: clamp(44px, 6.4vw, 89px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -.065em;
}
.story-grid { display: grid; grid-template-columns: 1fr; gap: 25px; max-width: 780px; margin-top: 48px; }
.story-grid p { color: var(--muted); font-size: 16px; line-height: 2.1; }
.story-portrait { position: relative; margin: 0 16px 16px 0; }
.story-portrait > div { border: 7px solid var(--ink); background: var(--ink); box-shadow: 16px 16px 0 var(--lime); }
.story-portrait img { width: 100%; aspect-ratio: 1 / 1.14; object-fit: cover; object-position: center top; filter: saturate(.72) contrast(1.05); }
.story-portrait figcaption { display: grid; margin-top: 27px; padding-top: 15px; border-top: 1px solid var(--line); }
.story-portrait figcaption span { color: #5f645c; font: 900 8px/1 Arial, sans-serif; letter-spacing: .16em; }
.story-portrait figcaption b { margin-top: 10px; font-size: 25px; }
.story-portrait figcaption small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.story-points { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 74px; border-top: 2px solid var(--ink); }
.story-points article { min-height: 230px; padding: 23px 23px 25px 0; border-right: 1px solid var(--line); }
.story-points article + article { padding-left: 23px; }
.story-points article:last-child { border-right: 0; }
.story-points span { color: #5f645c; font: 900 10px/1 Arial, sans-serif; letter-spacing: .17em; }
.story-points h3 { margin-top: 62px; font-size: clamp(22px, 2.3vw, 31px); line-height: 1.28; letter-spacing: -.04em; }
.story-points p { margin-top: 10px; color: var(--muted); font-size: 12px; }
.story-drive { position: absolute; right: -10px; top: 90px; width: 190px; height: 84px; background: var(--lime); clip-path: polygon(0 0, 60% 0, 100% 50%, 60% 100%, 0 100%, 38% 50%); }
.story-drive b { position: absolute; inset: 0; display: grid; padding-left: 33px; place-items: center; font: 900 8px/1 Arial, sans-serif; letter-spacing: .12em; white-space: nowrap; }

.works-section { padding-block: clamp(105px, 12vw, 170px); background: var(--lime); }
.works-label span, .works-label p { color: var(--ink); }
.works-main { min-width: 0; }
.works-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(270px, .52fr); gap: clamp(36px, 7vw, 100px); align-items: end; }
.works-heading > * { min-width: 0; }
.works-main h2 { font-size: clamp(44px, 6vw, 82px); }
.works-heading > p { padding-bottom: 7px; color: #2f332e; font-size: 15px; font-weight: 650; }
.proof-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 68px; border: 3px solid var(--ink); background: var(--ink); gap: 3px; }
.proof-metrics article { display: flex; min-width: 0; min-height: 230px; padding: clamp(22px, 2.6vw, 34px); flex-direction: column; background: var(--paper); }
.proof-metrics article:first-child { background: var(--ink); color: white; }
.proof-metrics span { color: #666b63; font: 900 8px/1.3 Arial, sans-serif; letter-spacing: .16em; }
.proof-metrics article:first-child span { color: #aeb3aa; }
.proof-metrics strong { display: flex; margin-top: auto; align-items: flex-end; font: 900 clamp(48px, 5.4vw, 78px)/.86 Arial, sans-serif; letter-spacing: -.075em; white-space: nowrap; }
.proof-metrics strong small { margin: 0 0 5px 7px; font-size: 10px; letter-spacing: .04em; }
.proof-metrics p { margin-top: 20px; padding-top: 15px; border-top: 1px solid currentColor; color: #424740; font-size: 12px; font-weight: 750; line-height: 1.6; }
.proof-metrics article:first-child p { color: #d0d3cd; }

.product-showcase { margin-top: clamp(72px, 9vw, 118px); }
.product-showcase-head { display: flex; margin-bottom: 30px; align-items: flex-end; justify-content: space-between; gap: 30px; }
.product-showcase-head > div:first-child { min-width: 0; }
.product-showcase-head > div:first-child > span { font: 900 9px/1.3 Arial, sans-serif; letter-spacing: .17em; }
.product-showcase-head h3 { max-width: 780px; margin-top: 17px; font-size: clamp(31px, 4.1vw, 55px); line-height: 1.08; letter-spacing: -.05em; }
.product-rail-controls { display: flex; flex: 0 0 auto; gap: 8px; }
.product-rail-controls button { display: grid; width: 50px; height: 50px; padding: 0; border: 2px solid var(--ink); place-items: center; background: transparent; color: var(--ink); font: 900 18px/1 Arial, sans-serif; cursor: pointer; transition: background .18s ease, color .18s ease, opacity .18s ease; }
.product-rail-controls button:hover:not(:disabled), .product-rail-controls button:focus-visible { background: var(--ink); color: white; }
.product-rail-controls button:disabled { opacity: .28; cursor: default; }
.product-rail { display: grid; min-width: 0; padding: 10px 4px 24px; grid-auto-flow: column; grid-auto-columns: clamp(330px, 31vw, 410px); gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 4px; scroll-snap-type: inline mandatory; scrollbar-color: var(--ink) #17191820; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.product-rail.is-auto-driving { scroll-snap-type: none; scrollbar-width: none; cursor: grab; }
.product-rail.is-auto-driving:active { cursor: grabbing; }
.product-rail.is-auto-driving::-webkit-scrollbar { display: none; }
.product-rail:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
.product-card { display: flex; min-width: 0; min-height: 545px; padding: 23px; border: 3px solid var(--ink); flex-direction: column; background: var(--paper); scroll-snap-align: start; transition: transform .3s ease, box-shadow .3s ease, filter .3s ease; }
.product-card.is-spotlight { z-index: 2; transform: translateY(-5px) rotate(-.2deg); box-shadow: 9px 9px 0 #1719184a; filter: saturate(1.08); }
.product-card-top { display: flex; min-height: 30px; align-items: flex-start; justify-content: space-between; gap: 12px; font: 900 8px/1.35 Arial, sans-serif; letter-spacing: .13em; }
.product-status { display: inline-flex; min-height: 24px; padding: 6px 8px; align-items: center; gap: 7px; border: 1px solid var(--ink); background: var(--white); font-family: inherit; letter-spacing: .03em; text-align: right; }
.product-status i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #3eb900; box-shadow: 0 0 0 4px #58cf0025; }
.status-live { background: var(--ink); color: white; }
.status-test { background: #ffdda7; }
.status-prototype { background: #e8e1ff; }
.product-art { position: relative; display: flex; min-width: 0; height: 205px; margin-top: 20px; padding: 22px; align-items: center; border: 2px solid var(--ink); overflow: hidden; }
.product-card h4 { margin: 25px 0 0; font-size: clamp(27px, 2.5vw, 34px); line-height: 1.15; letter-spacing: -.045em; }
.product-card > p { margin-top: 15px; color: #4d524b; font-size: 13px; line-height: 1.85; }
.product-card footer { display: flex; min-height: 45px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--ink); align-items: flex-end; justify-content: space-between; gap: 12px; }
.product-card footer > span { color: #666b63; font: 900 7px/1.35 Arial, sans-serif; letter-spacing: .14em; }
.product-card footer b { max-width: 150px; font-size: 11px; line-height: 1.5; text-align: right; }
.product-card footer a { display: inline-flex; min-height: 44px; margin: -9px 0; align-items: center; gap: 12px; font-size: 11px; font-weight: 900; text-decoration-thickness: 1px; text-underline-offset: 5px; white-space: nowrap; }
.product-card footer a i { font-size: 15px; font-style: normal; }

.product-art-karte { justify-content: space-between; background: #ede6ff; }
.product-art-karte > img { width: 92px; height: 92px; }
.karte-sheet { display: grid; width: 132px; min-height: 132px; padding: 15px; border: 2px solid #271842; grid-template-columns: 1fr; gap: 8px; background: white; box-shadow: 8px 8px 0 #863bff; }
.karte-sheet span { height: 7px; background: #d9c9ff; }
.karte-sheet span:nth-child(2) { width: 76%; }
.karte-sheet span:nth-child(3) { width: 54%; }
.karte-sheet b { margin-top: auto; color: #6230be; font: 900 8px/1.4 Arial, sans-serif; letter-spacing: .13em; }
.product-art-booking { gap: 18px; justify-content: space-between; background: #dcebf2; }
.product-art-booking > img { width: 76px; height: 76px; }
.booking-sheet { display: grid; width: 156px; padding: 13px; border: 2px solid #061d35; grid-template-columns: 1fr 1fr; gap: 8px; background: white; box-shadow: 8px 8px 0 #5b8cae; }
.booking-sheet span { grid-column: 1 / -1; color: #5f7280; font-size: 8px; font-weight: 900; }
.booking-sheet b { padding: 7px 4px; border: 1px solid #acc6d7; font-size: 10px; text-align: center; }
.booking-sheet i { grid-column: 1 / -1; padding: 7px; background: #061d35; color: white; font-size: 8px; font-style: normal; font-weight: 900; text-align: center; }
.product-art-salokomi { display: grid; align-content: center; background: #fbf8f2; }
.product-art-salokomi > img { width: min(100%, 285px); }
.salokomi-lines { display: flex; margin-top: 14px; align-items: center; gap: 7px; }
.salokomi-lines span { width: 42px; height: 5px; background: #d9cbbd; }
.salokomi-lines span:nth-child(2) { width: 70px; }
.salokomi-lines i { margin-left: auto; padding: 5px 8px; background: #493f39; color: white; font-size: 7px; font-style: normal; font-weight: 800; }
.product-art-irochigai { display: block; padding: 15px 13px 5px; background: linear-gradient(135deg, #fff8d9, #f7e5ff 52%, #e2faf4); text-align: center; }
.iro-logo { position: relative; z-index: 2; display: block; width: min(92%, 255px); height: auto; margin: 2px auto 0; color: #3a3737; }
.iro-cast { position: absolute; z-index: 1; right: 9px; bottom: 3px; left: 9px; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); align-items: end; }
.iro-cast img { --iro-y: 0px; --iro-r: -2deg; width: min(54px, 142%); max-width: none; justify-self: center; filter: drop-shadow(0 4px 0 #ffffffb8); transform: translateY(var(--iro-y)) rotate(var(--iro-r)); transform-origin: 50% 100%; }
.iro-cast img:nth-child(2) { --iro-y: -8px; --iro-r: 3deg; }
.iro-cast img:nth-child(3) { --iro-y: 2px; --iro-r: -4deg; }
.iro-cast img:nth-child(4) { --iro-y: -5px; --iro-r: 2deg; }
.iro-cast img:nth-child(5) { --iro-y: 1px; --iro-r: 4deg; }
.iro-cast img:nth-child(6) { --iro-y: -7px; --iro-r: -3deg; }
.iro-cast img:nth-child(7) { --iro-y: 2px; --iro-r: 3deg; }
.iro-cast img:nth-child(8) { --iro-y: -4px; --iro-r: -2deg; }
.product-card.is-spotlight .iro-cast img { animation: iroCharacterWave 1.45s ease-in-out infinite; animation-delay: calc((var(--iro-order, 0) * .07s)); }
.product-card.is-spotlight .iro-cast img:nth-child(1) { --iro-order: 0; }.product-card.is-spotlight .iro-cast img:nth-child(2) { --iro-order: 1; }.product-card.is-spotlight .iro-cast img:nth-child(3) { --iro-order: 2; }.product-card.is-spotlight .iro-cast img:nth-child(4) { --iro-order: 3; }.product-card.is-spotlight .iro-cast img:nth-child(5) { --iro-order: 4; }.product-card.is-spotlight .iro-cast img:nth-child(6) { --iro-order: 5; }.product-card.is-spotlight .iro-cast img:nth-child(7) { --iro-order: 6; }.product-card.is-spotlight .iro-cast img:nth-child(8) { --iro-order: 7; }
.product-art-ritmello { justify-content: center; gap: 18px; background: linear-gradient(135deg, #ffb06b, #ff72ad 52%, #b46cff); color: white; }
.product-art-ritmello > img { width: 100px; height: 100px; border: 2px solid white; }
.product-art-ritmello > div { display: grid; gap: 9px; }
.product-art-ritmello strong { font: 900 30px/.95 Arial, sans-serif; letter-spacing: -.04em; }
.product-art-ritmello span { font: 900 7px/1 Arial, sans-serif; letter-spacing: .16em; }
.product-swipe-hint { display: flex; min-height: 25px; margin-top: 9px; align-items: center; justify-content: flex-end; gap: 10px; color: #343832; font-size: 9px; font-weight: 800; line-height: 1.45; }
.product-swipe-hint b { font: 900 7px/1 Arial, sans-serif; letter-spacing: .17em; }
.product-drive-pulse { display: grid; width: 18px; height: 18px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; }
.product-drive-pulse i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink); animation: productDrivePulse 1.3s ease-in-out infinite; }
.product-showcase.is-paused .product-drive-pulse i { background: #f08a45; animation-play-state: paused; }
.product-showcase.is-paused .product-swipe-hint b::after { content: " / PAUSED"; color: #9b4310; }
.product-showcase.is-paused .product-card.is-spotlight .iro-cast img { animation-play-state: paused; }
.proof-note { display: flex; margin-top: 38px; padding-top: 18px; border-top: 2px solid var(--ink); align-items: flex-start; gap: clamp(24px, 5vw, 70px); color: #30342f; font-size: 12px; }
.proof-note span { flex: 0 0 auto; font: 900 8px/1.5 Arial, sans-serif; letter-spacing: .15em; }

.service-section { padding-block: clamp(105px, 12vw, 170px); background: var(--ink); color: white; }
.light-label span { color: var(--lime); }
.light-label p { color: #92978f; }
.service-main { min-width: 0; }
.service-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .55fr); gap: clamp(36px, 7vw, 100px); align-items: end; }
.service-heading > p { padding-bottom: 7px; color: #b8bcb4; font-size: 15px; }
.service-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 74px; }
.service-panel { display: grid; min-width: 0; grid-template-columns: minmax(0, .78fr) minmax(390px, 1.22fr); min-height: min(72svh, 650px); padding: clamp(30px, 5vw, 66px); align-items: center; gap: clamp(40px, 7vw, 100px); border: 1px solid #ffffff30; }
.booking-panel { background: var(--lime); color: var(--ink); }
.billing-panel { background: var(--paper); color: var(--ink); }
.monitor-panel { background: #222521; color: white; }
.service-copy > span { color: #4a5047; font: 900 9px/1 Arial, sans-serif; letter-spacing: .17em; }
.monitor-panel .service-copy > span { color: #92978f; }
.service-copy h3 { margin-top: 35px; font-size: clamp(48px, 6vw, 82px); line-height: 1.04; letter-spacing: -.06em; }
.service-copy p { max-width: 440px; margin-top: 24px; color: #535850; font-size: 14px; }
.monitor-panel .service-copy p { color: #b9bdb5; }
.service-diagram { position: relative; display: flex; min-width: 0; min-height: 360px; padding: clamp(24px, 4vw, 44px); align-items: center; justify-content: center; border: 3px solid currentColor; background-image: linear-gradient(#17191812 1px, transparent 1px), linear-gradient(90deg, #17191812 1px, transparent 1px); background-size: 34px 34px; overflow: hidden; }
.monitor-panel .service-diagram { background-image: linear-gradient(#ffffff10 1px, transparent 1px), linear-gradient(90deg, #ffffff10 1px, transparent 1px); }
.booking-diagram { gap: 14px; }
.booking-diagram span, .booking-diagram strong, .booking-diagram b { min-width: 116px; padding: 18px 13px; border: 2px solid var(--ink); background: var(--white); text-align: center; font-size: 12px; white-space: nowrap; }
.booking-diagram strong, .booking-diagram b { background: var(--ink); color: white; }
.booking-diagram i { position: relative; width: 36px; height: 2px; flex: 0 1 36px; background: var(--ink); }
.booking-diagram i::after { position: absolute; top: -4px; right: 0; width: 9px; height: 9px; content: ""; border: solid var(--ink); border-width: 2px 2px 0 0; transform: rotate(45deg); }
.billing-diagram { gap: clamp(22px, 4vw, 48px); }
.billing-diagram > div { display: grid; gap: 9px; }
.billing-diagram > div span { min-width: 130px; padding: 11px 14px; border: 1px solid var(--ink); background: white; font-size: 11px; }
.billing-diagram > i { position: relative; width: 70px; height: 3px; background: var(--ink); }
.billing-diagram > i::after { position: absolute; top: -6px; right: 0; width: 13px; height: 13px; content: ""; border: solid var(--ink); border-width: 3px 3px 0 0; transform: rotate(45deg); }
.billing-diagram > strong { display: grid; min-width: 210px; min-height: 150px; padding: 26px; place-content: center; border: 5px solid var(--ink); background: var(--lime); font-size: 21px; line-height: 1.4; text-align: center; box-shadow: 12px 12px 0 #17191820; }
.billing-diagram > strong small { margin-bottom: 13px; font: 900 8px/1 Arial, sans-serif; letter-spacing: .16em; }
.monitor-diagram { flex-direction: column; gap: 23px; }
.monitor-diagram > span, .monitor-diagram > b, .monitor-diagram > strong { display: flex; min-width: min(100%, 330px); min-height: 60px; padding: 15px 20px; align-items: center; gap: 14px; border: 1px solid #ffffff37; background: #171918; font-size: 13px; }
.monitor-diagram > span { color: #aeb3aa; font: 900 9px/1 Arial, sans-serif; letter-spacing: .14em; }
.monitor-diagram > b { justify-content: center; color: #aeb3aa; }
.monitor-diagram > strong { border-color: var(--lime); color: white; box-shadow: 9px 9px 0 var(--lime); }
.monitor-diagram i { width: 12px; height: 12px; flex: 0 0 auto; background: var(--lime); box-shadow: 0 0 0 7px #7af00012; }

.demo-section { padding-block: clamp(105px, 12vw, 170px); }
.demo-main { min-width: 0; }
.demo-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(250px, .5fr); gap: clamp(35px, 7vw, 95px); align-items: end; }
.demo-heading > p { padding-bottom: 8px; color: var(--muted); font-size: 15px; }
.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 66px; }
.demo-grid a { position: relative; display: flex; min-height: 440px; padding: 25px; border: 2px solid var(--ink); flex-direction: column; background: var(--white); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.demo-grid a:hover { transform: translate(-5px, -5px); background: var(--lime); box-shadow: 9px 9px 0 var(--ink); }
.demo-grid a > span { color: #5f645c; font: 900 9px/1 Arial, sans-serif; letter-spacing: .16em; }
.demo-grid h3 { margin-top: 91px; font-size: clamp(29px, 3.1vw, 43px); line-height: 1.13; letter-spacing: -.045em; }
.demo-grid p { margin-top: 17px; color: var(--muted); font-size: 13px; }
.demo-grid b { display: flex; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); align-items: center; justify-content: space-between; font-size: 12px; }
.demo-grid i { color: var(--ink); font-style: normal; font-size: 18px; }
.owner-entry { display: flex; min-height: 96px; margin-top: 22px; padding: 22px 27px; align-items: center; justify-content: space-between; gap: 30px; border: 2px solid var(--ink); background: var(--ink); color: white; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.owner-entry:hover, .owner-entry:focus-visible { background: var(--lime); color: var(--ink); transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--ink); }
.owner-entry > span:first-child { display: grid; min-width: 0; gap: 8px; }
.owner-entry small { color: var(--lime); font: 900 8px/1 Arial, sans-serif; letter-spacing: .16em; }
.owner-entry:hover small, .owner-entry:focus-visible small { color: var(--ink); }
.owner-entry b { font-size: 18px; line-height: 1.45; }
.owner-entry > span:last-child { display: flex; min-width: 0; align-items: center; justify-content: flex-end; gap: 16px; font-size: 11px; font-weight: 800; line-height: 1.6; text-align: right; }
.owner-entry i { flex: 0 0 auto; color: var(--lime); font-style: normal; font-size: 18px; }
.owner-entry:hover i, .owner-entry:focus-visible i { color: var(--ink); }

.start-section { padding-block: clamp(100px, 11vw, 155px); background: var(--ink); color: white; }
.start-shell { grid-template-columns: minmax(0, 1.02fr) minmax(420px, .78fr); gap: clamp(60px, 9vw, 130px); align-items: center; }
.start-copy > p:not(.kicker) { max-width: 630px; margin-top: 28px; color: #b7bbb3; font-size: 16px; }
.start-copy ol { max-width: 690px; margin: 58px 0 0; padding: 0; border-top: 1px solid #ffffff42; list-style: none; }
.start-copy li { display: grid; grid-template-columns: 66px 1fr; padding: 18px 0; border-bottom: 1px solid #ffffff42; align-items: center; }
.start-copy li > b { color: var(--lime); font: 900 11px/1 Arial, sans-serif; }
.start-copy li span { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; }
.start-copy li strong { font-size: 21px; }
.start-copy li small { color: #aaa; font-size: 11px; }
.offer-card { position: relative; padding: clamp(28px, 4vw, 47px); border: 7px solid var(--lime); background: var(--paper); color: var(--ink); box-shadow: 20px 20px 0 #7af00030; }
.offer-card > span { color: #5f645c; font: 900 9px/1 Arial, sans-serif; letter-spacing: .16em; }
.offer-card h3 { margin-top: 20px; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.15; }
.offer-card > p { margin-top: 14px; color: var(--muted); font-size: 13px; }
.offer-card dl { margin-top: 30px; border-top: 2px solid var(--ink); }
.offer-card dl div { display: flex; min-height: 74px; padding: 13px 0; border-bottom: 1px solid var(--line); align-items: center; justify-content: space-between; gap: 18px; }
.offer-card dt { font-size: 13px; font-weight: 800; }
.offer-card dt small, .offer-card dd small { display: block; margin-top: 4px; color: #5f645c; font-size: 9px; font-weight: 600; line-height: 1.5; white-space: normal; }
.offer-card dd { flex: 0 0 auto; font-size: 22px; font-weight: 900; text-align: right; white-space: nowrap; }
.offer-card .featured-price { margin-inline: -15px; padding-inline: 15px; background: var(--lime); }
.care-plan { display: grid; margin-top: 22px; padding: 18px; border: 2px solid var(--ink); background: var(--white); }
.care-plan > span { color: #5f645c; font: 900 8px/1 Arial, sans-serif; letter-spacing: .16em; }
.care-plan > b { margin-top: 10px; font-size: 20px; }
.care-plan > small { margin-top: 8px; color: #62675f; font-size: 9px; line-height: 1.65; }
.offer-card > small { display: block; margin-top: 17px; color: #5f645c; font-size: 10px; line-height: 1.7; }

.final-cta { position: relative; display: grid; min-height: 88svh; padding: 110px clamp(24px, 6vw, 92px); place-items: center; background: var(--lime); overflow: hidden; text-align: center; }
.final-copy { position: relative; z-index: 2; }
.final-cta h2 { max-width: 1160px; font-size: clamp(59px, 10.2vw, 146px); line-height: .97; }
.final-cta .button { margin-top: 47px; min-width: 260px; }
.final-cta .button:hover { box-shadow: 7px 7px 0 var(--white); }
.final-mark { position: absolute; right: -4vw; bottom: -20vw; width: min(62vw, 760px); opacity: .07; transform: rotate(-8deg); }

.site-footer { display: flex; min-height: 160px; padding: 40px clamp(24px, 4.5vw, 72px); border-top: 1px solid var(--line); align-items: center; justify-content: space-between; gap: 35px; background: var(--paper); }
.footer-brand img { width: 42px; height: 42px; }
.site-footer > p { color: var(--muted); text-align: right; font-size: 11px; }
.site-footer > p a { display: inline-flex; min-height: 44px; align-items: center; }
.site-footer > p span { display: block; margin-top: 4px; }
.site-footer > p a { color: var(--ink); font-weight: 800; text-underline-offset: 4px; }

.motion-ready [data-reveal],
.motion-ready [data-sequence] > * { opacity: 0; }
.motion-ready [data-reveal="up"] { transform: translateY(34px); }
.motion-ready [data-reveal="right"] { transform: translateY(30px) scale(.975); }
.motion-ready [data-reveal].is-visible { animation: revealElement .78s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0s) forwards; }
.motion-ready [data-sequence].is-visible > * { animation: revealStep .66s cubic-bezier(.2,.86,.2,1) forwards; }
.motion-ready [data-sequence].is-visible > :nth-child(2) { animation-delay: .12s; }
.motion-ready [data-sequence].is-visible > :nth-child(3) { animation-delay: .24s; }
.motion-ready [data-sequence].is-visible > :nth-child(4) { animation-delay: .36s; }
.motion-ready [data-sequence].is-visible > :nth-child(5) { animation-delay: .48s; }
.motion-ready .service-diagram[data-sequence] > i { transform: scaleX(0); transform-origin: left center; }
.motion-ready .service-diagram[data-sequence].is-visible > i { animation-name: revealLine; }
.motion-ready .service-diagram::before { position: absolute; z-index: 4; top: 0; bottom: 0; left: -28%; width: 22%; content: ""; opacity: 0; background: linear-gradient(90deg, transparent, #7af00063, transparent); transform: skewX(-12deg); pointer-events: none; }
.motion-ready .service-diagram.is-visible::before { animation: diagramScan 1.05s ease-out .15s both; }
@keyframes revealElement { to { opacity: 1; transform: translate(0, 0); } }
@keyframes revealStep { from { opacity: 0; transform: translateY(25px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes revealLine { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }
@keyframes diagramScan { 0% { left: -28%; opacity: 0; } 18% { opacity: .8; } 100% { left: 108%; opacity: 0; } }
@keyframes floatingConsultIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.legal-page { min-height: 100vh; padding: 130px 0 70px; background: var(--paper); }
.legal-layout { max-width: 840px; margin: auto; padding-inline: 24px; }
.legal-layout h1 { margin: 20px 0 48px; font-size: clamp(42px, 7vw, 78px); line-height: 1.02; letter-spacing: -.05em; }
.legal-section { padding: 27px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 12px; font-size: 22px; }
.legal-section p, .legal-section li { color: var(--muted); font-size: 15px; }
.legal-section a { color: var(--ink); }
.operator-list { margin: 20px 0 25px; border-bottom: 1px solid var(--line); }
.operator-list > div { display: grid; grid-template-columns: minmax(120px, .35fr) minmax(0, 1fr); padding: 17px 0; border-top: 1px solid var(--line); gap: 24px; }
.operator-list dt { color: #686d65; font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.operator-list dd { min-width: 0; font-size: 15px; line-height: 1.75; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(340px, .65fr); gap: 45px; }
  .hero h1 { font-size: clamp(55px, 7.4vw, 82px); }
  .section-shell { grid-template-columns: 90px minmax(0, 1fr); }
  .start-shell { grid-template-columns: minmax(0, 1fr) minmax(370px, .75fr); }
}

@media (max-width: 860px) {
  .site-header nav > a:not(.header-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 125px; }
  .hero-copy, .engine-visual, .identity-strip { grid-column: 1; grid-row: auto; }
  .engine-visual { width: min(96%, 620px); margin-top: 42px; justify-self: center; }
  .identity-strip { margin-top: 43px; }
  .engine-stage { min-height: 520px; }
  .section-shell { grid-template-columns: 1fr; }
  .section-label { display: flex; margin-bottom: 35px; align-items: center; gap: 13px; }
  .section-label p { margin-top: 0; }
  .story-drive { top: 72px; }
  .story-intro { grid-template-columns: 1fr; }
  .story-portrait { width: min(62%, 430px); margin-top: 18px; justify-self: end; }
  .works-heading, .service-heading, .demo-heading { grid-template-columns: 1fr; }
  .product-rail { grid-auto-columns: clamp(320px, 47vw, 390px); }
  .demo-grid { grid-template-columns: 1fr; }
  .service-panel { grid-template-columns: 1fr; min-height: 0; }
  .service-diagram { min-height: 340px; }
  .demo-grid a { min-height: 360px; }
  .start-shell { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { min-height: 78px; padding: 16px 20px; }
  .brand-lockup { gap: 9px; }
  .brand-lockup img { width: 40px; height: 40px; }
  .brand-lockup b { font-size: 14px; letter-spacing: .08em; }
  .brand-lockup small { margin-top: 5px; font-size: 7px; }
  .site-header .header-cta { width: 46px; height: 46px; padding: 0; justify-content: center; font-size: 0; }
  .site-header .header-cta span { font-size: 17px; }
  .floating-consult { right: 14px; bottom: 14px; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); width: calc(100vw - 28px); min-height: 68px; padding: 10px 12px 10px 16px; box-shadow: 7px 7px 0 var(--lime); }
  .floating-consult b { font-size: 13px; }
  .floating-consult i { width: 30px; height: 30px; }
  .hero { min-height: 0; padding: 107px 27px 82px; }
  .hero::before { background-size: 42px 42px; }
  .kicker { font-size: 9px; letter-spacing: .16em; }
  .kicker > span { width: 8px; height: 8px; margin-right: 8px; }
  .hero h1 { margin: 24px 0 27px; padding-bottom: 18px; font-size: clamp(27.5px, 8.7vw, 39px); line-height: 1.13; letter-spacing: -.035em; }
  .hero h1::after { height: 9px; }
  .hero-lead { font-size: 14px; line-height: 1.95; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-width: 0; }
  .identity-strip { grid-template-columns: 1fr; margin-top: 34px; }
  .identity-strip p { padding: 14px 0; }
  .identity-strip p + p { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .engine-visual { width: calc(100% - 15px); margin-top: 8px; }
  .engine-stage { min-height: 390px; border-width: 6px; box-shadow: 15px 15px 0 var(--lime); }
  .engine-stage::after { inset: 18% 5%; box-shadow: 0 0 0 28px #ffffff05, 0 0 0 56px #ffffff03; }
  .engine-tag { top: 16px; font-size: 7px; }
  .tag-in { left: 16px; }
  .tag-out { right: 16px; }
  .engine-unit { width: 120px; height: 158px; padding: 11px; border-width: 4px; box-shadow: 0 0 0 8px #171918, 0 0 35px #7af00024; }
  .engine-unit img { width: 96px; }
  .engine-unit > b { font-size: 6px; }
  .core-spark { width: 20px; height: 20px; border-radius: 5px; }
  .flow-card { top: calc(48% - 25px); width: 88px; min-height: 50px; padding: 8px; }
  .flow-card b { margin-top: 4px; font-size: 11px; }
  .flow-card small { font-size: 6px; }
  .stage-status { left: 16px; bottom: 15px; font-size: 6px; }
  .engine-visual > p { display: grid; gap: 8px; }
  .engine-visual > p b { max-width: none; text-align: left; font-size: 12px; }
  .section-shell { padding-inline: 22px; }
  .story-section, .works-section, .service-section, .demo-section, .start-section { padding-block: 90px; }
  .section-label { margin-bottom: 27px; }
  .section-label span { font-size: 24px; }
  .section-label p { font-size: 8px; }
  .story-main h2, .works-main h2, .service-main h2, .demo-main h2, .start-copy h2 { font-size: clamp(39px, 11.7vw, 55px); line-height: 1.08; }
  .works-main h2 { font-size: clamp(36px, 9.8vw, 46px); }
  .story-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 38px; }
  .story-grid p { font-size: 14px; line-height: 2; }
  .story-points { grid-template-columns: 1fr; margin-top: 52px; }
  .story-points article, .story-points article + article { min-height: 0; padding: 21px 0 25px; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-points h3 { margin-top: 35px; }
  .story-portrait { width: calc(100% - 14px); margin: 8px 14px 14px 0; justify-self: stretch; }
  .story-portrait > div { border-width: 6px; box-shadow: 14px 14px 0 var(--lime); }
  .story-drive { right: -8px; top: 43px; width: 150px; height: 72px; }
  .story-drive b { padding-left: 27px; font-size: 7px; }
  .works-heading > p, .service-heading > p, .demo-heading > p { font-size: 13px; }
  .proof-metrics { margin-top: 44px; gap: 2px; border-width: 2px; }
  .proof-metrics article { min-height: 154px; padding: 16px 9px; }
  .proof-metrics span { font-size: 6px; letter-spacing: .09em; }
  .proof-metrics strong { font-size: clamp(22px, 6.6vw, 30px); letter-spacing: -.08em; }
  .proof-metrics strong small { margin: 0 0 3px 3px; font-size: 7px; }
  .proof-metrics p { margin-top: 13px; padding-top: 10px; font-size: 9px; line-height: 1.55; }
  .product-showcase { margin-top: 70px; }
  .product-showcase-head { display: grid; margin-bottom: 22px; gap: 22px; }
  .product-showcase-head > div:first-child > span { font-size: 7px; }
  .product-showcase-head h3 { margin-top: 13px; font-size: clamp(29px, 8.2vw, 36px); line-height: 1.13; }
  .product-rail-controls { justify-self: end; }
  .product-rail-controls button { width: 46px; height: 46px; }
  .product-rail { width: calc(100% + 4px); margin-left: -4px; padding-bottom: 16px; grid-auto-columns: min(82vw, 330px); gap: 11px; }
  .product-card { min-height: 535px; padding: 18px; }
  .product-card-top { gap: 8px; font-size: 6px; }
  .product-status { min-height: 22px; padding: 5px 6px; font-size: 7px; }
  .product-art { height: 190px; margin-top: 17px; padding: 14px; }
  .product-card h4 { margin-top: 21px; font-size: 27px; }
  .product-card > p { margin-top: 13px; font-size: 12px; }
  .product-card footer { padding-top: 13px; }
  .product-card footer > span { max-width: 110px; font-size: 6px; }
  .product-card footer b, .product-card footer a { font-size: 10px; }
  .product-art-karte > img { width: 76px; height: 76px; }
  .karte-sheet { width: 116px; min-height: 124px; padding: 12px; }
  .product-art-booking > img { width: 65px; height: 65px; }
  .booking-sheet { width: 139px; }
  .product-art-salokomi > img { width: min(100%, 250px); }
  .product-art-irochigai { padding: 12px 8px 4px; }
  .iro-logo { width: min(94%, 228px); }
  .iro-cast { right: 5px; left: 5px; }
  .iro-cast img { width: min(47px, 145%); }
  .product-art-ritmello { gap: 12px; }
  .product-art-ritmello > img { width: 82px; height: 82px; }
  .product-art-ritmello strong { font-size: 26px; }
  .product-swipe-hint { justify-content: flex-start; }
  .proof-note { display: grid; gap: 12px; margin-top: 30px; }
  .service-grid { margin-top: 47px; }
  .service-panel { padding: 35px 22px; gap: 35px; }
  .service-copy h3 { margin-top: 27px; font-size: 46px; }
  .service-diagram { min-height: 290px; padding: 18px; }
  .booking-diagram { flex-wrap: wrap; align-content: center; }
  .booking-diagram span, .booking-diagram strong, .booking-diagram b { min-width: 102px; padding: 14px 9px; font-size: 10px; }
  .booking-diagram i { width: 22px; flex-basis: 22px; }
  .billing-diagram { gap: 17px; }
  .billing-diagram > div span { min-width: 90px; padding: 9px; font-size: 9px; }
  .billing-diagram > i { width: 31px; }
  .billing-diagram > strong { min-width: 130px; min-height: 120px; padding: 14px; font-size: 15px; }
  .demo-grid { margin-top: 44px; }
  .demo-grid a { min-height: 325px; padding: 21px; }
  .demo-grid h3 { margin-top: 62px; font-size: 34px; }
  .owner-entry { min-height: 0; margin-top: 14px; padding: 20px 21px; align-items: flex-start; flex-direction: column; gap: 18px; }
  .owner-entry b { font-size: 16px; }
  .owner-entry > span:last-child { width: 100%; justify-content: space-between; text-align: left; }
  .start-copy > p:not(.kicker) { font-size: 14px; }
  .start-copy ol { margin-top: 42px; }
  .start-copy li { grid-template-columns: 48px 1fr; }
  .start-copy li span { display: grid; gap: 2px; }
  .offer-card { padding: 28px 22px; border-width: 6px; box-shadow: 13px 13px 0 #7af00030; }
  .offer-card dl div { align-items: baseline; }
  .offer-card dd { font-size: 19px; }
  .final-cta { min-height: 72svh; padding: 90px 22px; }
  .final-cta h2 { font-size: clamp(37px, 11.4vw, 52px); line-height: 1.13; letter-spacing: -.045em; }
  .final-cta h2 .nb { display: inline-block; }
  .mobile-break { display: block; }
  .final-punct { display: none; }
  .final-cta .button { min-width: 0; }
  .final-mark { right: -22vw; bottom: -6vw; width: 87vw; }
  .site-footer { min-height: 0; padding: 33px 22px calc(118px + env(safe-area-inset-bottom, 0px)); align-items: flex-start; flex-direction: column; }
  .site-footer > p { text-align: left; }
  .operator-list > div { grid-template-columns: 1fr; gap: 6px; }
}

@media (max-width: 350px) {
  .service-panel { padding: 30px 16px; }
  .service-diagram { min-height: 340px; padding: 14px; }
  .booking-diagram, .billing-diagram { flex-direction: column; }
  .booking-diagram span, .booking-diagram strong, .booking-diagram b { width: min(100%, 150px); }
  .booking-diagram i { width: 2px; height: 23px; flex: 0 0 23px; }
  .booking-diagram i::after { top: auto; right: -3px; bottom: 0; transform: rotate(135deg); }
  .billing-diagram > i { width: 3px; height: 34px; }
  .billing-diagram > i::after { top: auto; right: -5px; bottom: 0; transform: rotate(135deg); }
  .billing-diagram > strong { width: min(100%, 175px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .flow-card { display: none; }
  .flow-in[style*="--step:0"] { display: grid; left: 3%; opacity: 1; transform: none; }
  .flow-out[style*="--step:0"] { display: grid; right: 3%; left: auto; opacity: 1; transform: none; }
  .core-spark { display: none; }
  .motion-ready [data-reveal], .motion-ready [data-sequence] > * { opacity: 1; transform: none; }
  .motion-ready .service-diagram::before { display: none; }
}
