:root {
  --ink: #101114;
  --muted: #5f6470;
  --paper: #fffaf1;
  --white: #ffffff;
  --blue: #1557ff;
  --coral: #ff4f3f;
  --mint: #23c99a;
  --gold: #d8a936;
  --indigo: #23336f;
  --vermillion: #e74832;
  --line: rgba(16, 17, 20, 0.12);
  --shadow: 0 24px 70px rgba(16, 17, 20, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(21, 87, 255, 0.12), transparent 26rem),
    radial-gradient(circle at 92% 12%, rgba(255, 79, 63, 0.11), transparent 22rem),
    radial-gradient(circle at 50% 40%, rgba(16, 17, 20, 0.035) 0 1px, transparent 1.5px) 0 0 / 9px 9px,
    repeating-linear-gradient(135deg, rgba(35, 51, 111, 0.025) 0 1px, transparent 1px 16px),
    var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.cursor-glow {
  position: fixed;
  z-index: 0;
  width: 18rem;
  height: 18rem;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(21, 87, 255, 0.13), transparent 68%);
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.7rem;
  border: 1px solid rgba(16, 17, 20, 0.1);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(16, 17, 20, 0.08);
}

.brand,
.nav-links,
.hero-actions,
.support-list,
.contact-layout {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  padding-left: 0.25rem;
}

.plan-card,
.space-card,
.support-list > a,
.detail-card,
.process-card,
.faq-link {
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.95rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
}

.nav-links {
  gap: 1.4rem;
  color: #343842;
  font-size: 0.9rem;
}

.header-cta,
.button,
.contact-form button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.header-cta {
  padding: 0.85rem 1.2rem;
  color: var(--white);
  background: var(--blue);
}

.section-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  scroll-margin-top: 7rem;
}

main > section {
  scroll-margin-top: 7rem;
}

.ukiyo-wave {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  opacity: 0.38;
}

.hero-wave {
  left: -7.5rem;
  bottom: 3.5rem;
  width: 34rem;
  height: 20rem;
  transform: rotate(-12deg);
}

.ukiyo-wave span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5rem;
  border: 3px solid rgba(35, 51, 111, 0.33);
  border-color: rgba(35, 51, 111, 0.33) transparent transparent transparent;
  border-radius: 50%;
}

.ukiyo-wave span:nth-child(1) { top: 0; }
.ukiyo-wave span:nth-child(2) { top: 2rem; left: 2.8rem; }
.ukiyo-wave span:nth-child(3) { top: 4rem; left: -1.6rem; }
.ukiyo-wave span:nth-child(4) { top: 6rem; left: 1.4rem; }
.ukiyo-wave span:nth-child(5) { top: 8rem; left: -2.4rem; }
.ukiyo-wave span:nth-child(6) { top: 10rem; left: 2rem; }

.plans-wave {
  right: 8rem;
  bottom: 1.5rem;
  width: 24rem;
  height: 12rem;
  transform: rotate(8deg);
  opacity: 0.22;
}

.woodblock-cloud {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 16rem;
  height: 6.4rem;
  opacity: 0.26;
  background:
    radial-gradient(ellipse at 18% 50%, rgba(231, 72, 50, 0.24) 0 34%, transparent 35%),
    radial-gradient(ellipse at 48% 38%, rgba(231, 72, 50, 0.18) 0 30%, transparent 31%),
    radial-gradient(ellipse at 78% 54%, rgba(231, 72, 50, 0.22) 0 34%, transparent 35%);
}

.cloud-one {
  top: 9.5rem;
  right: 34rem;
}

.cloud-two {
  right: 4rem;
  bottom: 6rem;
  transform: scale(0.82) rotate(-8deg);
}

.ukiyo-sun {
  position: absolute;
  top: 4.5rem;
  right: 0;
  z-index: -1;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background:
    repeating-linear-gradient(0deg, rgba(231, 72, 50, 0.16) 0 6px, transparent 6px 14px),
    radial-gradient(circle, rgba(231, 72, 50, 0.1), transparent 68%);
  opacity: 0.72;
}

.pattern-band {
  position: absolute;
  inset: 0 0 auto;
  height: 5rem;
  pointer-events: none;
  opacity: 0.28;
  background:
    radial-gradient(circle at 1rem 1rem, rgba(35, 51, 111, 0.22) 0 0.45rem, transparent 0.46rem) 0 0 / 2.2rem 2.2rem,
    linear-gradient(90deg, transparent, rgba(231, 72, 50, 0.18), transparent);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(24rem, 1.04fr);
  gap: 4rem;
  min-height: calc(100vh - 5rem);
  padding: 6.5rem 0 4rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.2rem;
  font-size: clamp(4rem, 8vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: -0.045em;
  text-shadow: 1.5px 1.5px 0 rgba(231, 72, 50, 0.12), -1.5px -1.5px 0 rgba(21, 87, 255, 0.09);
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.hero-lede,
.section-heading p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-lede {
  max-width: 34rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2rem 0 1.4rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0 1.35rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.plan-card:hover,
.space-card:hover {
  transform: translateY(-5px);
}

.primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 16px 40px rgba(21, 87, 255, 0.27);
}

.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.offer-pill {
  display: inline-grid;
  gap: 0.18rem;
  max-width: 25rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(255, 79, 63, 0.28);
  border-radius: 1.35rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 250, 241, 0.62)),
    radial-gradient(circle at 18% 24%, rgba(231, 72, 50, 0.08) 0 1px, transparent 1.5px) 0 0 / 8px 8px,
    repeating-linear-gradient(45deg, rgba(231, 72, 50, 0.06) 0 6px, transparent 6px 13px);
}

