:root {
  --ink: #f3f0e8;
  --paper: #fffdf7;
  --text: #17201d;
  --muted: #6f7772;
  --trust: #1f4d5a;
  --trust-soft: #dfe8e3;
  --glass: rgba(255, 255, 255, 0.18);
  --glass-border: rgba(255, 255, 255, 0.54);
  --line: rgba(255, 255, 255, 0.7);
  --serif: "Cinzel", "Noto Serif JP", serif;
  --sans: "Inter", "Noto Serif JP", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--sans);
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

.page-shell {
  position: relative;
  min-height: 100vh;
  background: var(--ink);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 220px 1fr auto auto;
  gap: 24px;
  align-items: center;
  width: 100%;
  padding: 10px clamp(18px, 5vw, 60px);
  border-bottom: 1px solid rgba(31, 77, 90, 0.12);
  background: #fff;
  color: var(--text);
  box-shadow: 0 14px 38px rgba(23, 32, 29, 0.08);
  transition: background 260ms ease, padding 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.site-header.is-scrolled {
  padding-block: 8px;
  background: #fff;
  border-bottom: 1px solid rgba(31, 77, 90, 0.12);
  color: var(--text);
  box-shadow: 0 14px 38px rgba(23, 32, 29, 0.1);
}

.site-header.is-scrolled .brand {
  background: #fff;
}

.site-header.is-scrolled .nav-links {
  color: rgba(23, 32, 29, 0.74);
}

.site-header.is-scrolled .nav-links a::after {
  background: var(--trust);
}

.brand {
  display: flex;
  align-items: center;
  width: 240px;
  height: 68px;
  overflow: hidden;
  background: #fff;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  font-size: 0.78rem;
  color: rgba(23, 32, 29, 0.74);
}

.nav-links a {
  position: relative;
  padding: 10px 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--trust);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
  content: "";
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  gap: 14px;
}

.pill-btn,
.glass-link,
.glow-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.pill-btn {
  min-width: 86px;
  padding: 0 20px;
  background: var(--trust);
  color: #fff;
  font-size: 0.82rem;
}

.pill-btn svg,
.glass-link svg,
.glow-button svg {
  width: 17px;
  height: 17px;
  stroke-width: 2.4px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #050505;
}

.dot-nav {
  position: fixed;
  top: 50%;
  right: 4vw;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform: translateY(-50%);
}

.dot-nav a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(31, 77, 90, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(31, 77, 90, 0.08), 0 5px 18px rgba(255, 255, 255, 0.42);
  transition: transform 220ms ease, background 220ms ease, border 220ms ease;
}

.dot-nav a.is-active {
  background: #fff;
  border-color: rgba(31, 77, 90, 0.82);
  box-shadow: 0 0 0 5px rgba(31, 77, 90, 0.1), 0 0 18px rgba(31, 77, 90, 0.22);
  transform: scale(1.55);
}

.hero,
.statement,
.stores {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  color: #fff;
}

.hero-bg,
.statement-bg,
.stores-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2200&q=82");
}

.hero-overlay,
.statement::after,
.stores::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  content: "";
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 22vh 10vw 24vh;
}

.kicker {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 1180px;
  margin: 0;
  font-family: var(--serif);
  font-size: 5.1rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  word-break: keep-all;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.36);
}

.hero h1 span {
  display: inline-block;
  margin-left: 0.16em;
}

.hero-actions {
  display: flex;
  gap: 64px;
  margin: 30px 0 0 9vw;
}

.hero-lead,
.hero-note {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Noto Serif JP", serif;
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 2;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

.hero-note {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.glass-link {
  min-width: 238px;
  padding: 0 34px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.2), 0 0 30px rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(10px);
  color: #fff;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.glass-link:hover {
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.28), 0 0 44px rgba(255, 255, 255, 0.48);
  transform: translateY(-2px);
}

.glass-link.strong {
  min-width: 340px;
  min-height: 56px;
  font-size: 1.1rem;
}

.wave-stack {
  position: absolute;
  left: -5vw;
  z-index: 3;
  width: 110vw;
  height: 170px;
  pointer-events: none;
}

.wave-stack span {
  position: absolute;
  inset: auto 0 0;
  height: 118px;
  transform: skewY(-3deg);
  transform-origin: left bottom;
}

.wave-stack span:nth-child(1) {
  opacity: 0.28;
  bottom: 34px;
}

.wave-stack span:nth-child(2) {
  opacity: 0.42;
  bottom: 20px;
}

.wave-stack span:nth-child(3) {
  bottom: 0;
}

.wave-stack-white {
  bottom: -1px;
}

.wave-stack-white span {
  background: var(--paper);
}

.wave-stack-dark {
  top: -1px;
}

.wave-stack-dark span {
  background: #edf2ef;
}

.stats {
  position: relative;
  z-index: 4;
  padding: 82px 10vw 132px;
  background: var(--paper);
  color: #111;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1120px;
  margin: 0 auto;
  gap: 44px;
}

.stat {
  display: grid;
  place-items: center;
  gap: 12px;
  text-align: center;
}

.stat svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.8px;
}

.stat strong {
  display: block;
  font-size: 1.92rem;
  font-weight: 900;
  line-height: 1;
}

.stat span {
  font-size: 0.92rem;
  line-height: 1.6;
}

.market-copy {
  max-width: 850px;
  margin: 76px auto 0;
  color: #111;
  font-family: "Noto Serif JP", serif;
  font-size: 1.36rem;
  font-weight: 700;
  line-height: 2.05;
  text-align: center;
}

.services {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 44vw) 1fr;
  gap: 36px;
  min-height: 1060px;
  padding: 210px 10vw 150px;
  background:
    radial-gradient(circle at 76% 34%, rgba(31, 77, 90, 0.14), transparent 30%),
    linear-gradient(180deg, #edf2ef 0%, #f8f5ec 100%);
  overflow: hidden;
  color: var(--text);
}

.neon-frame {
  position: absolute;
  right: 8vw;
  bottom: 150px;
  width: 78vw;
  height: 52%;
  border-right: 2px solid rgba(31, 77, 90, 0.24);
  border-bottom: 2px solid rgba(31, 77, 90, 0.24);
  border-left: 2px solid rgba(31, 77, 90, 0.16);
  filter: drop-shadow(0 0 14px rgba(31, 77, 90, 0.2));
  opacity: 0.68;
}

.neon-frame::after {
  position: absolute;
  right: 0;
  bottom: 23%;
  left: 0;
  height: 2px;
  background: rgba(31, 77, 90, 0.36);
  box-shadow: 0 0 20px rgba(31, 77, 90, 0.24), 0 0 60px rgba(31, 77, 90, 0.16);
  content: "";
}

.service-copy {
  position: sticky;
  top: 180px;
  z-index: 2;
  align-self: start;
}

.service-copy p:not(.kicker) {
  max-width: 520px;
  margin: 34px 0 0;
  color: rgba(23, 32, 29, 0.76);
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
}

.service-copy h2,
.global-head h2,
.stores h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 6.8rem;
  line-height: 0.94;
  letter-spacing: 0;
}

.services .kicker,
.partner .kicker,
.contents .kicker,
.faq .kicker {
  color: rgba(31, 77, 90, 0.74);
}

.glow-button {
  min-width: 230px;
  min-height: 54px;
  margin-top: 42px;
  padding: 0 36px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 34px rgba(255, 255, 255, 0.42);
  color: #fff;
}

.glow-button.dark,
.services .glow-button {
  background: var(--trust);
  border-color: rgba(31, 77, 90, 0.5);
  box-shadow: 0 18px 38px rgba(31, 77, 90, 0.24);
  color: #fff;
}

