:root {
  --ink: #11110f;
  --paper: #f3f0e7;
  --white: #fff;
  --accent: #dfff37;
  --line: rgba(17, 17, 15, .18);
  --side: clamp(22px, 4.4vw, 72px);
  --display: "Space Grotesk", "Noto Sans JP", sans-serif;
  --jp: "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--jp);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display: block; }

.loading {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-content: center;
  justify-items: center;
  background: var(--ink);
  color: var(--white);
  transition: opacity .45s ease, visibility .45s ease;
}
.loading.is-hidden { opacity: 0; visibility: hidden; }
.loading__mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--accent);
  color: var(--ink);
  font: 700 38px/1 var(--display);
  animation: pulse 1s ease-in-out infinite alternate;
}
.loading p { font: 700 13px/1 var(--display); letter-spacing: .22em; margin-top: 18px; }
@keyframes pulse { to { transform: scale(.9) rotate(-4deg); } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 88px;
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  align-items: center;
  padding-left: 28px;
  background: rgba(243, 240, 231, .93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.logo { display: inline-flex; align-items: center; gap: 9px; width: max-content; }
.logo svg { width: 42px; height: 42px; }
.logo svg rect { fill: var(--ink); }
.logo svg circle, .logo svg path { fill: none; stroke: var(--accent); stroke-width: 2.5; stroke-linecap: round; }
.logo span { font: 700 17px/.78 var(--display); letter-spacing: -.06em; }
.nav { display: flex; justify-content: center; gap: clamp(24px, 3vw, 54px); }
.nav a { position: relative; font: 700 12px/1 var(--display); letter-spacing: .1em; }
.nav__contact { display: none; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s;
}
.nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header__contact {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: var(--white);
  background: var(--ink);
  font: 700 12px/1 var(--display);
  letter-spacing: .08em;
}
.header__contact span { color: var(--accent); font-size: 20px; }
.menu-button { display: none; }

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 44% 56%;
  padding-top: 88px;
}
.hero__copy {
  min-width: 0;
  padding: clamp(60px, 8vw, 130px) var(--side) 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eyebrow { margin: 0; font: 700 11px/1 var(--display); letter-spacing: .18em; }
.hero h1 {
  margin: 40px 0;
  font: 700 clamp(52px, 5.6vw, 96px)/.79 var(--display);
  letter-spacing: -.085em;
}
.hero h1 span { color: transparent; -webkit-text-stroke: 2px var(--ink); }
.hero__lead { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.hero__lead p { margin: 0; font-size: clamp(13px, 1.2vw, 17px); line-height: 1.9; }
.hero__lead strong { font-size: clamp(20px, 2vw, 28px); }
.circle-link {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 24px;
  transition: .25s;
}
.circle-link:hover { background: var(--accent); transform: translateY(4px); }

.store-visual { position: relative; overflow: hidden; min-height: 720px; background: #acd0dd; }
.store-visual__sky { position: absolute; inset: 0; background: linear-gradient(#b9d9e2 0 52%, #d4d0c7 52%); }
.store-visual__building {
  position: absolute;
  top: 18%;
  left: 7%;
  width: 86%;
  height: 68%;
  background: #d9d4ca;
  border: 8px solid #c6c0b4;
  box-shadow: 20px 25px 50px rgba(0,0,0,.23);
}
.store-sign {
  height: 24%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 5%;
  color: white;
  background: var(--ink);
  font: 700 clamp(24px, 3vw, 44px)/.75 var(--display);
  letter-spacing: -.06em;
}
.store-sign__icon {
  width: clamp(48px, 5vw, 72px);
  height: clamp(48px, 5vw, 72px);
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--ink);
  background: var(--accent);
  font-size: clamp(30px, 4vw, 52px);
}
.store-sign small { margin-left: auto; align-self: flex-end; font-size: 8px; line-height: 1; letter-spacing: .2em; }
.store-window {
  position: absolute;
  left: 5%;
  bottom: 7%;
  width: 66%;
  height: 61%;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(255,255,255,.65), rgba(67,79,78,.15)), #d8d5ca;
  border: 7px solid #303230;
  box-shadow: inset 0 0 80px rgba(0,0,0,.2);
}
.store-window::after { content: ""; position: absolute; top: -30%; left: 34%; width: 4px; height: 170%; background: rgba(255,255,255,.7); transform: rotate(25deg); box-shadow: 80px 0 0 rgba(255,255,255,.4); }
.store-door { position: absolute; right: 4%; bottom: 7%; width: 21%; height: 61%; display: grid; place-items: center; background: #252622; border: 7px solid #303230; color: var(--accent); text-align: center; font: 700 12px/1.5 var(--display); }
.window-copy { position: absolute; top: 18px; right: 22px; z-index: 3; font: 700 12px/1.1 var(--display); letter-spacing: .08em; text-align: right; }
.window-copy strong { font-size: 27px; }
.chair { position: absolute; bottom: 12%; width: 31%; height: 67%; z-index: 2; }
.chair--one { left: 10%; }
.chair--two { left: 46%; transform: scale(.92); }
.chair i { position: absolute; display: block; background: #232422; box-shadow: inset -12px -8px 18px rgba(255,255,255,.09); }
.chair__head { top: 0; left: 15%; width: 70%; height: 27%; border-radius: 46% 46% 28% 28%; }
.chair__body { top: 20%; left: 4%; width: 92%; height: 61%; border-radius: 32% 32% 16% 16%; transform: perspective(90px) rotateX(-5deg); }
.chair__leg { bottom: 0; left: 20%; width: 60%; height: 30%; border-radius: 20% 20% 35% 35%; }
.store-visual__ground { position: absolute; bottom: 0; width: 100%; height: 17%; background: linear-gradient(7deg, #817b71, #aaa398); clip-path: polygon(0 20%,100% 0,100% 100%,0 100%); }
.store-visual__note { position: absolute; right: 22px; bottom: 15px; margin: 0; color: white; font: 700 9px/1 var(--display); letter-spacing: .18em; }

.ticker { overflow: hidden; padding: 17px 0; background: var(--accent); border-block: 1px solid var(--ink); }
.ticker > div { display: flex; width: max-content; align-items: center; gap: 30px; animation: ticker 24s linear infinite; }
.ticker span { font: 700 17px/1 var(--display); letter-spacing: .08em; }
.ticker i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { display: grid; grid-template-columns: 110px 1fr; border-bottom: 1px solid var(--line); scroll-margin-top: 88px; }
.section-label { padding: 44px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; gap: 30px; }
.section-label span { font: 700 10px/1 var(--display); }
.section-label p { margin: 0; writing-mode: vertical-rl; font: 700 11px/1 var(--display); letter-spacing: .18em; }
.section h2, .company-story h2 {
  margin: 24px 0 70px;
  font-size: clamp(38px, 5.3vw, 78px);
  line-height: 1.14;
  letter-spacing: -.055em;
}
.section h2 em { color: #7a7a72; font: 600 italic 1.05em/1 var(--display); }
.about__content, .service__content, .spec__content, .system__content, .news__content, .company__content, .contact__content { padding: clamp(80px, 10vw, 155px) var(--side); }
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; border-top: 1px solid var(--ink); padding-top: 38px; }
.about__lead { margin: 0; font-size: clamp(18px, 2vw, 28px); line-height: 1.7; font-weight: 700; }
.prose { max-width: 650px; font-size: 15px; line-height: 2.25; }
.prose p { margin: 0 0 24px; }

.section--dark { color: var(--white); background: var(--ink); }
.section--dark .section-label { border-color: rgba(255,255,255,.23); }
.service__heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 50px; }
.service__heading > p { margin: 0 0 76px; color: #aaa; font-size: 14px; line-height: 1.9; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #484842; }
.price-card { min-height: 310px; padding: 28px; border-right: 1px solid #484842; display: flex; flex-direction: column; justify-content: space-between; }
.price-card:last-child { border-right: 0; }
.price-card > span { font: 700 10px/1 var(--display); letter-spacing: .16em; color: #8a8a84; }
.price-card p { margin: auto 0 8px; font: 600 14px/1 var(--display); }
.price-card p strong { font-size: clamp(74px, 8vw, 132px); letter-spacing: -.09em; }
.price-card h3 { margin: 0; font: 600 clamp(27px, 3vw, 44px)/1 var(--display); }
.price-card--accent { background: var(--accent); color: var(--ink); }
.price-card--accent > span { color: var(--ink); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 100px; border-top: 1px solid #484842; border-left: 1px solid #484842; }
.feature-grid article { min-height: 270px; padding: 30px; border-right: 1px solid #484842; border-bottom: 1px solid #484842; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #65655f; border-radius: 50%; color: var(--accent); font: 500 23px/1 var(--display); }
.feature-grid h3 { margin: 60px 0 12px; font-size: 18px; }
.feature-grid p { margin: 0; color: #aaa; font-size: 12px; line-height: 1.8; }
.service__note { margin: 25px 0 0; color: #888; font-size: 11px; }

.spec__layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.spec__location { min-height: 460px; padding: 35px; display: flex; flex-direction: column; background: var(--accent); }
.spec__location > p:first-child { margin: 0; font: 700 10px/1 var(--display); letter-spacing: .18em; }
.spec__location h3 { margin: auto 0; font: 700 clamp(60px, 7vw, 100px)/.78 var(--display); letter-spacing: -.09em; }
.spec__location h3 span { font-size: .18em; letter-spacing: .1em; }
.status { margin: 0; font: 700 12px/1 var(--display); letter-spacing: .08em; }
.status i { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--ink); animation: blink 1.2s infinite; }
@keyframes blink { 50% { opacity: .25; } }
.spec-list { margin: 0; }
.spec-list div { display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 23px 0; border-top: 1px solid var(--line); }
.spec-list div:last-child { border-bottom: 1px solid var(--line); }
.spec-list dt { font-size: 11px; font-weight: 700; }
.spec-list dd { margin: 0; font-size: 14px; line-height: 1.7; }

.system { background: #dedbd1; }
.system-list { border-top: 1px solid var(--ink); }
.system-list article { display: grid; grid-template-columns: 80px .8fr 1fr; gap: 4vw; align-items: center; padding: 38px 0; border-bottom: 1px solid var(--ink); }
.system-list article > span { font: 700 clamp(36px, 5vw, 68px)/1 var(--display); color: transparent; -webkit-text-stroke: 1px var(--ink); }
.system-list article div p { margin: 0 0 10px; font: 700 9px/1 var(--display); letter-spacing: .15em; }
.system-list h3 { margin: 0; font-size: 23px; }
.system-list article > p { margin: 0; font-size: 13px; line-height: 1.9; }

.company-story { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--white); }
.company-story__visual { display: grid; place-items: center; overflow: hidden; background: #c9c5ba; }
.data-orbit { position: relative; width: 320px; height: 320px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--accent); font: 700 90px/1 var(--display); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.data-orbit i { position: absolute; inset: -60px; border: 1px solid rgba(17,17,15,.4); border-radius: 50%; }
.data-orbit i:nth-child(2) { inset: -130px; }
.data-orbit i:nth-child(3) { inset: -210px; }
.data-orbit::after { content: ""; position: absolute; top: -67px; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); border: 4px solid var(--ink); }
.company-story__copy { padding: clamp(80px, 9vw, 150px) var(--side); }
.company-story__copy p:not(.eyebrow) { max-width: 570px; font-size: 14px; line-height: 2.1; }

.news__content h2 { font: 600 clamp(70px, 10vw, 150px)/.8 var(--display); }
.news-item { display: grid; grid-template-columns: 110px 80px 1fr 30px; gap: 25px; align-items: center; padding: 27px 0; border-top: 1px solid var(--ink); transition: padding .2s; }
.news-item:last-child { border-bottom: 1px solid var(--ink); }
.news-item:hover { padding-inline: 12px; }
.news-item time { font: 600 11px/1 var(--display); }
.tag { padding: 7px 8px; border: 1px solid var(--ink); text-align: center; font: 700 9px/1 var(--display); }
.news-item p { margin: 0; font-size: 14px; }
.news-item i { font-style: normal; font-size: 20px; }

.company__content { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.company__content h2 { font: 600 clamp(50px, 7vw, 100px)/.9 var(--display); }
.company__content h2 span { color: var(--accent); }
.company-list { margin: 0; }
.company-list div { display: grid; grid-template-columns: 100px 1fr; padding: 24px 0; border-top: 1px solid #444; }
.company-list div:last-child { border-bottom: 1px solid #444; }
.company-list dt { color: #888; font-size: 11px; }
.company-list dd { margin: 0; font-size: 13px; line-height: 1.8; }

.contact { background: var(--accent); }
.contact__intro { margin: -35px 0 65px; font-size: 14px; line-height: 1.9; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 28px; }
.contact-form label { display: grid; gap: 12px; }
.contact-form label > span { font-size: 12px; font-weight: 700; }
.contact-form em { margin-left: 8px; padding: 3px 6px; color: white; background: var(--ink); font-style: normal; font-size: 8px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 18px 0; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: none; background: transparent; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-width: 3px; }
.contact-form__wide { grid-column: 1 / -1; }
.check { grid-template-columns: 20px 1fr !important; align-items: center; gap: 7px !important; }
.check input { width: 18px; height: 18px; accent-color: var(--ink); }
.check a { text-decoration: underline; }
.submit-button { height: 90px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; border: 0; color: white; background: var(--ink); cursor: pointer; font-weight: 700; transition: .25s; }
.submit-button:hover { transform: translateY(-5px); box-shadow: 0 10px 0 rgba(17,17,15,.22); }
.submit-button i { color: var(--accent); font-size: 26px; font-style: normal; }

.footer { padding: 80px var(--side) 32px; color: white; background: var(--ink); }
.logo--footer svg rect { fill: var(--accent); }
.logo--footer svg circle, .logo--footer svg path { stroke: var(--ink); }
.footer > p { margin: 140px 0 65px; font: 600 clamp(40px, 9vw, 140px)/.8 var(--display); letter-spacing: -.08em; color: transparent; -webkit-text-stroke: 1px #777; }
.footer__bottom { display: grid; grid-template-columns: 1fr auto; gap: 40px; padding-top: 25px; border-top: 1px solid #3c3c38; color: #777; font: 600 9px/1 var(--display); letter-spacing: .12em; }
.footer__bottom a:hover { color: var(--accent); }

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 200;
  padding: 18px 24px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  transform: translateY(120px);
  opacity: 0;
  transition: .35s;
}
.toast.is-visible { transform: none; opacity: 1; }

@media (max-width: 900px) {
  .header { height: 68px; grid-template-columns: 1fr 68px; padding-left: 18px; }
  .header .logo svg { width: 36px; height: 36px; }
  .header .logo span { font-size: 14px; }
  .nav, .header__contact { display: none; }
  .nav.is-open {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    height: calc(100svh - 68px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    background: var(--accent);
  }
  .nav.is-open a { font-size: 24px; }
  .menu-button { width: 68px; height: 68px; display: grid; place-content: center; gap: 7px; border: 0; background: var(--ink); }
  .menu-button span { width: 24px; height: 2px; background: var(--accent); transition: .25s; }
  .menu-button.is-open span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-button.is-open span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 68px; }
  .hero__copy { min-height: 650px; padding-top: 60px; }
  .hero h1 { font-size: clamp(57px, 16vw, 100px); }
  .store-visual { min-height: 620px; }
  .section { grid-template-columns: 55px 1fr; scroll-margin-top: 68px; }
  .about__content, .service__content, .spec__content, .system__content, .news__content, .company__content, .contact__content { padding-inline: 28px; }
  .about__grid, .service__heading, .spec__layout, .company__content { grid-template-columns: 1fr; }
  .service__heading > p { margin: -35px 0 45px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 250px; border-right: 0; border-bottom: 1px solid #484842; }
  .price-card:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .spec__layout { gap: 45px; }
  .company-story { grid-template-columns: 1fr; }
  .company-story__visual { min-height: 550px; }
  .news-item { grid-template-columns: 85px 60px 1fr; gap: 12px; }
  .news-item i { display: none; }
}

@media (max-width: 560px) {
  .hero__copy { min-height: 570px; }
  .hero__lead { align-items: center; }
  .hero__lead p br:not(:first-child) { display: none; }
  .store-visual { min-height: 480px; }
  .store-visual__building { top: 14%; height: 72%; }
  .store-sign small { display: none; }
  .store-window { width: 69%; }
  .store-door { right: 2%; width: 23%; }
  .section h2, .company-story h2 { margin-bottom: 48px; font-size: 36px; }
  .section-label { padding-top: 28px; }
  .about__content, .service__content, .spec__content, .system__content, .news__content, .company__content, .contact__content { padding: 75px 20px; }
  .about__grid { gap: 35px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 65px; }
  .feature-grid article { min-height: 235px; }
  .spec__location { min-height: 330px; }
  .system-list article { grid-template-columns: 50px 1fr; }
  .system-list article > p { grid-column: 2; }
  .company-story__visual { min-height: 430px; }
  .data-orbit { width: 190px; height: 190px; font-size: 55px; }
  .company-story__copy { padding: 75px 28px; }
  .news-item { grid-template-columns: 82px 1fr; }
  .news-item .tag { width: max-content; }
  .news-item p { grid-column: 1 / -1; }
  .company-list div, .spec-list div { grid-template-columns: 85px 1fr; gap: 15px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form__wide { grid-column: 1; }
  .footer { padding-inline: 24px; }
  .footer > p { margin-top: 100px; }
  .footer__bottom { grid-template-columns: 1fr; gap: 18px; }
}

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

/* Old-site visual language: quiet monochrome, generous whitespace, rounded cards. */
:root {
  --ink: #222;
  --paper: #fff;
  --white: #fff;
  --accent: #222;
  --line: #e7e7e7;
  --display: "Poppins", "Noto Sans JP", sans-serif;
}

body { color: #333; background: #fff; }
.loading { background: #fff; color: #222; }
.loading__mark {
  width: auto;
  height: auto;
  padding: 0;
  color: #222;
  background: transparent;
  font-size: 30px;
  animation: none;
}
.loading__mark span { font-size: 0; }
.loading__mark span::after { content: "ROBOSPA"; font-size: 30px; }
.loading p { display: none; }

.header {
  left: 50%;
  width: min(100%, 1180px);
  height: 92px;
  grid-template-columns: 1fr auto;
  padding: 0 28px;
  background: rgba(255,255,255,.94);
  border: 0;
  transform: translateX(-50%);
}
.logo {
  color: #333;
  font: 700 32px/1 var(--display);
  letter-spacing: -.04em;
}
.nav { justify-content: flex-end; gap: 42px; }
.nav a, .header__contact { color: #333; font-size: 11px; letter-spacing: .13em; }
.nav a::after { bottom: -7px; height: 1px; background: #333; }
.header__contact {
  height: auto;
  margin-left: 42px;
  padding: 0;
  display: flex;
  background: transparent;
}
.header__contact span { display: none; }
.header { grid-template-columns: 1fr auto auto; }

.hero {
  min-height: 0;
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 92px 28px 82px;
}
.store-visual {
  min-height: 0;
  aspect-ratio: 1.52 / 1;
  overflow: visible;
  border-radius: 12px;
  background: linear-gradient(rgba(0,0,0,.03), rgba(0,0,0,.03)), url("assets/robospa-hero.webp") center / cover no-repeat;
}
.hero__copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  min-height: 0;
  padding: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0,0,0,.25);
}
.hero__copy .eyebrow { display: none; }
.hero h1 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 66px);
  line-height: 1.12;
  letter-spacing: -.035em;
}
.hero h1 span { color: #fff; -webkit-text-stroke: 0; }
.hero__description {
  position: absolute;
  left: 34px;
  bottom: 30px;
  margin: 0;
  max-width: 330px;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}
.hero__description strong { font-size: 18px; }
.circle-link {
  position: absolute;
  left: 50%;
  bottom: -31px;
  z-index: 3;
  width: 62px;
  height: 62px;
  color: #fff;
  background: #222;
  border: 0;
  transform: translateX(-50%);
}
.circle-link:hover { color: #fff; background: #444; transform: translate(-50%, 4px); }
.ticker { display: none; }

.section {
  display: block;
  border: 0;
  scroll-margin-top: 80px;
}
.section-label { display: none; }
.about__content, .service__content, .spec__content, .system__content,
.news__content, .company__content, .contact__content {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 120px 42px;
}
.eyebrow { display: none; }
.section h2, .company-story h2 {
  position: relative;
  margin: 0 0 78px;
  color: #222;
  font: 700 clamp(32px, 4vw, 50px)/1.25 var(--display);
  letter-spacing: .07em;
  text-align: center;
}
.section h2::after, .company-story h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 20px;
  height: 1px;
  background: #333;
  transform: translateX(-50%);
}
.section h2 br { display: none; }
.section h2 em { color: inherit; font: inherit; }

.about__content { max-width: 920px; padding-top: 100px; padding-bottom: 140px; }
.about__grid {
  display: block;
  padding: 0;
  border: 0;
  text-align: center;
}
.about__lead { margin-bottom: 36px; font-size: 18px; line-height: 1.9; }
.prose { max-width: 680px; margin: 0 auto; font-size: 14px; line-height: 2.25; }

.section--dark { color: #333; background: #f5f5f5; }
.service__content { padding-top: 120px; padding-bottom: 135px; }
.service__heading { display: block; text-align: center; }
.service__heading > p { margin: -42px auto 65px; color: #666; font-size: 13px; line-height: 2; }
.price-grid { gap: 20px; border: 0; }
.price-card {
  min-height: 270px;
  padding: 30px;
  color: #222;
  background: #fff;
  border: 0;
  border-radius: 8px;
}
.price-card:last-child { border: 0; }
.price-card > span, .price-card--accent > span { color: #999; }
.price-card--accent { color: #222; background: #fff; }
.price-card p strong { font-size: clamp(68px, 7vw, 100px); }
.price-card h3 { font-size: 30px; }
.feature-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
  border: 0;
}
.feature-grid article {
  min-height: 170px;
  padding: 24px;
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-rows: auto 1fr;
  align-items: center;
  color: #333;
  background: #fff;
  border: 0;
  border-radius: 8px;
}
.feature-icon {
  grid-row: 1 / 3;
  width: 48px;
  height: 100%;
  min-height: 120px;
  color: #333;
  background: #f5f5f5;
  border: 0;
  border-radius: 6px;
  font-size: 20px;
}
.feature-grid h3 { margin: 0 0 8px; font-size: 15px; }
.feature-grid p { color: #666; font-size: 12px; line-height: 1.9; }
.service__note { color: #777; text-align: center; }

.spec__content { padding-block: 130px; }
.spec__layout { grid-template-columns: .85fr 1.15fr; gap: 70px; }
.spec__location {
  min-height: 390px;
  padding: 34px;
  color: #fff;
  background: #333;
  border-radius: 10px;
}
.spec__location h3 { font-size: clamp(54px, 6vw, 80px); }
.status i { background: #fff; }
.spec-list div { border-color: #ddd; }

.system { background: #f5f5f5; }
.system-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border: 0; }
.system-list article {
  min-height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  background: #fff;
  border: 0;
  border-radius: 8px;
}
.system-list article > span { color: #ddd; -webkit-text-stroke: 0; font-size: 54px; }
.system-list article div p { color: #999; }
.system-list article > p { color: #666; }

.company-story {
  min-height: 0;
  grid-template-columns: 1fr 1fr;
  background: #fff;
}
.company-story__visual { min-height: 640px; background: #eee; }
.data-orbit { width: 260px; height: 260px; color: #fff; background: #333; font-size: 70px; }
.data-orbit i { border-color: #ccc; }
.data-orbit::after { background: #fff; border-color: #333; }
.company-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 70px; }
.company-story__copy h2 { text-align: left; letter-spacing: -.02em; }
.company-story__copy h2::after { left: 0; transform: none; }

.news__content { padding-block: 125px; }
.news__content h2 { font: 700 clamp(32px, 4vw, 50px)/1.25 var(--display); letter-spacing: .12em; }
.news-item { border-color: #ddd; }
.tag { border-color: #aaa; border-radius: 20px; }

.company { background: #f5f5f5; }
.company__content { display: block; max-width: 900px; }
.company__content > div h2 { font: 700 clamp(32px, 4vw, 50px)/1.25 var(--display); }
.company__content > div h2 span { color: #222; }
.company-list { max-width: 680px; margin: 0 auto; }
.company-list div { border-color: #ddd; }
.company-list dt { color: #888; }

.contact { background: #f5f5f5; }
.contact__content { max-width: 900px; }
.contact__intro { margin: -35px 0 65px; text-align: center; }
.contact-form em { color: #fff; background: #333; border-radius: 3px; }
.contact-form input, .contact-form textarea { border-color: #bbb; }
.submit-button {
  width: min(100%, 320px);
  height: 70px;
  margin: 15px auto 0;
  color: #fff;
  background: #333;
  border-radius: 6px;
}
.submit-button i { color: #fff; }
.footer { padding-top: 70px; background: #222; }
.logo--footer { color: #fff; }
.footer > p {
  margin: 110px 0 55px;
  color: #555;
  -webkit-text-stroke: 0;
  font-size: clamp(36px, 8vw, 110px);
}

@media (max-width: 900px) {
  .header {
    width: 100%;
    height: 68px;
    grid-template-columns: 1fr 68px;
    padding-left: 20px;
  }
  .logo { font-size: 23px; }
  .header__contact { display: none; }
  .menu-button { background: #333; }
  .menu-button span { background: #fff; }
  .nav.is-open { top: 68px; height: calc(100svh - 68px); background: #fff; }
  .hero { padding: 68px 18px 72px; }
  .store-visual { aspect-ratio: .92 / 1; }
  .hero h1 { font-size: clamp(34px, 10vw, 52px); }
  .hero__description { left: 22px; bottom: 24px; max-width: 230px; }
  .about__content, .service__content, .spec__content, .system__content,
  .news__content, .company__content, .contact__content { padding-inline: 28px; }
  .price-grid, .feature-grid, .system-list { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 150px; }
  .spec__layout { grid-template-columns: 1fr; gap: 42px; }
  .company-story { grid-template-columns: 1fr; }
  .company-story__visual { min-height: 480px; }
  .company-story__copy { padding: 90px 38px; }
}

@media (max-width: 560px) {
  .hero { padding-inline: 12px; }
  .store-visual { aspect-ratio: .78 / 1; background-position: 46% center; border-radius: 8px; }
  .hero h1 { font-size: 35px; }
  .hero__description { font-size: 10px; }
  .hero__description strong { font-size: 15px; }
  .section h2, .company-story h2 { font-size: 29px; letter-spacing: .05em; }
  .section h2 br { display: block; }
  .about__content, .service__content, .spec__content, .system__content,
  .news__content, .company__content, .contact__content { padding: 95px 22px; }
  .about__lead { font-size: 16px; }
  .spec__location { min-height: 310px; }
  .company-story__visual { min-height: 390px; }
  .company-story__copy { padding: 90px 28px; }
}

/* Editorial evolution: keeps the original monochrome DNA without copying its layout. */
.header {
  width: 100%;
  max-width: none;
  padding-inline: clamp(24px, 4vw, 64px);
  border-bottom: 1px solid #ddd;
}

.hero {
  max-width: none;
  padding: 92px 0 0;
}
.store-visual {
  width: 100%;
  height: calc(100svh - 92px);
  min-height: 650px;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 0;
  background: #eee;
}
.store-visual::before {
  content: "";
  position: absolute;
  inset: 0 0 0 47%;
  background: linear-gradient(90deg, rgba(0,0,0,.12), transparent 25%), url("assets/robospa-hero.webp") 28% center / cover no-repeat;
  filter: grayscale(12%);
}
.store-visual::after {
  content: "ROBOSPA / SELF MASSAGE STAND / TOKYO 2026";
  position: absolute;
  right: 26px;
  bottom: 22px;
  z-index: 3;
  color: #fff;
  font: 600 9px/1 var(--display);
  letter-spacing: .16em;
  writing-mode: vertical-rl;
}
.hero__copy {
  inset: 0 53% 0 0;
  padding: clamp(34px, 6vw, 90px);
  place-content: center start;
  justify-items: start;
  color: #222;
  background: #eee;
  text-align: left;
  text-shadow: none;
}
.hero__copy::before {
  content: "ISSUE 01 — 2026";
  position: absolute;
  top: 38px;
  left: clamp(34px, 6vw, 90px);
  font: 600 9px/1 var(--display);
  letter-spacing: .18em;
}
.hero__copy::after {
  content: "REST, RECODED.";
  position: absolute;
  left: clamp(34px, 6vw, 90px);
  bottom: 38px;
  font: 600 10px/1 var(--display);
  letter-spacing: .18em;
}
.hero h1 {
  color: #222;
  font-size: clamp(54px, 7vw, 118px);
  line-height: .83;
  letter-spacing: -.075em;
}
.hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1.5px #222;
}
.hero__description {
  position: static;
  max-width: 310px;
  margin-top: 52px;
  color: #222;
  font-size: 12px;
  text-align: left;
}
.circle-link {
  left: 47%;
  bottom: 34px;
  width: 70px;
  height: 70px;
  background: #222;
  border: 8px solid #eee;
}
.ticker {
  display: block;
  padding: 21px 0;
  color: #fff;
  background: #222;
  border: 0;
}
.ticker span { font-size: 20px; letter-spacing: .03em; }
.ticker i { color: #777; font-size: 14px; }

.section h2, .company-story h2 {
  margin-bottom: 90px;
  font-size: clamp(46px, 7vw, 104px);
  line-height: 1.02;
  letter-spacing: -.06em;
  text-align: left;
}
.section h2::after, .company-story h2::after {
  left: 0;
  bottom: -30px;
  width: 100%;
  background: #222;
  transform: none;
}
.section h2 em { font-style: normal; }
.section h2 br { display: block; }

.about__content, .service__content, .spec__content, .system__content,
.news__content, .company__content, .contact__content {
  width: min(100%, 1320px);
  padding-block: clamp(110px, 14vw, 210px);
  padding-inline: clamp(28px, 6vw, 90px);
}
.about__content { max-width: 1320px; }
.about__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 10vw;
  text-align: left;
}
.about__lead {
  margin: 0;
  font-size: clamp(21px, 2.4vw, 34px);
  line-height: 1.6;
}
.prose { max-width: none; margin: 0; font-size: 14px; }

.service__heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 8vw;
  align-items: end;
  text-align: left;
}
.service__heading > p { margin: 0 0 100px; }
.price-grid {
  grid-template-columns: 1.5fr .75fr .75fr;
  gap: 1px;
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
}
.price-card {
  min-height: 390px;
  border-radius: 0;
}
.price-card:first-child { background: #222; color: #fff; }
.price-card:first-child > span { color: #aaa; }
.price-card:first-child p strong { font-size: clamp(120px, 15vw, 220px); }
.price-card p strong { font-size: clamp(80px, 9vw, 130px); }
.feature-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: #ddd;
}
.feature-grid article {
  min-height: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0;
}
.feature-icon {
  width: 48px;
  min-height: 48px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.feature-grid h3 { margin-top: auto; }

.spec__layout { grid-template-columns: 1.15fr .85fr; }
.spec__location {
  min-height: 570px;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 87% 100%, 0 100%);
}
.spec__location h3 { font-size: clamp(74px, 9vw, 138px); }
.spec-list div { padding-block: 28px; }

.system-list { gap: 1px; background: #d7d7d7; border: 1px solid #d7d7d7; }
.system-list article { min-height: 390px; border-radius: 0; }
.system-list article:nth-child(2) { background: #222; color: #fff; }
.system-list article:nth-child(2) > p { color: #bbb; }
.system-list article:nth-child(2) > span { color: #666; }

.company-story { min-height: 820px; grid-template-columns: 43% 57%; }
.company-story__visual { min-height: 820px; }
.data-orbit { border-radius: 0; transform: rotate(-8deg); }
.data-orbit span { transform: rotate(8deg); }
.company-story__copy { padding: clamp(70px, 8vw, 130px); }
.company-story__copy h2 { font-size: clamp(44px, 6vw, 84px); }

.news__content h2 { font-size: clamp(70px, 13vw, 190px); }
.news-item {
  grid-template-columns: 120px 90px 1fr 40px;
  padding-block: 35px;
}
.news-item p { font-size: 16px; }

.company__content { max-width: 1320px; display: grid; grid-template-columns: 1fr 1fr; }
.company__content > div h2 { font-size: clamp(48px, 7vw, 100px); text-align: left; }
.company__content > div h2::after { left: 0; transform: none; }
.company-list { max-width: none; margin: 0; }

.contact__content { max-width: 1100px; }
.contact__content h2 { text-align: center; }
.contact__content h2::after { left: 50%; width: 40px; transform: translateX(-50%); }
.submit-button { border-radius: 0; }

.reveal-target {
  transform: translateY(45px);
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal-target.is-revealed { transform: none; }

@media (max-width: 1100px) {
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .header { padding-left: 20px; padding-right: 0; }
  .nav.is-open .nav__contact { display: block; }
  .hero { padding-top: 68px; }
  .store-visual { height: auto; min-height: 0; aspect-ratio: .72 / 1; }
  .store-visual::before { inset: 42% 0 0; background-position: 25% center; }
  .store-visual::after { display: none; }
  .hero__copy {
    inset: 0 0 58%;
    padding: 34px 24px;
    background: #eee;
  }
  .hero__copy::before { top: 24px; left: 24px; }
  .hero__copy::after { display: none; }
  .hero h1 { margin-top: 38px; font-size: clamp(48px, 13vw, 84px); }
  .hero__description { margin-top: 28px; }
  .circle-link {
    top: 42%;
    left: 50%;
    bottom: auto;
    border-color: #eee;
    transform: translate(-50%, -50%);
  }
  .circle-link:hover { transform: translate(-50%, -50%); }
  .about__grid, .service__heading, .company__content { grid-template-columns: 1fr; }
  .service__heading > p { margin: -45px 0 60px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 260px; }
  .price-card:first-child p strong { font-size: 130px; }
  .spec__layout { grid-template-columns: 1fr; }
  .company-story { min-height: 0; grid-template-columns: 1fr; }
  .company-story__visual { min-height: 520px; }
  .company__content { display: block; }
}

@media (max-width: 560px) {
  .hero { padding-inline: 0; }
  .store-visual { min-height: 660px; aspect-ratio: .62 / 1; border-radius: 0; }
  .store-visual::before { inset: 50% 0 0; }
  .hero__copy { inset: 0 0 50%; padding-bottom: 54px; }
  .hero h1 { font-size: 44px; }
  .hero__description { max-width: 310px; margin-top: 8px; }
  .circle-link { top: 50%; width: 58px; height: 58px; }
  .section h2, .company-story h2 { font-size: 46px; }
  .about__grid { gap: 45px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 210px; }
  .spec__location { min-height: 420px; }
  .spec__location h3 { font-size: 64px; }
  .system-list { grid-template-columns: 1fr; }
  .news-item { grid-template-columns: 82px 1fr; }
}

.howto {
  color: #fff;
  background: #222;
}
.howto__content, .faq__content {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: clamp(110px, 14vw, 210px) clamp(28px, 6vw, 90px);
}
.howto h2 { color: #fff; }
.howto h2::after { background: #fff; }
.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #555;
}
.step-grid article {
  min-height: 420px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #555;
}
.step-grid article:last-child { border-right: 0; }
.step-grid article > span {
  color: #666;
  font: 600 clamp(60px, 7vw, 100px)/1 var(--display);
  letter-spacing: -.08em;
}
.step-grid article > p:nth-of-type(1) {
  margin: auto 0 12px;
  color: #888;
  font: 600 9px/1 var(--display);
  letter-spacing: .16em;
}
.step-grid h3 { margin: 0 0 20px; font-size: 18px; }
.step-grid article > p:last-child {
  margin: 0;
  color: #aaa;
  font-size: 12px;
  line-height: 1.9;
}
.step-grid article:nth-child(4) {
  color: #222;
  background: #fff;
}
.step-grid article:nth-child(4) > span { color: #ddd; }
.step-grid article:nth-child(4) > p { color: #777; }

.faq { background: #fff; }
.faq__content {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 10vw;
}
.faq__content h2 { font-size: clamp(52px, 7vw, 100px); }
.faq-list { border-top: 1px solid #222; }
.faq-list details { border-bottom: 1px solid #bbb; }
.faq-list summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: 38px 1fr 24px;
  gap: 16px;
  align-items: center;
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
  color: #999;
  font: 600 10px/1 var(--display);
}
.faq-list summary i {
  font: 400 20px/1 var(--display);
  transition: transform .25s;
}
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p {
  margin: -5px 40px 0 54px;
  padding-bottom: 30px;
  color: #666;
  font-size: 13px;
  line-height: 2;
}
.footer > p.footer__notice {
  max-width: 620px;
  margin: 0 0 50px;
  color: #888;
  font: 400 11px/1.9 var(--jp);
  letter-spacing: 0;
  -webkit-text-stroke: 0;
}

@media (max-width: 900px) {
  .step-grid { grid-template-columns: 1fr 1fr; }
  .step-grid article { min-height: 330px; border-bottom: 1px solid #555; }
  .step-grid article:nth-child(2) { border-right: 0; }
  .step-grid article:nth-child(n+3) { border-bottom: 0; }
  .faq__content { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 560px) {
  .howto__content, .faq__content { padding: 95px 22px; }
  .step-grid { grid-template-columns: 1fr; }
  .step-grid article {
    min-height: 270px;
    border-right: 0;
    border-bottom: 1px solid #555 !important;
  }
  .step-grid article:last-child { border-bottom: 0 !important; }
  .faq-list summary { min-height: 84px; }
  .faq-list details > p { margin-left: 54px; margin-right: 8px; }
}

.machine__content {
  width: min(calc(100% - clamp(56px, 12vw, 180px)), 1148px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 56% 44%;
}
.machine__visual {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)), url("assets/robospa-hero.webp") 24% center / cover no-repeat;
}
.machine__visual::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.6);
}
.machine__visual > span {
  position: absolute;
  left: 45px;
  bottom: 44px;
  z-index: 2;
  color: #fff;
  font: 700 clamp(50px, 7vw, 100px)/.8 var(--display);
  letter-spacing: -.08em;
}
.machine__visual > p {
  position: absolute;
  top: 44px;
  right: 44px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font: 600 9px/1.5 var(--display);
  letter-spacing: .16em;
  text-align: right;
}
.machine__copy {
  padding-block: clamp(70px, 8vw, 130px);
  padding-inline: clamp(28px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
.machine__number {
  margin: 0 0 65px;
  font: 600 9px/1 var(--display);
  letter-spacing: .16em;
}
.machine__copy h2 { margin-bottom: 70px; }
.machine__lead {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 2.15;
}
.body-parts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 45px;
  padding: 0;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  list-style: none;
}
.body-parts li {
  padding: 14px 5px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.course-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 42px;
}
.course-list p {
  grid-column: 1 / -1;
  margin: 0 0 5px;
  color: #999;
  font: 600 9px/1 var(--display);
  letter-spacing: .14em;
}
.course-list span {
  padding: 10px 4px;
  background: #f1f1f1;
  font-size: 10px;
  text-align: center;
}
.text-link {
  width: max-content;
  padding-bottom: 7px;
  border-bottom: 1px solid #222;
  font-size: 12px;
  font-weight: 700;
}
.machine__grade {
  width: max-content;
  margin: 0;
  padding: 9px 12px;
  color: #fff;
  background: #222;
  font: 600 9px/1 var(--display);
  letter-spacing: .12em;
}

.line-cta {
  width: 100%;
  padding: clamp(65px, 8vw, 110px) clamp(28px, 6vw, 90px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  color: #fff;
  background: #222;
}
.line-cta > div > p {
  margin: 0 0 28px;
  color: #888;
  font: 600 9px/1 var(--display);
  letter-spacing: .18em;
}
.line-cta h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1.15;
  letter-spacing: -.045em;
}
.line-button {
  width: min(100%, 340px);
  min-height: 96px;
  flex: 0 0 auto;
  padding: 0 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  background: #06c755;
  font-size: 14px;
  font-weight: 700;
  transition: transform .25s;
}
.line-button:hover { transform: translateY(-5px); }
.line-button span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  font: 700 9px/1 var(--display);
}
.line-button i { margin-left: auto; font-size: 24px; font-style: normal; }

@media (max-width: 900px) {
  .machine__content { grid-template-columns: 1fr; }
  .machine__visual { min-height: 680px; }
  .machine__copy { padding: 90px 38px; }
  .line-cta { align-items: stretch; flex-direction: column; }
}

@media (max-width: 560px) {
  .machine__content { width: calc(100% - 44px); }
  .machine__visual { min-height: 540px; }
  .machine__visual > span { left: 28px; bottom: 30px; }
  .machine__visual > p { top: 30px; right: 30px; }
  .machine__copy { padding: 80px 22px; }
  .machine__copy h2 { font-size: 46px; }
  .body-parts { grid-template-columns: repeat(2, 1fr); }
  .course-list { grid-template-columns: repeat(2, 1fr); }
  .line-cta { padding: 75px 22px; }
  .line-button { width: 100%; }
}

/* Unified type scale */
:root {
  --type-display: clamp(56px, 7vw, 112px);
  --type-section: clamp(44px, 5.8vw, 82px);
  --type-compact: clamp(36px, 4.6vw, 64px);
  --type-card-title: 18px;
  --type-body: 14px;
  --type-card-body: 13px;
}

.hero h1 { font-size: var(--type-display); }
.section h2, .company-story h2 { font-size: var(--type-section); }
.machine__copy h2, .line-cta h2 { font-size: var(--type-compact); }
.news__content h2 { font-size: clamp(64px, 9vw, 120px); }
.company__content > div h2 { font-size: var(--type-section); line-height: 1.05; }
.faq__content h2 { font-size: var(--type-section); }

.feature-grid h3,
.step-grid h3,
.system-list h3 {
  font-size: var(--type-card-title);
  line-height: 1.5;
}
.feature-grid p,
.step-grid article > p:last-child,
.system-list article > p {
  font-size: var(--type-card-body);
  line-height: 1.9;
}
.prose,
.machine__lead,
.spec-list dd,
.news-item p {
  font-size: var(--type-body);
}

@media (max-width: 560px) {
  :root {
    --type-display: 46px;
    --type-section: 42px;
    --type-compact: 38px;
    --type-card-title: 17px;
    --type-body: 14px;
    --type-card-body: 13px;
  }
  .news__content h2 { font-size: 58px; }
  .line-cta h2 { font-size: 36px; }
}

/* Japanese line-breaking: prevent orphaned punctuation and single characters. */
.section h2,
.line-cta h2,
.feature-grid h3,
.step-grid h3,
.system-list h3,
.faq-list summary {
  word-break: auto-phrase;
  text-wrap: balance;
}
.prose p,
.machine__lead,
.service__heading > p,
.feature-grid p,
.step-grid article > p:last-child,
.system-list article > p,
.news-item p,
.faq-list details > p,
.contact__intro,
.footer__notice {
  word-break: auto-phrase;
  text-wrap: pretty;
}
.heading-keep { white-space: nowrap; }
.service__heading h2 { font-size: clamp(42px, 5.3vw, 76px); }

@media (max-width: 560px) {
  .service__heading h2 { font-size: 36px; line-height: 1.15; }
}

.access {
  margin-top: clamp(70px, 10vw, 130px);
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 500px;
  border: 1px solid #222;
}
.access__info {
  padding: clamp(35px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  background: #222;
}
.access__info > p:first-child {
  margin: 0;
  color: #888;
  font: 600 9px/1 var(--display);
  letter-spacing: .16em;
}
.access__info h3 {
  margin: 75px 0 35px;
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1;
  letter-spacing: -.055em;
}
.access__info h3 span {
  font-size: 13px;
  letter-spacing: .02em;
}
.access__info address {
  margin-bottom: 24px;
  color: #ccc;
  font-size: 13px;
  font-style: normal;
  line-height: 1.9;
}
.access__note {
  max-width: 430px;
  margin: 0 0 38px;
  color: #888;
  font-size: 10px;
  line-height: 1.8;
  text-wrap: pretty;
}
.access__info a {
  margin-top: auto;
  padding-bottom: 7px;
  border-bottom: 1px solid #777;
  font-size: 11px;
  font-weight: 700;
}
.access__map {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background:
    linear-gradient(28deg, transparent 47%, #bbb 48%, #bbb 49%, transparent 50%),
    linear-gradient(112deg, transparent 40%, #c5c5c5 41%, #c5c5c5 42%, transparent 43%),
    repeating-linear-gradient(0deg, transparent 0 54px, #d0d0d0 55px 56px),
    repeating-linear-gradient(90deg, transparent 0 74px, #d0d0d0 75px 76px),
    #e5e5e5;
}
.access__map iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  border: 0;
}

@media (max-width: 760px) {
  .access { grid-template-columns: 1fr; }
  .access__info { min-height: 470px; }
  .access__map, .access__map iframe { min-height: 390px; }
}

/* Align the full-width LINE banner with the main editorial grid. */
.line-cta {
  padding-inline: max(clamp(28px, 6vw, 90px), calc((100vw - 1148px) / 2));
}

@media (max-width: 560px) {
  .line-cta { padding-inline: 22px; }
}

/* Measuring-tape motif: ticks, gauges and a dial that make the 10 minutes visible. */
.hero h1 {
  font-size: clamp(58px, 8vw, 132px);
  line-height: .94;
  letter-spacing: -.05em;
}
.hero h1 span {
  display: inline-block;
  margin-bottom: .1em;
  color: #222;
  font-size: .58em;
  letter-spacing: -.03em;
  -webkit-text-stroke: 0;
}
.hero__copy::after { content: "SIMPLE. SMART. REASONABLE."; }
.hero__description { margin-top: 0; }

.measure {
  position: relative;
  width: 340px;
  max-width: 100%;
  margin: 32px 0 26px;
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
}
.measure::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background:
    linear-gradient(#222, #222) left top / 1px 8px no-repeat,
    linear-gradient(#222, #222) right top / 1px 8px no-repeat,
    repeating-linear-gradient(to right, rgba(34,34,34,.45) 0 1px, transparent 1px 10%) left top / 100% 5px no-repeat,
    linear-gradient(rgba(34,34,34,.3), rgba(34,34,34,.3)) left top / 100% 1px no-repeat;
}
.measure em {
  color: #8b8b85;
  font: 600 9px/1 var(--display);
  font-style: normal;
  letter-spacing: .2em;
}
.measure em:last-child { color: #222; }

.hero__gauge {
  position: absolute;
  top: 0;
  right: 53%;
  bottom: 0;
  z-index: 3;
  width: 26px;
  background:
    repeating-linear-gradient(to bottom, rgba(34,34,34,.42) 0 1px, transparent 1px 102px) right top / 26px 100% no-repeat,
    repeating-linear-gradient(to bottom, rgba(34,34,34,.3) 0 1px, transparent 1px 17px) right top / 11px 100% no-repeat;
}
.hero__gauge::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(34,34,34,.3);
}

.tick-gauge {
  position: relative;
  height: 9px;
  margin-top: 26px;
}
.tick-gauge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to right, currentColor 0 1px, transparent 1px calc(100% / 15));
  opacity: .24;
}
.tick-gauge i {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--min) / 30 * 100%);
  background: repeating-linear-gradient(to right, currentColor 0 1px, transparent 1px calc(200% / var(--min)));
}

.feature-icon--dial svg { width: 23px; height: 23px; }

/* Hourglass nod: a hairline of "sand" that fills as the page is read. */
.sand {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  width: 12px;
  pointer-events: none;
  mix-blend-mode: difference;
  background: repeating-linear-gradient(to bottom, rgba(255,255,255,.22) 0 1px, transparent 1px 24px) right top / 6px 100% no-repeat;
}
.sand i {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: var(--sand, 0%);
  background: #fff;
}

@media (max-width: 900px) {
  .hero h1 { font-size: clamp(46px, 12vw, 78px); margin-top: 30px; }
  .hero__gauge,
  .sand { display: none; }
  .measure { width: 250px; margin: 20px 0 16px; padding-top: 10px; }
  .measure::before { height: 7px; }
  .measure em { font-size: 8px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 80px; }
  .measure { width: 210px; margin: 16px 0 14px; }
}