.offer-pill span,
.plan-tag,
.space-card span,
.support-list span,
.process-card span,
.pricing-notes span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 36rem;
  margin-top: 1rem;
}

.hero-stats div {
  min-height: 5.6rem;
  padding: 0.85rem;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.62);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  margin-bottom: 0.28rem;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  min-height: 39rem;
}

.hanko-stamp {
  position: absolute;
  z-index: 4;
  top: 4.4rem;
  right: 1.2rem;
  display: grid;
  width: 4.6rem;
  height: 4.6rem;
  place-items: center;
  border: 3px double rgba(231, 72, 50, 0.84);
  border-radius: 0.9rem;
  color: var(--vermillion);
  background: rgba(255, 250, 241, 0.84);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  transform: rotate(8deg);
  box-shadow: 0 14px 34px rgba(231, 72, 50, 0.14);
}

.hanko-stamp::after {
  content: "";
  position: absolute;
  inset: 0.28rem;
  border: 1px solid rgba(231, 72, 50, 0.28);
  border-radius: 0.55rem;
}

.photo-stack {
  position: absolute;
  inset: 0;
}

.photo-stack::before {
  content: "";
  position: absolute;
  inset: 2.4rem 0.4rem 2rem 4rem;
  z-index: 2;
  pointer-events: none;
  border: 2px solid rgba(231, 72, 50, 0.66);
  border-radius: 3.6rem 3.6rem 0.9rem 3.6rem;
  mix-blend-mode: multiply;
}

.photo-stack::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 250, 241, 0.22), transparent 14rem),
    repeating-linear-gradient(135deg, rgba(16, 17, 20, 0.045) 0 1px, transparent 1px 11px);
  mix-blend-mode: multiply;
  opacity: 0.56;
}

.photo {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.photo-main {
  top: 3rem;
  right: 1rem;
  width: 78%;
  height: 70%;
  border-radius: 3.5rem;
  filter: sepia(0.08) saturate(1.08) contrast(1.07) brightness(1.03);
}

.photo-float {
  left: 0;
  bottom: 2rem;
  width: 46%;
  height: 43%;
  border: 0.75rem solid rgba(255, 250, 241, 0.94);
  border-radius: 2.5rem;
  animation: floaty 6s ease-in-out infinite;
  filter: sepia(0.1) saturate(1.15) contrast(1.08) brightness(1.04);
}

.motion-label {
  position: absolute;
  z-index: 3;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(16, 17, 20, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 30%, rgba(16, 17, 20, 0.045) 0 1px, transparent 1.4px) 0 0 / 7px 7px,
    var(--white);
  box-shadow: 0 14px 36px rgba(16, 17, 20, 0.13);
  font-size: 0.9rem;
  font-weight: 900;
  animation: bob 4.5s ease-in-out infinite;
}

.label-one {
  top: 1.8rem;
  left: 2rem;
  color: var(--white);
  background: var(--vermillion);
}

.label-two {
  top: 45%;
  right: 0;
  color: var(--white);
  background: var(--blue);
  animation-delay: 0.4s;
}

.label-three {
  bottom: 13rem;
  right: 6%;
  background:
    linear-gradient(135deg, #fff3c5, #fff9e6),
    repeating-linear-gradient(45deg, rgba(216, 169, 54, 0.14) 0 4px, transparent 4px 9px);
  animation-delay: 0.8s;
}

.mini-map {
  position: absolute;
  left: 10%;
  right: 8%;
  bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at 20% 28%, rgba(35, 51, 111, 0.06) 0 1px, transparent 1.4px) 0 0 / 8px 8px,
    rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
}

.map-dot {
  position: relative;
  font-size: 0.8rem;
  font-weight: 900;
}

.map-dot::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.38rem;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 rgba(255, 79, 63, 0.35);
  animation: pulse 1.8s infinite;
}

.route {
  display: block;
  height: 2px;
  overflow: hidden;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
}

.hero-guide {
  position: absolute;
  right: 0.5rem;
  bottom: 5.5rem;
  z-index: 5;
  display: grid;
  grid-template-columns: 5.8rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  width: min(19rem, 82%);
  padding: 0.65rem;
  border: 1px solid rgba(16, 17, 20, 0.16);
  border-radius: 1.45rem;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 24%, rgba(16, 17, 20, 0.045) 0 1px, transparent 1.4px) 0 0 / 7px 7px,
    rgba(255, 250, 241, 0.92);
  box-shadow: 0 18px 45px rgba(16, 17, 20, 0.16);
  transform: rotate(-2deg);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-guide:hover {
  transform: translateY(-5px) rotate(-2deg);
  box-shadow: 0 28px 70px rgba(16, 17, 20, 0.2);
}

.hero-guide img {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 1rem;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(1.05) contrast(1.04);
}

.hero-guide span {
  display: grid;
  gap: 0.2rem;
  font-weight: 900;
  line-height: 1.2;
}