.service-board {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
  grid-auto-rows: 330px;
  gap: 34px;
  align-content: start;
  perspective: 1800px;
  perspective-origin: 50% 20%;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 330px;
  padding: 80px 26px 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.98), transparent 32%),
    radial-gradient(circle at 80% 18%, rgba(198, 218, 214, 0.52), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.28) 58%, rgba(231, 239, 236, 0.64));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -34px 64px rgba(255, 255, 255, 0.22),
    inset 0 0 48px rgba(255, 255, 255, 0.38),
    0 0 22px rgba(255, 255, 255, 0.92),
    0 38px 88px rgba(37, 57, 53, 0.2);
  backdrop-filter: blur(28px) saturate(1.36);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.service-card::before {
  position: absolute;
  inset: 1px;
  border-radius: 21px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.66), transparent 24%, transparent 62%, rgba(255, 255, 255, 0.32)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 42%);
  content: "";
  opacity: 0.92;
  pointer-events: none;
}

.service-card::after {
  position: absolute;
  top: -35%;
  left: -45%;
  width: 72%;
  height: 170%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  content: "";
  opacity: 0;
  transform: rotate(18deg) translateX(-80%);
  transition: opacity 640ms ease, transform 1200ms ease;
  pointer-events: none;
}

.service-card.tall {
  min-height: 440px;
  grid-row: span 2;
}

.service-card:hover {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 0 46px rgba(255, 255, 255, 0.32),
    0 0 34px rgba(31, 77, 90, 0.22),
    0 36px 82px rgba(46, 66, 64, 0.24);
  transform: translateY(-8px);
}

.service-card:hover::after {
  opacity: 1;
  transform: rotate(18deg) translateX(255%);
}

.service-card > svg {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 39px;
  height: 39px;
  color: var(--trust);
  fill: rgba(31, 77, 90, 0.08);
  stroke-width: 1.8px;
}

.service-card h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
  margin: 0 0 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.22rem;
  line-height: 1.35;
}

.service-card h3 span {
  font-weight: 900;
}

.service-card h3 small {
  color: rgba(31, 77, 90, 0.72);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 800;
}

.service-card p {
  flex: 1;
  min-height: 0;
  margin: 0 0 22px;
  color: rgba(23, 32, 29, 0.76);
  font-family: "Noto Serif JP", serif;
  font-size: 0.85rem;
  line-height: 1.7;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  min-width: 118px;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 9px;
  background: var(--trust);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 700;
}

.service-card a svg {
  width: 15px;
}

.statement-bg {
  background-image: url("https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=2200&q=82");
  background-position: center right;
  opacity: 0.2;
  filter: saturate(0.8) contrast(0.95);
}

.statement::after {
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.94) 0%, rgba(255, 253, 247, 0.82) 54%, rgba(255, 253, 247, 0.54) 100%),
    radial-gradient(circle at 84% 30%, rgba(31, 77, 90, 0.13), transparent 28%);
}

.statement-inner {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 23vh 10vw 22vh 17vw;
}

.statement-inner p {
  margin: 0 0 42px;
  color: var(--text);
  font-family: "Noto Serif JP", serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.statement-inner .glass-link {
  margin-top: 10px;
  background: var(--trust);
  border-color: rgba(31, 77, 90, 0.46);
  box-shadow: 0 18px 44px rgba(31, 77, 90, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  color: #fff;
}

.next-label {
  position: absolute;
  left: 40vw;
  bottom: 18vh;
  z-index: 3;
  font-family: var(--serif);
  font-size: 0.88rem;
}

.partner {
  position: relative;
  padding: 140px 10vw;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(223, 232, 227, 0.72)),
    #eef3ef;
  color: var(--text);
  overflow: hidden;
}

.partner::before {
  position: absolute;
  top: -22%;
  right: -14%;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 77, 90, 0.12), transparent 64%);
  content: "";
}

.partner-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  gap: 56px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
}

.partner-copy h2 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.4rem, 5.5vw, 4.7rem);
  line-height: 1.22;
}

.partner-copy p:not(.kicker) {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(23, 32, 29, 0.72);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.9;
}

.partner-grid {
  display: grid;
  gap: 18px;
  perspective: 1200px;
}

.partner-card,
.faq-grid article,
.contact-panel {
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 20px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.96), transparent 34%),
    radial-gradient(circle at 84% 16%, rgba(203, 220, 216, 0.46), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 0 42px rgba(255, 255, 255, 0.28),
    0 28px 68px rgba(38, 61, 57, 0.17),
    0 0 22px rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(24px) saturate(1.28);
}

.partner-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.partner-card::before,
.faq-grid article::before,
.contact-panel::before {
  position: absolute;
  inset: 1px;
  border-radius: 19px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.5), transparent 34%, rgba(255, 255, 255, 0.18));
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.partner-card > *,
.faq-grid article > *,
.contact-panel > * {
  position: relative;
  z-index: 1;
}

.partner-card svg {
  width: 34px;
  height: 34px;
  color: var(--trust);
}

.partner-card h3,
.faq-grid h3 {
  margin: 18px 0 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
}

.partner-card p,
.faq-grid p,
.contact-panel p {
  margin: 0;
  color: rgba(23, 32, 29, 0.72);
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
}

.global {
  position: relative;
  min-height: 940px;
  padding: 90px 10vw 160px;
  background: #000;
  overflow: hidden;
}

.area-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 34px 0 0 16vw;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Noto Serif JP", serif;
  font-size: 1.18rem;
  font-weight: 700;
}

.digital-globe {
  position: absolute;
  top: 4%;
  right: 2%;
  width: 820px;
  height: 820px;
  opacity: 0.5;
  border-radius: 50%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.78) 1.2px, transparent 1.8px);
  background-size: 16px 16px;
  mask-image: radial-gradient(circle, #000 51%, transparent 70%);
  animation: floatGlobe 16s ease-in-out infinite alternate;
}

.digital-globe::after {
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  content: "";
}

.global-head {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.global-head h2 {
  font-size: 7.4rem;
}

.city-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  max-width: 460px;
  margin: 34px 0 0 16vw;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--serif);
  font-size: 0.78rem;
}

.city-lines span {
  position: relative;
  min-width: 88px;
  padding-bottom: 7px;
}

.city-lines span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.74);
  content: "";
}

.office-slider {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: min(780px, 72vw);
  margin: 88px 0 0 0;
  padding: 36px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.54);
}

.office-slider article {
  position: relative;
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
}

.office-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.08);
  transition: transform 420ms ease, filter 420ms ease;
}

.office-slider article:hover img {
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.08);
}

.office-slider span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 9px;
  background: #e82d25;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
}

.office-tour {
  position: relative;
  z-index: 2;
}

.news-strip {
  position: relative;
  padding: 86px 0;
  background: #f8f5ec;
  border-top: 1px solid rgba(31, 77, 90, 0.12);
  border-bottom: 1px solid rgba(31, 77, 90, 0.12);
  overflow: hidden;
}

.marquee {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 42px;
  animation: marquee 32s linear infinite;
}

.marquee-track span {
  color: transparent;
  font-family: var(--serif);
  font-size: 5rem;
  font-weight: 700;
  -webkit-text-stroke: 1px rgba(31, 77, 90, 0.24);
}

.contents {
  position: relative;
  min-height: 980px;
  padding: 150px 0 140px;
  background:
    radial-gradient(circle at 72% 28%, rgba(31, 77, 90, 0.13), transparent 30%),
    radial-gradient(circle at 18% 72%, rgba(192, 172, 126, 0.18), transparent 28%),
    #f4f1e8;
  overflow: hidden;
}

.contents::before {
  position: absolute;
  top: -16%;
  right: -8%;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(31, 77, 90, 0.12);
  border-radius: 50%;
  background-image: radial-gradient(circle, rgba(31, 77, 90, 0.18) 1px, transparent 1.8px);
  background-size: 18px 18px;
  opacity: 0.34;
  content: "";
}

.contents-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

.contents-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: end;
  margin-bottom: 42px;
}

.contents h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 5.8rem;
  line-height: 0.94;
}

.content-arrows {
  display: flex;
  gap: 12px;
}