.hero-guide small {
  color: var(--vermillion);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ticker {
  position: relative;
  z-index: 2;
  height: 3.35rem;
  overflow: hidden;
  border-block: 1px solid var(--ink);
  background:
    linear-gradient(90deg, var(--ink), #182057 52%, var(--ink)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 12px);
  color: var(--white);
}

.ticker-track {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  width: max-content;
  gap: 2rem;
  padding: 1rem 0;
  animation: ticker 28s linear infinite;
}

.ticker span {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.concierge-section,
.plans-section,
.support-section,
.detail-section,
.process-section,
.faq-section {
  padding: 7rem 0;
}

.concierge-section {
  position: relative;
}

.concierge-section::before {
  content: "";
  position: absolute;
  right: -8rem;
  top: 4rem;
  z-index: -1;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background:
    repeating-linear-gradient(0deg, rgba(35, 51, 111, 0.08) 0 5px, transparent 5px 13px),
    radial-gradient(circle, rgba(21, 87, 255, 0.08), transparent 70%);
}

.character-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.character-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 26rem;
  padding: 1.2rem;
  border: 1px solid rgba(16, 17, 20, 0.14);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 16% 16%, rgba(16, 17, 20, 0.045) 0 1px, transparent 1.4px) 0 0 / 8px 8px,
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 241, 0.72));
  box-shadow: 0 18px 45px rgba(16, 17, 20, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.character-card:hover {
  transform: translateY(-6px) rotate(-0.5deg);
  box-shadow: 0 28px 70px rgba(16, 17, 20, 0.12);
}

.character-card::after {
  content: "View details";
  position: absolute;
  right: 1.1rem;
  bottom: 1rem;
  z-index: 2;
  width: auto;
  height: auto;
  padding: 0.52rem 0.72rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(0.4rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.character-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.character-portrait {
  display: grid;
  place-items: center;
  height: 16rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(16, 17, 20, 0.1);
  border-radius: 1.5rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 250, 241, 0.5)),
    repeating-linear-gradient(135deg, rgba(35, 51, 111, 0.035) 0 1px, transparent 1px 12px);
  overflow: hidden;
}

.character-portrait img {
  width: auto;
  height: auto;
  max-height: 13.5rem;
  max-width: 90%;
  object-fit: contain;
  object-position: 50% 50%;
  background: rgba(255, 255, 255, 0.68);
  filter: drop-shadow(0 12px 20px rgba(16, 17, 20, 0.1)) saturate(1.08) contrast(1.04);
  transform-origin: 50% 60%;
  animation: character-bob 5.5s ease-in-out infinite;
}

.neko img {
  max-height: 13rem;
}

.bijin img {
  max-height: 13.8rem;
  animation-delay: 0.5s;
}

.yokai img {
  max-height: 14rem;
  padding: 0;
  animation-delay: 1s;
}

.character-role {
  color: var(--vermillion);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.character-card h3 {
  margin: 0.55rem 0 0.6rem;
}

.character-card p {
  color: var(--muted);
  line-height: 1.6;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 1fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.2rem;
}

.section-heading p {
  max-width: 40rem;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.plan-card {
  display: block;
  min-height: 18rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 12% 12%, rgba(16, 17, 20, 0.04) 0 1px, transparent 1.3px) 0 0 / 8px 8px,
    rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 45px rgba(16, 17, 20, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.plan-card.featured-plan {
  border-color: rgba(255, 79, 63, 0.34);
  box-shadow:
    0 24px 70px rgba(21, 87, 255, 0.12),
    0 0 0 0.45rem rgba(255, 79, 63, 0.06);
}

.plan-card h3 {
  margin-top: 3rem;
}

.plan-card p {
  min-height: 5.2rem;
  color: var(--muted);
  line-height: 1.55;
}

.plan-card strong {
  display: inline-flex;
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
}

.plan-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.accent-blue {
  background:
    radial-gradient(circle at 12% 12%, rgba(16, 17, 20, 0.035) 0 1px, transparent 1.3px) 0 0 / 8px 8px,
    linear-gradient(150deg, rgba(21, 87, 255, 0.18), rgba(255, 255, 255, 0.72));
}

.accent-coral {
  background:
    radial-gradient(circle at 12% 12%, rgba(16, 17, 20, 0.035) 0 1px, transparent 1.3px) 0 0 / 8px 8px,
    linear-gradient(150deg, rgba(255, 79, 63, 0.18), rgba(255, 255, 255, 0.72));
}

.accent-black {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1.3px) 0 0 / 8px 8px,
    linear-gradient(150deg, rgba(21, 87, 255, 0.32), transparent 48%),
    var(--ink);
}

.accent-black p {
  color: rgba(255, 255, 255, 0.72);
}

.accent-black strong {
  color: var(--ink);
  background: #8effd5;
}

.accent-green {
  background:
    radial-gradient(circle at 12% 12%, rgba(16, 17, 20, 0.035) 0 1px, transparent 1.3px) 0 0 / 8px 8px,
    linear-gradient(150deg, rgba(35, 201, 154, 0.18), rgba(255, 255, 255, 0.72));
}

.plan-advisor {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 1.4rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(16, 17, 20, 0.14);
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 241, 0.68)),
    radial-gradient(circle at 88% 20%, rgba(231, 72, 50, 0.12), transparent 18rem);
  box-shadow: 0 18px 50px rgba(16, 17, 20, 0.08);
}

.plan-advisor img {
  width: 100%;
  height: 17rem;
  object-fit: cover;
  object-position: 50% 12%;
  border: 0.65rem solid rgba(255, 250, 241, 0.92);
  border-radius: 1.45rem;
  box-shadow: 0 14px 36px rgba(16, 17, 20, 0.13);
}

.plan-advisor h3 {
  margin-bottom: 0.6rem;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 0.98;
}

.plan-advisor p:not(.eyebrow) {
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.65;
}

.pricing-notes {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(16, 17, 20, 0.18);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.54);
}

.pricing-notes p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.detail-card {
  display: grid;
  align-content: start;
  min-height: 22rem;
  padding: 1.4rem;
  border: 1px solid rgba(16, 17, 20, 0.13);
  border-radius: 1.8rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 250, 241, 0.64)),
    radial-gradient(circle at 14% 16%, rgba(231, 72, 50, 0.08) 0 1px, transparent 1.5px) 0 0 / 8px 8px;
  box-shadow: 0 18px 45px rgba(16, 17, 20, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(16, 17, 20, 0.12);
}

.detail-card span,
.detail-card strong {
  color: var(--vermillion);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-card h3 {
  margin: 4rem 0 0.65rem;
  font-size: clamp(1.65rem, 2.5vw, 2.5rem);
  line-height: 1;
}

.detail-card p {
  color: var(--muted);
  line-height: 1.6;
}

.detail-card strong {
  margin-top: auto;
  color: var(--blue);
}

.spaces-section {
  position: relative;
  padding: 7rem 0;
  background:
    radial-gradient(circle at 90% 8%, rgba(231, 72, 50, 0.11), transparent 18rem),
    radial-gradient(circle at 50% 50%, rgba(16, 17, 20, 0.04) 0 1px, transparent 1.4px) 0 0 / 9px 9px,
    #f4efe5;
}

.spaces-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
  gap: 3rem;
  align-items: start;
}

.spaces-layout .section-heading {
  display: block;
  position: sticky;
  top: 7rem;
}

.space-cards {
  display: grid;
  gap: 1rem;
}

.space-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 1.2rem;
  align-items: center;
  min-height: 210px;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(16, 17, 20, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.space-card::after {
  content: "";
  position: absolute;
  inset: 0.65rem;
  pointer-events: none;
  border: 1px solid rgba(231, 72, 50, 0.28);
  border-radius: 1.55rem;
  mix-blend-mode: multiply;
}

.space-card:hover {
  box-shadow: 0 28px 70px rgba(16, 17, 20, 0.12);
}

.space-card img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  border-radius: 1.4rem;
  filter: sepia(0.08) saturate(1.06) contrast(1.05) brightness(1.03);
}