.content-arrow {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(31, 77, 90, 0.4);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  color: var(--trust);
  box-shadow: 0 16px 28px rgba(31, 77, 90, 0.12);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.content-arrow svg {
  width: 22px;
  height: 22px;
}

.content-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 8px 0 34px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(31, 77, 90, 0.34) transparent;
}

.content-card {
  position: relative;
  display: flex;
  flex: 0 0 360px;
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.96), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(203, 220, 216, 0.42), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.34));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 0 42px rgba(255, 255, 255, 0.26),
    0 28px 72px rgba(38, 61, 57, 0.17),
    0 0 24px rgba(255, 255, 255, 0.5);
  scroll-snap-align: start;
  backdrop-filter: blur(24px) saturate(1.3);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.content-card::before {
  position: absolute;
  inset: 1px;
  border-radius: 21px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.5), transparent 28%, transparent 64%, rgba(255, 255, 255, 0.24));
  content: "";
  opacity: 0.8;
  pointer-events: none;
}

.content-card::after {
  position: absolute;
  top: -38%;
  left: -42%;
  width: 68%;
  height: 176%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  content: "";
  opacity: 0;
  transform: rotate(18deg) translateX(-90%);
  transition: opacity 520ms ease, transform 980ms ease;
  pointer-events: none;
}

.content-card:hover {
  border-color: rgba(255, 255, 255, 0.98);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 28px 72px rgba(38, 61, 57, 0.2), 0 0 32px rgba(31, 77, 90, 0.18);
  transform: translateY(-8px);
}

.content-card:hover::after,
.content-card.is-visible::after {
  opacity: 1;
  transform: rotate(18deg) translateX(258%);
}

.content-card > * {
  position: relative;
  z-index: 1;
}

.content-card span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(31, 77, 90, 0.1);
  color: var(--trust);
  font-size: 0.74rem;
  font-weight: 800;
}

.content-card strong {
  display: block;
  margin: 28px 0;
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.45;
  font-weight: 700;
}

.content-card em {
  color: rgba(23, 32, 29, 0.5);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-style: normal;
  overflow-wrap: anywhere;
}

.article-list-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 12px;
  padding: 0 32px;
  border: 1px solid rgba(31, 77, 90, 0.36);
  border-radius: 999px;
  background: var(--trust);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(31, 77, 90, 0.2);
}

.faq {
  padding: 128px 10vw;
  background: linear-gradient(180deg, #f4f1e8, #fffdf7);
}

.faq-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.faq h2 {
  margin: 0 0 42px;
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: 0.95;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.faq-grid article {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.contact {
  position: relative;
  display: grid;
  grid-template-columns: 420px minmax(420px, 1fr);
  gap: 52px;
  min-height: 720px;
  padding: 118px 12vw 96px;
  background: #fffdf7;
  border-top: 1px solid rgba(31, 77, 90, 0.14);
  overflow: hidden;
}

.group-title {
  position: absolute;
  top: -54px;
  left: 12vw;
  color: rgba(31, 77, 90, 0.12);
  font-family: var(--serif);
  font-size: 6.6rem;
  font-weight: 700;
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-grid a {
  display: grid;
  min-height: 198px;
  place-items: center;
  border: 1px solid rgba(31, 77, 90, 0.18);
  border-radius: 8px;
  color: rgba(23, 32, 29, 0.78);
  font-family: var(--serif);
  transition: border-color 240ms ease, color 240ms ease, background 240ms ease;
}

.contact-grid a:hover {
  background: rgba(31, 77, 90, 0.06);
  border-color: rgba(31, 77, 90, 0.42);
  color: var(--trust);
}

.contact-panel {
  position: relative;
  z-index: 2;
  align-self: start;
  min-height: 420px;
  padding: 46px;
  overflow: hidden;
}

.contact-panel h2 {
  margin: 0 0 24px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1.25;
}

.map-panel {
  position: relative;
  z-index: 2;
  min-height: 420px;
  align-self: start;
  background: #dce1e1;
  color: #1a1a1a;
}

.map-card {
  position: relative;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.8) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.82) 1px, transparent 1px),
    radial-gradient(circle at 56% 45%, rgba(0, 0, 0, 0.16), transparent 6%),
    radial-gradient(circle at 72% 48%, rgba(0, 0, 0, 0.16), transparent 5%),
    radial-gradient(circle at 82% 34%, rgba(0, 0, 0, 0.14), transparent 4%),
    #d8dddf;
  background-size: 92px 92px, 92px 92px, auto, auto, auto, auto;
}

.map-card::before {
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 48% 52% 54% 46%;
  content: "";
}

.pin {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 6px solid #1a1a1a;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  transform: rotate(-45deg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.pin-uae {
  top: 47%;
  left: 50%;
}

.pin-jp {
  top: 38%;
  right: 14%;
}

.pin-sg {
  top: 62%;
  right: 30%;
}

.pin-hk {
  top: 52%;
  right: 25%;
}

.map-label {
  position: absolute;
  top: 20%;
  left: 47%;
  min-width: 150px;
  padding: 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  font-size: 0.9rem;
  line-height: 1.35;
}

.map-label em {
  color: #0038e8;
  font-style: normal;
  text-decoration: underline;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 68px 16vw 44px;
  background: #17201d;
  border-top: 1px solid rgba(31, 77, 90, 0.32);
  color: #fff;
  font-size: 0.78rem;
}

.quick-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: grid;
  gap: 8px;
  max-width: min(330px, calc(100vw - 36px));
}

.quick-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.98), transparent 38%),
    rgba(255, 253, 247, 0.84);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 14px 34px rgba(23, 32, 29, 0.15);
  backdrop-filter: blur(18px) saturate(1.18);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.quick-action.icon-only {
  justify-self: end;
  width: 42px;
  padding: 0;
}

.quick-action:hover {
  background: #fff;
  border-color: rgba(31, 77, 90, 0.34);
  transform: translateY(-3px);
}

.quick-action svg {
  width: 19px;
  height: 19px;
  color: var(--trust);
  flex: 0 0 auto;
}