.space-card p,
.support-list p,
.faq-item p {
  color: var(--muted);
  line-height: 1.55;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.insight-card {
  position: relative;
  min-height: 13rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(16, 17, 20, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.insight-card::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  pointer-events: none;
  border: 1px solid rgba(231, 72, 50, 0.2);
  border-radius: 1.1rem;
}

.insight-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(16, 17, 20, 0.12);
}

.insight-card span {
  color: var(--vermillion);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-card h3 {
  margin: 0.55rem 0 0.65rem;
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  line-height: 1.05;
}

.insight-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.article-shell {
  width: min(860px, calc(100% - 2rem));
  margin: 6rem auto 4rem;
}

.article-content {
  padding: clamp(1.3rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(16, 17, 20, 0.1);
}

.article-content h1 {
  margin: 0.5rem 0 1rem;
  font-size: clamp(2.8rem, 7vw, 5.3rem);
  line-height: 0.95;
}

.article-content h2 {
  margin: 2rem 0 0.7rem;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.article-content p,
.article-content li {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.article-lede {
  color: #343842;
  font-size: 1.2rem;
}

.article-note {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(35, 51, 111, 0.16);
  border-radius: 1rem;
  background: rgba(21, 87, 255, 0.06);
}

.article-content ul {
  padding-left: 1.2rem;
}

.article-checklist {
  margin-top: 2.2rem;
  padding: 1.4rem;
  border: 1px solid rgba(35, 51, 111, 0.14);
  border-radius: 1.5rem;
  background: rgba(255, 250, 241, 0.72);
}

.article-faq details {
  margin-top: 0.75rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
}

.article-faq summary {
  cursor: pointer;
  font-weight: 900;
}

.article-faq p {
  margin-bottom: 0;
}

.article-related div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.article-related a {
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(231, 72, 50, 0.24);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.article-cta {
  margin-top: 2.4rem;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: rgba(255, 79, 63, 0.08);
}

.support-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(24rem, 1.3fr);
  gap: 3rem;
  padding: 3rem;
  border-radius: 2.4rem;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(21, 87, 255, 0.78), transparent 44%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 2px, transparent 2px 18px),
    var(--ink);
}

.support-panel .eyebrow,
.support-list span {
  color: #8effd5;
}

.support-list {
  gap: 1rem;
}

.support-list > a {
  flex: 1;
  min-height: 16rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.support-list > a:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-4px);
}

.support-list p {
  color: rgba(255, 255, 255, 0.76);
}

.process-section {
  position: relative;
}

.process-section::before {
  content: "";
  position: absolute;
  left: -7rem;
  bottom: 3rem;
  z-index: -1;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background:
    repeating-linear-gradient(90deg, rgba(231, 72, 50, 0.09) 0 5px, transparent 5px 13px),
    radial-gradient(circle, rgba(231, 72, 50, 0.08), transparent 68%);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.process-card {
  display: block;
  min-height: 17rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at 15% 14%, rgba(16, 17, 20, 0.04) 0 1px, transparent 1.35px) 0 0 / 8px 8px,
    rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 42px rgba(16, 17, 20, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 62px rgba(16, 17, 20, 0.11);
}

.process-card span {
  display: inline-grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  margin-bottom: 2.2rem;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
}

.process-card p {
  color: var(--muted);
  line-height: 1.6;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  width: 100%;
  padding: 1.3rem 1.45rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.faq-link {
  display: block;
  width: 100%;
  padding: 1.3rem 1.45rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.faq-link:hover {
  border-color: rgba(21, 87, 255, 0.32);
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(0.35rem);
}

.faq-link span {
  display: block;
  padding-right: 8rem;
  font-size: 1.1rem;
  font-weight: 900;
}

.faq-link strong {
  float: right;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-link p {
  max-width: 44rem;
  margin: 0.85rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.faq-item span {
  font-size: 1.1rem;
  font-weight: 900;
}

.faq-item strong {
  float: right;
  color: var(--blue);
  font-size: 1.4rem;
  transition: transform 180ms ease;
}

.faq-item p {
  display: none;
  max-width: 44rem;
  margin: 0.85rem 0 0;
}

.faq-item.is-open strong {
  transform: rotate(45deg);
}

.faq-item.is-open p {
  display: block;
}

.contact-section {
  padding: 7rem 0;
  background: var(--ink);
  color: var(--white);
}

.contact-layout {
  align-items: start;
  justify-content: space-between;
  gap: 4rem;
}

.contact-copy {
  max-width: 32rem;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.after-submit-card {
  margin-top: 1.35rem;
  padding: 1.1rem;
  border: 1px solid rgba(142, 255, 213, 0.22);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 12% 12%, rgba(142, 255, 213, 0.12), transparent 9rem),
    rgba(255, 255, 255, 0.08);
}

.after-submit-card span {
  display: block;
  margin-bottom: 0.8rem;
  color: #8effd5;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.after-submit-card ol {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding-left: 1.25rem;
}

.after-submit-card li {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
}

.contact-form {
  position: relative;
  display: grid;
  width: min(100%, 34rem);
  gap: 0.9rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.08);
}

.mail-messenger {
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
}

.mail-messenger img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.85rem;
  object-fit: contain;
  object-position: 50% 50%;
  background: rgba(255, 255, 255, 0.78);
}

.mail-messenger span {
  color: #8effd5;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form label {
  display: grid;
  gap: 0.38rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
}

.contact-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.form-trust {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(142, 255, 213, 0.22);
  border-radius: 1rem;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(142, 255, 213, 0.08);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.45;
}

.contact-form button {
  min-height: 3.2rem;
  color: var(--ink);
  background: #8effd5;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.hidden-field,
.form-error {
  display: none;
}

.form-error {
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(255, 79, 63, 0.36);
  border-radius: 1rem;
  color: #ffd7d2;
  background: rgba(255, 79, 63, 0.1);
  font-weight: 800;
  line-height: 1.45;
}

.contact-form.has-error .form-error {
  display: block;
}

.form-success {
  display: none;
  grid-template-columns: 4.2rem 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.85rem;
  border: 1px solid rgba(142, 255, 213, 0.28);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 18% 24%, rgba(142, 255, 213, 0.12), transparent 8rem),
    rgba(142, 255, 213, 0.08);
}

.contact-form.is-sent .form-success {
  display: grid;
}

.form-success img {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.8rem;
  object-fit: contain;
  object-position: 50% 50%;
  background: rgba(255, 255, 255, 0.78);
}

.form-success span,
.form-success strong {
  display: block;
}

.form-success span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.form-success strong {
  color: var(--white);
  margin-bottom: 0.18rem;
}

.site-footer {
  padding: 3rem 0;
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 80% 20%, rgba(21, 87, 255, 0.18), transparent 18rem),
    var(--ink);
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer-brand {
  margin-bottom: 0.9rem;
  padding-left: 0;
  color: var(--white);
}

.site-footer p {
  max-width: 34rem;
  margin: 0;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links a:hover {
  color: var(--white);
}

.legal-main {
  padding: 6rem 0 7rem;
}

.legal-panel {
  max-width: 880px;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(16, 17, 20, 0.08);
}

.legal-panel h1 {
  max-width: none;
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.legal-panel h2 {
  max-width: none;
  margin: 2rem 0 0.8rem;
  font-size: 1.45rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.legal-panel p,
.legal-panel li,
.legal-table {
  color: var(--muted);
  line-height: 1.7;
}

.legal-panel ul {
  display: grid;
  gap: 0.45rem;
  padding-left: 1.2rem;
}

.legal-panel li {
  list-style: disc;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
}

.legal-table th,
.legal-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  width: 13rem;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.82);
}

.legal-table tr:last-child th,
.legal-table tr:last-child td {
  border-bottom: 0;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 0.75fr);
  gap: 3rem;
  align-items: center;
  min-height: calc(100vh - 6rem);
  padding: 6rem 0 4rem;
}

.service-copy p:not(.eyebrow),
.consultation-hero p {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.service-art {
  position: relative;
  display: grid;
  min-height: 30rem;
  place-items: center;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at 20% 16%, rgba(231, 72, 50, 0.12), transparent 16rem),
    radial-gradient(circle at 50% 50%, rgba(16, 17, 20, 0.04) 0 1px, transparent 1.4px) 0 0 / 9px 9px,
    rgba(255, 255, 255, 0.62);
  overflow: hidden;
  box-shadow: 0 20px 58px rgba(16, 17, 20, 0.09);
}

.service-art img {
  width: min(82%, 24rem);
  max-height: 25rem;
  object-fit: contain;
  border-radius: 1.4rem;
  filter: drop-shadow(0 18px 28px rgba(16, 17, 20, 0.14));
}

.rental-art {
  align-content: center;
  gap: 1rem;
  padding: 1.2rem;
}

.woodblock-frame {
  position: relative;
  width: min(100%, 27rem);
  padding: 0.8rem;
  border: 1px solid rgba(16, 17, 20, 0.14);
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at 18% 18%, rgba(16, 17, 20, 0.045) 0 1px, transparent 1.4px) 0 0 / 8px 8px,
    rgba(255, 250, 241, 0.9);
  box-shadow: 0 18px 45px rgba(16, 17, 20, 0.14);
}

.woodblock-frame::before {
  content: "";
  position: absolute;
  inset: 1.15rem;
  z-index: 2;
  pointer-events: none;
  border: 2px solid rgba(231, 72, 50, 0.72);
  border-radius: 1.05rem;
  mix-blend-mode: multiply;
}

.woodblock-frame img {
  width: 100%;
  height: 22rem;
  max-height: none;
  border-radius: 1.15rem;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.05) brightness(1.03);
}

.location-stamp {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  z-index: 4;
  display: grid;
  width: 5.2rem;
  height: 5.2rem;
  place-items: center;
  border: 3px double rgba(231, 72, 50, 0.86);
  border-radius: 0.95rem;
  color: var(--vermillion);
  background: rgba(255, 250, 241, 0.9);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transform: rotate(7deg);
  box-shadow: 0 14px 34px rgba(231, 72, 50, 0.16);
}

.art-caption {
  display: grid;
  gap: 0.25rem;
  width: min(100%, 27rem);
  padding: 0.85rem 1rem;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  line-height: 1.45;
}

.art-caption span {
  color: var(--vermillion);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rental-gallery-section {
  padding: 6rem 0;
}

.location-overview-section {
  padding: 4rem 0 2rem;
}

.location-option-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1rem;
}

.location-option-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(10rem, 0.82fr) 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid rgba(16, 17, 20, 0.13);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 16% 18%, rgba(16, 17, 20, 0.045) 0 1px, transparent 1.4px) 0 0 / 8px 8px,
    rgba(255, 255, 255, 0.72);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(16, 17, 20, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.location-option-card::after {
  content: "";
  position: absolute;
  inset: 0.7rem;
  pointer-events: none;
  border: 1px solid rgba(231, 72, 50, 0.34);
  border-radius: 1.35rem;
  mix-blend-mode: multiply;
}

.location-option-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(16, 17, 20, 0.12);
}

.location-option-card img {
  width: 100%;
  height: 15rem;
  border-radius: 1.25rem;
  object-fit: cover;
  filter: sepia(0.09) saturate(1.07) contrast(1.06) brightness(1.03);
}

.location-option-card span {
  color: var(--vermillion);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.location-option-card h3 {
  margin: 0.6rem 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.08;
}

.location-option-card p {
  color: var(--muted);
  line-height: 1.55;
}

.alt-location-section {
  padding-top: 3rem;
}

.single-location-showcase {
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
}

.single-location-showcase .rental-notes {
  align-self: stretch;
  margin-top: 0;
}

.rental-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  gap: 1rem;
  align-items: stretch;
}

.rental-main-photo,
.rental-photo-grid figure {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 17, 20, 0.13);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 16% 16%, rgba(16, 17, 20, 0.04) 0 1px, transparent 1.35px) 0 0 / 8px 8px,
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(16, 17, 20, 0.08);
}

.rental-main-photo::before,
.rental-photo-grid figure::before {
  content: "";
  position: absolute;
  inset: 0.9rem;
  z-index: 2;
  pointer-events: none;
  border: 2px solid rgba(231, 72, 50, 0.58);
  border-radius: 1.25rem;
  mix-blend-mode: multiply;
}

.rental-main-photo {
  min-height: 34rem;
}

.rental-main-photo img,
.rental-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.08) saturate(1.07) contrast(1.06) brightness(1.03);
}