.quick-action span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-footer h3 {
  margin: 0 0 28px;
  font-size: 0.98rem;
  font-weight: 500;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 7px 0;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer small {
  grid-column: 1 / -1;
  margin-top: 52px;
  text-align: center;
  font-family: var(--serif);
  font-size: 0.82rem;
}

.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 820ms ease, transform 820ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

.service-card.reveal {
  filter: blur(24px);
  opacity: 0;
  transform: perspective(1800px) translate3d(0, 260px, -820px) rotateX(28deg) scale(0.48);
  transform-origin: center bottom;
  transition:
    opacity 1320ms ease,
    filter 1320ms ease,
    transform 1680ms cubic-bezier(0.12, 0.84, 0.14, 1),
    box-shadow 360ms ease,
    border-color 360ms ease;
}

.content-card.reveal {
  filter: blur(20px);
  opacity: 0;
  transform: perspective(1600px) translate3d(0, 180px, -620px) rotateX(24deg) scale(0.56);
  transform-origin: center bottom;
  transition:
    opacity 1160ms ease,
    filter 1160ms ease,
    transform 1460ms cubic-bezier(0.12, 0.84, 0.14, 1),
    box-shadow 300ms ease,
    border-color 300ms ease;
}

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

.service-card.reveal.is-visible {
  filter: blur(0);
  opacity: 1;
  transform: perspective(1800px) translate3d(0, 0, 0) rotateX(0) scale(1);
}

.content-card.reveal.is-visible {
  filter: blur(0);
  opacity: 1;
  transform: perspective(1600px) translate3d(0, 0, 0) rotateX(0) scale(1);
}

.content-card.reveal.is-visible:hover {
  transform: perspective(1600px) translate3d(0, -8px, 0) rotateX(0) scale(1);
}

@keyframes floatGlobe {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-42px, 22px, 0) rotate(8deg);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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

@media (max-width: 1180px) {
  .site-header {
    padding-inline: 6vw;
  }

  .nav-links {
    gap: 28px;
  }

  .hero h1,
  .service-copy h2,
  .global-head h2 {
    font-size: 4.4rem;
  }

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

  .partner-inner {
    grid-template-columns: 1fr;
  }

  .service-copy {
    position: relative;
    top: auto;
  }

  .service-board {
    max-width: 760px;
  }

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(150px, 1fr) auto auto;
    gap: 14px;
    padding: 12px 20px;
  }

  .brand {
    width: 170px;
    height: 58px;
  }

  .nav-links {
    position: fixed;
    top: 72px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(16px);
  }

  .site-header.menu-open .nav-links {
    display: flex;
  }

  .header-actions {
    justify-self: end;
  }

  .header-actions .pill-btn:first-child {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid rgba(31, 77, 90, 0.16);
    color: var(--trust);
  }

  .dot-nav {
    right: 14px;
    gap: 10px;
  }

  .dot-nav a {
    width: 9px;
    height: 9px;
  }

  .hero-inner {
    padding: 24vh 28px 22vh;
  }

  .hero h1 {
    font-size: 3rem;
    line-height: 1.25;
  }

  .hero-lead,
  .hero-note {
    font-size: 1rem;
    line-height: 1.82;
  }

  .hero h1 span {
    display: block;
    margin-left: 0;
  }

  .hero-actions {
    flex-direction: column;
    gap: 18px;
    margin: 28px 0 0;
    align-items: flex-start;
  }

  .glass-link {
    min-width: 230px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 24px;
  }

  .services {
    min-height: auto;
    padding: 170px 24px 110px;
  }

  .service-copy h2,
  .global-head h2,
  .contents h2 {
    font-size: 3.7rem;
  }

  .service-board {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .service-card,
  .service-card.tall {
    min-height: 350px;
  }

  .statement-inner {
    padding: 24vh 28px 22vh;
  }

  .statement-inner p {
    font-size: 3.1rem;
  }

  .glass-link.strong {
    min-width: 270px;
  }

  .global {
    min-height: auto;
    padding: 84px 24px 120px;
  }

  .city-lines {
    margin-left: 0;
  }

  .area-copy {
    margin-left: 0;
  }

  .office-slider {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 18px;
  }

  .marquee-track span {
    font-size: 3.2rem;
  }

  .stores-inner {
    min-height: auto;
    padding: 220px 24px 94px;
  }

  .contents {
    min-height: auto;
    padding: 110px 0 96px;
  }

  .contents-inner {
    padding: 0 24px;
  }

  .contents-head {
    grid-template-columns: 1fr;
  }

  .content-card {
    flex-basis: 82vw;
  }

  .partner {
    padding: 110px 24px;
  }

  .partner-copy h2,
  .faq h2 {
    font-size: 3.2rem;
  }

  .faq {
    padding: 108px 24px;
  }

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

  .contact {
    padding: 90px 24px 70px;
  }

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

  .contact-grid a {
    min-height: 150px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 54px 24px 34px;
  }

  .quick-actions {
    right: 12px;
    bottom: 12px;
  }

  .quick-action {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.74rem;
  }

  .quick-action.icon-only {
    width: 38px;
    padding: 0;
  }
}

@media (max-width: 520px) {
  .site-header {
    grid-template-columns: minmax(138px, 1fr) auto auto;
  }

  .brand {
    width: 150px;
    height: 54px;
  }

  .header-actions .pill-btn {
    min-width: 44px;
    padding: 0 12px;
  }

  .header-actions .pill-btn span {
    display: none;
  }

  .hero h1 {
    font-size: 2.08rem;
  }

  .hero-lead,
  .hero-note,
  .market-copy {
    font-size: 0.94rem;
  }

  .hero-actions {
    width: min(100%, 270px);
  }

  .glass-link {
    width: 100%;
    min-width: 0;
  }

  .stats {
    padding: 62px 18px 86px;
  }

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

  .stat strong {
    font-size: 1.45rem;
  }

  .service-copy h2,
  .global-head h2,
  .contents h2 {
    font-size: 2.8rem;
  }

  .service-card,
  .service-card.tall {
    min-height: 390px;
  }

  .glow-button {
    min-width: 0;
    width: 100%;
  }

  .statement-inner p {
    font-size: 2.45rem;
  }

  .partner-copy h2,
  .faq h2 {
    font-size: 2.45rem;
  }

  .partner-card,
  .faq-grid article,
  .contact-panel {
    border-radius: 16px;
  }

  .content-card {
    flex-basis: 86vw;
    min-height: 232px;
    padding: 22px;
  }

  .article-list-button {
    width: 100%;
  }

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

  .office-slider {
    grid-template-columns: 1fr;
  }

  .map-panel,
  .map-card {
    min-height: 330px;
  }

  .group-title {
    font-size: 4rem;
  }

  .quick-actions {
    right: 10px;
    bottom: 10px;
    gap: 8px;
  }
}

.services {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 36, 182, 0.34), transparent 26%),
    radial-gradient(circle at 84% 20%, rgba(0, 209, 255, 0.32), transparent 28%),
    radial-gradient(circle at 38% 82%, rgba(255, 211, 66, 0.24), transparent 30%),
    linear-gradient(180deg, #050608 0%, #111517 56%, #050608 100%);
  color: #fff;
}

.rainbow-field {
  position: absolute;
  inset: -12%;
  z-index: 0;
  background:
    conic-gradient(from 110deg at 50% 45%, rgba(255, 0, 153, 0.42), rgba(255, 211, 66, 0.34), rgba(0, 217, 255, 0.44), rgba(124, 77, 255, 0.42), rgba(255, 0, 153, 0.42)),
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.2), transparent 42%);
  filter: blur(34px) saturate(1.45);
  opacity: 0.78;
  animation: rainbowDrift 16s ease-in-out infinite alternate;
  pointer-events: none;
}

.services::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  content: "";
  opacity: 0.45;
  pointer-events: none;
}

.services .kicker {
  color: rgba(186, 244, 255, 0.86);
}

.service-copy h2 {
  color: #fff;
  text-shadow: 0 0 34px rgba(0, 209, 255, 0.2), 0 0 60px rgba(255, 36, 182, 0.12);
}

.service-copy p:not(.kicker) {
  color: rgba(255, 255, 255, 0.86);
}

.services .glow-button {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, rgba(255, 36, 182, 0.58), rgba(0, 209, 255, 0.58), rgba(255, 211, 66, 0.46));
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 58px rgba(0, 209, 255, 0.22), 0 0 44px rgba(255, 36, 182, 0.16);
  backdrop-filter: blur(22px) saturate(1.35);
}

.service-board {
  z-index: 2;
}

.service-card {
  border-color: rgba(255, 255, 255, 0.46);
  border-radius: 9px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08) 36%, rgba(255, 255, 255, 0.18)),
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.72), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(0, 209, 255, 0.32), transparent 34%),
    radial-gradient(circle at 24% 86%, rgba(255, 36, 182, 0.22), transparent 36%),
    rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -36px 70px rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 34px 100px rgba(0, 0, 0, 0.44),
    0 0 42px rgba(0, 209, 255, 0.15),
    0 0 46px rgba(255, 36, 182, 0.1);
  backdrop-filter: blur(38px) saturate(1.55);
}

.service-card::before {
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.76), transparent 24%, transparent 62%, rgba(255, 255, 255, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 54%);
}

.service-card::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.74), transparent);
}

.service-card h3,
.service-card p {
  color: rgba(255, 255, 255, 0.9);
}

.service-card h3 span {
  color: #fff;
}

.service-card h3 small {
  color: rgba(190, 245, 255, 0.92);
}

.service-card > svg {
  color: rgba(196, 247, 255, 0.95);
  filter: drop-shadow(0 0 14px rgba(0, 209, 255, 0.28));
}

.service-card a {
  min-width: 156px;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52), 0 12px 30px rgba(0, 0, 0, 0.22);
  color: #fff;
  backdrop-filter: blur(18px);
}