.rental-main-photo::after,
.rental-photo-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 48%, rgba(16, 17, 20, 0.62)),
    radial-gradient(circle at 24% 18%, rgba(255, 250, 241, 0.18), transparent 12rem),
    repeating-linear-gradient(135deg, rgba(255, 250, 241, 0.08) 0 1px, transparent 1px 11px);
}

.rental-main-photo div {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  color: var(--white);
}

.rental-main-photo span,
.rental-notes span {
  color: #8effd5;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rental-main-photo h3 {
  max-width: 24rem;
  margin: 0.35rem 0 0;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  line-height: 0.98;
}

.rental-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.rental-photo-grid figure {
  min-height: 16.5rem;
  margin: 0;
}

.rental-photo-grid figcaption {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 1.7rem);
  padding: 0.48rem 0.68rem;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.9);
  font-size: 0.76rem;
  font-weight: 900;
}

.rental-notes {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(16, 17, 20, 0.2);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.58);
}

.rental-notes span {
  color: var(--vermillion);
}

.rental-notes p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service-section {
  padding: 6rem 0;
}

.facts-section {
  padding: 4.5rem 0;
}

.route-section {
  padding: 5rem 0;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.route-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.85rem;
  min-height: 18rem;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 1.55rem;
  background:
    radial-gradient(circle at 100% 0, rgba(21, 87, 255, 0.08), transparent 9rem),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 45px rgba(16, 17, 20, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.route-card::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  pointer-events: none;
  border: 1px solid rgba(231, 72, 50, 0.2);
  border-radius: 1.15rem;
}

.route-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 73, 51, 0.34);
  box-shadow: 0 28px 66px rgba(16, 17, 20, 0.11);
}