.service-card:hover {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 0 54px rgba(255, 255, 255, 0.16),
    0 44px 112px rgba(0, 0, 0, 0.48),
    0 0 64px rgba(0, 209, 255, 0.2),
    0 0 70px rgba(255, 36, 182, 0.16);
}

.statement-inner p {
  min-height: 1.2em;
}

.type-copy [data-type-text]::after {
  display: inline-block;
  width: 0.08em;
  margin-left: 0.08em;
  background: var(--trust);
  content: "";
  opacity: 0;
}

.type-copy.is-typing [data-type-text].is-current::after {
  height: 0.88em;
  opacity: 1;
  animation: caretBlink 780ms step-end infinite;
}

.area-section {
  position: relative;
  padding: 132px 10vw;
  background:
    radial-gradient(circle at 82% 28%, rgba(31, 77, 90, 0.12), transparent 28%),
    linear-gradient(180deg, #fffdf7, #edf3ef);
  color: var(--text);
  overflow: hidden;
}

.area-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.area-section .kicker {
  color: rgba(31, 77, 90, 0.72);
}

.area-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: 0.98;
}

.area-section p:not(.kicker) {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(23, 32, 29, 0.72);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.9;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.area-tags span {
  padding: 13px 18px;
  border: 1px solid rgba(31, 77, 90, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 16px 38px rgba(31, 77, 90, 0.08);
  backdrop-filter: blur(16px);
  font-weight: 800;
}

.contents {
  min-height: auto;
}

.content-track {
  min-height: 292px;
}

.content-card {
  opacity: 1;
  visibility: visible;
}

.faq {
  padding-top: 140px;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.faq-grid article {
  min-height: 230px;
}

.faq-grid h3 {
  color: var(--trust);
}

.contact {
  padding-top: 118px;
  overflow: visible;
}

.group-title {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  grid-column: 1 / -1;
  max-width: 100%;
  margin: 0 0 -8px;
  font-size: clamp(3.4rem, 12vw, 8rem);
  line-height: 1;
  white-space: nowrap;
}

.quick-actions {
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 10px;
  justify-items: end;
  max-width: min(260px, calc(100vw - 36px));
}

.quick-options {
  display: grid;
  gap: 9px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.96);
  transform-origin: right bottom;
  transition: opacity 240ms ease, transform 240ms ease;
}

.quick-actions.is-open .quick-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.quick-action,
.quick-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(1.25);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 900;
}

.quick-action {
  padding: 0 15px;
}

.quick-mail {
  background: linear-gradient(135deg, #1d9bf0, #0a66c2);
}

.quick-instagram {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 42%, #8134af 72%, #515bd4 100%);
}

.quick-toggle {
  width: 50px;
  padding: 0;
  background: rgba(23, 32, 29, 0.82);
}

.quick-toggle svg,
.quick-action svg {
  width: 18px;
  height: 18px;
  color: currentColor;
}

.skip-link {
  position: fixed;
  top: -48px;
  left: 14px;
  z-index: 200;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  background: var(--trust);
  color: #fff;
  font-weight: 900;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dot-nav a {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.dot-nav a::before {
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(31, 77, 90, 0.34);
  box-shadow: 0 0 0 1px rgba(31, 77, 90, 0.08), 0 5px 18px rgba(255, 255, 255, 0.42);
  content: "";
  transition: transform 220ms ease, background 220ms ease, border 220ms ease;
}

.dot-nav a.is-active {
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
}

.dot-nav a.is-active::before {
  background: #fff;
  border-color: rgba(31, 77, 90, 0.34);
  transform: scale(1.45);
}

.service-board {
  grid-auto-rows: minmax(330px, auto);
}

.hero-bg,
.statement-bg {
  transform: translateY(var(--parallax-y, 0)) scale(1.04);
}

.service-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
}

.service-card.is-tilting {
  transform: perspective(1800px) translateY(-8px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

.contents-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.contents-head .kicker,
.contents-head h2 {
  grid-column: 1;
}

.content-arrows {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.content-arrow[disabled] {
  opacity: 0.32;
  cursor: not-allowed;
  pointer-events: none;
}

.pill-btn:focus-visible,
.glass-link:focus-visible,
.glow-button:focus-visible,
.content-arrow:focus-visible,
.quick-toggle:focus-visible,
.quick-action:focus-visible,
.menu-toggle:focus-visible,
.dot-nav a:focus-visible,
.nav-links a:focus-visible,
.service-card a:focus-visible,
.content-card:focus-visible,
.article-list-button:focus-visible {
  outline: 3px solid #ffd56a;
  outline-offset: 4px;
}

.stat small {
  display: block;
  margin-top: 8px;
  color: rgba(23, 32, 29, 0.52);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .service-card,
  .content-card,
  .quick-action,
  .quick-toggle,
  .area-tags span {
    background-color: rgba(255, 255, 255, 0.92);
  }

  .services .service-card,
  .services .glow-button {
    background-color: rgba(26, 40, 44, 0.82);
  }
}

@keyframes rainbowDrift {
  from {
    transform: translate3d(-3%, -2%, 0) rotate(-4deg) scale(1.02);
  }
  to {
    transform: translate3d(3%, 2%, 0) rotate(5deg) scale(1.08);
  }
}

@keyframes caretBlink {
  50% {
    opacity: 0;
  }
}

@media (max-width: 820px) {
  .site-header.menu-open .nav-links {
    display: flex;
    z-index: 90;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(5, 7, 10, 0.92);
    color: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  }

  .site-header.menu-open .nav-links a {
    padding: 15px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .area-section {
    padding: 104px 24px;
  }

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

  .contact {
    padding-top: 128px;
  }
}

@media (max-width: 520px) {
  .service-copy h2 {
    font-size: 2.8rem;
  }

  .service-card,
  .service-card.tall {
    min-height: 360px;
  }

  .statement-inner p {
    font-size: 2.25rem;
  }

  .content-track {
    min-height: 260px;
  }

  .quick-actions {
    right: 10px;
    bottom: 10px;
  }

  .quick-action {
    min-height: 42px;
    padding: 0 13px;
  }
}

.nav-links {
  gap: clamp(16px, 2.7vw, 42px);
  font-weight: 800;
}

.statement-inner .type-sub {
  max-width: 920px;
  margin-top: 6px;
  color: rgba(23, 32, 29, 0.78);
  font-size: clamp(1.55rem, 3.4vw, 3.15rem);
  line-height: 1.46;
}

.area-section {
  min-height: 820px;
  padding: 128px 9vw 150px;
  background:
    radial-gradient(circle at 78% 16%, rgba(31, 77, 90, 0.18), transparent 28%),
    radial-gradient(circle at 18% 76%, rgba(197, 212, 206, 0.48), transparent 34%),
    linear-gradient(180deg, #fffdf7 0%, #edf3ef 100%);
}

.area-section::before {
  position: absolute;
  top: 52px;
  right: -8vw;
  width: min(780px, 92vw);
  aspect-ratio: 1;
  background:
    linear-gradient(90deg, rgba(31, 77, 90, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(31, 77, 90, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  border-radius: 50%;
  mask-image: radial-gradient(circle, #000 48%, transparent 72%);
  content: "";
  opacity: 0.62;
  pointer-events: none;
}

.area-section::after {
  position: absolute;
  top: 86px;
  right: 4vw;
  width: min(560px, 78vw);
  aspect-ratio: 0.92;
  background:
    radial-gradient(circle at 48% 54%, rgba(255, 255, 255, 0.7), transparent 18%),
    linear-gradient(145deg, rgba(31, 77, 90, 0.2), rgba(31, 77, 90, 0.04));
  clip-path: polygon(47% 1%, 67% 9%, 82% 23%, 88% 42%, 78% 58%, 88% 79%, 72% 93%, 50% 84%, 32% 96%, 15% 80%, 23% 58%, 8% 42%, 20% 20%);
  filter: drop-shadow(0 34px 70px rgba(31, 77, 90, 0.18));
  content: "";
  opacity: 0.58;
  pointer-events: none;
}

.area-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.area-inner > .kicker,
.area-inner > h2,
.area-inner > p {
  grid-column: 1;
}

.area-map-card {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 4;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 10px;
  background:
    radial-gradient(circle at 30% 14%, rgba(255, 255, 255, 0.92), transparent 28%),
    radial-gradient(circle at 72% 72%, rgba(31, 77, 90, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 0 50px rgba(255, 255, 255, 0.28),
    0 32px 80px rgba(31, 77, 90, 0.18);
  backdrop-filter: blur(22px) saturate(1.2);
}

.kanto-map {
  position: absolute;
  inset: 34px 38px 92px;
}

.kanto-map::before {
  position: absolute;
  inset: 6% 14% 2% 10%;
  border: 1px solid rgba(31, 77, 90, 0.26);
  background:
    radial-gradient(circle at 44% 58%, rgba(31, 77, 90, 0.22), transparent 12%),
    linear-gradient(145deg, rgba(31, 77, 90, 0.18), rgba(255, 255, 255, 0.24));
  clip-path: polygon(48% 0%, 68% 9%, 83% 23%, 88% 41%, 78% 57%, 88% 78%, 72% 94%, 51% 83%, 31% 96%, 13% 80%, 23% 58%, 7% 42%, 20% 20%);
  content: "";
}

.map-node {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--trust);
  box-shadow: 0 0 0 8px rgba(31, 77, 90, 0.12), 0 12px 24px rgba(31, 77, 90, 0.24);
}

.node-core {
  top: 52%;
  left: 45%;
}

.node-north {
  top: 24%;
  left: 52%;
}

.node-east {
  top: 47%;
  left: 72%;
}

.node-west {
  top: 58%;
  left: 23%;
}

.map-route {
  position: absolute;
  z-index: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(31, 77, 90, 0.5), transparent);
  transform-origin: left center;
}

.route-a {
  top: 55%;
  left: 47%;
  width: 27%;
  transform: rotate(-8deg);
}

.route-b {
  top: 54%;
  left: 27%;
  width: 22%;
  transform: rotate(-168deg);
}

.route-c {
  top: 31%;
  left: 50%;
  width: 25%;
  transform: rotate(78deg);
}

.area-badge {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 18px 42px rgba(31, 77, 90, 0.12);
  backdrop-filter: blur(18px) saturate(1.2);
}

.area-badge span,
.area-badge em {
  display: block;
  color: rgba(31, 77, 90, 0.7);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
}

.area-badge strong {
  display: block;
  margin: 8px 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.25;
}

@media (max-width: 820px) {
  .area-section {
    min-height: auto;
    padding: 104px 24px 118px;
  }

  .area-inner {
    grid-template-columns: 1fr;
  }

  .area-inner > .kicker,
  .area-inner > h2,
  .area-inner > p,
  .area-map-card {
    grid-column: 1;
  }

  .area-map-card {
    grid-row: auto;
    min-height: 410px;
  }
}

@media (max-width: 520px) {
  .statement-inner .type-sub {
    font-size: 1.42rem;
  }

  .area-section h2 {
    font-size: 3rem;
  }

  .area-map-card {
    min-height: 360px;
  }

  .kanto-map {
    inset: 28px 24px 116px;
  }
}

.partner-copy p + p {
  margin-top: 18px;
}

.area-section {
  min-height: 880px;
  background:
    radial-gradient(circle at 82% 24%, rgba(31, 77, 90, 0.14), transparent 28%),
    linear-gradient(180deg, #fffdf7 0%, #edf3ef 100%);
}

.area-section::after {
  display: none;
}

.area-inner {
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1.28fr);
  align-items: center;
}

.area-copy-block {
  grid-column: 1;
}

.area-copy-block .kicker {
  color: rgba(31, 77, 90, 0.7);
}

.area-list {
  display: grid;
  gap: 9px;
  margin-top: 26px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 3.15rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.area-list span {
  display: block;
  width: fit-content;
  color: var(--text);
  text-shadow: 0 12px 34px rgba(31, 77, 90, 0.1);
}

.area-lead {
  margin: 36px 0 0;
  color: rgba(23, 32, 29, 0.82);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  font-weight: 900;
  line-height: 1.9;
}

.area-map-card {
  min-height: 560px;
  background:
    radial-gradient(circle at 28% 12%, rgba(255, 255, 255, 0.96), transparent 28%),
    radial-gradient(circle at 78% 76%, rgba(31, 77, 90, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.38));
}

.kanto-svg {
  position: absolute;
  inset: 24px 22px 92px;
  width: calc(100% - 44px);
  height: calc(100% - 116px);
}

.map-grid path {
  fill: none;
  stroke: rgba(31, 77, 90, 0.09);
  stroke-width: 1;
}

.pref {
  fill: url(#kantoFill);
  stroke: rgba(31, 77, 90, 0.46);
  stroke-width: 2.2;
  transition: fill 260ms ease, transform 260ms ease;
}

.pref.saitama {
  fill: rgba(31, 77, 90, 0.2);
}

.pref:hover {
  fill: rgba(31, 77, 90, 0.26);
}

.map-lines path {
  fill: none;
  stroke: rgba(31, 77, 90, 0.38);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 5 8;
}

.map-points circle {
  fill: var(--trust);
  stroke: #fff;
  stroke-width: 5;
  filter: drop-shadow(0 8px 14px rgba(31, 77, 90, 0.24));
}

.map-labels text {
  fill: rgba(31, 77, 90, 0.82);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.area-badge {
  background: rgba(255, 253, 247, 0.72);
}

.area-badge strong {
  font-family: var(--serif);
  letter-spacing: 0;
}

@media (max-width: 820px) {
  .area-inner {
    grid-template-columns: 1fr;
  }

  .area-copy-block,
  .area-map-card {
    grid-column: 1;
  }

  .area-map-card {
    min-height: 500px;
  }
}

@media (max-width: 520px) {
  .area-list {
    font-size: 2.2rem;
  }

  .area-map-card {
    min-height: 430px;
  }

  .kanto-svg {
    inset: 14px 10px 104px;
    width: calc(100% - 20px);
    height: calc(100% - 118px);
  }

  .map-labels text {
    font-size: 20px;
  }
}

.meo30-page {
  background: #050608;
}

.meo30-hero {
  background: #050608;
}

.meo30-hero-bg {
  background-image: url("assets/meo-30sec-hero-v2.png");
  background-position: center right;
  filter: saturate(0.9) contrast(1.08);
}

.meo30-hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 43%, rgba(0, 0, 0, 0.28) 100%),
    radial-gradient(circle at 78% 52%, rgba(0, 209, 255, 0.2), transparent 30%);
}

.meo30-hero-inner {
  max-width: 980px;
}

.meo30-hero h1 {
  max-width: 980px;
  font-size: clamp(4rem, 9vw, 8.4rem);
  line-height: 0.98;
}

.meo30-hero h1 span {
  display: block;
  margin-left: 0;
}

.meo30-hero .hero-lead {
  max-width: 760px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.9);
}

.meo30-hero-chip {
  position: absolute;
  right: 10vw;
  bottom: 19vh;
  z-index: 4;
  min-width: 238px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    rgba(7, 12, 16, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 24px 70px rgba(0, 0, 0, 0.34), 0 0 44px rgba(0, 209, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(20px) saturate(1.25);
}

.meo30-hero-chip span,
.meo30-hero-chip em {
  display: block;
  color: rgba(190, 245, 255, 0.86);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 900;
}

.meo30-hero-chip strong {
  display: block;
  margin: 8px 0;
  font-family: var(--serif);
  font-size: 2.15rem;
  line-height: 1;
}

.meo30-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(38px, 6vw, 86px);
  min-height: 1120px;
  padding: 170px 10vw 150px;
  background:
    radial-gradient(circle at 76% 26%, rgba(0, 209, 255, 0.2), transparent 28%),
    radial-gradient(circle at 26% 72%, rgba(255, 211, 66, 0.12), transparent 30%),
    linear-gradient(180deg, #050608 0%, #111517 58%, #050608 100%);
  color: #fff;
  overflow: hidden;
}

.meo30-flow::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 88%, transparent);
  content: "";
  opacity: 0.42;
  pointer-events: none;
}

.meo30-flow-copy,
.meo30-story {
  position: relative;
  z-index: 2;
}

.meo30-flow-copy {
  position: sticky;
  top: 168px;
  align-self: start;
}

.meo30-flow-copy h2,
.meo30-price-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.meo30-flow-copy p:not(.kicker),
.meo30-price-copy p {
  max-width: 520px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.9;
}

.meo30-story {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(300px, 1fr);
  gap: 28px;
  align-items: start;
}

.meo30-phone {
  position: sticky;
  top: 128px;
  min-height: 612px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
    #050608;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.08), 0 46px 120px rgba(0, 0, 0, 0.48), 0 0 56px rgba(0, 209, 255, 0.16);
}

.meo30-phone-top {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 96px;
  height: 24px;
  border-radius: 999px;
  background: #050608;
  transform: translateX(-50%);
  z-index: 2;
}

.meo30-phone-screen {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 584px;
  padding: 76px 24px 28px;
  overflow: hidden;
  border-radius: 31px;
  background:
    linear-gradient(rgba(8, 12, 17, 0.32), rgba(8, 12, 17, 0.94)),
    radial-gradient(circle at 58% 20%, rgba(0, 209, 255, 0.26), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    #0a0f14;
}

.meo30-phone-screen::before {
  position: absolute;
  inset: 70px 22px 250px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 50%, #000 36%, transparent 70%);
  content: "";
  opacity: 0.6;
}

.meo30-screen-label {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(190, 245, 255, 0.28);
  border-radius: 7px;
  color: rgba(190, 245, 255, 0.94);
  font-size: 0.74rem;
  font-weight: 900;
}

.meo30-phone-screen h3 {
  position: relative;
  z-index: 1;
  margin: 20px 0 10px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.25;
}

.meo30-stars {
  position: relative;
  z-index: 1;
  color: #ffd56a;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.meo30-phone-screen p {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Noto Serif JP", serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.75;
}

.meo30-chat {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.meo30-chat span,
.meo30-chat strong {
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 0.78rem;
  line-height: 1.55;
}

.meo30-chat span {
  width: 82%;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
}

.meo30-chat strong {
  justify-self: end;
  width: 88%;
  background: linear-gradient(135deg, rgba(0, 209, 255, 0.34), rgba(255, 255, 255, 0.12));
  color: #fff;
}

.meo30-steps {
  display: grid;
  gap: 22px;
  padding: 86px 0 20px;
}

.meo30-step {
  position: relative;
  min-height: 236px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0.16)),
    radial-gradient(circle at 86% 12%, rgba(0, 209, 255, 0.23), transparent 34%),
    rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 0 30px 80px rgba(0, 0, 0, 0.34), 0 0 40px rgba(0, 209, 255, 0.1);
  backdrop-filter: blur(28px) saturate(1.35);
}

.meo30-step svg {
  width: 36px;
  height: 36px;
  color: rgba(196, 247, 255, 0.96);
  filter: drop-shadow(0 0 14px rgba(0, 209, 255, 0.28));
}

.meo30-step span {
  display: block;
  margin-top: 22px;
  color: rgba(190, 245, 255, 0.84);
  font-size: 0.72rem;
  font-weight: 900;
}

.meo30-step h3 {
  margin: 8px 0 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.35rem;
  line-height: 1.35;
}

.meo30-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Noto Serif JP", serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.75;
}

.meo30-demand {
  background:
    radial-gradient(circle at 50% 0%, rgba(31, 77, 90, 0.12), transparent 28%),
    var(--paper);
}

.meo30-demand .stat strong {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.meo30-ai-bg {
  background-image: url("assets/meo-30sec-hero-v2.png");
  background-position: center right;
  opacity: 0.32;
  filter: saturate(0.85) contrast(1.02);
}

.meo30-ai::after {
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 0.96) 0%, rgba(255, 253, 247, 0.84) 48%, rgba(255, 253, 247, 0.58) 100%),
    radial-gradient(circle at 82% 36%, rgba(0, 209, 255, 0.13), transparent 28%);
}

.meo30-price {
  position: relative;
  padding: 150px 10vw;
  background:
    radial-gradient(circle at 82% 16%, rgba(31, 77, 90, 0.18), transparent 28%),
    radial-gradient(circle at 22% 76%, rgba(192, 172, 126, 0.18), transparent 28%),
    linear-gradient(180deg, #fffdf7 0%, #edf3ef 100%);
  color: var(--text);
  overflow: hidden;
}

.meo30-price::before {
  position: absolute;
  right: -8vw;
  bottom: -18vw;
  width: min(760px, 92vw);
  aspect-ratio: 1;
  border: 1px solid rgba(31, 77, 90, 0.1);
  border-radius: 50%;
  background-image: radial-gradient(circle, rgba(31, 77, 90, 0.16) 1px, transparent 1.8px);
  background-size: 18px 18px;
  content: "";
  opacity: 0.48;
}

.meo30-price-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(330px, 1fr);
  gap: clamp(38px, 6vw, 86px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.meo30-price-copy .kicker {
  color: rgba(31, 77, 90, 0.7);
}

.meo30-price-copy p {
  color: rgba(23, 32, 29, 0.72);
}

.meo30-price-card {
  position: relative;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.96), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(0, 209, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.38));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 34px 88px rgba(31, 77, 90, 0.18);
  backdrop-filter: blur(22px) saturate(1.18);
}

.meo30-plan-label {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(31, 77, 90, 0.18);
  border-radius: 7px;
  color: var(--trust);
  font-size: 0.76rem;
  font-weight: 900;
}

.meo30-price-card h3 {
  margin: 28px 0 4px;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  line-height: 1;
}

.meo30-price-card p {
  margin: 0;
  color: rgba(23, 32, 29, 0.62);
  font-weight: 900;
}

.meo30-price-card ul {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.meo30-price-card li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(23, 32, 29, 0.78);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.55;
}

.meo30-price-card li svg {
  width: 20px;
  height: 20px;
  color: var(--trust);
  stroke-width: 3px;
}

.meo30-contact {
  background: #050608;
  color: #fff;
}

.meo30-contact .contact-grid a,
.meo30-contact .contact-panel {
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  color: #fff;
}

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

@media (max-width: 980px) {
  .meo30-flow,
  .meo30-price-inner {
    grid-template-columns: 1fr;
  }

  .meo30-flow {
    min-height: auto;
    padding: 140px 7vw 112px;
  }

  .meo30-flow-copy,
  .meo30-phone {
    position: relative;
    top: auto;
  }

  .meo30-story {
    grid-template-columns: 1fr;
  }

  .meo30-steps {
    padding-top: 0;
  }

  .meo30-hero-chip {
    right: 7vw;
    bottom: 12vh;
  }
}

@media (max-width: 820px) {
  .meo30-hero-bg {
    background-position: 63% center;
  }

  .meo30-hero-inner {
    padding-top: 19vh;
    padding-bottom: 34vh;
  }

  .meo30-hero h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .meo30-hero-chip {
    right: 24px;
    bottom: 84px;
    left: 24px;
    min-width: 0;
  }

  .meo30-price {
    padding: 112px 24px;
  }

  .meo30-price-copy h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 520px) {
  .meo30-hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.05rem);
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .meo30-flow {
    padding: 118px 18px 92px;
  }

  .meo30-flow-copy h2 {
    font-size: 3.15rem;
  }

  .meo30-phone {
    min-height: 540px;
    border-radius: 34px;
  }

  .meo30-phone-screen {
    min-height: 512px;
    padding: 70px 18px 22px;
    border-radius: 25px;
  }

  .meo30-step {
    min-height: 218px;
    padding: 24px;
  }

  .meo30-demand .stat strong {
    font-size: 2.65rem;
  }

  .meo30-price-card h3 {
    font-size: 3.15rem;
  }
}

.meo30-page .page-shell {
  background: #f3f0e8;
}

.meo30-hero-bg {
  background-position: center right;
  filter: saturate(1.02) contrast(1.04);
}

.meo30-hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 15, 18, 0.9) 0%, rgba(4, 24, 29, 0.66) 43%, rgba(4, 24, 29, 0.14) 100%),
    radial-gradient(circle at 78% 48%, rgba(0, 209, 255, 0.18), transparent 32%),
    radial-gradient(circle at 18% 72%, rgba(255, 255, 255, 0.12), transparent 28%);
}

.meo30-hero h1 {
  max-width: 1080px;
  font-size: clamp(3.5rem, 6.8vw, 7rem);
  line-height: 1.02;
}

.meo30-hero h1 span {
  display: block;
  max-width: 980px;
  margin-top: 12px;
  font-size: clamp(2.45rem, 5.2vw, 5.7rem);
}

.meo30-hero .hero-lead {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  font-weight: 700;
  line-height: 2;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.36);
}

.meo30-hero-chip {
  color: #fff;
}

.meo30-flow .rainbow-field {
  opacity: 0.7;
}

.meo30-step {
  transform-style: preserve-3d;
}

.meo30-step::before {
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.34), transparent 34%, rgba(255, 255, 255, 0.12) 68%, transparent),
    radial-gradient(circle at 14% 0%, rgba(190, 245, 255, 0.16), transparent 28%);
  content: "";
  opacity: 0.9;
  pointer-events: none;
}

.meo30-step > * {
  position: relative;
  z-index: 1;
}

.meo30-demand {
  padding-top: 120px;
  padding-bottom: 132px;
}

.meo30-demand .market-copy {
  max-width: 980px;
}

.meo30-ai .statement-inner {
  color: var(--text);
}

.meo30-ai .glass-link {
  border-color: rgba(31, 77, 90, 0.2);
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
}

.meo30-price-card .glow-button {
  margin-top: 34px;
  width: 100%;
}

.meo30-contact .group-title {
  color: rgba(255, 255, 255, 0.08);
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 820px) {
  .meo30-hero-bg {
    background-position: 62% center;
  }

  .meo30-hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 15, 18, 0.82) 0%, rgba(4, 24, 29, 0.58) 48%, rgba(4, 24, 29, 0.34) 100%),
      radial-gradient(circle at 66% 28%, rgba(0, 209, 255, 0.16), transparent 30%);
  }

  .meo30-hero h1 {
    font-size: clamp(3rem, 12vw, 5rem);
  }

  .meo30-hero h1 span {
    font-size: clamp(2.05rem, 9vw, 3.6rem);
  }
}

@media (max-width: 520px) {
  .meo30-hero-inner {
    padding: 17vh 24px 34vh;
  }

  .meo30-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.25rem);
  }

  .meo30-hero h1 span {
    font-size: clamp(1.7rem, 8.2vw, 2.35rem);
  }

  .meo30-hero .hero-lead {
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .meo30-price-card {
    padding: 28px 22px;
  }
}

.meo30-story {
  grid-template-columns: 1fr;
  gap: 28px;
}

.meo30-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.86fr) minmax(300px, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  min-height: 560px;
  padding: clamp(18px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 16% 8%, rgba(190, 245, 255, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 36px 96px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(26px) saturate(1.28);
}

.meo30-feature-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.26), transparent 28%, rgba(255, 255, 255, 0.1) 58%, transparent),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  content: "";
  pointer-events: none;
}

.meo30-feature-card > * {
  position: relative;
  z-index: 1;
}

.meo30-feature-card .meo30-phone {
  position: relative;
  top: auto;
  width: min(100%, 320px);
  min-height: 520px;
  justify-self: center;
}

.meo30-feature-card .meo30-phone-screen {
  min-height: 492px;
  justify-content: center;
  overflow: hidden;
}

.meo30-feature-card .meo30-phone-screen h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.meo30-feature-card .meo30-step {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(8px, 2vw, 26px);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.meo30-feature-card .meo30-step::before {
  display: none;
}

.meo30-feature-card .meo30-step svg {
  width: 42px;
  height: 42px;
}

.meo30-feature-card .meo30-step span {
  margin-top: 24px;
}

.meo30-feature-card .meo30-step h3 {
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
}

.keyword-radar {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.keyword-radar span {
  position: relative;
  display: block;
  min-height: 40px;
  padding: 11px 14px;
  overflow: hidden;
  border: 1px solid rgba(190, 245, 255, 0.2);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 900;
}

.keyword-radar span::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 76%;
  background: linear-gradient(90deg, rgba(0, 209, 255, 0.28), rgba(255, 255, 255, 0.04));
  content: "";
}

.keyword-radar span:nth-child(1)::before {
  width: 86%;
}

.keyword-radar span:nth-child(2)::before {
  width: 74%;
}

.keyword-radar span:nth-child(3)::before {
  width: 62%;
}

.keyword-radar span:nth-child(4)::before {
  width: 91%;
}

.keyword-radar span {
  isolation: isolate;
}

.keyword-radar span::after {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c4f7ff;
  box-shadow: 0 0 16px rgba(0, 209, 255, 0.72);
  content: "";
  transform: translateY(-50%);
}

.map-rank-mini,
.rank-lift {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(190, 245, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.map-rank-mini b,
.rank-lift b {
  display: block;
  color: rgba(190, 245, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 900;
}

.map-rank-mini em {
  display: block;
  height: 8px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c4f7ff, transparent);
}

.map-rank-mini em:nth-of-type(2) {
  width: 76%;
}

.map-rank-mini em:nth-of-type(3) {
  width: 54%;
}

.media-feed {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.media-feed div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 213, 106, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.08);
}

.media-feed strong {
  display: block;
  color: #fff;
  font-size: 0.9rem;
}

.media-feed span {
  display: block;
  height: 7px;
  margin-top: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.media-feed span:last-child {
  width: 68%;
}

.stom-network {
  position: relative;
  z-index: 1;
  min-height: 170px;
  margin-top: 26px;
  border: 1px solid rgba(190, 245, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(42deg, transparent 48%, rgba(190, 245, 255, 0.24) 49%, rgba(190, 245, 255, 0.24) 51%, transparent 52%),
    linear-gradient(132deg, transparent 48%, rgba(190, 245, 255, 0.18) 49%, rgba(190, 245, 255, 0.18) 51%, transparent 52%),
    rgba(255, 255, 255, 0.06);
}

.stom-network span {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c4f7ff;
  box-shadow: 0 0 22px rgba(0, 209, 255, 0.72);
}

.stom-network span:nth-child(1) {
  left: 16%;
  top: 24%;
}

.stom-network span:nth-child(2) {
  left: 44%;
  top: 48%;
}

.stom-network span:nth-child(3) {
  right: 18%;
  top: 26%;
}

.stom-network span:nth-child(4) {
  left: 28%;
  bottom: 18%;
}

.stom-network span:nth-child(5) {
  right: 24%;
  bottom: 18%;
}

.rank-lift strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-family: var(--serif);
  font-size: 2.25rem;
  line-height: 1;
}

@media (max-width: 980px) {
  .meo30-feature-card {
    grid-template-columns: 1fr;
  }

  .meo30-feature-card .meo30-step {
    padding: 8px;
  }
}

@media (max-width: 520px) {
  .meo30-feature-card {
    min-height: auto;
    padding: 16px;
  }

  .meo30-feature-card .meo30-phone {
    width: min(100%, 310px);
    min-height: 500px;
  }

  .meo30-feature-card .meo30-phone-screen {
    min-height: 472px;
  }

  .meo30-feature-card .meo30-step h3 {
    font-size: 1.55rem;
  }
}