.route-card.emphasized {
  color: var(--white);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 79, 63, 0.34), transparent 9rem),
    linear-gradient(145deg, var(--ink), #26315f);
}

.route-card span {
  color: var(--vermillion);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-card.emphasized span,
.route-card.emphasized p,
.route-card.emphasized strong {
  color: var(--white);
}

.route-card h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.06;
}

.route-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.route-card strong {
  align-self: end;
  margin-top: auto;
  color: var(--blue);
  font-size: 0.95rem;
}

.answer-section {
  padding: 5rem 0;
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.answer-card {
  display: grid;
  gap: 0.75rem;
  min-height: 16rem;
  padding: 1.2rem;
  border: 1px solid rgba(16, 17, 20, 0.12);
  border-radius: 1.45rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 250, 241, 0.78)),
    var(--paper);
  box-shadow: 0 16px 38px rgba(16, 17, 20, 0.06);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.answer-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 73, 51, 0.38);
  box-shadow: 0 22px 50px rgba(16, 17, 20, 0.1);
}

.answer-card span {
  color: var(--vermillion);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.answer-card h3 {
  margin: 0;
  font-size: 1.35rem;
}

.answer-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.facts-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fact-card {
  position: relative;
  overflow: hidden;
  min-height: 15rem;
  padding: 1.25rem;
  border: 1px solid rgba(16, 17, 20, 0.1);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 100% 100%, rgba(21, 87, 255, 0.055), transparent 9rem),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(16, 17, 20, 0.05);
}

.fact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(135deg, rgba(16, 17, 20, 0.035) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: 0.55;
}

.fact-card span {
  position: relative;
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--vermillion);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fact-card ul {
  position: relative;
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1.1rem;
}

.fact-card li {
  color: var(--muted);
  line-height: 1.45;
}

.consultation-note {
  padding: 1rem;
  border: 1px solid rgba(255, 73, 51, 0.22);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.72);
}

.consultation-note p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.muted-note {
  border-color: rgba(16, 17, 20, 0.14);
  background: rgba(16, 17, 20, 0.04);
}

.service-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-plan {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 27rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(16, 17, 20, 0.08);
}

.service-plan.featured {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1.3px) 0 0 / 8px 8px,
    linear-gradient(150deg, rgba(21, 87, 255, 0.86), rgba(16, 17, 20, 0.86));
}

.service-plan span {
  color: var(--vermillion);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-plan.featured span,
.service-plan.featured li,
.service-plan.featured strong {
  color: var(--white);
}

.service-plan strong {
  font-size: 1.4rem;
}

.service-plan ul {
  display: grid;
  gap: 0.65rem;
  padding-left: 1.2rem;
}

.service-plan li {
  color: var(--muted);
  line-height: 1.45;
  list-style: disc;
}

.service-plan .button {
  margin-top: auto;
}

.service-cta {
  padding: 5.5rem 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(142, 255, 213, 0.18), transparent 24rem),
    #eaf8fb;
}

.service-cta h2 {
  max-width: none;
  margin: 0 auto 1rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.service-cta p {
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.service-cta .hero-actions {
  justify-content: center;
}

.consultation-hero {
  padding: 6rem 0 5rem;
  text-align: center;
  background:
    radial-gradient(circle at 26% 18%, rgba(21, 87, 255, 0.11), transparent 22rem),
    rgba(255, 255, 255, 0.45);
}

.consultation-hero h1 {
  max-width: none;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 7vw, 6rem);
}

.consultation-hero p {
  margin: 0 auto;
}

.consultation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1fr);
  gap: 4rem;
  align-items: start;
  padding: 5rem 0 7rem;
}

.why-list {
  display: grid;
  gap: 1rem;
}

.why-list h2 {
  max-width: none;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.why-list div {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 0.8rem 1rem;
  align-items: start;
}

.why-list span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 0.85rem;
  color: var(--blue);
  background: rgba(21, 87, 255, 0.11);
  font-weight: 900;
}

.why-list strong,
.why-list p {
  grid-column: 2;
}

.why-list strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.why-list p {
  margin: -0.55rem 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.consultation-form {
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(21, 87, 255, 0.16), transparent 48%),
    var(--ink);
}

.thank-you-main {
  display: grid;
  min-height: calc(100vh - 7rem);
  place-items: center;
  padding: 6rem 0;
}

.thank-you-panel {
  display: grid;
  max-width: 840px;
  justify-items: center;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at 82% 18%, rgba(142, 255, 213, 0.18), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 241, 0.68));
  box-shadow: 0 22px 70px rgba(16, 17, 20, 0.12);
  text-align: center;
}

.thank-you-panel img {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  margin-bottom: 1rem;
  border: 1px solid rgba(16, 17, 20, 0.1);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.72);
}

.thank-you-panel h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 7vw, 5.8rem);
}

.thank-you-panel p:not(.eyebrow) {
  max-width: 44rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.reveal,
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  transition: opacity 320ms ease, transform 320ms ease, filter 320ms ease;
}

body.js-ready .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(8px);
  filter: blur(1px);
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

@keyframes bob {
  50% {
    transform: translateY(-9px) rotate(-1deg);
  }
}

@keyframes floaty {
  50% {
    transform: translate3d(12px, -12px, 0) rotate(1.5deg);
  }
}

@keyframes character-bob {
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(255, 79, 63, 0);
  }
}

@media (max-width: 900px) {
  .site-header {
    width: min(calc(100% - 1rem), 44rem);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
    border-radius: 1.6rem;
  }

  .brand {
    min-width: 0;
  }

  .nav-links {
    grid-column: 1 / -1;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 0.35rem;
    overflow-x: auto;
    padding: 0.28rem;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    padding: 0.46rem 0.62rem;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.64);
    white-space: nowrap;
  }

  .hero,
  .section-heading,
  .spaces-layout,
  .support-panel,
  .contact-layout,
  .service-hero,
  .consultation-layout {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    display: grid;
    justify-content: initial;
  }

  .hero {
    gap: 2rem;
    padding-top: 4rem;
    min-height: auto;
  }

  h1 {
    font-size: clamp(3.2rem, 16vw, 5.2rem);
  }

  .hero-visual {
    min-height: 25rem;
  }

  .plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats,
  .detail-grid,
  .process-grid,
  .answer-grid,
  .route-grid,
  .route-grid.compact,
  .facts-grid,
  .facts-grid.compact,
  .service-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-advisor {
    grid-template-columns: 1fr;
  }

  .character-grid {
    grid-template-columns: 1fr;
  }

  .character-card {
    min-height: auto;
  }

  .spaces-layout .section-heading {
    position: static;
  }

  .support-list {
    flex-direction: column;
  }

  .footer-layout {
    display: grid;
    justify-content: initial;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .cursor-glow {
    display: none;
  }

  .concierge-section::before {
    right: 0;
    width: 9rem;
    height: 9rem;
  }

  .site-header {
    grid-template-columns: 1fr;
    padding: 0.55rem;
  }

  .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.8rem;
    padding: 0.65rem 1rem;
  }

  .brand span {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .plans-grid,
  .space-card,
  .insight-grid,
  .answer-grid,
  .plan-advisor,
  .pricing-notes,
  .hero-stats,
  .detail-grid,
  .process-grid,
  .route-grid,
  .route-grid.compact,
  .facts-grid,
  .facts-grid.compact,
  .service-plan-grid {
    grid-template-columns: 1fr;
  }

  .fact-card,
  .route-card {
    min-height: auto;
  }

  .service-hero {
    min-height: auto;
    padding-top: 4rem;
  }

  .service-art {
    min-height: 22rem;
  }

  .rental-showcase,
  .location-option-grid,
  .location-option-card,
  .rental-photo-grid,
  .rental-notes {
    grid-template-columns: 1fr;
  }

  .rental-main-photo {
    min-height: 24rem;
  }

  .woodblock-frame img {
    height: 18rem;
  }

  .hero-stats div {
    min-height: auto;
  }

  .hero-guide {
    right: 0;
    bottom: 4.5rem;
    grid-template-columns: 4.8rem 1fr;
    width: min(18rem, 90%);
  }

  .hero-guide img {
    width: 4.8rem;
    height: 4.8rem;
  }

  .hero-wave {
    left: 1rem;
    bottom: 12rem;
    width: 18rem;
    opacity: 0.24;
    transform: none;
  }

  .hero-wave span {
    left: 0 !important;
    width: 100%;
  }

  .plans-wave,
  .woodblock-cloud {
    display: none;
  }

  .ticker-track {
    position: static;
    width: 100%;
    max-width: 100%;
    animation: none;
    justify-content: center;
    overflow: hidden;
  }

  .ticker-track span:nth-child(n + 2) {
    display: none;
  }

  .photo-main {
    right: 0;
    top: 0.5rem;
    width: 88%;
    height: 72%;
    border-radius: 2.2rem;
  }

  .photo-float {
    bottom: 1.2rem;
    width: 56%;
    height: 42%;
  }

  .mini-map {
    left: 0.2rem;
    right: 0.2rem;
    bottom: -0.2rem;
    grid-template-columns: auto 1fr auto;
    font-size: 0.78rem;
  }

  .mini-map .fukuoka,
  .mini-map .route-two {
    display: none;
  }
}
